[2021-03-24 07:26:52.263] [global] [error] could not find backend, defaulting to local
[2021-03-24 07:26:52.263] [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:26:52.263] [local ee] [info] initializing LLVM backend
[2021-03-24 07:26:52.263] [local ee] [warning] init JIT compiler also only in local mode
[2021-03-24 07:26:52.263] [LLVM] [info] compiling code for skylake-avx512
[2021-03-24 07:26:52.264] [memory] [info] allocated bitmap managed memory region (32.00 GB, 32.00 MB block size)
[2021-03-24 07:26:52.264] [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:26:52.264] [fileinputoperator] [info] found 1 file (9.31 GB) to process.
[2021-03-24 07:26:52.264] [global] [info] sampled file:///data/zillow/Z1_preprocessed/zillow_Z1_10G.csv on 256.00 KB
[2021-03-24 07:26:52.405] [global] [info] performing static typing for UDF in operator withColumn
[2021-03-24 07:26:52.420] [global] [info] performing static typing for UDF in operator withColumn
[2021-03-24 07:26:52.428] [global] [info] performing static typing for UDF in operator withColumn
[2021-03-24 07:26:52.451] [global] [info] performing static typing for UDF in operator withColumn
[2021-03-24 07:26:52.470] [global] [info] performing static typing for UDF in operator withColumn
[2021-03-24 07:26:52.484] [global] [info] performing static typing for UDF in operator withColumn
[2021-03-24 07:26:52.515] [global] [info] performing static typing for UDF in operator withColumn
[2021-03-24 07:26:52.529] [global] [info] performing static typing for UDF in operator map
[2021-03-24 07:26:52.532] [global] [info] performing static typing for UDF in operator map
[2021-03-24 07:26:52.534] [global] [info] performing static typing for UDF in operator map
[2021-03-24 07:26:52.536] [global] [info] performing static typing for UDF in operator map
[2021-03-24 07:26:52.541] [logical planner] [info] logical optimization took 0.009015ms
output type of specialized pipeline is: (str)
is this the most outer stage?: 1
[2021-03-24 07:26:52.541] [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:26:52.542] [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:26:52.542] [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:26:52.543] [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:26:52.544] [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:26:52.544] [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:26:52.545] [codegen] [info] generating lambda function for (Option[str]) -> str
[2021-03-24 07:26:52.545] [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:26:52.546] [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:26:52.547] [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:26:52.548] [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:26:52.549] [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:26:52.549] [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:26:52.575] [global] [info] Stage0 depends on: 
[2021-03-24 07:26:52.716] [global] [info] Optimization via LLVM passes took 0.134249 ms
[2021-03-24 07:26:52.777] [global] [info] Compiled code paths for stage 0 in 0.06 ms
[2021-03-24 07:26:52.777] [global] [info] [Transform Stage] Stage 0 compiled to x86 in 0.20178s
[2021-03-24 07:26:52.777] [local ee] [info] split /data/zillow/Z1_preprocessed/zillow_Z1_10G.csv into 149 tasks
[2021-03-24 07:26:53.004] [driver] [info] [Task Finished] Transform to mem in 0.226879s (5710 normal rows, 0 exceptions)
[2021-03-24 07:26:53.228] [driver] [info] [Task Finished] Transform to mem in 0.223654s (5758 normal rows, 0 exceptions)
[2021-03-24 07:26:53.451] [driver] [info] [Task Finished] Transform to mem in 0.222695s (5772 normal rows, 0 exceptions)
[2021-03-24 07:26:53.675] [driver] [info] [Task Finished] Transform to mem in 0.224840s (5744 normal rows, 0 exceptions)
[2021-03-24 07:26:53.900] [driver] [info] [Task Finished] Transform to mem in 0.224224s (5860 normal rows, 0 exceptions)
[2021-03-24 07:26:54.127] [driver] [info] [Task Finished] Transform to mem in 0.227590s (5864 normal rows, 0 exceptions)
[2021-03-24 07:26:54.352] [driver] [info] [Task Finished] Transform to mem in 0.224477s (5799 normal rows, 0 exceptions)
[2021-03-24 07:26:54.575] [driver] [info] [Task Finished] Transform to mem in 0.223518s (5663 normal rows, 0 exceptions)
[2021-03-24 07:26:54.799] [driver] [info] [Task Finished] Transform to mem in 0.223897s (5796 normal rows, 0 exceptions)
[2021-03-24 07:26:55.023] [driver] [info] [Task Finished] Transform to mem in 0.223450s (5770 normal rows, 0 exceptions)
[2021-03-24 07:26:55.247] [driver] [info] [Task Finished] Transform to mem in 0.223906s (5748 normal rows, 0 exceptions)
[2021-03-24 07:26:55.471] [driver] [info] [Task Finished] Transform to mem in 0.224821s (5779 normal rows, 0 exceptions)
[2021-03-24 07:26:55.695] [driver] [info] [Task Finished] Transform to mem in 0.223957s (5802 normal rows, 0 exceptions)
[2021-03-24 07:26:55.919] [driver] [info] [Task Finished] Transform to mem in 0.223184s (5706 normal rows, 0 exceptions)
[2021-03-24 07:26:56.143] [driver] [info] [Task Finished] Transform to mem in 0.223937s (5882 normal rows, 0 exceptions)
[2021-03-24 07:26:56.367] [driver] [info] [Task Finished] Transform to mem in 0.223928s (5883 normal rows, 0 exceptions)
[2021-03-24 07:26:56.590] [driver] [info] [Task Finished] Transform to mem in 0.223913s (6027 normal rows, 0 exceptions)
[2021-03-24 07:26:56.814] [driver] [info] [Task Finished] Transform to mem in 0.223784s (5766 normal rows, 0 exceptions)
[2021-03-24 07:26:57.038] [driver] [info] [Task Finished] Transform to mem in 0.224048s (5706 normal rows, 0 exceptions)
[2021-03-24 07:26:57.262] [driver] [info] [Task Finished] Transform to mem in 0.223525s (5709 normal rows, 0 exceptions)
[2021-03-24 07:26:57.486] [driver] [info] [Task Finished] Transform to mem in 0.224047s (5678 normal rows, 0 exceptions)
[2021-03-24 07:26:57.710] [driver] [info] [Task Finished] Transform to mem in 0.223771s (5821 normal rows, 0 exceptions)
[2021-03-24 07:26:57.934] [driver] [info] [Task Finished] Transform to mem in 0.224144s (5752 normal rows, 0 exceptions)
[2021-03-24 07:26:58.157] [driver] [info] [Task Finished] Transform to mem in 0.223528s (5761 normal rows, 0 exceptions)
[2021-03-24 07:26:58.385] [driver] [info] [Task Finished] Transform to mem in 0.227818s (5882 normal rows, 0 exceptions)
[2021-03-24 07:26:58.608] [driver] [info] [Task Finished] Transform to mem in 0.223088s (5651 normal rows, 0 exceptions)
[2021-03-24 07:26:58.833] [driver] [info] [Task Finished] Transform to mem in 0.224814s (5772 normal rows, 0 exceptions)
[2021-03-24 07:26:59.057] [driver] [info] [Task Finished] Transform to mem in 0.224002s (5665 normal rows, 0 exceptions)
[2021-03-24 07:26:59.281] [driver] [info] [Task Finished] Transform to mem in 0.223801s (5716 normal rows, 0 exceptions)
[2021-03-24 07:26:59.505] [driver] [info] [Task Finished] Transform to mem in 0.223662s (5723 normal rows, 0 exceptions)
[2021-03-24 07:26:59.728] [driver] [info] [Task Finished] Transform to mem in 0.223753s (5792 normal rows, 0 exceptions)
[2021-03-24 07:26:59.952] [driver] [info] [Task Finished] Transform to mem in 0.223489s (5781 normal rows, 0 exceptions)
[2021-03-24 07:27:00.176] [driver] [info] [Task Finished] Transform to mem in 0.223732s (5622 normal rows, 0 exceptions)
[2021-03-24 07:27:00.399] [driver] [info] [Task Finished] Transform to mem in 0.223454s (5781 normal rows, 0 exceptions)
[2021-03-24 07:27:00.623] [driver] [info] [Task Finished] Transform to mem in 0.223760s (5842 normal rows, 0 exceptions)
[2021-03-24 07:27:00.848] [driver] [info] [Task Finished] Transform to mem in 0.224625s (5926 normal rows, 0 exceptions)
[2021-03-24 07:27:01.071] [driver] [info] [Task Finished] Transform to mem in 0.223756s (5860 normal rows, 0 exceptions)
[2021-03-24 07:27:01.295] [driver] [info] [Task Finished] Transform to mem in 0.223647s (5749 normal rows, 0 exceptions)
[2021-03-24 07:27:01.519] [driver] [info] [Task Finished] Transform to mem in 0.223965s (5696 normal rows, 0 exceptions)
[2021-03-24 07:27:01.743] [driver] [info] [Task Finished] Transform to mem in 0.223475s (5821 normal rows, 0 exceptions)
[2021-03-24 07:27:01.967] [driver] [info] [Task Finished] Transform to mem in 0.224705s (5831 normal rows, 0 exceptions)
[2021-03-24 07:27:02.193] [driver] [info] [Task Finished] Transform to mem in 0.225306s (5915 normal rows, 0 exceptions)
[2021-03-24 07:27:02.417] [driver] [info] [Task Finished] Transform to mem in 0.223972s (5721 normal rows, 0 exceptions)
[2021-03-24 07:27:02.640] [driver] [info] [Task Finished] Transform to mem in 0.223543s (5839 normal rows, 0 exceptions)
[2021-03-24 07:27:02.864] [driver] [info] [Task Finished] Transform to mem in 0.223803s (5750 normal rows, 0 exceptions)
[2021-03-24 07:27:03.089] [driver] [info] [Task Finished] Transform to mem in 0.225155s (5878 normal rows, 0 exceptions)
[2021-03-24 07:27:03.314] [driver] [info] [Task Finished] Transform to mem in 0.224728s (5861 normal rows, 0 exceptions)
[2021-03-24 07:27:03.538] [driver] [info] [Task Finished] Transform to mem in 0.223836s (5810 normal rows, 0 exceptions)
[2021-03-24 07:27:03.759] [driver] [info] [Task Finished] Transform to mem in 0.221695s (5662 normal rows, 0 exceptions)
[2021-03-24 07:27:03.983] [driver] [info] [Task Finished] Transform to mem in 0.223688s (5777 normal rows, 0 exceptions)
[2021-03-24 07:27:04.207] [driver] [info] [Task Finished] Transform to mem in 0.223997s (5657 normal rows, 0 exceptions)
[2021-03-24 07:27:04.430] [driver] [info] [Task Finished] Transform to mem in 0.223365s (5731 normal rows, 0 exceptions)
[2021-03-24 07:27:04.656] [driver] [info] [Task Finished] Transform to mem in 0.225206s (5694 normal rows, 0 exceptions)
[2021-03-24 07:27:04.879] [driver] [info] [Task Finished] Transform to mem in 0.223544s (5813 normal rows, 0 exceptions)
[2021-03-24 07:27:05.104] [driver] [info] [Task Finished] Transform to mem in 0.224233s (5893 normal rows, 0 exceptions)
[2021-03-24 07:27:05.328] [driver] [info] [Task Finished] Transform to mem in 0.224111s (5850 normal rows, 0 exceptions)
[2021-03-24 07:27:05.553] [driver] [info] [Task Finished] Transform to mem in 0.225093s (5742 normal rows, 0 exceptions)
[2021-03-24 07:27:05.776] [driver] [info] [Task Finished] Transform to mem in 0.223675s (5795 normal rows, 0 exceptions)
[2021-03-24 07:27:06.002] [driver] [info] [Task Finished] Transform to mem in 0.225096s (5714 normal rows, 0 exceptions)
[2021-03-24 07:27:06.225] [driver] [info] [Task Finished] Transform to mem in 0.223881s (5709 normal rows, 0 exceptions)
[2021-03-24 07:27:06.449] [driver] [info] [Task Finished] Transform to mem in 0.223675s (5750 normal rows, 0 exceptions)
[2021-03-24 07:27:06.673] [driver] [info] [Task Finished] Transform to mem in 0.223471s (5750 normal rows, 0 exceptions)
[2021-03-24 07:27:06.896] [driver] [info] [Task Finished] Transform to mem in 0.223801s (5759 normal rows, 0 exceptions)
[2021-03-24 07:27:07.120] [driver] [info] [Task Finished] Transform to mem in 0.223543s (5734 normal rows, 0 exceptions)
[2021-03-24 07:27:07.344] [driver] [info] [Task Finished] Transform to mem in 0.224047s (5881 normal rows, 0 exceptions)
[2021-03-24 07:27:07.568] [driver] [info] [Task Finished] Transform to mem in 0.223708s (5807 normal rows, 0 exceptions)
[2021-03-24 07:27:07.792] [driver] [info] [Task Finished] Transform to mem in 0.224658s (5797 normal rows, 0 exceptions)
[2021-03-24 07:27:08.016] [driver] [info] [Task Finished] Transform to mem in 0.223483s (5786 normal rows, 0 exceptions)
[2021-03-24 07:27:08.239] [driver] [info] [Task Finished] Transform to mem in 0.223474s (5826 normal rows, 0 exceptions)
[2021-03-24 07:27:08.463] [driver] [info] [Task Finished] Transform to mem in 0.223224s (5722 normal rows, 0 exceptions)
[2021-03-24 07:27:08.687] [driver] [info] [Task Finished] Transform to mem in 0.224103s (5746 normal rows, 0 exceptions)
[2021-03-24 07:27:08.910] [driver] [info] [Task Finished] Transform to mem in 0.223320s (5775 normal rows, 0 exceptions)
[2021-03-24 07:27:09.134] [driver] [info] [Task Finished] Transform to mem in 0.223605s (5766 normal rows, 0 exceptions)
[2021-03-24 07:27:09.356] [driver] [info] [Task Finished] Transform to mem in 0.222191s (5877 normal rows, 0 exceptions)
[2021-03-24 07:27:09.580] [driver] [info] [Task Finished] Transform to mem in 0.223811s (5677 normal rows, 0 exceptions)
[2021-03-24 07:27:09.807] [driver] [info] [Task Finished] Transform to mem in 0.227279s (5846 normal rows, 0 exceptions)
[2021-03-24 07:27:10.031] [driver] [info] [Task Finished] Transform to mem in 0.224326s (5851 normal rows, 0 exceptions)
[2021-03-24 07:27:10.256] [driver] [info] [Task Finished] Transform to mem in 0.224154s (5820 normal rows, 0 exceptions)
[2021-03-24 07:27:10.479] [driver] [info] [Task Finished] Transform to mem in 0.223755s (5726 normal rows, 0 exceptions)
[2021-03-24 07:27:10.707] [driver] [info] [Task Finished] Transform to mem in 0.227248s (5684 normal rows, 0 exceptions)
[2021-03-24 07:27:10.930] [driver] [info] [Task Finished] Transform to mem in 0.223667s (5744 normal rows, 0 exceptions)
[2021-03-24 07:27:11.154] [driver] [info] [Task Finished] Transform to mem in 0.223707s (5606 normal rows, 0 exceptions)
[2021-03-24 07:27:11.378] [driver] [info] [Task Finished] Transform to mem in 0.223789s (5707 normal rows, 0 exceptions)
[2021-03-24 07:27:11.602] [driver] [info] [Task Finished] Transform to mem in 0.223626s (5831 normal rows, 0 exceptions)
[2021-03-24 07:27:11.825] [driver] [info] [Task Finished] Transform to mem in 0.223775s (5742 normal rows, 0 exceptions)
[2021-03-24 07:27:12.049] [driver] [info] [Task Finished] Transform to mem in 0.223229s (5546 normal rows, 0 exceptions)
[2021-03-24 07:27:12.272] [driver] [info] [Task Finished] Transform to mem in 0.223769s (5744 normal rows, 0 exceptions)
[2021-03-24 07:27:12.496] [driver] [info] [Task Finished] Transform to mem in 0.224014s (5879 normal rows, 0 exceptions)
[2021-03-24 07:27:12.721] [driver] [info] [Task Finished] Transform to mem in 0.224163s (5865 normal rows, 0 exceptions)
[2021-03-24 07:27:12.946] [driver] [info] [Task Finished] Transform to mem in 0.225007s (5776 normal rows, 0 exceptions)
[2021-03-24 07:27:13.169] [driver] [info] [Task Finished] Transform to mem in 0.223747s (5632 normal rows, 0 exceptions)
[2021-03-24 07:27:13.393] [driver] [info] [Task Finished] Transform to mem in 0.223815s (5766 normal rows, 0 exceptions)
[2021-03-24 07:27:13.617] [driver] [info] [Task Finished] Transform to mem in 0.224126s (5851 normal rows, 0 exceptions)
[2021-03-24 07:27:13.841] [driver] [info] [Task Finished] Transform to mem in 0.223676s (5842 normal rows, 0 exceptions)
[2021-03-24 07:27:14.065] [driver] [info] [Task Finished] Transform to mem in 0.223850s (5844 normal rows, 0 exceptions)
[2021-03-24 07:27:14.289] [driver] [info] [Task Finished] Transform to mem in 0.223893s (5911 normal rows, 0 exceptions)
[2021-03-24 07:27:14.513] [driver] [info] [Task Finished] Transform to mem in 0.224036s (5907 normal rows, 0 exceptions)
[2021-03-24 07:27:14.738] [driver] [info] [Task Finished] Transform to mem in 0.225418s (5866 normal rows, 0 exceptions)
[2021-03-24 07:27:14.962] [driver] [info] [Task Finished] Transform to mem in 0.224013s (5743 normal rows, 0 exceptions)
[2021-03-24 07:27:15.187] [driver] [info] [Task Finished] Transform to mem in 0.224736s (5720 normal rows, 0 exceptions)
[2021-03-24 07:27:15.411] [driver] [info] [Task Finished] Transform to mem in 0.223970s (5685 normal rows, 0 exceptions)
[2021-03-24 07:27:15.635] [driver] [info] [Task Finished] Transform to mem in 0.223950s (5883 normal rows, 0 exceptions)
[2021-03-24 07:27:15.859] [driver] [info] [Task Finished] Transform to mem in 0.223843s (5706 normal rows, 0 exceptions)
[2021-03-24 07:27:16.082] [driver] [info] [Task Finished] Transform to mem in 0.223490s (5929 normal rows, 0 exceptions)
[2021-03-24 07:27:16.307] [driver] [info] [Task Finished] Transform to mem in 0.225060s (5872 normal rows, 0 exceptions)
[2021-03-24 07:27:16.531] [driver] [info] [Task Finished] Transform to mem in 0.223400s (5847 normal rows, 0 exceptions)
[2021-03-24 07:27:16.755] [driver] [info] [Task Finished] Transform to mem in 0.224020s (5816 normal rows, 0 exceptions)
[2021-03-24 07:27:16.979] [driver] [info] [Task Finished] Transform to mem in 0.223809s (5649 normal rows, 0 exceptions)
[2021-03-24 07:27:17.203] [driver] [info] [Task Finished] Transform to mem in 0.223812s (5873 normal rows, 0 exceptions)
[2021-03-24 07:27:17.426] [driver] [info] [Task Finished] Transform to mem in 0.223270s (5686 normal rows, 0 exceptions)
[2021-03-24 07:27:17.650] [driver] [info] [Task Finished] Transform to mem in 0.224030s (5806 normal rows, 0 exceptions)
[2021-03-24 07:27:17.873] [driver] [info] [Task Finished] Transform to mem in 0.223084s (5765 normal rows, 0 exceptions)
[2021-03-24 07:27:18.098] [driver] [info] [Task Finished] Transform to mem in 0.224788s (5770 normal rows, 0 exceptions)
[2021-03-24 07:27:18.322] [driver] [info] [Task Finished] Transform to mem in 0.224243s (5643 normal rows, 0 exceptions)
[2021-03-24 07:27:18.547] [driver] [info] [Task Finished] Transform to mem in 0.224924s (5951 normal rows, 0 exceptions)
[2021-03-24 07:27:18.772] [driver] [info] [Task Finished] Transform to mem in 0.224727s (5759 normal rows, 0 exceptions)
[2021-03-24 07:27:18.997] [driver] [info] [Task Finished] Transform to mem in 0.224909s (5698 normal rows, 0 exceptions)
[2021-03-24 07:27:19.223] [driver] [info] [Task Finished] Transform to mem in 0.226263s (5955 normal rows, 0 exceptions)
[2021-03-24 07:27:19.452] [driver] [info] [Task Finished] Transform to mem in 0.228636s (5768 normal rows, 0 exceptions)
[2021-03-24 07:27:19.680] [driver] [info] [Task Finished] Transform to mem in 0.228637s (5772 normal rows, 0 exceptions)
[2021-03-24 07:27:19.906] [driver] [info] [Task Finished] Transform to mem in 0.225418s (5802 normal rows, 0 exceptions)
[2021-03-24 07:27:20.131] [driver] [info] [Task Finished] Transform to mem in 0.225453s (5799 normal rows, 0 exceptions)
[2021-03-24 07:27:20.356] [driver] [info] [Task Finished] Transform to mem in 0.224906s (5862 normal rows, 0 exceptions)
[2021-03-24 07:27:20.581] [driver] [info] [Task Finished] Transform to mem in 0.224814s (5856 normal rows, 0 exceptions)
[2021-03-24 07:27:20.806] [driver] [info] [Task Finished] Transform to mem in 0.224878s (5685 normal rows, 0 exceptions)
[2021-03-24 07:27:21.030] [driver] [info] [Task Finished] Transform to mem in 0.224280s (5751 normal rows, 0 exceptions)
[2021-03-24 07:27:21.258] [driver] [info] [Task Finished] Transform to mem in 0.227407s (5891 normal rows, 0 exceptions)
[2021-03-24 07:27:21.482] [driver] [info] [Task Finished] Transform to mem in 0.224305s (5852 normal rows, 0 exceptions)
[2021-03-24 07:27:21.707] [driver] [info] [Task Finished] Transform to mem in 0.225019s (5722 normal rows, 0 exceptions)
[2021-03-24 07:27:21.931] [driver] [info] [Task Finished] Transform to mem in 0.224184s (5645 normal rows, 0 exceptions)
[2021-03-24 07:27:22.156] [driver] [info] [Task Finished] Transform to mem in 0.225289s (5788 normal rows, 0 exceptions)
[2021-03-24 07:27:22.380] [driver] [info] [Task Finished] Transform to mem in 0.223365s (5813 normal rows, 0 exceptions)
[2021-03-24 07:27:22.604] [driver] [info] [Task Finished] Transform to mem in 0.224261s (5674 normal rows, 0 exceptions)
[2021-03-24 07:27:22.828] [driver] [info] [Task Finished] Transform to mem in 0.224256s (5853 normal rows, 0 exceptions)
[2021-03-24 07:27:23.053] [driver] [info] [Task Finished] Transform to mem in 0.224703s (5848 normal rows, 0 exceptions)
[2021-03-24 07:27:23.277] [driver] [info] [Task Finished] Transform to mem in 0.224171s (5811 normal rows, 0 exceptions)
[2021-03-24 07:27:23.502] [driver] [info] [Task Finished] Transform to mem in 0.224546s (5732 normal rows, 0 exceptions)
[2021-03-24 07:27:23.726] [driver] [info] [Task Finished] Transform to mem in 0.224263s (5801 normal rows, 0 exceptions)
[2021-03-24 07:27:23.960] [driver] [info] [Task Finished] Transform to mem in 0.233609s (5827 normal rows, 0 exceptions)
[2021-03-24 07:27:24.184] [driver] [info] [Task Finished] Transform to mem in 0.224404s (5868 normal rows, 0 exceptions)
[2021-03-24 07:27:24.408] [driver] [info] [Task Finished] Transform to mem in 0.224222s (5794 normal rows, 0 exceptions)
[2021-03-24 07:27:24.633] [driver] [info] [Task Finished] Transform to mem in 0.224195s (5817 normal rows, 0 exceptions)
[2021-03-24 07:27:24.857] [driver] [info] [Task Finished] Transform to mem in 0.224296s (5696 normal rows, 0 exceptions)
[2021-03-24 07:27:25.081] [driver] [info] [Task Finished] Transform to mem in 0.224124s (5732 normal rows, 0 exceptions)
[2021-03-24 07:27:25.305] [driver] [info] [Task Finished] Transform to mem in 0.224144s (5629 normal rows, 0 exceptions)
[2021-03-24 07:27:25.529] [driver] [info] [Task Finished] Transform to mem in 0.224308s (5789 normal rows, 0 exceptions)
[2021-03-24 07:27:25.754] [driver] [info] [Task Finished] Transform to mem in 0.224951s (5740 normal rows, 0 exceptions)
[2021-03-24 07:27:25.979] [driver] [info] [Task Finished] Transform to mem in 0.224209s (5841 normal rows, 0 exceptions)
[2021-03-24 07:27:26.206] [driver] [info] [Task Finished] Transform to mem in 0.227585s (5857 normal rows, 0 exceptions)
[2021-03-24 07:27:26.206] [global] [info] [Transform Stage] Stage 0 completed 149 load&transform tasks in 33.4293s
[2021-03-24 07:27:26.206] [global] [info] [Transform Stage] Stage 0 total wall clock time: 33.4266s, 48740298 input rows, time to process 1 row via fast path: 0.000685809ms

