Camera 01 pixels per
camera_01_pixels_per_m
Camera 01 pixels per metre
Scores if within ±0.3% of the reference value.
Calculates source-bound CCTV coverage metrics from a deterministic SSC-13 task-owned source pack. The template combines camera coverage, target PPM, recording retention, bandwidth, PoE, and fibre link margin.
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.
Camera 01 horizontal pixels
camera_01_horizontal_pixels
CAM-13-DATA-06 camera 01 horizontal pixels
Camera 01 target width
camera_01_target_width_m
TARGET-13-LIST-06 camera 01 target width
Camera 02 horizontal pixels
camera_02_horizontal_pixels
CAM-13-DATA-06 camera 02 horizontal pixels
Camera 02 target width
camera_02_target_width_m
TARGET-13-LIST-06 camera 02 target width
Camera 03 horizontal pixels
camera_03_horizontal_pixels
CAM-13-DATA-06 camera 03 horizontal pixels
Camera 03 target width
camera_03_target_width_m
TARGET-13-LIST-06 camera 03 target width
Required ppm
required_ppm
MEMO-13-CCTV-06 required minimum pixels per metre
Covered targets
covered_targets
TARGET-13-LIST-06 covered target count
Required targets
required_targets
TARGET-13-LIST-06 required target count
Camera 01 bitrate
camera_01_bitrate_mbps
REC-13-POL-06 camera 01 bitrate
Camera 02 bitrate
camera_02_bitrate_mbps
REC-13-POL-06 camera 02 bitrate
Camera 03 bitrate
camera_03_bitrate_mbps
REC-13-POL-06 camera 03 bitrate
Retention
retention_days
REC-13-POL-06 retention days
Storage overhead factor
storage_overhead_factor
REC-13-POL-06 storage overhead factor
Network overhead factor
network_overhead_factor
NET-13-PWR-06 network overhead factor
Uplink capacity
uplink_capacity_mbps
NET-13-PWR-06 uplink capacity
Camera
camera_count
CCTV-13-PLAN-06 camera count
Camera poe
camera_poe_w
NET-13-PWR-06 PoE per camera
Recorder aux poe
recorder_aux_poe_w
NET-13-PWR-06 recorder auxiliary PoE allowance
Poe budget
poe_budget_w
NET-13-PWR-06 PoE budget
Fibre length
fibre_length_km
NET-13-PWR-06 fibre length
Fibre loss db per km
fibre_loss_db_per_km
NET-13-PWR-06 fibre attenuation
Connector loss
connector_loss_db
NET-13-PWR-06 connector loss
Splice loss
splice_loss_db
NET-13-PWR-06 splice loss
Reserve loss
reserve_loss_db
NET-13-PWR-06 reserve loss
Fibre budget
fibre_budget_db
NET-13-PWR-06 fibre budget
13 outputs
camera_01_pixels_per_m
Camera 01 pixels per metre
Scores if within ±0.3% of the reference value.
camera_02_pixels_per_m
Camera 02 pixels per metre
Scores if within ±0.3% of the reference value.
camera_03_pixels_per_m
Camera 03 pixels per metre
Scores if within ±0.3% of the reference value.
minimum_pixels_per_m
Minimum camera pixels per metre
Scores if within ±0.3% of the reference value.
ppm_margin
Minimum PPM minus required PPM
Scores if within ±0.3% of the reference value.
coverage_match_fraction
Covered targets divided by required targets
Scores if within ±0.3% of the reference value.
storage_required_tb
CCTV storage requirement
Scores if within ±0.3% of the reference value.
network_load_mbps
Network load including overhead
Scores if within ±0.3% of the reference value.
network_headroom_mbps
Uplink capacity minus network load
Scores if within ±0.3% of the reference value.
poe_load_w
PoE load
Scores if within ±0.3% of the reference value.
poe_headroom_w
PoE budget minus load
Scores if within ±0.3% of the reference value.
fibre_margin_db
Fibre budget minus calculated loss
Scores if within ±0.3% of the reference value.
overall_pass_score
1.0 when CCTV, storage, network, PoE, and fibre 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 CCTV systems engineer checking a task-owned synthetic SSC-13 coverage, pixel-density, and storage package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. External CCTV design and storage tools shape the workflow context only; they are not extra data sources for this instance.4 5## Scene6 7- Product: `SSC-13-LH-06`8- Camera plan: `CCTV-13-PLAN-06`9- Scene target list: `TARGET-13-LIST-06`10- Camera data sheet: `CAM-13-DATA-06`11- Recording policy: `REC-13-POL-06`12- Network/power schedule: `NET-13-PWR-06`13- Surveillance memo: `MEMO-13-CCTV-06`14 15All checks use the same camera plan, target list, camera data, recording policy, network path, PoE load, and fibre handoff.16 17## Source Values18 19| Item | Value |20|------|-------|21| Camera 01 pixels/target width | {{ camera_01_horizontal_pixels }} px / {{ camera_01_target_width_m }} m |22| Camera 02 pixels/target width | {{ camera_02_horizontal_pixels }} px / {{ camera_02_target_width_m }} m |23| Camera 03 pixels/target width | {{ camera_03_horizontal_pixels }} px / {{ camera_03_target_width_m }} m |24| Required PPM | {{ required_ppm }} |25| Covered targets | {{ covered_targets }} of {{ required_targets }} |26| Camera bitrates | {{ camera_01_bitrate_mbps }}, {{ camera_02_bitrate_mbps }}, {{ camera_03_bitrate_mbps }} Mbps |27| Retention and storage overhead | {{ retention_days }} days / {{ storage_overhead_factor }} |28| Network overhead and capacity | {{ network_overhead_factor }} / {{ uplink_capacity_mbps }} Mbps |29| Camera count and PoE | {{ camera_count }} at {{ camera_poe_w }} W plus {{ recorder_aux_poe_w }} W recorder aux |30| PoE budget | {{ poe_budget_w }} W |31| Fibre basis | {{ fibre_length_km }} km at {{ fibre_loss_db_per_km }} dB/km plus {{ connector_loss_db }}, {{ splice_loss_db }}, {{ reserve_loss_db }} dB |32| Fibre budget | {{ fibre_budget_db }} dB |33 34## Output Format35 36Write a compact surveillance memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.37 38Include a fenced JSON block with exactly these numeric keys:39 40```json41{42 "camera_01_pixels_per_m": <numeric_value>,43 "camera_02_pixels_per_m": <numeric_value>,44 "camera_03_pixels_per_m": <numeric_value>,45 "minimum_pixels_per_m": <numeric_value>,46 "ppm_margin": <numeric_value>,47 "coverage_match_fraction": <numeric_value>,48 "storage_required_tb": <numeric_value>,49 "network_load_mbps": <numeric_value>,50 "network_headroom_mbps": <numeric_value>,51 "poe_load_w": <numeric_value>,52 "poe_headroom_w": <numeric_value>,53 "fibre_margin_db": <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.
ssc13_cctv_storage_case
CCTV coverage, pixel-density, and storage case
ssc13-cctv-storage-ssc13-cctv-storage-case-preview — hard difficulty, all inputs given.
CCTV coverage, pixel-density, and storage case. ssc13-cctv-storage. Required outputs: camera_01_pixels_per_m, camera_02_pixels_per_m, camera_03_pixels_per_m, minimum_pixels_per_m, ppm_margin, coverage_match_fraction
Scenario context and visible inputs.
Executable tool: cctv-coverage-pixel-storage-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"camera_01_pixels_per_m": <number>,
"camera_02_pixels_per_m": <number>,
"camera_03_pixels_per_m": <number>,
"minimum_pixels_per_m": <number>,
"ppm_margin": <number>,
"coverage_match_fraction": <number>,
"storage_required_tb": <number>,
"network_load_mbps": <number>,
"network_headroom_mbps": <number>,
"poe_load_w": <number>,
"poe_headroom_w": <number>,
"fibre_margin_db": <number>,
"overall_pass_score": <number>
}