Query (id=214b9914fc184f60:a09a0a9100000000): DEBUG MODE WARNING: Query profile created while running a DEBUG build of Impala. Use RELEASE builds to measure query performance. - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Summary: Session ID: 5842e23215c665f7:fbacb7029e3f59b3 Session Type: BEESWAX Start Time: 2020-05-10 16:48:11.770106000 End Time: 2020-05-10 16:48:20.895237000 Query Type: QUERY Query State: FINISHED Impala Query State: FINISHED Query Status: OK Impala Version: impalad version 4.0.0-SNAPSHOT DEBUG (build 130cdc0db308f5737de266c379f2b8de444b3e42) User: tarmstrong Connected User: tarmstrong Delegated User: Network Address: ::ffff:127.0.0.1:34312 Default Db: tpcds_parquet Sql Statement: select cd_gender, cd_marital_status, cd_education_status, count(*) cnt1, cd_purchase_estimate, count(*) cnt2, cd_credit_rating, count(*) cnt3, cd_dep_count, count(*) cnt4, cd_dep_employed_count, count(*) cnt5, cd_dep_college_count, count(*) cnt6 from customer c,customer_address ca,customer_demographics where c.c_current_addr_sk = ca.ca_address_sk and ca_county in ('Rush County','Toole County','Jefferson County','Dona Ana County','La Porte County') and cd_demo_sk = c.c_current_cdemo_sk and exists (select * from store_sales,date_dim where c.c_customer_sk = ss_customer_sk and ss_sold_date_sk = d_date_sk and d_year = 2002 and d_moy between 1 and 1+3) and exists (select * from ( select ws_bill_customer_sk as customer_sk, d_year,d_moy from web_sales, date_dim where ws_sold_date_sk = d_date_sk and d_year = 2002 and d_moy between 1 and 1+3 union all select cs_ship_customer_sk as customer_sk, d_year, d_moy from catalog_sales, date_dim where cs_sold_date_sk = d_date_sk and d_year = 2002 and d_moy between 1 and 1+3 ) x where c.c_customer_sk = customer_sk) group by cd_gender, cd_marital_status, cd_education_status, cd_purchase_estimate, cd_credit_rating, cd_dep_count, cd_dep_employed_count, cd_dep_college_count order by cd_gender, cd_marital_status, cd_education_status, cd_purchase_estimate, cd_credit_rating, cd_dep_count, cd_dep_employed_count, cd_dep_college_count limit 100 Coordinator: tarmstrong-box2:22000 Query Options (set by configuration): MT_DOP=4,TIMEZONE=America/Los_Angeles,CLIENT_IDENTIFIER=Impala Shell v4.0.0-SNAPSHOT (130cdc0) built on Sun May 10 16:22:45 PDT 2020 Query Options (set by configuration and planner): MT_DOP=4,TIMEZONE=America/Los_Angeles,CLIENT_IDENTIFIER=Impala Shell v4.0.0-SNAPSHOT (130cdc0) built on Sun May 10 16:22:45 PDT 2020 Plan: ---------------- Max Per-Host Resource Reservation: Memory=82.31MB Threads=21 Per-Host Resource Estimates: Memory=291MB Analyzed query: SELECT cd_gender, cd_marital_status, cd_education_status, count(*) cnt1, cd_purchase_estimate, count(*) cnt2, cd_credit_rating, count(*) cnt3, cd_dep_count, count(*) cnt4, cd_dep_employed_count, count(*) cnt5, cd_dep_college_count, count(*) cnt6 FROM tpcds_parquet.customer c, tpcds_parquet.customer_address ca, tpcds_parquet.customer_demographics LEFT SEMI JOIN (SELECT *, ss_customer_sk FROM tpcds_parquet.store_sales, tpcds_parquet.date_dim WHERE TRUE AND ss_sold_date_sk = d_date_sk AND d_year = CAST(2002 AS INT) AND d_moy >= CAST(1 AS INT) AND d_moy <= CAST(4 AS INT)) `$a$1` (`$c$1`, `$c$2`, `$c$3`, `$c$4`, `$c$5`, `$c$6`, `$c$7`, `$c$8`, `$c$9`, `$c$10`, `$c$11`, `$c$12`, `$c$13`, `$c$14`, `$c$15`, `$c$16`, `$c$17`, `$c$18`, `$c$19`, `$c$20`, `$c$21`, `$c$22`, `$c$23`, `$c$24`, `$c$25`, `$c$26`, `$c$27`, `$c$28`, `$c$29`, `$c$30`, `$c$31`, `$c$32`, `$c$33`, `$c$34`, `$c$35`, `$c$36`, `$c$37`, `$c$38`, `$c$39`, `$c$40`, `$c$41`, `$c$42`, `$c$43`, `$c$44`, `$c$45`, `$c$46`, `$c$47`, `$c$48`, `$c$49`, `$c$50`, `$c$51`, `$c$52`) ON c.c_customer_sk = `$a$1`.`$c$52` LEFT SEMI JOIN (SELECT *, customer_sk FROM (SELECT ws_bill_customer_sk customer_sk, d_year, d_moy FROM tpcds_parquet.web_sales, tpcds_parquet.date_dim WHERE ws_sold_date_sk = d_date_sk AND d_year = CAST(2002 AS INT) AND d_moy >= CAST(1 AS INT) AND d_moy <= CAST(4 AS INT) UNION ALL SELECT cs_ship_customer_sk customer_sk, d_year, d_moy FROM tpcds_parquet.catalog_sales, tpcds_parquet.date_dim WHERE cs_sold_date_sk = d_date_sk AND d_year = CAST(2002 AS INT) AND d_moy >= CAST(1 AS INT) AND d_moy <= CAST(4 AS INT)) x) `$a$2` (`$c$1`, `$c$2`, `$c$3`, `$c$4`) ON c.c_customer_sk = `$a$2`.`$c$4` WHERE c.c_current_addr_sk = ca.ca_address_sk AND ca_county IN ('Rush County', 'Toole County', 'Jefferson County', 'Dona Ana County', 'La Porte County') AND cd_demo_sk = c.c_current_cdemo_sk AND TRUE AND TRUE GROUP BY cd_gender, cd_marital_status, cd_education_status, cd_purchase_estimate, cd_credit_rating, cd_dep_count, cd_dep_employed_count, cd_dep_college_count ORDER BY cd_gender ASC, cd_marital_status ASC, cd_education_status ASC, cd_purchase_estimate ASC, cd_credit_rating ASC, cd_dep_count ASC, cd_dep_employed_count ASC, cd_dep_college_count ASC LIMIT CAST(100 AS TINYINT) F12:PLAN FRAGMENT [UNPARTITIONED] hosts=1 instances=1 | Per-Instance Resources: mem-estimate=18.08KB mem-reservation=0B thread-reservation=1 PLAN-ROOT SINK | output exprs: cd_gender, cd_marital_status, cd_education_status, count(*), cd_purchase_estimate, count(*), cd_credit_rating, count(*), cd_dep_count, count(*), cd_dep_employed_count, count(*), cd_dep_college_count, count(*) | mem-estimate=0B mem-reservation=0B thread-reservation=0 | 29:MERGING-EXCHANGE [UNPARTITIONED] | order by: cd_gender ASC, cd_marital_status ASC, cd_education_status ASC, cd_purchase_estimate ASC, cd_credit_rating ASC, cd_dep_count ASC, cd_dep_employed_count ASC, cd_dep_college_count ASC | limit: 100 | mem-estimate=18.08KB mem-reservation=0B thread-reservation=0 | tuple-ids=14 row-size=91B cardinality=100 | in pipelines: 18(GETNEXT) | F11:PLAN FRAGMENT [HASH(cd_gender,cd_marital_status,cd_education_status,cd_purchase_estimate,cd_credit_rating,cd_dep_count,cd_dep_employed_count,cd_dep_college_count)] hosts=1 instances=1 Per-Instance Resources: mem-estimate=10.06MB mem-reservation=1.94MB thread-reservation=1 18:TOP-N [LIMIT=100] | order by: cd_gender ASC, cd_marital_status ASC, cd_education_status ASC, cd_purchase_estimate ASC, cd_credit_rating ASC, cd_dep_count ASC, cd_dep_employed_count ASC, cd_dep_college_count ASC | mem-estimate=8.85KB mem-reservation=0B thread-reservation=0 | tuple-ids=14 row-size=91B cardinality=100 | in pipelines: 18(GETNEXT), 28(OPEN) | 28:AGGREGATE [FINALIZE] | output: count:merge(*) | group by: cd_gender, cd_marital_status, cd_education_status, cd_purchase_estimate, cd_credit_rating, cd_dep_count, cd_dep_employed_count, cd_dep_college_count | mem-estimate=10.00MB mem-reservation=1.94MB spill-buffer=64.00KB thread-reservation=0 | tuple-ids=13 row-size=91B cardinality=318 | in pipelines: 28(GETNEXT), 07(OPEN), 10(OPEN) | 27:EXCHANGE [HASH(cd_gender,cd_marital_status,cd_education_status,cd_purchase_estimate,cd_credit_rating,cd_dep_count,cd_dep_employed_count,cd_dep_college_count)] | mem-estimate=57.50KB mem-reservation=0B thread-reservation=0 | tuple-ids=13 row-size=91B cardinality=318 | in pipelines: 07(GETNEXT), 10(GETNEXT) | F10:PLAN FRAGMENT [HASH(c.c_customer_sk)] hosts=1 instances=1 Per-Instance Resources: mem-estimate=10.20MB mem-reservation=2.00MB thread-reservation=1 17:AGGREGATE [STREAMING] | output: count(*) | group by: cd_gender, cd_marital_status, cd_education_status, cd_purchase_estimate, cd_credit_rating, cd_dep_count, cd_dep_employed_count, cd_dep_college_count | mem-estimate=10.00MB mem-reservation=2.00MB spill-buffer=64.00KB thread-reservation=0 | tuple-ids=13 row-size=91B cardinality=318 | in pipelines: 07(GETNEXT), 10(GETNEXT) | 16:HASH JOIN [RIGHT SEMI JOIN, PARTITIONED] | hash-table-id=00 | hash predicates: customer_sk = c.c_customer_sk | mem-estimate=0B mem-reservation=0B spill-buffer=64.00KB thread-reservation=0 | tuple-ids=2,0,1 row-size=129B cardinality=318 | in pipelines: 07(GETNEXT), 10(GETNEXT), 03(OPEN) | |--F13:PLAN FRAGMENT [HASH(c.c_customer_sk)] hosts=1 instances=1 | | Per-Instance Resources: mem-estimate=4.45MB mem-reservation=2.94MB thread-reservation=1 runtime-filters-memory=1.00MB | JOIN BUILD | | join-table-id=00 plan-id=01 cohort-id=01 | | build expressions: c.c_customer_sk | | runtime filters: RF000[bloom] <- c.c_customer_sk | | mem-estimate=1.94MB mem-reservation=1.94MB spill-buffer=64.00KB thread-reservation=0 | | | 15:HASH JOIN [RIGHT SEMI JOIN, PARTITIONED] | | hash-table-id=01 | | hash predicates: ss_customer_sk = c.c_customer_sk | | mem-estimate=0B mem-reservation=0B spill-buffer=64.00KB thread-reservation=0 | | tuple-ids=2,0,1 row-size=129B cardinality=318 | | in pipelines: 03(GETNEXT), 02(OPEN) | | | |--F14:PLAN FRAGMENT [HASH(c.c_customer_sk)] hosts=1 instances=1 | | | Per-Instance Resources: mem-estimate=3.02MB mem-reservation=2.94MB thread-reservation=1 runtime-filters-memory=1.00MB | | JOIN BUILD | | | join-table-id=01 plan-id=02 cohort-id=02 | | | build expressions: c.c_customer_sk | | | runtime filters: RF006[bloom] <- c.c_customer_sk | | | mem-estimate=1.94MB mem-reservation=1.94MB spill-buffer=64.00KB thread-reservation=0 | | | | | 25:EXCHANGE [HASH(c.c_customer_sk)] | | | mem-estimate=83.56KB mem-reservation=0B thread-reservation=0 | | | tuple-ids=2,0,1 row-size=129B cardinality=318 | | | in pipelines: 02(GETNEXT) | | | | | F07:PLAN FRAGMENT [RANDOM] hosts=1 instances=1 | | Per-Host Shared Resources: mem-estimate=1.00MB mem-reservation=1.00MB thread-reservation=0 runtime-filters-memory=1.00MB | | Per-Instance Resources: mem-estimate=16.00MB mem-reservation=8.00MB thread-reservation=1 | | 14:HASH JOIN [INNER JOIN, BROADCAST] | | | hash-table-id=02 | | | hash predicates: c.c_current_addr_sk = ca.ca_address_sk | | | fk/pk conjuncts: c.c_current_addr_sk = ca.ca_address_sk | | | mem-estimate=0B mem-reservation=0B spill-buffer=64.00KB thread-reservation=0 | | | tuple-ids=2,0,1 row-size=129B cardinality=318 | | | in pipelines: 02(GETNEXT), 01(OPEN) | | | | | |--F15:PLAN FRAGMENT [RANDOM] hosts=1 instances=1 | | | | Per-Instance Resources: mem-estimate=8.77MB mem-reservation=8.75MB thread-reservation=1 runtime-filters-memory=1.00MB | | | JOIN BUILD | | | | join-table-id=02 plan-id=03 cohort-id=03 | | | | build expressions: ca.ca_address_sk | | | | runtime filters: RF010[bloom] <- ca.ca_address_sk | | | | mem-estimate=7.75MB mem-reservation=7.75MB spill-buffer=64.00KB thread-reservation=0 | | | | | | | 23:EXCHANGE [BROADCAST] | | | | mem-estimate=16.00KB mem-reservation=0B thread-reservation=0 | | | | tuple-ids=1 row-size=30B cardinality=137 | | | | in pipelines: 01(GETNEXT) | | | | | | | F09:PLAN FRAGMENT [RANDOM] hosts=1 instances=1 | | | Per-Instance Resources: mem-estimate=16.00MB mem-reservation=512.00KB thread-reservation=1 | | | 01:SCAN HDFS [tpcds_parquet.customer_address ca, RANDOM] | | | HDFS partitions=1/1 files=1 size=1.16MB | | | predicates: ca_county IN ('Rush County', 'Toole County', 'Jefferson County', 'Dona Ana County', 'La Porte County') | | | stored statistics: | | | table: rows=50.00K size=1.16MB | | | columns: all | | | extrapolated-rows=disabled max-scan-range-rows=50.00K | | | parquet statistics predicates: ca_county IN ('Rush County', 'Toole County', 'Jefferson County', 'Dona Ana County', 'La Porte County') | | | parquet dictionary predicates: ca_county IN ('Rush County', 'Toole County', 'Jefferson County', 'Dona Ana County', 'La Porte County') | | | mem-estimate=16.00MB mem-reservation=512.00KB thread-reservation=0 | | | tuple-ids=1 row-size=30B cardinality=137 | | | in pipelines: 01(GETNEXT) | | | | | 13:HASH JOIN [INNER JOIN, BROADCAST] | | | hash-table-id=03 | | | hash predicates: cd_demo_sk = c.c_current_cdemo_sk | | | fk/pk conjuncts: none | | | mem-estimate=0B mem-reservation=0B spill-buffer=128.00KB thread-reservation=0 | | | tuple-ids=2,0 row-size=99B cardinality=100.00K | | | in pipelines: 02(GETNEXT), 00(OPEN) | | | | | |--F16:PLAN FRAGMENT [RANDOM] hosts=1 instances=1 | | | | Per-Instance Resources: mem-estimate=13.66MB mem-reservation=12.50MB thread-reservation=1 runtime-filters-memory=1.00MB | | | JOIN BUILD | | | | join-table-id=03 plan-id=04 cohort-id=03 | | | | build expressions: c.c_current_cdemo_sk | | | | runtime filters: RF012[bloom] <- c.c_current_cdemo_sk | | | | mem-estimate=11.50MB mem-reservation=11.50MB spill-buffer=128.00KB thread-reservation=0 | | | | | | | 22:EXCHANGE [BROADCAST] | | | | mem-estimate=1.16MB mem-reservation=0B thread-reservation=0 | | | | tuple-ids=0 row-size=12B cardinality=100.00K | | | | in pipelines: 00(GETNEXT) | | | | | | | F08:PLAN FRAGMENT [RANDOM] hosts=1 instances=1 | | | Per-Host Shared Resources: mem-estimate=1.00MB mem-reservation=1.00MB thread-reservation=0 runtime-filters-memory=1.00MB | | | Per-Instance Resources: mem-estimate=16.00MB mem-reservation=2.00MB thread-reservation=1 | | | 00:SCAN HDFS [tpcds_parquet.customer c, RANDOM] | | | HDFS partitions=1/1 files=1 size=5.49MB | | | runtime filters: RF010[bloom] -> c.c_current_addr_sk | | | stored statistics: | | | table: rows=100.00K size=5.49MB | | | columns: all | | | extrapolated-rows=disabled max-scan-range-rows=100.00K | | | mem-estimate=16.00MB mem-reservation=2.00MB thread-reservation=0 | | | tuple-ids=0 row-size=12B cardinality=100.00K | | | in pipelines: 00(GETNEXT) | | | | | 02:SCAN HDFS [tpcds_parquet.customer_demographics, RANDOM] | | HDFS partitions=1/1 files=1 size=7.49MB | | runtime filters: RF012[bloom] -> cd_demo_sk | | stored statistics: | | table: rows=1.92M size=7.49MB | | columns: all | | extrapolated-rows=disabled max-scan-range-rows=1.92M | | mem-estimate=16.00MB mem-reservation=8.00MB thread-reservation=0 | | tuple-ids=2 row-size=87B cardinality=1.92M | | in pipelines: 02(GETNEXT) | | | 24:EXCHANGE [HASH(ss_customer_sk)] | | mem-estimate=1.51MB mem-reservation=0B thread-reservation=0 | | tuple-ids=3,4 row-size=20B cardinality=186.34K | | in pipelines: 03(GETNEXT) | | | F05:PLAN FRAGMENT [RANDOM] hosts=3 instances=12 | Per-Host Shared Resources: mem-estimate=2.00MB mem-reservation=2.00MB thread-reservation=0 runtime-filters-memory=2.00MB | Per-Instance Resources: mem-estimate=16.00MB mem-reservation=512.00KB thread-reservation=1 | 05:HASH JOIN [INNER JOIN, BROADCAST] | | hash-table-id=04 | | hash predicates: ss_sold_date_sk = d_date_sk | | fk/pk conjuncts: ss_sold_date_sk = d_date_sk | | mem-estimate=0B mem-reservation=0B spill-buffer=64.00KB thread-reservation=0 | | tuple-ids=3,4 row-size=20B cardinality=186.34K | | in pipelines: 03(GETNEXT), 04(OPEN) | | | |--F17:PLAN FRAGMENT [RANDOM] hosts=3 instances=3 | | | Per-Instance Resources: mem-estimate=8.77MB mem-reservation=8.75MB thread-reservation=1 runtime-filters-memory=1.00MB | | JOIN BUILD | | | join-table-id=04 plan-id=05 cohort-id=02 | | | build expressions: d_date_sk | | | runtime filters: RF008[bloom] <- d_date_sk | | | mem-estimate=7.75MB mem-reservation=7.75MB spill-buffer=64.00KB thread-reservation=0 | | | | | 21:EXCHANGE [BROADCAST] | | | mem-estimate=16.00KB mem-reservation=0B thread-reservation=0 | | | tuple-ids=4 row-size=12B cardinality=118 | | | in pipelines: 04(GETNEXT) | | | | | F06:PLAN FRAGMENT [RANDOM] hosts=1 instances=1 | | Per-Instance Resources: mem-estimate=16.00MB mem-reservation=512.00KB thread-reservation=1 | | 04:SCAN HDFS [tpcds_parquet.date_dim, RANDOM] | | HDFS partitions=1/1 files=1 size=2.15MB | | predicates: d_year = CAST(2002 AS INT), d_moy <= CAST(4 AS INT), d_moy >= CAST(1 AS INT) | | stored statistics: | | table: rows=73.05K size=2.15MB | | columns: all | | extrapolated-rows=disabled max-scan-range-rows=73.05K | | parquet statistics predicates: d_year = CAST(2002 AS INT), d_moy <= CAST(4 AS INT), d_moy >= CAST(1 AS INT) | | parquet dictionary predicates: d_year = CAST(2002 AS INT), d_moy <= CAST(4 AS INT), d_moy >= CAST(1 AS INT) | | mem-estimate=16.00MB mem-reservation=512.00KB thread-reservation=0 | | tuple-ids=4 row-size=12B cardinality=118 | | in pipelines: 04(GETNEXT) | | | 03:SCAN HDFS [tpcds_parquet.store_sales, RANDOM] | HDFS partitions=1824/1824 files=1824 size=196.96MB | runtime filters: RF006[bloom] -> ss_customer_sk, RF008[bloom] -> ss_sold_date_sk | stored statistics: | table: rows=2.88M size=196.96MB | partitions: 1824/1824 rows=2.88M | columns: all | extrapolated-rows=disabled max-scan-range-rows=130.09K | mem-estimate=16.00MB mem-reservation=512.00KB thread-reservation=0 | tuple-ids=3 row-size=8B cardinality=2.88M | in pipelines: 03(GETNEXT) | 26:EXCHANGE [HASH(customer_sk)] | mem-estimate=206.33KB mem-reservation=0B thread-reservation=0 | tuple-ids=10 row-size=4B cardinality=140.03K | in pipelines: 07(GETNEXT), 10(GETNEXT) | F04:PLAN FRAGMENT [RANDOM] hosts=3 instances=3 Per-Host Shared Resources: mem-estimate=3.00MB mem-reservation=3.00MB thread-reservation=0 runtime-filters-memory=3.00MB Per-Instance Resources: mem-estimate=48.00MB mem-reservation=4.00MB thread-reservation=1 06:UNION | mem-estimate=0B mem-reservation=0B thread-reservation=0 | tuple-ids=10 row-size=4B cardinality=140.03K | in pipelines: 07(GETNEXT), 10(GETNEXT) | |--12:HASH JOIN [INNER JOIN, BROADCAST] | | hash-table-id=06 | | hash predicates: cs_sold_date_sk = d_date_sk | | fk/pk conjuncts: cs_sold_date_sk = d_date_sk | | mem-estimate=0B mem-reservation=0B spill-buffer=64.00KB thread-reservation=0 | | tuple-ids=8,9 row-size=20B cardinality=93.21K | | in pipelines: 10(GETNEXT), 11(OPEN) | | | |--F19:PLAN FRAGMENT [RANDOM] hosts=3 instances=3 | | | Per-Instance Resources: mem-estimate=8.77MB mem-reservation=8.75MB thread-reservation=1 runtime-filters-memory=1.00MB | | JOIN BUILD | | | join-table-id=06 plan-id=07 cohort-id=01 | | | build expressions: d_date_sk | | | runtime filters: RF004[bloom] <- d_date_sk | | | mem-estimate=7.75MB mem-reservation=7.75MB spill-buffer=64.00KB thread-reservation=0 | | | | | 20:EXCHANGE [BROADCAST] | | | mem-estimate=16.00KB mem-reservation=0B thread-reservation=0 | | | tuple-ids=9 row-size=12B cardinality=118 | | | in pipelines: 11(GETNEXT) | | | | | F03:PLAN FRAGMENT [RANDOM] hosts=1 instances=1 | | Per-Instance Resources: mem-estimate=16.00MB mem-reservation=512.00KB thread-reservation=1 | | 11:SCAN HDFS [tpcds_parquet.date_dim, RANDOM] | | HDFS partitions=1/1 files=1 size=2.15MB | | predicates: d_year = CAST(2002 AS INT), d_moy <= CAST(4 AS INT), d_moy >= CAST(1 AS INT) | | stored statistics: | | table: rows=73.05K size=2.15MB | | columns: all | | extrapolated-rows=disabled max-scan-range-rows=73.05K | | parquet statistics predicates: d_year = CAST(2002 AS INT), d_moy <= CAST(4 AS INT), d_moy >= CAST(1 AS INT) | | parquet dictionary predicates: d_year = CAST(2002 AS INT), d_moy <= CAST(4 AS INT), d_moy >= CAST(1 AS INT) | | mem-estimate=16.00MB mem-reservation=512.00KB thread-reservation=0 | | tuple-ids=9 row-size=12B cardinality=118 | | in pipelines: 11(GETNEXT) | | | 10:SCAN HDFS [tpcds_parquet.catalog_sales, RANDOM] | HDFS partitions=1/1 files=3 size=96.62MB | runtime filters: RF000[bloom] -> tpcds_parquet.catalog_sales.cs_ship_customer_sk, RF004[bloom] -> cs_sold_date_sk | stored statistics: | table: rows=1.44M size=96.62MB | columns: all | extrapolated-rows=disabled max-scan-range-rows=650.14K | mem-estimate=48.00MB mem-reservation=4.00MB thread-reservation=0 | tuple-ids=8 row-size=8B cardinality=1.44M | in pipelines: 10(GETNEXT) | 09:HASH JOIN [INNER JOIN, BROADCAST] | hash-table-id=05 | hash predicates: ws_sold_date_sk = d_date_sk | fk/pk conjuncts: ws_sold_date_sk = d_date_sk | mem-estimate=0B mem-reservation=0B spill-buffer=64.00KB thread-reservation=0 | tuple-ids=6,7 row-size=20B cardinality=46.82K | in pipelines: 07(GETNEXT), 08(OPEN) | |--F18:PLAN FRAGMENT [RANDOM] hosts=3 instances=3 | | Per-Instance Resources: mem-estimate=8.77MB mem-reservation=8.75MB thread-reservation=1 runtime-filters-memory=1.00MB | JOIN BUILD | | join-table-id=05 plan-id=06 cohort-id=01 | | build expressions: d_date_sk | | runtime filters: RF002[bloom] <- d_date_sk | | mem-estimate=7.75MB mem-reservation=7.75MB spill-buffer=64.00KB thread-reservation=0 | | | 19:EXCHANGE [BROADCAST] | | mem-estimate=16.00KB mem-reservation=0B thread-reservation=0 | | tuple-ids=7 row-size=12B cardinality=118 | | in pipelines: 08(GETNEXT) | | | F01:PLAN FRAGMENT [RANDOM] hosts=1 instances=1 | Per-Instance Resources: mem-estimate=16.00MB mem-reservation=512.00KB thread-reservation=1 | 08:SCAN HDFS [tpcds_parquet.date_dim, RANDOM] | HDFS partitions=1/1 files=1 size=2.15MB | predicates: d_year = CAST(2002 AS INT), d_moy <= CAST(4 AS INT), d_moy >= CAST(1 AS INT) | stored statistics: | table: rows=73.05K size=2.15MB | columns: all | extrapolated-rows=disabled max-scan-range-rows=73.05K | parquet statistics predicates: d_year = CAST(2002 AS INT), d_moy <= CAST(4 AS INT), d_moy >= CAST(1 AS INT) | parquet dictionary predicates: d_year = CAST(2002 AS INT), d_moy <= CAST(4 AS INT), d_moy >= CAST(1 AS INT) | mem-estimate=16.00MB mem-reservation=512.00KB thread-reservation=0 | tuple-ids=7 row-size=12B cardinality=118 | in pipelines: 08(GETNEXT) | 07:SCAN HDFS [tpcds_parquet.web_sales, RANDOM] HDFS partitions=1/1 files=2 size=45.09MB runtime filters: RF000[bloom] -> tpcds_parquet.web_sales.ws_bill_customer_sk, RF002[bloom] -> ws_sold_date_sk stored statistics: table: rows=719.38K size=45.09MB columns: all extrapolated-rows=disabled max-scan-range-rows=644.77K mem-estimate=32.00MB mem-reservation=4.00MB thread-reservation=0 tuple-ids=6 row-size=8B cardinality=719.38K in pipelines: 07(GETNEXT) ---------------- Estimated Per-Host Mem: 305625605 Request Pool: default-pool Per Host Min Memory Reservation: tarmstrong-box2:22001(47.06 MB) tarmstrong-box2:22002(82.31 MB) tarmstrong-box2:22000(47.06 MB) Per Host Number of Fragment Instances: tarmstrong-box2:22001(12) tarmstrong-box2:22002(20) tarmstrong-box2:22000(13) Admission result: Admitted immediately Cluster Memory Admitted: 874.40 MB Executor Group: default ExecSummary: Operator #Hosts #Inst Avg Time Max Time #Rows Est. #Rows Peak Mem Est. Peak Mem Detail ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ F12:ROOT 1 1 54.348us 54.348us 0 0 29:MERGING-EXCHANGE 1 1 108.385us 108.385us 5 100 48.00 KB 18.08 KB UNPARTITIONED F11:EXCHANGE SENDER 3 3 110.536us 119.698us 1.73 KB 0 18:TOP-N 3 3 177.788us 185.835us 5 100 12.00 KB 8.85 KB 28:AGGREGATE 3 3 2.445ms 2.470ms 5 318 2.02 MB 10.00 MB FINALIZE 27:EXCHANGE 3 3 37.054us 49.576us 5 318 32.00 KB 57.50 KB HASH(cd_gender,cd_marital_status,cd_education_status,cd_purchase_estimate,cd_credit_rating,cd_dep_count,cd_dep_employed_count,cd_dep_college_count) F10:EXCHANGE SENDER 3 3 235.746us 347.065us 13.25 KB 0 17:AGGREGATE 3 3 898.595us 1.419ms 5 318 2.10 MB 10.00 MB STREAMING 16:HASH JOIN 3 3 13.991ms 38.830ms 5 318 41.12 KB 0 RIGHT SEMI JOIN, PARTITIONED |--F13:JOIN BUILD 3 3 1.741ms 1.894ms 1.97 MB 1.94 MB | 15:HASH JOIN 3 3 2.190ms 2.499ms 92 318 49.12 KB 0 RIGHT SEMI JOIN, PARTITIONED | |--F14:JOIN BUILD 3 3 2.015ms 2.233ms 1.97 MB 1.94 MB | | 25:EXCHANGE 3 3 239.037us 244.067us 897 318 72.00 KB 83.56 KB HASH(c.c_customer_sk) | | F07:EXCHANGE SENDER 1 1 6.514ms 6.514ms 95.46 KB 0 | | 14:HASH JOIN 1 1 2.974ms 2.974ms 897 318 667.30 KB 0 INNER JOIN, BROADCAST | | |--F15:JOIN BUILD 1 1 2.437ms 2.437ms 7.77 MB 7.75 MB | | | 23:EXCHANGE 1 1 366.411us 366.411us 459 137 24.00 KB 16.00 KB BROADCAST | | | F09:EXCHANGE SENDER 1 1 830.663us 830.663us 7.52 KB 0 | | | 01:SCAN HDFS 1 1 92.300ms 92.300ms 459 137 1019.53 KB 16.00 MB tpcds_parquet.customer_address ca | | 13:HASH JOIN 1 1 6.119ms 6.119ms 34.20K 100.00K 512.97 KB 0 INNER JOIN, BROADCAST | | |--F16:JOIN BUILD 1 1 25.252ms 25.252ms 11.52 MB 11.50 MB | | | 22:EXCHANGE 1 1 70.977ms 70.977ms 35.41K 100.00K 400.00 KB 1.16 MB BROADCAST | | | F08:EXCHANGE SENDER 1 1 53.003ms 53.003ms 9.84 KB 0 | | | 00:SCAN HDFS 1 1 678.488ms 678.488ms 35.41K 100.00K 2.67 MB 16.00 MB tpcds_parquet.customer c | | 02:SCAN HDFS 1 1 567.255ms 567.255ms 33.90K 1.92M 8.74 MB 16.00 MB tpcds_parquet.customer_demographics | 24:EXCHANGE 3 3 22.553ms 24.180ms 108.94K 186.34K 1.66 MB 1.51 MB HASH(ss_customer_sk) | F05:EXCHANGE SENDER 3 12 29.248ms 57.271ms 118.88 KB 0 | 05:HASH JOIN 3 12 8.321ms 17.022ms 108.94K 186.34K 38.12 KB 0 INNER JOIN, BROADCAST | |--F17:JOIN BUILD 3 3 2.875ms 4.674ms 7.77 MB 7.75 MB | | 21:EXCHANGE 3 3 1.123ms 3.127ms 120 118 16.00 KB 16.00 KB BROADCAST | | F06:EXCHANGE SENDER 1 1 315.658us 315.658us 29.53 KB 0 | | 04:SCAN HDFS 1 1 402.435ms 402.435ms 120 118 853.33 KB 16.00 MB tpcds_parquet.date_dim | 03:SCAN HDFS 3 12 446.111ms 666.408ms 108.94K 2.88M 538.28 KB 16.00 MB tpcds_parquet.store_sales 26:EXCHANGE 3 3 16.827ms 17.232ms 82.15K 140.03K 432.00 KB 206.33 KB HASH(customer_sk) F04:EXCHANGE SENDER 3 3 26.902ms 52.605ms 160.78 KB 0 06:UNION 3 3 1.457ms 3.712ms 82.15K 140.03K 194.00 KB 0 |--12:HASH JOIN 3 3 1.276ms 3.228ms 54.36K 93.21K 34.12 KB 0 INNER JOIN, BROADCAST | |--F19:JOIN BUILD 3 3 1.831ms 2.168ms 7.77 MB 7.75 MB | | 20:EXCHANGE 3 3 129.901us 141.336us 120 118 16.00 KB 16.00 KB BROADCAST | | F03:EXCHANGE SENDER 1 1 703.235us 703.235us 29.53 KB 0 | | 11:SCAN HDFS 1 1 507.241ms 507.241ms 120 118 853.33 KB 16.00 MB tpcds_parquet.date_dim | 10:SCAN HDFS 3 3 146.863ms 169.918ms 54.36K 1.44M 4.31 MB 48.00 MB tpcds_parquet.catalog_sales 09:HASH JOIN 3 3 5.724ms 16.462ms 27.79K 46.82K 203.12 KB 0 INNER JOIN, BROADCAST |--F18:JOIN BUILD 3 3 1.760ms 1.999ms 7.77 MB 7.75 MB | 19:EXCHANGE 3 3 122.211us 127.803us 120 118 16.00 KB 16.00 KB BROADCAST | F01:EXCHANGE SENDER 1 1 2.314ms 2.314ms 29.53 KB 0 | 08:SCAN HDFS 1 1 505.872ms 505.872ms 120 118 853.33 KB 16.00 MB tpcds_parquet.date_dim 07:SCAN HDFS 3 3 49.803ms 133.169ms 27.79K 719.38K 4.31 MB 32.00 MB tpcds_parquet.web_sales Errors: Query Compilation: 6s868ms - Metadata load started: 57.823ms (57.823ms) - Metadata load finished. loaded-tables=7/7 load-requests=1 catalog-updates=7 storage-load-time=1518ms: 6s377ms (6s320ms) - Analysis finished: 6s474ms (96.578ms) - Authorization finished (noop): 6s475ms (633.577us) - Value transfer graph computed: 6s503ms (28.538ms) - Single node plan created: 6s744ms (240.835ms) - Runtime filters computed: 6s754ms (9.464ms) - Distributed plan created: 6s755ms (1.232ms) - Parallel plans created: 6s757ms (2.436ms) - Planning finished: 6s868ms (111.024ms) Query Timeline: 9s140ms - Query submitted: 39.877us (39.877us) - Planning finished: 6s901ms (6s901ms) - Submit for admission: 6s901ms (251.152us) - Completed admission: 6s943ms (41.749ms) - Ready to start on 3 backends: 6s945ms (1.738ms) - All 3 execution backends (45 fragment instances) started: 6s959ms (13.787ms) - First dynamic filter received: 8s067ms (1s107ms) - Rows available: 9s060ms (993.303ms) - First row fetched: 9s112ms (52.020ms) - Last row fetched: 9s112ms (168.486us) - Released admission control resources: 9s125ms (12.559ms) - Unregister query: 9s140ms (15.552ms) - AdmissionControlTimeSinceLastUpdate: 70.000ms - ComputeScanRangeAssignmentTimer: 38.186ms - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Frontend: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns ImpalaServer: - ClientFetchWaitTimer: 53.583ms - InactiveTotalTime: 0.000ns - NumRowsFetched: 5 (5) - NumRowsFetchedFromCache: 0 (0) - RowMaterializationRate: 187.00 /sec - RowMaterializationTimer: 26.694ms - TotalTime: 0.000ns Execution Profile 214b9914fc184f60:a09a0a9100000000:(Total: 2s143ms, non-child: 0.000ns, % non-child: 100.00%) Number of filters: 7 Filter routing table: ID Src. Node Tgt. Node(s) Target type Partition filter Pending (Expected) First arrived Completed Enabled ---------------------------------------------------------------------------------------------------------------------- 10 14 0 REMOTE false 1 (1) N/A N/A true 12 13 2 LOCAL false 0 (1) N/A N/A true 8 5 3 LOCAL true 0 (3) N/A N/A true 6 15 3 REMOTE false 3 (3) N/A N/A true 4 12 10 LOCAL false 0 (3) N/A N/A true 2 9 7 LOCAL false 0 (3) N/A N/A true 0 16 7, 10 REMOTE, REMOTE false, false 3 (3) N/A N/A true Backend startup latencies: Count: 3, min / max: 3ms / 5ms, 25th %-ile: 3ms, 50th %-ile: 5ms, 75th %-ile: 5ms, 90th %-ile: 5ms, 95th %-ile: 5ms, 99.9th %-ile: 5ms Slowest backend to start up: tarmstrong-box2:22001 Final filter table: ID Src. Node Tgt. Node(s) Target type Partition filter Pending (Expected) First arrived Completed Enabled ---------------------------------------------------------------------------------------------------------------------- 10 14 0 REMOTE false 0 (1) 8s067ms 8s067ms true 12 13 2 LOCAL false 0 (1) N/A N/A true 8 5 3 LOCAL true 0 (3) N/A N/A true 6 15 3 REMOTE false 0 (3) 9s011ms 9s012ms true 4 12 10 LOCAL false 0 (3) N/A N/A true 2 9 7 LOCAL false 0 (3) N/A N/A true 0 16 7, 10 REMOTE, REMOTE false, false 0 (3) 9s036ms 9s039ms true Per Node Peak Memory Usage: tarmstrong-box2:22001(59.26 MB) tarmstrong-box2:22002(98.73 MB) tarmstrong-box2:22000(59.92 MB) Per Node Bytes Read: tarmstrong-box2:22001(2.87 MB) tarmstrong-box2:22002(14.73 MB) tarmstrong-box2:22000(3.47 MB) Per Node User Time: tarmstrong-box2:22001(3s161ms) tarmstrong-box2:22002(5s183ms) tarmstrong-box2:22000(3s415ms) Per Node System Time: tarmstrong-box2:22001(36.747ms) tarmstrong-box2:22002(80.912ms) tarmstrong-box2:22000(50.494ms) - ExchangeScanRatio: 0.09 - FiltersReceived: 7 (7) - FinalizationTimer: 0.000ns - InactiveTotalTime: 0.000ns - InnerNodeSelectivityRatio: 0.00 - NumBackends: 3 (3) - NumCompletedBackends: 3 (3) - NumFragmentInstances: 45 (45) - NumFragments: 18 (18) - TotalBytesRead: 21.08 MB (22102082) - TotalBytesSent: 2.00 MB (2092896) - TotalCpuTime: 11s929ms - TotalInnerBytesSent: 702.00 B (702) - TotalScanBytesSent: 2.00 MB (2092194) - TotalTime: 2s143ms Per Node Profiles: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns tarmstrong-box2:22001: Filter 8 arrival: 835ms Filter 2 arrival: 835ms Filter 4 arrival: 836ms Filter 6 arrival: 2s062ms Filter 0 arrival: 2s088ms - AdmissionSlots: 4 (4) - BloomFilterBytes: 7.00 MB (7340032) - InactiveTotalTime: 0.000ns - ScratchBytesRead: 0 - ScratchBytesWritten: 0 - ScratchFileUsedBytes: 0 - ScratchReads: 0 (0) - ScratchWrites: 0 (0) - TotalEncryptionTime: 0.000ns - TotalReadBlockTime: 0.000ns - TotalTime: 0.000ns - UncompressedScratchBytesWritten: 0 Buffer pool: - AllocTime: 24.678us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 7.00 MB (7340032) - CumulativeAllocations: 7 (7) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 10.00 MB (10485760) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 7.00 MB (7340032) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - ReservationLimit: 10.00 MB (10485760) - SystemAllocTime: 10.832us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Fragment F11: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 1s505ms, non-child: 1s505ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 916 (916) - CodegenTotalWallClockTime: 1s505ms - CodegenSysTime: 0.000ns - CodegenUserTime: 488.053ms - CodegenVoluntaryContextSwitches: 2 (2) - CompileTime: 30.386ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 73.047ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 114 (114) - NumInstructions: 4.00K (4003) - OptimizationTime: 1s326ms - PeakMemoryUsage: 1.95 MB (2049536) - PrepareTime: 74.467ms - TotalTime: 1s505ms Fragment F10: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 1s610ms, non-child: 1s610ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 462 (462) - CodegenTotalWallClockTime: 1s610ms - CodegenSysTime: 0.000ns - CodegenUserTime: 608.501ms - CodegenVoluntaryContextSwitches: 8 (8) - CompileTime: 41.126ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 71.499ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 90 (90) - NumInstructions: 3.56K (3564) - OptimizationTime: 1s408ms - PeakMemoryUsage: 1.74 MB (1824768) - PrepareTime: 87.389ms - TotalTime: 1s610ms Fragment F04: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 1s286ms, non-child: 1s286ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 144 (144) - CodegenTotalWallClockTime: 1s286ms - CodegenSysTime: 0.000ns - CodegenUserTime: 425.023ms - CodegenVoluntaryContextSwitches: 47 (47) - CompileTime: 102.611ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 103.394ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 85 (85) - NumInstructions: 3.81K (3808) - OptimizationTime: 1s015ms - PeakMemoryUsage: 1.86 MB (1949696) - PrepareTime: 64.181ms - TotalTime: 1s286ms Fragment F13: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 1s586ms, non-child: 1s586ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 1.12K (1119) - CodegenTotalWallClockTime: 1s586ms - CodegenSysTime: 4.277ms - CodegenUserTime: 465.827ms - CodegenVoluntaryContextSwitches: 5 (5) - CompileTime: 75.353ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 41.910ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 68 (68) - NumInstructions: 3.02K (3024) - OptimizationTime: 1s404ms - PeakMemoryUsage: 1.48 MB (1548288) - PrepareTime: 57.037ms - TotalTime: 1s586ms Fragment F05: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 843.902ms, non-child: 843.902ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 71 (71) - CodegenTotalWallClockTime: 843.889ms - CodegenSysTime: 4.476ms - CodegenUserTime: 261.250ms - CodegenVoluntaryContextSwitches: 5 (5) - CompileTime: 53.278ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 31.279ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 66 (66) - NumInstructions: 2.25K (2249) - OptimizationTime: 711.902ms - PeakMemoryUsage: 1.10 MB (1151488) - PrepareTime: 46.020ms - TotalTime: 843.902ms Fragment F14: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 680.632ms, non-child: 680.632ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 369 (369) - CodegenTotalWallClockTime: 680.620ms - CodegenSysTime: 0.000ns - CodegenUserTime: 195.094ms - CodegenVoluntaryContextSwitches: 3 (3) - CompileTime: 80.075ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 6.977ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 49 (49) - NumInstructions: 1.67K (1670) - OptimizationTime: 576.867ms - PeakMemoryUsage: 835.00 KB (855040) - PrepareTime: 15.427ms - TotalTime: 680.632ms Fragment F17: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 603.065ms, non-child: 603.065ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 34 (34) - CodegenTotalWallClockTime: 603.052ms - CodegenSysTime: 0.000ns - CodegenUserTime: 158.884ms - CodegenVoluntaryContextSwitches: 3 (3) - CompileTime: 44.507ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 72.016ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 49 (49) - NumInstructions: 1.67K (1670) - OptimizationTime: 428.235ms - PeakMemoryUsage: 835.00 KB (855040) - PrepareTime: 57.008ms - TotalTime: 603.065ms Fragment F18: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 600.083ms, non-child: 600.083ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 34 (34) - CodegenTotalWallClockTime: 600.071ms - CodegenSysTime: 0.000ns - CodegenUserTime: 162.251ms - CodegenVoluntaryContextSwitches: 4 (4) - CompileTime: 63.740ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 32.196ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 49 (49) - NumInstructions: 1.67K (1670) - OptimizationTime: 454.400ms - PeakMemoryUsage: 835.00 KB (855040) - PrepareTime: 48.527ms - TotalTime: 600.083ms Fragment F19: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 471.861ms, non-child: 471.861ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 47 (47) - CodegenTotalWallClockTime: 471.850ms - CodegenSysTime: 0.000ns - CodegenUserTime: 161.858ms - CodegenVoluntaryContextSwitches: 12 (12) - CompileTime: 62.557ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 8.530ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 49 (49) - NumInstructions: 1.67K (1670) - OptimizationTime: 376.220ms - PeakMemoryUsage: 835.00 KB (855040) - PrepareTime: 23.262ms - TotalTime: 471.861ms tarmstrong-box2:22002: Filter 4 arrival: 831ms Filter 2 arrival: 832ms Filter 8 arrival: 834ms Filter 10 arrival: 1s134ms Filter 12 arrival: 1s213ms Filter 6 arrival: 2s058ms Filter 0 arrival: 2s084ms - AdmissionSlots: 4 (4) - BloomFilterBytes: 10.00 MB (10485760) - InactiveTotalTime: 0.000ns - ScratchBytesRead: 0 - ScratchBytesWritten: 0 - ScratchFileUsedBytes: 0 - ScratchReads: 0 (0) - ScratchWrites: 0 (0) - TotalEncryptionTime: 0.000ns - TotalReadBlockTime: 0.000ns - TotalTime: 0.000ns - UncompressedScratchBytesWritten: 0 Buffer pool: - AllocTime: 182.460us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 10.00 MB (10485760) - CumulativeAllocations: 10 (10) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 14.00 MB (14680064) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 10.00 MB (10485760) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - ReservationLimit: 14.00 MB (14680064) - SystemAllocTime: 161.234us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Fragment F11: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 1s449ms, non-child: 1s449ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 378 (378) - CodegenTotalWallClockTime: 1s449ms - CodegenSysTime: 11.307ms - CodegenUserTime: 478.149ms - CodegenVoluntaryContextSwitches: 4 (4) - CompileTime: 66.941ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 36.309ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 114 (114) - NumInstructions: 4.00K (4003) - OptimizationTime: 1s260ms - PeakMemoryUsage: 1.95 MB (2049536) - PrepareTime: 75.047ms - TotalTime: 1s449ms Fragment F10: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 1s550ms, non-child: 1s550ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 369 (369) - CodegenTotalWallClockTime: 1s550ms - CodegenSysTime: 0.000ns - CodegenUserTime: 609.421ms - CodegenVoluntaryContextSwitches: 3 (3) - CompileTime: 39.789ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 59.025ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 90 (90) - NumInstructions: 3.56K (3564) - OptimizationTime: 1s374ms - PeakMemoryUsage: 1.74 MB (1824768) - PrepareTime: 75.238ms - TotalTime: 1s550ms Fragment F04: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 1s398ms, non-child: 1s398ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 312 (312) - CodegenTotalWallClockTime: 1s398ms - CodegenSysTime: 0.000ns - CodegenUserTime: 466.083ms - CodegenVoluntaryContextSwitches: 0 (0) - CompileTime: 64.716ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 89.447ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 92 (92) - NumInstructions: 4.02K (4021) - OptimizationTime: 1s168ms - PeakMemoryUsage: 1.96 MB (2058752) - PrepareTime: 74.551ms - TotalTime: 1s398ms Fragment F13: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 1s251ms, non-child: 1s251ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 171 (171) - CodegenTotalWallClockTime: 1s251ms - CodegenSysTime: 0.000ns - CodegenUserTime: 444.338ms - CodegenVoluntaryContextSwitches: 6 (6) - CompileTime: 108.835ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 66.543ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 68 (68) - NumInstructions: 3.02K (3024) - OptimizationTime: 990.013ms - PeakMemoryUsage: 1.48 MB (1548288) - PrepareTime: 80.087ms - TotalTime: 1s251ms Fragment F05: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 1s068ms, non-child: 1s068ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 631 (631) - CodegenTotalWallClockTime: 1s068ms - CodegenSysTime: 3.995ms - CodegenUserTime: 281.498ms - CodegenVoluntaryContextSwitches: 1 (1) - CompileTime: 80.107ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 59.637ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 66 (66) - NumInstructions: 2.25K (2249) - OptimizationTime: 789.235ms - PeakMemoryUsage: 1.10 MB (1151488) - PrepareTime: 132.650ms - TotalTime: 1s068ms Fragment F14: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 705.915ms, non-child: 705.915ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 63 (63) - CodegenTotalWallClockTime: 705.899ms - CodegenSysTime: 0.000ns - CodegenUserTime: 205.218ms - CodegenVoluntaryContextSwitches: 1 (1) - CompileTime: 49.033ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 35.023ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 49 (49) - NumInstructions: 1.67K (1670) - OptimizationTime: 523.743ms - PeakMemoryUsage: 835.00 KB (855040) - PrepareTime: 90.874ms - TotalTime: 705.915ms Fragment F07: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 1s091ms, non-child: 1s091ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 403 (403) - CodegenTotalWallClockTime: 1s091ms - CodegenSysTime: 0.000ns - CodegenUserTime: 360.623ms - CodegenVoluntaryContextSwitches: 1 (1) - CompileTime: 103.825ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 84.802ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 77 (77) - NumInstructions: 3.47K (3471) - OptimizationTime: 812.873ms - PeakMemoryUsage: 1.69 MB (1777152) - PrepareTime: 89.123ms - TotalTime: 1s091ms Fragment F15: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 545.664ms, non-child: 545.664ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 24 (24) - CodegenTotalWallClockTime: 545.650ms - CodegenSysTime: 0.000ns - CodegenUserTime: 162.367ms - CodegenVoluntaryContextSwitches: 0 (0) - CompileTime: 29.619ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 36.305ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 49 (49) - NumInstructions: 1.67K (1670) - OptimizationTime: 380.525ms - PeakMemoryUsage: 835.00 KB (855040) - PrepareTime: 97.866ms - TotalTime: 545.664ms Fragment F09: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 593.975ms, non-child: 593.975ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 35 (35) - CodegenTotalWallClockTime: 593.961ms - CodegenSysTime: 0.000ns - CodegenUserTime: 175.754ms - CodegenVoluntaryContextSwitches: 0 (0) - CompileTime: 7.179ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 3.801ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 43 (43) - NumInstructions: 975 (975) - OptimizationTime: 492.902ms - PeakMemoryUsage: 487.50 KB (499200) - PrepareTime: 88.703ms - TotalTime: 593.975ms Fragment F16: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 493.978ms, non-child: 493.978ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 63 (63) - CodegenTotalWallClockTime: 493.964ms - CodegenSysTime: 4.843ms - CodegenUserTime: 158.604ms - CodegenVoluntaryContextSwitches: 0 (0) - CompileTime: 31.894ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 28.539ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 49 (49) - NumInstructions: 1.67K (1670) - OptimizationTime: 361.753ms - PeakMemoryUsage: 835.00 KB (855040) - PrepareTime: 70.463ms - TotalTime: 493.978ms Fragment F08: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 294.305ms, non-child: 294.305ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 244 (244) - CodegenTotalWallClockTime: 294.294ms - CodegenSysTime: 0.000ns - CodegenUserTime: 63.499ms - CodegenVoluntaryContextSwitches: 5 (5) - CompileTime: 24.926ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 5.645ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 20 (20) - NumInstructions: 461 (461) - OptimizationTime: 174.485ms - PeakMemoryUsage: 230.50 KB (236032) - PrepareTime: 83.444ms - TotalTime: 294.305ms Fragment F17: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 682.522ms, non-child: 682.522ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 28 (28) - CodegenTotalWallClockTime: 682.511ms - CodegenSysTime: 0.000ns - CodegenUserTime: 164.421ms - CodegenVoluntaryContextSwitches: 1 (1) - CompileTime: 48.843ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 45.927ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 49 (49) - NumInstructions: 1.67K (1670) - OptimizationTime: 516.358ms - PeakMemoryUsage: 835.00 KB (855040) - PrepareTime: 69.957ms - TotalTime: 682.522ms Fragment F06: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 304.221ms, non-child: 304.221ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 24 (24) - CodegenTotalWallClockTime: 304.209ms - CodegenSysTime: 0.000ns - CodegenUserTime: 75.855ms - CodegenVoluntaryContextSwitches: 6 (6) - CompileTime: 5.550ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 27.538ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 35 (35) - NumInstructions: 653 (653) - OptimizationTime: 225.920ms - PeakMemoryUsage: 326.50 KB (334336) - PrepareTime: 43.931ms - TotalTime: 304.221ms Fragment F18: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 647.709ms, non-child: 647.709ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 25 (25) - CodegenTotalWallClockTime: 647.698ms - CodegenSysTime: 0.000ns - CodegenUserTime: 161.178ms - CodegenVoluntaryContextSwitches: 12 (12) - CompileTime: 61.407ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 32.270ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 49 (49) - NumInstructions: 1.67K (1670) - OptimizationTime: 519.846ms - PeakMemoryUsage: 835.00 KB (855040) - PrepareTime: 32.914ms - TotalTime: 647.709ms Fragment F01: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 242.062ms, non-child: 242.062ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 7 (7) - CodegenTotalWallClockTime: 242.051ms - CodegenSysTime: 0.000ns - CodegenUserTime: 73.368ms - CodegenVoluntaryContextSwitches: 5 (5) - CompileTime: 5.528ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 3.320ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 35 (35) - NumInstructions: 653 (653) - OptimizationTime: 183.121ms - PeakMemoryUsage: 326.50 KB (334336) - PrepareTime: 48.906ms - TotalTime: 242.062ms Fragment F19: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 675.612ms, non-child: 675.612ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 41 (41) - CodegenTotalWallClockTime: 675.598ms - CodegenSysTime: 3.962ms - CodegenUserTime: 158.480ms - CodegenVoluntaryContextSwitches: 22 (22) - CompileTime: 55.064ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 32.940ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 49 (49) - NumInstructions: 1.67K (1670) - OptimizationTime: 545.348ms - PeakMemoryUsage: 835.00 KB (855040) - PrepareTime: 40.970ms - TotalTime: 675.612ms Fragment F03: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 273.376ms, non-child: 273.376ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 78 (78) - CodegenTotalWallClockTime: 273.366ms - CodegenSysTime: 0.000ns - CodegenUserTime: 79.745ms - CodegenVoluntaryContextSwitches: 24 (24) - CompileTime: 42.906ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 15.109ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 35 (35) - NumInstructions: 653 (653) - OptimizationTime: 164.411ms - PeakMemoryUsage: 326.50 KB (334336) - PrepareTime: 49.686ms - TotalTime: 273.376ms tarmstrong-box2:22000: Filter 2 arrival: 831ms Filter 4 arrival: 831ms Filter 8 arrival: 868ms Filter 6 arrival: 2s055ms Filter 0 arrival: 2s082ms - AdmissionSlots: 4 (4) - BloomFilterBytes: 7.00 MB (7340032) - InactiveTotalTime: 0.000ns - ScratchBytesRead: 0 - ScratchBytesWritten: 0 - ScratchFileUsedBytes: 0 - ScratchReads: 0 (0) - ScratchWrites: 0 (0) - TotalEncryptionTime: 0.000ns - TotalReadBlockTime: 0.000ns - TotalTime: 0.000ns - UncompressedScratchBytesWritten: 0 Buffer pool: - AllocTime: 24.395us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 7.00 MB (7340032) - CumulativeAllocations: 7 (7) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 10.00 MB (10485760) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 7.00 MB (7340032) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - ReservationLimit: 10.00 MB (10485760) - SystemAllocTime: 10.716us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Fragment F12: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 342.316ms, non-child: 342.316ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 29 (29) - CodegenTotalWallClockTime: 342.304ms - CodegenSysTime: 0.000ns - CodegenUserTime: 93.859ms - CodegenVoluntaryContextSwitches: 1 (1) - CompileTime: 7.134ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 34.654ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 26 (26) - NumInstructions: 1.12K (1123) - OptimizationTime: 249.136ms - PeakMemoryUsage: 561.50 KB (574976) - PrepareTime: 50.169ms - TotalTime: 342.316ms Fragment F11: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 1s312ms, non-child: 1s312ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 200 (200) - CodegenTotalWallClockTime: 1s312ms - CodegenSysTime: 4.032ms - CodegenUserTime: 475.797ms - CodegenVoluntaryContextSwitches: 4 (4) - CompileTime: 100.423ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 61.187ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 114 (114) - NumInstructions: 4.00K (4003) - OptimizationTime: 1s098ms - PeakMemoryUsage: 1.95 MB (2049536) - PrepareTime: 50.484ms - TotalTime: 1s312ms Fragment F10: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 1s642ms, non-child: 1s642ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 314 (314) - CodegenTotalWallClockTime: 1s642ms - CodegenSysTime: 0.000ns - CodegenUserTime: 604.484ms - CodegenVoluntaryContextSwitches: 2 (2) - CompileTime: 39.453ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 56.655ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 90 (90) - NumInstructions: 3.56K (3564) - OptimizationTime: 1s458ms - PeakMemoryUsage: 1.74 MB (1824768) - PrepareTime: 78.256ms - TotalTime: 1s642ms Fragment F04: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 1s551ms, non-child: 1s551ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 627 (627) - CodegenTotalWallClockTime: 1s551ms - CodegenSysTime: 4.194ms - CodegenUserTime: 457.193ms - CodegenVoluntaryContextSwitches: 1 (1) - CompileTime: 33.872ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 56.120ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 92 (92) - NumInstructions: 4.02K (4021) - OptimizationTime: 1s391ms - PeakMemoryUsage: 1.96 MB (2058752) - PrepareTime: 68.833ms - TotalTime: 1s551ms Fragment F13: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 1s268ms, non-child: 1s268ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 166 (166) - CodegenTotalWallClockTime: 1s268ms - CodegenSysTime: 0.000ns - CodegenUserTime: 441.455ms - CodegenVoluntaryContextSwitches: 4 (4) - CompileTime: 82.957ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 24.842ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 68 (68) - NumInstructions: 3.02K (3024) - OptimizationTime: 1s115ms - PeakMemoryUsage: 1.48 MB (1548288) - PrepareTime: 43.968ms - TotalTime: 1s268ms Fragment F05: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 1s005ms, non-child: 1s005ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 283 (283) - CodegenTotalWallClockTime: 1s005ms - CodegenSysTime: 0.000ns - CodegenUserTime: 269.154ms - CodegenVoluntaryContextSwitches: 0 (0) - CompileTime: 63.136ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 23.615ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 66 (66) - NumInstructions: 2.25K (2249) - OptimizationTime: 875.000ms - PeakMemoryUsage: 1.10 MB (1151488) - PrepareTime: 31.965ms - TotalTime: 1s005ms Fragment F14: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 708.873ms, non-child: 708.873ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 44 (44) - CodegenTotalWallClockTime: 708.862ms - CodegenSysTime: 0.000ns - CodegenUserTime: 203.120ms - CodegenVoluntaryContextSwitches: 1 (1) - CompileTime: 53.034ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 32.317ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 49 (49) - NumInstructions: 1.67K (1670) - OptimizationTime: 586.349ms - PeakMemoryUsage: 835.00 KB (855040) - PrepareTime: 35.831ms - TotalTime: 708.873ms Fragment F17: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 742.475ms, non-child: 742.475ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 467 (467) - CodegenTotalWallClockTime: 742.463ms - CodegenSysTime: 0.000ns - CodegenUserTime: 174.187ms - CodegenVoluntaryContextSwitches: 1 (1) - CompileTime: 60.749ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 32.107ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 49 (49) - NumInstructions: 1.67K (1670) - OptimizationTime: 555.075ms - PeakMemoryUsage: 835.00 KB (855040) - PrepareTime: 93.252ms - TotalTime: 742.475ms Fragment F18: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 591.893ms, non-child: 591.893ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 42 (42) - CodegenTotalWallClockTime: 591.881ms - CodegenSysTime: 0.000ns - CodegenUserTime: 159.769ms - CodegenVoluntaryContextSwitches: 3 (3) - CompileTime: 58.983ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 20.349ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 49 (49) - NumInstructions: 1.67K (1670) - OptimizationTime: 472.425ms - PeakMemoryUsage: 835.00 KB (855040) - PrepareTime: 29.452ms - TotalTime: 591.893ms Fragment F19: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns CodeGen:(Total: 502.601ms, non-child: 502.601ms, % non-child: 100.00%) - CodegenInvoluntaryContextSwitches: 65 (65) - CodegenTotalWallClockTime: 502.587ms - CodegenSysTime: 0.000ns - CodegenUserTime: 157.490ms - CodegenVoluntaryContextSwitches: 0 (0) - CompileTime: 58.473ms - InactiveTotalTime: 0.000ns - IrGenerationTime: 8.392ms - LoadTime: 0.000ns - ModuleBitcodeSize: 2.53 MB (2650504) - NumFunctions: 49 (49) - NumInstructions: 1.67K (1670) - OptimizationTime: 413.378ms - PeakMemoryUsage: 835.00 KB (855040) - PrepareTime: 21.148ms - TotalTime: 502.601ms Averaged Fragment F12:(Total: 1s990ms, non-child: 342.827ms, % non-child: 100.00%) split sizes: min: 0, max: 0, avg: 0, stddev: 0 completion times: min:2s159ms max:2s159ms mean: 2s159ms stddev:0.000ns execution rates: min:0.00 /sec max:0.00 /sec mean:0.00 /sec stddev:0.00 /sec num instances: 1 - AverageThreadTokens: 0.00 - BytesAssigned: 0 - CompletionTime: 2s159ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 56.00 KB (57344) - PeakReservation: 0 - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.92 MB (62834824) - RowsProduced: 5 (5) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 29 (29) - TotalThreadsTotalWallClockTime: 1s990ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 97.120ms - TotalThreadsVoluntaryContextSwitches: 5 (5) - TotalTime: 1s990ms Fragment Instance Lifecycle Timings: - ExecTime: 52.084ms - ExecTreeExecTime: 251.535us - InactiveTotalTime: 0.000ns - OpenTime: 1s938ms - ExecTreeOpenTime: 1s595ms - PrepareTime: 268.884us - ExecTreePrepareTime: 151.523us - TotalTime: 0.000ns PLAN_ROOT_SINK:(Total: 51.762ms, non-child: 54.348us, % non-child: 100.00%) - InactiveTotalTime: 51.707ms - PeakMemoryUsage: 0 - RowsSent: 5 (5) - RowsSentRate: 96.00 /sec - TotalTime: 51.762ms EXCHANGE_NODE (id=29):(Total: 1s596ms, non-child: 108.385us, % non-child: 100.00%) - ConvertRowBatchTime: 0.000ns - InactiveTotalTime: 1s596ms - MergeGetNext: 239.569us - MergeGetNextBatch: 222.182us - PeakMemoryUsage: 48.00 KB (49152) - RowsReturned: 5 (5) - RowsReturnedRate: 3.00 /sec - TotalTime: 1s596ms Buffer pool: - AllocTime: 9.951us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 48.00 KB (49152) - CumulativeAllocations: 6 (6) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 48.00 KB (49152) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 48.00 KB (49152) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 1.332us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - FirstBatchWaitTime: 1s595ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 495.00 B (495) - TotalGetBatchTime: 1s596ms - DataWaitTime: 1s596ms - TotalTime: 0.000ns Enqueue: - DeserializeRowBatchTime: 59.667us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 3 (3) - TotalBatchesReceived: 3 (3) - TotalBytesReceived: 353.00 B (353) - TotalEarlySenders: 0 (0) - TotalEosReceived: 3 (3) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Coordinator Fragment F12: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000000 (host=tarmstrong-box2:22000):(Total: 1s990ms, non-child: 342.827ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.889 Fragment Instance Lifecycle Event Timeline: 2s131ms - Prepare Finished: 140.969ms (140.969ms) - Open Finished: 2s079ms (1s938ms) - First Batch Produced: 2s079ms (255.124us) - First Batch Sent: 2s131ms (51.761ms) - ExecInternal Finished: 2s131ms (86.241us) - MemoryUsage (500.000ms): 8.00 KB, 8.00 KB, 8.00 KB, 8.00 KB - AverageThreadTokens: 0.00 - BytesAssigned: 0 - CompletionTime: 2s159ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 56.00 KB (57344) - PeakReservation: 0 - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.92 MB (62834824) - RowsProduced: 5 (5) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 29 (29) - TotalThreadsTotalWallClockTime: 1s990ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 97.120ms - TotalThreadsVoluntaryContextSwitches: 5 (5) - TotalTime: 1s990ms Fragment Instance Lifecycle Timings: - ExecTime: 52.084ms - ExecTreeExecTime: 251.535us - InactiveTotalTime: 0.000ns - OpenTime: 1s938ms - ExecTreeOpenTime: 1s595ms - PrepareTime: 268.884us - ExecTreePrepareTime: 151.523us - TotalTime: 0.000ns PLAN_ROOT_SINK:(Total: 51.762ms, non-child: 54.348us, % non-child: 100.00%) - InactiveTotalTime: 51.707ms - PeakMemoryUsage: 0 - RowsSent: 5 (5) - RowsSentRate: 96.00 /sec - TotalTime: 51.762ms EXCHANGE_NODE (id=29):(Total: 1s596ms, non-child: 108.385us, % non-child: 100.00%) ExecOption: Codegen Enabled Node Lifecycle Event Timeline: 2s131ms - Open Started: 483.384ms (483.384ms) - Open Finished: 2s079ms (1s595ms) - First Batch Requested: 2s079ms (30.148us) - First Batch Returned: 2s079ms (248.572us) - Last Batch Returned: 2s079ms (611.000ns) - Closed: 2s131ms (51.819ms) - ConvertRowBatchTime: 0.000ns - InactiveTotalTime: 1s596ms - MergeGetNext: 239.569us - MergeGetNextBatch: 222.182us - PeakMemoryUsage: 48.00 KB (49152) - RowsReturned: 5 (5) - RowsReturnedRate: 3.00 /sec - TotalTime: 1s596ms Buffer pool: - AllocTime: 9.951us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 48.00 KB (49152) - CumulativeAllocations: 6 (6) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 48.00 KB (49152) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 48.00 KB (49152) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 1.332us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0, 0, 0 - FirstBatchWaitTime: 1s595ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 495.00 B (495) - TotalGetBatchTime: 1s596ms - DataWaitTime: 1s596ms - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0, 0, 0 - DeferredQueueSize (500.000ms): 0, 0, 0, 0 - DispatchTime: (Avg: -41411.000ns ; Min: -49341.000ns ; Max: -31754.000ns ; Number of samples: 3) - DeserializeRowBatchTime: 59.667us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 3 (3) - TotalBatchesReceived: 3 (3) - TotalBytesReceived: 353.00 B (353) - TotalEarlySenders: 0 (0) - TotalEosReceived: 3 (3) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Averaged Fragment F11:(Total: 1s954ms, non-child: 1s429ms, % non-child: 100.00%) split sizes: min: 0, max: 0, avg: 0, stddev: 0 completion times: min:2s118ms max:2s160ms mean: 2s134ms stddev:18.225ms execution rates: min:0.00 /sec max:0.00 /sec mean:0.00 /sec stddev:0.00 /sec num instances: 3 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s134ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.06 MB (2160488) - PeakReservation: 1.94 MB (2031616) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 72.64 MB (76167606) - RowsProduced: 1 (1) - TotalNetworkReceiveTime: 521.896ms - TotalNetworkSendTime: 394.438us - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 498 (498) - TotalThreadsTotalWallClockTime: 1s947ms - TotalThreadsSysTime: 5.118ms - TotalThreadsUserTime: 484.341ms - TotalThreadsVoluntaryContextSwitches: 7 (7) - TotalTime: 1s954ms Fragment Instance Lifecycle Timings: - ExecTime: 477.167us - ExecTreeExecTime: 9.393us - InactiveTotalTime: 0.000ns - OpenTime: 1s946ms - ExecTreeOpenTime: 524.223ms - PrepareTime: 6.934ms - ExecTreePrepareTime: 314.033us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=29):(Total: 504.974us, non-child: 110.536us, % non-child: 100.00%) - EosSent: 1 (1) - InactiveTotalTime: 394.438us - PeakMemoryUsage: 1.73 KB (1768) - RowsSent: 1 (1) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 7.050us - TotalBytesSent: 117.00 B (117) - TotalTime: 504.974us - UncompressedRowBatchSize: 165.00 B (165) SORT_NODE (id=18):(Total: 524.543ms, non-child: 177.788us, % non-child: 100.00%) - InactiveTotalTime: 0.000ns - InsertBatchTime: 3.341us - PeakMemoryUsage: 12.00 KB (12288) - RowsReturned: 1 (1) - RowsReturnedRate: 3.00 /sec - TotalTime: 524.543ms - TuplePoolReclamations: 0 (0) AGGREGATION_NODE (id=28):(Total: 524.365ms, non-child: 2.445ms, % non-child: 100.00%) - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.02 MB (2121856) - RowsReturned: 1 (1) - RowsReturnedRate: 3.00 /sec - TotalTime: 524.365ms GroupingAggregator 0: - BuildTime: 43.714us - GetResultsTime: 49.130us - HTResizeTime: 1.796us - InactiveTotalTime: 0.000ns - LargestPartitionPercent: 66 (66) - MaxPartitionLevel: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 2.02 MB (2117760) - PeakReservation: 1.94 MB (2031616) - PeakUsedReservation: 0 - RowsRepartitioned: 0 (0) - RowsReturned: 1 (1) - SpilledPartitions: 0 (0) - TotalTime: 0.000ns Buffer pool: - AllocTime: 10.497us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 362.67 KB (371370) - CumulativeAllocations: 5 (5) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 1.94 MB (2031616) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 362.67 KB (371370) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 652.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 1.71K (1706) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 1 (1) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 0 (0) EXCHANGE_NODE (id=27):(Total: 521.920ms, non-child: 37.054us, % non-child: 100.00%) - ConvertRowBatchTime: 5.329us - InactiveTotalTime: 521.883ms - PeakMemoryUsage: 24.00 KB (24576) - RowsReturned: 1 (1) - RowsReturnedRate: 3.00 /sec - TotalTime: 521.920ms Buffer pool: - AllocTime: 6.963us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 26.67 KB (27306) - CumulativeAllocations: 3 (3) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 24.00 KB (24576) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 24.00 KB (24576) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - FirstBatchWaitTime: 520.997ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 163.00 B (163) - TotalGetBatchTime: 521.894ms - DataWaitTime: 521.883ms - TotalTime: 0.000ns Enqueue: - DeserializeRowBatchTime: 43.406us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 1 (1) - TotalBatchesReceived: 1 (1) - TotalBytesReceived: 116.00 B (116) - TotalEarlySenders: 0 (0) - TotalEosReceived: 3 (3) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Fragment F11: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000008 (host=tarmstrong-box2:22002):(Total: 1s962ms, non-child: 1s469ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.852 Fragment Instance Lifecycle Event Timeline: 2s081ms - Prepare Finished: 138.283ms (138.283ms) - Open Finished: 2s080ms (1s942ms) - First Batch Produced: 2s080ms (10.091us) - First Batch Sent: 2s080ms (25.491us) - ExecInternal Finished: 2s081ms (400.592us) - MemoryUsage (500.000ms): 89.85 KB, 89.85 KB, 89.85 KB, 93.85 KB - ThreadUsage (500.000ms): 1, 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s125ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.06 MB (2160488) - PeakReservation: 1.94 MB (2031616) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 2 (2) - TotalNetworkReceiveTime: 490.428ms - TotalNetworkSendTime: 339.199us - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 378 (378) - TotalThreadsTotalWallClockTime: 1s942ms - TotalThreadsSysTime: 11.322ms - TotalThreadsUserTime: 482.573ms - TotalThreadsVoluntaryContextSwitches: 9 (9) - TotalTime: 1s962ms Fragment Instance Lifecycle Timings: - ExecTime: 411.376us - ExecTreeExecTime: 8.344us - InactiveTotalTime: 0.000ns - OpenTime: 1s942ms - ExecTreeOpenTime: 492.786ms - PrepareTime: 19.765ms - ExecTreePrepareTime: 306.296us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=29):(Total: 451.961us, non-child: 112.762us, % non-child: 100.00%) ExecOption: Unpartitioned Sender Codegen Disabled: not needed - BytesSent (500.000ms): 0, 0, 0, 0 - NetworkThroughput: (Avg: 521.77 KB/sec ; Min: 521.77 KB/sec ; Max: 521.77 KB/sec ; Number of samples: 1) - RpcNetworkTime: (Avg: 235.765us ; Min: 220.731us ; Max: 250.799us ; Number of samples: 2) - RpcRecvrTime: (Avg: -45714.000ns ; Min: -56688.000ns ; Max: -34740.000ns ; Number of samples: 2) - EosSent: 1 (1) - InactiveTotalTime: 339.199us - PeakMemoryUsage: 1.73 KB (1768) - RowsSent: 2 (2) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 6.562us - TotalBytesSent: 134.00 B (134) - TotalTime: 451.961us - UncompressedRowBatchSize: 193.00 B (193) SORT_NODE (id=18):(Total: 493.097ms, non-child: 165.948us, % non-child: 100.00%) SortType: TopN ExecOption: Codegen Enabled Node Lifecycle Event Timeline: 2s080ms - Open Started: 1s588ms (1s588ms) - Open Finished: 2s080ms (492.782ms) - First Batch Requested: 2s080ms (20.997us) - First Batch Returned: 2s080ms (6.823us) - Last Batch Returned: 2s080ms (238.000ns) - Closed: 2s080ms (35.457us) - InactiveTotalTime: 0.000ns - InsertBatchTime: 3.314us - PeakMemoryUsage: 12.00 KB (12288) - RowsReturned: 2 (2) - RowsReturnedRate: 4.00 /sec - TotalTime: 493.097ms - TuplePoolReclamations: 0 (0) AGGREGATION_NODE (id=28):(Total: 492.931ms, non-child: 2.470ms, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s080ms - Open Started: 1s588ms (1s588ms) - Open Finished: 2s080ms (492.537ms) - First Batch Requested: 2s080ms (4.954us) - First Batch Returned: 2s080ms (34.735us) - Last Batch Returned: 2s080ms (96.311us) - Closed: 2s080ms (63.546us) - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.02 MB (2121856) - RowsReturned: 2 (2) - RowsReturnedRate: 4.00 /sec - TotalTime: 492.931ms GroupingAggregator 0: ExecOption: Codegen Enabled - BuildTime: 49.741us - GetResultsTime: 54.403us - HTResizeTime: 1.635us - InactiveTotalTime: 0.000ns - LargestPartitionPercent: 50 (50) - MaxPartitionLevel: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 2.02 MB (2117760) - PeakReservation: 1.94 MB (2031616) - PeakUsedReservation: 0 - RowsRepartitioned: 0 (0) - RowsReturned: 2 (2) - SpilledPartitions: 0 (0) - TotalTime: 0.000ns Buffer pool: - AllocTime: 12.434us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 384.00 KB (393216) - CumulativeAllocations: 6 (6) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 1.94 MB (2031616) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 384.00 KB (393216) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 2.05K (2048) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 2 (2) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 0 (0) EXCHANGE_NODE (id=27):(Total: 490.460ms, non-child: 49.576us, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s080ms - Open Started: 1s588ms (1s588ms) - Open Finished: 2s077ms (489.445ms) - First Batch Requested: 2s079ms (1.465ms) - First Batch Returned: 2s080ms (1.011ms) - Last Batch Returned: 2s080ms (606.000ns) - Closed: 2s080ms (82.206us) - ConvertRowBatchTime: 7.913us - InactiveTotalTime: 490.411ms - PeakMemoryUsage: 24.00 KB (24576) - RowsReturned: 2 (2) - RowsReturnedRate: 4.00 /sec - TotalTime: 490.460ms Buffer pool: - AllocTime: 7.580us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 32.00 KB (32768) - CumulativeAllocations: 4 (4) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 24.00 KB (24576) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 24.00 KB (24576) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0, 0, 0 - FirstBatchWaitTime: 489.436ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 191.00 B (191) - TotalGetBatchTime: 490.426ms - DataWaitTime: 490.411ms - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0, 0, 0 - DeferredQueueSize (500.000ms): 0, 0, 0, 0 - DispatchTime: (Avg: -59204.000ns ; Min: -83559.000ns ; Max: -34849.000ns ; Number of samples: 2) - DeserializeRowBatchTime: 45.553us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 2 (2) - TotalBatchesReceived: 2 (2) - TotalBytesReceived: 133.00 B (133) - TotalEarlySenders: 0 (0) - TotalEosReceived: 3 (3) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000009 (host=tarmstrong-box2:22000):(Total: 1s955ms, non-child: 1s312ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.889 Fragment Instance Lifecycle Event Timeline: 2s079ms - Prepare Finished: 125.105ms (125.105ms) - Open Finished: 2s079ms (1s954ms) - First Batch Produced: 2s079ms (12.376us) - First Batch Sent: 2s079ms (30.641us) - ExecInternal Finished: 2s079ms (454.968us) - MemoryUsage (500.000ms): 89.85 KB, 89.85 KB, 89.85 KB, 93.85 KB - ThreadUsage (500.000ms): 1, 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s160ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.07 MB (2168680) - PeakReservation: 1.94 MB (2031616) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.92 MB (62834824) - RowsProduced: 2 (2) - TotalNetworkReceiveTime: 639.507ms - TotalNetworkSendTime: 391.552us - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 200 (200) - TotalThreadsTotalWallClockTime: 1s954ms - TotalThreadsSysTime: 4.032ms - TotalThreadsUserTime: 479.152ms - TotalThreadsVoluntaryContextSwitches: 8 (8) - TotalTime: 1s955ms Fragment Instance Lifecycle Timings: - ExecTime: 469.085us - ExecTreeExecTime: 9.922us - InactiveTotalTime: 0.000ns - OpenTime: 1s954ms - ExecTreeOpenTime: 641.791ms - PrepareTime: 512.256us - ExecTreePrepareTime: 318.055us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=29):(Total: 490.701us, non-child: 99.149us, % non-child: 100.00%) ExecOption: Unpartitioned Sender Codegen Disabled: not needed - BytesSent (500.000ms): 0, 0, 0, 0 - NetworkThroughput: (Avg: 468.35 KB/sec ; Min: 468.35 KB/sec ; Max: 468.35 KB/sec ; Number of samples: 1) - RpcNetworkTime: (Avg: 278.362us ; Min: 233.533us ; Max: 323.191us ; Number of samples: 2) - RpcRecvrTime: (Avg: -55503.000ns ; Min: -72539.000ns ; Max: -38467.000ns ; Number of samples: 2) - EosSent: 1 (1) - InactiveTotalTime: 391.552us - PeakMemoryUsage: 1.73 KB (1768) - RowsSent: 2 (2) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 7.183us - TotalBytesSent: 155.00 B (155) - TotalTime: 490.701us - UncompressedRowBatchSize: 207.00 B (207) SORT_NODE (id=18):(Total: 642.115ms, non-child: 185.835us, % non-child: 100.00%) SortType: TopN ExecOption: Codegen Enabled Node Lifecycle Event Timeline: 2s079ms - Open Started: 1s437ms (1s437ms) - Open Finished: 2s079ms (641.787ms) - First Batch Requested: 2s079ms (24.028us) - First Batch Returned: 2s079ms (7.804us) - Last Batch Returned: 2s079ms (403.000ns) - Closed: 2s079ms (42.716us) - InactiveTotalTime: 0.000ns - InsertBatchTime: 4.206us - PeakMemoryUsage: 12.00 KB (12288) - RowsReturned: 2 (2) - RowsReturnedRate: 3.00 /sec - TotalTime: 642.115ms - TuplePoolReclamations: 0 (0) AGGREGATION_NODE (id=28):(Total: 641.929ms, non-child: 2.398ms, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s079ms - Open Started: 1s437ms (1s437ms) - Open Finished: 2s078ms (641.506ms) - First Batch Requested: 2s078ms (6.178us) - First Batch Returned: 2s078ms (43.443us) - Last Batch Returned: 2s079ms (110.656us) - Closed: 2s079ms (79.056us) - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.02 MB (2121856) - RowsReturned: 2 (2) - RowsReturnedRate: 3.00 /sec - TotalTime: 641.929ms GroupingAggregator 0: ExecOption: Codegen Enabled - BuildTime: 48.333us - GetResultsTime: 61.872us - HTResizeTime: 2.037us - InactiveTotalTime: 0.000ns - LargestPartitionPercent: 50 (50) - MaxPartitionLevel: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 2.02 MB (2117760) - PeakReservation: 1.94 MB (2031616) - PeakUsedReservation: 0 - RowsRepartitioned: 0 (0) - RowsReturned: 2 (2) - SpilledPartitions: 0 (0) - TotalTime: 0.000ns Buffer pool: - AllocTime: 10.391us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 384.00 KB (393216) - CumulativeAllocations: 6 (6) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 1.94 MB (2031616) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 384.00 KB (393216) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 2.05K (2048) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 2 (2) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 0 (0) EXCHANGE_NODE (id=27):(Total: 639.531ms, non-child: 36.160us, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s078ms - Open Started: 1s437ms (1s437ms) - Open Finished: 2s075ms (638.331ms) - First Batch Requested: 2s076ms (1.252ms) - First Batch Returned: 2s078ms (1.196ms) - Last Batch Returned: 2s078ms (762.000ns) - Closed: 2s078ms (88.730us) - ConvertRowBatchTime: 5.050us - InactiveTotalTime: 639.495ms - PeakMemoryUsage: 32.00 KB (32768) - RowsReturned: 2 (2) - RowsReturnedRate: 3.00 /sec - TotalTime: 639.531ms Buffer pool: - AllocTime: 9.145us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 32.00 KB (32768) - CumulativeAllocations: 4 (4) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 32.00 KB (32768) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 32.00 KB (32768) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0, 0, 0 - FirstBatchWaitTime: 638.324ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 205.00 B (205) - TotalGetBatchTime: 639.506ms - DataWaitTime: 639.495ms - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0, 0, 0 - DeferredQueueSize (500.000ms): 0, 0, 0, 0 - DispatchTime: (Avg: -56388.000ns ; Min: -57136.000ns ; Max: -55641.000ns ; Number of samples: 2) - DeserializeRowBatchTime: 46.369us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 2 (2) - TotalBatchesReceived: 2 (2) - TotalBytesReceived: 152.00 B (152) - TotalEarlySenders: 0 (0) - TotalEosReceived: 3 (3) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000007 (host=tarmstrong-box2:22001):(Total: 1s944ms, non-child: 1s505ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.842 Fragment Instance Lifecycle Event Timeline: 2s089ms - Prepare Finished: 145.174ms (145.174ms) - Open Finished: 2s088ms (1s943ms) - First Batch Produced: 2s088ms (12.391us) - First Batch Sent: 2s089ms (35.623us) - ExecInternal Finished: 2s089ms (534.020us) - MemoryUsage (500.000ms): 89.85 KB, 89.85 KB, 89.85 KB, 93.85 KB - ThreadUsage (500.000ms): 1, 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s118ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.05 MB (2152296) - PeakReservation: 1.94 MB (2031616) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.26 MB (62142600) - RowsProduced: 1 (1) - TotalNetworkReceiveTime: 435.753ms - TotalNetworkSendTime: 452.564us - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 916 (916) - TotalThreadsTotalWallClockTime: 1s944ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 491.298ms - TotalThreadsVoluntaryContextSwitches: 6 (6) - TotalTime: 1s944ms Fragment Instance Lifecycle Timings: - ExecTime: 551.040us - ExecTreeExecTime: 9.914us - InactiveTotalTime: 0.000ns - OpenTime: 1s943ms - ExecTreeOpenTime: 438.094ms - PrepareTime: 524.450us - ExecTreePrepareTime: 317.749us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=29):(Total: 572.262us, non-child: 119.698us, % non-child: 100.00%) ExecOption: Unpartitioned Sender Codegen Disabled: not needed - BytesSent (500.000ms): 0, 0, 0, 0 - NetworkThroughput: (Avg: 159.56 KB/sec ; Min: 159.56 KB/sec ; Max: 159.56 KB/sec ; Number of samples: 1) - RpcNetworkTime: (Avg: 320.081us ; Min: 248.461us ; Max: 391.701us ; Number of samples: 2) - RpcRecvrTime: (Avg: -58777.000ns ; Min: -76319.000ns ; Max: -41236.000ns ; Number of samples: 2) - EosSent: 1 (1) - InactiveTotalTime: 452.564us - PeakMemoryUsage: 1.73 KB (1768) - RowsSent: 1 (1) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 7.405us - TotalBytesSent: 64.00 B (64) - TotalTime: 572.262us - UncompressedRowBatchSize: 95.00 B (95) SORT_NODE (id=18):(Total: 438.417ms, non-child: 181.581us, % non-child: 100.00%) SortType: TopN ExecOption: Codegen Enabled Node Lifecycle Event Timeline: 2s089ms - Open Started: 1s650ms (1s650ms) - Open Finished: 2s088ms (438.089ms) - First Batch Requested: 2s088ms (29.036us) - First Batch Returned: 2s088ms (7.835us) - Last Batch Returned: 2s088ms (394.000ns) - Closed: 2s089ms (47.999us) - InactiveTotalTime: 0.000ns - InsertBatchTime: 2.503us - PeakMemoryUsage: 12.00 KB (12288) - RowsReturned: 1 (1) - RowsReturnedRate: 2.00 /sec - TotalTime: 438.417ms - TuplePoolReclamations: 0 (0) AGGREGATION_NODE (id=28):(Total: 438.235ms, non-child: 2.466ms, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s088ms - Open Started: 1s650ms (1s650ms) - Open Finished: 2s088ms (437.873ms) - First Batch Requested: 2s088ms (6.214us) - First Batch Returned: 2s088ms (38.330us) - Last Batch Returned: 2s088ms (45.921us) - Closed: 2s088ms (85.919us) - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.02 MB (2121856) - RowsReturned: 1 (1) - RowsReturnedRate: 2.00 /sec - TotalTime: 438.235ms GroupingAggregator 0: ExecOption: Codegen Enabled - BuildTime: 33.069us - GetResultsTime: 31.116us - HTResizeTime: 1.718us - InactiveTotalTime: 0.000ns - LargestPartitionPercent: 100 (100) - MaxPartitionLevel: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 2.02 MB (2117760) - PeakReservation: 1.94 MB (2031616) - PeakUsedReservation: 0 - RowsRepartitioned: 0 (0) - RowsReturned: 1 (1) - SpilledPartitions: 0 (0) - TotalTime: 0.000ns Buffer pool: - AllocTime: 8.668us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 320.00 KB (327680) - CumulativeAllocations: 5 (5) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 1.94 MB (2031616) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 320.00 KB (327680) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 1.957us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 1.02K (1024) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 1 (1) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 0 (0) EXCHANGE_NODE (id=27):(Total: 435.769ms, non-child: 25.426us, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s088ms - Open Started: 1s650ms (1s650ms) - Open Finished: 2s086ms (435.239ms) - First Batch Requested: 2s087ms (1.341ms) - First Batch Returned: 2s088ms (525.675us) - Last Batch Returned: 2s088ms (769.000ns) - Closed: 2s088ms (74.978us) - ConvertRowBatchTime: 3.026us - InactiveTotalTime: 435.743ms - PeakMemoryUsage: 16.00 KB (16384) - RowsReturned: 1 (1) - RowsReturnedRate: 2.00 /sec - TotalTime: 435.769ms Buffer pool: - AllocTime: 4.165us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 16.00 KB (16384) - CumulativeAllocations: 2 (2) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 16.00 KB (16384) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 16.00 KB (16384) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0, 0, 0 - FirstBatchWaitTime: 435.232ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 94.00 B (94) - TotalGetBatchTime: 435.751ms - DataWaitTime: 435.743ms - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0, 0, 0 - DeferredQueueSize (500.000ms): 0, 0, 0, 0 - DispatchTime: (Avg: -37581.000ns ; Min: -37581.000ns ; Max: -37581.000ns ; Number of samples: 1) - DeserializeRowBatchTime: 38.298us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 1 (1) - TotalBatchesReceived: 1 (1) - TotalBytesReceived: 64.00 B (64) - TotalEarlySenders: 0 (0) - TotalEosReceived: 3 (3) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Averaged Fragment F10:(Total: 1s967ms, non-child: 1s597ms, % non-child: 100.00%) split sizes: min: 0, max: 0, avg: 0, stddev: 0 completion times: min:2s115ms max:2s165ms mean: 2s134ms stddev:22.171ms execution rates: min:0.00 /sec max:0.00 /sec mean:0.00 /sec stddev:0.00 /sec num instances: 3 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s134ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.57 MB (2690901) - PeakReservation: 2.00 MB (2097152) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 72.64 MB (76167606) - RowsProduced: 1 (1) - TotalNetworkReceiveTime: 63.860us - TotalNetworkSendTime: 1.131ms - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 381 (381) - TotalThreadsTotalWallClockTime: 1s960ms - TotalThreadsSysTime: 2.630ms - TotalThreadsUserTime: 628.482ms - TotalThreadsVoluntaryContextSwitches: 9 (9) - TotalTime: 1s967ms Fragment Instance Lifecycle Timings: - ExecTime: 19.334ms - ExecTreeExecTime: 17.925ms - InactiveTotalTime: 0.000ns - OpenTime: 1s941ms - ExecTreeOpenTime: 339.884ms - PrepareTime: 6.784ms - ExecTreePrepareTime: 6.544ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=27):(Total: 1.366ms, non-child: 235.746us, % non-child: 100.00%) - EosSent: 3 (3) - InactiveTotalTime: 1.131ms - PeakMemoryUsage: 11.92 KB (12202) - RowsSent: 1 (1) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 10.627us - TotalBytesSent: 116.00 B (116) - TotalTime: 1.366ms - UncompressedRowBatchSize: 163.00 B (163) AGGREGATION_NODE (id=17):(Total: 364.348ms, non-child: 0.000ns, % non-child: 100.00%) - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.10 MB (2203776) - RowsReturned: 1 (1) - RowsReturnedRate: 4.00 /sec - TotalTime: 364.348ms GroupingAggregator 0: - BuildTime: 0.000ns - GetResultsTime: 41.379us - HTResizeTime: 0.000ns - InactiveTotalTime: 0.000ns - LargestPartitionPercent: 66 (66) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 2.08 MB (2179200) - PeakReservation: 2.00 MB (2097152) - PeakUsedReservation: 0 - ReductionFactorEstimate: 0.00 - ReductionFactorThresholdToExpand: 0.00 - RowsPassedThrough: 0 (0) - RowsReturned: 1 (1) - StreamingTime: 35.609us - TotalTime: 0.000ns Buffer pool: - AllocTime: 12.568us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 362.67 KB (371370) - CumulativeAllocations: 5 (5) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 2.00 MB (2097152) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 362.67 KB (371370) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 6.600us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 1.71K (1706) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 1 (1) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 0 (0) HASH_JOIN_NODE (id=16):(Total: 369.059ms, non-child: 13.991ms, % non-child: 100.00%) - InactiveTotalTime: 338.240ms - PeakMemoryUsage: 41.12 KB (42112) - ProbeRows: 27.38K (27382) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 901.076us - RowsReturned: 1 (1) - RowsReturnedRate: 4.00 /sec - TotalTime: 369.059ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns EXCHANGE_NODE (id=26):(Total: 16.827ms, non-child: 16.827ms, % non-child: 100.00%) - ConvertRowBatchTime: 16.703ms - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 421.33 KB (431445) - RowsReturned: 27.38K (27382) - RowsReturnedRate: 1.63 M/sec - TotalTime: 16.827ms Buffer pool: - AllocTime: 56.906us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 421.33 KB (431445) - CumulativeAllocations: 18 (18) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 421.33 KB (431445) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 421.33 KB (431445) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 36.023us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - FirstBatchWaitTime: 0.000ns - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 347.63 KB (355974) - TotalGetBatchTime: 59.806us - DataWaitTime: 0.000ns - TotalTime: 0.000ns Enqueue: - DeserializeRowBatchTime: 435.053us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 9 (9) - TotalBatchesReceived: 9 (9) - TotalBytesReceived: 126.99 KB (130041) - TotalEarlySenders: 0 (0) - TotalEosReceived: 3 (3) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Fragment F10: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000006 (host=tarmstrong-box2:22000):(Total: 1s991ms, non-child: 1s643ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.894 Fragment Instance Lifecycle Event Timeline: 2s076ms - Prepare Finished: 85.075ms (85.075ms) - Open Finished: 2s057ms (1s972ms) - First Batch Produced: 2s075ms (18.063ms) - First Batch Sent: 2s075ms (2.908us) - ExecInternal Finished: 2s076ms (804.306us) - MemoryUsage (500.000ms): 134.50 KB, 134.50 KB, 134.50 KB, 182.50 KB - ThreadUsage (500.000ms): 1, 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s165ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.58 MB (2701824) - PeakReservation: 2.00 MB (2097152) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.92 MB (62834824) - RowsProduced: 2 (2) - TotalNetworkReceiveTime: 55.440us - TotalNetworkSendTime: 358.338us - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 314 (314) - TotalThreadsTotalWallClockTime: 1s990ms - TotalThreadsSysTime: 3.877ms - TotalThreadsUserTime: 624.257ms - TotalThreadsVoluntaryContextSwitches: 8 (8) - TotalTime: 1s991ms Fragment Instance Lifecycle Timings: - ExecTime: 18.813ms - ExecTreeExecTime: 18.134ms - InactiveTotalTime: 0.000ns - OpenTime: 1s972ms - ExecTreeOpenTime: 329.244ms - PrepareTime: 576.140us - ExecTreePrepareTime: 337.108us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=27):(Total: 705.403us, non-child: 347.065us, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0, 0, 0 - NetworkThroughput: (Avg: 162.15 KB/sec ; Min: 149.35 KB/sec ; Max: 174.96 KB/sec ; Number of samples: 2) - RpcNetworkTime: (Avg: 325.508us ; Min: 179.707us ; Max: 438.105us ; Number of samples: 5) - RpcRecvrTime: (Avg: -77988.000ns ; Min: -128930.000ns ; Max: -44219.000ns ; Number of samples: 5) - EosSent: 3 (3) - InactiveTotalTime: 358.338us - PeakMemoryUsage: 13.25 KB (13568) - RowsSent: 2 (2) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 12.269us - TotalBytesSent: 136.00 B (136) - TotalTime: 705.403us - UncompressedRowBatchSize: 195.00 B (195) AGGREGATION_NODE (id=17):(Total: 347.711ms, non-child: 1.276ms, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s075ms - Open Started: 1s728ms (1s728ms) - Open Finished: 2s057ms (329.241ms) - First Batch Requested: 2s057ms (22.891us) - First Batch Returned: 2s075ms (18.059ms) - Last Batch Returned: 2s075ms (103.503us) - Closed: 2s075ms (44.982us) - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.10 MB (2203776) - RowsReturned: 2 (2) - RowsReturnedRate: 5.00 /sec - TotalTime: 347.711ms GroupingAggregator 0: ExecOption: Streaming Preaggregation, Codegen Enabled - BuildTime: 0.000ns - GetResultsTime: 39.289us - HTResizeTime: 0.000ns - InactiveTotalTime: 0.000ns - LargestPartitionPercent: 50 (50) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 2.08 MB (2179200) - PeakReservation: 2.00 MB (2097152) - PeakUsedReservation: 0 - ReductionFactorEstimate: 0.00 - ReductionFactorThresholdToExpand: 0.00 - RowsPassedThrough: 0 (0) - RowsReturned: 2 (2) - StreamingTime: 40.594us - TotalTime: 0.000ns Buffer pool: - AllocTime: 12.093us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 384.00 KB (393216) - CumulativeAllocations: 6 (6) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 2.00 MB (2097152) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 384.00 KB (393216) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 6.706us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 2.05K (2048) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 2 (2) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 0 (0) HASH_JOIN_NODE (id=16):(Total: 346.434ms, non-child: 1.582ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 2s074ms - Open Started: 1s728ms (1s728ms) - Waiting for initial build: 1s728ms (81.285us) - Initial build available: 2s055ms (327.819ms) - Open Finished: 2s056ms (640.454us) - First Batch Requested: 2s057ms (724.974us) - First Batch Returned: 2s074ms (17.297ms) - Last Batch Returned: 2s074ms (297.146us) - Closed: 2s074ms (67.846us) - InactiveTotalTime: 328.016ms - PeakMemoryUsage: 41.12 KB (42112) - ProbeRows: 27.71K (27706) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 907.492us - RowsReturned: 2 (2) - RowsReturnedRate: 5.00 /sec - TotalTime: 346.434ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns EXCHANGE_NODE (id=26):(Total: 16.835ms, non-child: 16.835ms, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s074ms - Open Started: 1s728ms (1s728ms) - Open Finished: 1s728ms (4.098us) - First Batch Requested: 2s055ms (327.892ms) - First Batch Returned: 2s056ms (629.664us) - Last Batch Returned: 2s074ms (18.012ms) - Closed: 2s074ms (367.694us) - ConvertRowBatchTime: 16.721ms - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 432.00 KB (442368) - RowsReturned: 27.71K (27706) - RowsReturnedRate: 1.65 M/sec - TotalTime: 16.835ms Buffer pool: - AllocTime: 43.275us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 432.00 KB (442368) - CumulativeAllocations: 18 (18) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 432.00 KB (442368) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 432.00 KB (442368) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 22.507us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0, 0, 0 - FirstBatchWaitTime: 0.000ns - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 351.74 KB (360178) - TotalGetBatchTime: 51.377us - DataWaitTime: 0.000ns - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0, 0, 14.72 KB - DeferredQueueSize (500.000ms): 0, 0, 0, 0 - DispatchTime: (Avg: -44603.000ns ; Min: -58437.000ns ; Max: -39177.000ns ; Number of samples: 9) - DeserializeRowBatchTime: 382.881us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 9 (9) - TotalBatchesReceived: 9 (9) - TotalBytesReceived: 128.18 KB (131260) - TotalEarlySenders: 0 (0) - TotalEosReceived: 3 (3) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000004 (host=tarmstrong-box2:22001):(Total: 1s990ms, non-child: 1s610ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.838 Fragment Instance Lifecycle Event Timeline: 2s089ms - Prepare Finished: 99.407ms (99.407ms) - Open Finished: 2s070ms (1s970ms) - First Batch Produced: 2s087ms (17.382ms) - First Batch Sent: 2s087ms (2.818us) - ExecInternal Finished: 2s089ms (1.602ms) - MemoryUsage (500.000ms): 134.50 KB, 134.50 KB, 134.50 KB, 182.50 KB - ThreadUsage (500.000ms): 1, 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s115ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.56 MB (2685440) - PeakReservation: 2.00 MB (2097152) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.26 MB (62142600) - RowsProduced: 1 (1) - TotalNetworkReceiveTime: 57.351us - TotalNetworkSendTime: 1.363ms - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 462 (462) - TotalThreadsTotalWallClockTime: 1s989ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 631.370ms - TotalThreadsVoluntaryContextSwitches: 12 (12) - TotalTime: 1s990ms Fragment Instance Lifecycle Timings: - ExecTime: 18.934ms - ExecTreeExecTime: 17.422ms - InactiveTotalTime: 0.000ns - OpenTime: 1s970ms - ExecTreeOpenTime: 360.571ms - PrepareTime: 578.414us - ExecTreePrepareTime: 344.191us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=27):(Total: 1.522ms, non-child: 158.333us, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0, 0, 0 - NetworkThroughput: (Avg: 260.14 KB/sec ; Min: 260.14 KB/sec ; Max: 260.14 KB/sec ; Number of samples: 1) - RpcNetworkTime: (Avg: 461.394us ; Min: 163.500us ; Max: 1.242ms ; Number of samples: 4) - RpcRecvrTime: (Avg: -50750.000ns ; Min: -63007.000ns ; Max: -39684.000ns ; Number of samples: 4) - EosSent: 3 (3) - InactiveTotalTime: 1.363ms - PeakMemoryUsage: 9.25 KB (9472) - RowsSent: 1 (1) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 7.535us - TotalBytesSent: 66.00 B (66) - TotalTime: 1.522ms - UncompressedRowBatchSize: 94.00 B (94) AGGREGATION_NODE (id=17):(Total: 378.332ms, non-child: 1.419ms, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s087ms - Open Started: 1s709ms (1s709ms) - Open Finished: 2s070ms (360.566ms) - First Batch Requested: 2s070ms (31.530us) - First Batch Returned: 2s087ms (17.377ms) - Last Batch Returned: 2s087ms (61.569us) - Closed: 2s087ms (54.632us) - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.10 MB (2203776) - RowsReturned: 1 (1) - RowsReturnedRate: 2.00 /sec - TotalTime: 378.332ms GroupingAggregator 0: ExecOption: Streaming Preaggregation, Codegen Enabled - BuildTime: 0.000ns - GetResultsTime: 21.723us - HTResizeTime: 0.000ns - InactiveTotalTime: 0.000ns - LargestPartitionPercent: 100 (100) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 2.08 MB (2179200) - PeakReservation: 2.00 MB (2097152) - PeakUsedReservation: 0 - ReductionFactorEstimate: 0.00 - ReductionFactorThresholdToExpand: 0.00 - RowsPassedThrough: 0 (0) - RowsReturned: 1 (1) - StreamingTime: 26.248us - TotalTime: 0.000ns Buffer pool: - AllocTime: 11.415us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 320.00 KB (327680) - CumulativeAllocations: 5 (5) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 2.00 MB (2097152) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 320.00 KB (327680) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 6.415us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 1.02K (1024) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 1 (1) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 0 (0) HASH_JOIN_NODE (id=16):(Total: 376.913ms, non-child: 1.559ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 2s087ms - Open Started: 1s709ms (1s709ms) - Waiting for initial build: 1s709ms (106.270us) - Initial build available: 2s068ms (358.788ms) - Open Finished: 2s069ms (759.455us) - First Batch Requested: 2s070ms (947.271us) - First Batch Returned: 2s086ms (16.703ms) - Last Batch Returned: 2s087ms (236.013us) - Closed: 2s087ms (58.455us) - InactiveTotalTime: 358.938ms - PeakMemoryUsage: 41.12 KB (42112) - ProbeRows: 26.97K (26968) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 868.357us - RowsReturned: 1 (1) - RowsReturnedRate: 2.00 /sec - TotalTime: 376.913ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns EXCHANGE_NODE (id=26):(Total: 16.414ms, non-child: 16.414ms, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s087ms - Open Started: 1s709ms (1s709ms) - Open Finished: 1s709ms (5.441us) - First Batch Requested: 2s068ms (358.877ms) - First Batch Returned: 2s069ms (746.367us) - Last Batch Returned: 2s086ms (17.632ms) - Closed: 2s087ms (306.557us) - ConvertRowBatchTime: 16.297ms - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 416.00 KB (425984) - RowsReturned: 26.97K (26968) - RowsReturnedRate: 1.64 M/sec - TotalTime: 16.414ms Buffer pool: - AllocTime: 45.188us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 416.00 KB (425984) - CumulativeAllocations: 18 (18) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 416.00 KB (425984) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 416.00 KB (425984) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 26.472us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0, 0, 0 - FirstBatchWaitTime: 0.000ns - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 342.37 KB (350584) - TotalGetBatchTime: 53.440us - DataWaitTime: 0.000ns - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0, 0, 14.69 KB - DeferredQueueSize (500.000ms): 0, 0, 0, 0 - DispatchTime: (Avg: -51616.000ns ; Min: -82880.000ns ; Max: -42458.000ns ; Number of samples: 9) - DeserializeRowBatchTime: 372.703us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 9 (9) - TotalBatchesReceived: 9 (9) - TotalBytesReceived: 125.53 KB (128544) - TotalEarlySenders: 0 (0) - TotalEosReceived: 3 (3) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000005 (host=tarmstrong-box2:22002):(Total: 1s920ms, non-child: 1s534ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.848 Fragment Instance Lifecycle Event Timeline: 2s079ms - Prepare Finished: 178.588ms (178.588ms) - Open Finished: 2s059ms (1s880ms) - First Batch Produced: 2s077ms (18.117ms) - First Batch Sent: 2s077ms (2.900us) - ExecInternal Finished: 2s079ms (2.145ms) - MemoryUsage (500.000ms): 134.50 KB, 134.50 KB, 134.50 KB, 182.50 KB - ThreadUsage (500.000ms): 1, 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s121ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.56 MB (2685440) - PeakReservation: 2.00 MB (2097152) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 2 (2) - TotalNetworkReceiveTime: 78.789us - TotalNetworkSendTime: 1.671ms - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 369 (369) - TotalThreadsTotalWallClockTime: 1s901ms - TotalThreadsSysTime: 4.014ms - TotalThreadsUserTime: 629.819ms - TotalThreadsVoluntaryContextSwitches: 7 (7) - TotalTime: 1s920ms Fragment Instance Lifecycle Timings: - ExecTime: 20.255ms - ExecTreeExecTime: 18.219ms - InactiveTotalTime: 0.000ns - OpenTime: 1s880ms - ExecTreeOpenTime: 329.835ms - PrepareTime: 19.199ms - ExecTreePrepareTime: 18.952ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=27):(Total: 1.873ms, non-child: 201.841us, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0, 0, 0 - NetworkThroughput: (Avg: 152.25 KB/sec ; Min: 38.35 KB/sec ; Max: 266.15 KB/sec ; Number of samples: 2) - RpcNetworkTime: (Avg: 515.200us ; Min: 168.443us ; Max: 1.629ms ; Number of samples: 5) - RpcRecvrTime: (Avg: -62070.000ns ; Min: -90464.000ns ; Max: -36678.000ns ; Number of samples: 5) - EosSent: 3 (3) - InactiveTotalTime: 1.671ms - PeakMemoryUsage: 13.25 KB (13568) - RowsSent: 2 (2) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 12.077us - TotalBytesSent: 147.00 B (147) - TotalTime: 1.873ms - UncompressedRowBatchSize: 201.00 B (201) AGGREGATION_NODE (id=17):(Total: 367.001ms, non-child: 0.000ns, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s077ms - Open Started: 1s729ms (1s729ms) - Open Finished: 2s059ms (329.831ms) - First Batch Requested: 2s059ms (49.263us) - First Batch Returned: 2s077ms (18.112ms) - Last Batch Returned: 2s077ms (142.840us) - Closed: 2s077ms (201.898us) - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.10 MB (2203776) - RowsReturned: 2 (2) - RowsReturnedRate: 5.00 /sec - TotalTime: 367.001ms GroupingAggregator 0: ExecOption: Streaming Preaggregation, Codegen Enabled - BuildTime: 0.000ns - GetResultsTime: 63.125us - HTResizeTime: 0.000ns - InactiveTotalTime: 0.000ns - LargestPartitionPercent: 50 (50) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 2.08 MB (2179200) - PeakReservation: 2.00 MB (2097152) - PeakUsedReservation: 0 - ReductionFactorEstimate: 0.00 - ReductionFactorThresholdToExpand: 0.00 - RowsPassedThrough: 0 (0) - RowsReturned: 2 (2) - StreamingTime: 39.987us - TotalTime: 0.000ns Buffer pool: - AllocTime: 14.198us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 384.00 KB (393216) - CumulativeAllocations: 6 (6) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 2.00 MB (2097152) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 384.00 KB (393216) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 6.680us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 2.05K (2048) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 2 (2) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 0 (0) HASH_JOIN_NODE (id=16):(Total: 383.829ms, non-child: 38.830ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 2s077ms - Open Started: 1s729ms (1s729ms) - Waiting for initial build: 1s729ms (101.867us) - Initial build available: 2s057ms (327.570ms) - Open Finished: 2s058ms (1.016ms) - First Batch Requested: 2s059ms (1.193ms) - First Batch Returned: 2s076ms (17.339ms) - Last Batch Returned: 2s077ms (299.331us) - Closed: 2s077ms (60.223us) - InactiveTotalTime: 327.766ms - PeakMemoryUsage: 41.12 KB (42112) - ProbeRows: 27.47K (27474) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 927.379us - RowsReturned: 2 (2) - RowsReturnedRate: 5.00 /sec - TotalTime: 383.829ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns EXCHANGE_NODE (id=26):(Total: 17.232ms, non-child: 17.232ms, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s077ms - Open Started: 1s729ms (1s729ms) - Open Finished: 1s729ms (5.606us) - First Batch Requested: 2s057ms (327.665ms) - First Batch Returned: 2s058ms (993.130us) - Last Batch Returned: 2s076ms (18.500ms) - Closed: 2s077ms (387.230us) - ConvertRowBatchTime: 17.091ms - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 416.00 KB (425984) - RowsReturned: 27.47K (27474) - RowsReturnedRate: 1.59 M/sec - TotalTime: 17.232ms Buffer pool: - AllocTime: 82.255us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 416.00 KB (425984) - CumulativeAllocations: 18 (18) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 416.00 KB (425984) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 416.00 KB (425984) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 59.091us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0, 0, 0 - FirstBatchWaitTime: 0.000ns - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 348.79 KB (357162) - TotalGetBatchTime: 74.602us - DataWaitTime: 0.000ns - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0, 0, 14.71 KB - DeferredQueueSize (500.000ms): 0, 0, 0, 0 - DispatchTime: (Avg: -52668.000ns ; Min: -71593.000ns ; Max: -41699.000ns ; Number of samples: 9) - DeserializeRowBatchTime: 549.577us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 9 (9) - TotalBatchesReceived: 9 (9) - TotalBytesReceived: 127.26 KB (130319) - TotalEarlySenders: 0 (0) - TotalEosReceived: 3 (3) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Averaged Fragment F04:(Total: 1s645ms, non-child: 1s412ms, % non-child: 100.00%) split sizes: min: 9.71 MB, max: 83.99 MB, avg: 47.24 MB, stddev: 30.33 MB completion times: min:2s117ms max:2s162ms mean: 2s134ms stddev:19.701ms execution rates: min:4.59 MB/sec max:39.55 MB/sec mean:22.12 MB/sec stddev:14.28 MB/sec num instances: 3 - AverageThreadTokens: 1.00 - BytesAssigned: 47.24 MB (49533404) - CompletionTime: 2s134ms - ExchangeScanRatio: 0.12 - ExecutionRate: 22.12 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 4.47 MB (4690013) - PeakReservation: 4.00 MB (4194304) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 72.64 MB (76167606) - RowsProduced: 27.38K (27382) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 529.714us - TotalStorageWaitTime: 23.039ms - TotalThreadsInvoluntaryContextSwitches: 390 (390) - TotalThreadsTotalWallClockTime: 1s640ms - TotalThreadsSysTime: 15.065ms - TotalThreadsUserTime: 610.690ms - TotalThreadsVoluntaryContextSwitches: 27 (27) - TotalTime: 1s645ms Fragment Instance Lifecycle Timings: - ExecTime: 215.432ms - ExecTreeExecTime: 188.017ms - InactiveTotalTime: 0.000ns - OpenTime: 1s424ms - ExecTreeOpenTime: 12.285ms - PrepareTime: 5.542ms - ExecTreePrepareTime: 5.291ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=26):(Total: 27.431ms, non-child: 26.902ms, % non-child: 100.00%) - EosSent: 3 (3) - InactiveTotalTime: 529.714us - PeakMemoryUsage: 132.78 KB (135968) - RowsSent: 27.38K (27382) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 5.747ms - TotalBytesSent: 126.99 KB (130041) - TotalTime: 27.431ms - UncompressedRowBatchSize: 347.63 KB (355974) UNION_NODE (id=6):(Total: 205.566ms, non-child: 1.457ms, % non-child: 100.00%) - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 104.00 KB (106496) - RowsReturned: 27.38K (27382) - RowsReturnedRate: 141.37 K/sec - TotalTime: 205.566ms HASH_JOIN_NODE (id=12):(Total: 148.371ms, non-child: 1.276ms, % non-child: 100.00%) - InactiveTotalTime: 230.947us - PeakMemoryUsage: 34.12 KB (34944) - ProbeRows: 18.12K (18120) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 831.212us - RowsReturned: 18.12K (18120) - RowsReturnedRate: 116.65 K/sec - TotalTime: 148.371ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=10):(Total: 146.863ms, non-child: 146.863ms, % non-child: 100.00%) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 612.87 KB (627579) - BytesReadDataNodeCache: 0 - BytesReadLocal: 612.87 KB (627579) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 612.87 KB (627579) - CachedFileHandlesHitCount: 1 (1) - CachedFileHandlesMissCount: 2 (2) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 621.522us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 122.927ms - MaxCompressedTextFileLength: 0 - NumColumns: 2 (2) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 27 (27) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 4.24 MB (4444176) - PerReadThreadRawHdfsThroughput: 150.81 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 480.52K (480516) - RowsReturned: 18.12K (18120) - RowsReturnedRate: 119.27 K/sec - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 18.066ms - TotalRawHdfsOpenFileTime: 3.901ms - TotalRawHdfsReadTime: 18.153ms - TotalReadThroughput: 130.93 KB/sec - TotalTime: 146.863ms Buffer pool: - AllocTime: 22.128us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 920.00 KB (942080) - CumulativeAllocations: 3 (3) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 4.00 MB (4194304) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 792.00 KB (811008) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 15.741us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 0 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 480.52K (480516) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 4 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 480.52K (480516) - Rows rejected: 462.39K (462395) - Rows total: 480.52K (480516) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns HASH_JOIN_NODE (id=9):(Total: 55.738ms, non-child: 5.724ms, % non-child: 100.00%) - InactiveTotalTime: 210.020us - PeakMemoryUsage: 105.79 KB (108330) - ProbeRows: 9.26K (9262) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 606.831us - RowsReturned: 9.26K (9262) - RowsReturnedRate: 103.57 K/sec - TotalTime: 55.738ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=7):(Total: 49.803ms, non-child: 49.803ms, % non-child: 100.00%) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 253.21 KB (259290) - BytesReadDataNodeCache: 0 - BytesReadLocal: 253.21 KB (259290) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 253.21 KB (259290) - CachedFileHandlesHitCount: 1 (1) - CachedFileHandlesMissCount: 1 (1) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 199.887us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 40.192ms - MaxCompressedTextFileLength: 0 - NumColumns: 2 (2) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 0 (0) - NumPages: 19 (19) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 4.12 MB (4321866) - PerReadThreadRawHdfsThroughput: 45.66 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 239.79K (239794) - RowsReturned: 9.26K (9262) - RowsReturnedRate: 112.58 K/sec - ScanRangesComplete: 0 (0) - ScannerIoWaitTime: 4.972ms - TotalRawHdfsOpenFileTime: 2.797ms - TotalRawHdfsReadTime: 4.110ms - TotalReadThroughput: 100.52 KB/sec - TotalTime: 49.803ms Buffer pool: - AllocTime: 14.175us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 373.33 KB (382293) - CumulativeAllocations: 2 (2) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 4.00 MB (4194304) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 298.67 KB (305834) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 9.591us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 0 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 239.79K (239794) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 2 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 239.79K (239794) - Rows rejected: 230.53K (230532) - Rows total: 239.79K (239794) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Fragment F04: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000003 (host=tarmstrong-box2:22000):(Total: 1s776ms, non-child: 1s551ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.891 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:2/48.01 MB Fragment Instance Lifecycle Event Timeline: 1s845ms - Prepare Finished: 69.344ms (69.344ms) - Open Finished: 1s631ms (1s562ms) - First Batch Produced: 1s631ms (80.173us) - First Batch Sent: 1s632ms (752.185us) - ExecInternal Finished: 1s845ms (212.918ms) - MemoryUsage (500.000ms): 135.03 KB, 135.03 KB, 135.03 KB, 4.37 MB - ThreadUsage (500.000ms): 1, 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 48.01 MB (50341847) - CompletionTime: 2s162ms - ExchangeScanRatio: 0.28 - ExecutionRate: 22.21 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 4.47 MB (4685216) - PeakReservation: 4.00 MB (4194304) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.92 MB (62834824) - RowsProduced: 56.63K (56629) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 490.604us - TotalStorageWaitTime: 8.351ms - TotalThreadsInvoluntaryContextSwitches: 651 (651) - TotalThreadsTotalWallClockTime: 1s775ms - TotalThreadsSysTime: 24.892ms - TotalThreadsUserTime: 651.357ms - TotalThreadsVoluntaryContextSwitches: 14 (14) - TotalTime: 1s776ms Fragment Instance Lifecycle Timings: - ExecTime: 213.652ms - ExecTreeExecTime: 160.528ms - InactiveTotalTime: 0.000ns - OpenTime: 1s562ms - ExecTreeOpenTime: 10.849ms - PrepareTime: 844.019us - ExecTreePrepareTime: 609.775us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=26):(Total: 53.095ms, non-child: 52.605ms, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0, 0, 0 - NetworkThroughput: (Avg: 39.22 MB/sec ; Min: 24.92 MB/sec ; Max: 52.25 MB/sec ; Number of samples: 18) - RpcNetworkTime: (Avg: 363.578us ; Min: 248.422us ; Max: 526.729us ; Number of samples: 21) - RpcRecvrTime: (Avg: -98083.000ns ; Min: -159052.000ns ; Max: -42074.000ns ; Number of samples: 21) - EosSent: 3 (3) - InactiveTotalTime: 490.604us - PeakMemoryUsage: 160.78 KB (164640) - RowsSent: 56.63K (56629) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 11.070ms - TotalBytesSent: 266.33 KB (272719) - TotalTime: 53.095ms - UncompressedRowBatchSize: 718.92 KB (736177) UNION_NODE (id=6):(Total: 171.946ms, non-child: 454.173us, % non-child: 100.00%) ExecOption: Codegen Enabled Node Lifecycle Event Timeline: 1s843ms - Open Started: 1s620ms (1s620ms) - Open Finished: 1s631ms (10.845ms) - First Batch Requested: 1s631ms (36.599us) - First Batch Returned: 1s631ms (75.689us) - Last Batch Returned: 1s842ms (211.172ms) - Closed: 1s843ms (310.852us) - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 102.00 KB (104448) - RowsReturned: 56.63K (56629) - RowsReturnedRate: 329.34 K/sec - TotalTime: 171.946ms HASH_JOIN_NODE (id=12):(Total: 155.336ms, non-child: 3.228ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s842ms - Open Started: 1s638ms (1s638ms) - Waiting for initial build: 1s638ms (328.353us) - Initial build available: 1s638ms (3.714us) - Open Finished: 1s764ms (125.738ms) - First Batch Requested: 1s764ms (3.596us) - First Batch Returned: 1s764ms (48.667us) - Last Batch Returned: 1s842ms (78.639ms) - Closed: 1s842ms (117.405us) - InactiveTotalTime: 186.150us - PeakMemoryUsage: 34.12 KB (34944) - ProbeRows: 54.36K (54361) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 2.492ms - RowsReturned: 54.36K (54361) - RowsReturnedRate: 349.96 K/sec - TotalTime: 155.336ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=10):(Total: 151.922ms, non-child: 151.922ms, % non-child: 100.00%) Table Name: tpcds_parquet.catalog_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/43.33 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 1 out of 1 Runtime filters: Not all filters arrived (arrived: [4], missing [0]), waited for 0. Arrival delay: 1s660ms. Hdfs Read Thread Concurrency Bucket: 0:100% 1:0% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:1 Node Lifecycle Event Timeline: 1s842ms - Closed: 1s842ms (1s842ms) - BytesReadSeries (500.000ms): 0, 0, 0, 785.59 KB - FooterProcessingTime: (Avg: 2.403ms ; Min: 2.403ms ; Max: 2.403ms ; Number of samples: 1) - InitialRangeActualReservation: (Avg: 4.00 MB (4194304) ; Min: 4.00 MB (4194304) ; Max: 4.00 MB (4194304) ; Number of samples: 1) - InitialRangeIdealReservation: (Avg: 128.00 KB (131072) ; Min: 128.00 KB (131072) ; Max: 128.00 KB (131072) ; Number of samples: 1) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 262.62 KB (268922) ; Min: 13.91 KB (14239) ; Max: 511.33 KB (523605) ; Number of samples: 2) - ParquetCompressedPageSize: (Avg: 13.82 KB (14153) ; Min: 242.00 B (242) ; Max: 34.43 KB (35258) ; Number of samples: 38) - ParquetRowGroupActualReservation: (Avg: 4.00 MB (4194304) ; Min: 4.00 MB (4194304) ; Max: 4.00 MB (4194304) ; Number of samples: 1) - ParquetRowGroupIdealReservation: (Avg: 1.03 MB (1081344) ; Min: 1.03 MB (1081344) ; Max: 1.03 MB (1081344) ; Number of samples: 1) - ParquetUncompressedBytesReadPerColumn: (Avg: 601.57 KB (616012) ; Min: 17.39 KB (17806) ; Max: 1.16 MB (1214218) ; Number of samples: 2) - ParquetUncompressedPageSize: (Avg: 31.66 KB (32421) ; Min: 262.00 B (262) ; Max: 64.42 KB (65969) ; Number of samples: 38) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 785.59 KB (804442) - BytesReadDataNodeCache: 0 - BytesReadLocal: 785.59 KB (804442) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 785.59 KB (804442) - CachedFileHandlesHitCount: 1 (1) - CachedFileHandlesMissCount: 2 (2) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 916.804us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 140.224ms - MaxCompressedTextFileLength: 0 - NumColumns: 2 (2) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 38 (38) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 4.31 MB (4514304) - PerReadThreadRawHdfsThroughput: 350.36 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 652.17K (652171) - RowsReturned: 54.36K (54361) - RowsReturnedRate: 357.82 K/sec - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 3.025ms - TotalRawHdfsOpenFileTime: 3.059ms - TotalRawHdfsReadTime: 2.189ms - TotalReadThroughput: 392.79 KB/sec - TotalTime: 151.922ms Buffer pool: - AllocTime: 23.820us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.16 MB (1212416) - CumulativeAllocations: 3 (3) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 4.00 MB (4194304) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.03 MB (1081344) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 16.391us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 0 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 652.17K (652171) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 4 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 652.17K (652171) - Rows rejected: 597.81K (597810) - Rows total: 652.17K (652171) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns HASH_JOIN_NODE (id=9):(Total: 16.156ms, non-child: 447.355us, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s638ms - Open Started: 1s620ms (1s620ms) - Waiting for initial build: 1s621ms (294.147us) - Initial build available: 1s621ms (4.208us) - Open Finished: 1s631ms (10.533ms) - First Batch Requested: 1s631ms (49.331us) - First Batch Returned: 1s631ms (55.862us) - Last Batch Returned: 1s637ms (6.177ms) - Closed: 1s638ms (116.346us) - InactiveTotalTime: 188.083us - PeakMemoryUsage: 89.12 KB (91264) - ProbeRows: 2.27K (2268) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 126.333us - RowsReturned: 2.27K (2268) - RowsReturnedRate: 140.38 K/sec - TotalTime: 16.156ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=7):(Total: 15.520ms, non-child: 15.520ms, % non-child: 100.00%) Table Name: tpcds_parquet.web_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/4.68 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 1 out of 1 Runtime filters: Not all filters arrived (arrived: [2], missing [0]), waited for 0. Arrival delay: 1s643ms. Hdfs Read Thread Concurrency Bucket: 0:0% 1:0% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:1 Node Lifecycle Event Timeline: 1s638ms - Closed: 1s638ms (1s638ms) - BytesReadSeries (500.000ms): 0, 0, 0 - FooterProcessingTime: (Avg: 4.551ms ; Min: 4.551ms ; Max: 4.551ms ; Number of samples: 1) - InitialRangeActualReservation: (Avg: 4.00 MB (4194304) ; Min: 4.00 MB (4194304) ; Max: 4.00 MB (4194304) ; Number of samples: 1) - InitialRangeIdealReservation: (Avg: 128.00 KB (131072) ; Min: 128.00 KB (131072) ; Max: 128.00 KB (131072) ; Number of samples: 1) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 15.24 KB (15607) ; Min: 15.23 KB (15596) ; Max: 15.25 KB (15619) ; Number of samples: 2) - ParquetCompressedPageSize: (Avg: 7.62 KB (7803) ; Min: 3.65 KB (3737) ; Max: 11.58 KB (11859) ; Number of samples: 4) - ParquetRowGroupActualReservation: (Avg: 4.00 MB (4194304) ; Min: 4.00 MB (4194304) ; Max: 4.00 MB (4194304) ; Number of samples: 1) - ParquetRowGroupIdealReservation: (Avg: 96.00 KB (98304) ; Min: 96.00 KB (98304) ; Max: 96.00 KB (98304) ; Number of samples: 1) - ParquetUncompressedBytesReadPerColumn: (Avg: 15.23 KB (15599) ; Min: 15.22 KB (15588) ; Max: 15.24 KB (15610) ; Number of samples: 2) - ParquetUncompressedPageSize: (Avg: 7.62 KB (7799) ; Min: 3.65 KB (3733) ; Max: 11.58 KB (11855) ; Number of samples: 4) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 156.54 KB (160299) - BytesReadDataNodeCache: 0 - BytesReadLocal: 156.54 KB (160299) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 156.54 KB (160299) - CachedFileHandlesHitCount: 2 (2) - CachedFileHandlesMissCount: 1 (1) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 26.074us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 7.825ms - MaxCompressedTextFileLength: 0 - NumColumns: 2 (2) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 4 (4) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 4.06 MB (4256992) - PerReadThreadRawHdfsThroughput: 80.53 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 61.94K (61940) - RowsReturned: 2.27K (2268) - RowsReturnedRate: 146.13 K/sec - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 5.326ms - TotalRawHdfsOpenFileTime: 2.332ms - TotalRawHdfsReadTime: 1.898ms - TotalReadThroughput: 0.00 /sec - TotalTime: 15.520ms Buffer pool: - AllocTime: 10.629us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 224.00 KB (229376) - CumulativeAllocations: 3 (3) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 4.00 MB (4194304) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 128.00 KB (131072) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 3.225us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 0 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 61.94K (61940) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 2 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 61.94K (61940) - Rows rejected: 59.67K (59672) - Rows total: 61.94K (61940) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000002 (host=tarmstrong-box2:22002):(Total: 1s696ms, non-child: 1s399ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.850 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:2/83.99 MB Fragment Instance Lifecycle Event Timeline: 1s864ms - Prepare Finished: 182.674ms (182.674ms) - Open Finished: 1s606ms (1s424ms) - First Batch Produced: 1s607ms (116.854us) - First Batch Sent: 1s608ms (923.859us) - ExecInternal Finished: 1s864ms (256.457ms) - MemoryUsage (500.000ms): 135.03 KB, 135.03 KB, 135.03 KB, 4.48 MB - ThreadUsage (500.000ms): 1, 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 83.99 MB (88074311) - CompletionTime: 2s123ms - ExchangeScanRatio: 0.08 - ExecutionRate: 39.55 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 4.72 MB (4946855) - PeakReservation: 4.00 MB (4194304) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 25.52K (25519) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 494.238us - TotalStorageWaitTime: 14.898ms - TotalThreadsInvoluntaryContextSwitches: 336 (336) - TotalThreadsTotalWallClockTime: 1s681ms - TotalThreadsSysTime: 20.303ms - TotalThreadsUserTime: 709.969ms - TotalThreadsVoluntaryContextSwitches: 16 (16) - TotalTime: 1s696ms Fragment Instance Lifecycle Timings: - ExecTime: 257.382ms - ExecTreeExecTime: 229.033ms - InactiveTotalTime: 0.000ns - OpenTime: 1s424ms - ExecTreeOpenTime: 25.618ms - PrepareTime: 14.959ms - ExecTreePrepareTime: 14.697ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=26):(Total: 28.363ms, non-child: 27.868ms, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0, 0, 44.13 KB - NetworkThroughput: (Avg: 33.96 MB/sec ; Min: 20.31 MB/sec ; Max: 46.34 MB/sec ; Number of samples: 9) - RpcNetworkTime: (Avg: 352.005us ; Min: 261.375us ; Max: 430.629us ; Number of samples: 12) - RpcRecvrTime: (Avg: -88049.000ns ; Min: -124481.000ns ; Max: -38507.000ns ; Number of samples: 12) - EosSent: 3 (3) - InactiveTotalTime: 494.238us - PeakMemoryUsage: 160.78 KB (164640) - RowsSent: 25.52K (25519) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 6.171ms - TotalBytesSent: 114.65 KB (117404) - TotalTime: 28.363ms - UncompressedRowBatchSize: 323.97 KB (331747) UNION_NODE (id=6):(Total: 269.310ms, non-child: 204.762us, % non-child: 100.00%) ExecOption: Codegen Enabled Node Lifecycle Event Timeline: 1s862ms - Open Started: 1s581ms (1s581ms) - Open Finished: 1s606ms (25.614ms) - First Batch Requested: 1s606ms (38.266us) - First Batch Returned: 1s607ms (112.069us) - Last Batch Returned: 1s861ms (254.732ms) - Closed: 1s862ms (731.198us) - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 194.00 KB (198656) - RowsReturned: 25.52K (25519) - RowsReturnedRate: 94.76 K/sec - TotalTime: 269.310ms HASH_JOIN_NODE (id=12):(Total: 119.283ms, non-child: 321.080us, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s861ms - Open Started: 1s743ms (1s743ms) - Waiting for initial build: 1s743ms (271.094us) - Initial build available: 1s743ms (3.496us) - Open Finished: 1s861ms (118.121ms) - First Batch Requested: 1s861ms (2.206us) - First Batch Returned: 1s861ms (9.597us) - Last Batch Returned: 1s861ms (270.222us) - Closed: 1s861ms (99.858us) - InactiveTotalTime: 212.917us - PeakMemoryUsage: 34.12 KB (34944) - ProbeRows: 0 (0) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 677.000ns - RowsReturned: 0 (0) - RowsReturnedRate: 0 - TotalTime: 119.283ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=10):(Total: 118.749ms, non-child: 118.749ms, % non-child: 100.00%) Table Name: tpcds_parquet.catalog_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/43.58 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 1 out of 1 Runtime filters: Not all filters arrived (arrived: [4], missing [0]), waited for 0. Arrival delay: 1s766ms. Hdfs Read Thread Concurrency Bucket: 0:0% 1:0% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:1 Node Lifecycle Event Timeline: 1s861ms - Closed: 1s861ms (1s861ms) - BytesReadSeries (500.000ms): 0, 0, 0, 0 - FooterProcessingTime: (Avg: 2.517ms ; Min: 2.517ms ; Max: 2.517ms ; Number of samples: 1) - InitialRangeActualReservation: (Avg: 4.00 MB (4194304) ; Min: 4.00 MB (4194304) ; Max: 4.00 MB (4194304) ; Number of samples: 1) - InitialRangeIdealReservation: (Avg: 128.00 KB (131072) ; Min: 128.00 KB (131072) ; Max: 128.00 KB (131072) ; Number of samples: 1) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 264.26 KB (270606) ; Min: 14.06 KB (14395) ; Max: 514.47 KB (526817) ; Number of samples: 2) - ParquetCompressedPageSize: (Avg: 13.91 KB (14242) ; Min: 979.00 B (979) ; Max: 35.06 KB (35906) ; Number of samples: 38) - ParquetRowGroupActualReservation: (Avg: 4.00 MB (4194304) ; Min: 4.00 MB (4194304) ; Max: 4.00 MB (4194304) ; Number of samples: 1) - ParquetRowGroupIdealReservation: (Avg: 1.03 MB (1081344) ; Min: 1.03 MB (1081344) ; Max: 1.03 MB (1081344) ; Number of samples: 1) - ParquetUncompressedBytesReadPerColumn: (Avg: 614.32 KB (629068) ; Min: 17.34 KB (17761) ; Max: 1.18 MB (1240375) ; Number of samples: 2) - ParquetUncompressedPageSize: (Avg: 32.33 KB (33108) ; Min: 1.10 KB (1125) ; Max: 64.47 KB (66014) ; Number of samples: 38) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 789.19 KB (808131) - BytesReadDataNodeCache: 0 - BytesReadLocal: 789.19 KB (808131) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 789.19 KB (808131) - CachedFileHandlesHitCount: 1 (1) - CachedFileHandlesMissCount: 2 (2) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 783.302us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 107.894ms - MaxCompressedTextFileLength: 0 - NumColumns: 2 (2) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 38 (38) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 4.31 MB (4514304) - PerReadThreadRawHdfsThroughput: 96.27 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 656.13K (656132) - RowsReturned: 0 (0) - RowsReturnedRate: 0 - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 5.306ms - TotalRawHdfsOpenFileTime: 2.030ms - TotalRawHdfsReadTime: 8.005ms - TotalReadThroughput: 0.00 /sec - TotalTime: 118.749ms Buffer pool: - AllocTime: 27.044us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.16 MB (1212416) - CumulativeAllocations: 3 (3) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 4.00 MB (4194304) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.03 MB (1081344) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 21.914us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 0 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 656.13K (656132) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 4 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 656.13K (656132) - Rows rejected: 656.13K (656132) - Rows total: 656.13K (656132) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns HASH_JOIN_NODE (id=9):(Total: 149.822ms, non-child: 16.462ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s743ms - Open Started: 1s581ms (1s581ms) - Waiting for initial build: 1s583ms (2.494ms) - Initial build available: 1s583ms (4.828us) - Open Finished: 1s606ms (23.102ms) - First Batch Requested: 1s607ms (52.704us) - First Batch Returned: 1s607ms (87.313us) - Last Batch Returned: 1s742ms (135.859ms) - Closed: 1s743ms (99.587us) - InactiveTotalTime: 190.587us - PeakMemoryUsage: 203.12 KB (208000) - ProbeRows: 25.52K (25519) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 1.693ms - RowsReturned: 25.52K (25519) - RowsReturnedRate: 170.33 K/sec - TotalTime: 149.822ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=7):(Total: 133.169ms, non-child: 133.169ms, % non-child: 100.00%) Table Name: tpcds_parquet.web_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/40.42 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 1 out of 1 Runtime filters: Not all filters arrived (arrived: [2], missing [0]), waited for 0. Arrival delay: 1s604ms. Hdfs Read Thread Concurrency Bucket: 0:100% 1:0% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:1 Node Lifecycle Event Timeline: 1s743ms - Closed: 1s743ms (1s743ms) - BytesReadSeries (500.000ms): 0, 0, 0, 603.10 KB - FooterProcessingTime: (Avg: 6.509ms ; Min: 6.509ms ; Max: 6.509ms ; Number of samples: 1) - InitialRangeActualReservation: (Avg: 4.00 MB (4194304) ; Min: 4.00 MB (4194304) ; Max: 4.00 MB (4194304) ; Number of samples: 1) - InitialRangeIdealReservation: (Avg: 128.00 KB (131072) ; Min: 128.00 KB (131072) ; Max: 128.00 KB (131072) ; Number of samples: 1) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 169.45 KB (173518) ; Min: 161.78 KB (165666) ; Max: 177.12 KB (181371) ; Number of samples: 2) - ParquetCompressedPageSize: (Avg: 9.68 KB (9915) ; Min: 1.73 KB (1771) ; Max: 11.69 KB (11975) ; Number of samples: 35) - ParquetRowGroupActualReservation: (Avg: 4.00 MB (4194304) ; Min: 4.00 MB (4194304) ; Max: 4.00 MB (4194304) ; Number of samples: 1) - ParquetRowGroupIdealReservation: (Avg: 768.00 KB (786432) ; Min: 768.00 KB (786432) ; Max: 768.00 KB (786432) ; Number of samples: 1) - ParquetUncompressedBytesReadPerColumn: (Avg: 246.54 KB (252461) ; Min: 161.74 KB (165624) ; Max: 331.35 KB (339299) ; Number of samples: 2) - ParquetUncompressedPageSize: (Avg: 14.09 KB (14426) ; Min: 1.74 KB (1783) ; Max: 64.04 KB (65573) ; Number of samples: 35) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 603.10 KB (617573) - BytesReadDataNodeCache: 0 - BytesReadLocal: 603.10 KB (617573) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 603.10 KB (617573) - CachedFileHandlesHitCount: 1 (1) - CachedFileHandlesMissCount: 2 (2) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 373.701us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 112.751ms - MaxCompressedTextFileLength: 0 - NumColumns: 2 (2) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 35 (35) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 4.31 MB (4514304) - PerReadThreadRawHdfsThroughput: 56.46 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 657.44K (657444) - RowsReturned: 25.52K (25519) - RowsReturnedRate: 191.63 K/sec - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 9.592ms - TotalRawHdfsOpenFileTime: 6.061ms - TotalRawHdfsReadTime: 10.431ms - TotalReadThroughput: 301.55 KB/sec - TotalTime: 133.169ms Buffer pool: - AllocTime: 31.898us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 896.00 KB (917504) - CumulativeAllocations: 3 (3) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 4.00 MB (4194304) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 768.00 KB (786432) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 25.548us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 0 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 657.44K (657444) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 2 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 657.44K (657444) - Rows rejected: 631.92K (631925) - Rows total: 657.44K (657444) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000001 (host=tarmstrong-box2:22001):(Total: 1s463ms, non-child: 1s287ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.840 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/9.71 MB Fragment Instance Lifecycle Event Timeline: 1s541ms - Prepare Finished: 79.143ms (79.143ms) - Open Finished: 1s366ms (1s287ms) - First Batch Produced: 1s540ms (174.494ms) - First Batch Sent: 1s540ms (3.242us) - ExecInternal Finished: 1s541ms (843.618us) - MemoryUsage (500.000ms): 135.03 KB, 135.03 KB, 135.03 KB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 9.71 MB (10184056) - CompletionTime: 2s117ms - ExchangeScanRatio: 0.00 - ExecutionRate: 4.59 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 4.23 MB (4437968) - PeakReservation: 4.00 MB (4194304) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.26 MB (62142600) - RowsProduced: 0 (0) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 604.300us - TotalStorageWaitTime: 45.868ms - TotalThreadsInvoluntaryContextSwitches: 185 (185) - TotalThreadsTotalWallClockTime: 1s462ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 470.744ms - TotalThreadsVoluntaryContextSwitches: 53 (53) - TotalTime: 1s463ms Fragment Instance Lifecycle Timings: - ExecTime: 175.260ms - ExecTreeExecTime: 174.490ms - InactiveTotalTime: 0.000ns - OpenTime: 1s287ms - ExecTreeOpenTime: 388.309us - PrepareTime: 823.421us - ExecTreePrepareTime: 568.411us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=26):(Total: 836.321us, non-child: 232.021us, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0, 0 - NetworkThroughput: 0.00 /sec (Number of samples: 0) - RpcNetworkTime: (Avg: 434.903us ; Min: 224.479us ; Max: 719.938us ; Number of samples: 3) - RpcRecvrTime: (Avg: -221845.000ns ; Min: -546990.000ns ; Max: -55280.000ns ; Number of samples: 3) - EosSent: 3 (3) - InactiveTotalTime: 604.300us - PeakMemoryUsage: 76.78 KB (78624) - RowsSent: 0 (0) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 0.000ns - TotalBytesSent: 0 - TotalTime: 836.321us - UncompressedRowBatchSize: 0 UNION_NODE (id=6):(Total: 175.442ms, non-child: 3.712ms, % non-child: 100.00%) ExecOption: Codegen Enabled Node Lifecycle Event Timeline: 1s540ms - Open Started: 1s366ms (1s366ms) - Open Finished: 1s366ms (384.275us) - First Batch Requested: 1s366ms (24.086us) - First Batch Returned: 1s540ms (174.487ms) - Last Batch Returned: 1s540ms (528.000ns) - Closed: 1s540ms (12.523us) - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 16.00 KB (16384) - RowsReturned: 0 (0) - RowsReturnedRate: 0 - TotalTime: 175.442ms HASH_JOIN_NODE (id=12):(Total: 170.493ms, non-child: 280.918us, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s540ms - Open Started: 1s366ms (1s366ms) - Waiting for initial build: 1s367ms (626.456us) - Initial build available: 1s367ms (3.994us) - Open Finished: 1s536ms (169.082ms) - First Batch Requested: 1s536ms (3.219us) - First Batch Returned: 1s536ms (13.794us) - Last Batch Returned: 1s536ms (356.168us) - Closed: 1s540ms (3.987ms) - InactiveTotalTime: 293.774us - PeakMemoryUsage: 34.12 KB (34944) - ProbeRows: 0 (0) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 568.000ns - RowsReturned: 0 (0) - RowsReturnedRate: 0 - TotalTime: 170.493ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=10):(Total: 169.918ms, non-child: 169.918ms, % non-child: 100.00%) Table Name: tpcds_parquet.catalog_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/9.71 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 1 out of 1 Runtime filters: Not all filters arrived (arrived: [4], missing [0]), waited for 0. Arrival delay: 1s385ms. Hdfs Read Thread Concurrency Bucket: 0:0% 1:0% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:1 Node Lifecycle Event Timeline: 1s540ms - Closed: 1s540ms (1s540ms) - BytesReadSeries (500.000ms): 0, 0, 0 - FooterProcessingTime: (Avg: 40.008ms ; Min: 40.008ms ; Max: 40.008ms ; Number of samples: 1) - InitialRangeActualReservation: (Avg: 4.00 MB (4194304) ; Min: 4.00 MB (4194304) ; Max: 4.00 MB (4194304) ; Number of samples: 1) - InitialRangeIdealReservation: (Avg: 128.00 KB (131072) ; Min: 128.00 KB (131072) ; Max: 128.00 KB (131072) ; Number of samples: 1) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 54.87 KB (56184) ; Min: 2.55 KB (2612) ; Max: 107.18 KB (109756) ; Number of samples: 2) - ParquetCompressedPageSize: (Avg: 18.29 KB (18728) ; Min: 1007.00 B (1007) ; Max: 34.58 KB (35413) ; Number of samples: 6) - ParquetRowGroupActualReservation: (Avg: 4.00 MB (4194304) ; Min: 4.00 MB (4194304) ; Max: 4.00 MB (4194304) ; Number of samples: 1) - ParquetRowGroupIdealReservation: (Avg: 264.00 KB (270336) ; Min: 264.00 KB (270336) ; Max: 264.00 KB (270336) ; Number of samples: 1) - ParquetUncompressedBytesReadPerColumn: (Avg: 61.70 KB (63183) ; Min: 3.36 KB (3436) ; Max: 120.05 KB (122931) ; Number of samples: 2) - ParquetUncompressedPageSize: (Avg: 20.57 KB (21061) ; Min: 1.24 KB (1266) ; Max: 34.76 KB (35599) ; Number of samples: 6) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 263.83 KB (270164) - BytesReadDataNodeCache: 0 - BytesReadLocal: 263.83 KB (270164) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 263.83 KB (270164) - CachedFileHandlesHitCount: 1 (1) - CachedFileHandlesMissCount: 2 (2) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 164.462us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 120.663ms - MaxCompressedTextFileLength: 0 - NumColumns: 2 (2) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 6 (6) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 4.10 MB (4303920) - PerReadThreadRawHdfsThroughput: 5.82 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 133.25K (133245) - RowsReturned: 0 (0) - RowsReturnedRate: 0 - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 45.868ms - TotalRawHdfsOpenFileTime: 6.613ms - TotalRawHdfsReadTime: 44.263ms - TotalReadThroughput: 0.00 /sec - TotalTime: 169.918ms Buffer pool: - AllocTime: 15.520us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 392.00 KB (401408) - CumulativeAllocations: 3 (3) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 4.00 MB (4194304) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 264.00 KB (270336) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 8.920us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 0 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 133.25K (133245) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 4 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 133.25K (133245) - Rows rejected: 133.25K (133245) - Rows total: 133.25K (133245) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns HASH_JOIN_NODE (id=9):(Total: 1.236ms, non-child: 264.844us, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s366ms - Open Started: 1s366ms (1s366ms) - Waiting for initial build: 1s366ms (300.462us) - Initial build available: 1s366ms (4.624us) - Open Finished: 1s366ms (64.236us) - First Batch Requested: 1s366ms (38.230us) - First Batch Returned: 1s366ms (10.805us) - Last Batch Returned: 1s366ms (311.229us) - Closed: 1s366ms (69.917us) - InactiveTotalTime: 251.392us - PeakMemoryUsage: 25.12 KB (25728) - ProbeRows: 0 (0) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 427.000ns - RowsReturned: 0 (0) - RowsReturnedRate: 0 - TotalTime: 1.236ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=7):(Total: 720.165us, non-child: 720.165us, % non-child: 100.00%) Table Name: tpcds_parquet.web_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): Runtime filters: Not all filters arrived (arrived: [2], missing [0]), waited for 0. Arrival delay: 1s385ms. Hdfs Read Thread Concurrency Bucket: 0:0% 1:0% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% ExecOption: Codegen enabled: 0 out of 0 Node Lifecycle Event Timeline: 1s366ms - Closed: 1s366ms (1s366ms) - BytesReadSeries (500.000ms): 0, 0, 0 - InitialRangeActualReservation: 0 (Number of samples: 0) - InitialRangeIdealReservation: 0 (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: 0 (Number of samples: 0) - ParquetUncompressedBytesReadPerColumn: 0 (Number of samples: 0) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 0 - BytesReadDataNodeCache: 0 - BytesReadLocal: 0 - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 0 - CachedFileHandlesHitCount: 0 (0) - CachedFileHandlesMissCount: 0 (0) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 0.000ns - MaxCompressedTextFileLength: 0 - NumDisksAccessed: 0 (0) - PeakMemoryUsage: 4.00 MB (4194304) - PerReadThreadRawHdfsThroughput: 0.00 /sec - RemoteScanRanges: 0 (0) - RowsRead: 0 (0) - RowsReturned: 0 (0) - RowsReturnedRate: 0 - ScanRangesComplete: 0 (0) - ScannerIoWaitTime: 0.000ns - TotalRawHdfsOpenFileTime: 0.000ns - TotalRawHdfsReadTime: 0.000ns - TotalReadThroughput: 0.00 /sec - TotalTime: 720.165us Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 4.00 MB (4194304) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 0 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 0 (0) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 2 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 0 (0) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Averaged Fragment F13:(Total: 1s983ms, non-child: 1s368ms, % non-child: 100.00%) split sizes: min: 0, max: 0, avg: 0, stddev: 0 completion times: min:2s117ms max:2s163ms mean: 2s134ms stddev:20.794ms execution rates: min:0.00 /sec max:0.00 /sec mean:0.00 /sec stddev:0.00 /sec num instances: 3 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s134ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 3.63 MB (3806122) - PeakReservation: 1.94 MB (2031616) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 72.64 MB (76167606) - RowsProduced: 30 (30) - TotalNetworkReceiveTime: 263.369us - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 485 (485) - TotalThreadsTotalWallClockTime: 1s983ms - TotalThreadsSysTime: 8.055ms - TotalThreadsUserTime: 470.547ms - TotalThreadsVoluntaryContextSwitches: 7 (7) - TotalTime: 1s983ms Fragment Instance Lifecycle Timings: - ExecTime: 43.894ms - ExecTreeExecTime: 23.725ms - InactiveTotalTime: 0.000ns - OpenTime: 1s939ms - ExecTreeOpenTime: 569.671ms - PrepareTime: 385.180us - ExecTreePrepareTime: 215.683us - TotalTime: 0.000ns Hash Join Builder (join_node_id=16):(Total: 20.937ms, non-child: 1.741ms, % non-child: 100.00%) - BuildRows: 30 (30) - BuildRowsPartitionTime: 166.371us - HashTablesBuildTime: 251.528us - InactiveTotalTime: 19.195ms - LargestPartitionPercent: 14 (14) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 1.97 MB (2065536) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 20.937ms Buffer pool: - AllocTime: 23.894us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 938.67 KB (961194) - CumulativeAllocations: 14 (14) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 1.94 MB (2031616) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 938.67 KB (961194) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 9.509us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 53 (53) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 23.39K (23391) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 21.76K (21758) HASH_JOIN_NODE (id=15):(Total: 593.795ms, non-child: 2.190ms, % non-child: 100.00%) - InactiveTotalTime: 569.052ms - PeakMemoryUsage: 49.12 KB (50304) - ProbeRows: 36.31K (36314) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 1.393ms - RowsReturned: 30 (30) - RowsReturnedRate: 52.00 /sec - TotalTime: 593.795ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns EXCHANGE_NODE (id=24):(Total: 22.553ms, non-child: 22.553ms, % non-child: 100.00%) - ConvertRowBatchTime: 21.979ms - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 1.61 MB (1690282) - RowsReturned: 36.31K (36314) - RowsReturnedRate: 1.61 M/sec - TotalTime: 22.553ms Buffer pool: - AllocTime: 1.154ms - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.61 MB (1690282) - CumulativeAllocations: 111 (111) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 1.61 MB (1690282) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.61 MB (1690282) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 992.428us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - FirstBatchWaitTime: 0.000ns - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 1.32 MB (1379957) - TotalGetBatchTime: 248.594us - DataWaitTime: 0.000ns - TotalTime: 0.000ns Enqueue: - DeserializeRowBatchTime: 3.156ms - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 55 (55) - TotalBatchesReceived: 55 (55) - TotalBytesReceived: 333.90 KB (341915) - TotalEarlySenders: 0 (0) - TotalEosReceived: 12 (12) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Fragment F13: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000016 (host=tarmstrong-box2:22001):(Total: 2s048ms, non-child: 1s586ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.840 Fragment Instance Lifecycle Event Timeline: 2s087ms - Prepare Finished: 38.883ms (38.883ms) - Open Finished: 2s041ms (2s002ms) - First Batch Produced: 2s066ms (25.318ms) - First Batch Sent: 2s067ms (198.999us) - ExecInternal Finished: 2s087ms (20.031ms) - MemoryUsage (500.000ms): 82.25 KB, 82.25 KB, 82.25 KB, 1.74 MB - ThreadUsage (500.000ms): 1, 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s117ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 3.68 MB (3860736) - PeakReservation: 1.94 MB (2031616) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.26 MB (62142600) - RowsProduced: 27 (27) - TotalNetworkReceiveTime: 267.226us - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 1.12K (1120) - TotalThreadsTotalWallClockTime: 2s048ms - TotalThreadsSysTime: 12.794ms - TotalThreadsUserTime: 485.824ms - TotalThreadsVoluntaryContextSwitches: 7 (7) - TotalTime: 2s048ms Fragment Instance Lifecycle Timings: - ExecTime: 45.487ms - ExecTreeExecTime: 25.640ms - InactiveTotalTime: 0.000ns - OpenTime: 2s002ms - ExecTreeOpenTime: 415.896ms - PrepareTime: 393.873us - ExecTreePrepareTime: 232.032us - TotalTime: 0.000ns Hash Join Builder (join_node_id=16):(Total: 20.412ms, non-child: 1.746ms, % non-child: 100.00%) ExecOption: Build Side Codegen Enabled, Hash Table Construction Codegen Enabled Runtime filters: 1 of 1 Runtime Filter Published - BuildRows: 27 (27) - BuildRowsPartitionTime: 198.312us - HashTablesBuildTime: 252.599us - InactiveTotalTime: 18.666ms - LargestPartitionPercent: 14 (14) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 1.97 MB (2065536) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 20.412ms Buffer pool: - AllocTime: 25.117us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 896.00 KB (917504) - CumulativeAllocations: 14 (14) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 1.94 MB (2031616) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 896.00 KB (917504) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 47 (47) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 21.93K (21934) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 19.66K (19665) HASH_JOIN_NODE (id=15):(Total: 441.966ms, non-child: 2.499ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 2s067ms - Open Started: 1s625ms (1s625ms) - Waiting for initial build: 1s625ms (142.094us) - Initial build available: 2s040ms (414.995ms) - Open Finished: 2s040ms (755.349us) - First Batch Requested: 2s041ms (753.979us) - First Batch Returned: 2s066ms (25.311ms) - Last Batch Returned: 2s067ms (697.367us) - Closed: 2s067ms (125.130us) - InactiveTotalTime: 415.285ms - PeakMemoryUsage: 49.12 KB (50304) - ProbeRows: 37.81K (37814) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 1.618ms - RowsReturned: 27 (27) - RowsReturnedRate: 61.00 /sec - TotalTime: 441.966ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns EXCHANGE_NODE (id=24):(Total: 24.180ms, non-child: 24.180ms, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s067ms - Open Started: 1s625ms (1s625ms) - Open Finished: 1s625ms (6.376us) - First Batch Requested: 2s040ms (415.117ms) - First Batch Returned: 2s040ms (741.051us) - Last Batch Returned: 2s066ms (26.000ms) - Closed: 2s067ms (872.669us) - ConvertRowBatchTime: 23.599ms - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 1.66 MB (1744896) - RowsReturned: 37.81K (37814) - RowsReturnedRate: 1.56 M/sec - TotalTime: 24.180ms Buffer pool: - AllocTime: 366.642us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.66 MB (1744896) - CumulativeAllocations: 112 (112) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 1.66 MB (1744896) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.66 MB (1744896) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 213.465us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0, 0, 27.61 KB - FirstBatchWaitTime: 0.000ns - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 1.37 MB (1436932) - TotalGetBatchTime: 252.130us - DataWaitTime: 0.000ns - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0, 0, 359.03 KB - DeferredQueueSize (500.000ms): 0, 0, 0, 0 - DispatchTime: (Avg: -260887.000ns ; Min: -8230304.000ns ; Max: -34601.000ns ; Number of samples: 56) - DeserializeRowBatchTime: 2.307ms - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 56 (56) - TotalBatchesReceived: 56 (56) - TotalBytesReceived: 359.03 KB (367645) - TotalEarlySenders: 0 (0) - TotalEosReceived: 12 (12) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000018 (host=tarmstrong-box2:22000):(Total: 2s030ms, non-child: 1s268ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.892 Fragment Instance Lifecycle Event Timeline: 2s074ms - Prepare Finished: 44.370ms (44.370ms) - Open Finished: 2s031ms (1s987ms) - First Batch Produced: 2s054ms (22.891ms) - First Batch Sent: 2s054ms (148.315us) - ExecInternal Finished: 2s074ms (20.081ms) - MemoryUsage (500.000ms): 82.25 KB, 82.25 KB, 82.25 KB, 1.68 MB - ThreadUsage (500.000ms): 1, 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s163ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 3.62 MB (3795200) - PeakReservation: 1.94 MB (2031616) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.92 MB (62834824) - RowsProduced: 38 (38) - TotalNetworkReceiveTime: 284.518us - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 166 (166) - TotalThreadsTotalWallClockTime: 2s030ms - TotalThreadsSysTime: 4.033ms - TotalThreadsUserTime: 463.462ms - TotalThreadsVoluntaryContextSwitches: 6 (6) - TotalTime: 2s030ms Fragment Instance Lifecycle Timings: - ExecTime: 43.055ms - ExecTreeExecTime: 23.133ms - InactiveTotalTime: 0.000ns - OpenTime: 1s987ms - ExecTreeOpenTime: 718.541ms - PrepareTime: 347.549us - ExecTreePrepareTime: 188.901us - TotalTime: 0.000ns Hash Join Builder (join_node_id=16):(Total: 20.598ms, non-child: 1.583ms, % non-child: 100.00%) ExecOption: Build Side Codegen Enabled, Hash Table Construction Codegen Enabled Runtime filters: 1 of 1 Runtime Filter Published - BuildRows: 38 (38) - BuildRowsPartitionTime: 146.450us - HashTablesBuildTime: 246.855us - InactiveTotalTime: 19.014ms - LargestPartitionPercent: 18 (18) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 1.97 MB (2065536) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 20.598ms Buffer pool: - AllocTime: 31.425us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 896.00 KB (917504) - CumulativeAllocations: 14 (14) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 1.94 MB (2031616) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 896.00 KB (917504) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 22.015us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 75 (75) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 22.63K (22626) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 18.84K (18841) HASH_JOIN_NODE (id=15):(Total: 742.027ms, non-child: 2.019ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 2s055ms - Open Started: 1s312ms (1s312ms) - Waiting for initial build: 1s312ms (115.403us) - Initial build available: 2s030ms (717.588ms) - Open Finished: 2s031ms (833.922us) - First Batch Requested: 2s031ms (730.251us) - First Batch Returned: 2s054ms (22.886ms) - Last Batch Returned: 2s055ms (509.298us) - Closed: 2s055ms (99.507us) - InactiveTotalTime: 717.805ms - PeakMemoryUsage: 49.12 KB (50304) - ProbeRows: 35.93K (35933) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 1.284ms - RowsReturned: 38 (38) - RowsReturnedRate: 51.00 /sec - TotalTime: 742.027ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns EXCHANGE_NODE (id=24):(Total: 22.202ms, non-child: 22.202ms, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s055ms - Open Started: 1s312ms (1s312ms) - Open Finished: 1s312ms (7.601us) - First Batch Requested: 2s030ms (717.679ms) - First Batch Returned: 2s031ms (818.935us) - Last Batch Returned: 2s054ms (23.607ms) - Closed: 2s055ms (606.269us) - ConvertRowBatchTime: 21.582ms - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 1.60 MB (1679360) - RowsReturned: 35.93K (35933) - RowsReturnedRate: 1.62 M/sec - TotalTime: 22.202ms Buffer pool: - AllocTime: 2.572ms - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.60 MB (1679360) - CumulativeAllocations: 112 (112) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 1.60 MB (1679360) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.60 MB (1679360) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 2.415ms - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0, 0, 27.61 KB - FirstBatchWaitTime: 0.000ns - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 1.30 MB (1365454) - TotalGetBatchTime: 268.808us - DataWaitTime: 0.000ns - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0, 0, 324.81 KB - DeferredQueueSize (500.000ms): 0, 0, 0, 0 - DispatchTime: (Avg: -196292.000ns ; Min: -3815620.000ns ; Max: -36897.000ns ; Number of samples: 56) - DeserializeRowBatchTime: 4.717ms - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 56 (56) - TotalBatchesReceived: 56 (56) - TotalBytesReceived: 324.81 KB (332603) - TotalEarlySenders: 0 (0) - TotalEosReceived: 12 (12) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000017 (host=tarmstrong-box2:22002):(Total: 1s870ms, non-child: 1s251ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.849 Fragment Instance Lifecycle Event Timeline: 2s077ms - Prepare Finished: 206.870ms (206.870ms) - Open Finished: 2s034ms (1s827ms) - First Batch Produced: 2s056ms (22.152ms) - First Batch Sent: 2s056ms (154.974us) - ExecInternal Finished: 2s077ms (20.891ms) - MemoryUsage (500.000ms): 0, 82.25 KB, 82.25 KB, 1.65 MB - ThreadUsage (500.000ms): 1, 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s122ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 3.59 MB (3762432) - PeakReservation: 1.94 MB (2031616) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 27 (27) - TotalNetworkReceiveTime: 238.364us - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 171 (171) - TotalThreadsTotalWallClockTime: 1s870ms - TotalThreadsSysTime: 7.339ms - TotalThreadsUserTime: 462.357ms - TotalThreadsVoluntaryContextSwitches: 9 (9) - TotalTime: 1s870ms Fragment Instance Lifecycle Timings: - ExecTime: 43.140ms - ExecTreeExecTime: 22.401ms - InactiveTotalTime: 0.000ns - OpenTime: 1s827ms - ExecTreeOpenTime: 574.577ms - PrepareTime: 414.120us - ExecTreePrepareTime: 226.117us - TotalTime: 0.000ns Hash Join Builder (join_node_id=16):(Total: 21.800ms, non-child: 1.894ms, % non-child: 100.00%) ExecOption: Build Side Codegen Enabled, Hash Table Construction Codegen Enabled Runtime filters: 1 of 1 Runtime Filter Published - BuildRows: 27 (27) - BuildRowsPartitionTime: 154.353us - HashTablesBuildTime: 255.130us - InactiveTotalTime: 19.906ms - LargestPartitionPercent: 11 (11) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 1.97 MB (2065536) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 21.800ms Buffer pool: - AllocTime: 15.141us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.00 MB (1048576) - CumulativeAllocations: 16 (16) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 1.94 MB (2031616) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.00 MB (1048576) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 6.513us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 39 (39) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 25.61K (25614) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 26.77K (26770) HASH_JOIN_NODE (id=15):(Total: 597.392ms, non-child: 2.051ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 2s056ms - Open Started: 1s458ms (1s458ms) - Waiting for initial build: 1s458ms (101.377us) - Initial build available: 2s032ms (573.835ms) - Open Finished: 2s033ms (637.385us) - First Batch Requested: 2s034ms (1.086ms) - First Batch Returned: 2s056ms (22.145ms) - Last Batch Returned: 2s056ms (509.785us) - Closed: 2s056ms (69.843us) - InactiveTotalTime: 574.064ms - PeakMemoryUsage: 49.12 KB (50304) - ProbeRows: 35.20K (35197) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 1.277ms - RowsReturned: 27 (27) - RowsReturnedRate: 45.00 /sec - TotalTime: 597.392ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns EXCHANGE_NODE (id=24):(Total: 21.275ms, non-child: 21.275ms, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s056ms - Open Started: 1s458ms (1s458ms) - Open Finished: 1s458ms (4.579us) - First Batch Requested: 2s032ms (573.921ms) - First Batch Returned: 2s033ms (624.562us) - Last Batch Returned: 2s056ms (23.210ms) - Closed: 2s056ms (593.731us) - ConvertRowBatchTime: 20.757ms - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 1.57 MB (1646592) - RowsReturned: 35.20K (35197) - RowsReturnedRate: 1.65 M/sec - TotalTime: 21.275ms Buffer pool: - AllocTime: 524.608us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.57 MB (1646592) - CumulativeAllocations: 110 (110) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 1.57 MB (1646592) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.57 MB (1646592) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 348.213us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0, 0, 27.61 KB - FirstBatchWaitTime: 0.000ns - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 1.28 MB (1337486) - TotalGetBatchTime: 224.846us - DataWaitTime: 0.000ns - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0, 0, 317.87 KB - DeferredQueueSize (500.000ms): 0, 0, 0, 0 - DispatchTime: (Avg: -183530.000ns ; Min: -5264397.000ns ; Max: -38024.000ns ; Number of samples: 55) - DeserializeRowBatchTime: 2.444ms - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 55 (55) - TotalBatchesReceived: 55 (55) - TotalBytesReceived: 317.87 KB (325497) - TotalEarlySenders: 0 (0) - TotalEosReceived: 12 (12) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Averaged Fragment F05:(Total: 1s476ms, non-child: 951.800ms, % non-child: 100.00%) split sizes: min: 15.93 MB, max: 17.31 MB, avg: 16.41 MB, stddev: 648.41 KB completion times: min:2s116ms max:2s164ms mean: 2s133ms stddev:21.039ms execution rates: min:7.39 MB/sec max:8.18 MB/sec mean:7.70 MB/sec stddev:346.73 KB/sec num instances: 12 - AverageThreadTokens: 1.00 - BytesAssigned: 16.41 MB (17210642) - CompletionTime: 2s133ms - ExchangeScanRatio: 0.13 - ExecutionRate: 7.70 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 720.71 KB (738011) - PeakReservation: 512.00 KB (524288) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 72.64 MB (76167606) - RowsProduced: 9.08K (9078) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 1.813ms - TotalStorageWaitTime: 370.550ms - TotalThreadsInvoluntaryContextSwitches: 115 (115) - TotalThreadsTotalWallClockTime: 1s469ms - TotalThreadsSysTime: 4.305ms - TotalThreadsUserTime: 99.455ms - TotalThreadsVoluntaryContextSwitches: 42 (42) - TotalTime: 1s476ms Fragment Instance Lifecycle Timings: - ExecTime: 294.707ms - ExecTreeExecTime: 263.168ms - InactiveTotalTime: 0.000ns - OpenTime: 1s175ms - ExecTreeOpenTime: 218.068ms - PrepareTime: 6.615ms - ExecTreePrepareTime: 6.353ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=24):(Total: 31.061ms, non-child: 29.248ms, % non-child: 100.00%) - EosSent: 3 (3) - InactiveTotalTime: 1.813ms - PeakMemoryUsage: 118.88 KB (121728) - RowsSent: 9.08K (9078) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 8.500ms - TotalBytesSent: 83.47 KB (85478) - TotalTime: 31.061ms - UncompressedRowBatchSize: 336.90 KB (344989) HASH_JOIN_NODE (id=5):(Total: 493.658ms, non-child: 8.321ms, % non-child: 100.00%) - InactiveTotalTime: 39.225ms - PeakMemoryUsage: 38.12 KB (39040) - ProbeRows: 9.08K (9078) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 1.161ms - RowsReturned: 9.08K (9078) - RowsReturnedRate: 21.30 K/sec - TotalTime: 493.658ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=3):(Total: 446.111ms, non-child: 446.111ms, % non-child: 100.00%) - AverageHdfsReadThreadConcurrency: 0.67 - BytesRead: 662.50 KB (678399) - BytesReadDataNodeCache: 0 - BytesReadLocal: 662.50 KB (678399) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 662.50 KB (678399) - CachedFileHandlesHitCount: 9 (9) - CachedFileHandlesMissCount: 9 (9) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 101.182us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 1.993ms - MaxCompressedTextFileLength: 0 - NumColumns: 1 (1) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 9 (9) - NumRowGroups: 9 (9) - NumRowGroupsWithPageIndex: 9 (9) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 537.49 KB (550393) - PerReadThreadRawHdfsThroughput: 3.29 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 9.08K (9078) - RowsReturned: 9.08K (9078) - RowsReturnedRate: 23.81 K/sec - ScanRangesComplete: 152 (152) - ScannerIoWaitTime: 370.550ms - TotalRawHdfsOpenFileTime: 98.122ms - TotalRawHdfsReadTime: 259.969ms - TotalReadThroughput: 0.00 /sec - TotalTime: 446.111ms Buffer pool: - AllocTime: 279.227us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.03 MB (1080661) - CumulativeAllocations: 19 (19) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 512.00 KB (524288) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 128.00 KB (131072) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 223.027us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 6 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 9.08K (9078) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 8 (1.00 MB): - Files processed: 152 (152) - Files rejected: 142 (142) - Files total: 152 (152) - InactiveTotalTime: 0.000ns - RowGroups processed: 11 (11) - RowGroups rejected: 0 (0) - RowGroups total: 11 (11) - Rows processed: 9.08K (9078) - Rows rejected: 0 (0) - Rows total: 9.08K (9078) - Splits processed: 9 (9) - Splits rejected: 0 (0) - Splits total: 9 (9) - TotalTime: 0.000ns Fragment F05: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000012 (host=tarmstrong-box2:22001):(Total: 1s587ms, non-child: 829.335ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.839 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:134/17.30 MB Fragment Instance Lifecycle Event Timeline: 1s588ms - Prepare Finished: 16.395ms (16.395ms) - Open Finished: 1s266ms (1s249ms) - First Batch Produced: 1s286ms (20.039ms) - First Batch Sent: 1s287ms (1.725ms) - ExecInternal Finished: 1s588ms (300.160ms) - MemoryUsage (500.000ms): 76.00 KB, 76.00 KB, 596.00 KB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 17.30 MB (18144888) - CompletionTime: 2s116ms - ExchangeScanRatio: 0.12 - ExecutionRate: 8.18 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 719.32 KB (736584) - PeakReservation: 512.00 KB (524288) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.26 MB (62142600) - RowsProduced: 10.86K (10856) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 2.513ms - TotalStorageWaitTime: 486.177ms - TotalThreadsInvoluntaryContextSwitches: 106 (106) - TotalThreadsTotalWallClockTime: 1s571ms - TotalThreadsSysTime: 8.671ms - TotalThreadsUserTime: 299.421ms - TotalThreadsVoluntaryContextSwitches: 57 (57) - TotalTime: 1s587ms Fragment Instance Lifecycle Timings: - ExecTime: 321.770ms - ExecTreeExecTime: 285.660ms - InactiveTotalTime: 0.000ns - OpenTime: 1s249ms - ExecTreeOpenTime: 405.109ms - PrepareTime: 16.003ms - ExecTreePrepareTime: 15.758ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=24):(Total: 36.047ms, non-child: 33.533ms, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0, 0 - NetworkThroughput: (Avg: 6.88 MB/sec ; Min: 338.74 KB/sec ; Max: 16.11 MB/sec ; Number of samples: 17) - RpcNetworkTime: (Avg: 2.814ms ; Min: 421.932us ; Max: 20.774ms ; Number of samples: 20) - RpcRecvrTime: (Avg: -654474.000ns ; Min: -8289841.000ns ; Max: -41182.000ns ; Number of samples: 20) - EosSent: 3 (3) - InactiveTotalTime: 2.513ms - PeakMemoryUsage: 118.88 KB (121728) - RowsSent: 10.86K (10856) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 7.545ms - TotalBytesSent: 99.91 KB (102307) - TotalTime: 36.047ms - UncompressedRowBatchSize: 402.86 KB (412528) HASH_JOIN_NODE (id=5):(Total: 722.219ms, non-child: 17.022ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s585ms - Open Started: 861.051ms (861.051ms) - Waiting for initial build: 982.718ms (121.666ms) - Initial build available: 982.725ms (7.020us) - Open Finished: 1s266ms (283.432ms) - First Batch Requested: 1s266ms (44.050us) - First Batch Returned: 1s286ms (20.031ms) - Last Batch Returned: 1s584ms (298.658ms) - Closed: 1s585ms (139.186us) - InactiveTotalTime: 51.537ms - PeakMemoryUsage: 38.12 KB (39040) - ProbeRows: 10.86K (10856) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 894.379us - RowsReturned: 10.86K (10856) - RowsReturnedRate: 15.03 K/sec - TotalTime: 722.219ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=3):(Total: 653.659ms, non-child: 653.659ms, % non-child: 100.00%) Table Name: tpcds_parquet.store_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:134/17.30 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 12 out of 12 Runtime filters: Not all filters arrived (arrived: [8], missing [6]), waited for 120ms. Arrival delay: 1s000ms. Hdfs Read Thread Concurrency Bucket: 0:0% 1:100% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:12 PARQUET/Unknown(Skipped):122 Node Lifecycle Event Timeline: 1s585ms - Closed: 1s585ms (1s585ms) - BytesReadSeries (500.000ms): 0, 0, 0 - FooterProcessingTime: (Avg: 39.013ms ; Min: 3.795ms ; Max: 280.575ms ; Number of samples: 12) - InitialRangeActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 12) - InitialRangeIdealReservation: (Avg: 106.67 KB (109226) ; Min: 64.00 KB (65536) ; Max: 128.00 KB (131072) ; Number of samples: 12) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 7.11 KB (7285) ; Min: 7.11 KB (7285) ; Max: 7.11 KB (7285) ; Number of samples: 1) - ParquetCompressedPageSize: (Avg: 607.00 B (607) ; Min: 492.00 B (492) ; Max: 740.00 B (740) ; Number of samples: 12) - ParquetRowGroupActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 12) - ParquetRowGroupIdealReservation: (Avg: 8.00 KB (8192) ; Min: 8.00 KB (8192) ; Max: 8.00 KB (8192) ; Number of samples: 12) - ParquetUncompressedBytesReadPerColumn: (Avg: 7.71 KB (7894) ; Min: 7.71 KB (7894) ; Max: 7.71 KB (7894) ; Number of samples: 1) - ParquetUncompressedPageSize: (Avg: 657.00 B (657) ; Min: 521.00 B (521) ; Max: 829.00 B (829) ; Number of samples: 12) - AverageHdfsReadThreadConcurrency: 1.00 - BytesRead: 822.17 KB (841905) - BytesReadDataNodeCache: 0 - BytesReadLocal: 822.17 KB (841905) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 822.17 KB (841905) - CachedFileHandlesHitCount: 12 (12) - CachedFileHandlesMissCount: 12 (12) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 105.381us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 2.045ms - MaxCompressedTextFileLength: 0 - NumColumns: 1 (1) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 12 (12) - NumRowGroups: 12 (12) - NumRowGroupsWithPageIndex: 12 (12) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 537.36 KB (550260) - PerReadThreadRawHdfsThroughput: 2.32 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 10.86K (10856) - RowsReturned: 10.86K (10856) - RowsReturnedRate: 16.61 K/sec - ScanRangesComplete: 134 (134) - ScannerIoWaitTime: 486.177ms - TotalRawHdfsOpenFileTime: 121.211ms - TotalRawHdfsReadTime: 346.677ms - TotalReadThroughput: 0.00 /sec - TotalTime: 653.659ms Buffer pool: - AllocTime: 90.470us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.34 MB (1409024) - CumulativeAllocations: 24 (24) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 512.00 KB (524288) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 128.00 KB (131072) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 27.170us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 6 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 10.86K (10856) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 8 (1.00 MB): - Files processed: 134 (134) - Files rejected: 122 (122) - Files total: 134 (134) - InactiveTotalTime: 0.000ns - RowGroups processed: 13 (13) - RowGroups rejected: 0 (0) - RowGroups total: 13 (13) - Rows processed: 10.86K (10856) - Rows rejected: 0 (0) - Rows total: 10.86K (10856) - Splits processed: 12 (12) - Splits rejected: 0 (0) - Splits total: 12 (12) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000013 (host=tarmstrong-box2:22001):(Total: 1s577ms, non-child: 839.602ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.841 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:158/17.31 MB Fragment Instance Lifecycle Event Timeline: 1s587ms - Prepare Finished: 16.517ms (16.517ms) - Open Finished: 1s272ms (1s256ms) - First Batch Produced: 1s295ms (22.941ms) - First Batch Sent: 1s300ms (4.986ms) - ExecInternal Finished: 1s587ms (287.271ms) - MemoryUsage (500.000ms): 76.00 KB, 76.00 KB, 596.00 KB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 17.31 MB (18149380) - CompletionTime: 2s118ms - ExchangeScanRatio: 0.12 - ExecutionRate: 8.17 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 723.28 KB (740640) - PeakReservation: 512.00 KB (524288) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.26 MB (62142600) - RowsProduced: 7.50K (7503) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 932.686us - TotalStorageWaitTime: 473.811ms - TotalThreadsInvoluntaryContextSwitches: 3 (3) - TotalThreadsTotalWallClockTime: 1s571ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 29.475ms - TotalThreadsVoluntaryContextSwitches: 50 (50) - TotalTime: 1s577ms Fragment Instance Lifecycle Timings: - ExecTime: 315.083ms - ExecTreeExecTime: 289.845ms - InactiveTotalTime: 0.000ns - OpenTime: 1s256ms - ExecTreeOpenTime: 412.270ms - PrepareTime: 6.192ms - ExecTreePrepareTime: 5.974ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=24):(Total: 23.884ms, non-child: 22.951ms, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0, 0 - NetworkThroughput: (Avg: 9.25 MB/sec ; Min: 832.50 KB/sec ; Max: 20.04 MB/sec ; Number of samples: 12) - RpcNetworkTime: (Avg: 1.270ms ; Min: 338.864us ; Max: 8.069ms ; Number of samples: 15) - RpcRecvrTime: (Avg: -350155.000ns ; Min: -3871426.000ns ; Max: -43577.000ns ; Number of samples: 15) - EosSent: 3 (3) - InactiveTotalTime: 932.686us - PeakMemoryUsage: 118.88 KB (121728) - RowsSent: 7.50K (7503) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 4.742ms - TotalBytesSent: 68.76 KB (70414) - TotalTime: 23.884ms - UncompressedRowBatchSize: 278.43 KB (285114) HASH_JOIN_NODE (id=5):(Total: 714.015ms, non-child: 6.811ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s586ms - Open Started: 860.402ms (860.402ms) - Waiting for initial build: 983.560ms (123.158ms) - Initial build available: 983.563ms (2.949us) - Open Finished: 1s272ms (289.106ms) - First Batch Requested: 1s272ms (36.322us) - First Batch Returned: 1s295ms (22.934ms) - Last Batch Returned: 1s584ms (289.167ms) - Closed: 1s586ms (1.403ms) - InactiveTotalTime: 81.242ms - PeakMemoryUsage: 38.12 KB (39040) - ProbeRows: 7.50K (7503) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 575.242us - RowsReturned: 7.50K (7503) - RowsReturnedRate: 10.51 K/sec - TotalTime: 714.015ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=3):(Total: 625.961ms, non-child: 625.961ms, % non-child: 100.00%) Table Name: tpcds_parquet.store_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:158/17.31 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 9 out of 9 Runtime filters: Not all filters arrived (arrived: [8], missing [6]), waited for 121ms. Arrival delay: 1s000ms. Hdfs Read Thread Concurrency Bucket: 0:0% 1:100% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:9 PARQUET/Unknown(Skipped):149 Node Lifecycle Event Timeline: 1s586ms - Closed: 1s586ms (1s586ms) - BytesReadSeries (500.000ms): 0, 0, 0 - FooterProcessingTime: (Avg: 48.843ms ; Min: 5.837ms ; Max: 279.692ms ; Number of samples: 9) - InitialRangeActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 9) - InitialRangeIdealReservation: (Avg: 92.44 KB (94663) ; Min: 64.00 KB (65536) ; Max: 128.00 KB (131072) ; Number of samples: 9) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 4.52 KB (4628) ; Min: 4.52 KB (4628) ; Max: 4.52 KB (4628) ; Number of samples: 1) - ParquetCompressedPageSize: (Avg: 514.00 B (514) ; Min: 413.00 B (413) ; Max: 589.00 B (589) ; Number of samples: 9) - ParquetRowGroupActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 9) - ParquetRowGroupIdealReservation: (Avg: 8.00 KB (8192) ; Min: 8.00 KB (8192) ; Max: 8.00 KB (8192) ; Number of samples: 9) - ParquetUncompressedBytesReadPerColumn: (Avg: 5.03 KB (5147) ; Min: 5.03 KB (5147) ; Max: 5.03 KB (5147) ; Number of samples: 1) - ParquetUncompressedPageSize: (Avg: 571.00 B (571) ; Min: 433.00 B (433) ; Max: 692.00 B (692) ; Number of samples: 9) - AverageHdfsReadThreadConcurrency: 1.00 - BytesRead: 573.00 KB (586750) - BytesReadDataNodeCache: 0 - BytesReadLocal: 573.00 KB (586750) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 573.00 KB (586750) - CachedFileHandlesHitCount: 9 (9) - CachedFileHandlesMissCount: 9 (9) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 73.675us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 2.092ms - MaxCompressedTextFileLength: 0 - NumColumns: 1 (1) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 9 (9) - NumRowGroups: 9 (9) - NumRowGroupsWithPageIndex: 9 (9) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 537.32 KB (550212) - PerReadThreadRawHdfsThroughput: 1.61 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 7.50K (7503) - RowsReturned: 7.50K (7503) - RowsReturnedRate: 11.99 K/sec - ScanRangesComplete: 158 (158) - ScannerIoWaitTime: 473.811ms - TotalRawHdfsOpenFileTime: 116.411ms - TotalRawHdfsReadTime: 347.838ms - TotalReadThroughput: 0.00 /sec - TotalTime: 625.961ms Buffer pool: - AllocTime: 68.861us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 904.00 KB (925696) - CumulativeAllocations: 18 (18) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 512.00 KB (524288) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 128.00 KB (131072) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 15.698us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 6 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 7.50K (7503) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 8 (1.00 MB): - Files processed: 158 (158) - Files rejected: 149 (149) - Files total: 158 (158) - InactiveTotalTime: 0.000ns - RowGroups processed: 9 (9) - RowGroups rejected: 0 (0) - RowGroups total: 9 (9) - Rows processed: 7.50K (7503) - Rows rejected: 0 (0) - Rows total: 7.50K (7503) - Splits processed: 9 (9) - Splits rejected: 0 (0) - Splits total: 9 (9) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000014 (host=tarmstrong-box2:22001):(Total: 1s568ms, non-child: 840.846ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.842 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:158/17.31 MB Fragment Instance Lifecycle Event Timeline: 1s587ms - Prepare Finished: 21.143ms (21.143ms) - Open Finished: 1s273ms (1s252ms) - First Batch Produced: 1s294ms (21.593ms) - First Batch Sent: 1s300ms (5.385ms) - ExecInternal Finished: 1s587ms (287.784ms) - MemoryUsage (500.000ms): 76.00 KB, 76.00 KB, 596.00 KB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 17.31 MB (18150256) - CompletionTime: 2s119ms - ExchangeScanRatio: 0.12 - ExecutionRate: 8.17 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 714.32 KB (731464) - PeakReservation: 512.00 KB (524288) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.26 MB (62142600) - RowsProduced: 6.19K (6192) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 1.840ms - TotalStorageWaitTime: 460.496ms - TotalThreadsInvoluntaryContextSwitches: 8 (8) - TotalThreadsTotalWallClockTime: 1s566ms - TotalThreadsSysTime: 15.282ms - TotalThreadsUserTime: 10.188ms - TotalThreadsVoluntaryContextSwitches: 33 (33) - TotalTime: 1s568ms Fragment Instance Lifecycle Timings: - ExecTime: 314.673ms - ExecTreeExecTime: 294.309ms - InactiveTotalTime: 0.000ns - OpenTime: 1s252ms - ExecTreeOpenTime: 412.771ms - PrepareTime: 1.815ms - ExecTreePrepareTime: 1.580ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=24):(Total: 20.289ms, non-child: 18.449ms, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0, 0 - NetworkThroughput: (Avg: 6.54 MB/sec ; Min: 2.50 MB/sec ; Max: 14.34 MB/sec ; Number of samples: 9) - RpcNetworkTime: (Avg: 1.102ms ; Min: 266.894us ; Max: 2.613ms ; Number of samples: 12) - RpcRecvrTime: (Avg: -132673.000ns ; Min: -285597.000ns ; Max: -42784.000ns ; Number of samples: 12) - EosSent: 3 (3) - InactiveTotalTime: 1.840ms - PeakMemoryUsage: 118.88 KB (121728) - RowsSent: 6.19K (6192) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 3.772ms - TotalBytesSent: 56.87 KB (58232) - TotalTime: 20.289ms - UncompressedRowBatchSize: 229.78 KB (235296) HASH_JOIN_NODE (id=5):(Total: 707.455ms, non-child: 2.319ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s584ms - Open Started: 860.403ms (860.403ms) - Waiting for initial build: 982.847ms (122.444ms) - Initial build available: 982.850ms (3.148us) - Open Finished: 1s273ms (290.320ms) - First Batch Requested: 1s273ms (27.473us) - First Batch Returned: 1s294ms (21.586ms) - Last Batch Returned: 1s584ms (290.016ms) - Closed: 1s584ms (128.460us) - InactiveTotalTime: 97.506ms - PeakMemoryUsage: 38.12 KB (39040) - ProbeRows: 6.19K (6192) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 508.103us - RowsReturned: 6.19K (6192) - RowsReturnedRate: 8.75 K/sec - TotalTime: 707.455ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=3):(Total: 607.629ms, non-child: 607.629ms, % non-child: 100.00%) Table Name: tpcds_parquet.store_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:158/17.31 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 7 out of 7 Runtime filters: Not all filters arrived (arrived: [8], missing [6]), waited for 122ms. Arrival delay: 1s001ms. Hdfs Read Thread Concurrency Bucket: 0:0% 1:100% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:7 PARQUET/Unknown(Skipped):151 Node Lifecycle Event Timeline: 1s584ms - Closed: 1s584ms (1s584ms) - BytesReadSeries (500.000ms): 0, 0, 0 - FooterProcessingTime: (Avg: 61.733ms ; Min: 8.515ms ; Max: 281.140ms ; Number of samples: 7) - InitialRangeActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 7) - InitialRangeIdealReservation: (Avg: 100.57 KB (102985) ; Min: 64.00 KB (65536) ; Max: 128.00 KB (131072) ; Number of samples: 7) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 3.99 KB (4090) ; Min: 3.99 KB (4090) ; Max: 3.99 KB (4090) ; Number of samples: 1) - ParquetCompressedPageSize: (Avg: 584.00 B (584) ; Min: 428.00 B (428) ; Max: 726.00 B (726) ; Number of samples: 7) - ParquetRowGroupActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 7) - ParquetRowGroupIdealReservation: (Avg: 8.00 KB (8192) ; Min: 8.00 KB (8192) ; Max: 8.00 KB (8192) ; Number of samples: 7) - ParquetUncompressedBytesReadPerColumn: (Avg: 4.38 KB (4480) ; Min: 4.38 KB (4480) ; Max: 4.38 KB (4480) ; Number of samples: 1) - ParquetUncompressedPageSize: (Avg: 640.00 B (640) ; Min: 451.00 B (451) ; Max: 747.00 B (747) ; Number of samples: 7) - AverageHdfsReadThreadConcurrency: 1.00 - BytesRead: 470.45 KB (481743) - BytesReadDataNodeCache: 0 - BytesReadLocal: 470.45 KB (481743) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 470.45 KB (481743) - CachedFileHandlesHitCount: 7 (7) - CachedFileHandlesMissCount: 7 (7) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 66.620us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 1.167ms - MaxCompressedTextFileLength: 0 - NumColumns: 1 (1) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 7 (7) - NumRowGroups: 7 (7) - NumRowGroupsWithPageIndex: 7 (7) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 537.34 KB (550236) - PerReadThreadRawHdfsThroughput: 1.25 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 6.19K (6192) - RowsReturned: 6.19K (6192) - RowsReturnedRate: 10.19 K/sec - ScanRangesComplete: 158 (158) - ScannerIoWaitTime: 460.496ms - TotalRawHdfsOpenFileTime: 89.094ms - TotalRawHdfsReadTime: 366.092ms - TotalReadThroughput: 0.00 /sec - TotalTime: 607.629ms Buffer pool: - AllocTime: 48.031us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 760.00 KB (778240) - CumulativeAllocations: 14 (14) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 512.00 KB (524288) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 128.00 KB (131072) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 11.905us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 6 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 6.19K (6192) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 8 (1.00 MB): - Files processed: 158 (158) - Files rejected: 151 (151) - Files total: 158 (158) - InactiveTotalTime: 0.000ns - RowGroups processed: 7 (7) - RowGroups rejected: 0 (0) - RowGroups total: 7 (7) - Rows processed: 6.19K (6192) - Rows rejected: 0 (0) - Rows total: 6.19K (6192) - Splits processed: 7 (7) - Splits rejected: 0 (0) - Splits total: 7 (7) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000015 (host=tarmstrong-box2:22001):(Total: 1s564ms, non-child: 832.840ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.843 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:158/17.31 MB Fragment Instance Lifecycle Event Timeline: 1s590ms - Prepare Finished: 28.118ms (28.118ms) - Open Finished: 1s272ms (1s243ms) - First Batch Produced: 1s291ms (19.451ms) - First Batch Sent: 1s293ms (1.748ms) - ExecInternal Finished: 1s590ms (297.334ms) - MemoryUsage (500.000ms): 76.00 KB, 76.00 KB, 596.00 KB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 17.31 MB (18150432) - CompletionTime: 2s120ms - ExchangeScanRatio: 0.14 - ExecutionRate: 8.16 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 721.18 KB (738488) - PeakReservation: 512.00 KB (524288) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.26 MB (62142600) - RowsProduced: 12.75K (12751) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 157.734us - TotalStorageWaitTime: 491.222ms - TotalThreadsInvoluntaryContextSwitches: 99 (99) - TotalThreadsTotalWallClockTime: 1s562ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 48.196ms - TotalThreadsVoluntaryContextSwitches: 42 (42) - TotalTime: 1s564ms Fragment Instance Lifecycle Timings: - ExecTime: 318.372ms - ExecTreeExecTime: 259.177ms - InactiveTotalTime: 0.000ns - OpenTime: 1s243ms - ExecTreeOpenTime: 411.564ms - PrepareTime: 1.817ms - ExecTreePrepareTime: 1.582ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=24):(Total: 57.428ms, non-child: 57.271ms, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0, 0 - NetworkThroughput: (Avg: 10.80 MB/sec ; Min: 523.37 KB/sec ; Max: 17.48 MB/sec ; Number of samples: 18) - RpcNetworkTime: (Avg: 1.439ms ; Min: 300.219us ; Max: 13.361ms ; Number of samples: 21) - RpcRecvrTime: (Avg: -117922.000ns ; Min: -174972.000ns ; Max: -41301.000ns ; Number of samples: 21) - EosSent: 3 (3) - InactiveTotalTime: 157.734us - PeakMemoryUsage: 118.88 KB (121728) - RowsSent: 12.75K (12751) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 21.352ms - TotalBytesSent: 116.87 KB (119673) - TotalTime: 57.428ms - UncompressedRowBatchSize: 473.18 KB (484538) HASH_JOIN_NODE (id=5):(Total: 673.844ms, non-child: 7.020ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s588ms - Open Started: 860.412ms (860.412ms) - Waiting for initial build: 983.388ms (122.976ms) - Initial build available: 983.392ms (3.235us) - Open Finished: 1s271ms (288.579ms) - First Batch Requested: 1s272ms (44.094us) - First Batch Returned: 1s291ms (19.443ms) - Last Batch Returned: 1s586ms (294.927ms) - Closed: 1s588ms (1.772ms) - InactiveTotalTime: 416.440us - PeakMemoryUsage: 38.12 KB (39040) - ProbeRows: 12.75K (12751) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 3.484ms - RowsReturned: 12.75K (12751) - RowsReturnedRate: 18.92 K/sec - TotalTime: 673.844ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=3):(Total: 666.408ms, non-child: 666.408ms, % non-child: 100.00%) Table Name: tpcds_parquet.store_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:158/17.31 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 12 out of 12 Runtime filters: Not all filters arrived (arrived: [8], missing [6]), waited for 121ms. Arrival delay: 1s000ms. Hdfs Read Thread Concurrency Bucket: 0:0% 1:100% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:12 PARQUET/Unknown(Skipped):146 Node Lifecycle Event Timeline: 1s588ms - Closed: 1s588ms (1s588ms) - BytesReadSeries (500.000ms): 0, 0, 0 - FooterProcessingTime: (Avg: 38.792ms ; Min: 4.203ms ; Max: 279.607ms ; Number of samples: 12) - InitialRangeActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 12) - InitialRangeIdealReservation: (Avg: 101.33 KB (103765) ; Min: 64.00 KB (65536) ; Max: 128.00 KB (131072) ; Number of samples: 12) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 8.13 KB (8330) ; Min: 8.13 KB (8330) ; Max: 8.13 KB (8330) ; Number of samples: 1) - ParquetCompressedPageSize: (Avg: 694.00 B (694) ; Min: 414.00 B (414) ; Max: 2.47 KB (2528) ; Number of samples: 12) - ParquetRowGroupActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 12) - ParquetRowGroupIdealReservation: (Avg: 8.00 KB (8192) ; Min: 8.00 KB (8192) ; Max: 8.00 KB (8192) ; Number of samples: 12) - ParquetUncompressedBytesReadPerColumn: (Avg: 9.63 KB (9865) ; Min: 9.63 KB (9865) ; Max: 9.63 KB (9865) ; Number of samples: 1) - ParquetUncompressedPageSize: (Avg: 822.00 B (822) ; Min: 443.00 B (443) ; Max: 3.34 KB (3422) ; Number of samples: 12) - AverageHdfsReadThreadConcurrency: 1.00 - BytesRead: 813.99 KB (833522) - BytesReadDataNodeCache: 0 - BytesReadLocal: 813.99 KB (833522) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 813.99 KB (833522) - CachedFileHandlesHitCount: 12 (12) - CachedFileHandlesMissCount: 12 (12) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 113.136us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 2.755ms - MaxCompressedTextFileLength: 0 - NumColumns: 1 (1) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 12 (12) - NumRowGroups: 12 (12) - NumRowGroupsWithPageIndex: 12 (12) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 538.18 KB (551096) - PerReadThreadRawHdfsThroughput: 2.30 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 12.75K (12751) - RowsReturned: 12.75K (12751) - RowsReturnedRate: 19.13 K/sec - ScanRangesComplete: 158 (158) - ScannerIoWaitTime: 491.222ms - TotalRawHdfsOpenFileTime: 127.076ms - TotalRawHdfsReadTime: 346.252ms - TotalReadThroughput: 0.00 /sec - TotalTime: 666.408ms Buffer pool: - AllocTime: 1.949ms - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.28 MB (1343488) - CumulativeAllocations: 24 (24) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 512.00 KB (524288) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 128.00 KB (131072) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 1.880ms - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 6 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 12.75K (12751) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 8 (1.00 MB): - Files processed: 158 (158) - Files rejected: 146 (146) - Files total: 158 (158) - InactiveTotalTime: 0.000ns - RowGroups processed: 16 (16) - RowGroups rejected: 0 (0) - RowGroups total: 16 (16) - Rows processed: 12.75K (12751) - Rows rejected: 0 (0) - Rows total: 12.75K (12751) - Splits processed: 12 (12) - Splits rejected: 0 (0) - Splits total: 12 (12) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a910000000e (host=tarmstrong-box2:22000):(Total: 1s526ms, non-child: 992.319ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.890 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:152/16.00 MB Fragment Instance Lifecycle Event Timeline: 1s554ms - Prepare Finished: 43.788ms (43.788ms) - Open Finished: 1s275ms (1s231ms) - First Batch Produced: 1s294ms (19.391ms) - First Batch Sent: 1s296ms (1.731ms) - ExecInternal Finished: 1s554ms (258.004ms) - MemoryUsage (500.000ms): 76.00 KB, 76.00 KB, 596.00 KB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 16.00 MB (16780216) - CompletionTime: 2s161ms - ExchangeScanRatio: 0.12 - ExecutionRate: 7.40 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 727.30 KB (744756) - PeakReservation: 512.00 KB (524288) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.92 MB (62834824) - RowsProduced: 9.35K (9350) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 4.829ms - TotalStorageWaitTime: 440.914ms - TotalThreadsInvoluntaryContextSwitches: 35 (35) - TotalThreadsTotalWallClockTime: 1s510ms - TotalThreadsSysTime: 5.085ms - TotalThreadsUserTime: 33.912ms - TotalThreadsVoluntaryContextSwitches: 46 (46) - TotalTime: 1s526ms Fragment Instance Lifecycle Timings: - ExecTime: 279.016ms - ExecTreeExecTime: 246.100ms - InactiveTotalTime: 0.000ns - OpenTime: 1s231ms - ExecTreeOpenTime: 225.732ms - PrepareTime: 15.266ms - ExecTreePrepareTime: 15.026ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=24):(Total: 31.989ms, non-child: 27.160ms, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0, 0 - NetworkThroughput: (Avg: 9.45 MB/sec ; Min: 478.95 KB/sec ; Max: 19.02 MB/sec ; Number of samples: 15) - RpcNetworkTime: (Avg: 1.813ms ; Min: 290.374us ; Max: 14.042ms ; Number of samples: 18) - RpcRecvrTime: (Avg: -410134.000ns ; Min: -5326989.000ns ; Max: -45467.000ns ; Number of samples: 18) - EosSent: 3 (3) - InactiveTotalTime: 4.829ms - PeakMemoryUsage: 118.88 KB (121728) - RowsSent: 9.35K (9350) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 6.057ms - TotalBytesSent: 85.97 KB (88038) - TotalTime: 31.989ms - UncompressedRowBatchSize: 346.97 KB (355300) HASH_JOIN_NODE (id=5):(Total: 501.839ms, non-child: 16.050ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s549ms - Open Started: 1s049ms (1s049ms) - Waiting for initial build: 1s051ms (1.189ms) - Initial build available: 1s051ms (5.410us) - Open Finished: 1s275ms (224.533ms) - First Batch Requested: 1s275ms (42.828us) - First Batch Returned: 1s294ms (19.383ms) - Last Batch Returned: 1s548ms (253.099ms) - Closed: 1s549ms (971.375us) - InactiveTotalTime: 1.174ms - PeakMemoryUsage: 38.12 KB (39040) - ProbeRows: 9.35K (9350) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 728.163us - RowsReturned: 9.35K (9350) - RowsReturnedRate: 18.63 K/sec - TotalTime: 501.839ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=3):(Total: 484.613ms, non-child: 484.613ms, % non-child: 100.00%) Table Name: tpcds_parquet.store_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:152/16.00 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 11 out of 11 Runtime filters: Not all filters arrived (arrived: [8], missing [6]), waited for 0. Arrival delay: 1s073ms. Hdfs Read Thread Concurrency Bucket: 0:0% 1:100% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:11 PARQUET/Unknown(Skipped):141 Node Lifecycle Event Timeline: 1s549ms - Closed: 1s549ms (1s549ms) - BytesReadSeries (500.000ms): 0, 0, 0 - FooterProcessingTime: (Avg: 37.564ms ; Min: 3.796ms ; Max: 216.392ms ; Number of samples: 11) - InitialRangeActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 11) - InitialRangeIdealReservation: (Avg: 93.09 KB (95325) ; Min: 64.00 KB (65536) ; Max: 128.00 KB (131072) ; Number of samples: 11) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 5.84 KB (5977) ; Min: 5.84 KB (5977) ; Max: 5.84 KB (5977) ; Number of samples: 1) - ParquetCompressedPageSize: (Avg: 543.00 B (543) ; Min: 499.00 B (499) ; Max: 626.00 B (626) ; Number of samples: 11) - ParquetRowGroupActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 11) - ParquetRowGroupIdealReservation: (Avg: 8.00 KB (8192) ; Min: 8.00 KB (8192) ; Max: 8.00 KB (8192) ; Number of samples: 11) - ParquetUncompressedBytesReadPerColumn: (Avg: 6.43 KB (6584) ; Min: 6.43 KB (6584) ; Max: 6.43 KB (6584) ; Number of samples: 1) - ParquetUncompressedPageSize: (Avg: 598.00 B (598) ; Min: 520.00 B (520) ; Max: 702.00 B (702) ; Number of samples: 11) - AverageHdfsReadThreadConcurrency: 1.00 - BytesRead: 714.56 KB (731707) - BytesReadDataNodeCache: 0 - BytesReadLocal: 714.56 KB (731707) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 714.56 KB (731707) - CachedFileHandlesHitCount: 11 (11) - CachedFileHandlesMissCount: 11 (11) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 92.814us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 1.710ms - MaxCompressedTextFileLength: 0 - NumColumns: 1 (1) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 11 (11) - NumRowGroups: 11 (11) - NumRowGroupsWithPageIndex: 11 (11) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 537.32 KB (550216) - PerReadThreadRawHdfsThroughput: 2.10 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 9.35K (9350) - RowsReturned: 9.35K (9350) - RowsReturnedRate: 19.29 K/sec - ScanRangesComplete: 152 (152) - ScannerIoWaitTime: 440.914ms - TotalRawHdfsOpenFileTime: 96.122ms - TotalRawHdfsReadTime: 332.831ms - TotalReadThroughput: 0.00 /sec - TotalTime: 484.613ms Buffer pool: - AllocTime: 85.558us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.09 MB (1138688) - CumulativeAllocations: 22 (22) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 512.00 KB (524288) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 128.00 KB (131072) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 25.527us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 6 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 9.35K (9350) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 8 (1.00 MB): - Files processed: 152 (152) - Files rejected: 141 (141) - Files total: 152 (152) - InactiveTotalTime: 0.000ns - RowGroups processed: 11 (11) - RowGroups rejected: 0 (0) - RowGroups total: 11 (11) - Rows processed: 9.35K (9350) - Rows rejected: 0 (0) - Rows total: 9.35K (9350) - Splits processed: 11 (11) - Splits rejected: 0 (0) - Splits total: 11 (11) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000011 (host=tarmstrong-box2:22000):(Total: 1s515ms, non-child: 985.083ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.893 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:152/16.00 MB Fragment Instance Lifecycle Event Timeline: 1s555ms - Prepare Finished: 52.709ms (52.709ms) - Open Finished: 1s276ms (1s224ms) - First Batch Produced: 1s298ms (21.199ms) - First Batch Sent: 1s299ms (1.787ms) - ExecInternal Finished: 1s555ms (255.956ms) - MemoryUsage (500.000ms): 76.00 KB, 76.00 KB, 596.00 KB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 16.00 MB (16773503) - CompletionTime: 2s164ms - ExchangeScanRatio: 0.12 - ExecutionRate: 7.39 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 727.35 KB (744804) - PeakReservation: 512.00 KB (524288) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.92 MB (62834824) - RowsProduced: 8.97K (8971) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 3.970ms - TotalStorageWaitTime: 449.624ms - TotalThreadsInvoluntaryContextSwitches: 26 (26) - TotalThreadsTotalWallClockTime: 1s502ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 34.237ms - TotalThreadsVoluntaryContextSwitches: 42 (42) - TotalTime: 1s515ms Fragment Instance Lifecycle Timings: - ExecTime: 278.829ms - ExecTreeExecTime: 250.505ms - InactiveTotalTime: 0.000ns - OpenTime: 1s224ms - ExecTreeOpenTime: 226.974ms - PrepareTime: 12.743ms - ExecTreePrepareTime: 12.504ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=24):(Total: 28.268ms, non-child: 24.297ms, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0, 0 - NetworkThroughput: (Avg: 10.84 MB/sec ; Min: 397.06 KB/sec ; Max: 19.48 MB/sec ; Number of samples: 13) - RpcNetworkTime: (Avg: 1.065ms ; Min: 342.461us ; Max: 4.630ms ; Number of samples: 16) - RpcRecvrTime: (Avg: -156614.000ns ; Min: -542606.000ns ; Max: -42412.000ns ; Number of samples: 16) - EosSent: 3 (3) - InactiveTotalTime: 3.970ms - PeakMemoryUsage: 118.88 KB (121728) - RowsSent: 8.97K (8971) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 6.748ms - TotalBytesSent: 82.43 KB (84410) - TotalTime: 28.268ms - UncompressedRowBatchSize: 332.91 KB (340898) HASH_JOIN_NODE (id=5):(Total: 502.427ms, non-child: 14.589ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s549ms - Open Started: 1s049ms (1s049ms) - Waiting for initial build: 1s051ms (1.427ms) - Initial build available: 1s051ms (2.944us) - Open Finished: 1s276ms (225.542ms) - First Batch Requested: 1s276ms (36.512us) - First Batch Returned: 1s298ms (21.192ms) - Last Batch Returned: 1s549ms (251.200ms) - Closed: 1s549ms (119.243us) - InactiveTotalTime: 434.993us - PeakMemoryUsage: 38.12 KB (39040) - ProbeRows: 8.97K (8971) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 663.169us - RowsReturned: 8.97K (8971) - RowsReturnedRate: 17.86 K/sec - TotalTime: 502.427ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=3):(Total: 487.402ms, non-child: 487.402ms, % non-child: 100.00%) Table Name: tpcds_parquet.store_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:152/16.00 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 10 out of 10 Runtime filters: Not all filters arrived (arrived: [8], missing [6]), waited for 0. Arrival delay: 1s073ms. Hdfs Read Thread Concurrency Bucket: 0:0% 1:100% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:10 PARQUET/Unknown(Skipped):142 Node Lifecycle Event Timeline: 1s549ms - Closed: 1s549ms (1s549ms) - BytesReadSeries (500.000ms): 0, 0, 0 - FooterProcessingTime: (Avg: 41.581ms ; Min: 4.181ms ; Max: 216.595ms ; Number of samples: 10) - InitialRangeActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 10) - InitialRangeIdealReservation: (Avg: 108.80 KB (111411) ; Min: 64.00 KB (65536) ; Max: 128.00 KB (131072) ; Number of samples: 10) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 5.76 KB (5898) ; Min: 5.76 KB (5898) ; Max: 5.76 KB (5898) ; Number of samples: 1) - ParquetCompressedPageSize: (Avg: 589.00 B (589) ; Min: 495.00 B (495) ; Max: 690.00 B (690) ; Number of samples: 10) - ParquetRowGroupActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 10) - ParquetRowGroupIdealReservation: (Avg: 8.00 KB (8192) ; Min: 8.00 KB (8192) ; Max: 8.00 KB (8192) ; Number of samples: 10) - ParquetUncompressedBytesReadPerColumn: (Avg: 6.28 KB (6433) ; Min: 6.28 KB (6433) ; Max: 6.28 KB (6433) ; Number of samples: 1) - ParquetUncompressedPageSize: (Avg: 643.00 B (643) ; Min: 531.00 B (531) ; Max: 746.00 B (746) ; Number of samples: 10) - AverageHdfsReadThreadConcurrency: 1.00 - BytesRead: 680.86 KB (697198) - BytesReadDataNodeCache: 0 - BytesReadLocal: 680.86 KB (697198) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 680.86 KB (697198) - CachedFileHandlesHitCount: 10 (10) - CachedFileHandlesMissCount: 10 (10) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 93.272us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 3.041ms - MaxCompressedTextFileLength: 0 - NumColumns: 1 (1) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 10 (10) - NumRowGroups: 10 (10) - NumRowGroupsWithPageIndex: 10 (10) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 537.35 KB (550244) - PerReadThreadRawHdfsThroughput: 2.07 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 8.97K (8971) - RowsReturned: 8.97K (8971) - RowsReturnedRate: 18.41 K/sec - ScanRangesComplete: 152 (152) - ScannerIoWaitTime: 449.624ms - TotalRawHdfsOpenFileTime: 118.028ms - TotalRawHdfsReadTime: 320.451ms - TotalReadThroughput: 0.00 /sec - TotalTime: 487.402ms Buffer pool: - AllocTime: 90.802us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.14 MB (1196032) - CumulativeAllocations: 20 (20) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 512.00 KB (524288) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 128.00 KB (131072) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 41.021us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 6 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 8.97K (8971) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 8 (1.00 MB): - Files processed: 152 (152) - Files rejected: 142 (142) - Files total: 152 (152) - InactiveTotalTime: 0.000ns - RowGroups processed: 10 (10) - RowGroups rejected: 0 (0) - RowGroups total: 10 (10) - Rows processed: 8.97K (8971) - Rows rejected: 0 (0) - Rows total: 8.97K (8971) - Splits processed: 10 (10) - Splits rejected: 0 (0) - Splits total: 10 (10) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a910000000f (host=tarmstrong-box2:22000):(Total: 1s513ms, non-child: 1s000ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.891 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:152/16.00 MB Fragment Instance Lifecycle Event Timeline: 1s550ms - Prepare Finished: 43.788ms (43.788ms) - Open Finished: 1s275ms (1s231ms) - First Batch Produced: 1s399ms (124.198ms) - First Batch Sent: 1s401ms (1.881ms) - ExecInternal Finished: 1s550ms (148.747ms) - MemoryUsage (500.000ms): 76.00 KB, 76.00 KB, 596.00 KB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 16.00 MB (16780552) - CompletionTime: 2s162ms - ExchangeScanRatio: 0.12 - ExecutionRate: 7.40 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 723.30 KB (740664) - PeakReservation: 512.00 KB (524288) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.92 MB (62834824) - RowsProduced: 6.35K (6352) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 1.361ms - TotalStorageWaitTime: 414.055ms - TotalThreadsInvoluntaryContextSwitches: 6 (6) - TotalThreadsTotalWallClockTime: 1s506ms - TotalThreadsSysTime: 4.359ms - TotalThreadsUserTime: 21.397ms - TotalThreadsVoluntaryContextSwitches: 33 (33) - TotalTime: 1s513ms Fragment Instance Lifecycle Timings: - ExecTime: 274.752ms - ExecTreeExecTime: 257.507ms - InactiveTotalTime: 0.000ns - OpenTime: 1s231ms - ExecTreeOpenTime: 225.766ms - PrepareTime: 6.461ms - ExecTreePrepareTime: 6.238ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=24):(Total: 17.136ms, non-child: 15.775ms, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0, 0 - NetworkThroughput: (Avg: 10.52 MB/sec ; Min: 381.30 KB/sec ; Max: 20.45 MB/sec ; Number of samples: 10) - RpcNetworkTime: (Avg: 658.605us ; Min: 322.575us ; Max: 1.758ms ; Number of samples: 13) - RpcRecvrTime: (Avg: -103395.000ns ; Min: -185093.000ns ; Max: -44536.000ns ; Number of samples: 13) - EosSent: 3 (3) - InactiveTotalTime: 1.361ms - PeakMemoryUsage: 118.88 KB (121728) - RowsSent: 6.35K (6352) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 3.945ms - TotalBytesSent: 58.36 KB (59765) - TotalTime: 17.136ms - UncompressedRowBatchSize: 235.72 KB (241376) HASH_JOIN_NODE (id=5):(Total: 495.708ms, non-child: 6.973ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s548ms - Open Started: 1s049ms (1s049ms) - Waiting for initial build: 1s051ms (1.195ms) - Initial build available: 1s051ms (2.085us) - Open Finished: 1s275ms (224.565ms) - First Batch Requested: 1s275ms (22.376us) - First Batch Returned: 1s399ms (124.191ms) - Last Batch Returned: 1s548ms (148.260ms) - Closed: 1s548ms (129.979us) - InactiveTotalTime: 41.681ms - PeakMemoryUsage: 38.12 KB (39040) - ProbeRows: 6.35K (6352) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 499.370us - RowsReturned: 6.35K (6352) - RowsReturnedRate: 12.81 K/sec - TotalTime: 495.708ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=3):(Total: 447.054ms, non-child: 447.054ms, % non-child: 100.00%) Table Name: tpcds_parquet.store_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:152/16.00 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 7 out of 7 Runtime filters: Not all filters arrived (arrived: [8], missing [6]), waited for 0. Arrival delay: 1s073ms. Hdfs Read Thread Concurrency Bucket: 0:0% 1:100% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:7 PARQUET/Unknown(Skipped):145 Node Lifecycle Event Timeline: 1s548ms - Closed: 1s548ms (1s548ms) - BytesReadSeries (500.000ms): 0, 0, 0 - FooterProcessingTime: (Avg: 56.170ms ; Min: 4.227ms ; Max: 216.703ms ; Number of samples: 7) - InitialRangeActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 7) - InitialRangeIdealReservation: (Avg: 109.71 KB (112347) ; Min: 64.00 KB (65536) ; Max: 128.00 KB (131072) ; Number of samples: 7) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 4.06 KB (4162) ; Min: 4.06 KB (4162) ; Max: 4.06 KB (4162) ; Number of samples: 1) - ParquetCompressedPageSize: (Avg: 594.00 B (594) ; Min: 482.00 B (482) ; Max: 797.00 B (797) ; Number of samples: 7) - ParquetRowGroupActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 7) - ParquetRowGroupIdealReservation: (Avg: 8.00 KB (8192) ; Min: 8.00 KB (8192) ; Max: 8.00 KB (8192) ; Number of samples: 7) - ParquetUncompressedBytesReadPerColumn: (Avg: 4.56 KB (4669) ; Min: 4.56 KB (4669) ; Max: 4.56 KB (4669) ; Number of samples: 1) - ParquetUncompressedPageSize: (Avg: 667.00 B (667) ; Min: 553.00 B (553) ; Max: 829.00 B (829) ; Number of samples: 7) - AverageHdfsReadThreadConcurrency: 1.00 - BytesRead: 481.60 KB (493160) - BytesReadDataNodeCache: 0 - BytesReadLocal: 481.60 KB (493160) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 481.60 KB (493160) - CachedFileHandlesHitCount: 7 (7) - CachedFileHandlesMissCount: 7 (7) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 71.715us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 1.173ms - MaxCompressedTextFileLength: 0 - NumColumns: 1 (1) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 7 (7) - NumRowGroups: 7 (7) - NumRowGroupsWithPageIndex: 7 (7) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 537.36 KB (550260) - PerReadThreadRawHdfsThroughput: 1.50 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 6.35K (6352) - RowsReturned: 6.35K (6352) - RowsReturnedRate: 14.21 K/sec - ScanRangesComplete: 152 (152) - ScannerIoWaitTime: 414.055ms - TotalRawHdfsOpenFileTime: 92.854ms - TotalRawHdfsReadTime: 312.675ms - TotalReadThroughput: 0.00 /sec - TotalTime: 447.054ms Buffer pool: - AllocTime: 94.907us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 824.00 KB (843776) - CumulativeAllocations: 14 (14) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 512.00 KB (524288) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 128.00 KB (131072) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 56.466us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 6 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 6.35K (6352) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 8 (1.00 MB): - Files processed: 152 (152) - Files rejected: 145 (145) - Files total: 152 (152) - InactiveTotalTime: 0.000ns - RowGroups processed: 8 (8) - RowGroups rejected: 0 (0) - RowGroups total: 8 (8) - Rows processed: 6.35K (6352) - Rows rejected: 0 (0) - Rows total: 6.35K (6352) - Splits processed: 7 (7) - Splits rejected: 0 (0) - Splits total: 7 (7) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000010 (host=tarmstrong-box2:22000):(Total: 1s510ms, non-child: 1s002ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.893 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:152/16.00 MB Fragment Instance Lifecycle Event Timeline: 1s550ms - Prepare Finished: 43.736ms (43.736ms) - Open Finished: 1s279ms (1s235ms) - First Batch Produced: 1s318ms (39.296ms) - First Batch Sent: 1s320ms (1.727ms) - ExecInternal Finished: 1s550ms (230.115ms) - MemoryUsage (500.000ms): 76.00 KB, 76.00 KB, 596.00 KB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 16.00 MB (16773249) - CompletionTime: 2s164ms - ExchangeScanRatio: 0.12 - ExecutionRate: 7.39 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 716.29 KB (733476) - PeakReservation: 512.00 KB (524288) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.92 MB (62834824) - RowsProduced: 9.71K (9706) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 1.248ms - TotalStorageWaitTime: 403.358ms - TotalThreadsInvoluntaryContextSwitches: 306 (306) - TotalThreadsTotalWallClockTime: 1s506ms - TotalThreadsSysTime: 4.216ms - TotalThreadsUserTime: 302.038ms - TotalThreadsVoluntaryContextSwitches: 37 (37) - TotalTime: 1s510ms Fragment Instance Lifecycle Timings: - ExecTime: 271.044ms - ExecTreeExecTime: 244.879ms - InactiveTotalTime: 0.000ns - OpenTime: 1s235ms - ExecTreeOpenTime: 229.228ms - PrepareTime: 4.134ms - ExecTreePrepareTime: 3.866ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=24):(Total: 26.055ms, non-child: 24.807ms, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0, 0 - NetworkThroughput: (Avg: 4.95 MB/sec ; Min: 363.56 KB/sec ; Max: 16.45 MB/sec ; Number of samples: 15) - RpcNetworkTime: (Avg: 2.826ms ; Min: 327.706us ; Max: 19.355ms ; Number of samples: 18) - RpcRecvrTime: (Avg: -280741.000ns ; Min: -2269584.000ns ; Max: -39371.000ns ; Number of samples: 18) - EosSent: 3 (3) - InactiveTotalTime: 1.248ms - PeakMemoryUsage: 118.88 KB (121728) - RowsSent: 9.71K (9706) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 6.843ms - TotalBytesSent: 89.54 KB (91688) - TotalTime: 26.055ms - UncompressedRowBatchSize: 360.18 KB (368828) HASH_JOIN_NODE (id=5):(Total: 481.773ms, non-child: 4.940ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s548ms - Open Started: 1s049ms (1s049ms) - Waiting for initial build: 1s053ms (4.006ms) - Initial build available: 1s053ms (5.777us) - Open Finished: 1s279ms (225.212ms) - First Batch Requested: 1s279ms (40.987us) - First Batch Returned: 1s318ms (39.287ms) - Last Batch Returned: 1s548ms (229.704ms) - Closed: 1s548ms (112.104us) - InactiveTotalTime: 41.158ms - PeakMemoryUsage: 38.12 KB (39040) - ProbeRows: 9.71K (9706) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 699.199us - RowsReturned: 9.71K (9706) - RowsReturnedRate: 20.15 K/sec - TotalTime: 481.773ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=3):(Total: 435.674ms, non-child: 435.674ms, % non-child: 100.00%) Table Name: tpcds_parquet.store_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:152/16.00 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 11 out of 11 Runtime filters: Not all filters arrived (arrived: [8], missing [6]), waited for 0. Arrival delay: 1s074ms. Hdfs Read Thread Concurrency Bucket: 0:0% 1:100% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:11 PARQUET/Unknown(Skipped):141 Node Lifecycle Event Timeline: 1s548ms - Closed: 1s548ms (1s548ms) - BytesReadSeries (500.000ms): 0, 0, 0 - FooterProcessingTime: (Avg: 33.003ms ; Min: 6.393ms ; Max: 215.157ms ; Number of samples: 11) - InitialRangeActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 11) - InitialRangeIdealReservation: (Avg: 93.09 KB (95325) ; Min: 64.00 KB (65536) ; Max: 128.00 KB (131072) ; Number of samples: 11) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 6.18 KB (6329) ; Min: 6.18 KB (6329) ; Max: 6.18 KB (6329) ; Number of samples: 1) - ParquetCompressedPageSize: (Avg: 575.00 B (575) ; Min: 489.00 B (489) ; Max: 683.00 B (683) ; Number of samples: 11) - ParquetRowGroupActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 11) - ParquetRowGroupIdealReservation: (Avg: 8.00 KB (8192) ; Min: 8.00 KB (8192) ; Max: 8.00 KB (8192) ; Number of samples: 11) - ParquetUncompressedBytesReadPerColumn: (Avg: 6.79 KB (6953) ; Min: 6.79 KB (6953) ; Max: 6.79 KB (6953) ; Number of samples: 1) - ParquetUncompressedPageSize: (Avg: 632.00 B (632) ; Min: 528.00 B (528) ; Max: 786.00 B (786) ; Number of samples: 11) - AverageHdfsReadThreadConcurrency: 1.00 - BytesRead: 736.27 KB (753941) - BytesReadDataNodeCache: 0 - BytesReadLocal: 736.27 KB (753941) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 736.27 KB (753941) - CachedFileHandlesHitCount: 11 (11) - CachedFileHandlesMissCount: 11 (11) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 108.225us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 1.823ms - MaxCompressedTextFileLength: 0 - NumColumns: 1 (1) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 11 (11) - NumRowGroups: 11 (11) - NumRowGroupsWithPageIndex: 11 (11) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 537.35 KB (550248) - PerReadThreadRawHdfsThroughput: 2.38 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 9.71K (9706) - RowsReturned: 9.71K (9706) - RowsReturnedRate: 22.28 K/sec - ScanRangesComplete: 152 (152) - ScannerIoWaitTime: 403.358ms - TotalRawHdfsOpenFileTime: 98.437ms - TotalRawHdfsReadTime: 301.530ms - TotalReadThroughput: 0.00 /sec - TotalTime: 435.674ms Buffer pool: - AllocTime: 105.222us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.09 MB (1138688) - CumulativeAllocations: 22 (22) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 512.00 KB (524288) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 128.00 KB (131072) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 41.680us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 6 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 9.71K (9706) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 8 (1.00 MB): - Files processed: 152 (152) - Files rejected: 141 (141) - Files total: 152 (152) - InactiveTotalTime: 0.000ns - RowGroups processed: 12 (12) - RowGroups rejected: 0 (0) - RowGroups total: 12 (12) - Rows processed: 9.71K (9706) - Rows rejected: 0 (0) - Rows total: 9.71K (9706) - Splits processed: 11 (11) - Splits rejected: 0 (0) - Splits total: 11 (11) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a910000000a (host=tarmstrong-box2:22002):(Total: 1s385ms, non-child: 1s061ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.846 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:152/15.93 MB Fragment Instance Lifecycle Event Timeline: 1s605ms - Prepare Finished: 228.959ms (228.959ms) - Open Finished: 1s318ms (1s089ms) - First Batch Produced: 1s402ms (84.527ms) - First Batch Sent: 1s404ms (1.875ms) - ExecInternal Finished: 1s605ms (201.138ms) - MemoryUsage (500.000ms): 76.00 KB, 76.00 KB - ThreadUsage (500.000ms): 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 15.93 MB (16708666) - CompletionTime: 2s119ms - ExchangeScanRatio: 0.15 - ExecutionRate: 7.52 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 719.22 KB (736484) - PeakReservation: 512.00 KB (524288) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 12.19K (12192) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 1.509ms - TotalStorageWaitTime: 223.656ms - TotalThreadsInvoluntaryContextSwitches: 739 (739) - TotalThreadsTotalWallClockTime: 1s376ms - TotalThreadsSysTime: 8.013ms - TotalThreadsUserTime: 322.412ms - TotalThreadsVoluntaryContextSwitches: 42 (42) - TotalTime: 1s385ms Fragment Instance Lifecycle Timings: - ExecTime: 287.451ms - ExecTreeExecTime: 243.170ms - InactiveTotalTime: 0.000ns - OpenTime: 1s089ms - ExecTreeOpenTime: 19.820ms - PrepareTime: 8.774ms - ExecTreePrepareTime: 8.359ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=24):(Total: 44.168ms, non-child: 42.658ms, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0 - NetworkThroughput: (Avg: 9.34 MB/sec ; Min: 797.85 KB/sec ; Max: 22.78 MB/sec ; Number of samples: 18) - RpcNetworkTime: (Avg: 1.277ms ; Min: 286.256us ; Max: 8.472ms ; Number of samples: 21) - RpcRecvrTime: (Avg: -235069.000ns ; Min: -2460761.000ns ; Max: -41298.000ns ; Number of samples: 21) - EosSent: 3 (3) - InactiveTotalTime: 1.509ms - PeakMemoryUsage: 118.88 KB (121728) - RowsSent: 12.19K (12192) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 16.241ms - TotalBytesSent: 112.29 KB (114985) - TotalTime: 44.168ms - UncompressedRowBatchSize: 452.44 KB (463296) HASH_JOIN_NODE (id=5):(Total: 279.636ms, non-child: 15.547ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s603ms - Open Started: 1s298ms (1s298ms) - Waiting for initial build: 1s299ms (1.475ms) - Initial build available: 1s299ms (4.542us) - Open Finished: 1s318ms (18.337ms) - First Batch Requested: 1s318ms (35.688us) - First Batch Returned: 1s402ms (84.518ms) - Last Batch Returned: 1s603ms (200.152ms) - Closed: 1s603ms (154.773us) - InactiveTotalTime: 303.907us - PeakMemoryUsage: 38.12 KB (39040) - ProbeRows: 12.19K (12192) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 3.524ms - RowsReturned: 12.19K (12192) - RowsReturnedRate: 43.60 K/sec - TotalTime: 279.636ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=3):(Total: 263.784ms, non-child: 263.784ms, % non-child: 100.00%) Table Name: tpcds_parquet.store_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:152/15.93 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 11 out of 11 Runtime filters: Not all filters arrived (arrived: [8], missing [6]), waited for 0. Arrival delay: 1s322ms. Hdfs Read Thread Concurrency Bucket: 0:0% 1:0% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:11 PARQUET/Unknown(Skipped):141 Node Lifecycle Event Timeline: 1s603ms - Closed: 1s603ms (1s603ms) - BytesReadSeries (500.000ms): 0, 0 - FooterProcessingTime: (Avg: 18.442ms ; Min: 3.067ms ; Max: 79.516ms ; Number of samples: 11) - InitialRangeActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 11) - InitialRangeIdealReservation: (Avg: 93.09 KB (95325) ; Min: 64.00 KB (65536) ; Max: 128.00 KB (131072) ; Number of samples: 11) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 8.07 KB (8268) ; Min: 8.07 KB (8268) ; Max: 8.07 KB (8268) ; Number of samples: 1) - ParquetCompressedPageSize: (Avg: 751.00 B (751) ; Min: 365.00 B (365) ; Max: 2.65 KB (2716) ; Number of samples: 11) - ParquetRowGroupActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 11) - ParquetRowGroupIdealReservation: (Avg: 8.00 KB (8192) ; Min: 8.00 KB (8192) ; Max: 8.00 KB (8192) ; Number of samples: 11) - ParquetUncompressedBytesReadPerColumn: (Avg: 9.39 KB (9620) ; Min: 9.39 KB (9620) ; Max: 9.39 KB (9620) ; Number of samples: 1) - ParquetUncompressedPageSize: (Avg: 874.00 B (874) ; Min: 384.00 B (384) ; Max: 3.43 KB (3514) ; Number of samples: 11) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 746.68 KB (764602) - BytesReadDataNodeCache: 0 - BytesReadLocal: 746.68 KB (764602) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 746.68 KB (764602) - CachedFileHandlesHitCount: 11 (11) - CachedFileHandlesMissCount: 11 (11) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 121.679us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 3.179ms - MaxCompressedTextFileLength: 0 - NumColumns: 1 (1) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 11 (11) - NumRowGroups: 11 (11) - NumRowGroupsWithPageIndex: 11 (11) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 538.28 KB (551196) - PerReadThreadRawHdfsThroughput: 5.48 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 12.19K (12192) - RowsReturned: 12.19K (12192) - RowsReturnedRate: 46.22 K/sec - ScanRangesComplete: 152 (152) - ScannerIoWaitTime: 223.656ms - TotalRawHdfsOpenFileTime: 69.896ms - TotalRawHdfsReadTime: 132.970ms - TotalReadThroughput: 0.00 /sec - TotalTime: 263.784ms Buffer pool: - AllocTime: 85.811us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.09 MB (1138688) - CumulativeAllocations: 22 (22) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 512.00 KB (524288) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 128.00 KB (131072) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 21.405us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 6 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 12.19K (12192) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 8 (1.00 MB): - Files processed: 152 (152) - Files rejected: 141 (141) - Files total: 152 (152) - InactiveTotalTime: 0.000ns - RowGroups processed: 15 (15) - RowGroups rejected: 0 (0) - RowGroups total: 15 (15) - Rows processed: 12.19K (12192) - Rows rejected: 0 (0) - Rows total: 12.19K (12192) - Splits processed: 11 (11) - Splits rejected: 0 (0) - Splits total: 11 (11) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a910000000b (host=tarmstrong-box2:22002):(Total: 1s363ms, non-child: 1s052ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.845 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:152/15.93 MB Fragment Instance Lifecycle Event Timeline: 1s604ms - Prepare Finished: 243.608ms (243.608ms) - Open Finished: 1s317ms (1s074ms) - First Batch Produced: 1s329ms (12.197ms) - First Batch Sent: 1s331ms (1.776ms) - ExecInternal Finished: 1s604ms (273.001ms) - MemoryUsage (500.000ms): 76.00 KB, 76.00 KB - ThreadUsage (500.000ms): 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 15.93 MB (16698641) - CompletionTime: 2s118ms - ExchangeScanRatio: 0.12 - ExecutionRate: 7.52 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 714.38 KB (731524) - PeakReservation: 512.00 KB (524288) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 4.73K (4734) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 1.154ms - TotalStorageWaitTime: 158.855ms - TotalThreadsInvoluntaryContextSwitches: 16 (16) - TotalThreadsTotalWallClockTime: 1s361ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 19.800ms - TotalThreadsVoluntaryContextSwitches: 31 (31) - TotalTime: 1s363ms Fragment Instance Lifecycle Timings: - ExecTime: 286.871ms - ExecTreeExecTime: 255.276ms - InactiveTotalTime: 0.000ns - OpenTime: 1s074ms - ExecTreeOpenTime: 20.337ms - PrepareTime: 1.978ms - ExecTreePrepareTime: 1.715ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=24):(Total: 31.431ms, non-child: 30.277ms, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0 - NetworkThroughput: (Avg: 8.08 MB/sec ; Min: 530.36 KB/sec ; Max: 18.50 MB/sec ; Number of samples: 9) - RpcNetworkTime: (Avg: 1.087ms ; Min: 352.877us ; Max: 4.549ms ; Number of samples: 12) - RpcRecvrTime: (Avg: -119968.000ns ; Min: -320227.000ns ; Max: -40442.000ns ; Number of samples: 12) - EosSent: 3 (3) - InactiveTotalTime: 1.154ms - PeakMemoryUsage: 118.88 KB (121728) - RowsSent: 4.73K (4734) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 10.070ms - TotalBytesSent: 43.28 KB (44315) - TotalTime: 31.431ms - UncompressedRowBatchSize: 175.68 KB (179892) HASH_JOIN_NODE (id=5):(Total: 278.998ms, non-child: 2.241ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s603ms - Open Started: 1s297ms (1s297ms) - Waiting for initial build: 1s298ms (1.214ms) - Initial build available: 1s298ms (3.378us) - Open Finished: 1s317ms (19.114ms) - First Batch Requested: 1s317ms (50.245us) - First Batch Returned: 1s329ms (12.189ms) - Last Batch Returned: 1s603ms (273.064ms) - Closed: 1s603ms (141.831us) - InactiveTotalTime: 100.338ms - PeakMemoryUsage: 38.12 KB (39040) - ProbeRows: 4.73K (4734) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 335.165us - RowsReturned: 4.73K (4734) - RowsReturnedRate: 16.97 K/sec - TotalTime: 278.998ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=3):(Total: 176.417ms, non-child: 176.417ms, % non-child: 100.00%) Table Name: tpcds_parquet.store_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:152/15.93 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 5 out of 5 Runtime filters: Not all filters arrived (arrived: [8], missing [6]), waited for 0. Arrival delay: 1s320ms. Hdfs Read Thread Concurrency Bucket: 0:0% 1:0% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:5 PARQUET/Unknown(Skipped):147 Node Lifecycle Event Timeline: 1s603ms - Closed: 1s603ms (1s603ms) - BytesReadSeries (500.000ms): 0, 0 - FooterProcessingTime: (Avg: 30.323ms ; Min: 5.675ms ; Max: 65.738ms ; Number of samples: 5) - InitialRangeActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 5) - InitialRangeIdealReservation: (Avg: 115.20 KB (117964) ; Min: 64.00 KB (65536) ; Max: 128.00 KB (131072) ; Number of samples: 5) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 2.87 KB (2934) ; Min: 2.87 KB (2934) ; Max: 2.87 KB (2934) ; Number of samples: 1) - ParquetCompressedPageSize: (Avg: 586.00 B (586) ; Min: 468.00 B (468) ; Max: 662.00 B (662) ; Number of samples: 5) - ParquetRowGroupActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 5) - ParquetRowGroupIdealReservation: (Avg: 8.00 KB (8192) ; Min: 8.00 KB (8192) ; Max: 8.00 KB (8192) ; Number of samples: 5) - ParquetUncompressedBytesReadPerColumn: (Avg: 3.22 KB (3302) ; Min: 3.22 KB (3302) ; Max: 3.22 KB (3302) ; Number of samples: 1) - ParquetUncompressedPageSize: (Avg: 660.00 B (660) ; Min: 521.00 B (521) ; Max: 771.00 B (771) ; Number of samples: 5) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 356.95 KB (365516) - BytesReadDataNodeCache: 0 - BytesReadLocal: 356.95 KB (365516) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 356.95 KB (365516) - CachedFileHandlesHitCount: 5 (5) - CachedFileHandlesMissCount: 5 (5) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 144.352us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 943.542us - MaxCompressedTextFileLength: 0 - NumColumns: 1 (1) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 5 (5) - NumRowGroups: 5 (5) - NumRowGroupsWithPageIndex: 5 (5) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 537.38 KB (550276) - PerReadThreadRawHdfsThroughput: 4.71 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 4.73K (4734) - RowsReturned: 4.73K (4734) - RowsReturnedRate: 26.83 K/sec - ScanRangesComplete: 152 (152) - ScannerIoWaitTime: 158.855ms - TotalRawHdfsOpenFileTime: 76.490ms - TotalRawHdfsReadTime: 74.056ms - TotalReadThroughput: 0.00 /sec - TotalTime: 176.417ms Buffer pool: - AllocTime: 44.390us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 616.00 KB (630784) - CumulativeAllocations: 10 (10) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 512.00 KB (524288) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 128.00 KB (131072) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 12.030us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 6 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 4.73K (4734) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 8 (1.00 MB): - Files processed: 152 (152) - Files rejected: 147 (147) - Files total: 152 (152) - InactiveTotalTime: 0.000ns - RowGroups processed: 6 (6) - RowGroups rejected: 0 (0) - RowGroups total: 6 (6) - Rows processed: 4.73K (4734) - Rows rejected: 0 (0) - Rows total: 4.73K (4734) - Splits processed: 5 (5) - Splits rejected: 0 (0) - Splits total: 5 (5) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a910000000c (host=tarmstrong-box2:22002):(Total: 1s322ms, non-child: 1s011ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.845 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:152/15.93 MB Fragment Instance Lifecycle Event Timeline: 1s605ms - Prepare Finished: 284.582ms (284.582ms) - Open Finished: 1s311ms (1s026ms) - First Batch Produced: 1s322ms (11.856ms) - First Batch Sent: 1s324ms (1.760ms) - ExecInternal Finished: 1s605ms (280.627ms) - MemoryUsage (500.000ms): 76.00 KB, 76.00 KB - ThreadUsage (500.000ms): 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 15.93 MB (16708766) - CompletionTime: 2s118ms - ExchangeScanRatio: 0.12 - ExecutionRate: 7.52 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 710.29 KB (727340) - PeakReservation: 512.00 KB (524288) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 7.47K (7472) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 1.408ms - TotalStorageWaitTime: 222.236ms - TotalThreadsInvoluntaryContextSwitches: 5 (5) - TotalThreadsTotalWallClockTime: 1s320ms - TotalThreadsSysTime: 6.044ms - TotalThreadsUserTime: 22.656ms - TotalThreadsVoluntaryContextSwitches: 43 (43) - TotalTime: 1s322ms Fragment Instance Lifecycle Timings: - ExecTime: 294.178ms - ExecTreeExecTime: 272.633ms - InactiveTotalTime: 0.000ns - OpenTime: 1s026ms - ExecTreeOpenTime: 13.632ms - PrepareTime: 2.163ms - ExecTreePrepareTime: 1.884ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=24):(Total: 21.404ms, non-child: 19.995ms, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0 - NetworkThroughput: (Avg: 8.39 MB/sec ; Min: 1.64 MB/sec ; Max: 13.45 MB/sec ; Number of samples: 12) - RpcNetworkTime: (Avg: 743.078us ; Min: 488.223us ; Max: 2.427ms ; Number of samples: 15) - RpcRecvrTime: (Avg: -114298.000ns ; Min: -221488.000ns ; Max: -40683.000ns ; Number of samples: 15) - EosSent: 3 (3) - InactiveTotalTime: 1.408ms - PeakMemoryUsage: 118.88 KB (121728) - RowsSent: 7.47K (7472) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 4.567ms - TotalBytesSent: 68.91 KB (70566) - TotalTime: 21.404ms - UncompressedRowBatchSize: 277.28 KB (283936) HASH_JOIN_NODE (id=5):(Total: 289.978ms, non-child: 2.663ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s603ms - Open Started: 1s297ms (1s297ms) - Waiting for initial build: 1s298ms (1.204ms) - Initial build available: 1s298ms (5.686us) - Open Finished: 1s311ms (12.418ms) - First Batch Requested: 1s311ms (30.266us) - First Batch Returned: 1s322ms (11.848ms) - Last Batch Returned: 1s603ms (280.135ms) - Closed: 1s603ms (176.124us) - InactiveTotalTime: 35.548ms - PeakMemoryUsage: 38.12 KB (39040) - ProbeRows: 7.47K (7472) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 509.420us - RowsReturned: 7.47K (7472) - RowsReturnedRate: 25.77 K/sec - TotalTime: 289.978ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=3):(Total: 251.766ms, non-child: 251.766ms, % non-child: 100.00%) Table Name: tpcds_parquet.store_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:152/15.93 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 9 out of 9 Runtime filters: Not all filters arrived (arrived: [8], missing [6]), waited for 0. Arrival delay: 1s320ms. Hdfs Read Thread Concurrency Bucket: 0:0% 1:0% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:9 PARQUET/Unknown(Skipped):143 Node Lifecycle Event Timeline: 1s603ms - Closed: 1s603ms (1s603ms) - BytesReadSeries (500.000ms): 0, 0 - FooterProcessingTime: (Avg: 23.166ms ; Min: 2.620ms ; Max: 86.509ms ; Number of samples: 9) - InitialRangeActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 9) - InitialRangeIdealReservation: (Avg: 78.22 KB (80099) ; Min: 64.00 KB (65536) ; Max: 128.00 KB (131072) ; Number of samples: 9) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 4.85 KB (4971) ; Min: 4.85 KB (4971) ; Max: 4.85 KB (4971) ; Number of samples: 1) - ParquetCompressedPageSize: (Avg: 552.00 B (552) ; Min: 509.00 B (509) ; Max: 614.00 B (614) ; Number of samples: 9) - ParquetRowGroupActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 9) - ParquetRowGroupIdealReservation: (Avg: 8.00 KB (8192) ; Min: 8.00 KB (8192) ; Max: 8.00 KB (8192) ; Number of samples: 9) - ParquetUncompressedBytesReadPerColumn: (Avg: 5.30 KB (5426) ; Min: 5.30 KB (5426) ; Max: 5.30 KB (5426) ; Number of samples: 1) - ParquetUncompressedPageSize: (Avg: 602.00 B (602) ; Min: 555.00 B (555) ; Max: 678.00 B (678) ; Number of samples: 9) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 572.83 KB (586575) - BytesReadDataNodeCache: 0 - BytesReadLocal: 572.83 KB (586575) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 572.83 KB (586575) - CachedFileHandlesHitCount: 9 (9) - CachedFileHandlesMissCount: 9 (9) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 78.175us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 1.337ms - MaxCompressedTextFileLength: 0 - NumColumns: 1 (1) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 9 (9) - NumRowGroups: 9 (9) - NumRowGroupsWithPageIndex: 9 (9) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 537.33 KB (550224) - PerReadThreadRawHdfsThroughput: 3.98 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 7.47K (7472) - RowsReturned: 7.47K (7472) - RowsReturnedRate: 29.68 K/sec - ScanRangesComplete: 152 (152) - ScannerIoWaitTime: 222.236ms - TotalRawHdfsOpenFileTime: 72.301ms - TotalRawHdfsReadTime: 140.629ms - TotalReadThroughput: 0.00 /sec - TotalTime: 251.766ms Buffer pool: - AllocTime: 550.709us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 776.00 KB (794624) - CumulativeAllocations: 18 (18) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 512.00 KB (524288) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 128.00 KB (131072) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 499.443us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 6 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 7.47K (7472) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 8 (1.00 MB): - Files processed: 152 (152) - Files rejected: 143 (143) - Files total: 152 (152) - InactiveTotalTime: 0.000ns - RowGroups processed: 9 (9) - RowGroups rejected: 0 (0) - RowGroups total: 9 (9) - Rows processed: 7.47K (7472) - Rows rejected: 0 (0) - Rows total: 7.47K (7472) - Splits processed: 9 (9) - Splits rejected: 0 (0) - Splits total: 9 (9) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a910000000d (host=tarmstrong-box2:22002):(Total: 1s283ms, non-child: 972.591ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.844 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:152/15.94 MB Fragment Instance Lifecycle Event Timeline: 1s605ms - Prepare Finished: 324.358ms (324.358ms) - Open Finished: 1s311ms (986.701ms) - First Batch Produced: 1s328ms (17.749ms) - First Batch Sent: 1s330ms (1.773ms) - ExecInternal Finished: 1s605ms (274.965ms) - MemoryUsage (500.000ms): 76.00 KB, 76.00 KB - ThreadUsage (500.000ms): 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 15.94 MB (16709163) - CompletionTime: 2s117ms - ExchangeScanRatio: 0.12 - ExecutionRate: 7.52 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 732.33 KB (749908) - PeakReservation: 512.00 KB (524288) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 12.87K (12865) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 832.623us - TotalStorageWaitTime: 222.197ms - TotalThreadsInvoluntaryContextSwitches: 31 (31) - TotalThreadsTotalWallClockTime: 1s281ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 49.728ms - TotalThreadsVoluntaryContextSwitches: 58 (58) - TotalTime: 1s283ms Fragment Instance Lifecycle Timings: - ExecTime: 294.442ms - ExecTreeExecTime: 258.952ms - InactiveTotalTime: 0.000ns - OpenTime: 986.684ms - ExecTreeOpenTime: 13.615ms - PrepareTime: 2.036ms - ExecTreePrepareTime: 1.751ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=24):(Total: 34.634ms, non-child: 33.801ms, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0 - NetworkThroughput: (Avg: 10.34 MB/sec ; Min: 2.14 MB/sec ; Max: 21.40 MB/sec ; Number of samples: 19) - RpcNetworkTime: (Avg: 884.255us ; Min: 232.330us ; Max: 3.145ms ; Number of samples: 22) - RpcRecvrTime: (Avg: -108274.000ns ; Min: -223201.000ns ; Max: -40613.000ns ; Number of samples: 22) - EosSent: 3 (3) - InactiveTotalTime: 832.623us - PeakMemoryUsage: 118.88 KB (121728) - RowsSent: 12.87K (12865) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 10.119ms - TotalBytesSent: 118.51 KB (121352) - TotalTime: 34.634ms - UncompressedRowBatchSize: 477.41 KB (488870) HASH_JOIN_NODE (id=5):(Total: 276.002ms, non-child: 3.673ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 1s603ms - Open Started: 1s297ms (1s297ms) - Waiting for initial build: 1s298ms (1.344ms) - Initial build available: 1s298ms (2.804us) - Open Finished: 1s311ms (12.265ms) - First Batch Requested: 1s311ms (41.382us) - First Batch Returned: 1s328ms (17.741ms) - Last Batch Returned: 1s603ms (274.299ms) - Closed: 1s603ms (858.908us) - InactiveTotalTime: 19.367ms - PeakMemoryUsage: 38.12 KB (39040) - ProbeRows: 12.87K (12865) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 1.520ms - RowsReturned: 12.87K (12865) - RowsReturnedRate: 46.61 K/sec - TotalTime: 276.002ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=3):(Total: 252.962ms, non-child: 252.962ms, % non-child: 100.00%) Table Name: tpcds_parquet.store_sales Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:152/15.94 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 15 out of 15 Runtime filters: Not all filters arrived (arrived: [8], missing [6]), waited for 0. Arrival delay: 1s320ms. Hdfs Read Thread Concurrency Bucket: 0:0% 1:0% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:15 PARQUET/Unknown(Skipped):137 Node Lifecycle Event Timeline: 1s603ms - Closed: 1s603ms (1s603ms) - BytesReadSeries (500.000ms): 0, 0 - FooterProcessingTime: (Avg: 13.040ms ; Min: 2.980ms ; Max: 31.782ms ; Number of samples: 15) - InitialRangeActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 15) - InitialRangeIdealReservation: (Avg: 98.13 KB (100488) ; Min: 64.00 KB (65536) ; Max: 128.00 KB (131072) ; Number of samples: 15) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 8.15 KB (8347) ; Min: 8.15 KB (8347) ; Max: 8.15 KB (8347) ; Number of samples: 1) - ParquetCompressedPageSize: (Avg: 556.00 B (556) ; Min: 469.00 B (469) ; Max: 743.00 B (743) ; Number of samples: 15) - ParquetRowGroupActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 15) - ParquetRowGroupIdealReservation: (Avg: 8.00 KB (8192) ; Min: 8.00 KB (8192) ; Max: 8.00 KB (8192) ; Number of samples: 15) - ParquetUncompressedBytesReadPerColumn: (Avg: 8.99 KB (9202) ; Min: 8.99 KB (9202) ; Max: 8.99 KB (9202) ; Number of samples: 1) - ParquetUncompressedPageSize: (Avg: 613.00 B (613) ; Min: 493.00 B (493) ; Max: 790.00 B (790) ; Number of samples: 15) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 980.64 KB (1004175) - BytesReadDataNodeCache: 0 - BytesReadLocal: 980.64 KB (1004175) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 980.64 KB (1004175) - CachedFileHandlesHitCount: 15 (15) - CachedFileHandlesMissCount: 15 (15) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 145.147us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 2.652ms - MaxCompressedTextFileLength: 0 - NumColumns: 1 (1) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 15 (15) - NumRowGroups: 15 (15) - NumRowGroupsWithPageIndex: 15 (15) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 537.35 KB (550248) - PerReadThreadRawHdfsThroughput: 9.81 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 12.87K (12865) - RowsReturned: 12.87K (12865) - RowsReturnedRate: 50.86 K/sec - ScanRangesComplete: 152 (152) - ScannerIoWaitTime: 222.197ms - TotalRawHdfsOpenFileTime: 99.549ms - TotalRawHdfsReadTime: 97.634ms - TotalReadThroughput: 0.00 /sec - TotalTime: 252.962ms Buffer pool: - AllocTime: 136.304us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.55 MB (1630208) - CumulativeAllocations: 30 (30) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 512.00 KB (524288) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 128.00 KB (131072) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 43.741us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 6 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 0 (0) - Rows rejected: 0 (0) - Rows total: 12.87K (12865) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Filter 8 (1.00 MB): - Files processed: 152 (152) - Files rejected: 137 (137) - Files total: 152 (152) - InactiveTotalTime: 0.000ns - RowGroups processed: 16 (16) - RowGroups rejected: 0 (0) - RowGroups total: 16 (16) - Rows processed: 12.87K (12865) - Rows rejected: 0 (0) - Rows total: 12.87K (12865) - Splits processed: 15 (15) - Splits rejected: 0 (0) - Splits total: 15 (15) - TotalTime: 0.000ns Averaged Fragment F14:(Total: 1s941ms, non-child: 698.764ms, % non-child: 100.00%) split sizes: min: 0, max: 0, avg: 0, stddev: 0 completion times: min:2s115ms max:2s160ms mean: 2s131ms stddev:21.013ms execution rates: min:0.00 /sec max:0.00 /sec mean:0.00 /sec stddev:0.00 /sec num instances: 3 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s131ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.04 MB (2139264) - PeakReservation: 1.94 MB (2031616) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 72.64 MB (76167606) - RowsProduced: 299 (299) - TotalNetworkReceiveTime: 1s215ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 158 (158) - TotalThreadsTotalWallClockTime: 1s941ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 205.394ms - TotalThreadsVoluntaryContextSwitches: 5 (5) - TotalTime: 1s941ms Fragment Instance Lifecycle Timings: - ExecTime: 30.653ms - ExecTreeExecTime: 3.975ms - InactiveTotalTime: 0.000ns - OpenTime: 1s910ms - ExecTreeOpenTime: 1s211ms - PrepareTime: 305.391us - ExecTreePrepareTime: 148.753us - TotalTime: 0.000ns Hash Join Builder (join_node_id=15):(Total: 27.706ms, non-child: 2.015ms, % non-child: 100.00%) - BuildRows: 299 (299) - BuildRowsPartitionTime: 282.373us - HashTablesBuildTime: 406.572us - InactiveTotalTime: 25.691ms - LargestPartitionPercent: 8 (8) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 1.97 MB (2065536) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 27.706ms Buffer pool: - AllocTime: 23.839us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 1.94 MB (2031616) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 5.557us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 629 (629) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 35.75K (35754) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 41.09K (41092) EXCHANGE_NODE (id=25):(Total: 1s215ms, non-child: 239.038us, % non-child: 100.00%) - ConvertRowBatchTime: 190.447us - InactiveTotalTime: 1s215ms - PeakMemoryUsage: 72.00 KB (73728) - RowsReturned: 299 (299) - RowsReturnedRate: 250.00 /sec - TotalTime: 1s215ms Buffer pool: - AllocTime: 11.522us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 80.00 KB (81920) - CumulativeAllocations: 4 (4) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 72.00 KB (73728) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 72.00 KB (73728) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 5.948us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - FirstBatchWaitTime: 1s211ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 46.24 KB (47347) - TotalGetBatchTime: 1s215ms - DataWaitTime: 1s215ms - TotalTime: 0.000ns Enqueue: - DeserializeRowBatchTime: 207.432us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 2 (2) - TotalBatchesReceived: 2 (2) - TotalBytesReceived: 23.21 KB (23772) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Fragment F14: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a910000001a (host=tarmstrong-box2:22001):(Total: 2s067ms, non-child: 680.826ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.838 Fragment Instance Lifecycle Event Timeline: 2s067ms - Prepare Finished: 503.312us (503.312us) - Open Finished: 2s034ms (2s034ms) - First Batch Produced: 2s039ms (4.416ms) - First Batch Sent: 2s039ms (263.117us) - ExecInternal Finished: 2s067ms (28.412ms) - MemoryUsage (500.000ms): 33.12 KB, 33.12 KB, 33.12 KB, 33.12 KB - ThreadUsage (500.000ms): 1, 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s115ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.04 MB (2139264) - PeakReservation: 1.94 MB (2031616) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.26 MB (62142600) - RowsProduced: 291 (291) - TotalNetworkReceiveTime: 1s357ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 369 (369) - TotalThreadsTotalWallClockTime: 2s067ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 200.112ms - TotalThreadsVoluntaryContextSwitches: 7 (7) - TotalTime: 2s067ms Fragment Instance Lifecycle Timings: - ExecTime: 32.932ms - ExecTreeExecTime: 4.412ms - InactiveTotalTime: 0.000ns - OpenTime: 2s034ms - ExecTreeOpenTime: 1s352ms - PrepareTime: 283.944us - ExecTreePrepareTime: 155.334us - TotalTime: 0.000ns Hash Join Builder (join_node_id=15):(Total: 29.490ms, non-child: 1.833ms, % non-child: 100.00%) ExecOption: Build Side Codegen Enabled, Hash Table Construction Codegen Enabled Runtime filters: 1 of 1 Runtime Filter Published - BuildRows: 291 (291) - BuildRowsPartitionTime: 258.809us - HashTablesBuildTime: 334.033us - InactiveTotalTime: 27.656ms - LargestPartitionPercent: 8 (8) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 1.97 MB (2065536) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 29.490ms Buffer pool: - AllocTime: 26.560us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 1.94 MB (2031616) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 16.672us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 592 (592) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 35.53K (35528) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 44.98K (44978) EXCHANGE_NODE (id=25):(Total: 1s357ms, non-child: 240.660us, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s039ms - Open Started: 681.219ms (681.219ms) - Open Finished: 2s034ms (1s352ms) - First Batch Requested: 2s034ms (769.767us) - First Batch Returned: 2s039ms (4.408ms) - Last Batch Returned: 2s039ms (873.000ns) - Closed: 2s039ms (308.818us) - ConvertRowBatchTime: 187.840us - InactiveTotalTime: 1s357ms - PeakMemoryUsage: 72.00 KB (73728) - RowsReturned: 291 (291) - RowsReturnedRate: 214.00 /sec - TotalTime: 1s357ms Buffer pool: - AllocTime: 9.628us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 80.00 KB (81920) - CumulativeAllocations: 4 (4) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 72.00 KB (73728) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 72.00 KB (73728) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 4.924us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0, 0, 0 - FirstBatchWaitTime: 1s352ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 45.02 KB (46100) - TotalGetBatchTime: 1s357ms - DataWaitTime: 1s357ms - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0, 0, 0 - DeferredQueueSize (500.000ms): 0, 0, 0, 0 - DispatchTime: (Avg: -67559.000ns ; Min: -75821.000ns ; Max: -59297.000ns ; Number of samples: 2) - DeserializeRowBatchTime: 208.133us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 2 (2) - TotalBatchesReceived: 2 (2) - TotalBytesReceived: 22.54 KB (23083) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a910000001c (host=tarmstrong-box2:22000):(Total: 2s038ms, non-child: 709.210ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.889 Fragment Instance Lifecycle Event Timeline: 2s055ms - Prepare Finished: 16.760ms (16.760ms) - Open Finished: 2s025ms (2s008ms) - First Batch Produced: 2s029ms (3.915ms) - First Batch Sent: 2s029ms (274.290us) - ExecInternal Finished: 2s055ms (25.758ms) - MemoryUsage (500.000ms): 33.12 KB, 33.12 KB, 33.12 KB, 33.12 KB - ThreadUsage (500.000ms): 1, 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s160ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.04 MB (2139264) - PeakReservation: 1.94 MB (2031616) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.92 MB (62834824) - RowsProduced: 311 (311) - TotalNetworkReceiveTime: 1s302ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 44 (44) - TotalThreadsTotalWallClockTime: 2s038ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 206.729ms - TotalThreadsVoluntaryContextSwitches: 5 (5) - TotalTime: 2s038ms Fragment Instance Lifecycle Timings: - ExecTime: 29.842ms - ExecTreeExecTime: 3.911ms - InactiveTotalTime: 0.000ns - OpenTime: 2s008ms - ExecTreeOpenTime: 1s298ms - PrepareTime: 311.151us - ExecTreePrepareTime: 144.968us - TotalTime: 0.000ns Hash Join Builder (join_node_id=15):(Total: 26.966ms, non-child: 1.979ms, % non-child: 100.00%) ExecOption: Build Side Codegen Enabled, Hash Table Construction Codegen Enabled Runtime filters: 1 of 1 Runtime Filter Published - BuildRows: 311 (311) - BuildRowsPartitionTime: 270.922us - HashTablesBuildTime: 389.705us - InactiveTotalTime: 24.986ms - LargestPartitionPercent: 8 (8) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 1.97 MB (2065536) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 26.966ms Buffer pool: - AllocTime: 21.591us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 1.94 MB (2031616) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 672 (672) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 36.24K (36244) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 40.04K (40040) EXCHANGE_NODE (id=25):(Total: 1s302ms, non-child: 244.067us, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s029ms - Open Started: 725.727ms (725.727ms) - Open Finished: 2s024ms (1s298ms) - First Batch Requested: 2s025ms (922.262us) - First Batch Returned: 2s029ms (3.907ms) - Last Batch Returned: 2s029ms (834.000ns) - Closed: 2s029ms (340.106us) - ConvertRowBatchTime: 198.006us - InactiveTotalTime: 1s302ms - PeakMemoryUsage: 72.00 KB (73728) - RowsReturned: 311 (311) - RowsReturnedRate: 238.00 /sec - TotalTime: 1s302ms Buffer pool: - AllocTime: 10.614us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 80.00 KB (81920) - CumulativeAllocations: 4 (4) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 72.00 KB (73728) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 72.00 KB (73728) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 4.700us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0, 0, 0 - FirstBatchWaitTime: 1s298ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 48.12 KB (49280) - TotalGetBatchTime: 1s302ms - DataWaitTime: 1s302ms - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0, 0, 0 - DeferredQueueSize (500.000ms): 0, 0, 0, 0 - DispatchTime: (Avg: -78747.000ns ; Min: -108252.000ns ; Max: -49243.000ns ; Number of samples: 2) - DeserializeRowBatchTime: 205.631us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 2 (2) - TotalBatchesReceived: 2 (2) - TotalBytesReceived: 24.13 KB (24705) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a910000001b (host=tarmstrong-box2:22002):(Total: 1s719ms, non-child: 706.254ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.844 Fragment Instance Lifecycle Event Timeline: 2s056ms - Prepare Finished: 337.870ms (337.870ms) - Open Finished: 2s027ms (1s689ms) - First Batch Produced: 2s031ms (3.605ms) - First Batch Sent: 2s031ms (320.750us) - ExecInternal Finished: 2s056ms (25.321ms) - MemoryUsage (500.000ms): 33.12 KB, 33.12 KB, 33.12 KB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s117ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.04 MB (2139264) - PeakReservation: 1.94 MB (2031616) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 295 (295) - TotalNetworkReceiveTime: 986.188ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 63 (63) - TotalThreadsTotalWallClockTime: 1s718ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 209.343ms - TotalThreadsVoluntaryContextSwitches: 5 (5) - TotalTime: 1s719ms Fragment Instance Lifecycle Timings: - ExecTime: 29.185ms - ExecTreeExecTime: 3.602ms - InactiveTotalTime: 0.000ns - OpenTime: 1s689ms - ExecTreeOpenTime: 982.802ms - PrepareTime: 321.078us - ExecTreePrepareTime: 145.957us - TotalTime: 0.000ns Hash Join Builder (join_node_id=15):(Total: 26.663ms, non-child: 2.233ms, % non-child: 100.00%) ExecOption: Build Side Codegen Enabled, Hash Table Construction Codegen Enabled Runtime filters: 1 of 1 Runtime Filter Published - BuildRows: 295 (295) - BuildRowsPartitionTime: 317.389us - HashTablesBuildTime: 495.979us - InactiveTotalTime: 24.430ms - LargestPartitionPercent: 8 (8) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 1.97 MB (2065536) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 26.663ms Buffer pool: - AllocTime: 23.366us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 1.94 MB (2031616) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 624 (624) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 35.49K (35492) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 38.26K (38259) EXCHANGE_NODE (id=25):(Total: 986.402ms, non-child: 232.386us, % non-child: 100.00%) Node Lifecycle Event Timeline: 2s031ms - Open Started: 1s043ms (1s043ms) - Open Finished: 2s026ms (982.798ms) - First Batch Requested: 2s027ms (947.324us) - First Batch Returned: 2s031ms (3.599ms) - Last Batch Returned: 2s031ms (693.000ns) - Closed: 2s031ms (378.720us) - ConvertRowBatchTime: 185.496us - InactiveTotalTime: 986.169ms - PeakMemoryUsage: 72.00 KB (73728) - RowsReturned: 295 (295) - RowsReturnedRate: 299.00 /sec - TotalTime: 986.402ms Buffer pool: - AllocTime: 14.326us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 80.00 KB (81920) - CumulativeAllocations: 4 (4) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 72.00 KB (73728) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 72.00 KB (73728) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 8.220us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0, 0 - FirstBatchWaitTime: 982.787ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 45.57 KB (46663) - TotalGetBatchTime: 986.186ms - DataWaitTime: 986.169ms - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0, 0 - DeferredQueueSize (500.000ms): 0, 0, 0 - DispatchTime: (Avg: -64087.000ns ; Min: -72099.000ns ; Max: -56076.000ns ; Number of samples: 2) - DeserializeRowBatchTime: 208.534us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 2 (2) - TotalBatchesReceived: 2 (2) - TotalBytesReceived: 22.98 KB (23528) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Averaged Fragment F07:(Total: 1s676ms, non-child: 1s092ms, % non-child: 100.00%) split sizes: min: 7.49 MB, max: 7.49 MB, avg: 7.49 MB, stddev: 0 completion times: min:2s120ms max:2s120ms mean: 2s120ms stddev:0.000ns execution rates: min:3.53 MB/sec max:3.53 MB/sec mean:3.53 MB/sec stddev:0.00 /sec num instances: 1 - AverageThreadTokens: 1.00 - BytesAssigned: 7.49 MB (7848768) - CompletionTime: 2s120ms - ExchangeScanRatio: 0.01 - ExecutionRate: 3.53 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 17.27 MB (18108178) - PeakReservation: 8.15 MB (8544256) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 897 (897) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 703.284us - TotalStorageWaitTime: 51.947ms - TotalThreadsInvoluntaryContextSwitches: 441 (441) - TotalThreadsTotalWallClockTime: 1s676ms - TotalThreadsSysTime: 7.966ms - TotalThreadsUserTime: 836.410ms - TotalThreadsVoluntaryContextSwitches: 18 (18) - TotalTime: 1s676ms Fragment Instance Lifecycle Timings: - ExecTime: 457.956ms - ExecTreeExecTime: 450.167ms - InactiveTotalTime: 0.000ns - OpenTime: 1s218ms - ExecTreeOpenTime: 126.195ms - PrepareTime: 531.912us - ExecTreePrepareTime: 292.296us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=25):(Total: 7.218ms, non-child: 6.514ms, % non-child: 100.00%) - EosSent: 3 (3) - InactiveTotalTime: 703.284us - PeakMemoryUsage: 95.46 KB (97752) - RowsSent: 897 (897) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 1.424ms - TotalBytesSent: 69.64 KB (71316) - TotalTime: 7.218ms - UncompressedRowBatchSize: 138.71 KB (142043) HASH_JOIN_NODE (id=14):(Total: 576.923ms, non-child: 2.974ms, % non-child: 100.00%) - InactiveTotalTime: 236.379us - PeakMemoryUsage: 667.30 KB (683311) - ProbeRows: 34.20K (34205) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 2.114ms - RowsReturned: 897 (897) - RowsReturnedRate: 1.55 K/sec - TotalTime: 576.923ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HASH_JOIN_NODE (id=13):(Total: 573.712ms, non-child: 6.119ms, % non-child: 100.00%) - InactiveTotalTime: 337.313us - PeakMemoryUsage: 512.97 KB (525282) - ProbeRows: 33.90K (33898) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 5.344ms - RowsReturned: 34.20K (34205) - RowsReturnedRate: 59.62 K/sec - TotalTime: 573.712ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=2):(Total: 567.255ms, non-child: 567.255ms, % non-child: 100.00%) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 7.58 MB (7943550) - BytesReadDataNodeCache: 0 - BytesReadLocal: 7.58 MB (7943550) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 7.58 MB (7943550) - CachedFileHandlesHitCount: 3 (3) - CachedFileHandlesMissCount: 7 (7) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 2.351ms - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 494.848ms - MaxCompressedTextFileLength: 0 - NumColumns: 9 (9) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 205 (205) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 8.74 MB (9165510) - PerReadThreadRawHdfsThroughput: 112.18 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 1.92M (1920800) - RowsReturned: 33.90K (33898) - RowsReturnedRate: 59.76 K/sec - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 51.947ms - TotalRawHdfsOpenFileTime: 137.125ms - TotalRawHdfsReadTime: 67.529ms - TotalReadThroughput: 5.05 MB/sec - TotalTime: 567.255ms Buffer pool: - AllocTime: 1.887ms - CompressionTime: 0.000ns - CumulativeAllocationBytes: 8.27 MB (8675328) - CumulativeAllocations: 10 (10) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 8.15 MB (8544256) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 8.15 MB (8544256) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 1.868ms - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 12 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 1.92M (1920800) - Rows rejected: 1.89M (1886902) - Rows total: 1.92M (1920800) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Fragment F07: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000019 (host=tarmstrong-box2:22002):(Total: 1s676ms, non-child: 1s092ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.847 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/7.49 MB Fragment Instance Lifecycle Event Timeline: 2s031ms - Prepare Finished: 355.042ms (355.042ms) - Open Finished: 1s573ms (1s218ms) - First Batch Produced: 2s022ms (449.538ms) - First Batch Sent: 2s028ms (5.602ms) - ExecInternal Finished: 2s031ms (2.846ms) - MemoryUsage (500.000ms): 93.71 KB, 93.71 KB, 10.27 MB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 7.49 MB (7848768) - CompletionTime: 2s120ms - ExchangeScanRatio: 0.01 - ExecutionRate: 3.53 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 17.27 MB (18108178) - PeakReservation: 8.15 MB (8544256) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 897 (897) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 703.284us - TotalStorageWaitTime: 51.947ms - TotalThreadsInvoluntaryContextSwitches: 441 (441) - TotalThreadsTotalWallClockTime: 1s676ms - TotalThreadsSysTime: 7.966ms - TotalThreadsUserTime: 836.410ms - TotalThreadsVoluntaryContextSwitches: 18 (18) - TotalTime: 1s676ms Fragment Instance Lifecycle Timings: - ExecTime: 457.956ms - ExecTreeExecTime: 450.167ms - InactiveTotalTime: 0.000ns - OpenTime: 1s218ms - ExecTreeOpenTime: 126.195ms - PrepareTime: 531.912us - ExecTreePrepareTime: 292.296us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=25):(Total: 7.218ms, non-child: 6.514ms, % non-child: 100.00%) ExecOption: Hash Partitioned Sender Codegen Enabled - BytesSent (500.000ms): 0, 0, 0 - NetworkThroughput: (Avg: 19.45 MB/sec ; Min: 17.58 MB/sec ; Max: 23.95 MB/sec ; Number of samples: 6) - RpcNetworkTime: (Avg: 529.313us ; Min: 403.081us ; Max: 668.000us ; Number of samples: 9) - RpcRecvrTime: (Avg: -144435.000ns ; Min: -206381.000ns ; Max: -42993.000ns ; Number of samples: 9) - EosSent: 3 (3) - InactiveTotalTime: 703.284us - PeakMemoryUsage: 95.46 KB (97752) - RowsSent: 897 (897) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 1.424ms - TotalBytesSent: 69.64 KB (71316) - TotalTime: 7.218ms - UncompressedRowBatchSize: 138.71 KB (142043) HASH_JOIN_NODE (id=14):(Total: 576.923ms, non-child: 2.974ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 2s029ms - Open Started: 1s447ms (1s447ms) - Waiting for initial build: 1s572ms (125.464ms) - Initial build available: 1s572ms (6.263us) - Open Finished: 1s573ms (721.701us) - First Batch Requested: 1s573ms (37.167us) - First Batch Returned: 2s022ms (449.531ms) - Last Batch Returned: 2s029ms (6.725ms) - Closed: 2s029ms (151.746us) - InactiveTotalTime: 236.379us - PeakMemoryUsage: 667.30 KB (683311) - ProbeRows: 34.20K (34205) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 2.114ms - RowsReturned: 897 (897) - RowsReturnedRate: 1.55 K/sec - TotalTime: 576.923ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HASH_JOIN_NODE (id=13):(Total: 573.712ms, non-child: 6.119ms, % non-child: 100.00%) ExecOption: Probe Side Codegen Enabled Node Lifecycle Event Timeline: 2s029ms - Open Started: 1s447ms (1s447ms) - Waiting for initial build: 1s450ms (3.200ms) - Initial build available: 1s450ms (6.396us) - Open Finished: 1s572ms (122.057ms) - First Batch Requested: 1s572ms (106.459us) - First Batch Returned: 1s573ms (705.332us) - Last Batch Returned: 2s029ms (456.016ms) - Closed: 2s029ms (425.208us) - InactiveTotalTime: 337.313us - PeakMemoryUsage: 512.97 KB (525282) - ProbeRows: 33.90K (33898) - ProbeRowsPartitioned: 0 (0) - ProbeTime: 5.344ms - RowsReturned: 34.20K (34205) - RowsReturnedRate: 59.62 K/sec - TotalTime: 573.712ms Buffer pool: - AllocTime: 0.000ns - CompressionTime: 0.000ns - CumulativeAllocationBytes: 0 - CumulativeAllocations: 0 (0) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 0 - PeakUnpinnedBytes: 0 - PeakUsedReservation: 0 - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns HDFS_SCAN_NODE (id=2):(Total: 567.255ms, non-child: 567.255ms, % non-child: 100.00%) Table Name: tpcds_parquet.customer_demographics Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/7.49 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 1 out of 1 Runtime filters: All filters arrived. Waited 0. Maximum arrival delay: 1s213ms. Hdfs Read Thread Concurrency Bucket: 0:100% 1:0% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:1 Node Lifecycle Event Timeline: 2s029ms - Closed: 2s029ms (2s029ms) - BytesReadSeries (500.000ms): 0, 0, 7.58 MB - FooterProcessingTime: (Avg: 16.067ms ; Min: 16.067ms ; Max: 16.067ms ; Number of samples: 1) - InitialRangeActualReservation: (Avg: 8.00 MB (8388608) ; Min: 8.00 MB (8388608) ; Max: 8.00 MB (8388608) ; Number of samples: 1) - InitialRangeIdealReservation: (Avg: 128.00 KB (131072) ; Min: 128.00 KB (131072) ; Max: 128.00 KB (131072) ; Number of samples: 1) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 832.92 KB (852908) ; Min: 159.00 B (159) ; Max: 7.25 MB (7605035) ; Number of samples: 9) - ParquetCompressedPageSize: (Avg: 36.57 KB (37444) ; Min: 15.00 B (15) ; Max: 64.14 KB (65683) ; Number of samples: 205) - ParquetRowGroupActualReservation: (Avg: 8.15 MB (8544256) ; Min: 8.15 MB (8544256) ; Max: 8.15 MB (8544256) ; Number of samples: 1) - ParquetRowGroupIdealReservation: (Avg: 8.15 MB (8544256) ; Min: 8.15 MB (8544256) ; Max: 8.15 MB (8544256) ; Number of samples: 1) - ParquetUncompressedBytesReadPerColumn: (Avg: 981.45 KB (1005000) ; Min: 141.00 B (141) ; Max: 7.25 MB (7604218) ; Number of samples: 9) - ParquetUncompressedPageSize: (Avg: 43.09 KB (44121) ; Min: 13.00 B (13) ; Max: 64.14 KB (65675) ; Number of samples: 205) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 7.58 MB (7943550) - BytesReadDataNodeCache: 0 - BytesReadLocal: 7.58 MB (7943550) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 7.58 MB (7943550) - CachedFileHandlesHitCount: 3 (3) - CachedFileHandlesMissCount: 7 (7) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 2.351ms - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 494.848ms - MaxCompressedTextFileLength: 0 - NumColumns: 9 (9) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 205 (205) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 8.74 MB (9165510) - PerReadThreadRawHdfsThroughput: 112.18 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 1.92M (1920800) - RowsReturned: 33.90K (33898) - RowsReturnedRate: 59.76 K/sec - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 51.947ms - TotalRawHdfsOpenFileTime: 137.125ms - TotalRawHdfsReadTime: 67.529ms - TotalReadThroughput: 5.05 MB/sec - TotalTime: 567.255ms Buffer pool: - AllocTime: 1.887ms - CompressionTime: 0.000ns - CumulativeAllocationBytes: 8.27 MB (8675328) - CumulativeAllocations: 10 (10) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 8.15 MB (8544256) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 8.15 MB (8544256) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 1.868ms - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 12 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 1.92M (1920800) - Rows rejected: 1.89M (1886902) - Rows total: 1.92M (1920800) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Averaged Fragment F15:(Total: 1s659ms, non-child: 546.024ms, % non-child: 100.00%) split sizes: min: 0, max: 0, avg: 0, stddev: 0 completion times: min:2s124ms max:2s124ms mean: 2s124ms stddev:0.000ns execution rates: min:0.00 /sec max:0.00 /sec mean:0.00 /sec stddev:0.00 /sec num instances: 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s124ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 7.79 MB (8168576) - PeakReservation: 7.75 MB (8126464) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 459 (459) - TotalNetworkReceiveTime: 167.899ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 24 (24) - TotalThreadsTotalWallClockTime: 1s658ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 167.440ms - TotalThreadsVoluntaryContextSwitches: 2 (2) - TotalTime: 1s659ms Fragment Instance Lifecycle Timings: - ExecTime: 944.000ms - ExecTreeExecTime: 354.487us - InactiveTotalTime: 0.000ns - OpenTime: 714.868ms - ExecTreeOpenTime: 167.900ms - PrepareTime: 341.085us - ExecTreePrepareTime: 156.935us - TotalTime: 0.000ns Hash Join Builder (join_node_id=14):(Total: 945.002ms, non-child: 2.437ms, % non-child: 100.00%) - BuildRows: 459 (459) - BuildRowsPartitionTime: 378.932us - HashTablesBuildTime: 345.510us - InactiveTotalTime: 942.564ms - LargestPartitionPercent: 8 (8) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 7.77 MB (8144000) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 945.002ms Buffer pool: - AllocTime: 63.431us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 7.75 MB (8126464) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 46.337us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 992 (992) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 34.66K (34664) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 33.19K (33185) EXCHANGE_NODE (id=23):(Total: 168.251ms, non-child: 366.411us, % non-child: 100.00%) - ConvertRowBatchTime: 333.602us - InactiveTotalTime: 167.885ms - PeakMemoryUsage: 24.00 KB (24576) - RowsReturned: 459 (459) - RowsReturnedRate: 2.73 K/sec - TotalTime: 168.251ms Buffer pool: - AllocTime: 4.253us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 24.00 KB (24576) - CumulativeAllocations: 2 (2) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 24.00 KB (24576) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 24.00 KB (24576) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 2.055us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - FirstBatchWaitTime: 167.885ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 18.22 KB (18662) - TotalGetBatchTime: 167.897ms - DataWaitTime: 167.885ms - TotalTime: 0.000ns Enqueue: - DeserializeRowBatchTime: 101.440us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 1 (1) - TotalBatchesReceived: 1 (1) - TotalBytesReceived: 6.60 KB (6757) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Fragment F15: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a910000001e (host=tarmstrong-box2:22002):(Total: 1s659ms, non-child: 546.024ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.851 Fragment Instance Lifecycle Event Timeline: 2s029ms - Prepare Finished: 370.793ms (370.793ms) - Open Finished: 1s085ms (714.893ms) - First Batch Produced: 1s086ms (359.036us) - First Batch Sent: 1s086ms (382.393us) - ExecInternal Finished: 2s029ms (943.356ms) - MemoryUsage (500.000ms): 17.12 KB, 7.77 MB, 7.77 MB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s124ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 7.79 MB (8168576) - PeakReservation: 7.75 MB (8126464) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 459 (459) - TotalNetworkReceiveTime: 167.899ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 24 (24) - TotalThreadsTotalWallClockTime: 1s658ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 167.440ms - TotalThreadsVoluntaryContextSwitches: 2 (2) - TotalTime: 1s659ms Fragment Instance Lifecycle Timings: - ExecTime: 944.000ms - ExecTreeExecTime: 354.487us - InactiveTotalTime: 0.000ns - OpenTime: 714.868ms - ExecTreeOpenTime: 167.900ms - PrepareTime: 341.085us - ExecTreePrepareTime: 156.935us - TotalTime: 0.000ns Hash Join Builder (join_node_id=14):(Total: 945.002ms, non-child: 2.437ms, % non-child: 100.00%) ExecOption: Build Side Codegen Enabled, Hash Table Construction Codegen Enabled Runtime filters: 1 of 1 Runtime Filter Published - BuildRows: 459 (459) - BuildRowsPartitionTime: 378.932us - HashTablesBuildTime: 345.510us - InactiveTotalTime: 942.564ms - LargestPartitionPercent: 8 (8) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 7.77 MB (8144000) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 945.002ms Buffer pool: - AllocTime: 63.431us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 7.75 MB (8126464) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 46.337us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 992 (992) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 34.66K (34664) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 33.19K (33185) EXCHANGE_NODE (id=23):(Total: 168.251ms, non-child: 366.411us, % non-child: 100.00%) Node Lifecycle Event Timeline: 1s086ms - Open Started: 916.557ms (916.557ms) - Open Finished: 1s084ms (167.896ms) - First Batch Requested: 1s085ms (1.238ms) - First Batch Returned: 1s086ms (350.878us) - Last Batch Returned: 1s086ms (729.000ns) - Closed: 1s086ms (433.945us) - ConvertRowBatchTime: 333.602us - InactiveTotalTime: 167.885ms - PeakMemoryUsage: 24.00 KB (24576) - RowsReturned: 459 (459) - RowsReturnedRate: 2.73 K/sec - TotalTime: 168.251ms Buffer pool: - AllocTime: 4.253us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 24.00 KB (24576) - CumulativeAllocations: 2 (2) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 24.00 KB (24576) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 24.00 KB (24576) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 2.055us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0 - FirstBatchWaitTime: 167.885ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 18.22 KB (18662) - TotalGetBatchTime: 167.897ms - DataWaitTime: 167.885ms - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0 - DeferredQueueSize (500.000ms): 0 - DispatchTime: (Avg: -46415.000ns ; Min: -46415.000ns ; Max: -46415.000ns ; Number of samples: 1) - DeserializeRowBatchTime: 101.440us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 1 (1) - TotalBatchesReceived: 1 (1) - TotalBytesReceived: 6.60 KB (6757) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Averaged Fragment F09:(Total: 687.665ms, non-child: 594.380ms, % non-child: 100.00%) split sizes: min: 1.16 MB, max: 1.16 MB, avg: 1.16 MB, stddev: 0 completion times: min:2s123ms max:2s123ms mean: 2s123ms stddev:0.000ns execution rates: min:560.56 KB/sec max:560.56 KB/sec mean:560.56 KB/sec stddev:0.00 /sec num instances: 1 - AverageThreadTokens: 1.00 - BytesAssigned: 1.16 MB (1218792) - CompletionTime: 2s123ms - ExchangeScanRatio: 0.01 - ExecutionRate: 560.56 KB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 1.02 MB (1072179) - PeakReservation: 640.00 KB (655360) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 459 (459) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 154.447us - TotalStorageWaitTime: 45.678ms - TotalThreadsInvoluntaryContextSwitches: 74 (74) - TotalThreadsTotalWallClockTime: 687.264ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 195.839ms - TotalThreadsVoluntaryContextSwitches: 5 (5) - TotalTime: 687.665ms Fragment Instance Lifecycle Timings: - ExecTime: 71.863ms - ExecTreeExecTime: 70.794ms - InactiveTotalTime: 0.000ns - OpenTime: 615.412ms - ExecTreeOpenTime: 21.317ms - PrepareTime: 323.429us - ExecTreePrepareTime: 147.250us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=23):(Total: 985.110us, non-child: 830.663us, % non-child: 100.00%) - EosSent: 1 (1) - InactiveTotalTime: 154.447us - PeakMemoryUsage: 7.52 KB (7704) - RowsSent: 459 (459) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 242.837us - TotalBytesSent: 6.60 KB (6757) - TotalTime: 985.110us - UncompressedRowBatchSize: 18.22 KB (18662) HDFS_SCAN_NODE (id=1):(Total: 92.300ms, non-child: 92.300ms, % non-child: 100.00%) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 460.07 KB (471111) - BytesReadDataNodeCache: 0 - BytesReadLocal: 460.07 KB (471111) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 460.07 KB (471111) - CachedFileHandlesHitCount: 3 (3) - CachedFileHandlesMissCount: 1 (1) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 90.111us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 15.899ms - MaxCompressedTextFileLength: 0 - NumColumns: 2 (2) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 5 (5) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 1019.53 KB (1043995) - PerReadThreadRawHdfsThroughput: 10.46 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 50.00K (50000) - RowsReturned: 459 (459) - RowsReturnedRate: 4.97 K/sec - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 45.678ms - TotalRawHdfsOpenFileTime: 3.211ms - TotalRawHdfsReadTime: 42.967ms - TotalReadThroughput: 0.00 /sec - TotalTime: 92.300ms Buffer pool: - AllocTime: 11.374us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 768.00 KB (786432) - CumulativeAllocations: 3 (3) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 640.00 KB (655360) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 640.00 KB (655360) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 2.272us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Fragment F09: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a910000001d (host=tarmstrong-box2:22002):(Total: 687.665ms, non-child: 594.380ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.850 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/1.16 MB Fragment Instance Lifecycle Event Timeline: 1s086ms - Prepare Finished: 398.778ms (398.778ms) - Open Finished: 1s014ms (615.431ms) - First Batch Produced: 1s083ms (69.740ms) - First Batch Sent: 1s084ms (663.818us) - ExecInternal Finished: 1s086ms (1.508ms) - MemoryUsage (500.000ms): 15.52 KB - ThreadUsage (500.000ms): 1 - AverageThreadTokens: 1.00 - BytesAssigned: 1.16 MB (1218792) - CompletionTime: 2s123ms - ExchangeScanRatio: 0.01 - ExecutionRate: 560.56 KB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 1.02 MB (1072179) - PeakReservation: 640.00 KB (655360) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 459 (459) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 154.447us - TotalStorageWaitTime: 45.678ms - TotalThreadsInvoluntaryContextSwitches: 74 (74) - TotalThreadsTotalWallClockTime: 687.264ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 195.839ms - TotalThreadsVoluntaryContextSwitches: 5 (5) - TotalTime: 687.665ms Fragment Instance Lifecycle Timings: - ExecTime: 71.863ms - ExecTreeExecTime: 70.794ms - InactiveTotalTime: 0.000ns - OpenTime: 615.412ms - ExecTreeOpenTime: 21.317ms - PrepareTime: 323.429us - ExecTreePrepareTime: 147.250us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=23):(Total: 985.110us, non-child: 830.663us, % non-child: 100.00%) ExecOption: Unpartitioned Sender Codegen Disabled: not needed - BytesSent (500.000ms): 0 - NetworkThroughput: (Avg: 13.70 MB/sec ; Min: 13.70 MB/sec ; Max: 13.70 MB/sec ; Number of samples: 1) - RpcNetworkTime: (Avg: 432.562us ; Min: 394.755us ; Max: 470.369us ; Number of samples: 2) - RpcRecvrTime: (Avg: -111584.000ns ; Min: -159463.000ns ; Max: -63706.000ns ; Number of samples: 2) - EosSent: 1 (1) - InactiveTotalTime: 154.447us - PeakMemoryUsage: 7.52 KB (7704) - RowsSent: 459 (459) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 242.837us - TotalBytesSent: 6.60 KB (6757) - TotalTime: 985.110us - UncompressedRowBatchSize: 18.22 KB (18662) HDFS_SCAN_NODE (id=1):(Total: 92.300ms, non-child: 92.300ms, % non-child: 100.00%) Table Name: tpcds_parquet.customer_address Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/1.16 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 1 out of 1 Hdfs Read Thread Concurrency Bucket: 0:0% 1:0% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:1 Node Lifecycle Event Timeline: 1s085ms - Closed: 1s085ms (1s085ms) - BytesReadSeries (500.000ms): 0 - FooterProcessingTime: (Avg: 44.683ms ; Min: 44.683ms ; Max: 44.683ms ; Number of samples: 1) - InitialRangeActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 1) - InitialRangeIdealReservation: (Avg: 128.00 KB (131072) ; Min: 128.00 KB (131072) ; Max: 128.00 KB (131072) ; Number of samples: 1) - PageIndexProcessingTime: (Avg: 759.757us ; Min: 759.757us ; Max: 759.757us ; Number of samples: 1) - ParquetCompressedBytesReadPerColumn: (Avg: 92.79 KB (95021) ; Min: 68.28 KB (69917) ; Max: 117.31 KB (120126) ; Number of samples: 2) - ParquetCompressedPageSize: (Avg: 37.12 KB (38008) ; Min: 1.92 KB (1968) ; Max: 66.36 KB (67949) ; Number of samples: 5) - ParquetRowGroupActualReservation: (Avg: 640.00 KB (655360) ; Min: 640.00 KB (655360) ; Max: 640.00 KB (655360) ; Number of samples: 1) - ParquetRowGroupIdealReservation: (Avg: 640.00 KB (655360) ; Min: 640.00 KB (655360) ; Max: 640.00 KB (655360) ; Number of samples: 1) - ParquetUncompressedBytesReadPerColumn: (Avg: 93.42 KB (95661) ; Min: 69.55 KB (71216) ; Max: 117.29 KB (120106) ; Number of samples: 2) - ParquetUncompressedPageSize: (Avg: 37.37 KB (38264) ; Min: 1.92 KB (1968) ; Max: 67.62 KB (69248) ; Number of samples: 5) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 460.07 KB (471111) - BytesReadDataNodeCache: 0 - BytesReadLocal: 460.07 KB (471111) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 460.07 KB (471111) - CachedFileHandlesHitCount: 3 (3) - CachedFileHandlesMissCount: 1 (1) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 90.111us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 15.899ms - MaxCompressedTextFileLength: 0 - NumColumns: 2 (2) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 5 (5) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 1019.53 KB (1043995) - PerReadThreadRawHdfsThroughput: 10.46 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 50.00K (50000) - RowsReturned: 459 (459) - RowsReturnedRate: 4.97 K/sec - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 45.678ms - TotalRawHdfsOpenFileTime: 3.211ms - TotalRawHdfsReadTime: 42.967ms - TotalReadThroughput: 0.00 /sec - TotalTime: 92.300ms Buffer pool: - AllocTime: 11.374us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 768.00 KB (786432) - CumulativeAllocations: 3 (3) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 640.00 KB (655360) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 640.00 KB (655360) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 2.272us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Averaged Fragment F16:(Total: 1s626ms, non-child: 494.627ms, % non-child: 100.00%) split sizes: min: 0, max: 0, avg: 0, stddev: 0 completion times: min:2s116ms max:2s116ms mean: 2s116ms stddev:0.000ns execution rates: min:0.00 /sec max:0.00 /sec mean:0.00 /sec stddev:0.00 /sec num instances: 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s116ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 11.91 MB (12485760) - PeakReservation: 11.50 MB (12058624) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 35.41K (35409) - TotalNetworkReceiveTime: 214.034ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 72 (72) - TotalThreadsTotalWallClockTime: 1s626ms - TotalThreadsSysTime: 11.856ms - TotalThreadsUserTime: 193.148ms - TotalThreadsVoluntaryContextSwitches: 7 (7) - TotalTime: 1s626ms Fragment Instance Lifecycle Timings: - ExecTime: 979.585ms - ExecTreeExecTime: 132.939ms - InactiveTotalTime: 0.000ns - OpenTime: 647.010ms - ExecTreeOpenTime: 151.777ms - PrepareTime: 327.269us - ExecTreePrepareTime: 154.844us - TotalTime: 0.000ns Hash Join Builder (join_node_id=13):(Total: 847.681ms, non-child: 25.252ms, % non-child: 100.00%) - BuildRows: 35.41K (35409) - BuildRowsPartitionTime: 6.618ms - HashTablesBuildTime: 16.874ms - InactiveTotalTime: 822.429ms - LargestPartitionPercent: 6 (6) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 11.52 MB (12076160) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 847.681ms Buffer pool: - AllocTime: 155.314us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 4.00 MB (4194304) - CumulativeAllocations: 32 (32) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 11.50 MB (12058624) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 4.00 MB (4194304) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 117.894us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 65.54K (65536) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 68.10K (68103) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 29.95K (29947) EXCHANGE_NODE (id=22):(Total: 284.671ms, non-child: 70.977ms, % non-child: 100.00%) - ConvertRowBatchTime: 70.304ms - InactiveTotalTime: 213.693ms - PeakMemoryUsage: 400.00 KB (409600) - RowsReturned: 35.41K (35409) - RowsReturnedRate: 124.39 K/sec - TotalTime: 284.671ms Buffer pool: - AllocTime: 178.088us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 832.00 KB (851968) - CumulativeAllocations: 70 (70) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 400.00 KB (409600) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 400.00 KB (409600) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 64.412us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - FirstBatchWaitTime: 151.761ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 726.16 KB (743589) - TotalGetBatchTime: 214.010ms - DataWaitTime: 213.693ms - TotalTime: 0.000ns Enqueue: - DeserializeRowBatchTime: 1.250ms - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 35 (35) - TotalBatchesReceived: 35 (35) - TotalBytesReceived: 575.55 KB (589364) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Fragment F16: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000020 (host=tarmstrong-box2:22002):(Total: 1s626ms, non-child: 494.627ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.843 Fragment Instance Lifecycle Event Timeline: 2s029ms - Prepare Finished: 403.067ms (403.067ms) - Open Finished: 1s050ms (647.024ms) - First Batch Produced: 1s050ms (774.244us) - First Batch Sent: 1s051ms (394.721us) - ExecInternal Finished: 2s029ms (978.505ms) - MemoryUsage (500.000ms): 17.12 KB, 11.52 MB, 11.52 MB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s116ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 11.91 MB (12485760) - PeakReservation: 11.50 MB (12058624) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 35.41K (35409) - TotalNetworkReceiveTime: 214.034ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 72 (72) - TotalThreadsTotalWallClockTime: 1s626ms - TotalThreadsSysTime: 11.856ms - TotalThreadsUserTime: 193.148ms - TotalThreadsVoluntaryContextSwitches: 7 (7) - TotalTime: 1s626ms Fragment Instance Lifecycle Timings: - ExecTime: 979.585ms - ExecTreeExecTime: 132.939ms - InactiveTotalTime: 0.000ns - OpenTime: 647.010ms - ExecTreeOpenTime: 151.777ms - PrepareTime: 327.269us - ExecTreePrepareTime: 154.844us - TotalTime: 0.000ns Hash Join Builder (join_node_id=13):(Total: 847.681ms, non-child: 25.252ms, % non-child: 100.00%) ExecOption: Build Side Codegen Enabled, Hash Table Construction Codegen Enabled Runtime filters: 1 of 1 Runtime Filter Published - BuildRows: 35.41K (35409) - BuildRowsPartitionTime: 6.618ms - HashTablesBuildTime: 16.874ms - InactiveTotalTime: 822.429ms - LargestPartitionPercent: 6 (6) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 11.52 MB (12076160) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 847.681ms Buffer pool: - AllocTime: 155.314us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 4.00 MB (4194304) - CumulativeAllocations: 32 (32) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 11.50 MB (12058624) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 4.00 MB (4194304) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 117.894us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 65.54K (65536) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 68.10K (68103) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 29.95K (29947) EXCHANGE_NODE (id=22):(Total: 284.671ms, non-child: 70.977ms, % non-child: 100.00%) Node Lifecycle Event Timeline: 1s190ms - Open Started: 897.146ms (897.146ms) - Open Finished: 1s048ms (151.773ms) - First Batch Requested: 1s050ms (1.177ms) - First Batch Returned: 1s050ms (767.296us) - Last Batch Returned: 1s189ms (138.992ms) - Closed: 1s190ms (230.701us) - ConvertRowBatchTime: 70.304ms - InactiveTotalTime: 213.693ms - PeakMemoryUsage: 400.00 KB (409600) - RowsReturned: 35.41K (35409) - RowsReturnedRate: 124.39 K/sec - TotalTime: 284.671ms Buffer pool: - AllocTime: 178.088us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 832.00 KB (851968) - CumulativeAllocations: 70 (70) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 400.00 KB (409600) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 400.00 KB (409600) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 64.412us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0 - FirstBatchWaitTime: 151.761ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 726.16 KB (743589) - TotalGetBatchTime: 214.010ms - DataWaitTime: 213.693ms - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0 - DeferredQueueSize (500.000ms): 0 - DispatchTime: (Avg: -84386.000ns ; Min: -1128675.000ns ; Max: -37943.000ns ; Number of samples: 35) - DeserializeRowBatchTime: 1.250ms - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 35 (35) - TotalBatchesReceived: 35 (35) - TotalBytesReceived: 575.55 KB (589364) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Averaged Fragment F08:(Total: 1s035ms, non-child: 298.062ms, % non-child: 100.00%) split sizes: min: 5.49 MB, max: 5.49 MB, avg: 5.49 MB, stddev: 0 completion times: min:2s122ms max:2s122ms mean: 2s122ms stddev:0.000ns execution rates: min:2.58 MB/sec max:2.58 MB/sec mean:2.58 MB/sec stddev:0.00 /sec num instances: 1 - AverageThreadTokens: 1.00 - BytesAssigned: 5.49 MB (5753004) - CompletionTime: 2s122ms - ExchangeScanRatio: 0.41 - ExecutionRate: 2.58 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.70 MB (2831586) - PeakReservation: 2.00 MB (2097152) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 35.41K (35409) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 5.639ms - TotalStorageWaitTime: 56.484ms - TotalThreadsInvoluntaryContextSwitches: 282 (282) - TotalThreadsTotalWallClockTime: 1s031ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 118.242ms - TotalThreadsVoluntaryContextSwitches: 14 (14) - TotalTime: 1s035ms Fragment Instance Lifecycle Timings: - ExecTime: 174.824ms - ExecTreeExecTime: 115.904ms - InactiveTotalTime: 0.000ns - OpenTime: 856.975ms - ExecTreeOpenTime: 562.365ms - PrepareTime: 3.333ms - ExecTreePrepareTime: 178.915us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=22):(Total: 58.643ms, non-child: 53.003ms, % non-child: 100.00%) - EosSent: 1 (1) - InactiveTotalTime: 5.639ms - PeakMemoryUsage: 9.84 KB (10080) - RowsSent: 35.41K (35409) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 47.324ms - TotalBytesSent: 575.55 KB (589364) - TotalTime: 58.643ms - UncompressedRowBatchSize: 726.16 KB (743589) HDFS_SCAN_NODE (id=0):(Total: 678.488ms, non-child: 678.488ms, % non-child: 100.00%) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 1.38 MB (1451994) - BytesReadDataNodeCache: 0 - BytesReadLocal: 1.38 MB (1451994) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 1.38 MB (1451994) - CachedFileHandlesHitCount: 1 (1) - CachedFileHandlesMissCount: 3 (3) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 339.879us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 44.197ms - MaxCompressedTextFileLength: 0 - NumColumns: 3 (3) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 17 (17) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 2.67 MB (2803476) - PerReadThreadRawHdfsThroughput: 23.47 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 100.00K (100000) - RowsReturned: 35.41K (35409) - RowsReturnedRate: 52.19 K/sec - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 56.484ms - TotalRawHdfsOpenFileTime: 15.231ms - TotalRawHdfsReadTime: 58.992ms - TotalReadThroughput: 0.00 /sec - TotalTime: 678.488ms Buffer pool: - AllocTime: 35.668us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.62 MB (1703936) - CumulativeAllocations: 4 (4) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 2.00 MB (2097152) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.50 MB (1572864) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 24.694us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 10 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 65.18K (65184) - Rows rejected: 64.59K (64591) - Rows total: 100.00K (100000) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Fragment F08: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a910000001f (host=tarmstrong-box2:22002):(Total: 1s035ms, non-child: 298.062ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.849 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/5.49 MB Fragment Instance Lifecycle Event Timeline: 1s152ms - Prepare Finished: 120.735ms (120.735ms) - Open Finished: 977.726ms (856.990ms) - First Batch Produced: 1s048ms (70.539ms) - First Batch Sent: 1s048ms (411.304us) - ExecInternal Finished: 1s152ms (103.933ms) - MemoryUsage (500.000ms): 17.84 KB, 2.02 MB - ThreadUsage (500.000ms): 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 5.49 MB (5753004) - CompletionTime: 2s122ms - ExchangeScanRatio: 0.41 - ExecutionRate: 2.58 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 2.70 MB (2831586) - PeakReservation: 2.00 MB (2097152) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 35.41K (35409) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 5.639ms - TotalStorageWaitTime: 56.484ms - TotalThreadsInvoluntaryContextSwitches: 282 (282) - TotalThreadsTotalWallClockTime: 1s031ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 118.242ms - TotalThreadsVoluntaryContextSwitches: 14 (14) - TotalTime: 1s035ms Fragment Instance Lifecycle Timings: - ExecTime: 174.824ms - ExecTreeExecTime: 115.904ms - InactiveTotalTime: 0.000ns - OpenTime: 856.975ms - ExecTreeOpenTime: 562.365ms - PrepareTime: 3.333ms - ExecTreePrepareTime: 178.915us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=22):(Total: 58.643ms, non-child: 53.003ms, % non-child: 100.00%) ExecOption: Unpartitioned Sender Codegen Disabled: not needed - BytesSent (500.000ms): 0, 0 - NetworkThroughput: (Avg: 42.68 MB/sec ; Min: 5.18 MB/sec ; Max: 58.38 MB/sec ; Number of samples: 35) - RpcNetworkTime: (Avg: 516.890us ; Min: 279.498us ; Max: 3.133ms ; Number of samples: 36) - RpcRecvrTime: (Avg: -125898.000ns ; Min: -1167873.000ns ; Max: -58076.000ns ; Number of samples: 36) - EosSent: 1 (1) - InactiveTotalTime: 5.639ms - PeakMemoryUsage: 9.84 KB (10080) - RowsSent: 35.41K (35409) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 47.324ms - TotalBytesSent: 575.55 KB (589364) - TotalTime: 58.643ms - UncompressedRowBatchSize: 726.16 KB (743589) HDFS_SCAN_NODE (id=0):(Total: 678.488ms, non-child: 678.488ms, % non-child: 100.00%) Table Name: tpcds_parquet.customer Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/5.49 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 1 out of 1 Runtime filters: Not all filters arrived (arrived: [], missing [10]), waited for 562ms. Arrival delay: 1s000ms. Hdfs Read Thread Concurrency Bucket: 0:100% 1:0% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:1 Node Lifecycle Event Timeline: 1s152ms - Closed: 1s152ms (1s152ms) - BytesReadSeries (500.000ms): 0, 0 - FooterProcessingTime: (Avg: 52.666ms ; Min: 52.666ms ; Max: 52.666ms ; Number of samples: 1) - InitialRangeActualReservation: (Avg: 2.00 MB (2097152) ; Min: 2.00 MB (2097152) ; Max: 2.00 MB (2097152) ; Number of samples: 1) - InitialRangeIdealReservation: (Avg: 128.00 KB (131072) ; Min: 128.00 KB (131072) ; Max: 128.00 KB (131072) ; Number of samples: 1) - PageIndexProcessingTime: 0.000ns (Number of samples: 0) - ParquetCompressedBytesReadPerColumn: (Avg: 282.91 KB (289704) ; Min: 230.56 KB (236098) ; Max: 312.67 KB (320170) ; Number of samples: 3) - ParquetCompressedPageSize: (Avg: 49.93 KB (51124) ; Min: 14.09 KB (14428) ; Max: 67.04 KB (68644) ; Number of samples: 17) - ParquetRowGroupActualReservation: (Avg: 2.00 MB (2097152) ; Min: 2.00 MB (2097152) ; Max: 2.00 MB (2097152) ; Number of samples: 1) - ParquetRowGroupIdealReservation: (Avg: 1.50 MB (1572864) ; Min: 1.50 MB (1572864) ; Max: 1.50 MB (1572864) ; Number of samples: 1) - ParquetUncompressedBytesReadPerColumn: (Avg: 283.62 KB (290426) ; Min: 230.54 KB (236068) ; Max: 312.63 KB (320130) ; Number of samples: 3) - ParquetUncompressedPageSize: (Avg: 50.05 KB (51251) ; Min: 14.08 KB (14423) ; Max: 67.90 KB (69525) ; Number of samples: 17) - AverageHdfsReadThreadConcurrency: 0.00 - BytesRead: 1.38 MB (1451994) - BytesReadDataNodeCache: 0 - BytesReadLocal: 1.38 MB (1451994) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 1.38 MB (1451994) - CachedFileHandlesHitCount: 1 (1) - CachedFileHandlesMissCount: 3 (3) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 339.879us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 44.197ms - MaxCompressedTextFileLength: 0 - NumColumns: 3 (3) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 17 (17) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 0 (0) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 2.67 MB (2803476) - PerReadThreadRawHdfsThroughput: 23.47 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 100.00K (100000) - RowsReturned: 35.41K (35409) - RowsReturnedRate: 52.19 K/sec - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 56.484ms - TotalRawHdfsOpenFileTime: 15.231ms - TotalRawHdfsReadTime: 58.992ms - TotalReadThroughput: 0.00 /sec - TotalTime: 678.488ms Buffer pool: - AllocTime: 35.668us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.62 MB (1703936) - CumulativeAllocations: 4 (4) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 2.00 MB (2097152) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.50 MB (1572864) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 24.694us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Filter 10 (1.00 MB): - Files processed: 0 (0) - Files rejected: 0 (0) - Files total: 0 (0) - InactiveTotalTime: 0.000ns - RowGroups processed: 0 (0) - RowGroups rejected: 0 (0) - RowGroups total: 0 (0) - Rows processed: 65.18K (65184) - Rows rejected: 64.59K (64591) - Rows total: 100.00K (100000) - Splits processed: 0 (0) - Splits rejected: 0 (0) - Splits total: 0 (0) - TotalTime: 0.000ns Averaged Fragment F17:(Total: 1s469ms, non-child: 676.493ms, % non-child: 100.00%) split sizes: min: 0, max: 0, avg: 0, stddev: 0 completion times: min:2s114ms max:2s161ms mean: 2s132ms stddev:20.799ms execution rates: min:0.00 /sec max:0.00 /sec mean:0.00 /sec stddev:0.00 /sec num instances: 3 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s132ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 7.78 MB (8160384) - PeakReservation: 7.75 MB (8126464) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 72.64 MB (76167606) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 34.744ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 179 (179) - TotalThreadsTotalWallClockTime: 1s469ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 169.094ms - TotalThreadsVoluntaryContextSwitches: 4 (4) - TotalTime: 1s469ms Fragment Instance Lifecycle Timings: - ExecTime: 763.040ms - ExecTreeExecTime: 6.855ms - InactiveTotalTime: 0.000ns - OpenTime: 706.171ms - ExecTreeOpenTime: 28.999ms - PrepareTime: 328.542us - ExecTreePrepareTime: 155.947us - TotalTime: 0.000ns Hash Join Builder (join_node_id=5):(Total: 757.256ms, non-child: 2.875ms, % non-child: 100.00%) - BuildRows: 120 (120) - BuildRowsPartitionTime: 502.016us - HashTablesBuildTime: 786.131us - InactiveTotalTime: 754.380ms - LargestPartitionPercent: 6 (6) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 7.77 MB (8144000) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 757.256ms Buffer pool: - AllocTime: 44.471us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 7.75 MB (8126464) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 27.874us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 256 (256) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 36.43K (36434) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 29.63K (29631) EXCHANGE_NODE (id=21):(Total: 35.851ms, non-child: 1.123ms, % non-child: 100.00%) - ConvertRowBatchTime: 831.375us - InactiveTotalTime: 34.727ms - PeakMemoryUsage: 16.00 KB (16384) - RowsReturned: 120 (120) - RowsReturnedRate: 15.34 K/sec - TotalTime: 35.851ms Buffer pool: - AllocTime: 3.785us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 16.00 KB (16384) - CumulativeAllocations: 2 (2) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 16.00 KB (16384) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 16.00 KB (16384) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 1.338us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - FirstBatchWaitTime: 28.727ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 2.46 KB (2520) - TotalGetBatchTime: 34.741ms - DataWaitTime: 34.727ms - TotalTime: 0.000ns Enqueue: - DeserializeRowBatchTime: 22.795us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 1 (1) - TotalBatchesReceived: 1 (1) - TotalBytesReceived: 991.00 B (991) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Fragment F17: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000022 (host=tarmstrong-box2:22002):(Total: 1s495ms, non-child: 682.779ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.847 Fragment Instance Lifecycle Event Timeline: 1s603ms - Prepare Finished: 107.705ms (107.705ms) - Open Finished: 807.904ms (700.199ms) - First Batch Produced: 810.674ms (2.769ms) - First Batch Sent: 810.925ms (251.729us) - ExecInternal Finished: 1s603ms (792.385ms) - MemoryUsage (500.000ms): 17.12 KB, 17.12 KB, 7.77 MB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s120ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 7.78 MB (8160384) - PeakReservation: 7.75 MB (8126464) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 19.084ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 28 (28) - TotalThreadsTotalWallClockTime: 1s495ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 166.710ms - TotalThreadsVoluntaryContextSwitches: 4 (4) - TotalTime: 1s495ms Fragment Instance Lifecycle Timings: - ExecTime: 795.233ms - ExecTreeExecTime: 2.765ms - InactiveTotalTime: 0.000ns - OpenTime: 700.184ms - ExecTreeOpenTime: 16.432ms - PrepareTime: 319.789us - ExecTreePrepareTime: 145.889us - TotalTime: 0.000ns Hash Join Builder (join_node_id=5):(Total: 793.825ms, non-child: 2.171ms, % non-child: 100.00%) ExecOption: Build Side Codegen Enabled, Hash Table Construction Codegen Enabled Runtime filters: 1 of 1 Runtime Filter Published - BuildRows: 120 (120) - BuildRowsPartitionTime: 247.624us - HashTablesBuildTime: 297.780us - InactiveTotalTime: 791.653ms - LargestPartitionPercent: 6 (6) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 7.77 MB (8144000) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 793.825ms Buffer pool: - AllocTime: 52.594us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 7.75 MB (8126464) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 34.955us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 256 (256) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 37.38K (37383) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 30.28K (30278) EXCHANGE_NODE (id=21):(Total: 19.194ms, non-child: 125.164us, % non-child: 100.00%) Node Lifecycle Event Timeline: 810.966ms - Open Started: 790.320ms (790.320ms) - Open Finished: 806.747ms (16.426ms) - First Batch Requested: 807.909ms (1.162ms) - First Batch Returned: 810.671ms (2.761ms) - Last Batch Returned: 810.671ms (789.000ns) - Closed: 810.966ms (294.135us) - ConvertRowBatchTime: 90.352us - InactiveTotalTime: 19.069ms - PeakMemoryUsage: 16.00 KB (16384) - RowsReturned: 120 (120) - RowsReturnedRate: 6.25 K/sec - TotalTime: 19.194ms Buffer pool: - AllocTime: 3.865us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 16.00 KB (16384) - CumulativeAllocations: 2 (2) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 16.00 KB (16384) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 16.00 KB (16384) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 0.000ns - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0 - FirstBatchWaitTime: 16.415ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 2.46 KB (2520) - TotalGetBatchTime: 19.081ms - DataWaitTime: 19.069ms - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0 - DeferredQueueSize (500.000ms): 0, 0 - DispatchTime: (Avg: -43837.000ns ; Min: -43837.000ns ; Max: -43837.000ns ; Number of samples: 1) - DeserializeRowBatchTime: 25.150us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 1 (1) - TotalBatchesReceived: 1 (1) - TotalBytesReceived: 991.00 B (991) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000024 (host=tarmstrong-box2:22001):(Total: 1s460ms, non-child: 603.301ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.837 Fragment Instance Lifecycle Event Timeline: 1s586ms - Prepare Finished: 126.572ms (126.572ms) - Open Finished: 800.293ms (673.720ms) - First Batch Produced: 815.749ms (15.456ms) - First Batch Sent: 815.986ms (236.942us) - ExecInternal Finished: 1s586ms (770.599ms) - MemoryUsage (500.000ms): 17.12 KB, 17.12 KB, 7.77 MB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s114ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 7.78 MB (8160384) - PeakReservation: 7.75 MB (8126464) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.26 MB (62142600) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 85.126ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 34 (34) - TotalThreadsTotalWallClockTime: 1s459ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 164.187ms - TotalThreadsVoluntaryContextSwitches: 6 (6) - TotalTime: 1s460ms Fragment Instance Lifecycle Timings: - ExecTime: 786.132ms - ExecTreeExecTime: 15.452ms - InactiveTotalTime: 0.000ns - OpenTime: 673.710ms - ExecTreeOpenTime: 69.782ms - PrepareTime: 309.197us - ExecTreePrepareTime: 146.389us - TotalTime: 0.000ns Hash Join Builder (join_node_id=5):(Total: 771.675ms, non-child: 1.780ms, % non-child: 100.00%) ExecOption: Build Side Codegen Enabled, Hash Table Construction Codegen Enabled Runtime filters: 1 of 1 Runtime Filter Published - BuildRows: 120 (120) - BuildRowsPartitionTime: 232.059us - HashTablesBuildTime: 241.925us - InactiveTotalTime: 769.894ms - LargestPartitionPercent: 6 (6) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 7.77 MB (8144000) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 771.675ms Buffer pool: - AllocTime: 40.208us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 7.75 MB (8126464) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 25.601us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 256 (256) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 37.42K (37422) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 29.95K (29951) EXCHANGE_NODE (id=21):(Total: 85.231ms, non-child: 118.244us, % non-child: 100.00%) Node Lifecycle Event Timeline: 816.062ms - Open Started: 729.738ms (729.738ms) - Open Finished: 799.516ms (69.778ms) - First Batch Requested: 800.297ms (780.655us) - First Batch Returned: 815.746ms (15.448ms) - Last Batch Returned: 815.747ms (894.000ns) - Closed: 816.062ms (315.373us) - ConvertRowBatchTime: 88.978us - InactiveTotalTime: 85.113ms - PeakMemoryUsage: 16.00 KB (16384) - RowsReturned: 120 (120) - RowsReturnedRate: 1.41 K/sec - TotalTime: 85.231ms Buffer pool: - AllocTime: 3.870us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 16.00 KB (16384) - CumulativeAllocations: 2 (2) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 16.00 KB (16384) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 16.00 KB (16384) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 2.258us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0 - FirstBatchWaitTime: 69.768ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 2.46 KB (2520) - TotalGetBatchTime: 85.123ms - DataWaitTime: 85.113ms - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0 - DeferredQueueSize (500.000ms): 0, 0 - DispatchTime: (Avg: -200452.000ns ; Min: -200452.000ns ; Max: -200452.000ns ; Number of samples: 1) - DeserializeRowBatchTime: 21.122us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 1 (1) - TotalBatchesReceived: 1 (1) - TotalBytesReceived: 991.00 B (991) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000023 (host=tarmstrong-box2:22000):(Total: 1s452ms, non-child: 743.399ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.890 Fragment Instance Lifecycle Event Timeline: 1s549ms - Prepare Finished: 96.932ms (96.932ms) - Open Finished: 841.564ms (744.631ms) - First Batch Produced: 843.919ms (2.355ms) - First Batch Sent: 844.950ms (1.030ms) - ExecInternal Finished: 1s549ms (704.536ms) - MemoryUsage (500.000ms): 17.12 KB, 17.12 KB, 7.77 MB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s161ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 7.78 MB (8160384) - PeakReservation: 7.75 MB (8126464) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.92 MB (62834824) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 22.266us - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 475 (475) - TotalThreadsTotalWallClockTime: 1s452ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 176.386ms - TotalThreadsVoluntaryContextSwitches: 2 (2) - TotalTime: 1s452ms Fragment Instance Lifecycle Timings: - ExecTime: 707.755ms - ExecTreeExecTime: 2.348ms - InactiveTotalTime: 0.000ns - OpenTime: 744.618ms - ExecTreeOpenTime: 782.813us - PrepareTime: 356.642us - ExecTreePrepareTime: 175.563us - TotalTime: 0.000ns Hash Join Builder (join_node_id=5):(Total: 706.268ms, non-child: 4.674ms, % non-child: 100.00%) ExecOption: Build Side Codegen Enabled, Hash Table Construction Codegen Enabled Runtime filters: 1 of 1 Runtime Filter Published - BuildRows: 120 (120) - BuildRowsPartitionTime: 1.026ms - HashTablesBuildTime: 1.818ms - InactiveTotalTime: 701.593ms - LargestPartitionPercent: 6 (6) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 7.77 MB (8144000) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 706.268ms Buffer pool: - AllocTime: 40.612us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 7.75 MB (8126464) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 23.067us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 256 (256) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 34.50K (34499) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 28.67K (28666) EXCHANGE_NODE (id=21):(Total: 3.127ms, non-child: 3.127ms, % non-child: 100.00%) Node Lifecycle Event Timeline: 845.632ms - Open Started: 839.508ms (839.508ms) - Open Finished: 840.286ms (778.564us) - First Batch Requested: 841.571ms (1.284ms) - First Batch Returned: 843.915ms (2.344ms) - Last Batch Returned: 843.916ms (1.020us) - Closed: 845.632ms (1.715ms) - ConvertRowBatchTime: 2.314ms - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 16.00 KB (16384) - RowsReturned: 120 (120) - RowsReturnedRate: 38.37 K/sec - TotalTime: 3.127ms Buffer pool: - AllocTime: 3.621us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 16.00 KB (16384) - CumulativeAllocations: 2 (2) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 16.00 KB (16384) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 16.00 KB (16384) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 1.757us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0 - FirstBatchWaitTime: 0.000ns - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 2.46 KB (2520) - TotalGetBatchTime: 19.873us - DataWaitTime: 0.000ns - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0 - DeferredQueueSize (500.000ms): 0, 0 - DispatchTime: (Avg: -149691.000ns ; Min: -149691.000ns ; Max: -149691.000ns ; Number of samples: 1) - DeserializeRowBatchTime: 22.115us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 1 (1) - TotalBatchesReceived: 1 (1) - TotalBytesReceived: 991.00 B (991) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Averaged Fragment F06:(Total: 730.076ms, non-child: 304.954ms, % non-child: 100.00%) split sizes: min: 2.15 MB, max: 2.15 MB, avg: 2.15 MB, stddev: 0 completion times: min:2s124ms max:2s124ms mean: 2s124ms stddev:0.000ns execution rates: min:1.01 MB/sec max:1.01 MB/sec mean:1.01 MB/sec stddev:0.00 /sec num instances: 1 - AverageThreadTokens: 1.00 - BytesAssigned: 2.15 MB (2258978) - CompletionTime: 2s124ms - ExchangeScanRatio: 0.01 - ExecutionRate: 1.01 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 890.86 KB (912244) - PeakReservation: 528.00 KB (540672) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 22.370ms - TotalStorageWaitTime: 368.405ms - TotalThreadsInvoluntaryContextSwitches: 35 (35) - TotalThreadsTotalWallClockTime: 729.626ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 91.594ms - TotalThreadsVoluntaryContextSwitches: 15 (15) - TotalTime: 730.076ms Fragment Instance Lifecycle Timings: - ExecTime: 408.861ms - ExecTreeExecTime: 385.798ms - InactiveTotalTime: 0.000ns - OpenTime: 320.777ms - ExecTreeOpenTime: 16.438ms - PrepareTime: 373.628us - ExecTreePrepareTime: 154.327us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=21):(Total: 22.686ms, non-child: 315.658us, % non-child: 100.00%) - EosSent: 3 (3) - InactiveTotalTime: 22.370ms - PeakMemoryUsage: 29.53 KB (30240) - RowsSent: 120 (120) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 47.757us - TotalBytesSent: 2.90 KB (2973) - TotalTime: 22.686ms - UncompressedRowBatchSize: 7.38 KB (7560) HDFS_SCAN_NODE (id=4):(Total: 402.435ms, non-child: 402.435ms, % non-child: 100.00%) - AverageHdfsReadThreadConcurrency: 1.00 - BytesRead: 466.80 KB (478008) - BytesReadDataNodeCache: 0 - BytesReadLocal: 466.80 KB (478008) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 466.80 KB (478008) - CachedFileHandlesHitCount: 2 (2) - CachedFileHandlesMissCount: 3 (3) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 90.276us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 10.182ms - MaxCompressedTextFileLength: 0 - NumColumns: 3 (3) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 8 (8) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 2 (2) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 853.33 KB (873812) - PerReadThreadRawHdfsThroughput: 1.25 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 65.10K (65100) - RowsReturned: 120 (120) - RowsReturnedRate: 298.00 /sec - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 368.405ms - TotalRawHdfsOpenFileTime: 19.935ms - TotalRawHdfsReadTime: 365.156ms - TotalReadThroughput: 0.00 /sec - TotalTime: 402.435ms Buffer pool: - AllocTime: 32.631us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 656.00 KB (671744) - CumulativeAllocations: 4 (4) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 528.00 KB (540672) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 528.00 KB (540672) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 23.948us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Fragment F06: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000021 (host=tarmstrong-box2:22002):(Total: 730.076ms, non-child: 304.954ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.851 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/2.15 MB Fragment Instance Lifecycle Event Timeline: 811.118ms - Prepare Finished: 81.415ms (81.415ms) - Open Finished: 402.211ms (320.796ms) - First Batch Produced: 787.731ms (385.519ms) - First Batch Sent: 787.905ms (174.336us) - ExecInternal Finished: 811.118ms (23.212ms) - MemoryUsage (500.000ms): 37.53 KB, 561.53 KB - ThreadUsage (500.000ms): 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 2.15 MB (2258978) - CompletionTime: 2s124ms - ExchangeScanRatio: 0.01 - ExecutionRate: 1.01 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 890.86 KB (912244) - PeakReservation: 528.00 KB (540672) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 22.370ms - TotalStorageWaitTime: 368.405ms - TotalThreadsInvoluntaryContextSwitches: 35 (35) - TotalThreadsTotalWallClockTime: 729.626ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 91.594ms - TotalThreadsVoluntaryContextSwitches: 15 (15) - TotalTime: 730.076ms Fragment Instance Lifecycle Timings: - ExecTime: 408.861ms - ExecTreeExecTime: 385.798ms - InactiveTotalTime: 0.000ns - OpenTime: 320.777ms - ExecTreeOpenTime: 16.438ms - PrepareTime: 373.628us - ExecTreePrepareTime: 154.327us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=21):(Total: 22.686ms, non-child: 315.658us, % non-child: 100.00%) ExecOption: Unpartitioned Sender Codegen Disabled: not needed - BytesSent (500.000ms): 0, 0 - NetworkThroughput: (Avg: 103.03 KB/sec ; Min: 49.01 KB/sec ; Max: 195.40 KB/sec ; Number of samples: 3) - RpcNetworkTime: (Avg: 7.389ms ; Min: 813.317us ; Max: 19.745ms ; Number of samples: 6) - RpcRecvrTime: (Avg: -112071.000ns ; Min: -230748.000ns ; Max: -53054.000ns ; Number of samples: 6) - EosSent: 3 (3) - InactiveTotalTime: 22.370ms - PeakMemoryUsage: 29.53 KB (30240) - RowsSent: 120 (120) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 47.757us - TotalBytesSent: 2.90 KB (2973) - TotalTime: 22.686ms - UncompressedRowBatchSize: 7.38 KB (7560) HDFS_SCAN_NODE (id=4):(Total: 402.435ms, non-child: 402.435ms, % non-child: 100.00%) Table Name: tpcds_parquet.date_dim Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/2.15 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 1 out of 1 Hdfs Read Thread Concurrency Bucket: 0:0% 1:100% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:1 Node Lifecycle Event Timeline: 788.627ms - Closed: 788.627ms (788.627ms) - BytesReadSeries (500.000ms): 0, 0 - FooterProcessingTime: (Avg: 351.654ms ; Min: 351.654ms ; Max: 351.654ms ; Number of samples: 1) - InitialRangeActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 1) - InitialRangeIdealReservation: (Avg: 128.00 KB (131072) ; Min: 128.00 KB (131072) ; Max: 128.00 KB (131072) ; Number of samples: 1) - PageIndexProcessingTime: (Avg: 1.637ms ; Min: 1.637ms ; Max: 1.637ms ; Number of samples: 1) - ParquetCompressedBytesReadPerColumn: (Avg: 69.02 KB (70678) ; Min: 270.00 B (270) ; Max: 206.26 KB (211213) ; Number of samples: 3) - ParquetCompressedPageSize: (Avg: 34.51 KB (35339) ; Min: 270.00 B (270) ; Max: 64.14 KB (65683) ; Number of samples: 6) - ParquetRowGroupActualReservation: (Avg: 528.00 KB (540672) ; Min: 528.00 KB (540672) ; Max: 528.00 KB (540672) ; Number of samples: 1) - ParquetRowGroupIdealReservation: (Avg: 528.00 KB (540672) ; Min: 528.00 KB (540672) ; Max: 528.00 KB (540672) ; Number of samples: 1) - ParquetUncompressedBytesReadPerColumn: (Avg: 70.49 KB (72181) ; Min: 546.00 B (546) ; Max: 206.24 KB (211186) ; Number of samples: 3) - ParquetUncompressedPageSize: (Avg: 35.24 KB (36090) ; Min: 546.00 B (546) ; Max: 64.14 KB (65675) ; Number of samples: 6) - AverageHdfsReadThreadConcurrency: 1.00 - BytesRead: 466.80 KB (478008) - BytesReadDataNodeCache: 0 - BytesReadLocal: 466.80 KB (478008) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 466.80 KB (478008) - CachedFileHandlesHitCount: 2 (2) - CachedFileHandlesMissCount: 3 (3) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 90.276us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 10.182ms - MaxCompressedTextFileLength: 0 - NumColumns: 3 (3) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 8 (8) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 2 (2) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 853.33 KB (873812) - PerReadThreadRawHdfsThroughput: 1.25 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 65.10K (65100) - RowsReturned: 120 (120) - RowsReturnedRate: 298.00 /sec - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 368.405ms - TotalRawHdfsOpenFileTime: 19.935ms - TotalRawHdfsReadTime: 365.156ms - TotalReadThroughput: 0.00 /sec - TotalTime: 402.435ms Buffer pool: - AllocTime: 32.631us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 656.00 KB (671744) - CumulativeAllocations: 4 (4) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 528.00 KB (540672) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 528.00 KB (540672) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 23.948us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Averaged Fragment F18:(Total: 1s527ms, non-child: 613.596ms, % non-child: 100.00%) split sizes: min: 0, max: 0, avg: 0, stddev: 0 completion times: min:2s119ms max:2s164ms mean: 2s135ms stddev:20.868ms execution rates: min:0.00 /sec max:0.00 /sec mean:0.00 /sec stddev:0.00 /sec num instances: 3 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s135ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 7.78 MB (8160384) - PeakReservation: 7.75 MB (8126464) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 72.64 MB (76167606) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 141.129ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 33 (33) - TotalThreadsTotalWallClockTime: 1s526ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 163.861ms - TotalThreadsVoluntaryContextSwitches: 9 (9) - TotalTime: 1s527ms Fragment Instance Lifecycle Timings: - ExecTime: 778.947ms - ExecTreeExecTime: 7.515ms - InactiveTotalTime: 0.000ns - OpenTime: 747.916ms - ExecTreeOpenTime: 133.726ms - PrepareTime: 307.964us - ExecTreePrepareTime: 145.041us - TotalTime: 0.000ns Hash Join Builder (join_node_id=9):(Total: 772.394ms, non-child: 1.760ms, % non-child: 100.00%) - BuildRows: 120 (120) - BuildRowsPartitionTime: 235.329us - HashTablesBuildTime: 248.864us - InactiveTotalTime: 770.634ms - LargestPartitionPercent: 6 (6) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 7.77 MB (8144000) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 772.394ms Buffer pool: - AllocTime: 53.277us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 7.75 MB (8126464) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 38.935us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 256 (256) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 9.38K (9382) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 8.01K (8013) EXCHANGE_NODE (id=19):(Total: 141.238ms, non-child: 122.212us, % non-child: 100.00%) - ConvertRowBatchTime: 91.016us - InactiveTotalTime: 141.116ms - PeakMemoryUsage: 16.00 KB (16384) - RowsReturned: 120 (120) - RowsReturnedRate: 889.00 /sec - TotalTime: 141.238ms Buffer pool: - AllocTime: 3.593us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 16.00 KB (16384) - CumulativeAllocations: 2 (2) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 16.00 KB (16384) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 16.00 KB (16384) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 1.759us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - FirstBatchWaitTime: 133.711ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 2.46 KB (2520) - TotalGetBatchTime: 141.127ms - DataWaitTime: 141.116ms - TotalTime: 0.000ns Enqueue: - DeserializeRowBatchTime: 22.196us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 1 (1) - TotalBatchesReceived: 1 (1) - TotalBytesReceived: 986.00 B (986) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Fragment F18: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000027 (host=tarmstrong-box2:22002):(Total: 1s684ms, non-child: 648.056ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.849 Fragment Instance Lifecycle Event Timeline: 1s743ms - Prepare Finished: 58.582ms (58.582ms) - Open Finished: 809.135ms (750.552ms) - First Batch Produced: 809.246ms (110.765us) - First Batch Sent: 809.503ms (256.879us) - ExecInternal Finished: 1s743ms (933.567ms) - MemoryUsage (500.000ms): 17.12 KB, 17.12 KB, 7.77 MB, 7.77 MB - ThreadUsage (500.000ms): 1, 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s122ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 7.78 MB (8160384) - PeakReservation: 7.75 MB (8126464) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 101.640ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 25 (25) - TotalThreadsTotalWallClockTime: 1s684ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 163.443ms - TotalThreadsVoluntaryContextSwitches: 14 (14) - TotalTime: 1s684ms Fragment Instance Lifecycle Timings: - ExecTime: 933.853ms - ExecTreeExecTime: 106.872us - InactiveTotalTime: 0.000ns - OpenTime: 750.538ms - ExecTreeOpenTime: 101.642ms - PrepareTime: 305.355us - ExecTreePrepareTime: 145.731us - TotalTime: 0.000ns Hash Join Builder (join_node_id=9):(Total: 934.953ms, non-child: 1.999ms, % non-child: 100.00%) ExecOption: Build Side Codegen Enabled, Hash Table Construction Codegen Enabled Runtime filters: 1 of 1 Runtime Filter Published - BuildRows: 120 (120) - BuildRowsPartitionTime: 253.850us - HashTablesBuildTime: 271.909us - InactiveTotalTime: 932.954ms - LargestPartitionPercent: 6 (6) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 7.77 MB (8144000) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 934.953ms Buffer pool: - AllocTime: 79.909us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 7.75 MB (8126464) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 65.247us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 256 (256) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 25.64K (25639) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 21.86K (21859) EXCHANGE_NODE (id=19):(Total: 101.746ms, non-child: 118.207us, % non-child: 100.00%) Node Lifecycle Event Timeline: 809.549ms - Open Started: 706.386ms (706.386ms) - Open Finished: 808.024ms (101.638ms) - First Batch Requested: 809.140ms (1.115ms) - First Batch Returned: 809.244ms (103.994us) - Last Batch Returned: 809.245ms (613.000ns) - Closed: 809.549ms (304.700us) - ConvertRowBatchTime: 89.287us - InactiveTotalTime: 101.628ms - PeakMemoryUsage: 16.00 KB (16384) - RowsReturned: 120 (120) - RowsReturnedRate: 1.18 K/sec - TotalTime: 101.746ms Buffer pool: - AllocTime: 3.321us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 16.00 KB (16384) - CumulativeAllocations: 2 (2) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 16.00 KB (16384) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 16.00 KB (16384) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 1.421us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0 - FirstBatchWaitTime: 101.628ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 2.46 KB (2520) - TotalGetBatchTime: 101.638ms - DataWaitTime: 101.628ms - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0 - DeferredQueueSize (500.000ms): 0, 0 - DispatchTime: (Avg: -143550.000ns ; Min: -143550.000ns ; Max: -143550.000ns ; Number of samples: 1) - DeserializeRowBatchTime: 21.646us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 1 (1) - TotalBatchesReceived: 1 (1) - TotalBytesReceived: 986.00 B (986) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000028 (host=tarmstrong-box2:22000):(Total: 1s583ms, non-child: 592.231ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.894 Fragment Instance Lifecycle Event Timeline: 1s638ms - Prepare Finished: 54.510ms (54.510ms) - Open Finished: 801.555ms (747.045ms) - First Batch Produced: 808.480ms (6.924ms) - First Batch Sent: 808.708ms (228.312us) - ExecInternal Finished: 1s638ms (829.356ms) - MemoryUsage (500.000ms): 17.12 KB, 17.12 KB, 7.77 MB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s164ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 7.78 MB (8160384) - PeakReservation: 7.75 MB (8126464) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.92 MB (62834824) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 161.131ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 42 (42) - TotalThreadsTotalWallClockTime: 1s583ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 163.577ms - TotalThreadsVoluntaryContextSwitches: 6 (6) - TotalTime: 1s583ms Fragment Instance Lifecycle Timings: - ExecTime: 836.431ms - ExecTreeExecTime: 6.920ms - InactiveTotalTime: 0.000ns - OpenTime: 747.031ms - ExecTreeOpenTime: 154.328ms - PrepareTime: 300.276us - ExecTreePrepareTime: 138.692us - TotalTime: 0.000ns Hash Join Builder (join_node_id=9):(Total: 830.342ms, non-child: 1.565ms, % non-child: 100.00%) ExecOption: Build Side Codegen Enabled, Hash Table Construction Codegen Enabled Runtime filters: 1 of 1 Runtime Filter Published - BuildRows: 120 (120) - BuildRowsPartitionTime: 224.482us - HashTablesBuildTime: 234.758us - InactiveTotalTime: 828.776ms - LargestPartitionPercent: 6 (6) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 7.77 MB (8144000) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 830.342ms Buffer pool: - AllocTime: 41.429us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 7.75 MB (8126464) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 27.766us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 256 (256) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 2.39K (2388) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 2.08K (2075) EXCHANGE_NODE (id=19):(Total: 161.245ms, non-child: 127.803us, % non-child: 100.00%) Node Lifecycle Event Timeline: 808.752ms - Open Started: 646.495ms (646.495ms) - Open Finished: 800.819ms (154.323ms) - First Batch Requested: 801.560ms (740.730us) - First Batch Returned: 808.477ms (6.917ms) - Last Batch Returned: 808.478ms (858.000ns) - Closed: 808.752ms (274.514us) - ConvertRowBatchTime: 94.577us - InactiveTotalTime: 161.118ms - PeakMemoryUsage: 16.00 KB (16384) - RowsReturned: 120 (120) - RowsReturnedRate: 744.00 /sec - TotalTime: 161.245ms Buffer pool: - AllocTime: 2.957us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 16.00 KB (16384) - CumulativeAllocations: 2 (2) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 16.00 KB (16384) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 16.00 KB (16384) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 1.240us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0 - FirstBatchWaitTime: 154.314ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 2.46 KB (2520) - TotalGetBatchTime: 161.129ms - DataWaitTime: 161.118ms - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0 - DeferredQueueSize (500.000ms): 0, 0 - DispatchTime: (Avg: -189901.000ns ; Min: -189901.000ns ; Max: -189901.000ns ; Number of samples: 1) - DeserializeRowBatchTime: 21.512us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 1 (1) - TotalBatchesReceived: 1 (1) - TotalBytesReceived: 986.00 B (986) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000026 (host=tarmstrong-box2:22001):(Total: 1s313ms, non-child: 600.501ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.842 Fragment Instance Lifecycle Event Timeline: 1s366ms - Prepare Finished: 54.052ms (54.052ms) - Open Finished: 800.242ms (746.190ms) - First Batch Produced: 815.764ms (15.521ms) - First Batch Sent: 815.996ms (231.679us) - ExecInternal Finished: 1s366ms (550.893ms) - MemoryUsage (500.000ms): 17.12 KB, 17.12 KB, 7.77 MB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s119ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 7.78 MB (8160384) - PeakReservation: 7.75 MB (8126464) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.26 MB (62142600) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 160.615ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 34 (34) - TotalThreadsTotalWallClockTime: 1s312ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 164.565ms - TotalThreadsVoluntaryContextSwitches: 8 (8) - TotalTime: 1s313ms Fragment Instance Lifecycle Timings: - ExecTime: 566.557ms - ExecTreeExecTime: 15.517ms - InactiveTotalTime: 0.000ns - OpenTime: 746.178ms - ExecTreeOpenTime: 145.207ms - PrepareTime: 318.261us - ExecTreePrepareTime: 150.702us - TotalTime: 0.000ns Hash Join Builder (join_node_id=9):(Total: 551.888ms, non-child: 1.716ms, % non-child: 100.00%) ExecOption: Build Side Codegen Enabled, Hash Table Construction Codegen Enabled Runtime filters: 1 of 1 Runtime Filter Published - BuildRows: 120 (120) - BuildRowsPartitionTime: 227.656us - HashTablesBuildTime: 239.927us - InactiveTotalTime: 550.172ms - LargestPartitionPercent: 6 (6) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 7.77 MB (8144000) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 551.888ms Buffer pool: - AllocTime: 38.494us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 7.75 MB (8126464) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 23.793us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 256 (256) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 120 (120) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 106 (106) EXCHANGE_NODE (id=19):(Total: 160.722ms, non-child: 120.625us, % non-child: 100.00%) Node Lifecycle Event Timeline: 816.152ms - Open Started: 654.239ms (654.239ms) - Open Finished: 799.443ms (145.203ms) - First Batch Requested: 800.247ms (804.824us) - First Batch Returned: 815.762ms (15.514ms) - Last Batch Returned: 815.762ms (762.000ns) - Closed: 816.152ms (389.602us) - ConvertRowBatchTime: 89.186us - InactiveTotalTime: 160.601ms - PeakMemoryUsage: 16.00 KB (16384) - RowsReturned: 120 (120) - RowsReturnedRate: 746.00 /sec - TotalTime: 160.722ms Buffer pool: - AllocTime: 4.501us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 16.00 KB (16384) - CumulativeAllocations: 2 (2) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 16.00 KB (16384) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 16.00 KB (16384) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 2.618us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0 - FirstBatchWaitTime: 145.193ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 2.46 KB (2520) - TotalGetBatchTime: 160.613ms - DataWaitTime: 160.601ms - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0 - DeferredQueueSize (500.000ms): 0, 0 - DispatchTime: (Avg: -156588.000ns ; Min: -156588.000ns ; Max: -156588.000ns ; Number of samples: 1) - DeserializeRowBatchTime: 23.431us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 1 (1) - TotalBatchesReceived: 1 (1) - TotalBytesReceived: 986.00 B (986) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Averaged Fragment F01:(Total: 772.332ms, non-child: 242.448ms, % non-child: 100.00%) split sizes: min: 2.15 MB, max: 2.15 MB, avg: 2.15 MB, stddev: 0 completion times: min:2s121ms max:2s121ms mean: 2s121ms stddev:0.000ns execution rates: min:1.02 MB/sec max:1.02 MB/sec mean:1.02 MB/sec stddev:0.00 /sec num instances: 1 - AverageThreadTokens: 1.00 - BytesAssigned: 2.15 MB (2258978) - CompletionTime: 2s121ms - ExchangeScanRatio: 0.01 - ExecutionRate: 1.02 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 890.86 KB (912244) - PeakReservation: 528.00 KB (540672) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 21.697ms - TotalStorageWaitTime: 455.928ms - TotalThreadsInvoluntaryContextSwitches: 21 (21) - TotalThreadsTotalWallClockTime: 771.880ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 88.340ms - TotalThreadsVoluntaryContextSwitches: 14 (14) - TotalTime: 772.332ms Fragment Instance Lifecycle Timings: - ExecTime: 529.416ms - ExecTreeExecTime: 505.303ms - InactiveTotalTime: 0.000ns - OpenTime: 242.472ms - ExecTreeOpenTime: 310.003us - PrepareTime: 383.818us - ExecTreePrepareTime: 180.036us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=19):(Total: 24.011ms, non-child: 2.314ms, % non-child: 100.00%) - EosSent: 3 (3) - InactiveTotalTime: 21.697ms - PeakMemoryUsage: 29.53 KB (30240) - RowsSent: 120 (120) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 60.247us - TotalBytesSent: 2.89 KB (2958) - TotalTime: 24.011ms - UncompressedRowBatchSize: 7.38 KB (7560) HDFS_SCAN_NODE (id=8):(Total: 505.872ms, non-child: 505.872ms, % non-child: 100.00%) - AverageHdfsReadThreadConcurrency: 1.00 - BytesRead: 466.80 KB (478008) - BytesReadDataNodeCache: 0 - BytesReadLocal: 466.80 KB (478008) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 466.80 KB (478008) - CachedFileHandlesHitCount: 4 (4) - CachedFileHandlesMissCount: 1 (1) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 77.857us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 17.722ms - MaxCompressedTextFileLength: 0 - NumColumns: 3 (3) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 8 (8) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 2 (2) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 853.33 KB (873812) - PerReadThreadRawHdfsThroughput: 1.09 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 65.10K (65100) - RowsReturned: 120 (120) - RowsReturnedRate: 237.00 /sec - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 455.928ms - TotalRawHdfsOpenFileTime: 42.227ms - TotalRawHdfsReadTime: 416.850ms - TotalReadThroughput: 0.00 /sec - TotalTime: 505.872ms Buffer pool: - AllocTime: 18.655us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 656.00 KB (671744) - CumulativeAllocations: 4 (4) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 528.00 KB (540672) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 528.00 KB (540672) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 7.997us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Fragment F01: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000025 (host=tarmstrong-box2:22002):(Total: 772.332ms, non-child: 242.448ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.848 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/2.15 MB Fragment Instance Lifecycle Event Timeline: 810.455ms - Prepare Finished: 38.510ms (38.510ms) - Open Finished: 280.993ms (242.482ms) - First Batch Produced: 786.087ms (505.094ms) - First Batch Sent: 788.302ms (2.214ms) - ExecInternal Finished: 810.455ms (22.153ms) - MemoryUsage (500.000ms): 37.53 KB, 561.53 KB - ThreadUsage (500.000ms): 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 2.15 MB (2258978) - CompletionTime: 2s121ms - ExchangeScanRatio: 0.01 - ExecutionRate: 1.02 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 890.86 KB (912244) - PeakReservation: 528.00 KB (540672) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 21.697ms - TotalStorageWaitTime: 455.928ms - TotalThreadsInvoluntaryContextSwitches: 21 (21) - TotalThreadsTotalWallClockTime: 771.880ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 88.340ms - TotalThreadsVoluntaryContextSwitches: 14 (14) - TotalTime: 772.332ms Fragment Instance Lifecycle Timings: - ExecTime: 529.416ms - ExecTreeExecTime: 505.303ms - InactiveTotalTime: 0.000ns - OpenTime: 242.472ms - ExecTreeOpenTime: 310.003us - PrepareTime: 383.818us - ExecTreePrepareTime: 180.036us - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=19):(Total: 24.011ms, non-child: 2.314ms, % non-child: 100.00%) ExecOption: Unpartitioned Sender Codegen Disabled: not needed - BytesSent (500.000ms): 0, 0 - NetworkThroughput: (Avg: 86.28 KB/sec ; Min: 44.68 KB/sec ; Max: 148.55 KB/sec ; Number of samples: 3) - RpcNetworkTime: (Avg: 7.904ms ; Min: 733.633us ; Max: 21.548ms ; Number of samples: 6) - RpcRecvrTime: (Avg: -132371.000ns ; Min: -221599.000ns ; Max: -43248.000ns ; Number of samples: 6) - EosSent: 3 (3) - InactiveTotalTime: 21.697ms - PeakMemoryUsage: 29.53 KB (30240) - RowsSent: 120 (120) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 60.247us - TotalBytesSent: 2.89 KB (2958) - TotalTime: 24.011ms - UncompressedRowBatchSize: 7.38 KB (7560) HDFS_SCAN_NODE (id=8):(Total: 505.872ms, non-child: 505.872ms, % non-child: 100.00%) Table Name: tpcds_parquet.date_dim Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/2.15 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 1 out of 1 Hdfs Read Thread Concurrency Bucket: 0:0% 1:100% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:1 Node Lifecycle Event Timeline: 788.677ms - Closed: 788.677ms (788.677ms) - BytesReadSeries (500.000ms): 0, 0 - FooterProcessingTime: (Avg: 447.704ms ; Min: 447.704ms ; Max: 447.704ms ; Number of samples: 1) - InitialRangeActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 1) - InitialRangeIdealReservation: (Avg: 128.00 KB (131072) ; Min: 128.00 KB (131072) ; Max: 128.00 KB (131072) ; Number of samples: 1) - PageIndexProcessingTime: (Avg: 845.678us ; Min: 845.678us ; Max: 845.678us ; Number of samples: 1) - ParquetCompressedBytesReadPerColumn: (Avg: 69.02 KB (70678) ; Min: 270.00 B (270) ; Max: 206.26 KB (211213) ; Number of samples: 3) - ParquetCompressedPageSize: (Avg: 34.51 KB (35339) ; Min: 270.00 B (270) ; Max: 64.14 KB (65683) ; Number of samples: 6) - ParquetRowGroupActualReservation: (Avg: 528.00 KB (540672) ; Min: 528.00 KB (540672) ; Max: 528.00 KB (540672) ; Number of samples: 1) - ParquetRowGroupIdealReservation: (Avg: 528.00 KB (540672) ; Min: 528.00 KB (540672) ; Max: 528.00 KB (540672) ; Number of samples: 1) - ParquetUncompressedBytesReadPerColumn: (Avg: 70.49 KB (72181) ; Min: 546.00 B (546) ; Max: 206.24 KB (211186) ; Number of samples: 3) - ParquetUncompressedPageSize: (Avg: 35.24 KB (36090) ; Min: 546.00 B (546) ; Max: 64.14 KB (65675) ; Number of samples: 6) - AverageHdfsReadThreadConcurrency: 1.00 - BytesRead: 466.80 KB (478008) - BytesReadDataNodeCache: 0 - BytesReadLocal: 466.80 KB (478008) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 466.80 KB (478008) - CachedFileHandlesHitCount: 4 (4) - CachedFileHandlesMissCount: 1 (1) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 77.857us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 17.722ms - MaxCompressedTextFileLength: 0 - NumColumns: 3 (3) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 8 (8) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 2 (2) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 853.33 KB (873812) - PerReadThreadRawHdfsThroughput: 1.09 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 65.10K (65100) - RowsReturned: 120 (120) - RowsReturnedRate: 237.00 /sec - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 455.928ms - TotalRawHdfsOpenFileTime: 42.227ms - TotalRawHdfsReadTime: 416.850ms - TotalReadThroughput: 0.00 /sec - TotalTime: 505.872ms Buffer pool: - AllocTime: 18.655us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 656.00 KB (671744) - CumulativeAllocations: 4 (4) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 528.00 KB (540672) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 528.00 KB (540672) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 7.997us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Averaged Fragment F19:(Total: 1s737ms, non-child: 550.393ms, % non-child: 100.00%) split sizes: min: 0, max: 0, avg: 0, stddev: 0 completion times: min:2s116ms max:2s163ms mean: 2s133ms stddev:21.385ms execution rates: min:0.00 /sec max:0.00 /sec mean:0.00 /sec stddev:0.00 /sec num instances: 3 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s133ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 7.78 MB (8160384) - PeakReservation: 7.75 MB (8126464) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 72.64 MB (76167606) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 250.284ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 51 (51) - TotalThreadsTotalWallClockTime: 1s737ms - TotalThreadsSysTime: 1.351ms - TotalThreadsUserTime: 163.457ms - TotalThreadsVoluntaryContextSwitches: 14 (14) - TotalTime: 1s737ms Fragment Instance Lifecycle Timings: - ExecTime: 944.010ms - ExecTreeExecTime: 8.068ms - InactiveTotalTime: 0.000ns - OpenTime: 793.385ms - ExecTreeOpenTime: 242.332ms - PrepareTime: 342.994us - ExecTreePrepareTime: 154.295us - TotalTime: 0.000ns Hash Join Builder (join_node_id=12):(Total: 937.011ms, non-child: 1.831ms, % non-child: 100.00%) - BuildRows: 120 (120) - BuildRowsPartitionTime: 220.300us - HashTablesBuildTime: 244.953us - InactiveTotalTime: 935.180ms - LargestPartitionPercent: 6 (6) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 7.77 MB (8144000) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 937.011ms Buffer pool: - AllocTime: 39.370us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 7.75 MB (8126464) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 25.708us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 256 (256) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 18.24K (18240) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 15.99K (15992) EXCHANGE_NODE (id=20):(Total: 250.398ms, non-child: 129.902us, % non-child: 100.00%) - ConvertRowBatchTime: 93.294us - InactiveTotalTime: 250.268ms - PeakMemoryUsage: 16.00 KB (16384) - RowsReturned: 120 (120) - RowsReturnedRate: 621.00 /sec - TotalTime: 250.398ms Buffer pool: - AllocTime: 6.709us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 16.00 KB (16384) - CumulativeAllocations: 2 (2) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 16.00 KB (16384) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 16.00 KB (16384) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 3.005us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - FirstBatchWaitTime: 242.314ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 2.46 KB (2520) - TotalGetBatchTime: 250.282ms - DataWaitTime: 250.268ms - TotalTime: 0.000ns Enqueue: - DeserializeRowBatchTime: 35.819us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 1 (1) - TotalBatchesReceived: 1 (1) - TotalBytesReceived: 986.00 B (986) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Fragment F19: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a910000002c (host=tarmstrong-box2:22000):(Total: 1s838ms, non-child: 503.118ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.892 Fragment Instance Lifecycle Event Timeline: 1s842ms - Prepare Finished: 4.660ms (4.660ms) - Open Finished: 801.426ms (796.766ms) - First Batch Produced: 808.448ms (7.022ms) - First Batch Sent: 808.674ms (225.180us) - ExecInternal Finished: 1s842ms (1s034ms) - MemoryUsage (500.000ms): 17.12 KB, 17.12 KB, 7.77 MB, 7.77 MB - ThreadUsage (500.000ms): 1, 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s163ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 7.78 MB (8160384) - PeakReservation: 7.75 MB (8126464) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.92 MB (62834824) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 300.196ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 65 (65) - TotalThreadsTotalWallClockTime: 1s838ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 162.255ms - TotalThreadsVoluntaryContextSwitches: 3 (3) - TotalTime: 1s838ms Fragment Instance Lifecycle Timings: - ExecTime: 1s041ms - ExecTreeExecTime: 7.018ms - InactiveTotalTime: 0.000ns - OpenTime: 796.755ms - ExecTreeOpenTime: 293.295ms - PrepareTime: 426.203us - ExecTreePrepareTime: 172.160us - TotalTime: 0.000ns Hash Join Builder (join_node_id=12):(Total: 1s035ms, non-child: 1.618ms, % non-child: 100.00%) ExecOption: Build Side Codegen Enabled, Hash Table Construction Codegen Enabled Runtime filters: 1 of 1 Runtime Filter Published - BuildRows: 120 (120) - BuildRowsPartitionTime: 220.565us - HashTablesBuildTime: 234.370us - InactiveTotalTime: 1s033ms - LargestPartitionPercent: 6 (6) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 7.77 MB (8144000) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 1s035ms Buffer pool: - AllocTime: 34.020us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 7.75 MB (8126464) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 20.647us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 256 (256) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 54.48K (54481) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 47.76K (47764) EXCHANGE_NODE (id=20):(Total: 300.309ms, non-child: 129.589us, % non-child: 100.00%) Node Lifecycle Event Timeline: 808.735ms - Open Started: 507.369ms (507.369ms) - Open Finished: 800.657ms (293.288ms) - First Batch Requested: 801.431ms (773.906us) - First Batch Returned: 808.446ms (7.014ms) - Last Batch Returned: 808.446ms (758.000ns) - Closed: 808.735ms (288.951us) - ConvertRowBatchTime: 90.199us - InactiveTotalTime: 300.180ms - PeakMemoryUsage: 16.00 KB (16384) - RowsReturned: 120 (120) - RowsReturnedRate: 399.00 /sec - TotalTime: 300.309ms Buffer pool: - AllocTime: 6.365us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 16.00 KB (16384) - CumulativeAllocations: 2 (2) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 16.00 KB (16384) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 16.00 KB (16384) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 2.528us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0 - FirstBatchWaitTime: 293.275ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 2.46 KB (2520) - TotalGetBatchTime: 300.194ms - DataWaitTime: 300.180ms - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0 - DeferredQueueSize (500.000ms): 0, 0 - DispatchTime: (Avg: -78234.000ns ; Min: -78234.000ns ; Max: -78234.000ns ; Number of samples: 1) - DeserializeRowBatchTime: 36.597us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 1 (1) - TotalBatchesReceived: 1 (1) - TotalBytesReceived: 986.00 B (986) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a910000002b (host=tarmstrong-box2:22002):(Total: 1s838ms, non-child: 675.988ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.846 Fragment Instance Lifecycle Event Timeline: 1s861ms - Prepare Finished: 24.127ms (24.127ms) - Open Finished: 808.042ms (783.915ms) - First Batch Produced: 808.658ms (616.097us) - First Batch Sent: 808.882ms (223.780us) - ExecInternal Finished: 1s861ms (1s052ms) - MemoryUsage (500.000ms): 17.12 KB, 17.12 KB, 7.77 MB, 7.77 MB - ThreadUsage (500.000ms): 1, 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s119ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 7.78 MB (8160384) - PeakReservation: 7.75 MB (8126464) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 107.433ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 41 (41) - TotalThreadsTotalWallClockTime: 1s837ms - TotalThreadsSysTime: 4.053ms - TotalThreadsUserTime: 162.142ms - TotalThreadsVoluntaryContextSwitches: 26 (26) - TotalTime: 1s838ms Fragment Instance Lifecycle Timings: - ExecTime: 1s053ms - ExecTreeExecTime: 612.258us - InactiveTotalTime: 0.000ns - OpenTime: 783.901ms - ExecTreeOpenTime: 106.929ms - PrepareTime: 328.645us - ExecTreePrepareTime: 152.497us - TotalTime: 0.000ns Hash Join Builder (join_node_id=12):(Total: 1s054ms, non-child: 2.168ms, % non-child: 100.00%) ExecOption: Build Side Codegen Enabled, Hash Table Construction Codegen Enabled Runtime filters: 1 of 1 Runtime Filter Published - BuildRows: 120 (120) - BuildRowsPartitionTime: 220.004us - HashTablesBuildTime: 269.207us - InactiveTotalTime: 1s052ms - LargestPartitionPercent: 6 (6) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 7.77 MB (8144000) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 1s054ms Buffer pool: - AllocTime: 48.937us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 7.75 MB (8126464) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 35.212us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 256 (256) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 120 (120) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 106 (106) EXCHANGE_NODE (id=20):(Total: 107.538ms, non-child: 118.782us, % non-child: 100.00%) Node Lifecycle Event Timeline: 808.947ms - Open Started: 699.838ms (699.838ms) - Open Finished: 806.763ms (106.924ms) - First Batch Requested: 808.046ms (1.283ms) - First Batch Returned: 808.655ms (608.877us) - Last Batch Returned: 808.656ms (736.000ns) - Closed: 808.947ms (291.360us) - ConvertRowBatchTime: 87.123us - InactiveTotalTime: 107.419ms - PeakMemoryUsage: 16.00 KB (16384) - RowsReturned: 120 (120) - RowsReturnedRate: 1.11 K/sec - TotalTime: 107.538ms Buffer pool: - AllocTime: 6.145us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 16.00 KB (16384) - CumulativeAllocations: 2 (2) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 16.00 KB (16384) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 16.00 KB (16384) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 2.536us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0 - FirstBatchWaitTime: 106.912ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 2.46 KB (2520) - TotalGetBatchTime: 107.431ms - DataWaitTime: 107.419ms - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0 - DeferredQueueSize (500.000ms): 0, 0 - DispatchTime: (Avg: -81305.000ns ; Min: -81305.000ns ; Max: -81305.000ns ; Number of samples: 1) - DeserializeRowBatchTime: 34.013us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 1 (1) - TotalBatchesReceived: 1 (1) - TotalBytesReceived: 986.00 B (986) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a910000002a (host=tarmstrong-box2:22001):(Total: 1s536ms, non-child: 472.072ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.839 Fragment Instance Lifecycle Event Timeline: 1s537ms - Prepare Finished: 615.851us (615.851us) - Open Finished: 800.129ms (799.513ms) - First Batch Produced: 816.709ms (16.580ms) - First Batch Sent: 816.934ms (224.132us) - ExecInternal Finished: 1s537ms (720.145ms) - MemoryUsage (500.000ms): 17.12 KB, 17.12 KB, 7.77 MB - ThreadUsage (500.000ms): 1, 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 0 - CompletionTime: 2s116ms - ExchangeScanRatio: 0.00 - ExecutionRate: 0.00 /sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 7.78 MB (8160384) - PeakReservation: 7.75 MB (8126464) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 59.26 MB (62142600) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 343.223ms - TotalNetworkSendTime: 0.000ns - TotalStorageWaitTime: 0.000ns - TotalThreadsInvoluntaryContextSwitches: 47 (47) - TotalThreadsTotalWallClockTime: 1s536ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 165.975ms - TotalThreadsVoluntaryContextSwitches: 15 (15) - TotalTime: 1s536ms Fragment Instance Lifecycle Timings: - ExecTime: 736.835ms - ExecTreeExecTime: 16.575ms - InactiveTotalTime: 0.000ns - OpenTime: 799.499ms - ExecTreeOpenTime: 326.774ms - PrepareTime: 274.135us - ExecTreePrepareTime: 138.230us - TotalTime: 0.000ns Hash Join Builder (join_node_id=12):(Total: 721.247ms, non-child: 1.707ms, % non-child: 100.00%) ExecOption: Build Side Codegen Enabled, Hash Table Construction Codegen Enabled Runtime filters: 1 of 1 Runtime Filter Published - BuildRows: 120 (120) - BuildRowsPartitionTime: 220.333us - HashTablesBuildTime: 231.282us - InactiveTotalTime: 719.540ms - LargestPartitionPercent: 6 (6) - MaxPartitionLevel: 0 (0) - NumHashTableBuildsSkipped: 0 (0) - NumRepartitions: 0 (0) - PartitionsCreated: 16 (16) - PeakMemoryUsage: 7.77 MB (8144000) - RepartitionTime: 0.000ns - SpilledPartitions: 0 (0) - TotalTime: 721.247ms Buffer pool: - AllocTime: 35.154us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 1.06 MB (1114112) - CumulativeAllocations: 17 (17) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 7.75 MB (8126464) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 1.06 MB (1114112) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 21.267us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Hash Table: - HashBuckets: 256 (256) - HashCollisions: 0 (0) - InactiveTotalTime: 0.000ns - Probes: 120 (120) - Resizes: 0 (0) - TotalTime: 0.000ns - Travel: 106 (106) EXCHANGE_NODE (id=20):(Total: 343.346ms, non-child: 141.336us, % non-child: 100.00%) Node Lifecycle Event Timeline: 816.977ms - Open Started: 472.566ms (472.566ms) - Open Finished: 799.335ms (326.768ms) - First Batch Requested: 800.135ms (800.079us) - First Batch Returned: 816.707ms (16.571ms) - Last Batch Returned: 816.707ms (750.000ns) - Closed: 816.977ms (269.862us) - ConvertRowBatchTime: 102.561us - InactiveTotalTime: 343.205ms - PeakMemoryUsage: 16.00 KB (16384) - RowsReturned: 120 (120) - RowsReturnedRate: 349.00 /sec - TotalTime: 343.346ms Buffer pool: - AllocTime: 7.619us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 16.00 KB (16384) - CumulativeAllocations: 2 (2) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 16.00 KB (16384) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 16.00 KB (16384) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 3.953us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Dequeue: - BytesDequeued (500.000ms): 0, 0 - FirstBatchWaitTime: 326.755ms - InactiveTotalTime: 0.000ns - TotalBytesDequeued: 2.46 KB (2520) - TotalGetBatchTime: 343.220ms - DataWaitTime: 343.205ms - TotalTime: 0.000ns Enqueue: - BytesReceived (500.000ms): 0, 0 - DeferredQueueSize (500.000ms): 0, 0 - DispatchTime: (Avg: -75471.000ns ; Min: -75471.000ns ; Max: -75471.000ns ; Number of samples: 1) - DeserializeRowBatchTime: 36.848us - InactiveTotalTime: 0.000ns - TotalBatchesEnqueued: 1 (1) - TotalBatchesReceived: 1 (1) - TotalBytesReceived: 986.00 B (986) - TotalEarlySenders: 0 (0) - TotalEosReceived: 1 (1) - TotalHasDeferredRPCsTime: 0.000ns - TotalRPCsDeferred: 0 (0) - TotalTime: 0.000ns Averaged Fragment F03:(Total: 808.081ms, non-child: 273.773ms, % non-child: 100.00%) split sizes: min: 2.15 MB, max: 2.15 MB, avg: 2.15 MB, stddev: 0 completion times: min:2s119ms max:2s119ms mean: 2s119ms stddev:0.000ns execution rates: min:1.02 MB/sec max:1.02 MB/sec mean:1.02 MB/sec stddev:0.00 /sec num instances: 1 - AverageThreadTokens: 1.00 - BytesAssigned: 2.15 MB (2258978) - CompletionTime: 2s119ms - ExchangeScanRatio: 0.01 - ExecutionRate: 1.02 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 890.86 KB (912244) - PeakReservation: 528.00 KB (540672) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 26.363ms - TotalStorageWaitTime: 473.299ms - TotalThreadsInvoluntaryContextSwitches: 96 (96) - TotalThreadsTotalWallClockTime: 793.617ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 91.857ms - TotalThreadsVoluntaryContextSwitches: 33 (33) - TotalTime: 808.081ms Fragment Instance Lifecycle Timings: - ExecTime: 519.814ms - ExecTreeExecTime: 492.684ms - InactiveTotalTime: 0.000ns - OpenTime: 273.812ms - ExecTreeOpenTime: 329.160us - PrepareTime: 14.401ms - ExecTreePrepareTime: 14.184ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=20):(Total: 27.066ms, non-child: 703.235us, % non-child: 100.00%) - EosSent: 3 (3) - InactiveTotalTime: 26.363ms - PeakMemoryUsage: 29.53 KB (30240) - RowsSent: 120 (120) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 48.544us - TotalBytesSent: 2.89 KB (2958) - TotalTime: 27.066ms - UncompressedRowBatchSize: 7.38 KB (7560) HDFS_SCAN_NODE (id=11):(Total: 507.241ms, non-child: 507.241ms, % non-child: 100.00%) - AverageHdfsReadThreadConcurrency: 1.00 - BytesRead: 466.80 KB (478008) - BytesReadDataNodeCache: 0 - BytesReadLocal: 466.80 KB (478008) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 466.80 KB (478008) - CachedFileHandlesHitCount: 3 (3) - CachedFileHandlesMissCount: 2 (2) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 78.663us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 5.711ms - MaxCompressedTextFileLength: 0 - NumColumns: 3 (3) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 8 (8) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 2 (2) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 853.33 KB (873812) - PerReadThreadRawHdfsThroughput: 1.10 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 65.10K (65100) - RowsReturned: 120 (120) - RowsReturnedRate: 236.00 /sec - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 473.299ms - TotalRawHdfsOpenFileTime: 69.902ms - TotalRawHdfsReadTime: 413.049ms - TotalReadThroughput: 0.00 /sec - TotalTime: 507.241ms Buffer pool: - AllocTime: 16.598us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 656.00 KB (671744) - CumulativeAllocations: 4 (4) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 528.00 KB (540672) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 528.00 KB (540672) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 6.918us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns Fragment F03: - InactiveTotalTime: 0.000ns - TotalTime: 0.000ns Instance 214b9914fc184f60:a09a0a9100000029 (host=tarmstrong-box2:22002):(Total: 808.081ms, non-child: 273.773ms, % non-child: 100.00%) Last report received time: 2020-05-10 16:48:20.846 Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/2.15 MB Fragment Instance Lifecycle Event Timeline: 810.443ms - Prepare Finished: 16.747ms (16.747ms) - Open Finished: 290.569ms (273.822ms) - First Batch Produced: 782.990ms (492.420ms) - First Batch Sent: 783.571ms (581.487us) - ExecInternal Finished: 810.443ms (26.872ms) - MemoryUsage (500.000ms): 37.53 KB, 561.53 KB - ThreadUsage (500.000ms): 1, 1 - AverageThreadTokens: 1.00 - BytesAssigned: 2.15 MB (2258978) - CompletionTime: 2s119ms - ExchangeScanRatio: 0.01 - ExecutionRate: 1.02 MB/sec - InactiveTotalTime: 0.000ns - PeakMemoryUsage: 890.86 KB (912244) - PeakReservation: 528.00 KB (540672) - PeakUsedReservation: 0 - PerHostPeakMemUsage: 98.73 MB (103525394) - RowsProduced: 120 (120) - TotalNetworkReceiveTime: 0.000ns - TotalNetworkSendTime: 26.363ms - TotalStorageWaitTime: 473.299ms - TotalThreadsInvoluntaryContextSwitches: 96 (96) - TotalThreadsTotalWallClockTime: 793.617ms - TotalThreadsSysTime: 0.000ns - TotalThreadsUserTime: 91.857ms - TotalThreadsVoluntaryContextSwitches: 33 (33) - TotalTime: 808.081ms Fragment Instance Lifecycle Timings: - ExecTime: 519.814ms - ExecTreeExecTime: 492.684ms - InactiveTotalTime: 0.000ns - OpenTime: 273.812ms - ExecTreeOpenTime: 329.160us - PrepareTime: 14.401ms - ExecTreePrepareTime: 14.184ms - TotalTime: 0.000ns KrpcDataStreamSender (dst_id=20):(Total: 27.066ms, non-child: 703.235us, % non-child: 100.00%) ExecOption: Unpartitioned Sender Codegen Disabled: not needed - BytesSent (500.000ms): 0, 0 - NetworkThroughput: (Avg: 67.46 KB/sec ; Min: 39.63 KB/sec ; Max: 113.04 KB/sec ; Number of samples: 3) - RpcNetworkTime: (Avg: 9.293ms ; Min: 332.541us ; Max: 24.295ms ; Number of samples: 6) - RpcRecvrTime: (Avg: -90784.000ns ; Min: -139418.000ns ; Max: -42563.000ns ; Number of samples: 6) - EosSent: 3 (3) - InactiveTotalTime: 26.363ms - PeakMemoryUsage: 29.53 KB (30240) - RowsSent: 120 (120) - RpcFailure: 0 (0) - RpcRetry: 0 (0) - SerializeBatchTime: 48.544us - TotalBytesSent: 2.89 KB (2958) - TotalTime: 27.066ms - UncompressedRowBatchSize: 7.38 KB (7560) HDFS_SCAN_NODE (id=11):(Total: 507.241ms, non-child: 507.241ms, % non-child: 100.00%) Table Name: tpcds_parquet.date_dim Hdfs split stats (<volume id>:<# splits>/<split lengths>): -1:1/2.15 MB ExecOption: PARQUET Codegen Enabled, Codegen enabled: 1 out of 1 Hdfs Read Thread Concurrency Bucket: 0:0% 1:100% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0% 11:0% 12:0% 13:0% 14:0% 15:0% 16:0% 17:0% 18:0% 19:0% 20:0% 21:0% 22:0% 23:0% 24:0% 25:0% 26:0% 27:0% File Formats: PARQUET/SNAPPY:1 Node Lifecycle Event Timeline: 783.966ms - Closed: 783.966ms (783.966ms) - BytesReadSeries (500.000ms): 0, 0 - FooterProcessingTime: (Avg: 455.988ms ; Min: 455.988ms ; Max: 455.988ms ; Number of samples: 1) - InitialRangeActualReservation: (Avg: 512.00 KB (524288) ; Min: 512.00 KB (524288) ; Max: 512.00 KB (524288) ; Number of samples: 1) - InitialRangeIdealReservation: (Avg: 128.00 KB (131072) ; Min: 128.00 KB (131072) ; Max: 128.00 KB (131072) ; Number of samples: 1) - PageIndexProcessingTime: (Avg: 665.956us ; Min: 665.956us ; Max: 665.956us ; Number of samples: 1) - ParquetCompressedBytesReadPerColumn: (Avg: 69.02 KB (70678) ; Min: 270.00 B (270) ; Max: 206.26 KB (211213) ; Number of samples: 3) - ParquetCompressedPageSize: (Avg: 34.51 KB (35339) ; Min: 270.00 B (270) ; Max: 64.14 KB (65683) ; Number of samples: 6) - ParquetRowGroupActualReservation: (Avg: 528.00 KB (540672) ; Min: 528.00 KB (540672) ; Max: 528.00 KB (540672) ; Number of samples: 1) - ParquetRowGroupIdealReservation: (Avg: 528.00 KB (540672) ; Min: 528.00 KB (540672) ; Max: 528.00 KB (540672) ; Number of samples: 1) - ParquetUncompressedBytesReadPerColumn: (Avg: 70.49 KB (72181) ; Min: 546.00 B (546) ; Max: 206.24 KB (211186) ; Number of samples: 3) - ParquetUncompressedPageSize: (Avg: 35.24 KB (36090) ; Min: 546.00 B (546) ; Max: 64.14 KB (65675) ; Number of samples: 6) - AverageHdfsReadThreadConcurrency: 1.00 - BytesRead: 466.80 KB (478008) - BytesReadDataNodeCache: 0 - BytesReadLocal: 466.80 KB (478008) - BytesReadRemoteUnexpected: 0 - BytesReadShortCircuit: 466.80 KB (478008) - CachedFileHandlesHitCount: 3 (3) - CachedFileHandlesMissCount: 2 (2) - CollectionItemsRead: 0 (0) - DataCacheHitBytes: 0 - DataCacheHitCount: 0 (0) - DataCacheMissBytes: 0 - DataCacheMissCount: 0 (0) - DataCachePartialHitCount: 0 (0) - DecompressionTime: 78.663us - InactiveTotalTime: 0.000ns - MaterializeTupleTime: 5.711ms - MaxCompressedTextFileLength: 0 - NumColumns: 3 (3) - NumDictFilteredRowGroups: 0 (0) - NumDisksAccessed: 1 (1) - NumPages: 8 (8) - NumRowGroups: 1 (1) - NumRowGroupsWithPageIndex: 1 (1) - NumScannersWithNoReads: 0 (0) - NumStatsFilteredPages: 2 (2) - NumStatsFilteredRowGroups: 0 (0) - PeakMemoryUsage: 853.33 KB (873812) - PerReadThreadRawHdfsThroughput: 1.10 MB/sec - RemoteScanRanges: 0 (0) - RowsRead: 65.10K (65100) - RowsReturned: 120 (120) - RowsReturnedRate: 236.00 /sec - ScanRangesComplete: 1 (1) - ScannerIoWaitTime: 473.299ms - TotalRawHdfsOpenFileTime: 69.902ms - TotalRawHdfsReadTime: 413.049ms - TotalReadThroughput: 0.00 /sec - TotalTime: 507.241ms Buffer pool: - AllocTime: 16.598us - CompressionTime: 0.000ns - CumulativeAllocationBytes: 656.00 KB (671744) - CumulativeAllocations: 4 (4) - EncryptionTime: 0.000ns - InactiveTotalTime: 0.000ns - PeakReservation: 528.00 KB (540672) - PeakUnpinnedBytes: 0 - PeakUsedReservation: 528.00 KB (540672) - ReadIoBytes: 0 - ReadIoOps: 0 (0) - ReadIoWaitTime: 0.000ns - SystemAllocTime: 6.918us - TotalTime: 0.000ns - WriteIoBytes: 0 - WriteIoOps: 0 (0) - WriteIoWaitTime: 0.000ns