Required bund volume l
required_bund_volume_l
Required temporary bund volume
Scores if within ±3% of the reference value.
Calculates source-bound temporary bund volume, fire HRR, visibility margin, NAC load, alarm battery, drain isolation, and spill response metrics from a deterministic SSC-16 task-owned source pack.
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.
Largest container
largest_container_l
INV-16-FUEL-06 largest temporary storage container
Rainfall allowance
rainfall_allowance_l
BUND-16-DETAIL-06 rainfall allowance
Provided bund volume
provided_bund_volume_l
BUND-16-DETAIL-06 provided bund volume
Fire growth alpha
fire_growth_alpha_kw_s2
FIRE-16-NOTE-06 t-squared fire growth alpha
Design fire time
design_fire_time_s
FIRE-16-NOTE-06 design fire time
Provided visibility
provided_visibility_m
FIRE-16-NOTE-06 provided site visibility
Required visibility
required_visibility_m
FIRE-16-NOTE-06 required visibility
Horn
horn_count
ALARM-16-LOAD-06 horn count
Horn current
horn_current_a
ALARM-16-LOAD-06 horn current
Strobe
strobe_count
ALARM-16-LOAD-06 strobe count
Strobe current
strobe_current_a
ALARM-16-LOAD-06 strobe current
Panel current
panel_current_a
ALARM-16-LOAD-06 panel current
Nac supply capacity
nac_supply_capacity_a
ALARM-16-LOAD-06 NAC supply capacity
Alarm load
alarm_load_w
ALARM-16-LOAD-06 alarm standby load
Alarm runtime
alarm_runtime_h
ALARM-16-LOAD-06 alarm runtime
Alarm battery capacity
alarm_battery_capacity_kwh
ALARM-16-LOAD-06 alarm battery capacity
Isolated drain
isolated_drain_count
BUND-16-DETAIL-06 isolated drain count
Total drain
total_drain_count
BUND-16-DETAIL-06 total drain count
Allowed spill response
allowed_spill_response_min
STORE-16-LAYOUT-06 allowed spill response time
Planned spill response
planned_spill_response_min
STORE-16-LAYOUT-06 planned spill response time
11 outputs
required_bund_volume_l
Required temporary bund volume
Scores if within ±3% of the reference value.
bund_volume_margin_l
Provided bund volume minus required bund volume
Scores if within ±3% of the reference value.
fire_hrr_kw
T-squared design fire heat release rate
Scores if within ±3% of the reference value.
visibility_margin_m
Provided visibility minus required visibility
Scores if within ±3% of the reference value.
nac_current_a
Total notification appliance circuit current
Scores if within ±0.3% of the reference value.
nac_headroom_a
NAC supply capacity minus current
Scores if within ±0.3% of the reference value.
alarm_battery_required_kwh
Alarm battery energy required
Scores if within ±3% of the reference value.
alarm_battery_margin_kwh
Alarm battery capacity minus required battery energy
Scores if within ±3% of the reference value.
drain_isolation_fraction
Fraction of drains isolated for temporary storage
Scores if within ±0.1% of the reference value.
spill_response_margin_min
Allowed spill response time minus planned response time
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when bund, visibility, alarm, drain, and response 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 construction site safety engineer checking a task-owned synthetic SSC-16 package for temporary fuel/chemical storage bunding, drainage isolation, fire mode, alarm load, and spill response.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. External hazardous-material storage, fire interface, alarm load, and construction inspection workflows shape the context only; they are not extra data sources for this instance.4 5## Source Objects6 7- Product: `SSC-16-LH-06`8- Storage layout: `STORE-16-LAYOUT-06`9- Fuel/chemical inventory: `INV-16-FUEL-06`10- Bund detail: `BUND-16-DETAIL-06`11- Fire/hazard note: `FIRE-16-NOTE-06`12- Monitoring/alarm load schedule: `ALARM-16-LOAD-06`13- Site safety memo: `MEMO-16-SAFETY-06`14 15## Source Values16 17| Item | Value |18|------|-------|19| Largest container | {{ largest_container_l }} L |20| Rainfall allowance | {{ rainfall_allowance_l }} L |21| Provided bund volume | {{ provided_bund_volume_l }} L |22| Fire growth alpha | {{ fire_growth_alpha_kw_s2 }} kW/s2 |23| Design fire time | {{ design_fire_time_s }} s |24| Provided visibility | {{ provided_visibility_m }} m |25| Required visibility | {{ required_visibility_m }} m |26| Horn count | {{ horn_count }} |27| Horn current | {{ horn_current_a }} A |28| Strobe count | {{ strobe_count }} |29| Strobe current | {{ strobe_current_a }} A |30| Panel current | {{ panel_current_a }} A |31| NAC supply capacity | {{ nac_supply_capacity_a }} A |32| Alarm load | {{ alarm_load_w }} W |33| Alarm runtime | {{ alarm_runtime_h }} h |34| Alarm battery capacity | {{ alarm_battery_capacity_kwh }} kWh |35| Isolated drains | {{ isolated_drain_count }} |36| Total drains | {{ total_drain_count }} |37| Allowed spill response time | {{ allowed_spill_response_min }} min |38| Planned spill response time | {{ planned_spill_response_min }} min |39 40## Required Checks41 42- Required bund volume equals largest container plus rainfall allowance for this source pack.43- Fire HRR equals alpha times design fire time squared.44- NAC current is the sum of horns, strobes, and panel current.45- Alarm battery energy covers the alarm load over the required runtime.46- Drain isolation fraction confirms every listed drain is isolated.47 48## Output Format49 50Write a compact memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack, preserve the source object IDs above, and state whether the baseline checks pass.51 52Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable source-pack hardening, generated benchmark readiness, or benchmark readiness.53 54Include a fenced JSON block with exactly these numeric keys:55 56```json57{58 "required_bund_volume_l": <numeric_value>,59 "bund_volume_margin_l": <numeric_value>,60 "fire_hrr_kw": <numeric_value>,61 "visibility_margin_m": <numeric_value>,62 "nac_current_a": <numeric_value>,63 "nac_headroom_a": <numeric_value>,64 "alarm_battery_required_kwh": <numeric_value>,65 "alarm_battery_margin_kwh": <numeric_value>,66 "drain_isolation_fraction": <numeric_value>,67 "spill_response_margin_min": <numeric_value>,68 "overall_pass_score": <numeric_value>69}70```71 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.
ssc16_bund_fire_case
Temporary fuel chemical bund and fire interface case
ssc16-bund-fire-case-preview — hard difficulty, all inputs given.
Temporary fuel chemical bund and fire interface case. Required outputs: required_bund_volume_l, bund_volume_margin_l, fire_hrr_kw, visibility_margin_m, nac_current_a, nac_headroom_a
Scenario context and visible inputs.
Executable tool: temporary-fuel-chemical-bund-fire-interface-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"required_bund_volume_l": <number>,
"bund_volume_margin_l": <number>,
"fire_hrr_kw": <number>,
"visibility_margin_m": <number>,
"nac_current_a": <number>,
"nac_headroom_a": <number>,
"alarm_battery_required_kwh": <number>,
"alarm_battery_margin_kwh": <number>,
"drain_isolation_fraction": <number>,
"spill_response_margin_min": <number>,
"overall_pass_score": <number>
}