File size: 130,612 Bytes
3728be9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 | [{"stream_name":"stdout","time":17.183427535,"data":" ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.5/47.5 MB 35.8 MB/s eta 0:00:00\n"}
,{"stream_name":"stdout","time":56.192889348,"data":"Dependencies ready\n"}
,{"stream_name":"stdout","time":56.705124962,"data":"Loaded 1,119 builds from /kaggle/working/data/chunk.csv\n"}
,{"stream_name":"stdout","time":56.710873133,"data":"Already done: 1,119 (resuming)\n"}
,{"stream_name":"stdout","time":57.320509337,"data":"\n"}
,{"stream_name":"stdout","time":57.320556042,"data":"=======================================================\n"}
,{"stream_name":"stdout","time":57.320562578,"data":" PMC Chunk Scraper\n"}
,{"stream_name":"stdout","time":57.320567123000004,"data":" Chunk: /kaggle/working/data/chunk.csv\n"}
,{"stream_name":"stdout","time":57.320571757,"data":" Total builds: 1,119\n"}
,{"stream_name":"stdout","time":57.320651956,"data":" Already done: 1,119\n"}
,{"stream_name":"stdout","time":57.321053154,"data":" Remaining: 0\n"}
,{"stream_name":"stdout","time":57.321073742,"data":" Output: /kaggle/working/pmc_out\n"}
,{"stream_name":"stdout","time":57.321079073,"data":" Progress CSV: /kaggle/working/pmc_out/progress.csv\n"}
,{"stream_name":"stdout","time":57.321086632,"data":"=======================================================\n"}
,{"stream_name":"stdout","time":57.321091639,"data":"\n"}
,{"stream_name":"stdout","time":60.061350229,"data":"Clearing CF...\n"}
,{"stream_name":"stdout","time":61.30758936,"data":"CF cleared\n"}
,{"stream_name":"stdout","time":90.942789767,"data":"5 worker tabs ready\n"}
,{"stream_name":"stdout","time":90.942854586,"data":"\n"}
,{"stream_name":"stderr","time":90.945483916,"data":"10:32:58 | [W0] Started\n"}
,{"stream_name":"stderr","time":92.94636127,"data":"10:33:00 | [W1] Started\n"}
,{"stream_name":"stderr","time":94.953637983,"data":"10:33:02 | [W2] Started\n"}
,{"stream_name":"stderr","time":96.956150651,"data":"10:33:04 | [W3] Started\n"}
,{"stream_name":"stderr","time":99.10452206,"data":"10:33:06 | [W4] Started\n"}
,{"stream_name":"stderr","time":117.337070233,"data":"10:33:24 | [W1] OK crimson-nether-portal nether-tree.mcworld (77,164B)\n"}
,{"stream_name":"stdout","time":117.36207847,"data":"[W1] OK:1 SK:0 FL:0 | 1/1119 (0.1%) | 60/hr | 11h38m | Q:151\n"}
,{"stream_name":"stderr","time":118.224914935,"data":"10:33:25 | [W4] OK poppy-playtime-4-release-map poppy-playtime-4-safe-haven-1.mcworld (45,983B)\n"}
,{"stream_name":"stdout","time":118.259568642,"data":"[W4] OK:2 SK:0 FL:0 | 2/1119 (0.2%) | 118/hr | 11h38m | Q:151\n"}
,{"stream_name":"stderr","time":132.218183992,"data":"10:33:39 | [W0] Click fail fairly-sizeable-stone-castle: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":133.326062101,"data":"10:33:40 | [W2] Click fail junglebox-v2: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":133.588769025,"data":"10:33:40 | [W3] Click fail minecraft-palm-trees-pack: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":157.420605685,"data":"10:34:04 | [W1] OK minecraft-cinematic-haunted-mansion-the-storm-cliff haunted_mansion_storm-kliff_byskulluks10925860.schematic (71,461B)\n"}
,{"stream_name":"stdout","time":157.444135503,"data":"[W1] OK:3 SK:0 FL:0 | 3/1119 (0.3%) | 108/hr | 11h38m | Q:151\n"}
,{"stream_name":"stderr","time":158.646736008,"data":"10:34:05 | [W4] OK fnaf-1-roleplay-map fnaf-1-map.zip (503,599B)\n"}
,{"stream_name":"stdout","time":158.683857522,"data":"[W4] OK:4 SK:0 FL:0 | 4/1119 (0.4%) | 142/hr | 11h38m | Q:151\n"}
,{"stream_name":"stderr","time":166.932236639,"data":"10:34:14 | [W0] OK fairly-sizeable-stone-castle fairlysizeablestonecastle10314370.schematic (11,920B)\n"}
,{"stream_name":"stdout","time":166.984524727,"data":"[W0] OK:5 SK:0 FL:0 | 5/1119 (0.4%) | 164/hr | 11h38m | Q:151\n"}
,{"stream_name":"stderr","time":182.799753894,"data":"10:34:30 | [W3] Click fail minecraft-palm-trees-pack: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":184.479090262,"data":"10:34:31 | [W2] Click fail junglebox-v2: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":190.22451095,"data":"10:34:37 | [W4] OK 5-player-skywars-schematic playerSkyWars.schematic (9,255B)\n"}
,{"stream_name":"stdout","time":190.265174236,"data":"[W4] OK:6 SK:0 FL:0 | 6/1119 (0.5%) | 162/hr | 11h37m | Q:151\n"}
,{"stream_name":"stderr","time":192.174516263,"data":"10:34:39 | [W1] OK nvidia-rtx-kingdom-tower kimandjax-kingdom-tower-v1.zip (9,171,436B)\n"}
,{"stream_name":"stdout","time":192.220374999,"data":"[W1] OK:7 SK:0 FL:0 | 7/1119 (0.6%) | 187/hr | 11h37m | Q:151\n"}
,{"stream_name":"stderr","time":199.067127037,"data":"10:34:46 | [W0] OK minimalist-townhouse world-of-keralis-copy.zip (3,333,934B)\n"}
,{"stream_name":"stdout","time":199.102148175,"data":"[W0] OK:8 SK:0 FL:0 | 8/1119 (0.7%) | 203/hr | 11h37m | Q:151\n"}
,{"stream_name":"stderr","time":214.961279435,"data":"10:35:02 | [W4] OK 0-4 three-heroes-0-4-no-music.mcworld (1,468,081B)\n"}
,{"stream_name":"stdout","time":215.010965978,"data":"[W4] OK:9 SK:0 FL:0 | 9/1119 (0.8%) | 205/hr | 11h37m | Q:151\n"}
,{"stream_name":"stderr","time":220.643677389,"data":"10:35:07 | [W1] OK south-island-adventure-map-w-i-p south-island.mcworld (795,057B)\n"}
,{"stream_name":"stdout","time":220.677269405,"data":"[W1] OK:10 SK:0 FL:0 | 10/1119 (0.9%) | 220/hr | 11h37m | Q:151\n"}
,{"stream_name":"stderr","time":229.615668445,"data":"10:35:16 | [W3] Click fail minecraft-palm-trees-pack: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":235.201120209,"data":"10:35:22 | [W2] Click fail junglebox-v2: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":235.657446492,"data":"10:35:22 | [W0] Click fail universal-tree-farm-for-minecraft-1-14-uses-function-files: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":248.718462581,"data":"10:35:36 | [W4] OK uzumaki-naruto-4830561 naruto.schematic (4,131B)\n"}
,{"stream_name":"stdout","time":248.750901228,"data":"[W4] OK:11 SK:0 FL:0 | 11/1119 (1.0%) | 207/hr | 11h36m | Q:151\n"}
,{"stream_name":"stdout","time":251.419460722,"data":"[W3] OK:11 SK:0 FL:1 | 12/1119 (1.1%) | 204/hr | 11h36m | Q:151\n"}
,{"stream_name":"stderr","time":252.128755481,"data":"10:35:39 | [W1] OK john-deere-tractor-pack-with-download deeretractors.schematic (1,612B)\n"}
,{"stream_name":"stdout","time":252.167570458,"data":"[W1] OK:12 SK:0 FL:1 | 13/1119 (1.2%) | 222/hr | 11h36m | Q:151\n"}
,{"stream_name":"stderr","time":262.646599301,"data":"10:35:49 | [W0] OK universal-tree-farm-for-minecraft-1-14-uses-function-files tree-farming-demo-world-1-14.zip (1,073,537B)\n"}
,{"stream_name":"stdout","time":262.695532173,"data":"[W0] OK:13 SK:0 FL:1 | 14/1119 (1.3%) | 228/hr | 11h36m | Q:149\n"}
,{"stream_name":"stdout","time":262.959567194,"data":"[W2] OK:13 SK:0 FL:2 | 15/1119 (1.3%) | 228/hr | 11h36m | Q:149\n"}
,{"stream_name":"stderr","time":275.075991129,"data":"10:36:02 | [W4] OK empire-state-building-227251 Empire State Building.schematic (17,132B)\n"}
,{"stream_name":"stdout","time":275.112829441,"data":"[W4] OK:14 SK:0 FL:2 | 16/1119 (1.4%) | 231/hr | 11h36m | Q:151\n"}
,{"stream_name":"stderr","time":282.689581563,"data":"10:36:09 | [W3] OK the-ultimate-lucky-block-race the-ultimate-lucky-block-race-with-parkour.mcworld (4,692,124B)\n"}
,{"stream_name":"stdout","time":282.724331265,"data":"[W3] OK:15 SK:0 FL:2 | 17/1119 (1.5%) | 240/hr | 11h36m | Q:151\n"}
,{"stream_name":"stderr","time":290.417690539,"data":"10:36:17 | [W2] OK troll-face-659904 Troll Face.schematic (946B)\n"}
,{"stream_name":"stdout","time":290.453153435,"data":"[W2] OK:16 SK:0 FL:2 | 18/1119 (1.6%) | 247/hr | 11h36m | Q:150\n"}
,{"stream_name":"stderr","time":290.840128079,"data":"10:36:18 | [W0] OK mario-chase-5020039 mario-chase-v1-3.zip (5,870,736B)\n"}
,{"stream_name":"stdout","time":290.896453355,"data":"[W0] OK:17 SK:0 FL:2 | 19/1119 (1.7%) | 262/hr | 11h36m | Q:150\n"}
,{"stream_name":"stderr","time":295.321491213,"data":"10:36:22 | [W1] Click fail 1-19-the-wild-update-part-1-new-achievements-world-free-download-bedrock-edition: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":300.535170475,"data":"10:36:27 | [W4] OK old-village-4363705 village-extreme-get-a-jump-start-on-survival.mcworld (2,441,169B)\n"}
,{"stream_name":"stdout","time":300.549450545,"data":"[W4] OK:18 SK:0 FL:2 | 20/1119 (1.8%) | 266/hr | 11h35m | Q:151\n"}
,{"stream_name":"stderr","time":305.540749821,"data":"10:36:32 | [W3] OK skyblock-bedrock-5192956 6-lskyblock-1-19.mcworld (2,122,762B)\n"}
,{"stream_name":"stdout","time":305.575418704,"data":"[W3] OK:19 SK:0 FL:2 | 21/1119 (1.9%) | 276/hr | 11h35m | Q:151\n"}
,{"stream_name":"stderr","time":315.187511685,"data":"10:36:42 | [W0] OK diamond-house-652226 Joshuas-diamond-house_1649646.zip (4,056,781B)\n"}
,{"stream_name":"stdout","time":315.246103913,"data":"[W0] OK:20 SK:0 FL:2 | 22/1119 (2.0%) | 279/hr | 11h35m | Q:150\n"}
,{"stream_name":"stderr","time":325.61654013,"data":"10:36:52 | [W2] OK poppy-playtime-chapter-3-by-sebas pp-x-mc-chapter-3-by-sebas.mcworld (2,914,466B)\n"}
,{"stream_name":"stdout","time":325.679085998,"data":"[W2] OK:21 SK:0 FL:2 | 23/1119 (2.1%) | 282/hr | 11h35m | Q:151\n"}
,{"stream_name":"stdout","time":326.420589147,"data":"[W1] OK:21 SK:0 FL:3 | 24/1119 (2.1%) | 281/hr | 11h35m | Q:151\n"}
,{"stream_name":"stderr","time":328.919578718,"data":"10:36:56 | [W4] OK planet-merdria-tower-of-challenges Tower-of-Challenges.zip (77,582B)\n"}
,{"stream_name":"stdout","time":328.960759808,"data":"[W4] OK:22 SK:0 FL:3 | 25/1119 (2.2%) | 292/hr | 11h35m | Q:151\n"}
,{"stream_name":"stderr","time":333.999974855,"data":"10:37:01 | [W3] OK gizzy-gazza-fnaf-1-roleplay-map gizzy-gazza-fnaf-1-map.zip (3,422,269B)\n"}
,{"stream_name":"stdout","time":334.029131063,"data":"[W3] OK:23 SK:0 FL:3 | 26/1119 (2.3%) | 299/hr | 11h35m | Q:151\n"}
,{"stream_name":"stderr","time":339.337252457,"data":"10:37:06 | [W0] OK the-city-of-ombshire omb.schematic (6,768,504B)\n"}
,{"stream_name":"stdout","time":339.357506243,"data":"[W0] OK:24 SK:0 FL:3 | 27/1119 (2.4%) | 306/hr | 11h35m | Q:151\n"}
,{"stream_name":"stderr","time":351.31127628,"data":"10:37:18 | [W4] OK mountain-range-server-spawn MountainSpawn.schematic (44,491B)\n"}
,{"stream_name":"stdout","time":351.341345651,"data":"[W4] OK:25 SK:0 FL:3 | 28/1119 (2.5%) | 306/hr | 11h35m | Q:151\n"}
,{"stream_name":"stderr","time":352.719580349,"data":"10:37:20 | [W2] OK japanese-temple-4393232 japanese-temple.zip (7,938,311B)\n"}
,{"stream_name":"stdout","time":352.749445565,"data":"[W2] OK:26 SK:0 FL:3 | 29/1119 (2.6%) | 317/hr | 11h35m | Q:151\n"}
,{"stream_name":"stderr","time":353.023025185,"data":"10:37:20 | [W1] OK baldi-s-basics-in-ftb baldi-basics-in-find-the-button-reuploaded.mcworld (8,018,987B)\n"}
,{"stream_name":"stdout","time":353.042842059,"data":"[W1] OK:27 SK:0 FL:3 | 30/1119 (2.7%) | 329/hr | 11h35m | Q:151\n"}
,{"stream_name":"stderr","time":353.93207511,"data":"10:37:21 | [W3] OK stargate-prometheususaf prometheus8884424.schematic (19,760B)\n"}
,{"stream_name":"stdout","time":353.959241563,"data":"[W3] OK:28 SK:0 FL:3 | 31/1119 (2.8%) | 340/hr | 11h35m | Q:151\n"}
,{"stream_name":"stderr","time":373.682160448,"data":"10:37:40 | [W4] OK shop-supermarket-carrefour-by-anderbest map-plus-schematic-here.zip (103,209B)\n"}
,{"stream_name":"stdout","time":373.705031886,"data":"[W4] OK:29 SK:0 FL:3 | 32/1119 (2.9%) | 330/hr | 11h34m | Q:151\n"}
,{"stream_name":"stderr","time":374.085706918,"data":"10:37:41 | [W2] OK gothic-cathedral-3948630 gothic-cathedral.zip (1,629,049B)\n"}
,{"stream_name":"stdout","time":374.112369505,"data":"[W2] OK:30 SK:0 FL:3 | 33/1119 (2.9%) | 341/hr | 11h34m | Q:151\n"}
,{"stream_name":"stderr","time":374.547975467,"data":"10:37:41 | [W3] OK star-trek-deep-space-9-station-blank-copy deep-space-9.zip (3,619,075B)\n"}
,{"stream_name":"stdout","time":374.581613793,"data":"[W3] OK:31 SK:0 FL:3 | 34/1119 (3.0%) | 352/hr | 11h34m | Q:151\n"}
,{"stream_name":"stderr","time":376.255530846,"data":"10:37:43 | [W1] OK poppy-playtime-chapter-2-for-bedrock-edition-updated-5606965 poppyplaytimechapter2mcpe-updated.mcworld (4,041,852B)\n"}
,{"stream_name":"stdout","time":376.311976368,"data":"[W1] OK:32 SK:0 FL:3 | 35/1119 (3.1%) | 361/hr | 11h34m | Q:151\n"}
,{"stream_name":"stderr","time":376.579951771,"data":"10:37:43 | [W0] Click fail a-big-village: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":394.844119652,"data":"10:38:02 | [W4] OK fallen-angel-4388483 angel-fallen.schematic (47,916B)\n"}
,{"stream_name":"stdout","time":394.879585062,"data":"[W4] OK:33 SK:0 FL:3 | 36/1119 (3.2%) | 352/hr | 11h34m | Q:151\n"}
,{"stream_name":"stderr","time":396.474848048,"data":"10:38:03 | [W2] OK free-waiting-lobby-island 3762d1a4-4126-4e45-96bc-e7a66251a37a.schem (3,878B)\n"}
,{"stream_name":"stdout","time":396.511102509,"data":"[W2] OK:34 SK:0 FL:3 | 37/1119 (3.3%) | 361/hr | 11h34m | Q:151\n"}
,{"stream_name":"stderr","time":400.751616993,"data":"10:38:08 | [W3] OK redstone-arena-1868372 ultimate-mob-arena-schematic-test.schematic (98,752B)\n"}
,{"stream_name":"stdout","time":400.804081483,"data":"[W3] OK:35 SK:0 FL:3 | 38/1119 (3.4%) | 367/hr | 11h34m | Q:151\n"}
,{"stream_name":"stderr","time":402.970425467,"data":"10:38:10 | [W1] OK uss-louisiana-bb-72-in-progress usslouisiana.schematic (176,515B)\n"}
,{"stream_name":"stdout","time":403.021084349,"data":"[W1] OK:36 SK:0 FL:3 | 39/1119 (3.5%) | 375/hr | 11h34m | Q:151\n"}
,{"stream_name":"stderr","time":416.916883707,"data":"10:38:24 | [W0] Click fail a-big-village: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":418.400417539,"data":"10:38:25 | [W2] OK vespade-lobby-download vespade-lobby-map.zip (1,662,455B)\n"}
,{"stream_name":"stdout","time":418.434972748,"data":"[W2] OK:37 SK:0 FL:3 | 40/1119 (3.6%) | 369/hr | 11h33m | Q:151\n"}
,{"stream_name":"stderr","time":419.971885942,"data":"10:38:27 | [W4] OK freddy-s-pizza-place-1-19-2-vanilla-java freddy-s-pizza-place.zip (2,893,789B)\n"}
,{"stream_name":"stdout","time":420.047932385,"data":"[W4] OK:38 SK:0 FL:3 | 41/1119 (3.7%) | 377/hr | 11h33m | Q:151\n"}
,{"stream_name":"stderr","time":428.254632334,"data":"10:38:35 | [W1] OK hal-light-combat-helicopter hal.schematic (1,458B)\n"}
,{"stream_name":"stdout","time":428.288086493,"data":"[W1] OK:39 SK:0 FL:3 | 42/1119 (3.8%) | 378/hr | 11h33m | Q:151\n"}
,{"stream_name":"stderr","time":440.286301135,"data":"10:38:47 | [W3] Click fail minecraft-some-tips-how-to-improve-your-building-skills: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":441.964500286,"data":"10:38:49 | [W2] OK nebula-class-star-destroyer nebula-class-star-destroyer.zip (346,582B)\n"}
,{"stream_name":"stdout","time":442.007370486,"data":"[W2] OK:40 SK:0 FL:3 | 43/1119 (3.8%) | 374/hr | 11h33m | Q:151\n"}
,{"stream_name":"stderr","time":447.536250427,"data":"10:38:54 | [W4] OK ultra-survival-with-a-little-fun-mod-pack The-EveryThing-Mod-Pack_6766723.zip (5,853,934B)\n"}
,{"stream_name":"stdout","time":447.584321699,"data":"[W4] OK:41 SK:0 FL:3 | 44/1119 (3.9%) | 378/hr | 11h33m | Q:151\n"}
,{"stream_name":"stderr","time":451.913075444,"data":"10:38:59 | [W1] OK first-order-dreadnought-minecraft-1-12-2 mandator-iv.schematic (35,134B)\n"}
,{"stream_name":"stdout","time":451.958867856,"data":"[W1] OK:42 SK:0 FL:3 | 45/1119 (4.0%) | 383/hr | 11h33m | Q:151\n"}
,{"stream_name":"stderr","time":459.195973659,"data":"10:39:06 | [W0] Click fail a-big-village: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":472.076695844,"data":"10:39:19 | [W2] OK fahrenheit-final-fantasy-x-airship FAHRENHEIT.schematic (15,972B)\n"}
,{"stream_name":"stdout","time":472.110912804,"data":"[W2] OK:43 SK:0 FL:3 | 46/1119 (4.1%) | 373/hr | 11h33m | Q:151\n"}
,{"stream_name":"stderr","time":477.39249661,"data":"10:39:24 | [W4] OK cat-6015b-excavator-with-download cat6015b.schem (4,513B)\n"}
,{"stream_name":"stdout","time":477.425206829,"data":"[W4] OK:44 SK:0 FL:3 | 47/1119 (4.2%) | 377/hr | 11h32m | Q:151\n"}
,{"stream_name":"stderr","time":479.4375928,"data":"10:39:26 | [W3] Click fail minecraft-some-tips-how-to-improve-your-building-skills: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":479.881620654,"data":"10:39:27 | [W1] OK 1-5-1-bell-222-helicopter b222.schem (1,542B)\n"}
,{"stream_name":"stdout","time":479.934899203,"data":"[W1] OK:45 SK:0 FL:3 | 48/1119 (4.3%) | 383/hr | 11h32m | Q:151\n"}
,{"stream_name":"stdout","time":484.792573726,"data":"[W0] OK:45 SK:0 FL:4 | 49/1119 (4.4%) | 379/hr | 11h32m | Q:151\n"}
,{"stream_name":"stderr","time":497.944803707,"data":"10:39:45 | [W4] OK komi-shouko-from-komi-san-wa-komyushou-desu-komi-can-t-communicate komi-final.schematic (27,383B)\n"}
,{"stream_name":"stdout","time":497.958322595,"data":"[W4] OK:46 SK:0 FL:4 | 50/1119 (4.5%) | 376/hr | 11h32m | Q:151\n"}
,{"stream_name":"stderr","time":503.150583181,"data":"10:39:50 | [W2] OK brittish-battleship-hms-rodney-1-1-1941 hms-rodney-1941-1.schematic (21,265B)\n"}
,{"stream_name":"stdout","time":503.172710119,"data":"[W2] OK:47 SK:0 FL:4 | 51/1119 (4.6%) | 379/hr | 11h32m | Q:151\n"}
,{"stream_name":"stderr","time":507.909062283,"data":"10:39:55 | [W1] OK parkour-2721054 mario_7063012.zip (3,252,437B)\n"}
,{"stream_name":"stdout","time":507.944295161,"data":"[W1] OK:48 SK:0 FL:4 | 52/1119 (4.6%) | 383/hr | 11h32m | Q:151\n"}
,{"stream_name":"stderr","time":510.106480778,"data":"10:39:57 | [W0] OK murata-cathedral muratacathedral9067855.schematic (21,380B)\n"}
,{"stream_name":"stdout","time":510.134076605,"data":"[W0] OK:49 SK:0 FL:4 | 53/1119 (4.7%) | 390/hr | 11h32m | Q:151\n"}
,{"stream_name":"stderr","time":523.516174716,"data":"10:40:10 | [W3] Click fail minecraft-some-tips-how-to-improve-your-building-skills: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":525.545312973,"data":"10:40:12 | [W4] OK walibi-holland-map-recreation walibi-unzip.zip (5,341,717B)\n"}
,{"stream_name":"stdout","time":525.574378798,"data":"[W4] OK:50 SK:0 FL:4 | 54/1119 (4.8%) | 384/hr | 11h32m | Q:151\n"}
,{"stream_name":"stderr","time":528.488625347,"data":"10:40:15 | [W2] OK 1-5-1-boeing-777-300er-liveries feephe-777-300er.zip (3,906,311B)\n"}
,{"stream_name":"stdout","time":528.517603396,"data":"[W2] OK:51 SK:0 FL:4 | 55/1119 (4.9%) | 390/hr | 11h32m | Q:151\n"}
,{"stream_name":"stderr","time":535.691825576,"data":"10:40:22 | [W1] OK joker-s-vaydor-g35 jokersvaydorg35.schem (1,955B)\n"}
,{"stream_name":"stdout","time":535.71731089,"data":"[W1] OK:52 SK:0 FL:4 | 56/1119 (5.0%) | 391/hr | 11h32m | Q:151\n"}
,{"stream_name":"stderr","time":537.556167142,"data":"10:40:24 | [W0] OK sumo-lobby-practice-arena-50x50 sumo-lobby.schematic (12,491B)\n"}
,{"stream_name":"stdout","time":537.579966277,"data":"[W0] OK:53 SK:0 FL:4 | 57/1119 (5.1%) | 397/hr | 11h31m | Q:151\n"}
,{"stream_name":"stdout","time":545.615595748,"data":"[W3] OK:53 SK:0 FL:5 | 58/1119 (5.2%) | 391/hr | 11h31m | Q:151\n"}
,{"stream_name":"stderr","time":546.222677495,"data":"10:40:33 | [W4] OK bad-guy-billie-eilish-minecraft-note-block billie-eilish-bad-guy.zip (612,366B)\n"}
,{"stream_name":"stdout","time":546.272714315,"data":"[W4] OK:54 SK:0 FL:5 | 59/1119 (5.3%) | 398/hr | 11h31m | Q:151\n"}
,{"stream_name":"stderr","time":555.727134073,"data":"10:40:43 | [W2] OK hms-king-george-v-1-1-scale hms-king-george-v.schematic (25,369B)\n"}
,{"stream_name":"stdout","time":555.758624537,"data":"[W2] OK:55 SK:0 FL:5 | 60/1119 (5.4%) | 397/hr | 11h31m | Q:151\n"}
,{"stream_name":"stderr","time":561.575501364,"data":"10:40:48 | [W1] OK hello-neighbor-alpha-2-reborn hn-alpha-2-reborn.zip (252,330B)\n"}
,{"stream_name":"stdout","time":561.601414897,"data":"[W1] OK:56 SK:0 FL:5 | 61/1119 (5.5%) | 400/hr | 11h31m | Q:151\n"}
,{"stream_name":"stderr","time":562.141909734,"data":"10:40:49 | [W0] OK basic-castle-5484652 castle3.schem (57,032B)\n"}
,{"stream_name":"stdout","time":562.171697063,"data":"[W0] OK:57 SK:0 FL:5 | 62/1119 (5.5%) | 406/hr | 11h31m | Q:151\n"}
,{"stream_name":"stderr","time":568.943612232,"data":"10:40:56 | [W3] OK steampunk-skyscraper-model-2 copper-tower-2.schem (17,266B)\n"}
,{"stream_name":"stdout","time":568.966329956,"data":"[W3] OK:58 SK:0 FL:5 | 63/1119 (5.6%) | 408/hr | 11h31m | Q:151\n"}
,{"stream_name":"stderr","time":582.919246577,"data":"10:41:10 | [W2] OK uss-constitution USS_Constitution_1797-1810.schematic (10,396B)\n"}
,{"stream_name":"stdout","time":582.946990661,"data":"[W2] OK:59 SK:0 FL:5 | 64/1119 (5.7%) | 404/hr | 11h31m | Q:151\n"}
,{"stream_name":"stderr","time":585.083287064,"data":"10:41:12 | [W4] Click fail water-village-seed: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":596.617243015,"data":"10:41:23 | [W3] OK escape-the-darkrooms escape-the-backrooms-bedrock.mcworld (2,506,266B)\n"}
,{"stream_name":"stdout","time":596.667171136,"data":"[W3] OK:60 SK:0 FL:5 | 65/1119 (5.8%) | 400/hr | 11h31m | Q:151\n"}
,{"stream_name":"stderr","time":597.859399383,"data":"10:41:25 | [W1] Click fail post-malone-amp-swae-lee-sunflower-minecraft-note-block-song: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":602.474596427,"data":"10:41:29 | [W0] Click fail survival-add-ons-10-timber-mod-in-vanilla---minecraft-invention-18: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":613.535345836,"data":"10:41:40 | [W2] OK mcpe-survival-base micholexsvillage10309496.zip (3,170,030B)\n"}
,{"stream_name":"stdout","time":613.569861525,"data":"[W2] OK:61 SK:0 FL:5 | 66/1119 (5.9%) | 395/hr | 11h30m | Q:151\n"}
,{"stream_name":"stderr","time":620.261848564,"data":"10:41:47 | [W3] OK jungle-temple-schematic JungleTemple.schematic (1,240B)\n"}
,{"stream_name":"stdout","time":620.281472754,"data":"[W3] OK:62 SK:0 FL:5 | 67/1119 (6.0%) | 396/hr | 11h30m | Q:151\n"}
,{"stream_name":"stderr","time":624.984299161,"data":"10:41:52 | [W4] Click fail water-village-seed: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":635.710988212,"data":"10:42:03 | [W2] OK steampunk-spider-house--awb-build-battle-1-hour-build steampunkspider8286866.schematic (3,706B)\n"}
,{"stream_name":"stdout","time":635.758009237,"data":"[W2] OK:63 SK:0 FL:5 | 68/1119 (6.1%) | 392/hr | 11h30m | Q:151\n"}
,{"stream_name":"stderr","time":638.25446442,"data":"10:42:05 | [W1] Click fail post-malone-amp-swae-lee-sunflower-minecraft-note-block-song: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":640.310678606,"data":"10:42:07 | [W3] OK small-medieval-boat-4181431 smallboat.schematic (2,009B)\n"}
,{"stream_name":"stdout","time":640.344396912,"data":"[W3] OK:64 SK:0 FL:5 | 69/1119 (6.2%) | 395/hr | 11h30m | Q:151\n"}
,{"stream_name":"stderr","time":640.436185394,"data":"10:42:07 | [W0] Click fail survival-add-ons-10-timber-mod-in-vanilla---minecraft-invention-18: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":657.40448273,"data":"10:42:24 | [W2] OK uss-saratoga-cv-60-1-1-scale cv60.schem (34,367B)\n"}
,{"stream_name":"stdout","time":657.427238046,"data":"[W2] OK:65 SK:0 FL:5 | 70/1119 (6.3%) | 390/hr | 11h29m | Q:151\n"}
,{"stream_name":"stderr","time":658.761203329,"data":"10:42:26 | [W3] OK tonatiuh---aztec-temple Tonatiuh.schematic (4,504B)\n"}
,{"stream_name":"stdout","time":658.79103749,"data":"[W3] OK:66 SK:0 FL:5 | 71/1119 (6.3%) | 395/hr | 11h29m | Q:151\n"}
,{"stream_name":"stderr","time":663.648288974,"data":"10:42:30 | [W4] Click fail water-village-seed: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":679.850572316,"data":"10:42:47 | [W3] OK survival-mansion-1205553 survival_mansion.schematic (12,401B)\n"}
,{"stream_name":"stdout","time":679.900196988,"data":"[W3] OK:67 SK:0 FL:5 | 72/1119 (6.4%) | 387/hr | 11h29m | Q:151\n"}
,{"stream_name":"stderr","time":681.865600096,"data":"10:42:49 | [W2] OK library-of-celsus-4196378 library-of-celsus.zip (353,287B)\n"}
,{"stream_name":"stdout","time":681.892815376,"data":"[W2] OK:68 SK:0 FL:5 | 73/1119 (6.5%) | 392/hr | 11h29m | Q:151\n"}
,{"stream_name":"stderr","time":682.461521746,"data":"10:42:49 | [W1] Click fail post-malone-amp-swae-lee-sunflower-minecraft-note-block-song: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stdout","time":683.156365893,"data":"[W4] OK:68 SK:0 FL:6 | 74/1119 (6.6%) | 391/hr | 11h29m | Q:151\n"}
,{"stream_name":"stderr","time":685.275703218,"data":"10:42:52 | [W0] Click fail survival-add-ons-10-timber-mod-in-vanilla---minecraft-invention-18: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stdout","time":704.31954348,"data":"[W1] OK:68 SK:0 FL:7 | 75/1119 (6.7%) | 378/hr | 11h29m | Q:151\n"}
,{"stream_name":"stderr","time":704.554870316,"data":"10:43:11 | [W3] OK sikorsky-ch-53k-king-stallion-with-download king.schem (1,927B)\n"}
,{"stream_name":"stdout","time":704.584495258,"data":"[W3] OK:69 SK:0 FL:7 | 76/1119 (6.8%) | 384/hr | 11h29m | Q:151\n"}
,{"stream_name":"stderr","time":705.649080176,"data":"10:43:12 | [W4] OK chaparal-street-home chaparalsthome.schem (85,231B)\n"}
,{"stream_name":"stdout","time":705.670295708,"data":"[W4] OK:70 SK:0 FL:7 | 77/1119 (6.9%) | 389/hr | 11h29m | Q:151\n"}
,{"stream_name":"stdout","time":705.995846903,"data":"[W0] OK:70 SK:0 FL:8 | 78/1119 (7.0%) | 388/hr | 11h29m | Q:151\n"}
,{"stream_name":"stderr","time":708.566139069,"data":"10:43:15 | [W2] OK medieval-island-5614352 medieval-island.zip (6,515,435B)\n"}
,{"stream_name":"stdout","time":708.594301984,"data":"[W2] OK:71 SK:0 FL:8 | 79/1119 (7.1%) | 392/hr | 11h29m | Q:151\n"}
,{"stream_name":"stderr","time":725.160253406,"data":"10:43:32 | [W1] OK destroy-a-pirate-ship 2015-08-26_1912199650873.zip (156,919B)\n"}
,{"stream_name":"stdout","time":725.187831361,"data":"[W1] OK:72 SK:0 FL:8 | 80/1119 (7.1%) | 388/hr | 11h28m | Q:151\n"}
,{"stream_name":"stderr","time":726.126995366,"data":"10:43:33 | [W0] OK the-wardenclyffe TheWardenclyffe.schematic (20,402B)\n"}
,{"stream_name":"stdout","time":726.149511191,"data":"[W0] OK:73 SK:0 FL:8 | 81/1119 (7.2%) | 393/hr | 11h28m | Q:151\n"}
,{"stream_name":"stderr","time":726.150169844,"data":"10:43:33 | [W4] OK sipsco-yogscast SipsCo.schematic (3,001B)\n"}
,{"stream_name":"stdout","time":726.183764573,"data":"[W4] OK:74 SK:0 FL:8 | 82/1119 (7.3%) | 398/hr | 11h28m | Q:151\n"}
,{"stream_name":"stderr","time":730.131931811,"data":"10:43:37 | [W2] OK merchant-house-litematica merchant-house.zip (7,360B)\n"}
,{"stream_name":"stdout","time":730.168749116,"data":"[W2] OK:75 SK:0 FL:8 | 83/1119 (7.4%) | 401/hr | 11h28m | Q:151\n"}
,{"stream_name":"stderr","time":730.462814641,"data":"10:43:37 | [W3] OK tuscan-villa-schematic arch-villa-litematic.zip (9,922B)\n"}
,{"stream_name":"stdout","time":730.493180111,"data":"[W3] OK:76 SK:0 FL:8 | 84/1119 (7.5%) | 406/hr | 11h28m | Q:151\n"}
,{"stream_name":"stderr","time":750.73550064,"data":"10:43:58 | [W4] OK small-renaissance-town-hall renaissancetownhall9867566.schematic (8,136B)\n"}
,{"stream_name":"stdout","time":750.765835884,"data":"[W4] OK:77 SK:0 FL:8 | 85/1119 (7.6%) | 400/hr | 11h28m | Q:151\n"}
,{"stream_name":"stderr","time":751.510577314,"data":"10:43:58 | [W1] OK oscdea-interpreter-mpws nointerp.schem (11,068B)\n"}
,{"stream_name":"stdout","time":751.598624861,"data":"[W1] OK:78 SK:0 FL:8 | 86/1119 (7.7%) | 404/hr | 11h28m | Q:151\n"}
,{"stream_name":"stderr","time":753.135505382,"data":"10:44:00 | [W2] OK chateau-chambord chateau-chambord-final.schematic (1,255,026B)\n"}
,{"stream_name":"stdout","time":753.182445067,"data":"[W2] OK:79 SK:0 FL:8 | 87/1119 (7.8%) | 409/hr | 11h28m | Q:151\n"}
,{"stream_name":"stderr","time":753.587588306,"data":"10:44:00 | [W3] OK medieval-town-house-tutorial medievaltownhouse.schematic (3,806B)\n"}
,{"stream_name":"stdout","time":753.618573731,"data":"[W3] OK:80 SK:0 FL:8 | 88/1119 (7.9%) | 414/hr | 11h28m | Q:151\n"}
,{"stream_name":"stderr","time":756.252641374,"data":"10:44:03 | [W0] OK tzistarakis-mosque tzisdarakis-mosque.schematic (6,948B)\n"}
,{"stream_name":"stdout","time":756.280475841,"data":"[W0] OK:81 SK:0 FL:8 | 89/1119 (8.0%) | 417/hr | 11h28m | Q:151\n"}
,{"stream_name":"stderr","time":772.646452696,"data":"10:44:19 | [W2] OK sunflower-cottage-italianate-mansion-build-furnished-interior smallvic.schematic (4,249B)\n"}
,{"stream_name":"stdout","time":772.677900528,"data":"[W2] OK:82 SK:0 FL:8 | 90/1119 (8.0%) | 413/hr | 11h28m | Q:151\n"}
,{"stream_name":"stderr","time":777.268403295,"data":"10:44:24 | [W3] OK tibetan-sand-fox-4768933 sandfox.schematic (803,178B)\n"}
,{"stream_name":"stdout","time":777.308095181,"data":"[W3] OK:83 SK:0 FL:8 | 91/1119 (8.1%) | 415/hr | 11h28m | Q:151\n"}
,{"stream_name":"stderr","time":777.613004865,"data":"10:44:24 | [W4] OK boxpvp-box box1.schem (87,094B)\n"}
,{"stream_name":"stdout","time":777.647521774,"data":"[W4] OK:84 SK:0 FL:8 | 92/1119 (8.2%) | 420/hr | 11h27m | Q:151\n"}
,{"stream_name":"stderr","time":780.22883638,"data":"10:44:27 | [W1] OK golden-hind---english-galleon-1577 goldenhind7904557.schematic (24,334B)\n"}
,{"stream_name":"stdout","time":780.259572522,"data":"[W1] OK:85 SK:0 FL:8 | 93/1119 (8.3%) | 423/hr | 11h27m | Q:151\n"}
,{"stream_name":"stderr","time":781.952379027,"data":"10:44:29 | [W0] OK the-monument-of-independence-of-ukraine MajdanKiev.schematic (2,231B)\n"}
,{"stream_name":"stdout","time":781.98384455,"data":"[W0] OK:86 SK:0 FL:8 | 94/1119 (8.4%) | 427/hr | 11h27m | Q:151\n"}
,{"stream_name":"stderr","time":798.682994093,"data":"10:44:45 | [W4] OK find-the-diamond-easy Parkour-Map-11---Christmas-Calendar-by-pg5.zip (1,851,809B)\n"}
,{"stream_name":"stdout","time":798.707671076,"data":"[W4] OK:87 SK:0 FL:8 | 95/1119 (8.5%) | 422/hr | 11h27m | Q:151\n"}
,{"stream_name":"stderr","time":800.321621254,"data":"10:44:47 | [W2] OK prison-escape-1-15-2 prison-break-by-waffelman.zip (1,381,903B)\n"}
,{"stream_name":"stdout","time":800.35301339,"data":"[W2] OK:88 SK:0 FL:8 | 96/1119 (8.6%) | 426/hr | 11h27m | Q:151\n"}
,{"stream_name":"stderr","time":805.937842383,"data":"10:44:53 | [W3] OK venice-of-the-seas-need-help-see-disc storetemplate8392241.schematic (255B)\n"}
,{"stream_name":"stdout","time":805.971816797,"data":"[W3] OK:89 SK:0 FL:8 | 97/1119 (8.7%) | 428/hr | 11h27m | Q:151\n"}
,{"stream_name":"stderr","time":807.376708023,"data":"10:44:54 | [W0] OK easy-to-use-8-track-switch-systeem-409 8buttons_1wide_1549_schematic.schematic (1,330B)\n"}
,{"stream_name":"stdout","time":807.418566035,"data":"[W0] OK:90 SK:0 FL:8 | 98/1119 (8.8%) | 432/hr | 11h27m | Q:151\n"}
,{"stream_name":"stderr","time":807.542637172,"data":"10:44:54 | [W1] OK w-e-s-t--c-i-t-y schematic_4739220.zip (53,299B)\n"}
,{"stream_name":"stdout","time":807.564095417,"data":"[W1] OK:91 SK:0 FL:8 | 99/1119 (8.8%) | 437/hr | 11h27m | Q:151\n"}
,{"stream_name":"stderr","time":822.404589853,"data":"10:45:09 | [W4] OK one-chunk-fountain onechunkfountain.zip (282,791B)\n"}
,{"stream_name":"stdout","time":822.422872319,"data":"[W4] OK:92 SK:0 FL:8 | 100/1119 (8.9%) | 433/hr | 11h27m | Q:151\n"}
,{"stream_name":"stderr","time":824.032695245,"data":"10:45:11 | [W2] OK my-hero-academia-singleplayer-command-world o-f-a.zip (886,918B)\n"}
,{"stream_name":"stdout","time":824.051363605,"data":"[W2] OK:93 SK:0 FL:8 | 101/1119 (9.0%) | 437/hr | 11h27m | Q:151\n"}
,{"stream_name":"stderr","time":830.296122589,"data":"10:45:17 | [W3] OK trenches-in-ww1multiplayer Trenches in WWI.zip (685,295B)\n"}
,{"stream_name":"stdout","time":830.333703353,"data":"[W3] OK:94 SK:0 FL:8 | 102/1119 (9.1%) | 438/hr | 11h27m | Q:151\n"}
,{"stream_name":"stderr","time":830.998086569,"data":"10:45:18 | [W1] OK faction-spawn-shopping-area-pvp-area-prison-cells factionspawn2.schem (20,454B)\n"}
,{"stream_name":"stdout","time":831.031052202,"data":"[W1] OK:95 SK:0 FL:8 | 103/1119 (9.2%) | 442/hr | 11h27m | Q:151\n"}
,{"stream_name":"stderr","time":832.15571115,"data":"10:45:19 | [W0] OK crystal-island-512x512-downloadschematic crystalisland_210214890.schematic (2,389,112B)\n"}
,{"stream_name":"stdout","time":832.167420394,"data":"[W0] OK:96 SK:0 FL:8 | 104/1119 (9.3%) | 446/hr | 11h27m | Q:151\n"}
,{"stream_name":"stderr","time":847.063457645,"data":"10:45:34 | [W2] OK robin-3632564 robin10256928.schematic (6,264B)\n"}
,{"stream_name":"stdout","time":847.113786969,"data":"[W2] OK:97 SK:0 FL:8 | 105/1119 (9.4%) | 442/hr | 11h26m | Q:151\n"}
,{"stream_name":"stderr","time":847.576070254,"data":"10:45:34 | [W4] OK large-mage-tower-3465191 largemagetower9412434.schematic (9,935B)\n"}
,{"stream_name":"stdout","time":847.630922047,"data":"[W4] OK:98 SK:0 FL:8 | 106/1119 (9.5%) | 446/hr | 11h26m | Q:151\n"}
,{"stream_name":"stderr","time":855.077443205,"data":"10:45:42 | [W3] OK organic-statue-hub-by-xayden xaydenhub1.zip (8,465,305B)\n"}
,{"stream_name":"stdout","time":855.130861939,"data":"[W3] OK:99 SK:0 FL:8 | 107/1119 (9.6%) | 447/hr | 11h26m | Q:151\n"}
,{"stream_name":"stderr","time":857.038703844,"data":"10:45:44 | [W0] OK underground-tombcathedral undergroundcathedral10141847.schematic (11,672B)\n"}
,{"stream_name":"stdout","time":857.114210732,"data":"[W0] OK:100 SK:0 FL:8 | 108/1119 (9.7%) | 450/hr | 11h26m | Q:151\n"}
,{"stream_name":"stderr","time":861.622569547,"data":"10:45:48 | [W1] OK dormer-window-house-schem dormer-window-house.schem (2,572B)\n"}
,{"stream_name":"stdout","time":861.661877625,"data":"[W1] OK:101 SK:0 FL:8 | 109/1119 (9.7%) | 452/hr | 11h26m | Q:151\n"}
,{"stream_name":"stderr","time":872.739579688,"data":"10:46:00 | [W2] OK hub-by-jordi hub8063875.zip (4,833,293B)\n"}
,{"stream_name":"stdout","time":872.767792162,"data":"[W2] OK:102 SK:0 FL:8 | 110/1119 (9.8%) | 450/hr | 11h26m | Q:150\n"}
,{"stream_name":"stderr","time":874.030655483,"data":"10:46:01 | [W4] OK the-belcourt-estate belcourt-estate.zip (619,071B)\n"}
,{"stream_name":"stdout","time":874.062277153,"data":"[W4] OK:103 SK:0 FL:8 | 111/1119 (9.9%) | 454/hr | 11h26m | Q:151\n"}
,{"stream_name":"stderr","time":875.827306712,"data":"10:46:03 | [W3] OK viking-house-small-wooden-house vikinghousewoodensmall.schematic (608B)\n"}
,{"stream_name":"stdout","time":875.848941973,"data":"[W3] OK:104 SK:0 FL:8 | 112/1119 (10.0%) | 457/hr | 11h26m | Q:151\n"}
,{"stream_name":"stderr","time":880.017656617,"data":"10:46:07 | [W0] OK dragon-gate dragongate.schematic (3,825B)\n"}
,{"stream_name":"stdout","time":880.080782175,"data":"[W0] OK:105 SK:0 FL:8 | 113/1119 (10.1%) | 459/hr | 11h26m | Q:150\n"}
,{"stream_name":"stderr","time":883.720017511,"data":"10:46:11 | [W1] OK iron-golem-generator irongolem.schematic (395B)\n"}
,{"stream_name":"stdout","time":883.755351742,"data":"[W1] OK:106 SK:0 FL:8 | 114/1119 (10.2%) | 462/hr | 11h26m | Q:150\n"}
,{"stream_name":"stderr","time":895.904564878,"data":"10:46:23 | [W4] OK etoh-world-1-a-parkour-map-by-eliteiment etoh-w1-oct31.zip (3,435,624B)\n"}
,{"stream_name":"stdout","time":895.927770231,"data":"[W4] OK:107 SK:0 FL:8 | 115/1119 (10.3%) | 459/hr | 11h26m | Q:151\n"}
,{"stream_name":"stderr","time":897.470686593,"data":"10:46:24 | [W2] OK melrose---victorian-house clo8132983.schematic (4,330B)\n"}
,{"stream_name":"stdout","time":897.493621033,"data":"[W2] OK:108 SK:0 FL:8 | 116/1119 (10.4%) | 463/hr | 11h25m | Q:151\n"}
,{"stream_name":"stderr","time":899.273321412,"data":"10:46:26 | [W3] OK alianz-arena alianzarena.schematic (11,948B)\n"}
,{"stream_name":"stdout","time":899.296464999,"data":"[W3] OK:109 SK:0 FL:8 | 117/1119 (10.5%) | 466/hr | 11h25m | Q:151\n"}
,{"stream_name":"stderr","time":906.209044915,"data":"10:46:33 | [W0] OK skywars-map-nether-4560374 nether.zip (414,302B)\n"}
,{"stream_name":"stdout","time":906.259253798,"data":"[W0] OK:110 SK:0 FL:8 | 118/1119 (10.5%) | 466/hr | 11h25m | Q:150\n"}
,{"stream_name":"stderr","time":908.028437359,"data":"10:46:35 | [W1] OK church-download-6208998 doncasterchurch.schem (29,470B)\n"}
,{"stream_name":"stdout","time":908.062623454,"data":"[W1] OK:111 SK:0 FL:8 | 119/1119 (10.6%) | 470/hr | 11h25m | Q:150\n"}
,{"stream_name":"stderr","time":920.157932094,"data":"10:46:47 | [W2] OK trickshot-practice trickshot-practice.zip (767,720B)\n"}
,{"stream_name":"stdout","time":920.178675054,"data":"[W2] OK:112 SK:0 FL:8 | 120/1119 (10.7%) | 467/hr | 11h25m | Q:151\n"}
,{"stream_name":"stderr","time":926.409880473,"data":"10:46:53 | [W4] OK megabuild-elven-palace megabuild_genesix9322367.schematic (240,701B)\n"}
,{"stream_name":"stdout","time":926.45381575,"data":"[W4] OK:113 SK:0 FL:8 | 121/1119 (10.8%) | 468/hr | 11h25m | Q:151\n"}
,{"stream_name":"stderr","time":930.391905092,"data":"10:46:57 | [W3] OK moskva-class-helicopter-carrier moskva.schematic (10,093B)\n"}
,{"stream_name":"stdout","time":930.428009566,"data":"[W3] OK:114 SK:0 FL:8 | 122/1119 (10.9%) | 470/hr | 11h25m | Q:151\n"}
,{"stream_name":"stderr","time":935.909500025,"data":"10:47:03 | [W0] OK pine-island-4017167 pine-island.zip (3,058,604B)\n"}
,{"stream_name":"stdout","time":935.933230672,"data":"[W0] OK:115 SK:0 FL:8 | 123/1119 (11.0%) | 471/hr | 11h25m | Q:151\n"}
,{"stream_name":"stderr","time":936.752174866,"data":"10:47:04 | [W1] OK f-18-super-hornet F-18-Super-Hornet-New.zip (1,100B)\n"}
,{"stream_name":"stdout","time":936.781124663,"data":"[W1] OK:116 SK:0 FL:8 | 124/1119 (11.1%) | 475/hr | 11h25m | Q:150\n"}
,{"stream_name":"stderr","time":940.749639178,"data":"10:47:08 | [W2] OK the-roman-colosseum-2014-update colloseum.schematic (117,783B)\n"}
,{"stream_name":"stdout","time":940.819279472,"data":"[W2] OK:117 SK:0 FL:8 | 125/1119 (11.2%) | 477/hr | 11h25m | Q:151\n"}
,{"stream_name":"stderr","time":947.037009519,"data":"10:47:14 | [W4] OK death-star-4534816 2020-04-03-16-44-41-let-s-do-evil-stuff-1.zip (2,052,611B)\n"}
,{"stream_name":"stdout","time":947.090344306,"data":"[W4] OK:118 SK:0 FL:8 | 126/1119 (11.3%) | 477/hr | 11h25m | Q:151\n"}
,{"stream_name":"stderr","time":951.323153122,"data":"10:47:18 | [W3] OK freddy-fazbear-s-1-soom freddy-fabear-s-and-fredbear-s.zip (1,842,912B)\n"}
,{"stream_name":"stdout","time":951.349543392,"data":"[W3] OK:119 SK:0 FL:8 | 127/1119 (11.3%) | 479/hr | 11h25m | Q:151\n"}
,{"stream_name":"stderr","time":958.977070883,"data":"10:47:26 | [W0] OK enhanced-survival-4836293 enhanced-survival-v1-5-7.zip (12,443,446B)\n"}
,{"stream_name":"stdout","time":959.016933141,"data":"[W0] OK:120 SK:0 FL:8 | 128/1119 (11.4%) | 479/hr | 11h24m | Q:150\n"}
,{"stream_name":"stderr","time":959.326402087,"data":"10:47:26 | [W1] OK news-studio news_studio9259019.schematic (600B)\n"}
,{"stream_name":"stdout","time":959.365322222,"data":"[W1] OK:121 SK:0 FL:8 | 129/1119 (11.5%) | 483/hr | 11h24m | Q:150\n"}
,{"stream_name":"stderr","time":965.629561649,"data":"10:47:32 | [W2] OK big-mansion-6124423 big-mansion-mc-mod.zip (1,577,338B)\n"}
,{"stream_name":"stdout","time":965.67669997,"data":"[W2] OK:122 SK:0 FL:8 | 130/1119 (11.6%) | 484/hr | 11h24m | Q:151\n"}
,{"stream_name":"stderr","time":973.326917067,"data":"10:47:40 | [W4] OK tnt-wars-1v1-1-16-5 tnt-wars.zip (1,138,223B)\n"}
,{"stream_name":"stdout","time":973.347776876,"data":"[W4] OK:123 SK:0 FL:8 | 131/1119 (11.7%) | 483/hr | 11h24m | Q:151\n"}
,{"stream_name":"stderr","time":973.770084318,"data":"10:47:41 | [W3] OK seven-crop-farm SevenCrop farm.schematic (49,803B)\n"}
,{"stream_name":"stdout","time":973.788937734,"data":"[W3] OK:124 SK:0 FL:8 | 132/1119 (11.8%) | 487/hr | 11h24m | Q:151\n"}
,{"stream_name":"stderr","time":977.276269208,"data":"10:47:44 | [W0] OK minecraft-modern-mansion---download-available modernmansion7850665.schematic (41,416B)\n"}
,{"stream_name":"stdout","time":977.315071519,"data":"[W0] OK:125 SK:0 FL:8 | 133/1119 (11.9%) | 489/hr | 11h24m | Q:151\n"}
,{"stream_name":"stderr","time":981.89049225,"data":"10:47:49 | [W1] OK rustic-house-minecraft-1-21-4-free rustic-house-ii.zip (2,719,633B)\n"}
,{"stream_name":"stdout","time":981.955884304,"data":"[W1] OK:126 SK:0 FL:8 | 134/1119 (12.0%) | 491/hr | 11h24m | Q:151\n"}
,{"stream_name":"stderr","time":984.842586524,"data":"10:47:52 | [W2] OK medieval-tower-1400582 SmallTower.schematic (1,675B)\n"}
,{"stream_name":"stdout","time":984.869615278,"data":"[W2] OK:127 SK:0 FL:8 | 135/1119 (12.1%) | 493/hr | 11h24m | Q:150\n"}
,{"stream_name":"stderr","time":994.881483493,"data":"10:48:02 | [W4] OK giant-mushroom-automatic-mushroom-farm giantmushroomfarm.schematic (2,949B)\n"}
,{"stream_name":"stdout","time":994.904233584,"data":"[W4] OK:128 SK:0 FL:8 | 136/1119 (12.2%) | 491/hr | 11h24m | Q:151\n"}
,{"stream_name":"stderr","time":997.995444675,"data":"10:48:05 | [W3] OK wood-storage-4151394 woodstorage.schem (1,349B)\n"}
,{"stream_name":"stdout","time":998.030466653,"data":"[W3] OK:129 SK:0 FL:8 | 137/1119 (12.2%) | 494/hr | 11h24m | Q:151\n"}
,{"stream_name":"stderr","time":1003.02052588,"data":"10:48:10 | [W1] OK harrower-class-dreadnought-star-wars harrower-class-dreadnought-luxery-interior.schematic (10,114B)\n"}
,{"stream_name":"stdout","time":1003.045311709,"data":"[W1] OK:130 SK:0 FL:8 | 138/1119 (12.3%) | 495/hr | 11h24m | Q:151\n"}
,{"stream_name":"stderr","time":1004.3006032,"data":"10:48:11 | [W0] OK modern-office-building-3962452 modern-office-building.zip (534,084B)\n"}
,{"stream_name":"stdout","time":1004.343626953,"data":"[W0] OK:131 SK:0 FL:8 | 139/1119 (12.4%) | 498/hr | 11h24m | Q:150\n"}
,{"stream_name":"stderr","time":1008.034783557,"data":"10:48:15 | [W2] OK arp-i-401-combined-yamato-wip-95 i-401-combined-yamato.zip (6,272,213B)\n"}
,{"stream_name":"stdout","time":1008.063038226,"data":"[W2] OK:132 SK:0 FL:8 | 140/1119 (12.5%) | 500/hr | 11h24m | Q:151\n"}
,{"stream_name":"stderr","time":1017.41656166,"data":"10:48:24 | [W4] OK frozen-server-hub---citadel-free-use-download icehub10364781.schematic (318,505B)\n"}
,{"stream_name":"stdout","time":1017.446695748,"data":"[W4] OK:133 SK:0 FL:8 | 141/1119 (12.6%) | 499/hr | 11h23m | Q:151\n"}
,{"stream_name":"stderr","time":1019.885585716,"data":"10:48:27 | [W3] OK auschwitz-i-stammlager-6800803 auschwitz-i-stammlager.zip (6,835,612B)\n"}
,{"stream_name":"stdout","time":1019.912160049,"data":"[W3] OK:134 SK:0 FL:8 | 142/1119 (12.7%) | 501/hr | 11h23m | Q:151\n"}
,{"stream_name":"stderr","time":1028.13103876,"data":"10:48:35 | [W1] OK server-shop-6604980 servershop.zip (2,522,222B)\n"}
,{"stream_name":"stdout","time":1028.164241378,"data":"[W1] OK:135 SK:0 FL:8 | 143/1119 (12.8%) | 501/hr | 11h23m | Q:150\n"}
,{"stream_name":"stderr","time":1029.58064219,"data":"10:48:36 | [W0] OK submerged-crystal-schematic-pack-for-worldpainter crystal-pack-dannypan.zip (639,087B)\n"}
,{"stream_name":"stdout","time":1029.604214821,"data":"[W0] OK:136 SK:0 FL:8 | 144/1119 (12.9%) | 504/hr | 11h23m | Q:151\n"}
,{"stream_name":"stderr","time":1031.952924206,"data":"10:48:39 | [W2] OK scp-containment-breach-multiplayer scp-multiplayer-1-1.zip (9,767,170B)\n"}
,{"stream_name":"stdout","time":1031.975889133,"data":"[W2] OK:137 SK:0 FL:8 | 145/1119 (13.0%) | 506/hr | 11h23m | Q:150\n"}
,{"stream_name":"stderr","time":1046.445792922,"data":"10:48:53 | [W4] OK overgrown-jungle-temples overgrown-jungle-temples.zip (3,091,093B)\n"}
,{"stream_name":"stdout","time":1046.489522174,"data":"[W4] OK:138 SK:0 FL:8 | 146/1119 (13.0%) | 502/hr | 11h23m | Q:151\n"}
,{"stream_name":"stderr","time":1047.973843552,"data":"10:48:55 | [W3] OK gas-station-2907863 gasstation.schematic (13,157B)\n"}
,{"stream_name":"stdout","time":1048.002620529,"data":"[W3] OK:139 SK:0 FL:8 | 147/1119 (13.1%) | 505/hr | 11h23m | Q:151\n"}
,{"stream_name":"stderr","time":1052.541465537,"data":"10:48:59 | [W0] OK pvp-arena-4239902 pvp2.zip (1,993,694B)\n"}
,{"stream_name":"stdout","time":1052.572592866,"data":"[W0] OK:140 SK:0 FL:8 | 148/1119 (13.2%) | 506/hr | 11h23m | Q:151\n"}
,{"stream_name":"stderr","time":1056.80328627,"data":"10:49:04 | [W1] OK mv-navios-jumbo-2013-full-interior-download 2022-11-18-23-28-14-ali.zip (5,943,994B)\n"}
,{"stream_name":"stdout","time":1056.837136996,"data":"[W1] OK:141 SK:0 FL:8 | 149/1119 (13.3%) | 508/hr | 11h23m | Q:151\n"}
,{"stream_name":"stderr","time":1057.08597766,"data":"10:49:04 | [W2] OK 747-400-klm 747-400-klm.zip (1,053,980B)\n"}
,{"stream_name":"stdout","time":1057.123824238,"data":"[W2] OK:142 SK:0 FL:8 | 150/1119 (13.4%) | 511/hr | 11h23m | Q:151\n"}
,{"stream_name":"stderr","time":1067.071146463,"data":"10:49:14 | [W4] OK amazing-holiday-house house_2863822.schematic (32,168B)\n"}
,{"stream_name":"stdout","time":1067.114912871,"data":"[W4] OK:143 SK:0 FL:8 | 151/1119 (13.5%) | 510/hr | 11h23m | Q:150\n"}
,{"stream_name":"stderr","time":1068.313326605,"data":"10:49:15 | [W3] OK bo-katan-kryze-s-gauntlet-starfighter-kom-rk-class-fighter-transport-land-amp-air-mode bo-katan-kryze-s-gauntlet-starfighter.zip (28,192B)\n"}
,{"stream_name":"stdout","time":1068.365423888,"data":"[W3] OK:144 SK:0 FL:8 | 152/1119 (13.6%) | 513/hr | 11h23m | Q:150\n"}
,{"stream_name":"stderr","time":1075.148650139,"data":"10:49:22 | [W0] OK spooky-pumpkin-tree spooky-pumpkin-tree.zip (131,360B)\n"}
,{"stream_name":"stdout","time":1075.214295443,"data":"[W0] OK:145 SK:0 FL:8 | 153/1119 (13.7%) | 513/hr | 11h23m | Q:150\n"}
,{"stream_name":"stderr","time":1081.100070428,"data":"10:49:28 | [W2] OK zoo-4803927 zoo-2020.zip (140,975B)\n"}
,{"stream_name":"stdout","time":1081.150944759,"data":"[W2] OK:146 SK:0 FL:8 | 154/1119 (13.8%) | 513/hr | 11h22m | Q:151\n"}
,{"stream_name":"stderr","time":1082.491797153,"data":"10:49:29 | [W1] OK ss-castra-regina ss-castra-regina.zip (5,873,783B)\n"}
,{"stream_name":"stdout","time":1082.514869476,"data":"[W1] OK:147 SK:0 FL:8 | 155/1119 (13.9%) | 516/hr | 11h22m | Q:150\n"}
,{"stream_name":"stderr","time":1090.383998591,"data":"10:49:37 | [W4] OK super-mario-a-super-mario-map new-super-mario-a-super-mario-map.zip (2,465,403B)\n"}
,{"stream_name":"stdout","time":1090.418204889,"data":"[W4] OK:148 SK:0 FL:8 | 156/1119 (13.9%) | 516/hr | 11h22m | Q:151\n"}
,{"stream_name":"stderr","time":1095.459948664,"data":"10:49:42 | [W3] OK parkour-palace-6838885 parkour-palace.mcworld (14,618,887B)\n"}
,{"stream_name":"stdout","time":1095.484042348,"data":"[W3] OK:149 SK:0 FL:8 | 157/1119 (14.0%) | 517/hr | 11h22m | Q:151\n"}
,{"stream_name":"stderr","time":1096.426416542,"data":"10:49:43 | [W0] OK general-hall-auditorium general-hall-by-spherephysics-updated.zip (6,246,760B)\n"}
,{"stream_name":"stdout","time":1096.452857096,"data":"[W0] OK:150 SK:0 FL:8 | 158/1119 (14.1%) | 520/hr | 11h22m | Q:150\n"}
,{"stream_name":"stderr","time":1107.341867629,"data":"10:49:54 | [W2] OK yellow-gate yellow-gate.zip (1,393,192B)\n"}
,{"stream_name":"stdout","time":1107.367630867,"data":"[W2] OK:151 SK:0 FL:8 | 159/1119 (14.2%) | 518/hr | 11h22m | Q:150\n"}
,{"stream_name":"stderr","time":1109.908918014,"data":"10:49:57 | [W1] OK fnaf-1-4-in-minecraft fnaf-1-4-in-minecraft.zip (6,219,518B)\n"}
,{"stream_name":"stdout","time":1109.936019972,"data":"[W1] OK:152 SK:0 FL:8 | 160/1119 (14.3%) | 520/hr | 11h22m | Q:151\n"}
,{"stream_name":"stderr","time":1112.54974446,"data":"10:49:59 | [W4] OK arena-v1-bedrock arena-v2-3-xmas.mcworld (568,447B)\n"}
,{"stream_name":"stdout","time":1112.597660403,"data":"[W4] OK:153 SK:0 FL:8 | 161/1119 (14.4%) | 522/hr | 11h22m | Q:151\n"}
,{"stream_name":"stderr","time":1116.496007521,"data":"10:50:03 | [W3] OK oscdea-the-world-bender worldbender.schem (268,121B)\n"}
,{"stream_name":"stdout","time":1116.530214398,"data":"[W3] OK:154 SK:0 FL:8 | 162/1119 (14.5%) | 523/hr | 11h22m | Q:151\n"}
,{"stream_name":"stderr","time":1120.943769602,"data":"10:50:08 | [W0] OK international-space-station-1237357 International-Space-station.zip (2,253,399B)\n"}
,{"stream_name":"stdout","time":1120.972045337,"data":"[W0] OK:155 SK:0 FL:8 | 163/1119 (14.6%) | 525/hr | 11h22m | Q:151\n"}
,{"stream_name":"stderr","time":1126.050284557,"data":"10:50:13 | [W2] OK forerunner-citadel Forerunner Citadel by xraiunion4000x.schematic (18,786B)\n"}
,{"stream_name":"stdout","time":1126.072527058,"data":"[W2] OK:156 SK:0 FL:8 | 164/1119 (14.7%) | 525/hr | 11h22m | Q:151\n"}
,{"stream_name":"stderr","time":1138.499212853,"data":"10:50:25 | [W4] OK i-recreated-windows-xp-bliss-in-minecraft windows-xp-bliss.schem (9,379B)\n"}
,{"stream_name":"stdout","time":1138.538051305,"data":"[W4] OK:157 SK:0 FL:8 | 165/1119 (14.7%) | 523/hr | 11h21m | Q:151\n"}
,{"stream_name":"stderr","time":1140.38062474,"data":"10:50:27 | [W1] OK worlds-martial-arts-tournament-arena dbzarenacreatedbynoxas977974268.zip (655,740B)\n"}
,{"stream_name":"stdout","time":1140.41918894,"data":"[W1] OK:158 SK:0 FL:8 | 166/1119 (14.8%) | 525/hr | 11h21m | Q:151\n"}
,{"stream_name":"stderr","time":1148.02511439,"data":"10:50:35 | [W0] OK container-ship-3599876 38_19851723.schematic (11,803B)\n"}
,{"stream_name":"stdout","time":1148.072795107,"data":"[W0] OK:159 SK:0 FL:8 | 167/1119 (14.9%) | 525/hr | 11h21m | Q:151\n"}
,{"stream_name":"stderr","time":1149.714258469,"data":"10:50:37 | [W2] OK japanese-styled-pagoda pagoda_266184.schematic (4,482B)\n"}
,{"stream_name":"stdout","time":1149.748269455,"data":"[W2] OK:160 SK:0 FL:8 | 168/1119 (15.0%) | 527/hr | 11h21m | Q:151\n"}
,{"stream_name":"stderr","time":1151.533977172,"data":"10:50:38 | [W3] OK star-wars-munificent-class-star-frigate-map munificent-class-star-frigate.zip (14,386,395B)\n"}
,{"stream_name":"stdout","time":1151.571671912,"data":"[W3] OK:161 SK:0 FL:8 | 169/1119 (15.1%) | 530/hr | 11h21m | Q:151\n"}
,{"stream_name":"stderr","time":1161.667887623,"data":"10:50:48 | [W4] OK deadlox-server-parkour-map-download mcdeadloxinfo_5244296.zip (428,188B)\n"}
,{"stream_name":"stdout","time":1161.705025282,"data":"[W4] OK:162 SK:0 FL:8 | 170/1119 (15.2%) | 528/hr | 11h21m | Q:151\n"}
,{"stream_name":"stderr","time":1169.884681479,"data":"10:50:57 | [W0] OK ivy-s-sniffer-enclosure ivys-sniffer-enclosure.schem (2,268B)\n"}
,{"stream_name":"stdout","time":1169.94890459,"data":"[W0] OK:163 SK:0 FL:8 | 171/1119 (15.3%) | 527/hr | 11h21m | Q:150\n"}
,{"stream_name":"stderr","time":1172.182473928,"data":"10:50:59 | [W1] OK fantasy-longhouse-download fantasylonghouse.schem (6,008B)\n"}
,{"stream_name":"stdout","time":1172.21410279,"data":"[W1] OK:164 SK:0 FL:8 | 172/1119 (15.4%) | 530/hr | 11h21m | Q:151\n"}
,{"stream_name":"stderr","time":1175.919013427,"data":"10:51:03 | [W3] OK minecraft-nier-2b-statue-free-schematic nier2bst-schem.zip (309,570B)\n"}
,{"stream_name":"stdout","time":1175.953209366,"data":"[W3] OK:165 SK:0 FL:8 | 173/1119 (15.5%) | 531/hr | 11h21m | Q:151\n"}
,{"stream_name":"stderr","time":1179.953203288,"data":"10:51:07 | [W2] OK birch-wood-survival-house 014-surv-birch-house-orange-trees.nbt (41,429B)\n"}
,{"stream_name":"stdout","time":1179.99304874,"data":"[W2] OK:166 SK:0 FL:8 | 174/1119 (15.5%) | 532/hr | 11h21m | Q:151\n"}
,{"stream_name":"stderr","time":1183.65544335,"data":"10:51:10 | [W4] OK sunshine-castle-tiny-castle-64x64-contest-entry 64x64x64sunshinecastle.schematic (44,236B)\n"}
,{"stream_name":"stdout","time":1183.698262498,"data":"[W4] OK:167 SK:0 FL:8 | 175/1119 (15.6%) | 534/hr | 11h21m | Q:151\n"}
,{"stream_name":"stderr","time":1197.781621336,"data":"10:51:25 | [W0] OK colosseum-arena-map lol.zip (1,333,705B)\n"}
,{"stream_name":"stdout","time":1197.825495577,"data":"[W0] OK:168 SK:0 FL:8 | 176/1119 (15.7%) | 530/hr | 11h20m | Q:150\n"}
,{"stream_name":"stderr","time":1199.168265673,"data":"10:51:26 | [W1] OK granny-chapter-1-education-edition-only granny-chapter-one.mcworld (93,258B)\n"}
,{"stream_name":"stdout","time":1199.214804436,"data":"[W1] OK:169 SK:0 FL:8 | 177/1119 (15.8%) | 533/hr | 11h20m | Q:151\n"}
,{"stream_name":"stderr","time":1201.584623539,"data":"10:51:28 | [W3] OK balkon-class-escort-frigate balkon-class-escort-frigate.schematic (26,807B)\n"}
,{"stream_name":"stdout","time":1201.642023201,"data":"[W3] OK:170 SK:0 FL:8 | 178/1119 (15.9%) | 535/hr | 11h20m | Q:151\n"}
,{"stream_name":"stderr","time":1210.364219653,"data":"10:51:37 | [W4] OK puzzle-2191043 puzzle_5598027.zip (197,117B)\n"}
,{"stream_name":"stdout","time":1210.382476987,"data":"[W4] OK:171 SK:0 FL:8 | 179/1119 (16.0%) | 534/hr | 11h20m | Q:151\n"}
,{"stream_name":"stderr","time":1221.617434042,"data":"10:51:48 | [W1] OK victory-ii-class-frigate victoryclass2frigateupdated.schematic (34,961B)\n"}
,{"stream_name":"stdout","time":1221.644461791,"data":"[W1] OK:172 SK:0 FL:8 | 180/1119 (16.1%) | 532/hr | 11h20m | Q:150\n"}
,{"stream_name":"stderr","time":1222.511040827,"data":"10:51:49 | [W0] OK japanese-tower-and-gate gatetower.schem (18,381B)\n"}
,{"stream_name":"stdout","time":1222.555702932,"data":"[W0] OK:173 SK:0 FL:8 | 181/1119 (16.2%) | 534/hr | 11h20m | Q:151\n"}
,{"stream_name":"stderr","time":1224.116898842,"data":"10:51:51 | [W3] OK ice---skywars ice10601307.zip (1,735,900B)\n"}
,{"stream_name":"stdout","time":1224.135874665,"data":"[W3] OK:174 SK:0 FL:8 | 182/1119 (16.3%) | 537/hr | 11h20m | Q:151\n"}
,{"stream_name":"stderr","time":1224.188156238,"data":"10:51:51 | [W2] Click fail marshmello-ft-bastille-happier-minecraft-note-block-song: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1237.159620528,"data":"10:52:04 | [W4] OK snowly-pot-pvp-arena potpvp.schematic (155,219B)\n"}
,{"stream_name":"stdout","time":1237.185235514,"data":"[W4] OK:175 SK:0 FL:8 | 183/1119 (16.4%) | 534/hr | 11h20m | Q:150\n"}
,{"stream_name":"stderr","time":1245.661585936,"data":"10:52:12 | [W1] OK grand-th-tre grand-th-tre-2017-05-06-15-30-41.schematic (22,762B)\n"}
,{"stream_name":"stdout","time":1245.715233854,"data":"[W1] OK:176 SK:0 FL:8 | 184/1119 (16.4%) | 533/hr | 11h20m | Q:150\n"}
,{"stream_name":"stderr","time":1250.944904114,"data":"10:52:18 | [W2] OK marshmello-ft-bastille-happier-minecraft-note-block-song marshmello-happier.zip (3,545,139B)\n"}
,{"stream_name":"stdout","time":1250.976631157,"data":"[W2] OK:177 SK:0 FL:8 | 185/1119 (16.5%) | 534/hr | 11h20m | Q:151\n"}
,{"stream_name":"stderr","time":1253.672780025,"data":"10:52:20 | [W0] OK medieval-castle-and-town-the-karnburgt karnburgt.zip (8,474,562B)\n"}
,{"stream_name":"stdout","time":1253.699537955,"data":"[W0] OK:178 SK:0 FL:8 | 186/1119 (16.6%) | 536/hr | 11h20m | Q:151\n"}
,{"stream_name":"stderr","time":1257.543510295,"data":"10:52:24 | [W3] OK roxanne-s-mansion roxanne-s-mansion-2025-02-21-20-22-25.mcworld (582,353B)\n"}
,{"stream_name":"stdout","time":1257.5651506,"data":"[W3] OK:179 SK:0 FL:8 | 187/1119 (16.7%) | 537/hr | 11h19m | Q:151\n"}
,{"stream_name":"stderr","time":1260.997439696,"data":"10:52:28 | [W4] OK mystic-nordic-isle mystic-nordic-isle.schem (1,296,535B)\n"}
,{"stream_name":"stdout","time":1261.021122286,"data":"[W4] OK:180 SK:0 FL:8 | 188/1119 (16.8%) | 538/hr | 11h19m | Q:149\n"}
,{"stream_name":"stderr","time":1268.506581777,"data":"10:52:35 | [W1] OK heart-hands hands.zip (1,957,535B)\n"}
,{"stream_name":"stdout","time":1268.532931252,"data":"[W1] OK:181 SK:0 FL:8 | 189/1119 (16.9%) | 538/hr | 11h19m | Q:151\n"}
,{"stream_name":"stderr","time":1270.581561509,"data":"10:52:37 | [W0] OK a-stable-stable stablestable9784395.schematic (3,996B)\n"}
,{"stream_name":"stdout","time":1270.599288366,"data":"[W0] OK:182 SK:0 FL:8 | 190/1119 (17.0%) | 540/hr | 11h19m | Q:151\n"}
,{"stream_name":"stderr","time":1272.245062404,"data":"10:52:39 | [W2] OK dantdm-minecraft-story-mode dantdmcopy29616932.zip (5,972,973B)\n"}
,{"stream_name":"stdout","time":1272.259144918,"data":"[W2] OK:183 SK:0 FL:8 | 191/1119 (17.1%) | 542/hr | 11h19m | Q:151\n"}
,{"stream_name":"stderr","time":1280.512676939,"data":"10:52:47 | [W3] OK hms-hood-2105992 hmshoodrefit8383474.schematic (25,512B)\n"}
,{"stream_name":"stdout","time":1280.542642639,"data":"[W3] OK:184 SK:0 FL:8 | 192/1119 (17.2%) | 542/hr | 11h19m | Q:151\n"}
,{"stream_name":"stderr","time":1284.889088028,"data":"10:52:52 | [W4] OK ahrmose-station---mars-solo-contest-3543282 shemshem9669757.schematic (310,553B)\n"}
,{"stream_name":"stdout","time":1284.927358457,"data":"[W4] OK:185 SK:0 FL:8 | 193/1119 (17.2%) | 543/hr | 11h19m | Q:151\n"}
,{"stream_name":"stderr","time":1298.653903009,"data":"10:53:05 | [W0] OK lord-of-the-rings-mega-build lord of da rings.zip (602B)\n"}
,{"stream_name":"stdout","time":1298.684019172,"data":"[W0] OK:186 SK:0 FL:8 | 194/1119 (17.3%) | 539/hr | 11h19m | Q:151\n"}
,{"stream_name":"stderr","time":1299.446027534,"data":"10:53:06 | [W1] OK gardinia-yacht gardiniabeta10855327.schematic (5,569B)\n"}
,{"stream_name":"stdout","time":1299.477114728,"data":"[W1] OK:187 SK:0 FL:8 | 195/1119 (17.4%) | 542/hr | 11h19m | Q:151\n"}
,{"stream_name":"stderr","time":1300.429964267,"data":"10:53:07 | [W3] OK medieval-shopes-set---5-shops medievalshopsset10392534.schematic (9,995B)\n"}
,{"stream_name":"stdout","time":1300.479777817,"data":"[W3] OK:188 SK:0 FL:8 | 196/1119 (17.5%) | 544/hr | 11h19m | Q:151\n"}
,{"stream_name":"stderr","time":1307.852719016,"data":"10:53:15 | [W4] OK torii-gate-build-and-litematic torii-gate.zip (1,664,678B)\n"}
,{"stream_name":"stdout","time":1307.87272531,"data":"[W4] OK:189 SK:0 FL:8 | 197/1119 (17.6%) | 544/hr | 11h19m | Q:151\n"}
,{"stream_name":"stderr","time":1308.45842466,"data":"10:53:15 | [W2] Click fail infinite-size-sphere-generator-in-vanilla-minecraft-world--edit-shapes-with-command-blocks: Timeout 18000ms exceeded while waiting for event \"\n"}
,{"stream_name":"stderr","time":1322.86285402,"data":"10:53:30 | [W1] OK deadmau5head2 deadmau5head2_28430_schematic.schematic (48,927B)\n"}
,{"stream_name":"stdout","time":1322.883646082,"data":"[W1] OK:190 SK:0 FL:8 | 198/1119 (17.7%) | 540/hr | 11h18m | Q:151\n"}
,{"stream_name":"stderr","time":1325.465504449,"data":"10:53:32 | [W3] OK 2-piston-lift lift-2-piston-redwire-improved-6.schematic (457B)\n"}
,{"stream_name":"stdout","time":1325.487115748,"data":"[W3] OK:191 SK:0 FL:8 | 199/1119 (17.8%) | 542/hr | 11h18m | Q:151\n"}
,{"stream_name":"stderr","time":1326.16097578,"data":"10:53:33 | [W0] OK farm-4082392 farm.schematic (1,077B)\n"}
,{"stream_name":"stdout","time":1326.181425117,"data":"[W0] OK:192 SK:0 FL:8 | 200/1119 (17.9%) | 545/hr | 11h18m | Q:151\n"}
,{"stream_name":"stderr","time":1332.112428556,"data":"10:53:39 | [W4] OK the-big-pvp-arena-giant-pvp-arena arena.schem (163,634B)\n"}
,{"stream_name":"stdout","time":1332.143047776,"data":"[W4] OK:193 SK:0 FL:8 | 201/1119 (18.0%) | 545/hr | 11h18m | Q:151\n"}
,{"stream_name":"stderr","time":1337.207245749,"data":"10:53:44 | [W2] OK infinite-size-sphere-generator-in-vanilla-minecraft-world--edit-shapes-with-command-blocks spheregenerator-ejmonkey9082960.schematic (3,499B)\n"}
,{"stream_name":"stdout","time":1337.257523609,"data":"[W2] OK:194 SK:0 FL:8 | 202/1119 (18.1%) | 546/hr | 11h18m | Q:151\n"}
,{"stream_name":"stderr","time":1344.854752245,"data":"10:53:52 | [W1] OK the-dragon-s-mountain-download alapkreaspawn.schematic (329,208B)\n"}
,{"stream_name":"stdout","time":1344.885686067,"data":"[W1] OK:195 SK:0 FL:8 | 203/1119 (18.1%) | 545/hr | 11h18m | Q:151\n"}
,{"stream_name":"stderr","time":1349.980684522,"data":"10:53:57 | [W0] OK acropolis-athens-contest temple-of-athens-by-omega737.zip (7,155,764B)\n"}
,{"stream_name":"stdout","time":1350.016938947,"data":"[W0] OK:196 SK:0 FL:8 | 204/1119 (18.2%) | 546/hr | 11h18m | Q:150\n"}
,{"stream_name":"stderr","time":1353.372971392,"data":"10:54:00 | [W3] OK flying-fantasy-tower FLyingFantasyTower1.schematic (239,655B)\n"}
,{"stream_name":"stdout","time":1353.406276357,"data":"[W3] OK:197 SK:0 FL:8 | 205/1119 (18.3%) | 547/hr | 11h18m | Q:151\n"}
,{"stream_name":"stderr","time":1357.580850155,"data":"10:54:04 | [W4] OK pokemon-162491 Terdo.schematic (1,744B)\n"}
,{"stream_name":"stdout","time":1357.595226908,"data":"[W4] OK:198 SK:0 FL:8 | 206/1119 (18.4%) | 548/hr | 11h18m | Q:149\n"}
,{"stream_name":"stderr","time":1367.994602096,"data":"10:54:15 | [W2] OK find-the-button-5097340 l-3-find-l-2the-l-4button.mcworld (1,074,992B)\n"}
,{"stream_name":"stdout","time":1368.035072865,"data":"[W2] OK:199 SK:0 FL:8 | 207/1119 (18.5%) | 547/hr | 11h18m | Q:151\n"}
,{"stream_name":"stderr","time":1375.006809281,"data":"10:54:22 | [W1] OK a-pagoda-5219636 pagoda.zip (804,129B)\n"}
,{"stream_name":"stdout","time":1375.057195747,"data":"[W1] OK:200 SK:0 FL:8 | 208/1119 (18.6%) | 546/hr | 11h18m | Q:151\n"}
,{"stream_name":"stderr","time":1375.491093535,"data":"10:54:22 | [W0] OK automatic-rails-farm-1-19 automaticrailsfarm-1-19.zip (1,120,404B)\n"}
,{"stream_name":"stdout","time":1375.535476133,"data":"[W0] OK:201 SK:0 FL:8 | 209/1119 (18.7%) | 549/hr | 11h18m | Q:151\n"}
,{"stream_name":"stderr","time":1381.167671003,"data":"10:54:28 | [W4] OK standard-school-design-vi-49 standard-school-design-vi-49-by-ultim4teruffles.zip (23,530B)\n"}
,{"stream_name":"stdout","time":1381.202112108,"data":"[W4] OK:202 SK:0 FL:8 | 210/1119 (18.8%) | 549/hr | 11h17m | Q:150\n"}
,{"stream_name":"stderr","time":1382.162596034,"data":"10:54:29 | [W3] OK automatic-mobhead-farm-1-19 automaticmobheadfarm-1-19.zip (1,488,388B)\n"}
,{"stream_name":"stdout","time":1382.192829712,"data":"[W3] OK:203 SK:0 FL:8 | 211/1119 (18.9%) | 552/hr | 11h17m | Q:151\n"}
,{"stream_name":"stderr","time":1390.601214259,"data":"10:54:37 | [W2] OK survival-map-1797377 Wise_Mogs-Survival-Map.zip (1,696,550B)\n"}
,{"stream_name":"stdout","time":1390.620154036,"data":"[W2] OK:204 SK:0 FL:8 | 212/1119 (18.9%) | 551/hr | 11h17m | Q:151\n"}
,{"stream_name":"stderr","time":1393.458591119,"data":"10:54:40 | [W1] OK hotel-skyscraper-schematic hotel-skyscraper-1-0.schem (7,647B)\n"}
,{"stream_name":"stdout","time":1393.480195089,"data":"[W1] OK:205 SK:0 FL:8 | 213/1119 (19.0%) | 552/hr | 11h17m | Q:151\n"}
,{"stream_name":"stderr","time":1394.553923323,"data":"10:54:41 | [W0] OK small-spawn-3988730 spawn.schematic (10,487B)\n"}
,{"stream_name":"stdout","time":1394.584524105,"data":"[W0] OK:206 SK:0 FL:8 | 214/1119 (19.1%) | 555/hr | 11h17m | Q:151\n"}
,{"stream_name":"stderr","time":1401.446459215,"data":"10:54:48 | [W3] OK boat-4416602 boat.schem (3,770B)\n"}
,{"stream_name":"stdout","time":1401.513694584,"data":"[W3] OK:207 SK:0 FL:8 | 215/1119 (19.2%) | 554/hr | 11h17m | Q:150\n"}
,{"stream_name":"stderr","time":1405.391939624,"data":"10:54:52 | [W4] OK rainbow-amusement-park amusement-park.zip (1,406,219B)\n"}
,{"stream_name":"stdout","time":1405.441878361,"data":"[W4] OK:208 SK:0 FL:8 | 216/1119 (19.3%) | 555/hr | 11h17m | Q:150\n"}
,{"stream_name":"stderr","time":1418.160563944,"data":"10:55:05 | [W2] OK white-minihub-free-download closed-minispawn-27x27x21.schematic (3,371B)\n"}
,{"stream_name":"stdout","time":1418.190793537,"data":"[W2] OK:209 SK:0 FL:8 | 217/1119 (19.4%) | 553/hr | 11h17m | Q:151\n"}
,{"stream_name":"stderr","time":1418.205150378,"data":"10:55:05 | [W1] OK hypixel---limbo-recreation hypixel-limbo10317958.schematic (6,981B)\n"}
,{"stream_name":"stdout","time":1418.234919406,"data":"[W1] OK:210 SK:0 FL:8 | 218/1119 (19.5%) | 556/hr | 11h17m | Q:151\n"}
,{"stream_name":"stderr","time":1420.676533007,"data":"10:55:07 | [W0] OK my-first-portal portal_959059.schematic (1,751B)\n"}
,{"stream_name":"stdout","time":1420.711577248,"data":"[W0] OK:211 SK:0 FL:8 | 219/1119 (19.6%) | 557/hr | 11h17m | Q:151\n"}
,{"stream_name":"stderr","time":1424.190197177,"data":"10:55:11 | [W3] OK spleef-pvp-arena spleef-area.schematic (65,361B)\n"}
,{"stream_name":"stdout","time":1424.213442355,"data":"[W3] OK:212 SK:0 FL:8 | 220/1119 (19.7%) | 558/hr | 11h17m | Q:151\n"}
,{"stream_name":"stderr","time":1431.883043911,"data":"10:55:19 | [W4] OK yacht-3075435 yacht8120418.schematic (15,598B)\n"}
,{"stream_name":"stdout","time":1431.922674137,"data":"[W4] OK:213 SK:0 FL:8 | 221/1119 (19.7%) | 558/hr | 11h17m | Q:150\n"}
,{"stream_name":"stderr","time":1442.85687154,"data":"10:55:30 | [W1] OK my-skull-island myskullisland17910076.schematic (246,509B)\n"}
,{"stream_name":"stdout","time":1442.904403193,"data":"[W1] OK:214 SK:0 FL:8 | 222/1119 (19.8%) | 556/hr | 11h16m | Q:150\n"}
,{"stream_name":"stderr","time":1443.582452915,"data":"10:55:30 | [W2] OK angry-neighbor-5996841 angry-neighbor-map.zip (3,414,817B)\n"}
,{"stream_name":"stdout","time":1443.635878496,"data":"[W2] OK:215 SK:0 FL:8 | 223/1119 (19.9%) | 558/hr | 11h16m | Q:150\n"}
,{"stream_name":"stderr","time":1445.439852278,"data":"10:55:32 | [W3] OK sikorsky-mh-60-jayhawk-helicopter-with-download jayhawk.schem (2,705B)\n"}
,{"stream_name":"stdout","time":1445.469883215,"data":"[W3] OK:216 SK:0 FL:8 | 224/1119 (20.0%) | 560/hr | 11h16m | Q:151\n"}
,{"stream_name":"stderr","time":1447.69653141,"data":"10:55:34 | [W0] OK harold-steam-locomotive haroldsteamlocomotivemadebyjose831.schematic (3,555B)\n"}
,{"stream_name":"stdout","time":1447.722411826,"data":"[W0] OK:217 SK:0 FL:8 | 225/1119 (20.1%) | 562/hr | 11h16m | Q:151\n"}
,{"stream_name":"stderr","time":1458.451890031,"data":"10:55:45 | [W4] OK village-transformation-building-pack village-transformation-palette.zip (516,266B)\n"}
,{"stream_name":"stdout","time":1458.472721279,"data":"[W4] OK:218 SK:0 FL:8 | 226/1119 (20.2%) | 560/hr | 11h16m | Q:151\n"}
,{"stream_name":"stdout","time":1458.476397803,"data":"\n"}
,{"stream_name":"stdout","time":1458.480668102,"data":"==================================================\n"}
,{"stream_name":"stdout","time":1458.480760205,"data":"SUMMARY: 890 done | 225 failed | 0 skipped | 4 pending\n"}
,{"stream_name":"stdout","time":1458.480819154,"data":"Progress CSV: /kaggle/working/pmc_out/progress.csv\n"}
,{"stream_name":"stdout","time":1458.480824961,"data":"==================================================\n"}
,{"stream_name":"stdout","time":1458.480830259,"data":"\n"}
,{"stream_name":"stderr","time":1458.481458076,"data":"10:55:45 | [W4] Think pause 23s\n"}
,{"stream_name":"stderr","time":1467.504329704,"data":"10:55:54 | [W1] OK coliseum-arena pvp-arena.zip (708,252B)\n"}
,{"stream_name":"stdout","time":1467.532706043,"data":"[W1] OK:219 SK:0 FL:8 | 227/1119 (20.3%) | 559/hr | 11h16m | Q:151\n"}
,{"stream_name":"stderr","time":1468.885129442,"data":"10:55:56 | [W2] OK medieval-red-house-5174044 red-medieval-house.schem (4,450B)\n"}
,{"stream_name":"stdout","time":1468.927788861,"data":"[W2] OK:220 SK:0 FL:8 | 228/1119 (20.4%) | 561/hr | 11h16m | Q:151\n"}
,{"stream_name":"stderr","time":1470.09649527,"data":"10:55:57 | [W3] OK find-the-button-3784939 findthebutton10473500.zip (209,628B)\n"}
,{"stream_name":"stdout","time":1470.12437267,"data":"[W3] OK:221 SK:0 FL:8 | 229/1119 (20.5%) | 563/hr | 11h16m | Q:151\n"}
,{"stream_name":"stderr","time":1470.619255352,"data":"10:55:57 | [W0] OK fairy-tail Fairy-Tail.zip (17,339B)\n"}
,{"stream_name":"stdout","time":1470.630999658,"data":"[W0] OK:222 SK:0 FL:8 | 230/1119 (20.6%) | 565/hr | 11h16m | Q:151\n"}
,{"stream_name":"stderr","time":1492.748437222,"data":"10:56:20 | [W1] OK rural-homestead dtbh-homestead-v1-1.schem (25,755B)\n"}
,{"stream_name":"stdout","time":1492.781242761,"data":"[W1] OK:223 SK:0 FL:8 | 231/1119 (20.6%) | 559/hr | 11h16m | Q:151\n"}
,{"stream_name":"stderr","time":1496.738058498,"data":"10:56:24 | [W3] OK flour-mill-full-interior-world-download-included flour-mill.zip (9,128,125B)\n"}
,{"stream_name":"stdout","time":1496.785132949,"data":"[W3] OK:224 SK:0 FL:8 | 232/1119 (20.7%) | 560/hr | 11h16m | Q:151\n"}
,{"stream_name":"stderr","time":1498.411489779,"data":"10:56:25 | [W2] OK institute-of-institutes Institute of Institutes by Colombos.schematic (66,684B)\n"}
,{"stream_name":"stdout","time":1498.446505526,"data":"[W2] OK:225 SK:0 FL:8 | 233/1119 (20.8%) | 562/hr | 11h15m | Q:151\n"}
,{"stream_name":"stderr","time":1498.882358802,"data":"10:56:26 | [W4] OK dalek-3d-model---doctor-who---wip dalek.schematic (141,708B)\n"}
,{"stream_name":"stdout","time":1498.922761623,"data":"[W4] OK:226 SK:0 FL:8 | 234/1119 (20.9%) | 564/hr | 11h15m | Q:151\n"}
,{"stream_name":"stderr","time":1499.119575982,"data":"10:56:26 | [W0] OK ah-6-little-bird AH-6-Little-Bird.zip (638B)\n"}
,{"stream_name":"stdout","time":1499.149596179,"data":"[W0] OK:227 SK:0 FL:8 | 235/1119 (21.0%) | 567/hr | 11h15m | Q:151\n"}
,{"stream_name":"stderr","time":1516.59603108,"data":"10:56:43 | [W1] OK fictional-capital-building spawn.zip (4,370,966B)\n"}
,{"stream_name":"stdout","time":1516.654999949,"data":"[W1] OK:228 SK:0 FL:8 | 236/1119 (21.1%) | 562/hr | 11h15m | Q:151\n"}
,{"stream_name":"stderr","time":1519.674896639,"data":"10:56:46 | [W2] OK 7-eleven-convenience-store-4653302 7-eleven-convenience-store.zip (685,453B)\n"}
,{"stream_name":"stdout","time":1519.711017065,"data":"[W2] OK:229 SK:0 FL:8 | 237/1119 (21.2%) | 564/hr | 11h15m | Q:151\n"}
,{"stream_name":"stderr","time":1525.385785014,"data":"10:56:52 | [W4] OK blade-runner-police-spinner bladerunnerpolicespinner.schem (2,203B)\n"}
,{"stream_name":"stdout","time":1525.402436828,"data":"[W4] OK:230 SK:0 FL:8 | 238/1119 (21.3%) | 564/hr | 11h15m | Q:150\n"}
,{"stream_name":"stderr","time":1525.447566137,"data":"10:56:52 | [W3] OK hms-trafalgar HMSTrafalgar.schematic (7,204B)\n"}
,{"stream_name":"stdout","time":1525.462333255,"data":"[W3] OK:231 SK:0 FL:8 | 239/1119 (21.4%) | 566/hr | 11h15m | Q:150\n"}
,{"stream_name":"stderr","time":1525.670343764,"data":"10:56:52 | [W0] OK minecraft-raft-hardcore map.zip (5,516,040B)\n"}
,{"stream_name":"stdout","time":1525.703262043,"data":"[W0] OK:232 SK:0 FL:8 | 240/1119 (21.4%) | 569/hr | 11h15m | Q:150\n"}
,{"stream_name":"stderr","time":1537.369714767,"data":"10:57:04 | [W1] OK large-house-mansion Mansion By Estatesinc.schematic (4,985B)\n"}
,{"stream_name":"stdout","time":1537.387151094,"data":"[W1] OK:233 SK:0 FL:8 | 241/1119 (21.5%) | 567/hr | 11h15m | Q:151\n"}
,{"stream_name":"stderr","time":1549.644935551,"data":"10:57:16 | [W0] OK tower1 tower1.zip (4,058,357B)\n"}
,{"stream_name":"stdout","time":1549.715594596,"data":"[W0] OK:234 SK:0 FL:8 | 242/1119 (21.6%) | 564/hr | 11h15m | Q:150\n"}
,{"stream_name":"stderr","time":1549.919045307,"data":"10:57:17 | [W2] OK 12-awesome-custom-tree-designs custom-trees-race-crafter.zip (1,846,360B)\n"}
,{"stream_name":"stdout","time":1549.937912479,"data":"[W2] OK:235 SK:0 FL:8 | 243/1119 (21.7%) | 567/hr | 11h15m | Q:150\n"}
,{"stream_name":"stderr","time":1552.817898426,"data":"10:57:20 | [W4] OK kms-dkm-bismarck-1941-1-1-scale-model bismarck41.zip (4,801,139B)\n"}
,{"stream_name":"stdout","time":1552.847973294,"data":"[W4] OK:236 SK:0 FL:8 | 244/1119 (21.8%) | 568/hr | 11h15m | Q:151\n"}
,{"stream_name":"stderr","time":1553.462591322,"data":"10:57:20 | [W3] OK bomb-pack---moab-and-j-dam-bombs STEALTHys-Bomb-Pack.zip (1,939B)\n"}
,{"stream_name":"stdout","time":1553.501443075,"data":"[W3] OK:237 SK:0 FL:8 | 245/1119 (21.9%) | 570/hr | 11h15m | Q:151\n"}
,{"stream_name":"stderr","time":1560.630197476,"data":"10:57:27 | [W1] OK skyscraper01 Skyscraper1.schematic (8,207B)\n"}
,{"stream_name":"stdout","time":1560.652106567,"data":"[W1] OK:238 SK:0 FL:8 | 246/1119 (22.0%) | 570/hr | 11h14m | Q:151\n"}
,{"stream_name":"stdout","time":1560.653532532,"data":"\n"}
,{"stream_name":"stdout","time":1560.653674254,"data":"==================================================\n"}
,{"stream_name":"stdout","time":1560.65388992,"data":"SUMMARY: 910 done | 208 failed | 0 skipped | 1 pending\n"}
,{"stream_name":"stderr","time":1560.65524969,"data":"10:57:27 | [W1] Think pause 23s\n"}
,{"stream_name":"stdout","time":1560.655298406,"data":"Progress CSV: /kaggle/working/pmc_out/progress.csv\n"}
,{"stream_name":"stdout","time":1560.655310045,"data":"==================================================\n"}
,{"stream_name":"stdout","time":1560.655313722,"data":"\n"}
,{"stream_name":"stderr","time":1575.282961856,"data":"10:57:42 | [W4] OK minecraft-five-nights-at-freddys-roleplay-map-season-1-wip-exact-recreation-i-hope world-1.zip (6,341,117B)\n"}
,{"stream_name":"stdout","time":1575.312989564,"data":"[W4] OK:239 SK:0 FL:8 | 247/1119 (22.1%) | 567/hr | 11h14m | Q:151\n"}
,{"stream_name":"stderr","time":1576.22111003,"data":"10:57:43 | [W0] OK mustafar-hungergames mustafar8596469.schematic (987,860B)\n"}
,{"stream_name":"stdout","time":1576.26245555,"data":"[W0] OK:240 SK:0 FL:8 | 248/1119 (22.2%) | 569/hr | 11h14m | Q:151\n"}
,{"stream_name":"stderr","time":1579.970818223,"data":"10:57:47 | [W2] OK starter-house-6242378 starter-house.zip (1,825,867B)\n"}
,{"stream_name":"stdout","time":1580.02509011,"data":"[W2] OK:241 SK:0 FL:8 | 249/1119 (22.3%) | 570/hr | 11h14m | Q:151\n"}
,{"stream_name":"stdout","time":1580.027331552,"data":"\n"}
,{"stream_name":"stdout","time":1580.027364544,"data":"==================================================\n"}
,{"stream_name":"stdout","time":1580.027369281,"data":"SUMMARY: 913 done | 205 failed | 0 skipped | 1 pending\n"}
,{"stream_name":"stdout","time":1580.027373724,"data":"Progress CSV: /kaggle/working/pmc_out/progress.csv\n"}
,{"stream_name":"stdout","time":1580.027377693,"data":"==================================================\n"}
,{"stream_name":"stdout","time":1580.027407842,"data":"\n"}
,{"stream_name":"stderr","time":1580.028530006,"data":"10:57:47 | [W2] Think pause 26s\n"}
,{"stream_name":"stderr","time":1580.343094468,"data":"10:57:47 | [W3] OK cherry-wood-house cherrygrovehouse1.schem (2,538B)\n"}
,{"stream_name":"stdout","time":1580.371526781,"data":"[W3] OK:242 SK:0 FL:8 | 250/1119 (22.3%) | 572/hr | 11h14m | Q:151\n"}
,{"stream_name":"stdout","time":1580.373341912,"data":"\n"}
,{"stream_name":"stdout","time":1580.373367759,"data":"==================================================\n"}
,{"stream_name":"stdout","time":1580.374481774,"data":"SUMMARY: 914 done | 205 failed | 0 skipped | 0 pending\n"}
,{"stream_name":"stdout","time":1580.374526818,"data":"Progress CSV: /kaggle/working/pmc_out/progress.csv\n"}
,{"stream_name":"stdout","time":1580.374531502,"data":"==================================================\n"}
,{"stream_name":"stdout","time":1580.374535059,"data":"\n"}
,{"stream_name":"stderr","time":1580.374787402,"data":"10:57:47 | [W3] Think pause 37s\n"}
,{"stream_name":"stderr","time":1592.895005336,"data":"10:58:00 | [W1] OK jurassic-park-1993-visitor-center jurassic-park-visitor-center.schematic (2,971B)\n"}
,{"stream_name":"stdout","time":1592.932508515,"data":"[W1] OK:243 SK:0 FL:8 | 251/1119 (22.4%) | 570/hr | 11h14m | Q:151\n"}
,{"stream_name":"stderr","time":1593.602593812,"data":"10:58:00 | [W4] OK jurassic-park-emergency-bunker jp_emergency_bunker10769323.schematic (8,632B)\n"}
,{"stream_name":"stdout","time":1593.634406495,"data":"[W4] OK:244 SK:0 FL:8 | 252/1119 (22.5%) | 572/hr | 11h14m | Q:151\n"}
,{"stream_name":"stderr","time":1596.210581879,"data":"10:58:03 | [W0] OK japanese-building-ideas 10.zip (3,884,523B)\n"}
,{"stream_name":"stdout","time":1596.225151081,"data":"[W0] OK:245 SK:0 FL:8 | 253/1119 (22.6%) | 573/hr | 11h14m | Q:151\n"}
,{"stream_name":"stderr","time":1612.093518191,"data":"10:58:19 | [W4] OK christmas-tree-377239 xmastree.schematic (2,021B)\n"}
,{"stream_name":"stdout","time":1612.114909544,"data":"[W4] OK:246 SK:0 FL:8 | 254/1119 (22.7%) | 570/hr | 11h14m | Q:151\n"}
,{"stream_name":"stderr","time":1618.929418432,"data":"10:58:26 | [W1] OK capitol-building-with-gardens capitol10241682.schematic (18,286B)\n"}
,{"stream_name":"stdout","time":1618.964497161,"data":"[W1] OK:247 SK:0 FL:8 | 255/1119 (22.8%) | 569/hr | 11h13m | Q:151\n"}
,{"stream_name":"stderr","time":1619.337239146,"data":"10:58:26 | [W0] OK better-natural-shipwreck-litematica bettershipwreck.zip (927,074B)\n"}
,{"stream_name":"stdout","time":1619.374054179,"data":"[W0] OK:248 SK:0 FL:8 | 256/1119 (22.9%) | 572/hr | 11h13m | Q:151\n"}
,{"stream_name":"stderr","time":1619.965829968,"data":"10:58:27 | [W2] OK mob-spawner---xp-farmer Mob-Spawner---XP-Farmer.zip (1,537,143B)\n"}
,{"stream_name":"stdout","time":1619.996957426,"data":"[W2] OK:249 SK:0 FL:8 | 257/1119 (23.0%) | 574/hr | 11h13m | Q:151\n"}
,{"stream_name":"stderr","time":1627.053638493,"data":"10:58:34 | [W3] OK u-s-s-reliant-ncc-1864-miranda-class u-s-s-reliant.schematic (60,848B)\n"}
,{"stream_name":"stdout","time":1627.068982063,"data":"[W3] OK:250 SK:0 FL:8 | 258/1119 (23.1%) | 573/hr | 11h13m | Q:151\n"}
,{"stream_name":"stderr","time":1636.8625069,"data":"10:58:44 | [W4] OK decimations-of-dublin cloverfield.zip (547,815B)\n"}
,{"stream_name":"stdout","time":1636.90567117,"data":"[W4] OK:251 SK:0 FL:8 | 259/1119 (23.1%) | 572/hr | 11h13m | Q:151\n"}
,{"stream_name":"stderr","time":1643.765046025,"data":"10:58:51 | [W2] OK mesotopia mesotopia_by_mohotzgui9066652.schematic (265,412B)\n"}
,{"stream_name":"stdout","time":1643.820885019,"data":"[W2] OK:252 SK:0 FL:8 | 260/1119 (23.2%) | 572/hr | 11h13m | Q:150\n"}
,{"stream_name":"stderr","time":1646.152196813,"data":"10:58:53 | [W1] OK 8-lucky-blocks-map-based-on-loot-and-potioncore-forge-1-8-9 mapa-lucky-block-2025.zip (3,723,145B)\n"}
,{"stream_name":"stdout","time":1646.191260978,"data":"[W1] OK:253 SK:0 FL:8 | 261/1119 (23.3%) | 573/hr | 11h13m | Q:151\n"}
,{"stream_name":"stderr","time":1646.214122778,"data":"10:58:53 | [W0] OK gothic-basilica-of-st-augustine StAugutine.schematic (70,416B)\n"}
,{"stream_name":"stdout","time":1646.244681417,"data":"[W0] OK:254 SK:0 FL:8 | 262/1119 (23.4%) | 575/hr | 11h13m | Q:151\n"}
,{"stream_name":"stderr","time":1647.526827373,"data":"10:58:54 | [W3] OK miy-custom-15-years-of-minecraft custom-15-years-world.mcworld (523,794B)\n"}
,{"stream_name":"stdout","time":1647.562466457,"data":"[W3] OK:255 SK:0 FL:8 | 263/1119 (23.5%) | 577/hr | 11h13m | Q:151\n"}
,{"stream_name":"stderr","time":1658.4377789,"data":"10:59:05 | [W4] OK old-arena 18271323-PMC.zip (7,516,109B)\n"}
,{"stream_name":"stdout","time":1658.457680304,"data":"[W4] OK:256 SK:0 FL:8 | 264/1119 (23.6%) | 576/hr | 11h13m | Q:151\n"}
,{"stream_name":"stderr","time":1665.038178317,"data":"10:59:12 | [W3] OK auto-harvest-wheat-farm-69326 wheat farm.schematic (5,246B)\n"}
,{"stream_name":"stdout","time":1665.072565513,"data":"[W3] OK:257 SK:0 FL:8 | 265/1119 (23.7%) | 575/hr | 11h13m | Q:151\n"}
,{"stream_name":"stderr","time":1666.107510121,"data":"10:59:13 | [W1] OK palace-of-the-great-sea ocean_palace18753402.schematic (184,656B)\n"}
,{"stream_name":"stdout","time":1666.163037665,"data":"[W1] OK:258 SK:0 FL:8 | 266/1119 (23.8%) | 577/hr | 11h13m | Q:151\n"}
,{"stream_name":"stderr","time":1671.715000848,"data":"10:59:19 | [W0] OK mansion-002 mansion0029106164.schematic (7,077B)\n"}
,{"stream_name":"stdout","time":1671.742417495,"data":"[W0] OK:259 SK:0 FL:8 | 267/1119 (23.9%) | 578/hr | 11h13m | Q:151\n"}
,{"stream_name":"stdout","time":1671.74313209,"data":"\n"}
,{"stream_name":"stdout","time":1671.743269394,"data":"==================================================\n"}
,{"stream_name":"stdout","time":1671.743513951,"data":"SUMMARY: 931 done | 186 failed | 0 skipped | 2 pending\n"}
,{"stream_name":"stdout","time":1671.743870169,"data":"Progress CSV: /kaggle/working/pmc_out/progress.csv\n"}
,{"stream_name":"stdout","time":1671.743981316,"data":"==================================================\n"}
,{"stream_name":"stdout","time":1671.744064738,"data":"\n"}
,{"stream_name":"stderr","time":1671.744439769,"data":"10:59:19 | [W0] Think pause 35s\n"}
,{"stream_name":"stderr","time":1674.205890262,"data":"10:59:21 | [W2] OK roman-villa-and-testing-world conquest-reforged-houses.zip (10,848,565B)\n"}
,{"stream_name":"stdout","time":1674.230488691,"data":"[W2] OK:260 SK:0 FL:8 | 268/1119 (23.9%) | 579/hr | 11h13m | Q:150\n"}
,{"stream_name":"stderr","time":1682.27600997,"data":"10:59:29 | [W4] OK angel-statue-2846084 angelstatue3740.schematic (1,685B)\n"}
,{"stream_name":"stdout","time":1682.31170674,"data":"[W4] OK:261 SK:0 FL:8 | 269/1119 (24.0%) | 578/hr | 11h12m | Q:150\n"}
,{"stream_name":"stderr","time":1684.392887497,"data":"10:59:31 | [W1] OK custom-npc-village-v10-incl-other-structures Custom-NPC-Village-v10.schematic (23,610B)\n"}
,{"stream_name":"stdout","time":1684.443449147,"data":"[W1] OK:262 SK:0 FL:8 | 270/1119 (24.1%) | 580/hr | 11h12m | Q:151\n"}
,{"stream_name":"stderr","time":1688.512478366,"data":"10:59:35 | [W3] OK the-dark-castle---by-xskivy TheDarkCastleschematic.zip (31,365B)\n"}
,{"stream_name":"stdout","time":1688.544644148,"data":"[W3] OK:263 SK:0 FL:8 | 271/1119 (24.2%) | 580/hr | 11h12m | Q:151\n"}
,{"stream_name":"stderr","time":1697.01759722,"data":"10:59:44 | [W2] OK private-island-3936199 modernhouse10969721.zip (1,906,268B)\n"}
,{"stream_name":"stdout","time":1697.061120689,"data":"[W2] OK:264 SK:0 FL:8 | 272/1119 (24.3%) | 580/hr | 11h12m | Q:151\n"}
,{"stream_name":"stderr","time":1700.731557615,"data":"10:59:48 | [W4] OK wild-west-saloon Wild West Saloon.schematic (4,273B)\n"}
,{"stream_name":"stdout","time":1700.77337196,"data":"[W4] OK:265 SK:0 FL:8 | 273/1119 (24.4%) | 580/hr | 11h12m | Q:150\n"}
,{"stream_name":"stderr","time":1706.274603477,"data":"10:59:53 | [W1] OK grave-keepers-mansion grave-keepers-mansion.zip (4,221,643B)\n"}
,{"stream_name":"stdout","time":1706.306496181,"data":"[W1] OK:266 SK:0 FL:8 | 274/1119 (24.5%) | 581/hr | 11h12m | Q:151\n"}
,{"stream_name":"stderr","time":1712.967605864,"data":"11:00:00 | [W3] OK new-voltz-server-spawn VOLTZSPAWN.schematic (19,636B)\n"}
,{"stream_name":"stdout","time":1712.993330647,"data":"[W3] OK:267 SK:0 FL:8 | 275/1119 (24.6%) | 581/hr | 11h12m | Q:151\n"}
,{"stream_name":"stderr","time":1722.514327434,"data":"11:00:09 | [W2] OK tower-ruins-4559288 towerruins.schematic (3,086B)\n"}
,{"stream_name":"stdout","time":1722.55520725,"data":"[W2] OK:268 SK:0 FL:8 | 276/1119 (24.7%) | 579/hr | 11h12m | Q:150\n"}
,{"stream_name":"stderr","time":1724.721891419,"data":"11:00:12 | [W0] OK craftmaps-cakefactory craftmapscakefactory.mcworld (1,729,487B)\n"}
,{"stream_name":"stdout","time":1724.762104744,"data":"[W0] OK:269 SK:0 FL:8 | 277/1119 (24.8%) | 581/hr | 11h12m | Q:151\n"}
,{"stream_name":"stderr","time":1724.839245137,"data":"11:00:12 | [W4] OK infected---download infected9722311.schematic (310,481B)\n"}
,{"stream_name":"stdout","time":1724.896981111,"data":"[W4] OK:270 SK:0 FL:8 | 278/1119 (24.8%) | 583/hr | 11h12m | Q:151\n"}
,{"stream_name":"stderr","time":1732.490085374,"data":"11:00:19 | [W1] OK sandstone-mansion-6297439 sandstone-mansion.zip (634,852B)\n"}
,{"stream_name":"stdout","time":1732.522168165,"data":"[W1] OK:271 SK:0 FL:8 | 279/1119 (24.9%) | 582/hr | 11h12m | Q:151\n"}
,{"stream_name":"stderr","time":1734.378755117,"data":"11:00:21 | [W3] OK floating-islands-3653001 floating_islands10026054.schematic (11,967B)\n"}
,{"stream_name":"stdout","time":1734.407783415,"data":"[W3] OK:272 SK:0 FL:8 | 280/1119 (25.0%) | 584/hr | 11h12m | Q:151\n"}
,{"stream_name":"stderr","time":1737.44782674,"data":"11:00:24 | [W2] OK midnight-castle castlemidnight.zip (1,372,860B)\n"}
,{"stream_name":"stdout","time":1737.464024921,"data":"[W2] OK:273 SK:0 FL:8 | 281/1119 (25.1%) | 585/hr | 11h11m | Q:151\n"}
,{"stream_name":"stderr","time":1751.863309956,"data":"11:00:39 | [W0] OK medieval-survival-starter-house-with-mine-perfect-for-playing-with-friends medieval-survival-starter-house-2-1.zip (12,809,689B)\n"}
,{"stream_name":"stdout","time":1751.91784029,"data":"[W0] OK:274 SK:0 FL:8 | 282/1119 (25.2%) | 582/hr | 11h11m | Q:151\n"}
,{"stream_name":"stderr","time":1753.994561697,"data":"11:00:41 | [W4] OK bibliothek-fantasy-temple bibliothek-tempel.schematic (9,169B)\n"}
,{"stream_name":"stdout","time":1754.026996576,"data":"[W4] OK:275 SK:0 FL:8 | 283/1119 (25.3%) | 583/hr | 11h11m | Q:151\n"}
,{"stream_name":"stderr","time":1756.663136609,"data":"11:00:43 | [W3] OK the-last-of-us-3458937 the_last_of_us9391527.zip (589,574B)\n"}
,{"stream_name":"stdout","time":1756.695224371,"data":"[W3] OK:276 SK:0 FL:8 | 284/1119 (25.4%) | 585/hr | 11h11m | Q:151\n"}
,{"stream_name":"stderr","time":1759.943464251,"data":"11:00:47 | [W1] OK log-house-full-interior-world-download-included log-house.zip (10,061,550B)\n"}
,{"stream_name":"stdout","time":1760.004315483,"data":"[W1] OK:277 SK:0 FL:8 | 285/1119 (25.5%) | 586/hr | 11h11m | Q:150\n"}
,{"stream_name":"stderr","time":1760.372725145,"data":"11:00:47 | [W2] OK mcedit-dead-tree-schematic treeschematic.schematic (259B)\n"}
,{"stream_name":"stdout","time":1760.425661955,"data":"[W2] OK:278 SK:0 FL:8 | 286/1119 (25.6%) | 588/hr | 11h11m | Q:151\n"}
,{"stream_name":"stderr","time":1773.578678772,"data":"11:01:00 | [W0] OK bucket-wheel-water-pump bucketwheelwaterpump.schem (42,930B)\n"}
,{"stream_name":"stdout","time":1773.596265292,"data":"[W0] OK:279 SK:0 FL:8 | 287/1119 (25.6%) | 585/hr | 11h11m | Q:151\n"}
,{"stream_name":"stderr","time":1776.990846758,"data":"11:01:04 | [W4] OK kenworth-t800-sleeper kenworthtrucks.zip (1,602B)\n"}
,{"stream_name":"stdout","time":1777.049485602,"data":"[W4] OK:280 SK:0 FL:8 | 288/1119 (25.7%) | 586/hr | 11h11m | Q:151\n"}
,{"stream_name":"stderr","time":1781.380723921,"data":"11:01:08 | [W3] OK medieval-builds-schematic MedievalBuilds.schematic (4,754B)\n"}
,{"stream_name":"stdout","time":1781.406918011,"data":"[W3] OK:281 SK:0 FL:8 | 289/1119 (25.8%) | 587/hr | 11h11m | Q:151\n"}
,{"stream_name":"stderr","time":1784.5566355,"data":"11:01:11 | [W2] OK compact-t-flip-flop flipflop.schematic (236B)\n"}
,{"stream_name":"stdout","time":1784.609512298,"data":"[W2] OK:282 SK:0 FL:8 | 290/1119 (25.9%) | 588/hr | 11h11m | Q:150\n"}
,{"stream_name":"stderr","time":1784.872412867,"data":"11:01:12 | [W1] OK santaria-spawn-warzone spawn-warzone.schematic (816,653B)\n"}
,{"stream_name":"stdout","time":1784.974507745,"data":"[W1] OK:283 SK:0 FL:8 | 291/1119 (26.0%) | 590/hr | 11h11m | Q:150\n"}
,{"stream_name":"stdout","time":1796.812294959,"data":"Feeder done 447 builds queued\n"}
,{"stream_name":"stderr","time":1798.795955375,"data":"11:01:26 | [W4] OK town-in-mountains town.schem (173,253B)\n"}
,{"stream_name":"stdout","time":1798.829905174,"data":"[W4] OK:284 SK:0 FL:8 | 292/1119 (26.1%) | 587/hr | 11h10m | Q:156\n"}
,{"stream_name":"stderr","time":1809.335593805,"data":"11:01:36 | [W0] OK this-is-a-city-that-i-ve-built-years-ago-just-wanted-to-share-it-to-you-guys-and-girls ville-de-wancop.zip (11,070,222B)\n"}
,{"stream_name":"stdout","time":1809.357577976,"data":"[W0] OK:285 SK:0 FL:8 | 293/1119 (26.2%) | 586/hr | 11h10m | Q:155\n"}
,{"stream_name":"stderr","time":1809.450842825,"data":"11:01:36 | [W3] OK hanka-corp-robot-s-factory hanka-corporation-minecraft.schematic (113,824B)\n"}
,{"stream_name":"stdout","time":1809.47794806,"data":"[W3] OK:286 SK:0 FL:8 | 294/1119 (26.3%) | 588/hr | 11h10m | Q:155\n"}
,{"stream_name":"stderr","time":1810.879816276,"data":"11:01:38 | [W2] OK hms-acasta-full-interior-original-ww2-british-destroyer hms-acasta.schem (15,849B)\n"}
,{"stream_name":"stdout","time":1810.92154958,"data":"[W2] OK:287 SK:0 FL:8 | 295/1119 (26.4%) | 589/hr | 11h10m | Q:155\n"}
,{"stream_name":"stderr","time":1814.279271293,"data":"11:01:41 | [W1] OK escape-the-backrooms backrooms.zip (9,028,606B)\n"}
,{"stream_name":"stdout","time":1814.304560556,"data":"[W1] OK:288 SK:0 FL:8 | 296/1119 (26.5%) | 590/hr | 11h10m | Q:155\n"}
,{"stream_name":"stderr","time":1822.848746302,"data":"11:01:50 | [W4] OK elyzium-mobarena elysium_arena_by_destik.schematic (9,854B)\n"}
,{"stream_name":"stdout","time":1822.869934808,"data":"[W4] OK:289 SK:0 FL:8 | 297/1119 (26.5%) | 589/hr | 11h10m | Q:151\n"}
,{"stream_name":"stderr","time":1829.275681628,"data":"11:01:56 | [W3] OK usns-mercy-hospital-ship usns-comfort-byurbanslick.schematic (13,485B)\n"}
,{"stream_name":"stdout","time":1829.317132293,"data":"[W3] OK:290 SK:0 FL:8 | 298/1119 (26.6%) | 589/hr | 11h10m | Q:151\n"}
,{"stream_name":"stderr","time":1830.117503662,"data":"11:01:57 | [W0] OK lumber-tycoon-2 lumber-tycoon-2-v0-6.zip (768,253B)\n"}
,{"stream_name":"stdout","time":1830.14963292,"data":"[W0] OK:291 SK:0 FL:8 | 299/1119 (26.7%) | 591/hr | 11h10m | Q:151\n"}
,{"stream_name":"stderr","time":1834.484895375,"data":"11:02:01 | [W2] OK ivy-s-copper-prismarine-birch-house ivys-house.schem (3,522B)\n"}
,{"stream_name":"stdout","time":1834.568447999,"data":"[W2] OK:292 SK:0 FL:8 | 300/1119 (26.8%) | 591/hr | 11h10m | Q:150\n"}
,{"stream_name":"stderr","time":1837.66698312,"data":"11:02:04 | [W1] OK bahamut-sin---final-fantasy-vii bahamut_sin_ffvii9401466.schematic (233,981B)\n"}
,{"stream_name":"stdout","time":1837.694147853,"data":"[W1] OK:293 SK:0 FL:8 | 301/1119 (26.9%) | 592/hr | 11h10m | Q:150\n"}
,{"stream_name":"stderr","time":1848.172304913,"data":"11:02:15 | [W4] OK almarin Almarin.schematic (439,843B)\n"}
,{"stream_name":"stdout","time":1848.22693011,"data":"[W4] OK:294 SK:0 FL:8 | 302/1119 (27.0%) | 591/hr | 11h10m | Q:146\n"}
,{"stream_name":"stderr","time":1854.637311926,"data":"11:02:21 | [W0] OK tower-of-sacrifice-galanos tower-of-sacrifice-galanos-1-17-1.zip (8,028,373B)\n"}
,{"stream_name":"stdout","time":1854.676063698,"data":"[W0] OK:295 SK:0 FL:8 | 303/1119 (27.1%) | 591/hr | 11h10m | Q:146\n"}
,{"stream_name":"stderr","time":1860.930649472,"data":"11:02:28 | [W3] OK evbo-parkour-civilisation-mini parkour-civilisation-mini-2024-03-17-09-35-44.zip (3,946,959B)\n"}
,{"stream_name":"stdout","time":1860.965493893,"data":"[W3] OK:296 SK:0 FL:8 | 304/1119 (27.2%) | 591/hr | 11h09m | Q:145\n"}
,{"stream_name":"stderr","time":1867.442688297,"data":"11:02:34 | [W2] OK modular-site-exterior-scp-contaiment-breach-remastered world-2.zip (2,633,607B)\n"}
,{"stream_name":"stdout","time":1867.484894697,"data":"[W2] OK:297 SK:0 FL:8 | 305/1119 (27.3%) | 591/hr | 11h09m | Q:144\n"}
,{"stream_name":"stderr","time":1870.143586496,"data":"11:02:37 | [W1] OK skyblock-5023252 skyblock.mcworld (1,282,375B)\n"}
,{"stream_name":"stdout","time":1870.172939242,"data":"[W1] OK:298 SK:0 FL:8 | 306/1119 (27.3%) | 592/hr | 11h09m | Q:144\n"}
,{"stream_name":"stderr","time":1873.530810549,"data":"11:02:40 | [W4] OK long-line-of-trees-spruce-forest-pine-forest-custom-trees line-of-trees.zip (2,029,018B)\n"}
,{"stream_name":"stdout","time":1873.550641476,"data":"[W4] OK:299 SK:0 FL:8 | 307/1119 (27.4%) | 593/hr | 11h09m | Q:143\n"}
,{"stream_name":"stderr","time":1876.68567497,"data":"11:02:43 | [W0] OK farmhouse l4dfarmhouse_12904_schematic.schematic (2,715B)\n"}
,{"stream_name":"stdout","time":1876.728002039,"data":"[W0] OK:300 SK:0 FL:8 | 308/1119 (27.5%) | 594/hr | 11h09m | Q:143\n"}
,{"stream_name":"stderr","time":1880.65766447,"data":"11:02:47 | [W3] OK x1g-modern-home-v1 x1g_modern_home_v1_11329_schematic.schematic (1,554B)\n"}
,{"stream_name":"stdout","time":1880.703180647,"data":"[W3] OK:301 SK:0 FL:8 | 309/1119 (27.6%) | 594/hr | 11h09m | Q:142\n"}
,{"stream_name":"stderr","time":1892.963549235,"data":"11:03:00 | [W2] OK classic-island classic-island.zip (909,207B)\n"}
,{"stream_name":"stdout","time":1892.990441857,"data":"[W2] OK:302 SK:0 FL:8 | 310/1119 (27.7%) | 592/hr | 11h09m | Q:138\n"}
,{"stream_name":"stderr","time":1898.263963535,"data":"11:03:05 | [W1] OK block-hunt-in-vanilla-minecraft-1-14 block-hunt-vanilla.zip (3,167,619B)\n"}
,{"stream_name":"stdout","time":1898.299378179,"data":"[W1] OK:303 SK:0 FL:8 | 311/1119 (27.8%) | 593/hr | 11h09m | Q:138\n"}
,{"stream_name":"stderr","time":1900.567543381,"data":"11:03:07 | [W4] OK fire-castle Fire-castle.zip (1,391,773B)\n"}
,{"stream_name":"stdout","time":1900.603783693,"data":"[W4] OK:304 SK:0 FL:8 | 312/1119 (27.9%) | 594/hr | 11h09m | Q:138\n"}
,{"stream_name":"stderr","time":1900.83082202,"data":"11:03:08 | [W0] OK brick-mansion-8 brickmansion8.schematic (54,253B)\n"}
,{"stream_name":"stdout","time":1900.869500706,"data":"[W0] OK:305 SK:0 FL:8 | 313/1119 (28.0%) | 596/hr | 11h09m | Q:138\n"}
,{"stream_name":"stderr","time":1904.510733033,"data":"11:03:11 | [W3] OK costa-pacifica-11-scale-cruise-ship costapacifica_28828166.schematic (32,880B)\n"}
,{"stream_name":"stdout","time":1904.534222976,"data":"[W3] OK:306 SK:0 FL:8 | 314/1119 (28.1%) | 596/hr | 11h09m | Q:137\n"}
,{"stream_name":"stderr","time":1915.442530922,"data":"11:03:22 | [W2] OK bowser-83-blocks-high Bowser_complete.schematic (17,740B)\n"}
,{"stream_name":"stdout","time":1915.461953905,"data":"[W2] OK:307 SK:0 FL:8 | 315/1119 (28.2%) | 595/hr | 11h09m | Q:133\n"}
,{"stream_name":"stderr","time":1921.455074232,"data":"11:03:28 | [W1] OK yacht-utrecht-3469960 yacht10563415.schematic (4,271B)\n"}
,{"stream_name":"stdout","time":1921.493800357,"data":"[W1] OK:308 SK:0 FL:8 | 316/1119 (28.2%) | 595/hr | 11h08m | Q:133\n"}
,{"stream_name":"stderr","time":1927.022683521,"data":"11:03:34 | [W4] OK class-a3-flying-scotsman-4472-download-available flyingscotsman.schematic (1,375B)\n"}
,{"stream_name":"stdout","time":1927.075693419,"data":"[W4] OK:309 SK:0 FL:8 | 317/1119 (28.3%) | 595/hr | 11h08m | Q:132\n"}
,{"stream_name":"stderr","time":1927.549032218,"data":"11:03:34 | [W0] OK ecotower ecotower_by_captainmangar.schematic (96,093B)\n"}
,{"stream_name":"stdout","time":1927.571763778,"data":"[W0] OK:310 SK:0 FL:8 | 318/1119 (28.4%) | 597/hr | 11h08m | Q:132\n"}
,{"stream_name":"stderr","time":1928.744125007,"data":"11:03:36 | [W3] OK megayacht-ventus ventusbyalejandroocraftxd29.schematic (40,217B)\n"}
,{"stream_name":"stdout","time":1928.772134008,"data":"[W3] OK:311 SK:0 FL:8 | 319/1119 (28.5%) | 598/hr | 11h08m | Q:132\n"}
,{"stream_name":"stderr","time":1938.187593457,"data":"11:03:45 | [W2] OK gurenge-demon-slayer gurenge-demon-slayer.zip (581,101B)\n"}
,{"stream_name":"stdout","time":1938.203472847,"data":"[W2] OK:312 SK:0 FL:8 | 320/1119 (28.6%) | 597/hr | 11h08m | Q:128\n"}
,{"stream_name":"stderr","time":1945.526859779,"data":"11:03:52 | [W1] OK iowa-class-battleship-2908703 iowa.schematic (23,658B)\n"}
,{"stream_name":"stdout","time":1945.573225615,"data":"[W1] OK:313 SK:0 FL:8 | 321/1119 (28.7%) | 597/hr | 11h08m | Q:128\n"}
,{"stream_name":"stderr","time":1949.036260362,"data":"11:03:56 | [W0] OK roman-triumph-arch triumpharch10977620.schematic (5,276B)\n"}
,{"stream_name":"stdout","time":1949.063174626,"data":"[W0] OK:314 SK:0 FL:8 | 322/1119 (28.8%) | 598/hr | 11h08m | Q:128\n"}
,{"stream_name":"stderr","time":1949.226453338,"data":"11:03:56 | [W3] OK medieval-arena--kingdom-of-galekin arena_5986021.schematic (13,848B)\n"}
,{"stream_name":"stdout","time":1949.260925458,"data":"[W3] OK:315 SK:0 FL:8 | 323/1119 (28.9%) | 599/hr | 11h08m | Q:128\n"}
,{"stream_name":"stderr","time":1949.56926417,"data":"11:03:56 | [W4] OK the-world-tree-6563484 treeschematic.zip (338,801B)\n"}
,{"stream_name":"stdout","time":1949.588431943,"data":"[W4] OK:316 SK:0 FL:8 | 324/1119 (29.0%) | 601/hr | 11h08m | Q:128\n"}
,{"stream_name":"stderr","time":1955.805545249,"data":"11:04:03 | [W2] OK small-detailed-farming-house-schematic farming-house.schem (4,764B)\n"}
,{"stream_name":"stdout","time":1955.837216638,"data":"[W2] OK:317 SK:0 FL:8 | 325/1119 (29.0%) | 601/hr | 11h08m | Q:127\n"}
,{"stream_name":"stderr","time":1969.240357506,"data":"11:04:16 | [W1] OK beach-bar beachbar.schematic (703B)\n"}
,{"stream_name":"stdout","time":1969.25951199,"data":"[W1] OK:318 SK:0 FL:8 | 326/1119 (29.1%) | 599/hr | 11h08m | Q:122\n"}
,{"stream_name":"stderr","time":1973.327790296,"data":"11:04:20 | [W0] OK sunderer sunderer.schematic (1,559B)\n"}
,{"stream_name":"stdout","time":1973.353773881,"data":"[W0] OK:319 SK:0 FL:8 | 327/1119 (29.2%) | 599/hr | 11h08m | Q:122\n"}
,{"stream_name":"stderr","time":1973.469949141,"data":"11:04:20 | [W3] OK duchal-palace-125 The_Duchal_Palace_Final.schematic (33,489B)\n"}
,{"stream_name":"stdout","time":1973.510964059,"data":"[W3] OK:320 SK:0 FL:8 | 328/1119 (29.3%) | 601/hr | 11h08m | Q:122\n"}
,{"stream_name":"stderr","time":1976.717726828,"data":"11:04:24 | [W4] OK farm-shop-of-axolotls axol.schem (12,213B)\n"}
,{"stream_name":"stdout","time":1976.748169704,"data":"[W4] OK:321 SK:0 FL:8 | 329/1119 (29.4%) | 602/hr | 11h08m | Q:121\n"}
,{"stream_name":"stderr","time":1984.936071064,"data":"11:04:32 | [W2] OK de-dust2-2x2-4410429 de-dust2-2x2.zip (1,472,501B)\n"}
,{"stream_name":"stdout","time":1984.961121992,"data":"[W2] OK:322 SK:0 FL:8 | 330/1119 (29.5%) | 601/hr | 11h07m | Q:119\n"}
,{"stream_name":"stderr","time":1988.933013301,"data":"11:04:36 | [W1] OK the-crypt-of-the-pumpkin-lord the-crypt-of-the-pumpkin-lord.zip (2,011,206B)\n"}
,{"stream_name":"stdout","time":1988.956475356,"data":"[W1] OK:323 SK:0 FL:8 | 331/1119 (29.6%) | 602/hr | 11h07m | Q:118\n"}
,{"stream_name":"stderr","time":1995.891574996,"data":"11:04:43 | [W0] OK hotel-piran-piran-slovenia piran-hotel.schem (13,218B)\n"}
,{"stream_name":"stdout","time":1995.914436952,"data":"[W0] OK:324 SK:0 FL:8 | 332/1119 (29.7%) | 602/hr | 11h07m | Q:117\n"}
,{"stream_name":"stderr","time":1998.285889492,"data":"11:04:45 | [W4] OK fully-functional-nuclear-reactor-from-redstone nuclearpowerplant.schematic (47,347B)\n"}
,{"stream_name":"stdout","time":1998.324939379,"data":"[W4] OK:325 SK:0 FL:8 | 333/1119 (29.8%) | 603/hr | 11h07m | Q:117\n"}
,{"stream_name":"stderr","time":2000.187608203,"data":"11:04:47 | [W3] OK free-basic-apartment-i-download mrlionfreebasicapt.schem (1,685B)\n"}
,{"stream_name":"stdout","time":2000.214739747,"data":"[W3] OK:326 SK:0 FL:8 | 334/1119 (29.8%) | 604/hr | 11h07m | Q:117\n"}
,{"stream_name":"stderr","time":2009.627412996,"data":"11:04:56 | [W2] OK coral-schematics coral.zip (43,179B)\n"}
,{"stream_name":"stdout","time":2009.662658901,"data":"[W2] OK:327 SK:0 FL:8 | 335/1119 (29.9%) | 603/hr | 11h07m | Q:113\n"}
,{"stream_name":"stderr","time":2015.527551055,"data":"11:05:02 | [W1] OK minecraft-cartographer-s-house-tutorial 03.schem (3,691B)\n"}
,{"stream_name":"stdout","time":2015.561220879,"data":"[W1] OK:328 SK:0 FL:8 | 336/1119 (30.0%) | 603/hr | 11h07m | Q:113\n"}
,{"stream_name":"stderr","time":2019.874877562,"data":"11:05:07 | [W0] OK a-replica-of-one-of-hayao-miyazaki-s-airships miyazakiairshiplaputa.schem (29,918B)\n"}
,{"stream_name":"stdout","time":2019.911475786,"data":"[W0] OK:329 SK:0 FL:8 | 337/1119 (30.1%) | 603/hr | 11h07m | Q:113\n"}
,{"stream_name":"stderr","time":2021.950805686,"data":"11:05:09 | [W4] OK blue-archive-schale-independent-federal-investigation-club buruuu-aaakaiibuuuu.zip (2,390,865B)\n"}
,{"stream_name":"stdout","time":2022.004581602,"data":"[W4] OK:330 SK:0 FL:8 | 338/1119 (30.2%) | 605/hr | 11h07m | Q:112\n"}
,{"stream_name":"stderr","time":2025.844102345,"data":"11:05:13 | [W3] OK download-spawn-hub-lobby spawn.zip (7,317,591B)\n"}
,{"stream_name":"stdout","time":2025.871976862,"data":"[W3] OK:331 SK:0 FL:8 | 339/1119 (30.3%) | 605/hr | 11h07m | Q:111\n"}
,{"stream_name":"stderr","time":2034.156650218,"data":"11:05:21 | [W2] OK minecraft-d-day-map-modded d-day-map.zip (4,641,153B)\n"}
,{"stream_name":"stdout","time":2034.188801265,"data":"[W2] OK:332 SK:0 FL:8 | 340/1119 (30.4%) | 605/hr | 11h07m | Q:109\n"}
,{"stream_name":"stderr","time":2036.582478298,"data":"11:05:23 | [W1] OK by-d-in-2-1-scale byodo-in.zip (1,502,932B)\n"}
,{"stream_name":"stdout","time":2036.615540567,"data":"[W1] OK:333 SK:0 FL:8 | 341/1119 (30.5%) | 606/hr | 11h07m | Q:109\n"}
,{"stream_name":"stderr","time":2042.653152366,"data":"11:05:29 | [W0] OK a-pagoda-2217230 Pagoda---Bleck_N_Decker.schematic (3,678B)\n"}
,{"stream_name":"stdout","time":2042.694865575,"data":"[W0] OK:334 SK:0 FL:8 | 342/1119 (30.6%) | 606/hr | 11h06m | Q:108\n"}
,{"stream_name":"stderr","time":2046.748362399,"data":"11:05:34 | [W4] OK roman-city-4287107 city.zip (5,066,319B)\n"}
,{"stream_name":"stdout","time":2046.785518998,"data":"[W4] OK:335 SK:0 FL:8 | 343/1119 (30.7%) | 606/hr | 11h06m | Q:106\n"}
,{"stream_name":"stderr","time":2053.275602027,"data":"11:05:40 | [W3] OK avatar-state-cycle Avatar-Heads.zip (211,268B)\n"}
,{"stream_name":"stdout","time":2053.315898761,"data":"[W3] OK:336 SK:0 FL:8 | 344/1119 (30.7%) | 606/hr | 11h06m | Q:105\n"}
,{"stream_name":"stderr","time":2057.076521016,"data":"11:05:44 | [W1] OK pirate-ship-arcadia arcadia.schematic (6,030B)\n"}
,{"stream_name":"stdout","time":2057.106650518,"data":"[W1] OK:337 SK:0 FL:8 | 345/1119 (30.8%) | 607/hr | 11h06m | Q:104\n"}
,{"stream_name":"stderr","time":2060.650119489,"data":"11:05:47 | [W2] OK constantine-xis-clocktower clocktower_2848869.schematic (12,229B)\n"}
,{"stream_name":"stdout","time":2060.679495623,"data":"[W2] OK:338 SK:0 FL:8 | 346/1119 (30.9%) | 607/hr | 11h06m | Q:103\n"}
,{"stream_name":"stderr","time":2062.469272047,"data":"11:05:49 | [W0] OK modded-area-51-map-from-roblox-now-with-killer-npcs area-51-with-killers.zip (1,473,056B)\n"}
,{"stream_name":"stdout","time":2062.492344508,"data":"[W0] OK:339 SK:0 FL:8 | 347/1119 (31.0%) | 609/hr | 11h06m | Q:103\n"}
,{"stream_name":"stderr","time":2064.988151508,"data":"11:05:52 | [W4] OK netherflat----custom-village-superflat-presets-and-more Nether Village.schematic (11,929B)\n"}
,{"stream_name":"stdout","time":2065.008751349,"data":"[W4] OK:340 SK:0 FL:8 | 348/1119 (31.1%) | 610/hr | 11h06m | Q:103\n"}
,{"stream_name":"stderr","time":2076.00131736,"data":"11:06:03 | [W3] OK japanese-nordic-medium-house-amp-wizard-tower-with-lv house.zip (2,877,035B)\n"}
,{"stream_name":"stdout","time":2076.01815919,"data":"[W3] OK:341 SK:0 FL:8 | 349/1119 (31.2%) | 608/hr | 11h06m | Q:99\n"}
,{"stream_name":"stderr","time":2082.876533442,"data":"11:06:10 | [W1] OK the-legend-of-zelda-map-4598954 a-northern-lord-the-legend-of-zelda-map.zip (6,300,827B)\n"}
,{"stream_name":"stdout","time":2082.902754495,"data":"[W1] OK:342 SK:0 FL:8 | 350/1119 (31.3%) | 608/hr | 11h06m | Q:99\n"}
,{"stream_name":"stderr","time":2083.257837651,"data":"11:06:10 | [W2] OK lobby-for-mini-games lobby2minigames.schematic (16,149B)\n"}
,{"stream_name":"stdout","time":2083.285016968,"data":"[W2] OK:343 SK:0 FL:8 | 351/1119 (31.4%) | 609/hr | 11h06m | Q:99\n"}
,{"stream_name":"stderr","time":2085.763158597,"data":"11:06:13 | [W0] OK survival-server-hub-lobby-medium-sized world.zip (1,116,030B)\n"}
,{"stream_name":"stdout","time":2085.783837846,"data":"[W0] OK:344 SK:0 FL:8 | 352/1119 (31.5%) | 611/hr | 11h06m | Q:99\n"}
,{"stream_name":"stderr","time":2085.885558624,"data":"11:06:13 | [W4] OK resurgent-class-star-destroyer-finalizer resurgant-class.schematic (8,490B)\n"}
,{"stream_name":"stdout","time":2085.900374586,"data":"[W4] OK:345 SK:0 FL:8 | 353/1119 (31.5%) | 612/hr | 11h06m | Q:99\n"}
,{"stream_name":"stderr","time":2099.821555627,"data":"11:06:27 | [W3] OK 5x5-house-2 5x5 2.schematic (1,504B)\n"}
,{"stream_name":"stdout","time":2099.849607498,"data":"[W3] OK:346 SK:0 FL:8 | 354/1119 (31.6%) | 610/hr | 11h05m | Q:94\n"}
,{"stream_name":"stderr","time":2104.987419812,"data":"11:06:32 | [W1] OK 13-2 13squared.zip (5,149,538B)\n"}
,{"stream_name":"stdout","time":2105.008465273,"data":"[W1] OK:347 SK:0 FL:8 | 355/1119 (31.7%) | 610/hr | 11h05m | Q:94\n"}
,{"stream_name":"stderr","time":2107.99454702,"data":"11:06:35 | [W4] OK venator-class-star-destroyer-minecraft-1-12-2 boc-venator.schematic (10,066B)\n"}
,{"stream_name":"stdout","time":2108.014089087,"data":"[W4] OK:348 SK:0 FL:8 | 356/1119 (31.8%) | 611/hr | 11h05m | Q:93\n"}
,{"stream_name":"stderr","time":2108.464612763,"data":"11:06:35 | [W2] OK ch-47-chinook CH-47 Chinook.schematic (1,858B)\n"}
,{"stream_name":"stdout","time":2108.524039135,"data":"[W2] OK:349 SK:0 FL:8 | 357/1119 (31.9%) | 613/hr | 11h05m | Q:93\n"}
,{"stream_name":"stderr","time":2109.004018843,"data":"11:06:36 | [W0] OK french-battleship-bretagne-1935-refit-1-1 bretagne-1935.schematic (15,109B)\n"}
,{"stream_name":"stdout","time":2109.049173297,"data":"[W0] OK:350 SK:0 FL:8 | 358/1119 (32.0%) | 614/hr | 11h05m | Q:93\n"}
,{"stream_name":"stderr","time":2112.494490752,"data":"11:06:39 | [W3] OK rocket-ship-2962510 rocket.schematic (2,363B)\n"}
,{"stream_name":"stdout","time":2112.51048626,"data":"[W3] OK:351 SK:0 FL:8 | 359/1119 (32.1%) | 615/hr | 11h05m | Q:93\n"}
,{"stream_name":"stderr","time":2126.761568829,"data":"11:06:54 | [W1] OK modern-house-by-itszel big-modern-house-by-itszel.zip (792,369B)\n"}
,{"stream_name":"stdout","time":2126.791041979,"data":"[W1] OK:352 SK:0 FL:8 | 360/1119 (32.2%) | 612/hr | 11h05m | Q:88\n"}
,{"stream_name":"stderr","time":2128.584452763,"data":"11:06:55 | [W2] OK empty-pumpkin Pumpkin- normal.schematic (59,393B)\n"}
,{"stream_name":"stdout","time":2128.6256216,"data":"[W2] OK:353 SK:0 FL:8 | 361/1119 (32.3%) | 614/hr | 11h05m | Q:88\n"}
,{"stream_name":"stderr","time":2129.471063481,"data":"11:06:56 | [W4] OK minecraft-spawn-hcf spawnhcf10077268.schematic (254,970B)\n"}
,{"stream_name":"stdout","time":2129.495510759,"data":"[W4] OK:354 SK:0 FL:8 | 362/1119 (32.4%) | 615/hr | 11h05m | Q:88\n"}
,{"stream_name":"stderr","time":2132.714464742,"data":"11:07:00 | [W0] OK dreamwanderer-s-truck-pack-v2-0-with-download trucks.schematic (15,533B)\n"}
,{"stream_name":"stdout","time":2132.76384793,"data":"[W0] OK:355 SK:0 FL:8 | 363/1119 (32.4%) | 616/hr | 11h05m | Q:87\n"}
,{"stream_name":"stderr","time":2135.354160304,"data":"11:07:02 | [W3] OK minecraft-isle-of-berk-httyd-3-java-edition httyd-thw-berk-2024-12-29-16-56-46-2.zip (6,437,167B)\n"}
,{"stream_name":"stdout","time":2135.380302661,"data":"[W3] OK:356 SK:0 FL:8 | 364/1119 (32.5%) | 617/hr | 11h05m | Q:86\n"}
,{"stream_name":"stderr","time":2146.990196795,"data":"11:07:14 | [W1] OK 58-overgrown-apartment-building-download-1-19 58-overgrown-building-1-19-by-megaminerdl.zip (3,268,325B)\n"}
,{"stream_name":"stdout","time":2147.016469059,"data":"[W1] OK:357 SK:0 FL:8 | 365/1119 (32.6%) | 615/hr | 11h05m | Q:84\n"}
,{"stream_name":"stderr","time":2151.102295405,"data":"11:07:18 | [W2] OK desert-island-map-for-survival-1-15-2 island.zip (15,017,856B)\n"}
,{"stream_name":"stdout","time":2151.128763368,"data":"[W2] OK:358 SK:0 FL:8 | 366/1119 (32.7%) | 616/hr | 11h05m | Q:83\n"}
,{"stream_name":"stderr","time":2153.063005973,"data":"11:07:20 | [W0] OK mantsinen-300r-hybrilift-mobile-port-crane-with-download hybrilift.schem (6,192B)\n"}
,{"stream_name":"stdout","time":2153.10089056,"data":"[W0] OK:359 SK:0 FL:8 | 367/1119 (32.8%) | 617/hr | 11h05m | Q:83\n"}
,{"stream_name":"stderr","time":2153.122238502,"data":"11:07:20 | [W4] OK fount-of-uzenkah fountofuzenkah.schematic (2,422B)\n"}
,{"stream_name":"stdout","time":2153.158987784,"data":"[W4] OK:360 SK:0 FL:8 | 368/1119 (32.9%) | 618/hr | 11h05m | Q:83\n"}
,{"stream_name":"stderr","time":2159.85949298,"data":"11:07:27 | [W3] OK working-air-warship-royal-navy-battlecruiser-with-fully-functioning-tnt-cannon-turrets temp9013608.schematic (12,142B)\n"}
,{"stream_name":"stdout","time":2159.883198961,"data":"[W3] OK:361 SK:0 FL:8 | 369/1119 (33.0%) | 618/hr | 11h04m | Q:82\n"}
,{"stream_name":"stderr","time":2162.652925592,"data":"11:07:29 | [W1] OK imperial-stadium imperial-stadium3.schem (174,865B)\n"}
,{"stream_name":"stdout","time":2162.678769201,"data":"[W1] OK:362 SK:0 FL:8 | 370/1119 (33.1%) | 619/hr | 11h04m | Q:81\n"}
,{"stream_name":"stderr","time":2173.765150445,"data":"11:07:41 | [W2] OK medieval-city-walls-free lye-s-city-walls.zip (3,865,792B)\n"}
,{"stream_name":"stdout","time":2173.800583846,"data":"[W2] OK:363 SK:0 FL:8 | 371/1119 (33.2%) | 617/hr | 11h04m | Q:77\n"}
,{"stream_name":"stderr","time":2174.872524561,"data":"11:07:42 | [W0] OK uss-iowa-bb-61-4338667 iowa.schematic (27,371B)\n"}
,{"stream_name":"stdout","time":2174.889275463,"data":"[W0] OK:364 SK:0 FL:8 | 372/1119 (33.2%) | 619/hr | 11h04m | Q:77\n"}
,{"stream_name":"stderr","time":2177.943857315,"data":"11:07:45 | [W3] OK oblivion-sigil-keepdaedric-tower Oblivion Sigil Keep.schematic (5,633B)\n"}
,{"stream_name":"stdout","time":2177.955915587,"data":"[W3] OK:365 SK:0 FL:8 | 373/1119 (33.3%) | 620/hr | 11h04m | Q:77\n"}
,{"stream_name":"stderr","time":2178.283661343,"data":"11:07:45 | [W4] OK 24-layer-flushing-mob-farm-amp-40-floor-creepr-farm-with-kitty-s duofarm.zip (69,865B)\n"}
,{"stream_name":"stdout","time":2178.320799828,"data":"[W4] OK:366 SK:0 FL:8 | 374/1119 (33.4%) | 621/hr | 11h04m | Q:77\n"}
,{"stream_name":"stderr","time":2182.14357554,"data":"11:07:49 | [W1] OK lakeview-log-home-1-with-full-interior-and-download lakeview.zip (1,112,557B)\n"}
,{"stream_name":"stdout","time":2182.193631025,"data":"[W1] OK:367 SK:0 FL:8 | 375/1119 (33.5%) | 622/hr | 11h04m | Q:77\n"}
,{"stream_name":"stderr","time":2195.16587411,"data":"11:08:02 | [W0] OK giant-lighthouse-on-island-schematic-download giant-lighthouse-island.schematic (88,439B)\n"}
,{"stream_name":"stdout","time":2195.189411157,"data":"[W0] OK:368 SK:0 FL:8 | 376/1119 (33.6%) | 620/hr | 11h04m | Q:72\n"}
,{"stream_name":"stderr","time":2197.613126246,"data":"11:08:04 | [W4] OK ambassador-bridge Ambassador-Bridge.schematic (22,317B)\n"}
,{"stream_name":"stdout","time":2197.635953997,"data":"[W4] OK:369 SK:0 FL:8 | 377/1119 (33.7%) | 621/hr | 11h04m | Q:72\n"}
,{"stream_name":"stderr","time":2200.607721662,"data":"11:08:07 | [W2] OK medieval-classic-castle medieval-castle.schematic (45,447B)\n"}
,{"stream_name":"stdout","time":2200.646484525,"data":"[W2] OK:370 SK:0 FL:8 | 378/1119 (33.8%) | 621/hr | 11h04m | Q:72\n"}
,{"stream_name":"stderr","time":2200.963411275,"data":"11:08:08 | [W3] OK disco-2994183 disco.schematic (11,846B)\n"}
,{"stream_name":"stdout","time":2200.993173203,"data":"[W3] OK:371 SK:0 FL:8 | 379/1119 (33.9%) | 623/hr | 11h04m | Q:72\n"}
,{"stream_name":"stderr","time":2204.813850189,"data":"11:08:12 | [W1] OK prison-county prison.zip (710,092B)\n"}
,{"stream_name":"stdout","time":2204.838950697,"data":"[W1] OK:372 SK:0 FL:8 | 380/1119 (34.0%) | 624/hr | 11h04m | Q:71\n"}
,{"stream_name":"stderr","time":2215.067985362,"data":"11:08:22 | [W0] OK a-frame---cubed cubed.schematic (14,597B)\n"}
,{"stream_name":"stdout","time":2215.086561028,"data":"[W0] OK:373 SK:0 FL:8 | 381/1119 (34.0%) | 622/hr | 11h04m | Q:67\n"}
,{"stream_name":"stderr","time":2220.964408001,"data":"11:08:28 | [W4] OK soviet-base-defense-collection Soviet-Base-Defense-Collection-schematic.zip (7,017B)\n"}
,{"stream_name":"stdout","time":2220.997451152,"data":"[W4] OK:374 SK:0 FL:8 | 382/1119 (34.1%) | 622/hr | 11h03m | Q:67\n"}
,{"stream_name":"stderr","time":2221.999444051,"data":"11:08:29 | [W3] OK old-spawn-kitpvp oldkitspawn.schematic (173,961B)\n"}
,{"stream_name":"stdout","time":2222.022826226,"data":"[W3] OK:375 SK:0 FL:8 | 383/1119 (34.2%) | 624/hr | 11h03m | Q:66\n"}
,{"stream_name":"stderr","time":2224.387509784,"data":"11:08:31 | [W1] OK rpg-5275103 dungeons-and-dragons.zip (3,465,998B)\n"}
,{"stream_name":"stdout","time":2224.43462565,"data":"[W1] OK:376 SK:0 FL:8 | 384/1119 (34.3%) | 625/hr | 11h03m | Q:66\n"}
,{"stream_name":"stderr","time":2224.681046026,"data":"11:08:31 | [W2] OK white-castle-4668889 white-castle.schematic (477,432B)\n"}
,{"stream_name":"stdout","time":2224.739547479,"data":"[W2] OK:377 SK:0 FL:8 | 385/1119 (34.4%) | 626/hr | 11h03m | Q:66\n"}
,{"stream_name":"stderr","time":2232.222650182,"data":"11:08:39 | [W0] OK oneblock-sky-block one-block.mcworld (1,399,506B)\n"}
,{"stream_name":"stdout","time":2232.254539466,"data":"[W0] OK:378 SK:0 FL:8 | 386/1119 (34.5%) | 626/hr | 11h03m | Q:64\n"}
,{"stream_name":"stderr","time":2244.014481117,"data":"11:08:51 | [W3] OK minecraft-classic-tumble-mode-arena-download-java tumble-classic-arena-java.zip (11,317,678B)\n"}
,{"stream_name":"stdout","time":2244.087328868,"data":"[W3] OK:379 SK:0 FL:8 | 387/1119 (34.6%) | 624/hr | 11h03m | Q:62\n"}
,{"stream_name":"stderr","time":2246.38737991,"data":"11:08:53 | [W1] OK animal-crossing-village-cocricot animal-crossing.zip (947,817B)\n"}
,{"stream_name":"stdout","time":2246.43737826,"data":"[W1] OK:380 SK:0 FL:8 | 388/1119 (34.7%) | 625/hr | 11h03m | Q:61\n"}
,{"stream_name":"stderr","time":2246.61643701,"data":"11:08:53 | [W4] OK poppy-playtime-chapter-1-5837759 poppy-playtime-map-2023-kingstor.zip (2,257,078B)\n"}
,{"stream_name":"stdout","time":2246.643570587,"data":"[W4] OK:381 SK:0 FL:8 | 389/1119 (34.8%) | 626/hr | 11h03m | Q:61\n"}
,{"stream_name":"stderr","time":2247.626095834,"data":"11:08:54 | [W2] OK hearst-tower-3091792 hearsttower8170865.schematic (13,401B)\n"}
,{"stream_name":"stdout","time":2247.689269402,"data":"[W2] OK:382 SK:0 FL:8 | 390/1119 (34.9%) | 628/hr | 11h03m | Q:61\n"}
,{"stream_name":"stderr","time":2256.405116873,"data":"11:09:03 | [W0] OK medieval-castle-3744491 yetanothercastlexd10328941.schematic (34,340B)\n"}
,{"stream_name":"stdout","time":2256.424709215,"data":"[W0] OK:383 SK:0 FL:8 | 391/1119 (34.9%) | 627/hr | 11h03m | Q:59\n"}
,{"stream_name":"stderr","time":2267.462014311,"data":"11:09:14 | [W3] OK clare-of-the-faint-smile Clare_of_the_Faint_Smile_(Mcholypotato).schematic (20,357B)\n"}
,{"stream_name":"stdout","time":2267.481886813,"data":"[W3] OK:384 SK:0 FL:8 | 392/1119 (35.0%) | 625/hr | 11h03m | Q:56\n"}
,{"stream_name":"stderr","time":2268.5183119,"data":"11:09:15 | [W2] OK gamabunta-minecraft-organic gamabunta.schematic (231,154B)\n"}
,{"stream_name":"stdout","time":2268.542541431,"data":"[W2] OK:385 SK:0 FL:8 | 393/1119 (35.1%) | 627/hr | 11h03m | Q:56\n"}
,{"stream_name":"stderr","time":2270.206730443,"data":"11:09:17 | [W1] OK quarter-hotel Quarter Hotel.schematic (32,714B)\n"}
,{"stream_name":"stdout","time":2270.25399912,"data":"[W1] OK:386 SK:0 FL:8 | 394/1119 (35.2%) | 628/hr | 11h03m | Q:56\n"}
,{"stream_name":"stderr","time":2273.292242026,"data":"11:09:20 | [W4] OK steampunk-water-purifier-sugar-farm-design steampunk-water-purifier.zip (12,971,517B)\n"}
,{"stream_name":"stdout","time":2273.339107549,"data":"[W4] OK:387 SK:0 FL:8 | 395/1119 (35.3%) | 629/hr | 11h03m | Q:56\n"}
,{"stream_name":"stderr","time":2278.263545613,"data":"11:09:25 | [W0] OK my-singing-monsters-plant-island-1-16-5 plant-island.zip (3,397,647B)\n"}
,{"stream_name":"stdout","time":2278.312864465,"data":"[W0] OK:388 SK:0 FL:8 | 396/1119 (35.4%) | 629/hr | 11h02m | Q:54\n"}
,{"stream_name":"stderr","time":2288.729636014,"data":"11:09:36 | [W3] OK double-skyscraper double-skyscraper-by-eaglegp.zip (2,430,093B)\n"}
,{"stream_name":"stdout","time":2288.75501875,"data":"[W3] OK:389 SK:0 FL:8 | 397/1119 (35.5%) | 628/hr | 11h02m | Q:51\n"}
,{"stream_name":"stderr","time":2290.996246218,"data":"11:09:38 | [W2] OK casino-175020 Casino_planetminecraft.schematic (90,262B)\n"}
,{"stream_name":"stdout","time":2291.026681639,"data":"[W2] OK:390 SK:0 FL:8 | 398/1119 (35.6%) | 629/hr | 11h02m | Q:51\n"}
,{"stream_name":"stderr","time":2296.360494591,"data":"11:09:43 | [W1] OK big-movie-theater-with-parking cinema.schematic (6,732B)\n"}
,{"stream_name":"stdout","time":2296.402758848,"data":"[W1] OK:391 SK:0 FL:8 | 399/1119 (35.7%) | 629/hr | 11h02m | Q:51\n"}
,{"stream_name":"stderr","time":2297.075330723,"data":"11:09:44 | [W4] OK pvp-spawn-5785191 pvpskull.schem (6,428,603B)\n"}
,{"stream_name":"stdout","time":2297.099210702,"data":"[W4] OK:392 SK:0 FL:8 | 400/1119 (35.7%) | 630/hr | 11h02m | Q:51\n"}
,{"stream_name":"stderr","time":2298.452257825,"data":"11:09:45 | [W0] OK skyrim-temple Skyrim temple schematic.schematic (68,682B)\n"}
,{"stream_name":"stdout","time":2298.474464945,"data":"[W0] OK:393 SK:0 FL:8 | 401/1119 (35.8%) | 631/hr | 11h02m | Q:49\n"}
,{"stream_name":"stderr","time":2307.351489504,"data":"11:09:54 | [W3] OK nature-s-burden-giant-turtle-statue-with-giant-tree stoneturtlemk2.schematic (12,278B)\n"}
,{"stream_name":"stdout","time":2307.402843645,"data":"[W3] OK:394 SK:0 FL:8 | 402/1119 (35.9%) | 630/hr | 11h02m | Q:48\n"}
,{"stream_name":"stderr","time":2310.889248071,"data":"11:09:58 | [W2] OK munroe-class-destroyer-the-expanse-1-1-build munroe.schem (23,307B)\n"}
,{"stream_name":"stdout","time":2310.936801885,"data":"[W2] OK:395 SK:0 FL:8 | 403/1119 (36.0%) | 631/hr | 11h02m | Q:46\n"}
,{"stream_name":"stderr","time":2320.153197224,"data":"11:10:07 | [W1] OK rms-aquitania-1914-1-1-exterior-only-bedrock-java rms-aquitania-j-b.zip (862,487B)\n"}
,{"stream_name":"stdout","time":2320.194156488,"data":"[W1] OK:396 SK:0 FL:8 | 404/1119 (36.1%) | 630/hr | 11h02m | Q:44\n"}
,{"stream_name":"stderr","time":2322.238251006,"data":"11:10:09 | [W0] OK japanese-pagoda-555509 Pagoda_1399740.schematic (2,697B)\n"}
,{"stream_name":"stdout","time":2322.267289428,"data":"[W0] OK:397 SK:0 FL:8 | 405/1119 (36.2%) | 631/hr | 11h02m | Q:44\n"}
,{"stream_name":"stderr","time":2323.410185882,"data":"11:10:10 | [W4] OK lobby-acuatic-survival-skyblock-factions-for-1-19-3-vfree-uso-libre lobby-1-19-3.zip (3,503,092B)\n"}
,{"stream_name":"stdout","time":2323.47156681,"data":"[W4] OK:398 SK:0 FL:8 | 406/1119 (36.3%) | 632/hr | 11h02m | Q:44\n"}
,{"stream_name":"stderr","time":2329.968478908,"data":"11:10:17 | [W3] OK orbital-villages Orbital-Villages.schematic (517,735B)\n"}
,{"stream_name":"stdout","time":2329.989529026,"data":"[W3] OK:399 SK:0 FL:8 | 407/1119 (36.4%) | 632/hr | 11h02m | Q:43\n"}
,{"stream_name":"stderr","time":2330.869118062,"data":"11:10:18 | [W2] OK loft-51---inspiration-loft-visual_architecture loft518171223.schematic (48,447B)\n"}
,{"stream_name":"stdout","time":2330.92252855,"data":"[W2] OK:400 SK:0 FL:8 | 408/1119 (36.5%) | 633/hr | 11h02m | Q:42\n"}
,{"stream_name":"stderr","time":2343.260585495,"data":"11:10:30 | [W0] OK usskelvin KELVINFULL_6615457.schematic (73,680B)\n"}
,{"stream_name":"stdout","time":2343.293614525,"data":"[W0] OK:401 SK:0 FL:8 | 409/1119 (36.6%) | 632/hr | 11h01m | Q:39\n"}
,{"stream_name":"stderr","time":2343.731613449,"data":"11:10:31 | [W1] OK small-ancient-egyptian-boat smallegyptianboat10711393.schematic (697B)\n"}
,{"stream_name":"stdout","time":2343.770349765,"data":"[W1] OK:402 SK:0 FL:8 | 410/1119 (36.6%) | 633/hr | 11h01m | Q:39\n"}
,{"stream_name":"stderr","time":2346.089690028,"data":"11:10:33 | [W3] OK adagio-superyacht adagio9515497.schematic (3,211B)\n"}
,{"stream_name":"stdout","time":2346.122851045,"data":"[W3] OK:403 SK:0 FL:8 | 411/1119 (36.7%) | 634/hr | 11h01m | Q:39\n"}
,{"stream_name":"stderr","time":2346.658726375,"data":"11:10:33 | [W4] OK star-wars-venator-class-schmatic-free-download venator-class.schematic (16,510B)\n"}
,{"stream_name":"stdout","time":2346.697905082,"data":"[W4] OK:404 SK:0 FL:8 | 412/1119 (36.8%) | 635/hr | 11h01m | Q:39\n"}
,{"stream_name":"stderr","time":2348.710297768,"data":"11:10:36 | [W2] OK lost-maya-temple---part-3 templedkronos10808021.schematic (119,040B)\n"}
,{"stream_name":"stdout","time":2348.746477039,"data":"[W2] OK:405 SK:0 FL:8 | 413/1119 (36.9%) | 636/hr | 11h01m | Q:39\n"}
,{"stream_name":"stderr","time":2365.233484409,"data":"11:10:52 | [W3] OK flying-steampunk-island-free-download plot-2.schematic (70,794B)\n"}
,{"stream_name":"stdout","time":2365.269959349,"data":"[W3] OK:406 SK:0 FL:8 | 414/1119 (37.0%) | 633/hr | 11h01m | Q:34\n"}
,{"stream_name":"stderr","time":2366.708470027,"data":"11:10:54 | [W0] OK halloween-tower projethalloween.schematic (310,940B)\n"}
,{"stream_name":"stdout","time":2366.741821699,"data":"[W0] OK:407 SK:0 FL:8 | 415/1119 (37.1%) | 634/hr | 11h01m | Q:34\n"}
,{"stream_name":"stderr","time":2368.677160922,"data":"11:10:55 | [W2] OK forbidden-mines-6153327 forbidden-mines-v1-0.zip (8,719,528B)\n"}
,{"stream_name":"stdout","time":2368.700142826,"data":"[W2] OK:408 SK:0 FL:8 | 416/1119 (37.2%) | 635/hr | 11h01m | Q:34\n"}
,{"stream_name":"stderr","time":2369.168802132,"data":"11:10:56 | [W1] OK anastasia-sal-n-de-baile anastasia-ballroom.mcworld (3,329,738B)\n"}
,{"stream_name":"stdout","time":2369.193214346,"data":"[W1] OK:409 SK:0 FL:8 | 417/1119 (37.3%) | 637/hr | 11h01m | Q:34\n"}
,{"stream_name":"stderr","time":2372.94528887,"data":"11:11:00 | [W4] OK first-megabuild-pantheon temple.schematic (18,917B)\n"}
,{"stream_name":"stdout","time":2372.9950715,"data":"[W4] OK:410 SK:0 FL:8 | 418/1119 (37.4%) | 637/hr | 11h01m | Q:34\n"}
,{"stream_name":"stderr","time":2390.649478468,"data":"11:11:17 | [W1] OK hotel-schematic Hotel.schematic (3,755B)\n"}
,{"stream_name":"stdout","time":2390.667634222,"data":"[W1] OK:411 SK:0 FL:8 | 419/1119 (37.4%) | 634/hr | 11h01m | Q:29\n"}
,{"stream_name":"stderr","time":2392.639449982,"data":"11:11:19 | [W3] OK rock-stage RockStage.schematic (11,580B)\n"}
,{"stream_name":"stdout","time":2392.677713304,"data":"[W3] OK:412 SK:0 FL:8 | 420/1119 (37.5%) | 635/hr | 11h01m | Q:29\n"}
,{"stream_name":"stderr","time":2394.953038681,"data":"11:11:22 | [W2] OK flatland-village-beta villageschem10143607.schematic (99,952B)\n"}
,{"stream_name":"stdout","time":2394.975697452,"data":"[W2] OK:413 SK:0 FL:8 | 421/1119 (37.6%) | 636/hr | 11h01m | Q:29\n"}
,{"stream_name":"stderr","time":2394.976368983,"data":"11:11:22 | [W4] OK modern-house-by-wiederdude-6865899 modern-house122.schem (3,082B)\n"}
,{"stream_name":"stdout","time":2395.003621651,"data":"[W4] OK:414 SK:0 FL:8 | 422/1119 (37.7%) | 638/hr | 11h01m | Q:29\n"}
,{"stream_name":"stderr","time":2395.762507153,"data":"11:11:23 | [W0] OK island-villa-4020392 cliff-mansion.zip (12,719,311B)\n"}
,{"stream_name":"stdout","time":2395.782850863,"data":"[W0] OK:415 SK:0 FL:8 | 423/1119 (37.8%) | 639/hr | 11h01m | Q:29\n"}
,{"stream_name":"stderr","time":2408.939381663,"data":"11:11:36 | [W1] OK medieval-manor-by-mjc manoirmedieval9047333.schematic (5,677B)\n"}
,{"stream_name":"stdout","time":2408.979512004,"data":"[W1] OK:416 SK:0 FL:8 | 424/1119 (37.9%) | 637/hr | 11h00m | Q:24\n"}
,{"stream_name":"stderr","time":2418.101736809,"data":"11:11:45 | [W3] OK norwich-uk-city-hall-minecraft-replica 3-norwich-uk-city-hall-replica-1-12-by-megaminerdl.zip (4,769,228B)\n"}
,{"stream_name":"stdout","time":2418.156565804,"data":"[W3] OK:417 SK:0 FL:8 | 425/1119 (38.0%) | 636/hr | 11h00m | Q:24\n"}
,{"stream_name":"stderr","time":2419.082374254,"data":"11:11:46 | [W4] OK aldea-en-los-cerezos-village-in-the-cherry-trees aldea-en-los-cerezos.zip (7,616,789B)\n"}
,{"stream_name":"stdout","time":2419.105790395,"data":"[W4] OK:418 SK:0 FL:8 | 426/1119 (38.1%) | 637/hr | 11h00m | Q:23\n"}
,{"stream_name":"stderr","time":2420.005692256,"data":"11:11:47 | [W0] OK site-19-scp-containment-breach site-19.zip (25,008B)\n"}
,{"stream_name":"stdout","time":2420.040434466,"data":"[W0] OK:419 SK:0 FL:8 | 427/1119 (38.2%) | 638/hr | 11h00m | Q:23\n"}
,{"stream_name":"stderr","time":2422.85515757,"data":"11:11:50 | [W2] OK fortnite-in-minecraft-4095274 fortnite.zip (13,249,992B)\n"}
,{"stream_name":"stdout","time":2422.885552743,"data":"[W2] OK:420 SK:0 FL:8 | 428/1119 (38.2%) | 639/hr | 11h00m | Q:23\n"}
,{"stream_name":"stderr","time":2431.744577965,"data":"11:11:59 | [W1] OK tangerine-minimal-contempoary ian81-tangerine.schematic (11,808B)\n"}
,{"stream_name":"stdout","time":2431.762737157,"data":"[W1] OK:421 SK:0 FL:8 | 429/1119 (38.3%) | 638/hr | 11h00m | Q:20\n"}
,{"stream_name":"stderr","time":2441.335897173,"data":"11:12:08 | [W4] OK ultra-music-festival-2019-mainstage ultra-music-festival-2019-mainstage.zip (5,987,032B)\n"}
,{"stream_name":"stdout","time":2441.378057374,"data":"[W4] OK:422 SK:0 FL:8 | 430/1119 (38.4%) | 637/hr | 11h00m | Q:18\n"}
,{"stream_name":"stderr","time":2441.981362141,"data":"11:12:09 | [W0] OK stronghold-of-the-surviving-download-dungeon-enthralling-terrene strongholdofthesurviving.schematic (292,526B)\n"}
,{"stream_name":"stdout","time":2442.014348427,"data":"[W0] OK:423 SK:0 FL:8 | 431/1119 (38.5%) | 639/hr | 11h00m | Q:18\n"}
,{"stream_name":"stderr","time":2442.469671917,"data":"11:12:09 | [W3] OK coral-ridge-schematics-for-worldpainter coral-ridges-dannypan.zip (60,621B)\n"}
,{"stream_name":"stdout","time":2442.530895401,"data":"[W3] OK:424 SK:0 FL:8 | 432/1119 (38.6%) | 640/hr | 11h00m | Q:18\n"}
,{"stream_name":"stderr","time":2444.587625741,"data":"11:12:11 | [W2] OK woolcity-rocketship rocketship.schematic (5,840B)\n"}
,{"stream_name":"stdout","time":2444.612367444,"data":"[W2] OK:425 SK:0 FL:8 | 433/1119 (38.7%) | 641/hr | 11h00m | Q:18\n"}
,{"stream_name":"stderr","time":2448.180142098,"data":"11:12:15 | [W1] OK metis---yacht metis7903718.schematic (2,878B)\n"}
,{"stream_name":"stdout","time":2448.215739192,"data":"[W1] OK:426 SK:0 FL:8 | 434/1119 (38.8%) | 641/hr | 11h00m | Q:18\n"}
,{"stream_name":"stderr","time":2460.012634973,"data":"11:12:27 | [W4] OK cozy-winter-cabin-5842264 cozy-winter-cabin.nbt (509,205B)\n"}
,{"stream_name":"stdout","time":2460.057558255,"data":"[W4] OK:427 SK:0 FL:8 | 435/1119 (38.9%) | 640/hr | 10h59m | Q:14\n"}
,{"stream_name":"stderr","time":2465.108345885,"data":"11:12:32 | [W2] OK skyblock-bedrock-edition skyblock-bedrock-2-0.mcworld (5,366,156B)\n"}
,{"stream_name":"stdout","time":2465.123944015,"data":"[W2] OK:428 SK:0 FL:8 | 436/1119 (39.0%) | 640/hr | 10h59m | Q:13\n"}
,{"stream_name":"stderr","time":2467.401652214,"data":"11:12:34 | [W3] OK modern-apartment-6-download modernbina1.schematic (20,025B)\n"}
,{"stream_name":"stdout","time":2467.428479617,"data":"[W3] OK:429 SK:0 FL:8 | 437/1119 (39.1%) | 641/hr | 10h59m | Q:12\n"}
,{"stream_name":"stderr","time":2467.712130908,"data":"11:12:35 | [W0] OK desert-temple-or-something badlands-temple.mcworld (3,897,183B)\n"}
,{"stream_name":"stdout","time":2467.74458187,"data":"[W0] OK:430 SK:0 FL:8 | 438/1119 (39.1%) | 642/hr | 10h59m | Q:12\n"}
,{"stream_name":"stderr","time":2472.252125482,"data":"11:12:39 | [W1] OK illegal-items-6263016 illegal135.zip (11,782,555B)\n"}
,{"stream_name":"stdout","time":2472.28641186,"data":"[W1] OK:431 SK:0 FL:8 | 439/1119 (39.2%) | 642/hr | 10h59m | Q:11\n"}
,{"stream_name":"stderr","time":2481.109033732,"data":"11:12:48 | [W4] OK one-ring-to-feed-them-all ring-farm.zip (1,678,248B)\n"}
,{"stream_name":"stdout","time":2481.144219793,"data":"[W4] OK:432 SK:0 FL:8 | 440/1119 (39.3%) | 642/hr | 10h59m | Q:8\n"}
,{"stream_name":"stderr","time":2484.594581338,"data":"11:12:51 | [W2] OK tree-of-white-goddness Tree of the White Goddness.schematic (101,700B)\n"}
,{"stream_name":"stdout","time":2484.636084457,"data":"[W2] OK:433 SK:0 FL:8 | 441/1119 (39.4%) | 642/hr | 10h59m | Q:8\n"}
,{"stream_name":"stderr","time":2492.463072004,"data":"11:12:59 | [W0] OK 7-rooms-to-escape-good-luck 7-rooms-to-escape.zip (3,675,576B)\n"}
,{"stream_name":"stdout","time":2492.504277392,"data":"[W0] OK:434 SK:0 FL:8 | 442/1119 (39.5%) | 642/hr | 10h59m | Q:7\n"}
,{"stream_name":"stderr","time":2493.805154882,"data":"11:13:01 | [W3] OK steam-punk-house-made-by-soony753 steampunk9385252.schematic (13,305B)\n"}
,{"stream_name":"stdout","time":2493.839947948,"data":"[W3] OK:435 SK:0 FL:8 | 443/1119 (39.6%) | 643/hr | 10h59m | Q:7\n"}
,{"stream_name":"stderr","time":2494.229597369,"data":"11:13:01 | [W1] OK noah-s-ark noahs-ark-world.zip (2,815,190B)\n"}
,{"stream_name":"stdout","time":2494.261690754,"data":"[W1] OK:436 SK:0 FL:8 | 444/1119 (39.7%) | 644/hr | 10h59m | Q:6\n"}
,{"stream_name":"stderr","time":2500.088013483,"data":"11:13:07 | [W1] Done. Success=436\n"}
,{"stream_name":"stderr","time":2500.730405739,"data":"11:13:08 | [W3] Done. Success=436\n"}
,{"stream_name":"stderr","time":2503.356927592,"data":"11:13:10 | [W4] OK terran-battlecruiser-raider-blue BattlecruiserRaiderBlue.schematic (22,141B)\n"}
,{"stream_name":"stdout","time":2503.373225205,"data":"[W4] OK:437 SK:0 FL:8 | 445/1119 (39.8%) | 643/hr | 10h59m | Q:3\n"}
,{"stream_name":"stderr","time":2504.369735382,"data":"11:13:11 | [W2] OK modern-lyc-e-highschool lycee.schem (18,717B)\n"}
,{"stream_name":"stdout","time":2504.401428954,"data":"[W2] OK:438 SK:0 FL:8 | 446/1119 (39.9%) | 644/hr | 10h59m | Q:3\n"}
,{"stream_name":"stderr","time":2510.039175105,"data":"11:13:17 | [W0] OK wilhelminian-style-building-with-rental-apartments-and-backyard-schematic-download gruenderzeit-stadthaus-mit-durchgang.schem (43,566B)\n"}
,{"stream_name":"stdout","time":2510.06396537,"data":"[W0] OK:439 SK:0 FL:8 | 447/1119 (39.9%) | 644/hr | 10h59m | Q:3\n"}
,{"stream_name":"stderr","time":2510.14099189,"data":"11:13:17 | [W4] Done. Success=439\n"}
,{"stream_name":"stderr","time":2510.596998015,"data":"11:13:17 | [W2] Done. Success=439\n"}
,{"stream_name":"stderr","time":2516.525555905,"data":"11:13:23 | [W0] Done. Success=439\n"}
,{"stream_name":"stdout","time":2521.117450278,"data":"\n"}
,{"stream_name":"stdout","time":2521.117521097,"data":"=======================================================\n"}
,{"stream_name":"stdout","time":2521.117542497,"data":" DONE | 41.1 min | RUNNING\n"}
,{"stream_name":"stdout","time":2521.117550017,"data":" SUCCESS : 1,111\n"}
,{"stream_name":"stdout","time":2521.117553387,"data":" FAILED : 8\n"}
,{"stream_name":"stdout","time":2521.117565265,"data":" SKIPPED : 0\n"}
,{"stream_name":"stdout","time":2521.117571286,"data":" Progress CSV saved to: /kaggle/working/pmc_out/progress.csv\n"}
,{"stream_name":"stdout","time":2521.117574938,"data":"=======================================================\n"}
,{"stream_name":"stdout","time":2521.11759136,"data":"\n"}
,{"stream_name":"stderr","time":2525.692898731,"data":"/usr/local/lib/python3.12/dist-packages/mistune.py:435: SyntaxWarning: invalid escape sequence '\\|'\n"}
,{"stream_name":"stderr","time":2525.69293915,"data":" cells[i][c] = re.sub('\\\\\\\\\\|', '|', cell)\n"}
,{"stream_name":"stderr","time":2526.165871511,"data":"/usr/local/lib/python3.12/dist-packages/nbconvert/filters/filter_links.py:36: SyntaxWarning: invalid escape sequence '\\_'\n"}
,{"stream_name":"stderr","time":2526.165916899,"data":" text = re.sub(r'_', '\\_', text) # Escape underscores in display text\n"}
,{"stream_name":"stderr","time":2527.254349741,"data":"[NbConvertApp] Converting notebook __script__.ipynb to html\n"}
,{"stream_name":"stderr","time":2529.442801423,"data":"[NbConvertApp] Writing 1180982 bytes to __results__.html\n"}
] |