tamnd commited on
Commit
35bee76
·
verified ·
1 Parent(s): 6c57484

Publish 30 shards CC-MAIN-2026-12/23852–26800

Browse files
Files changed (32) hide show
  1. README.md +14 -14
  2. data/CC-MAIN-2026-12/02/38/023852.parquet +2 -2
  3. data/CC-MAIN-2026-12/02/38/023853.parquet +2 -2
  4. data/CC-MAIN-2026-12/02/38/023854.parquet +2 -2
  5. data/CC-MAIN-2026-12/02/38/023856.parquet +2 -2
  6. data/CC-MAIN-2026-12/02/67/026775.parquet +3 -0
  7. data/CC-MAIN-2026-12/02/67/026776.parquet +3 -0
  8. data/CC-MAIN-2026-12/02/67/026777.parquet +3 -0
  9. data/CC-MAIN-2026-12/02/67/026778.parquet +3 -0
  10. data/CC-MAIN-2026-12/02/67/026779.parquet +3 -0
  11. data/CC-MAIN-2026-12/02/67/026780.parquet +3 -0
  12. data/CC-MAIN-2026-12/02/67/026781.parquet +3 -0
  13. data/CC-MAIN-2026-12/02/67/026782.parquet +3 -0
  14. data/CC-MAIN-2026-12/02/67/026783.parquet +3 -0
  15. data/CC-MAIN-2026-12/02/67/026784.parquet +3 -0
  16. data/CC-MAIN-2026-12/02/67/026785.parquet +3 -0
  17. data/CC-MAIN-2026-12/02/67/026786.parquet +3 -0
  18. data/CC-MAIN-2026-12/02/67/026787.parquet +3 -0
  19. data/CC-MAIN-2026-12/02/67/026788.parquet +3 -0
  20. data/CC-MAIN-2026-12/02/67/026789.parquet +3 -0
  21. data/CC-MAIN-2026-12/02/67/026790.parquet +3 -0
  22. data/CC-MAIN-2026-12/02/67/026791.parquet +3 -0
  23. data/CC-MAIN-2026-12/02/67/026792.parquet +3 -0
  24. data/CC-MAIN-2026-12/02/67/026793.parquet +3 -0
  25. data/CC-MAIN-2026-12/02/67/026794.parquet +3 -0
  26. data/CC-MAIN-2026-12/02/67/026795.parquet +3 -0
  27. data/CC-MAIN-2026-12/02/67/026796.parquet +3 -0
  28. data/CC-MAIN-2026-12/02/67/026797.parquet +3 -0
  29. data/CC-MAIN-2026-12/02/67/026798.parquet +3 -0
  30. data/CC-MAIN-2026-12/02/67/026799.parquet +3 -0
  31. data/CC-MAIN-2026-12/02/68/026800.parquet +3 -0
  32. stats.csv +60 -34
README.md CHANGED
@@ -32,19 +32,19 @@ configs:
32
 
