# Datacenter Crash Log Reference Status: uploaded to external resource library. Date: 2026-07-02 Owner: TrustFortress/Cubie engineering ## Resource | Field | Value | |---|---| | Library URL | `https://lib.trustfortress.ai` | | Browse URL | `https://lib.trustfortress.ai/browse/cubie-tf%2Fdatacenter-crash-logs%2F2026-07-02%2F` | | R2 bucket | `trustfortress-resource-library` | | Object prefix | `cubie-tf/datacenter-crash-logs/2026-07-02/` | | Library manifest object | `cubie-tf/datacenter-crash-logs/2026-07-02/MANIFEST.md` | | Source location | `C:\Users\NickV\Downloads` | ## Objects | File | Bytes | SHA-256 | Public object URL | |---|---:|---|---| | `tf-logs-2-large-20260412.zip.part001` | `209715200` | `1a399c21046176a99d1ddabfda9337e9bed4411dc704fc52159ef9c5b5771007` | `https://lib.trustfortress.ai/objects/cubie-tf%2Fdatacenter-crash-logs%2F2026-07-02%2Ftf-logs-2-large-20260412.zip.part001` | | `tf-logs-2-large-20260412.zip.part002` | `201112447` | `01d7faa5302fb86c4a5bb2f8363fb5d9483760b6b96715c0b7504a501f43c2bf` | `https://lib.trustfortress.ai/objects/cubie-tf%2Fdatacenter-crash-logs%2F2026-07-02%2Ftf-logs-2-large-20260412.zip.part002` | | `tf-intc-analysis-pack-20260527-trimmed.zip` | `263520` | `ecceb2a2e201b1a8871a4acb558717dcdafffe285a41c1a928ea7e618f221114` | `https://lib.trustfortress.ai/objects/cubie-tf%2Fdatacenter-crash-logs%2F2026-07-02%2Ftf-intc-analysis-pack-20260527-trimmed.zip` | | `tf-osint-telemetry-extraction-playbook.pdf` | `1413945` | `08a203f1d9a27c9d176e4160cd4ef6b0feabc83d739d0f515eded21342540d81` | `https://lib.trustfortress.ai/objects/cubie-tf%2Fdatacenter-crash-logs%2F2026-07-02%2Ftf-osint-telemetry-extraction-playbook.pdf` | | `tf-infrastructure-pathology-gpu-clusters-2025-2026.pdf` | `1473095` | `791812429762c4901e8a141a80f807e380704ed2c4b2ed4e99d44f9c7c30365d` | `https://lib.trustfortress.ai/objects/cubie-tf%2Fdatacenter-crash-logs%2F2026-07-02%2Ftf-infrastructure-pathology-gpu-clusters-2025-2026.pdf` | ## Raw Dataset Reassembly The original `TF Logs 2 LARGE.zip` file is split because Wrangler rejects single object uploads above 300 MiB. Original file: | Field | Value | |---|---| | Local source | `C:\Users\NickV\Downloads\TF Logs 2 LARGE.zip` | | Byte size | `410827647` | | SHA-256 | `3141ab66a0ffe8f855aa503670d8664c194733cf36f438942e1230af09c5b7b6` | Reassemble on Windows PowerShell: ```powershell $parts = @( "tf-logs-2-large-20260412.zip.part001", "tf-logs-2-large-20260412.zip.part002" ) $out = [System.IO.File]::Create("tf-logs-2-large-20260412.zip") try { foreach ($part in $parts) { $in = [System.IO.File]::OpenRead($part) try { $in.CopyTo($out) } finally { $in.Dispose() } } } finally { $out.Dispose() } Get-FileHash -Algorithm SHA256 .\tf-logs-2-large-20260412.zip ``` The final digest must match `3141ab66a0ffe8f855aa503670d8664c194733cf36f438942e1230af09c5b7b6`. ## Dataset Contents The raw bundle is the canonical `TF Logs 2 LARGE` evidence archive. Its local README describes roughly 45.7M rows across: - Alibaba `cluster-trace-v2026-GenAI` GPU duty-cycle and VRAM telemetry. - Azure LLM 2023 request traces. - Azure LLM 2024 one-week code and conversational inference traces. - Azure LMM 2025 multimodal inference trace. - UT-SysML MaverIQ profiling CSVs. - vLLM OOM/regression issue artifacts, Grafana dashboards, and DCGM metrics. These datasets support GPU squatter, KV-cache, OOM, NVLink waiter, multimodal context bloat, and datacenter crash/failure evaluation workflows. ## Hygiene And Deferred Artifacts Uploaded: - Canonical raw data bundle, split into two parts. - Trimmed INTC analysis pack from `3 TF Logs INTC analysis-20260527T081253Z-3-001.zip`, excluding nested giant zips that duplicate the raw bundle. - Two small reference PDFs. Deferred: - `Master TF Logs 2 LARGE (2).zip`: larger duplicate containing the raw bundle, verification copies, and nested zip content. - `3 TF Logs INTC analysis-20260527T081253Z-3-001.zip`: not uploaded whole because it contains the duplicate 1.2 GiB master zip and 410 MiB raw zip. - `cubie-tf-datacenter-tor-v1.0.0.tar.gz` and `cubie-tf-cubie-datacenter-trust-compiler-v0.1.0-enterprise.20260617.zip`: release/source snapshots that need a dedicated sanitation pass before public library upload. Filename and text scans on the extracted `TF Logs 2 LARGE` and `TF Verification Logs` folders did not find secret-like names or obvious secret-like string hits in non-binary/non-large-CSV files.