Slope resisting
slope_resisting_kpa
Cohesion plus frictional resisting stress along the slope
Scores if within ±3% of the reference value.
Calculates source-bound seismic slope and utility continuity metrics from a deterministic SSC-07 task-owned source pack. The template combines pseudo-static slope stability, service backup capacity, and feeder voltage-drop checks.
with-tool: The model is given an executable Python calculator script.
Standards
One template produces many comparable benchmark tasks while keeping the scoring contract fixed.
01
The reusable contract shown on this page.
02
An archetype and site context are sampled.
03
Inputs may be hidden at harder tiers.
04
The model responds with the declared outputs.
Inputs the model receives, and the outputs it is scored on.
13 inputs
Included directly in every task prompt.
Slope angle deg
slope_angle_deg
SLOPE-07-SECTION-01 slope angle
Friction angle deg
friction_angle_deg
SOIL-07-SEIS-01 drained friction angle
Cohesion
cohesion_kpa
SOIL-07-SEIS-01 effective cohesion
Soil unit weight
soil_unit_weight_kn_m3
SOIL-07-SEIS-01 soil unit weight
Failure depth
failure_depth_m
SLOPE-07-SECTION-01 assumed failure depth
Seismic coefficient
seismic_coefficient
SEIS-07-CASE-01 pseudo-static seismic coefficient
Service load
service_load_kw
UTIL-07-SERVICE-01 affected utility service load
Backup capacity
backup_capacity_kw
UTIL-07-SERVICE-01 backup service capacity
Feeder current
feeder_current_a
UTIL-07-SERVICE-01 feeder current
Feeder resistance
feeder_resistance_ohm_km
UTIL-07-SERVICE-01 feeder resistance
Feeder length
feeder_length_km
UTIL-07-SERVICE-01 feeder length
Feeder voltage
feeder_voltage_v
UTIL-07-SERVICE-01 feeder voltage
Allowable voltage drop percent
allowable_voltage_drop_percent
MEMO-07-SEIS-01 allowable feeder voltage drop
10 outputs
slope_resisting_kpa
Cohesion plus frictional resisting stress along the slope
Scores if within ±3% of the reference value.
static_driving_kpa
Static driving stress along the slope
Scores if within ±3% of the reference value.
seismic_increment_kpa
Pseudo-static seismic driving increment
Scores if within ±3% of the reference value.
static_slope_fs
Static slope factor of safety
Scores if within ±3% of the reference value.
seismic_slope_fs
Pseudo-static seismic slope factor of safety
Scores if within ±3% of the reference value.
seismic_fs_margin
Seismic factor of safety minus minimum 1.1 target
Scores if within ±3% of the reference value.
service_capacity_margin_kw
Backup capacity minus affected utility service load
Scores if within ±3% of the reference value.
feeder_voltage_drop_percent
Three-phase feeder voltage drop percent
Scores if within ±3% of the reference value.
voltage_drop_margin_percent
Allowable voltage drop minus calculated voltage drop
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when seismic slope, service capacity, and voltage-drop checks pass
Scores if within ±3% of the reference value.
Each template is sampled at three tiers. Harder tiers may hide inputs, forcing the model to infer them from the scenario description.
For this template, difficulty scales through parameter and scenario ranges rather than hidden information.
The exact instruction and parameter contract used to generate this task, pinned to the published library source.
/workspace
Teal lines show Jinja input conditions, not task visibility policy. A line renders only when that input or tool is visible.
1You are checking a task-owned synthetic SSC-07 liquefaction/seismic slope and service continuity package for `SSC-07-LH-05`.2 3Use only the task-owned synthetic source pack values shown below for numeric grading.4 5## Source Pack6 7- Seismic design case: `SEIS-07-CASE-01`8- Slope section: `SLOPE-07-SECTION-01`9- Soil parameter table: `SOIL-07-SEIS-01`10- Utility and equipment layout: `UTIL-07-SERVICE-01`11- Resilience response memo: `MEMO-07-SEIS-01`12 13## Source Values14 15| Item | Value |16|---|---:|17| Slope angle | {{ slope_angle_deg }} degrees |18| Friction angle | {{ friction_angle_deg }} degrees |19| Cohesion | {{ cohesion_kpa }} kPa |20| Soil unit weight | {{ soil_unit_weight_kn_m3 }} kN/m3 |21| Failure depth | {{ failure_depth_m }} m |22| Seismic coefficient | {{ seismic_coefficient }} |23| Service load | {{ service_load_kw }} kW |24| Backup capacity | {{ backup_capacity_kw }} kW |25| Feeder current | {{ feeder_current_a }} A |26| Feeder resistance | {{ feeder_resistance_ohm_km }} ohm/km |27| Feeder length | {{ feeder_length_km }} km |28| Feeder voltage | {{ feeder_voltage_v }} V |29| Allowable voltage drop | {{ allowable_voltage_drop_percent }} percent |30 31Compute pseudo-static slope resisting and driving terms, static and seismic factors of safety, service-capacity margin, feeder voltage drop, and voltage-drop margin.32 33Write a compact source-bound resilience response to `/workspace/output.md`. Preserve the source IDs above. Include a source-boundary statement that this is a task-owned synthetic source pack.34 35Do not claim authority approval, accepted project evidence, executable real source-pack parsing, full standards compliance, generated benchmark readiness, or benchmark readiness.36 37Include a fenced JSON block with exactly these numeric keys:38 39```json40{41 "slope_resisting_kpa": <numeric_value>,42 "static_driving_kpa": <numeric_value>,43 "seismic_increment_kpa": <numeric_value>,44 "static_slope_fs": <numeric_value>,45 "seismic_slope_fs": <numeric_value>,46 "seismic_fs_margin": <numeric_value>,47 "service_capacity_margin_kw": <numeric_value>,48 "feeder_voltage_drop_percent": <numeric_value>,49 "voltage_drop_margin_percent": <numeric_value>,50 "overall_pass_score": <numeric_value>51}52```53 Each generated task is drawn from one of these realistic scenario bands.
Site contexts ground each scenario in a real locale the model can use to infer hidden values.
ssc07_seismic_slope_case
Ground investigation package for one seismic slope and service continuity check
seismic-slope-ssc07-seismic-slope-case-preview — hard difficulty, all inputs given.
Ground investigation package for one seismic slope and service continuity check. seismic-slope. Required outputs: slope_resisting_kpa, static_driving_kpa, seismic_increment_kpa, static_slope_fs, seismic_slope_fs, seismic_fs_margin
Scenario context and visible inputs.
Executable tool: seismic-slope-service-continuity-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"slope_resisting_kpa": <number>,
"static_driving_kpa": <number>,
"seismic_increment_kpa": <number>,
"static_slope_fs": <number>,
"seismic_slope_fs": <number>,
"seismic_fs_margin": <number>,
"service_capacity_margin_kw": <number>,
"feeder_voltage_drop_percent": <number>,
"voltage_drop_margin_percent": <number>,
"overall_pass_score": <number>
}