Car width margin
car_width_margin_m
Car width margin
Scores if within ±3% of the reference value.
Calculates source-bound vertical transport metrics from a deterministic SSC-08 task-owned source pack. The template combines car dimension margins, shaft clearance margins, accessible lift capacity, generator allocation, feeder current, voltage-drop margin, and an overall synthetic pass score.
with-tool: The model is given an executable Python calculator script.
Standards
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.
23 inputs
Included directly in every task prompt.
Car internal width
car_internal_width_m
CAR-08-DATA-06 car internal width
Required car width
required_car_width_m
LIFT-08-RULE-06 required car width
Car internal depth
car_internal_depth_m
CAR-08-DATA-06 car internal depth
Required car depth
required_car_depth_m
LIFT-08-RULE-06 required car depth
Shaft width
shaft_width_m
SHAFT-08-PLAN-06 shaft width
Shaft depth
shaft_depth_m
SHAFT-08-PLAN-06 shaft depth
Side clearance
side_clearance_m
CAR-08-DATA-06 side clearance
Front rear clearance
front_rear_clearance_m
CAR-08-DATA-06 front/rear clearance
Lift count
lift_count
ACCESS-08-SCHED-06 lift count
Car capacity
car_capacity_persons
CAR-08-DATA-06 car capacity
Loading factor
loading_factor
ACCESS-08-SCHED-06 loading factor
Round trip time
round_trip_time_s
ACCESS-08-SCHED-06 round-trip time
Accessible demand persons per 5min
accessible_demand_persons_per_5min
ACCESS-08-SCHED-06 accessible demand
Lift motor
lift_motor_kw
POWER-08-SCHED-06 lift motor load
Fire service lift count
fire_service_lift_count
LIFT-08-RULE-06 fire-service lift count
Controls load
controls_load_kw
POWER-08-SCHED-06 controls load
Generator allocation
generator_allocation_kw
POWER-08-SCHED-06 generator allocation
Voltage
voltage_v
POWER-08-SCHED-06 feeder voltage
Power factor
power_factor
POWER-08-SCHED-06 power factor
Feeder length
feeder_length_km
POWER-08-SCHED-06 feeder length
Feeder resistance ohm per km
feeder_resistance_ohm_per_km
POWER-08-SCHED-06 feeder resistance
Feeder reactance ohm per km
feeder_reactance_ohm_per_km
POWER-08-SCHED-06 feeder reactance
Allowable voltage drop percent
allowable_voltage_drop_percent
POWER-08-SCHED-06 allowable voltage drop
11 outputs
car_width_margin_m
Car width margin
Scores if within ±3% of the reference value.
car_depth_margin_m
Car depth margin
Scores if within ±3% of the reference value.
shaft_width_margin_m
Shaft width margin
Scores if within ±3% of the reference value.
shaft_depth_margin_m
Shaft depth margin
Scores if within ±3% of the reference value.
accessible_lift_capacity_persons_per_5min
Accessible lift capacity per 5 minutes
Scores if within ±3% of the reference value.
accessible_capacity_margin_persons_per_5min
Accessible lift capacity minus demand
Scores if within ±3% of the reference value.
emergency_power_load_kw
Emergency lift power load
Scores if within ±3% of the reference value.
generator_allocation_margin_kw
Generator allocation margin
Scores if within ±3% of the reference value.
lift_feeder_current_a
Lift feeder current
Scores if within ±3% of the reference value.
feeder_voltage_drop_margin_percent
Feeder voltage drop margin
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when vertical transport 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 a mechanical/vertical-transport engineer checking a task-owned synthetic SSC-08 lift shaft, car dimension, and accessibility service package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. External lift planning, shaft/car dimensional review, accessibility service, emergency lift power, and feeder workflows shape the practice context only; they are not extra data sources for this instance.4 5## Scene6 7- Product family: `SSC-08-LH-06`8- Floor and shaft plan: `SHAFT-08-PLAN-06`9- Car and shaft data: `CAR-08-DATA-06`10- Population and accessibility schedule: `ACCESS-08-SCHED-06`11- Emergency lift rule: `LIFT-08-RULE-06`12- Power schedule: `POWER-08-SCHED-06`13- Vertical transport memo: `MEMO-08-VT-06`14 15## Source Values16 17| Item | Value |18|------|-------|19| Car internal width | {{ car_internal_width_m }} m |20| Required car width | {{ required_car_width_m }} m |21| Car internal depth | {{ car_internal_depth_m }} m |22| Required car depth | {{ required_car_depth_m }} m |23| Shaft width | {{ shaft_width_m }} m |24| Shaft depth | {{ shaft_depth_m }} m |25| Side clearance | {{ side_clearance_m }} m |26| Front/rear clearance | {{ front_rear_clearance_m }} m |27| Lift count | {{ lift_count }} |28| Car capacity | {{ car_capacity_persons }} persons |29| Loading factor | {{ loading_factor }} |30| Round-trip time | {{ round_trip_time_s }} s |31| Accessible demand | {{ accessible_demand_persons_per_5min }} persons/5min |32| Lift motor load | {{ lift_motor_kw }} kW |33| Fire-service lift count | {{ fire_service_lift_count }} |34| Controls load | {{ controls_load_kw }} kW |35| Generator allocation | {{ generator_allocation_kw }} kW |36| Voltage | {{ voltage_v }} V |37| Power factor | {{ power_factor }} |38| Feeder length | {{ feeder_length_km }} km |39| Feeder resistance | {{ feeder_resistance_ohm_per_km }} ohm/km |40| Feeder reactance | {{ feeder_reactance_ohm_per_km }} ohm/km |41| Allowable voltage drop | {{ allowable_voltage_drop_percent }} percent |42 43## Checks44 45- Car width and depth margins equal internal dimensions minus required dimensions.46- Shaft margins equal shaft dimensions minus car dimensions and required clearances.47- Accessible lift capacity equals `300 x lift_count x car_capacity x loading_factor / round_trip_time`.48- Accessible capacity margin equals accessible lift capacity minus accessible demand.49- Emergency power load equals fire-service lift motor load plus controls load.50- Generator allocation margin equals generator allocation minus emergency power load.51- Lift feeder current and voltage drop use three-phase voltage, power factor, feeder R/X, and length.52- Overall pass score is `1.0` only when car, shaft, accessibility, generator, and feeder checks pass; otherwise it is `0.0`.53 54## Output Format55 56Write a compact vertical transport 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.57 58Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.59 60Include a fenced JSON block with exactly these numeric keys:61 62```json63{64 "car_width_margin_m": <numeric_value>,65 "car_depth_margin_m": <numeric_value>,66 "shaft_width_margin_m": <numeric_value>,67 "shaft_depth_margin_m": <numeric_value>,68 "accessible_lift_capacity_persons_per_5min": <numeric_value>,69 "accessible_capacity_margin_persons_per_5min": <numeric_value>,70 "emergency_power_load_kw": <numeric_value>,71 "generator_allocation_margin_kw": <numeric_value>,72 "lift_feeder_current_a": <numeric_value>,73 "feeder_voltage_drop_margin_percent": <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_lift_accessibility_case
Lift shaft, car dimension, and accessibility service case
ssc08-lift-accessibility-ssc08-lift-accessibility-case-preview — hard difficulty, all inputs given.
Lift shaft, car dimension, and accessibility service case. ssc08-lift-accessibility. Required outputs: car_width_margin_m, car_depth_margin_m, shaft_width_margin_m, shaft_depth_margin_m, accessible_lift_capacity_persons_per_5min, accessible_capacity_margin_persons_per_5min
Scenario context and visible inputs.
Executable tool: lift-shaft-car-accessibility-service-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"car_width_margin_m": <number>,
"car_depth_margin_m": <number>,
"shaft_width_margin_m": <number>,
"shaft_depth_margin_m": <number>,
"accessible_lift_capacity_persons_per_5min": <number>,
"accessible_capacity_margin_persons_per_5min": <number>,
"emergency_power_load_kw": <number>,
"generator_allocation_margin_kw": <number>,
"lift_feeder_current_a": <number>,
"feeder_voltage_drop_margin_percent": <number>,
"overall_pass_score": <number>
}