Yellow interval s
yellow_interval_s
Grade-adjusted yellow interval
Scores if within ±3% of the reference value.
Calculates task-owned synthetic SSC-01 bus-priority signal timing, passenger handling capacity, cabinet load, feeder voltage drop, and backup battery metrics.
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.
25 inputs
Included directly in every task prompt.
Bus approach speed kmh
bus_approach_speed_kmh
SIG-SSC01-005 bus-priority approach speed
Bus approach grade pct
bus_approach_grade_pct
BUS-SSC01-005 signed bus-priority approach grade
Yellow reaction time
yellow_reaction_time_s
SIG-SSC01-005 yellow interval reaction term
Yellow deceleration
yellow_deceleration_m_s2
SIG-SSC01-005 yellow interval deceleration
Intersection width
intersection_width_m
SIG-SSC01-005 intersection width
Bus length
bus_length_m
BUS-SSC01-005 design bus length
All red speed kmh
all_red_speed_kmh
SIG-SSC01-005 all-red clearance speed
Buses per hour
buses_per_hour
BUS-SSC01-005 scheduled priority buses
Bus occupancy pax
bus_occupancy_pax
BUS-SSC01-005 design bus occupancy
Peak passenger demand pax h
peak_passenger_demand_pax_h
BUS-SSC01-005 peak passenger demand
Controller load
controller_load_w
CAB-SSC01-005 controller load
Detector count
detector_count
DET-SSC01-005 detector count
Detector load
detector_load_w
DET-SSC01-005 detector load per unit
Transit radio load
transit_radio_load_w
CAB-SSC01-005 transit radio load
Vms load
vms_load_w
CAB-SSC01-005 VMS load
Signal heads load
signal_heads_load_w
CAB-SSC01-005 signal head load
Cabinet capacity
cabinet_capacity_w
CAB-SSC01-005 available cabinet load capacity
Feeder voltage
feeder_voltage_v
FEED-SSC01-005 feeder voltage
Power factor
power_factor
FEED-SSC01-005 cabinet power factor
Feeder length
feeder_length_km
FEED-SSC01-005 feeder length
Conductor resistance
conductor_resistance_ohm_km
FEED-SSC01-005 conductor resistance
Allowable voltage drop pct
allowable_voltage_drop_pct
FEED-SSC01-005 allowable voltage drop
Battery capacity
battery_capacity_kwh
CAB-SSC01-005 backup battery capacity
Battery efficiency
battery_efficiency
CAB-SSC01-005 backup battery efficiency
Required backup
required_backup_h
CAB-SSC01-005 required backup duration
12 outputs
yellow_interval_s
Grade-adjusted yellow interval
Scores if within ±3% of the reference value.
all_red_interval_s
All-red clearance interval
Scores if within ±3% of the reference value.
bus_handling_capacity_pax_h
Bus priority passenger handling capacity
Scores if within ±50% of the reference value.
bus_capacity_margin_pax_h
Passenger capacity minus demand
Scores if within ±50% of the reference value.
cabinet_load_w
Selected cabinet load
Scores if within ±50% of the reference value.
cabinet_load_margin_w
Cabinet capacity minus selected load
Scores if within ±50% of the reference value.
feeder_current_a
Cabinet feeder current
Scores if within ±3% of the reference value.
feeder_voltage_drop_percent
Feeder voltage drop at selected cabinet load
Scores if within ±3% of the reference value.
voltage_drop_margin_percent
Allowable voltage drop minus computed voltage drop
Scores if within ±3% of the reference value.
battery_runtime_h
Backup battery runtime
Scores if within ±3% of the reference value.
battery_margin_h
Backup runtime minus required duration
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when bus capacity, cabinet load, voltage, and backup checks pass
Scores if within ±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 signal and roadside electrical engineer checking a task-owned synthetic SSC-01 bus priority, signal corridor, and cabinet load package.2 3Use only the task-owned synthetic source pack values below for numeric grading. MUTCD signal timing, transit-priority, detector scheduling, and cabinet feeder workflows shape the context only; they are not extra data sources for this instance.4 5## Scene6 7- Product: `SSC-01-LH-05`8- Bus priority plan: `BUS-SSC01-005`9- Signal timing sheet: `SIG-SSC01-005`10- Detector schedule: `DET-SSC01-005`11- Cabinet load schedule: `CAB-SSC01-005`12- Feeder schedule: `FEED-SSC01-005`13- Priority scenario: `AM-PEAK-BUS-PRIORITY`14 15## Source Values16 17- Bus approach speed and grade: {{ bus_approach_speed_kmh }} km/h and {{ bus_approach_grade_pct }} %18- Yellow reaction time and deceleration: {{ yellow_reaction_time_s }} s and {{ yellow_deceleration_m_s2 }} m/s219- Intersection width, bus length, all-red speed: {{ intersection_width_m }} m, {{ bus_length_m }} m, {{ all_red_speed_kmh }} km/h20- Bus throughput source: {{ buses_per_hour }} buses/h at {{ bus_occupancy_pax }} passengers/bus21- Peak passenger demand: {{ peak_passenger_demand_pax_h }} passengers/h22- Cabinet loads: controller {{ controller_load_w }} W, detectors {{ detector_count }} at {{ detector_load_w }} W, transit radio {{ transit_radio_load_w }} W, VMS {{ vms_load_w }} W, signal heads {{ signal_heads_load_w }} W23- Cabinet capacity: {{ cabinet_capacity_w }} W24- Feeder voltage, power factor, length, resistance, and voltage-drop limit: {{ feeder_voltage_v }} V, {{ power_factor }}, {{ feeder_length_km }} km, {{ conductor_resistance_ohm_km }} ohm/km, {{ allowable_voltage_drop_pct }} %25- Battery capacity, efficiency, and backup requirement: {{ battery_capacity_kwh }} kWh, {{ battery_efficiency }}, {{ required_backup_h }} h26 27## Required Calculations28 29- Yellow interval is `reaction + v / (2 x deceleration + 2 x g x grade)`.30- All-red interval is `(intersection width + bus length) / all-red speed`.31- Bus handling capacity is buses per hour times passengers per bus.32- Cabinet load is the sum of controller, detector, radio, VMS, and signal-head loads.33- Feeder current is cabinet load divided by voltage and power factor.34- Feeder voltage drop is `2 x length x resistance x current / voltage x 100`.35- Battery runtime is `capacity x efficiency / (cabinet load / 1000)`.36- Overall pass score is `1.0` only when timing, capacity, load, voltage, and battery margins pass.37 38Write 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 that the baseline source pack passes the current synthetic checks.39 40Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable source-pack hardening, generated benchmark readiness, or benchmark readiness.41 42Include a fenced JSON block with exactly these numeric keys:43 44```json45{46 "yellow_interval_s": <numeric_value>,47 "all_red_interval_s": <numeric_value>,48 "bus_handling_capacity_pax_h": <numeric_value>,49 "bus_capacity_margin_pax_h": <numeric_value>,50 "cabinet_load_w": <numeric_value>,51 "cabinet_load_margin_w": <numeric_value>,52 "feeder_current_a": <numeric_value>,53 "feeder_voltage_drop_percent": <numeric_value>,54 "voltage_drop_margin_percent": <numeric_value>,55 "battery_runtime_h": <numeric_value>,56 "battery_margin_h": <numeric_value>,57 "overall_pass_score": <numeric_value>58}59```60 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.
ssc01_bus_priority_cabinet
SSC-01 task-owned synthetic bus priority signal and cabinet load package
bus-priority-signal-cabinet-load-ssc01-bus-priority-cabinet-preview — hard difficulty, all inputs given.
SSC-01 task-owned synthetic bus priority signal and cabinet load package. bus-priority-signal-cabinet-load. Required outputs: yellow_interval_s, all_red_interval_s, bus_handling_capacity_pax_h, bus_capacity_margin_pax_h, cabinet_load_w, cabinet_load_margin_w
Scenario context and visible inputs.
Executable tool: bus-priority-signal-cabinet-load-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"yellow_interval_s": <number>,
"all_red_interval_s": <number>,
"bus_handling_capacity_pax_h": <number>,
"bus_capacity_margin_pax_h": <number>,
"cabinet_load_w": <number>,
"cabinet_load_margin_w": <number>,
"feeder_current_a": <number>,
"feeder_voltage_drop_percent": <number>,
"voltage_drop_margin_percent": <number>,
"battery_runtime_h": <number>,
"battery_margin_h": <number>,
"overall_pass_score": <number>
}