[2021-03-24 07:29:39.125] [global] [error] could not find backend, defaulting to local
[2021-03-24 07:29:39.125] [local ee] [info] loaded runtime library from/usr/local/lib/python3.6/site-packages/Tuplex-0.1.7-py3.6.egg/tuplex/libexec/tuplex_runtime.so
[2021-03-24 07:29:39.125] [local ee] [info] initializing LLVM backend
[2021-03-24 07:29:39.125] [local ee] [warning] init JIT compiler also only in local mode
[2021-03-24 07:29:39.126] [LLVM] [info] compiling code for skylake-avx512
[2021-03-24 07:29:39.126] [memory] [info] allocated bitmap managed memory region (32.00 GB, 32.00 MB block size)
[2021-03-24 07:29:39.126] [local execution engine] [info] started driver (32.00 GB, 32.00 MB default partition size)
overflow will be cached at file:///tmp/driver
[2021-03-24 07:29:39.127] [fileinputoperator] [info] found 1 file (9.31 GB) to process.
[2021-03-24 07:29:39.127] [global] [info] sampled file:///data/zillow/Z1_preprocessed/zillow_Z1_10G.csv on 256.00 KB
[2021-03-24 07:29:39.271] [global] [info] performing static typing for UDF in operator withColumn
[2021-03-24 07:29:39.287] [global] [info] performing static typing for UDF in operator withColumn
[2021-03-24 07:29:39.294] [global] [info] performing static typing for UDF in operator withColumn
[2021-03-24 07:29:39.317] [global] [info] performing static typing for UDF in operator withColumn
[2021-03-24 07:29:39.337] [global] [info] performing static typing for UDF in operator withColumn
[2021-03-24 07:29:39.350] [global] [info] performing static typing for UDF in operator withColumn
[2021-03-24 07:29:39.381] [global] [info] performing static typing for UDF in operator withColumn
[2021-03-24 07:29:39.396] [global] [info] performing static typing for UDF in operator map
[2021-03-24 07:29:39.398] [global] [info] performing static typing for UDF in operator map
[2021-03-24 07:29:39.401] [global] [info] performing static typing for UDF in operator map
[2021-03-24 07:29:39.403] [global] [info] performing static typing for UDF in operator map
[2021-03-24 07:29:39.408] [logical planner] [info] logical optimization took 0.009143ms
output type of specialized pipeline is: (str)
is this the most outer stage?: 1
[2021-03-24 07:29:39.408] [codegen] [info] generating pipeline for (Option[str],Option[str],Option[str],Option[str],Option[f64],Option[str],Option[str],Option[str]) -> (str) (12 operators pipelined)
outSchema is different than last operator's schema:
outSchema: (str)
last Op: (Option[str],str,Option[str],str,Option[str],i64,i64,i64,str,str,i64)
[2021-03-24 07:29:39.408] [codegen] [info] generating function extractBd for ((Option[str],Option[str],Option[str],Option[str],Option[f64],Option[str],Option[str],Option[str])) -> i64
[2021-03-24 07:29:39.409] [codegen] [info] generating lambda function for ((Option[str],Option[str],Option[str],Option[str],Option[f64],Option[str],Option[str],Option[str],i64)) -> boolean
[2021-03-24 07:29:39.410] [codegen] [info] generating function extractType for ((Option[str],Option[str],Option[str],Option[str],Option[f64],Option[str],Option[str],Option[str],i64)) -> str
[2021-03-24 07:29:39.410] [codegen] [info] generating lambda function for ((Option[str],Option[str],Option[str],Option[str],Option[f64],Option[str],Option[str],Option[str],i64,str)) -> boolean
[2021-03-24 07:29:39.411] [codegen] [info] generating lambda function for ((Option[str],Option[str],Option[str],Option[str],Option[f64],Option[str],Option[str],Option[str],i64,str)) -> str
[2021-03-24 07:29:39.411] [codegen] [info] generating lambda function for (Option[str]) -> str
[2021-03-24 07:29:39.412] [codegen] [info] generating function extractBa for ((Option[str],Option[str],str,Option[str],Option[f64],Option[str],Option[str],Option[str],i64,str,str)) -> i64
[2021-03-24 07:29:39.413] [codegen] [info] generating function extractSqft for ((Option[str],Option[str],str,Option[str],Option[f64],Option[str],Option[str],Option[str],i64,str,str,i64)) -> i64
[2021-03-24 07:29:39.414] [codegen] [info] generating function extractOffer for ((Option[str],Option[str],str,Option[str],Option[f64],Option[str],Option[str],Option[str],i64,str,str,i64,i64)) -> str
[2021-03-24 07:29:39.414] [codegen] [info] generating function extractPrice for ((Option[str],Option[str],str,Option[str],Option[f64],Option[str],Option[str],Option[str],i64,str,str,i64,i64,str)) -> i64
[2021-03-24 07:29:39.416] [codegen] [info] generating lambda function for ((Option[str],Option[str],str,Option[str],Option[f64],i64,Option[str],Option[str],i64,str,str,i64,i64,str)) -> boolean
[2021-03-24 07:29:39.416] [codegen] [info] generating lambda function for ((Option[str],Option[str],str,Option[str],Option[f64],i64,Option[str],Option[str],i64,str,str,i64,i64,str)) -> (Option[str],str,Option[str],str,Option[str],i64,i64,i64,str,str,i64)
[2021-03-24 07:29:39.442] [global] [info] Stage0 depends on: 
[2021-03-24 07:29:39.582] [global] [info] Optimization via LLVM passes took 0.132985 ms
[2021-03-24 07:29:39.643] [global] [info] Compiled code paths for stage 0 in 0.06 ms
[2021-03-24 07:29:39.643] [global] [info] [Transform Stage] Stage 0 compiled to x86 in 0.200787s
[2021-03-24 07:29:39.643] [local ee] [info] split /data/zillow/Z1_preprocessed/zillow_Z1_10G.csv into 149 tasks
[2021-03-24 07:29:39.870] [driver] [info] [Task Finished] Transform to mem in 0.226795s (5710 normal rows, 0 exceptions)
[2021-03-24 07:29:40.094] [driver] [info] [Task Finished] Transform to mem in 0.224178s (5758 normal rows, 0 exceptions)
[2021-03-24 07:29:40.318] [driver] [info] [Task Finished] Transform to mem in 0.224342s (5772 normal rows, 0 exceptions)
[2021-03-24 07:29:40.543] [driver] [info] [Task Finished] Transform to mem in 0.224498s (5744 normal rows, 0 exceptions)
[2021-03-24 07:29:40.767] [driver] [info] [Task Finished] Transform to mem in 0.224285s (5860 normal rows, 0 exceptions)
[2021-03-24 07:29:40.991] [driver] [info] [Task Finished] Transform to mem in 0.224135s (5864 normal rows, 0 exceptions)
[2021-03-24 07:29:41.216] [driver] [info] [Task Finished] Transform to mem in 0.224440s (5799 normal rows, 0 exceptions)
[2021-03-24 07:29:41.439] [driver] [info] [Task Finished] Transform to mem in 0.223696s (5663 normal rows, 0 exceptions)
[2021-03-24 07:29:41.663] [driver] [info] [Task Finished] Transform to mem in 0.223696s (5796 normal rows, 0 exceptions)
[2021-03-24 07:29:41.887] [driver] [info] [Task Finished] Transform to mem in 0.223825s (5770 normal rows, 0 exceptions)
[2021-03-24 07:29:42.111] [driver] [info] [Task Finished] Transform to mem in 0.224052s (5748 normal rows, 0 exceptions)
[2021-03-24 07:29:42.335] [driver] [info] [Task Finished] Transform to mem in 0.223917s (5779 normal rows, 0 exceptions)
[2021-03-24 07:29:42.559] [driver] [info] [Task Finished] Transform to mem in 0.223905s (5802 normal rows, 0 exceptions)
[2021-03-24 07:29:42.783] [driver] [info] [Task Finished] Transform to mem in 0.223738s (5706 normal rows, 0 exceptions)
[2021-03-24 07:29:43.007] [driver] [info] [Task Finished] Transform to mem in 0.224105s (5882 normal rows, 0 exceptions)
[2021-03-24 07:29:43.231] [driver] [info] [Task Finished] Transform to mem in 0.223979s (5883 normal rows, 0 exceptions)
[2021-03-24 07:29:43.455] [driver] [info] [Task Finished] Transform to mem in 0.224473s (6027 normal rows, 0 exceptions)
[2021-03-24 07:29:43.679] [driver] [info] [Task Finished] Transform to mem in 0.223801s (5766 normal rows, 0 exceptions)
[2021-03-24 07:29:43.903] [driver] [info] [Task Finished] Transform to mem in 0.223587s (5706 normal rows, 0 exceptions)
[2021-03-24 07:29:44.126] [driver] [info] [Task Finished] Transform to mem in 0.223883s (5709 normal rows, 0 exceptions)
[2021-03-24 07:29:44.350] [driver] [info] [Task Finished] Transform to mem in 0.223509s (5678 normal rows, 0 exceptions)
[2021-03-24 07:29:44.574] [driver] [info] [Task Finished] Transform to mem in 0.224190s (5821 normal rows, 0 exceptions)
[2021-03-24 07:29:44.798] [driver] [info] [Task Finished] Transform to mem in 0.223608s (5752 normal rows, 0 exceptions)
[2021-03-24 07:29:45.022] [driver] [info] [Task Finished] Transform to mem in 0.223798s (5761 normal rows, 0 exceptions)
[2021-03-24 07:29:45.246] [driver] [info] [Task Finished] Transform to mem in 0.223873s (5882 normal rows, 0 exceptions)
[2021-03-24 07:29:45.469] [driver] [info] [Task Finished] Transform to mem in 0.223717s (5651 normal rows, 0 exceptions)
[2021-03-24 07:29:45.693] [driver] [info] [Task Finished] Transform to mem in 0.223824s (5772 normal rows, 0 exceptions)
[2021-03-24 07:29:45.917] [driver] [info] [Task Finished] Transform to mem in 0.224017s (5665 normal rows, 0 exceptions)
[2021-03-24 07:29:46.141] [driver] [info] [Task Finished] Transform to mem in 0.224153s (5716 normal rows, 0 exceptions)
[2021-03-24 07:29:46.366] [driver] [info] [Task Finished] Transform to mem in 0.224257s (5723 normal rows, 0 exceptions)
[2021-03-24 07:29:46.589] [driver] [info] [Task Finished] Transform to mem in 0.223724s (5792 normal rows, 0 exceptions)
[2021-03-24 07:29:46.813] [driver] [info] [Task Finished] Transform to mem in 0.223803s (5781 normal rows, 0 exceptions)
[2021-03-24 07:29:47.037] [driver] [info] [Task Finished] Transform to mem in 0.223773s (5622 normal rows, 0 exceptions)
[2021-03-24 07:29:47.261] [driver] [info] [Task Finished] Transform to mem in 0.223941s (5781 normal rows, 0 exceptions)
[2021-03-24 07:29:47.485] [driver] [info] [Task Finished] Transform to mem in 0.223788s (5842 normal rows, 0 exceptions)
[2021-03-24 07:29:47.709] [driver] [info] [Task Finished] Transform to mem in 0.223957s (5926 normal rows, 0 exceptions)
[2021-03-24 07:29:47.932] [driver] [info] [Task Finished] Transform to mem in 0.223698s (5860 normal rows, 0 exceptions)
[2021-03-24 07:29:48.156] [driver] [info] [Task Finished] Transform to mem in 0.223944s (5749 normal rows, 0 exceptions)
[2021-03-24 07:29:48.380] [driver] [info] [Task Finished] Transform to mem in 0.223767s (5696 normal rows, 0 exceptions)
[2021-03-24 07:29:48.604] [driver] [info] [Task Finished] Transform to mem in 0.224295s (5821 normal rows, 0 exceptions)
[2021-03-24 07:29:48.828] [driver] [info] [Task Finished] Transform to mem in 0.223939s (5831 normal rows, 0 exceptions)
[2021-03-24 07:29:49.052] [driver] [info] [Task Finished] Transform to mem in 0.223897s (5915 normal rows, 0 exceptions)
[2021-03-24 07:29:49.276] [driver] [info] [Task Finished] Transform to mem in 0.223956s (5721 normal rows, 0 exceptions)
[2021-03-24 07:29:49.500] [driver] [info] [Task Finished] Transform to mem in 0.223797s (5839 normal rows, 0 exceptions)
[2021-03-24 07:29:49.724] [driver] [info] [Task Finished] Transform to mem in 0.223705s (5750 normal rows, 0 exceptions)
[2021-03-24 07:29:49.948] [driver] [info] [Task Finished] Transform to mem in 0.224064s (5878 normal rows, 0 exceptions)
[2021-03-24 07:29:50.173] [driver] [info] [Task Finished] Transform to mem in 0.224655s (5861 normal rows, 0 exceptions)
[2021-03-24 07:29:50.397] [driver] [info] [Task Finished] Transform to mem in 0.224259s (5810 normal rows, 0 exceptions)
[2021-03-24 07:29:50.621] [driver] [info] [Task Finished] Transform to mem in 0.223798s (5662 normal rows, 0 exceptions)
[2021-03-24 07:29:50.845] [driver] [info] [Task Finished] Transform to mem in 0.224141s (5777 normal rows, 0 exceptions)
[2021-03-24 07:29:51.069] [driver] [info] [Task Finished] Transform to mem in 0.224290s (5657 normal rows, 0 exceptions)
[2021-03-24 07:29:51.293] [driver] [info] [Task Finished] Transform to mem in 0.223734s (5731 normal rows, 0 exceptions)
[2021-03-24 07:29:51.517] [driver] [info] [Task Finished] Transform to mem in 0.223658s (5694 normal rows, 0 exceptions)
[2021-03-24 07:29:51.741] [driver] [info] [Task Finished] Transform to mem in 0.223977s (5813 normal rows, 0 exceptions)
[2021-03-24 07:29:51.965] [driver] [info] [Task Finished] Transform to mem in 0.224276s (5893 normal rows, 0 exceptions)
[2021-03-24 07:29:52.189] [driver] [info] [Task Finished] Transform to mem in 0.223749s (5850 normal rows, 0 exceptions)
[2021-03-24 07:29:52.412] [driver] [info] [Task Finished] Transform to mem in 0.223692s (5742 normal rows, 0 exceptions)
[2021-03-24 07:29:52.636] [driver] [info] [Task Finished] Transform to mem in 0.223817s (5795 normal rows, 0 exceptions)
[2021-03-24 07:29:52.860] [driver] [info] [Task Finished] Transform to mem in 0.223912s (5714 normal rows, 0 exceptions)
[2021-03-24 07:29:53.084] [driver] [info] [Task Finished] Transform to mem in 0.224086s (5709 normal rows, 0 exceptions)
[2021-03-24 07:29:53.308] [driver] [info] [Task Finished] Transform to mem in 0.223850s (5750 normal rows, 0 exceptions)
[2021-03-24 07:29:53.532] [driver] [info] [Task Finished] Transform to mem in 0.223609s (5750 normal rows, 0 exceptions)
[2021-03-24 07:29:53.756] [driver] [info] [Task Finished] Transform to mem in 0.223917s (5759 normal rows, 0 exceptions)
[2021-03-24 07:29:53.979] [driver] [info] [Task Finished] Transform to mem in 0.223778s (5734 normal rows, 0 exceptions)
[2021-03-24 07:29:54.203] [driver] [info] [Task Finished] Transform to mem in 0.223837s (5881 normal rows, 0 exceptions)
[2021-03-24 07:29:54.428] [driver] [info] [Task Finished] Transform to mem in 0.224290s (5807 normal rows, 0 exceptions)
[2021-03-24 07:29:54.651] [driver] [info] [Task Finished] Transform to mem in 0.223761s (5797 normal rows, 0 exceptions)
[2021-03-24 07:29:54.875] [driver] [info] [Task Finished] Transform to mem in 0.224053s (5786 normal rows, 0 exceptions)
[2021-03-24 07:29:55.100] [driver] [info] [Task Finished] Transform to mem in 0.224429s (5826 normal rows, 0 exceptions)
[2021-03-24 07:29:55.324] [driver] [info] [Task Finished] Transform to mem in 0.223702s (5722 normal rows, 0 exceptions)
[2021-03-24 07:29:55.548] [driver] [info] [Task Finished] Transform to mem in 0.224184s (5746 normal rows, 0 exceptions)
[2021-03-24 07:29:55.771] [driver] [info] [Task Finished] Transform to mem in 0.223548s (5775 normal rows, 0 exceptions)
[2021-03-24 07:29:55.995] [driver] [info] [Task Finished] Transform to mem in 0.223928s (5766 normal rows, 0 exceptions)
[2021-03-24 07:29:56.219] [driver] [info] [Task Finished] Transform to mem in 0.223998s (5877 normal rows, 0 exceptions)
[2021-03-24 07:29:56.443] [driver] [info] [Task Finished] Transform to mem in 0.224074s (5677 normal rows, 0 exceptions)
[2021-03-24 07:29:56.667] [driver] [info] [Task Finished] Transform to mem in 0.224079s (5846 normal rows, 0 exceptions)
[2021-03-24 07:29:56.892] [driver] [info] [Task Finished] Transform to mem in 0.224190s (5851 normal rows, 0 exceptions)
[2021-03-24 07:29:57.116] [driver] [info] [Task Finished] Transform to mem in 0.224092s (5820 normal rows, 0 exceptions)
[2021-03-24 07:29:57.340] [driver] [info] [Task Finished] Transform to mem in 0.223868s (5726 normal rows, 0 exceptions)
[2021-03-24 07:29:57.563] [driver] [info] [Task Finished] Transform to mem in 0.223765s (5684 normal rows, 0 exceptions)
[2021-03-24 07:29:57.787] [driver] [info] [Task Finished] Transform to mem in 0.223718s (5744 normal rows, 0 exceptions)
[2021-03-24 07:29:58.011] [driver] [info] [Task Finished] Transform to mem in 0.223783s (5606 normal rows, 0 exceptions)
[2021-03-24 07:29:58.235] [driver] [info] [Task Finished] Transform to mem in 0.224134s (5707 normal rows, 0 exceptions)
[2021-03-24 07:29:58.459] [driver] [info] [Task Finished] Transform to mem in 0.223763s (5831 normal rows, 0 exceptions)
[2021-03-24 07:29:58.682] [driver] [info] [Task Finished] Transform to mem in 0.223522s (5742 normal rows, 0 exceptions)
[2021-03-24 07:29:58.906] [driver] [info] [Task Finished] Transform to mem in 0.223722s (5546 normal rows, 0 exceptions)
[2021-03-24 07:29:59.130] [driver] [info] [Task Finished] Transform to mem in 0.223683s (5744 normal rows, 0 exceptions)
[2021-03-24 07:29:59.354] [driver] [info] [Task Finished] Transform to mem in 0.224148s (5879 normal rows, 0 exceptions)
[2021-03-24 07:29:59.578] [driver] [info] [Task Finished] Transform to mem in 0.224091s (5865 normal rows, 0 exceptions)
[2021-03-24 07:29:59.802] [driver] [info] [Task Finished] Transform to mem in 0.223826s (5776 normal rows, 0 exceptions)
[2021-03-24 07:30:00.026] [driver] [info] [Task Finished] Transform to mem in 0.223867s (5632 normal rows, 0 exceptions)
[2021-03-24 07:30:00.250] [driver] [info] [Task Finished] Transform to mem in 0.223728s (5766 normal rows, 0 exceptions)
[2021-03-24 07:30:00.474] [driver] [info] [Task Finished] Transform to mem in 0.224094s (5851 normal rows, 0 exceptions)
[2021-03-24 07:30:00.698] [driver] [info] [Task Finished] Transform to mem in 0.224073s (5842 normal rows, 0 exceptions)
[2021-03-24 07:30:00.922] [driver] [info] [Task Finished] Transform to mem in 0.223736s (5844 normal rows, 0 exceptions)
[2021-03-24 07:30:01.146] [driver] [info] [Task Finished] Transform to mem in 0.224209s (5911 normal rows, 0 exceptions)
[2021-03-24 07:30:01.370] [driver] [info] [Task Finished] Transform to mem in 0.224204s (5907 normal rows, 0 exceptions)
[2021-03-24 07:30:01.594] [driver] [info] [Task Finished] Transform to mem in 0.224333s (5866 normal rows, 0 exceptions)
[2021-03-24 07:30:01.818] [driver] [info] [Task Finished] Transform to mem in 0.224020s (5743 normal rows, 0 exceptions)
[2021-03-24 07:30:02.042] [driver] [info] [Task Finished] Transform to mem in 0.223936s (5720 normal rows, 0 exceptions)
[2021-03-24 07:30:02.266] [driver] [info] [Task Finished] Transform to mem in 0.223856s (5685 normal rows, 0 exceptions)
[2021-03-24 07:30:02.490] [driver] [info] [Task Finished] Transform to mem in 0.223961s (5883 normal rows, 0 exceptions)
[2021-03-24 07:30:02.714] [driver] [info] [Task Finished] Transform to mem in 0.223721s (5706 normal rows, 0 exceptions)
[2021-03-24 07:30:02.938] [driver] [info] [Task Finished] Transform to mem in 0.224237s (5929 normal rows, 0 exceptions)
[2021-03-24 07:30:03.162] [driver] [info] [Task Finished] Transform to mem in 0.224188s (5872 normal rows, 0 exceptions)
[2021-03-24 07:30:03.387] [driver] [info] [Task Finished] Transform to mem in 0.224171s (5847 normal rows, 0 exceptions)
[2021-03-24 07:30:03.610] [driver] [info] [Task Finished] Transform to mem in 0.223560s (5816 normal rows, 0 exceptions)
[2021-03-24 07:30:03.834] [driver] [info] [Task Finished] Transform to mem in 0.223930s (5649 normal rows, 0 exceptions)
[2021-03-24 07:30:04.058] [driver] [info] [Task Finished] Transform to mem in 0.224355s (5873 normal rows, 0 exceptions)
[2021-03-24 07:30:04.282] [driver] [info] [Task Finished] Transform to mem in 0.223821s (5686 normal rows, 0 exceptions)
[2021-03-24 07:30:04.507] [driver] [info] [Task Finished] Transform to mem in 0.224382s (5806 normal rows, 0 exceptions)
[2021-03-24 07:30:04.731] [driver] [info] [Task Finished] Transform to mem in 0.224489s (5765 normal rows, 0 exceptions)
[2021-03-24 07:30:04.956] [driver] [info] [Task Finished] Transform to mem in 0.224856s (5770 normal rows, 0 exceptions)
[2021-03-24 07:30:05.181] [driver] [info] [Task Finished] Transform to mem in 0.224583s (5643 normal rows, 0 exceptions)
[2021-03-24 07:30:05.406] [driver] [info] [Task Finished] Transform to mem in 0.225014s (5951 normal rows, 0 exceptions)
[2021-03-24 07:30:05.630] [driver] [info] [Task Finished] Transform to mem in 0.224757s (5759 normal rows, 0 exceptions)
[2021-03-24 07:30:05.856] [driver] [info] [Task Finished] Transform to mem in 0.225310s (5698 normal rows, 0 exceptions)
[2021-03-24 07:30:06.081] [driver] [info] [Task Finished] Transform to mem in 0.225113s (5955 normal rows, 0 exceptions)
[2021-03-24 07:30:06.306] [driver] [info] [Task Finished] Transform to mem in 0.224679s (5768 normal rows, 0 exceptions)
[2021-03-24 07:30:06.530] [driver] [info] [Task Finished] Transform to mem in 0.224859s (5772 normal rows, 0 exceptions)
[2021-03-24 07:30:06.756] [driver] [info] [Task Finished] Transform to mem in 0.225084s (5802 normal rows, 0 exceptions)
[2021-03-24 07:30:06.980] [driver] [info] [Task Finished] Transform to mem in 0.224898s (5799 normal rows, 0 exceptions)
[2021-03-24 07:30:07.205] [driver] [info] [Task Finished] Transform to mem in 0.224926s (5862 normal rows, 0 exceptions)
[2021-03-24 07:30:07.431] [driver] [info] [Task Finished] Transform to mem in 0.225614s (5856 normal rows, 0 exceptions)
[2021-03-24 07:30:07.656] [driver] [info] [Task Finished] Transform to mem in 0.225148s (5685 normal rows, 0 exceptions)
[2021-03-24 07:30:07.881] [driver] [info] [Task Finished] Transform to mem in 0.224548s (5751 normal rows, 0 exceptions)
[2021-03-24 07:30:08.106] [driver] [info] [Task Finished] Transform to mem in 0.224761s (5891 normal rows, 0 exceptions)
[2021-03-24 07:30:08.330] [driver] [info] [Task Finished] Transform to mem in 0.224716s (5852 normal rows, 0 exceptions)
[2021-03-24 07:30:08.556] [driver] [info] [Task Finished] Transform to mem in 0.225241s (5722 normal rows, 0 exceptions)
[2021-03-24 07:30:08.780] [driver] [info] [Task Finished] Transform to mem in 0.224515s (5645 normal rows, 0 exceptions)
[2021-03-24 07:30:09.005] [driver] [info] [Task Finished] Transform to mem in 0.225123s (5788 normal rows, 0 exceptions)
[2021-03-24 07:30:09.229] [driver] [info] [Task Finished] Transform to mem in 0.223899s (5813 normal rows, 0 exceptions)
[2021-03-24 07:30:09.454] [driver] [info] [Task Finished] Transform to mem in 0.224400s (5674 normal rows, 0 exceptions)
[2021-03-24 07:30:09.678] [driver] [info] [Task Finished] Transform to mem in 0.224888s (5853 normal rows, 0 exceptions)
[2021-03-24 07:30:09.903] [driver] [info] [Task Finished] Transform to mem in 0.224848s (5848 normal rows, 0 exceptions)
[2021-03-24 07:30:10.128] [driver] [info] [Task Finished] Transform to mem in 0.224763s (5811 normal rows, 0 exceptions)
[2021-03-24 07:30:10.352] [driver] [info] [Task Finished] Transform to mem in 0.224304s (5732 normal rows, 0 exceptions)
[2021-03-24 07:30:10.577] [driver] [info] [Task Finished] Transform to mem in 0.224435s (5801 normal rows, 0 exceptions)
[2021-03-24 07:30:10.801] [driver] [info] [Task Finished] Transform to mem in 0.224552s (5827 normal rows, 0 exceptions)
[2021-03-24 07:30:11.026] [driver] [info] [Task Finished] Transform to mem in 0.224718s (5868 normal rows, 0 exceptions)
[2021-03-24 07:30:11.251] [driver] [info] [Task Finished] Transform to mem in 0.224395s (5794 normal rows, 0 exceptions)
[2021-03-24 07:30:11.475] [driver] [info] [Task Finished] Transform to mem in 0.224554s (5817 normal rows, 0 exceptions)
[2021-03-24 07:30:11.699] [driver] [info] [Task Finished] Transform to mem in 0.224219s (5696 normal rows, 0 exceptions)
[2021-03-24 07:30:11.924] [driver] [info] [Task Finished] Transform to mem in 0.224598s (5732 normal rows, 0 exceptions)
[2021-03-24 07:30:12.148] [driver] [info] [Task Finished] Transform to mem in 0.224192s (5629 normal rows, 0 exceptions)
[2021-03-24 07:30:12.373] [driver] [info] [Task Finished] Transform to mem in 0.224670s (5789 normal rows, 0 exceptions)
[2021-03-24 07:30:12.598] [driver] [info] [Task Finished] Transform to mem in 0.224929s (5740 normal rows, 0 exceptions)
[2021-03-24 07:30:12.822] [driver] [info] [Task Finished] Transform to mem in 0.224566s (5841 normal rows, 0 exceptions)
[2021-03-24 07:30:13.050] [driver] [info] [Task Finished] Transform to mem in 0.227659s (5857 normal rows, 0 exceptions)
[2021-03-24 07:30:13.050] [global] [info] [Transform Stage] Stage 0 completed 149 load&transform tasks in 33.4076s
[2021-03-24 07:30:13.050] [global] [info] [Transform Stage] Stage 0 total wall clock time: 33.4049s, 48740298 input rows, time to process 1 row via fast path: 0.000685365ms