33
  **Open Markdown** is a large-scale web text dataset built from [Common Crawl](https://commoncrawl.org). Common Crawl is a non-profit that crawls the web and freely provides its archives and datasets to the public — see [their latest crawl announcement](https://commoncrawl.org/blog/march-2026-crawl-archive-now-available) for details on the source data. Every page goes through a pipeline that extracts the main content from raw HTML, converts it to clean Markdown, and packages the result into Parquet files with useful WARC metadata for traceability.
34
 
35
- The dataset currently includes crawl **CC-MAIN-2026-12** with **459,640,038 documents across 26665 shards**. Processed 59.5 TB of raw HTML into 3.9 TB of clean Markdown — a **96.9% reduction**. We plan to add more snapshots over time.
36
 
37
  ### Live Progress
38
 
39
- Processing at **12.6 shards/hour** — 26,665 of 100,000 done (**26.66%**)
40
 
41
- Estimated completion: **November 28, 2026** (243 days)
42
 
43
- **Current server:** 6 CPU cores, 12 GB RAM (2.3 GB available), 109 GB disk free
44
 
45
  **Memory per session:** avg 578 MB, peak 799 MB (measured via VmRSS)
46
 
47
- **With 10 identical servers:** 126 shards/hour → April 24, 2026 (24 days)
48
 
49
  **Open Markdown** is released under the **Open Data Commons Attribution License (ODC-By) v1.0**, the same license used by Common Crawl.
50
 
@@ -182,27 +182,27 @@ No intermediate files are created — the pipeline streams from compressed WARC
182
 
183
  ### Compression Ratios
184
 
185
- Numbers below are actual measurements summed across all 26665 files of CC-MAIN-2026-12 (459,640,038 pages total), projected to the full crawl of 100,000 WARC files.
186
 
187
- | Stage | 26665 files (measured) | 100,000 files (projected) | Reduction |
188
  |---|---|---|---|
189
  | Raw WARC (.warc.gz, downloaded) | ~21.1 TB | ~79.2 TB | — |
190
- | HTML extracted (uncompressed) | 59.5 TB | ~223.3 TB | — |
191
  | Markdown (clean text) | 3.9 TB | ~6.8 TB | **-96.9%** vs HTML |
192
  | Final Parquet (Zstd) | 1.2 TB | ~4.5 TB | **-69.0%** vs markdown |
193
 
194
- The big win is HTML → Markdown conversion: the tokenizer strips all tags, scripts, styles, navigation, and ads, keeping only the main content. This cuts 59.5 TB of uncompressed HTML down to 3.9 TB of markdown — a **96.9% reduction**. Parquet with Zstd then compresses the markdown a further 69.0%.
195
 
196
- End to end: ~21.1 TB of raw gzipped WARCs becomes **1.2 TB of Parquet** — a **94.3% total reduction** — containing 459,640,038 clean markdown documents.
197
 
198
  ### Processing Times
199
 
200
- Pipeline timings across 26665 shards of CC-MAIN-2026-12:
201
 
202
  ```
203
- Download (raw WARC) █████████░░░░░░░░░░░░░░░ 252h 36m 54s
204
- Convert (HTML → Markdown → Parquet) ████████████████████████ 610h 16m 34s
205
- Publish (HuggingFace) ████░░░░░░░░░░░░░░░░░░░░ 109h 39m 42s
206
  ```
207
 
208
  ### Dataset Charts
 
32
 
33
  **Open Markdown** is a large-scale web text dataset built from [Common Crawl](https://commoncrawl.org). Common Crawl is a non-profit that crawls the web and freely provides its archives and datasets to the public — see [their latest crawl announcement](https://commoncrawl.org/blog/march-2026-crawl-archive-now-available) for details on the source data. Every page goes through a pipeline that extracts the main content from raw HTML, converts it to clean Markdown, and packages the result into Parquet files with useful WARC metadata for traceability.
34
 
35
+ The dataset currently includes crawl **CC-MAIN-2026-12** with **460,093,614 documents across 26691 shards**. Processed 59.6 TB of raw HTML into 3.9 TB of clean Markdown — a **96.9% reduction**. We plan to add more snapshots over time.
36
 
37
  ### Live Progress
38
 
39
+ Processing at **55.3 shards/hour** — 26,691 of 100,000 done (**26.69%**)
40
 
41
+ Estimated completion: **May 25, 2026** (55 days)
42
 
43
+ **Current server:** 6 CPU cores, 12 GB RAM (3.5 GB available), 106 GB disk free
44
 
45
  **Memory per session:** avg 578 MB, peak 799 MB (measured via VmRSS)
46
 
47
+ **With 10 identical servers:** 553 shards/hour → April 5, 2026 (6 days)
48
 
49
  **Open Markdown** is released under the **Open Data Commons Attribution License (ODC-By) v1.0**, the same license used by Common Crawl.
50
 
 
182
 
183
  ### Compression Ratios
184
 
185
+ Numbers below are actual measurements summed across all 26691 files of CC-MAIN-2026-12 (460,093,614 pages total), projected to the full crawl of 100,000 WARC files.
186
 
187
+ | Stage | 26691 files (measured) | 100,000 files (projected) | Reduction |
188
  |---|---|---|---|
189
  | Raw WARC (.warc.gz, downloaded) | ~21.1 TB | ~79.2 TB | — |
190
+ | HTML extracted (uncompressed) | 59.6 TB | ~223.3 TB | — |
191
  | Markdown (clean text) | 3.9 TB | ~6.8 TB | **-96.9%** vs HTML |
192
  | Final Parquet (Zstd) | 1.2 TB | ~4.5 TB | **-69.0%** vs markdown |
193
 
194
+ The big win is HTML → Markdown conversion: the tokenizer strips all tags, scripts, styles, navigation, and ads, keeping only the main content. This cuts 59.6 TB of uncompressed HTML down to 3.9 TB of markdown — a **96.9% reduction**. Parquet with Zstd then compresses the markdown a further 69.0%.
195
 
196
+ End to end: ~21.1 TB of raw gzipped WARCs becomes **1.2 TB of Parquet** — a **94.3% total reduction** — containing 460,093,614 clean markdown documents.
197
 
198
  ### Processing Times
199
 
200
+ Pipeline timings across 26691 shards of CC-MAIN-2026-12:
201
 
202
  ```
203
+ Download (raw WARC) █████████░░░░░░░░░░░░░░░ 252h 44m 38s
204
+ Convert (HTML → Markdown → Parquet) ████████████████████████ 610h 30m 46s
205
+ Publish (HuggingFace) ████░░░░░░░░░░░░░░░░░░░░ 110h 40m 40s
206
  ```
207
 
208
  ### Dataset Charts
data/CC-MAIN-2026-12/02/38/023852.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0cccf19384e4169ef2a093e59efd52448fc90f15d75eefdb07c50656da369209
3
- size 50176220
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c00dbb04fc8d6de1de146d95ccf3c6c46fff0149f3224b62cd2cc93dcb30e6d9
3
+ size 50278003
data/CC-MAIN-2026-12/02/38/023853.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c54b46efc75412277088e9f21e7f84f383787ef3f6f1d4fb39d9e67ffc5d097e
3
- size 49899280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc3676c2ca4b2e099d856ef50a4b41b11e522204314f834e7f3ea08e611ee89d
3
+ size 50190427
data/CC-MAIN-2026-12/02/38/023854.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:496ef89fdc059b9d1eff167f28aa242a229e683514e986f4064cf10638843d82
3
- size 50094066
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5744a83fa4e788fa297f406f5e719cb449b23ecac48c917cc455833dd0ac8ab
3
+ size 49925919
data/CC-MAIN-2026-12/02/38/023856.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:50a39943c88b26109640bfd696f1f6fce3f687919411069a19b99ae8825a9cb4
3
- size 49932442
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9700e8a20dfed7a77ed1b160622074a8c04f474f3427db63a0f4d9b3f3da1e5
3
+ size 49889252
data/CC-MAIN-2026-12/02/67/026775.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fab194defcdebb9b8029db35cb0454144626181ff66980a5faa9788130bace7
3
+ size 50632742
data/CC-MAIN-2026-12/02/67/026776.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2e4c5edb6faf6eca67ad63de00b4784879baf5f64f047a35deaee0b4a60dcee
3
+ size 49724247
data/CC-MAIN-2026-12/02/67/026777.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4806d6dec7d2fdc1bb18f42fcfb8ab317d3a0e8ff3be9758d5b0404ffea85903
3
+ size 50398591
data/CC-MAIN-2026-12/02/67/026778.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9660c423ac00d7990d7a1e3f720f284a742106757ca4ff0aa22a0d15bb5f94a8
3
+ size 49341863
data/CC-MAIN-2026-12/02/67/026779.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:916750d2f907e93514b64e3ca418079f09ef58b40598ca9c37fa1dcd1349002a
3
+ size 49886805
data/CC-MAIN-2026-12/02/67/026780.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27e9e7f6ea3d0c2a481e6e2d31b5c53dd04ed06a985828a80521177ceb64682d
3
+ size 48066836
data/CC-MAIN-2026-12/02/67/026781.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf19370012f5ba801930800341759c6c1ea7dc6e3e06c83e0ad1fa9fa6c756b3
3
+ size 49392005
data/CC-MAIN-2026-12/02/67/026782.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2b380158968b833cfce18bc4ffe33e086ebe6df74402ab78a458e1754de7fb7
3
+ size 50988118
data/CC-MAIN-2026-12/02/67/026783.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3ce65c17e5e44fdab1e6db145c147d64f0bd1310074c68631327643d5f15815
3
+ size 50095743
data/CC-MAIN-2026-12/02/67/026784.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3470f50879a083a2261d060264bc43b1e9982de90f488ed74ec0f5921380ce8
3
+ size 50480630
data/CC-MAIN-2026-12/02/67/026785.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1880186cd9b1326a71b26385f9a767beff04d6cb9961aff15993f38b11fcb3b
3
+ size 48998444
data/CC-MAIN-2026-12/02/67/026786.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fbcac35f9279f44f09ecef86a9939586692d7e81f2949d3dd1e6f5826b66be5
3
+ size 50343903
data/CC-MAIN-2026-12/02/67/026787.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c2355dc7de5da2b1d0dc51cfd9bd8ef3446c678d391a16beaad5978284641f3
3
+ size 49538212
data/CC-MAIN-2026-12/02/67/026788.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a6e4fcf5942924c4c2b422c68abe19d3557ded74f696c0f33d96881f9863730
3
+ size 49390376
data/CC-MAIN-2026-12/02/67/026789.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58695d230713d83de937281c7eb6ee8ddedf4c1f248090082af09c173fef07f3
3
+ size 50052182
data/CC-MAIN-2026-12/02/67/026790.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34c124fb88957e8e539fc5ddf5ce2ce1f7e54fddf93e32cf06157525997f6140
3
+ size 50342417
data/CC-MAIN-2026-12/02/67/026791.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:343dc6ff0632924b4d8dc36e55cc0ba838418f6a06079c146b31caffe9f02fcb
3
+ size 49422126
data/CC-MAIN-2026-12/02/67/026792.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bc1fda8adb8db73822c318d91ffbcdfdba6415cdf45c74cdc1ca006d9b0f4b8
3
+ size 50346353
data/CC-MAIN-2026-12/02/67/026793.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3be6f0307d884337765cc5848af53139a232cd84e5a3b82323ff2273342fe986
3
+ size 50329531
data/CC-MAIN-2026-12/02/67/026794.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5366d3b5d07ad588763cd6765ad278e9509d26241726ddb3a2245cdde8ed9a84
3
+ size 49690054
data/CC-MAIN-2026-12/02/67/026795.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20441d4e80209b3bd15b6ee8705fa23248ab16e5195b847bcfc0b6228e798eef
3
+ size 51187299
data/CC-MAIN-2026-12/02/67/026796.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac48cfc7c765247449e215dd78c15afd42b62c486481fee5611c262eb88df38e
3
+ size 49341495
data/CC-MAIN-2026-12/02/67/026797.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5137e787d5ccfed32dd58a5f4fdaef755205ffae1265dcb31447dd6bd73f7d7b
3
+ size 48809088
data/CC-MAIN-2026-12/02/67/026798.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d07cf2443ee391fb16513882a015956cada3172116378b6e2284fc888143ebb4
3
+ size 48527524
data/CC-MAIN-2026-12/02/67/026799.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e10d1cf094cf00790c98ffb512e2ba5cf0e3deaaacd05d3c664b5e758b152add
3
+ size 51215530
data/CC-MAIN-2026-12/02/68/026800.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4da7a18f24b1ddc970e065626efc307fcc5aa15f18facb53959b23297fc9846
3
+ size 52026306
stats.csv CHANGED
@@ -23741,11 +23741,11 @@ CC-MAIN-2026-12,23848,16949,2437673208,163548221,49918139,2026-03-29T14:24:17Z,2
23741
  CC-MAIN-2026-12,23849,17039,2398889558,159198226,49547002,2026-03-29T14:24:17Z,24,29,0,23,559
23742
  CC-MAIN-2026-12,23850,16985,2374857683,160304711,50915097,2026-03-29T14:24:17Z,53,35,0,23,525
23743
  CC-MAIN-2026-12,23851,16958,2415573219,157212861,49441777,2026-03-29T14:24:17Z,0,39,0,23,591
23744
- CC-MAIN-2026-12,23852,16997,2404879927,163953617,50176220,2026-03-29T14:24:17Z,0,38,0,23,598
23745
- CC-MAIN-2026-12,23853,17146,2419152797,166477957,49899280,2026-03-29T14:24:17Z,0,43,0,23,611
23746
- CC-MAIN-2026-12,23854,17088,2439700273,163450389,50094066,2026-03-29T14:24:17Z,0,52,0,23,602
23747
  CC-MAIN-2026-12,23855,17075,2453905262,162157566,49435007,2026-03-29T14:24:17Z,43,42,0,23,599
23748
- CC-MAIN-2026-12,23856,17107,2406375721,162027354,49932442,2026-03-29T14:24:17Z,0,43,0,23,608
23749
  CC-MAIN-2026-12,23857,16918,2398593244,153841443,48633445,2026-03-29T14:24:17Z,0,34,0,23,607
23750
  CC-MAIN-2026-12,23858,17101,2429629370,161226158,49745354,2026-03-29T14:24:17Z,0,42,0,23,544
23751
  CC-MAIN-2026-12,23859,16865,2399448684,161030346,50173510,2026-03-29T14:24:17Z,0,41,0,23,616
@@ -26634,33 +26634,59 @@ CC-MAIN-2026-12,26741,17810,2547072541,163578308,50957827,2026-03-30T12:54:06Z,0
26634
  CC-MAIN-2026-12,26742,17486,2494535450,166945809,49929830,2026-03-30T12:54:06Z,46,25,0,122,536
26635
  CC-MAIN-2026-12,26743,17688,2502785986,165358603,51010459,2026-03-30T12:54:06Z,0,34,0,122,588
26636
  CC-MAIN-2026-12,26744,17805,2517909384,162370022,50592830,2026-03-30T12:54:06Z,0,35,0,122,555
26637
- CC-MAIN-2026-12,26745,17509,2503314674,165446162,50077714,2026-03-30T17:40:34Z,0,41,0,0,527
26638
- CC-MAIN-2026-12,26746,17443,2486472444,158873058,49536206,2026-03-30T17:40:34Z,0,37,0,0,598
26639
- CC-MAIN-2026-12,26747,17408,2461291303,163160409,49945129,2026-03-30T17:40:34Z,0,40,0,0,584
26640
- CC-MAIN-2026-12,26748,17413,2506957356,158515128,50477389,2026-03-30T17:40:34Z,0,41,0,0,566
26641
- CC-MAIN-2026-12,26749,17382,2471950690,158132552,48491135,2026-03-30T17:40:34Z,0,35,0,0,602
26642
- CC-MAIN-2026-12,26750,17361,2468077539,168015113,51265986,2026-03-30T17:40:34Z,42,32,0,0,550
26643
- CC-MAIN-2026-12,26751,17784,2487422198,165187865,51372638,2026-03-30T17:40:34Z,0,38,0,0,605
26644
- CC-MAIN-2026-12,26752,17310,2451581377,153095860,47505363,2026-03-30T17:40:34Z,0,38,0,0,543
26645
- CC-MAIN-2026-12,26753,17267,2435345861,158314188,48135892,2026-03-30T17:40:34Z,0,37,0,0,573
26646
- CC-MAIN-2026-12,26754,17569,2470355784,160839686,49494228,2026-03-30T17:40:34Z,0,39,0,0,580
26647
- CC-MAIN-2026-12,26755,17630,2497290547,157034074,48931233,2026-03-30T17:40:34Z,0,33,0,0,592
26648
- CC-MAIN-2026-12,26756,17586,2522438083,159838663,49854076,2026-03-30T17:40:34Z,0,37,0,0,545
26649
- CC-MAIN-2026-12,26757,17473,2491118906,162675374,49160703,2026-03-30T17:40:34Z,0,35,0,0,522
26650
- CC-MAIN-2026-12,26758,17317,2454948466,158021083,49692336,2026-03-30T17:40:34Z,0,37,0,0,590
26651
- CC-MAIN-2026-12,26759,17431,2481225751,162616052,49618102,2026-03-30T17:40:34Z,0,40,0,0,584
26652
- CC-MAIN-2026-12,26760,17396,2494187979,165451157,52816845,2026-03-30T17:40:34Z,0,36,0,0,573
26653
- CC-MAIN-2026-12,26761,17240,2416359089,156403808,49937174,2026-03-30T17:40:34Z,0,55,0,0,572
26654
- CC-MAIN-2026-12,26762,17511,2491775768,161819196,49398182,2026-03-30T17:40:34Z,44,46,0,0,579
26655
- CC-MAIN-2026-12,26763,17395,2438085601,158935196,49890312,2026-03-30T17:40:34Z,60,42,0,0,580
26656
- CC-MAIN-2026-12,26764,17485,2470609973,160647144,49527419,2026-03-30T17:40:34Z,0,32,0,0,592
26657
- CC-MAIN-2026-12,26765,17212,2466546385,158282948,49050407,2026-03-30T17:40:34Z,0,37,0,0,564
26658
- CC-MAIN-2026-12,26766,17569,2493216278,161513649,50616278,2026-03-30T17:40:34Z,0,34,0,0,604
26659
- CC-MAIN-2026-12,26767,17587,2481370077,165618286,50070066,2026-03-30T17:40:34Z,25,27,0,0,527
26660
- CC-MAIN-2026-12,26768,17529,2473356175,164734255,52215068,2026-03-30T17:40:34Z,22,25,0,0,571
26661
- CC-MAIN-2026-12,26769,17537,2497656483,168221744,52901229,2026-03-30T17:40:34Z,50,37,0,0,555
26662
- CC-MAIN-2026-12,26770,17513,2465250824,164976093,50766534,2026-03-30T17:40:34Z,0,36,0,0,530
26663
- CC-MAIN-2026-12,26771,17593,2504154988,161661604,49905258,2026-03-30T17:40:34Z,0,40,0,0,611
26664
- CC-MAIN-2026-12,26772,17503,2481584683,161865255,48796106,2026-03-30T17:40:34Z,0,35,0,0,546
26665
- CC-MAIN-2026-12,26773,17569,2500140333,169129925,51658444,2026-03-30T17:40:34Z,0,39,0,0,580
26666
- CC-MAIN-2026-12,26774,17369,2508324398,161416230,50179165,2026-03-30T17:40:34Z,0,37,0,0,570
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23741
  CC-MAIN-2026-12,23849,17039,2398889558,159198226,49547002,2026-03-29T14:24:17Z,24,29,0,23,559
23742
  CC-MAIN-2026-12,23850,16985,2374857683,160304711,50915097,2026-03-29T14:24:17Z,53,35,0,23,525
23743
  CC-MAIN-2026-12,23851,16958,2415573219,157212861,49441777,2026-03-29T14:24:17Z,0,39,0,23,591
23744
+ CC-MAIN-2026-12,23852,16997,2404879927,163953617,50278003,2026-03-30T18:45:39Z,54,39,0,0,573
23745
+ CC-MAIN-2026-12,23853,17146,2419152797,166477957,50190427,2026-03-30T18:45:39Z,45,41,0,0,530
23746
+ CC-MAIN-2026-12,23854,17088,2439700273,163450389,49925919,2026-03-30T18:45:39Z,29,35,0,0,599
23747
  CC-MAIN-2026-12,23855,17075,2453905262,162157566,49435007,2026-03-29T14:24:17Z,43,42,0,23,599
23748
+ CC-MAIN-2026-12,23856,17107,2406375721,162027354,49889252,2026-03-30T18:45:39Z,42,33,0,0,582
23749
  CC-MAIN-2026-12,23857,16918,2398593244,153841443,48633445,2026-03-29T14:24:17Z,0,34,0,23,607
23750
  CC-MAIN-2026-12,23858,17101,2429629370,161226158,49745354,2026-03-29T14:24:17Z,0,42,0,23,544
23751
  CC-MAIN-2026-12,23859,16865,2399448684,161030346,50173510,2026-03-29T14:24:17Z,0,41,0,23,616
 
26634
  CC-MAIN-2026-12,26742,17486,2494535450,166945809,49929830,2026-03-30T12:54:06Z,46,25,0,122,536
26635
  CC-MAIN-2026-12,26743,17688,2502785986,165358603,51010459,2026-03-30T12:54:06Z,0,34,0,122,588
26636
  CC-MAIN-2026-12,26744,17805,2517909384,162370022,50592830,2026-03-30T12:54:06Z,0,35,0,122,555
26637
+ CC-MAIN-2026-12,26745,17509,2503314674,165446162,50077714,2026-03-30T17:40:34Z,0,41,0,125,527
26638
+ CC-MAIN-2026-12,26746,17443,2486472444,158873058,49536206,2026-03-30T17:40:34Z,0,37,0,125,598
26639
+ CC-MAIN-2026-12,26747,17408,2461291303,163160409,49945129,2026-03-30T17:40:34Z,0,40,0,125,584
26640
+ CC-MAIN-2026-12,26748,17413,2506957356,158515128,50477389,2026-03-30T17:40:34Z,0,41,0,125,566
26641
+ CC-MAIN-2026-12,26749,17382,2471950690,158132552,48491135,2026-03-30T17:40:34Z,0,35,0,125,602
26642
+ CC-MAIN-2026-12,26750,17361,2468077539,168015113,51265986,2026-03-30T17:40:34Z,42,32,0,125,550
26643
+ CC-MAIN-2026-12,26751,17784,2487422198,165187865,51372638,2026-03-30T17:40:34Z,0,38,0,125,605
26644
+ CC-MAIN-2026-12,26752,17310,2451581377,153095860,47505363,2026-03-30T17:40:34Z,0,38,0,125,543
26645
+ CC-MAIN-2026-12,26753,17267,2435345861,158314188,48135892,2026-03-30T17:40:34Z,0,37,0,125,573
26646
+ CC-MAIN-2026-12,26754,17569,2470355784,160839686,49494228,2026-03-30T17:40:34Z,0,39,0,125,580
26647
+ CC-MAIN-2026-12,26755,17630,2497290547,157034074,48931233,2026-03-30T17:40:34Z,0,33,0,125,592
26648
+ CC-MAIN-2026-12,26756,17586,2522438083,159838663,49854076,2026-03-30T17:40:34Z,0,37,0,125,545
26649
+ CC-MAIN-2026-12,26757,17473,2491118906,162675374,49160703,2026-03-30T17:40:34Z,0,35,0,125,522
26650
+ CC-MAIN-2026-12,26758,17317,2454948466,158021083,49692336,2026-03-30T17:40:34Z,0,37,0,125,590
26651
+ CC-MAIN-2026-12,26759,17431,2481225751,162616052,49618102,2026-03-30T17:40:34Z,0,40,0,125,584
26652
+ CC-MAIN-2026-12,26760,17396,2494187979,165451157,52816845,2026-03-30T17:40:34Z,0,36,0,125,573
26653
+ CC-MAIN-2026-12,26761,17240,2416359089,156403808,49937174,2026-03-30T17:40:34Z,0,55,0,125,572
26654
+ CC-MAIN-2026-12,26762,17511,2491775768,161819196,49398182,2026-03-30T17:40:34Z,44,46,0,125,579
26655
+ CC-MAIN-2026-12,26763,17395,2438085601,158935196,49890312,2026-03-30T17:40:34Z,60,42,0,125,580
26656
+ CC-MAIN-2026-12,26764,17485,2470609973,160647144,49527419,2026-03-30T17:40:34Z,0,32,0,125,592
26657
+ CC-MAIN-2026-12,26765,17212,2466546385,158282948,49050407,2026-03-30T17:40:34Z,0,37,0,125,564
26658
+ CC-MAIN-2026-12,26766,17569,2493216278,161513649,50616278,2026-03-30T17:40:34Z,0,34,0,125,604
26659
+ CC-MAIN-2026-12,26767,17587,2481370077,165618286,50070066,2026-03-30T17:40:34Z,25,27,0,125,527
26660
+ CC-MAIN-2026-12,26768,17529,2473356175,164734255,52215068,2026-03-30T17:40:34Z,22,25,0,125,571
26661
+ CC-MAIN-2026-12,26769,17537,2497656483,168221744,52901229,2026-03-30T17:40:34Z,50,37,0,125,555
26662
+ CC-MAIN-2026-12,26770,17513,2465250824,164976093,50766534,2026-03-30T17:40:34Z,0,36,0,125,530
26663
+ CC-MAIN-2026-12,26771,17593,2504154988,161661604,49905258,2026-03-30T17:40:34Z,0,40,0,125,611
26664
+ CC-MAIN-2026-12,26772,17503,2481584683,161865255,48796106,2026-03-30T17:40:34Z,0,35,0,125,546
26665
+ CC-MAIN-2026-12,26773,17569,2500140333,169129925,51658444,2026-03-30T17:40:34Z,0,39,0,125,580
26666
+ CC-MAIN-2026-12,26774,17369,2508324398,161416230,50179165,2026-03-30T17:40:34Z,0,37,0,125,570
26667
+ CC-MAIN-2026-12,26775,17313,2481514236,162977255,50632742,2026-03-30T18:45:39Z,0,40,0,0,571
26668
+ CC-MAIN-2026-12,26776,17430,2507991062,158378281,49724247,2026-03-30T18:45:39Z,0,42,0,0,611
26669
+ CC-MAIN-2026-12,26777,17499,2515368448,163398036,50398591,2026-03-30T18:45:39Z,0,34,0,0,535
26670
+ CC-MAIN-2026-12,26778,17309,2446323726,161164079,49341863,2026-03-30T18:45:39Z,29,29,0,0,596
26671
+ CC-MAIN-2026-12,26779,17249,2478368176,161124390,49886805,2026-03-30T18:45:39Z,23,25,0,0,548
26672
+ CC-MAIN-2026-12,26780,17557,2493502587,156867815,48066836,2026-03-30T18:45:39Z,23,28,0,0,593
26673
+ CC-MAIN-2026-12,26781,17587,2507853470,160773242,49392005,2026-03-30T18:45:39Z,24,27,0,0,554
26674
+ CC-MAIN-2026-12,26782,17657,2510896866,162136759,50988118,2026-03-30T18:45:39Z,23,24,0,0,543
26675
+ CC-MAIN-2026-12,26783,17443,2453126590,159398391,50095743,2026-03-30T18:45:39Z,0,28,0,0,593
26676
+ CC-MAIN-2026-12,26784,17743,2496192607,167595416,50480630,2026-03-30T18:45:39Z,0,37,0,0,566
26677
+ CC-MAIN-2026-12,26785,17311,2436727795,158974680,48998444,2026-03-30T18:45:39Z,0,32,0,0,596
26678
+ CC-MAIN-2026-12,26786,17213,2446706762,161213242,50343903,2026-03-30T18:45:39Z,0,26,0,0,594
26679
+ CC-MAIN-2026-12,26787,17566,2468510022,157098966,49538212,2026-03-30T18:45:39Z,23,26,0,0,550
26680
+ CC-MAIN-2026-12,26788,17498,2503131140,165403525,49390376,2026-03-30T18:45:39Z,0,41,0,0,565
26681
+ CC-MAIN-2026-12,26789,17565,2463467465,161109840,50052182,2026-03-30T18:45:39Z,41,38,0,0,566
26682
+ CC-MAIN-2026-12,26790,17413,2467005736,163652559,50342417,2026-03-30T18:45:39Z,0,32,0,0,560
26683
+ CC-MAIN-2026-12,26791,17423,2464816680,158477226,49422126,2026-03-30T18:45:39Z,0,44,0,0,561
26684
+ CC-MAIN-2026-12,26792,17435,2495232982,163437210,50346353,2026-03-30T18:45:39Z,25,26,0,0,523
26685
+ CC-MAIN-2026-12,26793,17658,2516208880,165839962,50329531,2026-03-30T18:45:39Z,0,38,0,0,573
26686
+ CC-MAIN-2026-12,26794,17546,2480762579,164999856,49690054,2026-03-30T18:45:39Z,0,43,0,0,589
26687
+ CC-MAIN-2026-12,26795,17278,2440273578,166883437,51187299,2026-03-30T18:45:39Z,0,37,0,0,595
26688
+ CC-MAIN-2026-12,26796,17387,2497334322,159254545,49341495,2026-03-30T18:45:39Z,0,31,0,0,575
26689
+ CC-MAIN-2026-12,26797,17251,2438114339,159226169,48809088,2026-03-30T18:45:39Z,37,36,0,0,545
26690
+ CC-MAIN-2026-12,26798,17338,2467018460,158373393,48527524,2026-03-30T18:45:39Z,0,38,0,0,581
26691
+ CC-MAIN-2026-12,26799,17493,2488853560,165118694,51215530,2026-03-30T18:45:39Z,0,37,0,0,563
26692
+ CC-MAIN-2026-12,26800,17414,2457647683,167557923,52026306,2026-03-30T18:45:39Z,46,41,0,0,534