[2021-03-24 07:27:26.221] [global] [info] Writing 861387 rows as output to file (116.34 MB)
[2021-03-24 07:27:26.355] [driver] [info] [Task Finished] write to file in 0.133642s (861387 rows, 116.34 MB)
[2021-03-24 07:27:26.355] [global] [info] writing output took 0.148361s
[2021-03-24 07:27:26.355] [global] [info] [Transform Stage] Stage 0 completed 149 sink tasks in 0.148437s
[2021-03-24 07:27:26.355] [global] [info] [Transform Stage] Stage 0 took 33.7795s
[2021-03-24 07:27:26.355] [global] [info] Query Execution took 33.8252s. (planning: 0.0455963s, execution: 33.7796s)
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.004997730255126953
Tuplex job time: 34.09199571609497 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.0090154,"llvm_optimization_time_s":0.134249,"llvm_compilation_time_s":0.0605622,"total_compilation_time_s":0.201778,"sampling_time_s":0.116522,"stages":[{"stage_no":0,"fast_path_wall_time_s":33.4266,"fast_path_time_s":33.4293,"fast_path_per_row_time_ns":685.809,"slow_path_wall_time_s":0,"slow_path_time_s":0,"slow_path_per_row_time_ns":0}]}
{"startupTime": 0.004997730255126953, "jobTime": 34.09199571609497}
[GLOBAL] Local engine terminated.
[GLOBAL] releasing 1 active partitions
