LIVEdataset aec-bench@releasetasks 552models 18last submission · built
electricalwith-tool

Life Safety Vertical Movement Emergency Power Package

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.

How this task is generated

One template produces many comparable benchmark tasks while keeping the scoring contract fixed.

  1. 01

    Template

    The reusable contract shown on this page.

  2. 02

    Scenario

    An archetype and site context are sampled.

  3. 03

    Difficulty tier

    Inputs may be hidden at harder tiers.

  4. 04

    Task prompt

    The model responds with the declared outputs.

Parameters

Inputs the model receives, and the outputs it is scored on.

Inputs

20 inputs

Always given

Included directly in every task prompt.

20
Show 20 inputs
  • Critical lift load

    critical_lift_load_kw

    LIFT-08-SCHED-03 critical lift load

    18 kW
  • Escalator recovery load

    escalator_recovery_load_kw

    ESC-08-SCHED-03 escalator recovery load

    11 kW
  • Alarm load

    alarm_load_kw

    ALARM-08-LOAD-03 alarm load

    2.4 kW
  • Smoke control load

    smoke_control_load_kw

    EMERG-08-PLAN-03 smoke control load

    7.5 kW
  • Emergency lighting load

    emergency_lighting_load_kw

    ALARM-08-LOAD-03 emergency lighting load

    3.2 kW
  • Diversity factor

    diversity_factor

    MEMO-08-POWER-03 diversity factor

    0.85
  • Generator capacity

    generator_capacity_kw

    BACKUP-08-POWER-03 generator capacity

    55 kW
  • Generator derate factor

    generator_derate_factor

    BACKUP-08-POWER-03 generator derate factor

    0.9
  • Control load

    control_load_kw

    ALARM-08-LOAD-03 control load

    1.5 kW
  • Bridge duration

    bridge_duration_h

    BACKUP-08-POWER-03 battery bridge duration

    2 h
  • Battery usable fraction

    battery_usable_fraction

    BACKUP-08-POWER-03 battery usable fraction

    0.8
  • Selected battery capacity

    selected_battery_capacity_kwh

    BACKUP-08-POWER-03 selected battery capacity

    24 kWh
  • Voltage

    voltage_v

    BACKUP-08-POWER-03 emergency feeder voltage

    400 V
  • Power factor

    power_factor

    BACKUP-08-POWER-03 emergency load power factor

    0.9
  • Feeder length

    feeder_length_km

    BACKUP-08-POWER-03 feeder length

    0.12 km
  • Feeder resistance ohm per km

    feeder_resistance_ohm_per_km

    BACKUP-08-POWER-03 feeder resistance

    0.42 ohm/km
  • Feeder reactance ohm per km

    feeder_reactance_ohm_per_km

    BACKUP-08-POWER-03 feeder reactance

    0.08 ohm/km
  • Allowable voltage drop percent

    allowable_voltage_drop_percent

    MEMO-08-POWER-03 allowable voltage drop

    3 %
  • Shedable load

    shedable_load_kw

    EMERG-08-PLAN-03 shedable load

    8 kW
  • Required shed

    required_shed_kw

    EMERG-08-PLAN-03 required shed

    4 kW

Scored outputs

12 outputs

Critical connected load

critical_connected_load_kw

Connected life-safety load

Scores if within ±3% of the reference value.

Diversified emergency load

diversified_emergency_load_kw

Diversified emergency load

Scores if within ±3% of the reference value.

Available generator capacity

available_generator_capacity_kw

Derated generator capacity

Scores if within ±3% of the reference value.

Generator capacity margin

generator_capacity_margin_kw

Generator capacity minus diversified load

Scores if within ±3% of the reference value.

Battery bridge load

battery_bridge_load_kw

Battery bridge load

Scores if within ±3% of the reference value.

Required battery capacity kwh

required_battery_capacity_kwh

Required battery bridge capacity

Scores if within ±3% of the reference value.

Battery capacity margin kwh

battery_capacity_margin_kwh

Selected battery capacity minus required battery capacity

Scores if within ±3% of the reference value.

Emergency feeder current

emergency_feeder_current_a

Emergency feeder current

Scores if within ±3% of the reference value.

Feeder voltage drop

feeder_voltage_drop_percent

Emergency feeder voltage drop

Scores if within ±3% of the reference value.

Voltage drop margin

voltage_drop_margin_percent

Allowable voltage drop minus computed drop

Scores if within ±3% of the reference value.

Load shed margin

load_shed_margin_kw

Shedable load minus required shed

Scores if within ±3% of the reference value.

Overall pass score

overall_pass_score

1.0 when emergency-power checks pass

Scores if within ±0.1% of the reference value.

Difficulty

Each template is sampled at three tiers. Harder tiers may hide inputs, forcing the model to infer them from the scenario description.

All inputs remain visible at every tier

For this template, difficulty scales through parameter and scenario ranges rather than hidden information.

easy:
All source-pack values given for the SSC-08 emergency-power package
medium:
All source-pack values given for the SSC-08 emergency-power package
hard:
All source-pack values given for the SSC-08 emergency-power package

Task bundle

The exact instruction and parameter contract used to generate this task, pinned to the published library source.

/workspace

  • instruction.md
  • life-safety-vertical-movement-emergency-power-package_calc.py

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

Scenario archetypes

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

ssc08_emergency_power_case

Life-safety and vertical-movement emergency-power case

ssc08-emergency-power
Parameter ranges

Example task

ssc08-emergency-power-ssc08-emergency-power-case-previewhard 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

The model sees

Scenario context and visible inputs.

critical_lift_load_kw
18 to 18 kW
escalator_recovery_load_kw
11 to 11 kW
alarm_load_kw
2.4 to 2.4 kW
smoke_control_load_kw
7.5 to 7.5 kW
emergency_lighting_load_kw
3.2 to 3.2 kW
diversity_factor
0.85 to 0.85
generator_capacity_kw
55 to 55 kW
generator_derate_factor
0.9 to 0.9
control_load_kw
1.5 to 1.5 kW
bridge_duration_h
2 to 2 h
battery_usable_fraction
0.8 to 0.8
selected_battery_capacity_kwh
24 to 24 kWh
voltage_v
400 to 400 V
power_factor
0.9 to 0.9
feeder_length_km
0.12 to 0.12 km
feeder_resistance_ohm_per_km
0.42 to 0.42 ohm/km
feeder_reactance_ohm_per_km
0.08 to 0.08 ohm/km
allowable_voltage_drop_percent
3 to 3 %
shedable_load_kw
8 to 8 kW
required_shed_kw
4 to 4 kW

Executable tool: life-safety-vertical-movement-emergency-power-package_calc.py

The model must infer

Inputs withheld at this difficulty.

Nothing. All inputs are supplied.

The model must produce

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>
}
  • critical_connected_load_kw · scored within ±3%
  • diversified_emergency_load_kw · scored within ±3%
  • available_generator_capacity_kw · scored within ±3%
  • generator_capacity_margin_kw · scored within ±3%
  • battery_bridge_load_kw · scored within ±3%
  • required_battery_capacity_kwh · scored within ±3%
  • battery_capacity_margin_kwh · scored within ±3%
  • emergency_feeder_current_a · scored within ±3%
  • feeder_voltage_drop_percent · scored within ±3%
  • voltage_drop_margin_percent · scored within ±3%
  • load_shed_margin_kw · scored within ±3%
  • overall_pass_score · scored within ±0.1%