Field device load
field_device_load_kw
Lighting, VMS, CCTV, and communications load
Scores if within ±3% of the reference value.
Calculates source-bound road ITS field equipment resilience metrics from a deterministic SSC-17 task-owned source pack. The template combines lighting, VMS, CCTV, communications, cabinet battery/PV autonomy, flood freeboard, PoE budget, 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.
Luminaire count
luminaire_count
DEVICE-SSC17-005 luminaire count
Luminaire kw each
luminaire_kw_each
DEVICE-SSC17-005 luminaire load
Vms
vms_kw
DEVICE-SSC17-005 VMS load
Cctv count
cctv_count
DEVICE-SSC17-005 CCTV camera count
Cctv kw each
cctv_kw_each
DEVICE-SSC17-005 CCTV load
Comms
comms_kw
NET-SSC17-005 communications load
Outage duration hr
outage_duration_hr
FLOOD-SSC17-005 outage duration
Cabinet battery
cabinet_battery_kwh
CAB-SSC17-005 cabinet battery energy
Max depth of discharge
max_depth_of_discharge
CAB-SSC17-005 maximum depth of discharge
Inverter efficiency
inverter_efficiency
CAB-SSC17-005 inverter efficiency
Pv
pv_kw
CAB-SSC17-005 cabinet PV rating
Solar hours
solar_hours
FLOOD-SSC17-005 solar hours during event
Pv performance ratio
pv_performance_ratio
CAB-SSC17-005 PV performance ratio
Cabinet threshold level
cabinet_threshold_level_m
CAB-SSC17-005 cabinet threshold level
Flood hgl
flood_hgl_m
FLOOD-SSC17-005 flood HGL
Required freeboard
required_freeboard_m
FLOOD-SSC17-005 required cabinet freeboard
Poe budget
poe_budget_w
NET-SSC17-005 PoE budget
Poe camera w each
poe_camera_w_each
NET-SSC17-005 PoE camera load
Poe switch
poe_switch_w
NET-SSC17-005 PoE switch load
Required vms runtime hr
required_vms_runtime_hr
MEMO-SSC17-005 required VMS runtime
13 outputs
field_device_load_kw
Lighting, VMS, CCTV, and communications load
Scores if within ±3% of the reference value.
outage_energy_required_kwh
Energy required during outage
Scores if within ±3% of the reference value.
usable_battery_energy_kwh
Usable cabinet battery energy
Scores if within ±3% of the reference value.
pv_energy_available_kwh
PV energy available during event
Scores if within ±3% of the reference value.
backup_energy_available_kwh
Battery plus PV energy available
Scores if within ±3% of the reference value.
backup_energy_margin_kwh
Available backup energy minus required outage energy
Scores if within ±3% of the reference value.
battery_only_runtime_hr
Battery-only runtime at field device load
Scores if within ±3% of the reference value.
vms_runtime_margin_hr
Battery-only runtime minus required VMS runtime
Scores if within ±3% of the reference value.
cabinet_freeboard_m
Cabinet threshold minus flood HGL
Scores if within ±3% of the reference value.
cabinet_freeboard_margin_m
Cabinet freeboard minus required freeboard
Scores if within ±3% of the reference value.
poe_load_w
PoE camera plus switch load
Scores if within ±3% of the reference value.
poe_margin_w
PoE budget minus PoE load
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when energy, runtime, freeboard, and PoE margins are non-negative
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 a road ITS and electrical resilience engineer checking a task-owned synthetic SSC-17 field equipment energy package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Road, ITS, CCTV, PV, BESS, and storm exposure workflows shape the context only: this instance does not run external software or a real source-pack parser.4 5## Scene6 7- Product: `SSC-17-LH-05`8- Road plan/profile: `ROAD-SSC17-005`9- Field device schedule: `DEVICE-SSC17-005`10- Network topology: `NET-SSC17-005`11- Cabinet load schedule: `CAB-SSC17-005`12- Storm/flood exposure note: `FLOOD-SSC17-005`13- Operations memo: `MEMO-SSC17-005`14 15## Source Values16 17| Item | Value |18| --- | --- |19| Luminaire count | {{ luminaire_count }} |20| Luminaire load | {{ luminaire_kw_each }} kW each |21| VMS load | {{ vms_kw }} kW |22| CCTV count | {{ cctv_count }} |23| CCTV load | {{ cctv_kw_each }} kW each |24| Communications load | {{ comms_kw }} kW |25| Outage duration | {{ outage_duration_hr }} h |26| Cabinet battery | {{ cabinet_battery_kwh }} kWh |27| Maximum depth of discharge | {{ max_depth_of_discharge }} |28| Inverter efficiency | {{ inverter_efficiency }} |29| PV rating | {{ pv_kw }} kW |30| Solar hours during event | {{ solar_hours }} h |31| PV performance ratio | {{ pv_performance_ratio }} |32| Cabinet threshold level | {{ cabinet_threshold_level_m }} m |33| Flood HGL | {{ flood_hgl_m }} m |34| Required freeboard | {{ required_freeboard_m }} m |35| PoE budget | {{ poe_budget_w }} W |36| PoE camera load | {{ poe_camera_w_each }} W each |37| PoE switch load | {{ poe_switch_w }} W |38| Required VMS runtime | {{ required_vms_runtime_hr }} h |39 40## Output Format41 42Write a compact memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Preserve the source IDs above and state whether the baseline source pack passes the current docs-only checks.43 44Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.45 46Include a fenced JSON block with exactly these numeric keys:47 48```json49{50 "field_device_load_kw": <numeric_value>,51 "outage_energy_required_kwh": <numeric_value>,52 "usable_battery_energy_kwh": <numeric_value>,53 "pv_energy_available_kwh": <numeric_value>,54 "backup_energy_available_kwh": <numeric_value>,55 "backup_energy_margin_kwh": <numeric_value>,56 "battery_only_runtime_hr": <numeric_value>,57 "vms_runtime_margin_hr": <numeric_value>,58 "cabinet_freeboard_m": <numeric_value>,59 "cabinet_freeboard_margin_m": <numeric_value>,60 "poe_load_w": <numeric_value>,61 "poe_margin_w": <numeric_value>,62 "overall_pass_score": <numeric_value>63}64```65 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.
ssc17_road_its_energy_case
Road ITS field equipment resilience case with cabinet battery, PV, flood level, and PoE budget
road-its-field-equipment-energy-ssc17-road-its-energy-case-preview — hard difficulty, all inputs given.
Road ITS field equipment resilience case with cabinet battery, PV, flood level, and PoE budget. road-its-field-equipment-energy. Required outputs: field_device_load_kw, outage_energy_required_kwh, usable_battery_energy_kwh, pv_energy_available_kwh, backup_energy_available_kwh, backup_energy_margin_kwh
Scenario context and visible inputs.
Executable tool: road-its-field-equipment-energy-resilience-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"field_device_load_kw": <number>,
"outage_energy_required_kwh": <number>,
"usable_battery_energy_kwh": <number>,
"pv_energy_available_kwh": <number>,
"backup_energy_available_kwh": <number>,
"backup_energy_margin_kwh": <number>,
"battery_only_runtime_hr": <number>,
"vms_runtime_margin_hr": <number>,
"cabinet_freeboard_m": <number>,
"cabinet_freeboard_margin_m": <number>,
"poe_load_w": <number>,
"poe_margin_w": <number>,
"overall_pass_score": <number>
}