Source traceability fraction
source_traceability_fraction
Traced source items divided by total source items
Scores if within ±3% of the reference value.
Calculates source-bound instrumentation source-policy metrics from a deterministic SSC-18 task-owned source pack. The template combines source traceability, linked process/electrical table updates, gap documentation, verification-case closure, authority partitioning, memo completeness, 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.
14 inputs
Included directly in every task prompt.
Source items traced
source_items_traced
INDEX-18-SOURCE-08 traced source item count
Source items total
source_items_total
INDEX-18-SOURCE-08 total source item count
Linked tables updated
linked_tables_updated
LINK-18-TABLE-08 updated linked table count
Linked tables total
linked_tables_total
LINK-18-TABLE-08 total linked table count
Documented gap count
documented_gap_count
GAP-18-REGISTER-08 documented gap count
Expected gap count
expected_gap_count
GAP-18-REGISTER-08 expected gap count
Verification cases passed
verification_cases_passed
CASE-18-VERIFY-08 passing verification case count
Verification cases total
verification_cases_total
CASE-18-VERIFY-08 total verification case count
Process margin
process_margin
LINK-18-TABLE-08 process-side margin
Electrical margin
electrical_margin
LINK-18-TABLE-08 electrical-side margin
Authority partitions signed
authority_partitions_signed
MEMO-18-EXT-08 signed authority partition count
Authority partitions total
authority_partitions_total
MEMO-18-EXT-08 total authority partition count
Unresolved conflict count
unresolved_conflict_count
MEMO-18-EXT-08 unresolved conflict count
Extension memo completeness fraction
extension_memo_completeness_fraction
MEMO-18-EXT-08 memo completeness fraction
9 outputs
source_traceability_fraction
Traced source items divided by total source items
Scores if within ±3% of the reference value.
linked_table_update_fraction
Updated linked tables divided by total linked tables
Scores if within ±3% of the reference value.
gap_documentation_fraction
Documented gaps divided by expected gaps
Scores if within ±3% of the reference value.
verification_case_pass_fraction
Passing verification cases divided by total cases
Scores if within ±3% of the reference value.
min_cross_domain_margin
Minimum process/electrical linked-table margin
Scores if within ±3% of the reference value.
authority_partition_fraction
Signed authority partitions divided by total partitions
Scores if within ±3% of the reference value.
unresolved_conflict_count
Unresolved source conflict count
Scores if within ±3% of the reference value.
extension_memo_completeness_fraction
Extension memo completeness fraction
Scores if within ±3% of the reference value.
overall_pass_score
Pass score for instrumentation source-policy extension checks
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 checking `SSC-18-LH-08`, a task-owned synthetic instrumentation source-policy and thin-substrate extension package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Source-index, P&ID, loop schedule, linked process/electrical table, verification-case, and gap-register workflows shape the context only; this instance does not parse real source packs, PLC exports, vendor files, or authority-approved review records.4 5Source pack:6 7- Source index: `INDEX-18-SOURCE-08`8- P&ID/loop schedule: `PID-18-LOOP-08`9- Linked process/electrical tables: `LINK-18-TABLE-08`10- Verification cases: `CASE-18-VERIFY-08`11- Gap register: `GAP-18-REGISTER-08`12- Extension memo: `MEMO-18-EXT-08`13 14Given values:15 16| Field | Value |17| --- | ---: |18| Source items traced/total | {{ source_items_traced }} / {{ source_items_total }} |19| Linked tables updated/total | {{ linked_tables_updated }} / {{ linked_tables_total }} |20| Documented/expected gaps | {{ documented_gap_count }} / {{ expected_gap_count }} |21| Verification cases passed/total | {{ verification_cases_passed }} / {{ verification_cases_total }} |22| Process/electrical margins | {{ process_margin }} / {{ electrical_margin }} |23| Authority partitions signed/total | {{ authority_partitions_signed }} / {{ authority_partitions_total }} |24| Unresolved conflicts | {{ unresolved_conflict_count }} |25| Extension memo completeness | {{ extension_memo_completeness_fraction }} |26 27Required calculations:28 29- Fractions equal completed counts divided by total counts.30- Minimum cross-domain margin equals the lesser of process and electrical margins.31- Overall pass requires complete traceability, updates, gap documentation, verification, authority partitioning, nonnegative cross-domain margin, and zero unresolved conflicts.32 33Return one JSON object with keys:34 35```json36{37 "source_traceability_fraction": <numeric_value>,38 "linked_table_update_fraction": <numeric_value>,39 "gap_documentation_fraction": <numeric_value>,40 "verification_case_pass_fraction": <numeric_value>,41 "min_cross_domain_margin": <numeric_value>,42 "authority_partition_fraction": <numeric_value>,43 "unresolved_conflict_count": <numeric_value>,44 "extension_memo_completeness_fraction": <numeric_value>,45 "overall_pass_score": <numeric_value>46}47```48 49Do not claim authority approval, accepted project evidence, executable real source-pack parsing, PLC export validation, full standards compliance, generated benchmark readiness, or benchmark readiness.50 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.
ssc18_instrumentation_source_policy_case
Instrumentation source-policy and thin-substrate extension source pack
instrumentation-source-policy-ssc18-instrumentation-source-policy-case-preview — hard difficulty, all inputs given.
Instrumentation source-policy and thin-substrate extension source pack. instrumentation-source-policy. Required outputs: source_traceability_fraction, linked_table_update_fraction, gap_documentation_fraction, verification_case_pass_fraction, min_cross_domain_margin, authority_partition_fraction
Scenario context and visible inputs.
Executable tool: instrumentation-source-policy-extension-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"source_traceability_fraction": <number>,
"linked_table_update_fraction": <number>,
"gap_documentation_fraction": <number>,
"verification_case_pass_fraction": <number>,
"min_cross_domain_margin": <number>,
"authority_partition_fraction": <number>,
"unresolved_conflict_count": <number>,
"extension_memo_completeness_fraction": <number>,
"overall_pass_score": <number>
}