Exit gradient
exit_gradient
Water head above base divided by seepage path
Scores if within ±3% of the reference value.
Calculates source-bound excavation and dewatering metrics from a deterministic SSC-07 task-owned source pack. The template combines exit-gradient safety, rapid-drawdown screening, pump power, temporary generator capacity, battery runtime, and uplift pressure checks.
with-tool: The model is given an executable Python calculator script.
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.
16 inputs
Included directly in every task prompt.
Water head above base
water_head_above_base_m
GW-07-DEWATER-01 water head above excavation base
Seepage path
seepage_path_m
EXC-07-SECTION-01 seepage path length
Critical gradient
critical_gradient
GW-07-DEWATER-01 critical exit gradient
Slope angle deg
slope_angle_deg
EXC-07-SECTION-01 temporary slope angle
Friction angle deg
friction_angle_deg
EXC-07-SECTION-01 drained friction angle
Pore pressure ratio
pore_pressure_ratio
GW-07-DEWATER-01 rapid-drawdown pore pressure ratio
Pump flow
pump_flow_m3_s
PUMP-07-TEMP-01 pump flow per pump
Pump head
pump_head_m
PUMP-07-TEMP-01 dewatering pump head
Pump efficiency
pump_efficiency
PUMP-07-TEMP-01 pump efficiency
Pump
pump_count
PUMP-07-TEMP-01 operating pump count
Controls load
controls_load_kw
PWR-07-TEMP-01 controls and monitoring load
Generator capacity
generator_capacity_kw
PWR-07-TEMP-01 temporary generator capacity
Battery capacity
battery_capacity_kwh
PWR-07-TEMP-01 backup battery capacity
Autonomy load
autonomy_load_kw
PWR-07-TEMP-01 critical autonomy load
Required runtime
required_runtime_h
MEMO-07-TEMP-01 required monitoring runtime
Slab resisting pressure
slab_resisting_pressure_kpa
EXC-07-SECTION-01 slab resisting pressure
11 outputs
exit_gradient
Water head above base divided by seepage path
Scores if within ±3% of the reference value.
exit_gradient_fs
Critical gradient divided by exit gradient
Scores if within ±3% of the reference value.
rapid_drawdown_fs
Rapid-drawdown slope factor of safety
Scores if within ±3% of the reference value.
pump_power_kw
Per-pump hydraulic input power
Scores if within ±3% of the reference value.
temporary_power_kw
Pump power for all pumps plus controls load
Scores if within ±3% of the reference value.
generator_margin_kw
Generator capacity minus temporary power
Scores if within ±3% of the reference value.
battery_runtime_h
Battery runtime at autonomy load
Scores if within ±3% of the reference value.
battery_runtime_margin_h
Battery runtime minus required runtime
Scores if within ±3% of the reference value.
uplift_pressure_kpa
Water unit weight times water head above base
Scores if within ±3% of the reference value.
uplift_margin_kpa
Slab resisting pressure minus uplift pressure
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when seepage, slope, power, runtime, and uplift 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 excavation/dewatering and temporary power safety package for `SSC-07-LH-04`.2 3Use only the task-owned synthetic source pack values shown below for numeric grading.4 5## Source Pack6 7- Excavation section: `EXC-07-SECTION-01`8- Groundwater record: `GW-07-DEWATER-01`9- Temporary pump schedule: `PUMP-07-TEMP-01`10- Temporary power layout: `PWR-07-TEMP-01`11- Temporary works memo: `MEMO-07-TEMP-01`12 13## Source Values14 15| Item | Value |16|---|---:|17| Water head above base | {{ water_head_above_base_m }} m |18| Seepage path | {{ seepage_path_m }} m |19| Critical gradient | {{ critical_gradient }} |20| Excavation slope angle | {{ slope_angle_deg }} degrees |21| Soil friction angle | {{ friction_angle_deg }} degrees |22| Pore pressure ratio | {{ pore_pressure_ratio }} |23| Pump flow | {{ pump_flow_m3_s }} m3/s |24| Pump head | {{ pump_head_m }} m |25| Pump efficiency | {{ pump_efficiency }} |26| Pump count | {{ pump_count }} |27| Controls load | {{ controls_load_kw }} kW |28| Generator capacity | {{ generator_capacity_kw }} kW |29| Battery capacity | {{ battery_capacity_kwh }} kWh |30| Autonomy load | {{ autonomy_load_kw }} kW |31| Required runtime | {{ required_runtime_h }} h |32| Slab resisting pressure | {{ slab_resisting_pressure_kpa }} kPa |33 34Compute exit-gradient safety, rapid-drawdown slope safety, pump power, temporary power, generator margin, battery runtime, uplift pressure, and uplift margin.35 36Write a compact source-bound temporary works memo to `/workspace/output.md`. Preserve the source IDs above. Include a source-boundary statement that this is a task-owned synthetic source pack.37 38Do not claim authority approval, accepted project evidence, executable real source-pack parsing, full standards compliance, generated benchmark readiness, or benchmark readiness.39 40Include a fenced JSON block with exactly these numeric keys:41 42```json43{44 "exit_gradient": <numeric_value>,45 "exit_gradient_fs": <numeric_value>,46 "rapid_drawdown_fs": <numeric_value>,47 "pump_power_kw": <numeric_value>,48 "temporary_power_kw": <numeric_value>,49 "generator_margin_kw": <numeric_value>,50 "battery_runtime_h": <numeric_value>,51 "battery_runtime_margin_h": <numeric_value>,52 "uplift_pressure_kpa": <numeric_value>,53 "uplift_margin_kpa": <numeric_value>,54 "overall_pass_score": <numeric_value>55}56```57 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_excavation_dewatering_case
Ground investigation package for one excavation, dewatering, and temporary power check
excavation-dewatering-ssc07-excavation-dewatering-case-preview — hard difficulty, all inputs given.
Ground investigation package for one excavation, dewatering, and temporary power check. excavation-dewatering. Required outputs: exit_gradient, exit_gradient_fs, rapid_drawdown_fs, pump_power_kw, temporary_power_kw, generator_margin_kw
Scenario context and visible inputs.
Executable tool: excavation-dewatering-temporary-power-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"exit_gradient": <number>,
"exit_gradient_fs": <number>,
"rapid_drawdown_fs": <number>,
"pump_power_kw": <number>,
"temporary_power_kw": <number>,
"generator_margin_kw": <number>,
"battery_runtime_h": <number>,
"battery_runtime_margin_h": <number>,
"uplift_pressure_kpa": <number>,
"uplift_margin_kpa": <number>,
"overall_pass_score": <number>
}