Governing uls load kn
governing_uls_load_kn
ULS load combination
Scores if within ±3% of the reference value.
Calculates source-bound structural review metrics from a deterministic SSC-14 task-owned source pack. The template combines ULS and SLS load combinations, capacity and deflection margins, material carbon-equivalent evidence, evidence completeness, review comment closeout, authority overlay count, and overall pass scoring.
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.
26 inputs
Included directly in every task prompt.
Dead load
dead_load_kn
LOAD-SSC14-008 dead load
Live load
live_load_kn
LOAD-SSC14-008 live load
Wind load
wind_load_kn
LOAD-SSC14-008 wind load
Uls dead factor
uls_dead_factor
LOAD-SSC14-008 ULS dead load factor
Uls live factor
uls_live_factor
LOAD-SSC14-008 ULS live load factor
Uls wind factor
uls_wind_factor
LOAD-SSC14-008 ULS wind load factor
Sls wind factor
sls_wind_factor
LOAD-SSC14-008 SLS wind load factor
Member capacity
member_capacity_kn
INDEX-SSC14-008 member capacity from calculation appendix
Sls deflection limit
sls_deflection_limit_mm
INDEX-SSC14-008 SLS deflection limit
Calculated sls deflection
calculated_sls_deflection_mm
INDEX-SSC14-008 calculated SLS deflection
Carbon percent
carbon_percent
MAT-SSC14-008 material certificate carbon percentage
Manganese percent
manganese_percent
MAT-SSC14-008 material certificate manganese percentage
Chromium percent
chromium_percent
MAT-SSC14-008 material certificate chromium percentage
Molybdenum percent
molybdenum_percent
MAT-SSC14-008 material certificate molybdenum percentage
Vanadium percent
vanadium_percent
MAT-SSC14-008 material certificate vanadium percentage
Nickel percent
nickel_percent
MAT-SSC14-008 material certificate nickel percentage
Copper percent
copper_percent
MAT-SSC14-008 material certificate copper percentage
Carbon equivalent limit
carbon_equivalent_limit
MAT-SSC14-008 carbon equivalent limit for review acceptance
Required evidence items
required_evidence_items
INDEX-SSC14-008 required evidence item count
Present evidence items
present_evidence_items
INDEX-SSC14-008 present evidence item count
Review comment
review_comment_count
COMMENTS-SSC14-008 total review comments
Closed review comment
closed_review_comment_count
COMMENTS-SSC14-008 closed review comments
Unresolved critical comments
unresolved_critical_comments
COMMENTS-SSC14-008 unresolved critical comments
Authority override
authority_override_count
COMMENTS-SSC14-008 authority override count recorded in the memo
Minimum evidence percent
minimum_evidence_percent
MEMO-SSC14-008 minimum evidence completeness threshold
Minimum comment closeout percent
minimum_comment_closeout_percent
MEMO-SSC14-008 minimum review comment closeout threshold
11 outputs
governing_uls_load_kn
ULS load combination
Scores if within ±3% of the reference value.
governing_sls_load_kn
SLS load combination
Scores if within ±3% of the reference value.
uls_capacity_margin_kn
Member capacity minus ULS demand
Scores if within ±3% of the reference value.
sls_deflection_margin_mm
SLS deflection limit minus calculated deflection
Scores if within ±3% of the reference value.
material_carbon_equivalent
IIW carbon equivalent from material certificate
Scores if within ±3% of the reference value.
carbon_equivalent_margin
Carbon equivalent limit minus calculated value
Scores if within ±3% of the reference value.
evidence_complete_percent
Present evidence items divided by required evidence items
Scores if within ±3% of the reference value.
comment_closeout_percent
Closed review comments divided by total review comments
Scores if within ±3% of the reference value.
unresolved_critical_comments
Unresolved critical review comments
Scores if within ±3% of the reference value.
authority_override_count
Authority override count named in the acceptance response
Scores if within ±3% of the reference value.
overall_pass_score
1.0 when load, material, evidence, and comment checks pass
Scores if within ±3% 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 structural engineer checking a task-owned synthetic SSC-14 structural review packet and authority overlay.2 3Use only the task-owned synthetic source pack values below for numeric grading. Structural source indices, load schedules, material certificates, review comments, and authority criteria shape the workflow context only; they are not extra data sources for this instance.4 5## Scene6 7- Product: `SSC-14-LH-08`8- Source index and calculation appendix: `INDEX-SSC14-008`9- Load schedule: `LOAD-SSC14-008`10- Material certificate: `MAT-SSC14-008`11- Review comment register: `COMMENTS-SSC14-008`12- Acceptance/gap response memo: `MEMO-SSC14-008`13 14## Source Values15 16- Dead, live, and wind loads: {{ dead_load_kn }} kN, {{ live_load_kn }} kN, {{ wind_load_kn }} kN17- ULS load factors D, L, W and SLS wind factor: {{ uls_dead_factor }}, {{ uls_live_factor }}, {{ uls_wind_factor }}, {{ sls_wind_factor }}18- Member capacity, SLS deflection limit, and calculated SLS deflection: {{ member_capacity_kn }} kN, {{ sls_deflection_limit_mm }} mm, {{ calculated_sls_deflection_mm }} mm19- Material certificate chemistry: C {{ carbon_percent }} %, Mn {{ manganese_percent }} %, Cr {{ chromium_percent }} %, Mo {{ molybdenum_percent }} %, V {{ vanadium_percent }} %, Ni {{ nickel_percent }} %, Cu {{ copper_percent }} %20- Carbon equivalent limit: {{ carbon_equivalent_limit }}21- Evidence items present/required: {{ present_evidence_items }} / {{ required_evidence_items }}22- Review comments closed/total and unresolved critical comments: {{ closed_review_comment_count }} / {{ review_comment_count }}, {{ unresolved_critical_comments }}23- Authority override count and thresholds: {{ authority_override_count }}, {{ minimum_evidence_percent }} %, {{ minimum_comment_closeout_percent }} %24 25## Required Calculations26 27- ULS load is `D_factor x D + L_factor x L + W_factor x W`.28- SLS load is `D + L + SLS_wind_factor x W`.29- ULS capacity margin is member capacity minus ULS load.30- SLS deflection margin is limit minus calculated deflection.31- Material carbon equivalent is `C + Mn / 6 + (Cr + Mo + V) / 5 + (Ni + Cu) / 15`.32- Evidence completeness is present evidence divided by required evidence.33- Comment closeout is closed comments divided by total comments.34- Overall pass score is `1.0` only when load margins, material margin, evidence completeness, comment closeout, and unresolved critical comment checks pass.35 36Write a compact acceptance/gap response 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 synthetic checks.37 38Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.39 40Include a fenced JSON block with exactly these numeric keys:41 42```json43{44 "governing_uls_load_kn": <numeric_value>,45 "governing_sls_load_kn": <numeric_value>,46 "uls_capacity_margin_kn": <numeric_value>,47 "sls_deflection_margin_mm": <numeric_value>,48 "material_carbon_equivalent": <numeric_value>,49 "carbon_equivalent_margin": <numeric_value>,50 "evidence_complete_percent": <numeric_value>,51 "comment_closeout_percent": <numeric_value>,52 "unresolved_critical_comments": <numeric_value>,53 "authority_override_count": <numeric_value>,54 "overall_pass_score": <numeric_value>55}56```57 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.
ssc14_structural_review_case
Structural source index, load schedule, material certificate, and review comment source pack
structural-review-ssc14-structural-review-case-preview — hard difficulty, all inputs given.
Structural source index, load schedule, material certificate, and review comment source pack. structural-review. Required outputs: governing_uls_load_kn, governing_sls_load_kn, uls_capacity_margin_kn, sls_deflection_margin_mm, material_carbon_equivalent, carbon_equivalent_margin
Scenario context and visible inputs.
Executable tool: structural-review-authority-overlay-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"governing_uls_load_kn": <number>,
"governing_sls_load_kn": <number>,
"uls_capacity_margin_kn": <number>,
"sls_deflection_margin_mm": <number>,
"material_carbon_equivalent": <number>,
"carbon_equivalent_margin": <number>,
"evidence_complete_percent": <number>,
"comment_closeout_percent": <number>,
"unresolved_critical_comments": <number>,
"authority_override_count": <number>,
"overall_pass_score": <number>
}