Critical connected load
critical_connected_load_kw
Connected life-safety load
Scores if within ±3% of the reference value.
Calculates source-bound emergency-power metrics from a deterministic SSC-08 task-owned source pack. The template combines critical connected load, diversified emergency load, generator margin, battery bridge, feeder current and voltage drop, load shedding, and an overall synthetic pass score.
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.
20 inputs
Included directly in every task prompt.
Critical lift load
critical_lift_load_kw
LIFT-08-SCHED-03 critical lift load
Escalator recovery load
escalator_recovery_load_kw
ESC-08-SCHED-03 escalator recovery load
Alarm load
alarm_load_kw
ALARM-08-LOAD-03 alarm load
Smoke control load
smoke_control_load_kw
EMERG-08-PLAN-03 smoke control load
Emergency lighting load
emergency_lighting_load_kw
ALARM-08-LOAD-03 emergency lighting load
Diversity factor
diversity_factor
MEMO-08-POWER-03 diversity factor
Generator capacity
generator_capacity_kw
BACKUP-08-POWER-03 generator capacity
Generator derate factor
generator_derate_factor
BACKUP-08-POWER-03 generator derate factor
Control load
control_load_kw
ALARM-08-LOAD-03 control load
Bridge duration
bridge_duration_h
BACKUP-08-POWER-03 battery bridge duration
Battery usable fraction
battery_usable_fraction
BACKUP-08-POWER-03 battery usable fraction
Selected battery capacity
selected_battery_capacity_kwh
BACKUP-08-POWER-03 selected battery capacity
Voltage
voltage_v
BACKUP-08-POWER-03 emergency feeder voltage
Power factor
power_factor
BACKUP-08-POWER-03 emergency load power factor
Feeder length
feeder_length_km
BACKUP-08-POWER-03 feeder length
Feeder resistance ohm per km
feeder_resistance_ohm_per_km
BACKUP-08-POWER-03 feeder resistance
Feeder reactance ohm per km
feeder_reactance_ohm_per_km
BACKUP-08-POWER-03 feeder reactance
Allowable voltage drop percent
allowable_voltage_drop_percent
MEMO-08-POWER-03 allowable voltage drop
Shedable load
shedable_load_kw
EMERG-08-PLAN-03 shedable load
Required shed
required_shed_kw
EMERG-08-PLAN-03 required shed
12 outputs
critical_connected_load_kw
Connected life-safety load
Scores if within ±3% of the reference value.
diversified_emergency_load_kw
Diversified emergency load
Scores if within ±3% of the reference value.
available_generator_capacity_kw
Derated generator capacity
Scores if within ±3% of the reference value.
generator_capacity_margin_kw
Generator capacity minus diversified load
Scores if within ±3% of the reference value.
battery_bridge_load_kw
Battery bridge load
Scores if within ±3% of the reference value.
required_battery_capacity_kwh
Required battery bridge capacity
Scores if within ±3% of the reference value.
battery_capacity_margin_kwh
Selected battery capacity minus required battery capacity
Scores if within ±3% of the reference value.
emergency_feeder_current_a
Emergency feeder current
Scores if within ±3% of the reference value.
feeder_voltage_drop_percent
Emergency feeder voltage drop
Scores if within ±3% of the reference value.
voltage_drop_margin_percent
Allowable voltage drop minus computed drop
Scores if within ±3% of the reference value.
load_shed_margin_kw
Shedable load minus required shed
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when emergency-power checks pass
Scores if within ±0.1% 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 an electrical/life-safety engineer checking a task-owned synthetic SSC-08 emergency power for life-safety and vertical movement package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. External emergency-power, generator, battery-bridge, lift/escalator, feeder, and load-shedding workflows shape the practice context only; they are not extra data sources for this instance.4 5## Scene6 7- Product family: `SSC-08-LH-03`8- Emergency operations plan: `EMERG-08-PLAN-03`9- Lift schedule: `LIFT-08-SCHED-03`10- Escalator schedule: `ESC-08-SCHED-03`11- Fire alarm load schedule: `ALARM-08-LOAD-03`12- Backup power sheet: `BACKUP-08-POWER-03`13- Emergency power memo: `MEMO-08-POWER-03`14 15## Source Values16 17| Item | Value |18|------|-------|19| Critical lift load | {{ critical_lift_load_kw }} kW |20| Escalator recovery load | {{ escalator_recovery_load_kw }} kW |21| Alarm load | {{ alarm_load_kw }} kW |22| Smoke control load | {{ smoke_control_load_kw }} kW |23| Emergency lighting load | {{ emergency_lighting_load_kw }} kW |24| Diversity factor | {{ diversity_factor }} |25| Generator capacity | {{ generator_capacity_kw }} kW |26| Generator derate factor | {{ generator_derate_factor }} |27| Control load | {{ control_load_kw }} kW |28| Bridge duration | {{ bridge_duration_h }} h |29| Battery usable fraction | {{ battery_usable_fraction }} |30| Selected battery capacity | {{ selected_battery_capacity_kwh }} kWh |31| Voltage | {{ voltage_v }} V |32| Power factor | {{ power_factor }} |33| Feeder length | {{ feeder_length_km }} km |34| Feeder resistance | {{ feeder_resistance_ohm_per_km }} ohm/km |35| Feeder reactance | {{ feeder_reactance_ohm_per_km }} ohm/km |36| Allowable voltage drop | {{ allowable_voltage_drop_percent }} percent |37| Shedable load | {{ shedable_load_kw }} kW |38| Required shed | {{ required_shed_kw }} kW |39 40## Checks41 42- Critical connected load equals the sum of critical lift, escalator recovery, alarm, smoke control, and emergency lighting loads.43- Diversified emergency load equals connected load times diversity factor.44- Available generator capacity equals generator capacity times derate factor.45- Generator capacity margin equals available generator capacity minus diversified emergency load.46- Battery bridge load equals alarm load plus emergency lighting load plus control load.47- Required battery capacity equals bridge load times bridge duration divided by usable fraction.48- Emergency feeder current uses three-phase power, voltage, and power factor.49- Feeder voltage drop uses feeder R/X, length, current, and power factor.50- Load-shed margin equals shedable load minus required shed.51- Overall pass score is `1.0` only when generator, battery, voltage-drop, and load-shed margins are non-negative; otherwise it is `0.0`.52 53## Output Format54 55Write a compact emergency power memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Preserve the object IDs above and state whether the baseline source pack passes the current docs-only checks.56 57Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.58 59Include a fenced JSON block with exactly these numeric keys:60 61```json62{63 "critical_connected_load_kw": <numeric_value>,64 "diversified_emergency_load_kw": <numeric_value>,65 "available_generator_capacity_kw": <numeric_value>,66 "generator_capacity_margin_kw": <numeric_value>,67 "battery_bridge_load_kw": <numeric_value>,68 "required_battery_capacity_kwh": <numeric_value>,69 "battery_capacity_margin_kwh": <numeric_value>,70 "emergency_feeder_current_a": <numeric_value>,71 "feeder_voltage_drop_percent": <numeric_value>,72 "voltage_drop_margin_percent": <numeric_value>,73 "load_shed_margin_kw": <numeric_value>,74 "overall_pass_score": <numeric_value>75}76```77 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.
ssc08_emergency_power_case
Life-safety and vertical-movement emergency-power case
ssc08-emergency-power-ssc08-emergency-power-case-preview — hard difficulty, all inputs given.
Life-safety and vertical-movement emergency-power case. ssc08-emergency-power. Required outputs: critical_connected_load_kw, diversified_emergency_load_kw, available_generator_capacity_kw, generator_capacity_margin_kw, battery_bridge_load_kw, required_battery_capacity_kwh
Scenario context and visible inputs.
Executable tool: life-safety-vertical-movement-emergency-power-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"critical_connected_load_kw": <number>,
"diversified_emergency_load_kw": <number>,
"available_generator_capacity_kw": <number>,
"generator_capacity_margin_kw": <number>,
"battery_bridge_load_kw": <number>,
"required_battery_capacity_kwh": <number>,
"battery_capacity_margin_kwh": <number>,
"emergency_feeder_current_a": <number>,
"feeder_voltage_drop_percent": <number>,
"voltage_drop_margin_percent": <number>,
"load_shed_margin_kw": <number>,
"overall_pass_score": <number>
}