2024/11/20-20:58:05.265275 140008677303872 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00: fork to child time = 0.009492 sec 2024/11/20-20:58:05.265864 140008677303872 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00 2024/11/20-20:58:05.272529 140008677303872 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00 2024/11/20-20:58:05.274265 140008677303872 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-20:58:05.274496 140008677303872 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-20:58:05.320975 140008677303872 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-12545/att-00/MANIFEST-049091 2024/11/20-20:58:05.375871 140008677303872 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-12545/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 70060, last_sequence is 1124896549, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 69894 2024/11/20-20:58:05.375886 140008677303872 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-20:58:05.375969 140008677303872 [version_set.cc:5724] Creating manifest 70060 2024/11/20-20:58:05.417877 140008677303872 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-20:58:05.439951 140008677303872 [compaction_job.cc:2437] [default] [JOB 12545] Compacting 1@2 + 5@3 files to L3, score 0.89, subcompactions 1 : 1 2024/11/20-20:58:05.439964 140008677303872 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 10237 Base level 2, inputs: [70034(31MB)], [69899(41MB) 69900(39MB) 69901(39MB) 69960(40MB) 70048(40MB)] 2024/11/20-20:58:05.446816 140008677303872 [top_zip_table.cc:59] core git_version_hash_info_is:commit 81964c21ebbcc178d8e99dae0fbf61bded2729cc Author: rockeet Date: Mon Nov 11 21:28:46 2024 +0800 Makefile: fix gen git-version-*.cpp GIT_PATH_ARG = :!src/terark/fsa :!tools/fsa :!src/terark/zbs :!tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-20:58:05.446840 140008677303872 [top_zip_table.cc:60] fsa git_version_hash_info_is:commit 5dfecb7d107196f044ff5bf78dc39d2e725b9d9b Author: leipeng Date: Thu Nov 7 15:22:45 2024 +0800 Makefile: fix for x86_64 CPU older than haswell GIT_PATH_ARG = src/terark/fsa tools/fsa g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-20:58:05.446859 140008677303872 [top_zip_table.cc:61] zbs git_version_hash_info_is:commit d44dd5ff72707128fe3c916077b43d2093c01f7c Author: leipeng Date: Sun Oct 27 23:38:26 2024 +0800 Fix for msvc, when toplingdb on msvc GIT_PATH_ARG = src/terark/zbs tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-20:58:05.446868 140008677303872 [top_zip_table.cc:62] topling-zip_table_reader: git_version_hash_info_is: commit 79614a7e7dc27362fc5151b0797eb7d83c674c7b Author: rockeet Date: Sun Nov 10 15:02:21 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-20:58:05.446877 140008677303872 [top_zip_table.cc:64] topling-rocks git_version_hash_info_is: commit c46b65a52d9c74aa8b87aeb8438620ff2dbc669c Author: rockeet Date: Sun Nov 10 15:02:42 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-20:58:06.072925 140008677303872 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070061.sst) /dev/shm/ToplingTemp/Topling-978617-lyliJD 2024/11/20-20:58:06.242360 140008677303872 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070061.sst): first pass time = 0.17's, 792.391'MB/sec 2024/11/20-20:58:07.454007 140008677303872 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070061.sst): old prealloc_size = 147639500, real_size = 41402704 2024/11/20-20:58:07.454096 140008677303872 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070061.sst): index type = FixedLenKeyIndex , store type = DictZipBlobStore usrkeys = 129430 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0010 GB avg-key = 8.00 avg-zkey = 7.60 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1016.99 avg-zval = 312.03 2024/11/20-20:58:07.617735 140008677303872 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070061.sst): second pass time = 1.21's, 108.717'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 263.420'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 27986.459'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.271'MB/sec write SST data time = 0.04's, 973.363'MB/sec dict compress time = 2843009850.57's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 27560.118'MB/sec zip my value time = 1.21's, unzip length = 0.132'GB zip my value throughput = 108.717'MB/sec zip pipeline throughput = 243.685'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 7.60 avg-val = 1016.99 avg-zval = 312.03 usrkeys = 129430 avg-key = 12.00 avg-zkey = 7.60 avg-val = 1022.56 avg-zval = 312.03 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 103008 bytes = 360544 } seq expand size = 721056 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0010 GB value = 0.0404 GB dict = 1.38 MB all = 0.0431 GB } UnZip/Zip{ index = 1.5787 value = 3.2593 dict = 1.00 all = 3.1119 } Zip/UnZip{ index = 0.6334 value = 0.3068 dict = 1.00 all = 0.3214 } ---------------------------- total value len = 563.198083 GB avg = 0.331 KB (by entry num) total key len = 44.316995 GB avg = 0.026 KB total ukey len = 32.795695 GB avg = 0.014 KB total ukey num = 2.321144006 Billion total entry num = 1.700646028 Billion write speed all = 58.050592586 MB/sec (with seq num) write speed all = 56.750562172 MB/sec (without seq num) 2024/11/20-20:58:07.670541 140008677303872 [compaction_job.cc:1948] [default] [JOB 12545] Generated table #70061: 129430 keys, 43131000 bytes, temperature: kWarm 2024/11/20-20:58:07.670648 140008677303872 EVENT_LOG_v1 {"time_micros": 1732107487670603, "cf_name": "default", "job": 12545, "event": "table_file_creation", "file_number": 70061, "file_size": 43131000, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1123850988, "table_properties": {"data_size": 40386368, "index_size": 983808, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588600, "raw_average_key_size": 20, "raw_value_size": 131629275, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129430, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-FixedLenKeyIndex-DictZipBlobStore", "creation_time": 1732107486, "oldest_key_time": 0, "file_creation_time": 1732107486, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 70061, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:58:07.707920 140008677303872 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070062.sst) /dev/shm/ToplingTemp/Topling-978617-WXexaF 2024/11/20-20:58:08.201035 140008677303872 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070062.sst): first pass time = 0.49's, 272.207'MB/sec 2024/11/20-20:58:08.749090 140008677303872 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070062.sst): old prealloc_size = 147639500, real_size = 40409888 2024/11/20-20:58:08.749222 140008677303872 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070062.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129428 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.73 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.01 avg-zval = 310.23 2024/11/20-20:58:08.749300 140008677303872 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070062.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:58:08.911592 140008677303872 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070062.sst): second pass time = 0.54's, 243.663'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 257.356'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2194.593'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.269'MB/sec write SST data time = 0.04's, 990.030'MB/sec dict compress time = 2843009850.57's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 33086.429'MB/sec zip my value time = 0.54's, unzip length = 0.132'GB zip my value throughput = 243.663'MB/sec zip pipeline throughput = 243.663'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1017.01 avg-zval = 310.23 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1017.69 avg-zval = 310.23 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 12492 bytes = 43744 } seq expand size = 87444 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 6.9218 value = 3.2782 dict = 1.00 all = 3.2093 } Zip/UnZip{ index = 0.1445 value = 0.3050 dict = 1.00 all = 0.3116 } ---------------------------- total value len = 563.329800 GB avg = 0.331 KB (by entry num) total key len = 44.319584 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273434 Billion total entry num = 1.700775456 Billion write speed all = 58.056248404 MB/sec (with seq num) write speed all = 56.756279770 MB/sec (without seq num) 2024/11/20-20:58:08.962671 140008677303872 [compaction_job.cc:1948] [default] [JOB 12545] Generated table #70062: 129428 keys, 41821079 bytes, temperature: kWarm 2024/11/20-20:58:08.962737 140008677303872 EVENT_LOG_v1 {"time_micros": 1732107488962706, "cf_name": "default", "job": 12545, "event": "table_file_creation", "file_number": 70062, "file_size": 41821079, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1123819203, "table_properties": {"data_size": 40152976, "index_size": 224384, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588560, "raw_average_key_size": 20, "raw_value_size": 131629782, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129428, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732107487, "oldest_key_time": 0, "file_creation_time": 1732107487, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 70062, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:58:08.999126 140008677303872 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070063.sst) /dev/shm/ToplingTemp/Topling-978617-e9BuWD 2024/11/20-20:58:09.490914 140008677303872 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070063.sst): first pass time = 0.49's, 272.939'MB/sec 2024/11/20-20:58:10.153436 140008677303872 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070063.sst): old prealloc_size = 147639500, real_size = 40429664 2024/11/20-20:58:10.153598 140008677303872 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070063.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129428 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.75 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.01 avg-zval = 310.37 2024/11/20-20:58:10.153690 140008677303872 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070063.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:58:10.459708 140008677303872 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070063.sst): second pass time = 0.66's, 198.952'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.31's, 136.686'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1643.229'MB/sec (index lex order gen) rebuild zvType time = 0.22's, 0.148'MB/sec write SST data time = 0.09's, 479.968'MB/sec dict compress time = 2843009850.57's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 28056.829'MB/sec zip my value time = 0.66's, unzip length = 0.132'GB zip my value throughput = 198.952'MB/sec zip pipeline throughput = 198.952'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1017.01 avg-zval = 310.37 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1017.96 avg-zval = 310.37 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 17534 bytes = 61376 } seq expand size = 122738 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0419 GB } UnZip/Zip{ index = 6.8611 value = 3.2768 dict = 1.00 all = 3.2065 } Zip/UnZip{ index = 0.1457 value = 0.3052 dict = 1.00 all = 0.3119 } ---------------------------- total value len = 563.461553 GB avg = 0.331 KB (by entry num) total key len = 44.322172 GB avg = 0.026 KB total ukey len = 32.798801 GB avg = 0.014 KB total ukey num = 2.321402862 Billion total entry num = 1.700904884 Billion write speed all = 58.060496031 MB/sec (with seq num) write speed all = 56.760620733 MB/sec (without seq num) 2024/11/20-20:58:10.513459 140008677303872 [compaction_job.cc:1948] [default] [JOB 12545] Generated table #70063: 129428 keys, 41858630 bytes, temperature: kWarm 2024/11/20-20:58:10.513549 140008677303872 EVENT_LOG_v1 {"time_micros": 1732107490513504, "cf_name": "default", "job": 12545, "event": "table_file_creation", "file_number": 70063, "file_size": 41858630, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1123848421, "table_properties": {"data_size": 40170768, "index_size": 226368, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588560, "raw_average_key_size": 20, "raw_value_size": 131630186, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129428, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732107488, "oldest_key_time": 0, "file_creation_time": 1732107488, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 70063, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:58:10.571651 140008677303872 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070064.sst) /dev/shm/ToplingTemp/Topling-978617-ShvD8C 2024/11/20-20:58:11.100491 140008677303872 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070064.sst): first pass time = 0.53's, 253.822'MB/sec 2024/11/20-20:58:11.639184 140008677303872 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070064.sst): old prealloc_size = 147639500, real_size = 40912576 2024/11/20-20:58:11.639301 140008677303872 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070064.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129428 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.76 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.01 avg-zval = 314.10 2024/11/20-20:58:11.639441 140008677303872 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070064.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:58:11.825091 140008677303872 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070064.sst): second pass time = 0.54's, 244.696'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.19's, 229.747'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2391.265'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.244'MB/sec write SST data time = 0.05's, 799.665'MB/sec dict compress time = 2843009850.57's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 41723.589'MB/sec zip my value time = 0.54's, unzip length = 0.132'GB zip my value throughput = 244.696'MB/sec zip pipeline throughput = 244.696'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.76 avg-val = 1017.01 avg-zval = 314.10 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.76 avg-val = 1023.46 avg-zval = 314.10 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 119128 bytes = 416960 } seq expand size = 833896 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.8321 value = 3.2379 dict = 1.00 all = 3.1435 } Zip/UnZip{ index = 0.1464 value = 0.3088 dict = 1.00 all = 0.3181 } ---------------------------- total value len = 563.594017 GB avg = 0.331 KB (by entry num) total key len = 44.324761 GB avg = 0.026 KB total ukey len = 32.800354 GB avg = 0.014 KB total ukey num = 2.321532290 Billion total entry num = 1.701034312 Billion write speed all = 58.065823768 MB/sec (with seq num) write speed all = 56.766019093 MB/sec (without seq num) 2024/11/20-20:58:11.886277 140008677303872 [compaction_job.cc:1948] [default] [JOB 12545] Generated table #70064: 129428 keys, 42696777 bytes, temperature: kWarm 2024/11/20-20:58:11.886367 140008677303872 EVENT_LOG_v1 {"time_micros": 1732107491886324, "cf_name": "default", "job": 12545, "event": "table_file_creation", "file_number": 70064, "file_size": 42696777, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1123852509, "table_properties": {"data_size": 40652720, "index_size": 227328, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588560, "raw_average_key_size": 20, "raw_value_size": 131630019, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129428, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732107490, "oldest_key_time": 0, "file_creation_time": 1732107490, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 70064, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:58:11.935308 140008677303872 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070065.sst) /dev/shm/ToplingTemp/Topling-978617-M6KRAA 2024/11/20-20:58:12.480733 140008677303872 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070065.sst): first pass time = 0.55's, 246.106'MB/sec 2024/11/20-20:58:13.017928 140008677303872 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070065.sst): old prealloc_size = 147639500, real_size = 40976992 2024/11/20-20:58:13.018072 140008677303872 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070065.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129426 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.70 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.03 avg-zval = 314.66 2024/11/20-20:58:13.018366 140008677303872 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070065.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:58:13.177586 140008677303872 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070065.sst): second pass time = 0.54's, 245.389'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 267.975'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1810.524'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.278'MB/sec write SST data time = 0.04's, 991.198'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 41698.632'MB/sec zip my value time = 0.54's, unzip length = 0.132'GB zip my value throughput = 245.389'MB/sec zip pipeline throughput = 245.389'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.03 avg-zval = 314.66 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1024.03 avg-zval = 314.66 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129426 bytes = 453008 } seq expand size = 905982 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0428 GB } UnZip/Zip{ index = 7.0730 value = 3.2322 dict = 1.00 all = 3.1376 } Zip/UnZip{ index = 0.1414 value = 0.3094 dict = 1.00 all = 0.3187 } ---------------------------- total value len = 563.726552 GB avg = 0.331 KB (by entry num) total key len = 44.327349 GB avg = 0.026 KB total ukey len = 32.801907 GB avg = 0.014 KB total ukey num = 2.321661716 Billion total entry num = 1.701163738 Billion write speed all = 58.071228175 MB/sec (with seq num) write speed all = 56.771492513 MB/sec (without seq num) 2024/11/20-20:58:13.228938 140008677303872 [compaction_job.cc:1948] [default] [JOB 12545] Generated table #70065: 129426 keys, 42777332 bytes, temperature: kWarm 2024/11/20-20:58:13.229017 140008677303872 EVENT_LOG_v1 {"time_micros": 1732107493228972, "cf_name": "default", "job": 12545, "event": "table_file_creation", "file_number": 70065, "file_size": 42777332, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 980004783, "largest_seqno": 1123852482, "table_properties": {"data_size": 40724880, "index_size": 219584, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588520, "raw_average_key_size": 20, "raw_value_size": 131629832, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129426, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732107491, "oldest_key_time": 0, "file_creation_time": 1732107491, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 70065, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:58:13.300130 140008677303872 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070066.sst) /dev/shm/ToplingTemp/Topling-978617-tZ60NC 2024/11/20-20:58:13.316135 140008677303872 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070066.sst): first pass time = 0.02's, 168.264'MB/sec 2024/11/20-20:58:13.783285 140008677303872 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070066.sst): old prealloc_size = 147639500, real_size = 850896 2024/11/20-20:58:13.783339 140008677303872 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070066.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 2588 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.28 raw-val = 0.0026 GB zip-val = 0.0008 GB avg-val =1016.90 avg-zval = 328.18 2024/11/20-20:58:13.788920 140008677303872 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00/070066.sst): second pass time = 0.47's, 5.644'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 159.046'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 22.366'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 0.168'MB/sec write SST data time = 0.00's, 513.957'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.033'MB, throughput = 809.632'MB/sec zip my value time = 0.47's, unzip length = 0.003'GB zip my value throughput = 5.644'MB/sec zip pipeline throughput = 202.731'MB/sec entries = 2588 avg-key = 20.00 avg-zkey = 0.30 avg-val = 1016.90 avg-zval = 328.18 usrkeys = 2588 avg-key = 12.00 avg-zkey = 0.30 avg-val = 1023.90 avg-zval = 328.18 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 2588 bytes = 9072 } seq expand size = 18116 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0000 GB value = 0.0026 GB dict = 0.03 MB all = 0.0027 GB } __ZipSize{ index = 0.0000 GB value = 0.0008 GB dict = 0.03 MB all = 0.0009 GB } UnZip/Zip{ index = 40.4375 value = 3.0986 dict = 1.00 all = 3.0054 } Zip/UnZip{ index = 0.0247 value = 0.3227 dict = 1.00 all = 0.3327 } ---------------------------- total value len = 563.729202 GB avg = 0.331 KB (by entry num) total key len = 44.327401 GB avg = 0.026 KB total ukey len = 32.801939 GB avg = 0.014 KB total ukey num = 2.321664304 Billion total entry num = 1.701166326 Billion write speed all = 58.068095900 MB/sec (with seq num) write speed all = 56.768434141 MB/sec (without seq num) 2024/11/20-20:58:13.808801 140008677303872 [compaction_job.cc:1948] [default] [JOB 12545] Generated table #70066: 2588 keys, 892884 bytes, temperature: kWarm 2024/11/20-20:58:13.808880 140008677303872 EVENT_LOG_v1 {"time_micros": 1732107493808838, "cf_name": "default", "job": 12545, "event": "table_file_creation", "file_number": 70066, "file_size": 892884, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 981557397, "largest_seqno": 1123852137, "table_properties": {"data_size": 849328, "index_size": 768, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 51760, "raw_average_key_size": 20, "raw_value_size": 2631739, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 2588, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-UintIndex_IL_256_32-DictZipBlobStore", "creation_time": 1732107493, "oldest_key_time": 0, "file_creation_time": 1732107493, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 70066, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:58:13.819384 140008677303872 [compaction_job.cc:703] job-12545: subcompact[0], size: 0.213178 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12545/att-00 [070061,070062,070063,070064,070065,070066] 2024/11/20-20:58:13.882235 140008677303872 (Original Log Time 2024/11/20-20:58:05.440022) EVENT_LOG_v1 {"time_micros": 1732107485439981, "job": 12545, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [70034], "files_L3": [69899, 69900, 69901, 69960, 70048], "score": 0.887131, "input_data_size": 245030030, "oldest_snapshot_seqno": 1124895396} 2024/11/20-20:58:13.882239 140008677303872 (Original Log Time 2024/11/20-20:58:13.881548) [compaction_job.cc:2022] [default] [JOB 12545] Compacted 1@2 + 5@3 files to L3 => 213177702 bytes 2024/11/20-20:58:13.882240 140008677303872 (Original Log Time 2024/11/20-20:58:13.882165) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 29.2 rd, 25.4 wr, level 3, files in(1, 5) out(6 +0 blob) MB in(31.2, 202.4 +0.0 blob) out(203.3 +0.0 blob), read-write-amplify(14.0) write-amplify(6.5) OK, records in: 679100, records dropped: 29372 output_compression: Snappy 2024/11/20-20:58:13.882245 140008677303872 (Original Log Time 2024/11/20-20:58:13.882215) EVENT_LOG_v1 {"time_micros": 1732107493882189, "cf": "default", "job": 12545, "event": "compaction_finished", "compaction_time_micros": 8379372, "compaction_time_cpu_micros": 1892656, "output_level": 3, "num_output_files": 6, "total_output_size": 213177702, "num_input_records": 679100, "num_output_records": 649728, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 192969103, "file_range_sync_nanos": 0, "file_fsync_nanos": 5823, "file_prepare_write_nanos": 12335, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/20-20:58:14.009331 140008677303872 DEBG dcompact_worker.cpp:240: HttpPost: 200 OK: url = http://nlb-7zny4kaa1poal01o64.cn-shenzhen.nlb.aliyuncs.com:8443, body = {"instanceId":"nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137","labourId":"","dbId":"d89b4006-2803-486e-b7a2-759bcf348921","dbStarts":1732096383,"starts":1732107485,"executesMs":8609,"compactionJobId":12545,"attempt":0,"compactionInputRawBytes":704235692,"compactionInputZipBytes":245030030,"compactionOutputRawBytes":0,"compactionOutputZipBytes":213177702,"headers":{"Accept":"*/*","Connection":"close","Host":"aliyun-topling-saas.topling.cn:18443","RemoteIp":"120.24.192.169","X-Forwarded-For":"120.24.192.169","region":"cn-shenzhen","token":"e6474c481bd4415abc537135cc03626b","instance-token":"e6474c481bd4415abc537135cc03626b","provider":"aliyun","CloudMarketInstanceId":"si-59c0ae5c955845588903","MeteringAssit":"","Transfer-Encoding":"chunked","traceparent":"00-ac3a93e2ff493cf5c0f7abeaca61d5a4-44717cdb26e5053d-00"}}, response = 2024/11/20-20:58:14.009408 140008677303872 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-12545/att-00: olev 3, work 8.609 s, result 6.738 ms, install 0.713 ms, input{raw 671.611 MiB zip 233.679 MiB}