[2021-03-24 07:30:13.065] [global] [info] Writing 861387 rows as output to file (116.34 MB)
[2021-03-24 07:30:13.195] [driver] [info] [Task Finished] write to file in 0.130278s (861387 rows, 116.34 MB)
[2021-03-24 07:30:13.195] [global] [info] writing output took 0.145065s
[2021-03-24 07:30:13.195] [global] [info] [Transform Stage] Stage 0 completed 149 sink tasks in 0.145143s
[2021-03-24 07:30:13.195] [global] [info] [Transform Stage] Stage 0 took 33.7535s
[2021-03-24 07:30:13.195] [global] [info] Query Execution took 33.7992s. (planning: 0.0456198s, execution: 33.7536s)
Welcome to

  _____            _
 |_   _|   _ _ __ | | _____  __
   | || | | | '_ \| |/ _ \ \/ /
   | || |_| | |_) | |  __/>  <
   |_| \__,_| .__/|_|\___/_/\_\ 0.1.7
            |_|
    
using Python 3.6.9 (default, Mar 23 2021, 11:08:57) 
[GCC 10.2.0] on linux
>>> running tuplex on ['/data/zillow/Z1_preprocessed/zillow_Z1_10G.csv']
Tuplex startup time: 0.005114078521728516
Tuplex job time: 34.06998920440674 s
{'tuplex.useLLVMOptimizer': True, 'tuplex.autoUpcast': False, 'tuplex.allowUndefinedBehavior': False, 'tuplex.optimizer.codeStats': False, 'tuplex.optimizer.generateParser': False, 'tuplex.optimizer.nullValueOptimization': False, 'tuplex.optimizer.filterPushdown': True, 'tuplex.optimizer.sharedObjectPropagation': True, 'tuplex.interleaveIO': True, 'tuplex.resolveWithInterpreterOnly': False, 'tuplex.csv.selectionPushdown': True, 'tuplex.webui.enable': False, 'tuplex.executorCount': 0, 'tuplex.csv.maxDetectionRows': 10000, 'tuplex.webui.port': 5000, 'tuplex.webui.mongodb.port': 27017, 'tuplex.webui.exceptionDisplayLimit': 5, 'tuplex.normalcaseThreshold': 0.9, 'tuplex.csv.comments': ['#', '~'], 'tuplex.csv.maxDetectionMemory': '256KB', 'tuplex.csv.quotechar': '"', 'tuplex.csv.separators': [',', ';', '|', '\t'], 'tuplex.driverMemory': '32G', 'tuplex.env.hostname': '4e1bb76d17c5', 'tuplex.env.mode': 'file', 'tuplex.env.user': 'root', 'tuplex.executorMemory': '6G', 'tuplex.inputSplitSize': '64MB', 'tuplex.logDir': '.', 'tuplex.optimizer.mergeExceptionsInOrder': 'true', 'tuplex.optimizer.operatorReordering': 'false', 'tuplex.optionalThreshold': '0.7', 'tuplex.partitionSize': '32MB', 'tuplex.readBufferSize': '128KB', 'tuplex.runTimeLibrary': '/usr/local/lib/python3.6/site-packages/Tuplex-0.1.7-py3.6.egg/tuplex/libexec/tuplex_runtime', 'tuplex.runTimeMemory': '8MB', 'tuplex.runTimeMemoryBlockSize': '4MB', 'tuplex.scratchDir': '/tmp', 'tuplex.webui.mongodb.path': '/data/tuplex_history', 'tuplex.webui.mongodb.url': 'localhost', 'tuplex.webui.url': 'localhost'}
{"logical_optimization_time_s":0.00914333,"llvm_optimization_time_s":0.132985,"llvm_compilation_time_s":0.0607836,"total_compilation_time_s":0.200785,"sampling_time_s":0.120438,"stages":[{"stage_no":0,"fast_path_wall_time_s":33.4049,"fast_path_time_s":33.4076,"fast_path_per_row_time_ns":685.365,"slow_path_wall_time_s":0,"slow_path_time_s":0,"slow_path_per_row_time_ns":0}]}
{"startupTime": 0.005114078521728516, "jobTime": 34.06998920440674}
[GLOBAL] Local engine terminated.
[GLOBAL] releasing 1 active partitions
