{
  "model_id": "m4",
  "model_tag": "mistral-small3.2:24b",
  "arm": "one",
  "box_class": "desktop-3090ti",
  "mode": "context-ladder",
  "arm_cards": [
    "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4"
  ],
  "target_uuid": "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4",
  "started_utc": "2026-09-17T20:17:32Z",
  "prompt_sha256": "90eedd0c53f9554ae3837674504fcb7090013d9a432a653352183c0f25a7ce5c",
  "num_predict": 256,
  "ladder_note": "The frozen prompt is about 537 tokens. Climbing this ladder measures the cost of RESERVING a context window, NOT the cost of filling one: a 128k window with 537 tokens in it decodes at nearly the speed of an 8k window with 537 tokens in it. What changes is the VRAM the reservation costs, and therefore what fits. Any tok/s difference across levels is a second-order effect of the allocation and is not a long-prompt number. The FILLED-WINDOW arm in this same directory is the one that answers the long-prompt question, and the two must never be quoted as if they were the same measurement.",
  "fit_rule_note": "A context rung FITS when `/api/ps` reports `size_vram == size` -- every byte of weights and KV on the card, nothing in host RAM -- and the ollama runner's own resident memory stays inside the allowance below. A rung that spills is printed as `does not fit`, with its per-card memory, and the ladder stops there: a partial residency is a different measurement and is never reported as the card's window.",
  "pcie_note": "This card negotiated PCIe x16 of a x16-capable generation-3 link -- the same x16 slot the 3090 used, and the slot on which the pair bench measured a x16 + x4 asymmetry. With one card there is no per-token traffic BETWEEN cards, so the link is not in the decode path the way it was for the split pair; it still carries the model in and the tokens out. Every run records `pcie.link.width.current` UNDER LOAD, because an idle card drops its link to save power and a width read at rest would flatter the result.",
  "thermal_layout_note": "ONE GeForce RTX 3090 Ti 24 GB in a consumer desktop, alone on the board's x16 slot -- the same box, the same case and the same airflow in which one GeForce RTX 3090 24 GB was measured earlier the same day and two GeForce RTX 3080 10 GB cards the night before. A temperature here is a reading of THAT arrangement. Against the single 3090 the arrangement is the same one, which is what makes the two cards' thermal rows comparable; against the PAIR it is not, because with one card there is no second board warming the air or blocking a face. The card is traced on every run.",
  "card_labels": {
    "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": "index 0 - EVGA - GPU-1809d1e1"
  },
  "card_identity": {
    "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
      "index": 0,
      "bus_id": "00000000:01:00.0",
      "pci_sub_device_id": "0x49853842",
      "vendor": "EVGA",
      "board_per_operator": "EVGA GeForce RTX 3090 Ti FTW3 Ultra 24 GB",
      "vbios": "94.02.A0.00.5C",
      "serial": null,
      "pcie_link_width_max": 16,
      "pcie_link_width_negotiated": 16,
      "memory_total_mib": 24564,
      "memory_bus_width_bits": 384,
      "clocks_max_sm_mhz": 2115,
      "clocks_max_memory_mhz": 10501,
      "power_default_limit_w": 450.0,
      "power_min_limit_w": 100.0,
      "power_max_limit_w": 480.0,
      "power_limit_at_bench_start_w": 300.0,
      "note": "the single card seated in this box's x16 slot -- the same slot the 3090 and the pair of 3080s were measured in. It came up at its own 450 W DEFAULT: the box's boot-time GPU power-cap unit (/etc/desktop/gpu-power-caps.conf, written 2026-08-27 for the two 3090s this box carried then) FAILED BOTH of its rows this boot -- neither UUID it names is in the machine any more -- and its own read-back printed `0, 00000000:01:00.0, 450.00 W, 450.00 W`. The operator then enabled persistence and set 300 W by hand, and the read-back is recorded per arm."
    }
  },
  "memory_temp_support": {
    "checked_utc": "2026-09-17T20:17:32Z",
    "paths": {
      "nvidia-smi --query-gpu=temperature.memory": {
        "raw": "0, GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4, N/A",
        "readable": false
      },
      "nvidia-smi -q -d TEMPERATURE": {
        "lines": [
          "GPU Shutdown Temp                              : 97 C",
          "GPU Slowdown Temp                              : 94 C",
          "GPU Target Temperature                         : 83 C",
          "Memory Current Temp                            : N/A",
          "Memory Max Operating Temp                      : N/A"
        ],
        "readable": false
      },
      "NVML NVML_FI_DEV_MEMORY_TEMP": {
        "available": true,
        "field_id": 82,
        "cards": {
          "0": {
            "call_rc": 0,
            "field_rc": 3,
            "supported": false,
            "not_supported": true,
            "value_c": null
          }
        }
      }
    },
    "readable": false,
    "verdict": "the memory die's temperature is NOT readable on these cards through any of the three paths asked, so the memory-temperature stop condition could not arm and NO memory temperature is reported anywhere in this bench. The core temperature stop and the driver's own thermal-slowdown reasons are the thermal instrument instead."
  },
  "runner_rss_allowance_gib": 4.0,
  "num_gpu_option": null,
  "num_gpu_policy": "layers left to ollama's own planner (`auto`)",
  "num_gpu_note": "ollama decides for itself how many of a model's layers to put on the card. On the pair of 3080s that decision was measurably conservative -- gemma4:26b loaded 75.2% into VRAM and spilled 4.25 GiB to host RAM while about 5 GiB of the two cards' 20 GiB sat unused -- so the pair bench reported `auto` and a forced layer count side by side. On ONE 24 GB card there is no placement decision to make: the expected reading is 100% on the card with no spill. This harness records `options.num_gpu` on every run as `num_gpu_option` and reads the planner's actual placement back from /api/ps, so a spill on a card with room is visible as a finding rather than absorbed into a tok/s figure. A value at or above the model's layer count means every layer.",
  "instance_env": {
    "written_utc": "2026-09-17T20:14:48Z",
    "unit": "bench-3090ti-one",
    "shape": "one",
    "port": 11470,
    "base_url": "http://127.0.0.1:11470",
    "cuda_visible_devices": "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4",
    "OLLAMA_FLASH_ATTENTION": "1",
    "OLLAMA_KV_CACHE_TYPE": "q8_0",
    "OLLAMA_CONTEXT_LENGTH": 32768,
    "OLLAMA_<parallel-requests>": 1,
    "OLLAMA_MAX_LOADED_MODELS": 1,
    "OLLAMA_KEEP_ALIVE": "0 (the server default; every bench request sends its own keep_alive, which wins, and every arm unloads on the way out)",
    "models_dir": "/usr/share/ollama/.ollama/models",
    "models_dir_writable_by_this_user": false,
    "api_version": {
      "version": "0.32.13"
    },
    "power_limits_at_start_w": "0, 350.00 W;",
    "persistence_mode_at_start": "0, Enabled;",
    "pcie_link_width_at_start": "0, 16;"
  },
  "ups_before_arm": {
    "ups": "pr1500@localhost",
    "read_utc": "2026-09-17T20:17:32Z",
    "available": false,
    "error": "upsc rc=1: Error: Connection failure: Connection refused"
  },
  "levels": [
    {
      "num_ctx": 4096,
      "started_utc": "2026-09-17T20:17:32Z",
      "loads": true,
      "size_total": 14602993663,
      "size_vram": 14602993663,
      "context_length_loaded": 4096,
      "fits_fully_in_vram": true,
      "verdict": "fits: fully resident on the card",
      "offload_split": "100.0% VRAM / 0.0% RAM",
      "vram_delta_mib": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 15042.0
      },
      "memory_used_mib_per_card": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 15370.0
      },
      "memory_used_mib_per_card_before": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 328.0
      },
      "runner_peak_rss_gib": 0.8,
      "runner_rss_within_allowance": true,
      "runner_procs": [
        {
          "pid": 63414,
          "rss_kb": 842252,
          "threads": 27
        }
      ],
      "free_m_at_level": "total        used        free      shared  buff/cache   available\nMem:           47040        3160        1780          50       42696       43879\nSwap:          24575           3       24572",
      "kv_footprint_bytes": 0,
      "kv_footprint_gib": 0.0,
      "runs": [
        {
          "ttft_ms": 300.79,
          "first_token_was_thinking": false,
          "wall_s": 5.1235,
          "eval_count": 256,
          "eval_duration_ns": 4820751000,
          "decode_tok_s": 53.104,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 48006000,
          "prefill_tok_s": 21309.836,
          "load_duration_ns": 248842362,
          "total_duration_ns": 5121459252,
          "streamed_chunks": 256,
          "response_chars": 1019,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 52.875,
          "decode_tok_s_wall_gross": 49.966,
          "num_ctx_option": 4096,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 101.98,
                "median": 102.03,
                "max": 102.04,
                "mean": 102.02,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 15370.0,
                "median": 15370.0,
                "max": 15370.0,
                "mean": 15370.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 102.02
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 15370.0
              },
              "power_w_all_cards": 102.02,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 16,
            "mean_w": 336.44,
            "max_w": 365.29,
            "median_w": 349.33,
            "mean_w_whole_window": 301.34,
            "max_w_whole_window": 365.29,
            "limit_w": 350.0,
            "over_idle_w": 234.42,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 101.97,
                  "median": 349.18,
                  "max": 365.29,
                  "mean": 301.34,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 15370.0,
                  "median": 15370.0,
                  "max": 15370.0,
                  "mean": 15370.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 99.0,
                  "max": 99.0,
                  "mean": 83.2,
                  "n": 19
                },
                "temperature_c": {
                  "min": 51.0,
                  "median": 57.0,
                  "max": 58.0,
                  "mean": 56.3,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 0.0,
                  "median": 0.0,
                  "max": 56.0,
                  "mean": 13.4,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 1215.0,
                  "median": 1395.0,
                  "max": 1920.0,
                  "mean": 1479.5,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 10251.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 10251.0,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.8421,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 176.1,
                    "median": 349.33,
                    "max": 365.29,
                    "mean": 336.44,
                    "n": 16
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 15370.0,
                    "median": 15370.0,
                    "max": 15370.0,
                    "mean": 15370.0,
                    "n": 16
                  },
                  "utilization_pct": {
                    "min": 98.0,
                    "median": 99.0,
                    "max": 99.0,
                    "mean": 98.8,
                    "n": 16
                  },
                  "temperature_c": {
                    "min": 56.0,
                    "median": 57.0,
                    "max": 58.0,
                    "mean": 57.0,
                    "n": 16
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 0.0,
                    "median": 0.0,
                    "max": 56.0,
                    "mean": 15.9,
                    "n": 16
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 16
                  },
                  "clocks_sm_mhz": {
                    "min": 1215.0,
                    "median": 1342.5,
                    "max": 1815.0,
                    "mean": 1403.4,
                    "n": 16
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 16
                  },
                  "throttle_sw_power_cap_fraction": 1.0,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 16
                },
                "busy_samples": 16
              }
            }
          },
          "energy_j_per_1k_tokens": 6335.52,
          "power_mean_w_all_cards": 336.44,
          "energy_j_per_1k_tokens_all_cards": 6335.52,
          "watts_per_tok_s": 6.3355,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 16,
            "temp_max_c": 58.0,
            "temp_min_c": 56.0,
            "temp_rise_c": 2.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 15.9,
            "fan_max_pct": 56.0,
            "clock_floor_mhz": 1215.0,
            "clock_max_mhz": 1815.0,
            "clock_median_mhz": 1342.5,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 336.44,
            "power_pct_of_limit": 96.1,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 1.0,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 96.1% of the 350 W cap, at 58 C -- well below any throttling temperature"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 16,
              "temp_max_c": 58.0,
              "temp_min_c": 56.0,
              "temp_rise_c": 2.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 15.9,
              "fan_max_pct": 56.0,
              "clock_floor_mhz": 1215.0,
              "clock_max_mhz": 1815.0,
              "clock_median_mhz": 1342.5,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 336.44,
              "power_pct_of_limit": 96.1,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 1.0,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 96.1% of the 350 W cap, at 58 C -- well below any throttling temperature"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 806.0,
            "fraction_of_peak_pct": 81.9,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 15370.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 1
        },
        {
          "ttft_ms": 281.96,
          "first_token_was_thinking": false,
          "wall_s": 5.0354,
          "eval_count": 256,
          "eval_duration_ns": 4751668000,
          "decode_tok_s": 53.876,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 29447000,
          "prefill_tok_s": 34740.381,
          "load_duration_ns": 248623113,
          "total_duration_ns": 5033416170,
          "streamed_chunks": 256,
          "response_chars": 1019,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 53.645,
          "decode_tok_s_wall_gross": 50.84,
          "num_ctx_option": 4096,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 17.34,
                "median": 17.46,
                "max": 17.56,
                "mean": 17.45,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 15370.0,
                "median": 15370.0,
                "max": 15370.0,
                "mean": 15370.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 17.45
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 15370.0
              },
              "power_w_all_cards": 17.45,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 16,
            "mean_w": 331.31,
            "max_w": 365.09,
            "median_w": 349.02,
            "mean_w_whole_window": 285.04,
            "max_w_whole_window": 365.09,
            "limit_w": 350.0,
            "over_idle_w": 313.86,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 17.16,
                  "median": 348.74,
                  "max": 365.09,
                  "mean": 285.04,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 15370.0,
                  "median": 15370.0,
                  "max": 15370.0,
                  "mean": 15370.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 98.0,
                  "max": 99.0,
                  "mean": 82.8,
                  "n": 19
                },
                "temperature_c": {
                  "min": 45.0,
                  "median": 54.0,
                  "max": 54.0,
                  "mean": 52.7,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 67.0,
                  "median": 68.0,
                  "max": 70.0,
                  "mean": 68.5,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 210.0,
                  "median": 1425.0,
                  "max": 1875.0,
                  "mean": 1446.3,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 405.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 9732.8,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.8421,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 124.97,
                    "median": 349.02,
                    "max": 365.09,
                    "mean": 331.31,
                    "n": 16
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 15370.0,
                    "median": 15370.0,
                    "max": 15370.0,
                    "mean": 15370.0,
                    "n": 16
                  },
                  "utilization_pct": {
                    "min": 98.0,
                    "median": 98.0,
                    "max": 99.0,
                    "mean": 98.3,
                    "n": 16
                  },
                  "temperature_c": {
                    "min": 53.0,
                    "median": 54.0,
                    "max": 54.0,
                    "mean": 53.7,
                    "n": 16
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 67.0,
                    "median": 68.0,
                    "max": 69.0,
                    "mean": 68.2,
                    "n": 16
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 16
                  },
                  "clocks_sm_mhz": {
                    "min": 1260.0,
                    "median": 1417.5,
                    "max": 1830.0,
                    "mean": 1473.8,
                    "n": 16
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 16
                  },
                  "throttle_sw_power_cap_fraction": 1.0,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 16
                },
                "busy_samples": 16
              }
            }
          },
          "energy_j_per_1k_tokens": 6149.51,
          "power_mean_w_all_cards": 331.31,
          "energy_j_per_1k_tokens_all_cards": 6149.51,
          "watts_per_tok_s": 6.1495,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 16,
            "temp_max_c": 54.0,
            "temp_min_c": 53.0,
            "temp_rise_c": 1.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 68.2,
            "fan_max_pct": 69.0,
            "clock_floor_mhz": 1260.0,
            "clock_max_mhz": 1830.0,
            "clock_median_mhz": 1417.5,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 331.31,
            "power_pct_of_limit": 94.7,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 1.0,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 94.7% of the 350 W cap, at 54 C -- well below any throttling temperature"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 16,
              "temp_max_c": 54.0,
              "temp_min_c": 53.0,
              "temp_rise_c": 1.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 68.2,
              "fan_max_pct": 69.0,
              "clock_floor_mhz": 1260.0,
              "clock_max_mhz": 1830.0,
              "clock_median_mhz": 1417.5,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 331.31,
              "power_pct_of_limit": 94.7,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 1.0,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 94.7% of the 350 W cap, at 54 C -- well below any throttling temperature"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 817.7,
            "fraction_of_peak_pct": 83.1,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 15370.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 2
        },
        {
          "ttft_ms": 275.16,
          "first_token_was_thinking": false,
          "wall_s": 5.0189,
          "eval_count": 256,
          "eval_duration_ns": 4741844000,
          "decode_tok_s": 53.987,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 29134000,
          "prefill_tok_s": 35113.613,
          "load_duration_ns": 242276834,
          "total_duration_ns": 5016834073,
          "streamed_chunks": 256,
          "response_chars": 1019,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 53.755,
          "decode_tok_s_wall_gross": 51.007,
          "num_ctx_option": 4096,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 16.31,
                "median": 16.39,
                "max": 16.66,
                "mean": 16.45,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 15370.0,
                "median": 15370.0,
                "max": 15370.0,
                "mean": 15370.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 16.45
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 15370.0
              },
              "power_w_all_cards": 16.45,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 16,
            "mean_w": 330.57,
            "max_w": 364.12,
            "median_w": 349.06,
            "mean_w_whole_window": 284.23,
            "max_w_whole_window": 364.12,
            "limit_w": 350.0,
            "over_idle_w": 314.12,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 16.24,
                  "median": 348.9,
                  "max": 364.12,
                  "mean": 284.23,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 15370.0,
                  "median": 15370.0,
                  "max": 15370.0,
                  "mean": 15370.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 98.0,
                  "max": 99.0,
                  "mean": 83.0,
                  "n": 19
                },
                "temperature_c": {
                  "min": 43.0,
                  "median": 52.0,
                  "max": 53.0,
                  "mean": 51.3,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 0.0,
                  "median": 0.0,
                  "max": 0.0,
                  "mean": 0.0,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 210.0,
                  "median": 1455.0,
                  "max": 1875.0,
                  "mean": 1455.8,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 405.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 9732.8,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.8421,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 117.59,
                    "median": 349.06,
                    "max": 364.12,
                    "mean": 330.57,
                    "n": 16
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 15370.0,
                    "median": 15370.0,
                    "max": 15370.0,
                    "mean": 15370.0,
                    "n": 16
                  },
                  "utilization_pct": {
                    "min": 98.0,
                    "median": 99.0,
                    "max": 99.0,
                    "mean": 98.6,
                    "n": 16
                  },
                  "temperature_c": {
                    "min": 51.0,
                    "median": 52.5,
                    "max": 53.0,
                    "mean": 52.4,
                    "n": 16
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 0.0,
                    "median": 0.0,
                    "max": 0.0,
                    "mean": 0.0,
                    "n": 16
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 16
                  },
                  "clocks_sm_mhz": {
                    "min": 1245.0,
                    "median": 1410.0,
                    "max": 1815.0,
                    "mean": 1485.0,
                    "n": 16
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 16
                  },
                  "throttle_sw_power_cap_fraction": 1.0,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 16
                },
                "busy_samples": 16
              }
            }
          },
          "energy_j_per_1k_tokens": 6123.09,
          "power_mean_w_all_cards": 330.57,
          "energy_j_per_1k_tokens_all_cards": 6123.09,
          "watts_per_tok_s": 6.1231,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 16,
            "temp_max_c": 53.0,
            "temp_min_c": 51.0,
            "temp_rise_c": 2.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 0.0,
            "fan_max_pct": 0.0,
            "clock_floor_mhz": 1245.0,
            "clock_max_mhz": 1815.0,
            "clock_median_mhz": 1410.0,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 330.57,
            "power_pct_of_limit": 94.4,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 1.0,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 94.4% of the 350 W cap, at 53 C -- well below any throttling temperature (the fans never spun up -- zero-RPM idle mode)"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 16,
              "temp_max_c": 53.0,
              "temp_min_c": 51.0,
              "temp_rise_c": 2.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 0.0,
              "fan_max_pct": 0.0,
              "clock_floor_mhz": 1245.0,
              "clock_max_mhz": 1815.0,
              "clock_median_mhz": 1410.0,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 330.57,
              "power_pct_of_limit": 94.4,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 1.0,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 94.4% of the 350 W cap, at 53 C -- well below any throttling temperature (the fans never spun up -- zero-RPM idle mode)"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 819.4,
            "fraction_of_peak_pct": 83.3,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 15370.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 3
        }
      ],
      "derived": {
        "decode_tok_s": {
          "min": 53.104,
          "median": 53.876,
          "max": 53.987,
          "mean": 53.656,
          "n": 3
        },
        "ttft_ms": {
          "min": 275.16,
          "median": 281.96,
          "max": 300.79,
          "mean": 285.97,
          "n": 3
        },
        "power_mean_w": {
          "min": 330.57,
          "median": 331.31,
          "max": 336.44,
          "mean": 332.77,
          "n": 3
        },
        "power_mean_w_all_cards": {
          "min": 330.57,
          "median": 331.31,
          "max": 336.44,
          "mean": 332.77,
          "n": 3
        },
        "energy_j_per_1k_tokens_all_cards": {
          "min": 6123.09,
          "median": 6149.51,
          "max": 6335.52,
          "mean": 6202.71,
          "n": 3
        },
        "energy_j_per_1k_tokens": {
          "min": 6123.09,
          "median": 6149.51,
          "max": 6335.52,
          "mean": 6202.71,
          "n": 3
        },
        "mem_clock_median_mhz": {
          "min": 10251.0,
          "median": 10251.0,
          "max": 10251.0,
          "mean": 10251.0,
          "n": 3
        },
        "mem_clock_floor_mhz": {
          "min": 10251.0,
          "median": 10251.0,
          "max": 10251.0,
          "mean": 10251.0,
          "n": 3
        },
        "peak_mem_bandwidth_gbs_at_median_clock": {
          "min": 984.1,
          "median": 984.1,
          "max": 984.1,
          "mean": 984.1,
          "n": 3
        },
        "decode_gbs": {
          "min": 806.0,
          "median": 817.7,
          "max": 819.4,
          "mean": 814.4,
          "n": 3
        },
        "decode_bandwidth_fraction_of_peak_pct": {
          "min": 81.9,
          "median": 83.1,
          "max": 83.3,
          "mean": 82.8,
          "n": 3
        },
        "sw_power_cap_active_fraction": {
          "min": 1.0,
          "median": 1.0,
          "max": 1.0,
          "mean": 1.0,
          "n": 3
        },
        "temp_max_c": {
          "min": 53.0,
          "median": 54.0,
          "max": 58.0,
          "mean": 55.0,
          "n": 3
        },
        "fan_max_pct": {
          "min": 0.0,
          "median": 56.0,
          "max": 69.0,
          "mean": 41.7,
          "n": 3
        }
      },
      "finished_utc": "2026-09-17T20:18:57Z"
    },
    {
      "num_ctx": 8192,
      "started_utc": "2026-09-17T20:18:57Z",
      "loads": true,
      "size_total": 15202789621,
      "size_vram": 15202789621,
      "context_length_loaded": 8192,
      "fits_fully_in_vram": true,
      "verdict": "fits: fully resident on the card",
      "offload_split": "100.0% VRAM / 0.0% RAM",
      "vram_delta_mib": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 588.0
      },
      "memory_used_mib_per_card": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 15958.0
      },
      "memory_used_mib_per_card_before": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 15370.0
      },
      "runner_peak_rss_gib": 0.84,
      "runner_rss_within_allowance": true,
      "runner_procs": [
        {
          "pid": 64474,
          "rss_kb": 877372,
          "threads": 27
        }
      ],
      "free_m_at_level": "total        used        free      shared  buff/cache   available\nMem:           47040        3317        1533          82       42818       43723\nSwap:          24575           3       24572",
      "kv_footprint_bytes": 599795958,
      "kv_footprint_gib": 0.56,
      "runs": [
        {
          "ttft_ms": 279.72,
          "first_token_was_thinking": false,
          "wall_s": 5.0865,
          "eval_count": 256,
          "eval_duration_ns": 4805003000,
          "decode_tok_s": 53.278,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 28024000,
          "prefill_tok_s": 36504.425,
          "load_duration_ns": 248504443,
          "total_duration_ns": 5084543277,
          "streamed_chunks": 256,
          "response_chars": 1036,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 53.05,
          "decode_tok_s_wall_gross": 50.329,
          "num_ctx_option": 8192,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 99.78,
                "median": 99.84,
                "max": 99.89,
                "mean": 99.84,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 15958.0,
                "median": 15958.0,
                "max": 15958.0,
                "mean": 15958.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 99.84
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 15958.0
              },
              "power_w_all_cards": 99.84,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 17,
            "mean_w": 325.23,
            "max_w": 369.06,
            "median_w": 349.27,
            "mean_w_whole_window": 301.55,
            "max_w_whole_window": 369.06,
            "limit_w": 350.0,
            "over_idle_w": 225.39,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 100.2,
                  "median": 348.79,
                  "max": 369.06,
                  "mean": 301.55,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 15958.0,
                  "median": 15958.0,
                  "max": 15958.0,
                  "mean": 15958.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 99.0,
                  "max": 99.0,
                  "mean": 84.2,
                  "n": 19
                },
                "temperature_c": {
                  "min": 49.0,
                  "median": 55.0,
                  "max": 56.0,
                  "mean": 54.2,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 0.0,
                  "median": 0.0,
                  "max": 0.0,
                  "mean": 0.0,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 1230.0,
                  "median": 1365.0,
                  "max": 1920.0,
                  "mean": 1482.6,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 10251.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 10251.0,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.8421,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 139.76,
                    "median": 349.27,
                    "max": 369.06,
                    "mean": 325.23,
                    "n": 17
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 15958.0,
                    "median": 15958.0,
                    "max": 15958.0,
                    "mean": 15958.0,
                    "n": 17
                  },
                  "utilization_pct": {
                    "min": 72.0,
                    "median": 99.0,
                    "max": 99.0,
                    "mean": 94.1,
                    "n": 17
                  },
                  "temperature_c": {
                    "min": 54.0,
                    "median": 55.0,
                    "max": 56.0,
                    "mean": 54.8,
                    "n": 17
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 0.0,
                    "median": 0.0,
                    "max": 0.0,
                    "mean": 0.0,
                    "n": 17
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 17
                  },
                  "clocks_sm_mhz": {
                    "min": 1230.0,
                    "median": 1350.0,
                    "max": 1830.0,
                    "mean": 1431.2,
                    "n": 17
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 17
                  },
                  "throttle_sw_power_cap_fraction": 0.9412,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 17
                },
                "busy_samples": 17
              }
            }
          },
          "energy_j_per_1k_tokens": 6104.42,
          "power_mean_w_all_cards": 325.23,
          "energy_j_per_1k_tokens_all_cards": 6104.42,
          "watts_per_tok_s": 6.1044,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 17,
            "temp_max_c": 56.0,
            "temp_min_c": 54.0,
            "temp_rise_c": 2.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 0.0,
            "fan_max_pct": 0.0,
            "clock_floor_mhz": 1230.0,
            "clock_max_mhz": 1830.0,
            "clock_median_mhz": 1350.0,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 325.23,
            "power_pct_of_limit": 92.9,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 0.9412,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 92.9% of the 350 W cap, at 56 C -- well below any throttling temperature (the fans never spun up -- zero-RPM idle mode)"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 17,
              "temp_max_c": 56.0,
              "temp_min_c": 54.0,
              "temp_rise_c": 2.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 0.0,
              "fan_max_pct": 0.0,
              "clock_floor_mhz": 1230.0,
              "clock_max_mhz": 1830.0,
              "clock_median_mhz": 1350.0,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 325.23,
              "power_pct_of_limit": 92.9,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 0.9412,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 92.9% of the 350 W cap, at 56 C -- well below any throttling temperature (the fans never spun up -- zero-RPM idle mode)"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 808.6,
            "fraction_of_peak_pct": 82.2,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 15958.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 1
        },
        {
          "ttft_ms": 278.86,
          "first_token_was_thinking": false,
          "wall_s": 5.1003,
          "eval_count": 256,
          "eval_duration_ns": 4819521000,
          "decode_tok_s": 53.117,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 20555000,
          "prefill_tok_s": 49768.913,
          "load_duration_ns": 255193694,
          "total_duration_ns": 5098288001,
          "streamed_chunks": 256,
          "response_chars": 1036,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 52.889,
          "decode_tok_s_wall_gross": 50.194,
          "num_ctx_option": 8192,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 101.67,
                "median": 101.75,
                "max": 101.77,
                "mean": 101.73,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 15958.0,
                "median": 15958.0,
                "max": 15958.0,
                "mean": 15958.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 101.73
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 15958.0
              },
              "power_w_all_cards": 101.73,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 16,
            "mean_w": 338.38,
            "max_w": 368.81,
            "median_w": 349.48,
            "mean_w_whole_window": 303.28,
            "max_w_whole_window": 368.81,
            "limit_w": 350.0,
            "over_idle_w": 236.65,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 101.51,
                  "median": 349.28,
                  "max": 368.81,
                  "mean": 303.28,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 15958.0,
                  "median": 15958.0,
                  "max": 15958.0,
                  "mean": 15958.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 98.0,
                  "max": 99.0,
                  "mean": 82.8,
                  "n": 19
                },
                "temperature_c": {
                  "min": 51.0,
                  "median": 57.0,
                  "max": 57.0,
                  "mean": 56.0,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 0.0,
                  "median": 0.0,
                  "max": 55.0,
                  "mean": 7.9,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 1215.0,
                  "median": 1335.0,
                  "max": 1920.0,
                  "mean": 1466.8,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 10251.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 10251.0,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.8421,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 183.01,
                    "median": 349.48,
                    "max": 368.81,
                    "mean": 338.38,
                    "n": 16
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 15958.0,
                    "median": 15958.0,
                    "max": 15958.0,
                    "mean": 15958.0,
                    "n": 16
                  },
                  "utilization_pct": {
                    "min": 98.0,
                    "median": 98.0,
                    "max": 99.0,
                    "mean": 98.3,
                    "n": 16
                  },
                  "temperature_c": {
                    "min": 56.0,
                    "median": 57.0,
                    "max": 57.0,
                    "mean": 56.6,
                    "n": 16
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 0.0,
                    "median": 0.0,
                    "max": 55.0,
                    "mean": 9.4,
                    "n": 16
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 16
                  },
                  "clocks_sm_mhz": {
                    "min": 1215.0,
                    "median": 1312.5,
                    "max": 1815.0,
                    "mean": 1392.2,
                    "n": 16
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 16
                  },
                  "throttle_sw_power_cap_fraction": 1.0,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 16
                },
                "busy_samples": 16
              }
            }
          },
          "energy_j_per_1k_tokens": 6370.43,
          "power_mean_w_all_cards": 338.38,
          "energy_j_per_1k_tokens_all_cards": 6370.43,
          "watts_per_tok_s": 6.3705,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 16,
            "temp_max_c": 57.0,
            "temp_min_c": 56.0,
            "temp_rise_c": 1.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 9.4,
            "fan_max_pct": 55.0,
            "clock_floor_mhz": 1215.0,
            "clock_max_mhz": 1815.0,
            "clock_median_mhz": 1312.5,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 338.38,
            "power_pct_of_limit": 96.7,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 1.0,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 96.7% of the 350 W cap, at 57 C -- well below any throttling temperature"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 16,
              "temp_max_c": 57.0,
              "temp_min_c": 56.0,
              "temp_rise_c": 1.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 9.4,
              "fan_max_pct": 55.0,
              "clock_floor_mhz": 1215.0,
              "clock_max_mhz": 1815.0,
              "clock_median_mhz": 1312.5,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 338.38,
              "power_pct_of_limit": 96.7,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 1.0,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 96.7% of the 350 W cap, at 57 C -- well below any throttling temperature"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 806.2,
            "fraction_of_peak_pct": 81.9,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 15958.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 2
        },
        {
          "ttft_ms": 280.79,
          "first_token_was_thinking": false,
          "wall_s": 5.0425,
          "eval_count": 256,
          "eval_duration_ns": 4760104000,
          "decode_tok_s": 53.78,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 29410000,
          "prefill_tok_s": 34784.087,
          "load_duration_ns": 248412932,
          "total_duration_ns": 5040474601,
          "streamed_chunks": 256,
          "response_chars": 1036,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 53.552,
          "decode_tok_s_wall_gross": 50.768,
          "num_ctx_option": 8192,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 17.26,
                "median": 17.57,
                "max": 17.79,
                "mean": 17.54,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 15958.0,
                "median": 15958.0,
                "max": 15958.0,
                "mean": 15958.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 17.54
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 15958.0
              },
              "power_w_all_cards": 17.54,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 16,
            "mean_w": 331.66,
            "max_w": 362.97,
            "median_w": 348.76,
            "mean_w_whole_window": 285.06,
            "max_w_whole_window": 362.97,
            "limit_w": 350.0,
            "over_idle_w": 314.12,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 16.93,
                  "median": 348.48,
                  "max": 362.97,
                  "mean": 285.06,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 15958.0,
                  "median": 15958.0,
                  "max": 15958.0,
                  "mean": 15958.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 99.0,
                  "max": 99.0,
                  "mean": 83.1,
                  "n": 19
                },
                "temperature_c": {
                  "min": 45.0,
                  "median": 54.0,
                  "max": 54.0,
                  "mean": 52.7,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 54.0,
                  "median": 58.0,
                  "max": 63.0,
                  "mean": 58.1,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 210.0,
                  "median": 1425.0,
                  "max": 1920.0,
                  "mean": 1445.5,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 405.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 9732.8,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.8421,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 119.81,
                    "median": 348.76,
                    "max": 362.97,
                    "mean": 331.66,
                    "n": 16
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 15958.0,
                    "median": 15958.0,
                    "max": 15958.0,
                    "mean": 15958.0,
                    "n": 16
                  },
                  "utilization_pct": {
                    "min": 98.0,
                    "median": 99.0,
                    "max": 99.0,
                    "mean": 98.7,
                    "n": 16
                  },
                  "temperature_c": {
                    "min": 53.0,
                    "median": 54.0,
                    "max": 54.0,
                    "mean": 53.6,
                    "n": 16
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 54.0,
                    "median": 57.0,
                    "max": 61.0,
                    "mean": 57.2,
                    "n": 16
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 16
                  },
                  "clocks_sm_mhz": {
                    "min": 1245.0,
                    "median": 1402.5,
                    "max": 1815.0,
                    "mean": 1470.0,
                    "n": 16
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 16
                  },
                  "throttle_sw_power_cap_fraction": 1.0,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 16
                },
                "busy_samples": 16
              }
            }
          },
          "energy_j_per_1k_tokens": 6166.94,
          "power_mean_w_all_cards": 331.66,
          "energy_j_per_1k_tokens_all_cards": 6166.94,
          "watts_per_tok_s": 6.167,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 16,
            "temp_max_c": 54.0,
            "temp_min_c": 53.0,
            "temp_rise_c": 1.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 57.2,
            "fan_max_pct": 61.0,
            "clock_floor_mhz": 1245.0,
            "clock_max_mhz": 1815.0,
            "clock_median_mhz": 1402.5,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 331.66,
            "power_pct_of_limit": 94.8,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 1.0,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 94.8% of the 350 W cap, at 54 C -- well below any throttling temperature"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 16,
              "temp_max_c": 54.0,
              "temp_min_c": 53.0,
              "temp_rise_c": 1.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 57.2,
              "fan_max_pct": 61.0,
              "clock_floor_mhz": 1245.0,
              "clock_max_mhz": 1815.0,
              "clock_median_mhz": 1402.5,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 331.66,
              "power_pct_of_limit": 94.8,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 1.0,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 94.8% of the 350 W cap, at 54 C -- well below any throttling temperature"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 816.2,
            "fraction_of_peak_pct": 82.9,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 15958.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 3
        }
      ],
      "derived": {
        "decode_tok_s": {
          "min": 53.117,
          "median": 53.278,
          "max": 53.78,
          "mean": 53.392,
          "n": 3
        },
        "ttft_ms": {
          "min": 278.86,
          "median": 279.72,
          "max": 280.79,
          "mean": 279.79,
          "n": 3
        },
        "power_mean_w": {
          "min": 325.23,
          "median": 331.66,
          "max": 338.38,
          "mean": 331.76,
          "n": 3
        },
        "power_mean_w_all_cards": {
          "min": 325.23,
          "median": 331.66,
          "max": 338.38,
          "mean": 331.76,
          "n": 3
        },
        "energy_j_per_1k_tokens_all_cards": {
          "min": 6104.42,
          "median": 6166.94,
          "max": 6370.43,
          "mean": 6213.93,
          "n": 3
        },
        "energy_j_per_1k_tokens": {
          "min": 6104.42,
          "median": 6166.94,
          "max": 6370.43,
          "mean": 6213.93,
          "n": 3
        },
        "mem_clock_median_mhz": {
          "min": 10251.0,
          "median": 10251.0,
          "max": 10251.0,
          "mean": 10251.0,
          "n": 3
        },
        "mem_clock_floor_mhz": {
          "min": 10251.0,
          "median": 10251.0,
          "max": 10251.0,
          "mean": 10251.0,
          "n": 3
        },
        "peak_mem_bandwidth_gbs_at_median_clock": {
          "min": 984.1,
          "median": 984.1,
          "max": 984.1,
          "mean": 984.1,
          "n": 3
        },
        "decode_gbs": {
          "min": 806.2,
          "median": 808.6,
          "max": 816.2,
          "mean": 810.3,
          "n": 3
        },
        "decode_bandwidth_fraction_of_peak_pct": {
          "min": 81.9,
          "median": 82.2,
          "max": 82.9,
          "mean": 82.3,
          "n": 3
        },
        "sw_power_cap_active_fraction": {
          "min": 0.941,
          "median": 1.0,
          "max": 1.0,
          "mean": 0.98,
          "n": 3
        },
        "temp_max_c": {
          "min": 54.0,
          "median": 56.0,
          "max": 57.0,
          "mean": 55.7,
          "n": 3
        },
        "fan_max_pct": {
          "min": 0.0,
          "median": 55.0,
          "max": 61.0,
          "mean": 38.7,
          "n": 3
        }
      },
      "finished_utc": "2026-09-17T20:20:07Z"
    },
    {
      "num_ctx": 16384,
      "started_utc": "2026-09-17T20:20:07Z",
      "loads": true,
      "size_total": 15685124095,
      "size_vram": 15685124095,
      "context_length_loaded": 16384,
      "fits_fully_in_vram": true,
      "verdict": "fits: fully resident on the card",
      "offload_split": "100.0% VRAM / 0.0% RAM",
      "vram_delta_mib": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 444.0
      },
      "memory_used_mib_per_card": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 16402.0
      },
      "memory_used_mib_per_card_before": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 15958.0
      },
      "runner_peak_rss_gib": 0.82,
      "runner_rss_within_allowance": true,
      "runner_procs": [
        {
          "pid": 65362,
          "rss_kb": 855172,
          "threads": 27
        }
      ],
      "free_m_at_level": "total        used        free      shared  buff/cache   available\nMem:           47040        3361        1487          62       42800       43679\nSwap:          24575           3       24572",
      "kv_footprint_bytes": 1082130432,
      "kv_footprint_gib": 1.01,
      "runs": [
        {
          "ttft_ms": 282.09,
          "first_token_was_thinking": false,
          "wall_s": 5.0754,
          "eval_count": 256,
          "eval_duration_ns": 4791447000,
          "decode_tok_s": 53.429,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 28182000,
          "prefill_tok_s": 36299.766,
          "load_duration_ns": 250832365,
          "total_duration_ns": 5073250949,
          "streamed_chunks": 256,
          "response_chars": 1019,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 53.199,
          "decode_tok_s_wall_gross": 50.44,
          "num_ctx_option": 16384,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 100.27,
                "median": 100.41,
                "max": 100.48,
                "mean": 100.39,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 16402.0,
                "median": 16402.0,
                "max": 16402.0,
                "mean": 16402.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 100.39
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 16402.0
              },
              "power_w_all_cards": 100.39,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 16,
            "mean_w": 336.93,
            "max_w": 368.57,
            "median_w": 349.4,
            "mean_w_whole_window": 302.14,
            "max_w_whole_window": 368.57,
            "limit_w": 350.0,
            "over_idle_w": 236.54,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 100.42,
                  "median": 349.1,
                  "max": 368.57,
                  "mean": 302.14,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 16402.0,
                  "median": 16402.0,
                  "max": 16402.0,
                  "mean": 16402.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 99.0,
                  "max": 99.0,
                  "mean": 83.1,
                  "n": 19
                },
                "temperature_c": {
                  "min": 48.0,
                  "median": 54.0,
                  "max": 55.0,
                  "mean": 53.8,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 38.0,
                  "median": 39.0,
                  "max": 41.0,
                  "mean": 39.2,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 1230.0,
                  "median": 1410.0,
                  "max": 1920.0,
                  "mean": 1495.3,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 10251.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 10251.0,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.8421,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 174.15,
                    "median": 349.4,
                    "max": 368.57,
                    "mean": 336.93,
                    "n": 16
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 16402.0,
                    "median": 16402.0,
                    "max": 16402.0,
                    "mean": 16402.0,
                    "n": 16
                  },
                  "utilization_pct": {
                    "min": 98.0,
                    "median": 99.0,
                    "max": 99.0,
                    "mean": 98.6,
                    "n": 16
                  },
                  "temperature_c": {
                    "min": 54.0,
                    "median": 54.5,
                    "max": 55.0,
                    "mean": 54.5,
                    "n": 16
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 38.0,
                    "median": 39.0,
                    "max": 40.0,
                    "mean": 38.9,
                    "n": 16
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 16
                  },
                  "clocks_sm_mhz": {
                    "min": 1230.0,
                    "median": 1357.5,
                    "max": 1830.0,
                    "mean": 1421.2,
                    "n": 16
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 16
                  },
                  "throttle_sw_power_cap_fraction": 1.0,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 16
                },
                "busy_samples": 16
              }
            }
          },
          "energy_j_per_1k_tokens": 6306.18,
          "power_mean_w_all_cards": 336.93,
          "energy_j_per_1k_tokens_all_cards": 6306.18,
          "watts_per_tok_s": 6.3061,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 16,
            "temp_max_c": 55.0,
            "temp_min_c": 54.0,
            "temp_rise_c": 1.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 38.9,
            "fan_max_pct": 40.0,
            "clock_floor_mhz": 1230.0,
            "clock_max_mhz": 1830.0,
            "clock_median_mhz": 1357.5,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 336.93,
            "power_pct_of_limit": 96.3,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 1.0,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 96.3% of the 350 W cap, at 55 C -- well below any throttling temperature"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 16,
              "temp_max_c": 55.0,
              "temp_min_c": 54.0,
              "temp_rise_c": 1.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 38.9,
              "fan_max_pct": 40.0,
              "clock_floor_mhz": 1230.0,
              "clock_max_mhz": 1830.0,
              "clock_median_mhz": 1357.5,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 336.93,
              "power_pct_of_limit": 96.3,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 1.0,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 96.3% of the 350 W cap, at 55 C -- well below any throttling temperature"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 810.9,
            "fraction_of_peak_pct": 82.4,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 16402.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 1
        },
        {
          "ttft_ms": 278.89,
          "first_token_was_thinking": false,
          "wall_s": 5.0539,
          "eval_count": 256,
          "eval_duration_ns": 4773060000,
          "decode_tok_s": 53.634,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 29184000,
          "prefill_tok_s": 35053.454,
          "load_duration_ns": 246834788,
          "total_duration_ns": 5051811018,
          "streamed_chunks": 256,
          "response_chars": 1019,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 53.403,
          "decode_tok_s_wall_gross": 50.654,
          "num_ctx_option": 16384,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 17.54,
                "median": 17.84,
                "max": 18.05,
                "mean": 17.81,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 16402.0,
                "median": 16402.0,
                "max": 16402.0,
                "mean": 16402.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 17.81
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 16402.0
              },
              "power_w_all_cards": 17.81,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 16,
            "mean_w": 331.15,
            "max_w": 364.93,
            "median_w": 349.1,
            "mean_w_whole_window": 285.14,
            "max_w_whole_window": 364.93,
            "limit_w": 350.0,
            "over_idle_w": 313.34,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 17.11,
                  "median": 348.8,
                  "max": 364.93,
                  "mean": 285.14,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 16402.0,
                  "median": 16402.0,
                  "max": 16402.0,
                  "mean": 16402.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 98.0,
                  "max": 99.0,
                  "mean": 82.9,
                  "n": 19
                },
                "temperature_c": {
                  "min": 47.0,
                  "median": 56.0,
                  "max": 56.0,
                  "mean": 54.9,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 0.0,
                  "median": 0.0,
                  "max": 0.0,
                  "mean": 0.0,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 210.0,
                  "median": 1350.0,
                  "max": 1890.0,
                  "mean": 1422.6,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 405.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 9732.8,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.8421,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 115.26,
                    "median": 349.1,
                    "max": 364.93,
                    "mean": 331.15,
                    "n": 16
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 16402.0,
                    "median": 16402.0,
                    "max": 16402.0,
                    "mean": 16402.0,
                    "n": 16
                  },
                  "utilization_pct": {
                    "min": 98.0,
                    "median": 98.0,
                    "max": 99.0,
                    "mean": 98.4,
                    "n": 16
                  },
                  "temperature_c": {
                    "min": 55.0,
                    "median": 56.0,
                    "max": 56.0,
                    "mean": 55.8,
                    "n": 16
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 0.0,
                    "median": 0.0,
                    "max": 0.0,
                    "mean": 0.0,
                    "n": 16
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 16
                  },
                  "clocks_sm_mhz": {
                    "min": 1230.0,
                    "median": 1342.5,
                    "max": 1815.0,
                    "mean": 1444.7,
                    "n": 16
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 16
                  },
                  "throttle_sw_power_cap_fraction": 1.0,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 16
                },
                "busy_samples": 16
              }
            }
          },
          "energy_j_per_1k_tokens": 6174.21,
          "power_mean_w_all_cards": 331.15,
          "energy_j_per_1k_tokens_all_cards": 6174.21,
          "watts_per_tok_s": 6.1743,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 16,
            "temp_max_c": 56.0,
            "temp_min_c": 55.0,
            "temp_rise_c": 1.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 0.0,
            "fan_max_pct": 0.0,
            "clock_floor_mhz": 1230.0,
            "clock_max_mhz": 1815.0,
            "clock_median_mhz": 1342.5,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 331.15,
            "power_pct_of_limit": 94.6,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 1.0,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 94.6% of the 350 W cap, at 56 C -- well below any throttling temperature (the fans never spun up -- zero-RPM idle mode)"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 16,
              "temp_max_c": 56.0,
              "temp_min_c": 55.0,
              "temp_rise_c": 1.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 0.0,
              "fan_max_pct": 0.0,
              "clock_floor_mhz": 1230.0,
              "clock_max_mhz": 1815.0,
              "clock_median_mhz": 1342.5,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 331.15,
              "power_pct_of_limit": 94.6,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 1.0,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 94.6% of the 350 W cap, at 56 C -- well below any throttling temperature (the fans never spun up -- zero-RPM idle mode)"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 814.0,
            "fraction_of_peak_pct": 82.7,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 16402.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 2
        },
        {
          "ttft_ms": 280.01,
          "first_token_was_thinking": false,
          "wall_s": 5.0706,
          "eval_count": 256,
          "eval_duration_ns": 4788811000,
          "decode_tok_s": 53.458,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 29195000,
          "prefill_tok_s": 35040.247,
          "load_duration_ns": 247906683,
          "total_duration_ns": 5068607265,
          "streamed_chunks": 256,
          "response_chars": 1019,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 53.23,
          "decode_tok_s_wall_gross": 50.487,
          "num_ctx_option": 16384,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 17.35,
                "median": 17.35,
                "max": 17.44,
                "mean": 17.38,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 16402.0,
                "median": 16402.0,
                "max": 16402.0,
                "mean": 16402.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 17.38
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 16402.0
              },
              "power_w_all_cards": 17.38,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 15,
            "mean_w": 346.45,
            "max_w": 365.87,
            "median_w": 349.08,
            "mean_w_whole_window": 285.98,
            "max_w_whole_window": 365.87,
            "limit_w": 350.0,
            "over_idle_w": 329.07,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 17.37,
                  "median": 348.38,
                  "max": 365.87,
                  "mean": 285.98,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 16402.0,
                  "median": 16402.0,
                  "max": 16402.0,
                  "mean": 16402.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 98.0,
                  "max": 99.0,
                  "mean": 77.8,
                  "n": 19
                },
                "temperature_c": {
                  "min": 48.0,
                  "median": 57.0,
                  "max": 57.0,
                  "mean": 55.7,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 0.0,
                  "median": 0.0,
                  "max": 55.0,
                  "mean": 11.1,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 210.0,
                  "median": 1380.0,
                  "max": 1920.0,
                  "mean": 1413.2,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 405.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 9732.8,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.8947,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 286.64,
                    "median": 349.08,
                    "max": 365.87,
                    "mean": 346.45,
                    "n": 15
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 16402.0,
                    "median": 16402.0,
                    "max": 16402.0,
                    "mean": 16402.0,
                    "n": 15
                  },
                  "utilization_pct": {
                    "min": 98.0,
                    "median": 99.0,
                    "max": 99.0,
                    "mean": 98.6,
                    "n": 15
                  },
                  "temperature_c": {
                    "min": 56.0,
                    "median": 57.0,
                    "max": 57.0,
                    "mean": 56.7,
                    "n": 15
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 0.0,
                    "median": 0.0,
                    "max": 55.0,
                    "mean": 14.0,
                    "n": 15
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 15
                  },
                  "clocks_sm_mhz": {
                    "min": 1215.0,
                    "median": 1335.0,
                    "max": 1785.0,
                    "mean": 1406.0,
                    "n": 15
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 15
                  },
                  "throttle_sw_power_cap_fraction": 1.0,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 15
                },
                "busy_samples": 15
              }
            }
          },
          "energy_j_per_1k_tokens": 6480.8,
          "power_mean_w_all_cards": 346.45,
          "energy_j_per_1k_tokens_all_cards": 6480.8,
          "watts_per_tok_s": 6.4808,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 15,
            "temp_max_c": 57.0,
            "temp_min_c": 56.0,
            "temp_rise_c": 1.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 14.0,
            "fan_max_pct": 55.0,
            "clock_floor_mhz": 1215.0,
            "clock_max_mhz": 1785.0,
            "clock_median_mhz": 1335.0,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 346.45,
            "power_pct_of_limit": 99.0,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 1.0,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 99.0% of the 350 W cap, at 57 C -- well below any throttling temperature"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 15,
              "temp_max_c": 57.0,
              "temp_min_c": 56.0,
              "temp_rise_c": 1.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 14.0,
              "fan_max_pct": 55.0,
              "clock_floor_mhz": 1215.0,
              "clock_max_mhz": 1785.0,
              "clock_median_mhz": 1335.0,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 346.45,
              "power_pct_of_limit": 99.0,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 1.0,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 99.0% of the 350 W cap, at 57 C -- well below any throttling temperature"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 811.4,
            "fraction_of_peak_pct": 82.5,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 16402.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 3
        }
      ],
      "derived": {
        "decode_tok_s": {
          "min": 53.429,
          "median": 53.458,
          "max": 53.634,
          "mean": 53.507,
          "n": 3
        },
        "ttft_ms": {
          "min": 278.89,
          "median": 280.01,
          "max": 282.09,
          "mean": 280.33,
          "n": 3
        },
        "power_mean_w": {
          "min": 331.15,
          "median": 336.93,
          "max": 346.45,
          "mean": 338.18,
          "n": 3
        },
        "power_mean_w_all_cards": {
          "min": 331.15,
          "median": 336.93,
          "max": 346.45,
          "mean": 338.18,
          "n": 3
        },
        "energy_j_per_1k_tokens_all_cards": {
          "min": 6174.21,
          "median": 6306.18,
          "max": 6480.8,
          "mean": 6320.4,
          "n": 3
        },
        "energy_j_per_1k_tokens": {
          "min": 6174.21,
          "median": 6306.18,
          "max": 6480.8,
          "mean": 6320.4,
          "n": 3
        },
        "mem_clock_median_mhz": {
          "min": 10251.0,
          "median": 10251.0,
          "max": 10251.0,
          "mean": 10251.0,
          "n": 3
        },
        "mem_clock_floor_mhz": {
          "min": 10251.0,
          "median": 10251.0,
          "max": 10251.0,
          "mean": 10251.0,
          "n": 3
        },
        "peak_mem_bandwidth_gbs_at_median_clock": {
          "min": 984.1,
          "median": 984.1,
          "max": 984.1,
          "mean": 984.1,
          "n": 3
        },
        "decode_gbs": {
          "min": 810.9,
          "median": 811.4,
          "max": 814.0,
          "mean": 812.1,
          "n": 3
        },
        "decode_bandwidth_fraction_of_peak_pct": {
          "min": 82.4,
          "median": 82.5,
          "max": 82.7,
          "mean": 82.5,
          "n": 3
        },
        "sw_power_cap_active_fraction": {
          "min": 1.0,
          "median": 1.0,
          "max": 1.0,
          "mean": 1.0,
          "n": 3
        },
        "temp_max_c": {
          "min": 55.0,
          "median": 56.0,
          "max": 57.0,
          "mean": 56.0,
          "n": 3
        },
        "fan_max_pct": {
          "min": 0.0,
          "median": 40.0,
          "max": 55.0,
          "mean": 31.7,
          "n": 3
        }
      },
      "finished_utc": "2026-09-17T20:21:25Z"
    },
    {
      "num_ctx": 32768,
      "started_utc": "2026-09-17T20:21:25Z",
      "loads": true,
      "size_total": 17127964671,
      "size_vram": 17127964671,
      "context_length_loaded": 32768,
      "fits_fully_in_vram": true,
      "verdict": "fits: fully resident on the card",
      "offload_split": "100.0% VRAM / 0.0% RAM",
      "vram_delta_mib": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 1376.0
      },
      "memory_used_mib_per_card": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 17778.0
      },
      "memory_used_mib_per_card_before": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 16402.0
      },
      "runner_peak_rss_gib": 0.83,
      "runner_rss_within_allowance": true,
      "runner_procs": [
        {
          "pid": 66266,
          "rss_kb": 872432,
          "threads": 27
        }
      ],
      "free_m_at_level": "total        used        free      shared  buff/cache   available\nMem:           47040        3422        1425          78       42817       43617\nSwap:          24575           3       24572",
      "kv_footprint_bytes": 2524971008,
      "kv_footprint_gib": 2.35,
      "runs": [
        {
          "ttft_ms": 284.54,
          "first_token_was_thinking": false,
          "wall_s": 5.0771,
          "eval_count": 256,
          "eval_duration_ns": 4790700000,
          "decode_tok_s": 53.437,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 36935000,
          "prefill_tok_s": 27697.306,
          "load_duration_ns": 244709534,
          "total_duration_ns": 5074985992,
          "streamed_chunks": 256,
          "response_chars": 1019,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 53.208,
          "decode_tok_s_wall_gross": 50.423,
          "num_ctx_option": 32768,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 16.2,
                "median": 16.3,
                "max": 16.34,
                "mean": 16.28,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 17778.0,
                "median": 17778.0,
                "max": 17778.0,
                "mean": 17778.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 16.28
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 17778.0
              },
              "power_w_all_cards": 16.28,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 16,
            "mean_w": 330.69,
            "max_w": 367.23,
            "median_w": 348.66,
            "mean_w_whole_window": 284.07,
            "max_w_whole_window": 367.23,
            "limit_w": 350.0,
            "over_idle_w": 314.41,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 16.2,
                  "median": 348.24,
                  "max": 367.23,
                  "mean": 284.07,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 17778.0,
                  "median": 17778.0,
                  "max": 17778.0,
                  "mean": 17778.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 99.0,
                  "max": 99.0,
                  "mean": 83.2,
                  "n": 19
                },
                "temperature_c": {
                  "min": 45.0,
                  "median": 53.0,
                  "max": 54.0,
                  "mean": 52.4,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 50.0,
                  "median": 54.0,
                  "max": 62.0,
                  "mean": 54.7,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 210.0,
                  "median": 1395.0,
                  "max": 1920.0,
                  "mean": 1417.9,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 405.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 9732.8,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.8421,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 116.27,
                    "median": 348.66,
                    "max": 367.23,
                    "mean": 330.69,
                    "n": 16
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 17778.0,
                    "median": 17778.0,
                    "max": 17778.0,
                    "mean": 17778.0,
                    "n": 16
                  },
                  "utilization_pct": {
                    "min": 98.0,
                    "median": 99.0,
                    "max": 99.0,
                    "mean": 98.8,
                    "n": 16
                  },
                  "temperature_c": {
                    "min": 53.0,
                    "median": 53.0,
                    "max": 54.0,
                    "mean": 53.3,
                    "n": 16
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 50.0,
                    "median": 53.0,
                    "max": 59.0,
                    "mean": 53.6,
                    "n": 16
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 16
                  },
                  "clocks_sm_mhz": {
                    "min": 1230.0,
                    "median": 1387.5,
                    "max": 1800.0,
                    "mean": 1437.2,
                    "n": 16
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 16
                  },
                  "throttle_sw_power_cap_fraction": 1.0,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 16
                },
                "busy_samples": 16
              }
            }
          },
          "energy_j_per_1k_tokens": 6188.42,
          "power_mean_w_all_cards": 330.69,
          "energy_j_per_1k_tokens_all_cards": 6188.42,
          "watts_per_tok_s": 6.1884,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 16,
            "temp_max_c": 54.0,
            "temp_min_c": 53.0,
            "temp_rise_c": 1.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 53.6,
            "fan_max_pct": 59.0,
            "clock_floor_mhz": 1230.0,
            "clock_max_mhz": 1800.0,
            "clock_median_mhz": 1387.5,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 330.69,
            "power_pct_of_limit": 94.5,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 1.0,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 94.5% of the 350 W cap, at 54 C -- well below any throttling temperature"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 16,
              "temp_max_c": 54.0,
              "temp_min_c": 53.0,
              "temp_rise_c": 1.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 53.6,
              "fan_max_pct": 59.0,
              "clock_floor_mhz": 1230.0,
              "clock_max_mhz": 1800.0,
              "clock_median_mhz": 1387.5,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 330.69,
              "power_pct_of_limit": 94.5,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 1.0,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 94.5% of the 350 W cap, at 54 C -- well below any throttling temperature"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 811.0,
            "fraction_of_peak_pct": 82.4,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 17778.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 1
        },
        {
          "ttft_ms": 281.13,
          "first_token_was_thinking": false,
          "wall_s": 5.0652,
          "eval_count": 256,
          "eval_duration_ns": 4782330000,
          "decode_tok_s": 53.53,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 29356000,
          "prefill_tok_s": 34848.072,
          "load_duration_ns": 249026969,
          "total_duration_ns": 5063311090,
          "streamed_chunks": 256,
          "response_chars": 1019,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 53.302,
          "decode_tok_s_wall_gross": 50.541,
          "num_ctx_option": 32768,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 16.69,
                "median": 16.74,
                "max": 17.0,
                "mean": 16.81,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 17778.0,
                "median": 17778.0,
                "max": 17778.0,
                "mean": 17778.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 16.81
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 17778.0
              },
              "power_w_all_cards": 16.81,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 17,
            "mean_w": 315.6,
            "max_w": 367.4,
            "median_w": 348.71,
            "mean_w_whole_window": 284.63,
            "max_w_whole_window": 367.4,
            "limit_w": 350.0,
            "over_idle_w": 298.79,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 16.66,
                  "median": 348.52,
                  "max": 367.4,
                  "mean": 284.63,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 17778.0,
                  "median": 17778.0,
                  "max": 17778.0,
                  "mean": 17778.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 98.0,
                  "max": 99.0,
                  "mean": 88.1,
                  "n": 19
                },
                "temperature_c": {
                  "min": 45.0,
                  "median": 54.0,
                  "max": 55.0,
                  "mean": 53.1,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 0.0,
                  "median": 0.0,
                  "max": 0.0,
                  "mean": 0.0,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 210.0,
                  "median": 1380.0,
                  "max": 1860.0,
                  "mean": 1418.7,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 405.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 9732.8,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.8947,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 69.77,
                    "median": 348.71,
                    "max": 367.4,
                    "mean": 315.6,
                    "n": 17
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 17778.0,
                    "median": 17778.0,
                    "max": 17778.0,
                    "mean": 17778.0,
                    "n": 17
                  },
                  "utilization_pct": {
                    "min": 98.0,
                    "median": 98.0,
                    "max": 99.0,
                    "mean": 98.4,
                    "n": 17
                  },
                  "temperature_c": {
                    "min": 53.0,
                    "median": 54.0,
                    "max": 55.0,
                    "mean": 54.0,
                    "n": 17
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 0.0,
                    "median": 0.0,
                    "max": 0.0,
                    "mean": 0.0,
                    "n": 17
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 17
                  },
                  "clocks_sm_mhz": {
                    "min": 1215.0,
                    "median": 1380.0,
                    "max": 1800.0,
                    "mean": 1463.8,
                    "n": 17
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 17
                  },
                  "throttle_sw_power_cap_fraction": 1.0,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 17
                },
                "busy_samples": 17
              }
            }
          },
          "energy_j_per_1k_tokens": 5895.72,
          "power_mean_w_all_cards": 315.6,
          "energy_j_per_1k_tokens_all_cards": 5895.72,
          "watts_per_tok_s": 5.8958,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 17,
            "temp_max_c": 55.0,
            "temp_min_c": 53.0,
            "temp_rise_c": 2.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 0.0,
            "fan_max_pct": 0.0,
            "clock_floor_mhz": 1215.0,
            "clock_max_mhz": 1800.0,
            "clock_median_mhz": 1380.0,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 315.6,
            "power_pct_of_limit": 90.2,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 1.0,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 90.2% of the 350 W cap, at 55 C -- well below any throttling temperature (the fans never spun up -- zero-RPM idle mode)"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 17,
              "temp_max_c": 55.0,
              "temp_min_c": 53.0,
              "temp_rise_c": 2.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 0.0,
              "fan_max_pct": 0.0,
              "clock_floor_mhz": 1215.0,
              "clock_max_mhz": 1800.0,
              "clock_median_mhz": 1380.0,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 315.6,
              "power_pct_of_limit": 90.2,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 1.0,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 90.2% of the 350 W cap, at 55 C -- well below any throttling temperature (the fans never spun up -- zero-RPM idle mode)"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 812.4,
            "fraction_of_peak_pct": 82.6,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 17778.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 2
        },
        {
          "ttft_ms": 282.74,
          "first_token_was_thinking": false,
          "wall_s": 5.0591,
          "eval_count": 256,
          "eval_duration_ns": 4774555000,
          "decode_tok_s": 53.618,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 29280000,
          "prefill_tok_s": 34938.525,
          "load_duration_ns": 250548093,
          "total_duration_ns": 5057022207,
          "streamed_chunks": 256,
          "response_chars": 1019,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 53.388,
          "decode_tok_s_wall_gross": 50.602,
          "num_ctx_option": 32768,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 17.01,
                "median": 17.17,
                "max": 17.18,
                "mean": 17.12,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 17778.0,
                "median": 17778.0,
                "max": 17778.0,
                "mean": 17778.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 17.12
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 17778.0
              },
              "power_w_all_cards": 17.12,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 17,
            "mean_w": 316.54,
            "max_w": 367.46,
            "median_w": 349.13,
            "mean_w_whole_window": 285.09,
            "max_w_whole_window": 367.46,
            "limit_w": 350.0,
            "over_idle_w": 299.42,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 16.99,
                  "median": 349.05,
                  "max": 367.46,
                  "mean": 285.09,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 17778.0,
                  "median": 17778.0,
                  "max": 17778.0,
                  "mean": 17778.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 98.0,
                  "max": 99.0,
                  "mean": 87.9,
                  "n": 19
                },
                "temperature_c": {
                  "min": 46.0,
                  "median": 55.0,
                  "max": 56.0,
                  "mean": 54.1,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 0.0,
                  "median": 0.0,
                  "max": 0.0,
                  "mean": 0.0,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 210.0,
                  "median": 1410.0,
                  "max": 1875.0,
                  "mean": 1424.2,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 405.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 9732.8,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.8947,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 74.94,
                    "median": 349.13,
                    "max": 367.46,
                    "mean": 316.54,
                    "n": 17
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 17778.0,
                    "median": 17778.0,
                    "max": 17778.0,
                    "mean": 17778.0,
                    "n": 17
                  },
                  "utilization_pct": {
                    "min": 97.0,
                    "median": 98.0,
                    "max": 99.0,
                    "mean": 98.2,
                    "n": 17
                  },
                  "temperature_c": {
                    "min": 54.0,
                    "median": 55.0,
                    "max": 56.0,
                    "mean": 55.0,
                    "n": 17
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 0.0,
                    "median": 0.0,
                    "max": 0.0,
                    "mean": 0.0,
                    "n": 17
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 17
                  },
                  "clocks_sm_mhz": {
                    "min": 1230.0,
                    "median": 1410.0,
                    "max": 1815.0,
                    "mean": 1469.1,
                    "n": 17
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 17
                  },
                  "throttle_sw_power_cap_fraction": 1.0,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 17
                },
                "busy_samples": 17
              }
            }
          },
          "energy_j_per_1k_tokens": 5903.66,
          "power_mean_w_all_cards": 316.54,
          "energy_j_per_1k_tokens_all_cards": 5903.66,
          "watts_per_tok_s": 5.9036,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 17,
            "temp_max_c": 56.0,
            "temp_min_c": 54.0,
            "temp_rise_c": 2.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 0.0,
            "fan_max_pct": 0.0,
            "clock_floor_mhz": 1230.0,
            "clock_max_mhz": 1815.0,
            "clock_median_mhz": 1410.0,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 316.54,
            "power_pct_of_limit": 90.4,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 1.0,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 90.4% of the 350 W cap, at 56 C -- well below any throttling temperature (the fans never spun up -- zero-RPM idle mode)"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 17,
              "temp_max_c": 56.0,
              "temp_min_c": 54.0,
              "temp_rise_c": 2.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 0.0,
              "fan_max_pct": 0.0,
              "clock_floor_mhz": 1230.0,
              "clock_max_mhz": 1815.0,
              "clock_median_mhz": 1410.0,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 316.54,
              "power_pct_of_limit": 90.4,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 1.0,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 90.4% of the 350 W cap, at 56 C -- well below any throttling temperature (the fans never spun up -- zero-RPM idle mode)"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 813.8,
            "fraction_of_peak_pct": 82.7,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 17778.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 3
        }
      ],
      "derived": {
        "decode_tok_s": {
          "min": 53.437,
          "median": 53.53,
          "max": 53.618,
          "mean": 53.528,
          "n": 3
        },
        "ttft_ms": {
          "min": 281.13,
          "median": 282.74,
          "max": 284.54,
          "mean": 282.8,
          "n": 3
        },
        "power_mean_w": {
          "min": 315.6,
          "median": 316.54,
          "max": 330.69,
          "mean": 320.94,
          "n": 3
        },
        "power_mean_w_all_cards": {
          "min": 315.6,
          "median": 316.54,
          "max": 330.69,
          "mean": 320.94,
          "n": 3
        },
        "energy_j_per_1k_tokens_all_cards": {
          "min": 5895.72,
          "median": 5903.66,
          "max": 6188.42,
          "mean": 5995.93,
          "n": 3
        },
        "energy_j_per_1k_tokens": {
          "min": 5895.72,
          "median": 5903.66,
          "max": 6188.42,
          "mean": 5995.93,
          "n": 3
        },
        "mem_clock_median_mhz": {
          "min": 10251.0,
          "median": 10251.0,
          "max": 10251.0,
          "mean": 10251.0,
          "n": 3
        },
        "mem_clock_floor_mhz": {
          "min": 10251.0,
          "median": 10251.0,
          "max": 10251.0,
          "mean": 10251.0,
          "n": 3
        },
        "peak_mem_bandwidth_gbs_at_median_clock": {
          "min": 984.1,
          "median": 984.1,
          "max": 984.1,
          "mean": 984.1,
          "n": 3
        },
        "decode_gbs": {
          "min": 811.0,
          "median": 812.4,
          "max": 813.8,
          "mean": 812.4,
          "n": 3
        },
        "decode_bandwidth_fraction_of_peak_pct": {
          "min": 82.4,
          "median": 82.6,
          "max": 82.7,
          "mean": 82.6,
          "n": 3
        },
        "sw_power_cap_active_fraction": {
          "min": 1.0,
          "median": 1.0,
          "max": 1.0,
          "mean": 1.0,
          "n": 3
        },
        "temp_max_c": {
          "min": 54.0,
          "median": 55.0,
          "max": 56.0,
          "mean": 55.0,
          "n": 3
        },
        "fan_max_pct": {
          "min": 0.0,
          "median": 0.0,
          "max": 59.0,
          "mean": 19.7,
          "n": 3
        }
      },
      "finished_utc": "2026-09-17T20:23:04Z"
    },
    {
      "num_ctx": 49152,
      "started_utc": "2026-09-17T20:23:04Z",
      "loads": true,
      "size_total": 18579193855,
      "size_vram": 18579193855,
      "context_length_loaded": 49152,
      "fits_fully_in_vram": true,
      "verdict": "fits: fully resident on the card",
      "offload_split": "100.0% VRAM / 0.0% RAM",
      "vram_delta_mib": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 1384.0
      },
      "memory_used_mib_per_card": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 19162.0
      },
      "memory_used_mib_per_card_before": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 17778.0
      },
      "runner_peak_rss_gib": 0.85,
      "runner_rss_within_allowance": true,
      "runner_procs": [
        {
          "pid": 67479,
          "rss_kb": 889544,
          "threads": 27
        }
      ],
      "free_m_at_level": "total        used        free      shared  buff/cache   available\nMem:           47040        3325        1516          94       42839       43714\nSwap:          24575           3       24572",
      "kv_footprint_bytes": 3976200192,
      "kv_footprint_gib": 3.7,
      "runs": [
        {
          "ttft_ms": 275.78,
          "first_token_was_thinking": false,
          "wall_s": 5.1012,
          "eval_count": 256,
          "eval_duration_ns": 4823624000,
          "decode_tok_s": 53.072,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 28270000,
          "prefill_tok_s": 36186.77,
          "load_duration_ns": 244691986,
          "total_duration_ns": 5099230693,
          "streamed_chunks": 256,
          "response_chars": 1019,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 52.846,
          "decode_tok_s_wall_gross": 50.185,
          "num_ctx_option": 49152,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 102.23,
                "median": 102.25,
                "max": 102.28,
                "mean": 102.25,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 19162.0,
                "median": 19162.0,
                "max": 19162.0,
                "mean": 19162.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 102.25
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 19162.0
              },
              "power_w_all_cards": 102.25,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 17,
            "mean_w": 326.47,
            "max_w": 369.14,
            "median_w": 349.56,
            "mean_w_whole_window": 302.89,
            "max_w_whole_window": 369.14,
            "limit_w": 350.0,
            "over_idle_w": 224.22,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 102.41,
                  "median": 349.37,
                  "max": 369.14,
                  "mean": 302.89,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 19162.0,
                  "median": 19162.0,
                  "max": 19162.0,
                  "mean": 19162.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 99.0,
                  "max": 99.0,
                  "mean": 88.3,
                  "n": 19
                },
                "temperature_c": {
                  "min": 52.0,
                  "median": 57.0,
                  "max": 58.0,
                  "mean": 56.6,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 0.0,
                  "median": 0.0,
                  "max": 55.0,
                  "mean": 19.2,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 1215.0,
                  "median": 1335.0,
                  "max": 1920.0,
                  "mean": 1465.3,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 10251.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 10251.0,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.8947,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 148.32,
                    "median": 349.56,
                    "max": 369.14,
                    "mean": 326.47,
                    "n": 17
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 19162.0,
                    "median": 19162.0,
                    "max": 19162.0,
                    "mean": 19162.0,
                    "n": 17
                  },
                  "utilization_pct": {
                    "min": 98.0,
                    "median": 99.0,
                    "max": 99.0,
                    "mean": 98.7,
                    "n": 17
                  },
                  "temperature_c": {
                    "min": 56.0,
                    "median": 57.0,
                    "max": 58.0,
                    "mean": 57.2,
                    "n": 17
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 0.0,
                    "median": 0.0,
                    "max": 55.0,
                    "mean": 21.4,
                    "n": 17
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 17
                  },
                  "clocks_sm_mhz": {
                    "min": 1215.0,
                    "median": 1305.0,
                    "max": 1815.0,
                    "mean": 1411.8,
                    "n": 17
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 17
                  },
                  "throttle_sw_power_cap_fraction": 1.0,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 17
                },
                "busy_samples": 17
              }
            }
          },
          "energy_j_per_1k_tokens": 6151.44,
          "power_mean_w_all_cards": 326.47,
          "energy_j_per_1k_tokens_all_cards": 6151.44,
          "watts_per_tok_s": 6.1515,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 17,
            "temp_max_c": 58.0,
            "temp_min_c": 56.0,
            "temp_rise_c": 2.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 21.4,
            "fan_max_pct": 55.0,
            "clock_floor_mhz": 1215.0,
            "clock_max_mhz": 1815.0,
            "clock_median_mhz": 1305.0,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 326.47,
            "power_pct_of_limit": 93.3,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 1.0,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 93.3% of the 350 W cap, at 58 C -- well below any throttling temperature"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 17,
              "temp_max_c": 58.0,
              "temp_min_c": 56.0,
              "temp_rise_c": 2.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 21.4,
              "fan_max_pct": 55.0,
              "clock_floor_mhz": 1215.0,
              "clock_max_mhz": 1815.0,
              "clock_median_mhz": 1305.0,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 326.47,
              "power_pct_of_limit": 93.3,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 1.0,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 93.3% of the 350 W cap, at 58 C -- well below any throttling temperature"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 805.5,
            "fraction_of_peak_pct": 81.9,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 19162.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 1
        },
        {
          "ttft_ms": 278.8,
          "first_token_was_thinking": false,
          "wall_s": 5.0232,
          "eval_count": 256,
          "eval_duration_ns": 4742398000,
          "decode_tok_s": 53.981,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 29195000,
          "prefill_tok_s": 35040.247,
          "load_duration_ns": 246545334,
          "total_duration_ns": 5020896489,
          "streamed_chunks": 256,
          "response_chars": 1019,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 53.748,
          "decode_tok_s_wall_gross": 50.964,
          "num_ctx_option": 49152,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 16.71,
                "median": 16.72,
                "max": 16.94,
                "mean": 16.79,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 19162.0,
                "median": 19162.0,
                "max": 19162.0,
                "mean": 19162.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 16.79
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 19162.0
              },
              "power_w_all_cards": 16.79,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 17,
            "mean_w": 315.8,
            "max_w": 365.91,
            "median_w": 349.13,
            "mean_w_whole_window": 284.38,
            "max_w_whole_window": 365.91,
            "limit_w": 350.0,
            "over_idle_w": 299.01,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 16.53,
                  "median": 348.87,
                  "max": 365.91,
                  "mean": 284.38,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 19162.0,
                  "median": 19162.0,
                  "max": 19162.0,
                  "mean": 19162.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 98.0,
                  "max": 99.0,
                  "mean": 87.4,
                  "n": 19
                },
                "temperature_c": {
                  "min": 45.0,
                  "median": 54.0,
                  "max": 54.0,
                  "mean": 52.8,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 69.0,
                  "median": 70.0,
                  "max": 70.0,
                  "mean": 69.7,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 210.0,
                  "median": 1455.0,
                  "max": 1920.0,
                  "mean": 1451.8,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 405.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 9732.8,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.7895,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 72.21,
                    "median": 349.13,
                    "max": 365.91,
                    "mean": 315.8,
                    "n": 17
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 19162.0,
                    "median": 19162.0,
                    "max": 19162.0,
                    "mean": 19162.0,
                    "n": 17
                  },
                  "utilization_pct": {
                    "min": 91.0,
                    "median": 99.0,
                    "max": 99.0,
                    "mean": 97.7,
                    "n": 17
                  },
                  "temperature_c": {
                    "min": 53.0,
                    "median": 54.0,
                    "max": 54.0,
                    "mean": 53.7,
                    "n": 17
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 69.0,
                    "median": 70.0,
                    "max": 70.0,
                    "mean": 69.7,
                    "n": 17
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 17
                  },
                  "clocks_sm_mhz": {
                    "min": 1260.0,
                    "median": 1455.0,
                    "max": 1815.0,
                    "mean": 1497.4,
                    "n": 17
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 17
                  },
                  "throttle_sw_power_cap_fraction": 0.8824,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 17
                },
                "busy_samples": 17
              }
            }
          },
          "energy_j_per_1k_tokens": 5850.19,
          "power_mean_w_all_cards": 315.8,
          "energy_j_per_1k_tokens_all_cards": 5850.19,
          "watts_per_tok_s": 5.8502,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 17,
            "temp_max_c": 54.0,
            "temp_min_c": 53.0,
            "temp_rise_c": 1.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 69.7,
            "fan_max_pct": 70.0,
            "clock_floor_mhz": 1260.0,
            "clock_max_mhz": 1815.0,
            "clock_median_mhz": 1455.0,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 315.8,
            "power_pct_of_limit": 90.2,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 0.8824,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 90.2% of the 350 W cap, at 54 C -- well below any throttling temperature"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 17,
              "temp_max_c": 54.0,
              "temp_min_c": 53.0,
              "temp_rise_c": 1.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 69.7,
              "fan_max_pct": 70.0,
              "clock_floor_mhz": 1260.0,
              "clock_max_mhz": 1815.0,
              "clock_median_mhz": 1455.0,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 315.8,
              "power_pct_of_limit": 90.2,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 0.8824,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 90.2% of the 350 W cap, at 54 C -- well below any throttling temperature"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 819.3,
            "fraction_of_peak_pct": 83.3,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 19162.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 2
        },
        {
          "ttft_ms": 268.23,
          "first_token_was_thinking": false,
          "wall_s": 5.0616,
          "eval_count": 256,
          "eval_duration_ns": 4791648000,
          "decode_tok_s": 53.426,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 20557000,
          "prefill_tok_s": 49764.071,
          "load_duration_ns": 244541952,
          "total_duration_ns": 5059548188,
          "streamed_chunks": 256,
          "response_chars": 1019,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 53.199,
          "decode_tok_s_wall_gross": 50.577,
          "num_ctx_option": 49152,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 101.73,
                "median": 101.84,
                "max": 101.86,
                "mean": 101.81,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 19162.0,
                "median": 19162.0,
                "max": 19162.0,
                "mean": 19162.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 101.81
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 19162.0
              },
              "power_w_all_cards": 101.81,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 17,
            "mean_w": 327.2,
            "max_w": 368.16,
            "median_w": 349.69,
            "mean_w_whole_window": 303.74,
            "max_w_whole_window": 368.16,
            "limit_w": 350.0,
            "over_idle_w": 225.39,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 101.73,
                  "median": 349.66,
                  "max": 368.16,
                  "mean": 303.74,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 19162.0,
                  "median": 19162.0,
                  "max": 19162.0,
                  "mean": 19162.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 98.0,
                  "max": 99.0,
                  "mean": 86.7,
                  "n": 19
                },
                "temperature_c": {
                  "min": 47.0,
                  "median": 52.0,
                  "max": 53.0,
                  "mean": 51.9,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 55.0,
                  "median": 58.0,
                  "max": 61.0,
                  "mean": 57.8,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 1275.0,
                  "median": 1365.0,
                  "max": 1920.0,
                  "mean": 1480.3,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 10251.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 10251.0,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.8421,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 143.7,
                    "median": 349.69,
                    "max": 368.16,
                    "mean": 327.2,
                    "n": 17
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 19162.0,
                    "median": 19162.0,
                    "max": 19162.0,
                    "mean": 19162.0,
                    "n": 17
                  },
                  "utilization_pct": {
                    "min": 89.0,
                    "median": 99.0,
                    "max": 99.0,
                    "mean": 96.9,
                    "n": 17
                  },
                  "temperature_c": {
                    "min": 52.0,
                    "median": 52.0,
                    "max": 53.0,
                    "mean": 52.5,
                    "n": 17
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 55.0,
                    "median": 57.0,
                    "max": 60.0,
                    "mean": 57.5,
                    "n": 17
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 17
                  },
                  "clocks_sm_mhz": {
                    "min": 1275.0,
                    "median": 1335.0,
                    "max": 1800.0,
                    "mean": 1428.5,
                    "n": 17
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 17
                  },
                  "throttle_sw_power_cap_fraction": 0.9412,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 17
                },
                "busy_samples": 17
              }
            }
          },
          "energy_j_per_1k_tokens": 6124.33,
          "power_mean_w_all_cards": 327.2,
          "energy_j_per_1k_tokens_all_cards": 6124.33,
          "watts_per_tok_s": 6.1244,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 17,
            "temp_max_c": 53.0,
            "temp_min_c": 52.0,
            "temp_rise_c": 1.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 57.5,
            "fan_max_pct": 60.0,
            "clock_floor_mhz": 1275.0,
            "clock_max_mhz": 1800.0,
            "clock_median_mhz": 1335.0,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 327.2,
            "power_pct_of_limit": 93.5,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 0.9412,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 93.5% of the 350 W cap, at 53 C -- well below any throttling temperature"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 17,
              "temp_max_c": 53.0,
              "temp_min_c": 52.0,
              "temp_rise_c": 1.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 57.5,
              "fan_max_pct": 60.0,
              "clock_floor_mhz": 1275.0,
              "clock_max_mhz": 1800.0,
              "clock_median_mhz": 1335.0,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 327.2,
              "power_pct_of_limit": 93.5,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 0.9412,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 93.5% of the 350 W cap, at 53 C -- well below any throttling temperature"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 810.9,
            "fraction_of_peak_pct": 82.4,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 19162.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 3
        }
      ],
      "derived": {
        "decode_tok_s": {
          "min": 53.072,
          "median": 53.426,
          "max": 53.981,
          "mean": 53.493,
          "n": 3
        },
        "ttft_ms": {
          "min": 268.23,
          "median": 275.78,
          "max": 278.8,
          "mean": 274.27,
          "n": 3
        },
        "power_mean_w": {
          "min": 315.8,
          "median": 326.47,
          "max": 327.2,
          "mean": 323.16,
          "n": 3
        },
        "power_mean_w_all_cards": {
          "min": 315.8,
          "median": 326.47,
          "max": 327.2,
          "mean": 323.16,
          "n": 3
        },
        "energy_j_per_1k_tokens_all_cards": {
          "min": 5850.19,
          "median": 6124.33,
          "max": 6151.44,
          "mean": 6041.99,
          "n": 3
        },
        "energy_j_per_1k_tokens": {
          "min": 5850.19,
          "median": 6124.33,
          "max": 6151.44,
          "mean": 6041.99,
          "n": 3
        },
        "mem_clock_median_mhz": {
          "min": 10251.0,
          "median": 10251.0,
          "max": 10251.0,
          "mean": 10251.0,
          "n": 3
        },
        "mem_clock_floor_mhz": {
          "min": 10251.0,
          "median": 10251.0,
          "max": 10251.0,
          "mean": 10251.0,
          "n": 3
        },
        "peak_mem_bandwidth_gbs_at_median_clock": {
          "min": 984.1,
          "median": 984.1,
          "max": 984.1,
          "mean": 984.1,
          "n": 3
        },
        "decode_gbs": {
          "min": 805.5,
          "median": 810.9,
          "max": 819.3,
          "mean": 811.9,
          "n": 3
        },
        "decode_bandwidth_fraction_of_peak_pct": {
          "min": 81.9,
          "median": 82.4,
          "max": 83.3,
          "mean": 82.5,
          "n": 3
        },
        "sw_power_cap_active_fraction": {
          "min": 0.882,
          "median": 0.941,
          "max": 1.0,
          "mean": 0.941,
          "n": 3
        },
        "temp_max_c": {
          "min": 53.0,
          "median": 54.0,
          "max": 58.0,
          "mean": 55.0,
          "n": 3
        },
        "fan_max_pct": {
          "min": 55.0,
          "median": 60.0,
          "max": 70.0,
          "mean": 61.7,
          "n": 3
        }
      },
      "finished_utc": "2026-09-17T20:24:12Z"
    },
    {
      "num_ctx": 65536,
      "started_utc": "2026-09-17T20:24:12Z",
      "loads": true,
      "size_total": 20089143295,
      "size_vram": 20089143295,
      "context_length_loaded": 65536,
      "fits_fully_in_vram": true,
      "verdict": "fits: fully resident on the card",
      "offload_split": "100.0% VRAM / 0.0% RAM",
      "vram_delta_mib": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 1440.0
      },
      "memory_used_mib_per_card": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 20602.0
      },
      "memory_used_mib_per_card_before": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 19162.0
      },
      "runner_peak_rss_gib": 0.86,
      "runner_rss_within_allowance": true,
      "runner_procs": [
        {
          "pid": 68352,
          "rss_kb": 906756,
          "threads": 27
        }
      ],
      "free_m_at_level": "total        used        free      shared  buff/cache   available\nMem:           47040        3455        1385         110       42856       43585\nSwap:          24575           3       24572",
      "kv_footprint_bytes": 5486149632,
      "kv_footprint_gib": 5.11,
      "runs": [
        {
          "ttft_ms": 273.67,
          "first_token_was_thinking": false,
          "wall_s": 5.0592,
          "eval_count": 256,
          "eval_duration_ns": 4783774000,
          "decode_tok_s": 53.514,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 28194000,
          "prefill_tok_s": 36284.316,
          "load_duration_ns": 242401327,
          "total_duration_ns": 5057199221,
          "streamed_chunks": 256,
          "response_chars": 1019,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 53.286,
          "decode_tok_s_wall_gross": 50.601,
          "num_ctx_option": 65536,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 101.6,
                "median": 101.65,
                "max": 101.67,
                "mean": 101.64,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 20602.0,
                "median": 20602.0,
                "max": 20602.0,
                "mean": 20602.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 101.64
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 20602.0
              },
              "power_w_all_cards": 101.64,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 17,
            "mean_w": 326.83,
            "max_w": 368.87,
            "median_w": 349.49,
            "mean_w_whole_window": 303.15,
            "max_w_whole_window": 368.87,
            "limit_w": 350.0,
            "over_idle_w": 225.19,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 101.79,
                  "median": 349.24,
                  "max": 368.87,
                  "mean": 303.15,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 20602.0,
                  "median": 20602.0,
                  "max": 20602.0,
                  "mean": 20602.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 98.0,
                  "max": 99.0,
                  "mean": 72.7,
                  "n": 19
                },
                "temperature_c": {
                  "min": 48.0,
                  "median": 53.0,
                  "max": 54.0,
                  "mean": 53.1,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 0.0,
                  "median": 37.0,
                  "max": 39.0,
                  "mean": 19.8,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 1245.0,
                  "median": 1410.0,
                  "max": 1920.0,
                  "mean": 1499.2,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 10251.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 10251.0,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.8421,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 153.44,
                    "median": 349.49,
                    "max": 368.87,
                    "mean": 326.83,
                    "n": 17
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 20602.0,
                    "median": 20602.0,
                    "max": 20602.0,
                    "mean": 20602.0,
                    "n": 17
                  },
                  "utilization_pct": {
                    "min": 1.0,
                    "median": 98.0,
                    "max": 99.0,
                    "mean": 81.3,
                    "n": 17
                  },
                  "temperature_c": {
                    "min": 53.0,
                    "median": 54.0,
                    "max": 54.0,
                    "mean": 53.5,
                    "n": 17
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 0.0,
                    "median": 0.0,
                    "max": 38.0,
                    "mean": 17.6,
                    "n": 17
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 17
                  },
                  "clocks_sm_mhz": {
                    "min": 1245.0,
                    "median": 1380.0,
                    "max": 1815.0,
                    "mean": 1449.7,
                    "n": 17
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 17
                  },
                  "throttle_sw_power_cap_fraction": 0.9412,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 17
                },
                "busy_samples": 17
              }
            }
          },
          "energy_j_per_1k_tokens": 6107.35,
          "power_mean_w_all_cards": 326.83,
          "energy_j_per_1k_tokens_all_cards": 6107.35,
          "watts_per_tok_s": 6.1074,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 17,
            "temp_max_c": 54.0,
            "temp_min_c": 53.0,
            "temp_rise_c": 1.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 17.6,
            "fan_max_pct": 38.0,
            "clock_floor_mhz": 1245.0,
            "clock_max_mhz": 1815.0,
            "clock_median_mhz": 1380.0,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 326.83,
            "power_pct_of_limit": 93.4,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 0.9412,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 93.4% of the 350 W cap, at 54 C -- well below any throttling temperature"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 17,
              "temp_max_c": 54.0,
              "temp_min_c": 53.0,
              "temp_rise_c": 1.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 17.6,
              "fan_max_pct": 38.0,
              "clock_floor_mhz": 1245.0,
              "clock_max_mhz": 1815.0,
              "clock_median_mhz": 1380.0,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 326.83,
              "power_pct_of_limit": 93.4,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 0.9412,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 93.4% of the 350 W cap, at 54 C -- well below any throttling temperature"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 812.2,
            "fraction_of_peak_pct": 82.5,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 20602.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 1
        },
        {
          "ttft_ms": 272.09,
          "first_token_was_thinking": false,
          "wall_s": 5.0779,
          "eval_count": 256,
          "eval_duration_ns": 4804070000,
          "decode_tok_s": 53.288,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 20411000,
          "prefill_tok_s": 50120.033,
          "load_duration_ns": 248731803,
          "total_duration_ns": 5075896601,
          "streamed_chunks": 256,
          "response_chars": 1019,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 53.061,
          "decode_tok_s_wall_gross": 50.414,
          "num_ctx_option": 65536,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 100.7,
                "median": 100.85,
                "max": 100.98,
                "mean": 100.84,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 20602.0,
                "median": 20602.0,
                "max": 20602.0,
                "mean": 20602.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 100.84
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 20602.0
              },
              "power_w_all_cards": 100.84,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 16,
            "mean_w": 338.05,
            "max_w": 368.09,
            "median_w": 349.3,
            "mean_w_whole_window": 303.11,
            "max_w_whole_window": 368.09,
            "limit_w": 350.0,
            "over_idle_w": 237.21,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 100.76,
                  "median": 348.91,
                  "max": 368.09,
                  "mean": 303.11,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 20602.0,
                  "median": 20602.0,
                  "max": 20602.0,
                  "mean": 20602.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 98.0,
                  "max": 99.0,
                  "mean": 83.0,
                  "n": 19
                },
                "temperature_c": {
                  "min": 49.0,
                  "median": 55.0,
                  "max": 56.0,
                  "mean": 54.7,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 0.0,
                  "median": 0.0,
                  "max": 0.0,
                  "mean": 0.0,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 1230.0,
                  "median": 1380.0,
                  "max": 1920.0,
                  "mean": 1480.3,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 10251.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 10251.0,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.8421,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 181.72,
                    "median": 349.3,
                    "max": 368.09,
                    "mean": 338.05,
                    "n": 16
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 20602.0,
                    "median": 20602.0,
                    "max": 20602.0,
                    "mean": 20602.0,
                    "n": 16
                  },
                  "utilization_pct": {
                    "min": 98.0,
                    "median": 99.0,
                    "max": 99.0,
                    "mean": 98.6,
                    "n": 16
                  },
                  "temperature_c": {
                    "min": 55.0,
                    "median": 55.0,
                    "max": 56.0,
                    "mean": 55.4,
                    "n": 16
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 0.0,
                    "median": 0.0,
                    "max": 0.0,
                    "mean": 0.0,
                    "n": 16
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 16
                  },
                  "clocks_sm_mhz": {
                    "min": 1230.0,
                    "median": 1305.0,
                    "max": 1815.0,
                    "mean": 1406.2,
                    "n": 16
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 16
                  },
                  "throttle_sw_power_cap_fraction": 1.0,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 16
                },
                "busy_samples": 16
              }
            }
          },
          "energy_j_per_1k_tokens": 6343.81,
          "power_mean_w_all_cards": 338.05,
          "energy_j_per_1k_tokens_all_cards": 6343.81,
          "watts_per_tok_s": 6.3438,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 16,
            "temp_max_c": 56.0,
            "temp_min_c": 55.0,
            "temp_rise_c": 1.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 0.0,
            "fan_max_pct": 0.0,
            "clock_floor_mhz": 1230.0,
            "clock_max_mhz": 1815.0,
            "clock_median_mhz": 1305.0,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 338.05,
            "power_pct_of_limit": 96.6,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 1.0,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 96.6% of the 350 W cap, at 56 C -- well below any throttling temperature (the fans never spun up -- zero-RPM idle mode)"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 16,
              "temp_max_c": 56.0,
              "temp_min_c": 55.0,
              "temp_rise_c": 1.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 0.0,
              "fan_max_pct": 0.0,
              "clock_floor_mhz": 1230.0,
              "clock_max_mhz": 1815.0,
              "clock_median_mhz": 1305.0,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 338.05,
              "power_pct_of_limit": 96.6,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 1.0,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 96.6% of the 350 W cap, at 56 C -- well below any throttling temperature (the fans never spun up -- zero-RPM idle mode)"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 808.8,
            "fraction_of_peak_pct": 82.2,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 20602.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 2
        },
        {
          "ttft_ms": 268.89,
          "first_token_was_thinking": false,
          "wall_s": 5.0689,
          "eval_count": 256,
          "eval_duration_ns": 4798133000,
          "decode_tok_s": 53.354,
          "prompt_eval_count": 1023,
          "prompt_eval_duration_ns": 20282000,
          "prefill_tok_s": 50438.813,
          "load_duration_ns": 245482498,
          "total_duration_ns": 5066825837,
          "streamed_chunks": 256,
          "response_chars": 1019,
          "thinking_chars": 0,
          "done_reason": "length",
          "decode_tok_s_wall": 53.124,
          "decode_tok_s_wall_gross": 50.504,
          "num_ctx_option": 65536,
          "power": {
            "idle_baseline": {
              "seconds": 3.0,
              "samples": 6,
              "power_w": {
                "min": 101.14,
                "median": 101.15,
                "max": 101.26,
                "mean": 101.18,
                "n": 6
              },
              "utilization_pct": {
                "min": 0.0,
                "median": 0.0,
                "max": 0.0,
                "mean": 0.0,
                "n": 6
              },
              "memory_used_mib": {
                "min": 20602.0,
                "median": 20602.0,
                "max": 20602.0,
                "mean": 20602.0,
                "n": 6
              },
              "power_w_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 101.18
              },
              "memory_used_mib_per_card": {
                "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 20602.0
              },
              "power_w_all_cards": 101.18,
              "ups_whole_box": {
                "load_pct": null,
                "realpower_w": null,
                "realpower_nominal_w": null,
                "status": null,
                "note": "the UPS's reading of EVERYTHING it feeds -- the whole box, not the cards. The card figures beside it are board power from nvidia-smi. Neither is the other."
              }
            },
            "measured_over": "samples where the GPU was busy",
            "busy_samples": 14,
            "mean_w": 350.85,
            "max_w": 366.62,
            "median_w": 349.36,
            "mean_w_whole_window": 301.78,
            "max_w_whole_window": 366.62,
            "limit_w": 350.0,
            "over_idle_w": 249.67,
            "samples": 19,
            "per_gpu": {
              "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
                "index": "0",
                "name": "NVIDIA GeForce RTX 3090 Ti",
                "power_w": {
                  "min": 101.5,
                  "median": 349.24,
                  "max": 366.62,
                  "mean": 301.78,
                  "n": 19
                },
                "power_limit_w": 350.0,
                "memory_used_mib": {
                  "min": 20602.0,
                  "median": 20602.0,
                  "max": 20602.0,
                  "mean": 20602.0,
                  "n": 19
                },
                "utilization_pct": {
                  "min": 0.0,
                  "median": 98.0,
                  "max": 99.0,
                  "mean": 72.6,
                  "n": 19
                },
                "temperature_c": {
                  "min": 51.0,
                  "median": 57.0,
                  "max": 58.0,
                  "mean": 56.3,
                  "n": 19
                },
                "memory_temperature_c": null,
                "fan_pct": {
                  "min": 0.0,
                  "median": 0.0,
                  "max": 55.0,
                  "mean": 16.4,
                  "n": 19
                },
                "pcie_width_current": {
                  "min": 16.0,
                  "median": 16.0,
                  "max": 16.0,
                  "mean": 16.0,
                  "n": 19
                },
                "clocks_sm_mhz": {
                  "min": 1215.0,
                  "median": 1425.0,
                  "max": 1920.0,
                  "mean": 1494.5,
                  "n": 19
                },
                "clocks_mem_mhz": {
                  "min": 10251.0,
                  "median": 10251.0,
                  "max": 10251.0,
                  "mean": 10251.0,
                  "n": 19
                },
                "throttle_sw_power_cap_fraction": 0.8421,
                "throttle_hw_slowdown_fraction": 0.0,
                "throttle_sw_thermal_fraction": 0.0,
                "throttle_hw_thermal_fraction": 0.0,
                "n": 19,
                "busy": {
                  "index": "0",
                  "name": "NVIDIA GeForce RTX 3090 Ti",
                  "power_w": {
                    "min": 348.15,
                    "median": 349.36,
                    "max": 366.62,
                    "mean": 350.85,
                    "n": 14
                  },
                  "power_limit_w": 350.0,
                  "memory_used_mib": {
                    "min": 20602.0,
                    "median": 20602.0,
                    "max": 20602.0,
                    "mean": 20602.0,
                    "n": 14
                  },
                  "utilization_pct": {
                    "min": 98.0,
                    "median": 99.0,
                    "max": 99.0,
                    "mean": 98.6,
                    "n": 14
                  },
                  "temperature_c": {
                    "min": 56.0,
                    "median": 57.0,
                    "max": 58.0,
                    "mean": 57.0,
                    "n": 14
                  },
                  "memory_temperature_c": null,
                  "fan_pct": {
                    "min": 0.0,
                    "median": 0.0,
                    "max": 55.0,
                    "mean": 22.3,
                    "n": 14
                  },
                  "pcie_width_current": {
                    "min": 16.0,
                    "median": 16.0,
                    "max": 16.0,
                    "mean": 16.0,
                    "n": 14
                  },
                  "clocks_sm_mhz": {
                    "min": 1215.0,
                    "median": 1290.0,
                    "max": 1755.0,
                    "mean": 1401.4,
                    "n": 14
                  },
                  "clocks_mem_mhz": {
                    "min": 10251.0,
                    "median": 10251.0,
                    "max": 10251.0,
                    "mean": 10251.0,
                    "n": 14
                  },
                  "throttle_sw_power_cap_fraction": 1.0,
                  "throttle_hw_slowdown_fraction": 0.0,
                  "throttle_sw_thermal_fraction": 0.0,
                  "throttle_hw_thermal_fraction": 0.0,
                  "n": 14
                },
                "busy_samples": 14
              }
            }
          },
          "energy_j_per_1k_tokens": 6575.88,
          "power_mean_w_all_cards": 350.85,
          "energy_j_per_1k_tokens_all_cards": 6575.88,
          "watts_per_tok_s": 6.5759,
          "thermal": {
            "rule_version": 2,
            "measured_over": "samples where the GPU was busy (utilisation > 0)",
            "busy_samples": 14,
            "temp_max_c": 58.0,
            "temp_min_c": 56.0,
            "temp_rise_c": 2.0,
            "memory_temp_max_c": null,
            "memory_temp_median_c": null,
            "memory_temp_readable": false,
            "pcie_width_min": 16.0,
            "pcie_width_max": 16.0,
            "pcie_width_median": 16.0,
            "fan_mean_pct": 22.3,
            "fan_max_pct": 55.0,
            "clock_floor_mhz": 1215.0,
            "clock_max_mhz": 1755.0,
            "clock_median_mhz": 1290.0,
            "mem_clock_floor_mhz": 10251.0,
            "mem_clock_median_mhz": 10251.0,
            "mem_clock_max_mhz": 10251.0,
            "mem_clock_held": true,
            "memory_bus_width_bits": 384,
            "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
            "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
            "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
            "clock_dropped": true,
            "power_limit_w": 350.0,
            "power_mean_w": 350.85,
            "power_pct_of_limit": 100.2,
            "power_pinned_at_limit": true,
            "sw_power_cap_active_fraction": 1.0,
            "hw_slowdown_active_fraction": 0.0,
            "sw_thermal_active_fraction": 0.0,
            "hw_thermal_active_fraction": 0.0,
            "at_throttling_temperature": false,
            "stop_core_temp_c": 83.0,
            "stop_memory_temp_c": 100.0,
            "hit_core_temp_stop": false,
            "hit_memory_temp_stop": false,
            "throttle_temperature_c": 80.0,
            "temp_rising_within_run": false,
            "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 100.2% of the 350 W cap, at 58 C -- well below any throttling temperature"
          },
          "thermal_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "rule_version": 2,
              "measured_over": "samples where the GPU was busy (utilisation > 0)",
              "busy_samples": 14,
              "temp_max_c": 58.0,
              "temp_min_c": 56.0,
              "temp_rise_c": 2.0,
              "memory_temp_max_c": null,
              "memory_temp_median_c": null,
              "memory_temp_readable": false,
              "pcie_width_min": 16.0,
              "pcie_width_max": 16.0,
              "pcie_width_median": 16.0,
              "fan_mean_pct": 22.3,
              "fan_max_pct": 55.0,
              "clock_floor_mhz": 1215.0,
              "clock_max_mhz": 1755.0,
              "clock_median_mhz": 1290.0,
              "mem_clock_floor_mhz": 10251.0,
              "mem_clock_median_mhz": 10251.0,
              "mem_clock_max_mhz": 10251.0,
              "mem_clock_held": true,
              "memory_bus_width_bits": 384,
              "peak_mem_bandwidth_gbs_at_median_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_floor_clock": 984.1,
              "peak_mem_bandwidth_gbs_at_max_clock": 984.1,
              "peak_mem_bandwidth_formula": "GB/s = clocks.mem MHz x 1e6 x 2 bits-per-clock x (bus bits / 8) / 1e9; a CEILING at the clock that was observed, never an achieved rate",
              "clock_dropped": true,
              "power_limit_w": 350.0,
              "power_mean_w": 350.85,
              "power_pct_of_limit": 100.2,
              "power_pinned_at_limit": true,
              "sw_power_cap_active_fraction": 1.0,
              "hw_slowdown_active_fraction": 0.0,
              "sw_thermal_active_fraction": 0.0,
              "hw_thermal_active_fraction": 0.0,
              "at_throttling_temperature": false,
              "stop_core_temp_c": 83.0,
              "stop_memory_temp_c": 100.0,
              "hit_core_temp_stop": false,
              "hit_memory_temp_stop": false,
              "throttle_temperature_c": 80.0,
              "temp_rising_within_run": false,
              "verdict": "the POWER CAP doing its job: the SM clock fell while draw sat at 100.2% of the 350 W cap, at 58 C -- well below any throttling temperature"
            }
          },
          "decode_bandwidth": {
            "model_tag": "mistral-small3.2:24b",
            "model_density": "dense",
            "weight_bytes": 15177384862,
            "peak_bandwidth_gbs_at_observed_clock": 984.1,
            "decode_gbs": 809.8,
            "fraction_of_peak_pct": 82.3,
            "basis": "decode tok/s x the model's own store size in bytes: a dense transformer reads every weight once per decoded token. A FLOOR on the traffic -- the KV cache is read on top of it -- and it uses the store size, which is the weights plus a few kilobytes of template and licence.",
            "refused_reason": null
          },
          "memory_used_mib_per_card": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 20602.0
          },
          "pcie_width_under_load": {
            "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": {
              "min": 16.0,
              "median": 16.0,
              "max": 16.0,
              "mean": 16.0,
              "n": 19
            }
          },
          "ups_during_run": {
            "ups": "pr1500@localhost",
            "samples": 0,
            "load_pct": null,
            "whole_box_realpower_w": null,
            "whole_box_note": "the UPS's reading of everything it feeds, not the cards; nvidia-smi's per-card watts are a different measurement of a smaller thing",
            "stop_threshold_pct": 80.0,
            "breached": false
          },
          "stop_conditions_hit": [],
          "run": 3
        }
      ],
      "derived": {
        "decode_tok_s": {
          "min": 53.288,
          "median": 53.354,
          "max": 53.514,
          "mean": 53.385,
          "n": 3
        },
        "ttft_ms": {
          "min": 268.89,
          "median": 272.09,
          "max": 273.67,
          "mean": 271.55,
          "n": 3
        },
        "power_mean_w": {
          "min": 326.83,
          "median": 338.05,
          "max": 350.85,
          "mean": 338.58,
          "n": 3
        },
        "power_mean_w_all_cards": {
          "min": 326.83,
          "median": 338.05,
          "max": 350.85,
          "mean": 338.58,
          "n": 3
        },
        "energy_j_per_1k_tokens_all_cards": {
          "min": 6107.35,
          "median": 6343.81,
          "max": 6575.88,
          "mean": 6342.35,
          "n": 3
        },
        "energy_j_per_1k_tokens": {
          "min": 6107.35,
          "median": 6343.81,
          "max": 6575.88,
          "mean": 6342.35,
          "n": 3
        },
        "mem_clock_median_mhz": {
          "min": 10251.0,
          "median": 10251.0,
          "max": 10251.0,
          "mean": 10251.0,
          "n": 3
        },
        "mem_clock_floor_mhz": {
          "min": 10251.0,
          "median": 10251.0,
          "max": 10251.0,
          "mean": 10251.0,
          "n": 3
        },
        "peak_mem_bandwidth_gbs_at_median_clock": {
          "min": 984.1,
          "median": 984.1,
          "max": 984.1,
          "mean": 984.1,
          "n": 3
        },
        "decode_gbs": {
          "min": 808.8,
          "median": 809.8,
          "max": 812.2,
          "mean": 810.3,
          "n": 3
        },
        "decode_bandwidth_fraction_of_peak_pct": {
          "min": 82.2,
          "median": 82.3,
          "max": 82.5,
          "mean": 82.3,
          "n": 3
        },
        "sw_power_cap_active_fraction": {
          "min": 0.941,
          "median": 1.0,
          "max": 1.0,
          "mean": 0.98,
          "n": 3
        },
        "temp_max_c": {
          "min": 54.0,
          "median": 56.0,
          "max": 58.0,
          "mean": 56.0,
          "n": 3
        },
        "fan_max_pct": {
          "min": 0.0,
          "median": 38.0,
          "max": 55.0,
          "mean": 31.0,
          "n": 3
        }
      },
      "finished_utc": "2026-09-17T20:25:11Z"
    },
    {
      "num_ctx": 98304,
      "started_utc": "2026-09-17T20:25:11Z",
      "loads": true,
      "size_total": 24696898560,
      "size_vram": 22763557355,
      "context_length_loaded": 98304,
      "fits_fully_in_vram": false,
      "verdict": "does not fit: only part of the model is on the card (92.2% VRAM / 7.8% RAM)",
      "offload_split": "92.2% VRAM / 7.8% RAM",
      "vram_delta_mib": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 2550.0
      },
      "memory_used_mib_per_card": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 23152.0
      },
      "memory_used_mib_per_card_before": {
        "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 20602.0
      },
      "runner_peak_rss_gib": 14.16,
      "runner_rss_within_allowance": false,
      "runner_procs": [
        {
          "pid": 69177,
          "rss_kb": 14842652,
          "threads": 27
        }
      ],
      "free_m_at_level": "total        used        free      shared  buff/cache   available\nMem:           47040        3720        1119         142       42890       43320\nSwap:          24575           3       24572",
      "kv_footprint_bytes": 10093904897,
      "kv_footprint_gib": 9.4,
      "finished_utc": "2026-09-17T20:25:16Z"
    }
  ],
  "errors": [],
  "context_length_max": 131072,
  "quantization": "Q4_K_M",
  "model_store_size_bytes": 15177384862,
  "model_store_size_gib": 14.14,
  "model_density": "dense",
  "ladder_stopped_at": {
    "num_ctx": 98304,
    "why": "the first rung that did not fit whole on the card",
    "verdict": "does not fit: only part of the model is on the card (92.2% VRAM / 7.8% RAM)",
    "memory_used_mib_per_card": {
      "GPU-1809d1e1-1372-f6aa-b687-77ac70675fc4": 23152.0
    }
  },
  "ups_after_arm": {
    "ups": "pr1500@localhost",
    "read_utc": "2026-09-17T20:25:16Z",
    "available": false,
    "error": "upsc rc=1: Error: Connection failure: Connection refused"
  },
  "largest_context_that_fits": 65536,
  "levels_requested": [
    4096,
    8192,
    16384,
    32768,
    49152,
    65536,
    98304,
    131072
  ],
  "levels_not_reached": [
    131072
  ],
  "headline": "the biggest context this arm holds for mistral-small3.2:24b is 65,536 tokens",
  "finished_utc": "2026-09-17T20:25:16Z"
}