diff --git common/src/java/org/apache/hadoop/hive/conf/HiveConf.java common/src/java/org/apache/hadoop/hive/conf/HiveConf.java index 44d9a57..bced6d0 100644 --- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java +++ common/src/java/org/apache/hadoop/hive/conf/HiveConf.java @@ -996,6 +996,7 @@ // Vectorization enabled HIVE_VECTORIZATION_ENABLED("hive.vectorized.execution.enabled", false), + HIVE_VECTORIZATION_REDUCE_ENABLED("hive.vectorized.execution.reduce.enabled", false), HIVE_VECTORIZATION_GROUPBY_CHECKINTERVAL("hive.vectorized.groupby.checkinterval", 100000), HIVE_VECTORIZATION_GROUPBY_MAXENTRIES("hive.vectorized.groupby.maxentries", 1000000), HIVE_VECTORIZATION_GROUPBY_FLUSH_PERCENT("hive.vectorized.groupby.flush.percent", (float) 0.1), diff --git itests/qtest/testconfiguration.properties itests/qtest/testconfiguration.properties index 1462ecd..f66833e 100644 --- itests/qtest/testconfiguration.properties +++ itests/qtest/testconfiguration.properties @@ -1,5 +1,5 @@ minimr.query.files=stats_counter_partitioned.q,list_bucket_dml_10.q,input16_cc.q,scriptfile1.q,scriptfile1_win.q,bucket4.q,bucketmapjoin6.q,disable_merge_for_bucketing.q,reduce_deduplicate.q,smb_mapjoin_8.q,join1.q,groupby2.q,bucketizedhiveinputformat.q,bucketmapjoin7.q,optrstat_groupby.q,bucket_num_reducers.q,bucket5.q,load_fs2.q,bucket_num_reducers2.q,infer_bucket_sort_merge.q,infer_bucket_sort_reducers_power_two.q,infer_bucket_sort_dyn_part.q,infer_bucket_sort_bucketed_table.q,infer_bucket_sort_map_operators.q,infer_bucket_sort_num_buckets.q,leftsemijoin_mr.q,schemeAuthority.q,schemeAuthority2.q,truncate_column_buckets.q,remote_script.q,,load_hdfs_file_with_space_in_the_name.q,parallel_orderby.q,import_exported_table.q,stats_counter.q,auto_sortmerge_join_16.q,quotedid_smb.q,file_with_header_footer.q,external_table_with_space_in_location_path.q,root_dir_external_table.q,index_bitmap3.q,ql_rewrite_gbtoidx.q,index_bitmap_auto.q,udf_using.q minimr.query.negative.files=cluster_tasklog_retrieval.q,minimr_broken_pipe.q,mapreduce_stack_trace.q,mapreduce_stack_trace_turnoff.q,mapreduce_stack_trace_hadoop20.q,mapreduce_stack_trace_turnoff_hadoop20.q,file_with_header_footer_negative.q,udf_local_resource.q minitez.query.files=tez_fsstat.q,mapjoin_decimal.q,tez_join_tests.q,tez_joins_explain.q,mrr.q,tez_dml.q,tez_insert_overwrite_local_directory_1.q,tez_union.q,bucket_map_join_tez1.q,bucket_map_join_tez2.q,tez_schema_evolution.q,tez_join_hash.q -minitez.query.files.shared=cross_product_check_1.q,cross_product_check_2.q,dynpart_sort_opt_vectorization.q,dynpart_sort_optimization.q,orc_analyze.q,join0.q,join1.q,auto_join0.q,auto_join1.q,bucket2.q,bucket3.q,bucket4.q,count.q,create_merge_compressed.q,cross_join.q,ctas.q,custom_input_output_format.q,disable_merge_for_bucketing.q,enforce_order.q,filter_join_breaktask.q,filter_join_breaktask2.q,groupby1.q,groupby2.q,groupby3.q,having.q,insert1.q,insert_into1.q,insert_into2.q,leftsemijoin.q,limit_pushdown.q,load_dyn_part1.q,load_dyn_part2.q,load_dyn_part3.q,mapjoin_mapjoin.q,mapreduce1.q,mapreduce2.q,merge1.q,merge2.q,metadata_only_queries.q,sample1.q,subquery_in.q,subquery_exists.q,vectorization_15.q,ptf.q,stats_counter.q,stats_noscan_1.q,stats_counter_partitioned.q,union2.q,union3.q,union4.q,union5.q,union6.q,union7.q,union8.q,union9.q,transform1.q,transform2.q,transform_ppr1.q,transform_ppr2.q,script_env_var1.q,script_env_var2.q,script_pipe.q,scriptfile1.q +minitez.query.files.shared=cross_product_check_1.q,cross_product_check_2.q,dynpart_sort_optimization.q,orc_analyze.q,join0.q,join1.q,auto_join0.q,auto_join1.q,bucket2.q,bucket3.q,bucket4.q,count.q,create_merge_compressed.q,cross_join.q,ctas.q,custom_input_output_format.q,disable_merge_for_bucketing.q,enforce_order.q,filter_join_breaktask.q,filter_join_breaktask2.q,groupby1.q,groupby2.q,groupby3.q,having.q,insert1.q,insert_into1.q,insert_into2.q,leftsemijoin.q,limit_pushdown.q,load_dyn_part1.q,load_dyn_part2.q,load_dyn_part3.q,mapjoin_mapjoin.q,mapreduce1.q,mapreduce2.q,merge1.q,merge2.q,metadata_only_queries.q,sample1.q,subquery_in.q,subquery_exists.q,vector_decimal_aggregate.q,vector_left_outer_join.q,vectorization_12.q,vectorization_13.q,vectorization_14.q,vectorization_15.q,vectorization_9.q,vectorization_part_project.q,vectorization_short_regress.q,vectorized_mapjoin.q,vectorized_nested_mapjoin.q,vectorized_shufflejoin.q,vectorized_timestamp_funcs.q,ptf.q,stats_counter.q,stats_noscan_1.q,stats_counter_partitioned.q,union2.q,union3.q,union4.q,union5.q,union6.q,union7.q,union8.q,union9.q,transform1.q,transform2.q,transform_ppr1.q,transform_ppr2.q,script_env_var1.q,script_env_var2.q,script_pipe.q,scriptfile1.q beeline.positive.exclude=add_part_exist.q,alter1.q,alter2.q,alter4.q,alter5.q,alter_rename_partition.q,alter_rename_partition_authorization.q,archive.q,archive_corrupt.q,archive_multi.q,archive_mr_1806.q,archive_multi_mr_1806.q,authorization_1.q,authorization_2.q,authorization_4.q,authorization_5.q,authorization_6.q,authorization_7.q,ba_table1.q,ba_table2.q,ba_table3.q,ba_table_udfs.q,binary_table_bincolserde.q,binary_table_colserde.q,cluster.q,columnarserde_create_shortcut.q,combine2.q,constant_prop.q,create_nested_type.q,create_or_replace_view.q,create_struct_table.q,create_union_table.q,database.q,database_location.q,database_properties.q,ddltime.q,describe_database_json.q,drop_database_removes_partition_dirs.q,escape1.q,escape2.q,exim_00_nonpart_empty.q,exim_01_nonpart.q,exim_02_00_part_empty.q,exim_02_part.q,exim_03_nonpart_over_compat.q,exim_04_all_part.q,exim_04_evolved_parts.q,exim_05_some_part.q,exim_06_one_part.q,exim_07_all_part_over_nonoverlap.q,exim_08_nonpart_rename.q,exim_09_part_spec_nonoverlap.q,exim_10_external_managed.q,exim_11_managed_external.q,exim_12_external_location.q,exim_13_managed_location.q,exim_14_managed_location_over_existing.q,exim_15_external_part.q,exim_16_part_external.q,exim_17_part_managed.q,exim_18_part_external.q,exim_19_00_part_external_location.q,exim_19_part_external_location.q,exim_20_part_managed_location.q,exim_21_export_authsuccess.q,exim_22_import_exist_authsuccess.q,exim_23_import_part_authsuccess.q,exim_24_import_nonexist_authsuccess.q,global_limit.q,groupby_complex_types.q,groupby_complex_types_multi_single_reducer.q,index_auth.q,index_auto.q,index_auto_empty.q,index_bitmap.q,index_bitmap1.q,index_bitmap2.q,index_bitmap3.q,index_bitmap_auto.q,index_bitmap_rc.q,index_compact.q,index_compact_1.q,index_compact_2.q,index_compact_3.q,index_stale_partitioned.q,init_file.q,input16.q,input16_cc.q,input46.q,input_columnarserde.q,input_dynamicserde.q,input_lazyserde.q,input_testxpath3.q,input_testxpath4.q,insert2_overwrite_partitions.q,insertexternal1.q,join_thrift.q,lateral_view.q,load_binary_data.q,load_exist_part_authsuccess.q,load_nonpart_authsuccess.q,load_part_authsuccess.q,loadpart_err.q,lock1.q,lock2.q,lock3.q,lock4.q,merge_dynamic_partition.q,multi_insert.q,multi_insert_move_tasks_share_dependencies.q,null_column.q,ppd_clusterby.q,query_with_semi.q,rename_column.q,sample6.q,sample_islocalmode_hook.q,set_processor_namespaces.q,show_tables.q,source.q,split_sample.q,str_to_map.q,transform1.q,udaf_collect_set.q,udaf_context_ngrams.q,udaf_histogram_numeric.q,udaf_ngrams.q,udaf_percentile_approx.q,udf_array.q,udf_bitmap_and.q,udf_bitmap_or.q,udf_explode.q,udf_format_number.q,udf_map.q,udf_map_keys.q,udf_map_values.q,udf_max.q,udf_min.q,udf_named_struct.q,udf_percentile.q,udf_printf.q,udf_sentences.q,udf_sort_array.q,udf_split.q,udf_struct.q,udf_substr.q,udf_translate.q,udf_union.q,udf_xpath.q,udtf_stack.q,view.q,virtual_column.q diff --git ql/src/java/org/apache/hadoop/hive/ql/exec/OperatorFactory.java ql/src/java/org/apache/hadoop/hive/ql/exec/OperatorFactory.java index 5d41fa1..2c90873 100644 --- ql/src/java/org/apache/hadoop/hive/ql/exec/OperatorFactory.java +++ ql/src/java/org/apache/hadoop/hive/ql/exec/OperatorFactory.java @@ -22,6 +22,7 @@ import java.util.List; import java.util.Map; +import org.apache.hadoop.hive.ql.exec.vector.VectorExtractOperator; import org.apache.hadoop.hive.ql.exec.vector.VectorFileSinkOperator; import org.apache.hadoop.hive.ql.exec.vector.VectorFilterOperator; import org.apache.hadoop.hive.ql.exec.vector.VectorGroupByOperator; @@ -128,6 +129,7 @@ public OpTuple(Class descClass, Class> opClass) { vectorOpvec.add(new OpTuple(FileSinkDesc.class, VectorFileSinkOperator.class)); vectorOpvec.add(new OpTuple(FilterDesc.class, VectorFilterOperator.class)); vectorOpvec.add(new OpTuple(LimitDesc.class, VectorLimitOperator.class)); + vectorOpvec.add(new OpTuple(ExtractDesc.class, VectorExtractOperator.class)); } public static Operator getVectorOperator(T conf, diff --git ql/src/java/org/apache/hadoop/hive/ql/exec/tez/ReduceRecordProcessor.java ql/src/java/org/apache/hadoop/hive/ql/exec/tez/ReduceRecordProcessor.java index e884afd..d00a3a6 100644 --- ql/src/java/org/apache/hadoop/hive/ql/exec/tez/ReduceRecordProcessor.java +++ ql/src/java/org/apache/hadoop/hive/ql/exec/tez/ReduceRecordProcessor.java @@ -136,7 +136,7 @@ void init(JobConf jconf, TezProcessorContext processorContext, MRTaskReporter mr reducer.setParentOperators(null); // clear out any parents as reducer is the // root isTagged = redWork.getNeedsTagging(); - vectorized = redWork.getVectorModeOn() != null; + vectorized = redWork.getVectorMode(); try { keyTableDesc = redWork.getKeyDesc(); diff --git ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorExtractOperator.java ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorExtractOperator.java new file mode 100644 index 0000000..47335d5 --- /dev/null +++ ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorExtractOperator.java @@ -0,0 +1,125 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.apache.hadoop.hive.ql.exec.vector; + +import java.util.ArrayList; +import java.util.List; + +import org.apache.hadoop.conf.Configuration; +import org.apache.hadoop.hive.ql.exec.ExprNodeEvaluator; +import org.apache.hadoop.hive.ql.exec.ExprNodeEvaluatorFactory; +import org.apache.hadoop.hive.ql.exec.ExtractOperator; +import org.apache.hadoop.hive.ql.exec.Utilities; +import org.apache.hadoop.hive.ql.metadata.HiveException; +import org.apache.hadoop.hive.ql.plan.ExprNodeDesc; +import org.apache.hadoop.hive.ql.plan.ExtractDesc; +import org.apache.hadoop.hive.ql.plan.OperatorDesc; +import org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector; +import org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory; +import org.apache.hadoop.hive.serde2.objectinspector.StructField; +import org.apache.hadoop.hive.serde2.objectinspector.StructObjectInspector; + +/** + * Vectorized extract operator implementation. Consumes rows and outputs a + * vectorized batch of subobjects. + **/ +public class VectorExtractOperator extends ExtractOperator { + private static final long serialVersionUID = 1L; + + private int keyColCount; + private int valueColCount; + + private transient int [] projectedColumns = null; + + public VectorExtractOperator(VectorizationContext vContext, OperatorDesc conf) + throws HiveException { + this(); + this.conf = (ExtractDesc) conf; + } + + public VectorExtractOperator() { + super(); + } + + private StructObjectInspector makeStandardStructObjectInspector(StructObjectInspector structObjectInspector) { + List fields = structObjectInspector.getAllStructFieldRefs(); + ArrayList ois = new ArrayList(); + ArrayList colNames = new ArrayList(); + for (StructField field: fields) { + colNames.add(field.getFieldName()); + ois.add(field.getFieldObjectInspector()); + } + return ObjectInspectorFactory + .getStandardStructObjectInspector(colNames, ois); + } + + @Override + protected void initializeOp(Configuration hconf) throws HiveException { +/* + // Unclear how to use the ExprNodeDesc we get from ExtractDesc with reduce vectorization.... + // So, for now, we know we have 2 upper level columns: reduce key and reduce value + if (!(inputObjInspectors[0] instanceof StructObjectInspector)) { + throw new HiveException("Expecting input object inspector to be a struct object inspector"); + } + StructObjectInspector structInputObjInspector = (StructObjectInspector) inputObjInspectors[0]; + ObjectInspector valueObjectInspector = + structInputObjInspector.getAllStructFieldRefs().get(Utilities.ReduceField.VALUE.ordinal()).getFieldObjectInspector(); + LOG.info("VectorExtractOperator valueObjectInspector class " + valueObjectInspector.getClass().getName() + ", type " + valueObjectInspector.getTypeName() + ", category " + valueObjectInspector.getCategory().toString()); + if (!(valueObjectInspector instanceof StructObjectInspector)) { + throw new HiveException("Expecting value object inspector to be a struct object inspector"); + } + StructObjectInspector valueStructInputObjInspector = (StructObjectInspector) valueObjectInspector; + + outputObjInspector = makeStandardStructObjectInspector(valueStructInputObjInspector); + LOG.info("VectorExtractOperator class of outputObjInspector is " + outputObjInspector.getClass().getName()); +*/ + outputObjInspector = inputObjInspectors[0]; + LOG.warn("VectorExtractOperator class of outputObjInspector is " + outputObjInspector.getClass().getName()); + + projectedColumns = new int [valueColCount]; + for (int i = 0; i < valueColCount; i++) { + projectedColumns[i] = keyColCount + i; + } + + initializeChildren(hconf); + } + + public void setKeyAndValueColCounts(int keyColCount, int valueColCount) { + this.keyColCount = keyColCount; + this.valueColCount = valueColCount; + } + + @Override + // Evaluate vectorized batches of rows and forward them. + public void processOp(Object row, int tag) throws HiveException { + VectorizedRowBatch vrg = (VectorizedRowBatch) row; + + // Project away the key columns... + int[] originalProjections = vrg.projectedColumns; + int originalProjectionSize = vrg.projectionSize; + vrg.projectionSize = valueColCount; + vrg.projectedColumns = this.projectedColumns; + + forward(vrg, outputObjInspector); + + // Revert the projected columns back, because vrg will be re-used. + vrg.projectionSize = originalProjectionSize; + vrg.projectedColumns = originalProjections; + } +} diff --git ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/Vectorizer.java ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/Vectorizer.java index 386fed6..4a520ac 100644 --- ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/Vectorizer.java +++ ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/Vectorizer.java @@ -36,6 +36,7 @@ import org.apache.hadoop.hive.ql.exec.*; import org.apache.hadoop.hive.ql.exec.mr.MapRedTask; import org.apache.hadoop.hive.ql.exec.tez.TezTask; +import org.apache.hadoop.hive.ql.exec.vector.VectorExtractOperator; import org.apache.hadoop.hive.ql.exec.vector.VectorExpressionDescriptor; import org.apache.hadoop.hive.ql.exec.vector.VectorizationContext; import org.apache.hadoop.hive.ql.exec.vector.VectorizationContextRegion; @@ -62,9 +63,12 @@ import org.apache.hadoop.hive.ql.plan.ExprNodeGenericFuncDesc; import org.apache.hadoop.hive.ql.plan.MapJoinDesc; import org.apache.hadoop.hive.ql.plan.MapWork; +import org.apache.hadoop.hive.ql.plan.MapredWork; import org.apache.hadoop.hive.ql.plan.OperatorDesc; import org.apache.hadoop.hive.ql.plan.PartitionDesc; +import org.apache.hadoop.hive.ql.plan.ReduceWork; import org.apache.hadoop.hive.ql.plan.SMBJoinDesc; +import org.apache.hadoop.hive.ql.plan.TableDesc; import org.apache.hadoop.hive.ql.plan.TableScanDesc; import org.apache.hadoop.hive.ql.plan.TezWork; import org.apache.hadoop.hive.ql.plan.api.OperatorType; @@ -107,6 +111,12 @@ import org.apache.hadoop.hive.ql.udf.UDFWeekOfYear; import org.apache.hadoop.hive.ql.udf.UDFYear; import org.apache.hadoop.hive.ql.udf.generic.*; +import org.apache.hadoop.hive.serde2.Deserializer; +import org.apache.hadoop.hive.serde2.SerDe; +import org.apache.hadoop.hive.serde2.SerDeUtils; +import org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector; +import org.apache.hadoop.hive.serde2.objectinspector.StructObjectInspector; +import org.apache.hadoop.util.ReflectionUtils; public class Vectorizer implements PhysicalPlanResolver { @@ -255,7 +265,15 @@ public Vectorizer() { class VectorizationDispatcher implements Dispatcher { + private PhysicalContext pctx; + + private int keyColCount; + private int valueColCount; + public VectorizationDispatcher(PhysicalContext pctx) { + this.pctx = pctx; + keyColCount = 0; + valueColCount = 0; } @Override @@ -269,6 +287,11 @@ public Object dispatch(Node nd, Stack stack, Object... nodeOutputs) for (BaseWork w: work.getAllWork()) { if (w instanceof MapWork) { convertMapWork((MapWork)w); + } else if (w instanceof ReduceWork) { + if (pctx.getConf().getBoolVar(HiveConf.ConfVars.HIVE_VECTORIZATION_REDUCE_ENABLED)) { + // We are only vectorizing Reduce under Tez. + convertReduceWork((ReduceWork)w); + } } } } @@ -282,6 +305,13 @@ private void convertMapWork(MapWork mapWork) throws SemanticException { } } + private void addMapWorkRules(Map opRules, NodeProcessor np) { + opRules.put(new RuleRegExp("R1", TableScanOperator.getOperatorName() + ".*" + + FileSinkOperator.getOperatorName()), np); + opRules.put(new RuleRegExp("R2", TableScanOperator.getOperatorName() + ".*" + + ReduceSinkOperator.getOperatorName()), np); + } + private boolean validateMapWork(MapWork mapWork) throws SemanticException { // Validate the input format @@ -296,11 +326,8 @@ private boolean validateMapWork(MapWork mapWork) throws SemanticException { } } Map opRules = new LinkedHashMap(); - ValidationNodeProcessor vnp = new ValidationNodeProcessor(); - opRules.put(new RuleRegExp("R1", TableScanOperator.getOperatorName() + ".*" - + FileSinkOperator.getOperatorName()), vnp); - opRules.put(new RuleRegExp("R2", TableScanOperator.getOperatorName() + ".*" - + ReduceSinkOperator.getOperatorName()), vnp); + MapWorkValidationNodeProcessor vnp = new MapWorkValidationNodeProcessor(); + addMapWorkRules(opRules, vnp); Dispatcher disp = new DefaultRuleDispatcher(vnp, opRules, null); GraphWalker ogw = new DefaultGraphWalker(disp); // iterator the mapper operator tree @@ -319,14 +346,11 @@ private boolean validateMapWork(MapWork mapWork) throws SemanticException { } private void vectorizeMapWork(MapWork mapWork) throws SemanticException { - LOG.info("Vectorizing task..."); + LOG.info("Vectorizing MapWork..."); mapWork.setVectorMode(true); Map opRules = new LinkedHashMap(); - VectorizationNodeProcessor vnp = new VectorizationNodeProcessor(mapWork); - opRules.put(new RuleRegExp("R1", TableScanOperator.getOperatorName() + ".*" + - ReduceSinkOperator.getOperatorName()), vnp); - opRules.put(new RuleRegExp("R2", TableScanOperator.getOperatorName() + ".*" - + FileSinkOperator.getOperatorName()), vnp); + MapWorkVectorizationNodeProcessor vnp = new MapWorkVectorizationNodeProcessor(mapWork); + addMapWorkRules(opRules, vnp); Dispatcher disp = new DefaultRuleDispatcher(vnp, opRules, null); GraphWalker ogw = new PreOrderWalker(disp); // iterator the mapper operator tree @@ -347,9 +371,114 @@ private void vectorizeMapWork(MapWork mapWork) throws SemanticException { return; } + + private void convertReduceWork(ReduceWork reduceWork) throws SemanticException { + boolean ret = validateReduceWork(reduceWork); + if (ret) { + vectorizeReduceWork(reduceWork); + } + } + + private boolean getOnlyStructObjectInspectors(ReduceWork reduceWork) throws SemanticException { + try { + // Check key ObjectInspector. + ObjectInspector keyObjectInspector = reduceWork.getKeyObjectInspector(); + if (keyObjectInspector == null || !(keyObjectInspector instanceof StructObjectInspector)) { + return false; + } + StructObjectInspector keyStructObjectInspector = (StructObjectInspector)keyObjectInspector; + keyColCount = keyStructObjectInspector.getAllStructFieldRefs().size(); + + // Tez doesn't use tagging... + if (reduceWork.getNeedsTagging()) { + return false; + } + + // Check value ObjectInspector. + ObjectInspector valueObjectInspector = reduceWork.getValueObjectInspector(); + if (valueObjectInspector == null || !(valueObjectInspector instanceof StructObjectInspector)) { + return false; + } + StructObjectInspector valueStructObjectInspector = (StructObjectInspector)valueObjectInspector; + valueColCount = valueStructObjectInspector.getAllStructFieldRefs().size(); + } catch (Exception e) { + throw new SemanticException(e); + } + return true; + } + + private void addReduceWorkRules(Map opRules, NodeProcessor np) { + opRules.put(new RuleRegExp("R1", ExtractOperator.getOperatorName() + ".*"), np); + opRules.put(new RuleRegExp("R2", GroupByOperator.getOperatorName() + ".*"), np); + } + + private boolean validateReduceWork(ReduceWork reduceWork) throws SemanticException { + // Validate input to ReduceWork. + if (!getOnlyStructObjectInspectors(reduceWork)) { + return false; + } + // Now check the reduce operator tree. + Map opRules = new LinkedHashMap(); + ReduceWorkValidationNodeProcessor vnp = new ReduceWorkValidationNodeProcessor(); + addReduceWorkRules(opRules, vnp); + Dispatcher disp = new DefaultRuleDispatcher(vnp, opRules, null); + GraphWalker ogw = new DefaultGraphWalker(disp); + // iterator the reduce operator tree + ArrayList topNodes = new ArrayList(); + topNodes.add(reduceWork.getReducer()); + HashMap nodeOutput = new HashMap(); + ogw.startWalking(topNodes, nodeOutput); + for (Node n : nodeOutput.keySet()) { + if (nodeOutput.get(n) != null) { + if (!((Boolean)nodeOutput.get(n)).booleanValue()) { + return false; + } + } + } + return true; + } + + private void vectorizeReduceWork(ReduceWork reduceWork) throws SemanticException { + LOG.info("Vectorizing ReduceWork..."); + reduceWork.setVectorMode(true); + + // For some reason, the DefaultGraphWalker does not descend down from the reducer Operator as expected. + // We need to descend down, otherwise it breaks our algorithm that determines VectorizationContext... + // Do we use PreOrderWalker instead of DefaultGraphWalker. + Map opRules = new LinkedHashMap(); + ReduceWorkVectorizationNodeProcessor vnp = new ReduceWorkVectorizationNodeProcessor(reduceWork, keyColCount, valueColCount); + addReduceWorkRules(opRules, vnp); + Dispatcher disp = new DefaultRuleDispatcher(vnp, opRules, null); + GraphWalker ogw = new PreOrderWalker(disp); + // iterator the reduce operator tree + ArrayList topNodes = new ArrayList(); + topNodes.add(reduceWork.getReducer()); + LOG.info("vectorizeReduceWork reducer Operator: " + reduceWork.getReducer().getName() + "..."); + HashMap nodeOutput = new HashMap(); + ogw.startWalking(topNodes, nodeOutput); + + // Necessary since we are vectorizing the root operator in reduce. + reduceWork.setReducer(vnp.getRootVectorOp()); + + Operator reducer = reduceWork.getReducer(); + if (reducer.getType().equals(OperatorType.EXTRACT)) { + ((VectorExtractOperator)reducer).setKeyAndValueColCounts(keyColCount, valueColCount); + } + + Map> columnVectorTypes = vnp.getScratchColumnVectorTypes(); + reduceWork.setScratchColumnVectorTypes(columnVectorTypes); + Map> columnMap = vnp.getScratchColumnMap(); + reduceWork.setScratchColumnMap(columnMap); + + + if (LOG.isDebugEnabled()) { + LOG.debug(String.format("vectorTypes: %s", columnVectorTypes.toString())); + LOG.debug(String.format("columnMap: %s", columnMap.toString())); + } + } } - class ValidationNodeProcessor implements NodeProcessor { + class MapWorkValidationNodeProcessor implements NodeProcessor { @Override public Object process(Node nd, Stack stack, NodeProcessorCtx procCtx, @@ -360,9 +489,9 @@ public Object process(Node nd, Stack stack, NodeProcessorCtx procCtx, op.getParentOperators().get(0).getType().equals(OperatorType.GROUPBY)) { return new Boolean(true); } - boolean ret = validateOperator(op); + boolean ret = validateMapWorkOperator(op); if (!ret) { - LOG.info("Operator: " + op.getName() + " could not be vectorized."); + LOG.info("MapWork Operator: " + op.getName() + " could not be vectorized."); return new Boolean(false); } } @@ -370,24 +499,37 @@ public Object process(Node nd, Stack stack, NodeProcessorCtx procCtx, } } - class VectorizationNodeProcessor implements NodeProcessor { + class ReduceWorkValidationNodeProcessor implements NodeProcessor { - private final MapWork mWork; + @Override + public Object process(Node nd, Stack stack, NodeProcessorCtx procCtx, + Object... nodeOutputs) throws SemanticException { + for (Node n : stack) { + Operator op = (Operator) n; + boolean ret = validateReduceWorkOperator(op); + if (!ret) { + LOG.info("ReduceWork Operator: " + op.getName() + " could not be vectorized."); + return new Boolean(false); + } + } + return new Boolean(true); + } + } + + // This class has common code used by both MapWorkVectorizationNodeProcessor and + // ReduceWorkVectorizationNodeProcessor. + class VectorizationNodeProcessor implements NodeProcessor { // This is used to extract scratch column types for each file key - private final Map scratchColumnContext = + protected final Map scratchColumnContext = new HashMap(); - private final Map, VectorizationContext> vContextsByTSOp = + protected final Map, VectorizationContext> vContextsByTSOp = new HashMap, VectorizationContext>(); - private final Set> opsDone = + protected final Set> opsDone = new HashSet>(); - public VectorizationNodeProcessor(MapWork mWork) { - this.mWork = mWork; - } - public Map> getScratchColumnVectorTypes() { Map> scratchColumnVectorTypes = new HashMap>(); @@ -410,16 +552,90 @@ public VectorizationNodeProcessor(MapWork mWork) { return scratchColumnMap; } + public VectorizationContext walkStackToFindVectorizationContext(Stack stack, Operator op) + throws SemanticException { + VectorizationContext vContext = null; + if (stack.size() <= 1) { + throw new SemanticException(String.format("Expected operator stack for operator %s to have at least 2 operators", op.getName())); + } + // Walk down the stack of operators until we found one willing to give us a context. + // At the bottom will be the root operator, guaranteed to have a context + int i= stack.size()-2; + while (vContext == null) { + if (i < 0) { + throw new SemanticException(String.format("Did not find vectorization context for operator %s in operator stack", op.getName())); + } + Operator opParent = (Operator) stack.get(i); + vContext = vContextsByTSOp.get(opParent); + --i; + } + return vContext; + } + + public Boolean nonVectorizableChildOfGroupBy(Operator op) { + Operator currentOp = op; + while (currentOp.getParentOperators().size() > 0) { + currentOp = currentOp.getParentOperators().get(0); + if (currentOp.getType().equals(OperatorType.GROUPBY)) { + // No need to vectorize + if (!opsDone.contains(op)) { + opsDone.add(op); + } + return true; + } + } + return false; + } + + public Operator doVectorize(Operator op, VectorizationContext vContext) + throws SemanticException { + Operator vectorOp = op; + try { + if (!opsDone.contains(op)) { + vectorOp = vectorizeOperator(op, vContext); + opsDone.add(op); + if (vectorOp != op) { + opsDone.add(vectorOp); + } + if (vectorOp instanceof VectorizationContextRegion) { + VectorizationContextRegion vcRegion = (VectorizationContextRegion) vectorOp; + VectorizationContext vOutContext = vcRegion.getOuputVectorizationContext(); + vContextsByTSOp.put(op, vOutContext); + scratchColumnContext.put(vOutContext.getFileKey(), vOutContext); + } + } + } catch (HiveException e) { + throw new SemanticException(e); + } + return vectorOp; + } + + @Override + public Object process(Node nd, Stack stack, NodeProcessorCtx procCtx, + Object... nodeOutputs) throws SemanticException { + throw new SemanticException("Must be overridden"); + } + } + + class MapWorkVectorizationNodeProcessor extends VectorizationNodeProcessor { + + private final MapWork mWork; + + public MapWorkVectorizationNodeProcessor(MapWork mWork) { + this.mWork = mWork; + } + @Override public Object process(Node nd, Stack stack, NodeProcessorCtx procCtx, Object... nodeOutputs) throws SemanticException { Operator op = (Operator) nd; + LOG.info("MapWorkVectorizationNodeProcessor processing Operator: " + op.getName() + "..."); VectorizationContext vContext = null; if (op instanceof TableScanOperator) { - vContext = getVectorizationContext((TableScanOperator) op, physicalContext); + vContext = getVectorizationContext(op, physicalContext); for (String onefile : mWork.getPathToAliases().keySet()) { List aliases = mWork.getPathToAliases().get(onefile); for (String alias : aliases) { @@ -437,45 +653,76 @@ public Object process(Node nd, Stack stack, NodeProcessorCtx procCtx, } vContextsByTSOp.put(op, vContext); } else { - assert stack.size() > 1; - // Walk down the stack of operators until we found one willing to give us a context. - // At the bottom will be the TS operator, guaranteed to have a context - int i= stack.size()-2; - while (vContext == null) { - Operator opParent = (Operator) stack.get(i); - vContext = vContextsByTSOp.get(opParent); - --i; - } + vContext = walkStackToFindVectorizationContext(stack, op); } assert vContext != null; - if ((op.getType().equals(OperatorType.REDUCESINK) || op.getType().equals(OperatorType.FILESINK)) && - op.getParentOperators().get(0).getType().equals(OperatorType.GROUPBY)) { - // No need to vectorize - if (!opsDone.contains(op)) { - opsDone.add(op); - } + // Currently, Vectorized GROUPBY outputs rows, not vectorized row batchs. So, don't vectorize + // any operators below GROUPBY. + if (nonVectorizableChildOfGroupBy(op)) { + return null; + } + + doVectorize(op, vContext); + + return null; + } + } + + class ReduceWorkVectorizationNodeProcessor extends VectorizationNodeProcessor { + + private final ReduceWork rWork; + private int keyColCount; + private int valueColCount; + private Map reduceColumnNameMap; + + private Operator rootVectorOp; + + public Operator getRootVectorOp() { + return rootVectorOp; + } + + public ReduceWorkVectorizationNodeProcessor(ReduceWork rWork, int keyColCount, int valueColCount) { + this.rWork = rWork; + reduceColumnNameMap = rWork.getReduceColumnNameMap(); + this.keyColCount = keyColCount; + this.valueColCount = valueColCount; + rootVectorOp = null; + } + + @Override + public Object process(Node nd, Stack stack, NodeProcessorCtx procCtx, + Object... nodeOutputs) throws SemanticException { + + Operator op = (Operator) nd; + LOG.info("ReduceWorkVectorizationNodeProcessor processing Operator: " + op.getName() + "..."); + + VectorizationContext vContext = null; + + boolean saveRootVectorOp = false; + + if (op.getParentOperators().size() == 0) { + vContext = getReduceVectorizationContext(reduceColumnNameMap); + vContextsByTSOp.put(op, vContext); + saveRootVectorOp = true; } else { - try { - if (!opsDone.contains(op)) { - Operator vectorOp = - vectorizeOperator(op, vContext); - opsDone.add(op); - if (vectorOp != op) { - opsDone.add(vectorOp); - } - if (vectorOp instanceof VectorizationContextRegion) { - VectorizationContextRegion vcRegion = (VectorizationContextRegion) vectorOp; - VectorizationContext vOutContext = vcRegion.getOuputVectorizationContext(); - vContextsByTSOp.put(op, vOutContext); - scratchColumnContext.put(vOutContext.getFileKey(), vOutContext); - } - } - } catch (HiveException e) { - throw new SemanticException(e); - } + vContext = walkStackToFindVectorizationContext(stack, op); + } + + assert vContext != null; + + // Currently, Vectorized GROUPBY outputs rows, not vectorized row batchs. So, don't vectorize + // any operators below GROUPBY. + if (nonVectorizableChildOfGroupBy(op)) { + return null; } + + Operator vectorOp = doVectorize(op, vContext); + if (saveRootVectorOp && op != vectorOp) { + rootVectorOp = vectorOp; + } + return null; } } @@ -518,7 +765,7 @@ public PhysicalContext resolve(PhysicalContext pctx) throws SemanticException { return pctx; } - boolean validateOperator(Operator op) { + boolean validateMapWorkOperator(Operator op) { boolean ret = false; switch (op.getType()) { case MAPJOIN: @@ -554,6 +801,35 @@ boolean validateOperator(Operator op) { return ret; } + boolean validateReduceWorkOperator(Operator op) { + boolean ret = false; + switch (op.getType()) { + case EXTRACT: + ret = validateExtractOperator((ExtractOperator) op); + break; + case GROUPBY: + ret = validateGroupByOperator((GroupByOperator) op); + break; + case FILTER: + ret = validateFilterOperator((FilterOperator) op); + break; + case SELECT: + ret = validateSelectOperator((SelectOperator) op); + break; + case REDUCESINK: + ret = validateReduceSinkOperator((ReduceSinkOperator) op); + break; + case FILESINK: + case LIMIT: + ret = true; + break; + default: + ret = false; + break; + } + return ret; + } + private boolean validateSMBMapJoinOperator(SMBMapJoinOperator op) { SMBJoinDesc desc = op.getConf(); // Validation is the same as for map join, since the 'small' tables are not vectorized @@ -616,6 +892,15 @@ private boolean validateGroupByOperator(GroupByOperator op) { return validateAggregationDesc(op.getConf().getAggregators()); } + private boolean validateExtractOperator(ExtractOperator op) { + ExprNodeDesc expr = op.getConf().getCol(); + boolean ret = validateExprNodeDesc(expr); + if (!ret) { + return false; + } + return true; + } + private boolean validateExprNodeDesc(List descs) { return validateExprNodeDesc(descs, VectorExpressionDescriptor.Mode.PROJECTION); } @@ -717,7 +1002,7 @@ private boolean validateDataType(String type) { return supportedDataTypesPattern.matcher(type.toLowerCase()).matches(); } - private VectorizationContext getVectorizationContext(TableScanOperator op, + private VectorizationContext getVectorizationContext(Operator op, PhysicalContext pctx) { RowSchema rs = op.getSchema(); @@ -729,8 +1014,26 @@ private VectorizationContext getVectorizationContext(TableScanOperator op, } } - VectorizationContext vc = new VectorizationContext(cmap, columnCount); - return vc; + return new VectorizationContext(cmap, columnCount); + } + + private VectorizationContext getReduceVectorizationContext(Map reduceColumnNameMap) { + return new VectorizationContext(reduceColumnNameMap, reduceColumnNameMap.size()); + } + + private void fixupParentChildOperators(Operator op, Operator vectorOp) { + if (op.getParentOperators() != null) { + vectorOp.setParentOperators(op.getParentOperators()); + for (Operator p : op.getParentOperators()) { + p.replaceChild(op, vectorOp); + } + } + if (op.getChildOperators() != null) { + vectorOp.setChildOperators(op.getChildOperators()); + for (Operator c : op.getChildOperators()) { + c.replaceParent(op, vectorOp); + } + } } Operator vectorizeOperator(Operator op, @@ -745,6 +1048,7 @@ private VectorizationContext getVectorizationContext(TableScanOperator op, case FILESINK: case REDUCESINK: case LIMIT: + case EXTRACT: vectorOp = OperatorFactory.getVectorOperator(op.getConf(), vContext); break; default: @@ -753,18 +1057,7 @@ private VectorizationContext getVectorizationContext(TableScanOperator op, } if (vectorOp != op) { - if (op.getParentOperators() != null) { - vectorOp.setParentOperators(op.getParentOperators()); - for (Operator p : op.getParentOperators()) { - p.replaceChild(op, vectorOp); - } - } - if (op.getChildOperators() != null) { - vectorOp.setChildOperators(op.getChildOperators()); - for (Operator c : op.getChildOperators()) { - c.replaceParent(op, vectorOp); - } - } + fixupParentChildOperators(op, vectorOp); ((AbstractOperatorDesc) vectorOp.getConf()).setVectorMode(true); } return vectorOp; diff --git ql/src/java/org/apache/hadoop/hive/ql/plan/BaseWork.java ql/src/java/org/apache/hadoop/hive/ql/plan/BaseWork.java index 6d9739f..3560442 100644 --- ql/src/java/org/apache/hadoop/hive/ql/plan/BaseWork.java +++ ql/src/java/org/apache/hadoop/hive/ql/plan/BaseWork.java @@ -52,6 +52,11 @@ public BaseWork(String name) { private String name; + // Vectorization. + protected Map> scratchColumnVectorTypes = null; + protected Map> scratchColumnMap = null; + protected boolean vectorMode = false; + public void setGatheringStats(boolean gatherStats) { this.gatheringStats = gatherStats; } @@ -107,5 +112,31 @@ public void addDummyOp(HashTableDummyOperator dummyOp) { return returnSet; } + public Map> getScratchColumnVectorTypes() { + return scratchColumnVectorTypes; + } + + public void setScratchColumnVectorTypes( + Map> scratchColumnVectorTypes) { + this.scratchColumnVectorTypes = scratchColumnVectorTypes; + } + + public Map> getScratchColumnMap() { + return scratchColumnMap; + } + + public void setScratchColumnMap(Map> scratchColumnMap) { + this.scratchColumnMap = scratchColumnMap; + } + + @Override + public void setVectorMode(boolean vectorMode) { + this.vectorMode = vectorMode; + } + + public boolean getVectorMode() { + return vectorMode; + } + public abstract void configureJobConf(JobConf job); } diff --git ql/src/java/org/apache/hadoop/hive/ql/plan/MapWork.java ql/src/java/org/apache/hadoop/hive/ql/plan/MapWork.java index 9945dea..fb456c5 100644 --- ql/src/java/org/apache/hadoop/hive/ql/plan/MapWork.java +++ ql/src/java/org/apache/hadoop/hive/ql/plan/MapWork.java @@ -114,10 +114,6 @@ private boolean useBucketizedHiveInputFormat; - private Map> scratchColumnVectorTypes = null; - private Map> scratchColumnMap = null; - private boolean vectorMode = false; - public MapWork() {} public MapWork(String name) { @@ -508,30 +504,4 @@ public void configureJobConf(JobConf job) { } } - public Map> getScratchColumnVectorTypes() { - return scratchColumnVectorTypes; - } - - public void setScratchColumnVectorTypes( - Map> scratchColumnVectorTypes) { - this.scratchColumnVectorTypes = scratchColumnVectorTypes; - } - - public Map> getScratchColumnMap() { - return scratchColumnMap; - } - - public void setScratchColumnMap(Map> scratchColumnMap) { - this.scratchColumnMap = scratchColumnMap; - } - - public boolean getVectorMode() { - return vectorMode; - } - - @Override - public void setVectorMode(boolean vectorMode) { - this.vectorMode = vectorMode; - } - } diff --git ql/src/java/org/apache/hadoop/hive/ql/plan/ReduceWork.java ql/src/java/org/apache/hadoop/hive/ql/plan/ReduceWork.java index 0cef12b..6c0c22a 100644 --- ql/src/java/org/apache/hadoop/hive/ql/plan/ReduceWork.java +++ ql/src/java/org/apache/hadoop/hive/ql/plan/ReduceWork.java @@ -21,6 +21,7 @@ import java.util.ArrayList; import java.util.HashMap; import java.util.LinkedHashSet; +import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Set; @@ -30,7 +31,18 @@ import org.apache.hadoop.hive.ql.exec.FileSinkOperator; import org.apache.hadoop.hive.ql.exec.Operator; import org.apache.hadoop.hive.ql.exec.OperatorUtils; +import org.apache.hadoop.hive.ql.exec.Utilities; +import org.apache.hadoop.hive.ql.lib.NodeProcessor; +import org.apache.hadoop.hive.ql.lib.Rule; +import org.apache.hadoop.hive.serde2.Deserializer; +import org.apache.hadoop.hive.serde2.SerDe; +import org.apache.hadoop.hive.serde2.SerDeUtils; +import org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector; +import org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorFactory; +import org.apache.hadoop.hive.serde2.objectinspector.StructField; +import org.apache.hadoop.hive.serde2.objectinspector.StructObjectInspector; import org.apache.hadoop.mapred.JobConf; +import org.apache.hadoop.util.ReflectionUtils; /** * ReduceWork represents all the information used to run a reduce task on the cluster. @@ -84,6 +96,11 @@ public ReduceWork(String name) { // for auto reduce parallelism - max reducers requested private int maxReduceTasks; + private ObjectInspector keyObjectInspector = null; + private ObjectInspector valueObjectInspector = null; + + private Map reduceColumnNameMap = reduceColumnNameMap = new LinkedHashMap(); + /** * If the plan has a reducer and correspondingly a reduce-sink, then store the TableDesc pointing * to keySerializeInfo of the ReduceSink @@ -95,7 +112,91 @@ public void setKeyDesc(final TableDesc keyDesc) { } public TableDesc getKeyDesc() { - return keyDesc; + return keyDesc; + } + + private ObjectInspector getObjectInspector(TableDesc desc) { + ObjectInspector objectInspector; + try { + Deserializer deserializer = (SerDe) ReflectionUtils.newInstance(desc + .getDeserializerClass(), null); + SerDeUtils.initializeSerDe(deserializer, null, desc.getProperties(), null); + objectInspector = deserializer.getObjectInspector(); + } catch (Exception e) { + return null; + } + return objectInspector; + } + + public ObjectInspector getKeyObjectInspector() { + if (keyObjectInspector == null) { + keyObjectInspector = getObjectInspector(keyDesc); + } + return keyObjectInspector; + } + + // Only works when not tagging. + public ObjectInspector getValueObjectInspector() { + if (needsTagging) { + return null; + } + if (valueObjectInspector == null) { + valueObjectInspector = getObjectInspector(tagToValueDesc.get(0)); + } + return valueObjectInspector; + } + + private int addToReduceColumnNameMap(StructObjectInspector structObjectInspector, int startIndex, String prefix) { + List fields = structObjectInspector.getAllStructFieldRefs(); + int index = startIndex; + for (StructField field: fields) { + reduceColumnNameMap.put(prefix + "." + field.getFieldName(), index); + index++; + } + return index; + } + + public Boolean fillInReduceColumnNameMap() { + ObjectInspector keyObjectInspector = getKeyObjectInspector(); + if (keyObjectInspector == null || !(keyObjectInspector instanceof StructObjectInspector)) { + return false; + } + StructObjectInspector keyStructObjectInspector = (StructObjectInspector) keyObjectInspector; + + ObjectInspector valueObjectInspector = getValueObjectInspector(); + if (valueObjectInspector == null || !(valueObjectInspector instanceof StructObjectInspector)) { + return false; + } + StructObjectInspector valueStructObjectInspector = (StructObjectInspector) valueObjectInspector; + + int keyCount = addToReduceColumnNameMap(keyStructObjectInspector, 0, Utilities.ReduceField.KEY.toString()); + addToReduceColumnNameMap(valueStructObjectInspector, keyCount, Utilities.ReduceField.VALUE.toString()); + return true; + } + + public Map getReduceColumnNameMap() { + if (needsTagging) { + return null; + } + if (reduceColumnNameMap.size() == 0) { + if (!fillInReduceColumnNameMap()) { + return null; + } + } + return reduceColumnNameMap; + } + + @Explain(displayName = "Reduce Column Names", normalExplain = false) + public List getReduceColumnNames() { + if (needsTagging) { + return null; + } + if (reduceColumnNameMap.size() == 0) { + if (!fillInReduceColumnNameMap()) { + return null; + } + } + return new ArrayList(reduceColumnNameMap.keySet()); } public List getTagToValueDesc() { diff --git ql/src/test/org/apache/hadoop/hive/ql/optimizer/physical/TestVectorizer.java ql/src/test/org/apache/hadoop/hive/ql/optimizer/physical/TestVectorizer.java index 394eda7..0a0e0c3 100644 --- ql/src/test/org/apache/hadoop/hive/ql/optimizer/physical/TestVectorizer.java +++ ql/src/test/org/apache/hadoop/hive/ql/optimizer/physical/TestVectorizer.java @@ -107,7 +107,7 @@ public void testAggregateOnUDF() throws HiveException { gbyOp.setConf(desc); Vectorizer v = new Vectorizer(); - Assert.assertTrue(v.validateOperator(gbyOp)); + Assert.assertTrue(v.validateMapWorkOperator(gbyOp)); VectorGroupByOperator vectorOp = (VectorGroupByOperator) v.vectorizeOperator(gbyOp, vContext); Assert.assertEquals(VectorUDAFSumLong.class, vectorOp.getAggregators()[0].getClass()); VectorUDAFSumLong udaf = (VectorUDAFSumLong) vectorOp.getAggregators()[0]; @@ -187,7 +187,7 @@ public void testValidateMapJoinOperator() { mop.setConf(mjdesc); Vectorizer vectorizer = new Vectorizer(); - Assert.assertTrue(vectorizer.validateOperator(mop)); + Assert.assertTrue(vectorizer.validateMapWorkOperator(mop)); } @@ -203,6 +203,6 @@ public void testValidateSMBJoinOperator() { mop.setConf(mjdesc); Vectorizer vectorizer = new Vectorizer(); - Assert.assertTrue(vectorizer.validateOperator(mop)); + Assert.assertTrue(vectorizer.validateMapWorkOperator(mop)); } } diff --git ql/src/test/queries/clientpositive/vector_coalesce.q ql/src/test/queries/clientpositive/vector_coalesce.q index 052ab71..d0deffd 100644 --- ql/src/test/queries/clientpositive/vector_coalesce.q +++ ql/src/test/queries/clientpositive/vector_coalesce.q @@ -1,4 +1,6 @@ SET hive.vectorized.execution.enabled=true; +SET hive.vectorized.execution.reduce.enabled=true; + EXPLAIN SELECT cdouble, cstring1, cint, cfloat, csmallint, coalesce(cdouble, cstring1, cint, cfloat, csmallint) FROM alltypesorc WHERE (cdouble IS NULL) LIMIT 10; diff --git ql/src/test/queries/clientpositive/vector_decimal_aggregate.q ql/src/test/queries/clientpositive/vector_decimal_aggregate.q index eb9146e..ec155c2 100644 --- ql/src/test/queries/clientpositive/vector_decimal_aggregate.q +++ ql/src/test/queries/clientpositive/vector_decimal_aggregate.q @@ -5,6 +5,7 @@ CREATE TABLE decimal_vgby STORED AS ORC AS FROM alltypesorc; SET hive.vectorized.execution.enabled=true; +SET hive.vectorized.execution.reduce.enabled=true; EXPLAIN SELECT cint, COUNT(cdecimal1), MAX(cdecimal1), MIN(cdecimal1), SUM(cdecimal1), AVG(cdecimal1), STDDEV_POP(cdecimal1), STDDEV_SAMP(cdecimal1), diff --git ql/src/test/queries/clientpositive/vector_left_outer_join.q ql/src/test/queries/clientpositive/vector_left_outer_join.q index 6e96690..2bbc6e8 100644 --- ql/src/test/queries/clientpositive/vector_left_outer_join.q +++ ql/src/test/queries/clientpositive/vector_left_outer_join.q @@ -1,4 +1,5 @@ set hive.vectorized.execution.enabled=true; +set hive.vectorized.execution.reduce.enabled=true; set hive.auto.convert.join=true; explain select count(*) from (select c.ctinyint diff --git ql/src/test/queries/clientpositive/vectorization_12.q ql/src/test/queries/clientpositive/vectorization_12.q index fef62fc..39c2149 100644 --- ql/src/test/queries/clientpositive/vectorization_12.q +++ ql/src/test/queries/clientpositive/vectorization_12.q @@ -1,4 +1,6 @@ SET hive.vectorized.execution.enabled=true; +SET hive.vectorized.execution.reduce.enabled=true; + SELECT cbigint, cboolean1, cstring1, diff --git ql/src/test/queries/clientpositive/vectorization_13.q ql/src/test/queries/clientpositive/vectorization_13.q index fad2585..62086af 100644 --- ql/src/test/queries/clientpositive/vectorization_13.q +++ ql/src/test/queries/clientpositive/vectorization_13.q @@ -1,4 +1,6 @@ SET hive.vectorized.execution.enabled=true; +SET hive.vectorized.execution.reduce.enabled=true; + SELECT cboolean1, ctinyint, ctimestamp1, diff --git ql/src/test/queries/clientpositive/vectorization_14.q ql/src/test/queries/clientpositive/vectorization_14.q index a121c64..5211d3c 100644 --- ql/src/test/queries/clientpositive/vectorization_14.q +++ ql/src/test/queries/clientpositive/vectorization_14.q @@ -1,4 +1,39 @@ SET hive.vectorized.execution.enabled=true; +SET hive.vectorized.execution.reduce.enabled=true; + +EXPLAIN +SELECT ctimestamp1, + cfloat, + cstring1, + cboolean1, + cdouble, + (-26.28 + cdouble), + (-((-26.28 + cdouble))), + STDDEV_SAMP((-((-26.28 + cdouble)))), + (cfloat * -26.28), + MAX(cfloat), + (-(cfloat)), + (-(MAX(cfloat))), + ((-((-26.28 + cdouble))) / 10.175), + STDDEV_POP(cfloat), + COUNT(cfloat), + (-(((-((-26.28 + cdouble))) / 10.175))), + (-1.389 % STDDEV_SAMP((-((-26.28 + cdouble))))), + (cfloat - cdouble), + VAR_POP(cfloat), + (VAR_POP(cfloat) % 10.175), + VAR_SAMP(cfloat), + (-((cfloat - cdouble))) +FROM alltypesorc +WHERE (((ctinyint <= cbigint) + AND ((cint <= cdouble) + OR (ctimestamp2 < ctimestamp1))) + AND ((cdouble < ctinyint) + AND ((cbigint > -257) + OR (cfloat < cint)))) +GROUP BY ctimestamp1, cfloat, cstring1, cboolean1, cdouble +ORDER BY cstring1, cfloat, cdouble, ctimestamp1; + SELECT ctimestamp1, cfloat, cstring1, diff --git ql/src/test/queries/clientpositive/vectorization_15.q ql/src/test/queries/clientpositive/vectorization_15.q index 7daad0b..489748a 100644 --- ql/src/test/queries/clientpositive/vectorization_15.q +++ ql/src/test/queries/clientpositive/vectorization_15.q @@ -1,4 +1,37 @@ SET hive.vectorized.execution.enabled=true; +SET hive.vectorized.execution.reduce.enabled=true; + +EXPLAIN +SELECT cfloat, + cboolean1, + cdouble, + cstring1, + ctinyint, + cint, + ctimestamp1, + STDDEV_SAMP(cfloat), + (-26.28 - cint), + MIN(cdouble), + (cdouble * 79.553), + (33 % cfloat), + STDDEV_SAMP(ctinyint), + VAR_POP(ctinyint), + (-23 % cdouble), + (-(ctinyint)), + VAR_SAMP(cint), + (cint - cfloat), + (-23 % ctinyint), + (-((-26.28 - cint))), + STDDEV_POP(cint) +FROM alltypesorc +WHERE (((cstring2 LIKE '%ss%') + OR (cstring1 LIKE '10%')) + OR ((cint >= -75) + AND ((ctinyint = csmallint) + AND (cdouble >= -3728)))) +GROUP BY cfloat, cboolean1, cdouble, cstring1, ctinyint, cint, ctimestamp1 +ORDER BY cfloat, cboolean1, cdouble, cstring1, ctinyint, cint, ctimestamp1; + SELECT cfloat, cboolean1, cdouble, diff --git ql/src/test/queries/clientpositive/vectorization_16.q ql/src/test/queries/clientpositive/vectorization_16.q index 39a9402..5482131 100644 --- ql/src/test/queries/clientpositive/vectorization_16.q +++ ql/src/test/queries/clientpositive/vectorization_16.q @@ -1,4 +1,26 @@ SET hive.vectorized.execution.enabled=true; +SET hive.vectorized.execution.reduce.enabled=true; + +EXPLAIN +SELECT cstring1, + cdouble, + ctimestamp1, + (cdouble - 9763215.5639), + (-((cdouble - 9763215.5639))), + COUNT(cdouble), + STDDEV_SAMP(cdouble), + (-(STDDEV_SAMP(cdouble))), + (STDDEV_SAMP(cdouble) * COUNT(cdouble)), + MIN(cdouble), + (9763215.5639 / cdouble), + (COUNT(cdouble) / -1.389), + STDDEV_SAMP(cdouble) +FROM alltypesorc +WHERE ((cstring2 LIKE '%b%') + AND ((cdouble >= -1.389) + OR (cstring1 < 'a'))) +GROUP BY cstring1, cdouble, ctimestamp1; + SELECT cstring1, cdouble, ctimestamp1, diff --git ql/src/test/queries/clientpositive/vectorization_9.q ql/src/test/queries/clientpositive/vectorization_9.q index 252c426..39732d3 100644 --- ql/src/test/queries/clientpositive/vectorization_9.q +++ ql/src/test/queries/clientpositive/vectorization_9.q @@ -1,4 +1,26 @@ SET hive.vectorized.execution.enabled=true; +SET hive.vectorized.execution.reduce.enabled=true; + +EXPLAIN +SELECT cstring1, + cdouble, + ctimestamp1, + (cdouble - 9763215.5639), + (-((cdouble - 9763215.5639))), + COUNT(cdouble), + STDDEV_SAMP(cdouble), + (-(STDDEV_SAMP(cdouble))), + (STDDEV_SAMP(cdouble) * COUNT(cdouble)), + MIN(cdouble), + (9763215.5639 / cdouble), + (COUNT(cdouble) / -1.389), + STDDEV_SAMP(cdouble) +FROM alltypesorc +WHERE ((cstring2 LIKE '%b%') + AND ((cdouble >= -1.389) + OR (cstring1 < 'a'))) +GROUP BY cstring1, cdouble, ctimestamp1; + SELECT cfloat, cstring1, cint, diff --git ql/src/test/queries/clientpositive/vectorization_part.q ql/src/test/queries/clientpositive/vectorization_part.q index 0e34585..c237767 100644 --- ql/src/test/queries/clientpositive/vectorization_part.q +++ ql/src/test/queries/clientpositive/vectorization_part.q @@ -1,4 +1,6 @@ SET hive.vectorized.execution.enabled=true; +SET hive.vectorized.execution.reduce.enabled=true; + CREATE TABLE alltypesorc_part(ctinyint tinyint, csmallint smallint, cint int, cbigint bigint, cfloat float, cdouble double, cstring1 string, cstring2 string, ctimestamp1 timestamp, ctimestamp2 timestamp, cboolean1 boolean, cboolean2 boolean) partitioned by (ds string) STORED AS ORC; insert overwrite table alltypesorc_part partition (ds='2011') select * from alltypesorc limit 100; insert overwrite table alltypesorc_part partition (ds='2012') select * from alltypesorc limit 100; diff --git ql/src/test/queries/clientpositive/vectorization_part_project.q ql/src/test/queries/clientpositive/vectorization_part_project.q index c68ce56..a5fb314 100644 --- ql/src/test/queries/clientpositive/vectorization_part_project.q +++ ql/src/test/queries/clientpositive/vectorization_part_project.q @@ -1,4 +1,6 @@ SET hive.vectorized.execution.enabled=true; +SET hive.vectorized.execution.reduce.enabled=true; + CREATE TABLE alltypesorc_part(ctinyint tinyint, csmallint smallint, cint int, cbigint bigint, cfloat float, cdouble double, cstring1 string, cstring2 string, ctimestamp1 timestamp, ctimestamp2 timestamp, cboolean1 boolean, cboolean2 boolean) partitioned by (ds string) STORED AS ORC; insert overwrite table alltypesorc_part partition (ds='2011') select * from alltypesorc limit 100; insert overwrite table alltypesorc_part partition (ds='2012') select * from alltypesorc limit 100; diff --git ql/src/test/queries/clientpositive/vectorization_short_regress.q ql/src/test/queries/clientpositive/vectorization_short_regress.q index 638a31f..a53239b 100644 --- ql/src/test/queries/clientpositive/vectorization_short_regress.q +++ ql/src/test/queries/clientpositive/vectorization_short_regress.q @@ -1,4 +1,5 @@ SET hive.vectorized.execution.enabled=true; +SET hive.vectorized.execution.reduce.enabled=true; -- If you look at ql/src/test/org/apache/hadoop/hive/ql/exec/vector/util/OrcFileGenerator.java -- which is the data generation class you'll see that those values are specified in the diff --git ql/src/test/queries/clientpositive/vectorized_bucketmapjoin1.q ql/src/test/queries/clientpositive/vectorized_bucketmapjoin1.q index ef1b816..2a4c7eb 100644 --- ql/src/test/queries/clientpositive/vectorized_bucketmapjoin1.q +++ ql/src/test/queries/clientpositive/vectorized_bucketmapjoin1.q @@ -23,6 +23,7 @@ insert into table vsmb_bucket_RC select cint, cstring1 from alltypesorc limit 2; insert into table vsmb_bucket_TXT select cint, cstring1 from alltypesorc limit 2; set hive.vectorized.execution.enabled=true; +set hive.vectorized.execution.reduce.enabled=true; set hive.optimize.bucketmapjoin = true; set hive.optimize.bucketmapjoin.sortedmerge = true; set hive.input.format = org.apache.hadoop.hive.ql.io.BucketizedHiveInputFormat; diff --git ql/src/test/queries/clientpositive/vectorized_context.q ql/src/test/queries/clientpositive/vectorized_context.q index 381e425..1fb3f73 100644 --- ql/src/test/queries/clientpositive/vectorized_context.q +++ ql/src/test/queries/clientpositive/vectorized_context.q @@ -21,6 +21,7 @@ where cint not in ( -3728, -563, 762, 6981, 253665376, 528534767, 626923679); set hive.auto.convert.join=true; set hive.vectorized.execution.enabled=true; +set hive.vectorized.execution.reduce.enabled=true; explain diff --git ql/src/test/queries/clientpositive/vectorized_mapjoin.q ql/src/test/queries/clientpositive/vectorized_mapjoin.q index e5e15ab..fb058b0 100644 --- ql/src/test/queries/clientpositive/vectorized_mapjoin.q +++ ql/src/test/queries/clientpositive/vectorized_mapjoin.q @@ -1,4 +1,5 @@ SET hive.vectorized.execution.enabled=true; +SET hive.vectorized.execution.reduce.enabled=true; SET hive.auto.convert.join=true; SET hive.auto.convert.join.noconditionaltask=true; SET hive.auto.convert.join.noconditionaltask.size=1000000000; diff --git ql/src/test/queries/clientpositive/vectorized_nested_mapjoin.q ql/src/test/queries/clientpositive/vectorized_nested_mapjoin.q index e7e4b33..6700430 100644 --- ql/src/test/queries/clientpositive/vectorized_nested_mapjoin.q +++ ql/src/test/queries/clientpositive/vectorized_nested_mapjoin.q @@ -1,4 +1,5 @@ SET hive.vectorized.execution.enabled=true; +SET hive.vectorized.execution.reduce.enabled=true; SET hive.auto.convert.join=true; SET hive.auto.convert.join.noconditionaltask=true; SET hive.auto.convert.join.noconditionaltask.size=1000000000; diff --git ql/src/test/queries/clientpositive/vectorized_rcfile_columnar.q ql/src/test/queries/clientpositive/vectorized_rcfile_columnar.q index 488d2f3..d1c6e19 100644 --- ql/src/test/queries/clientpositive/vectorized_rcfile_columnar.q +++ ql/src/test/queries/clientpositive/vectorized_rcfile_columnar.q @@ -13,6 +13,7 @@ INSERT OVERWRITE TABLE columnTable SELECT src.key, src.value LIMIT 10; describe columnTable; SET hive.vectorized.execution.enabled=true; +SET hive.vectorized.execution.reduce.enabled=true; SELECT key, value FROM columnTable ORDER BY key; diff --git ql/src/test/queries/clientpositive/vectorized_shufflejoin.q ql/src/test/queries/clientpositive/vectorized_shufflejoin.q index 6b60aa0..2a57092 100644 --- ql/src/test/queries/clientpositive/vectorized_shufflejoin.q +++ ql/src/test/queries/clientpositive/vectorized_shufflejoin.q @@ -1,4 +1,5 @@ SET hive.vectorized.execution.enabled=true; +SET hive.vectorized.execution.reduce.enabled=true; SET hive.auto.convert.join=false; EXPLAIN SELECT COUNT(t1.cint), MAX(t2.cint), MIN(t1.cint), AVG(t1.cint+t2.cint) diff --git ql/src/test/queries/clientpositive/vectorized_timestamp_funcs.q ql/src/test/queries/clientpositive/vectorized_timestamp_funcs.q index 95eedd3..31d9dbe 100644 --- ql/src/test/queries/clientpositive/vectorized_timestamp_funcs.q +++ ql/src/test/queries/clientpositive/vectorized_timestamp_funcs.q @@ -1,4 +1,5 @@ SET hive.vectorized.execution.enabled = true; +SET hive.vectorized.execution.reduce.enabled=true; -- Test timestamp functions in vectorized mode to verify they run correctly end-to-end. diff --git ql/src/test/results/clientpositive/alter_partition_coltype.q.out ql/src/test/results/clientpositive/alter_partition_coltype.q.out index e86cc06..464e835 100644 --- ql/src/test/results/clientpositive/alter_partition_coltype.q.out +++ ql/src/test/results/clientpositive/alter_partition_coltype.q.out @@ -233,6 +233,7 @@ STAGE PLANS: /alter_coltype/dt=100/ts=3.0 [alter_coltype] /alter_coltype/dt=100/ts=6.30 [alter_coltype] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -414,6 +415,7 @@ STAGE PLANS: Truncated Path -> Alias: /alter_coltype/dt=100/ts=6.30 [alter_coltype] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -574,6 +576,7 @@ STAGE PLANS: Truncated Path -> Alias: /alter_coltype/dt=100/ts=3.0 [alter_coltype] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/annotate_stats_groupby.q.out ql/src/test/results/clientpositive/annotate_stats_groupby.q.out index 6f72964..bb3b1b6 100644 --- ql/src/test/results/clientpositive/annotate_stats_groupby.q.out +++ ql/src/test/results/clientpositive/annotate_stats_groupby.q.out @@ -256,6 +256,7 @@ STAGE PLANS: Truncated Path -> Alias: /loc_orc [sq1:loc_orc] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -329,6 +330,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: min(VALUE._col0) @@ -485,6 +487,7 @@ STAGE PLANS: Truncated Path -> Alias: /loc_orc [loc_orc] Needs Tagging: false + Reduce Column Names: KEY._col0 Reduce Operator Tree: Group By Operator keys: KEY._col0 (type: int) @@ -635,6 +638,7 @@ STAGE PLANS: Truncated Path -> Alias: /loc_orc [loc_orc] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1 Reduce Operator Tree: Group By Operator keys: KEY._col0 (type: string), KEY._col1 (type: int) @@ -783,6 +787,7 @@ STAGE PLANS: Truncated Path -> Alias: /loc_orc [loc_orc] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, KEY._col2 Reduce Operator Tree: Group By Operator keys: KEY._col0 (type: string), KEY._col1 (type: int), KEY._col2 (type: string) @@ -931,6 +936,7 @@ STAGE PLANS: Truncated Path -> Alias: /loc_orc [loc_orc] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, KEY._col2 Reduce Operator Tree: Group By Operator keys: KEY._col0 (type: string), KEY._col1 (type: int), KEY._col2 (type: string) @@ -1082,6 +1088,7 @@ STAGE PLANS: Truncated Path -> Alias: /loc_orc [loc_orc] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, KEY._col2 Reduce Operator Tree: Group By Operator keys: KEY._col0 (type: string), KEY._col1 (type: int), KEY._col2 (type: string) @@ -1236,6 +1243,7 @@ STAGE PLANS: Truncated Path -> Alias: /loc_orc [loc_orc] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, KEY._col2 Reduce Operator Tree: Group By Operator keys: KEY._col0 (type: string), KEY._col1 (type: int), KEY._col2 (type: string) @@ -1391,6 +1399,7 @@ STAGE PLANS: Truncated Path -> Alias: /loc_orc [loc_orc] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, KEY._col2 Reduce Operator Tree: Group By Operator keys: KEY._col0 (type: string), KEY._col1 (type: int), KEY._col2 (type: string) @@ -1551,6 +1560,7 @@ STAGE PLANS: Truncated Path -> Alias: /loc_orc [loc_orc] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, KEY._col2 Reduce Operator Tree: Group By Operator keys: KEY._col0 (type: string), KEY._col1 (type: int), KEY._col2 (type: string) @@ -1696,6 +1706,7 @@ STAGE PLANS: Truncated Path -> Alias: /loc_orc [loc_orc] Needs Tagging: false + Reduce Column Names: KEY._col0 Reduce Operator Tree: Group By Operator keys: KEY._col0 (type: int) @@ -1844,6 +1855,7 @@ STAGE PLANS: Truncated Path -> Alias: /loc_orc [loc_orc] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, KEY._col2 Reduce Operator Tree: Group By Operator keys: KEY._col0 (type: string), KEY._col1 (type: int), KEY._col2 (type: string) diff --git ql/src/test/results/clientpositive/annotate_stats_select.q.out ql/src/test/results/clientpositive/annotate_stats_select.q.out index 97e9473..cccd671 100644 --- ql/src/test/results/clientpositive/annotate_stats_select.q.out +++ ql/src/test/results/clientpositive/annotate_stats_select.q.out @@ -2886,6 +2886,7 @@ STAGE PLANS: Truncated Path -> Alias: /alltypes_orc [alltypes_orc] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -3030,6 +3031,7 @@ STAGE PLANS: Truncated Path -> Alias: /alltypes_orc [alltypes_orc] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -3314,6 +3316,7 @@ STAGE PLANS: Truncated Path -> Alias: /alltypes_orc [temp:alltypes_orc] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Select Operator expressions: VALUE._col0 (type: int) @@ -3475,6 +3478,7 @@ STAGE PLANS: Truncated Path -> Alias: /alltypes_orc [temp:alltypes_orc] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Select Operator expressions: VALUE._col0 (type: int) @@ -3638,6 +3642,7 @@ STAGE PLANS: Truncated Path -> Alias: /alltypes_orc [temp:alltypes_orc] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Select Operator expressions: VALUE._col0 (type: int) @@ -3800,6 +3805,7 @@ STAGE PLANS: Truncated Path -> Alias: /alltypes_orc [temp:alltypes_orc] Needs Tagging: false + Reduce Column Names: VALUE._col1 Reduce Operator Tree: Select Operator expressions: VALUE._col1 (type: double) @@ -3967,6 +3973,7 @@ STAGE PLANS: Truncated Path -> Alias: /alltypes_orc [temp:alltypes_orc] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Select Operator expressions: VALUE._col0 (type: int) @@ -4149,6 +4156,7 @@ STAGE PLANS: Truncated Path -> Alias: /alltypes_orc [in2:in1:alltypes_orc] Needs Tagging: false + Reduce Column Names: VALUE._col1 Reduce Operator Tree: Select Operator expressions: VALUE._col1 (type: string) @@ -4218,6 +4226,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Select Operator expressions: VALUE._col0 (type: string) diff --git ql/src/test/results/clientpositive/auto_sortmerge_join_1.q.out ql/src/test/results/clientpositive/auto_sortmerge_join_1.q.out index 72640df..a966e43 100644 --- ql/src/test/results/clientpositive/auto_sortmerge_join_1.q.out +++ ql/src/test/results/clientpositive/auto_sortmerge_join_1.q.out @@ -277,6 +277,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [b] /bucket_big/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -503,6 +504,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [a] /bucket_big/ds=2008-04-09 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -854,6 +856,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [a] /bucket_big/ds=2008-04-09 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1180,6 +1183,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_small/ds=2008-04-08 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1342,6 +1346,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [a] /bucket_big/ds=2008-04-09 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/auto_sortmerge_join_11.q.out ql/src/test/results/clientpositive/auto_sortmerge_join_11.q.out index c660cd0..67fa373 100644 --- ql/src/test/results/clientpositive/auto_sortmerge_join_11.q.out +++ ql/src/test/results/clientpositive/auto_sortmerge_join_11.q.out @@ -397,6 +397,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [b] /bucket_big/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -758,6 +759,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [b] /bucket_big/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1078,6 +1080,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [b] /bucket_big/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1532,6 +1535,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [c] /bucket_big/ds=2008-04-09 [c] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/auto_sortmerge_join_12.q.out ql/src/test/results/clientpositive/auto_sortmerge_join_12.q.out index 4abda32..2af2c1d 100644 --- ql/src/test/results/clientpositive/auto_sortmerge_join_12.q.out +++ ql/src/test/results/clientpositive/auto_sortmerge_join_12.q.out @@ -664,6 +664,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [c] /bucket_big/ds=2008-04-09 [c] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/auto_sortmerge_join_2.q.out ql/src/test/results/clientpositive/auto_sortmerge_join_2.q.out index 52a3194..d59e29b 100644 --- ql/src/test/results/clientpositive/auto_sortmerge_join_2.q.out +++ ql/src/test/results/clientpositive/auto_sortmerge_join_2.q.out @@ -257,6 +257,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [a] /bucket_big/ds=2008-04-09 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -610,6 +611,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [a] /bucket_big/ds=2008-04-09 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -936,6 +938,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_small/ds=2008-04-08 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1098,6 +1101,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [a] /bucket_big/ds=2008-04-09 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/auto_sortmerge_join_3.q.out ql/src/test/results/clientpositive/auto_sortmerge_join_3.q.out index d807791..806d637 100644 --- ql/src/test/results/clientpositive/auto_sortmerge_join_3.q.out +++ ql/src/test/results/clientpositive/auto_sortmerge_join_3.q.out @@ -208,6 +208,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big/ds=2008-04-08 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -385,6 +386,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big/ds=2008-04-08 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -780,6 +782,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big/ds=2008-04-08 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1059,6 +1062,7 @@ STAGE PLANS: /bucket_small/ds=2008-04-08 [b] /bucket_small/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1172,6 +1176,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big/ds=2008-04-08 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/auto_sortmerge_join_4.q.out ql/src/test/results/clientpositive/auto_sortmerge_join_4.q.out index 35e0a30..c8b5482 100644 --- ql/src/test/results/clientpositive/auto_sortmerge_join_4.q.out +++ ql/src/test/results/clientpositive/auto_sortmerge_join_4.q.out @@ -224,6 +224,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big/ds=2008-04-08 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -401,6 +402,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big/ds=2008-04-08 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -796,6 +798,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big/ds=2008-04-08 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1075,6 +1078,7 @@ STAGE PLANS: /bucket_small/ds=2008-04-08 [b] /bucket_small/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1188,6 +1192,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big/ds=2008-04-08 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/auto_sortmerge_join_5.q.out ql/src/test/results/clientpositive/auto_sortmerge_join_5.q.out index af3d9d6..e9b498c 100644 --- ql/src/test/results/clientpositive/auto_sortmerge_join_5.q.out +++ ql/src/test/results/clientpositive/auto_sortmerge_join_5.q.out @@ -189,6 +189,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -360,6 +361,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -602,6 +604,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -778,6 +781,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_small [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -891,6 +895,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/auto_sortmerge_join_7.q.out ql/src/test/results/clientpositive/auto_sortmerge_join_7.q.out index 05ef5d8..1421c9e 100644 --- ql/src/test/results/clientpositive/auto_sortmerge_join_7.q.out +++ ql/src/test/results/clientpositive/auto_sortmerge_join_7.q.out @@ -290,6 +290,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [b] /bucket_big/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -518,6 +519,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [a] /bucket_big/ds=2008-04-09 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -964,6 +966,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [a] /bucket_big/ds=2008-04-09 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1338,6 +1341,7 @@ STAGE PLANS: /bucket_small/ds=2008-04-08 [b] /bucket_small/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1500,6 +1504,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [a] /bucket_big/ds=2008-04-09 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/auto_sortmerge_join_8.q.out ql/src/test/results/clientpositive/auto_sortmerge_join_8.q.out index e423d14..1e8e02b 100644 --- ql/src/test/results/clientpositive/auto_sortmerge_join_8.q.out +++ ql/src/test/results/clientpositive/auto_sortmerge_join_8.q.out @@ -290,6 +290,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [b] /bucket_big/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -518,6 +519,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [a] /bucket_big/ds=2008-04-09 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -966,6 +968,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [a] /bucket_big/ds=2008-04-09 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1340,6 +1343,7 @@ STAGE PLANS: /bucket_small/ds=2008-04-08 [b] /bucket_small/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1502,6 +1506,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [a] /bucket_big/ds=2008-04-09 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/bucket1.q.out ql/src/test/results/clientpositive/bucket1.q.out index f3eb15c..98f923e 100644 --- ql/src/test/results/clientpositive/bucket1.q.out +++ ql/src/test/results/clientpositive/bucket1.q.out @@ -107,6 +107,7 @@ STAGE PLANS: Truncated Path -> Alias: /src [src] Needs Tagging: false + Reduce Column Names: VALUE._col0, VALUE._col1 Reduce Operator Tree: Extract Statistics: Num rows: 29 Data size: 5812 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/bucket2.q.out ql/src/test/results/clientpositive/bucket2.q.out index 9a22160..1c58f61 100644 --- ql/src/test/results/clientpositive/bucket2.q.out +++ ql/src/test/results/clientpositive/bucket2.q.out @@ -107,6 +107,7 @@ STAGE PLANS: Truncated Path -> Alias: /src [src] Needs Tagging: false + Reduce Column Names: VALUE._col0, VALUE._col1 Reduce Operator Tree: Extract Statistics: Num rows: 29 Data size: 5812 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/bucket3.q.out ql/src/test/results/clientpositive/bucket3.q.out index 8fa9c7b..0e459ed 100644 --- ql/src/test/results/clientpositive/bucket3.q.out +++ ql/src/test/results/clientpositive/bucket3.q.out @@ -111,6 +111,7 @@ STAGE PLANS: Truncated Path -> Alias: /src [src] Needs Tagging: false + Reduce Column Names: VALUE._col0, VALUE._col1 Reduce Operator Tree: Extract Statistics: Num rows: 29 Data size: 5812 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/bucket_map_join_1.q.out ql/src/test/results/clientpositive/bucket_map_join_1.q.out index 8674a6c..18fc178 100644 --- ql/src/test/results/clientpositive/bucket_map_join_1.q.out +++ ql/src/test/results/clientpositive/bucket_map_join_1.q.out @@ -222,6 +222,7 @@ STAGE PLANS: Truncated Path -> Alias: /table1 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/bucket_map_join_2.q.out ql/src/test/results/clientpositive/bucket_map_join_2.q.out index 8a5984d..b80faf6 100644 --- ql/src/test/results/clientpositive/bucket_map_join_2.q.out +++ ql/src/test/results/clientpositive/bucket_map_join_2.q.out @@ -222,6 +222,7 @@ STAGE PLANS: Truncated Path -> Alias: /table1 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/bucketcontext_1.q.out ql/src/test/results/clientpositive/bucketcontext_1.q.out index 1513515..7ecc57b 100644 --- ql/src/test/results/clientpositive/bucketcontext_1.q.out +++ ql/src/test/results/clientpositive/bucketcontext_1.q.out @@ -363,6 +363,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [b] /bucket_big/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -597,6 +598,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [b] /bucket_big/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/bucketcontext_2.q.out ql/src/test/results/clientpositive/bucketcontext_2.q.out index d18a9be..5e317fd 100644 --- ql/src/test/results/clientpositive/bucketcontext_2.q.out +++ ql/src/test/results/clientpositive/bucketcontext_2.q.out @@ -347,6 +347,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [b] /bucket_big/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -581,6 +582,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [b] /bucket_big/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/bucketcontext_3.q.out ql/src/test/results/clientpositive/bucketcontext_3.q.out index e12c155..dadf946 100644 --- ql/src/test/results/clientpositive/bucketcontext_3.q.out +++ ql/src/test/results/clientpositive/bucketcontext_3.q.out @@ -344,6 +344,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big/ds=2008-04-08 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -529,6 +530,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big/ds=2008-04-08 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/bucketcontext_4.q.out ql/src/test/results/clientpositive/bucketcontext_4.q.out index 77b4882..4ef5c5d 100644 --- ql/src/test/results/clientpositive/bucketcontext_4.q.out +++ ql/src/test/results/clientpositive/bucketcontext_4.q.out @@ -360,6 +360,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big/ds=2008-04-08 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -545,6 +546,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big/ds=2008-04-08 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/bucketcontext_5.q.out ql/src/test/results/clientpositive/bucketcontext_5.q.out index fa1cfc5..ef39340 100644 --- ql/src/test/results/clientpositive/bucketcontext_5.q.out +++ ql/src/test/results/clientpositive/bucketcontext_5.q.out @@ -232,6 +232,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -411,6 +412,7 @@ STAGE PLANS: Truncated Path -> Alias: /bucket_big [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/bucketcontext_6.q.out ql/src/test/results/clientpositive/bucketcontext_6.q.out index aac66f8..78b8bb9 100644 --- ql/src/test/results/clientpositive/bucketcontext_6.q.out +++ ql/src/test/results/clientpositive/bucketcontext_6.q.out @@ -299,6 +299,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [b] /bucket_big/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -531,6 +532,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [b] /bucket_big/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/bucketcontext_7.q.out ql/src/test/results/clientpositive/bucketcontext_7.q.out index 78c4f94..2a82f70 100644 --- ql/src/test/results/clientpositive/bucketcontext_7.q.out +++ ql/src/test/results/clientpositive/bucketcontext_7.q.out @@ -426,6 +426,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [b] /bucket_big/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -662,6 +663,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [b] /bucket_big/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/bucketcontext_8.q.out ql/src/test/results/clientpositive/bucketcontext_8.q.out index ad7fec9..e19282f 100644 --- ql/src/test/results/clientpositive/bucketcontext_8.q.out +++ ql/src/test/results/clientpositive/bucketcontext_8.q.out @@ -426,6 +426,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [b] /bucket_big/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -662,6 +663,7 @@ STAGE PLANS: /bucket_big/ds=2008-04-08 [b] /bucket_big/ds=2008-04-09 [b] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/bucketmapjoin10.q.out ql/src/test/results/clientpositive/bucketmapjoin10.q.out index 88ecf40..ad01f89 100644 --- ql/src/test/results/clientpositive/bucketmapjoin10.q.out +++ ql/src/test/results/clientpositive/bucketmapjoin10.q.out @@ -448,6 +448,7 @@ STAGE PLANS: /srcbucket_mapjoin_part_1/part=1 [a] /srcbucket_mapjoin_part_1/part=2 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/bucketmapjoin11.q.out ql/src/test/results/clientpositive/bucketmapjoin11.q.out index 4ee1fa0..c599df9 100644 --- ql/src/test/results/clientpositive/bucketmapjoin11.q.out +++ ql/src/test/results/clientpositive/bucketmapjoin11.q.out @@ -466,6 +466,7 @@ STAGE PLANS: /srcbucket_mapjoin_part_1/part=1 [a] /srcbucket_mapjoin_part_1/part=2 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -865,6 +866,7 @@ STAGE PLANS: /srcbucket_mapjoin_part_1/part=1 [a] /srcbucket_mapjoin_part_1/part=2 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/bucketmapjoin12.q.out ql/src/test/results/clientpositive/bucketmapjoin12.q.out index 9253f4a..e20d3c2 100644 --- ql/src/test/results/clientpositive/bucketmapjoin12.q.out +++ ql/src/test/results/clientpositive/bucketmapjoin12.q.out @@ -330,6 +330,7 @@ STAGE PLANS: Truncated Path -> Alias: /srcbucket_mapjoin_part_1/part=1 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -617,6 +618,7 @@ STAGE PLANS: Truncated Path -> Alias: /srcbucket_mapjoin_part_1/part=1 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/bucketmapjoin13.q.out ql/src/test/results/clientpositive/bucketmapjoin13.q.out index b380fab..546bfe4 100644 --- ql/src/test/results/clientpositive/bucketmapjoin13.q.out +++ ql/src/test/results/clientpositive/bucketmapjoin13.q.out @@ -331,6 +331,7 @@ STAGE PLANS: /srcbucket_mapjoin_part_1/part=1 [a] /srcbucket_mapjoin_part_1/part=2 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -622,6 +623,7 @@ STAGE PLANS: Truncated Path -> Alias: /srcbucket_mapjoin_part_1/part=2 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -912,6 +914,7 @@ STAGE PLANS: Truncated Path -> Alias: /srcbucket_mapjoin_part_1/part=2 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1204,6 +1207,7 @@ STAGE PLANS: Truncated Path -> Alias: /srcbucket_mapjoin_part_1/part=2 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/bucketmapjoin8.q.out ql/src/test/results/clientpositive/bucketmapjoin8.q.out index 94fdbde..e1fa484 100644 --- ql/src/test/results/clientpositive/bucketmapjoin8.q.out +++ ql/src/test/results/clientpositive/bucketmapjoin8.q.out @@ -297,6 +297,7 @@ STAGE PLANS: Truncated Path -> Alias: /srcbucket_mapjoin_part_1/part=1 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -601,6 +602,7 @@ STAGE PLANS: Truncated Path -> Alias: /srcbucket_mapjoin_part_1/part=1 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/bucketmapjoin9.q.out ql/src/test/results/clientpositive/bucketmapjoin9.q.out index c9f4c17..de17f61 100644 --- ql/src/test/results/clientpositive/bucketmapjoin9.q.out +++ ql/src/test/results/clientpositive/bucketmapjoin9.q.out @@ -297,6 +297,7 @@ STAGE PLANS: Truncated Path -> Alias: /srcbucket_mapjoin_part_1/part=1 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -626,6 +627,7 @@ STAGE PLANS: Truncated Path -> Alias: /srcbucket_mapjoin_part_1/part=1 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/columnstats_partlvl.q.out ql/src/test/results/clientpositive/columnstats_partlvl.q.out index 43d8737..c7f6c28 100644 --- ql/src/test/results/clientpositive/columnstats_partlvl.q.out +++ ql/src/test/results/clientpositive/columnstats_partlvl.q.out @@ -180,6 +180,7 @@ STAGE PLANS: Truncated Path -> Alias: /employee_part/employeesalary=2000.0 [employee_part] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: compute_stats(VALUE._col0) @@ -379,6 +380,7 @@ STAGE PLANS: Truncated Path -> Alias: /employee_part/employeesalary=4000.0 [employee_part] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: compute_stats(VALUE._col0) diff --git ql/src/test/results/clientpositive/columnstats_tbllvl.q.out ql/src/test/results/clientpositive/columnstats_tbllvl.q.out index 35af846..4781c63 100644 --- ql/src/test/results/clientpositive/columnstats_tbllvl.q.out +++ ql/src/test/results/clientpositive/columnstats_tbllvl.q.out @@ -178,6 +178,7 @@ STAGE PLANS: Truncated Path -> Alias: /uservisits_web_text_none [uservisits_web_text_none] Needs Tagging: false + Reduce Column Names: VALUE._col0, VALUE._col1, VALUE._col2 Reduce Operator Tree: Group By Operator aggregations: compute_stats(VALUE._col0), compute_stats(VALUE._col1), compute_stats(VALUE._col2) diff --git ql/src/test/results/clientpositive/combine2.q.out ql/src/test/results/clientpositive/combine2.q.out index 39e9363..449e594 100644 --- ql/src/test/results/clientpositive/combine2.q.out +++ ql/src/test/results/clientpositive/combine2.q.out @@ -581,6 +581,7 @@ STAGE PLANS: /combine2/value=val_9 [combine2] /combine2/value=| [combine2] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/ctas.q.out ql/src/test/results/clientpositive/ctas.q.out index 0040f3c..1196d0f 100644 --- ql/src/test/results/clientpositive/ctas.q.out +++ ql/src/test/results/clientpositive/ctas.q.out @@ -779,6 +779,7 @@ STAGE PLANS: Truncated Path -> Alias: /src [src] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: string), KEY.reducesinkkey1 (type: string) @@ -841,6 +842,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: string), KEY.reducesinkkey1 (type: string) diff --git ql/src/test/results/clientpositive/display_colstats_tbllvl.q.out ql/src/test/results/clientpositive/display_colstats_tbllvl.q.out index 8b7afae..1528077 100644 --- ql/src/test/results/clientpositive/display_colstats_tbllvl.q.out +++ ql/src/test/results/clientpositive/display_colstats_tbllvl.q.out @@ -194,6 +194,7 @@ STAGE PLANS: Truncated Path -> Alias: /uservisits_web_text_none [uservisits_web_text_none] Needs Tagging: false + Reduce Column Names: VALUE._col0, VALUE._col1, VALUE._col2 Reduce Operator Tree: Group By Operator aggregations: compute_stats(VALUE._col0), compute_stats(VALUE._col1), compute_stats(VALUE._col2) diff --git ql/src/test/results/clientpositive/groupby_map_ppr.q.out ql/src/test/results/clientpositive/groupby_map_ppr.q.out index c7ca521..76bc0b0 100644 --- ql/src/test/results/clientpositive/groupby_map_ppr.q.out +++ ql/src/test/results/clientpositive/groupby_map_ppr.q.out @@ -223,6 +223,7 @@ STAGE PLANS: /srcpart/ds=2008-04-08/hr=11 [src] /srcpart/ds=2008-04-08/hr=12 [src] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, VALUE._col1 Reduce Operator Tree: Group By Operator aggregations: count(DISTINCT KEY._col1:0._col0), sum(VALUE._col1) diff --git ql/src/test/results/clientpositive/groupby_map_ppr_multi_distinct.q.out ql/src/test/results/clientpositive/groupby_map_ppr_multi_distinct.q.out index 00e2b6d..4664ea5 100644 --- ql/src/test/results/clientpositive/groupby_map_ppr_multi_distinct.q.out +++ ql/src/test/results/clientpositive/groupby_map_ppr_multi_distinct.q.out @@ -240,6 +240,7 @@ STAGE PLANS: /srcpart/ds=2008-04-08/hr=11 [src] /srcpart/ds=2008-04-08/hr=12 [src] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, VALUE._col1 Reduce Operator Tree: Group By Operator aggregations: count(DISTINCT KEY._col1:0._col0), sum(VALUE._col1), sum(DISTINCT KEY._col1:1._col0), count(DISTINCT KEY._col1:2._col0) diff --git ql/src/test/results/clientpositive/groupby_ppr.q.out ql/src/test/results/clientpositive/groupby_ppr.q.out index 57e886d..5e87747 100644 --- ql/src/test/results/clientpositive/groupby_ppr.q.out +++ ql/src/test/results/clientpositive/groupby_ppr.q.out @@ -212,6 +212,7 @@ STAGE PLANS: /srcpart/ds=2008-04-08/hr=11 [src] /srcpart/ds=2008-04-08/hr=12 [src] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1 Reduce Operator Tree: Group By Operator aggregations: count(DISTINCT KEY._col1:0._col0), sum(KEY._col1:0._col0) diff --git ql/src/test/results/clientpositive/groupby_ppr_multi_distinct.q.out ql/src/test/results/clientpositive/groupby_ppr_multi_distinct.q.out index f8073ff..b872ed3 100644 --- ql/src/test/results/clientpositive/groupby_ppr_multi_distinct.q.out +++ ql/src/test/results/clientpositive/groupby_ppr_multi_distinct.q.out @@ -229,6 +229,7 @@ STAGE PLANS: /srcpart/ds=2008-04-08/hr=11 [src] /srcpart/ds=2008-04-08/hr=12 [src] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1 Reduce Operator Tree: Group By Operator aggregations: count(DISTINCT KEY._col1:0._col0), sum(KEY._col1:0._col0), sum(DISTINCT KEY._col1:1._col0), count(DISTINCT KEY._col1:2._col0) diff --git ql/src/test/results/clientpositive/groupby_sort_1_23.q.out ql/src/test/results/clientpositive/groupby_sort_1_23.q.out index 38a0678..a9acc1a 100644 --- ql/src/test/results/clientpositive/groupby_sort_1_23.q.out +++ ql/src/test/results/clientpositive/groupby_sort_1_23.q.out @@ -524,6 +524,7 @@ STAGE PLANS: Truncated Path -> Alias: /t1 [t1] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1927,6 +1928,7 @@ STAGE PLANS: Truncated Path -> Alias: /t1 [t1] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, KEY._col2, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -2147,6 +2149,7 @@ STAGE PLANS: Truncated Path -> Alias: /t1 [t1] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -2413,6 +2416,7 @@ STAGE PLANS: Truncated Path -> Alias: /t1 [subq1:t1] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: sum(VALUE._col0) @@ -3193,6 +3197,7 @@ STAGE PLANS: Truncated Path -> Alias: /t1 [null-subquery2:subq1-subquery2:t1] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -4153,6 +4158,7 @@ STAGE PLANS: Truncated Path -> Alias: /t1 [subq2:t1] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -4480,6 +4486,7 @@ STAGE PLANS: Truncated Path -> Alias: /t2 [t2] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/groupby_sort_6.q.out ql/src/test/results/clientpositive/groupby_sort_6.q.out index ca5ad8f..7758e9f 100644 --- ql/src/test/results/clientpositive/groupby_sort_6.q.out +++ ql/src/test/results/clientpositive/groupby_sort_6.q.out @@ -65,6 +65,7 @@ STAGE PLANS: Stage: Stage-1 Map Reduce Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -207,6 +208,7 @@ STAGE PLANS: Stage: Stage-1 Map Reduce Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -424,6 +426,7 @@ STAGE PLANS: Truncated Path -> Alias: /t1/ds=2 [t1] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/groupby_sort_skew_1_23.q.out ql/src/test/results/clientpositive/groupby_sort_skew_1_23.q.out index ac54e7d..35f70f4 100644 --- ql/src/test/results/clientpositive/groupby_sort_skew_1_23.q.out +++ ql/src/test/results/clientpositive/groupby_sort_skew_1_23.q.out @@ -525,6 +525,7 @@ STAGE PLANS: Truncated Path -> Alias: /t1 [t1] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -588,6 +589,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1992,6 +1994,7 @@ STAGE PLANS: Truncated Path -> Alias: /t1 [t1] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, KEY._col2, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -2055,6 +2058,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, KEY._col2, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -2276,6 +2280,7 @@ STAGE PLANS: Truncated Path -> Alias: /t1 [t1] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -2339,6 +2344,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -2606,6 +2612,7 @@ STAGE PLANS: Truncated Path -> Alias: /t1 [subq1:t1] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: sum(VALUE._col0) @@ -2669,6 +2676,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: sum(VALUE._col0) @@ -3450,6 +3458,7 @@ STAGE PLANS: Truncated Path -> Alias: /t1 [null-subquery2:subq1-subquery2:t1] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -3513,6 +3522,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -4474,6 +4484,7 @@ STAGE PLANS: Truncated Path -> Alias: /t1 [subq2:t1] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -4537,6 +4548,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -4865,6 +4877,7 @@ STAGE PLANS: Truncated Path -> Alias: /t2 [t2] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -4928,6 +4941,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/input_part7.q.out ql/src/test/results/clientpositive/input_part7.q.out index 19985d6..8597903 100644 --- ql/src/test/results/clientpositive/input_part7.q.out +++ ql/src/test/results/clientpositive/input_part7.q.out @@ -262,6 +262,7 @@ STAGE PLANS: /srcpart/ds=2008-04-08/hr=11 [null-subquery1:a-subquery1:x, null-subquery2:a-subquery2:y] /srcpart/ds=2008-04-08/hr=12 [null-subquery1:a-subquery1:x, null-subquery2:a-subquery2:y] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1, KEY.reducesinkkey2, KEY.reducesinkkey3 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: string), KEY.reducesinkkey1 (type: string), KEY.reducesinkkey2 (type: string), KEY.reducesinkkey3 (type: string) diff --git ql/src/test/results/clientpositive/join35.q.out ql/src/test/results/clientpositive/join35.q.out index 3053af7..a140446 100644 --- ql/src/test/results/clientpositive/join35.q.out +++ ql/src/test/results/clientpositive/join35.q.out @@ -232,6 +232,7 @@ STAGE PLANS: Truncated Path -> Alias: /src [null-subquery1:subq1-subquery1:x] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -577,6 +578,7 @@ STAGE PLANS: Truncated Path -> Alias: /src [null-subquery2:subq1-subquery2:x1] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/list_bucket_query_multiskew_3.q.out ql/src/test/results/clientpositive/list_bucket_query_multiskew_3.q.out index d4f833b..a80bac5 100644 --- ql/src/test/results/clientpositive/list_bucket_query_multiskew_3.q.out +++ ql/src/test/results/clientpositive/list_bucket_query_multiskew_3.q.out @@ -489,6 +489,7 @@ STAGE PLANS: Truncated Path -> Alias: /fact_daily/ds=1/hr=1 [fact_daily] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/list_bucket_query_oneskew_2.q.out ql/src/test/results/clientpositive/list_bucket_query_oneskew_2.q.out index 21fac22..2ec05e2 100644 --- ql/src/test/results/clientpositive/list_bucket_query_oneskew_2.q.out +++ ql/src/test/results/clientpositive/list_bucket_query_oneskew_2.q.out @@ -629,6 +629,7 @@ STAGE PLANS: Truncated Path -> Alias: /fact_tz/ds=1/x=484 [fact_daily] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -824,6 +825,7 @@ STAGE PLANS: Truncated Path -> Alias: /fact_tz/ds=1/x=484 [subq:fact_daily] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/load_dyn_part8.q.out ql/src/test/results/clientpositive/load_dyn_part8.q.out index 2299667..6cfd7b4 100644 --- ql/src/test/results/clientpositive/load_dyn_part8.q.out +++ ql/src/test/results/clientpositive/load_dyn_part8.q.out @@ -359,6 +359,7 @@ STAGE PLANS: /srcpart/ds=2008-04-09/hr=11 [srcpart] /srcpart/ds=2008-04-09/hr=12 [srcpart] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1, VALUE._col0, VALUE._col1, VALUE._col2, VALUE._col3 Reduce Operator Tree: Extract Statistics: Num rows: 38 Data size: 7615 Basic stats: COMPLETE Column stats: NONE @@ -460,6 +461,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1, VALUE._col2 Reduce Operator Tree: Extract Statistics: Num rows: 38 Data size: 7615 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/merge3.q.out ql/src/test/results/clientpositive/merge3.q.out index 96f675d..46bc9de 100644 --- ql/src/test/results/clientpositive/merge3.q.out +++ ql/src/test/results/clientpositive/merge3.q.out @@ -2542,6 +2542,7 @@ STAGE PLANS: /merge_src_part/ds=2008-04-08 [merge_src_part] /merge_src_part/ds=2008-04-09 [merge_src_part] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1, VALUE._col2 Reduce Operator Tree: Extract Statistics: Num rows: 2000 Data size: 21248 Basic stats: COMPLETE Column stats: NONE @@ -5007,6 +5008,7 @@ STAGE PLANS: /merge_src_part/ds=2008-04-08 [s:merge_src_part] /merge_src_part/ds=2008-04-09 [s:merge_src_part] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1, VALUE._col2 Reduce Operator Tree: Select Operator expressions: VALUE._col0 (type: string), VALUE._col1 (type: string), VALUE._col2 (type: string) diff --git ql/src/test/results/clientpositive/metadataonly1.q.out ql/src/test/results/clientpositive/metadataonly1.q.out index f08ef9e..7163a50 100644 --- ql/src/test/results/clientpositive/metadataonly1.q.out +++ ql/src/test/results/clientpositive/metadataonly1.q.out @@ -36,6 +36,7 @@ STAGE PLANS: Stage: Stage-1 Map Reduce Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: max(VALUE._col0) @@ -185,6 +186,7 @@ STAGE PLANS: Truncated Path -> Alias: -mr-10002default.test1{ds=1} [test1] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: max(VALUE._col0) @@ -330,6 +332,7 @@ STAGE PLANS: Truncated Path -> Alias: -mr-10002default.test1{ds=1} [test1] Needs Tagging: false + Reduce Column Names: KEY._col0 Reduce Operator Tree: Group By Operator aggregations: count(DISTINCT KEY._col0:0._col0) @@ -474,6 +477,7 @@ STAGE PLANS: Truncated Path -> Alias: /test1/ds=1 [test1] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -698,6 +702,7 @@ STAGE PLANS: -mr-10004default.test1{ds=1} [b:test1] -mr-10005default.test1{ds=2} [b:test1] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: max(VALUE._col0) @@ -928,6 +933,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1197,6 +1203,7 @@ STAGE PLANS: -mr-10003default.test2{ds=1, hr=2} [test2] -mr-10004default.test2{ds=1, hr=3} [test2] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1 Reduce Operator Tree: Group By Operator aggregations: count(DISTINCT KEY._col1:0._col0) @@ -1440,6 +1447,7 @@ STAGE PLANS: /test2/ds=1/hr=2 [test2] /test2/ds=1/hr=3 [test2] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1630,6 +1638,7 @@ STAGE PLANS: -mr-10002default.test1{ds=1} [test1] -mr-10003default.test1{ds=2} [test1] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: max(VALUE._col0) @@ -2008,6 +2017,7 @@ STAGE PLANS: -mr-10005default.test2{ds=1, hr=2} [test2] -mr-10006default.test2{ds=1, hr=3} [test2] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1 Reduce Operator Tree: Group By Operator aggregations: count(DISTINCT KEY._col1:0._col0) diff --git ql/src/test/results/clientpositive/pcr.q.out ql/src/test/results/clientpositive/pcr.q.out index b74dfbf..fe01f49 100644 --- ql/src/test/results/clientpositive/pcr.q.out +++ ql/src/test/results/clientpositive/pcr.q.out @@ -214,6 +214,7 @@ STAGE PLANS: /pcr_t1/ds=2000-04-08 [pcr_t1] /pcr_t1/ds=2000-04-09 [pcr_t1] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1, VALUE._col0 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), VALUE._col0 (type: string), KEY.reducesinkkey1 (type: string) @@ -476,6 +477,7 @@ STAGE PLANS: /pcr_t1/ds=2000-04-09 [pcr_t1] /pcr_t1/ds=2000-04-10 [pcr_t1] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), VALUE._col0 (type: string) @@ -740,6 +742,7 @@ STAGE PLANS: /pcr_t1/ds=2000-04-08 [pcr_t1] /pcr_t1/ds=2000-04-09 [pcr_t1] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1, VALUE._col0 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), VALUE._col0 (type: string), KEY.reducesinkkey1 (type: string) @@ -974,6 +977,7 @@ STAGE PLANS: /pcr_t1/ds=2000-04-08 [pcr_t1] /pcr_t1/ds=2000-04-10 [pcr_t1] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1, VALUE._col0 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), VALUE._col0 (type: string), KEY.reducesinkkey1 (type: string) @@ -1256,6 +1260,7 @@ STAGE PLANS: /pcr_t1/ds=2000-04-09 [pcr_t1] /pcr_t1/ds=2000-04-10 [pcr_t1] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1, VALUE._col0 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), VALUE._col0 (type: string), KEY.reducesinkkey1 (type: string) @@ -1548,6 +1553,7 @@ STAGE PLANS: /pcr_t1/ds=2000-04-09 [pcr_t1] /pcr_t1/ds=2000-04-10 [pcr_t1] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1, VALUE._col0 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), VALUE._col0 (type: string), KEY.reducesinkkey1 (type: string) @@ -1793,6 +1799,7 @@ STAGE PLANS: /pcr_t1/ds=2000-04-08 [pcr_t1] /pcr_t1/ds=2000-04-09 [pcr_t1] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), KEY.reducesinkkey1 (type: string) @@ -1997,6 +2004,7 @@ STAGE PLANS: /pcr_t1/ds=2000-04-08 [pcr_t1] /pcr_t1/ds=2000-04-09 [pcr_t1] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), KEY.reducesinkkey1 (type: string) @@ -2287,6 +2295,7 @@ STAGE PLANS: /pcr_t1/ds=2000-04-09 [pcr_t1] /pcr_t1/ds=2000-04-10 [pcr_t1] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), KEY.reducesinkkey1 (type: string) @@ -2573,6 +2582,7 @@ STAGE PLANS: /pcr_t1/ds=2000-04-08 [pcr_t1] /pcr_t1/ds=2000-04-09 [pcr_t1] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1, KEY.reducesinkkey2 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), KEY.reducesinkkey1 (type: string), KEY.reducesinkkey2 (type: string) @@ -2832,6 +2842,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1, VALUE._col2, VALUE._col3, VALUE._col4 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), VALUE._col0 (type: string), VALUE._col1 (type: string), VALUE._col2 (type: int), VALUE._col3 (type: string), VALUE._col4 (type: string) @@ -3172,6 +3183,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1, VALUE._col2, VALUE._col3, VALUE._col4 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), VALUE._col0 (type: string), VALUE._col1 (type: string), VALUE._col2 (type: int), VALUE._col3 (type: string), VALUE._col4 (type: string) @@ -3541,6 +3553,7 @@ STAGE PLANS: /pcr_t1/ds=2000-04-10 [pcr_t1] /pcr_t1/ds=2000-04-11 [pcr_t1] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1, KEY.reducesinkkey2 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), KEY.reducesinkkey1 (type: string), KEY.reducesinkkey2 (type: string) @@ -3857,6 +3870,7 @@ STAGE PLANS: /pcr_t1/ds=2000-04-09 [pcr_t1] /pcr_t1/ds=2000-04-10 [pcr_t1] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1, KEY.reducesinkkey2 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), KEY.reducesinkkey1 (type: string), KEY.reducesinkkey2 (type: string) @@ -5305,6 +5319,7 @@ STAGE PLANS: Truncated Path -> Alias: /srcpart/ds=2008-04-08/hr=11 [srcpart] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: string), VALUE._col0 (type: string) @@ -5534,6 +5549,7 @@ STAGE PLANS: /srcpart/ds=2008-04-08/hr=11 [srcpart] /srcpart/ds=2008-04-08/hr=12 [srcpart] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1, KEY.reducesinkkey2, VALUE._col0 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: string), VALUE._col0 (type: string), KEY.reducesinkkey1 (type: string), KEY.reducesinkkey2 (type: string) @@ -5756,6 +5772,7 @@ STAGE PLANS: /srcpart/ds=2008-04-08/hr=11 [srcpart] /srcpart/ds=2008-04-09/hr=11 [srcpart] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1, KEY.reducesinkkey2, VALUE._col0 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: string), VALUE._col0 (type: string), KEY.reducesinkkey1 (type: string), KEY.reducesinkkey2 (type: string) diff --git ql/src/test/results/clientpositive/ppd_join_filter.q.out ql/src/test/results/clientpositive/ppd_join_filter.q.out index aa3af74..dff49a2 100644 --- ql/src/test/results/clientpositive/ppd_join_filter.q.out +++ ql/src/test/results/clientpositive/ppd_join_filter.q.out @@ -203,6 +203,7 @@ STAGE PLANS: Truncated Path -> Alias: /src [b:src] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: min(VALUE._col0) @@ -613,6 +614,7 @@ STAGE PLANS: Truncated Path -> Alias: /src [b:src] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: min(VALUE._col0) @@ -1019,6 +1021,7 @@ STAGE PLANS: Truncated Path -> Alias: /src [b:src] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: min(VALUE._col0) @@ -1429,6 +1432,7 @@ STAGE PLANS: Truncated Path -> Alias: /src [b:src] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: min(VALUE._col0) diff --git ql/src/test/results/clientpositive/ppd_vc.q.out ql/src/test/results/clientpositive/ppd_vc.q.out index 928986f..36d8bdd 100644 --- ql/src/test/results/clientpositive/ppd_vc.q.out +++ ql/src/test/results/clientpositive/ppd_vc.q.out @@ -747,6 +747,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1, KEY.reducesinkkey2, VALUE._col0, VALUE._col1 Reduce Operator Tree: Select Operator expressions: VALUE._col0 (type: string), VALUE._col1 (type: string), KEY.reducesinkkey0 (type: string), KEY.reducesinkkey1 (type: string), KEY.reducesinkkey2 (type: bigint) diff --git ql/src/test/results/clientpositive/push_or.q.out ql/src/test/results/clientpositive/push_or.q.out index 132a160..bcfd581 100644 --- ql/src/test/results/clientpositive/push_or.q.out +++ ql/src/test/results/clientpositive/push_or.q.out @@ -196,6 +196,7 @@ STAGE PLANS: /push_or/ds=2000-04-08 [push_or] /push_or/ds=2000-04-09 [push_or] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1, VALUE._col0 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), VALUE._col0 (type: string), KEY.reducesinkkey1 (type: string) diff --git ql/src/test/results/clientpositive/regexp_extract.q.out ql/src/test/results/clientpositive/regexp_extract.q.out index 6218e77..f3580be 100644 --- ql/src/test/results/clientpositive/regexp_extract.q.out +++ ql/src/test/results/clientpositive/regexp_extract.q.out @@ -176,6 +176,7 @@ STAGE PLANS: Truncated Path -> Alias: /src [tmap:src] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1 Reduce Operator Tree: Select Operator expressions: VALUE._col0 (type: string), regexp_extract(VALUE._col1, 'val_(\d+\t\d+)', 1) (type: string) @@ -490,6 +491,7 @@ STAGE PLANS: Truncated Path -> Alias: /src [tmap:src] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1 Reduce Operator Tree: Select Operator expressions: VALUE._col0 (type: string), regexp_extract(VALUE._col1, 'val_(\d+\t\d+)') (type: string) diff --git ql/src/test/results/clientpositive/sample10.q.out ql/src/test/results/clientpositive/sample10.q.out index f72d35e..b2c1d63 100644 --- ql/src/test/results/clientpositive/sample10.q.out +++ ql/src/test/results/clientpositive/sample10.q.out @@ -315,6 +315,7 @@ STAGE PLANS: /srcpartbucket/ds=2008-04-09/hr=11/000000_0 [srcpartbucket] /srcpartbucket/ds=2008-04-09/hr=12/000000_0 [srcpartbucket] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -381,6 +382,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: string), VALUE._col0 (type: bigint) diff --git ql/src/test/results/clientpositive/sample6.q.out ql/src/test/results/clientpositive/sample6.q.out index 45d355f..94f30f1 100644 --- ql/src/test/results/clientpositive/sample6.q.out +++ ql/src/test/results/clientpositive/sample6.q.out @@ -706,6 +706,7 @@ STAGE PLANS: Truncated Path -> Alias: /srcbucket/srcbucket1.txt [s] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), KEY.reducesinkkey1 (type: string) @@ -1102,6 +1103,7 @@ STAGE PLANS: Truncated Path -> Alias: /srcbucket/srcbucket0.txt [s] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), KEY.reducesinkkey1 (type: string) @@ -1752,6 +1754,7 @@ STAGE PLANS: Truncated Path -> Alias: /srcbucket [s] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), KEY.reducesinkkey1 (type: string) @@ -2245,6 +2248,7 @@ STAGE PLANS: Truncated Path -> Alias: /srcbucket [s] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), KEY.reducesinkkey1 (type: string) @@ -2771,6 +2775,7 @@ STAGE PLANS: /srcbucket2/srcbucket20.txt [s] /srcbucket2/srcbucket22.txt [s] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), KEY.reducesinkkey1 (type: string) @@ -3050,6 +3055,7 @@ STAGE PLANS: Truncated Path -> Alias: /srcbucket2/srcbucket21.txt [s] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), KEY.reducesinkkey1 (type: string) @@ -3183,6 +3189,7 @@ STAGE PLANS: Stage: Stage-1 Map Reduce Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), KEY.reducesinkkey1 (type: string) diff --git ql/src/test/results/clientpositive/smb_mapjoin_13.q.out ql/src/test/results/clientpositive/smb_mapjoin_13.q.out index e033da1..771c402 100644 --- ql/src/test/results/clientpositive/smb_mapjoin_13.q.out +++ ql/src/test/results/clientpositive/smb_mapjoin_13.q.out @@ -205,6 +205,7 @@ STAGE PLANS: Truncated Path -> Alias: /test_table1 [a] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1, VALUE._col2 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), VALUE._col0 (type: string), VALUE._col1 (type: int), VALUE._col2 (type: string) @@ -432,6 +433,7 @@ STAGE PLANS: Truncated Path -> Alias: /test_table3 [a] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1, VALUE._col2 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), VALUE._col0 (type: string), VALUE._col1 (type: int), VALUE._col2 (type: string) diff --git ql/src/test/results/clientpositive/smb_mapjoin_15.q.out ql/src/test/results/clientpositive/smb_mapjoin_15.q.out index 2a4bc28..663869e 100644 --- ql/src/test/results/clientpositive/smb_mapjoin_15.q.out +++ ql/src/test/results/clientpositive/smb_mapjoin_15.q.out @@ -179,6 +179,7 @@ STAGE PLANS: Truncated Path -> Alias: /test_table1 [a] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1, VALUE._col2 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), VALUE._col0 (type: string), VALUE._col1 (type: int), VALUE._col2 (type: string) @@ -435,6 +436,7 @@ STAGE PLANS: Truncated Path -> Alias: /test_table1 [a] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1, VALUE._col2, VALUE._col3, VALUE._col4 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), VALUE._col0 (type: int), VALUE._col1 (type: string), VALUE._col2 (type: int), VALUE._col3 (type: int), VALUE._col4 (type: string) @@ -641,6 +643,7 @@ STAGE PLANS: Truncated Path -> Alias: /test_table1 [a] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1, VALUE._col2, VALUE._col3, VALUE._col4 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), VALUE._col0 (type: int), VALUE._col1 (type: string), VALUE._col2 (type: int), VALUE._col3 (type: int), VALUE._col4 (type: string) @@ -886,6 +889,7 @@ STAGE PLANS: Truncated Path -> Alias: /test_table1 [a] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1, VALUE._col2, VALUE._col3, VALUE._col4 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: int), VALUE._col0 (type: int), VALUE._col1 (type: string), VALUE._col2 (type: int), VALUE._col3 (type: int), VALUE._col4 (type: string) diff --git ql/src/test/results/clientpositive/sort_merge_join_desc_5.q.out ql/src/test/results/clientpositive/sort_merge_join_desc_5.q.out index 5ff45d9..5a7019d 100644 --- ql/src/test/results/clientpositive/sort_merge_join_desc_5.q.out +++ ql/src/test/results/clientpositive/sort_merge_join_desc_5.q.out @@ -198,6 +198,7 @@ STAGE PLANS: Truncated Path -> Alias: /srcbucket_mapjoin_part_1/part=1 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/sort_merge_join_desc_6.q.out ql/src/test/results/clientpositive/sort_merge_join_desc_6.q.out index 6fdf738..327a91a 100644 --- ql/src/test/results/clientpositive/sort_merge_join_desc_6.q.out +++ ql/src/test/results/clientpositive/sort_merge_join_desc_6.q.out @@ -284,6 +284,7 @@ STAGE PLANS: Truncated Path -> Alias: /srcbucket_mapjoin_part_1/part=1 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/sort_merge_join_desc_7.q.out ql/src/test/results/clientpositive/sort_merge_join_desc_7.q.out index 08b9d1e..b3c6332 100644 --- ql/src/test/results/clientpositive/sort_merge_join_desc_7.q.out +++ ql/src/test/results/clientpositive/sort_merge_join_desc_7.q.out @@ -404,6 +404,7 @@ STAGE PLANS: /srcbucket_mapjoin_part_1/part=1 [a] /srcbucket_mapjoin_part_1/part=2 [a] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/tez/bucket2.q.out ql/src/test/results/clientpositive/tez/bucket2.q.out index 3e7746f..acf6c22 100644 --- ql/src/test/results/clientpositive/tez/bucket2.q.out +++ ql/src/test/results/clientpositive/tez/bucket2.q.out @@ -114,6 +114,7 @@ STAGE PLANS: /src [src] Reducer 2 Needs Tagging: false + Reduce Column Names: VALUE._col0, VALUE._col1 Reduce Operator Tree: Extract Statistics: Num rows: 29 Data size: 5812 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/tez/bucket3.q.out ql/src/test/results/clientpositive/tez/bucket3.q.out index cabf30a..abd3d1a 100644 --- ql/src/test/results/clientpositive/tez/bucket3.q.out +++ ql/src/test/results/clientpositive/tez/bucket3.q.out @@ -118,6 +118,7 @@ STAGE PLANS: /src [src] Reducer 2 Needs Tagging: false + Reduce Column Names: VALUE._col0, VALUE._col1 Reduce Operator Tree: Extract Statistics: Num rows: 29 Data size: 5812 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/tez/bucket4.q.out ql/src/test/results/clientpositive/tez/bucket4.q.out index 9d1e843..61ade3b 100644 --- ql/src/test/results/clientpositive/tez/bucket4.q.out +++ ql/src/test/results/clientpositive/tez/bucket4.q.out @@ -111,6 +111,7 @@ STAGE PLANS: /src [src] Reducer 2 Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1 Reduce Operator Tree: Extract Statistics: Num rows: 29 Data size: 5812 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/tez/ctas.q.out ql/src/test/results/clientpositive/tez/ctas.q.out index a58e166..8ec1b31 100644 --- ql/src/test/results/clientpositive/tez/ctas.q.out +++ ql/src/test/results/clientpositive/tez/ctas.q.out @@ -786,6 +786,7 @@ STAGE PLANS: /src [src] Reducer 2 Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: string), KEY.reducesinkkey1 (type: string) @@ -801,6 +802,7 @@ STAGE PLANS: tag: -1 Reducer 3 Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: string), KEY.reducesinkkey1 (type: string) diff --git ql/src/test/results/clientpositive/tez/disable_merge_for_bucketing.q.out ql/src/test/results/clientpositive/tez/disable_merge_for_bucketing.q.out index 0001443..01a4d46 100644 --- ql/src/test/results/clientpositive/tez/disable_merge_for_bucketing.q.out +++ ql/src/test/results/clientpositive/tez/disable_merge_for_bucketing.q.out @@ -110,6 +110,7 @@ STAGE PLANS: /src [src] Reducer 2 Needs Tagging: false + Reduce Column Names: VALUE._col0, VALUE._col1 Reduce Operator Tree: Extract Statistics: Num rows: 29 Data size: 5812 Basic stats: COMPLETE Column stats: NONE diff --git ql/src/test/results/clientpositive/tez/transform_ppr1.q.out ql/src/test/results/clientpositive/tez/transform_ppr1.q.out index 719ae5b..b30f3c7 100644 --- ql/src/test/results/clientpositive/tez/transform_ppr1.q.out +++ ql/src/test/results/clientpositive/tez/transform_ppr1.q.out @@ -330,6 +330,7 @@ STAGE PLANS: /srcpart/ds=2008-04-09/hr=12 [src] Reducer 2 Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1, VALUE._col2 Reduce Operator Tree: Select Operator expressions: VALUE._col1 (type: string), VALUE._col2 (type: string) diff --git ql/src/test/results/clientpositive/tez/transform_ppr2.q.out ql/src/test/results/clientpositive/tez/transform_ppr2.q.out index c82137c..4ee58ab 100644 --- ql/src/test/results/clientpositive/tez/transform_ppr2.q.out +++ ql/src/test/results/clientpositive/tez/transform_ppr2.q.out @@ -238,6 +238,7 @@ STAGE PLANS: /srcpart/ds=2008-04-08/hr=12 [src] Reducer 2 Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1, VALUE._col2 Reduce Operator Tree: Select Operator expressions: VALUE._col1 (type: string), VALUE._col2 (type: string) diff --git ql/src/test/results/clientpositive/tez/vector_decimal_aggregate.q.out ql/src/test/results/clientpositive/tez/vector_decimal_aggregate.q.out new file mode 100644 index 0000000..437e830 --- /dev/null +++ ql/src/test/results/clientpositive/tez/vector_decimal_aggregate.q.out @@ -0,0 +1,117 @@ +PREHOOK: query: CREATE TABLE decimal_vgby STORED AS ORC AS + SELECT cdouble, CAST (((cdouble*22.1)/37) AS DECIMAL(20,10)) AS cdecimal1, + CAST (((cdouble*9.3)/13) AS DECIMAL(23,14)) AS cdecimal2, + cint + FROM alltypesorc +PREHOOK: type: CREATETABLE_AS_SELECT +PREHOOK: Input: default@alltypesorc +POSTHOOK: query: CREATE TABLE decimal_vgby STORED AS ORC AS + SELECT cdouble, CAST (((cdouble*22.1)/37) AS DECIMAL(20,10)) AS cdecimal1, + CAST (((cdouble*9.3)/13) AS DECIMAL(23,14)) AS cdecimal2, + cint + FROM alltypesorc +POSTHOOK: type: CREATETABLE_AS_SELECT +POSTHOOK: Input: default@alltypesorc +POSTHOOK: Output: default@decimal_vgby +PREHOOK: query: EXPLAIN SELECT cint, + COUNT(cdecimal1), MAX(cdecimal1), MIN(cdecimal1), SUM(cdecimal1), AVG(cdecimal1), STDDEV_POP(cdecimal1), STDDEV_SAMP(cdecimal1), + COUNT(cdecimal2), MAX(cdecimal2), MIN(cdecimal2), SUM(cdecimal2), AVG(cdecimal2), STDDEV_POP(cdecimal2), STDDEV_SAMP(cdecimal2) + FROM decimal_vgby + GROUP BY cint + HAVING COUNT(*) > 1 +PREHOOK: type: QUERY +POSTHOOK: query: EXPLAIN SELECT cint, + COUNT(cdecimal1), MAX(cdecimal1), MIN(cdecimal1), SUM(cdecimal1), AVG(cdecimal1), STDDEV_POP(cdecimal1), STDDEV_SAMP(cdecimal1), + COUNT(cdecimal2), MAX(cdecimal2), MIN(cdecimal2), SUM(cdecimal2), AVG(cdecimal2), STDDEV_POP(cdecimal2), STDDEV_SAMP(cdecimal2) + FROM decimal_vgby + GROUP BY cint + HAVING COUNT(*) > 1 +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: decimal_vgby + Statistics: Num rows: 12288 Data size: 2165060 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: cint (type: int), cdecimal1 (type: decimal(20,10)), cdecimal2 (type: decimal(23,14)) + outputColumnNames: cint, cdecimal1, cdecimal2 + Statistics: Num rows: 12288 Data size: 2165060 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: count(cdecimal1), max(cdecimal1), min(cdecimal1), sum(cdecimal1), avg(cdecimal1), stddev_pop(cdecimal1), stddev_samp(cdecimal1), count(cdecimal2), max(cdecimal2), min(cdecimal2), sum(cdecimal2), avg(cdecimal2), stddev_pop(cdecimal2), stddev_samp(cdecimal2), count() + keys: cint (type: int) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15 + Statistics: Num rows: 12288 Data size: 2165060 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: int) + sort order: + + Map-reduce partition columns: _col0 (type: int) + Statistics: Num rows: 12288 Data size: 2165060 Basic stats: COMPLETE Column stats: NONE + value expressions: _col1 (type: bigint), _col2 (type: decimal(20,10)), _col3 (type: decimal(20,10)), _col4 (type: decimal(30,10)), _col5 (type: struct), _col6 (type: struct), _col7 (type: struct), _col8 (type: bigint), _col9 (type: decimal(23,14)), _col10 (type: decimal(23,14)), _col11 (type: decimal(33,14)), _col12 (type: struct), _col13 (type: struct), _col14 (type: struct), _col15 (type: bigint) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Group By Operator + aggregations: count(VALUE._col0), max(VALUE._col1), min(VALUE._col2), sum(VALUE._col3), avg(VALUE._col4), stddev_pop(VALUE._col5), stddev_samp(VALUE._col6), count(VALUE._col7), max(VALUE._col8), min(VALUE._col9), sum(VALUE._col10), avg(VALUE._col11), stddev_pop(VALUE._col12), stddev_samp(VALUE._col13), count(VALUE._col14) + keys: KEY._col0 (type: int) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15 + Statistics: Num rows: 6144 Data size: 1082530 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: (_col15 > 1) (type: boolean) + Statistics: Num rows: 2048 Data size: 360843 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: int), _col1 (type: bigint), _col2 (type: decimal(20,10)), _col3 (type: decimal(20,10)), _col4 (type: decimal(30,10)), _col5 (type: decimal(24,14)), _col6 (type: double), _col7 (type: double), _col8 (type: bigint), _col9 (type: decimal(23,14)), _col10 (type: decimal(23,14)), _col11 (type: decimal(33,14)), _col12 (type: decimal(27,18)), _col13 (type: double), _col14 (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14 + Statistics: Num rows: 2048 Data size: 360843 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 2048 Data size: 360843 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +PREHOOK: query: SELECT cint, + COUNT(cdecimal1), MAX(cdecimal1), MIN(cdecimal1), SUM(cdecimal1), AVG(cdecimal1), STDDEV_POP(cdecimal1), STDDEV_SAMP(cdecimal1), + COUNT(cdecimal2), MAX(cdecimal2), MIN(cdecimal2), SUM(cdecimal2), AVG(cdecimal2), STDDEV_POP(cdecimal2), STDDEV_SAMP(cdecimal2) + FROM decimal_vgby + GROUP BY cint + HAVING COUNT(*) > 1 +PREHOOK: type: QUERY +PREHOOK: Input: default@decimal_vgby +#### A masked pattern was here #### +POSTHOOK: query: SELECT cint, + COUNT(cdecimal1), MAX(cdecimal1), MIN(cdecimal1), SUM(cdecimal1), AVG(cdecimal1), STDDEV_POP(cdecimal1), STDDEV_SAMP(cdecimal1), + COUNT(cdecimal2), MAX(cdecimal2), MIN(cdecimal2), SUM(cdecimal2), AVG(cdecimal2), STDDEV_POP(cdecimal2), STDDEV_SAMP(cdecimal2) + FROM decimal_vgby + GROUP BY cint + HAVING COUNT(*) > 1 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@decimal_vgby +#### A masked pattern was here #### +NULL 3072 9318.4351351351 -4298.1513513514 5018444.1081079808 1633.60810810806667 5695.483082135364 5696.4103077145055 3072 11160.715384615385 -5147.907692307693 6010604.3076923073536 1956.576923076922966667 6821.495748565159 6822.606289190924 +-3728 6 5831542.269248378 -3367.6517567568 5817556.0411483778 969592.67352472963333 2174330.2092403853 2381859.406131774 6 6984454.211097692 -4033.445769230769 6967702.8672438458471 1161283.811207307641183333 2604201.2704476737 2852759.5602156054 +-563 2 -515.621072973 -3367.6517567568 -3883.2728297298 -1941.6364148649 1426.0153418918999 2016.6902366556308 2 -617.5607769230769 -4033.445769230769 -4651.0065461538459 -2325.50327307692295 1707.9424961538462 2415.395441814127 +762 2 5831542.269248378 1531.2194054054 5833073.4886537834 2916536.7443268917 2915005.5249214866 4122440.3477364695 2 6984454.211097692 1833.9456923076925 6986288.1567899996925 3493144.07839499984625 3491310.1327026924 4937458.140118758 +6981 3 5831542.269248378 -515.621072973 5830511.027102432 1943503.67570081066667 2749258.455012492 3367140.1929065133 3 6984454.211097692 -617.5607769230769 6983219.0895438458462 2327739.696514615282066667 3292794.4113115156 4032833.0678006653 +253665376 1024 9767.0054054054 -9779.5486486487 -347484.0818378374 -339.33992366976309 5708.9563478862 5711.745967572779 1024 11697.969230769231 -11712.99230769231 -416182.64030769233089 -406.428359675480791885 6837.632716002934 6840.973851172274 +528534767 1024 5831542.269248378 -9777.1594594595 11646372.8607481068 11373.41099682432305 257528.92988206653 257654.7686043977 1024 6984454.211097692 -11710.130769230771 13948892.79980307629003 13621.965624807691689482 308443.1074570801 308593.82484083984 +626923679 1024 9723.4027027027 -9778.9513513514 10541.0525297287 10.29399661106318 5742.09145323734 5744.897264034267 1024 11645.746153846154 -11712.276923076923 12625.04759999997746 12.329148046874977988 6877.318722794877 6880.679250101603 diff --git ql/src/test/results/clientpositive/tez/vector_left_outer_join.q.out ql/src/test/results/clientpositive/tez/vector_left_outer_join.q.out new file mode 100644 index 0000000..8b8e177 --- /dev/null +++ ql/src/test/results/clientpositive/tez/vector_left_outer_join.q.out @@ -0,0 +1,137 @@ +PREHOOK: query: explain +select count(*) from (select c.ctinyint +from alltypesorc c +left outer join alltypesorc cd + on cd.cint = c.cint +left outer join alltypesorc hd + on hd.ctinyint = c.ctinyint +) t1 +PREHOOK: type: QUERY +POSTHOOK: query: explain +select count(*) from (select c.ctinyint +from alltypesorc c +left outer join alltypesorc cd + on cd.cint = c.cint +left outer join alltypesorc hd + on hd.ctinyint = c.ctinyint +) t1 +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Map 2 <- Map 1 (BROADCAST_EDGE), Map 4 (BROADCAST_EDGE) + Reducer 3 <- Map 2 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: hd + Statistics: Num rows: 94309 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: ctinyint (type: tinyint) + sort order: + + Map-reduce partition columns: ctinyint (type: tinyint) + Statistics: Num rows: 94309 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Execution mode: vectorized + Map 2 + Map Operator Tree: + TableScan + alias: c + Statistics: Num rows: 47154 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Map Join Operator + condition map: + Left Outer Join0 to 1 + condition expressions: + 0 {ctinyint} + 1 + keys: + 0 cint (type: int) + 1 cint (type: int) + outputColumnNames: _col0 + Statistics: Num rows: 103739 Data size: 414960 Basic stats: COMPLETE Column stats: NONE + Map Join Operator + condition map: + Left Outer Join0 to 1 + condition expressions: + 0 + 1 + keys: + 0 _col0 (type: tinyint) + 1 ctinyint (type: tinyint) + Statistics: Num rows: 114112 Data size: 456456 Basic stats: COMPLETE Column stats: NONE + Select Operator + Statistics: Num rows: 114112 Data size: 456456 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: count() + mode: hash + outputColumnNames: _col0 + Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + sort order: + Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE + value expressions: _col0 (type: bigint) + Execution mode: vectorized + Map 4 + Map Operator Tree: + TableScan + alias: cd + Statistics: Num rows: 94309 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: cint (type: int) + sort order: + + Map-reduce partition columns: cint (type: int) + Statistics: Num rows: 94309 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Execution mode: vectorized + Reducer 3 + Reduce Operator Tree: + Group By Operator + aggregations: count(VALUE._col0) + mode: mergepartial + outputColumnNames: _col0 + Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: bigint) + outputColumnNames: _col0 + Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + Execution mode: vectorized + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +PREHOOK: query: select count(*) from (select c.ctinyint +from alltypesorc c +left outer join alltypesorc cd + on cd.cint = c.cint +left outer join alltypesorc hd + on hd.ctinyint = c.ctinyint +) t1 +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: select count(*) from (select c.ctinyint +from alltypesorc c +left outer join alltypesorc cd + on cd.cint = c.cint +left outer join alltypesorc hd + on hd.ctinyint = c.ctinyint +) t1 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +1 diff --git ql/src/test/results/clientpositive/tez/vectorization_12.q.out ql/src/test/results/clientpositive/tez/vectorization_12.q.out new file mode 100644 index 0000000..6154c43 --- /dev/null +++ ql/src/test/results/clientpositive/tez/vectorization_12.q.out @@ -0,0 +1,598 @@ +PREHOOK: query: SELECT cbigint, + cboolean1, + cstring1, + ctimestamp1, + cdouble, + (-6432 * cdouble), + (-(cbigint)), + COUNT(cbigint), + (cbigint * COUNT(cbigint)), + STDDEV_SAMP(cbigint), + ((-6432 * cdouble) / -6432), + (-(((-6432 * cdouble) / -6432))), + AVG(cdouble), + (-((-6432 * cdouble))), + (-5638.15 + cbigint), + SUM(cbigint), + (AVG(cdouble) / (-6432 * cdouble)), + AVG(cdouble), + (-((-(((-6432 * cdouble) / -6432))))), + (((-6432 * cdouble) / -6432) + (-((-6432 * cdouble)))), + STDDEV_POP(cdouble) +FROM alltypesorc +WHERE (((ctimestamp1 IS NULL) + AND ((cboolean1 >= cboolean2) + OR (ctinyint != csmallint))) + AND ((cstring1 LIKE '%a') + OR ((cboolean2 <= 1) + AND (cbigint >= csmallint)))) +GROUP BY cbigint, cboolean1, cstring1, ctimestamp1, cdouble +ORDER BY ctimestamp1, cdouble, cbigint, cstring1 +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT cbigint, + cboolean1, + cstring1, + ctimestamp1, + cdouble, + (-6432 * cdouble), + (-(cbigint)), + COUNT(cbigint), + (cbigint * COUNT(cbigint)), + STDDEV_SAMP(cbigint), + ((-6432 * cdouble) / -6432), + (-(((-6432 * cdouble) / -6432))), + AVG(cdouble), + (-((-6432 * cdouble))), + (-5638.15 + cbigint), + SUM(cbigint), + (AVG(cdouble) / (-6432 * cdouble)), + AVG(cdouble), + (-((-(((-6432 * cdouble) / -6432))))), + (((-6432 * cdouble) / -6432) + (-((-6432 * cdouble)))), + STDDEV_POP(cdouble) +FROM alltypesorc +WHERE (((ctimestamp1 IS NULL) + AND ((cboolean1 >= cboolean2) + OR (ctinyint != csmallint))) + AND ((cstring1 LIKE '%a') + OR ((cboolean2 <= 1) + AND (cbigint >= csmallint)))) +GROUP BY cbigint, cboolean1, cstring1, ctimestamp1, cdouble +ORDER BY ctimestamp1, cdouble, cbigint, cstring1 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +-1645852809 false eNsh5tYa NULL NULL NULL 1645852809 1 -1645852809 0.0 NULL NULL NULL NULL -1.64585844715E9 -1645852809 NULL NULL NULL NULL NULL +1864027286 true 2ArdYqML3654nUjGJk3 NULL -16379.0 1.05349728E8 -1864027286 1 1864027286 0.0 -16379.0 16379.0 -16379.0 -1.05349728E8 1.86402164785E9 1864027286 -1.554726368159204E-4 -16379.0 -16379.0 -1.05366107E8 0.0 +1864027286 true J6fBeMaj7b6M8 NULL -16221.0 1.04333472E8 -1864027286 1 1864027286 0.0 -16221.0 16221.0 -16221.0 -1.04333472E8 1.86402164785E9 1864027286 -1.554726368159204E-4 -16221.0 -16221.0 -1.04349693E8 0.0 +1864027286 true d4YeS73lyC6l NULL -16168.0 1.03992576E8 -1864027286 1 1864027286 0.0 -16168.0 16168.0 -16168.0 -1.03992576E8 1.86402164785E9 1864027286 -1.554726368159204E-4 -16168.0 -16168.0 -1.04008744E8 0.0 +1864027286 true 6D8pQ38Wn NULL -16140.0 1.0381248E8 -1864027286 1 1864027286 0.0 -16140.0 16140.0 -16140.0 -1.0381248E8 1.86402164785E9 1864027286 -1.554726368159204E-4 -16140.0 -16140.0 -1.0382862E8 0.0 +1864027286 true 5nXLE NULL -16124.0 1.03709568E8 -1864027286 1 1864027286 0.0 -16124.0 16124.0 -16124.0 -1.03709568E8 1.86402164785E9 1864027286 -1.554726368159204E-4 -16124.0 -16124.0 -1.03725692E8 0.0 +1864027286 true 7JDt8xM8G778vdBUA1 NULL -16092.0 1.03503744E8 -1864027286 1 1864027286 0.0 -16092.0 16092.0 -16092.0 -1.03503744E8 1.86402164785E9 1864027286 -1.554726368159204E-4 -16092.0 -16092.0 -1.03519836E8 0.0 +1864027286 true 87y8G77XofAGWgM115XGM NULL -16026.0 1.03079232E8 -1864027286 1 1864027286 0.0 -16026.0 16026.0 -16026.0 -1.03079232E8 1.86402164785E9 1864027286 -1.554726368159204E-4 -16026.0 -16026.0 -1.03095258E8 0.0 +1864027286 true 067wD7F8YQ8h32jPa NULL -16012.0 1.02989184E8 -1864027286 1 1864027286 0.0 -16012.0 16012.0 -16012.0 -1.02989184E8 1.86402164785E9 1864027286 -1.554726368159204E-4 -16012.0 -16012.0 -1.03005196E8 0.0 +1864027286 true iDlPQmQC7RSxNA NULL -16004.0 1.02937728E8 -1864027286 1 1864027286 0.0 -16004.0 16004.0 -16004.0 -1.02937728E8 1.86402164785E9 1864027286 -1.554726368159204E-4 -16004.0 -16004.0 -1.02953732E8 0.0 +1864027286 true Bl1vfIc3iDf8iM7S1p8o2 NULL -15895.0 1.0223664E8 -1864027286 1 1864027286 0.0 -15895.0 15895.0 -15895.0 -1.0223664E8 1.86402164785E9 1864027286 -1.554726368159204E-4 -15895.0 -15895.0 -1.02252535E8 0.0 +1864027286 true 4stOSK0N7i8 NULL -15871.0 1.02082272E8 -1864027286 1 1864027286 0.0 -15871.0 15871.0 -15871.0 -1.02082272E8 1.86402164785E9 1864027286 -1.554726368159204E-4 -15871.0 -15871.0 -1.02098143E8 0.0 +1864027286 true 3445NVr7c7wfE3Px NULL -15768.0 1.01419776E8 -1864027286 1 1864027286 0.0 -15768.0 15768.0 -15768.0 -1.01419776E8 1.86402164785E9 1864027286 -1.554726368159204E-4 -15768.0 -15768.0 -1.01435544E8 0.0 +1864027286 true CHP5367P06dFMPWw23eQ NULL -15760.0 1.0136832E8 -1864027286 1 1864027286 0.0 -15760.0 15760.0 -15760.0 -1.0136832E8 1.86402164785E9 1864027286 -1.554726368159204E-4 -15760.0 -15760.0 -1.0138408E8 0.0 +1864027286 true Fq87rJI5RvYG3 NULL -15729.0 1.01168928E8 -1864027286 1 1864027286 0.0 -15729.0 15729.0 -15729.0 -1.01168928E8 1.86402164785E9 1864027286 -1.554726368159204E-4 -15729.0 -15729.0 -1.01184657E8 0.0 +1864027286 true F88n72F NULL -15666.0 1.00763712E8 -1864027286 1 1864027286 0.0 -15666.0 15666.0 -15666.0 -1.00763712E8 1.86402164785E9 1864027286 -1.554726368159204E-4 -15666.0 -15666.0 -1.00779378E8 0.0 +1864027286 true yfR36R70W0G1KV4dmi1 NULL -15590.0 1.0027488E8 -1864027286 1 1864027286 0.0 -15590.0 15590.0 -15590.0 -1.0027488E8 1.86402164785E9 1864027286 -1.554726368159204E-4 -15590.0 -15590.0 -1.0029047E8 0.0 +1864027286 true CwKybtG8352074kNi8cV6qSN NULL -15279.0 9.8274528E7 -1864027286 1 1864027286 0.0 -15279.0 15279.0 -15279.0 -9.8274528E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -15279.0 -15279.0 -9.8289807E7 0.0 +1864027286 true d77tW1Y01AT7U NULL -15267.0 9.8197344E7 -1864027286 1 1864027286 0.0 -15267.0 15267.0 -15267.0 -9.8197344E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -15267.0 -15267.0 -9.8212611E7 0.0 +1864027286 true 1U0Y0li08r50 NULL -15261.0 9.8158752E7 -1864027286 1 1864027286 0.0 -15261.0 15261.0 -15261.0 -9.8158752E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -15261.0 -15261.0 -9.8174013E7 0.0 +1864027286 true 63L57061J754YaaV NULL -15253.0 9.8107296E7 -1864027286 1 1864027286 0.0 -15253.0 15253.0 -15253.0 -9.8107296E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -15253.0 -15253.0 -9.8122549E7 0.0 +1864027286 true 60M56qKrd2j NULL -15205.0 9.779856E7 -1864027286 1 1864027286 0.0 -15205.0 15205.0 -15205.0 -9.779856E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -15205.0 -15205.0 -9.7813765E7 0.0 +1864027286 true u6ELlhG3 NULL -15070.0 9.693024E7 -1864027286 1 1864027286 0.0 -15070.0 15070.0 -15070.0 -9.693024E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -15070.0 -15070.0 -9.694531E7 0.0 +1864027286 true 4O41kg NULL -15027.0 9.6653664E7 -1864027286 1 1864027286 0.0 -15027.0 15027.0 -15027.0 -9.6653664E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -15027.0 -15027.0 -9.6668691E7 0.0 +1864027286 true fJWe8p2jkqws5d04a5lSvLH NULL -14942.0 9.6106944E7 -1864027286 1 1864027286 0.0 -14942.0 14942.0 -14942.0 -9.6106944E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -14942.0 -14942.0 -9.6121886E7 0.0 +1864027286 true 8lAl0YbpyMmPgI NULL -14696.0 9.4524672E7 -1864027286 1 1864027286 0.0 -14696.0 14696.0 -14696.0 -9.4524672E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -14696.0 -14696.0 -9.4539368E7 0.0 +1864027286 true puBJkwCpLJ7W3O144W NULL -14585.0 9.381072E7 -1864027286 1 1864027286 0.0 -14585.0 14585.0 -14585.0 -9.381072E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -14585.0 -14585.0 -9.3825305E7 0.0 +1864027286 true c7VDm103iwF1c7M NULL -14542.0 9.3534144E7 -1864027286 1 1864027286 0.0 -14542.0 14542.0 -14542.0 -9.3534144E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -14542.0 -14542.0 -9.3548686E7 0.0 +1864027286 true GPntPwnx0 NULL -14438.0 9.2865216E7 -1864027286 1 1864027286 0.0 -14438.0 14438.0 -14438.0 -9.2865216E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -14438.0 -14438.0 -9.2879654E7 0.0 +1864027286 true b2Mvom63qTp4o NULL -14355.0 9.233136E7 -1864027286 1 1864027286 0.0 -14355.0 14355.0 -14355.0 -9.233136E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -14355.0 -14355.0 -9.2345715E7 0.0 +1864027286 true P35q3 NULL -14317.0 9.2086944E7 -1864027286 1 1864027286 0.0 -14317.0 14317.0 -14317.0 -9.2086944E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -14317.0 -14317.0 -9.2101261E7 0.0 +1864027286 true Xvyjl2vcUcxY4 NULL -14086.0 9.0601152E7 -1864027286 1 1864027286 0.0 -14086.0 14086.0 -14086.0 -9.0601152E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -14086.0 -14086.0 -9.0615238E7 0.0 +1864027286 true psq21gC3CWnry764K8 NULL -14073.0 9.0517536E7 -1864027286 1 1864027286 0.0 -14073.0 14073.0 -14073.0 -9.0517536E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -14073.0 -14073.0 -9.0531609E7 0.0 +1864027286 true 43d0nGQNH8m6wcT7p0T5Buu NULL -14035.0 9.027312E7 -1864027286 1 1864027286 0.0 -14035.0 14035.0 -14035.0 -9.027312E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -14035.0 -14035.0 -9.0287155E7 0.0 +1864027286 true 5rvGhuUle NULL -13956.0 8.9764992E7 -1864027286 1 1864027286 0.0 -13956.0 13956.0 -13956.0 -8.9764992E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -13956.0 -13956.0 -8.9778948E7 0.0 +1864027286 true PQ71uI1bCFcvHK7 NULL -13872.0 8.9224704E7 -1864027286 1 1864027286 0.0 -13872.0 13872.0 -13872.0 -8.9224704E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -13872.0 -13872.0 -8.9238576E7 0.0 +1864027286 true Is4ogkJ64Sqcqf NULL -13815.0 8.885808E7 -1864027286 1 1864027286 0.0 -13815.0 13815.0 -13815.0 -8.885808E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -13815.0 -13815.0 -8.8871895E7 0.0 +1864027286 true 74shmoR1 NULL -13746.0 8.8414272E7 -1864027286 1 1864027286 0.0 -13746.0 13746.0 -13746.0 -8.8414272E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -13746.0 -13746.0 -8.8428018E7 0.0 +1864027286 true C043G NULL -13678.0 8.7976896E7 -1864027286 1 1864027286 0.0 -13678.0 13678.0 -13678.0 -8.7976896E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -13678.0 -13678.0 -8.7990574E7 0.0 +1864027286 true 7u351EK474IcTOFW NULL -13653.0 8.7816096E7 -1864027286 1 1864027286 0.0 -13653.0 13653.0 -13653.0 -8.7816096E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -13653.0 -13653.0 -8.7829749E7 0.0 +1864027286 true dV86D7yr0I62C NULL -13617.0 8.7584544E7 -1864027286 1 1864027286 0.0 -13617.0 13617.0 -13617.0 -8.7584544E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -13617.0 -13617.0 -8.7598161E7 0.0 +1864027286 true D8uSK63TOFY064bwF NULL -13470.0 8.663904E7 -1864027286 1 1864027286 0.0 -13470.0 13470.0 -13470.0 -8.663904E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -13470.0 -13470.0 -8.665251E7 0.0 +1864027286 true 116MTW7f3P3 NULL -13443.0 8.6465376E7 -1864027286 1 1864027286 0.0 -13443.0 13443.0 -13443.0 -8.6465376E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -13443.0 -13443.0 -8.6478819E7 0.0 +1864027286 true 4teNUJ1 NULL -13436.0 8.6420352E7 -1864027286 1 1864027286 0.0 -13436.0 13436.0 -13436.0 -8.6420352E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -13436.0 -13436.0 -8.6433788E7 0.0 +1864027286 true 6XR3D100e NULL -13345.0 8.583504E7 -1864027286 1 1864027286 0.0 -13345.0 13345.0 -13345.0 -8.583504E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -13345.0 -13345.0 -8.5848385E7 0.0 +1864027286 true d2A5U2557V347stTcy5bb NULL -13334.0 8.5764288E7 -1864027286 1 1864027286 0.0 -13334.0 13334.0 -13334.0 -8.5764288E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -13334.0 -13334.0 -8.5777622E7 0.0 +1864027286 true WL65H3J NULL -13307.0 8.5590624E7 -1864027286 1 1864027286 0.0 -13307.0 13307.0 -13307.0 -8.5590624E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -13307.0 -13307.0 -8.5603931E7 0.0 +1864027286 true Y2C704h6OUXJQ3 NULL -13177.0 8.4754464E7 -1864027286 1 1864027286 0.0 -13177.0 13177.0 -13177.0 -8.4754464E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -13177.0 -13177.0 -8.4767641E7 0.0 +1864027286 true 6H463iHBu1HNq3oBr1ehE NULL -13152.0 8.4593664E7 -1864027286 1 1864027286 0.0 -13152.0 13152.0 -13152.0 -8.4593664E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -13152.0 -13152.0 -8.4606816E7 0.0 +1864027286 true kRa26RQDv3Sk NULL -13118.0 8.4374976E7 -1864027286 1 1864027286 0.0 -13118.0 13118.0 -13118.0 -8.4374976E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -13118.0 -13118.0 -8.4388094E7 0.0 +1864027286 true 37EE5NIy NULL -12996.0 8.3590272E7 -1864027286 1 1864027286 0.0 -12996.0 12996.0 -12996.0 -8.3590272E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12996.0 -12996.0 -8.3603268E7 0.0 +1864027286 true AGYktyr3k0GMQx7bWp NULL -12990.0 8.355168E7 -1864027286 1 1864027286 0.0 -12990.0 12990.0 -12990.0 -8.355168E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12990.0 -12990.0 -8.356467E7 0.0 +1864027286 true IL6Ct0hm2 NULL -12970.0 8.342304E7 -1864027286 1 1864027286 0.0 -12970.0 12970.0 -12970.0 -8.342304E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12970.0 -12970.0 -8.343601E7 0.0 +1864027286 true vxAjxUq0k NULL -12962.0 8.3371584E7 -1864027286 1 1864027286 0.0 -12962.0 12962.0 -12962.0 -8.3371584E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12962.0 -12962.0 -8.3384546E7 0.0 +-1887561756 true 47x5248dXuiqta NULL -12888.0 8.2895616E7 1887561756 1 -1887561756 0.0 -12888.0 12888.0 -12888.0 -8.2895616E7 -1.88756739415E9 -1887561756 -1.554726368159204E-4 -12888.0 -12888.0 -8.2908504E7 0.0 +1864027286 true jjc503pMQskjqb8T3tCL0 NULL -12883.0 8.2863456E7 -1864027286 1 1864027286 0.0 -12883.0 12883.0 -12883.0 -8.2863456E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12883.0 -12883.0 -8.2876339E7 0.0 +1864027286 true mCoC5T NULL -12826.0 8.2496832E7 -1864027286 1 1864027286 0.0 -12826.0 12826.0 -12826.0 -8.2496832E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12826.0 -12826.0 -8.2509658E7 0.0 +1864027286 true PxgAPl26H6hsU47TPD NULL -12794.0 8.2291008E7 -1864027286 1 1864027286 0.0 -12794.0 12794.0 -12794.0 -8.2291008E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12794.0 -12794.0 -8.2303802E7 0.0 +1864027286 true sl0k3J45 NULL -12657.0 8.1409824E7 -1864027286 1 1864027286 0.0 -12657.0 12657.0 -12657.0 -8.1409824E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12657.0 -12657.0 -8.1422481E7 0.0 +1864027286 true iuSQEi3rpt2ctxK08ut3 NULL -12574.0 8.0875968E7 -1864027286 1 1864027286 0.0 -12574.0 12574.0 -12574.0 -8.0875968E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12574.0 -12574.0 -8.0888542E7 0.0 +1864027286 true 1SkJLW1H NULL -12515.0 8.049648E7 -1864027286 1 1864027286 0.0 -12515.0 12515.0 -12515.0 -8.049648E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12515.0 -12515.0 -8.0508995E7 0.0 +-1887561756 true 055VA1s2XC7q70aD8S0PLpa NULL -12485.0 8.030352E7 1887561756 1 -1887561756 0.0 -12485.0 12485.0 -12485.0 -8.030352E7 -1.88756739415E9 -1887561756 -1.554726368159204E-4 -12485.0 -12485.0 -8.0316005E7 0.0 +1864027286 true r4fjAjel4jHu27vYa1Vox3 NULL -12443.0 8.0033376E7 -1864027286 1 1864027286 0.0 -12443.0 12443.0 -12443.0 -8.0033376E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12443.0 -12443.0 -8.0045819E7 0.0 +1864027286 true B0q1K7dlcKAC46176yc83 NULL -12313.0 7.9197216E7 -1864027286 1 1864027286 0.0 -12313.0 12313.0 -12313.0 -7.9197216E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12313.0 -12313.0 -7.9209529E7 0.0 +1864027286 true e2tRWV1I2oE NULL -12310.0 7.917792E7 -1864027286 1 1864027286 0.0 -12310.0 12310.0 -12310.0 -7.917792E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12310.0 -12310.0 -7.919023E7 0.0 +1864027286 true J54mWKFYUD081SIe NULL -12288.0 7.9036416E7 -1864027286 1 1864027286 0.0 -12288.0 12288.0 -12288.0 -7.9036416E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12288.0 -12288.0 -7.9048704E7 0.0 +1864027286 true jLX0SrR6OP NULL -12264.0 7.8882048E7 -1864027286 1 1864027286 0.0 -12264.0 12264.0 -12264.0 -7.8882048E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12264.0 -12264.0 -7.8894312E7 0.0 +1864027286 true oto48Un5u7cW72UI0N8O6e NULL -12252.0 7.8804864E7 -1864027286 1 1864027286 0.0 -12252.0 12252.0 -12252.0 -7.8804864E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12252.0 -12252.0 -7.8817116E7 0.0 +1864027286 true P35JtWWC5M42H7cTpwJN NULL -12207.0 7.8515424E7 -1864027286 1 1864027286 0.0 -12207.0 12207.0 -12207.0 -7.8515424E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12207.0 -12207.0 -7.8527631E7 0.0 +1864027286 true QN3Ru4uhSNA62bgc4HI35 NULL -12165.0 7.824528E7 -1864027286 1 1864027286 0.0 -12165.0 12165.0 -12165.0 -7.824528E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12165.0 -12165.0 -7.8257445E7 0.0 +1864027286 true q4QqIdrk1tThy0khgw NULL -12074.0 7.7659968E7 -1864027286 1 1864027286 0.0 -12074.0 12074.0 -12074.0 -7.7659968E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12074.0 -12074.0 -7.7672042E7 0.0 +1864027286 true xnk564ke0a7kay3aE6IC NULL -12066.0 7.7608512E7 -1864027286 1 1864027286 0.0 -12066.0 12066.0 -12066.0 -7.7608512E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12066.0 -12066.0 -7.7620578E7 0.0 +1864027286 true wfT8d53abPxBj0L NULL -12052.0 7.7518464E7 -1864027286 1 1864027286 0.0 -12052.0 12052.0 -12052.0 -7.7518464E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -12052.0 -12052.0 -7.7530516E7 0.0 +1864027286 true 8M8BPR10t2W0ypOh8 NULL -11817.0 7.6006944E7 -1864027286 1 1864027286 0.0 -11817.0 11817.0 -11817.0 -7.6006944E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -11817.0 -11817.0 -7.6018761E7 0.0 +1864027286 true uO4aN4J0dKv3717r8fPG NULL -11809.0 7.5955488E7 -1864027286 1 1864027286 0.0 -11809.0 11809.0 -11809.0 -7.5955488E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -11809.0 -11809.0 -7.5967297E7 0.0 +1864027286 true Jy4CAuL25v4JrHsIdj3d4q2M NULL -11781.0 7.5775392E7 -1864027286 1 1864027286 0.0 -11781.0 11781.0 -11781.0 -7.5775392E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -11781.0 -11781.0 -7.5787173E7 0.0 +1864027286 true 3kFb68 NULL -11779.0 7.5762528E7 -1864027286 1 1864027286 0.0 -11779.0 11779.0 -11779.0 -7.5762528E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -11779.0 -11779.0 -7.5774307E7 0.0 +1864027286 true 2c4e2 NULL -11760.0 7.564032E7 -1864027286 1 1864027286 0.0 -11760.0 11760.0 -11760.0 -7.564032E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -11760.0 -11760.0 -7.565208E7 0.0 +1864027286 true qtLg48NdHXho3AU0Hdy NULL -11744.0 7.5537408E7 -1864027286 1 1864027286 0.0 -11744.0 11744.0 -11744.0 -7.5537408E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -11744.0 -11744.0 -7.5549152E7 0.0 +1864027286 true 03R4fW3q25Kl NULL -11690.0 7.519008E7 -1864027286 1 1864027286 0.0 -11690.0 11690.0 -11690.0 -7.519008E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -11690.0 -11690.0 -7.520177E7 0.0 +1864027286 true 410L723g40Le351u NULL -11597.0 7.4591904E7 -1864027286 1 1864027286 0.0 -11597.0 11597.0 -11597.0 -7.4591904E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -11597.0 -11597.0 -7.4603501E7 0.0 +1864027286 true eWq33N3Xk6 NULL -11596.0 7.4585472E7 -1864027286 1 1864027286 0.0 -11596.0 11596.0 -11596.0 -7.4585472E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -11596.0 -11596.0 -7.4597068E7 0.0 +1864027286 true 0wyLcN8FuKeK NULL -11456.0 7.3684992E7 -1864027286 1 1864027286 0.0 -11456.0 11456.0 -11456.0 -7.3684992E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -11456.0 -11456.0 -7.3696448E7 0.0 +1864027286 true r323qatD6 NULL -11447.0 7.3627104E7 -1864027286 1 1864027286 0.0 -11447.0 11447.0 -11447.0 -7.3627104E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -11447.0 -11447.0 -7.3638551E7 0.0 +1864027286 true L577vXI27E4kGm NULL -11345.0 7.297104E7 -1864027286 1 1864027286 0.0 -11345.0 11345.0 -11345.0 -7.297104E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -11345.0 -11345.0 -7.2982385E7 0.0 +1864027286 true LOeiVy1yE NULL -11326.0 7.2848832E7 -1864027286 1 1864027286 0.0 -11326.0 11326.0 -11326.0 -7.2848832E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -11326.0 -11326.0 -7.2860158E7 0.0 +1864027286 true 8B7U2E2o5byWd3KV7i NULL -11273.0 7.2507936E7 -1864027286 1 1864027286 0.0 -11273.0 11273.0 -11273.0 -7.2507936E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -11273.0 -11273.0 -7.2519209E7 0.0 +1864027286 true 5lO3R6cjxRdsCi NULL -11252.0 7.2372864E7 -1864027286 1 1864027286 0.0 -11252.0 11252.0 -11252.0 -7.2372864E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -11252.0 -11252.0 -7.2384116E7 0.0 +1864027286 true xh0Qhj80MAcHEMVKx NULL -11115.0 7.149168E7 -1864027286 1 1864027286 0.0 -11115.0 11115.0 -11115.0 -7.149168E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -11115.0 -11115.0 -7.1502795E7 0.0 +1864027286 true 6gYlws NULL -11061.0 7.1144352E7 -1864027286 1 1864027286 0.0 -11061.0 11061.0 -11061.0 -7.1144352E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -11061.0 -11061.0 -7.1155413E7 0.0 +1864027286 true nISsBSmkQ1X1ig1XF88q7u7 NULL -10913.0 7.0192416E7 -1864027286 1 1864027286 0.0 -10913.0 10913.0 -10913.0 -7.0192416E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -10913.0 -10913.0 -7.0203329E7 0.0 +1864027286 true VMlhJes4CVgyK7uFOX NULL -10868.0 6.9902976E7 -1864027286 1 1864027286 0.0 -10868.0 10868.0 -10868.0 -6.9902976E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -10868.0 -10868.0 -6.9913844E7 0.0 +1864027286 true p1g3lpo0EnMqYgjO NULL -10773.0 6.9291936E7 -1864027286 1 1864027286 0.0 -10773.0 10773.0 -10773.0 -6.9291936E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -10773.0 -10773.0 -6.9302709E7 0.0 +1864027286 true GvcXQ8626I6NBGQm4w NULL -10742.0 6.9092544E7 -1864027286 1 1864027286 0.0 -10742.0 10742.0 -10742.0 -6.9092544E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -10742.0 -10742.0 -6.9103286E7 0.0 +1864027286 true uNJPm NULL -10737.0 6.9060384E7 -1864027286 1 1864027286 0.0 -10737.0 10737.0 -10737.0 -6.9060384E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -10737.0 -10737.0 -6.9071121E7 0.0 +1864027286 true aT5XuK NULL -10736.0 6.9053952E7 -1864027286 1 1864027286 0.0 -10736.0 10736.0 -10736.0 -6.9053952E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -10736.0 -10736.0 -6.9064688E7 0.0 +1864027286 true NEK1MY7NTS36Ov4FI7xQx NULL -10682.0 6.8706624E7 -1864027286 1 1864027286 0.0 -10682.0 10682.0 -10682.0 -6.8706624E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -10682.0 -10682.0 -6.8717306E7 0.0 +1864027286 true 2mwT8k NULL -10653.0 6.8520096E7 -1864027286 1 1864027286 0.0 -10653.0 10653.0 -10653.0 -6.8520096E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -10653.0 -10653.0 -6.8530749E7 0.0 +1864027286 true G54It40daSr8MF NULL -10301.0 6.6256032E7 -1864027286 1 1864027286 0.0 -10301.0 10301.0 -10301.0 -6.6256032E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -10301.0 -10301.0 -6.6266333E7 0.0 +1864027286 true 3q4Mex4ok5Wj6j706Vh NULL -10286.0 6.6159552E7 -1864027286 1 1864027286 0.0 -10286.0 10286.0 -10286.0 -6.6159552E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -10286.0 -10286.0 -6.6169838E7 0.0 +1864027286 true 1wMPbWHES0gcJ4C7438 NULL -10276.0 6.6095232E7 -1864027286 1 1864027286 0.0 -10276.0 10276.0 -10276.0 -6.6095232E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -10276.0 -10276.0 -6.6105508E7 0.0 +1864027286 true FpcR5Ph NULL -10241.0 6.5870112E7 -1864027286 1 1864027286 0.0 -10241.0 10241.0 -10241.0 -6.5870112E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -10241.0 -10241.0 -6.5880353E7 0.0 +1864027286 true umNykRkKiih6Cx6K42 NULL -10134.0 6.5181888E7 -1864027286 1 1864027286 0.0 -10134.0 10134.0 -10134.0 -6.5181888E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -10134.0 -10134.0 -6.5192022E7 0.0 +1864027286 true X18ccPrLl NULL -10096.0 6.4937472E7 -1864027286 1 1864027286 0.0 -10096.0 10096.0 -10096.0 -6.4937472E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -10096.0 -10096.0 -6.4947568E7 0.0 +1864027286 true 3AKRFwBnv2163LyKqSXy NULL -10084.0 6.4860288E7 -1864027286 1 1864027286 0.0 -10084.0 10084.0 -10084.0 -6.4860288E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -10084.0 -10084.0 -6.4870372E7 0.0 +1864027286 true bVvdKDfUwoKNMosc2esLYVe NULL -10016.0 6.4422912E7 -1864027286 1 1864027286 0.0 -10016.0 10016.0 -10016.0 -6.4422912E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -10016.0 -10016.0 -6.4432928E7 0.0 +1864027286 true QWfu6dR4Na2g5 NULL -9974.0 6.4152768E7 -1864027286 1 1864027286 0.0 -9974.0 9974.0 -9974.0 -6.4152768E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -9974.0 -9974.0 -6.4162742E7 0.0 +1864027286 true 6E5g66uV1fm6 NULL -9886.0 6.3586752E7 -1864027286 1 1864027286 0.0 -9886.0 9886.0 -9886.0 -6.3586752E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -9886.0 -9886.0 -6.3596638E7 0.0 +1864027286 true Vb8ub0i0Maa NULL -9883.0 6.3567456E7 -1864027286 1 1864027286 0.0 -9883.0 9883.0 -9883.0 -6.3567456E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -9883.0 -9883.0 -6.3577339E7 0.0 +1864027286 true 5of6ay NULL -9761.0 6.2782752E7 -1864027286 1 1864027286 0.0 -9761.0 9761.0 -9761.0 -6.2782752E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -9761.0 -9761.0 -6.2792513E7 0.0 +1864027286 true 2Fis0xsRWB447Evs6Fa5cH NULL -9721.0 6.2525472E7 -1864027286 1 1864027286 0.0 -9721.0 9721.0 -9721.0 -6.2525472E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -9721.0 -9721.0 -6.2535193E7 0.0 +1864027286 true HuetF38A4rj7w2 NULL -9710.0 6.245472E7 -1864027286 1 1864027286 0.0 -9710.0 9710.0 -9710.0 -6.245472E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -9710.0 -9710.0 -6.246443E7 0.0 +1864027286 true RW6K24 NULL -9580.0 6.161856E7 -1864027286 1 1864027286 0.0 -9580.0 9580.0 -9580.0 -6.161856E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -9580.0 -9580.0 -6.162814E7 0.0 +1864027286 true vvK378scVFuBh8Q3HXUJsP NULL -9554.0 6.1451328E7 -1864027286 1 1864027286 0.0 -9554.0 9554.0 -9554.0 -6.1451328E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -9554.0 -9554.0 -6.1460882E7 0.0 +-1645852809 true L057p1HPpJsmA3a NULL -9542.0 6.1374144E7 1645852809 1 -1645852809 0.0 -9542.0 9542.0 -9542.0 -6.1374144E7 -1.64585844715E9 -1645852809 -1.554726368159204E-4 -9542.0 -9542.0 -6.1383686E7 0.0 +1864027286 true WU7g0T0a15w2v5t NULL -9418.0 6.0576576E7 -1864027286 1 1864027286 0.0 -9418.0 9418.0 -9418.0 -6.0576576E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -9418.0 -9418.0 -6.0585994E7 0.0 +1864027286 true f8e16sE7qHnJFq8IjXe6uSE NULL -9408.0 6.0512256E7 -1864027286 1 1864027286 0.0 -9408.0 9408.0 -9408.0 -6.0512256E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -9408.0 -9408.0 -6.0521664E7 0.0 +1864027286 true GP1Kc84XR7Vk10384m7S2J NULL -9375.0 6.03E7 -1864027286 1 1864027286 0.0 -9375.0 9375.0 -9375.0 -6.03E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -9375.0 -9375.0 -6.0309375E7 0.0 +1864027286 true XP2cjyx NULL -9367.0 6.0248544E7 -1864027286 1 1864027286 0.0 -9367.0 9367.0 -9367.0 -6.0248544E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -9367.0 -9367.0 -6.0257911E7 0.0 +1864027286 true C2HD3c8PSr8q NULL -9328.0 5.9997696E7 -1864027286 1 1864027286 0.0 -9328.0 9328.0 -9328.0 -5.9997696E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -9328.0 -9328.0 -6.0007024E7 0.0 +1864027286 true Usb4N NULL -9174.0 5.9007168E7 -1864027286 1 1864027286 0.0 -9174.0 9174.0 -9174.0 -5.9007168E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -9174.0 -9174.0 -5.9016342E7 0.0 +1864027286 true MFaMcxlV NULL -9039.0 5.8138848E7 -1864027286 1 1864027286 0.0 -9039.0 9039.0 -9039.0 -5.8138848E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -9039.0 -9039.0 -5.8147887E7 0.0 +1864027286 true 8hMHl64qhfWSdC NULL -8814.0 5.6691648E7 -1864027286 1 1864027286 0.0 -8814.0 8814.0 -8814.0 -5.6691648E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8814.0 -8814.0 -5.6700462E7 0.0 +1864027286 true 5Wn74X54OPT5nIbTVM NULL -8790.0 5.653728E7 -1864027286 1 1864027286 0.0 -8790.0 8790.0 -8790.0 -5.653728E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8790.0 -8790.0 -5.654607E7 0.0 +1864027286 true 46a8K1 NULL -8764.0 5.6370048E7 -1864027286 1 1864027286 0.0 -8764.0 8764.0 -8764.0 -5.6370048E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8764.0 -8764.0 -5.6378812E7 0.0 +1864027286 true 6c6b1XPMiEw5 NULL -8731.0 5.6157792E7 -1864027286 1 1864027286 0.0 -8731.0 8731.0 -8731.0 -5.6157792E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8731.0 -8731.0 -5.6166523E7 0.0 +1864027286 true KlP8GX12PxC4giG475 NULL -8630.0 5.550816E7 -1864027286 1 1864027286 0.0 -8630.0 8630.0 -8630.0 -5.550816E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8630.0 -8630.0 -5.551679E7 0.0 +1864027286 true DyDe58BA NULL -8620.0 5.544384E7 -1864027286 1 1864027286 0.0 -8620.0 8620.0 -8620.0 -5.544384E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8620.0 -8620.0 -5.545246E7 0.0 +1864027286 true nDWJgTuQm0rma4O3k NULL -8567.0 5.5102944E7 -1864027286 1 1864027286 0.0 -8567.0 8567.0 -8567.0 -5.5102944E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8567.0 -8567.0 -5.5111511E7 0.0 +1864027286 true s7We5FvPwxD0 NULL -8557.0 5.5038624E7 -1864027286 1 1864027286 0.0 -8557.0 8557.0 -8557.0 -5.5038624E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8557.0 -8557.0 -5.5047181E7 0.0 +1864027286 true 720r2q1xoXc3Kcf3 NULL -8554.0 5.5019328E7 -1864027286 1 1864027286 0.0 -8554.0 8554.0 -8554.0 -5.5019328E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8554.0 -8554.0 -5.5027882E7 0.0 +1864027286 true iG1K1q1 NULL -8530.0 5.486496E7 -1864027286 1 1864027286 0.0 -8530.0 8530.0 -8530.0 -5.486496E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8530.0 -8530.0 -5.487349E7 0.0 +1864027286 true Hh8Q8yObmEPI017 NULL -8485.0 5.457552E7 -1864027286 1 1864027286 0.0 -8485.0 8485.0 -8485.0 -5.457552E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8485.0 -8485.0 -5.4584005E7 0.0 +1864027286 true ihlorJE62ik1WuKfS NULL -8390.0 5.396448E7 -1864027286 1 1864027286 0.0 -8390.0 8390.0 -8390.0 -5.396448E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8390.0 -8390.0 -5.397287E7 0.0 +1864027286 true NdtQ8j30gg2U5O NULL -8369.0 5.3829408E7 -1864027286 1 1864027286 0.0 -8369.0 8369.0 -8369.0 -5.3829408E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8369.0 -8369.0 -5.3837777E7 0.0 +-1645852809 true dun2EEixI701imr3d6a NULL -8352.0 5.3720064E7 1645852809 1 -1645852809 0.0 -8352.0 8352.0 -8352.0 -5.3720064E7 -1.64585844715E9 -1645852809 -1.554726368159204E-4 -8352.0 -8352.0 -5.3728416E7 0.0 +1864027286 true r8AH7UhYMb4w6nN30C NULL -8351.0 5.3713632E7 -1864027286 1 1864027286 0.0 -8351.0 8351.0 -8351.0 -5.3713632E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8351.0 -8351.0 -5.3721983E7 0.0 +1864027286 true p2bqd7rgBA0R NULL -8303.0 5.3404896E7 -1864027286 1 1864027286 0.0 -8303.0 8303.0 -8303.0 -5.3404896E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8303.0 -8303.0 -5.3413199E7 0.0 +1864027286 true 11gEw8B737tUg NULL -8278.0 5.3244096E7 -1864027286 1 1864027286 0.0 -8278.0 8278.0 -8278.0 -5.3244096E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8278.0 -8278.0 -5.3252374E7 0.0 +1864027286 true aDNmF88FfTwOx7u NULL -8251.0 5.3070432E7 -1864027286 1 1864027286 0.0 -8251.0 8251.0 -8251.0 -5.3070432E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8251.0 -8251.0 -5.3078683E7 0.0 +1864027286 true iP2ABL NULL -8162.0 5.2497984E7 -1864027286 1 1864027286 0.0 -8162.0 8162.0 -8162.0 -5.2497984E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8162.0 -8162.0 -5.2506146E7 0.0 +1864027286 true uv5m1sFX10 NULL -8148.0 5.2407936E7 -1864027286 1 1864027286 0.0 -8148.0 8148.0 -8148.0 -5.2407936E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8148.0 -8148.0 -5.2416084E7 0.0 +1864027286 true v2wRf43gpDUt1lfieq NULL -8072.0 5.1919104E7 -1864027286 1 1864027286 0.0 -8072.0 8072.0 -8072.0 -5.1919104E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8072.0 -8072.0 -5.1927176E7 0.0 +1864027286 true QOt28D6Ov NULL -8010.0 5.152032E7 -1864027286 1 1864027286 0.0 -8010.0 8010.0 -8010.0 -5.152032E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -8010.0 -8010.0 -5.152833E7 0.0 +1864027286 true q2y64hy2qi458p2i6hP3 NULL -7982.0 5.1340224E7 -1864027286 1 1864027286 0.0 -7982.0 7982.0 -7982.0 -5.1340224E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -7982.0 -7982.0 -5.1348206E7 0.0 +1864027286 true 2y2n4Oh0B5PHX8mAMXq4wId2 NULL -7961.0 5.1205152E7 -1864027286 1 1864027286 0.0 -7961.0 7961.0 -7961.0 -5.1205152E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -7961.0 -7961.0 -5.1213113E7 0.0 +1864027286 true tUi8QYP4S53YPcw NULL -7959.0 5.1192288E7 -1864027286 1 1864027286 0.0 -7959.0 7959.0 -7959.0 -5.1192288E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -7959.0 -7959.0 -5.1200247E7 0.0 +1864027286 true 587FWG5e1NylA0SQD NULL -7788.0 5.0092416E7 -1864027286 1 1864027286 0.0 -7788.0 7788.0 -7788.0 -5.0092416E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -7788.0 -7788.0 -5.0100204E7 0.0 +1864027286 true 6Xh62epM8Akab NULL -7786.0 5.0079552E7 -1864027286 1 1864027286 0.0 -7786.0 7786.0 -7786.0 -5.0079552E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -7786.0 -7786.0 -5.0087338E7 0.0 +1864027286 true 1a47CF0K67apXs NULL -7715.0 4.962288E7 -1864027286 1 1864027286 0.0 -7715.0 7715.0 -7715.0 -4.962288E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -7715.0 -7715.0 -4.9630595E7 0.0 +1864027286 true j8fJ4l2w4F8fI51 NULL -7691.0 4.9468512E7 -1864027286 1 1864027286 0.0 -7691.0 7691.0 -7691.0 -4.9468512E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -7691.0 -7691.0 -4.9476203E7 0.0 +1864027286 true J34ijU3243 NULL -7672.0 4.9346304E7 -1864027286 1 1864027286 0.0 -7672.0 7672.0 -7672.0 -4.9346304E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -7672.0 -7672.0 -4.9353976E7 0.0 +1864027286 true P3T4PNGG1QqCpM NULL -7577.0 4.8735264E7 -1864027286 1 1864027286 0.0 -7577.0 7577.0 -7577.0 -4.8735264E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -7577.0 -7577.0 -4.8742841E7 0.0 +1864027286 true sUPw866pq NULL -7554.0 4.8587328E7 -1864027286 1 1864027286 0.0 -7554.0 7554.0 -7554.0 -4.8587328E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -7554.0 -7554.0 -4.8594882E7 0.0 +1864027286 true jSUVVR NULL -7375.0 4.7436E7 -1864027286 1 1864027286 0.0 -7375.0 7375.0 -7375.0 -4.7436E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -7375.0 -7375.0 -4.7443375E7 0.0 +1864027286 true KA2M874c7v83T NULL -7352.0 4.7288064E7 -1864027286 1 1864027286 0.0 -7352.0 7352.0 -7352.0 -4.7288064E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -7352.0 -7352.0 -4.7295416E7 0.0 +1864027286 true LSt435WAB5OKB NULL -7333.0 4.7165856E7 -1864027286 1 1864027286 0.0 -7333.0 7333.0 -7333.0 -4.7165856E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -7333.0 -7333.0 -4.7173189E7 0.0 +1864027286 true 81TewRpuYX3 NULL -7310.0 4.701792E7 -1864027286 1 1864027286 0.0 -7310.0 7310.0 -7310.0 -4.701792E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -7310.0 -7310.0 -4.702523E7 0.0 +1864027286 true 563414Ge0cqfJ8v5SaIQ2W3j NULL -7170.0 4.611744E7 -1864027286 1 1864027286 0.0 -7170.0 7170.0 -7170.0 -4.611744E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -7170.0 -7170.0 -4.612461E7 0.0 +1864027286 true 1t4KWqqqSILisWU5S4md8837 NULL -7101.0 4.5673632E7 -1864027286 1 1864027286 0.0 -7101.0 7101.0 -7101.0 -4.5673632E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -7101.0 -7101.0 -4.5680733E7 0.0 +1864027286 true 7XhwAvjDFx87 NULL -7033.0 4.5236256E7 -1864027286 1 1864027286 0.0 -7033.0 7033.0 -7033.0 -4.5236256E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -7033.0 -7033.0 -4.5243289E7 0.0 +1864027286 true 7716wo8bn1 NULL -6978.0 4.4882496E7 -1864027286 1 1864027286 0.0 -6978.0 6978.0 -6978.0 -4.4882496E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -6978.0 -6978.0 -4.4889474E7 0.0 +1864027286 true 74iV6r7bnrdp03E4uW NULL -6917.0 4.4490144E7 -1864027286 1 1864027286 0.0 -6917.0 6917.0 -6917.0 -4.4490144E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -6917.0 -6917.0 -4.4497061E7 0.0 +1864027286 true Cq7458Q8iJtn4aq8I3E NULL -6900.0 4.43808E7 -1864027286 1 1864027286 0.0 -6900.0 6900.0 -6900.0 -4.43808E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -6900.0 -6900.0 -4.43877E7 0.0 +-1887561756 true FWCW47mXs2a NULL -6839.0 4.3988448E7 1887561756 1 -1887561756 0.0 -6839.0 6839.0 -6839.0 -4.3988448E7 -1.88756739415E9 -1887561756 -1.554726368159204E-4 -6839.0 -6839.0 -4.3995287E7 0.0 +1864027286 true 03jQEYjRQjm7 NULL -6739.0 4.3345248E7 -1864027286 1 1864027286 0.0 -6739.0 6739.0 -6739.0 -4.3345248E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -6739.0 -6739.0 -4.3351987E7 0.0 +1864027286 true wK0N1nX22KSjcTVhDYq NULL -6663.0 4.2856416E7 -1864027286 1 1864027286 0.0 -6663.0 6663.0 -6663.0 -4.2856416E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -6663.0 -6663.0 -4.2863079E7 0.0 +1864027286 true kwgr1l8iVOT NULL -6410.0 4.122912E7 -1864027286 1 1864027286 0.0 -6410.0 6410.0 -6410.0 -4.122912E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -6410.0 -6410.0 -4.123553E7 0.0 +1864027286 true 4D64Q522LOJY7lu4 NULL -6407.0 4.1209824E7 -1864027286 1 1864027286 0.0 -6407.0 6407.0 -6407.0 -4.1209824E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -6407.0 -6407.0 -4.1216231E7 0.0 +1864027286 true 5V14R7pp4m2XvyB3dDDqgxQ0 NULL -6256.0 4.0238592E7 -1864027286 1 1864027286 0.0 -6256.0 6256.0 -6256.0 -4.0238592E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -6256.0 -6256.0 -4.0244848E7 0.0 +1864027286 true O1Rlpc2lK3YRjAQu34gE2UK5 NULL -6216.0 3.9981312E7 -1864027286 1 1864027286 0.0 -6216.0 6216.0 -6216.0 -3.9981312E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -6216.0 -6216.0 -3.9987528E7 0.0 +1864027286 true 88SB8 NULL -6209.0 3.9936288E7 -1864027286 1 1864027286 0.0 -6209.0 6209.0 -6209.0 -3.9936288E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -6209.0 -6209.0 -3.9942497E7 0.0 +1864027286 true q1WlCd0b5 NULL -6136.0 3.9466752E7 -1864027286 1 1864027286 0.0 -6136.0 6136.0 -6136.0 -3.9466752E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -6136.0 -6136.0 -3.9472888E7 0.0 +1864027286 true 3sLC0Y2417i4n6Q5xcMF7 NULL -6106.0 3.9273792E7 -1864027286 1 1864027286 0.0 -6106.0 6106.0 -6106.0 -3.9273792E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -6106.0 -6106.0 -3.9279898E7 0.0 +1864027286 true 8SGc8Ly1WTgwV1 NULL -6099.0 3.9228768E7 -1864027286 1 1864027286 0.0 -6099.0 6099.0 -6099.0 -3.9228768E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -6099.0 -6099.0 -3.9234867E7 0.0 +1864027286 true TT4CHN NULL -6060.0 3.897792E7 -1864027286 1 1864027286 0.0 -6060.0 6060.0 -6060.0 -3.897792E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -6060.0 -6060.0 -3.898398E7 0.0 +1864027286 true 0ag0Cv NULL -5942.0 3.8218944E7 -1864027286 1 1864027286 0.0 -5942.0 5942.0 -5942.0 -3.8218944E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5942.0 -5942.0 -3.8224886E7 0.0 +1864027286 true 27M4Etiyf304s0aob NULL -5909.0 3.8006688E7 -1864027286 1 1864027286 0.0 -5909.0 5909.0 -5909.0 -3.8006688E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5909.0 -5909.0 -3.8012597E7 0.0 +-1645852809 true a NULL -5905.0 3.798096E7 1645852809 1 -1645852809 0.0 -5905.0 5905.0 -5905.0 -3.798096E7 -1.64585844715E9 -1645852809 -1.554726368159204E-4 -5905.0 -5905.0 -3.7986865E7 0.0 +1864027286 true 8v0iU4C NULL -5891.0 3.7890912E7 -1864027286 1 1864027286 0.0 -5891.0 5891.0 -5891.0 -3.7890912E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5891.0 -5891.0 -3.7896803E7 0.0 +1864027286 true 0W67K0mT27r22f817281Ocq NULL -5818.0 3.7421376E7 -1864027286 1 1864027286 0.0 -5818.0 5818.0 -5818.0 -3.7421376E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5818.0 -5818.0 -3.7427194E7 0.0 +1864027286 true FpsIohh60Bho67Fb7f NULL -5732.0 3.6868224E7 -1864027286 1 1864027286 0.0 -5732.0 5732.0 -5732.0 -3.6868224E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5732.0 -5732.0 -3.6873956E7 0.0 +1864027286 true MGsGfU7253gN2Hnt2W NULL -5679.0 3.6527328E7 -1864027286 1 1864027286 0.0 -5679.0 5679.0 -5679.0 -3.6527328E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5679.0 -5679.0 -3.6533007E7 0.0 +-1887561756 false w62rRn0DnCSWJ1ht6qWa NULL -5638.15 3.62645808E7 1887561756 1 -1887561756 0.0 -5638.15 5638.15 -5638.15 -3.62645808E7 -1.88756739415E9 -1887561756 -1.554726368159204E-4 -5638.15 -5638.15 -3.6270218949999996E7 0.0 +1864027286 true lxQp116 NULL -5638.15 3.62645808E7 -1864027286 1 1864027286 0.0 -5638.15 5638.15 -5638.15 -3.62645808E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5638.15 -5638.15 -3.6270218949999996E7 0.0 +1864027286 true wEe2THv60F6 NULL -5589.0 3.5948448E7 -1864027286 1 1864027286 0.0 -5589.0 5589.0 -5589.0 -3.5948448E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5589.0 -5589.0 -3.5954037E7 0.0 +1864027286 true 7MHXQ0V71I NULL -5564.0 3.5787648E7 -1864027286 1 1864027286 0.0 -5564.0 5564.0 -5564.0 -3.5787648E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5564.0 -5564.0 -3.5793212E7 0.0 +1864027286 true N7L608vFx24p0uNVwJr2o6G NULL -5536.0 3.5607552E7 -1864027286 1 1864027286 0.0 -5536.0 5536.0 -5536.0 -3.5607552E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5536.0 -5536.0 -3.5613088E7 0.0 +1864027286 true 8n431HuJF6X2x46Rt NULL -5513.0 3.5459616E7 -1864027286 1 1864027286 0.0 -5513.0 5513.0 -5513.0 -3.5459616E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5513.0 -5513.0 -3.5465129E7 0.0 +1864027286 true 2uLyD28144vklju213J1mr NULL -5470.0 3.518304E7 -1864027286 1 1864027286 0.0 -5470.0 5470.0 -5470.0 -3.518304E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5470.0 -5470.0 -3.518851E7 0.0 +1864027286 true Uj28ubp026RCw NULL -5469.0 3.5176608E7 -1864027286 1 1864027286 0.0 -5469.0 5469.0 -5469.0 -3.5176608E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5469.0 -5469.0 -3.5182077E7 0.0 +1864027286 true 0I62LB NULL -5466.0 3.5157312E7 -1864027286 1 1864027286 0.0 -5466.0 5466.0 -5466.0 -3.5157312E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5466.0 -5466.0 -3.5162778E7 0.0 +1864027286 true oAUGL2efS4n0pM NULL -5458.0 3.5105856E7 -1864027286 1 1864027286 0.0 -5458.0 5458.0 -5458.0 -3.5105856E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5458.0 -5458.0 -3.5111314E7 0.0 +1864027286 true BH3PJ6Nf5T0Tg NULL -5400.0 3.47328E7 -1864027286 1 1864027286 0.0 -5400.0 5400.0 -5400.0 -3.47328E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5400.0 -5400.0 -3.47382E7 0.0 +1864027286 true N6G5QssB8L7DoJW6BSSGFUFI NULL -5296.0 3.4063872E7 -1864027286 1 1864027286 0.0 -5296.0 5296.0 -5296.0 -3.4063872E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5296.0 -5296.0 -3.4069168E7 0.0 +1864027286 true r01Hdc6b2CRo NULL -5194.0 3.3407808E7 -1864027286 1 1864027286 0.0 -5194.0 5194.0 -5194.0 -3.3407808E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5194.0 -5194.0 -3.3413002E7 0.0 +1864027286 true 55b1rXQ20u321On2QrDo51K8 NULL -5132.0 3.3009024E7 -1864027286 1 1864027286 0.0 -5132.0 5132.0 -5132.0 -3.3009024E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -5132.0 -5132.0 -3.3014156E7 0.0 +1864027286 true KwqjKvxg17Ro85YEQYKl NULL -4971.0 3.1973472E7 -1864027286 1 1864027286 0.0 -4971.0 4971.0 -4971.0 -3.1973472E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -4971.0 -4971.0 -3.1978443E7 0.0 +1864027286 true 7xINFn3pugc8IOw4GWi7nR NULL -4854.0 3.1220928E7 -1864027286 1 1864027286 0.0 -4854.0 4854.0 -4854.0 -3.1220928E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -4854.0 -4854.0 -3.1225782E7 0.0 +1864027286 true WhgF327bC NULL -4837.0 3.1111584E7 -1864027286 1 1864027286 0.0 -4837.0 4837.0 -4837.0 -3.1111584E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -4837.0 -4837.0 -3.1116421E7 0.0 +1864027286 true 83bn3y1 NULL -4638.0 2.9831616E7 -1864027286 1 1864027286 0.0 -4638.0 4638.0 -4638.0 -2.9831616E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -4638.0 -4638.0 -2.9836254E7 0.0 +1864027286 true Dy70nFW20WY NULL -4606.0 2.9625792E7 -1864027286 1 1864027286 0.0 -4606.0 4606.0 -4606.0 -2.9625792E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -4606.0 -4606.0 -2.9630398E7 0.0 +1864027286 true LCUh4H7E8RT8opWRW8m NULL -4593.0 2.9542176E7 -1864027286 1 1864027286 0.0 -4593.0 4593.0 -4593.0 -2.9542176E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -4593.0 -4593.0 -2.9546769E7 0.0 +1864027286 true iF1fQ7gn0qgpH7HKS5N3 NULL -4561.0 2.9336352E7 -1864027286 1 1864027286 0.0 -4561.0 4561.0 -4561.0 -2.9336352E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -4561.0 -4561.0 -2.9340913E7 0.0 +1864027286 true JRN4nLo30dv0bRtsrJa NULL -4319.0 2.7779808E7 -1864027286 1 1864027286 0.0 -4319.0 4319.0 -4319.0 -2.7779808E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -4319.0 -4319.0 -2.7784127E7 0.0 +1864027286 true n8e0f67S08SY8QnW NULL -4226.0 2.7181632E7 -1864027286 1 1864027286 0.0 -4226.0 4226.0 -4226.0 -2.7181632E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -4226.0 -4226.0 -2.7185858E7 0.0 +1864027286 true 25MqX NULL -4221.0 2.7149472E7 -1864027286 1 1864027286 0.0 -4221.0 4221.0 -4221.0 -2.7149472E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -4221.0 -4221.0 -2.7153693E7 0.0 +1864027286 true J2El2C63y31dNp4rx NULL -4190.0 2.695008E7 -1864027286 1 1864027286 0.0 -4190.0 4190.0 -4190.0 -2.695008E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -4190.0 -4190.0 -2.695427E7 0.0 +1864027286 true P5iS0 NULL -4168.0 2.6808576E7 -1864027286 1 1864027286 0.0 -4168.0 4168.0 -4168.0 -2.6808576E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -4168.0 -4168.0 -2.6812744E7 0.0 +1864027286 true oX8e2n7518CMTFQP NULL -4050.0 2.60496E7 -1864027286 1 1864027286 0.0 -4050.0 4050.0 -4050.0 -2.60496E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -4050.0 -4050.0 -2.605365E7 0.0 +1864027286 true 3C1y7deXML NULL -4035.0 2.595312E7 -1864027286 1 1864027286 0.0 -4035.0 4035.0 -4035.0 -2.595312E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -4035.0 -4035.0 -2.5957155E7 0.0 +1864027286 true 4F3Tu14b35h26Q7 NULL -4033.0 2.5940256E7 -1864027286 1 1864027286 0.0 -4033.0 4033.0 -4033.0 -2.5940256E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -4033.0 -4033.0 -2.5944289E7 0.0 +1864027286 true x8n40D35c65l NULL -4002.0 2.5740864E7 -1864027286 1 1864027286 0.0 -4002.0 4002.0 -4002.0 -2.5740864E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -4002.0 -4002.0 -2.5744866E7 0.0 +1864027286 true 8pbggxc NULL -3914.0 2.5174848E7 -1864027286 1 1864027286 0.0 -3914.0 3914.0 -3914.0 -2.5174848E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -3914.0 -3914.0 -2.5178762E7 0.0 +1864027286 true 26Mx1k447Tk5 NULL -3888.0 2.5007616E7 -1864027286 1 1864027286 0.0 -3888.0 3888.0 -3888.0 -2.5007616E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -3888.0 -3888.0 -2.5011504E7 0.0 +1864027286 true a4PMyxYPeTA0Js14lFCV3f NULL -3746.0 2.4094272E7 -1864027286 1 1864027286 0.0 -3746.0 3746.0 -3746.0 -2.4094272E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -3746.0 -3746.0 -2.4098018E7 0.0 +1864027286 true 61gE6oOT4E0G83 NULL -3714.0 2.3888448E7 -1864027286 1 1864027286 0.0 -3714.0 3714.0 -3714.0 -2.3888448E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -3714.0 -3714.0 -2.3892162E7 0.0 +1864027286 true ap7PY4878sX8F6YUn6Wh1Vg4 NULL -3684.0 2.3695488E7 -1864027286 1 1864027286 0.0 -3684.0 3684.0 -3684.0 -2.3695488E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -3684.0 -3684.0 -2.3699172E7 0.0 +1864027286 true Ocv25R6uD751tb7f2 NULL -3657.0 2.3521824E7 -1864027286 1 1864027286 0.0 -3657.0 3657.0 -3657.0 -2.3521824E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -3657.0 -3657.0 -2.3525481E7 0.0 +1864027286 true rIQ6FgkS3Sjn8H8n8 NULL -3589.0 2.3084448E7 -1864027286 1 1864027286 0.0 -3589.0 3589.0 -3589.0 -2.3084448E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -3589.0 -3589.0 -2.3088037E7 0.0 +1864027286 true f12qhlvH NULL -3544.0 2.2795008E7 -1864027286 1 1864027286 0.0 -3544.0 3544.0 -3544.0 -2.2795008E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -3544.0 -3544.0 -2.2798552E7 0.0 +1864027286 true YtN1m7B NULL -3416.0 2.1971712E7 -1864027286 1 1864027286 0.0 -3416.0 3416.0 -3416.0 -2.1971712E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -3416.0 -3416.0 -2.1975128E7 0.0 +1864027286 true 7gGmkmKO80vxDN4 NULL -3322.0 2.1367104E7 -1864027286 1 1864027286 0.0 -3322.0 3322.0 -3322.0 -2.1367104E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -3322.0 -3322.0 -2.1370426E7 0.0 +1864027286 true 686HHW45wojg5OCxqdn NULL -3320.0 2.135424E7 -1864027286 1 1864027286 0.0 -3320.0 3320.0 -3320.0 -2.135424E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -3320.0 -3320.0 -2.135756E7 0.0 +-1645852809 false kro4Xu41bB7hiFa NULL -3277.0 2.1077664E7 1645852809 1 -1645852809 0.0 -3277.0 3277.0 -3277.0 -2.1077664E7 -1.64585844715E9 -1645852809 -1.554726368159204E-4 -3277.0 -3277.0 -2.1080941E7 0.0 +1864027286 true tFtQ26aDMi1tJ026luPcu NULL -3178.0 2.0440896E7 -1864027286 1 1864027286 0.0 -3178.0 3178.0 -3178.0 -2.0440896E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -3178.0 -3178.0 -2.0444074E7 0.0 +1864027286 true sBGjdF6 NULL -3036.0 1.9527552E7 -1864027286 1 1864027286 0.0 -3036.0 3036.0 -3036.0 -1.9527552E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -3036.0 -3036.0 -1.9530588E7 0.0 +1864027286 true 8r5uX85x2Pn7g3gJ0 NULL -3005.0 1.932816E7 -1864027286 1 1864027286 0.0 -3005.0 3005.0 -3005.0 -1.932816E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -3005.0 -3005.0 -1.9331165E7 0.0 +-1645852809 true a NULL -2944.0 1.8935808E7 1645852809 1 -1645852809 0.0 -2944.0 2944.0 -2944.0 -1.8935808E7 -1.64585844715E9 -1645852809 -1.554726368159204E-4 -2944.0 -2944.0 -1.8938752E7 0.0 +1864027286 true 2LTgnBrqS3DAE446015Nc NULL -2942.0 1.8922944E7 -1864027286 1 1864027286 0.0 -2942.0 2942.0 -2942.0 -1.8922944E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -2942.0 -2942.0 -1.8925886E7 0.0 +1864027286 true wT50ouOe760m3AyJ7x4p83U6 NULL -2856.0 1.8369792E7 -1864027286 1 1864027286 0.0 -2856.0 2856.0 -2856.0 -1.8369792E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -2856.0 -2856.0 -1.8372648E7 0.0 +1864027286 true LHtKPAbAXa4QGM2y NULL -2847.0 1.8311904E7 -1864027286 1 1864027286 0.0 -2847.0 2847.0 -2847.0 -1.8311904E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -2847.0 -2847.0 -1.8314751E7 0.0 +1864027286 true D7d5u8c2q2td7F8wwQSn2Tab NULL -2785.0 1.791312E7 -1864027286 1 1864027286 0.0 -2785.0 2785.0 -2785.0 -1.791312E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -2785.0 -2785.0 -1.7915905E7 0.0 +1864027286 true sgjuCr0dXdOun8FFjw7Flxf NULL -2778.0 1.7868096E7 -1864027286 1 1864027286 0.0 -2778.0 2778.0 -2778.0 -1.7868096E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -2778.0 -2778.0 -1.7870874E7 0.0 +1864027286 true meeTTbLafs2P5R326YX NULL -2415.0 1.553328E7 -1864027286 1 1864027286 0.0 -2415.0 2415.0 -2415.0 -1.553328E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -2415.0 -2415.0 -1.5535695E7 0.0 +1864027286 true sTnGlw50tbl NULL -2371.0 1.5250272E7 -1864027286 1 1864027286 0.0 -2371.0 2371.0 -2371.0 -1.5250272E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -2371.0 -2371.0 -1.5252643E7 0.0 +1864027286 true 7afdC4616LFIHN NULL -2179.0 1.4015328E7 -1864027286 1 1864027286 0.0 -2179.0 2179.0 -2179.0 -1.4015328E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -2179.0 -2179.0 -1.4017507E7 0.0 +1864027286 true R6xXNwfbk NULL -2129.0 1.3693728E7 -1864027286 1 1864027286 0.0 -2129.0 2129.0 -2129.0 -1.3693728E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -2129.0 -2129.0 -1.3695857E7 0.0 +1864027286 true 764u1WA24hRh3rs NULL -2120.0 1.363584E7 -1864027286 1 1864027286 0.0 -2120.0 2120.0 -2120.0 -1.363584E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -2120.0 -2120.0 -1.363796E7 0.0 +1864027286 true R03eo03Ntqej0VDQbL3 NULL -1976.0 1.2709632E7 -1864027286 1 1864027286 0.0 -1976.0 1976.0 -1976.0 -1.2709632E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -1976.0 -1976.0 -1.2711608E7 0.0 +1864027286 true Eq4NvWHH4Qb NULL -1911.0 1.2291552E7 -1864027286 1 1864027286 0.0 -1911.0 1911.0 -1911.0 -1.2291552E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -1911.0 -1911.0 -1.2293463E7 0.0 +1864027286 true q08W111Wn600c NULL -1676.0 1.0780032E7 -1864027286 1 1864027286 0.0 -1676.0 1676.0 -1676.0 -1.0780032E7 1.86402164785E9 1864027286 -1.554726368159204E-4 -1676.0 -1676.0 -1.0781708E7 0.0 +1864027286 true cwEvSRx2cuarX7I21UGe NULL -1434.0 9223488.0 -1864027286 1 1864027286 0.0 -1434.0 1434.0 -1434.0 -9223488.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -1434.0 -1434.0 -9224922.0 0.0 +1864027286 true sN22l7QnPq3 NULL -1419.0 9127008.0 -1864027286 1 1864027286 0.0 -1419.0 1419.0 -1419.0 -9127008.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -1419.0 -1419.0 -9128427.0 0.0 +1864027286 true 6P5hI87IBw5BwP4T36lkB2 NULL -1388.0 8927616.0 -1864027286 1 1864027286 0.0 -1388.0 1388.0 -1388.0 -8927616.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -1388.0 -1388.0 -8929004.0 0.0 +1864027286 true G8N7338fFG NULL -1298.0 8348736.0 -1864027286 1 1864027286 0.0 -1298.0 1298.0 -1298.0 -8348736.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -1298.0 -1298.0 -8350034.0 0.0 +-1645852809 false G7Ve8Px6a7J0DafBodF8JMma NULL -1291.0 8303712.0 1645852809 1 -1645852809 0.0 -1291.0 1291.0 -1291.0 -8303712.0 -1.64585844715E9 -1645852809 -1.554726368159204E-4 -1291.0 -1291.0 -8305003.0 0.0 +-1645852809 false K7tGy146ydka NULL -1236.0 7949952.0 1645852809 1 -1645852809 0.0 -1236.0 1236.0 -1236.0 -7949952.0 -1.64585844715E9 -1645852809 -1.554726368159204E-4 -1236.0 -1236.0 -7951188.0 0.0 +1864027286 true axu5k1BMtA6Ki0 NULL -1227.0 7892064.0 -1864027286 1 1864027286 0.0 -1227.0 1227.0 -1227.0 -7892064.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -1227.0 -1227.0 -7893291.0 0.0 +1864027286 true 0RvxJiyole51yN5 NULL -1211.0 7789152.0 -1864027286 1 1864027286 0.0 -1211.0 1211.0 -1211.0 -7789152.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -1211.0 -1211.0 -7790363.0 0.0 +1864027286 true S2I2nIEii3X5 NULL -1207.0 7763424.0 -1864027286 1 1864027286 0.0 -1207.0 1207.0 -1207.0 -7763424.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -1207.0 -1207.0 -7764631.0 0.0 +1864027286 true oQfKi00F0jk78PtIB8PF NULL -1114.0 7165248.0 -1864027286 1 1864027286 0.0 -1114.0 1114.0 -1114.0 -7165248.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -1114.0 -1114.0 -7166362.0 0.0 +1864027286 true rWCcVpLiV5bqW NULL -1079.0 6940128.0 -1864027286 1 1864027286 0.0 -1079.0 1079.0 -1079.0 -6940128.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -1079.0 -1079.0 -6941207.0 0.0 +1864027286 true 5OcrJ NULL -852.0 5480064.0 -1864027286 1 1864027286 0.0 -852.0 852.0 -852.0 -5480064.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -852.0 -852.0 -5480916.0 0.0 +1864027286 true eeLpfP6O NULL -828.0 5325696.0 -1864027286 1 1864027286 0.0 -828.0 828.0 -828.0 -5325696.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -828.0 -828.0 -5326524.0 0.0 +1864027286 true H1V38u NULL -809.0 5203488.0 -1864027286 1 1864027286 0.0 -809.0 809.0 -809.0 -5203488.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -809.0 -809.0 -5204297.0 0.0 +1864027286 true MUg2eGVMxLEn2JlY3stOYR NULL -741.0 4766112.0 -1864027286 1 1864027286 0.0 -741.0 741.0 -741.0 -4766112.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -741.0 -741.0 -4766853.0 0.0 +1864027286 true EbLh7DAd NULL -682.0 4386624.0 -1864027286 1 1864027286 0.0 -682.0 682.0 -682.0 -4386624.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -682.0 -682.0 -4387306.0 0.0 +1864027286 true Iw8wY NULL -668.0 4296576.0 -1864027286 1 1864027286 0.0 -668.0 668.0 -668.0 -4296576.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -668.0 -668.0 -4297244.0 0.0 +1864027286 true lVXCI385cbcEk NULL -607.0 3904224.0 -1864027286 1 1864027286 0.0 -607.0 607.0 -607.0 -3904224.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -607.0 -607.0 -3904831.0 0.0 +1864027286 true e6SAAy5o0so6LM30k NULL -548.0 3524736.0 -1864027286 1 1864027286 0.0 -548.0 548.0 -548.0 -3524736.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -548.0 -548.0 -3525284.0 0.0 +1864027286 true 21l7ppi3Q73w7DMg75H1e NULL -447.0 2875104.0 -1864027286 1 1864027286 0.0 -447.0 447.0 -447.0 -2875104.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -447.0 -447.0 -2875551.0 0.0 +1864027286 true 5hwHlC8uO8 NULL -294.0 1891008.0 -1864027286 1 1864027286 0.0 -294.0 294.0 -294.0 -1891008.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -294.0 -294.0 -1891302.0 0.0 +1864027286 true HmBi32XWTjC3dd7stD0GY NULL -212.0 1363584.0 -1864027286 1 1864027286 0.0 -212.0 212.0 -212.0 -1363584.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -212.0 -212.0 -1363796.0 0.0 +1864027286 true xow6f03825H0h8mFjVr NULL -97.0 623904.0 -1864027286 1 1864027286 0.0 -97.0 97.0 -97.0 -623904.0 1.86402164785E9 1864027286 -1.554726368159204E-4 -97.0 -97.0 -624001.0 0.0 +1864027286 true 6nhFMfJ6 NULL 109.0 -701088.0 -1864027286 1 1864027286 0.0 109.0 -109.0 109.0 701088.0 1.86402164785E9 1864027286 -1.554726368159204E-4 109.0 109.0 701197.0 0.0 +1864027286 true qQghEMy7aBuu6e7Uaho NULL 142.0 -913344.0 -1864027286 1 1864027286 0.0 142.0 -142.0 142.0 913344.0 1.86402164785E9 1864027286 -1.554726368159204E-4 142.0 142.0 913486.0 0.0 +1864027286 true gls8SspE NULL 231.0 -1485792.0 -1864027286 1 1864027286 0.0 231.0 -231.0 231.0 1485792.0 1.86402164785E9 1864027286 -1.554726368159204E-4 231.0 231.0 1486023.0 0.0 +1864027286 true jc3G2mefLm8mpl8tua3b3 NULL 236.0 -1517952.0 -1864027286 1 1864027286 0.0 236.0 -236.0 236.0 1517952.0 1.86402164785E9 1864027286 -1.554726368159204E-4 236.0 236.0 1518188.0 0.0 +1864027286 true wc4Ae163B5VxG2L NULL 301.0 -1936032.0 -1864027286 1 1864027286 0.0 301.0 -301.0 301.0 1936032.0 1.86402164785E9 1864027286 -1.554726368159204E-4 301.0 301.0 1936333.0 0.0 +1864027286 true 1470P NULL 328.0 -2109696.0 -1864027286 1 1864027286 0.0 328.0 -328.0 328.0 2109696.0 1.86402164785E9 1864027286 -1.554726368159204E-4 328.0 328.0 2110024.0 0.0 +1864027286 true 84TvhtF NULL 352.0 -2264064.0 -1864027286 1 1864027286 0.0 352.0 -352.0 352.0 2264064.0 1.86402164785E9 1864027286 -1.554726368159204E-4 352.0 352.0 2264416.0 0.0 +1864027286 true Mr3q8uV NULL 354.0 -2276928.0 -1864027286 1 1864027286 0.0 354.0 -354.0 354.0 2276928.0 1.86402164785E9 1864027286 -1.554726368159204E-4 354.0 354.0 2277282.0 0.0 +1864027286 true 4Ko41XvrHww1YXrctT NULL 367.0 -2360544.0 -1864027286 1 1864027286 0.0 367.0 -367.0 367.0 2360544.0 1.86402164785E9 1864027286 -1.554726368159204E-4 367.0 367.0 2360911.0 0.0 +1864027286 true M0kjTU3N2L5P NULL 368.0 -2366976.0 -1864027286 1 1864027286 0.0 368.0 -368.0 368.0 2366976.0 1.86402164785E9 1864027286 -1.554726368159204E-4 368.0 368.0 2367344.0 0.0 +1864027286 true RDLOWd758CODQgBBA8hd172 NULL 423.0 -2720736.0 -1864027286 1 1864027286 0.0 423.0 -423.0 423.0 2720736.0 1.86402164785E9 1864027286 -1.554726368159204E-4 423.0 423.0 2721159.0 0.0 +1864027286 true 08s07Nn26i3mlR5Bl83Ppo8L NULL 474.0 -3048768.0 -1864027286 1 1864027286 0.0 474.0 -474.0 474.0 3048768.0 1.86402164785E9 1864027286 -1.554726368159204E-4 474.0 474.0 3049242.0 0.0 +-1645852809 true PMoJ1NvQoAm5a NULL 539.0 -3466848.0 1645852809 1 -1645852809 0.0 539.0 -539.0 539.0 3466848.0 -1.64585844715E9 -1645852809 -1.554726368159204E-4 539.0 539.0 3467387.0 0.0 +1864027286 true Ag7jo42O8LQxbFwe6TK NULL 570.0 -3666240.0 -1864027286 1 1864027286 0.0 570.0 -570.0 570.0 3666240.0 1.86402164785E9 1864027286 -1.554726368159204E-4 570.0 570.0 3666810.0 0.0 +-1645852809 true Tt484a NULL 754.0 -4849728.0 1645852809 1 -1645852809 0.0 754.0 -754.0 754.0 4849728.0 -1.64585844715E9 -1645852809 -1.554726368159204E-4 754.0 754.0 4850482.0 0.0 +1864027286 true t7i26BC11U1YTY8I0p NULL 1017.0 -6541344.0 -1864027286 1 1864027286 0.0 1017.0 -1017.0 1017.0 6541344.0 1.86402164785E9 1864027286 -1.554726368159204E-4 1017.0 1017.0 6542361.0 0.0 +1864027286 true nfsbu2MuPOO5t NULL 1042.0 -6702144.0 -1864027286 1 1864027286 0.0 1042.0 -1042.0 1042.0 6702144.0 1.86402164785E9 1864027286 -1.554726368159204E-4 1042.0 1042.0 6703186.0 0.0 +1864027286 true lEXXcvYRGqGd31V5R7paYE5 NULL 1225.0 -7879200.0 -1864027286 1 1864027286 0.0 1225.0 -1225.0 1225.0 7879200.0 1.86402164785E9 1864027286 -1.554726368159204E-4 1225.0 1225.0 7880425.0 0.0 +1864027286 true cM0xm3h8463l57s NULL 1253.0 -8059296.0 -1864027286 1 1864027286 0.0 1253.0 -1253.0 1253.0 8059296.0 1.86402164785E9 1864027286 -1.554726368159204E-4 1253.0 1253.0 8060549.0 0.0 +1864027286 true R61IdER NULL 1321.0 -8496672.0 -1864027286 1 1864027286 0.0 1321.0 -1321.0 1321.0 8496672.0 1.86402164785E9 1864027286 -1.554726368159204E-4 1321.0 1321.0 8497993.0 0.0 +1864027286 true 1r3uaJGN7oo7If84Yc NULL 1322.0 -8503104.0 -1864027286 1 1864027286 0.0 1322.0 -1322.0 1322.0 8503104.0 1.86402164785E9 1864027286 -1.554726368159204E-4 1322.0 1322.0 8504426.0 0.0 +1864027286 true 0mrq5CsKD4aq5mt26hUAYN54 NULL 1329.0 -8548128.0 -1864027286 1 1864027286 0.0 1329.0 -1329.0 1329.0 8548128.0 1.86402164785E9 1864027286 -1.554726368159204E-4 1329.0 1329.0 8549457.0 0.0 +1864027286 true M7J5a5vG8s3 NULL 1338.0 -8606016.0 -1864027286 1 1864027286 0.0 1338.0 -1338.0 1338.0 8606016.0 1.86402164785E9 1864027286 -1.554726368159204E-4 1338.0 1338.0 8607354.0 0.0 +1864027286 true T2o8XRFAL0HC4ikDQnfoCymw NULL 1535.0 -9873120.0 -1864027286 1 1864027286 0.0 1535.0 -1535.0 1535.0 9873120.0 1.86402164785E9 1864027286 -1.554726368159204E-4 1535.0 1535.0 9874655.0 0.0 +1864027286 true N2TL0cw5gA4VFFI6xo NULL 1554.0 -9995328.0 -1864027286 1 1864027286 0.0 1554.0 -1554.0 1554.0 9995328.0 1.86402164785E9 1864027286 -1.554726368159204E-4 1554.0 1554.0 9996882.0 0.0 +1864027286 true Io7Mj0g8fwd7L8b4Di NULL 1575.0 -1.01304E7 -1864027286 1 1864027286 0.0 1575.0 -1575.0 1575.0 1.01304E7 1.86402164785E9 1864027286 -1.554726368159204E-4 1575.0 1575.0 1.0131975E7 0.0 +1864027286 true 2cumAMuRN4kC5dJd888m NULL 1603.0 -1.0310496E7 -1864027286 1 1864027286 0.0 1603.0 -1603.0 1603.0 1.0310496E7 1.86402164785E9 1864027286 -1.554726368159204E-4 1603.0 1603.0 1.0312099E7 0.0 +1864027286 true N5yMwlmd8beg7N2jPn NULL 1684.0 -1.0831488E7 -1864027286 1 1864027286 0.0 1684.0 -1684.0 1684.0 1.0831488E7 1.86402164785E9 1864027286 -1.554726368159204E-4 1684.0 1684.0 1.0833172E7 0.0 +1864027286 true 7ois1q60TPT4ckv5 NULL 1803.0 -1.1596896E7 -1864027286 1 1864027286 0.0 1803.0 -1803.0 1803.0 1.1596896E7 1.86402164785E9 1864027286 -1.554726368159204E-4 1803.0 1803.0 1.1598699E7 0.0 +1864027286 true x0w77gi6iqtTQ1 NULL 1850.0 -1.18992E7 -1864027286 1 1864027286 0.0 1850.0 -1850.0 1850.0 1.18992E7 1.86402164785E9 1864027286 -1.554726368159204E-4 1850.0 1850.0 1.190105E7 0.0 +1864027286 true 1KXD04k80RltvQY NULL 1891.0 -1.2162912E7 -1864027286 1 1864027286 0.0 1891.0 -1891.0 1891.0 1.2162912E7 1.86402164785E9 1864027286 -1.554726368159204E-4 1891.0 1891.0 1.2164803E7 0.0 +-1645852809 true bBAKio7bAmQq7vIlsc8H14a NULL 1949.0 -1.2535968E7 1645852809 1 -1645852809 0.0 1949.0 -1949.0 1949.0 1.2535968E7 -1.64585844715E9 -1645852809 -1.554726368159204E-4 1949.0 1949.0 1.2537917E7 0.0 +1864027286 true L4WQG81b36T NULL 1970.0 -1.267104E7 -1864027286 1 1864027286 0.0 1970.0 -1970.0 1970.0 1.267104E7 1.86402164785E9 1864027286 -1.554726368159204E-4 1970.0 1970.0 1.267301E7 0.0 +1864027286 true 0p3nIvm1c20J2e NULL 2066.0 -1.3288512E7 -1864027286 1 1864027286 0.0 2066.0 -2066.0 2066.0 1.3288512E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2066.0 2066.0 1.3290578E7 0.0 +1864027286 true 1alMTip5YTi6R3K4Pk8 NULL 2130.0 -1.370016E7 -1864027286 1 1864027286 0.0 2130.0 -2130.0 2130.0 1.370016E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2130.0 2130.0 1.370229E7 0.0 +1864027286 true 5xaNVvLa NULL 2315.0 -1.489008E7 -1864027286 1 1864027286 0.0 2315.0 -2315.0 2315.0 1.489008E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2315.0 2315.0 1.4892395E7 0.0 +1864027286 true PyQ4Q7MF23J4AtYu6W NULL 2327.0 -1.4967264E7 -1864027286 1 1864027286 0.0 2327.0 -2327.0 2327.0 1.4967264E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2327.0 2327.0 1.4969591E7 0.0 +1864027286 true 4BxeN7PLh00qDKq13Nu8eVQ NULL 2336.0 -1.5025152E7 -1864027286 1 1864027286 0.0 2336.0 -2336.0 2336.0 1.5025152E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2336.0 2336.0 1.5027488E7 0.0 +1864027286 true rg2l5YHK3h414DWIC1I NULL 2366.0 -1.5218112E7 -1864027286 1 1864027286 0.0 2366.0 -2366.0 2366.0 1.5218112E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2366.0 2366.0 1.5220478E7 0.0 +1864027286 true IA46V76LhS4etye16E NULL 2402.0 -1.5449664E7 -1864027286 1 1864027286 0.0 2402.0 -2402.0 2402.0 1.5449664E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2402.0 2402.0 1.5452066E7 0.0 +1864027286 true L28vl NULL 2438.0 -1.5681216E7 -1864027286 1 1864027286 0.0 2438.0 -2438.0 2438.0 1.5681216E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2438.0 2438.0 1.5683654E7 0.0 +1864027286 true Qa8XbKYNym5Se NULL 2442.0 -1.5706944E7 -1864027286 1 1864027286 0.0 2442.0 -2442.0 2442.0 1.5706944E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2442.0 2442.0 1.5709386E7 0.0 +1864027286 true WQk67I0Gk NULL 2489.0 -1.6009248E7 -1864027286 1 1864027286 0.0 2489.0 -2489.0 2489.0 1.6009248E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2489.0 2489.0 1.6011737E7 0.0 +1864027286 true 5gOeUOB NULL 2506.0 -1.6118592E7 -1864027286 1 1864027286 0.0 2506.0 -2506.0 2506.0 1.6118592E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2506.0 2506.0 1.6121098E7 0.0 +1864027286 true 3WsVeqb28VWEEOLI8ail NULL 2563.58 -1.6488946559999999E7 -1864027286 1 1864027286 0.0 2563.58 -2563.58 2563.58 1.6488946559999999E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2563.58 2563.58 1.6491510139999999E7 0.0 +1864027286 true 0eODhoL30gUMY NULL 2590.0 -1.665888E7 -1864027286 1 1864027286 0.0 2590.0 -2590.0 2590.0 1.665888E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2590.0 2590.0 1.666147E7 0.0 +1864027286 true dQsIgL NULL 2624.0 -1.6877568E7 -1864027286 1 1864027286 0.0 2624.0 -2624.0 2624.0 1.6877568E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2624.0 2624.0 1.6880192E7 0.0 +1864027286 true RAUe5p NULL 2686.0 -1.7276352E7 -1864027286 1 1864027286 0.0 2686.0 -2686.0 2686.0 1.7276352E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2686.0 2686.0 1.7279038E7 0.0 +-1887561756 true LAFo0rFpPj1aW8Js4Scpa NULL 2719.0 -1.7488608E7 1887561756 1 -1887561756 0.0 2719.0 -2719.0 2719.0 1.7488608E7 -1.88756739415E9 -1887561756 -1.554726368159204E-4 2719.0 2719.0 1.7491327E7 0.0 +1864027286 true C1KV2I0wL8wk7C6371 NULL 2776.0 -1.7855232E7 -1864027286 1 1864027286 0.0 2776.0 -2776.0 2776.0 1.7855232E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2776.0 2776.0 1.7858008E7 0.0 +1864027286 true Kc1lPGJx6JXTcDsck00 NULL 2803.0 -1.8028896E7 -1864027286 1 1864027286 0.0 2803.0 -2803.0 2803.0 1.8028896E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2803.0 2803.0 1.8031699E7 0.0 +1864027286 true S45s3B0rSCbDkMx3Q NULL 2852.0 -1.8344064E7 -1864027286 1 1864027286 0.0 2852.0 -2852.0 2852.0 1.8344064E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2852.0 2852.0 1.8346916E7 0.0 +1864027286 true 16twtB4w2UMSEu3q1L07AMj NULL 2940.0 -1.891008E7 -1864027286 1 1864027286 0.0 2940.0 -2940.0 2940.0 1.891008E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2940.0 2940.0 1.891302E7 0.0 +1864027286 true vtad71tYi1fs1e0tcJg0 NULL 2960.0 -1.903872E7 -1864027286 1 1864027286 0.0 2960.0 -2960.0 2960.0 1.903872E7 1.86402164785E9 1864027286 -1.554726368159204E-4 2960.0 2960.0 1.904168E7 0.0 +1864027286 true oMyB042otw5ib NULL 3012.0 -1.9373184E7 -1864027286 1 1864027286 0.0 3012.0 -3012.0 3012.0 1.9373184E7 1.86402164785E9 1864027286 -1.554726368159204E-4 3012.0 3012.0 1.9376196E7 0.0 +1864027286 true 6D47xA0FaDfy4h NULL 3100.0 -1.99392E7 -1864027286 1 1864027286 0.0 3100.0 -3100.0 3100.0 1.99392E7 1.86402164785E9 1864027286 -1.554726368159204E-4 3100.0 3100.0 1.99423E7 0.0 +1864027286 true BPm3v8Y4 NULL 3151.0 -2.0267232E7 -1864027286 1 1864027286 0.0 3151.0 -3151.0 3151.0 2.0267232E7 1.86402164785E9 1864027286 -1.554726368159204E-4 3151.0 3151.0 2.0270383E7 0.0 +1864027286 true w3OO7InLN4ic3M0h8xpvuBMn NULL 3255.0 -2.093616E7 -1864027286 1 1864027286 0.0 3255.0 -3255.0 3255.0 2.093616E7 1.86402164785E9 1864027286 -1.554726368159204E-4 3255.0 3255.0 2.0939415E7 0.0 +1864027286 true 60Ydc418lOl284ss63 NULL 3316.0 -2.1328512E7 -1864027286 1 1864027286 0.0 3316.0 -3316.0 3316.0 2.1328512E7 1.86402164785E9 1864027286 -1.554726368159204E-4 3316.0 3316.0 2.1331828E7 0.0 +1864027286 true mpceO34ASOLehV0 NULL 3318.0 -2.1341376E7 -1864027286 1 1864027286 0.0 3318.0 -3318.0 3318.0 2.1341376E7 1.86402164785E9 1864027286 -1.554726368159204E-4 3318.0 3318.0 2.1344694E7 0.0 +-1887561756 false a NULL 3350.0 -2.15472E7 1887561756 1 -1887561756 0.0 3350.0 -3350.0 3350.0 2.15472E7 -1.88756739415E9 -1887561756 -1.554726368159204E-4 3350.0 3350.0 2.155055E7 0.0 +1864027286 true 5yFe2HK NULL 3396.0 -2.1843072E7 -1864027286 1 1864027286 0.0 3396.0 -3396.0 3396.0 2.1843072E7 1.86402164785E9 1864027286 -1.554726368159204E-4 3396.0 3396.0 2.1846468E7 0.0 +1864027286 true dGF1yf NULL 3426.0 -2.2036032E7 -1864027286 1 1864027286 0.0 3426.0 -3426.0 3426.0 2.2036032E7 1.86402164785E9 1864027286 -1.554726368159204E-4 3426.0 3426.0 2.2039458E7 0.0 +1864027286 true Po4rrk NULL 3442.0 -2.2138944E7 -1864027286 1 1864027286 0.0 3442.0 -3442.0 3442.0 2.2138944E7 1.86402164785E9 1864027286 -1.554726368159204E-4 3442.0 3442.0 2.2142386E7 0.0 +1864027286 true 4R0Dk NULL 3617.0 -2.3264544E7 -1864027286 1 1864027286 0.0 3617.0 -3617.0 3617.0 2.3264544E7 1.86402164785E9 1864027286 -1.554726368159204E-4 3617.0 3617.0 2.3268161E7 0.0 +1864027286 true 01L3ajd5YosmyM330V3s NULL 3756.0 -2.4158592E7 -1864027286 1 1864027286 0.0 3756.0 -3756.0 3756.0 2.4158592E7 1.86402164785E9 1864027286 -1.554726368159204E-4 3756.0 3756.0 2.4162348E7 0.0 +1864027286 true 7sA426CHy4 NULL 3822.0 -2.4583104E7 -1864027286 1 1864027286 0.0 3822.0 -3822.0 3822.0 2.4583104E7 1.86402164785E9 1864027286 -1.554726368159204E-4 3822.0 3822.0 2.4586926E7 0.0 +-1645852809 false iS4P5128HY44wa NULL 3890.0 -2.502048E7 1645852809 1 -1645852809 0.0 3890.0 -3890.0 3890.0 2.502048E7 -1.64585844715E9 -1645852809 -1.554726368159204E-4 3890.0 3890.0 2.502437E7 0.0 +1864027286 true bFmH03DgwC5s88 NULL 3956.0 -2.5444992E7 -1864027286 1 1864027286 0.0 3956.0 -3956.0 3956.0 2.5444992E7 1.86402164785E9 1864027286 -1.554726368159204E-4 3956.0 3956.0 2.5448948E7 0.0 +1864027286 true 0xsFvigkQf7CEPVyXX78vG7D NULL 4014.0 -2.5818048E7 -1864027286 1 1864027286 0.0 4014.0 -4014.0 4014.0 2.5818048E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4014.0 4014.0 2.5822062E7 0.0 +1864027286 true m2482tQ NULL 4049.0 -2.6043168E7 -1864027286 1 1864027286 0.0 4049.0 -4049.0 4049.0 2.6043168E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4049.0 4049.0 2.6047217E7 0.0 +-1887561756 true 7C1L24VM7Ya NULL 4122.0 -2.6512704E7 1887561756 1 -1887561756 0.0 4122.0 -4122.0 4122.0 2.6512704E7 -1.88756739415E9 -1887561756 -1.554726368159204E-4 4122.0 4122.0 2.6516826E7 0.0 +1864027286 true 5BFMY8Bb582h6 NULL 4122.0 -2.6512704E7 -1864027286 1 1864027286 0.0 4122.0 -4122.0 4122.0 2.6512704E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4122.0 4122.0 2.6516826E7 0.0 +1864027286 true 1K0M0lJ25 NULL 4141.0 -2.6634912E7 -1864027286 1 1864027286 0.0 4141.0 -4141.0 4141.0 2.6634912E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4141.0 4141.0 2.6639053E7 0.0 +1864027286 true 61fdP5u NULL 4143.0 -2.6647776E7 -1864027286 1 1864027286 0.0 4143.0 -4143.0 4143.0 2.6647776E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4143.0 4143.0 2.6651919E7 0.0 +1864027286 true iUAMMN23Vq5jREr832nxXn NULL 4149.0 -2.6686368E7 -1864027286 1 1864027286 0.0 4149.0 -4149.0 4149.0 2.6686368E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4149.0 4149.0 2.6690517E7 0.0 +1864027286 true f6B6I2d7180wveu1BG63b NULL 4178.0 -2.6872896E7 -1864027286 1 1864027286 0.0 4178.0 -4178.0 4178.0 2.6872896E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4178.0 4178.0 2.6877074E7 0.0 +1864027286 true BfDk1WlFIoug NULL 4220.0 -2.714304E7 -1864027286 1 1864027286 0.0 4220.0 -4220.0 4220.0 2.714304E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4220.0 4220.0 2.714726E7 0.0 +1864027286 true 316qk10jD0dkAh78 NULL 4257.0 -2.7381024E7 -1864027286 1 1864027286 0.0 4257.0 -4257.0 4257.0 2.7381024E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4257.0 4257.0 2.7385281E7 0.0 +1864027286 true n1OMwaWctgOmf5K NULL 4269.0 -2.7458208E7 -1864027286 1 1864027286 0.0 4269.0 -4269.0 4269.0 2.7458208E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4269.0 4269.0 2.7462477E7 0.0 +1864027286 true 01I27lE0Ec60Vhk6H72 NULL 4272.0 -2.7477504E7 -1864027286 1 1864027286 0.0 4272.0 -4272.0 4272.0 2.7477504E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4272.0 4272.0 2.7481776E7 0.0 +-1887561756 false f3oGa8ByjMs5eo7462S84Aa NULL 4278.0 -2.7516096E7 1887561756 1 -1887561756 0.0 4278.0 -4278.0 4278.0 2.7516096E7 -1.88756739415E9 -1887561756 -1.554726368159204E-4 4278.0 4278.0 2.7520374E7 0.0 +1864027286 true F5n0SfL8CT53dFr51vvW0S3 NULL 4432.0 -2.8506624E7 -1864027286 1 1864027286 0.0 4432.0 -4432.0 4432.0 2.8506624E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4432.0 4432.0 2.8511056E7 0.0 +1864027286 true wblxBWSlwWlX7E NULL 4502.0 -2.8956864E7 -1864027286 1 1864027286 0.0 4502.0 -4502.0 4502.0 2.8956864E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4502.0 4502.0 2.8961366E7 0.0 +1864027286 true 10lL0XD6WP2x64f70N0fHmC1 NULL 4516.0 -2.9046912E7 -1864027286 1 1864027286 0.0 4516.0 -4516.0 4516.0 2.9046912E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4516.0 4516.0 2.9051428E7 0.0 +1864027286 true gppEomS0ce2G6k6 NULL 4577.0 -2.9439264E7 -1864027286 1 1864027286 0.0 4577.0 -4577.0 4577.0 2.9439264E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4577.0 4577.0 2.9443841E7 0.0 +1864027286 true X6155iP NULL 4774.0 -3.0706368E7 -1864027286 1 1864027286 0.0 4774.0 -4774.0 4774.0 3.0706368E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4774.0 4774.0 3.0711142E7 0.0 +1864027286 true qo2Go5OQTco35F2 NULL 4819.0 -3.0995808E7 -1864027286 1 1864027286 0.0 4819.0 -4819.0 4819.0 3.0995808E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4819.0 4819.0 3.1000627E7 0.0 +1864027286 true 4srDycbXO8 NULL 4969.0 -3.1960608E7 -1864027286 1 1864027286 0.0 4969.0 -4969.0 4969.0 3.1960608E7 1.86402164785E9 1864027286 -1.554726368159204E-4 4969.0 4969.0 3.1965577E7 0.0 +-1645852809 true a NULL 4991.0 -3.2102112E7 1645852809 1 -1645852809 0.0 4991.0 -4991.0 4991.0 3.2102112E7 -1.64585844715E9 -1645852809 -1.554726368159204E-4 4991.0 4991.0 3.2107103E7 0.0 +1864027286 true E7T18u2ir5LfC5yywht NULL 5005.0 -3.219216E7 -1864027286 1 1864027286 0.0 5005.0 -5005.0 5005.0 3.219216E7 1.86402164785E9 1864027286 -1.554726368159204E-4 5005.0 5005.0 3.2197165E7 0.0 +1864027286 true 0AP3HERf5Ra NULL 5045.0 -3.244944E7 -1864027286 1 1864027286 0.0 5045.0 -5045.0 5045.0 3.244944E7 1.86402164785E9 1864027286 -1.554726368159204E-4 5045.0 5045.0 3.2454485E7 0.0 +1864027286 true PlOxor04p5cvVl NULL 5064.0 -3.2571648E7 -1864027286 1 1864027286 0.0 5064.0 -5064.0 5064.0 3.2571648E7 1.86402164785E9 1864027286 -1.554726368159204E-4 5064.0 5064.0 3.2576712E7 0.0 +1864027286 true whw6kHIbH NULL 5142.0 -3.3073344E7 -1864027286 1 1864027286 0.0 5142.0 -5142.0 5142.0 3.3073344E7 1.86402164785E9 1864027286 -1.554726368159204E-4 5142.0 5142.0 3.3078486E7 0.0 +1864027286 true 48Dj7hY48w7 NULL 5146.0 -3.3099072E7 -1864027286 1 1864027286 0.0 5146.0 -5146.0 5146.0 3.3099072E7 1.86402164785E9 1864027286 -1.554726368159204E-4 5146.0 5146.0 3.3104218E7 0.0 +1864027286 true 1Ef7Tg NULL 5192.0 -3.3394944E7 -1864027286 1 1864027286 0.0 5192.0 -5192.0 5192.0 3.3394944E7 1.86402164785E9 1864027286 -1.554726368159204E-4 5192.0 5192.0 3.3400136E7 0.0 +1864027286 true 5eY1KB3 NULL 5204.0 -3.3472128E7 -1864027286 1 1864027286 0.0 5204.0 -5204.0 5204.0 3.3472128E7 1.86402164785E9 1864027286 -1.554726368159204E-4 5204.0 5204.0 3.3477332E7 0.0 +1864027286 true K54bM1PBEyv85M7J6G NULL 5277.0 -3.3941664E7 -1864027286 1 1864027286 0.0 5277.0 -5277.0 5277.0 3.3941664E7 1.86402164785E9 1864027286 -1.554726368159204E-4 5277.0 5277.0 3.3946941E7 0.0 +1864027286 true PovkPN NULL 5312.0 -3.4166784E7 -1864027286 1 1864027286 0.0 5312.0 -5312.0 5312.0 3.4166784E7 1.86402164785E9 1864027286 -1.554726368159204E-4 5312.0 5312.0 3.4172096E7 0.0 +1864027286 true 3T12mSFCYnrAx7EokPLq8002 NULL 5404.0 -3.4758528E7 -1864027286 1 1864027286 0.0 5404.0 -5404.0 5404.0 3.4758528E7 1.86402164785E9 1864027286 -1.554726368159204E-4 5404.0 5404.0 3.4763932E7 0.0 +1864027286 true INxp2d10SKEd75iE4A7Yq2vc NULL 5492.0 -3.5324544E7 -1864027286 1 1864027286 0.0 5492.0 -5492.0 5492.0 3.5324544E7 1.86402164785E9 1864027286 -1.554726368159204E-4 5492.0 5492.0 3.5330036E7 0.0 +1864027286 true 7dqm3Oc6um NULL 5543.0 -3.5652576E7 -1864027286 1 1864027286 0.0 5543.0 -5543.0 5543.0 3.5652576E7 1.86402164785E9 1864027286 -1.554726368159204E-4 5543.0 5543.0 3.5658119E7 0.0 +1864027286 true 840ng7eC1Ap8bgNEgSAVnwas NULL 5625.0 -3.618E7 -1864027286 1 1864027286 0.0 5625.0 -5625.0 5625.0 3.618E7 1.86402164785E9 1864027286 -1.554726368159204E-4 5625.0 5625.0 3.6185625E7 0.0 +1864027286 true 10M3eGUsKVonbl70DyoCk25 NULL 5658.0 -3.6392256E7 -1864027286 1 1864027286 0.0 5658.0 -5658.0 5658.0 3.6392256E7 1.86402164785E9 1864027286 -1.554726368159204E-4 5658.0 5658.0 3.6397914E7 0.0 +1864027286 true ILCAW28PE NULL 5674.0 -3.6495168E7 -1864027286 1 1864027286 0.0 5674.0 -5674.0 5674.0 3.6495168E7 1.86402164785E9 1864027286 -1.554726368159204E-4 5674.0 5674.0 3.6500842E7 0.0 +-1645852809 true hnq6hkAfna NULL 5926.0 -3.8116032E7 1645852809 1 -1645852809 0.0 5926.0 -5926.0 5926.0 3.8116032E7 -1.64585844715E9 -1645852809 -1.554726368159204E-4 5926.0 5926.0 3.8121958E7 0.0 +1864027286 true kcA1Sw5 NULL 6182.0 -3.9762624E7 -1864027286 1 1864027286 0.0 6182.0 -6182.0 6182.0 3.9762624E7 1.86402164785E9 1864027286 -1.554726368159204E-4 6182.0 6182.0 3.9768806E7 0.0 +1864027286 true 7PE3Nv5LTl NULL 6206.0 -3.9916992E7 -1864027286 1 1864027286 0.0 6206.0 -6206.0 6206.0 3.9916992E7 1.86402164785E9 1864027286 -1.554726368159204E-4 6206.0 6206.0 3.9923198E7 0.0 +1864027286 true 4186Py40K286Oc NULL 6351.0 -4.0849632E7 -1864027286 1 1864027286 0.0 6351.0 -6351.0 6351.0 4.0849632E7 1.86402164785E9 1864027286 -1.554726368159204E-4 6351.0 6351.0 4.0855983E7 0.0 +1864027286 true WWo570W28lhx415 NULL 6392.0 -4.1113344E7 -1864027286 1 1864027286 0.0 6392.0 -6392.0 6392.0 4.1113344E7 1.86402164785E9 1864027286 -1.554726368159204E-4 6392.0 6392.0 4.1119736E7 0.0 +1864027286 true 6J2wyLGv NULL 6441.0 -4.1428512E7 -1864027286 1 1864027286 0.0 6441.0 -6441.0 6441.0 4.1428512E7 1.86402164785E9 1864027286 -1.554726368159204E-4 6441.0 6441.0 4.1434953E7 0.0 +1864027286 true Ru7fjpH4C0YOXs6E NULL 6474.0 -4.1640768E7 -1864027286 1 1864027286 0.0 6474.0 -6474.0 6474.0 4.1640768E7 1.86402164785E9 1864027286 -1.554726368159204E-4 6474.0 6474.0 4.1647242E7 0.0 +1864027286 true kPpivtTi0S43BIo NULL 6581.0 -4.2328992E7 -1864027286 1 1864027286 0.0 6581.0 -6581.0 6581.0 4.2328992E7 1.86402164785E9 1864027286 -1.554726368159204E-4 6581.0 6581.0 4.2335573E7 0.0 +1864027286 true 5EOwuCtm184 NULL 6597.0 -4.2431904E7 -1864027286 1 1864027286 0.0 6597.0 -6597.0 6597.0 4.2431904E7 1.86402164785E9 1864027286 -1.554726368159204E-4 6597.0 6597.0 4.2438501E7 0.0 +1864027286 true R04RF7qkQ8Gn1PPd33pU6 NULL 6637.0 -4.2689184E7 -1864027286 1 1864027286 0.0 6637.0 -6637.0 6637.0 4.2689184E7 1.86402164785E9 1864027286 -1.554726368159204E-4 6637.0 6637.0 4.2695821E7 0.0 +1864027286 true k8184H NULL 6645.0 -4.274064E7 -1864027286 1 1864027286 0.0 6645.0 -6645.0 6645.0 4.274064E7 1.86402164785E9 1864027286 -1.554726368159204E-4 6645.0 6645.0 4.2747285E7 0.0 +-1645852809 false DUSKf88a NULL 6764.0 -4.3506048E7 1645852809 1 -1645852809 0.0 6764.0 -6764.0 6764.0 4.3506048E7 -1.64585844715E9 -1645852809 -1.554726368159204E-4 6764.0 6764.0 4.3512812E7 0.0 +1864027286 true yF6U2FcHNa8 NULL 6775.0 -4.35768E7 -1864027286 1 1864027286 0.0 6775.0 -6775.0 6775.0 4.35768E7 1.86402164785E9 1864027286 -1.554726368159204E-4 6775.0 6775.0 4.3583575E7 0.0 +1864027286 true 3h01b8LfJ812JV4gwhfT8u NULL 6798.0 -4.3724736E7 -1864027286 1 1864027286 0.0 6798.0 -6798.0 6798.0 4.3724736E7 1.86402164785E9 1864027286 -1.554726368159204E-4 6798.0 6798.0 4.3731534E7 0.0 +1864027286 true r2dK8Ou1AUuN8 NULL 6831.0 -4.3936992E7 -1864027286 1 1864027286 0.0 6831.0 -6831.0 6831.0 4.3936992E7 1.86402164785E9 1864027286 -1.554726368159204E-4 6831.0 6831.0 4.3943823E7 0.0 +1864027286 true 7Spfb6Q8pJBNWi3T NULL 6897.0 -4.4361504E7 -1864027286 1 1864027286 0.0 6897.0 -6897.0 6897.0 4.4361504E7 1.86402164785E9 1864027286 -1.554726368159204E-4 6897.0 6897.0 4.4368401E7 0.0 +-1645852809 false OHG2wWD83Ba NULL 6914.0 -4.4470848E7 1645852809 1 -1645852809 0.0 6914.0 -6914.0 6914.0 4.4470848E7 -1.64585844715E9 -1645852809 -1.554726368159204E-4 6914.0 6914.0 4.4477762E7 0.0 +1864027286 true O6o7xl47446MR NULL 7031.0 -4.5223392E7 -1864027286 1 1864027286 0.0 7031.0 -7031.0 7031.0 4.5223392E7 1.86402164785E9 1864027286 -1.554726368159204E-4 7031.0 7031.0 4.5230423E7 0.0 +1864027286 true qngJ5VN31QNp3E6GBwnHW NULL 7120.0 -4.579584E7 -1864027286 1 1864027286 0.0 7120.0 -7120.0 7120.0 4.579584E7 1.86402164785E9 1864027286 -1.554726368159204E-4 7120.0 7120.0 4.580296E7 0.0 +1864027286 true 54yQ6 NULL 7148.0 -4.5975936E7 -1864027286 1 1864027286 0.0 7148.0 -7148.0 7148.0 4.5975936E7 1.86402164785E9 1864027286 -1.554726368159204E-4 7148.0 7148.0 4.5983084E7 0.0 +1864027286 true Bbow1DFvD65Sx6 NULL 7182.0 -4.6194624E7 -1864027286 1 1864027286 0.0 7182.0 -7182.0 7182.0 4.6194624E7 1.86402164785E9 1864027286 -1.554726368159204E-4 7182.0 7182.0 4.6201806E7 0.0 +1864027286 true D4tl3Bm NULL 7231.0 -4.6509792E7 -1864027286 1 1864027286 0.0 7231.0 -7231.0 7231.0 4.6509792E7 1.86402164785E9 1864027286 -1.554726368159204E-4 7231.0 7231.0 4.6517023E7 0.0 +1864027286 true v3A1iI77YBRwl3I16 NULL 7391.0 -4.7538912E7 -1864027286 1 1864027286 0.0 7391.0 -7391.0 7391.0 4.7538912E7 1.86402164785E9 1864027286 -1.554726368159204E-4 7391.0 7391.0 4.7546303E7 0.0 +1864027286 true yvNv1q NULL 7408.0 -4.7648256E7 -1864027286 1 1864027286 0.0 7408.0 -7408.0 7408.0 4.7648256E7 1.86402164785E9 1864027286 -1.554726368159204E-4 7408.0 7408.0 4.7655664E7 0.0 +1864027286 true t7Sx50XeM NULL 7557.0 -4.8606624E7 -1864027286 1 1864027286 0.0 7557.0 -7557.0 7557.0 4.8606624E7 1.86402164785E9 1864027286 -1.554726368159204E-4 7557.0 7557.0 4.8614181E7 0.0 +1864027286 true 5Xab46Lyo NULL 7598.0 -4.8870336E7 -1864027286 1 1864027286 0.0 7598.0 -7598.0 7598.0 4.8870336E7 1.86402164785E9 1864027286 -1.554726368159204E-4 7598.0 7598.0 4.8877934E7 0.0 +1864027286 true W772E0x NULL 7864.0 -5.0581248E7 -1864027286 1 1864027286 0.0 7864.0 -7864.0 7864.0 5.0581248E7 1.86402164785E9 1864027286 -1.554726368159204E-4 7864.0 7864.0 5.0589112E7 0.0 +1864027286 true P3484jw0Gpff2VgoSdALY NULL 7872.0 -5.0632704E7 -1864027286 1 1864027286 0.0 7872.0 -7872.0 7872.0 5.0632704E7 1.86402164785E9 1864027286 -1.554726368159204E-4 7872.0 7872.0 5.0640576E7 0.0 +1864027286 true 2Q1RY NULL 7887.0 -5.0729184E7 -1864027286 1 1864027286 0.0 7887.0 -7887.0 7887.0 5.0729184E7 1.86402164785E9 1864027286 -1.554726368159204E-4 7887.0 7887.0 5.0737071E7 0.0 +1864027286 true 8M42dX6x214GLI NULL 7956.0 -5.1172992E7 -1864027286 1 1864027286 0.0 7956.0 -7956.0 7956.0 5.1172992E7 1.86402164785E9 1864027286 -1.554726368159204E-4 7956.0 7956.0 5.1180948E7 0.0 +1864027286 true 4kyK2032wUS2iyU28i NULL 8061.0 -5.1848352E7 -1864027286 1 1864027286 0.0 8061.0 -8061.0 8061.0 5.1848352E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8061.0 8061.0 5.1856413E7 0.0 +1864027286 true RBvPK67 NULL 8146.0 -5.2395072E7 -1864027286 1 1864027286 0.0 8146.0 -8146.0 8146.0 5.2395072E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8146.0 8146.0 5.2403218E7 0.0 +1864027286 true a0mdHI0HtSL0o8 NULL 8163.0 -5.2504416E7 -1864027286 1 1864027286 0.0 8163.0 -8163.0 8163.0 5.2504416E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8163.0 8163.0 5.2512579E7 0.0 +1864027286 true lP7HUebhIc6T NULL 8196.0 -5.2716672E7 -1864027286 1 1864027286 0.0 8196.0 -8196.0 8196.0 5.2716672E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8196.0 8196.0 5.2724868E7 0.0 +1864027286 true OIj6IQ7c4U NULL 8233.0 -5.2954656E7 -1864027286 1 1864027286 0.0 8233.0 -8233.0 8233.0 5.2954656E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8233.0 8233.0 5.2962889E7 0.0 +1864027286 true 6Qb7hMltqN0MY0xRf8 NULL 8243.0 -5.3018976E7 -1864027286 1 1864027286 0.0 8243.0 -8243.0 8243.0 5.3018976E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8243.0 8243.0 5.3027219E7 0.0 +1864027286 true W2mhptJ NULL 8246.0 -5.3038272E7 -1864027286 1 1864027286 0.0 8246.0 -8246.0 8246.0 5.3038272E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8246.0 8246.0 5.3046518E7 0.0 +1864027286 true dPkN74F7 NULL 8373.0 -5.3855136E7 -1864027286 1 1864027286 0.0 8373.0 -8373.0 8373.0 5.3855136E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8373.0 8373.0 5.3863509E7 0.0 +1864027286 true n8VCp0 NULL 8488.0 -5.4594816E7 -1864027286 1 1864027286 0.0 8488.0 -8488.0 8488.0 5.4594816E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8488.0 8488.0 5.4603304E7 0.0 +1864027286 true wLIR3B37 NULL 8499.0 -5.4665568E7 -1864027286 1 1864027286 0.0 8499.0 -8499.0 8499.0 5.4665568E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8499.0 8499.0 5.4674067E7 0.0 +1864027286 true L5X4732Ib1Vj5ev NULL 8542.0 -5.4942144E7 -1864027286 1 1864027286 0.0 8542.0 -8542.0 8542.0 5.4942144E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8542.0 8542.0 5.4950686E7 0.0 +1864027286 true hA4lNb NULL 8634.0 -5.5533888E7 -1864027286 1 1864027286 0.0 8634.0 -8634.0 8634.0 5.5533888E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8634.0 8634.0 5.5542522E7 0.0 +1864027286 true H8P4VX62803V NULL 8752.0 -5.6292864E7 -1864027286 1 1864027286 0.0 8752.0 -8752.0 8752.0 5.6292864E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8752.0 8752.0 5.6301616E7 0.0 +-1887561756 false 5712We1FSa NULL 8801.0 -5.6608032E7 1887561756 1 -1887561756 0.0 8801.0 -8801.0 8801.0 5.6608032E7 -1.88756739415E9 -1887561756 -1.554726368159204E-4 8801.0 8801.0 5.6616833E7 0.0 +1864027286 true 8W3527304W1WeGNo0q12l NULL 8804.0 -5.6627328E7 -1864027286 1 1864027286 0.0 8804.0 -8804.0 8804.0 5.6627328E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8804.0 8804.0 5.6636132E7 0.0 +1864027286 true 6648LI57SdO7 NULL 8854.0 -5.6948928E7 -1864027286 1 1864027286 0.0 8854.0 -8854.0 8854.0 5.6948928E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8854.0 8854.0 5.6957782E7 0.0 +1864027286 true 488l506x NULL 8868.0 -5.7038976E7 -1864027286 1 1864027286 0.0 8868.0 -8868.0 8868.0 5.7038976E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8868.0 8868.0 5.7047844E7 0.0 +1864027286 true l20qY NULL 8919.0 -5.7367008E7 -1864027286 1 1864027286 0.0 8919.0 -8919.0 8919.0 5.7367008E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8919.0 8919.0 5.7375927E7 0.0 +1864027286 true 7t7tL288aFIHcovPB8 NULL 8982.0 -5.7772224E7 -1864027286 1 1864027286 0.0 8982.0 -8982.0 8982.0 5.7772224E7 1.86402164785E9 1864027286 -1.554726368159204E-4 8982.0 8982.0 5.7781206E7 0.0 +1864027286 true PC25sHxt4J NULL 9052.0 -5.8222464E7 -1864027286 1 1864027286 0.0 9052.0 -9052.0 9052.0 5.8222464E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9052.0 9052.0 5.8231516E7 0.0 +1864027286 true 1AV8SL56Iv0rm3vw NULL 9142.0 -5.8801344E7 -1864027286 1 1864027286 0.0 9142.0 -9142.0 9142.0 5.8801344E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9142.0 9142.0 5.8810486E7 0.0 +1864027286 true veIw1kh7 NULL 9239.0 -5.9425248E7 -1864027286 1 1864027286 0.0 9239.0 -9239.0 9239.0 5.9425248E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9239.0 9239.0 5.9434487E7 0.0 +1864027286 true lm60Wii25 NULL 9304.0 -5.9843328E7 -1864027286 1 1864027286 0.0 9304.0 -9304.0 9304.0 5.9843328E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9304.0 9304.0 5.9852632E7 0.0 +1864027286 true 24t42K005K7v84Nx820euxD NULL 9362.0 -6.0216384E7 -1864027286 1 1864027286 0.0 9362.0 -9362.0 9362.0 6.0216384E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9362.0 9362.0 6.0225746E7 0.0 +1864027286 true rHjs2clm4Q16E40M0I1 NULL 9371.0 -6.0274272E7 -1864027286 1 1864027286 0.0 9371.0 -9371.0 9371.0 6.0274272E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9371.0 9371.0 6.0283643E7 0.0 +1864027286 true qA1258Ou43wEVGt34 NULL 9459.0 -6.0840288E7 -1864027286 1 1864027286 0.0 9459.0 -9459.0 9459.0 6.0840288E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9459.0 9459.0 6.0849747E7 0.0 +1864027286 true b565l4rv1444T25Gv0 NULL 9517.0 -6.1213344E7 -1864027286 1 1864027286 0.0 9517.0 -9517.0 9517.0 6.1213344E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9517.0 9517.0 6.1222861E7 0.0 +1864027286 true sL1ht23v3HEF8RT2fJcrb NULL 9519.0 -6.1226208E7 -1864027286 1 1864027286 0.0 9519.0 -9519.0 9519.0 6.1226208E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9519.0 9519.0 6.1235727E7 0.0 +1864027286 true W4GLKnA2Nwk0HJ NULL 9528.0 -6.1284096E7 -1864027286 1 1864027286 0.0 9528.0 -9528.0 9528.0 6.1284096E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9528.0 9528.0 6.1293624E7 0.0 +1864027286 true y3XV0j2p80 NULL 9540.0 -6.136128E7 -1864027286 1 1864027286 0.0 9540.0 -9540.0 9540.0 6.136128E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9540.0 9540.0 6.137082E7 0.0 +1864027286 true RBtE7gkmLOh22A4 NULL 9614.0 -6.1837248E7 -1864027286 1 1864027286 0.0 9614.0 -9614.0 9614.0 6.1837248E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9614.0 9614.0 6.1846862E7 0.0 +1864027286 true 1uerCssknyIB4 NULL 9620.0 -6.187584E7 -1864027286 1 1864027286 0.0 9620.0 -9620.0 9620.0 6.187584E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9620.0 9620.0 6.188546E7 0.0 +1864027286 true 1aI03p NULL 9766.0 -6.2814912E7 -1864027286 1 1864027286 0.0 9766.0 -9766.0 9766.0 6.2814912E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9766.0 9766.0 6.2824678E7 0.0 +1864027286 true dIw0j NULL 9774.0 -6.2866368E7 -1864027286 1 1864027286 0.0 9774.0 -9774.0 9774.0 6.2866368E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9774.0 9774.0 6.2876142E7 0.0 +1864027286 true Bug1pfMQCEHkV6M1O4u NULL 9784.0 -6.2930688E7 -1864027286 1 1864027286 0.0 9784.0 -9784.0 9784.0 6.2930688E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9784.0 9784.0 6.2940472E7 0.0 +1864027286 true eHxtaCo643hV3BIi2Le35Eq NULL 9814.0 -6.3123648E7 -1864027286 1 1864027286 0.0 9814.0 -9814.0 9814.0 6.3123648E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9814.0 9814.0 6.3133462E7 0.0 +1864027286 true Cxv2002dg27NL7053ily2CE NULL 9882.0 -6.3561024E7 -1864027286 1 1864027286 0.0 9882.0 -9882.0 9882.0 6.3561024E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9882.0 9882.0 6.3570906E7 0.0 +1864027286 true R0hA3Hq2VsjnFh NULL 9931.0 -6.3876192E7 -1864027286 1 1864027286 0.0 9931.0 -9931.0 9931.0 6.3876192E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9931.0 9931.0 6.3886123E7 0.0 +1864027286 true e4rLBwDgWm1S4fl264fmpC NULL 9962.0 -6.4075584E7 -1864027286 1 1864027286 0.0 9962.0 -9962.0 9962.0 6.4075584E7 1.86402164785E9 1864027286 -1.554726368159204E-4 9962.0 9962.0 6.4085546E7 0.0 +1864027286 true bvoO6VwRmH6181mdOm87Do NULL 10144.0 -6.5246208E7 -1864027286 1 1864027286 0.0 10144.0 -10144.0 10144.0 6.5246208E7 1.86402164785E9 1864027286 -1.554726368159204E-4 10144.0 10144.0 6.5256352E7 0.0 +1864027286 true 1BQ22Cx70452I4mV1 NULL 10259.0 -6.5985888E7 -1864027286 1 1864027286 0.0 10259.0 -10259.0 10259.0 6.5985888E7 1.86402164785E9 1864027286 -1.554726368159204E-4 10259.0 10259.0 6.5996147E7 0.0 +1864027286 true 22s17wD60356NWi2m30gkHbm NULL 10267.0 -6.6037344E7 -1864027286 1 1864027286 0.0 10267.0 -10267.0 10267.0 6.6037344E7 1.86402164785E9 1864027286 -1.554726368159204E-4 10267.0 10267.0 6.6047611E7 0.0 +1864027286 true 2VC0DK60DgLH NULL 10435.0 -6.711792E7 -1864027286 1 1864027286 0.0 10435.0 -10435.0 10435.0 6.711792E7 1.86402164785E9 1864027286 -1.554726368159204E-4 10435.0 10435.0 6.7128355E7 0.0 +1864027286 true qNE6PL88c2r64x3FvK NULL 10538.0 -6.7780416E7 -1864027286 1 1864027286 0.0 10538.0 -10538.0 10538.0 6.7780416E7 1.86402164785E9 1864027286 -1.554726368159204E-4 10538.0 10538.0 6.7790954E7 0.0 +1864027286 true Y4JQvk NULL 10557.0 -6.7902624E7 -1864027286 1 1864027286 0.0 10557.0 -10557.0 10557.0 6.7902624E7 1.86402164785E9 1864027286 -1.554726368159204E-4 10557.0 10557.0 6.7913181E7 0.0 +1864027286 true D3rrf4BKs5TE NULL 10659.0 -6.8558688E7 -1864027286 1 1864027286 0.0 10659.0 -10659.0 10659.0 6.8558688E7 1.86402164785E9 1864027286 -1.554726368159204E-4 10659.0 10659.0 6.8569347E7 0.0 +1864027286 true a0YMQr03O NULL 10671.0 -6.8635872E7 -1864027286 1 1864027286 0.0 10671.0 -10671.0 10671.0 6.8635872E7 1.86402164785E9 1864027286 -1.554726368159204E-4 10671.0 10671.0 6.8646543E7 0.0 +1864027286 true AS86Ghu6q7 NULL 10681.0 -6.8700192E7 -1864027286 1 1864027286 0.0 10681.0 -10681.0 10681.0 6.8700192E7 1.86402164785E9 1864027286 -1.554726368159204E-4 10681.0 10681.0 6.8710873E7 0.0 +1864027286 true KBV5WE6y76le NULL 10683.0 -6.8713056E7 -1864027286 1 1864027286 0.0 10683.0 -10683.0 10683.0 6.8713056E7 1.86402164785E9 1864027286 -1.554726368159204E-4 10683.0 10683.0 6.8723739E7 0.0 +1864027286 true P61xNCa0H NULL 10775.0 -6.93048E7 -1864027286 1 1864027286 0.0 10775.0 -10775.0 10775.0 6.93048E7 1.86402164785E9 1864027286 -1.554726368159204E-4 10775.0 10775.0 6.9315575E7 0.0 +1864027286 true ODLrXI8882q8LS8 NULL 10782.0 -6.9349824E7 -1864027286 1 1864027286 0.0 10782.0 -10782.0 10782.0 6.9349824E7 1.86402164785E9 1864027286 -1.554726368159204E-4 10782.0 10782.0 6.9360606E7 0.0 +1864027286 true 3d631tcs1g NULL 10796.0 -6.9439872E7 -1864027286 1 1864027286 0.0 10796.0 -10796.0 10796.0 6.9439872E7 1.86402164785E9 1864027286 -1.554726368159204E-4 10796.0 10796.0 6.9450668E7 0.0 +1864027286 true 5Y503avvhX3gUECL3 NULL 10854.0 -6.9812928E7 -1864027286 1 1864027286 0.0 10854.0 -10854.0 10854.0 6.9812928E7 1.86402164785E9 1864027286 -1.554726368159204E-4 10854.0 10854.0 6.9823782E7 0.0 +1864027286 true b NULL 10938.0 -7.0353216E7 -1864027286 1 1864027286 0.0 10938.0 -10938.0 10938.0 7.0353216E7 1.86402164785E9 1864027286 -1.554726368159204E-4 10938.0 10938.0 7.0364154E7 0.0 +1864027286 true 8fjJStK8D7bsF7P3d65118S NULL 11040.0 -7.100928E7 -1864027286 1 1864027286 0.0 11040.0 -11040.0 11040.0 7.100928E7 1.86402164785E9 1864027286 -1.554726368159204E-4 11040.0 11040.0 7.102032E7 0.0 +1864027286 true A2REERChgbC5c4 NULL 11056.0 -7.1112192E7 -1864027286 1 1864027286 0.0 11056.0 -11056.0 11056.0 7.1112192E7 1.86402164785E9 1864027286 -1.554726368159204E-4 11056.0 11056.0 7.1123248E7 0.0 +1864027286 true weQ0d24K116Y0 NULL 11147.0 -7.1697504E7 -1864027286 1 1864027286 0.0 11147.0 -11147.0 11147.0 7.1697504E7 1.86402164785E9 1864027286 -1.554726368159204E-4 11147.0 11147.0 7.1708651E7 0.0 +1864027286 true 6bO0XXrj NULL 11248.0 -7.2347136E7 -1864027286 1 1864027286 0.0 11248.0 -11248.0 11248.0 7.2347136E7 1.86402164785E9 1864027286 -1.554726368159204E-4 11248.0 11248.0 7.2358384E7 0.0 +1864027286 true IFW3AU8X61t86CljEALEgrr NULL 11329.0 -7.2868128E7 -1864027286 1 1864027286 0.0 11329.0 -11329.0 11329.0 7.2868128E7 1.86402164785E9 1864027286 -1.554726368159204E-4 11329.0 11329.0 7.2879457E7 0.0 +1864027286 true r121C NULL 11387.0 -7.3241184E7 -1864027286 1 1864027286 0.0 11387.0 -11387.0 11387.0 7.3241184E7 1.86402164785E9 1864027286 -1.554726368159204E-4 11387.0 11387.0 7.3252571E7 0.0 +1864027286 true l3j1vwt6TY65u7m NULL 11499.0 -7.3961568E7 -1864027286 1 1864027286 0.0 11499.0 -11499.0 11499.0 7.3961568E7 1.86402164785E9 1864027286 -1.554726368159204E-4 11499.0 11499.0 7.3973067E7 0.0 +1864027286 true 3AsYyeNCcv0R7fmt3K1uL NULL 11529.0 -7.4154528E7 -1864027286 1 1864027286 0.0 11529.0 -11529.0 11529.0 7.4154528E7 1.86402164785E9 1864027286 -1.554726368159204E-4 11529.0 11529.0 7.4166057E7 0.0 +-1645852809 false lJ63qx87BLmdMfa NULL 11619.0 -7.4733408E7 1645852809 1 -1645852809 0.0 11619.0 -11619.0 11619.0 7.4733408E7 -1.64585844715E9 -1645852809 -1.554726368159204E-4 11619.0 11619.0 7.4745027E7 0.0 +1864027286 true f1b7368iTH NULL 11837.0 -7.6135584E7 -1864027286 1 1864027286 0.0 11837.0 -11837.0 11837.0 7.6135584E7 1.86402164785E9 1864027286 -1.554726368159204E-4 11837.0 11837.0 7.6147421E7 0.0 +1864027286 true gLGK7D0V NULL 11865.0 -7.631568E7 -1864027286 1 1864027286 0.0 11865.0 -11865.0 11865.0 7.631568E7 1.86402164785E9 1864027286 -1.554726368159204E-4 11865.0 11865.0 7.6327545E7 0.0 +1864027286 true HcPXG7EhIs11eU4iYK5G NULL 11908.0 -7.6592256E7 -1864027286 1 1864027286 0.0 11908.0 -11908.0 11908.0 7.6592256E7 1.86402164785E9 1864027286 -1.554726368159204E-4 11908.0 11908.0 7.6604164E7 0.0 +1864027286 true 2qh6a3is304PThbc NULL 11926.0 -7.6708032E7 -1864027286 1 1864027286 0.0 11926.0 -11926.0 11926.0 7.6708032E7 1.86402164785E9 1864027286 -1.554726368159204E-4 11926.0 11926.0 7.6719958E7 0.0 +1864027286 true 8Xmc82JogMCeiE5 NULL 11982.0 -7.7068224E7 -1864027286 1 1864027286 0.0 11982.0 -11982.0 11982.0 7.7068224E7 1.86402164785E9 1864027286 -1.554726368159204E-4 11982.0 11982.0 7.7080206E7 0.0 +1864027286 true a NULL 12004.0 -7.7209728E7 -1864027286 1 1864027286 0.0 12004.0 -12004.0 12004.0 7.7209728E7 1.86402164785E9 1864027286 -1.554726368159204E-4 12004.0 12004.0 7.7221732E7 0.0 +1864027286 true aH38aH4ob NULL 12197.0 -7.8451104E7 -1864027286 1 1864027286 0.0 12197.0 -12197.0 12197.0 7.8451104E7 1.86402164785E9 1864027286 -1.554726368159204E-4 12197.0 12197.0 7.8463301E7 0.0 +1864027286 true g0C6gENIKCKayurchl7pjs2 NULL 12201.0 -7.8476832E7 -1864027286 1 1864027286 0.0 12201.0 -12201.0 12201.0 7.8476832E7 1.86402164785E9 1864027286 -1.554726368159204E-4 12201.0 12201.0 7.8489033E7 0.0 +1864027286 true nF24j2Tgx NULL 12262.0 -7.8869184E7 -1864027286 1 1864027286 0.0 12262.0 -12262.0 12262.0 7.8869184E7 1.86402164785E9 1864027286 -1.554726368159204E-4 12262.0 12262.0 7.8881446E7 0.0 +1864027286 true QJxfy45 NULL 12427.0 -7.9930464E7 -1864027286 1 1864027286 0.0 12427.0 -12427.0 12427.0 7.9930464E7 1.86402164785E9 1864027286 -1.554726368159204E-4 12427.0 12427.0 7.9942891E7 0.0 +1864027286 true OKlMC73w40s4852R75 NULL 12464.0 -8.0168448E7 -1864027286 1 1864027286 0.0 12464.0 -12464.0 12464.0 8.0168448E7 1.86402164785E9 1864027286 -1.554726368159204E-4 12464.0 12464.0 8.0180912E7 0.0 +1864027286 true X75olERkL08uR NULL 12481.0 -8.0277792E7 -1864027286 1 1864027286 0.0 12481.0 -12481.0 12481.0 8.0277792E7 1.86402164785E9 1864027286 -1.554726368159204E-4 12481.0 12481.0 8.0290273E7 0.0 +-1645852809 false S7UM6KgdxTofi6rwXBFa2a NULL 12520.0 -8.052864E7 1645852809 1 -1645852809 0.0 12520.0 -12520.0 12520.0 8.052864E7 -1.64585844715E9 -1645852809 -1.554726368159204E-4 12520.0 12520.0 8.054116E7 0.0 +1864027286 true UR83Iqx405t0jOOhF NULL 12605.0 -8.107536E7 -1864027286 1 1864027286 0.0 12605.0 -12605.0 12605.0 8.107536E7 1.86402164785E9 1864027286 -1.554726368159204E-4 12605.0 12605.0 8.1087965E7 0.0 +1864027286 true BS8FR NULL 12619.0 -8.1165408E7 -1864027286 1 1864027286 0.0 12619.0 -12619.0 12619.0 8.1165408E7 1.86402164785E9 1864027286 -1.554726368159204E-4 12619.0 12619.0 8.1178027E7 0.0 +1864027286 true ii6d0V0 NULL 12732.0 -8.1892224E7 -1864027286 1 1864027286 0.0 12732.0 -12732.0 12732.0 8.1892224E7 1.86402164785E9 1864027286 -1.554726368159204E-4 12732.0 12732.0 8.1904956E7 0.0 +1864027286 true QAgnk2L5bnLH580a143KUc NULL 12738.0 -8.1930816E7 -1864027286 1 1864027286 0.0 12738.0 -12738.0 12738.0 8.1930816E7 1.86402164785E9 1864027286 -1.554726368159204E-4 12738.0 12738.0 8.1943554E7 0.0 +1864027286 true G3gsRF NULL 12814.0 -8.2419648E7 -1864027286 1 1864027286 0.0 12814.0 -12814.0 12814.0 8.2419648E7 1.86402164785E9 1864027286 -1.554726368159204E-4 12814.0 12814.0 8.2432462E7 0.0 +1864027286 true 8Qr143GYBM NULL 12819.0 -8.2451808E7 -1864027286 1 1864027286 0.0 12819.0 -12819.0 12819.0 8.2451808E7 1.86402164785E9 1864027286 -1.554726368159204E-4 12819.0 12819.0 8.2464627E7 0.0 +1864027286 true 60041SoajDs4F2C NULL 12826.0 -8.2496832E7 -1864027286 1 1864027286 0.0 12826.0 -12826.0 12826.0 8.2496832E7 1.86402164785E9 1864027286 -1.554726368159204E-4 12826.0 12826.0 8.2509658E7 0.0 +1864027286 true P8NPOlehc210j8c781 NULL 12949.0 -8.3287968E7 -1864027286 1 1864027286 0.0 12949.0 -12949.0 12949.0 8.3287968E7 1.86402164785E9 1864027286 -1.554726368159204E-4 12949.0 12949.0 8.3300917E7 0.0 +1864027286 true 8IcQ0DU NULL 13107.0 -8.4304224E7 -1864027286 1 1864027286 0.0 13107.0 -13107.0 13107.0 8.4304224E7 1.86402164785E9 1864027286 -1.554726368159204E-4 13107.0 13107.0 8.4317331E7 0.0 +-1645852809 true 4gBPJa NULL 13167.0 -8.4690144E7 1645852809 1 -1645852809 0.0 13167.0 -13167.0 13167.0 8.4690144E7 -1.64585844715E9 -1645852809 -1.554726368159204E-4 13167.0 13167.0 8.4703311E7 0.0 +1864027286 true 7258G5fYVY NULL 13206.0 -8.4940992E7 -1864027286 1 1864027286 0.0 13206.0 -13206.0 13206.0 8.4940992E7 1.86402164785E9 1864027286 -1.554726368159204E-4 13206.0 13206.0 8.4954198E7 0.0 +1864027286 true maEsIRYIaPg NULL 13454.0 -8.6536128E7 -1864027286 1 1864027286 0.0 13454.0 -13454.0 13454.0 8.6536128E7 1.86402164785E9 1864027286 -1.554726368159204E-4 13454.0 13454.0 8.6549582E7 0.0 +1864027286 true 8b1rapGl7vy44odt4jFI NULL 13561.0 -8.7224352E7 -1864027286 1 1864027286 0.0 13561.0 -13561.0 13561.0 8.7224352E7 1.86402164785E9 1864027286 -1.554726368159204E-4 13561.0 13561.0 8.7237913E7 0.0 +1864027286 true Oqh7OlT63e0RO74or NULL 13600.0 -8.74752E7 -1864027286 1 1864027286 0.0 13600.0 -13600.0 13600.0 8.74752E7 1.86402164785E9 1864027286 -1.554726368159204E-4 13600.0 13600.0 8.74888E7 0.0 +1864027286 true vgKx505VdPsHO NULL 13661.0 -8.7867552E7 -1864027286 1 1864027286 0.0 13661.0 -13661.0 13661.0 8.7867552E7 1.86402164785E9 1864027286 -1.554726368159204E-4 13661.0 13661.0 8.7881213E7 0.0 +1864027286 true far4S170PC NULL 13691.0 -8.8060512E7 -1864027286 1 1864027286 0.0 13691.0 -13691.0 13691.0 8.8060512E7 1.86402164785E9 1864027286 -1.554726368159204E-4 13691.0 13691.0 8.8074203E7 0.0 +1864027286 true TBbxkMGlYD17B7d76b7x3 NULL 13786.0 -8.8671552E7 -1864027286 1 1864027286 0.0 13786.0 -13786.0 13786.0 8.8671552E7 1.86402164785E9 1864027286 -1.554726368159204E-4 13786.0 13786.0 8.8685338E7 0.0 +1864027286 true b NULL 13839.0 -8.9012448E7 -1864027286 1 1864027286 0.0 13839.0 -13839.0 13839.0 8.9012448E7 1.86402164785E9 1864027286 -1.554726368159204E-4 13839.0 13839.0 8.9026287E7 0.0 +1864027286 true 4CLH5Pd31NWO NULL 13840.0 -8.901888E7 -1864027286 1 1864027286 0.0 13840.0 -13840.0 13840.0 8.901888E7 1.86402164785E9 1864027286 -1.554726368159204E-4 13840.0 13840.0 8.903272E7 0.0 +1864027286 true Jh7KP0 NULL 13878.0 -8.9263296E7 -1864027286 1 1864027286 0.0 13878.0 -13878.0 13878.0 8.9263296E7 1.86402164785E9 1864027286 -1.554726368159204E-4 13878.0 13878.0 8.9277174E7 0.0 +1864027286 true 55laBDd2J6deffIvr0EknAc NULL 14095.0 -9.065904E7 -1864027286 1 1864027286 0.0 14095.0 -14095.0 14095.0 9.065904E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14095.0 14095.0 9.0673135E7 0.0 +1864027286 true AFv66x72c72hjHPYqV0y4Qi NULL 14099.0 -9.0684768E7 -1864027286 1 1864027286 0.0 14099.0 -14099.0 14099.0 9.0684768E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14099.0 14099.0 9.0698867E7 0.0 +1864027286 true a250165354I3O4fw42l7DG NULL 14108.0 -9.0742656E7 -1864027286 1 1864027286 0.0 14108.0 -14108.0 14108.0 9.0742656E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14108.0 14108.0 9.0756764E7 0.0 +1864027286 true 7v3bUgTi6IBDVdvyb6sU NULL 14124.0 -9.0845568E7 -1864027286 1 1864027286 0.0 14124.0 -14124.0 14124.0 9.0845568E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14124.0 14124.0 9.0859692E7 0.0 +1864027286 true ToOQ4YhGHo NULL 14146.0 -9.0987072E7 -1864027286 1 1864027286 0.0 14146.0 -14146.0 14146.0 9.0987072E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14146.0 14146.0 9.1001218E7 0.0 +1864027286 true 3E1qqlB24B NULL 14152.0 -9.1025664E7 -1864027286 1 1864027286 0.0 14152.0 -14152.0 14152.0 9.1025664E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14152.0 14152.0 9.1039816E7 0.0 +1864027286 true jcS1NU2R06MX2 NULL 14177.0 -9.1186464E7 -1864027286 1 1864027286 0.0 14177.0 -14177.0 14177.0 9.1186464E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14177.0 14177.0 9.1200641E7 0.0 +1864027286 true w6OUE6V3UjfE2 NULL 14276.0 -9.1823232E7 -1864027286 1 1864027286 0.0 14276.0 -14276.0 14276.0 9.1823232E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14276.0 14276.0 9.1837508E7 0.0 +1864027286 true muoxr40V7kVomUrDAQ NULL 14412.0 -9.2697984E7 -1864027286 1 1864027286 0.0 14412.0 -14412.0 14412.0 9.2697984E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14412.0 14412.0 9.2712396E7 0.0 +-1887561756 true hQAra NULL 14460.0 -9.300672E7 1887561756 1 -1887561756 0.0 14460.0 -14460.0 14460.0 9.300672E7 -1.88756739415E9 -1887561756 -1.554726368159204E-4 14460.0 14460.0 9.302118E7 0.0 +1864027286 true 3B3ubgg3B6a NULL 14468.0 -9.3058176E7 -1864027286 1 1864027286 0.0 14468.0 -14468.0 14468.0 9.3058176E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14468.0 14468.0 9.3072644E7 0.0 +1864027286 true 0kywHd7EpIq611b5F8dkKd NULL 14509.0 -9.3321888E7 -1864027286 1 1864027286 0.0 14509.0 -14509.0 14509.0 9.3321888E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14509.0 14509.0 9.3336397E7 0.0 +1864027286 true t78m7 NULL 14512.0 -9.3341184E7 -1864027286 1 1864027286 0.0 14512.0 -14512.0 14512.0 9.3341184E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14512.0 14512.0 9.3355696E7 0.0 +1864027286 true 100xJdkyc NULL 14519.0 -9.3386208E7 -1864027286 1 1864027286 0.0 14519.0 -14519.0 14519.0 9.3386208E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14519.0 14519.0 9.3400727E7 0.0 +1864027286 true F4e1XPV2Hwg7a3d3x530818 NULL 14688.0 -9.4473216E7 -1864027286 1 1864027286 0.0 14688.0 -14688.0 14688.0 9.4473216E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14688.0 14688.0 9.4487904E7 0.0 +1864027286 true 0oNy2Lac8mgIoM408U8bisc NULL 14705.0 -9.458256E7 -1864027286 1 1864027286 0.0 14705.0 -14705.0 14705.0 9.458256E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14705.0 14705.0 9.4597265E7 0.0 +1864027286 true k7RL0DH3Dj4218Jd NULL 14863.0 -9.5598816E7 -1864027286 1 1864027286 0.0 14863.0 -14863.0 14863.0 9.5598816E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14863.0 14863.0 9.5613679E7 0.0 +1864027286 true k1VX0eFh56x3ErERaS2y55B NULL 14909.0 -9.5894688E7 -1864027286 1 1864027286 0.0 14909.0 -14909.0 14909.0 9.5894688E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14909.0 14909.0 9.5909597E7 0.0 +1864027286 true R1VmJ10Ie NULL 14947.0 -9.6139104E7 -1864027286 1 1864027286 0.0 14947.0 -14947.0 14947.0 9.6139104E7 1.86402164785E9 1864027286 -1.554726368159204E-4 14947.0 14947.0 9.6154051E7 0.0 +1864027286 true 223qftA0b NULL 15017.0 -9.6589344E7 -1864027286 1 1864027286 0.0 15017.0 -15017.0 15017.0 9.6589344E7 1.86402164785E9 1864027286 -1.554726368159204E-4 15017.0 15017.0 9.6604361E7 0.0 +1864027286 true 8tL4e4XE8jF2YLJ8l NULL 15061.0 -9.6872352E7 -1864027286 1 1864027286 0.0 15061.0 -15061.0 15061.0 9.6872352E7 1.86402164785E9 1864027286 -1.554726368159204E-4 15061.0 15061.0 9.6887413E7 0.0 +1864027286 true Se4jyihvl80uOdFD NULL 15076.0 -9.6968832E7 -1864027286 1 1864027286 0.0 15076.0 -15076.0 15076.0 9.6968832E7 1.86402164785E9 1864027286 -1.554726368159204E-4 15076.0 15076.0 9.6983908E7 0.0 +1864027286 true mA80hnUou50JMq0h65sf NULL 15088.0 -9.7046016E7 -1864027286 1 1864027286 0.0 15088.0 -15088.0 15088.0 9.7046016E7 1.86402164785E9 1864027286 -1.554726368159204E-4 15088.0 15088.0 9.7061104E7 0.0 +1864027286 true QEF7UG67MDaTK504bNrF NULL 15217.0 -9.7875744E7 -1864027286 1 1864027286 0.0 15217.0 -15217.0 15217.0 9.7875744E7 1.86402164785E9 1864027286 -1.554726368159204E-4 15217.0 15217.0 9.7890961E7 0.0 +1864027286 true xqa4i5EAo4CbOQjD NULL 15218.0 -9.7882176E7 -1864027286 1 1864027286 0.0 15218.0 -15218.0 15218.0 9.7882176E7 1.86402164785E9 1864027286 -1.554726368159204E-4 15218.0 15218.0 9.7897394E7 0.0 +1864027286 true K26B60qNA761SuYdXKhu NULL 15278.0 -9.8268096E7 -1864027286 1 1864027286 0.0 15278.0 -15278.0 15278.0 9.8268096E7 1.86402164785E9 1864027286 -1.554726368159204E-4 15278.0 15278.0 9.8283374E7 0.0 +1864027286 true dqSh2nXp NULL 15296.0 -9.8383872E7 -1864027286 1 1864027286 0.0 15296.0 -15296.0 15296.0 9.8383872E7 1.86402164785E9 1864027286 -1.554726368159204E-4 15296.0 15296.0 9.8399168E7 0.0 +1864027286 true l4iq01SNoFl7kABN NULL 15311.0 -9.8480352E7 -1864027286 1 1864027286 0.0 15311.0 -15311.0 15311.0 9.8480352E7 1.86402164785E9 1864027286 -1.554726368159204E-4 15311.0 15311.0 9.8495663E7 0.0 +1864027286 true E82GlbIr2v62H5d248gn662 NULL 15492.0 -9.9644544E7 -1864027286 1 1864027286 0.0 15492.0 -15492.0 15492.0 9.9644544E7 1.86402164785E9 1864027286 -1.554726368159204E-4 15492.0 15492.0 9.9660036E7 0.0 +1864027286 true 7smvc50Lf0Vc75l0Aw1 NULL 15538.0 -9.9940416E7 -1864027286 1 1864027286 0.0 15538.0 -15538.0 15538.0 9.9940416E7 1.86402164785E9 1864027286 -1.554726368159204E-4 15538.0 15538.0 9.9955954E7 0.0 +1864027286 true 21I7qFxw2vnAO7N1R1yUMhr0 NULL 15604.0 -1.00364928E8 -1864027286 1 1864027286 0.0 15604.0 -15604.0 15604.0 1.00364928E8 1.86402164785E9 1864027286 -1.554726368159204E-4 15604.0 15604.0 1.00380532E8 0.0 +1864027286 true t66fkUkSNP78t2856Lcn NULL 15678.0 -1.00840896E8 -1864027286 1 1864027286 0.0 15678.0 -15678.0 15678.0 1.00840896E8 1.86402164785E9 1864027286 -1.554726368159204E-4 15678.0 15678.0 1.00856574E8 0.0 +1864027286 true 3t3EB NULL 15847.0 -1.01927904E8 -1864027286 1 1864027286 0.0 15847.0 -15847.0 15847.0 1.01927904E8 1.86402164785E9 1864027286 -1.554726368159204E-4 15847.0 15847.0 1.01943751E8 0.0 +1864027286 true 8r2TI3Svqra1Jc253gAYR3 NULL 15879.0 -1.02133728E8 -1864027286 1 1864027286 0.0 15879.0 -15879.0 15879.0 1.02133728E8 1.86402164785E9 1864027286 -1.554726368159204E-4 15879.0 15879.0 1.02149607E8 0.0 +1864027286 true U4MrN4CKBl84 NULL 15895.0 -1.0223664E8 -1864027286 1 1864027286 0.0 15895.0 -15895.0 15895.0 1.0223664E8 1.86402164785E9 1864027286 -1.554726368159204E-4 15895.0 15895.0 1.02252535E8 0.0 +1864027286 true I3F7N7s7M NULL 16011.0 -1.02982752E8 -1864027286 1 1864027286 0.0 16011.0 -16011.0 16011.0 1.02982752E8 1.86402164785E9 1864027286 -1.554726368159204E-4 16011.0 16011.0 1.02998763E8 0.0 diff --git ql/src/test/results/clientpositive/tez/vectorization_13.q.out ql/src/test/results/clientpositive/tez/vectorization_13.q.out new file mode 100644 index 0000000..ce00225 --- /dev/null +++ ql/src/test/results/clientpositive/tez/vectorization_13.q.out @@ -0,0 +1,3276 @@ +PREHOOK: query: SELECT cboolean1, + ctinyint, + ctimestamp1, + cfloat, + cstring1, + (-(ctinyint)), + MAX(ctinyint), + ((-(ctinyint)) + MAX(ctinyint)), + SUM(cfloat), + (SUM(cfloat) * ((-(ctinyint)) + MAX(ctinyint))), + (-(SUM(cfloat))), + (79.553 * cfloat), + STDDEV_POP(cfloat), + (-(SUM(cfloat))), + STDDEV_POP(ctinyint), + (((-(ctinyint)) + MAX(ctinyint)) - 10.175), + (-((-(SUM(cfloat))))), + (-26.28 / (-((-(SUM(cfloat)))))), + MAX(cfloat), + ((SUM(cfloat) * ((-(ctinyint)) + MAX(ctinyint))) / ctinyint), + MIN(ctinyint) +FROM alltypesorc +WHERE (((cfloat < 3569) + AND ((10.175 >= cdouble) + AND (cboolean1 != 1))) + OR ((ctimestamp1 > -29071) + AND ((ctimestamp2 != -29071) + AND (ctinyint < 9763215.5639)))) +GROUP BY cboolean1, ctinyint, ctimestamp1, cfloat, cstring1 +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT cboolean1, + ctinyint, + ctimestamp1, + cfloat, + cstring1, + (-(ctinyint)), + MAX(ctinyint), + ((-(ctinyint)) + MAX(ctinyint)), + SUM(cfloat), + (SUM(cfloat) * ((-(ctinyint)) + MAX(ctinyint))), + (-(SUM(cfloat))), + (79.553 * cfloat), + STDDEV_POP(cfloat), + (-(SUM(cfloat))), + STDDEV_POP(ctinyint), + (((-(ctinyint)) + MAX(ctinyint)) - 10.175), + (-((-(SUM(cfloat))))), + (-26.28 / (-((-(SUM(cfloat)))))), + MAX(cfloat), + ((SUM(cfloat) * ((-(ctinyint)) + MAX(ctinyint))) / ctinyint), + MIN(ctinyint) +FROM alltypesorc +WHERE (((cfloat < 3569) + AND ((10.175 >= cdouble) + AND (cboolean1 != 1))) + OR ((ctimestamp1 > -29071) + AND ((ctimestamp2 != -29071) + AND (ctinyint < 9763215.5639)))) +GROUP BY cboolean1, ctinyint, ctimestamp1, cfloat, cstring1 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +NULL -64 1969-12-31 16:00:00.199 -64.0 NULL 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +NULL -64 1969-12-31 16:00:00.29 -64.0 NULL 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +NULL -64 1969-12-31 16:00:01.785 -64.0 NULL 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +NULL -64 1969-12-31 16:00:03.944 -64.0 NULL 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +NULL -64 1969-12-31 16:00:05.997 -64.0 NULL 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +NULL -64 1969-12-31 16:00:10.858 -64.0 NULL 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +NULL -64 1969-12-31 16:00:11.912 -64.0 NULL 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +NULL -64 1969-12-31 16:00:12.339 -64.0 NULL 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +NULL -64 1969-12-31 16:00:13.274 -64.0 NULL 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +NULL -63 1969-12-31 16:00:01.843 -63.0 NULL 63 -63 0 -63.0 -0.0 63.0 -5011.839 0.0 63.0 0.0 -10.175 -63.0 0.41714285714285715 -63.0 0.0 -63 +NULL -63 1969-12-31 16:00:03.552 -63.0 NULL 63 -63 0 -63.0 -0.0 63.0 -5011.839 0.0 63.0 0.0 -10.175 -63.0 0.41714285714285715 -63.0 0.0 -63 +NULL -63 1969-12-31 16:00:06.852 -63.0 NULL 63 -63 0 -63.0 -0.0 63.0 -5011.839 0.0 63.0 0.0 -10.175 -63.0 0.41714285714285715 -63.0 0.0 -63 +NULL -63 1969-12-31 16:00:07.375 -63.0 NULL 63 -63 0 -63.0 -0.0 63.0 -5011.839 0.0 63.0 0.0 -10.175 -63.0 0.41714285714285715 -63.0 0.0 -63 +NULL -63 1969-12-31 16:00:10.205 -63.0 NULL 63 -63 0 -63.0 -0.0 63.0 -5011.839 0.0 63.0 0.0 -10.175 -63.0 0.41714285714285715 -63.0 0.0 -63 +NULL -63 1969-12-31 16:00:11.946 -63.0 NULL 63 -63 0 -63.0 -0.0 63.0 -5011.839 0.0 63.0 0.0 -10.175 -63.0 0.41714285714285715 -63.0 0.0 -63 +NULL -63 1969-12-31 16:00:12.188 -63.0 NULL 63 -63 0 -63.0 -0.0 63.0 -5011.839 0.0 63.0 0.0 -10.175 -63.0 0.41714285714285715 -63.0 0.0 -63 +NULL -63 1969-12-31 16:00:15.436 -63.0 NULL 63 -63 0 -63.0 -0.0 63.0 -5011.839 0.0 63.0 0.0 -10.175 -63.0 0.41714285714285715 -63.0 0.0 -63 +NULL -62 1969-12-31 16:00:00.037 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -62 1969-12-31 16:00:01.22 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -62 1969-12-31 16:00:01.515 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -62 1969-12-31 16:00:01.734 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -62 1969-12-31 16:00:02.373 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -62 1969-12-31 16:00:03.85 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -62 1969-12-31 16:00:08.198 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -62 1969-12-31 16:00:09.025 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -62 1969-12-31 16:00:09.889 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -62 1969-12-31 16:00:10.069 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -62 1969-12-31 16:00:10.225 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -62 1969-12-31 16:00:10.485 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -62 1969-12-31 16:00:12.388 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -62 1969-12-31 16:00:12.591 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -62 1969-12-31 16:00:14.154 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -62 1969-12-31 16:00:14.247 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -62 1969-12-31 16:00:14.517 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -62 1969-12-31 16:00:14.965 -62.0 NULL 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +NULL -61 1969-12-31 16:00:00.142 -61.0 NULL 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +NULL -61 1969-12-31 16:00:02.698 -61.0 NULL 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +NULL -61 1969-12-31 16:00:03.049 -61.0 NULL 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +NULL -61 1969-12-31 16:00:04.165 -61.0 NULL 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +NULL -61 1969-12-31 16:00:04.977 -61.0 NULL 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +NULL -61 1969-12-31 16:00:05.613 -61.0 NULL 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +NULL -61 1969-12-31 16:00:06.848 -61.0 NULL 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +NULL -61 1969-12-31 16:00:07.405 -61.0 NULL 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +NULL -61 1969-12-31 16:00:10.239 -61.0 NULL 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +NULL -61 1969-12-31 16:00:11.842 -61.0 NULL 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +NULL -61 1969-12-31 16:00:12.454 -61.0 NULL 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +NULL -61 1969-12-31 16:00:14.192 -61.0 NULL 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +NULL -61 1969-12-31 16:00:16.558 -61.0 NULL 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +NULL -60 1969-12-31 16:00:00.043 -60.0 NULL 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +NULL -60 1969-12-31 16:00:02.322 -60.0 NULL 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +NULL -60 1969-12-31 16:00:02.742 -60.0 NULL 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +NULL -60 1969-12-31 16:00:03.823 -60.0 NULL 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +NULL -60 1969-12-31 16:00:10.548 -60.0 NULL 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +NULL -60 1969-12-31 16:00:10.618 -60.0 NULL 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +NULL -60 1969-12-31 16:00:10.953 -60.0 NULL 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +NULL -60 1969-12-31 16:00:11.504 -60.0 NULL 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +NULL -60 1969-12-31 16:00:11.641 -60.0 NULL 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +NULL -60 1969-12-31 16:00:11.996 -60.0 NULL 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +NULL -60 1969-12-31 16:00:12.779 -60.0 NULL 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +NULL -59 1969-12-31 16:00:00.831 -59.0 NULL 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +NULL -59 1969-12-31 16:00:01.737 -59.0 NULL 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +NULL -59 1969-12-31 16:00:03.73 -59.0 NULL 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +NULL -59 1969-12-31 16:00:04.16 -59.0 NULL 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +NULL -59 1969-12-31 16:00:05.927 -59.0 NULL 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +NULL -59 1969-12-31 16:00:05.932 -59.0 NULL 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +NULL -59 1969-12-31 16:00:06.777 -59.0 NULL 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +NULL -59 1969-12-31 16:00:08.314 -59.0 NULL 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +NULL -59 1969-12-31 16:00:09.401 -59.0 NULL 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +NULL -59 1969-12-31 16:00:09.498 -59.0 NULL 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +NULL -59 1969-12-31 16:00:10.983 -59.0 NULL 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +NULL -59 1969-12-31 16:00:12.008 -59.0 NULL 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +NULL -59 1969-12-31 16:00:13.15 -59.0 NULL 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +NULL -59 1969-12-31 16:00:13.625 -59.0 NULL 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +NULL -59 1969-12-31 16:00:15.296 -59.0 NULL 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +NULL -59 1969-12-31 16:00:15.861 -59.0 NULL 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +NULL -58 1969-12-31 16:00:02.972 -58.0 NULL 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +NULL -58 1969-12-31 16:00:04.682 -58.0 NULL 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +NULL -58 1969-12-31 16:00:06.255 -58.0 NULL 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +NULL -58 1969-12-31 16:00:08.05 -58.0 NULL 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +NULL -58 1969-12-31 16:00:08.74 -58.0 NULL 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +NULL -58 1969-12-31 16:00:09.622 -58.0 NULL 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +NULL -58 1969-12-31 16:00:12.065 -58.0 NULL 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +NULL -58 1969-12-31 16:00:12.683 -58.0 NULL 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +NULL -58 1969-12-31 16:00:12.948 -58.0 NULL 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +NULL -58 1969-12-31 16:00:14.066 -58.0 NULL 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +NULL -58 1969-12-31 16:00:15.658 -58.0 NULL 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +NULL -57 1969-12-31 16:00:00.833 -57.0 NULL 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +NULL -57 1969-12-31 16:00:02.12 -57.0 NULL 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +NULL -57 1969-12-31 16:00:02.592 -57.0 NULL 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +NULL -57 1969-12-31 16:00:02.707 -57.0 NULL 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +NULL -57 1969-12-31 16:00:04.659 -57.0 NULL 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +NULL -57 1969-12-31 16:00:05.5 -57.0 NULL 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +NULL -57 1969-12-31 16:00:06.664 -57.0 NULL 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +NULL -57 1969-12-31 16:00:06.845 -57.0 NULL 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +NULL -57 1969-12-31 16:00:09.1 -57.0 NULL 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +NULL -57 1969-12-31 16:00:09.925 -57.0 NULL 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +NULL -57 1969-12-31 16:00:11.451 -57.0 NULL 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +NULL -57 1969-12-31 16:00:11.883 -57.0 NULL 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +NULL -57 1969-12-31 16:00:12.626 -57.0 NULL 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +NULL -57 1969-12-31 16:00:13.578 -57.0 NULL 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +NULL -57 1969-12-31 16:00:15.39 -57.0 NULL 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +NULL -56 1969-12-31 16:00:00.417 -56.0 NULL 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +NULL -56 1969-12-31 16:00:01.468 -56.0 NULL 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +NULL -56 1969-12-31 16:00:02.298 -56.0 NULL 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +NULL -56 1969-12-31 16:00:03.199 -56.0 NULL 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +NULL -56 1969-12-31 16:00:03.273 -56.0 NULL 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +NULL -56 1969-12-31 16:00:06.489 -56.0 NULL 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +NULL -56 1969-12-31 16:00:07.212 -56.0 NULL 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +NULL -56 1969-12-31 16:00:08.868 -56.0 NULL 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +NULL -56 1969-12-31 16:00:09.818 -56.0 NULL 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +NULL -56 1969-12-31 16:00:13.602 -56.0 NULL 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +NULL -56 1969-12-31 16:00:13.958 -56.0 NULL 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +NULL -56 1969-12-31 16:00:15.038 -56.0 NULL 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +NULL -55 1969-12-31 16:00:00.476 -55.0 NULL 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +NULL -55 1969-12-31 16:00:00.547 -55.0 NULL 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +NULL -55 1969-12-31 16:00:01.138 -55.0 NULL 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +NULL -55 1969-12-31 16:00:03.737 -55.0 NULL 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +NULL -55 1969-12-31 16:00:05.195 -55.0 NULL 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +NULL -55 1969-12-31 16:00:05.793 -55.0 NULL 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +NULL -55 1969-12-31 16:00:08.229 -55.0 NULL 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +NULL -55 1969-12-31 16:00:08.896 -55.0 NULL 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +NULL -55 1969-12-31 16:00:09.421 -55.0 NULL 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +NULL -55 1969-12-31 16:00:11.38 -55.0 NULL 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +NULL -55 1969-12-31 16:00:11.751 -55.0 NULL 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +NULL -55 1969-12-31 16:00:13.249 -55.0 NULL 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +NULL -54 1969-12-31 16:00:00.168 -54.0 NULL 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +NULL -54 1969-12-31 16:00:01.14 -54.0 NULL 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +NULL -54 1969-12-31 16:00:02.859 -54.0 NULL 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +NULL -54 1969-12-31 16:00:05.688 -54.0 NULL 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +NULL -54 1969-12-31 16:00:06.484 -54.0 NULL 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +NULL -54 1969-12-31 16:00:08.805 -54.0 NULL 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +NULL -54 1969-12-31 16:00:11.198 -54.0 NULL 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +NULL -54 1969-12-31 16:00:12.181 -54.0 NULL 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +NULL -54 1969-12-31 16:00:13.616 -54.0 NULL 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +NULL -53 1969-12-31 16:00:00.446 -53.0 NULL 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +NULL -53 1969-12-31 16:00:03.722 -53.0 NULL 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +NULL -53 1969-12-31 16:00:06.935 -53.0 NULL 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +NULL -53 1969-12-31 16:00:08.176 -53.0 NULL 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +NULL -53 1969-12-31 16:00:09.061 -53.0 NULL 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +NULL -53 1969-12-31 16:00:10.631 -53.0 NULL 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +NULL -53 1969-12-31 16:00:11.36 -53.0 NULL 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +NULL -53 1969-12-31 16:00:11.746 -53.0 NULL 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +NULL -53 1969-12-31 16:00:11.936 -53.0 NULL 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +NULL -53 1969-12-31 16:00:14.563 -53.0 NULL 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +NULL -52 1969-12-31 16:00:01.289 -52.0 NULL 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +NULL -52 1969-12-31 16:00:02.621 -52.0 NULL 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +NULL -52 1969-12-31 16:00:03.963 -52.0 NULL 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +NULL -52 1969-12-31 16:00:04.518 -52.0 NULL 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +NULL -52 1969-12-31 16:00:05.377 -52.0 NULL 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +NULL -52 1969-12-31 16:00:13.014 -52.0 NULL 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +NULL -51 1969-12-31 16:00:00.156 -51.0 NULL 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +NULL -51 1969-12-31 16:00:02.011 -51.0 NULL 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +NULL -51 1969-12-31 16:00:02.723 -51.0 NULL 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +NULL -51 1969-12-31 16:00:03.136 -51.0 NULL 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +NULL -51 1969-12-31 16:00:05.279 -51.0 NULL 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +NULL -51 1969-12-31 16:00:07.536 -51.0 NULL 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +NULL -51 1969-12-31 16:00:08.448 -51.0 NULL 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +NULL -51 1969-12-31 16:00:12.141 -51.0 NULL 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +NULL -51 1969-12-31 16:00:12.494 -51.0 NULL 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +NULL -51 1969-12-31 16:00:13.197 -51.0 NULL 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +NULL -50 1969-12-31 16:00:00.568 -50.0 NULL 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +NULL -50 1969-12-31 16:00:02.434 -50.0 NULL 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +NULL -50 1969-12-31 16:00:03.09 -50.0 NULL 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +NULL -50 1969-12-31 16:00:04.696 -50.0 NULL 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +NULL -50 1969-12-31 16:00:05.159 -50.0 NULL 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +NULL -50 1969-12-31 16:00:05.725 -50.0 NULL 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +NULL -50 1969-12-31 16:00:08.161 -50.0 NULL 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +NULL -50 1969-12-31 16:00:08.638 -50.0 NULL 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +NULL -50 1969-12-31 16:00:10.867 -50.0 NULL 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +NULL -50 1969-12-31 16:00:11.284 -50.0 NULL 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +NULL -50 1969-12-31 16:00:12.292 -50.0 NULL 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +NULL -50 1969-12-31 16:00:13.253 -50.0 NULL 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +NULL -50 1969-12-31 16:00:13.663 -50.0 NULL 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +NULL -50 1969-12-31 16:00:14.134 -50.0 NULL 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +NULL -50 1969-12-31 16:00:14.175 -50.0 NULL 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +NULL -50 1969-12-31 16:00:15.707 -50.0 NULL 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +NULL -50 1969-12-31 16:00:15.764 -50.0 NULL 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +NULL -49 1969-12-31 16:00:00.612 -49.0 NULL 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +NULL -49 1969-12-31 16:00:01.336 -49.0 NULL 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +NULL -49 1969-12-31 16:00:01.458 -49.0 NULL 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +NULL -49 1969-12-31 16:00:02.05 -49.0 NULL 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +NULL -49 1969-12-31 16:00:02.325 -49.0 NULL 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +NULL -49 1969-12-31 16:00:04.112 -49.0 NULL 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +NULL -49 1969-12-31 16:00:04.168 -49.0 NULL 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +NULL -49 1969-12-31 16:00:04.868 -49.0 NULL 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +NULL -49 1969-12-31 16:00:05.814 -49.0 NULL 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +NULL -49 1969-12-31 16:00:05.83 -49.0 NULL 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +NULL -49 1969-12-31 16:00:06.851 -49.0 NULL 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +NULL -49 1969-12-31 16:00:09.473 -49.0 NULL 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +NULL -49 1969-12-31 16:00:10.521 -49.0 NULL 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +NULL -49 1969-12-31 16:00:11.627 -49.0 NULL 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +NULL -49 1969-12-31 16:00:14.208 -49.0 NULL 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +NULL -48 1969-12-31 16:00:00.172 -48.0 NULL 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +NULL -48 1969-12-31 16:00:00.953 -48.0 NULL 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +NULL -48 1969-12-31 16:00:00.96 -48.0 NULL 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +NULL -48 1969-12-31 16:00:01.813 -48.0 NULL 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +NULL -48 1969-12-31 16:00:03.188 -48.0 NULL 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +NULL -48 1969-12-31 16:00:04.552 -48.0 NULL 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +NULL -48 1969-12-31 16:00:05.978 -48.0 NULL 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +NULL -48 1969-12-31 16:00:06.198 -48.0 NULL 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +NULL -48 1969-12-31 16:00:06.337 -48.0 NULL 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +NULL -48 1969-12-31 16:00:06.363 -48.0 NULL 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +NULL -48 1969-12-31 16:00:07.046 -48.0 NULL 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +NULL -48 1969-12-31 16:00:07.783 -48.0 NULL 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +NULL -48 1969-12-31 16:00:08.693 -48.0 NULL 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +NULL -48 1969-12-31 16:00:13.878 -48.0 NULL 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +NULL -48 1969-12-31 16:00:14.704 -48.0 NULL 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +NULL -48 1969-12-31 16:00:15.207 -48.0 NULL 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +NULL -48 1969-12-31 16:00:15.63 -48.0 NULL 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +NULL -47 1969-12-31 16:00:00.074 -47.0 NULL 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +NULL -47 1969-12-31 16:00:00.235 -47.0 NULL 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +NULL -47 1969-12-31 16:00:00.436 -47.0 NULL 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +NULL -47 1969-12-31 16:00:00.555 -47.0 NULL 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +NULL -47 1969-12-31 16:00:01.05 -47.0 NULL 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +NULL -47 1969-12-31 16:00:01.673 -47.0 NULL 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +NULL -47 1969-12-31 16:00:02.508 -47.0 NULL 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +NULL -47 1969-12-31 16:00:04.351 -47.0 NULL 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +NULL -47 1969-12-31 16:00:04.977 -47.0 NULL 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +NULL -47 1969-12-31 16:00:08.091 -47.0 NULL 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +NULL -47 1969-12-31 16:00:08.884 -47.0 NULL 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +NULL -47 1969-12-31 16:00:10.274 -47.0 NULL 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +NULL -47 1969-12-31 16:00:10.649 -47.0 NULL 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +NULL -47 1969-12-31 16:00:13.73 -47.0 NULL 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +NULL -47 1969-12-31 16:00:14.216 -47.0 NULL 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +NULL -46 1969-12-31 16:00:00.013 -46.0 NULL 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +NULL -46 1969-12-31 16:00:00.025 -46.0 NULL 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +NULL -46 1969-12-31 16:00:00.601 -46.0 NULL 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +NULL -46 1969-12-31 16:00:02.285 -46.0 NULL 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +NULL -46 1969-12-31 16:00:02.925 -46.0 NULL 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +NULL -46 1969-12-31 16:00:05.229 -46.0 NULL 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +NULL -46 1969-12-31 16:00:07.744 -46.0 NULL 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +NULL -46 1969-12-31 16:00:08.334 -46.0 NULL 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +NULL -46 1969-12-31 16:00:15.805 -46.0 NULL 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +NULL -45 1969-12-31 16:00:00.287 -45.0 NULL 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +NULL -45 1969-12-31 16:00:00.46 -45.0 NULL 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +NULL -45 1969-12-31 16:00:01.592 -45.0 NULL 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +NULL -45 1969-12-31 16:00:02.814 -45.0 NULL 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +NULL -45 1969-12-31 16:00:05.68 -45.0 NULL 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +NULL -45 1969-12-31 16:00:07.391 -45.0 NULL 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +NULL -45 1969-12-31 16:00:07.592 -45.0 NULL 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +NULL -45 1969-12-31 16:00:07.705 -45.0 NULL 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +NULL -45 1969-12-31 16:00:08.351 -45.0 NULL 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +NULL -45 1969-12-31 16:00:09.332 -45.0 NULL 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +NULL -45 1969-12-31 16:00:10.036 -45.0 NULL 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +NULL -45 1969-12-31 16:00:11.856 -45.0 NULL 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +NULL -45 1969-12-31 16:00:12.648 -45.0 NULL 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +NULL -45 1969-12-31 16:00:12.685 -45.0 NULL 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +NULL -45 1969-12-31 16:00:12.921 -45.0 NULL 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +NULL -45 1969-12-31 16:00:16.216 -45.0 NULL 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +NULL -44 1969-12-31 16:00:00.247 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -44 1969-12-31 16:00:00.289 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -44 1969-12-31 16:00:00.835 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -44 1969-12-31 16:00:01.377 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -44 1969-12-31 16:00:03.002 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -44 1969-12-31 16:00:03.265 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -44 1969-12-31 16:00:03.333 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -44 1969-12-31 16:00:03.357 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -44 1969-12-31 16:00:04.442 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -44 1969-12-31 16:00:08.12 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -44 1969-12-31 16:00:10.096 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -44 1969-12-31 16:00:10.131 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -44 1969-12-31 16:00:10.898 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -44 1969-12-31 16:00:12.538 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -44 1969-12-31 16:00:14.237 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -44 1969-12-31 16:00:14.848 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -44 1969-12-31 16:00:15.014 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -44 1969-12-31 16:00:15.522 -44.0 NULL 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +NULL -43 1969-12-31 16:00:00.026 -43.0 NULL 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +NULL -43 1969-12-31 16:00:01.901 -43.0 NULL 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +NULL -43 1969-12-31 16:00:02.393 -43.0 NULL 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +NULL -43 1969-12-31 16:00:03.341 -43.0 NULL 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +NULL -43 1969-12-31 16:00:05.132 -43.0 NULL 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +NULL -43 1969-12-31 16:00:06.507 -43.0 NULL 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +NULL -43 1969-12-31 16:00:08.967 -43.0 NULL 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +NULL -43 1969-12-31 16:00:10.835 -43.0 NULL 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +NULL -43 1969-12-31 16:00:13.212 -43.0 NULL 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +NULL -43 1969-12-31 16:00:14.048 -43.0 NULL 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +NULL -43 1969-12-31 16:00:14.536 -43.0 NULL 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +NULL -43 1969-12-31 16:00:15.091 -43.0 NULL 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +NULL -43 1969-12-31 16:00:16.096 -43.0 NULL 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +NULL -42 1969-12-31 16:00:02.754 -42.0 NULL 42 -42 0 -42.0 -0.0 42.0 -3341.2259999999997 0.0 42.0 0.0 -10.175 -42.0 0.6257142857142858 -42.0 0.0 -42 +NULL -42 1969-12-31 16:00:02.88 -42.0 NULL 42 -42 0 -42.0 -0.0 42.0 -3341.2259999999997 0.0 42.0 0.0 -10.175 -42.0 0.6257142857142858 -42.0 0.0 -42 +NULL -42 1969-12-31 16:00:05.729 -42.0 NULL 42 -42 0 -42.0 -0.0 42.0 -3341.2259999999997 0.0 42.0 0.0 -10.175 -42.0 0.6257142857142858 -42.0 0.0 -42 +NULL -42 1969-12-31 16:00:08.553 -42.0 NULL 42 -42 0 -42.0 -0.0 42.0 -3341.2259999999997 0.0 42.0 0.0 -10.175 -42.0 0.6257142857142858 -42.0 0.0 -42 +NULL -42 1969-12-31 16:00:09.144 -42.0 NULL 42 -42 0 -42.0 -0.0 42.0 -3341.2259999999997 0.0 42.0 0.0 -10.175 -42.0 0.6257142857142858 -42.0 0.0 -42 +NULL -42 1969-12-31 16:00:09.72 -42.0 NULL 42 -42 0 -42.0 -0.0 42.0 -3341.2259999999997 0.0 42.0 0.0 -10.175 -42.0 0.6257142857142858 -42.0 0.0 -42 +NULL -42 1969-12-31 16:00:12.041 -42.0 NULL 42 -42 0 -42.0 -0.0 42.0 -3341.2259999999997 0.0 42.0 0.0 -10.175 -42.0 0.6257142857142858 -42.0 0.0 -42 +NULL -42 1969-12-31 16:00:12.748 -42.0 NULL 42 -42 0 -42.0 -0.0 42.0 -3341.2259999999997 0.0 42.0 0.0 -10.175 -42.0 0.6257142857142858 -42.0 0.0 -42 +NULL -42 1969-12-31 16:00:16.191 -42.0 NULL 42 -42 0 -42.0 -0.0 42.0 -3341.2259999999997 0.0 42.0 0.0 -10.175 -42.0 0.6257142857142858 -42.0 0.0 -42 +NULL -41 1969-12-31 16:00:00.096 -41.0 NULL 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +NULL -41 1969-12-31 16:00:00.282 -41.0 NULL 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +NULL -41 1969-12-31 16:00:00.951 -41.0 NULL 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +NULL -41 1969-12-31 16:00:02.969 -41.0 NULL 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +NULL -41 1969-12-31 16:00:03.544 -41.0 NULL 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +NULL -41 1969-12-31 16:00:04.827 -41.0 NULL 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +NULL -41 1969-12-31 16:00:05.609 -41.0 NULL 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +NULL -41 1969-12-31 16:00:05.785 -41.0 NULL 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +NULL -41 1969-12-31 16:00:07.204 -41.0 NULL 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +NULL -41 1969-12-31 16:00:07.461 -41.0 NULL 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +NULL -41 1969-12-31 16:00:08.011 -41.0 NULL 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +NULL -41 1969-12-31 16:00:11.565 -41.0 NULL 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +NULL -41 1969-12-31 16:00:14.973 -41.0 NULL 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +NULL -41 1969-12-31 16:00:15.69 -41.0 NULL 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +NULL -40 1969-12-31 16:00:02.171 -40.0 NULL 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +NULL -40 1969-12-31 16:00:03.741 -40.0 NULL 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +NULL -40 1969-12-31 16:00:05.192 -40.0 NULL 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +NULL -40 1969-12-31 16:00:06.489 -40.0 NULL 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +NULL -40 1969-12-31 16:00:07.622 -40.0 NULL 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +NULL -40 1969-12-31 16:00:07.83 -40.0 NULL 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +NULL -40 1969-12-31 16:00:10.027 -40.0 NULL 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +NULL -40 1969-12-31 16:00:13.221 -40.0 NULL 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +NULL -40 1969-12-31 16:00:15.699 -40.0 NULL 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +NULL -39 1969-12-31 16:00:00.39 -39.0 NULL 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +NULL -39 1969-12-31 16:00:00.553 -39.0 NULL 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +NULL -39 1969-12-31 16:00:00.708 -39.0 NULL 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +NULL -39 1969-12-31 16:00:00.958 -39.0 NULL 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +NULL -39 1969-12-31 16:00:01.534 -39.0 NULL 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +NULL -39 1969-12-31 16:00:02.014 -39.0 NULL 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +NULL -39 1969-12-31 16:00:07.721 -39.0 NULL 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +NULL -39 1969-12-31 16:00:08.449 -39.0 NULL 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +NULL -39 1969-12-31 16:00:08.852 -39.0 NULL 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +NULL -39 1969-12-31 16:00:09.101 -39.0 NULL 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +NULL -39 1969-12-31 16:00:10.104 -39.0 NULL 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +NULL -39 1969-12-31 16:00:13.046 -39.0 NULL 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +NULL -39 1969-12-31 16:00:13.092 -39.0 NULL 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +NULL -39 1969-12-31 16:00:13.144 -39.0 NULL 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +NULL -39 1969-12-31 16:00:13.358 -39.0 NULL 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +NULL -39 1969-12-31 16:00:14.626 -39.0 NULL 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +NULL -39 1969-12-31 16:00:14.911 -39.0 NULL 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +NULL -38 1969-12-31 16:00:00.843 -38.0 NULL 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +NULL -38 1969-12-31 16:00:01.282 -38.0 NULL 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +NULL -38 1969-12-31 16:00:02.007 -38.0 NULL 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +NULL -38 1969-12-31 16:00:05.324 -38.0 NULL 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +NULL -38 1969-12-31 16:00:07.008 -38.0 NULL 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +NULL -38 1969-12-31 16:00:07.111 -38.0 NULL 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +NULL -38 1969-12-31 16:00:08.04 -38.0 NULL 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +NULL -38 1969-12-31 16:00:09.402 -38.0 NULL 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +NULL -38 1969-12-31 16:00:09.644 -38.0 NULL 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +NULL -38 1969-12-31 16:00:11.569 -38.0 NULL 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +NULL -38 1969-12-31 16:00:12.213 -38.0 NULL 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +NULL -38 1969-12-31 16:00:14.118 -38.0 NULL 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +NULL -38 1969-12-31 16:00:14.127 -38.0 NULL 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +NULL -38 1969-12-31 16:00:14.548 -38.0 NULL 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +NULL -37 1969-12-31 16:00:00.539 -37.0 NULL 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +NULL -37 1969-12-31 16:00:02.112 -37.0 NULL 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +NULL -37 1969-12-31 16:00:05.391 -37.0 NULL 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +NULL -37 1969-12-31 16:00:06.069 -37.0 NULL 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +NULL -37 1969-12-31 16:00:08.141 -37.0 NULL 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +NULL -37 1969-12-31 16:00:09.111 -37.0 NULL 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +NULL -37 1969-12-31 16:00:09.88 -37.0 NULL 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +NULL -37 1969-12-31 16:00:11.241 -37.0 NULL 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +NULL -37 1969-12-31 16:00:11.738 -37.0 NULL 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +NULL -37 1969-12-31 16:00:13.801 -37.0 NULL 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +NULL -37 1969-12-31 16:00:14.662 -37.0 NULL 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +NULL -37 1969-12-31 16:00:15.215 -37.0 NULL 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +NULL -37 1969-12-31 16:00:15.979 -37.0 NULL 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +NULL -37 1969-12-31 16:00:16.202 -37.0 NULL 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +NULL -36 1969-12-31 16:00:01.626 -36.0 NULL 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +NULL -36 1969-12-31 16:00:02.066 -36.0 NULL 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +NULL -36 1969-12-31 16:00:04.964 -36.0 NULL 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +NULL -36 1969-12-31 16:00:06.072 -36.0 NULL 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +NULL -36 1969-12-31 16:00:06.661 -36.0 NULL 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +NULL -36 1969-12-31 16:00:08.615 -36.0 NULL 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +NULL -36 1969-12-31 16:00:09.804 -36.0 NULL 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +NULL -36 1969-12-31 16:00:15.111 -36.0 NULL 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +NULL -36 1969-12-31 16:00:15.277 -36.0 NULL 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +NULL -36 1969-12-31 16:00:15.62 -36.0 NULL 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +NULL -35 1969-12-31 16:00:00.8 -35.0 NULL 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +NULL -35 1969-12-31 16:00:04.52 -35.0 NULL 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +NULL -35 1969-12-31 16:00:05.143 -35.0 NULL 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +NULL -35 1969-12-31 16:00:11.847 -35.0 NULL 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +NULL -35 1969-12-31 16:00:12.959 -35.0 NULL 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +NULL -35 1969-12-31 16:00:12.966 -35.0 NULL 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +NULL -35 1969-12-31 16:00:13.605 -35.0 NULL 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +NULL -35 1969-12-31 16:00:13.819 -35.0 NULL 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +NULL -35 1969-12-31 16:00:13.954 -35.0 NULL 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +NULL -35 1969-12-31 16:00:14.819 -35.0 NULL 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +NULL -35 1969-12-31 16:00:15.507 -35.0 NULL 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +NULL -34 1969-12-31 16:00:00.357 -34.0 NULL 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +NULL -34 1969-12-31 16:00:01.396 -34.0 NULL 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +NULL -34 1969-12-31 16:00:01.562 -34.0 NULL 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +NULL -34 1969-12-31 16:00:04.695 -34.0 NULL 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +NULL -34 1969-12-31 16:00:04.756 -34.0 NULL 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +NULL -34 1969-12-31 16:00:06.405 -34.0 NULL 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +NULL -34 1969-12-31 16:00:08.233 -34.0 NULL 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +NULL -34 1969-12-31 16:00:09.894 -34.0 NULL 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +NULL -34 1969-12-31 16:00:11.611 -34.0 NULL 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +NULL -33 1969-12-31 16:00:00.611 -33.0 NULL 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +NULL -33 1969-12-31 16:00:01.351 -33.0 NULL 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +NULL -33 1969-12-31 16:00:02.131 -33.0 NULL 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +NULL -33 1969-12-31 16:00:02.752 -33.0 NULL 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +NULL -33 1969-12-31 16:00:07.499 -33.0 NULL 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +NULL -33 1969-12-31 16:00:08.046 -33.0 NULL 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +NULL -33 1969-12-31 16:00:08.493 -33.0 NULL 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +NULL -33 1969-12-31 16:00:10.959 -33.0 NULL 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +NULL -33 1969-12-31 16:00:11.95 -33.0 NULL 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +NULL -33 1969-12-31 16:00:13.638 -33.0 NULL 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +NULL -33 1969-12-31 16:00:14.257 -33.0 NULL 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +NULL -33 1969-12-31 16:00:15.375 -33.0 NULL 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +NULL -32 1969-12-31 16:00:00.527 -32.0 NULL 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +NULL -32 1969-12-31 16:00:01.093 -32.0 NULL 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +NULL -32 1969-12-31 16:00:01.531 -32.0 NULL 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +NULL -32 1969-12-31 16:00:02.67 -32.0 NULL 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +NULL -32 1969-12-31 16:00:04.577 -32.0 NULL 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +NULL -32 1969-12-31 16:00:05.178 -32.0 NULL 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +NULL -32 1969-12-31 16:00:08.488 -32.0 NULL 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +NULL -32 1969-12-31 16:00:10.649 -32.0 NULL 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +NULL -32 1969-12-31 16:00:11.928 -32.0 NULL 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +NULL -32 1969-12-31 16:00:12.413 -32.0 NULL 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +NULL -31 1969-12-31 16:00:00.755 -31.0 NULL 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +NULL -31 1969-12-31 16:00:00.882 -31.0 NULL 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +NULL -31 1969-12-31 16:00:00.931 -31.0 NULL 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +NULL -31 1969-12-31 16:00:01.702 -31.0 NULL 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +NULL -31 1969-12-31 16:00:05.617 -31.0 NULL 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +NULL -31 1969-12-31 16:00:05.643 -31.0 NULL 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +NULL -31 1969-12-31 16:00:07.398 -31.0 NULL 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +NULL -31 1969-12-31 16:00:11.841 -31.0 NULL 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +NULL -31 1969-12-31 16:00:13.087 -31.0 NULL 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +NULL -31 1969-12-31 16:00:13.552 -31.0 NULL 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +NULL -31 1969-12-31 16:00:13.868 -31.0 NULL 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +NULL -31 1969-12-31 16:00:15.012 -31.0 NULL 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +NULL -31 1969-12-31 16:00:15.169 -31.0 NULL 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +NULL -31 1969-12-31 16:00:16.059 -31.0 NULL 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +NULL -30 1969-12-31 16:00:00.137 -30.0 NULL 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +NULL -30 1969-12-31 16:00:00.434 -30.0 NULL 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +NULL -30 1969-12-31 16:00:01.165 -30.0 NULL 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +NULL -30 1969-12-31 16:00:02.234 -30.0 NULL 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +NULL -30 1969-12-31 16:00:04.236 -30.0 NULL 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +NULL -30 1969-12-31 16:00:08.346 -30.0 NULL 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +NULL -30 1969-12-31 16:00:10.211 -30.0 NULL 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +NULL -30 1969-12-31 16:00:11.15 -30.0 NULL 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +NULL -30 1969-12-31 16:00:11.91 -30.0 NULL 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +NULL -30 1969-12-31 16:00:12.935 -30.0 NULL 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +NULL -30 1969-12-31 16:00:13.124 -30.0 NULL 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +NULL -30 1969-12-31 16:00:14.921 -30.0 NULL 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +NULL -30 1969-12-31 16:00:15.136 -30.0 NULL 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +NULL -30 1969-12-31 16:00:16.178 -30.0 NULL 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +NULL -29 1969-12-31 16:00:00.699 -29.0 NULL 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +NULL -29 1969-12-31 16:00:01.125 -29.0 NULL 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +NULL -29 1969-12-31 16:00:02.82 -29.0 NULL 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +NULL -29 1969-12-31 16:00:03.116 -29.0 NULL 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +NULL -29 1969-12-31 16:00:03.506 -29.0 NULL 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +NULL -29 1969-12-31 16:00:03.855 -29.0 NULL 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +NULL -29 1969-12-31 16:00:04.004 -29.0 NULL 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +NULL -29 1969-12-31 16:00:09.14 -29.0 NULL 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +NULL -29 1969-12-31 16:00:09.485 -29.0 NULL 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +NULL -29 1969-12-31 16:00:10.721 -29.0 NULL 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +NULL -29 1969-12-31 16:00:11.145 -29.0 NULL 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +NULL -29 1969-12-31 16:00:11.703 -29.0 NULL 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +NULL -29 1969-12-31 16:00:11.762 -29.0 NULL 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +NULL -29 1969-12-31 16:00:16.065 -29.0 NULL 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +NULL -28 1969-12-31 16:00:00.003 -28.0 NULL 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +NULL -28 1969-12-31 16:00:00.157 -28.0 NULL 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +NULL -28 1969-12-31 16:00:00.326 -28.0 NULL 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +NULL -28 1969-12-31 16:00:00.759 -28.0 NULL 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +NULL -28 1969-12-31 16:00:01.627 -28.0 NULL 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +NULL -28 1969-12-31 16:00:02.58 -28.0 NULL 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +NULL -28 1969-12-31 16:00:04.149 -28.0 NULL 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +NULL -28 1969-12-31 16:00:04.747 -28.0 NULL 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +NULL -28 1969-12-31 16:00:09.589 -28.0 NULL 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +NULL -28 1969-12-31 16:00:09.93 -28.0 NULL 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +NULL -28 1969-12-31 16:00:11.236 -28.0 NULL 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +NULL -28 1969-12-31 16:00:12.581 -28.0 NULL 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +NULL -28 1969-12-31 16:00:12.796 -28.0 NULL 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +NULL -28 1969-12-31 16:00:13.922 -28.0 NULL 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +NULL -28 1969-12-31 16:00:16.192 -28.0 NULL 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +NULL -27 1969-12-31 16:00:00.692 -27.0 NULL 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +NULL -27 1969-12-31 16:00:02.92 -27.0 NULL 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +NULL -27 1969-12-31 16:00:03.127 -27.0 NULL 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +NULL -27 1969-12-31 16:00:06.385 -27.0 NULL 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +NULL -27 1969-12-31 16:00:08.365 -27.0 NULL 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +NULL -27 1969-12-31 16:00:08.608 -27.0 NULL 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +NULL -27 1969-12-31 16:00:08.832 -27.0 NULL 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +NULL -27 1969-12-31 16:00:09.782 -27.0 NULL 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +NULL -27 1969-12-31 16:00:10.289 -27.0 NULL 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +NULL -27 1969-12-31 16:00:11.72 -27.0 NULL 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +NULL -27 1969-12-31 16:00:14.065 -27.0 NULL 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +NULL -27 1969-12-31 16:00:15.435 -27.0 NULL 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +NULL -26 1969-12-31 16:00:01.121 -26.0 NULL 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +NULL -26 1969-12-31 16:00:02.445 -26.0 NULL 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +NULL -26 1969-12-31 16:00:03.874 -26.0 NULL 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +NULL -26 1969-12-31 16:00:04.435 -26.0 NULL 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +NULL -26 1969-12-31 16:00:05.037 -26.0 NULL 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +NULL -26 1969-12-31 16:00:06.457 -26.0 NULL 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +NULL -26 1969-12-31 16:00:07.919 -26.0 NULL 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +NULL -26 1969-12-31 16:00:08.33 -26.0 NULL 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +NULL -26 1969-12-31 16:00:13.117 -26.0 NULL 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +NULL -26 1969-12-31 16:00:14.191 -26.0 NULL 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +NULL -26 1969-12-31 16:00:14.315 -26.0 NULL 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +NULL -26 1969-12-31 16:00:14.661 -26.0 NULL 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +NULL -25 1969-12-31 16:00:03.328 -25.0 NULL 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +NULL -25 1969-12-31 16:00:03.549 -25.0 NULL 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +NULL -25 1969-12-31 16:00:05.258 -25.0 NULL 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +NULL -25 1969-12-31 16:00:06.199 -25.0 NULL 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +NULL -25 1969-12-31 16:00:06.506 -25.0 NULL 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +NULL -25 1969-12-31 16:00:07.022 -25.0 NULL 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +NULL -25 1969-12-31 16:00:09.682 -25.0 NULL 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +NULL -25 1969-12-31 16:00:11.469 -25.0 NULL 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +NULL -25 1969-12-31 16:00:13.374 -25.0 NULL 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +NULL -25 1969-12-31 16:00:14.903 -25.0 NULL 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +NULL -25 1969-12-31 16:00:15.769 -25.0 NULL 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +NULL -25 1969-12-31 16:00:15.965 -25.0 NULL 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +NULL -24 1969-12-31 16:00:06.568 -24.0 NULL 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +NULL -24 1969-12-31 16:00:06.866 -24.0 NULL 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +NULL -24 1969-12-31 16:00:07.302 -24.0 NULL 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +NULL -24 1969-12-31 16:00:07.642 -24.0 NULL 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +NULL -24 1969-12-31 16:00:07.696 -24.0 NULL 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +NULL -24 1969-12-31 16:00:07.857 -24.0 NULL 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +NULL -24 1969-12-31 16:00:08.839 -24.0 NULL 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +NULL -24 1969-12-31 16:00:10.302 -24.0 NULL 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +NULL -24 1969-12-31 16:00:10.383 -24.0 NULL 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +NULL -24 1969-12-31 16:00:10.682 -24.0 NULL 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +NULL -24 1969-12-31 16:00:14.558 -24.0 NULL 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +NULL -24 1969-12-31 16:00:16.03 -24.0 NULL 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +NULL -23 1969-12-31 16:00:00.244 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:00.885 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:01.644 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:01.764 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:01.813 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:02.834 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:03.539 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:03.695 -26.28 NULL 23 -23 0 -26.280000686645508 -0.0 26.280000686645508 -2090.65289462471 0.0 26.280000686645508 0.0 -10.175 -26.280000686645508 0.9999999738719373 -26.28 0.0 -23 +NULL -23 1969-12-31 16:00:03.888 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:04.124 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:06.243 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:06.523 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:07.71 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:07.844 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:10.192 -26.28 NULL 23 -23 0 -26.280000686645508 -0.0 26.280000686645508 -2090.65289462471 0.0 26.280000686645508 0.0 -10.175 -26.280000686645508 0.9999999738719373 -26.28 0.0 -23 +NULL -23 1969-12-31 16:00:11.124 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:11.284 -26.28 NULL 23 -23 0 -26.280000686645508 -0.0 26.280000686645508 -2090.65289462471 0.0 26.280000686645508 0.0 -10.175 -26.280000686645508 0.9999999738719373 -26.28 0.0 -23 +NULL -23 1969-12-31 16:00:11.402 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:12.317 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:12.663 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:13.118 -26.28 NULL 23 -23 0 -26.280000686645508 -0.0 26.280000686645508 -2090.65289462471 0.0 26.280000686645508 0.0 -10.175 -26.280000686645508 0.9999999738719373 -26.28 0.0 -23 +NULL -23 1969-12-31 16:00:13.835 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:14.071 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:15.004 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -23 1969-12-31 16:00:16.07 -23.0 NULL 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +NULL -22 1969-12-31 16:00:00.229 -22.0 NULL 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +NULL -22 1969-12-31 16:00:00.586 -22.0 NULL 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +NULL -22 1969-12-31 16:00:02.221 -22.0 NULL 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +NULL -22 1969-12-31 16:00:02.227 -22.0 NULL 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +NULL -22 1969-12-31 16:00:04.494 -22.0 NULL 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +NULL -22 1969-12-31 16:00:04.92 -22.0 NULL 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +NULL -22 1969-12-31 16:00:05.218 -22.0 NULL 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +NULL -22 1969-12-31 16:00:05.996 -22.0 NULL 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +NULL -22 1969-12-31 16:00:07.379 -22.0 NULL 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +NULL -22 1969-12-31 16:00:07.969 -22.0 NULL 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +NULL -22 1969-12-31 16:00:10.132 -22.0 NULL 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +NULL -22 1969-12-31 16:00:12.901 -22.0 NULL 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +NULL -22 1969-12-31 16:00:13.052 -22.0 NULL 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +NULL -22 1969-12-31 16:00:13.315 -22.0 NULL 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +NULL -22 1969-12-31 16:00:15.409 -22.0 NULL 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +NULL -21 1969-12-31 16:00:01.062 -21.0 NULL 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +NULL -21 1969-12-31 16:00:01.599 -21.0 NULL 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +NULL -21 1969-12-31 16:00:03.31 -21.0 NULL 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +NULL -21 1969-12-31 16:00:04.229 -21.0 NULL 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +NULL -21 1969-12-31 16:00:05.635 -21.0 NULL 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +NULL -21 1969-12-31 16:00:07.982 -21.0 NULL 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +NULL -21 1969-12-31 16:00:09.052 -21.0 NULL 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +NULL -21 1969-12-31 16:00:09.182 -21.0 NULL 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +NULL -21 1969-12-31 16:00:12.544 -21.0 NULL 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +NULL -21 1969-12-31 16:00:13.32 -21.0 NULL 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +NULL -21 1969-12-31 16:00:14.073 -21.0 NULL 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +NULL -21 1969-12-31 16:00:14.72 -21.0 NULL 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +NULL -21 1969-12-31 16:00:15.188 -21.0 NULL 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +NULL -20 1969-12-31 16:00:00.396 -20.0 NULL 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +NULL -20 1969-12-31 16:00:00.51 -20.0 NULL 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +NULL -20 1969-12-31 16:00:00.825 -20.0 NULL 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +NULL -20 1969-12-31 16:00:02.91 -20.0 NULL 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +NULL -20 1969-12-31 16:00:07.942 -20.0 NULL 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +NULL -20 1969-12-31 16:00:09.416 -20.0 NULL 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +NULL -20 1969-12-31 16:00:10.551 -20.0 NULL 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +NULL -20 1969-12-31 16:00:11.847 -20.0 NULL 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +NULL -20 1969-12-31 16:00:13.066 -20.0 NULL 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +NULL -20 1969-12-31 16:00:13.131 -20.0 NULL 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +NULL -20 1969-12-31 16:00:13.612 -20.0 NULL 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +NULL -20 1969-12-31 16:00:13.778 -20.0 NULL 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +NULL -20 1969-12-31 16:00:15.161 -20.0 NULL 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +NULL -20 1969-12-31 16:00:15.793 -20.0 NULL 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +NULL -19 1969-12-31 16:00:00.182 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:01.564 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:01.714 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:01.781 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:01.923 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:02.925 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:03.381 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:03.446 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:04.02 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:04.301 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:05.105 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:05.914 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:05.963 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:05.972 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:06.188 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:07.935 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:08.607 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:09.061 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:10.814 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:13.495 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:14.809 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:14.83 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -19 1969-12-31 16:00:15.223 -19.0 NULL 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +NULL -18 1969-12-31 16:00:00.564 -18.0 NULL 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +NULL -18 1969-12-31 16:00:00.959 -18.0 NULL 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +NULL -18 1969-12-31 16:00:04.071 -18.0 NULL 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +NULL -18 1969-12-31 16:00:04.625 -18.0 NULL 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +NULL -18 1969-12-31 16:00:04.699 -18.0 NULL 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +NULL -18 1969-12-31 16:00:05.241 -18.0 NULL 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +NULL -18 1969-12-31 16:00:06.015 -18.0 NULL 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +NULL -18 1969-12-31 16:00:06.848 -18.0 NULL 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +NULL -18 1969-12-31 16:00:07.986 -18.0 NULL 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +NULL -18 1969-12-31 16:00:09.974 -18.0 NULL 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +NULL -18 1969-12-31 16:00:16.054 -18.0 NULL 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +NULL -17 1969-12-31 16:00:02.974 -17.0 NULL 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +NULL -17 1969-12-31 16:00:06.738 -17.0 NULL 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +NULL -17 1969-12-31 16:00:09.528 -17.0 NULL 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +NULL -17 1969-12-31 16:00:09.761 -17.0 NULL 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +NULL -17 1969-12-31 16:00:10.104 -17.0 NULL 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +NULL -17 1969-12-31 16:00:10.939 -17.0 NULL 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +NULL -17 1969-12-31 16:00:13.479 -17.0 NULL 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +NULL -17 1969-12-31 16:00:13.549 -17.0 NULL 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +NULL -17 1969-12-31 16:00:14.733 -17.0 NULL 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +NULL -16 1969-12-31 16:00:00.545 -16.0 NULL 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +NULL -16 1969-12-31 16:00:01.088 -16.0 NULL 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +NULL -16 1969-12-31 16:00:02.239 -16.0 NULL 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +NULL -16 1969-12-31 16:00:02.267 -16.0 NULL 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +NULL -16 1969-12-31 16:00:03.189 -16.0 NULL 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +NULL -16 1969-12-31 16:00:04.741 -16.0 NULL 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +NULL -16 1969-12-31 16:00:05.487 -16.0 NULL 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +NULL -16 1969-12-31 16:00:06.481 -16.0 NULL 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +NULL -16 1969-12-31 16:00:10.394 -16.0 NULL 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +NULL -16 1969-12-31 16:00:12.574 -16.0 NULL 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +NULL -16 1969-12-31 16:00:16.127 -16.0 NULL 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +NULL -15 1969-12-31 16:00:00.819 -15.0 NULL 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +NULL -15 1969-12-31 16:00:03.261 -15.0 NULL 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +NULL -15 1969-12-31 16:00:05.113 -15.0 NULL 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +NULL -15 1969-12-31 16:00:07.485 -15.0 NULL 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +NULL -15 1969-12-31 16:00:09.027 -15.0 NULL 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +NULL -15 1969-12-31 16:00:11.257 -15.0 NULL 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +NULL -15 1969-12-31 16:00:13.058 -15.0 NULL 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +NULL -15 1969-12-31 16:00:13.438 -15.0 NULL 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +NULL -15 1969-12-31 16:00:14.525 -15.0 NULL 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +NULL -15 1969-12-31 16:00:15.186 -15.0 NULL 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +NULL -15 1969-12-31 16:00:16.239 -15.0 NULL 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +NULL -14 1969-12-31 16:00:04.574 -14.0 NULL 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +NULL -14 1969-12-31 16:00:04.772 -14.0 NULL 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +NULL -14 1969-12-31 16:00:04.887 -14.0 NULL 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +NULL -14 1969-12-31 16:00:07.6 -14.0 NULL 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +NULL -14 1969-12-31 16:00:07.785 -14.0 NULL 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +NULL -14 1969-12-31 16:00:08.549 -14.0 NULL 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +NULL -14 1969-12-31 16:00:08.704 -14.0 NULL 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +NULL -14 1969-12-31 16:00:09.123 -14.0 NULL 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +NULL -14 1969-12-31 16:00:10.884 -14.0 NULL 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +NULL -14 1969-12-31 16:00:11.065 -14.0 NULL 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +NULL -14 1969-12-31 16:00:14.79 -14.0 NULL 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +NULL -14 1969-12-31 16:00:14.831 -14.0 NULL 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +NULL -14 1969-12-31 16:00:16.274 -14.0 NULL 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +NULL -13 1969-12-31 16:00:02.492 -13.0 NULL 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +NULL -13 1969-12-31 16:00:02.495 -13.0 NULL 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +NULL -13 1969-12-31 16:00:02.613 -13.0 NULL 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +NULL -13 1969-12-31 16:00:03.11 -13.0 NULL 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +NULL -13 1969-12-31 16:00:03.134 -13.0 NULL 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +NULL -13 1969-12-31 16:00:03.395 -13.0 NULL 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +NULL -13 1969-12-31 16:00:05.24 -13.0 NULL 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +NULL -13 1969-12-31 16:00:06.004 -13.0 NULL 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +NULL -13 1969-12-31 16:00:09.357 -13.0 NULL 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +NULL -13 1969-12-31 16:00:12.905 -13.0 NULL 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +NULL -13 1969-12-31 16:00:14.436 -13.0 NULL 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +NULL -13 1969-12-31 16:00:15.003 -13.0 NULL 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +NULL -12 1969-12-31 16:00:01.059 -12.0 NULL 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +NULL -12 1969-12-31 16:00:02.93 -12.0 NULL 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +NULL -12 1969-12-31 16:00:03.275 -12.0 NULL 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +NULL -12 1969-12-31 16:00:03.541 -12.0 NULL 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +NULL -12 1969-12-31 16:00:04.154 -12.0 NULL 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +NULL -12 1969-12-31 16:00:09.088 -12.0 NULL 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +NULL -12 1969-12-31 16:00:09.524 -12.0 NULL 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +NULL -12 1969-12-31 16:00:13.678 -12.0 NULL 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +NULL -12 1969-12-31 16:00:15.749 -12.0 NULL 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +NULL -12 1969-12-31 16:00:15.92 -12.0 NULL 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +NULL -11 1969-12-31 16:00:00.108 -11.0 NULL 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +NULL -11 1969-12-31 16:00:01.462 -11.0 NULL 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +NULL -11 1969-12-31 16:00:02.894 -11.0 NULL 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +NULL -11 1969-12-31 16:00:05.35 -11.0 NULL 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +NULL -11 1969-12-31 16:00:07.184 -11.0 NULL 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +NULL -11 1969-12-31 16:00:07.946 -11.0 NULL 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +NULL -11 1969-12-31 16:00:07.962 -11.0 NULL 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +NULL -11 1969-12-31 16:00:09.419 -11.0 NULL 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +NULL -11 1969-12-31 16:00:10.496 -11.0 NULL 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +NULL -11 1969-12-31 16:00:11.09 -11.0 NULL 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +NULL -11 1969-12-31 16:00:11.515 -11.0 NULL 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +NULL -11 1969-12-31 16:00:13.15 -11.0 NULL 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +NULL -11 1969-12-31 16:00:13.638 -11.0 NULL 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +NULL -10 1969-12-31 16:00:00.553 -10.0 NULL 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +NULL -10 1969-12-31 16:00:00.916 -10.0 NULL 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +NULL -10 1969-12-31 16:00:03.029 -10.0 NULL 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +NULL -10 1969-12-31 16:00:03.043 -10.0 NULL 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +NULL -10 1969-12-31 16:00:03.248 -10.0 NULL 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +NULL -10 1969-12-31 16:00:05.617 -10.0 NULL 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +NULL -10 1969-12-31 16:00:06.264 -10.0 NULL 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +NULL -10 1969-12-31 16:00:06.413 -10.0 NULL 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +NULL -10 1969-12-31 16:00:07.925 -10.0 NULL 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +NULL -10 1969-12-31 16:00:08.386 -10.0 NULL 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +NULL -10 1969-12-31 16:00:08.882 -10.0 NULL 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +NULL -10 1969-12-31 16:00:11.061 -10.0 NULL 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +NULL -10 1969-12-31 16:00:12.682 -10.0 NULL 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +NULL -10 1969-12-31 16:00:13.613 -10.0 NULL 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +NULL -10 1969-12-31 16:00:13.684 -10.0 NULL 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +NULL -10 1969-12-31 16:00:13.743 -10.0 NULL 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +NULL -9 1969-12-31 16:00:02.075 -9.0 NULL 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +NULL -9 1969-12-31 16:00:03.03 -9.0 NULL 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +NULL -9 1969-12-31 16:00:03.167 -9.0 NULL 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +NULL -9 1969-12-31 16:00:04.372 -9.0 NULL 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +NULL -9 1969-12-31 16:00:07.651 -9.0 NULL 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +NULL -9 1969-12-31 16:00:09.792 -9.0 NULL 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +NULL -9 1969-12-31 16:00:10.227 -9.0 NULL 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +NULL -9 1969-12-31 16:00:10.452 -9.0 NULL 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +NULL -9 1969-12-31 16:00:10.92 -9.0 NULL 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +NULL -9 1969-12-31 16:00:11.08 -9.0 NULL 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +NULL -9 1969-12-31 16:00:11.758 -9.0 NULL 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +NULL -9 1969-12-31 16:00:13.071 -9.0 NULL 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +NULL -9 1969-12-31 16:00:13.473 -9.0 NULL 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +NULL -9 1969-12-31 16:00:13.651 -9.0 NULL 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +NULL -9 1969-12-31 16:00:14.094 -9.0 NULL 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +NULL -8 1969-12-31 16:00:00.054 -8.0 NULL 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +NULL -8 1969-12-31 16:00:00.122 -8.0 NULL 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +NULL -8 1969-12-31 16:00:00.475 -8.0 NULL 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +NULL -8 1969-12-31 16:00:00.65 -8.0 NULL 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +NULL -8 1969-12-31 16:00:03.136 -8.0 NULL 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +NULL -8 1969-12-31 16:00:03.809 -8.0 NULL 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +NULL -8 1969-12-31 16:00:04.443 -8.0 NULL 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +NULL -8 1969-12-31 16:00:06.828 -8.0 NULL 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +NULL -8 1969-12-31 16:00:08.007 -8.0 NULL 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +NULL -8 1969-12-31 16:00:08.252 -8.0 NULL 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +NULL -8 1969-12-31 16:00:08.783 -8.0 NULL 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +NULL -8 1969-12-31 16:00:09.994 -8.0 NULL 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +NULL -7 1969-12-31 16:00:00.523 -7.0 NULL 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +NULL -7 1969-12-31 16:00:02.436 -7.0 NULL 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +NULL -7 1969-12-31 16:00:04.199 -7.0 NULL 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +NULL -7 1969-12-31 16:00:04.342 -7.0 NULL 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +NULL -7 1969-12-31 16:00:05.452 -7.0 NULL 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +NULL -7 1969-12-31 16:00:07.058 -7.0 NULL 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +NULL -7 1969-12-31 16:00:08.319 -7.0 NULL 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +NULL -7 1969-12-31 16:00:10.957 -7.0 NULL 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +NULL -7 1969-12-31 16:00:12.641 -7.0 NULL 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +NULL -7 1969-12-31 16:00:13.029 -7.0 NULL 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +NULL -7 1969-12-31 16:00:15.593 -7.0 NULL 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +NULL -7 1969-12-31 16:00:16.076 -7.0 NULL 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +NULL -6 1969-12-31 16:00:00.052 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -6 1969-12-31 16:00:00.472 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -6 1969-12-31 16:00:00.863 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -6 1969-12-31 16:00:01.153 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -6 1969-12-31 16:00:02.928 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -6 1969-12-31 16:00:04.136 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -6 1969-12-31 16:00:05.495 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -6 1969-12-31 16:00:06.4 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -6 1969-12-31 16:00:06.692 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -6 1969-12-31 16:00:07.423 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -6 1969-12-31 16:00:08.781 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -6 1969-12-31 16:00:08.894 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -6 1969-12-31 16:00:09.101 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -6 1969-12-31 16:00:10.435 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -6 1969-12-31 16:00:11.883 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -6 1969-12-31 16:00:12.469 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -6 1969-12-31 16:00:14.452 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -6 1969-12-31 16:00:14.697 -6.0 NULL 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +NULL -5 1969-12-31 16:00:02.021 -5.0 NULL 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +NULL -5 1969-12-31 16:00:02.502 -5.0 NULL 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +NULL -5 1969-12-31 16:00:03.52 -5.0 NULL 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +NULL -5 1969-12-31 16:00:04.679 -5.0 NULL 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +NULL -5 1969-12-31 16:00:05.385 -5.0 NULL 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +NULL -5 1969-12-31 16:00:08.267 -5.0 NULL 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +NULL -5 1969-12-31 16:00:08.583 -5.0 NULL 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +NULL -5 1969-12-31 16:00:10.249 -5.0 NULL 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +NULL -5 1969-12-31 16:00:10.326 -5.0 NULL 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +NULL -5 1969-12-31 16:00:12.18 -5.0 NULL 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +NULL -5 1969-12-31 16:00:14.505 -5.0 NULL 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +NULL -5 1969-12-31 16:00:16.107 -5.0 NULL 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +NULL -5 1969-12-31 16:00:16.344 -5.0 NULL 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +NULL -4 1969-12-31 16:00:00.648 -4.0 NULL 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +NULL -4 1969-12-31 16:00:02.16 -4.0 NULL 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +NULL -4 1969-12-31 16:00:03.231 -4.0 NULL 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +NULL -4 1969-12-31 16:00:05.056 -4.0 NULL 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +NULL -4 1969-12-31 16:00:06.776 -4.0 NULL 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +NULL -4 1969-12-31 16:00:07.712 -4.0 NULL 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +NULL -4 1969-12-31 16:00:08.129 -4.0 NULL 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +NULL -4 1969-12-31 16:00:12.848 -4.0 NULL 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +NULL -4 1969-12-31 16:00:13.237 -4.0 NULL 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +NULL -4 1969-12-31 16:00:13.324 -4.0 NULL 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +NULL -4 1969-12-31 16:00:13.865 -4.0 NULL 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +NULL -4 1969-12-31 16:00:14.04 -4.0 NULL 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +NULL -4 1969-12-31 16:00:14.562 -4.0 NULL 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +NULL -4 1969-12-31 16:00:14.592 -4.0 NULL 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +NULL -4 1969-12-31 16:00:15.671 -4.0 NULL 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +NULL -4 1969-12-31 16:00:16.558 -4.0 NULL 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +NULL -3 1969-12-31 16:00:00.02 -3.0 NULL 3 -3 0 -3.0 -0.0 3.0 -238.659 0.0 3.0 0.0 -10.175 -3.0 8.76 -3.0 0.0 -3 +NULL -3 1969-12-31 16:00:00.554 -3.0 NULL 3 -3 0 -3.0 -0.0 3.0 -238.659 0.0 3.0 0.0 -10.175 -3.0 8.76 -3.0 0.0 -3 +NULL -3 1969-12-31 16:00:01.723 -3.0 NULL 3 -3 0 -3.0 -0.0 3.0 -238.659 0.0 3.0 0.0 -10.175 -3.0 8.76 -3.0 0.0 -3 +NULL -3 1969-12-31 16:00:01.822 -3.0 NULL 3 -3 0 -3.0 -0.0 3.0 -238.659 0.0 3.0 0.0 -10.175 -3.0 8.76 -3.0 0.0 -3 +NULL -3 1969-12-31 16:00:03.349 -3.0 NULL 3 -3 0 -3.0 -0.0 3.0 -238.659 0.0 3.0 0.0 -10.175 -3.0 8.76 -3.0 0.0 -3 +NULL -3 1969-12-31 16:00:07.754 -3.0 NULL 3 -3 0 -3.0 -0.0 3.0 -238.659 0.0 3.0 0.0 -10.175 -3.0 8.76 -3.0 0.0 -3 +NULL -3 1969-12-31 16:00:09.434 -3.0 NULL 3 -3 0 -3.0 -0.0 3.0 -238.659 0.0 3.0 0.0 -10.175 -3.0 8.76 -3.0 0.0 -3 +NULL -3 1969-12-31 16:00:09.819 -3.0 NULL 3 -3 0 -3.0 -0.0 3.0 -238.659 0.0 3.0 0.0 -10.175 -3.0 8.76 -3.0 0.0 -3 +NULL -3 1969-12-31 16:00:11.059 -3.0 NULL 3 -3 0 -3.0 -0.0 3.0 -238.659 0.0 3.0 0.0 -10.175 -3.0 8.76 -3.0 0.0 -3 +NULL -3 1969-12-31 16:00:11.637 -3.0 NULL 3 -3 0 -3.0 -0.0 3.0 -238.659 0.0 3.0 0.0 -10.175 -3.0 8.76 -3.0 0.0 -3 +NULL -3 1969-12-31 16:00:11.642 -3.0 NULL 3 -3 0 -3.0 -0.0 3.0 -238.659 0.0 3.0 0.0 -10.175 -3.0 8.76 -3.0 0.0 -3 +NULL -3 1969-12-31 16:00:11.847 -3.0 NULL 3 -3 0 -3.0 -0.0 3.0 -238.659 0.0 3.0 0.0 -10.175 -3.0 8.76 -3.0 0.0 -3 +NULL -3 1969-12-31 16:00:16.197 -3.0 NULL 3 -3 0 -3.0 -0.0 3.0 -238.659 0.0 3.0 0.0 -10.175 -3.0 8.76 -3.0 0.0 -3 +NULL -3 1969-12-31 16:00:16.338 -3.0 NULL 3 -3 0 -3.0 -0.0 3.0 -238.659 0.0 3.0 0.0 -10.175 -3.0 8.76 -3.0 0.0 -3 +NULL -2 1969-12-31 16:00:00.381 -2.0 NULL 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +NULL -2 1969-12-31 16:00:00.574 -2.0 NULL 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +NULL -2 1969-12-31 16:00:00.741 -2.0 NULL 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +NULL -2 1969-12-31 16:00:03.174 -2.0 NULL 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +NULL -2 1969-12-31 16:00:03.198 -2.0 NULL 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +NULL -2 1969-12-31 16:00:06.498 -2.0 NULL 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +NULL -2 1969-12-31 16:00:07.711 -2.0 NULL 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +NULL -2 1969-12-31 16:00:10.681 -2.0 NULL 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +NULL -2 1969-12-31 16:00:11.181 -2.0 NULL 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +NULL -2 1969-12-31 16:00:11.494 -2.0 NULL 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +NULL -2 1969-12-31 16:00:13.839 -2.0 NULL 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +NULL -2 1969-12-31 16:00:14.391 -2.0 NULL 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +NULL -1 1969-12-31 16:00:00.697 -1.0 NULL 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +NULL -1 1969-12-31 16:00:04.836 -1.0 NULL 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +NULL -1 1969-12-31 16:00:04.994 -1.0 NULL 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +NULL -1 1969-12-31 16:00:06.358 -1.0 NULL 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +NULL -1 1969-12-31 16:00:08.27 -1.0 NULL 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +NULL -1 1969-12-31 16:00:08.845 -1.0 NULL 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +NULL -1 1969-12-31 16:00:09.511 -1.0 NULL 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +NULL -1 1969-12-31 16:00:10.785 -1.0 NULL 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +NULL -1 1969-12-31 16:00:11.049 -1.389 NULL 1 -1 0 -1.3890000581741333 -0.0 1.3890000581741333 -110.49912162792683 0.0 1.3890000581741333 0.0 -10.175 -1.3890000581741333 18.920085600677048 -1.389 0.0 -1 +NULL -1 1969-12-31 16:00:12.403 -1.0 NULL 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +NULL -1 1969-12-31 16:00:14.985 -1.0 NULL 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +NULL 0 1969-12-31 16:00:00.183 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:00.437 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:00.705 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:02.71 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:04.055 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:04.626 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:04.662 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:05.959 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:09.544 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:10.139 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:10.24 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:11.089 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:12.049 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:13.039 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:13.396 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:14.343 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:14.822 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:15.616 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:15.629 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 0 1969-12-31 16:00:15.777 0.0 NULL 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +NULL 1 1969-12-31 16:00:00.519 1.0 NULL -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +NULL 1 1969-12-31 16:00:02.579 1.0 NULL -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +NULL 1 1969-12-31 16:00:04.916 1.0 NULL -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +NULL 1 1969-12-31 16:00:06.965 1.0 NULL -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +NULL 1 1969-12-31 16:00:08.488 1.0 NULL -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +NULL 1 1969-12-31 16:00:10.364 1.0 NULL -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +NULL 1 1969-12-31 16:00:11.949 1.0 NULL -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +NULL 1 1969-12-31 16:00:13.509 1.0 NULL -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +NULL 1 1969-12-31 16:00:14.567 1.0 NULL -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +NULL 1 1969-12-31 16:00:15.883 1.0 NULL -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +NULL 2 1969-12-31 16:00:00.45 2.0 NULL -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +NULL 2 1969-12-31 16:00:01.489 2.0 NULL -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +NULL 2 1969-12-31 16:00:02.196 2.0 NULL -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +NULL 2 1969-12-31 16:00:02.752 2.0 NULL -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +NULL 2 1969-12-31 16:00:03.369 2.0 NULL -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +NULL 2 1969-12-31 16:00:03.672 2.0 NULL -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +NULL 2 1969-12-31 16:00:06.982 2.0 NULL -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +NULL 2 1969-12-31 16:00:07.654 2.0 NULL -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +NULL 2 1969-12-31 16:00:09.161 2.0 NULL -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +NULL 2 1969-12-31 16:00:10.045 2.0 NULL -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +NULL 2 1969-12-31 16:00:10.198 2.0 NULL -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +NULL 2 1969-12-31 16:00:11.342 2.0 NULL -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +NULL 2 1969-12-31 16:00:12.06 2.0 NULL -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +NULL 2 1969-12-31 16:00:15.965 2.0 NULL -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +NULL 2 1969-12-31 16:00:16.324 2.0 NULL -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +NULL 3 1969-12-31 16:00:00.074 3.0 NULL -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +NULL 3 1969-12-31 16:00:01.057 3.0 NULL -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +NULL 3 1969-12-31 16:00:05.162 3.0 NULL -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +NULL 3 1969-12-31 16:00:06.132 3.0 NULL -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +NULL 3 1969-12-31 16:00:06.624 3.0 NULL -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +NULL 3 1969-12-31 16:00:07.648 3.0 NULL -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +NULL 3 1969-12-31 16:00:13.064 3.0 NULL -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +NULL 4 1969-12-31 16:00:00.019 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 4 1969-12-31 16:00:00.031 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 4 1969-12-31 16:00:00.119 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 4 1969-12-31 16:00:00.308 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 4 1969-12-31 16:00:00.563 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 4 1969-12-31 16:00:04.207 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 4 1969-12-31 16:00:04.735 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 4 1969-12-31 16:00:07.163 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 4 1969-12-31 16:00:07.759 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 4 1969-12-31 16:00:07.836 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 4 1969-12-31 16:00:08.327 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 4 1969-12-31 16:00:11.153 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 4 1969-12-31 16:00:11.457 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 4 1969-12-31 16:00:12.291 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 4 1969-12-31 16:00:12.309 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 4 1969-12-31 16:00:14.894 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 4 1969-12-31 16:00:15.331 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 4 1969-12-31 16:00:16.08 4.0 NULL -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +NULL 5 1969-12-31 16:00:00.49 5.0 NULL -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +NULL 5 1969-12-31 16:00:00.959 5.0 NULL -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +NULL 5 1969-12-31 16:00:04.058 5.0 NULL -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +NULL 5 1969-12-31 16:00:04.259 5.0 NULL -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +NULL 5 1969-12-31 16:00:05.034 5.0 NULL -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +NULL 5 1969-12-31 16:00:06.877 5.0 NULL -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +NULL 5 1969-12-31 16:00:08.427 5.0 NULL -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +NULL 5 1969-12-31 16:00:09.903 5.0 NULL -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +NULL 5 1969-12-31 16:00:10.885 5.0 NULL -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +NULL 5 1969-12-31 16:00:10.973 5.0 NULL -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +NULL 5 1969-12-31 16:00:11.083 5.0 NULL -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +NULL 5 1969-12-31 16:00:11.642 5.0 NULL -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +NULL 5 1969-12-31 16:00:13.574 5.0 NULL -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +NULL 5 1969-12-31 16:00:14.201 5.0 NULL -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +NULL 6 1969-12-31 16:00:01.308 6.0 NULL -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +NULL 6 1969-12-31 16:00:02.166 6.0 NULL -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +NULL 6 1969-12-31 16:00:02.826 6.0 NULL -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +NULL 6 1969-12-31 16:00:05.688 6.0 NULL -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +NULL 6 1969-12-31 16:00:06.061 6.0 NULL -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +NULL 6 1969-12-31 16:00:07.204 6.0 NULL -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +NULL 6 1969-12-31 16:00:07.713 6.0 NULL -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +NULL 6 1969-12-31 16:00:09.111 6.0 NULL -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +NULL 6 1969-12-31 16:00:11.364 6.0 NULL -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +NULL 6 1969-12-31 16:00:13.132 6.0 NULL -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +NULL 6 1969-12-31 16:00:15.958 6.0 NULL -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +NULL 7 1969-12-31 16:00:00.984 7.0 NULL -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +NULL 7 1969-12-31 16:00:01.055 7.0 NULL -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +NULL 7 1969-12-31 16:00:05.724 7.0 NULL -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +NULL 7 1969-12-31 16:00:06.018 7.0 NULL -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +NULL 7 1969-12-31 16:00:09.539 7.0 NULL -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +NULL 7 1969-12-31 16:00:13.807 7.0 NULL -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +NULL 7 1969-12-31 16:00:14.872 7.0 NULL -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +NULL 8 1969-12-31 16:00:00.613 8.0 NULL -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +NULL 8 1969-12-31 16:00:00.664 8.0 NULL -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +NULL 8 1969-12-31 16:00:01.653 8.0 NULL -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +NULL 8 1969-12-31 16:00:06.469 8.0 NULL -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +NULL 8 1969-12-31 16:00:08.757 8.0 NULL -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +NULL 8 1969-12-31 16:00:08.948 8.0 NULL -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +NULL 8 1969-12-31 16:00:09.39 8.0 NULL -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +NULL 8 1969-12-31 16:00:09.519 8.0 NULL -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +NULL 8 1969-12-31 16:00:09.961 8.0 NULL -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +NULL 8 1969-12-31 16:00:09.995 8.0 NULL -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +NULL 8 1969-12-31 16:00:11.315 8.0 NULL -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +NULL 8 1969-12-31 16:00:15.683 8.0 NULL -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +NULL 8 1969-12-31 16:00:15.969 8.0 NULL -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +NULL 9 1969-12-31 16:00:00.684 9.0 NULL -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +NULL 9 1969-12-31 16:00:00.945 9.0 NULL -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +NULL 9 1969-12-31 16:00:03.557 9.0 NULL -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +NULL 9 1969-12-31 16:00:04.745 9.0 NULL -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +NULL 9 1969-12-31 16:00:09.285 9.0 NULL -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +NULL 9 1969-12-31 16:00:10.473 9.0 NULL -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +NULL 9 1969-12-31 16:00:11.148 9.0 NULL -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +NULL 9 1969-12-31 16:00:12.205 9.0 NULL -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +NULL 9 1969-12-31 16:00:13.686 9.0 NULL -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +NULL 9 1969-12-31 16:00:31.808 9.0 NULL -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +NULL 10 1969-12-31 16:00:03.139 10.0 NULL -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +NULL 10 1969-12-31 16:00:04.687 10.0 NULL -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +NULL 10 1969-12-31 16:00:05.348 10.0 NULL -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +NULL 10 1969-12-31 16:00:05.383 10.0 NULL -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +NULL 10 1969-12-31 16:00:06.849 10.0 NULL -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +NULL 10 1969-12-31 16:00:07.365 10.0 NULL -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +NULL 10 1969-12-31 16:00:09.22 10.0 NULL -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +NULL 10 1969-12-31 16:00:12.104 10.0 NULL -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +NULL 10 1969-12-31 16:00:12.322 10.0 NULL -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +NULL 10 1969-12-31 16:00:12.529 10.0 NULL -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +NULL 10 1969-12-31 16:00:13.961 10.0 NULL -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +NULL 10 1969-12-31 16:00:15.298 10.0 NULL -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +NULL 10 1969-12-31 16:00:15.615 10.0 NULL -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +NULL 11 1969-12-31 16:00:06.603 11.0 NULL -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +NULL 11 1969-12-31 16:00:07.204 11.0 NULL -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +NULL 11 1969-12-31 16:00:07.9 11.0 NULL -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +NULL 11 1969-12-31 16:00:08.27 11.0 NULL -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +NULL 11 1969-12-31 16:00:08.745 11.0 NULL -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +NULL 11 1969-12-31 16:00:08.857 11.0 NULL -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +NULL 11 1969-12-31 16:00:09.984 11.0 NULL -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +NULL 11 1969-12-31 16:00:13.383 11.0 NULL -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +NULL 11 1969-12-31 16:00:14.569 11.0 NULL -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +NULL 11 1969-12-31 16:00:14.747 11.0 NULL -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +NULL 11 1969-12-31 16:00:15.338 11.0 NULL -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +NULL 11 1969-12-31 16:00:15.602 11.0 NULL -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +NULL 11 1969-12-31 16:00:16.044 11.0 NULL -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +NULL 11 1969-12-31 16:00:16.197 11.0 NULL -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +NULL 12 1969-12-31 16:00:00.038 12.0 NULL -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +NULL 12 1969-12-31 16:00:00.526 12.0 NULL -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +NULL 12 1969-12-31 16:00:00.674 12.0 NULL -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +NULL 12 1969-12-31 16:00:00.911 12.0 NULL -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +NULL 12 1969-12-31 16:00:08.34 12.0 NULL -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +NULL 12 1969-12-31 16:00:08.779 12.0 NULL -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +NULL 12 1969-12-31 16:00:09.556 12.0 NULL -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +NULL 12 1969-12-31 16:00:10.331 12.0 NULL -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +NULL 12 1969-12-31 16:00:12.608 12.0 NULL -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +NULL 12 1969-12-31 16:00:12.772 12.0 NULL -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +NULL 12 1969-12-31 16:00:15.27 12.0 NULL -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +NULL 12 1969-12-31 16:00:15.321 12.0 NULL -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +NULL 13 1969-12-31 16:00:00.025 13.0 NULL -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +NULL 13 1969-12-31 16:00:00.655 13.0 NULL -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +NULL 13 1969-12-31 16:00:03.794 13.0 NULL -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +NULL 13 1969-12-31 16:00:05.028 13.0 NULL -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +NULL 13 1969-12-31 16:00:05.368 13.0 NULL -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +NULL 13 1969-12-31 16:00:06.749 13.0 NULL -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +NULL 13 1969-12-31 16:00:07.723 13.0 NULL -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +NULL 13 1969-12-31 16:00:09.387 13.0 NULL -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +NULL 13 1969-12-31 16:00:10.573 13.0 NULL -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +NULL 13 1969-12-31 16:00:12.021 13.0 NULL -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +NULL 13 1969-12-31 16:00:12.498 13.0 NULL -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +NULL 13 1969-12-31 16:00:14.548 13.0 NULL -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +NULL 13 1969-12-31 16:00:15.956 13.0 NULL -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +NULL 14 1969-12-31 16:00:00.394 14.0 NULL -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +NULL 14 1969-12-31 16:00:00.931 14.0 NULL -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +NULL 14 1969-12-31 16:00:01.873 14.0 NULL -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +NULL 14 1969-12-31 16:00:01.952 14.0 NULL -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +NULL 14 1969-12-31 16:00:03.834 14.0 NULL -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +NULL 14 1969-12-31 16:00:04.516 14.0 NULL -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +NULL 14 1969-12-31 16:00:06.3 14.0 NULL -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +NULL 14 1969-12-31 16:00:06.731 14.0 NULL -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +NULL 14 1969-12-31 16:00:09.21 14.0 NULL -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +NULL 14 1969-12-31 16:00:10.189 14.0 NULL -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +NULL 14 1969-12-31 16:00:10.307 14.0 NULL -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +NULL 14 1969-12-31 16:00:12.205 14.0 NULL -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +NULL 14 1969-12-31 16:00:12.477 14.0 NULL -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +NULL 15 1969-12-31 16:00:00.515 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:00.766 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:00.778 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:00.838 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:00.951 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:03.256 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:04.585 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:04.971 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:05.63 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:05.784 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:07.607 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:08.615 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:10.415 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:11.15 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:11.485 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:11.526 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:12.58 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:13.114 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:13.404 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:13.735 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:14.98 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 15 1969-12-31 16:00:15.923 15.0 NULL -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +NULL 16 1969-12-31 16:00:00.649 16.0 NULL -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +NULL 16 1969-12-31 16:00:00.999 16.0 NULL -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +NULL 16 1969-12-31 16:00:02.208 16.0 NULL -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +NULL 16 1969-12-31 16:00:02.221 16.0 NULL -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +NULL 16 1969-12-31 16:00:02.582 16.0 NULL -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +NULL 16 1969-12-31 16:00:05.865 16.0 NULL -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +NULL 16 1969-12-31 16:00:07.678 16.0 NULL -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +NULL 16 1969-12-31 16:00:08.432 16.0 NULL -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +NULL 16 1969-12-31 16:00:08.966 16.0 NULL -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +NULL 16 1969-12-31 16:00:13.869 16.0 NULL -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +NULL 16 1969-12-31 16:00:15.143 16.0 NULL -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +NULL 16 1969-12-31 16:00:16.02 16.0 NULL -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +NULL 17 1969-12-31 16:00:00.197 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 17 1969-12-31 16:00:00.284 10.175 NULL -17 17 0 10.175000190734863 0.0 -10.175000190734863 809.4517901735305 0.0 -10.175000190734863 0.0 -10.175 10.175000190734863 -2.58280093438524 10.175 0.0 17 +NULL 17 1969-12-31 16:00:01.235 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 17 1969-12-31 16:00:02.436 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 17 1969-12-31 16:00:04.513 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 17 1969-12-31 16:00:05.162 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 17 1969-12-31 16:00:05.562 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 17 1969-12-31 16:00:07.243 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 17 1969-12-31 16:00:07.296 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 17 1969-12-31 16:00:07.548 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 17 1969-12-31 16:00:07.703 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 17 1969-12-31 16:00:10.672 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 17 1969-12-31 16:00:10.701 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 17 1969-12-31 16:00:10.738 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 17 1969-12-31 16:00:11.758 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 17 1969-12-31 16:00:13.008 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 17 1969-12-31 16:00:13.411 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 17 1969-12-31 16:00:15.082 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 17 1969-12-31 16:00:15.338 17.0 NULL -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +NULL 18 1969-12-31 16:00:00.251 18.0 NULL -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +NULL 18 1969-12-31 16:00:00.459 18.0 NULL -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +NULL 18 1969-12-31 16:00:02.295 18.0 NULL -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +NULL 18 1969-12-31 16:00:02.659 18.0 NULL -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +NULL 18 1969-12-31 16:00:05.064 18.0 NULL -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +NULL 18 1969-12-31 16:00:05.804 18.0 NULL -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +NULL 18 1969-12-31 16:00:07.087 18.0 NULL -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +NULL 18 1969-12-31 16:00:07.846 18.0 NULL -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +NULL 18 1969-12-31 16:00:11.197 18.0 NULL -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +NULL 18 1969-12-31 16:00:12.437 18.0 NULL -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +NULL 18 1969-12-31 16:00:13.689 18.0 NULL -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +NULL 18 1969-12-31 16:00:15.89 18.0 NULL -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +NULL 19 1969-12-31 16:00:01.375 19.0 NULL -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +NULL 19 1969-12-31 16:00:02.483 19.0 NULL -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +NULL 19 1969-12-31 16:00:03.44 19.0 NULL -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +NULL 19 1969-12-31 16:00:08.201 19.0 NULL -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +NULL 19 1969-12-31 16:00:09.001 19.0 NULL -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +NULL 19 1969-12-31 16:00:10.711 19.0 NULL -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +NULL 19 1969-12-31 16:00:10.723 19.0 NULL -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +NULL 19 1969-12-31 16:00:11.771 19.0 NULL -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +NULL 19 1969-12-31 16:00:13.074 19.0 NULL -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +NULL 19 1969-12-31 16:00:14.464 19.0 NULL -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +NULL 19 1969-12-31 16:00:15.68 19.0 NULL -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +NULL 20 1969-12-31 16:00:00.54 20.0 NULL -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +NULL 20 1969-12-31 16:00:01.267 20.0 NULL -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +NULL 20 1969-12-31 16:00:01.687 20.0 NULL -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +NULL 20 1969-12-31 16:00:05.147 20.0 NULL -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +NULL 20 1969-12-31 16:00:05.722 20.0 NULL -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +NULL 20 1969-12-31 16:00:06.034 20.0 NULL -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +NULL 20 1969-12-31 16:00:06.404 20.0 NULL -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +NULL 20 1969-12-31 16:00:06.482 20.0 NULL -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +NULL 20 1969-12-31 16:00:06.754 20.0 NULL -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +NULL 20 1969-12-31 16:00:08.368 20.0 NULL -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +NULL 20 1969-12-31 16:00:08.388 20.0 NULL -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +NULL 20 1969-12-31 16:00:09.778 20.0 NULL -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +NULL 20 1969-12-31 16:00:11.342 20.0 NULL -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +NULL 20 1969-12-31 16:00:11.595 20.0 NULL -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +NULL 20 1969-12-31 16:00:15.803 20.0 NULL -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +NULL 20 1969-12-31 16:00:15.846 20.0 NULL -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +NULL 20 1969-12-31 16:00:31.808 20.0 NULL -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +NULL 21 1969-12-31 16:00:00.418 21.0 NULL -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +NULL 21 1969-12-31 16:00:01.707 21.0 NULL -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +NULL 21 1969-12-31 16:00:02.931 21.0 NULL -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +NULL 21 1969-12-31 16:00:03.4 21.0 NULL -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +NULL 21 1969-12-31 16:00:04.469 21.0 NULL -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +NULL 21 1969-12-31 16:00:08.048 21.0 NULL -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +NULL 21 1969-12-31 16:00:09.07 21.0 NULL -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +NULL 21 1969-12-31 16:00:10.652 21.0 NULL -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +NULL 21 1969-12-31 16:00:12.52 21.0 NULL -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +NULL 21 1969-12-31 16:00:13.153 21.0 NULL -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +NULL 21 1969-12-31 16:00:14.256 21.0 NULL -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +NULL 21 1969-12-31 16:00:14.318 21.0 NULL -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +NULL 21 1969-12-31 16:00:15.417 21.0 NULL -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +NULL 21 1969-12-31 16:00:15.732 21.0 NULL -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +NULL 22 1969-12-31 16:00:00.073 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 22 1969-12-31 16:00:00.306 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 22 1969-12-31 16:00:00.621 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 22 1969-12-31 16:00:00.767 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 22 1969-12-31 16:00:00.893 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 22 1969-12-31 16:00:05.334 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 22 1969-12-31 16:00:05.696 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 22 1969-12-31 16:00:05.731 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 22 1969-12-31 16:00:06.688 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 22 1969-12-31 16:00:07.249 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 22 1969-12-31 16:00:09.697 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 22 1969-12-31 16:00:09.842 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 22 1969-12-31 16:00:09.869 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 22 1969-12-31 16:00:09.911 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 22 1969-12-31 16:00:10.436 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 22 1969-12-31 16:00:12.112 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 22 1969-12-31 16:00:12.747 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 22 1969-12-31 16:00:15.715 22.0 NULL -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +NULL 23 1969-12-31 16:00:00.103 23.0 NULL -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +NULL 23 1969-12-31 16:00:00.315 23.0 NULL -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +NULL 23 1969-12-31 16:00:06.391 23.0 NULL -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +NULL 23 1969-12-31 16:00:08.307 23.0 NULL -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +NULL 23 1969-12-31 16:00:11.785 23.0 NULL -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +NULL 23 1969-12-31 16:00:12.759 23.0 NULL -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +NULL 23 1969-12-31 16:00:14.241 23.0 NULL -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +NULL 24 1969-12-31 16:00:01.369 24.0 NULL -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +NULL 24 1969-12-31 16:00:02.543 24.0 NULL -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +NULL 24 1969-12-31 16:00:10.421 24.0 NULL -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +NULL 24 1969-12-31 16:00:12.66 24.0 NULL -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +NULL 24 1969-12-31 16:00:13.787 24.0 NULL -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +NULL 24 1969-12-31 16:00:14.524 24.0 NULL -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +NULL 24 1969-12-31 16:00:15.061 24.0 NULL -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +NULL 25 1969-12-31 16:00:00.52 25.0 NULL -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +NULL 25 1969-12-31 16:00:00.73 25.0 NULL -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +NULL 25 1969-12-31 16:00:01.111 25.0 NULL -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +NULL 25 1969-12-31 16:00:02.722 25.0 NULL -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +NULL 25 1969-12-31 16:00:03.599 25.0 NULL -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +NULL 25 1969-12-31 16:00:03.855 25.0 NULL -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +NULL 25 1969-12-31 16:00:05.555 25.0 NULL -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +NULL 25 1969-12-31 16:00:06.03 25.0 NULL -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +NULL 25 1969-12-31 16:00:06.38 25.0 NULL -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +NULL 25 1969-12-31 16:00:07.331 25.0 NULL -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +NULL 25 1969-12-31 16:00:08.234 25.0 NULL -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +NULL 25 1969-12-31 16:00:10.14 25.0 NULL -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +NULL 25 1969-12-31 16:00:11.681 25.0 NULL -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +NULL 25 1969-12-31 16:00:11.749 25.0 NULL -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +NULL 25 1969-12-31 16:00:12.163 25.0 NULL -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +NULL 25 1969-12-31 16:00:12.469 25.0 NULL -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +NULL 25 1969-12-31 16:00:12.473 25.0 NULL -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +NULL 26 1969-12-31 16:00:00.521 26.0 NULL -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +NULL 26 1969-12-31 16:00:00.547 26.0 NULL -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +NULL 26 1969-12-31 16:00:00.923 26.0 NULL -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +NULL 26 1969-12-31 16:00:01.389 26.0 NULL -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +NULL 26 1969-12-31 16:00:01.871 26.0 NULL -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +NULL 26 1969-12-31 16:00:03.657 26.0 NULL -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +NULL 26 1969-12-31 16:00:03.857 26.0 NULL -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +NULL 26 1969-12-31 16:00:04.233 26.0 NULL -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +NULL 26 1969-12-31 16:00:04.699 26.0 NULL -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +NULL 26 1969-12-31 16:00:05.219 26.0 NULL -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +NULL 26 1969-12-31 16:00:05.327 26.0 NULL -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +NULL 26 1969-12-31 16:00:08.152 26.0 NULL -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +NULL 26 1969-12-31 16:00:08.286 26.0 NULL -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +NULL 26 1969-12-31 16:00:10.285 26.0 NULL -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +NULL 26 1969-12-31 16:00:10.506 26.0 NULL -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +NULL 27 1969-12-31 16:00:00.381 27.0 NULL -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +NULL 27 1969-12-31 16:00:00.614 27.0 NULL -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +NULL 27 1969-12-31 16:00:03.727 27.0 NULL -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +NULL 27 1969-12-31 16:00:06.511 27.0 NULL -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +NULL 27 1969-12-31 16:00:09.971 27.0 NULL -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +NULL 27 1969-12-31 16:00:13.951 27.0 NULL -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +NULL 27 1969-12-31 16:00:15.909 27.0 NULL -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +NULL 28 1969-12-31 16:00:02.344 28.0 NULL -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +NULL 28 1969-12-31 16:00:02.795 28.0 NULL -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +NULL 28 1969-12-31 16:00:05.451 28.0 NULL -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +NULL 28 1969-12-31 16:00:06.092 28.0 NULL -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +NULL 28 1969-12-31 16:00:08.292 28.0 NULL -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +NULL 28 1969-12-31 16:00:10.674 28.0 NULL -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +NULL 28 1969-12-31 16:00:11.858 28.0 NULL -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +NULL 28 1969-12-31 16:00:12.148 28.0 NULL -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +NULL 28 1969-12-31 16:00:12.334 28.0 NULL -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +NULL 28 1969-12-31 16:00:12.853 28.0 NULL -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +NULL 28 1969-12-31 16:00:13.409 28.0 NULL -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +NULL 28 1969-12-31 16:00:16.279 28.0 NULL -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +NULL 29 1969-12-31 16:00:02.432 29.0 NULL -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +NULL 29 1969-12-31 16:00:02.6 29.0 NULL -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +NULL 29 1969-12-31 16:00:02.777 29.0 NULL -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +NULL 29 1969-12-31 16:00:04.204 29.0 NULL -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +NULL 29 1969-12-31 16:00:05.79 29.0 NULL -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +NULL 29 1969-12-31 16:00:05.944 29.0 NULL -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +NULL 29 1969-12-31 16:00:08.001 29.0 NULL -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +NULL 29 1969-12-31 16:00:11.081 29.0 NULL -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +NULL 29 1969-12-31 16:00:13.093 29.0 NULL -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +NULL 29 1969-12-31 16:00:13.455 29.0 NULL -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +NULL 29 1969-12-31 16:00:14.829 29.0 NULL -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +NULL 29 1969-12-31 16:00:15.582 29.0 NULL -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +NULL 29 1969-12-31 16:00:16.19 29.0 NULL -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +NULL 30 1969-12-31 16:00:02.401 30.0 NULL -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +NULL 30 1969-12-31 16:00:03.809 30.0 NULL -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +NULL 30 1969-12-31 16:00:03.875 30.0 NULL -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +NULL 30 1969-12-31 16:00:04.199 30.0 NULL -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +NULL 30 1969-12-31 16:00:05.066 30.0 NULL -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +NULL 30 1969-12-31 16:00:06.315 30.0 NULL -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +NULL 30 1969-12-31 16:00:08.142 30.0 NULL -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +NULL 30 1969-12-31 16:00:08.554 30.0 NULL -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +NULL 30 1969-12-31 16:00:11.876 30.0 NULL -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +NULL 30 1969-12-31 16:00:14.23 30.0 NULL -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +NULL 31 1969-12-31 16:00:01.849 31.0 NULL -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +NULL 31 1969-12-31 16:00:02.119 31.0 NULL -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +NULL 31 1969-12-31 16:00:02.363 31.0 NULL -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +NULL 31 1969-12-31 16:00:03.219 31.0 NULL -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +NULL 31 1969-12-31 16:00:05.892 31.0 NULL -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +NULL 31 1969-12-31 16:00:06.729 31.0 NULL -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +NULL 31 1969-12-31 16:00:06.838 31.0 NULL -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +NULL 31 1969-12-31 16:00:08.03 31.0 NULL -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +NULL 31 1969-12-31 16:00:09.393 31.0 NULL -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +NULL 31 1969-12-31 16:00:12.63 31.0 NULL -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +NULL 31 1969-12-31 16:00:13.816 31.0 NULL -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +NULL 32 1969-12-31 16:00:00.12 32.0 NULL -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +NULL 32 1969-12-31 16:00:02.305 32.0 NULL -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +NULL 32 1969-12-31 16:00:02.445 32.0 NULL -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +NULL 32 1969-12-31 16:00:03.571 32.0 NULL -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +NULL 32 1969-12-31 16:00:03.818 32.0 NULL -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +NULL 32 1969-12-31 16:00:04.928 32.0 NULL -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +NULL 32 1969-12-31 16:00:06.576 32.0 NULL -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +NULL 32 1969-12-31 16:00:07.155 32.0 NULL -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +NULL 32 1969-12-31 16:00:07.675 32.0 NULL -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +NULL 32 1969-12-31 16:00:08 32.0 NULL -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +NULL 32 1969-12-31 16:00:08.961 32.0 NULL -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +NULL 32 1969-12-31 16:00:13.823 32.0 NULL -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +NULL 32 1969-12-31 16:00:14.026 32.0 NULL -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +NULL 32 1969-12-31 16:00:15.193 32.0 NULL -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +NULL 32 1969-12-31 16:00:15.868 32.0 NULL -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +NULL 33 1969-12-31 16:00:00.318 33.0 NULL -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +NULL 33 1969-12-31 16:00:00.761 79.553 NULL -33 33 0 79.5530014038086 0.0 -79.5530014038086 6328.679920677185 0.0 -79.5530014038086 0.0 -10.175 79.5530014038086 -0.33034580136836733 79.553 0.0 33 +NULL 33 1969-12-31 16:00:01.228 33.0 NULL -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +NULL 33 1969-12-31 16:00:01.27 33.0 NULL -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +NULL 33 1969-12-31 16:00:02.585 33.0 NULL -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +NULL 33 1969-12-31 16:00:02.983 33.0 NULL -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +NULL 33 1969-12-31 16:00:04.063 79.553 NULL -33 33 0 79.5530014038086 0.0 -79.5530014038086 6328.679920677185 0.0 -79.5530014038086 0.0 -10.175 79.5530014038086 -0.33034580136836733 79.553 0.0 33 +NULL 33 1969-12-31 16:00:04.396 33.0 NULL -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +NULL 33 1969-12-31 16:00:04.568 79.553 NULL -33 33 0 79.5530014038086 0.0 -79.5530014038086 6328.679920677185 0.0 -79.5530014038086 0.0 -10.175 79.5530014038086 -0.33034580136836733 79.553 0.0 33 +NULL 33 1969-12-31 16:00:04.631 33.0 NULL -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +NULL 33 1969-12-31 16:00:07.006 33.0 NULL -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +NULL 33 1969-12-31 16:00:07.421 33.0 NULL -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +NULL 33 1969-12-31 16:00:14.872 33.0 NULL -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +NULL 33 1969-12-31 16:00:15.142 79.553 NULL -33 33 0 79.5530014038086 0.0 -79.5530014038086 6328.679920677185 0.0 -79.5530014038086 0.0 -10.175 79.5530014038086 -0.33034580136836733 79.553 0.0 33 +NULL 33 1969-12-31 16:00:15.198 33.0 NULL -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +NULL 33 1969-12-31 16:00:15.99 33.0 NULL -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +NULL 34 1969-12-31 16:00:00.82 34.0 NULL -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +NULL 34 1969-12-31 16:00:01.232 34.0 NULL -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +NULL 34 1969-12-31 16:00:02.403 34.0 NULL -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +NULL 34 1969-12-31 16:00:02.7 34.0 NULL -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +NULL 34 1969-12-31 16:00:04.36 34.0 NULL -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +NULL 34 1969-12-31 16:00:06.34 34.0 NULL -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +NULL 34 1969-12-31 16:00:07.045 34.0 NULL -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +NULL 34 1969-12-31 16:00:08.234 34.0 NULL -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +NULL 34 1969-12-31 16:00:09.65 34.0 NULL -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +NULL 34 1969-12-31 16:00:09.791 34.0 NULL -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +NULL 34 1969-12-31 16:00:12.502 34.0 NULL -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +NULL 34 1969-12-31 16:00:13.955 34.0 NULL -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +NULL 34 1969-12-31 16:00:14.654 34.0 NULL -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +NULL 34 1969-12-31 16:00:14.909 34.0 NULL -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +NULL 34 1969-12-31 16:00:15.609 34.0 NULL -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +NULL 35 1969-12-31 16:00:00.249 35.0 NULL -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +NULL 35 1969-12-31 16:00:00.546 35.0 NULL -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +NULL 35 1969-12-31 16:00:00.812 35.0 NULL -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +NULL 35 1969-12-31 16:00:00.9 35.0 NULL -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +NULL 35 1969-12-31 16:00:01.792 35.0 NULL -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +NULL 35 1969-12-31 16:00:02.494 35.0 NULL -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +NULL 35 1969-12-31 16:00:05.007 35.0 NULL -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +NULL 35 1969-12-31 16:00:06.051 35.0 NULL -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +NULL 35 1969-12-31 16:00:07.613 35.0 NULL -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +NULL 35 1969-12-31 16:00:07.763 35.0 NULL -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +NULL 35 1969-12-31 16:00:08.37 35.0 NULL -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +NULL 35 1969-12-31 16:00:08.58 35.0 NULL -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +NULL 35 1969-12-31 16:00:09.892 35.0 NULL -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +NULL 35 1969-12-31 16:00:10.259 35.0 NULL -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +NULL 35 1969-12-31 16:00:11.356 35.0 NULL -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +NULL 35 1969-12-31 16:00:14.084 35.0 NULL -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +NULL 36 1969-12-31 16:00:00.554 36.0 NULL -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +NULL 36 1969-12-31 16:00:00.865 36.0 NULL -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +NULL 36 1969-12-31 16:00:05.234 36.0 NULL -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +NULL 36 1969-12-31 16:00:05.251 36.0 NULL -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +NULL 36 1969-12-31 16:00:06.494 36.0 NULL -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +NULL 36 1969-12-31 16:00:06.51 36.0 NULL -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +NULL 36 1969-12-31 16:00:07.27 36.0 NULL -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +NULL 36 1969-12-31 16:00:07.504 36.0 NULL -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +NULL 36 1969-12-31 16:00:10.467 36.0 NULL -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +NULL 36 1969-12-31 16:00:12.979 36.0 NULL -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +NULL 36 1969-12-31 16:00:13.717 36.0 NULL -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +NULL 36 1969-12-31 16:00:14.011 36.0 NULL -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +NULL 36 1969-12-31 16:00:15.446 36.0 NULL -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +NULL 37 1969-12-31 16:00:00.024 37.0 NULL -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +NULL 37 1969-12-31 16:00:00.051 37.0 NULL -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +NULL 37 1969-12-31 16:00:01.979 37.0 NULL -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +NULL 37 1969-12-31 16:00:05.356 37.0 NULL -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +NULL 37 1969-12-31 16:00:06.69 37.0 NULL -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +NULL 37 1969-12-31 16:00:08.692 37.0 NULL -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +NULL 37 1969-12-31 16:00:09.907 37.0 NULL -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +NULL 37 1969-12-31 16:00:09.934 37.0 NULL -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +NULL 37 1969-12-31 16:00:11.091 37.0 NULL -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +NULL 37 1969-12-31 16:00:11.309 37.0 NULL -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +NULL 37 1969-12-31 16:00:12.712 37.0 NULL -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +NULL 37 1969-12-31 16:00:12.728 37.0 NULL -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +NULL 37 1969-12-31 16:00:14.674 37.0 NULL -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +NULL 37 1969-12-31 16:00:14.747 37.0 NULL -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +NULL 37 1969-12-31 16:00:16.313 37.0 NULL -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +NULL 38 1969-12-31 16:00:00.272 38.0 NULL -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +NULL 38 1969-12-31 16:00:00.887 38.0 NULL -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +NULL 38 1969-12-31 16:00:05.29 38.0 NULL -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +NULL 38 1969-12-31 16:00:05.478 38.0 NULL -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +NULL 38 1969-12-31 16:00:08.703 38.0 NULL -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +NULL 38 1969-12-31 16:00:11.028 38.0 NULL -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +NULL 38 1969-12-31 16:00:11.102 38.0 NULL -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +NULL 38 1969-12-31 16:00:13.506 38.0 NULL -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +NULL 38 1969-12-31 16:00:14.648 38.0 NULL -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +NULL 38 1969-12-31 16:00:16.165 38.0 NULL -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +NULL 38 1969-12-31 16:00:16.279 38.0 NULL -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +NULL 38 1969-12-31 16:00:16.322 38.0 NULL -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +NULL 39 1969-12-31 16:00:00.395 39.0 NULL -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +NULL 39 1969-12-31 16:00:01.122 39.0 NULL -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +NULL 39 1969-12-31 16:00:02.789 39.0 NULL -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +NULL 39 1969-12-31 16:00:02.804 39.0 NULL -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +NULL 39 1969-12-31 16:00:05.707 39.0 NULL -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +NULL 39 1969-12-31 16:00:06.149 39.0 NULL -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +NULL 39 1969-12-31 16:00:06.206 39.0 NULL -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +NULL 39 1969-12-31 16:00:07.541 39.0 NULL -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +NULL 39 1969-12-31 16:00:09.365 39.0 NULL -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +NULL 39 1969-12-31 16:00:10.575 39.0 NULL -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +NULL 39 1969-12-31 16:00:10.915 39.0 NULL -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +NULL 39 1969-12-31 16:00:12.557 39.0 NULL -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +NULL 39 1969-12-31 16:00:12.719 39.0 NULL -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +NULL 39 1969-12-31 16:00:14.32 39.0 NULL -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +NULL 39 1969-12-31 16:00:14.79 39.0 NULL -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +NULL 39 1969-12-31 16:00:15.146 39.0 NULL -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +NULL 39 1969-12-31 16:00:15.52 39.0 NULL -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +NULL 40 1969-12-31 16:00:00.258 40.0 NULL -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +NULL 40 1969-12-31 16:00:00.781 40.0 NULL -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +NULL 40 1969-12-31 16:00:01.103 40.0 NULL -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +NULL 40 1969-12-31 16:00:01.356 40.0 NULL -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +NULL 40 1969-12-31 16:00:03.406 40.0 NULL -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +NULL 40 1969-12-31 16:00:05.031 40.0 NULL -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +NULL 40 1969-12-31 16:00:06.346 40.0 NULL -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +NULL 40 1969-12-31 16:00:06.827 40.0 NULL -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +NULL 40 1969-12-31 16:00:07.109 40.0 NULL -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +NULL 40 1969-12-31 16:00:08.06 40.0 NULL -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +NULL 40 1969-12-31 16:00:12.353 40.0 NULL -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +NULL 40 1969-12-31 16:00:14.048 40.0 NULL -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +NULL 40 1969-12-31 16:00:14.565 40.0 NULL -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +NULL 40 1969-12-31 16:00:14.977 40.0 NULL -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +NULL 40 1969-12-31 16:00:15.311 40.0 NULL -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +NULL 41 1969-12-31 16:00:00.123 41.0 NULL -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +NULL 41 1969-12-31 16:00:00.469 41.0 NULL -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +NULL 41 1969-12-31 16:00:01.424 41.0 NULL -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +NULL 41 1969-12-31 16:00:01.652 41.0 NULL -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +NULL 41 1969-12-31 16:00:01.951 41.0 NULL -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +NULL 41 1969-12-31 16:00:03.512 41.0 NULL -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +NULL 41 1969-12-31 16:00:04.12 41.0 NULL -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +NULL 41 1969-12-31 16:00:07.175 41.0 NULL -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +NULL 41 1969-12-31 16:00:08.408 41.0 NULL -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +NULL 41 1969-12-31 16:00:08.418 41.0 NULL -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +NULL 41 1969-12-31 16:00:09.951 41.0 NULL -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +NULL 41 1969-12-31 16:00:10.42 41.0 NULL -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +NULL 41 1969-12-31 16:00:14.017 41.0 NULL -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +NULL 42 1969-12-31 16:00:00.11 42.0 NULL -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +NULL 42 1969-12-31 16:00:00.992 42.0 NULL -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +NULL 42 1969-12-31 16:00:02.249 42.0 NULL -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +NULL 42 1969-12-31 16:00:05.092 42.0 NULL -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +NULL 42 1969-12-31 16:00:05.173 42.0 NULL -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +NULL 42 1969-12-31 16:00:07.179 42.0 NULL -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +NULL 42 1969-12-31 16:00:08.726 42.0 NULL -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +NULL 42 1969-12-31 16:00:10.894 42.0 NULL -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +NULL 42 1969-12-31 16:00:11.591 42.0 NULL -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +NULL 42 1969-12-31 16:00:11.758 42.0 NULL -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +NULL 42 1969-12-31 16:00:13.183 42.0 NULL -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +NULL 42 1969-12-31 16:00:13.385 42.0 NULL -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +NULL 42 1969-12-31 16:00:15.369 42.0 NULL -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +NULL 42 1969-12-31 16:00:16.037 42.0 NULL -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +NULL 42 1969-12-31 16:00:16.251 42.0 NULL -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +NULL 43 1969-12-31 16:00:00.104 43.0 NULL -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +NULL 43 1969-12-31 16:00:01.097 43.0 NULL -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +NULL 43 1969-12-31 16:00:06.578 43.0 NULL -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +NULL 43 1969-12-31 16:00:08.554 43.0 NULL -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +NULL 43 1969-12-31 16:00:13.812 43.0 NULL -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +NULL 43 1969-12-31 16:00:14.685 43.0 NULL -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +NULL 44 1969-12-31 16:00:00.206 44.0 NULL -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +NULL 44 1969-12-31 16:00:01.54 44.0 NULL -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +NULL 44 1969-12-31 16:00:03.211 44.0 NULL -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +NULL 44 1969-12-31 16:00:03.63 44.0 NULL -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +NULL 44 1969-12-31 16:00:03.89 44.0 NULL -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +NULL 44 1969-12-31 16:00:04.431 44.0 NULL -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +NULL 44 1969-12-31 16:00:05.434 44.0 NULL -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +NULL 44 1969-12-31 16:00:06.91 44.0 NULL -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +NULL 44 1969-12-31 16:00:07.731 44.0 NULL -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +NULL 44 1969-12-31 16:00:08.171 44.0 NULL -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +NULL 44 1969-12-31 16:00:09.07 44.0 NULL -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +NULL 44 1969-12-31 16:00:10.163 44.0 NULL -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +NULL 44 1969-12-31 16:00:12.427 44.0 NULL -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +NULL 44 1969-12-31 16:00:14.098 44.0 NULL -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +NULL 44 1969-12-31 16:00:16.279 44.0 NULL -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +NULL 45 1969-12-31 16:00:00.304 45.0 NULL -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +NULL 45 1969-12-31 16:00:00.543 45.0 NULL -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +NULL 45 1969-12-31 16:00:00.663 45.0 NULL -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +NULL 45 1969-12-31 16:00:01.005 45.0 NULL -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +NULL 45 1969-12-31 16:00:02.135 45.0 NULL -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +NULL 45 1969-12-31 16:00:03.875 45.0 NULL -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +NULL 45 1969-12-31 16:00:04.572 45.0 NULL -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +NULL 45 1969-12-31 16:00:05.29 45.0 NULL -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +NULL 45 1969-12-31 16:00:07.497 45.0 NULL -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +NULL 45 1969-12-31 16:00:08.378 45.0 NULL -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +NULL 45 1969-12-31 16:00:08.799 45.0 NULL -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +NULL 45 1969-12-31 16:00:11.443 45.0 NULL -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +NULL 45 1969-12-31 16:00:11.515 45.0 NULL -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +NULL 45 1969-12-31 16:00:12.295 45.0 NULL -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +NULL 45 1969-12-31 16:00:15.07 45.0 NULL -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +NULL 45 1969-12-31 16:00:16.149 45.0 NULL -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +NULL 45 1969-12-31 16:00:16.167 45.0 NULL -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +NULL 46 1969-12-31 16:00:00.259 46.0 NULL -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +NULL 46 1969-12-31 16:00:00.382 46.0 NULL -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +NULL 46 1969-12-31 16:00:01.388 46.0 NULL -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +NULL 46 1969-12-31 16:00:04.102 46.0 NULL -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +NULL 46 1969-12-31 16:00:04.717 46.0 NULL -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +NULL 46 1969-12-31 16:00:05.226 46.0 NULL -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +NULL 46 1969-12-31 16:00:06.353 46.0 NULL -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +NULL 46 1969-12-31 16:00:07.743 46.0 NULL -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +NULL 46 1969-12-31 16:00:09.441 46.0 NULL -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +NULL 46 1969-12-31 16:00:09.752 46.0 NULL -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +NULL 46 1969-12-31 16:00:09.883 46.0 NULL -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +NULL 46 1969-12-31 16:00:09.963 46.0 NULL -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +NULL 47 1969-12-31 16:00:00.351 47.0 NULL -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +NULL 47 1969-12-31 16:00:01.694 47.0 NULL -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +NULL 47 1969-12-31 16:00:02 47.0 NULL -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +NULL 47 1969-12-31 16:00:02.32 47.0 NULL -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +NULL 47 1969-12-31 16:00:04.997 47.0 NULL -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +NULL 47 1969-12-31 16:00:05.344 47.0 NULL -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +NULL 47 1969-12-31 16:00:06.256 47.0 NULL -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +NULL 47 1969-12-31 16:00:06.299 47.0 NULL -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +NULL 47 1969-12-31 16:00:06.723 47.0 NULL -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +NULL 47 1969-12-31 16:00:07.333 47.0 NULL -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +NULL 47 1969-12-31 16:00:08.18 47.0 NULL -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +NULL 47 1969-12-31 16:00:11.165 47.0 NULL -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +NULL 47 1969-12-31 16:00:12.183 47.0 NULL -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +NULL 47 1969-12-31 16:00:15.105 47.0 NULL -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +NULL 48 1969-12-31 16:00:00.008 48.0 NULL -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +NULL 48 1969-12-31 16:00:00.88 48.0 NULL -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +NULL 48 1969-12-31 16:00:02.043 48.0 NULL -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +NULL 48 1969-12-31 16:00:05.616 48.0 NULL -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +NULL 48 1969-12-31 16:00:06.529 48.0 NULL -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +NULL 48 1969-12-31 16:00:07.08 48.0 NULL -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +NULL 48 1969-12-31 16:00:07.115 48.0 NULL -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +NULL 48 1969-12-31 16:00:07.257 48.0 NULL -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +NULL 48 1969-12-31 16:00:08.445 48.0 NULL -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +NULL 48 1969-12-31 16:00:09.582 48.0 NULL -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +NULL 48 1969-12-31 16:00:09.824 48.0 NULL -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +NULL 48 1969-12-31 16:00:10.548 48.0 NULL -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +NULL 48 1969-12-31 16:00:10.669 48.0 NULL -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +NULL 48 1969-12-31 16:00:11.476 48.0 NULL -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +NULL 48 1969-12-31 16:00:15.512 48.0 NULL -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +NULL 48 1969-12-31 16:00:15.548 48.0 NULL -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +NULL 48 1969-12-31 16:00:16.19 48.0 NULL -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +NULL 49 1969-12-31 16:00:00.148 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:00.578 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:00.754 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:00.805 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:01.128 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:02.657 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:03.074 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:04.12 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:05.369 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:08.301 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:08.726 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:10.173 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:10.324 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:10.523 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:11.333 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:12.006 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:12.104 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:12.977 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:13.503 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:13.879 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 49 1969-12-31 16:00:15.113 49.0 NULL -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +NULL 50 1969-12-31 16:00:00.022 50.0 NULL -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +NULL 50 1969-12-31 16:00:04.228 50.0 NULL -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +NULL 50 1969-12-31 16:00:05.051 50.0 NULL -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +NULL 50 1969-12-31 16:00:06.371 50.0 NULL -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +NULL 50 1969-12-31 16:00:08.38 50.0 NULL -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +NULL 50 1969-12-31 16:00:08.584 50.0 NULL -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +NULL 50 1969-12-31 16:00:09.364 50.0 NULL -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +NULL 50 1969-12-31 16:00:09.965 50.0 NULL -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +NULL 50 1969-12-31 16:00:10.654 50.0 NULL -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +NULL 50 1969-12-31 16:00:11.048 50.0 NULL -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +NULL 50 1969-12-31 16:00:15.232 50.0 NULL -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +NULL 51 1969-12-31 16:00:00.147 51.0 NULL -51 51 0 51.0 0.0 -51.0 4057.203 0.0 -51.0 0.0 -10.175 51.0 -0.5152941176470588 51.0 0.0 51 +NULL 51 1969-12-31 16:00:00.899 51.0 NULL -51 51 0 51.0 0.0 -51.0 4057.203 0.0 -51.0 0.0 -10.175 51.0 -0.5152941176470588 51.0 0.0 51 +NULL 51 1969-12-31 16:00:01.211 51.0 NULL -51 51 0 51.0 0.0 -51.0 4057.203 0.0 -51.0 0.0 -10.175 51.0 -0.5152941176470588 51.0 0.0 51 +NULL 51 1969-12-31 16:00:02.415 51.0 NULL -51 51 0 51.0 0.0 -51.0 4057.203 0.0 -51.0 0.0 -10.175 51.0 -0.5152941176470588 51.0 0.0 51 +NULL 51 1969-12-31 16:00:06.516 51.0 NULL -51 51 0 51.0 0.0 -51.0 4057.203 0.0 -51.0 0.0 -10.175 51.0 -0.5152941176470588 51.0 0.0 51 +NULL 51 1969-12-31 16:00:06.906 51.0 NULL -51 51 0 51.0 0.0 -51.0 4057.203 0.0 -51.0 0.0 -10.175 51.0 -0.5152941176470588 51.0 0.0 51 +NULL 51 1969-12-31 16:00:08.063 51.0 NULL -51 51 0 51.0 0.0 -51.0 4057.203 0.0 -51.0 0.0 -10.175 51.0 -0.5152941176470588 51.0 0.0 51 +NULL 51 1969-12-31 16:00:08.949 51.0 NULL -51 51 0 51.0 0.0 -51.0 4057.203 0.0 -51.0 0.0 -10.175 51.0 -0.5152941176470588 51.0 0.0 51 +NULL 51 1969-12-31 16:00:10.321 51.0 NULL -51 51 0 51.0 0.0 -51.0 4057.203 0.0 -51.0 0.0 -10.175 51.0 -0.5152941176470588 51.0 0.0 51 +NULL 51 1969-12-31 16:00:15.668 51.0 NULL -51 51 0 51.0 0.0 -51.0 4057.203 0.0 -51.0 0.0 -10.175 51.0 -0.5152941176470588 51.0 0.0 51 +NULL 52 1969-12-31 16:00:00.072 52.0 NULL -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +NULL 52 1969-12-31 16:00:00.158 52.0 NULL -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +NULL 52 1969-12-31 16:00:01.062 52.0 NULL -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +NULL 52 1969-12-31 16:00:02.269 52.0 NULL -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +NULL 52 1969-12-31 16:00:04.024 52.0 NULL -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +NULL 52 1969-12-31 16:00:05.484 52.0 NULL -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +NULL 52 1969-12-31 16:00:06.616 52.0 NULL -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +NULL 52 1969-12-31 16:00:06.737 52.0 NULL -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +NULL 52 1969-12-31 16:00:10.394 52.0 NULL -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +NULL 52 1969-12-31 16:00:13.14 52.0 NULL -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +NULL 52 1969-12-31 16:00:15.227 52.0 NULL -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +NULL 53 1969-12-31 16:00:00.557 53.0 NULL -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +NULL 53 1969-12-31 16:00:02.966 53.0 NULL -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +NULL 53 1969-12-31 16:00:13.231 53.0 NULL -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +NULL 53 1969-12-31 16:00:15.223 53.0 NULL -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +NULL 53 1969-12-31 16:00:15.38 53.0 NULL -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +NULL 53 1969-12-31 16:00:15.401 53.0 NULL -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +NULL 54 1969-12-31 16:00:00.105 54.0 NULL -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +NULL 54 1969-12-31 16:00:00.546 54.0 NULL -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +NULL 54 1969-12-31 16:00:01.733 54.0 NULL -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +NULL 54 1969-12-31 16:00:01.841 54.0 NULL -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +NULL 54 1969-12-31 16:00:05.43 54.0 NULL -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +NULL 54 1969-12-31 16:00:06.945 54.0 NULL -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +NULL 54 1969-12-31 16:00:08.241 54.0 NULL -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +NULL 54 1969-12-31 16:00:08.667 54.0 NULL -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +NULL 54 1969-12-31 16:00:08.793 54.0 NULL -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +NULL 54 1969-12-31 16:00:10.187 54.0 NULL -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +NULL 54 1969-12-31 16:00:10.45 54.0 NULL -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +NULL 54 1969-12-31 16:00:13.128 54.0 NULL -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +NULL 54 1969-12-31 16:00:14.808 54.0 NULL -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +NULL 55 1969-12-31 16:00:00.124 55.0 NULL -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +NULL 55 1969-12-31 16:00:00.805 55.0 NULL -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +NULL 55 1969-12-31 16:00:01.229 55.0 NULL -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +NULL 55 1969-12-31 16:00:02.215 55.0 NULL -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +NULL 55 1969-12-31 16:00:02.488 55.0 NULL -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +NULL 55 1969-12-31 16:00:03.384 55.0 NULL -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +NULL 55 1969-12-31 16:00:08.191 55.0 NULL -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +NULL 55 1969-12-31 16:00:09.69 55.0 NULL -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +NULL 55 1969-12-31 16:00:10.601 55.0 NULL -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +NULL 55 1969-12-31 16:00:14.709 55.0 NULL -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +NULL 55 1969-12-31 16:00:15.035 55.0 NULL -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +NULL 56 1969-12-31 16:00:00.446 56.0 NULL -56 56 0 56.0 0.0 -56.0 4454.968 0.0 -56.0 0.0 -10.175 56.0 -0.4692857142857143 56.0 0.0 56 +NULL 56 1969-12-31 16:00:00.909 56.0 NULL -56 56 0 56.0 0.0 -56.0 4454.968 0.0 -56.0 0.0 -10.175 56.0 -0.4692857142857143 56.0 0.0 56 +NULL 56 1969-12-31 16:00:09.452 56.0 NULL -56 56 0 56.0 0.0 -56.0 4454.968 0.0 -56.0 0.0 -10.175 56.0 -0.4692857142857143 56.0 0.0 56 +NULL 56 1969-12-31 16:00:10.767 56.0 NULL -56 56 0 56.0 0.0 -56.0 4454.968 0.0 -56.0 0.0 -10.175 56.0 -0.4692857142857143 56.0 0.0 56 +NULL 56 1969-12-31 16:00:11.845 56.0 NULL -56 56 0 56.0 0.0 -56.0 4454.968 0.0 -56.0 0.0 -10.175 56.0 -0.4692857142857143 56.0 0.0 56 +NULL 56 1969-12-31 16:00:16.056 56.0 NULL -56 56 0 56.0 0.0 -56.0 4454.968 0.0 -56.0 0.0 -10.175 56.0 -0.4692857142857143 56.0 0.0 56 +NULL 57 1969-12-31 16:00:00.363 57.0 NULL -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +NULL 57 1969-12-31 16:00:01.811 57.0 NULL -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +NULL 57 1969-12-31 16:00:03.066 57.0 NULL -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +NULL 57 1969-12-31 16:00:03.351 57.0 NULL -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +NULL 57 1969-12-31 16:00:04.207 57.0 NULL -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +NULL 57 1969-12-31 16:00:04.254 57.0 NULL -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +NULL 57 1969-12-31 16:00:06.997 57.0 NULL -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +NULL 57 1969-12-31 16:00:07.361 57.0 NULL -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +NULL 57 1969-12-31 16:00:07.907 57.0 NULL -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +NULL 57 1969-12-31 16:00:09.441 57.0 NULL -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +NULL 57 1969-12-31 16:00:12.523 57.0 NULL -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +NULL 57 1969-12-31 16:00:13.023 57.0 NULL -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +NULL 57 1969-12-31 16:00:14.011 57.0 NULL -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +NULL 57 1969-12-31 16:00:14.076 57.0 NULL -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +NULL 57 1969-12-31 16:00:15.76 57.0 NULL -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +NULL 58 1969-12-31 16:00:01.148 58.0 NULL -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +NULL 58 1969-12-31 16:00:03.239 58.0 NULL -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +NULL 58 1969-12-31 16:00:03.366 58.0 NULL -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +NULL 58 1969-12-31 16:00:04.031 58.0 NULL -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +NULL 58 1969-12-31 16:00:04.21 58.0 NULL -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +NULL 58 1969-12-31 16:00:11.353 58.0 NULL -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +NULL 58 1969-12-31 16:00:11.449 58.0 NULL -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +NULL 58 1969-12-31 16:00:12.924 58.0 NULL -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +NULL 58 1969-12-31 16:00:13.801 58.0 NULL -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +NULL 58 1969-12-31 16:00:14.013 58.0 NULL -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +NULL 58 1969-12-31 16:00:15.841 58.0 NULL -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +NULL 59 1969-12-31 16:00:00.419 59.0 NULL -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +NULL 59 1969-12-31 16:00:00.551 59.0 NULL -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +NULL 59 1969-12-31 16:00:00.738 59.0 NULL -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +NULL 59 1969-12-31 16:00:01.496 59.0 NULL -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +NULL 59 1969-12-31 16:00:03.463 59.0 NULL -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +NULL 59 1969-12-31 16:00:03.671 59.0 NULL -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +NULL 59 1969-12-31 16:00:04.284 59.0 NULL -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +NULL 59 1969-12-31 16:00:04.476 59.0 NULL -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +NULL 59 1969-12-31 16:00:05.13 59.0 NULL -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +NULL 59 1969-12-31 16:00:09.343 59.0 NULL -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +NULL 59 1969-12-31 16:00:10.956 59.0 NULL -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +NULL 59 1969-12-31 16:00:12.325 59.0 NULL -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +NULL 59 1969-12-31 16:00:15.05 59.0 NULL -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +NULL 60 1969-12-31 16:00:02.526 60.0 NULL -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +NULL 60 1969-12-31 16:00:05.691 60.0 NULL -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +NULL 60 1969-12-31 16:00:06.811 60.0 NULL -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +NULL 60 1969-12-31 16:00:07.419 60.0 NULL -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +NULL 60 1969-12-31 16:00:07.707 60.0 NULL -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +NULL 60 1969-12-31 16:00:08.373 60.0 NULL -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +NULL 60 1969-12-31 16:00:11.003 60.0 NULL -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +NULL 60 1969-12-31 16:00:13.214 60.0 NULL -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +NULL 60 1969-12-31 16:00:13.71 60.0 NULL -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +NULL 61 1969-12-31 16:00:01.091 61.0 NULL -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +NULL 61 1969-12-31 16:00:01.11 61.0 NULL -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +NULL 61 1969-12-31 16:00:01.505 61.0 NULL -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +NULL 61 1969-12-31 16:00:02.361 61.0 NULL -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +NULL 61 1969-12-31 16:00:05.697 61.0 NULL -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +NULL 61 1969-12-31 16:00:07.588 61.0 NULL -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +NULL 61 1969-12-31 16:00:09.251 61.0 NULL -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +NULL 61 1969-12-31 16:00:11.132 61.0 NULL -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +NULL 61 1969-12-31 16:00:12.2 61.0 NULL -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +NULL 61 1969-12-31 16:00:13.868 61.0 NULL -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +NULL 61 1969-12-31 16:00:15.143 61.0 NULL -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +NULL 62 1969-12-31 16:00:00.056 62.0 NULL -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +NULL 62 1969-12-31 16:00:00.461 62.0 NULL -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +NULL 62 1969-12-31 16:00:02.308 62.0 NULL -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +NULL 62 1969-12-31 16:00:02.38 62.0 NULL -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +NULL 62 1969-12-31 16:00:02.861 62.0 NULL -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +NULL 62 1969-12-31 16:00:04.967 62.0 NULL -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +NULL 62 1969-12-31 16:00:05.027 62.0 NULL -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +NULL 62 1969-12-31 16:00:07.828 62.0 NULL -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +NULL 62 1969-12-31 16:00:10.51 62.0 NULL -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +NULL 62 1969-12-31 16:00:11.213 62.0 NULL -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +NULL 62 1969-12-31 16:00:12.36 62.0 NULL -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +NULL 62 1969-12-31 16:00:12.762 62.0 NULL -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +NULL 62 1969-12-31 16:00:13.422 62.0 NULL -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +NULL 62 1969-12-31 16:00:13.524 62.0 NULL -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +NULL 62 1969-12-31 16:00:14.364 62.0 NULL -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +NULL 62 1969-12-31 16:00:14.982 62.0 NULL -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +true -64 1969-12-31 16:00:00.013 -64.0 1cGVWH7n1QU 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +true -64 1969-12-31 16:00:00.172 -64.0 1cGVWH7n1QU 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +true -64 1969-12-31 16:00:00.631 -64.0 1cGVWH7n1QU 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +true -64 1969-12-31 16:00:01.305 -64.0 cvLH6Eat2yFsyy7p 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +true -64 1969-12-31 16:00:01.79 -64.0 1cGVWH7n1QU 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +true -64 1969-12-31 16:00:02.496 -64.0 821UdmGbkEf4j 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +true -64 1969-12-31 16:00:03.088 -64.0 cvLH6Eat2yFsyy7p 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +true -64 1969-12-31 16:00:04.662 -64.0 821UdmGbkEf4j 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +true -64 1969-12-31 16:00:10.273 -64.0 821UdmGbkEf4j 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +true -64 1969-12-31 16:00:11.952 -64.0 821UdmGbkEf4j 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +true -64 1969-12-31 16:00:12.857 -64.0 821UdmGbkEf4j 64 -64 0 -64.0 -0.0 64.0 -5091.392 0.0 64.0 0.0 -10.175 -64.0 0.410625 -64.0 0.0 -64 +true -63 1969-12-31 16:00:05.654 -63.0 821UdmGbkEf4j 63 -63 0 -63.0 -0.0 63.0 -5011.839 0.0 63.0 0.0 -10.175 -63.0 0.41714285714285715 -63.0 0.0 -63 +true -63 1969-12-31 16:00:07.623 -63.0 cvLH6Eat2yFsyy7p 63 -63 0 -63.0 -0.0 63.0 -5011.839 0.0 63.0 0.0 -10.175 -63.0 0.41714285714285715 -63.0 0.0 -63 +true -63 1969-12-31 16:00:09.14 -63.0 821UdmGbkEf4j 63 -63 0 -63.0 -0.0 63.0 -5011.839 0.0 63.0 0.0 -10.175 -63.0 0.41714285714285715 -63.0 0.0 -63 +true -63 1969-12-31 16:00:13.752 -63.0 cvLH6Eat2yFsyy7p 63 -63 0 -63.0 -0.0 63.0 -5011.839 0.0 63.0 0.0 -10.175 -63.0 0.41714285714285715 -63.0 0.0 -63 +true -63 1969-12-31 16:00:14.899 -63.0 cvLH6Eat2yFsyy7p 63 -63 0 -63.0 -0.0 63.0 -5011.839 0.0 63.0 0.0 -10.175 -63.0 0.41714285714285715 -63.0 0.0 -63 +true -63 1969-12-31 16:00:15.827 -63.0 cvLH6Eat2yFsyy7p 63 -63 0 -63.0 -0.0 63.0 -5011.839 0.0 63.0 0.0 -10.175 -63.0 0.41714285714285715 -63.0 0.0 -63 +true -62 1969-12-31 16:00:00.337 -62.0 1cGVWH7n1QU 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +true -62 1969-12-31 16:00:00.659 -62.0 821UdmGbkEf4j 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +true -62 1969-12-31 16:00:00.684 -62.0 cvLH6Eat2yFsyy7p 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +true -62 1969-12-31 16:00:01.419 -62.0 821UdmGbkEf4j 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +true -62 1969-12-31 16:00:02.123 -62.0 1cGVWH7n1QU 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +true -62 1969-12-31 16:00:02.922 -62.0 821UdmGbkEf4j 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +true -62 1969-12-31 16:00:04.978 -62.0 cvLH6Eat2yFsyy7p 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +true -62 1969-12-31 16:00:07.756 -62.0 1cGVWH7n1QU 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +true -62 1969-12-31 16:00:07.847 -62.0 cvLH6Eat2yFsyy7p 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +true -62 1969-12-31 16:00:07.903 -62.0 821UdmGbkEf4j 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +true -62 1969-12-31 16:00:13.677 -62.0 cvLH6Eat2yFsyy7p 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +true -62 1969-12-31 16:00:14.872 -62.0 821UdmGbkEf4j 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +true -62 1969-12-31 16:00:15.153 -62.0 821UdmGbkEf4j 62 -62 0 -62.0 -0.0 62.0 -4932.286 0.0 62.0 0.0 -10.175 -62.0 0.4238709677419355 -62.0 0.0 -62 +true -61 1969-12-31 16:00:00.554 -61.0 1cGVWH7n1QU 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +true -61 1969-12-31 16:00:02.339 -61.0 cvLH6Eat2yFsyy7p 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +true -61 1969-12-31 16:00:02.497 -61.0 cvLH6Eat2yFsyy7p 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +true -61 1969-12-31 16:00:03.742 -61.0 1cGVWH7n1QU 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +true -61 1969-12-31 16:00:07.538 -61.0 821UdmGbkEf4j 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +true -61 1969-12-31 16:00:09.809 -61.0 1cGVWH7n1QU 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +true -61 1969-12-31 16:00:10.713 -61.0 cvLH6Eat2yFsyy7p 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +true -61 1969-12-31 16:00:12.045 -61.0 1cGVWH7n1QU 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +true -61 1969-12-31 16:00:12.75 -61.0 cvLH6Eat2yFsyy7p 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +true -61 1969-12-31 16:00:15.325 -61.0 821UdmGbkEf4j 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +true -61 1969-12-31 16:00:15.694 -61.0 cvLH6Eat2yFsyy7p 61 -61 0 -61.0 -0.0 61.0 -4852.733 0.0 61.0 0.0 -10.175 -61.0 0.4308196721311476 -61.0 0.0 -61 +true -60 1969-12-31 16:00:02.636 -60.0 1cGVWH7n1QU 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +true -60 1969-12-31 16:00:05.661 -60.0 821UdmGbkEf4j 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +true -60 1969-12-31 16:00:06.389 -60.0 cvLH6Eat2yFsyy7p 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +true -60 1969-12-31 16:00:06.658 -60.0 821UdmGbkEf4j 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +true -60 1969-12-31 16:00:07.838 -60.0 1cGVWH7n1QU 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +true -60 1969-12-31 16:00:08.445 -60.0 cvLH6Eat2yFsyy7p 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +true -60 1969-12-31 16:00:11.849 -60.0 1cGVWH7n1QU 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +true -60 1969-12-31 16:00:12.223 -60.0 1cGVWH7n1QU 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +true -60 1969-12-31 16:00:12.291 -60.0 821UdmGbkEf4j 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +true -60 1969-12-31 16:00:13.567 -60.0 821UdmGbkEf4j 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +true -60 1969-12-31 16:00:15.188 -60.0 cvLH6Eat2yFsyy7p 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +true -60 1969-12-31 16:00:16.165 -60.0 cvLH6Eat2yFsyy7p 60 -60 0 -60.0 -0.0 60.0 -4773.18 0.0 60.0 0.0 -10.175 -60.0 0.438 -60.0 0.0 -60 +true -59 1969-12-31 16:00:00.418 -59.0 cvLH6Eat2yFsyy7p 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +true -59 1969-12-31 16:00:00.516 -59.0 cvLH6Eat2yFsyy7p 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +true -59 1969-12-31 16:00:00.648 -59.0 821UdmGbkEf4j 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +true -59 1969-12-31 16:00:00.838 -59.0 cvLH6Eat2yFsyy7p 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +true -59 1969-12-31 16:00:07.905 -59.0 1cGVWH7n1QU 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +true -59 1969-12-31 16:00:10.532 -59.0 821UdmGbkEf4j 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +true -59 1969-12-31 16:00:11.065 -59.0 821UdmGbkEf4j 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +true -59 1969-12-31 16:00:11.109 -59.0 1cGVWH7n1QU 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +true -59 1969-12-31 16:00:11.231 -59.0 821UdmGbkEf4j 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +true -59 1969-12-31 16:00:11.758 -59.0 821UdmGbkEf4j 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +true -59 1969-12-31 16:00:12.227 -59.0 cvLH6Eat2yFsyy7p 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +true -59 1969-12-31 16:00:15.242 -59.0 821UdmGbkEf4j 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +true -59 1969-12-31 16:00:15.278 -59.0 cvLH6Eat2yFsyy7p 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +true -59 1969-12-31 16:00:16.069 -59.0 cvLH6Eat2yFsyy7p 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +true -59 1969-12-31 16:00:16.125 -59.0 cvLH6Eat2yFsyy7p 59 -59 0 -59.0 -0.0 59.0 -4693.6269999999995 0.0 59.0 0.0 -10.175 -59.0 0.44542372881355935 -59.0 0.0 -59 +true -58 1969-12-31 16:00:00.027 -58.0 1cGVWH7n1QU 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +true -58 1969-12-31 16:00:00.238 -58.0 1cGVWH7n1QU 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +true -58 1969-12-31 16:00:01.246 -58.0 cvLH6Eat2yFsyy7p 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +true -58 1969-12-31 16:00:02.404 -58.0 821UdmGbkEf4j 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +true -58 1969-12-31 16:00:02.61 -58.0 821UdmGbkEf4j 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +true -58 1969-12-31 16:00:02.915 -58.0 821UdmGbkEf4j 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +true -58 1969-12-31 16:00:03.03 -58.0 821UdmGbkEf4j 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +true -58 1969-12-31 16:00:03.684 -58.0 821UdmGbkEf4j 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +true -58 1969-12-31 16:00:03.782 -58.0 cvLH6Eat2yFsyy7p 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +true -58 1969-12-31 16:00:07.288 -58.0 821UdmGbkEf4j 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +true -58 1969-12-31 16:00:08.661 -58.0 cvLH6Eat2yFsyy7p 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +true -58 1969-12-31 16:00:10.922 -58.0 821UdmGbkEf4j 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +true -58 1969-12-31 16:00:12.918 -58.0 cvLH6Eat2yFsyy7p 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +true -58 1969-12-31 16:00:13.209 -58.0 cvLH6Eat2yFsyy7p 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +true -58 1969-12-31 16:00:14.933 -58.0 cvLH6Eat2yFsyy7p 58 -58 0 -58.0 -0.0 58.0 -4614.074 0.0 58.0 0.0 -10.175 -58.0 0.4531034482758621 -58.0 0.0 -58 +true -57 1969-12-31 16:00:00.56 -57.0 1cGVWH7n1QU 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +true -57 1969-12-31 16:00:01.322 -57.0 1cGVWH7n1QU 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +true -57 1969-12-31 16:00:01.831 -57.0 1cGVWH7n1QU 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +true -57 1969-12-31 16:00:03.817 -57.0 821UdmGbkEf4j 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +true -57 1969-12-31 16:00:05.19 -57.0 821UdmGbkEf4j 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +true -57 1969-12-31 16:00:05.318 -57.0 1cGVWH7n1QU 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +true -57 1969-12-31 16:00:06.898 -57.0 821UdmGbkEf4j 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +true -57 1969-12-31 16:00:08.471 -57.0 cvLH6Eat2yFsyy7p 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +true -57 1969-12-31 16:00:08.709 -57.0 821UdmGbkEf4j 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +true -57 1969-12-31 16:00:08.941 -57.0 cvLH6Eat2yFsyy7p 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +true -57 1969-12-31 16:00:09.066 -57.0 1cGVWH7n1QU 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +true -57 1969-12-31 16:00:10.312 -57.0 821UdmGbkEf4j 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +true -57 1969-12-31 16:00:10.994 -57.0 1cGVWH7n1QU 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +true -57 1969-12-31 16:00:11.534 -57.0 cvLH6Eat2yFsyy7p 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +true -57 1969-12-31 16:00:13.365 -57.0 1cGVWH7n1QU 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +true -57 1969-12-31 16:00:14.225 -57.0 821UdmGbkEf4j 57 -57 0 -57.0 -0.0 57.0 -4534.521 0.0 57.0 0.0 -10.175 -57.0 0.4610526315789474 -57.0 0.0 -57 +true -56 1969-12-31 16:00:00.274 -56.0 821UdmGbkEf4j 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:00.298 -56.0 1cGVWH7n1QU 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:00.575 -56.0 cvLH6Eat2yFsyy7p 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:00.65 -56.0 821UdmGbkEf4j 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:01.467 -56.0 821UdmGbkEf4j 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:05.674 -56.0 1cGVWH7n1QU 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:05.851 -56.0 cvLH6Eat2yFsyy7p 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:06.303 -56.0 821UdmGbkEf4j 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:06.802 -56.0 821UdmGbkEf4j 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:07.316 -56.0 cvLH6Eat2yFsyy7p 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:07.364 -56.0 cvLH6Eat2yFsyy7p 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:07.559 -56.0 cvLH6Eat2yFsyy7p 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:08.296 -56.0 cvLH6Eat2yFsyy7p 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:08.784 -56.0 821UdmGbkEf4j 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:10.802 -56.0 821UdmGbkEf4j 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:11.242 -56.0 cvLH6Eat2yFsyy7p 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:13.534 -56.0 1cGVWH7n1QU 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:14.038 -56.0 1cGVWH7n1QU 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:14.689 -56.0 cvLH6Eat2yFsyy7p 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -56 1969-12-31 16:00:16.37 -56.0 cvLH6Eat2yFsyy7p 56 -56 0 -56.0 -0.0 56.0 -4454.968 0.0 56.0 0.0 -10.175 -56.0 0.4692857142857143 -56.0 0.0 -56 +true -55 1969-12-31 16:00:00.557 -55.0 821UdmGbkEf4j 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +true -55 1969-12-31 16:00:02.71 -55.0 821UdmGbkEf4j 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +true -55 1969-12-31 16:00:03.885 -55.0 821UdmGbkEf4j 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +true -55 1969-12-31 16:00:05.36 -55.0 1cGVWH7n1QU 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +true -55 1969-12-31 16:00:05.568 -55.0 cvLH6Eat2yFsyy7p 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +true -55 1969-12-31 16:00:05.591 -55.0 1cGVWH7n1QU 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +true -55 1969-12-31 16:00:06.667 -55.0 cvLH6Eat2yFsyy7p 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +true -55 1969-12-31 16:00:07.022 -55.0 821UdmGbkEf4j 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +true -55 1969-12-31 16:00:07.854 -55.0 1cGVWH7n1QU 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +true -55 1969-12-31 16:00:12.297 -55.0 1cGVWH7n1QU 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +true -55 1969-12-31 16:00:13.15 -55.0 1cGVWH7n1QU 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +true -55 1969-12-31 16:00:16.055 -55.0 cvLH6Eat2yFsyy7p 55 -55 0 -55.0 -0.0 55.0 -4375.415 0.0 55.0 0.0 -10.175 -55.0 0.47781818181818186 -55.0 0.0 -55 +true -54 1969-12-31 16:00:00.023 -54.0 1cGVWH7n1QU 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +true -54 1969-12-31 16:00:00.043 -54.0 821UdmGbkEf4j 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +true -54 1969-12-31 16:00:01.64 -54.0 821UdmGbkEf4j 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +true -54 1969-12-31 16:00:01.822 -54.0 cvLH6Eat2yFsyy7p 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +true -54 1969-12-31 16:00:01.931 -54.0 cvLH6Eat2yFsyy7p 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +true -54 1969-12-31 16:00:02.201 -54.0 cvLH6Eat2yFsyy7p 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +true -54 1969-12-31 16:00:03.119 -54.0 cvLH6Eat2yFsyy7p 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +true -54 1969-12-31 16:00:03.601 -54.0 821UdmGbkEf4j 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +true -54 1969-12-31 16:00:03.725 -54.0 1cGVWH7n1QU 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +true -54 1969-12-31 16:00:04.345 -54.0 1cGVWH7n1QU 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +true -54 1969-12-31 16:00:05.201 -54.0 cvLH6Eat2yFsyy7p 54 -54 0 -54.0 -0.0 54.0 -4295.862 0.0 54.0 0.0 -10.175 -54.0 0.4866666666666667 -54.0 0.0 -54 +true -53 1969-12-31 16:00:00.234 -53.0 821UdmGbkEf4j 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +true -53 1969-12-31 16:00:01.437 -53.0 821UdmGbkEf4j 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +true -53 1969-12-31 16:00:05.412 -53.0 cvLH6Eat2yFsyy7p 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +true -53 1969-12-31 16:00:09.276 -53.0 1cGVWH7n1QU 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +true -53 1969-12-31 16:00:09.583 -53.0 821UdmGbkEf4j 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +true -53 1969-12-31 16:00:11.419 -53.0 cvLH6Eat2yFsyy7p 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +true -53 1969-12-31 16:00:11.598 -53.0 821UdmGbkEf4j 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +true -53 1969-12-31 16:00:11.977 -53.0 821UdmGbkEf4j 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +true -53 1969-12-31 16:00:13.701 -53.0 cvLH6Eat2yFsyy7p 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +true -53 1969-12-31 16:00:14.582 -53.0 cvLH6Eat2yFsyy7p 53 -53 0 -53.0 -0.0 53.0 -4216.309 0.0 53.0 0.0 -10.175 -53.0 0.4958490566037736 -53.0 0.0 -53 +true -52 1969-12-31 16:00:00.309 -52.0 cvLH6Eat2yFsyy7p 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:00.849 -52.0 1cGVWH7n1QU 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:01.455 -52.0 cvLH6Eat2yFsyy7p 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:01.824 -52.0 821UdmGbkEf4j 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:02.177 -52.0 1cGVWH7n1QU 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:02.242 -52.0 cvLH6Eat2yFsyy7p 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:03.914 -52.0 1cGVWH7n1QU 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:04.169 -52.0 821UdmGbkEf4j 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:06.732 -52.0 821UdmGbkEf4j 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:07.94 -52.0 cvLH6Eat2yFsyy7p 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:09.062 -52.0 1cGVWH7n1QU 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:09.929 -52.0 821UdmGbkEf4j 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:10.304 -52.0 cvLH6Eat2yFsyy7p 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:10.928 -52.0 1cGVWH7n1QU 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:14.251 -52.0 1cGVWH7n1QU 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:14.404 -52.0 cvLH6Eat2yFsyy7p 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:14.489 -52.0 1cGVWH7n1QU 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:15.545 -52.0 821UdmGbkEf4j 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -52 1969-12-31 16:00:15.752 -52.0 cvLH6Eat2yFsyy7p 52 -52 0 -52.0 -0.0 52.0 -4136.755999999999 0.0 52.0 0.0 -10.175 -52.0 0.5053846153846154 -52.0 0.0 -52 +true -51 1969-12-31 16:00:00.231 -51.0 1cGVWH7n1QU 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +true -51 1969-12-31 16:00:00.447 -51.0 cvLH6Eat2yFsyy7p 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +true -51 1969-12-31 16:00:02.479 -51.0 cvLH6Eat2yFsyy7p 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +true -51 1969-12-31 16:00:04.159 -51.0 cvLH6Eat2yFsyy7p 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +true -51 1969-12-31 16:00:10.827 -51.0 821UdmGbkEf4j 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +true -51 1969-12-31 16:00:11.394 -51.0 cvLH6Eat2yFsyy7p 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +true -51 1969-12-31 16:00:13.026 -51.0 cvLH6Eat2yFsyy7p 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +true -51 1969-12-31 16:00:13.085 -51.0 1cGVWH7n1QU 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +true -51 1969-12-31 16:00:14.909 -51.0 1cGVWH7n1QU 51 -51 0 -51.0 -0.0 51.0 -4057.203 0.0 51.0 0.0 -10.175 -51.0 0.5152941176470588 -51.0 0.0 -51 +true -50 1969-12-31 16:00:00.274 -50.0 821UdmGbkEf4j 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +true -50 1969-12-31 16:00:01.151 -50.0 821UdmGbkEf4j 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +true -50 1969-12-31 16:00:01.706 -50.0 cvLH6Eat2yFsyy7p 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +true -50 1969-12-31 16:00:02.251 -50.0 821UdmGbkEf4j 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +true -50 1969-12-31 16:00:02.775 -50.0 821UdmGbkEf4j 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +true -50 1969-12-31 16:00:06.167 -50.0 1cGVWH7n1QU 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +true -50 1969-12-31 16:00:06.726 -50.0 1cGVWH7n1QU 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +true -50 1969-12-31 16:00:07.249 -50.0 821UdmGbkEf4j 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +true -50 1969-12-31 16:00:08.153 -50.0 1cGVWH7n1QU 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +true -50 1969-12-31 16:00:08.354 -50.0 cvLH6Eat2yFsyy7p 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +true -50 1969-12-31 16:00:08.625 -50.0 cvLH6Eat2yFsyy7p 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +true -50 1969-12-31 16:00:11.234 -50.0 1cGVWH7n1QU 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +true -50 1969-12-31 16:00:12.339 -50.0 cvLH6Eat2yFsyy7p 50 -50 0 -50.0 -0.0 50.0 -3977.6499999999996 0.0 50.0 0.0 -10.175 -50.0 0.5256000000000001 -50.0 0.0 -50 +true -49 1969-12-31 16:00:00.071 -49.0 cvLH6Eat2yFsyy7p 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +true -49 1969-12-31 16:00:01.658 -49.0 cvLH6Eat2yFsyy7p 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +true -49 1969-12-31 16:00:04.575 -49.0 cvLH6Eat2yFsyy7p 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +true -49 1969-12-31 16:00:04.977 -49.0 cvLH6Eat2yFsyy7p 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +true -49 1969-12-31 16:00:05.159 -49.0 821UdmGbkEf4j 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +true -49 1969-12-31 16:00:06.919 -49.0 1cGVWH7n1QU 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +true -49 1969-12-31 16:00:09.767 -49.0 cvLH6Eat2yFsyy7p 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +true -49 1969-12-31 16:00:10.097 -49.0 cvLH6Eat2yFsyy7p 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +true -49 1969-12-31 16:00:10.242 -49.0 821UdmGbkEf4j 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +true -49 1969-12-31 16:00:11.021 -49.0 1cGVWH7n1QU 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +true -49 1969-12-31 16:00:12.602 -49.0 1cGVWH7n1QU 49 -49 0 -49.0 -0.0 49.0 -3898.0969999999998 0.0 49.0 0.0 -10.175 -49.0 0.5363265306122449 -49.0 0.0 -49 +true -48 1969-12-31 16:00:00.077 -48.0 cvLH6Eat2yFsyy7p 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +true -48 1969-12-31 16:00:00.309 -48.0 1cGVWH7n1QU 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +true -48 1969-12-31 16:00:00.329 -48.0 821UdmGbkEf4j 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +true -48 1969-12-31 16:00:00.645 -48.0 cvLH6Eat2yFsyy7p 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +true -48 1969-12-31 16:00:02.316 -48.0 cvLH6Eat2yFsyy7p 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +true -48 1969-12-31 16:00:02.921 -48.0 821UdmGbkEf4j 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +true -48 1969-12-31 16:00:04.812 -48.0 821UdmGbkEf4j 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +true -48 1969-12-31 16:00:06.725 -48.0 cvLH6Eat2yFsyy7p 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +true -48 1969-12-31 16:00:09.393 -48.0 821UdmGbkEf4j 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +true -48 1969-12-31 16:00:09.472 -48.0 cvLH6Eat2yFsyy7p 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +true -48 1969-12-31 16:00:11.189 -48.0 821UdmGbkEf4j 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +true -48 1969-12-31 16:00:12.531 -48.0 cvLH6Eat2yFsyy7p 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +true -48 1969-12-31 16:00:15.716 -48.0 1cGVWH7n1QU 48 -48 0 -48.0 -0.0 48.0 -3818.544 0.0 48.0 0.0 -10.175 -48.0 0.5475 -48.0 0.0 -48 +true -47 1969-12-31 16:00:00.702 -47.0 1cGVWH7n1QU 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +true -47 1969-12-31 16:00:00.984 -47.0 1cGVWH7n1QU 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +true -47 1969-12-31 16:00:01.905 -47.0 1cGVWH7n1QU 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +true -47 1969-12-31 16:00:02.527 -47.0 1cGVWH7n1QU 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +true -47 1969-12-31 16:00:03.722 -47.0 821UdmGbkEf4j 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +true -47 1969-12-31 16:00:04.811 -47.0 cvLH6Eat2yFsyy7p 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +true -47 1969-12-31 16:00:05.786 -47.0 821UdmGbkEf4j 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +true -47 1969-12-31 16:00:06.297 -47.0 821UdmGbkEf4j 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +true -47 1969-12-31 16:00:08.056 -47.0 1cGVWH7n1QU 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +true -47 1969-12-31 16:00:09.447 -47.0 cvLH6Eat2yFsyy7p 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +true -47 1969-12-31 16:00:11.938 -47.0 1cGVWH7n1QU 47 -47 0 -47.0 -0.0 47.0 -3738.991 0.0 47.0 0.0 -10.175 -47.0 0.5591489361702128 -47.0 0.0 -47 +true -46 1969-12-31 16:00:01.274 -46.0 cvLH6Eat2yFsyy7p 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +true -46 1969-12-31 16:00:01.562 -46.0 cvLH6Eat2yFsyy7p 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +true -46 1969-12-31 16:00:01.743 -46.0 cvLH6Eat2yFsyy7p 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +true -46 1969-12-31 16:00:03.399 -46.0 1cGVWH7n1QU 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +true -46 1969-12-31 16:00:04.272 -46.0 1cGVWH7n1QU 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +true -46 1969-12-31 16:00:05.815 -46.0 821UdmGbkEf4j 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +true -46 1969-12-31 16:00:06.837 -46.0 1cGVWH7n1QU 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +true -46 1969-12-31 16:00:07.878 -46.0 1cGVWH7n1QU 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +true -46 1969-12-31 16:00:11.411 -46.0 821UdmGbkEf4j 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +true -46 1969-12-31 16:00:12.348 -46.0 821UdmGbkEf4j 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +true -46 1969-12-31 16:00:13.166 -46.0 1cGVWH7n1QU 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +true -46 1969-12-31 16:00:14.854 -46.0 cvLH6Eat2yFsyy7p 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +true -46 1969-12-31 16:00:16.298 -46.0 cvLH6Eat2yFsyy7p 46 -46 0 -46.0 -0.0 46.0 -3659.438 0.0 46.0 0.0 -10.175 -46.0 0.571304347826087 -46.0 0.0 -46 +true -45 1969-12-31 16:00:00.01 -45.0 cvLH6Eat2yFsyy7p 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +true -45 1969-12-31 16:00:00.066 -45.0 1cGVWH7n1QU 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +true -45 1969-12-31 16:00:00.41 -45.0 1cGVWH7n1QU 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +true -45 1969-12-31 16:00:00.726 -45.0 821UdmGbkEf4j 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +true -45 1969-12-31 16:00:04.832 -45.0 cvLH6Eat2yFsyy7p 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +true -45 1969-12-31 16:00:08.096 -45.0 821UdmGbkEf4j 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +true -45 1969-12-31 16:00:09.426 -45.0 cvLH6Eat2yFsyy7p 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +true -45 1969-12-31 16:00:09.949 -45.0 1cGVWH7n1QU 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +true -45 1969-12-31 16:00:11.903 -45.0 1cGVWH7n1QU 45 -45 0 -45.0 -0.0 45.0 -3579.8849999999998 0.0 45.0 0.0 -10.175 -45.0 0.5840000000000001 -45.0 0.0 -45 +true -44 1969-12-31 16:00:00.163 -44.0 cvLH6Eat2yFsyy7p 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +true -44 1969-12-31 16:00:03.152 -44.0 821UdmGbkEf4j 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +true -44 1969-12-31 16:00:04.357 -44.0 cvLH6Eat2yFsyy7p 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +true -44 1969-12-31 16:00:04.472 -44.0 821UdmGbkEf4j 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +true -44 1969-12-31 16:00:05.272 -44.0 1cGVWH7n1QU 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +true -44 1969-12-31 16:00:06.76 -44.0 821UdmGbkEf4j 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +true -44 1969-12-31 16:00:08.237 -44.0 821UdmGbkEf4j 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +true -44 1969-12-31 16:00:08.744 -44.0 cvLH6Eat2yFsyy7p 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +true -44 1969-12-31 16:00:10.921 -44.0 cvLH6Eat2yFsyy7p 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +true -44 1969-12-31 16:00:11.092 -44.0 cvLH6Eat2yFsyy7p 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +true -44 1969-12-31 16:00:12.936 -44.0 821UdmGbkEf4j 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +true -44 1969-12-31 16:00:13.489 -44.0 1cGVWH7n1QU 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +true -44 1969-12-31 16:00:15.658 -44.0 1cGVWH7n1QU 44 -44 0 -44.0 -0.0 44.0 -3500.332 0.0 44.0 0.0 -10.175 -44.0 0.5972727272727273 -44.0 0.0 -44 +true -43 1969-12-31 16:00:01.345 -43.0 cvLH6Eat2yFsyy7p 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +true -43 1969-12-31 16:00:01.416 -43.0 821UdmGbkEf4j 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +true -43 1969-12-31 16:00:01.52 -43.0 1cGVWH7n1QU 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +true -43 1969-12-31 16:00:02.601 -43.0 821UdmGbkEf4j 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +true -43 1969-12-31 16:00:04.539 -43.0 821UdmGbkEf4j 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +true -43 1969-12-31 16:00:05.025 -43.0 821UdmGbkEf4j 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +true -43 1969-12-31 16:00:05.983 -43.0 1cGVWH7n1QU 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +true -43 1969-12-31 16:00:08.384 -43.0 cvLH6Eat2yFsyy7p 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +true -43 1969-12-31 16:00:08.695 -43.0 cvLH6Eat2yFsyy7p 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +true -43 1969-12-31 16:00:09.786 -43.0 821UdmGbkEf4j 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +true -43 1969-12-31 16:00:12.417 -43.0 821UdmGbkEf4j 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +true -43 1969-12-31 16:00:12.637 -43.0 1cGVWH7n1QU 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +true -43 1969-12-31 16:00:15.006 -43.0 821UdmGbkEf4j 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +true -43 1969-12-31 16:00:15.119 -43.0 821UdmGbkEf4j 43 -43 0 -43.0 -0.0 43.0 -3420.779 0.0 43.0 0.0 -10.175 -43.0 0.6111627906976744 -43.0 0.0 -43 +true -42 1969-12-31 16:00:01.783 -42.0 1cGVWH7n1QU 42 -42 0 -42.0 -0.0 42.0 -3341.2259999999997 0.0 42.0 0.0 -10.175 -42.0 0.6257142857142858 -42.0 0.0 -42 +true -42 1969-12-31 16:00:02.57 -42.0 1cGVWH7n1QU 42 -42 0 -42.0 -0.0 42.0 -3341.2259999999997 0.0 42.0 0.0 -10.175 -42.0 0.6257142857142858 -42.0 0.0 -42 +true -42 1969-12-31 16:00:03.248 -42.0 cvLH6Eat2yFsyy7p 42 -42 0 -42.0 -0.0 42.0 -3341.2259999999997 0.0 42.0 0.0 -10.175 -42.0 0.6257142857142858 -42.0 0.0 -42 +true -42 1969-12-31 16:00:05.941 -42.0 821UdmGbkEf4j 42 -42 0 -42.0 -0.0 42.0 -3341.2259999999997 0.0 42.0 0.0 -10.175 -42.0 0.6257142857142858 -42.0 0.0 -42 +true -42 1969-12-31 16:00:15.646 -42.0 cvLH6Eat2yFsyy7p 42 -42 0 -42.0 -0.0 42.0 -3341.2259999999997 0.0 42.0 0.0 -10.175 -42.0 0.6257142857142858 -42.0 0.0 -42 +true -41 1969-12-31 16:00:02.99 -41.0 1cGVWH7n1QU 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +true -41 1969-12-31 16:00:03.19 -41.0 1cGVWH7n1QU 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +true -41 1969-12-31 16:00:03.81 -41.0 1cGVWH7n1QU 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +true -41 1969-12-31 16:00:04.781 -41.0 1cGVWH7n1QU 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +true -41 1969-12-31 16:00:05.707 -41.0 cvLH6Eat2yFsyy7p 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +true -41 1969-12-31 16:00:11.132 -41.0 1cGVWH7n1QU 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +true -41 1969-12-31 16:00:15.219 -41.0 1cGVWH7n1QU 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +true -41 1969-12-31 16:00:16.139 -41.0 1cGVWH7n1QU 41 -41 0 -41.0 -0.0 41.0 -3261.673 0.0 41.0 0.0 -10.175 -41.0 0.6409756097560976 -41.0 0.0 -41 +true -40 1969-12-31 16:00:01.965 -40.0 821UdmGbkEf4j 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +true -40 1969-12-31 16:00:03.604 -40.0 1cGVWH7n1QU 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +true -40 1969-12-31 16:00:03.802 -40.0 1cGVWH7n1QU 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +true -40 1969-12-31 16:00:05.741 -40.0 1cGVWH7n1QU 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +true -40 1969-12-31 16:00:05.804 -40.0 1cGVWH7n1QU 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +true -40 1969-12-31 16:00:07.846 -40.0 1cGVWH7n1QU 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +true -40 1969-12-31 16:00:07.985 -40.0 821UdmGbkEf4j 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +true -40 1969-12-31 16:00:11.097 -40.0 cvLH6Eat2yFsyy7p 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +true -40 1969-12-31 16:00:11.833 -40.0 cvLH6Eat2yFsyy7p 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +true -40 1969-12-31 16:00:12.957 -40.0 1cGVWH7n1QU 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +true -40 1969-12-31 16:00:14.282 -40.0 821UdmGbkEf4j 40 -40 0 -40.0 -0.0 40.0 -3182.12 0.0 40.0 0.0 -10.175 -40.0 0.657 -40.0 0.0 -40 +true -39 1969-12-31 16:00:01.29 -39.0 1cGVWH7n1QU 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +true -39 1969-12-31 16:00:03.694 -39.0 821UdmGbkEf4j 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +true -39 1969-12-31 16:00:03.958 -39.0 821UdmGbkEf4j 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +true -39 1969-12-31 16:00:04.52 -39.0 1cGVWH7n1QU 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +true -39 1969-12-31 16:00:12.799 -39.0 1cGVWH7n1QU 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +true -39 1969-12-31 16:00:15.263 -39.0 1cGVWH7n1QU 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +true -39 1969-12-31 16:00:16.219 -39.0 821UdmGbkEf4j 39 -39 0 -39.0 -0.0 39.0 -3102.567 0.0 39.0 0.0 -10.175 -39.0 0.6738461538461539 -39.0 0.0 -39 +true -38 1969-12-31 16:00:00.1 -38.0 1cGVWH7n1QU 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +true -38 1969-12-31 16:00:01.135 -38.0 cvLH6Eat2yFsyy7p 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +true -38 1969-12-31 16:00:01.464 -38.0 821UdmGbkEf4j 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +true -38 1969-12-31 16:00:01.845 -38.0 cvLH6Eat2yFsyy7p 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +true -38 1969-12-31 16:00:02.382 -38.0 1cGVWH7n1QU 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +true -38 1969-12-31 16:00:04.474 -38.0 1cGVWH7n1QU 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +true -38 1969-12-31 16:00:06.823 -38.0 821UdmGbkEf4j 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +true -38 1969-12-31 16:00:07.574 -38.0 cvLH6Eat2yFsyy7p 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +true -38 1969-12-31 16:00:08.084 -38.0 821UdmGbkEf4j 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +true -38 1969-12-31 16:00:09.246 -38.0 1cGVWH7n1QU 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +true -38 1969-12-31 16:00:10.952 -38.0 cvLH6Eat2yFsyy7p 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +true -38 1969-12-31 16:00:11.319 -38.0 821UdmGbkEf4j 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +true -38 1969-12-31 16:00:11.404 -38.0 1cGVWH7n1QU 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +true -38 1969-12-31 16:00:11.654 -38.0 821UdmGbkEf4j 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +true -38 1969-12-31 16:00:11.661 -38.0 1cGVWH7n1QU 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +true -38 1969-12-31 16:00:14.195 -38.0 cvLH6Eat2yFsyy7p 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +true -38 1969-12-31 16:00:14.751 -38.0 821UdmGbkEf4j 38 -38 0 -38.0 -0.0 38.0 -3023.014 0.0 38.0 0.0 -10.175 -38.0 0.6915789473684211 -38.0 0.0 -38 +true -37 1969-12-31 16:00:03.236 -37.0 821UdmGbkEf4j 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +true -37 1969-12-31 16:00:05.792 -37.0 cvLH6Eat2yFsyy7p 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +true -37 1969-12-31 16:00:05.855 -37.0 cvLH6Eat2yFsyy7p 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +true -37 1969-12-31 16:00:07.278 -37.0 1cGVWH7n1QU 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +true -37 1969-12-31 16:00:08.368 -37.0 cvLH6Eat2yFsyy7p 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +true -37 1969-12-31 16:00:09.597 -37.0 cvLH6Eat2yFsyy7p 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +true -37 1969-12-31 16:00:11.953 -37.0 821UdmGbkEf4j 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +true -37 1969-12-31 16:00:13.3 -37.0 cvLH6Eat2yFsyy7p 37 -37 0 -37.0 -0.0 37.0 -2943.461 0.0 37.0 0.0 -10.175 -37.0 0.7102702702702703 -37.0 0.0 -37 +true -36 1969-12-31 16:00:00.186 -36.0 cvLH6Eat2yFsyy7p 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +true -36 1969-12-31 16:00:00.355 -36.0 1cGVWH7n1QU 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +true -36 1969-12-31 16:00:00.913 -36.0 1cGVWH7n1QU 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +true -36 1969-12-31 16:00:01.444 -36.0 cvLH6Eat2yFsyy7p 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +true -36 1969-12-31 16:00:07.214 -36.0 1cGVWH7n1QU 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +true -36 1969-12-31 16:00:08.739 -36.0 1cGVWH7n1QU 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +true -36 1969-12-31 16:00:09.433 -36.0 cvLH6Eat2yFsyy7p 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +true -36 1969-12-31 16:00:09.972 -36.0 1cGVWH7n1QU 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +true -36 1969-12-31 16:00:11.014 -36.0 821UdmGbkEf4j 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +true -36 1969-12-31 16:00:12.94 -36.0 821UdmGbkEf4j 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +true -36 1969-12-31 16:00:13.164 -36.0 821UdmGbkEf4j 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +true -36 1969-12-31 16:00:14.806 -36.0 821UdmGbkEf4j 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +true -36 1969-12-31 16:00:15.112 -36.0 cvLH6Eat2yFsyy7p 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +true -36 1969-12-31 16:00:15.18 -36.0 cvLH6Eat2yFsyy7p 36 -36 0 -36.0 -0.0 36.0 -2863.908 0.0 36.0 0.0 -10.175 -36.0 0.73 -36.0 0.0 -36 +true -35 1969-12-31 16:00:01.435 -35.0 821UdmGbkEf4j 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +true -35 1969-12-31 16:00:02.424 -35.0 1cGVWH7n1QU 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +true -35 1969-12-31 16:00:03.708 -35.0 cvLH6Eat2yFsyy7p 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +true -35 1969-12-31 16:00:04.001 -35.0 1cGVWH7n1QU 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +true -35 1969-12-31 16:00:04.568 -35.0 1cGVWH7n1QU 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +true -35 1969-12-31 16:00:05.647 -35.0 1cGVWH7n1QU 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +true -35 1969-12-31 16:00:07.511 -35.0 821UdmGbkEf4j 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +true -35 1969-12-31 16:00:09.395 -35.0 821UdmGbkEf4j 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +true -35 1969-12-31 16:00:10.321 -35.0 cvLH6Eat2yFsyy7p 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +true -35 1969-12-31 16:00:14.5 -35.0 1cGVWH7n1QU 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +true -35 1969-12-31 16:00:15.328 -35.0 821UdmGbkEf4j 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +true -35 1969-12-31 16:00:16.174 -35.0 821UdmGbkEf4j 35 -35 0 -35.0 -0.0 35.0 -2784.355 0.0 35.0 0.0 -10.175 -35.0 0.7508571428571429 -35.0 0.0 -35 +true -34 1969-12-31 16:00:00.008 -34.0 cvLH6Eat2yFsyy7p 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:00.963 -34.0 1cGVWH7n1QU 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:00.987 -34.0 821UdmGbkEf4j 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:01.278 -34.0 1cGVWH7n1QU 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:02.696 -34.0 cvLH6Eat2yFsyy7p 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:03.97 -34.0 1cGVWH7n1QU 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:04.261 -34.0 821UdmGbkEf4j 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:06.557 -34.0 cvLH6Eat2yFsyy7p 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:06.737 -34.0 1cGVWH7n1QU 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:07.5 -34.0 cvLH6Eat2yFsyy7p 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:08.47 -34.0 1cGVWH7n1QU 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:10.346 -34.0 cvLH6Eat2yFsyy7p 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:10.696 -34.0 1cGVWH7n1QU 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:11.334 -34.0 cvLH6Eat2yFsyy7p 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:13.249 -34.0 1cGVWH7n1QU 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:14.043 -34.0 821UdmGbkEf4j 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:14.41 -34.0 821UdmGbkEf4j 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:15.254 -34.0 821UdmGbkEf4j 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -34 1969-12-31 16:00:15.726 -34.0 821UdmGbkEf4j 34 -34 0 -34.0 -0.0 34.0 -2704.8019999999997 0.0 34.0 0.0 -10.175 -34.0 0.7729411764705882 -34.0 0.0 -34 +true -33 1969-12-31 16:00:01.399 -33.0 821UdmGbkEf4j 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +true -33 1969-12-31 16:00:03.018 -33.0 821UdmGbkEf4j 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +true -33 1969-12-31 16:00:03.168 -33.0 cvLH6Eat2yFsyy7p 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +true -33 1969-12-31 16:00:03.229 -33.0 821UdmGbkEf4j 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +true -33 1969-12-31 16:00:07.952 -33.0 cvLH6Eat2yFsyy7p 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +true -33 1969-12-31 16:00:08.231 -33.0 821UdmGbkEf4j 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +true -33 1969-12-31 16:00:08.579 -33.0 1cGVWH7n1QU 33 -33 0 -33.0 -0.0 33.0 -2625.249 0.0 33.0 0.0 -10.175 -33.0 0.7963636363636364 -33.0 0.0 -33 +true -32 1969-12-31 16:00:00.211 -32.0 821UdmGbkEf4j 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +true -32 1969-12-31 16:00:00.779 -32.0 1cGVWH7n1QU 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +true -32 1969-12-31 16:00:00.995 -32.0 cvLH6Eat2yFsyy7p 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +true -32 1969-12-31 16:00:01.642 -32.0 cvLH6Eat2yFsyy7p 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +true -32 1969-12-31 16:00:02.211 -32.0 821UdmGbkEf4j 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +true -32 1969-12-31 16:00:02.585 -32.0 cvLH6Eat2yFsyy7p 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +true -32 1969-12-31 16:00:07.118 -32.0 821UdmGbkEf4j 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +true -32 1969-12-31 16:00:09.05 -32.0 cvLH6Eat2yFsyy7p 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +true -32 1969-12-31 16:00:09.353 -32.0 821UdmGbkEf4j 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +true -32 1969-12-31 16:00:09.404 -32.0 cvLH6Eat2yFsyy7p 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +true -32 1969-12-31 16:00:09.512 -32.0 cvLH6Eat2yFsyy7p 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +true -32 1969-12-31 16:00:14.143 -32.0 cvLH6Eat2yFsyy7p 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +true -32 1969-12-31 16:00:15.275 -32.0 821UdmGbkEf4j 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +true -32 1969-12-31 16:00:15.62 -32.0 821UdmGbkEf4j 32 -32 0 -32.0 -0.0 32.0 -2545.696 0.0 32.0 0.0 -10.175 -32.0 0.82125 -32.0 0.0 -32 +true -31 1969-12-31 16:00:00.572 -31.0 1cGVWH7n1QU 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +true -31 1969-12-31 16:00:06.79 -31.0 cvLH6Eat2yFsyy7p 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +true -31 1969-12-31 16:00:09.452 -31.0 821UdmGbkEf4j 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +true -31 1969-12-31 16:00:10.653 -31.0 821UdmGbkEf4j 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +true -31 1969-12-31 16:00:10.861 -31.0 821UdmGbkEf4j 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +true -31 1969-12-31 16:00:12.081 -31.0 cvLH6Eat2yFsyy7p 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +true -31 1969-12-31 16:00:14.694 -31.0 cvLH6Eat2yFsyy7p 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +true -31 1969-12-31 16:00:15.429 -31.0 cvLH6Eat2yFsyy7p 31 -31 0 -31.0 -0.0 31.0 -2466.143 0.0 31.0 0.0 -10.175 -31.0 0.847741935483871 -31.0 0.0 -31 +true -30 1969-12-31 16:00:03.7 -30.0 1cGVWH7n1QU 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +true -30 1969-12-31 16:00:04.427 -30.0 1cGVWH7n1QU 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +true -30 1969-12-31 16:00:07.062 -30.0 1cGVWH7n1QU 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +true -30 1969-12-31 16:00:07.185 -30.0 1cGVWH7n1QU 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +true -30 1969-12-31 16:00:10.003 -30.0 1cGVWH7n1QU 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +true -30 1969-12-31 16:00:11.913 -30.0 cvLH6Eat2yFsyy7p 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +true -30 1969-12-31 16:00:14.072 -30.0 cvLH6Eat2yFsyy7p 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +true -30 1969-12-31 16:00:14.53 -30.0 821UdmGbkEf4j 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +true -30 1969-12-31 16:00:16.146 -30.0 821UdmGbkEf4j 30 -30 0 -30.0 -0.0 30.0 -2386.59 0.0 30.0 0.0 -10.175 -30.0 0.876 -30.0 0.0 -30 +true -29 1969-12-31 16:00:00.02 -29.0 821UdmGbkEf4j 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +true -29 1969-12-31 16:00:00.709 -29.0 1cGVWH7n1QU 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +true -29 1969-12-31 16:00:01.752 -29.0 821UdmGbkEf4j 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +true -29 1969-12-31 16:00:02.452 -29.0 cvLH6Eat2yFsyy7p 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +true -29 1969-12-31 16:00:03.586 -29.0 1cGVWH7n1QU 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +true -29 1969-12-31 16:00:04.151 -29.0 821UdmGbkEf4j 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +true -29 1969-12-31 16:00:04.544 -29.0 cvLH6Eat2yFsyy7p 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +true -29 1969-12-31 16:00:05.209 -29.0 1cGVWH7n1QU 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +true -29 1969-12-31 16:00:05.887 -29.0 1cGVWH7n1QU 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +true -29 1969-12-31 16:00:05.977 -29.0 821UdmGbkEf4j 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +true -29 1969-12-31 16:00:08.063 -29.0 1cGVWH7n1QU 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +true -29 1969-12-31 16:00:08.488 -29.0 1cGVWH7n1QU 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +true -29 1969-12-31 16:00:11.804 -29.0 1cGVWH7n1QU 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +true -29 1969-12-31 16:00:12.018 -29.0 1cGVWH7n1QU 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +true -29 1969-12-31 16:00:14.504 -29.0 1cGVWH7n1QU 29 -29 0 -29.0 -0.0 29.0 -2307.037 0.0 29.0 0.0 -10.175 -29.0 0.9062068965517242 -29.0 0.0 -29 +true -28 1969-12-31 16:00:00.185 -28.0 821UdmGbkEf4j 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +true -28 1969-12-31 16:00:00.39 -28.0 821UdmGbkEf4j 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +true -28 1969-12-31 16:00:00.74 -28.0 cvLH6Eat2yFsyy7p 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +true -28 1969-12-31 16:00:01.475 -28.0 cvLH6Eat2yFsyy7p 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +true -28 1969-12-31 16:00:01.66 -28.0 cvLH6Eat2yFsyy7p 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +true -28 1969-12-31 16:00:05.042 -28.0 cvLH6Eat2yFsyy7p 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +true -28 1969-12-31 16:00:10.554 -28.0 821UdmGbkEf4j 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +true -28 1969-12-31 16:00:11.675 -28.0 cvLH6Eat2yFsyy7p 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +true -28 1969-12-31 16:00:12.375 -28.0 821UdmGbkEf4j 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +true -28 1969-12-31 16:00:14.761 -28.0 821UdmGbkEf4j 28 -28 0 -28.0 -0.0 28.0 -2227.484 0.0 28.0 0.0 -10.175 -28.0 0.9385714285714286 -28.0 0.0 -28 +true -27 1969-12-31 16:00:00.094 -27.0 cvLH6Eat2yFsyy7p 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +true -27 1969-12-31 16:00:00.186 -27.0 1cGVWH7n1QU 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +true -27 1969-12-31 16:00:01.346 -27.0 cvLH6Eat2yFsyy7p 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +true -27 1969-12-31 16:00:04.008 -27.0 cvLH6Eat2yFsyy7p 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +true -27 1969-12-31 16:00:04.162 -27.0 cvLH6Eat2yFsyy7p 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +true -27 1969-12-31 16:00:04.256 -27.0 821UdmGbkEf4j 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +true -27 1969-12-31 16:00:05.617 -27.0 cvLH6Eat2yFsyy7p 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +true -27 1969-12-31 16:00:07.616 -27.0 cvLH6Eat2yFsyy7p 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +true -27 1969-12-31 16:00:13.117 -27.0 821UdmGbkEf4j 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +true -27 1969-12-31 16:00:13.651 -27.0 1cGVWH7n1QU 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +true -27 1969-12-31 16:00:13.68 -27.0 cvLH6Eat2yFsyy7p 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +true -27 1969-12-31 16:00:14.723 -27.0 1cGVWH7n1QU 27 -27 0 -27.0 -0.0 27.0 -2147.931 0.0 27.0 0.0 -10.175 -27.0 0.9733333333333334 -27.0 0.0 -27 +true -26 1969-12-31 16:00:00.599 -26.0 cvLH6Eat2yFsyy7p 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +true -26 1969-12-31 16:00:01.542 -26.0 821UdmGbkEf4j 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +true -26 1969-12-31 16:00:03.086 -26.0 1cGVWH7n1QU 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +true -26 1969-12-31 16:00:03.52 -26.0 cvLH6Eat2yFsyy7p 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +true -26 1969-12-31 16:00:05.641 -26.0 821UdmGbkEf4j 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +true -26 1969-12-31 16:00:07.287 -26.0 821UdmGbkEf4j 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +true -26 1969-12-31 16:00:10.915 -26.0 1cGVWH7n1QU 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +true -26 1969-12-31 16:00:13.49 -26.0 1cGVWH7n1QU 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +true -26 1969-12-31 16:00:15.49 -26.0 1cGVWH7n1QU 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +true -26 1969-12-31 16:00:16.28 -26.0 821UdmGbkEf4j 26 -26 0 -26.0 -0.0 26.0 -2068.3779999999997 0.0 26.0 0.0 -10.175 -26.0 1.0107692307692309 -26.0 0.0 -26 +true -25 1969-12-31 16:00:00.041 -25.0 cvLH6Eat2yFsyy7p 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +true -25 1969-12-31 16:00:00.056 -25.0 1cGVWH7n1QU 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +true -25 1969-12-31 16:00:05.169 -25.0 821UdmGbkEf4j 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +true -25 1969-12-31 16:00:07.101 -25.0 1cGVWH7n1QU 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +true -25 1969-12-31 16:00:08.375 -25.0 cvLH6Eat2yFsyy7p 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +true -25 1969-12-31 16:00:10.484 -25.0 821UdmGbkEf4j 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +true -25 1969-12-31 16:00:13.381 -25.0 1cGVWH7n1QU 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +true -25 1969-12-31 16:00:13.947 -25.0 821UdmGbkEf4j 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +true -25 1969-12-31 16:00:13.978 -25.0 821UdmGbkEf4j 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +true -25 1969-12-31 16:00:15.516 -25.0 821UdmGbkEf4j 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +true -25 1969-12-31 16:00:16.285 -25.0 821UdmGbkEf4j 25 -25 0 -25.0 -0.0 25.0 -1988.8249999999998 0.0 25.0 0.0 -10.175 -25.0 1.0512000000000001 -25.0 0.0 -25 +true -24 1969-12-31 16:00:02.676 -24.0 821UdmGbkEf4j 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +true -24 1969-12-31 16:00:03.22 -24.0 821UdmGbkEf4j 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +true -24 1969-12-31 16:00:03.519 -24.0 cvLH6Eat2yFsyy7p 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +true -24 1969-12-31 16:00:06.321 -24.0 821UdmGbkEf4j 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +true -24 1969-12-31 16:00:06.349 -24.0 821UdmGbkEf4j 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +true -24 1969-12-31 16:00:06.636 -24.0 1cGVWH7n1QU 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +true -24 1969-12-31 16:00:06.756 -24.0 1cGVWH7n1QU 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +true -24 1969-12-31 16:00:07.494 -24.0 1cGVWH7n1QU 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +true -24 1969-12-31 16:00:08.076 -24.0 821UdmGbkEf4j 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +true -24 1969-12-31 16:00:10.461 -24.0 cvLH6Eat2yFsyy7p 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +true -24 1969-12-31 16:00:11.168 -24.0 821UdmGbkEf4j 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +true -24 1969-12-31 16:00:11.23 -24.0 cvLH6Eat2yFsyy7p 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +true -24 1969-12-31 16:00:12.17 -24.0 cvLH6Eat2yFsyy7p 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +true -24 1969-12-31 16:00:13.56 -24.0 1cGVWH7n1QU 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +true -24 1969-12-31 16:00:14.987 -24.0 1cGVWH7n1QU 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +true -24 1969-12-31 16:00:16.212 -24.0 821UdmGbkEf4j 24 -24 0 -24.0 -0.0 24.0 -1909.272 0.0 24.0 0.0 -10.175 -24.0 1.095 -24.0 0.0 -24 +true -23 1969-12-31 16:00:00.707 -23.0 821UdmGbkEf4j 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:00.859 -23.0 cvLH6Eat2yFsyy7p 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:01.685 -23.0 cvLH6Eat2yFsyy7p 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:03.701 -23.0 1cGVWH7n1QU 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:03.774 -23.0 1cGVWH7n1QU 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:05.259 -23.0 cvLH6Eat2yFsyy7p 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:05.716 -23.0 821UdmGbkEf4j 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:06.775 -23.0 821UdmGbkEf4j 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:08.804 -23.0 cvLH6Eat2yFsyy7p 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:09.011 -23.0 821UdmGbkEf4j 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:09.177 -23.0 1cGVWH7n1QU 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:10.268 -23.0 1cGVWH7n1QU 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:12.563 -23.0 cvLH6Eat2yFsyy7p 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:12.734 -23.0 821UdmGbkEf4j 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:13.35 -23.0 cvLH6Eat2yFsyy7p 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:13.984 -23.0 1cGVWH7n1QU 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:14.625 -23.0 cvLH6Eat2yFsyy7p 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:14.9 -23.0 cvLH6Eat2yFsyy7p 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:14.966 -23.0 cvLH6Eat2yFsyy7p 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -23 1969-12-31 16:00:15.855 -23.0 1cGVWH7n1QU 23 -23 0 -23.0 -0.0 23.0 -1829.719 0.0 23.0 0.0 -10.175 -23.0 1.142608695652174 -23.0 0.0 -23 +true -22 1969-12-31 16:00:00.557 -22.0 cvLH6Eat2yFsyy7p 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +true -22 1969-12-31 16:00:08.505 -22.0 821UdmGbkEf4j 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +true -22 1969-12-31 16:00:09.476 -22.0 821UdmGbkEf4j 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +true -22 1969-12-31 16:00:12.136 -22.0 821UdmGbkEf4j 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +true -22 1969-12-31 16:00:14.318 -22.0 1cGVWH7n1QU 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +true -22 1969-12-31 16:00:14.444 -22.0 1cGVWH7n1QU 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +true -22 1969-12-31 16:00:14.821 -22.0 821UdmGbkEf4j 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +true -22 1969-12-31 16:00:15.234 -22.0 821UdmGbkEf4j 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +true -22 1969-12-31 16:00:15.626 -22.0 cvLH6Eat2yFsyy7p 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +true -22 1969-12-31 16:00:16.27 -22.0 821UdmGbkEf4j 22 -22 0 -22.0 -0.0 22.0 -1750.166 0.0 22.0 0.0 -10.175 -22.0 1.1945454545454546 -22.0 0.0 -22 +true -21 1969-12-31 16:00:00.704 -21.0 821UdmGbkEf4j 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +true -21 1969-12-31 16:00:00.826 -21.0 1cGVWH7n1QU 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +true -21 1969-12-31 16:00:01.037 -21.0 1cGVWH7n1QU 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +true -21 1969-12-31 16:00:07.599 -21.0 821UdmGbkEf4j 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +true -21 1969-12-31 16:00:09.755 -21.0 1cGVWH7n1QU 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +true -21 1969-12-31 16:00:10.129 -21.0 821UdmGbkEf4j 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +true -21 1969-12-31 16:00:10.284 -21.0 cvLH6Eat2yFsyy7p 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +true -21 1969-12-31 16:00:10.437 -21.0 1cGVWH7n1QU 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +true -21 1969-12-31 16:00:12.522 -21.0 1cGVWH7n1QU 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +true -21 1969-12-31 16:00:14.783 -21.0 1cGVWH7n1QU 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +true -21 1969-12-31 16:00:15.712 -21.0 1cGVWH7n1QU 21 -21 0 -21.0 -0.0 21.0 -1670.6129999999998 0.0 21.0 0.0 -10.175 -21.0 1.2514285714285716 -21.0 0.0 -21 +true -20 1969-12-31 16:00:00.063 -20.0 cvLH6Eat2yFsyy7p 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +true -20 1969-12-31 16:00:00.278 -20.0 821UdmGbkEf4j 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +true -20 1969-12-31 16:00:02.242 -20.0 1cGVWH7n1QU 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +true -20 1969-12-31 16:00:02.353 -20.0 821UdmGbkEf4j 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +true -20 1969-12-31 16:00:08.986 -20.0 cvLH6Eat2yFsyy7p 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +true -20 1969-12-31 16:00:09.015 -20.0 1cGVWH7n1QU 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +true -20 1969-12-31 16:00:09.451 -20.0 1cGVWH7n1QU 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +true -20 1969-12-31 16:00:09.969 -20.0 821UdmGbkEf4j 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +true -20 1969-12-31 16:00:10.077 -20.0 821UdmGbkEf4j 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +true -20 1969-12-31 16:00:10.485 -20.0 cvLH6Eat2yFsyy7p 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +true -20 1969-12-31 16:00:13.8 -20.0 cvLH6Eat2yFsyy7p 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +true -20 1969-12-31 16:00:13.823 -20.0 1cGVWH7n1QU 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +true -20 1969-12-31 16:00:13.893 -20.0 821UdmGbkEf4j 20 -20 0 -20.0 -0.0 20.0 -1591.06 0.0 20.0 0.0 -10.175 -20.0 1.314 -20.0 0.0 -20 +true -19 1969-12-31 16:00:00.075 -19.0 cvLH6Eat2yFsyy7p 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +true -19 1969-12-31 16:00:00.348 -19.0 1cGVWH7n1QU 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +true -19 1969-12-31 16:00:01.339 -19.0 1cGVWH7n1QU 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +true -19 1969-12-31 16:00:01.577 -19.0 821UdmGbkEf4j 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +true -19 1969-12-31 16:00:04.587 -19.0 cvLH6Eat2yFsyy7p 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +true -19 1969-12-31 16:00:06.036 -19.0 821UdmGbkEf4j 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +true -19 1969-12-31 16:00:07.812 -19.0 cvLH6Eat2yFsyy7p 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +true -19 1969-12-31 16:00:08.34 -19.0 cvLH6Eat2yFsyy7p 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +true -19 1969-12-31 16:00:10.174 -19.0 821UdmGbkEf4j 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +true -19 1969-12-31 16:00:14.37 -19.0 cvLH6Eat2yFsyy7p 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +true -19 1969-12-31 16:00:14.471 -19.0 1cGVWH7n1QU 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +true -19 1969-12-31 16:00:15.416 -19.0 cvLH6Eat2yFsyy7p 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +true -19 1969-12-31 16:00:15.86 -19.0 1cGVWH7n1QU 19 -19 0 -19.0 -0.0 19.0 -1511.507 0.0 19.0 0.0 -10.175 -19.0 1.3831578947368421 -19.0 0.0 -19 +true -18 1969-12-31 16:00:00.368 -18.0 821UdmGbkEf4j 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +true -18 1969-12-31 16:00:04.617 -18.0 821UdmGbkEf4j 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +true -18 1969-12-31 16:00:07.777 -18.0 821UdmGbkEf4j 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +true -18 1969-12-31 16:00:08.671 -18.0 1cGVWH7n1QU 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +true -18 1969-12-31 16:00:08.837 -18.0 1cGVWH7n1QU 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +true -18 1969-12-31 16:00:09.315 -18.0 cvLH6Eat2yFsyy7p 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +true -18 1969-12-31 16:00:11.022 -18.0 821UdmGbkEf4j 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +true -18 1969-12-31 16:00:11.231 -18.0 1cGVWH7n1QU 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +true -18 1969-12-31 16:00:12.23 -18.0 cvLH6Eat2yFsyy7p 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +true -18 1969-12-31 16:00:12.593 -18.0 cvLH6Eat2yFsyy7p 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +true -18 1969-12-31 16:00:13.748 -18.0 cvLH6Eat2yFsyy7p 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +true -18 1969-12-31 16:00:15.324 -18.0 821UdmGbkEf4j 18 -18 0 -18.0 -0.0 18.0 -1431.954 0.0 18.0 0.0 -10.175 -18.0 1.46 -18.0 0.0 -18 +true -17 1969-12-31 16:00:02.925 -17.0 cvLH6Eat2yFsyy7p 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +true -17 1969-12-31 16:00:07.477 -17.0 cvLH6Eat2yFsyy7p 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +true -17 1969-12-31 16:00:08.072 -17.0 821UdmGbkEf4j 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +true -17 1969-12-31 16:00:09.292 -17.0 cvLH6Eat2yFsyy7p 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +true -17 1969-12-31 16:00:11.767 -17.0 cvLH6Eat2yFsyy7p 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +true -17 1969-12-31 16:00:12.685 -17.0 1cGVWH7n1QU 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +true -17 1969-12-31 16:00:12.88 -17.0 cvLH6Eat2yFsyy7p 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +true -17 1969-12-31 16:00:14.547 -17.0 cvLH6Eat2yFsyy7p 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +true -17 1969-12-31 16:00:15.987 -17.0 1cGVWH7n1QU 17 -17 0 -17.0 -0.0 17.0 -1352.4009999999998 0.0 17.0 0.0 -10.175 -17.0 1.5458823529411765 -17.0 0.0 -17 +true -16 1969-12-31 16:00:00.262 -16.0 821UdmGbkEf4j 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +true -16 1969-12-31 16:00:01.416 -16.0 1cGVWH7n1QU 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +true -16 1969-12-31 16:00:03.867 -16.0 1cGVWH7n1QU 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +true -16 1969-12-31 16:00:08.035 -16.0 cvLH6Eat2yFsyy7p 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +true -16 1969-12-31 16:00:08.402 -16.0 cvLH6Eat2yFsyy7p 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +true -16 1969-12-31 16:00:09.246 -16.0 1cGVWH7n1QU 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +true -16 1969-12-31 16:00:10.725 -16.0 cvLH6Eat2yFsyy7p 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +true -16 1969-12-31 16:00:13.51 -16.0 1cGVWH7n1QU 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +true -16 1969-12-31 16:00:14.172 -16.0 821UdmGbkEf4j 16 -16 0 -16.0 -0.0 16.0 -1272.848 0.0 16.0 0.0 -10.175 -16.0 1.6425 -16.0 0.0 -16 +true -15 1969-12-31 16:00:01.343 -15.0 821UdmGbkEf4j 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +true -15 1969-12-31 16:00:02.719 -15.0 821UdmGbkEf4j 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +true -15 1969-12-31 16:00:04.37 -15.0 821UdmGbkEf4j 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +true -15 1969-12-31 16:00:07.482 -15.0 cvLH6Eat2yFsyy7p 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +true -15 1969-12-31 16:00:08.841 -15.0 cvLH6Eat2yFsyy7p 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +true -15 1969-12-31 16:00:09.694 -15.0 1cGVWH7n1QU 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +true -15 1969-12-31 16:00:11.044 -15.0 821UdmGbkEf4j 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +true -15 1969-12-31 16:00:11.513 -15.0 1cGVWH7n1QU 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +true -15 1969-12-31 16:00:12.037 -15.0 1cGVWH7n1QU 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +true -15 1969-12-31 16:00:13.192 -15.0 cvLH6Eat2yFsyy7p 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +true -15 1969-12-31 16:00:13.271 -15.0 821UdmGbkEf4j 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +true -15 1969-12-31 16:00:16.004 -15.0 1cGVWH7n1QU 15 -15 0 -15.0 -0.0 15.0 -1193.295 0.0 15.0 0.0 -10.175 -15.0 1.752 -15.0 0.0 -15 +true -14 1969-12-31 16:00:00.82 -14.0 cvLH6Eat2yFsyy7p 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +true -14 1969-12-31 16:00:03.522 -14.0 821UdmGbkEf4j 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +true -14 1969-12-31 16:00:07.207 -14.0 821UdmGbkEf4j 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +true -14 1969-12-31 16:00:08.605 -14.0 1cGVWH7n1QU 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +true -14 1969-12-31 16:00:09.002 -14.0 1cGVWH7n1QU 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +true -14 1969-12-31 16:00:11.533 -14.0 1cGVWH7n1QU 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +true -14 1969-12-31 16:00:13.802 -14.0 cvLH6Eat2yFsyy7p 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +true -14 1969-12-31 16:00:14.341 -14.0 821UdmGbkEf4j 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +true -14 1969-12-31 16:00:14.609 -14.0 821UdmGbkEf4j 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +true -14 1969-12-31 16:00:15.625 -14.0 cvLH6Eat2yFsyy7p 14 -14 0 -14.0 -0.0 14.0 -1113.742 0.0 14.0 0.0 -10.175 -14.0 1.8771428571428572 -14.0 0.0 -14 +true -13 1969-12-31 16:00:00.457 -13.0 cvLH6Eat2yFsyy7p 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +true -13 1969-12-31 16:00:01.828 -13.0 1cGVWH7n1QU 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +true -13 1969-12-31 16:00:02.166 -13.0 821UdmGbkEf4j 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +true -13 1969-12-31 16:00:03.377 -13.0 821UdmGbkEf4j 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +true -13 1969-12-31 16:00:04.238 -13.0 1cGVWH7n1QU 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +true -13 1969-12-31 16:00:07.375 -13.0 821UdmGbkEf4j 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +true -13 1969-12-31 16:00:08.499 -13.0 cvLH6Eat2yFsyy7p 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +true -13 1969-12-31 16:00:08.675 -13.0 cvLH6Eat2yFsyy7p 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +true -13 1969-12-31 16:00:13.506 -13.0 1cGVWH7n1QU 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +true -13 1969-12-31 16:00:15.223 -13.0 1cGVWH7n1QU 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +true -13 1969-12-31 16:00:15.294 -13.0 1cGVWH7n1QU 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +true -13 1969-12-31 16:00:15.588 -13.0 cvLH6Eat2yFsyy7p 13 -13 0 -13.0 -0.0 13.0 -1034.1889999999999 0.0 13.0 0.0 -10.175 -13.0 2.0215384615384617 -13.0 0.0 -13 +true -12 1969-12-31 16:00:01.374 -12.0 821UdmGbkEf4j 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +true -12 1969-12-31 16:00:01.967 -12.0 1cGVWH7n1QU 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +true -12 1969-12-31 16:00:03.985 -12.0 1cGVWH7n1QU 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +true -12 1969-12-31 16:00:04.049 -12.0 1cGVWH7n1QU 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +true -12 1969-12-31 16:00:04.871 -12.0 cvLH6Eat2yFsyy7p 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +true -12 1969-12-31 16:00:06.245 -12.0 1cGVWH7n1QU 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +true -12 1969-12-31 16:00:13.178 -12.0 1cGVWH7n1QU 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +true -12 1969-12-31 16:00:13.783 -12.0 cvLH6Eat2yFsyy7p 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +true -12 1969-12-31 16:00:14.907 -12.0 cvLH6Eat2yFsyy7p 12 -12 0 -12.0 -0.0 12.0 -954.636 0.0 12.0 0.0 -10.175 -12.0 2.19 -12.0 0.0 -12 +true -11 1969-12-31 16:00:00.639 -11.0 cvLH6Eat2yFsyy7p 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +true -11 1969-12-31 16:00:01.785 -11.0 cvLH6Eat2yFsyy7p 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +true -11 1969-12-31 16:00:08.448 -11.0 821UdmGbkEf4j 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +true -11 1969-12-31 16:00:09.351 -11.0 cvLH6Eat2yFsyy7p 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +true -11 1969-12-31 16:00:11.149 -11.0 1cGVWH7n1QU 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +true -11 1969-12-31 16:00:12.484 -11.0 1cGVWH7n1QU 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +true -11 1969-12-31 16:00:13.832 -11.0 1cGVWH7n1QU 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +true -11 1969-12-31 16:00:14.985 -11.0 cvLH6Eat2yFsyy7p 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +true -11 1969-12-31 16:00:16.232 -11.0 cvLH6Eat2yFsyy7p 11 -11 0 -11.0 -0.0 11.0 -875.083 0.0 11.0 0.0 -10.175 -11.0 2.389090909090909 -11.0 0.0 -11 +true -10 1969-12-31 16:00:00.082 -10.0 1cGVWH7n1QU 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +true -10 1969-12-31 16:00:00.619 -10.0 cvLH6Eat2yFsyy7p 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +true -10 1969-12-31 16:00:00.986 -10.0 821UdmGbkEf4j 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +true -10 1969-12-31 16:00:01.784 -10.0 1cGVWH7n1QU 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +true -10 1969-12-31 16:00:02.006 -10.0 821UdmGbkEf4j 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +true -10 1969-12-31 16:00:02.372 -10.0 821UdmGbkEf4j 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +true -10 1969-12-31 16:00:05.104 -10.0 1cGVWH7n1QU 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +true -10 1969-12-31 16:00:05.636 -10.0 1cGVWH7n1QU 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +true -10 1969-12-31 16:00:08.086 -10.0 1cGVWH7n1QU 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +true -10 1969-12-31 16:00:08.523 -10.0 cvLH6Eat2yFsyy7p 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +true -10 1969-12-31 16:00:08.676 -10.0 cvLH6Eat2yFsyy7p 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +true -10 1969-12-31 16:00:09.433 -10.0 821UdmGbkEf4j 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +true -10 1969-12-31 16:00:09.51 -10.0 cvLH6Eat2yFsyy7p 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +true -10 1969-12-31 16:00:10.058 -10.0 821UdmGbkEf4j 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +true -10 1969-12-31 16:00:13.048 -10.0 1cGVWH7n1QU 10 -10 0 -10.0 -0.0 10.0 -795.53 0.0 10.0 0.0 -10.175 -10.0 2.628 -10.0 0.0 -10 +true -9 1969-12-31 16:00:02.666 -9.0 cvLH6Eat2yFsyy7p 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +true -9 1969-12-31 16:00:03.805 -9.0 cvLH6Eat2yFsyy7p 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +true -9 1969-12-31 16:00:05.687 -9.0 821UdmGbkEf4j 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +true -9 1969-12-31 16:00:06.798 -9.0 cvLH6Eat2yFsyy7p 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +true -9 1969-12-31 16:00:07.981 -9.0 1cGVWH7n1QU 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +true -9 1969-12-31 16:00:08.432 -9.0 1cGVWH7n1QU 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +true -9 1969-12-31 16:00:10.035 -9.0 1cGVWH7n1QU 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +true -9 1969-12-31 16:00:10.52 -9.0 821UdmGbkEf4j 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +true -9 1969-12-31 16:00:10.522 -9.0 821UdmGbkEf4j 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +true -9 1969-12-31 16:00:10.558 -9.0 cvLH6Eat2yFsyy7p 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +true -9 1969-12-31 16:00:10.652 -9.0 cvLH6Eat2yFsyy7p 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +true -9 1969-12-31 16:00:11.632 -9.0 cvLH6Eat2yFsyy7p 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +true -9 1969-12-31 16:00:11.732 -9.0 1cGVWH7n1QU 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +true -9 1969-12-31 16:00:13.814 -9.0 1cGVWH7n1QU 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +true -9 1969-12-31 16:00:14.605 -9.0 821UdmGbkEf4j 9 -9 0 -9.0 -0.0 9.0 -715.977 0.0 9.0 0.0 -10.175 -9.0 2.92 -9.0 0.0 -9 +true -8 1969-12-31 16:00:00.511 -8.0 1cGVWH7n1QU 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +true -8 1969-12-31 16:00:00.532 -8.0 cvLH6Eat2yFsyy7p 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +true -8 1969-12-31 16:00:02.109 -8.0 cvLH6Eat2yFsyy7p 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +true -8 1969-12-31 16:00:06.513 -8.0 821UdmGbkEf4j 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +true -8 1969-12-31 16:00:07.588 -8.0 821UdmGbkEf4j 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +true -8 1969-12-31 16:00:08.365 -8.0 1cGVWH7n1QU 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +true -8 1969-12-31 16:00:09.987 -8.0 cvLH6Eat2yFsyy7p 8 -8 0 -8.0 -0.0 8.0 -636.424 0.0 8.0 0.0 -10.175 -8.0 3.285 -8.0 0.0 -8 +true -7 1969-12-31 16:00:00.315 -7.0 cvLH6Eat2yFsyy7p 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +true -7 1969-12-31 16:00:01.162 -7.0 1cGVWH7n1QU 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +true -7 1969-12-31 16:00:01.603 -7.0 821UdmGbkEf4j 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +true -7 1969-12-31 16:00:02.17 -7.0 cvLH6Eat2yFsyy7p 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +true -7 1969-12-31 16:00:04.292 -7.0 821UdmGbkEf4j 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +true -7 1969-12-31 16:00:04.368 -7.0 cvLH6Eat2yFsyy7p 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +true -7 1969-12-31 16:00:05.662 -7.0 1cGVWH7n1QU 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +true -7 1969-12-31 16:00:08.341 -7.0 821UdmGbkEf4j 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +true -7 1969-12-31 16:00:08.353 -7.0 cvLH6Eat2yFsyy7p 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +true -7 1969-12-31 16:00:09.128 -7.0 cvLH6Eat2yFsyy7p 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +true -7 1969-12-31 16:00:13.994 -7.0 cvLH6Eat2yFsyy7p 7 -7 0 -7.0 -0.0 7.0 -556.871 0.0 7.0 0.0 -10.175 -7.0 3.7542857142857144 -7.0 0.0 -7 +true -6 1969-12-31 16:00:01.845 -6.0 1cGVWH7n1QU 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +true -6 1969-12-31 16:00:02.834 -6.0 821UdmGbkEf4j 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +true -6 1969-12-31 16:00:03.613 -6.0 821UdmGbkEf4j 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +true -6 1969-12-31 16:00:05.07 -6.0 cvLH6Eat2yFsyy7p 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +true -6 1969-12-31 16:00:06.144 -6.0 1cGVWH7n1QU 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +true -6 1969-12-31 16:00:06.209 -6.0 1cGVWH7n1QU 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +true -6 1969-12-31 16:00:07.372 -6.0 cvLH6Eat2yFsyy7p 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +true -6 1969-12-31 16:00:07.442 -6.0 cvLH6Eat2yFsyy7p 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +true -6 1969-12-31 16:00:08.798 -6.0 1cGVWH7n1QU 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +true -6 1969-12-31 16:00:09.052 -6.0 821UdmGbkEf4j 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +true -6 1969-12-31 16:00:11.511 -6.0 cvLH6Eat2yFsyy7p 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +true -6 1969-12-31 16:00:11.794 -6.0 cvLH6Eat2yFsyy7p 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +true -6 1969-12-31 16:00:12.157 -6.0 cvLH6Eat2yFsyy7p 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +true -6 1969-12-31 16:00:14.192 -6.0 1cGVWH7n1QU 6 -6 0 -6.0 -0.0 6.0 -477.318 0.0 6.0 0.0 -10.175 -6.0 4.38 -6.0 0.0 -6 +true -5 1969-12-31 16:00:00.037 -5.0 cvLH6Eat2yFsyy7p 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +true -5 1969-12-31 16:00:00.594 -5.0 821UdmGbkEf4j 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +true -5 1969-12-31 16:00:00.611 -5.0 cvLH6Eat2yFsyy7p 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +true -5 1969-12-31 16:00:00.834 -5.0 cvLH6Eat2yFsyy7p 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +true -5 1969-12-31 16:00:01.728 -5.0 1cGVWH7n1QU 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +true -5 1969-12-31 16:00:04.033 -5.0 cvLH6Eat2yFsyy7p 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +true -5 1969-12-31 16:00:05.4 -5.0 cvLH6Eat2yFsyy7p 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +true -5 1969-12-31 16:00:06.123 -5.0 1cGVWH7n1QU 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +true -5 1969-12-31 16:00:07.276 -5.0 821UdmGbkEf4j 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +true -5 1969-12-31 16:00:11.811 -5.0 cvLH6Eat2yFsyy7p 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +true -5 1969-12-31 16:00:13.518 -5.0 1cGVWH7n1QU 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +true -5 1969-12-31 16:00:15.054 -5.0 1cGVWH7n1QU 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +true -5 1969-12-31 16:00:15.466 -5.0 1cGVWH7n1QU 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +true -5 1969-12-31 16:00:16.337 -5.0 821UdmGbkEf4j 5 -5 0 -5.0 -0.0 5.0 -397.765 0.0 5.0 0.0 -10.175 -5.0 5.256 -5.0 0.0 -5 +true -4 1969-12-31 16:00:00.032 -4.0 cvLH6Eat2yFsyy7p 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +true -4 1969-12-31 16:00:01.567 -4.0 cvLH6Eat2yFsyy7p 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +true -4 1969-12-31 16:00:03.293 -4.0 1cGVWH7n1QU 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +true -4 1969-12-31 16:00:03.366 -4.0 821UdmGbkEf4j 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +true -4 1969-12-31 16:00:05.323 -4.0 821UdmGbkEf4j 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +true -4 1969-12-31 16:00:05.764 -4.0 821UdmGbkEf4j 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +true -4 1969-12-31 16:00:07.238 -4.0 cvLH6Eat2yFsyy7p 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +true -4 1969-12-31 16:00:07.66 -4.0 1cGVWH7n1QU 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +true -4 1969-12-31 16:00:08.5 -4.0 1cGVWH7n1QU 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +true -4 1969-12-31 16:00:09.922 -4.0 821UdmGbkEf4j 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +true -4 1969-12-31 16:00:11.875 -4.0 1cGVWH7n1QU 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +true -4 1969-12-31 16:00:14.16 -4.0 1cGVWH7n1QU 4 -4 0 -4.0 -0.0 4.0 -318.212 0.0 4.0 0.0 -10.175 -4.0 6.57 -4.0 0.0 -4 +true -3 1969-12-31 16:00:07.182 -3.0 821UdmGbkEf4j 3 -3 0 -3.0 -0.0 3.0 -238.659 0.0 3.0 0.0 -10.175 -3.0 8.76 -3.0 0.0 -3 +true -3 1969-12-31 16:00:08.429 -3.0 821UdmGbkEf4j 3 -3 0 -3.0 -0.0 3.0 -238.659 0.0 3.0 0.0 -10.175 -3.0 8.76 -3.0 0.0 -3 +true -3 1969-12-31 16:00:12.866 -3.0 1cGVWH7n1QU 3 -3 0 -3.0 -0.0 3.0 -238.659 0.0 3.0 0.0 -10.175 -3.0 8.76 -3.0 0.0 -3 +true -2 1969-12-31 16:00:00.395 -2.0 cvLH6Eat2yFsyy7p 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +true -2 1969-12-31 16:00:03.27 -2.0 1cGVWH7n1QU 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +true -2 1969-12-31 16:00:09.237 -2.0 cvLH6Eat2yFsyy7p 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +true -2 1969-12-31 16:00:10.495 -2.0 821UdmGbkEf4j 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +true -2 1969-12-31 16:00:11.979 -2.0 cvLH6Eat2yFsyy7p 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +true -2 1969-12-31 16:00:13.347 -2.0 cvLH6Eat2yFsyy7p 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +true -2 1969-12-31 16:00:13.941 -2.0 cvLH6Eat2yFsyy7p 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +true -2 1969-12-31 16:00:15.431 -2.0 1cGVWH7n1QU 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +true -2 1969-12-31 16:00:15.921 -2.0 cvLH6Eat2yFsyy7p 2 -2 0 -2.0 -0.0 2.0 -159.106 0.0 2.0 0.0 -10.175 -2.0 13.14 -2.0 0.0 -2 +true -1 1969-12-31 16:00:00.107 -1.0 1cGVWH7n1QU 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true -1 1969-12-31 16:00:00.519 -1.0 cvLH6Eat2yFsyy7p 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true -1 1969-12-31 16:00:00.839 -1.0 1cGVWH7n1QU 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true -1 1969-12-31 16:00:01.502 -1.0 cvLH6Eat2yFsyy7p 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true -1 1969-12-31 16:00:02.578 -1.0 821UdmGbkEf4j 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true -1 1969-12-31 16:00:03.106 -1.389 1cGVWH7n1QU 1 -1 0 -1.3890000581741333 -0.0 1.3890000581741333 -110.49912162792683 0.0 1.3890000581741333 0.0 -10.175 -1.3890000581741333 18.920085600677048 -1.389 0.0 -1 +true -1 1969-12-31 16:00:04.956 -1.0 821UdmGbkEf4j 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true -1 1969-12-31 16:00:05.451 -1.0 821UdmGbkEf4j 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true -1 1969-12-31 16:00:05.785 -1.0 821UdmGbkEf4j 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true -1 1969-12-31 16:00:06.036 -1.0 821UdmGbkEf4j 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true -1 1969-12-31 16:00:08.104 -1.0 821UdmGbkEf4j 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true -1 1969-12-31 16:00:09.723 -1.0 cvLH6Eat2yFsyy7p 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true -1 1969-12-31 16:00:11.459 -1.0 821UdmGbkEf4j 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true -1 1969-12-31 16:00:11.932 -1.0 cvLH6Eat2yFsyy7p 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true -1 1969-12-31 16:00:13.333 -1.0 1cGVWH7n1QU 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true -1 1969-12-31 16:00:15.065 -1.0 821UdmGbkEf4j 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true -1 1969-12-31 16:00:15.242 -1.0 cvLH6Eat2yFsyy7p 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true -1 1969-12-31 16:00:16.189 -1.0 cvLH6Eat2yFsyy7p 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true -1 1969-12-31 16:00:16.228 -1.0 821UdmGbkEf4j 1 -1 0 -1.0 -0.0 1.0 -79.553 0.0 1.0 0.0 -10.175 -1.0 26.28 -1.0 0.0 -1 +true 0 1969-12-31 16:00:00.181 0.0 cvLH6Eat2yFsyy7p 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +true 0 1969-12-31 16:00:01.268 0.0 cvLH6Eat2yFsyy7p 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +true 0 1969-12-31 16:00:02.284 0.0 cvLH6Eat2yFsyy7p 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +true 0 1969-12-31 16:00:04.336 0.0 cvLH6Eat2yFsyy7p 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +true 0 1969-12-31 16:00:05.166 0.0 1cGVWH7n1QU 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +true 0 1969-12-31 16:00:06.311 0.0 821UdmGbkEf4j 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +true 0 1969-12-31 16:00:07.552 0.0 cvLH6Eat2yFsyy7p 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +true 0 1969-12-31 16:00:07.615 0.0 1cGVWH7n1QU 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +true 0 1969-12-31 16:00:08.742 0.0 821UdmGbkEf4j 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +true 0 1969-12-31 16:00:09.017 0.0 1cGVWH7n1QU 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +true 0 1969-12-31 16:00:09.566 0.0 cvLH6Eat2yFsyy7p 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +true 0 1969-12-31 16:00:09.922 0.0 1cGVWH7n1QU 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +true 0 1969-12-31 16:00:10.688 0.0 cvLH6Eat2yFsyy7p 0 0 0 0.0 0.0 -0.0 0.0 0.0 -0.0 0.0 -10.175 0.0 NULL 0.0 NULL 0 +true 1 1969-12-31 16:00:00.106 1.0 1cGVWH7n1QU -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +true 1 1969-12-31 16:00:00.125 1.0 cvLH6Eat2yFsyy7p -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +true 1 1969-12-31 16:00:00.342 1.0 1cGVWH7n1QU -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +true 1 1969-12-31 16:00:01.191 1.0 1cGVWH7n1QU -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +true 1 1969-12-31 16:00:01.746 1.0 821UdmGbkEf4j -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +true 1 1969-12-31 16:00:01.798 1.0 1cGVWH7n1QU -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +true 1 1969-12-31 16:00:02.594 1.0 cvLH6Eat2yFsyy7p -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +true 1 1969-12-31 16:00:03.617 1.0 821UdmGbkEf4j -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +true 1 1969-12-31 16:00:06.974 1.0 cvLH6Eat2yFsyy7p -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +true 1 1969-12-31 16:00:09.74 1.0 821UdmGbkEf4j -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +true 1 1969-12-31 16:00:10.149 1.0 821UdmGbkEf4j -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +true 1 1969-12-31 16:00:10.401 1.0 821UdmGbkEf4j -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +true 1 1969-12-31 16:00:11.583 1.0 821UdmGbkEf4j -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +true 1 1969-12-31 16:00:11.658 1.0 cvLH6Eat2yFsyy7p -1 1 0 1.0 0.0 -1.0 79.553 0.0 -1.0 0.0 -10.175 1.0 -26.28 1.0 0.0 1 +true 2 1969-12-31 16:00:01.703 2.0 821UdmGbkEf4j -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +true 2 1969-12-31 16:00:01.923 2.0 cvLH6Eat2yFsyy7p -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +true 2 1969-12-31 16:00:02.359 2.0 cvLH6Eat2yFsyy7p -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +true 2 1969-12-31 16:00:03.805 2.0 821UdmGbkEf4j -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +true 2 1969-12-31 16:00:06.546 2.0 821UdmGbkEf4j -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +true 2 1969-12-31 16:00:07.06 2.0 821UdmGbkEf4j -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +true 2 1969-12-31 16:00:07.062 2.0 cvLH6Eat2yFsyy7p -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +true 2 1969-12-31 16:00:07.556 2.0 cvLH6Eat2yFsyy7p -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +true 2 1969-12-31 16:00:08.762 2.0 cvLH6Eat2yFsyy7p -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +true 2 1969-12-31 16:00:12.4 2.0 821UdmGbkEf4j -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +true 2 1969-12-31 16:00:14.787 2.0 1cGVWH7n1QU -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +true 2 1969-12-31 16:00:15.071 2.0 821UdmGbkEf4j -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +true 2 1969-12-31 16:00:15.103 2.0 cvLH6Eat2yFsyy7p -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +true 2 1969-12-31 16:00:16.352 2.0 821UdmGbkEf4j -2 2 0 2.0 0.0 -2.0 159.106 0.0 -2.0 0.0 -10.175 2.0 -13.14 2.0 0.0 2 +true 3 1969-12-31 16:00:01.634 3.0 cvLH6Eat2yFsyy7p -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:03.119 3.0 cvLH6Eat2yFsyy7p -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:03.192 3.0 821UdmGbkEf4j -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:03.256 3.0 821UdmGbkEf4j -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:03.321 3.0 cvLH6Eat2yFsyy7p -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:03.437 3.0 821UdmGbkEf4j -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:03.941 3.0 1cGVWH7n1QU -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:04.64 3.0 1cGVWH7n1QU -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:05.406 3.0 821UdmGbkEf4j -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:05.988 3.0 821UdmGbkEf4j -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:07.913 3.0 1cGVWH7n1QU -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:08.876 3.0 821UdmGbkEf4j -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:10.098 3.0 1cGVWH7n1QU -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:10.295 3.0 821UdmGbkEf4j -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:11.471 3.0 1cGVWH7n1QU -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:13.736 3.0 1cGVWH7n1QU -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:13.741 3.0 cvLH6Eat2yFsyy7p -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:14.349 3.0 cvLH6Eat2yFsyy7p -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 3 1969-12-31 16:00:31.808 3.0 821UdmGbkEf4j -3 3 0 3.0 0.0 -3.0 238.659 0.0 -3.0 0.0 -10.175 3.0 -8.76 3.0 0.0 3 +true 4 1969-12-31 16:00:00.237 4.0 821UdmGbkEf4j -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +true 4 1969-12-31 16:00:02.212 4.0 1cGVWH7n1QU -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +true 4 1969-12-31 16:00:05.752 4.0 821UdmGbkEf4j -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +true 4 1969-12-31 16:00:06.663 4.0 cvLH6Eat2yFsyy7p -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +true 4 1969-12-31 16:00:06.666 4.0 821UdmGbkEf4j -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +true 4 1969-12-31 16:00:06.941 4.0 cvLH6Eat2yFsyy7p -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +true 4 1969-12-31 16:00:08.036 4.0 1cGVWH7n1QU -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +true 4 1969-12-31 16:00:09.934 4.0 1cGVWH7n1QU -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +true 4 1969-12-31 16:00:12.526 4.0 821UdmGbkEf4j -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +true 4 1969-12-31 16:00:12.665 4.0 821UdmGbkEf4j -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +true 4 1969-12-31 16:00:15.509 4.0 821UdmGbkEf4j -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +true 4 1969-12-31 16:00:15.754 4.0 821UdmGbkEf4j -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +true 4 1969-12-31 16:00:15.932 4.0 821UdmGbkEf4j -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +true 4 1969-12-31 16:00:16.558 4.0 1cGVWH7n1QU -4 4 0 4.0 0.0 -4.0 318.212 0.0 -4.0 0.0 -10.175 4.0 -6.57 4.0 0.0 4 +true 5 1969-12-31 16:00:00.344 5.0 1cGVWH7n1QU -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +true 5 1969-12-31 16:00:00.467 5.0 cvLH6Eat2yFsyy7p -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +true 5 1969-12-31 16:00:02.011 5.0 821UdmGbkEf4j -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +true 5 1969-12-31 16:00:03.11 5.0 cvLH6Eat2yFsyy7p -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +true 5 1969-12-31 16:00:05.015 5.0 cvLH6Eat2yFsyy7p -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +true 5 1969-12-31 16:00:05.085 5.0 cvLH6Eat2yFsyy7p -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +true 5 1969-12-31 16:00:05.78 5.0 cvLH6Eat2yFsyy7p -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +true 5 1969-12-31 16:00:08.493 5.0 1cGVWH7n1QU -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +true 5 1969-12-31 16:00:09.238 5.0 821UdmGbkEf4j -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +true 5 1969-12-31 16:00:10.233 5.0 1cGVWH7n1QU -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +true 5 1969-12-31 16:00:10.605 5.0 1cGVWH7n1QU -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +true 5 1969-12-31 16:00:11.561 5.0 821UdmGbkEf4j -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +true 5 1969-12-31 16:00:11.803 5.0 1cGVWH7n1QU -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +true 5 1969-12-31 16:00:13.612 5.0 cvLH6Eat2yFsyy7p -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +true 5 1969-12-31 16:00:16.144 5.0 1cGVWH7n1QU -5 5 0 5.0 0.0 -5.0 397.765 0.0 -5.0 0.0 -10.175 5.0 -5.256 5.0 0.0 5 +true 6 1969-12-31 16:00:02.078 6.0 cvLH6Eat2yFsyy7p -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +true 6 1969-12-31 16:00:03.916 6.0 1cGVWH7n1QU -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +true 6 1969-12-31 16:00:04.003 6.0 821UdmGbkEf4j -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +true 6 1969-12-31 16:00:04.783 6.0 cvLH6Eat2yFsyy7p -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +true 6 1969-12-31 16:00:04.89 6.0 1cGVWH7n1QU -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +true 6 1969-12-31 16:00:04.901 6.0 1cGVWH7n1QU -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +true 6 1969-12-31 16:00:04.983 6.0 cvLH6Eat2yFsyy7p -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +true 6 1969-12-31 16:00:05.885 6.0 821UdmGbkEf4j -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +true 6 1969-12-31 16:00:07.375 6.0 1cGVWH7n1QU -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +true 6 1969-12-31 16:00:09.107 6.0 821UdmGbkEf4j -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +true 6 1969-12-31 16:00:09.388 6.0 821UdmGbkEf4j -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +true 6 1969-12-31 16:00:09.857 6.0 cvLH6Eat2yFsyy7p -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +true 6 1969-12-31 16:00:11.357 6.0 cvLH6Eat2yFsyy7p -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +true 6 1969-12-31 16:00:13.987 6.0 cvLH6Eat2yFsyy7p -6 6 0 6.0 0.0 -6.0 477.318 0.0 -6.0 0.0 -10.175 6.0 -4.38 6.0 0.0 6 +true 7 1969-12-31 16:00:01.437 7.0 1cGVWH7n1QU -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +true 7 1969-12-31 16:00:02.213 7.0 cvLH6Eat2yFsyy7p -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +true 7 1969-12-31 16:00:03.214 7.0 1cGVWH7n1QU -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +true 7 1969-12-31 16:00:03.526 7.0 1cGVWH7n1QU -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +true 7 1969-12-31 16:00:03.846 7.0 cvLH6Eat2yFsyy7p -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +true 7 1969-12-31 16:00:07.336 7.0 1cGVWH7n1QU -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +true 7 1969-12-31 16:00:08.334 7.0 1cGVWH7n1QU -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +true 7 1969-12-31 16:00:09.168 7.0 821UdmGbkEf4j -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +true 7 1969-12-31 16:00:09.828 7.0 821UdmGbkEf4j -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +true 7 1969-12-31 16:00:11.886 7.0 cvLH6Eat2yFsyy7p -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +true 7 1969-12-31 16:00:12.06 7.0 cvLH6Eat2yFsyy7p -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +true 7 1969-12-31 16:00:14.867 7.0 1cGVWH7n1QU -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +true 7 1969-12-31 16:00:15.313 7.0 821UdmGbkEf4j -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +true 7 1969-12-31 16:00:15.998 7.0 1cGVWH7n1QU -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +true 7 1969-12-31 16:00:16.238 7.0 cvLH6Eat2yFsyy7p -7 7 0 7.0 0.0 -7.0 556.871 0.0 -7.0 0.0 -10.175 7.0 -3.7542857142857144 7.0 0.0 7 +true 8 1969-12-31 16:00:00.335 8.0 cvLH6Eat2yFsyy7p -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +true 8 1969-12-31 16:00:00.687 8.0 821UdmGbkEf4j -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +true 8 1969-12-31 16:00:05.063 8.0 cvLH6Eat2yFsyy7p -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +true 8 1969-12-31 16:00:05.214 8.0 cvLH6Eat2yFsyy7p -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +true 8 1969-12-31 16:00:06.327 8.0 cvLH6Eat2yFsyy7p -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +true 8 1969-12-31 16:00:07.452 8.0 1cGVWH7n1QU -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +true 8 1969-12-31 16:00:07.661 8.0 cvLH6Eat2yFsyy7p -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +true 8 1969-12-31 16:00:07.74 8.0 1cGVWH7n1QU -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +true 8 1969-12-31 16:00:08.749 8.0 1cGVWH7n1QU -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +true 8 1969-12-31 16:00:08.893 8.0 1cGVWH7n1QU -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +true 8 1969-12-31 16:00:09.373 8.0 821UdmGbkEf4j -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +true 8 1969-12-31 16:00:10.496 8.0 821UdmGbkEf4j -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +true 8 1969-12-31 16:00:11.236 8.0 1cGVWH7n1QU -8 8 0 8.0 0.0 -8.0 636.424 0.0 -8.0 0.0 -10.175 8.0 -3.285 8.0 0.0 8 +true 9 1969-12-31 16:00:00.278 9.0 1cGVWH7n1QU -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +true 9 1969-12-31 16:00:00.377 9.0 cvLH6Eat2yFsyy7p -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +true 9 1969-12-31 16:00:00.706 9.0 1cGVWH7n1QU -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +true 9 1969-12-31 16:00:03.354 9.0 1cGVWH7n1QU -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +true 9 1969-12-31 16:00:03.961 9.0 cvLH6Eat2yFsyy7p -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +true 9 1969-12-31 16:00:07.037 9.0 1cGVWH7n1QU -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +true 9 1969-12-31 16:00:09.063 9.0 821UdmGbkEf4j -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +true 9 1969-12-31 16:00:09.444 9.0 821UdmGbkEf4j -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +true 9 1969-12-31 16:00:11.544 9.0 1cGVWH7n1QU -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +true 9 1969-12-31 16:00:12.42 9.0 821UdmGbkEf4j -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +true 9 1969-12-31 16:00:13.387 9.0 cvLH6Eat2yFsyy7p -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +true 9 1969-12-31 16:00:14.974 9.0 cvLH6Eat2yFsyy7p -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +true 9 1969-12-31 16:00:15.745 9.0 cvLH6Eat2yFsyy7p -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +true 9 1969-12-31 16:00:15.747 9.0 1cGVWH7n1QU -9 9 0 9.0 0.0 -9.0 715.977 0.0 -9.0 0.0 -10.175 9.0 -2.92 9.0 0.0 9 +true 10 1969-12-31 16:00:00.55 10.0 1cGVWH7n1QU -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +true 10 1969-12-31 16:00:01.358 10.0 cvLH6Eat2yFsyy7p -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +true 10 1969-12-31 16:00:03.631 10.0 1cGVWH7n1QU -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +true 10 1969-12-31 16:00:03.847 10.0 821UdmGbkEf4j -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +true 10 1969-12-31 16:00:04.197 10.0 cvLH6Eat2yFsyy7p -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +true 10 1969-12-31 16:00:06.923 10.0 821UdmGbkEf4j -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +true 10 1969-12-31 16:00:07.636 10.0 821UdmGbkEf4j -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +true 10 1969-12-31 16:00:08.135 10.0 1cGVWH7n1QU -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +true 10 1969-12-31 16:00:08.442 10.0 cvLH6Eat2yFsyy7p -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +true 10 1969-12-31 16:00:09.539 10.0 821UdmGbkEf4j -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +true 10 1969-12-31 16:00:12.034 10.0 821UdmGbkEf4j -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +true 10 1969-12-31 16:00:12.05 10.0 cvLH6Eat2yFsyy7p -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +true 10 1969-12-31 16:00:12.588 10.0 1cGVWH7n1QU -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +true 10 1969-12-31 16:00:16.281 10.0 1cGVWH7n1QU -10 10 0 10.0 0.0 -10.0 795.53 0.0 -10.0 0.0 -10.175 10.0 -2.628 10.0 0.0 10 +true 11 1969-12-31 16:00:02.192 11.0 cvLH6Eat2yFsyy7p -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +true 11 1969-12-31 16:00:02.389 11.0 cvLH6Eat2yFsyy7p -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +true 11 1969-12-31 16:00:02.521 11.0 1cGVWH7n1QU -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +true 11 1969-12-31 16:00:03.211 11.0 1cGVWH7n1QU -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +true 11 1969-12-31 16:00:06.062 11.0 cvLH6Eat2yFsyy7p -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +true 11 1969-12-31 16:00:07.581 11.0 1cGVWH7n1QU -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +true 11 1969-12-31 16:00:08.428 11.0 1cGVWH7n1QU -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +true 11 1969-12-31 16:00:08.95 11.0 821UdmGbkEf4j -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +true 11 1969-12-31 16:00:09.532 11.0 1cGVWH7n1QU -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +true 11 1969-12-31 16:00:10.912 11.0 821UdmGbkEf4j -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +true 11 1969-12-31 16:00:13.613 11.0 cvLH6Eat2yFsyy7p -11 11 0 11.0 0.0 -11.0 875.083 0.0 -11.0 0.0 -10.175 11.0 -2.389090909090909 11.0 0.0 11 +true 12 1969-12-31 16:00:00.997 12.0 821UdmGbkEf4j -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +true 12 1969-12-31 16:00:04.811 12.0 cvLH6Eat2yFsyy7p -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +true 12 1969-12-31 16:00:09.759 12.0 cvLH6Eat2yFsyy7p -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +true 12 1969-12-31 16:00:13.265 12.0 1cGVWH7n1QU -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +true 12 1969-12-31 16:00:13.383 12.0 821UdmGbkEf4j -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +true 12 1969-12-31 16:00:14.744 12.0 821UdmGbkEf4j -12 12 0 12.0 0.0 -12.0 954.636 0.0 -12.0 0.0 -10.175 12.0 -2.19 12.0 0.0 12 +true 13 1969-12-31 16:00:00.029 13.0 1cGVWH7n1QU -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +true 13 1969-12-31 16:00:02.001 13.0 1cGVWH7n1QU -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +true 13 1969-12-31 16:00:04.711 13.0 821UdmGbkEf4j -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +true 13 1969-12-31 16:00:05.942 13.0 1cGVWH7n1QU -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +true 13 1969-12-31 16:00:06.453 13.0 cvLH6Eat2yFsyy7p -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +true 13 1969-12-31 16:00:07.709 13.0 cvLH6Eat2yFsyy7p -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +true 13 1969-12-31 16:00:08.347 13.0 821UdmGbkEf4j -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +true 13 1969-12-31 16:00:08.549 13.0 821UdmGbkEf4j -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +true 13 1969-12-31 16:00:08.799 13.0 1cGVWH7n1QU -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +true 13 1969-12-31 16:00:09.642 13.0 cvLH6Eat2yFsyy7p -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +true 13 1969-12-31 16:00:09.802 13.0 821UdmGbkEf4j -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +true 13 1969-12-31 16:00:09.923 13.0 1cGVWH7n1QU -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +true 13 1969-12-31 16:00:10.815 13.0 1cGVWH7n1QU -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +true 13 1969-12-31 16:00:12.554 13.0 cvLH6Eat2yFsyy7p -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +true 13 1969-12-31 16:00:13.062 13.0 cvLH6Eat2yFsyy7p -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +true 13 1969-12-31 16:00:16.045 13.0 cvLH6Eat2yFsyy7p -13 13 0 13.0 0.0 -13.0 1034.1889999999999 0.0 -13.0 0.0 -10.175 13.0 -2.0215384615384617 13.0 0.0 13 +true 14 1969-12-31 16:00:00.334 14.0 821UdmGbkEf4j -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +true 14 1969-12-31 16:00:00.34 14.0 821UdmGbkEf4j -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +true 14 1969-12-31 16:00:00.546 14.0 821UdmGbkEf4j -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +true 14 1969-12-31 16:00:00.938 14.0 cvLH6Eat2yFsyy7p -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +true 14 1969-12-31 16:00:01.815 14.0 cvLH6Eat2yFsyy7p -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +true 14 1969-12-31 16:00:03.058 14.0 cvLH6Eat2yFsyy7p -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +true 14 1969-12-31 16:00:03.666 14.0 821UdmGbkEf4j -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +true 14 1969-12-31 16:00:03.911 14.0 cvLH6Eat2yFsyy7p -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +true 14 1969-12-31 16:00:05.663 14.0 821UdmGbkEf4j -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +true 14 1969-12-31 16:00:07.812 14.0 cvLH6Eat2yFsyy7p -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +true 14 1969-12-31 16:00:08.209 14.0 1cGVWH7n1QU -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +true 14 1969-12-31 16:00:11.302 14.0 821UdmGbkEf4j -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +true 14 1969-12-31 16:00:11.528 14.0 821UdmGbkEf4j -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +true 14 1969-12-31 16:00:12.103 14.0 1cGVWH7n1QU -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +true 14 1969-12-31 16:00:12.781 14.0 cvLH6Eat2yFsyy7p -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +true 14 1969-12-31 16:00:15.709 14.0 1cGVWH7n1QU -14 14 0 14.0 0.0 -14.0 1113.742 0.0 -14.0 0.0 -10.175 14.0 -1.8771428571428572 14.0 0.0 14 +true 15 1969-12-31 16:00:00.019 15.0 cvLH6Eat2yFsyy7p -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:00.465 15.0 cvLH6Eat2yFsyy7p -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:01.054 15.0 1cGVWH7n1QU -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:01.115 15.0 1cGVWH7n1QU -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:02.353 15.0 821UdmGbkEf4j -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:02.598 15.0 1cGVWH7n1QU -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:03.901 15.0 1cGVWH7n1QU -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:06.182 15.0 1cGVWH7n1QU -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:06.748 15.0 1cGVWH7n1QU -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:08.54 15.0 cvLH6Eat2yFsyy7p -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:09.577 15.0 1cGVWH7n1QU -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:10.576 15.0 821UdmGbkEf4j -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:11.483 15.0 1cGVWH7n1QU -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:11.832 15.0 1cGVWH7n1QU -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:12.059 15.0 821UdmGbkEf4j -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:12.078 15.0 cvLH6Eat2yFsyy7p -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:12.746 15.0 821UdmGbkEf4j -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:14.822 15.0 821UdmGbkEf4j -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:16.133 15.0 1cGVWH7n1QU -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 15 1969-12-31 16:00:16.232 15.0 cvLH6Eat2yFsyy7p -15 15 0 15.0 0.0 -15.0 1193.295 0.0 -15.0 0.0 -10.175 15.0 -1.752 15.0 0.0 15 +true 16 1969-12-31 16:00:00.147 16.0 1cGVWH7n1QU -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +true 16 1969-12-31 16:00:00.98 16.0 1cGVWH7n1QU -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +true 16 1969-12-31 16:00:01.151 16.0 821UdmGbkEf4j -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +true 16 1969-12-31 16:00:02.28 16.0 cvLH6Eat2yFsyy7p -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +true 16 1969-12-31 16:00:05.013 16.0 1cGVWH7n1QU -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +true 16 1969-12-31 16:00:06.813 16.0 1cGVWH7n1QU -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +true 16 1969-12-31 16:00:07.201 16.0 1cGVWH7n1QU -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +true 16 1969-12-31 16:00:08.735 16.0 1cGVWH7n1QU -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +true 16 1969-12-31 16:00:11.214 16.0 821UdmGbkEf4j -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +true 16 1969-12-31 16:00:15.698 16.0 1cGVWH7n1QU -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +true 16 1969-12-31 16:00:16.227 16.0 821UdmGbkEf4j -16 16 0 16.0 0.0 -16.0 1272.848 0.0 -16.0 0.0 -10.175 16.0 -1.6425 16.0 0.0 16 +true 17 1969-12-31 16:00:00.225 17.0 821UdmGbkEf4j -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +true 17 1969-12-31 16:00:00.229 17.0 1cGVWH7n1QU -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +true 17 1969-12-31 16:00:00.283 17.0 821UdmGbkEf4j -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +true 17 1969-12-31 16:00:00.499 17.0 1cGVWH7n1QU -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +true 17 1969-12-31 16:00:00.597 17.0 1cGVWH7n1QU -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +true 17 1969-12-31 16:00:00.863 17.0 1cGVWH7n1QU -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +true 17 1969-12-31 16:00:01.764 17.0 821UdmGbkEf4j -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +true 17 1969-12-31 16:00:02.933 17.0 821UdmGbkEf4j -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +true 17 1969-12-31 16:00:03.478 17.0 1cGVWH7n1QU -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +true 17 1969-12-31 16:00:04.153 17.0 821UdmGbkEf4j -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +true 17 1969-12-31 16:00:08.246 17.0 1cGVWH7n1QU -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +true 17 1969-12-31 16:00:09.719 17.0 821UdmGbkEf4j -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +true 17 1969-12-31 16:00:11.246 17.0 821UdmGbkEf4j -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +true 17 1969-12-31 16:00:14.12 17.0 cvLH6Eat2yFsyy7p -17 17 0 17.0 0.0 -17.0 1352.4009999999998 0.0 -17.0 0.0 -10.175 17.0 -1.5458823529411765 17.0 0.0 17 +true 17 1969-12-31 16:00:16.558 10.175 cvLH6Eat2yFsyy7p -17 17 0 10.175000190734863 0.0 -10.175000190734863 809.4517901735305 0.0 -10.175000190734863 0.0 -10.175 10.175000190734863 -2.58280093438524 10.175 0.0 17 +true 18 1969-12-31 16:00:00.259 18.0 cvLH6Eat2yFsyy7p -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +true 18 1969-12-31 16:00:00.909 18.0 cvLH6Eat2yFsyy7p -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +true 18 1969-12-31 16:00:01.154 18.0 1cGVWH7n1QU -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +true 18 1969-12-31 16:00:02.986 18.0 821UdmGbkEf4j -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +true 18 1969-12-31 16:00:03.108 18.0 1cGVWH7n1QU -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +true 18 1969-12-31 16:00:03.703 18.0 1cGVWH7n1QU -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +true 18 1969-12-31 16:00:09.509 18.0 1cGVWH7n1QU -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +true 18 1969-12-31 16:00:09.747 18.0 1cGVWH7n1QU -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +true 18 1969-12-31 16:00:10.553 18.0 821UdmGbkEf4j -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +true 18 1969-12-31 16:00:10.881 18.0 1cGVWH7n1QU -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +true 18 1969-12-31 16:00:12.339 18.0 cvLH6Eat2yFsyy7p -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +true 18 1969-12-31 16:00:13.767 18.0 1cGVWH7n1QU -18 18 0 18.0 0.0 -18.0 1431.954 0.0 -18.0 0.0 -10.175 18.0 -1.46 18.0 0.0 18 +true 19 1969-12-31 16:00:01.663 19.0 1cGVWH7n1QU -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +true 19 1969-12-31 16:00:02.609 19.0 1cGVWH7n1QU -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +true 19 1969-12-31 16:00:03.827 19.0 cvLH6Eat2yFsyy7p -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +true 19 1969-12-31 16:00:09.507 19.0 1cGVWH7n1QU -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +true 19 1969-12-31 16:00:11.092 19.0 1cGVWH7n1QU -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +true 19 1969-12-31 16:00:11.333 19.0 1cGVWH7n1QU -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +true 19 1969-12-31 16:00:11.452 19.0 1cGVWH7n1QU -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +true 19 1969-12-31 16:00:11.579 19.0 821UdmGbkEf4j -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +true 19 1969-12-31 16:00:11.847 19.0 cvLH6Eat2yFsyy7p -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +true 19 1969-12-31 16:00:12.161 19.0 cvLH6Eat2yFsyy7p -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +true 19 1969-12-31 16:00:13.106 19.0 1cGVWH7n1QU -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +true 19 1969-12-31 16:00:14.479 19.0 1cGVWH7n1QU -19 19 0 19.0 0.0 -19.0 1511.507 0.0 -19.0 0.0 -10.175 19.0 -1.3831578947368421 19.0 0.0 19 +true 20 1969-12-31 16:00:01.6 20.0 821UdmGbkEf4j -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +true 20 1969-12-31 16:00:01.943 20.0 1cGVWH7n1QU -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +true 20 1969-12-31 16:00:02.164 20.0 cvLH6Eat2yFsyy7p -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +true 20 1969-12-31 16:00:04.545 20.0 1cGVWH7n1QU -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +true 20 1969-12-31 16:00:07.187 20.0 1cGVWH7n1QU -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +true 20 1969-12-31 16:00:07.813 20.0 821UdmGbkEf4j -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +true 20 1969-12-31 16:00:12.269 20.0 821UdmGbkEf4j -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +true 20 1969-12-31 16:00:14.818 20.0 1cGVWH7n1QU -20 20 0 20.0 0.0 -20.0 1591.06 0.0 -20.0 0.0 -10.175 20.0 -1.314 20.0 0.0 20 +true 21 1969-12-31 16:00:00.651 21.0 1cGVWH7n1QU -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +true 21 1969-12-31 16:00:02.216 21.0 821UdmGbkEf4j -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +true 21 1969-12-31 16:00:03.882 21.0 1cGVWH7n1QU -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +true 21 1969-12-31 16:00:06.912 21.0 821UdmGbkEf4j -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +true 21 1969-12-31 16:00:07.784 21.0 1cGVWH7n1QU -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +true 21 1969-12-31 16:00:08.648 21.0 cvLH6Eat2yFsyy7p -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +true 21 1969-12-31 16:00:10.044 21.0 cvLH6Eat2yFsyy7p -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +true 21 1969-12-31 16:00:10.871 21.0 cvLH6Eat2yFsyy7p -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +true 21 1969-12-31 16:00:11.525 21.0 1cGVWH7n1QU -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +true 21 1969-12-31 16:00:12.594 21.0 1cGVWH7n1QU -21 21 0 21.0 0.0 -21.0 1670.6129999999998 0.0 -21.0 0.0 -10.175 21.0 -1.2514285714285716 21.0 0.0 21 +true 22 1969-12-31 16:00:00.012 22.0 1cGVWH7n1QU -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +true 22 1969-12-31 16:00:01.809 22.0 cvLH6Eat2yFsyy7p -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +true 22 1969-12-31 16:00:03.555 22.0 821UdmGbkEf4j -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +true 22 1969-12-31 16:00:03.815 22.0 821UdmGbkEf4j -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +true 22 1969-12-31 16:00:04.322 22.0 821UdmGbkEf4j -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +true 22 1969-12-31 16:00:08.487 22.0 cvLH6Eat2yFsyy7p -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +true 22 1969-12-31 16:00:09.701 22.0 1cGVWH7n1QU -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +true 22 1969-12-31 16:00:10.098 22.0 1cGVWH7n1QU -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +true 22 1969-12-31 16:00:10.47 22.0 821UdmGbkEf4j -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +true 22 1969-12-31 16:00:12.272 22.0 cvLH6Eat2yFsyy7p -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +true 22 1969-12-31 16:00:12.849 22.0 821UdmGbkEf4j -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +true 22 1969-12-31 16:00:13.395 22.0 1cGVWH7n1QU -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +true 22 1969-12-31 16:00:16.163 22.0 1cGVWH7n1QU -22 22 0 22.0 0.0 -22.0 1750.166 0.0 -22.0 0.0 -10.175 22.0 -1.1945454545454546 22.0 0.0 22 +true 23 1969-12-31 16:00:01.779 23.0 1cGVWH7n1QU -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +true 23 1969-12-31 16:00:05.929 23.0 821UdmGbkEf4j -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +true 23 1969-12-31 16:00:06.192 23.0 821UdmGbkEf4j -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +true 23 1969-12-31 16:00:06.967 23.0 cvLH6Eat2yFsyy7p -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +true 23 1969-12-31 16:00:07.993 23.0 cvLH6Eat2yFsyy7p -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +true 23 1969-12-31 16:00:09.059 23.0 821UdmGbkEf4j -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +true 23 1969-12-31 16:00:10.47 23.0 1cGVWH7n1QU -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +true 23 1969-12-31 16:00:10.907 23.0 821UdmGbkEf4j -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +true 23 1969-12-31 16:00:11.343 23.0 cvLH6Eat2yFsyy7p -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +true 23 1969-12-31 16:00:12 23.0 1cGVWH7n1QU -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +true 23 1969-12-31 16:00:12.66 23.0 cvLH6Eat2yFsyy7p -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +true 23 1969-12-31 16:00:13.439 23.0 821UdmGbkEf4j -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +true 23 1969-12-31 16:00:14.752 23.0 1cGVWH7n1QU -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +true 23 1969-12-31 16:00:15.551 23.0 cvLH6Eat2yFsyy7p -23 23 0 23.0 0.0 -23.0 1829.719 0.0 -23.0 0.0 -10.175 23.0 -1.142608695652174 23.0 0.0 23 +true 24 1969-12-31 16:00:00.294 24.0 1cGVWH7n1QU -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +true 24 1969-12-31 16:00:00.723 24.0 1cGVWH7n1QU -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +true 24 1969-12-31 16:00:01.055 24.0 1cGVWH7n1QU -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +true 24 1969-12-31 16:00:01.85 24.0 821UdmGbkEf4j -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +true 24 1969-12-31 16:00:02.541 24.0 cvLH6Eat2yFsyy7p -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +true 24 1969-12-31 16:00:04.096 24.0 cvLH6Eat2yFsyy7p -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +true 24 1969-12-31 16:00:06.905 24.0 1cGVWH7n1QU -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +true 24 1969-12-31 16:00:07.164 24.0 1cGVWH7n1QU -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +true 24 1969-12-31 16:00:07.534 24.0 1cGVWH7n1QU -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +true 24 1969-12-31 16:00:07.86 24.0 cvLH6Eat2yFsyy7p -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +true 24 1969-12-31 16:00:08.868 24.0 821UdmGbkEf4j -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +true 24 1969-12-31 16:00:08.983 24.0 cvLH6Eat2yFsyy7p -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +true 24 1969-12-31 16:00:11.34 24.0 1cGVWH7n1QU -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +true 24 1969-12-31 16:00:11.359 24.0 821UdmGbkEf4j -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +true 24 1969-12-31 16:00:11.867 24.0 821UdmGbkEf4j -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +true 24 1969-12-31 16:00:13.844 24.0 1cGVWH7n1QU -24 24 0 24.0 0.0 -24.0 1909.272 0.0 -24.0 0.0 -10.175 24.0 -1.095 24.0 0.0 24 +true 25 1969-12-31 16:00:00.094 25.0 cvLH6Eat2yFsyy7p -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +true 25 1969-12-31 16:00:00.533 25.0 cvLH6Eat2yFsyy7p -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +true 25 1969-12-31 16:00:00.803 25.0 cvLH6Eat2yFsyy7p -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +true 25 1969-12-31 16:00:00.925 25.0 1cGVWH7n1QU -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +true 25 1969-12-31 16:00:01.111 25.0 cvLH6Eat2yFsyy7p -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +true 25 1969-12-31 16:00:02.319 25.0 821UdmGbkEf4j -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +true 25 1969-12-31 16:00:03.508 25.0 1cGVWH7n1QU -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +true 25 1969-12-31 16:00:05.327 25.0 cvLH6Eat2yFsyy7p -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +true 25 1969-12-31 16:00:06.136 25.0 1cGVWH7n1QU -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +true 25 1969-12-31 16:00:07.493 25.0 821UdmGbkEf4j -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +true 25 1969-12-31 16:00:09.765 25.0 1cGVWH7n1QU -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +true 25 1969-12-31 16:00:10.528 25.0 cvLH6Eat2yFsyy7p -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +true 25 1969-12-31 16:00:12.226 25.0 1cGVWH7n1QU -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +true 25 1969-12-31 16:00:13.338 25.0 cvLH6Eat2yFsyy7p -25 25 0 25.0 0.0 -25.0 1988.8249999999998 0.0 -25.0 0.0 -10.175 25.0 -1.0512000000000001 25.0 0.0 25 +true 26 1969-12-31 16:00:00.479 26.0 cvLH6Eat2yFsyy7p -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +true 26 1969-12-31 16:00:02.272 26.0 cvLH6Eat2yFsyy7p -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +true 26 1969-12-31 16:00:02.396 26.0 821UdmGbkEf4j -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +true 26 1969-12-31 16:00:02.407 26.0 cvLH6Eat2yFsyy7p -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +true 26 1969-12-31 16:00:02.824 26.0 821UdmGbkEf4j -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +true 26 1969-12-31 16:00:03.158 26.0 1cGVWH7n1QU -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +true 26 1969-12-31 16:00:03.945 26.0 cvLH6Eat2yFsyy7p -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +true 26 1969-12-31 16:00:05.384 26.0 1cGVWH7n1QU -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +true 26 1969-12-31 16:00:06.115 26.0 1cGVWH7n1QU -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +true 26 1969-12-31 16:00:07.972 26.0 821UdmGbkEf4j -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +true 26 1969-12-31 16:00:08.896 26.0 821UdmGbkEf4j -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +true 26 1969-12-31 16:00:10.31 26.0 821UdmGbkEf4j -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +true 26 1969-12-31 16:00:10.776 26.0 1cGVWH7n1QU -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +true 26 1969-12-31 16:00:14.341 26.0 1cGVWH7n1QU -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +true 26 1969-12-31 16:00:16.191 26.0 821UdmGbkEf4j -26 26 0 26.0 0.0 -26.0 2068.3779999999997 0.0 -26.0 0.0 -10.175 26.0 -1.0107692307692309 26.0 0.0 26 +true 27 1969-12-31 16:00:00.18 27.0 821UdmGbkEf4j -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +true 27 1969-12-31 16:00:00.547 27.0 821UdmGbkEf4j -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +true 27 1969-12-31 16:00:00.957 27.0 1cGVWH7n1QU -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +true 27 1969-12-31 16:00:01.083 27.0 cvLH6Eat2yFsyy7p -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +true 27 1969-12-31 16:00:02.384 27.0 cvLH6Eat2yFsyy7p -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +true 27 1969-12-31 16:00:04.963 27.0 cvLH6Eat2yFsyy7p -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +true 27 1969-12-31 16:00:09.093 27.0 1cGVWH7n1QU -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +true 27 1969-12-31 16:00:09.243 27.0 cvLH6Eat2yFsyy7p -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +true 27 1969-12-31 16:00:11.668 27.0 cvLH6Eat2yFsyy7p -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +true 27 1969-12-31 16:00:12.422 27.0 cvLH6Eat2yFsyy7p -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +true 27 1969-12-31 16:00:12.725 27.0 1cGVWH7n1QU -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +true 27 1969-12-31 16:00:16.319 27.0 cvLH6Eat2yFsyy7p -27 27 0 27.0 0.0 -27.0 2147.931 0.0 -27.0 0.0 -10.175 27.0 -0.9733333333333334 27.0 0.0 27 +true 28 1969-12-31 16:00:00.682 28.0 821UdmGbkEf4j -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +true 28 1969-12-31 16:00:02.496 28.0 cvLH6Eat2yFsyy7p -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +true 28 1969-12-31 16:00:02.779 28.0 1cGVWH7n1QU -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +true 28 1969-12-31 16:00:03.856 28.0 cvLH6Eat2yFsyy7p -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +true 28 1969-12-31 16:00:04.975 28.0 1cGVWH7n1QU -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +true 28 1969-12-31 16:00:06.311 28.0 1cGVWH7n1QU -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +true 28 1969-12-31 16:00:06.969 28.0 1cGVWH7n1QU -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +true 28 1969-12-31 16:00:09.304 28.0 821UdmGbkEf4j -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +true 28 1969-12-31 16:00:09.36 28.0 821UdmGbkEf4j -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +true 28 1969-12-31 16:00:10.666 28.0 cvLH6Eat2yFsyy7p -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +true 28 1969-12-31 16:00:11.35 28.0 821UdmGbkEf4j -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +true 28 1969-12-31 16:00:15.571 28.0 1cGVWH7n1QU -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +true 28 1969-12-31 16:00:15.605 28.0 cvLH6Eat2yFsyy7p -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +true 28 1969-12-31 16:00:16.036 28.0 821UdmGbkEf4j -28 28 0 28.0 0.0 -28.0 2227.484 0.0 -28.0 0.0 -10.175 28.0 -0.9385714285714286 28.0 0.0 28 +true 29 1969-12-31 16:00:00.66 29.0 821UdmGbkEf4j -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +true 29 1969-12-31 16:00:01.202 29.0 cvLH6Eat2yFsyy7p -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +true 29 1969-12-31 16:00:05.536 29.0 1cGVWH7n1QU -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +true 29 1969-12-31 16:00:06.958 29.0 cvLH6Eat2yFsyy7p -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +true 29 1969-12-31 16:00:07.007 29.0 cvLH6Eat2yFsyy7p -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +true 29 1969-12-31 16:00:15.007 29.0 cvLH6Eat2yFsyy7p -29 29 0 29.0 0.0 -29.0 2307.037 0.0 -29.0 0.0 -10.175 29.0 -0.9062068965517242 29.0 0.0 29 +true 30 1969-12-31 16:00:04.165 30.0 1cGVWH7n1QU -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +true 30 1969-12-31 16:00:04.647 30.0 cvLH6Eat2yFsyy7p -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +true 30 1969-12-31 16:00:04.777 30.0 1cGVWH7n1QU -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +true 30 1969-12-31 16:00:04.936 30.0 cvLH6Eat2yFsyy7p -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +true 30 1969-12-31 16:00:05.847 30.0 cvLH6Eat2yFsyy7p -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +true 30 1969-12-31 16:00:06.183 30.0 821UdmGbkEf4j -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +true 30 1969-12-31 16:00:07.457 30.0 821UdmGbkEf4j -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +true 30 1969-12-31 16:00:07.513 30.0 cvLH6Eat2yFsyy7p -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +true 30 1969-12-31 16:00:07.902 30.0 821UdmGbkEf4j -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +true 30 1969-12-31 16:00:09.227 30.0 821UdmGbkEf4j -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +true 30 1969-12-31 16:00:10.538 30.0 cvLH6Eat2yFsyy7p -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +true 30 1969-12-31 16:00:15.705 30.0 821UdmGbkEf4j -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +true 30 1969-12-31 16:00:16.189 30.0 821UdmGbkEf4j -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +true 30 1969-12-31 16:00:16.282 30.0 cvLH6Eat2yFsyy7p -30 30 0 30.0 0.0 -30.0 2386.59 0.0 -30.0 0.0 -10.175 30.0 -0.876 30.0 0.0 30 +true 31 1969-12-31 16:00:00.876 31.0 cvLH6Eat2yFsyy7p -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +true 31 1969-12-31 16:00:02.219 31.0 1cGVWH7n1QU -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +true 31 1969-12-31 16:00:04.388 31.0 cvLH6Eat2yFsyy7p -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +true 31 1969-12-31 16:00:04.579 31.0 cvLH6Eat2yFsyy7p -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +true 31 1969-12-31 16:00:05.58 31.0 821UdmGbkEf4j -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +true 31 1969-12-31 16:00:06.147 31.0 1cGVWH7n1QU -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +true 31 1969-12-31 16:00:07.021 31.0 cvLH6Eat2yFsyy7p -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +true 31 1969-12-31 16:00:07.412 31.0 cvLH6Eat2yFsyy7p -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +true 31 1969-12-31 16:00:08.78 31.0 1cGVWH7n1QU -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +true 31 1969-12-31 16:00:08.854 31.0 cvLH6Eat2yFsyy7p -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +true 31 1969-12-31 16:00:12.208 31.0 cvLH6Eat2yFsyy7p -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +true 31 1969-12-31 16:00:12.363 31.0 821UdmGbkEf4j -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +true 31 1969-12-31 16:00:14.388 31.0 821UdmGbkEf4j -31 31 0 31.0 0.0 -31.0 2466.143 0.0 -31.0 0.0 -10.175 31.0 -0.847741935483871 31.0 0.0 31 +true 32 1969-12-31 16:00:03.538 32.0 821UdmGbkEf4j -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +true 32 1969-12-31 16:00:03.761 32.0 1cGVWH7n1QU -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +true 32 1969-12-31 16:00:04.264 32.0 cvLH6Eat2yFsyy7p -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +true 32 1969-12-31 16:00:05.11 32.0 1cGVWH7n1QU -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +true 32 1969-12-31 16:00:07.085 32.0 cvLH6Eat2yFsyy7p -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +true 32 1969-12-31 16:00:07.18 32.0 821UdmGbkEf4j -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +true 32 1969-12-31 16:00:07.661 32.0 1cGVWH7n1QU -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +true 32 1969-12-31 16:00:10.451 32.0 821UdmGbkEf4j -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +true 32 1969-12-31 16:00:11.054 32.0 cvLH6Eat2yFsyy7p -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +true 32 1969-12-31 16:00:12.525 32.0 cvLH6Eat2yFsyy7p -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +true 32 1969-12-31 16:00:13.909 32.0 cvLH6Eat2yFsyy7p -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +true 32 1969-12-31 16:00:15.375 32.0 1cGVWH7n1QU -32 32 0 32.0 0.0 -32.0 2545.696 0.0 -32.0 0.0 -10.175 32.0 -0.82125 32.0 0.0 32 +true 33 1969-12-31 16:00:00.323 79.553 1cGVWH7n1QU -33 33 0 79.5530014038086 0.0 -79.5530014038086 6328.679920677185 0.0 -79.5530014038086 0.0 -10.175 79.5530014038086 -0.33034580136836733 79.553 0.0 33 +true 33 1969-12-31 16:00:02.176 33.0 cvLH6Eat2yFsyy7p -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +true 33 1969-12-31 16:00:03.208 33.0 cvLH6Eat2yFsyy7p -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +true 33 1969-12-31 16:00:04.672 33.0 1cGVWH7n1QU -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +true 33 1969-12-31 16:00:06.848 33.0 cvLH6Eat2yFsyy7p -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +true 33 1969-12-31 16:00:09.801 33.0 821UdmGbkEf4j -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +true 33 1969-12-31 16:00:09.924 33.0 cvLH6Eat2yFsyy7p -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +true 33 1969-12-31 16:00:10.724 33.0 1cGVWH7n1QU -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +true 33 1969-12-31 16:00:11.673 33.0 821UdmGbkEf4j -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +true 33 1969-12-31 16:00:12.176 33.0 821UdmGbkEf4j -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +true 33 1969-12-31 16:00:15.655 33.0 cvLH6Eat2yFsyy7p -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +true 33 1969-12-31 16:00:15.717 33.0 821UdmGbkEf4j -33 33 0 33.0 0.0 -33.0 2625.249 0.0 -33.0 0.0 -10.175 33.0 -0.7963636363636364 33.0 0.0 33 +true 33 1969-12-31 16:00:31.808 79.553 cvLH6Eat2yFsyy7p -33 33 0 159.1060028076172 0.0 -159.1060028076172 6328.679920677185 0.0 -159.1060028076172 0.0 -10.175 159.1060028076172 -0.16517290068418367 79.553 0.0 33 +true 34 1969-12-31 16:00:00.411 34.0 821UdmGbkEf4j -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +true 34 1969-12-31 16:00:00.535 34.0 1cGVWH7n1QU -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +true 34 1969-12-31 16:00:00.668 34.0 cvLH6Eat2yFsyy7p -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +true 34 1969-12-31 16:00:01.639 34.0 cvLH6Eat2yFsyy7p -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +true 34 1969-12-31 16:00:01.931 34.0 821UdmGbkEf4j -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +true 34 1969-12-31 16:00:01.975 34.0 1cGVWH7n1QU -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +true 34 1969-12-31 16:00:05.177 34.0 1cGVWH7n1QU -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +true 34 1969-12-31 16:00:07.178 34.0 cvLH6Eat2yFsyy7p -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +true 34 1969-12-31 16:00:07.279 34.0 821UdmGbkEf4j -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +true 34 1969-12-31 16:00:07.426 34.0 1cGVWH7n1QU -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +true 34 1969-12-31 16:00:09.488 34.0 1cGVWH7n1QU -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +true 34 1969-12-31 16:00:10.23 34.0 821UdmGbkEf4j -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +true 34 1969-12-31 16:00:10.818 34.0 1cGVWH7n1QU -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +true 34 1969-12-31 16:00:13.221 34.0 821UdmGbkEf4j -34 34 0 34.0 0.0 -34.0 2704.8019999999997 0.0 -34.0 0.0 -10.175 34.0 -0.7729411764705882 34.0 0.0 34 +true 35 1969-12-31 16:00:00.508 35.0 cvLH6Eat2yFsyy7p -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +true 35 1969-12-31 16:00:01.851 35.0 1cGVWH7n1QU -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +true 35 1969-12-31 16:00:02.583 35.0 1cGVWH7n1QU -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +true 35 1969-12-31 16:00:03.768 35.0 cvLH6Eat2yFsyy7p -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +true 35 1969-12-31 16:00:03.799 35.0 821UdmGbkEf4j -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +true 35 1969-12-31 16:00:05.741 35.0 cvLH6Eat2yFsyy7p -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +true 35 1969-12-31 16:00:09.647 35.0 1cGVWH7n1QU -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +true 35 1969-12-31 16:00:10.916 35.0 1cGVWH7n1QU -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +true 35 1969-12-31 16:00:11.763 35.0 1cGVWH7n1QU -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +true 35 1969-12-31 16:00:14.07 35.0 1cGVWH7n1QU -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +true 35 1969-12-31 16:00:15.668 35.0 cvLH6Eat2yFsyy7p -35 35 0 35.0 0.0 -35.0 2784.355 0.0 -35.0 0.0 -10.175 35.0 -0.7508571428571429 35.0 0.0 35 +true 36 1969-12-31 16:00:00.797 36.0 cvLH6Eat2yFsyy7p -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +true 36 1969-12-31 16:00:02.123 36.0 821UdmGbkEf4j -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +true 36 1969-12-31 16:00:02.752 36.0 1cGVWH7n1QU -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +true 36 1969-12-31 16:00:04.026 36.0 1cGVWH7n1QU -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +true 36 1969-12-31 16:00:04.432 36.0 cvLH6Eat2yFsyy7p -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +true 36 1969-12-31 16:00:13.825 36.0 cvLH6Eat2yFsyy7p -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +true 36 1969-12-31 16:00:14.347 36.0 821UdmGbkEf4j -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +true 36 1969-12-31 16:00:15.145 36.0 1cGVWH7n1QU -36 36 0 36.0 0.0 -36.0 2863.908 0.0 -36.0 0.0 -10.175 36.0 -0.73 36.0 0.0 36 +true 37 1969-12-31 16:00:00.829 37.0 cvLH6Eat2yFsyy7p -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +true 37 1969-12-31 16:00:02.443 37.0 821UdmGbkEf4j -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +true 37 1969-12-31 16:00:04.495 37.0 cvLH6Eat2yFsyy7p -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +true 37 1969-12-31 16:00:04.828 37.0 821UdmGbkEf4j -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +true 37 1969-12-31 16:00:05.645 37.0 821UdmGbkEf4j -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +true 37 1969-12-31 16:00:06.547 37.0 1cGVWH7n1QU -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +true 37 1969-12-31 16:00:08.438 37.0 1cGVWH7n1QU -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +true 37 1969-12-31 16:00:10.807 37.0 cvLH6Eat2yFsyy7p -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +true 37 1969-12-31 16:00:12.643 37.0 821UdmGbkEf4j -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +true 37 1969-12-31 16:00:14.475 37.0 1cGVWH7n1QU -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +true 37 1969-12-31 16:00:14.889 37.0 821UdmGbkEf4j -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +true 37 1969-12-31 16:00:14.907 37.0 cvLH6Eat2yFsyy7p -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +true 37 1969-12-31 16:00:15.549 37.0 821UdmGbkEf4j -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +true 37 1969-12-31 16:00:15.562 37.0 1cGVWH7n1QU -37 37 0 37.0 0.0 -37.0 2943.461 0.0 -37.0 0.0 -10.175 37.0 -0.7102702702702703 37.0 0.0 37 +true 38 1969-12-31 16:00:00.044 38.0 1cGVWH7n1QU -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +true 38 1969-12-31 16:00:00.265 38.0 821UdmGbkEf4j -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +true 38 1969-12-31 16:00:00.711 38.0 1cGVWH7n1QU -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +true 38 1969-12-31 16:00:00.78 38.0 821UdmGbkEf4j -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +true 38 1969-12-31 16:00:01.947 38.0 821UdmGbkEf4j -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +true 38 1969-12-31 16:00:03.145 38.0 821UdmGbkEf4j -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +true 38 1969-12-31 16:00:06.103 38.0 cvLH6Eat2yFsyy7p -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +true 38 1969-12-31 16:00:08.278 38.0 1cGVWH7n1QU -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +true 38 1969-12-31 16:00:09.169 38.0 cvLH6Eat2yFsyy7p -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +true 38 1969-12-31 16:00:09.366 38.0 cvLH6Eat2yFsyy7p -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +true 38 1969-12-31 16:00:12.819 38.0 1cGVWH7n1QU -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +true 38 1969-12-31 16:00:14.239 38.0 821UdmGbkEf4j -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +true 38 1969-12-31 16:00:31.808 38.0 1cGVWH7n1QU -38 38 0 38.0 0.0 -38.0 3023.014 0.0 -38.0 0.0 -10.175 38.0 -0.6915789473684211 38.0 0.0 38 +true 39 1969-12-31 16:00:00.078 39.0 cvLH6Eat2yFsyy7p -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +true 39 1969-12-31 16:00:00.102 39.0 cvLH6Eat2yFsyy7p -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +true 39 1969-12-31 16:00:00.271 39.0 821UdmGbkEf4j -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +true 39 1969-12-31 16:00:00.494 39.0 cvLH6Eat2yFsyy7p -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +true 39 1969-12-31 16:00:02.535 39.0 1cGVWH7n1QU -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +true 39 1969-12-31 16:00:06.228 39.0 cvLH6Eat2yFsyy7p -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +true 39 1969-12-31 16:00:07.162 39.0 cvLH6Eat2yFsyy7p -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +true 39 1969-12-31 16:00:07.854 39.0 821UdmGbkEf4j -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +true 39 1969-12-31 16:00:10.12 39.0 cvLH6Eat2yFsyy7p -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +true 39 1969-12-31 16:00:10.399 39.0 1cGVWH7n1QU -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +true 39 1969-12-31 16:00:10.403 39.0 821UdmGbkEf4j -39 39 0 39.0 0.0 -39.0 3102.567 0.0 -39.0 0.0 -10.175 39.0 -0.6738461538461539 39.0 0.0 39 +true 40 1969-12-31 16:00:01.206 40.0 cvLH6Eat2yFsyy7p -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +true 40 1969-12-31 16:00:02.488 40.0 821UdmGbkEf4j -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +true 40 1969-12-31 16:00:02.643 40.0 821UdmGbkEf4j -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +true 40 1969-12-31 16:00:02.842 40.0 1cGVWH7n1QU -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +true 40 1969-12-31 16:00:05.521 40.0 cvLH6Eat2yFsyy7p -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +true 40 1969-12-31 16:00:05.614 40.0 1cGVWH7n1QU -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +true 40 1969-12-31 16:00:08.105 40.0 821UdmGbkEf4j -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +true 40 1969-12-31 16:00:08.242 40.0 1cGVWH7n1QU -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +true 40 1969-12-31 16:00:08.785 40.0 1cGVWH7n1QU -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +true 40 1969-12-31 16:00:14.159 40.0 cvLH6Eat2yFsyy7p -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +true 40 1969-12-31 16:00:15.973 40.0 cvLH6Eat2yFsyy7p -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +true 40 1969-12-31 16:00:16.188 40.0 1cGVWH7n1QU -40 40 0 40.0 0.0 -40.0 3182.12 0.0 -40.0 0.0 -10.175 40.0 -0.657 40.0 0.0 40 +true 41 1969-12-31 16:00:00.085 41.0 1cGVWH7n1QU -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +true 41 1969-12-31 16:00:00.805 41.0 1cGVWH7n1QU -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +true 41 1969-12-31 16:00:00.832 41.0 cvLH6Eat2yFsyy7p -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +true 41 1969-12-31 16:00:04.128 41.0 cvLH6Eat2yFsyy7p -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +true 41 1969-12-31 16:00:04.306 41.0 821UdmGbkEf4j -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +true 41 1969-12-31 16:00:05.885 41.0 cvLH6Eat2yFsyy7p -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +true 41 1969-12-31 16:00:05.897 41.0 1cGVWH7n1QU -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +true 41 1969-12-31 16:00:06.554 41.0 cvLH6Eat2yFsyy7p -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +true 41 1969-12-31 16:00:12.235 41.0 cvLH6Eat2yFsyy7p -41 41 0 41.0 0.0 -41.0 3261.673 0.0 -41.0 0.0 -10.175 41.0 -0.6409756097560976 41.0 0.0 41 +true 42 1969-12-31 16:00:00.007 42.0 821UdmGbkEf4j -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 42 1969-12-31 16:00:00.021 42.0 1cGVWH7n1QU -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 42 1969-12-31 16:00:00.302 42.0 1cGVWH7n1QU -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 42 1969-12-31 16:00:00.367 42.0 cvLH6Eat2yFsyy7p -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 42 1969-12-31 16:00:00.865 42.0 1cGVWH7n1QU -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 42 1969-12-31 16:00:03.797 42.0 821UdmGbkEf4j -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 42 1969-12-31 16:00:03.871 42.0 1cGVWH7n1QU -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 42 1969-12-31 16:00:06.511 42.0 821UdmGbkEf4j -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 42 1969-12-31 16:00:06.575 42.0 1cGVWH7n1QU -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 42 1969-12-31 16:00:08.737 42.0 1cGVWH7n1QU -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 42 1969-12-31 16:00:08.791 42.0 1cGVWH7n1QU -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 42 1969-12-31 16:00:09.782 42.0 821UdmGbkEf4j -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 42 1969-12-31 16:00:11.391 42.0 cvLH6Eat2yFsyy7p -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 42 1969-12-31 16:00:11.581 42.0 1cGVWH7n1QU -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 42 1969-12-31 16:00:12.024 42.0 821UdmGbkEf4j -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 42 1969-12-31 16:00:13.078 42.0 821UdmGbkEf4j -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 42 1969-12-31 16:00:14.111 42.0 821UdmGbkEf4j -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 42 1969-12-31 16:00:14.152 42.0 821UdmGbkEf4j -42 42 0 42.0 0.0 -42.0 3341.2259999999997 0.0 -42.0 0.0 -10.175 42.0 -0.6257142857142858 42.0 0.0 42 +true 43 1969-12-31 16:00:00.74 43.0 1cGVWH7n1QU -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +true 43 1969-12-31 16:00:01.028 43.0 821UdmGbkEf4j -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +true 43 1969-12-31 16:00:02.649 43.0 1cGVWH7n1QU -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +true 43 1969-12-31 16:00:02.844 43.0 cvLH6Eat2yFsyy7p -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +true 43 1969-12-31 16:00:03.818 43.0 1cGVWH7n1QU -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +true 43 1969-12-31 16:00:06.114 43.0 cvLH6Eat2yFsyy7p -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +true 43 1969-12-31 16:00:06.596 43.0 cvLH6Eat2yFsyy7p -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +true 43 1969-12-31 16:00:07.435 43.0 1cGVWH7n1QU -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +true 43 1969-12-31 16:00:07.891 43.0 cvLH6Eat2yFsyy7p -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +true 43 1969-12-31 16:00:10.637 43.0 cvLH6Eat2yFsyy7p -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +true 43 1969-12-31 16:00:12.613 43.0 821UdmGbkEf4j -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +true 43 1969-12-31 16:00:12.781 43.0 821UdmGbkEf4j -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +true 43 1969-12-31 16:00:13.539 43.0 821UdmGbkEf4j -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +true 43 1969-12-31 16:00:14.133 43.0 cvLH6Eat2yFsyy7p -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +true 43 1969-12-31 16:00:15.933 43.0 cvLH6Eat2yFsyy7p -43 43 0 43.0 0.0 -43.0 3420.779 0.0 -43.0 0.0 -10.175 43.0 -0.6111627906976744 43.0 0.0 43 +true 44 1969-12-31 16:00:04.242 44.0 1cGVWH7n1QU -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +true 44 1969-12-31 16:00:05.278 44.0 1cGVWH7n1QU -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +true 44 1969-12-31 16:00:06.09 44.0 821UdmGbkEf4j -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +true 44 1969-12-31 16:00:09.561 44.0 821UdmGbkEf4j -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +true 44 1969-12-31 16:00:11.625 44.0 cvLH6Eat2yFsyy7p -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +true 44 1969-12-31 16:00:11.935 44.0 cvLH6Eat2yFsyy7p -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +true 44 1969-12-31 16:00:12.47 44.0 821UdmGbkEf4j -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +true 44 1969-12-31 16:00:12.55 44.0 cvLH6Eat2yFsyy7p -44 44 0 44.0 0.0 -44.0 3500.332 0.0 -44.0 0.0 -10.175 44.0 -0.5972727272727273 44.0 0.0 44 +true 45 1969-12-31 16:00:01.31 45.0 821UdmGbkEf4j -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +true 45 1969-12-31 16:00:03.14 45.0 cvLH6Eat2yFsyy7p -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +true 45 1969-12-31 16:00:05.109 45.0 cvLH6Eat2yFsyy7p -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +true 45 1969-12-31 16:00:05.308 45.0 1cGVWH7n1QU -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +true 45 1969-12-31 16:00:05.42 45.0 cvLH6Eat2yFsyy7p -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +true 45 1969-12-31 16:00:05.536 45.0 1cGVWH7n1QU -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +true 45 1969-12-31 16:00:06.248 45.0 821UdmGbkEf4j -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +true 45 1969-12-31 16:00:06.903 45.0 cvLH6Eat2yFsyy7p -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +true 45 1969-12-31 16:00:11.503 45.0 1cGVWH7n1QU -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +true 45 1969-12-31 16:00:11.522 45.0 1cGVWH7n1QU -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +true 45 1969-12-31 16:00:13.953 45.0 cvLH6Eat2yFsyy7p -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +true 45 1969-12-31 16:00:15.985 45.0 cvLH6Eat2yFsyy7p -45 45 0 45.0 0.0 -45.0 3579.8849999999998 0.0 -45.0 0.0 -10.175 45.0 -0.5840000000000001 45.0 0.0 45 +true 46 1969-12-31 16:00:00.863 46.0 1cGVWH7n1QU -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +true 46 1969-12-31 16:00:00.971 46.0 821UdmGbkEf4j -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +true 46 1969-12-31 16:00:01.276 46.0 cvLH6Eat2yFsyy7p -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +true 46 1969-12-31 16:00:02.015 46.0 cvLH6Eat2yFsyy7p -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +true 46 1969-12-31 16:00:02.31 46.0 cvLH6Eat2yFsyy7p -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +true 46 1969-12-31 16:00:04.245 46.0 cvLH6Eat2yFsyy7p -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +true 46 1969-12-31 16:00:04.301 46.0 1cGVWH7n1QU -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +true 46 1969-12-31 16:00:05.211 46.0 821UdmGbkEf4j -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +true 46 1969-12-31 16:00:05.507 46.0 821UdmGbkEf4j -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +true 46 1969-12-31 16:00:06.626 46.0 cvLH6Eat2yFsyy7p -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +true 46 1969-12-31 16:00:08.662 46.0 821UdmGbkEf4j -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +true 46 1969-12-31 16:00:09.654 46.0 1cGVWH7n1QU -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +true 46 1969-12-31 16:00:12.772 46.0 1cGVWH7n1QU -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +true 46 1969-12-31 16:00:13.074 46.0 cvLH6Eat2yFsyy7p -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +true 46 1969-12-31 16:00:15.456 46.0 821UdmGbkEf4j -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +true 46 1969-12-31 16:00:16.276 46.0 821UdmGbkEf4j -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +true 46 1969-12-31 16:00:31.808 46.0 1cGVWH7n1QU -46 46 0 46.0 0.0 -46.0 3659.438 0.0 -46.0 0.0 -10.175 46.0 -0.571304347826087 46.0 0.0 46 +true 47 1969-12-31 16:00:00.513 47.0 1cGVWH7n1QU -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +true 47 1969-12-31 16:00:00.803 47.0 cvLH6Eat2yFsyy7p -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +true 47 1969-12-31 16:00:02.024 47.0 1cGVWH7n1QU -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +true 47 1969-12-31 16:00:05.241 47.0 cvLH6Eat2yFsyy7p -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +true 47 1969-12-31 16:00:11.046 47.0 1cGVWH7n1QU -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +true 47 1969-12-31 16:00:11.112 47.0 821UdmGbkEf4j -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +true 47 1969-12-31 16:00:12.778 47.0 cvLH6Eat2yFsyy7p -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +true 47 1969-12-31 16:00:13.684 47.0 821UdmGbkEf4j -47 47 0 47.0 0.0 -47.0 3738.991 0.0 -47.0 0.0 -10.175 47.0 -0.5591489361702128 47.0 0.0 47 +true 48 1969-12-31 16:00:00.108 48.0 1cGVWH7n1QU -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +true 48 1969-12-31 16:00:00.13 48.0 cvLH6Eat2yFsyy7p -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +true 48 1969-12-31 16:00:00.511 48.0 821UdmGbkEf4j -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +true 48 1969-12-31 16:00:00.905 48.0 821UdmGbkEf4j -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +true 48 1969-12-31 16:00:00.923 48.0 1cGVWH7n1QU -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +true 48 1969-12-31 16:00:01.05 48.0 821UdmGbkEf4j -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +true 48 1969-12-31 16:00:01.307 48.0 821UdmGbkEf4j -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +true 48 1969-12-31 16:00:01.512 48.0 821UdmGbkEf4j -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +true 48 1969-12-31 16:00:03.11 48.0 1cGVWH7n1QU -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +true 48 1969-12-31 16:00:04.561 48.0 1cGVWH7n1QU -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +true 48 1969-12-31 16:00:06.604 48.0 1cGVWH7n1QU -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +true 48 1969-12-31 16:00:06.864 48.0 cvLH6Eat2yFsyy7p -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +true 48 1969-12-31 16:00:07.205 48.0 cvLH6Eat2yFsyy7p -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +true 48 1969-12-31 16:00:07.463 48.0 821UdmGbkEf4j -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +true 48 1969-12-31 16:00:13.232 48.0 cvLH6Eat2yFsyy7p -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +true 48 1969-12-31 16:00:15.654 48.0 1cGVWH7n1QU -48 48 0 48.0 0.0 -48.0 3818.544 0.0 -48.0 0.0 -10.175 48.0 -0.5475 48.0 0.0 48 +true 49 1969-12-31 16:00:00.662 49.0 cvLH6Eat2yFsyy7p -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 49 1969-12-31 16:00:04.128 49.0 821UdmGbkEf4j -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 49 1969-12-31 16:00:04.907 49.0 1cGVWH7n1QU -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 49 1969-12-31 16:00:05.028 49.0 821UdmGbkEf4j -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 49 1969-12-31 16:00:05.248 49.0 821UdmGbkEf4j -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 49 1969-12-31 16:00:06.048 49.0 cvLH6Eat2yFsyy7p -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 49 1969-12-31 16:00:07.091 49.0 1cGVWH7n1QU -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 49 1969-12-31 16:00:07.648 49.0 cvLH6Eat2yFsyy7p -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 49 1969-12-31 16:00:08.827 49.0 cvLH6Eat2yFsyy7p -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 49 1969-12-31 16:00:09.365 49.0 cvLH6Eat2yFsyy7p -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 49 1969-12-31 16:00:11.401 49.0 821UdmGbkEf4j -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 49 1969-12-31 16:00:12.273 49.0 821UdmGbkEf4j -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 49 1969-12-31 16:00:12.87 49.0 821UdmGbkEf4j -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 49 1969-12-31 16:00:13.146 49.0 1cGVWH7n1QU -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 49 1969-12-31 16:00:13.889 49.0 cvLH6Eat2yFsyy7p -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 49 1969-12-31 16:00:14.778 49.0 cvLH6Eat2yFsyy7p -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 49 1969-12-31 16:00:15.523 49.0 cvLH6Eat2yFsyy7p -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 49 1969-12-31 16:00:15.541 49.0 cvLH6Eat2yFsyy7p -49 49 0 49.0 0.0 -49.0 3898.0969999999998 0.0 -49.0 0.0 -10.175 49.0 -0.5363265306122449 49.0 0.0 49 +true 50 1969-12-31 16:00:00.099 50.0 cvLH6Eat2yFsyy7p -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +true 50 1969-12-31 16:00:03.897 50.0 cvLH6Eat2yFsyy7p -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +true 50 1969-12-31 16:00:03.971 50.0 821UdmGbkEf4j -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +true 50 1969-12-31 16:00:04.834 50.0 1cGVWH7n1QU -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +true 50 1969-12-31 16:00:09.041 50.0 1cGVWH7n1QU -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +true 50 1969-12-31 16:00:09.868 50.0 1cGVWH7n1QU -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +true 50 1969-12-31 16:00:11.087 50.0 1cGVWH7n1QU -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +true 50 1969-12-31 16:00:13.169 50.0 cvLH6Eat2yFsyy7p -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +true 50 1969-12-31 16:00:15.443 50.0 cvLH6Eat2yFsyy7p -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +true 50 1969-12-31 16:00:15.938 50.0 1cGVWH7n1QU -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +true 50 1969-12-31 16:00:16.096 50.0 821UdmGbkEf4j -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +true 50 1969-12-31 16:00:16.338 50.0 821UdmGbkEf4j -50 50 0 50.0 0.0 -50.0 3977.6499999999996 0.0 -50.0 0.0 -10.175 50.0 -0.5256000000000001 50.0 0.0 50 +true 51 1969-12-31 16:00:00.383 51.0 821UdmGbkEf4j -51 51 0 51.0 0.0 -51.0 4057.203 0.0 -51.0 0.0 -10.175 51.0 -0.5152941176470588 51.0 0.0 51 +true 51 1969-12-31 16:00:00.882 51.0 821UdmGbkEf4j -51 51 0 51.0 0.0 -51.0 4057.203 0.0 -51.0 0.0 -10.175 51.0 -0.5152941176470588 51.0 0.0 51 +true 51 1969-12-31 16:00:05.78 51.0 821UdmGbkEf4j -51 51 0 51.0 0.0 -51.0 4057.203 0.0 -51.0 0.0 -10.175 51.0 -0.5152941176470588 51.0 0.0 51 +true 51 1969-12-31 16:00:07.406 51.0 1cGVWH7n1QU -51 51 0 51.0 0.0 -51.0 4057.203 0.0 -51.0 0.0 -10.175 51.0 -0.5152941176470588 51.0 0.0 51 +true 51 1969-12-31 16:00:07.476 51.0 cvLH6Eat2yFsyy7p -51 51 0 51.0 0.0 -51.0 4057.203 0.0 -51.0 0.0 -10.175 51.0 -0.5152941176470588 51.0 0.0 51 +true 51 1969-12-31 16:00:08.804 51.0 1cGVWH7n1QU -51 51 0 51.0 0.0 -51.0 4057.203 0.0 -51.0 0.0 -10.175 51.0 -0.5152941176470588 51.0 0.0 51 +true 51 1969-12-31 16:00:12.56 51.0 821UdmGbkEf4j -51 51 0 51.0 0.0 -51.0 4057.203 0.0 -51.0 0.0 -10.175 51.0 -0.5152941176470588 51.0 0.0 51 +true 52 1969-12-31 16:00:00.199 52.0 821UdmGbkEf4j -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +true 52 1969-12-31 16:00:01.196 52.0 cvLH6Eat2yFsyy7p -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +true 52 1969-12-31 16:00:06.246 52.0 cvLH6Eat2yFsyy7p -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +true 52 1969-12-31 16:00:06.556 52.0 821UdmGbkEf4j -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +true 52 1969-12-31 16:00:07.428 52.0 1cGVWH7n1QU -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +true 52 1969-12-31 16:00:09.665 52.0 1cGVWH7n1QU -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +true 52 1969-12-31 16:00:10.592 52.0 821UdmGbkEf4j -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +true 52 1969-12-31 16:00:12.652 52.0 821UdmGbkEf4j -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +true 52 1969-12-31 16:00:13.72 52.0 cvLH6Eat2yFsyy7p -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +true 52 1969-12-31 16:00:15.483 52.0 1cGVWH7n1QU -52 52 0 52.0 0.0 -52.0 4136.755999999999 0.0 -52.0 0.0 -10.175 52.0 -0.5053846153846154 52.0 0.0 52 +true 53 1969-12-31 16:00:00.51 53.0 821UdmGbkEf4j -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 53 1969-12-31 16:00:00.751 53.0 1cGVWH7n1QU -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 53 1969-12-31 16:00:02.611 53.0 821UdmGbkEf4j -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 53 1969-12-31 16:00:03.259 53.0 1cGVWH7n1QU -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 53 1969-12-31 16:00:03.287 53.0 1cGVWH7n1QU -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 53 1969-12-31 16:00:04.181 53.0 cvLH6Eat2yFsyy7p -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 53 1969-12-31 16:00:05.393 53.0 821UdmGbkEf4j -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 53 1969-12-31 16:00:05.897 53.0 1cGVWH7n1QU -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 53 1969-12-31 16:00:06.654 53.0 821UdmGbkEf4j -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 53 1969-12-31 16:00:07.077 53.0 821UdmGbkEf4j -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 53 1969-12-31 16:00:07.35 53.0 cvLH6Eat2yFsyy7p -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 53 1969-12-31 16:00:08.79 53.0 cvLH6Eat2yFsyy7p -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 53 1969-12-31 16:00:09.926 53.0 821UdmGbkEf4j -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 53 1969-12-31 16:00:10.607 53.0 1cGVWH7n1QU -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 53 1969-12-31 16:00:11.254 53.0 cvLH6Eat2yFsyy7p -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 53 1969-12-31 16:00:11.362 53.0 1cGVWH7n1QU -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 53 1969-12-31 16:00:14.694 53.0 cvLH6Eat2yFsyy7p -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 53 1969-12-31 16:00:16.36 53.0 1cGVWH7n1QU -53 53 0 53.0 0.0 -53.0 4216.309 0.0 -53.0 0.0 -10.175 53.0 -0.4958490566037736 53.0 0.0 53 +true 54 1969-12-31 16:00:04.268 54.0 821UdmGbkEf4j -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +true 54 1969-12-31 16:00:05.961 54.0 cvLH6Eat2yFsyy7p -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +true 54 1969-12-31 16:00:06.995 54.0 821UdmGbkEf4j -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +true 54 1969-12-31 16:00:10.663 54.0 821UdmGbkEf4j -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +true 54 1969-12-31 16:00:11.256 54.0 1cGVWH7n1QU -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +true 54 1969-12-31 16:00:13.953 54.0 cvLH6Eat2yFsyy7p -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +true 54 1969-12-31 16:00:16.368 54.0 cvLH6Eat2yFsyy7p -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +true 54 1969-12-31 16:00:16.558 54.0 1cGVWH7n1QU -54 54 0 54.0 0.0 -54.0 4295.862 0.0 -54.0 0.0 -10.175 54.0 -0.4866666666666667 54.0 0.0 54 +true 55 1969-12-31 16:00:00.672 55.0 821UdmGbkEf4j -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +true 55 1969-12-31 16:00:08.465 55.0 cvLH6Eat2yFsyy7p -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +true 55 1969-12-31 16:00:08.748 55.0 821UdmGbkEf4j -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +true 55 1969-12-31 16:00:11.504 55.0 1cGVWH7n1QU -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +true 55 1969-12-31 16:00:12.871 55.0 1cGVWH7n1QU -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +true 55 1969-12-31 16:00:13.67 55.0 1cGVWH7n1QU -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +true 55 1969-12-31 16:00:15.013 55.0 821UdmGbkEf4j -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +true 55 1969-12-31 16:00:15.678 55.0 cvLH6Eat2yFsyy7p -55 55 0 55.0 0.0 -55.0 4375.415 0.0 -55.0 0.0 -10.175 55.0 -0.47781818181818186 55.0 0.0 55 +true 56 1969-12-31 16:00:00.192 56.0 821UdmGbkEf4j -56 56 0 56.0 0.0 -56.0 4454.968 0.0 -56.0 0.0 -10.175 56.0 -0.4692857142857143 56.0 0.0 56 +true 56 1969-12-31 16:00:00.239 56.0 cvLH6Eat2yFsyy7p -56 56 0 56.0 0.0 -56.0 4454.968 0.0 -56.0 0.0 -10.175 56.0 -0.4692857142857143 56.0 0.0 56 +true 56 1969-12-31 16:00:00.762 56.0 cvLH6Eat2yFsyy7p -56 56 0 56.0 0.0 -56.0 4454.968 0.0 -56.0 0.0 -10.175 56.0 -0.4692857142857143 56.0 0.0 56 +true 56 1969-12-31 16:00:01.556 56.0 cvLH6Eat2yFsyy7p -56 56 0 56.0 0.0 -56.0 4454.968 0.0 -56.0 0.0 -10.175 56.0 -0.4692857142857143 56.0 0.0 56 +true 56 1969-12-31 16:00:04.286 56.0 1cGVWH7n1QU -56 56 0 56.0 0.0 -56.0 4454.968 0.0 -56.0 0.0 -10.175 56.0 -0.4692857142857143 56.0 0.0 56 +true 56 1969-12-31 16:00:05 56.0 821UdmGbkEf4j -56 56 0 56.0 0.0 -56.0 4454.968 0.0 -56.0 0.0 -10.175 56.0 -0.4692857142857143 56.0 0.0 56 +true 56 1969-12-31 16:00:05.898 56.0 821UdmGbkEf4j -56 56 0 56.0 0.0 -56.0 4454.968 0.0 -56.0 0.0 -10.175 56.0 -0.4692857142857143 56.0 0.0 56 +true 56 1969-12-31 16:00:08.683 56.0 821UdmGbkEf4j -56 56 0 56.0 0.0 -56.0 4454.968 0.0 -56.0 0.0 -10.175 56.0 -0.4692857142857143 56.0 0.0 56 +true 56 1969-12-31 16:00:13.259 56.0 cvLH6Eat2yFsyy7p -56 56 0 56.0 0.0 -56.0 4454.968 0.0 -56.0 0.0 -10.175 56.0 -0.4692857142857143 56.0 0.0 56 +true 56 1969-12-31 16:00:14.785 56.0 821UdmGbkEf4j -56 56 0 56.0 0.0 -56.0 4454.968 0.0 -56.0 0.0 -10.175 56.0 -0.4692857142857143 56.0 0.0 56 +true 57 1969-12-31 16:00:00.002 57.0 1cGVWH7n1QU -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +true 57 1969-12-31 16:00:00.646 57.0 821UdmGbkEf4j -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +true 57 1969-12-31 16:00:00.652 57.0 821UdmGbkEf4j -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +true 57 1969-12-31 16:00:01.967 57.0 cvLH6Eat2yFsyy7p -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +true 57 1969-12-31 16:00:07.705 57.0 cvLH6Eat2yFsyy7p -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +true 57 1969-12-31 16:00:08.429 57.0 1cGVWH7n1QU -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +true 57 1969-12-31 16:00:08.837 57.0 821UdmGbkEf4j -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +true 57 1969-12-31 16:00:11.286 57.0 821UdmGbkEf4j -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +true 57 1969-12-31 16:00:11.699 57.0 1cGVWH7n1QU -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +true 57 1969-12-31 16:00:13.71 57.0 cvLH6Eat2yFsyy7p -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +true 57 1969-12-31 16:00:14.889 57.0 1cGVWH7n1QU -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +true 57 1969-12-31 16:00:16.278 57.0 821UdmGbkEf4j -57 57 0 57.0 0.0 -57.0 4534.521 0.0 -57.0 0.0 -10.175 57.0 -0.4610526315789474 57.0 0.0 57 +true 58 1969-12-31 16:00:01.049 58.0 cvLH6Eat2yFsyy7p -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +true 58 1969-12-31 16:00:02.09 58.0 1cGVWH7n1QU -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +true 58 1969-12-31 16:00:02.777 58.0 1cGVWH7n1QU -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +true 58 1969-12-31 16:00:03.855 58.0 1cGVWH7n1QU -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +true 58 1969-12-31 16:00:04.612 58.0 cvLH6Eat2yFsyy7p -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +true 58 1969-12-31 16:00:07.29 58.0 cvLH6Eat2yFsyy7p -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +true 58 1969-12-31 16:00:07.377 58.0 1cGVWH7n1QU -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +true 58 1969-12-31 16:00:08.031 58.0 821UdmGbkEf4j -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +true 58 1969-12-31 16:00:11.54 58.0 1cGVWH7n1QU -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +true 58 1969-12-31 16:00:14.693 58.0 1cGVWH7n1QU -58 58 0 58.0 0.0 -58.0 4614.074 0.0 -58.0 0.0 -10.175 58.0 -0.4531034482758621 58.0 0.0 58 +true 59 1969-12-31 16:00:00.373 59.0 cvLH6Eat2yFsyy7p -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +true 59 1969-12-31 16:00:00.636 59.0 821UdmGbkEf4j -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +true 59 1969-12-31 16:00:01.126 59.0 821UdmGbkEf4j -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +true 59 1969-12-31 16:00:01.736 59.0 cvLH6Eat2yFsyy7p -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +true 59 1969-12-31 16:00:02.157 59.0 821UdmGbkEf4j -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +true 59 1969-12-31 16:00:04.322 59.0 cvLH6Eat2yFsyy7p -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +true 59 1969-12-31 16:00:04.432 59.0 1cGVWH7n1QU -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +true 59 1969-12-31 16:00:06.7 59.0 821UdmGbkEf4j -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +true 59 1969-12-31 16:00:07.546 59.0 1cGVWH7n1QU -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +true 59 1969-12-31 16:00:10.47 59.0 821UdmGbkEf4j -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +true 59 1969-12-31 16:00:10.903 59.0 821UdmGbkEf4j -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +true 59 1969-12-31 16:00:16.24 59.0 821UdmGbkEf4j -59 59 0 59.0 0.0 -59.0 4693.6269999999995 0.0 -59.0 0.0 -10.175 59.0 -0.44542372881355935 59.0 0.0 59 +true 60 1969-12-31 16:00:00.865 60.0 821UdmGbkEf4j -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +true 60 1969-12-31 16:00:01.679 60.0 1cGVWH7n1QU -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +true 60 1969-12-31 16:00:02.089 60.0 1cGVWH7n1QU -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +true 60 1969-12-31 16:00:02.827 60.0 1cGVWH7n1QU -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +true 60 1969-12-31 16:00:02.958 60.0 1cGVWH7n1QU -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +true 60 1969-12-31 16:00:04.44 60.0 821UdmGbkEf4j -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +true 60 1969-12-31 16:00:04.488 60.0 821UdmGbkEf4j -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +true 60 1969-12-31 16:00:05.963 60.0 1cGVWH7n1QU -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +true 60 1969-12-31 16:00:05.986 60.0 1cGVWH7n1QU -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +true 60 1969-12-31 16:00:07.642 60.0 1cGVWH7n1QU -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +true 60 1969-12-31 16:00:08.462 60.0 1cGVWH7n1QU -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +true 60 1969-12-31 16:00:10.065 60.0 821UdmGbkEf4j -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +true 60 1969-12-31 16:00:12.437 60.0 1cGVWH7n1QU -60 60 0 60.0 0.0 -60.0 4773.18 0.0 -60.0 0.0 -10.175 60.0 -0.438 60.0 0.0 60 +true 61 1969-12-31 16:00:02.617 61.0 cvLH6Eat2yFsyy7p -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +true 61 1969-12-31 16:00:02.688 61.0 1cGVWH7n1QU -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +true 61 1969-12-31 16:00:03.992 61.0 1cGVWH7n1QU -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +true 61 1969-12-31 16:00:05.172 61.0 1cGVWH7n1QU -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +true 61 1969-12-31 16:00:05.391 61.0 1cGVWH7n1QU -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +true 61 1969-12-31 16:00:05.394 61.0 cvLH6Eat2yFsyy7p -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +true 61 1969-12-31 16:00:07.514 61.0 1cGVWH7n1QU -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +true 61 1969-12-31 16:00:07.974 61.0 cvLH6Eat2yFsyy7p -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +true 61 1969-12-31 16:00:08.3 61.0 1cGVWH7n1QU -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +true 61 1969-12-31 16:00:11.737 61.0 cvLH6Eat2yFsyy7p -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +true 61 1969-12-31 16:00:12.397 61.0 1cGVWH7n1QU -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +true 61 1969-12-31 16:00:13.741 61.0 821UdmGbkEf4j -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +true 61 1969-12-31 16:00:15.101 61.0 821UdmGbkEf4j -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +true 61 1969-12-31 16:00:15.673 61.0 1cGVWH7n1QU -61 61 0 61.0 0.0 -61.0 4852.733 0.0 -61.0 0.0 -10.175 61.0 -0.4308196721311476 61.0 0.0 61 +true 62 1969-12-31 16:00:01.674 62.0 cvLH6Eat2yFsyy7p -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +true 62 1969-12-31 16:00:01.936 62.0 1cGVWH7n1QU -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +true 62 1969-12-31 16:00:02.922 62.0 821UdmGbkEf4j -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +true 62 1969-12-31 16:00:06.409 62.0 1cGVWH7n1QU -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +true 62 1969-12-31 16:00:08.785 62.0 cvLH6Eat2yFsyy7p -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +true 62 1969-12-31 16:00:09.442 62.0 821UdmGbkEf4j -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +true 62 1969-12-31 16:00:09.455 62.0 821UdmGbkEf4j -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +true 62 1969-12-31 16:00:09.659 62.0 821UdmGbkEf4j -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +true 62 1969-12-31 16:00:10.845 62.0 821UdmGbkEf4j -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 +true 62 1969-12-31 16:00:11.073 62.0 1cGVWH7n1QU -62 62 0 62.0 0.0 -62.0 4932.286 0.0 -62.0 0.0 -10.175 62.0 -0.4238709677419355 62.0 0.0 62 diff --git ql/src/test/results/clientpositive/tez/vectorization_14.q.out ql/src/test/results/clientpositive/tez/vectorization_14.q.out new file mode 100644 index 0000000..04c99f1 --- /dev/null +++ ql/src/test/results/clientpositive/tez/vectorization_14.q.out @@ -0,0 +1,831 @@ +PREHOOK: query: EXPLAIN +SELECT ctimestamp1, + cfloat, + cstring1, + cboolean1, + cdouble, + (-26.28 + cdouble), + (-((-26.28 + cdouble))), + STDDEV_SAMP((-((-26.28 + cdouble)))), + (cfloat * -26.28), + MAX(cfloat), + (-(cfloat)), + (-(MAX(cfloat))), + ((-((-26.28 + cdouble))) / 10.175), + STDDEV_POP(cfloat), + COUNT(cfloat), + (-(((-((-26.28 + cdouble))) / 10.175))), + (-1.389 % STDDEV_SAMP((-((-26.28 + cdouble))))), + (cfloat - cdouble), + VAR_POP(cfloat), + (VAR_POP(cfloat) % 10.175), + VAR_SAMP(cfloat), + (-((cfloat - cdouble))) +FROM alltypesorc +WHERE (((ctinyint <= cbigint) + AND ((cint <= cdouble) + OR (ctimestamp2 < ctimestamp1))) + AND ((cdouble < ctinyint) + AND ((cbigint > -257) + OR (cfloat < cint)))) +GROUP BY ctimestamp1, cfloat, cstring1, cboolean1, cdouble +ORDER BY cstring1, cfloat, cdouble, ctimestamp1 +PREHOOK: type: QUERY +POSTHOOK: query: EXPLAIN +SELECT ctimestamp1, + cfloat, + cstring1, + cboolean1, + cdouble, + (-26.28 + cdouble), + (-((-26.28 + cdouble))), + STDDEV_SAMP((-((-26.28 + cdouble)))), + (cfloat * -26.28), + MAX(cfloat), + (-(cfloat)), + (-(MAX(cfloat))), + ((-((-26.28 + cdouble))) / 10.175), + STDDEV_POP(cfloat), + COUNT(cfloat), + (-(((-((-26.28 + cdouble))) / 10.175))), + (-1.389 % STDDEV_SAMP((-((-26.28 + cdouble))))), + (cfloat - cdouble), + VAR_POP(cfloat), + (VAR_POP(cfloat) % 10.175), + VAR_SAMP(cfloat), + (-((cfloat - cdouble))) +FROM alltypesorc +WHERE (((ctinyint <= cbigint) + AND ((cint <= cdouble) + OR (ctimestamp2 < ctimestamp1))) + AND ((cdouble < ctinyint) + AND ((cbigint > -257) + OR (cfloat < cint)))) +GROUP BY ctimestamp1, cfloat, cstring1, cboolean1, cdouble +ORDER BY cstring1, cfloat, cdouble, ctimestamp1 +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) + Reducer 3 <- Reducer 2 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 1779 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: ((((ctinyint <= cbigint) and ((cint <= cdouble) or (ctimestamp2 < ctimestamp1))) and (cdouble < ctinyint)) and ((cbigint > (- 257)) or (cfloat < cint))) (type: boolean) + Statistics: Num rows: 86 Data size: 18236 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: ctimestamp1 (type: timestamp), cfloat (type: float), cstring1 (type: string), cboolean1 (type: boolean), cdouble (type: double) + outputColumnNames: ctimestamp1, cfloat, cstring1, cboolean1, cdouble + Statistics: Num rows: 86 Data size: 18236 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: stddev_samp((- ((- 26.28) + cdouble))), max(cfloat), stddev_pop(cfloat), count(cfloat), var_pop(cfloat), var_samp(cfloat) + keys: ctimestamp1 (type: timestamp), cfloat (type: float), cstring1 (type: string), cboolean1 (type: boolean), cdouble (type: double) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 + Statistics: Num rows: 86 Data size: 18236 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: timestamp), _col1 (type: float), _col2 (type: string), _col3 (type: boolean), _col4 (type: double) + sort order: +++++ + Map-reduce partition columns: _col0 (type: timestamp), _col1 (type: float), _col2 (type: string), _col3 (type: boolean), _col4 (type: double) + Statistics: Num rows: 86 Data size: 18236 Basic stats: COMPLETE Column stats: NONE + value expressions: _col5 (type: struct), _col6 (type: float), _col7 (type: struct), _col8 (type: bigint), _col9 (type: struct), _col10 (type: struct) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Group By Operator + aggregations: stddev_samp(VALUE._col0), max(VALUE._col1), stddev_pop(VALUE._col2), count(VALUE._col3), var_pop(VALUE._col4), var_samp(VALUE._col5) + keys: KEY._col0 (type: timestamp), KEY._col1 (type: float), KEY._col2 (type: string), KEY._col3 (type: boolean), KEY._col4 (type: double) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 + Statistics: Num rows: 43 Data size: 9118 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: timestamp), _col1 (type: float), _col2 (type: string), _col3 (type: boolean), _col4 (type: double), ((- 26.28) + _col4) (type: double), (- ((- 26.28) + _col4)) (type: double), _col5 (type: double), (_col1 * (- 26.28)) (type: double), _col6 (type: float), (- _col1) (type: float), (- _col6) (type: float), ((- ((- 26.28) + _col4)) / 10.175) (type: double), _col7 (type: double), _col8 (type: bigint), (- ((- ((- 26.28) + _col4)) / 10.175)) (type: double), ((- 1.389) % _col5) (type: double), (_col1 - _col4) (type: double), _col9 (type: double), (_col9 % 10.175) (type: double), _col10 (type: double), (- (_col1 - _col4)) (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20, _col21 + Statistics: Num rows: 43 Data size: 9118 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col2 (type: string), _col1 (type: float), _col4 (type: double), _col0 (type: timestamp) + sort order: ++++ + Statistics: Num rows: 43 Data size: 9118 Basic stats: COMPLETE Column stats: NONE + value expressions: _col3 (type: boolean), _col5 (type: double), _col6 (type: double), _col7 (type: double), _col8 (type: double), _col9 (type: float), _col10 (type: float), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: bigint), _col15 (type: double), _col16 (type: double), _col17 (type: double), _col18 (type: double), _col19 (type: double), _col20 (type: double), _col21 (type: double) + Reducer 3 + Reduce Operator Tree: + Select Operator + expressions: KEY.reducesinkkey3 (type: timestamp), KEY.reducesinkkey1 (type: float), KEY.reducesinkkey0 (type: string), VALUE._col0 (type: boolean), KEY.reducesinkkey2 (type: double), VALUE._col1 (type: double), VALUE._col2 (type: double), VALUE._col3 (type: double), VALUE._col4 (type: double), VALUE._col5 (type: float), VALUE._col6 (type: float), VALUE._col7 (type: float), VALUE._col8 (type: double), VALUE._col9 (type: double), VALUE._col10 (type: bigint), VALUE._col11 (type: double), VALUE._col12 (type: double), VALUE._col13 (type: double), VALUE._col14 (type: double), VALUE._col15 (type: double), VALUE._col16 (type: double), VALUE._col17 (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20, _col21 + Statistics: Num rows: 43 Data size: 9118 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 43 Data size: 9118 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + Execution mode: vectorized + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +PREHOOK: query: SELECT ctimestamp1, + cfloat, + cstring1, + cboolean1, + cdouble, + (-26.28 + cdouble), + (-((-26.28 + cdouble))), + STDDEV_SAMP((-((-26.28 + cdouble)))), + (cfloat * -26.28), + MAX(cfloat), + (-(cfloat)), + (-(MAX(cfloat))), + ((-((-26.28 + cdouble))) / 10.175), + STDDEV_POP(cfloat), + COUNT(cfloat), + (-(((-((-26.28 + cdouble))) / 10.175))), + (-1.389 % STDDEV_SAMP((-((-26.28 + cdouble))))), + (cfloat - cdouble), + VAR_POP(cfloat), + (VAR_POP(cfloat) % 10.175), + VAR_SAMP(cfloat), + (-((cfloat - cdouble))) +FROM alltypesorc +WHERE (((ctinyint <= cbigint) + AND ((cint <= cdouble) + OR (ctimestamp2 < ctimestamp1))) + AND ((cdouble < ctinyint) + AND ((cbigint > -257) + OR (cfloat < cint)))) +GROUP BY ctimestamp1, cfloat, cstring1, cboolean1, cdouble +ORDER BY cstring1, cfloat, cdouble, ctimestamp1 +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT ctimestamp1, + cfloat, + cstring1, + cboolean1, + cdouble, + (-26.28 + cdouble), + (-((-26.28 + cdouble))), + STDDEV_SAMP((-((-26.28 + cdouble)))), + (cfloat * -26.28), + MAX(cfloat), + (-(cfloat)), + (-(MAX(cfloat))), + ((-((-26.28 + cdouble))) / 10.175), + STDDEV_POP(cfloat), + COUNT(cfloat), + (-(((-((-26.28 + cdouble))) / 10.175))), + (-1.389 % STDDEV_SAMP((-((-26.28 + cdouble))))), + (cfloat - cdouble), + VAR_POP(cfloat), + (VAR_POP(cfloat) % 10.175), + VAR_SAMP(cfloat), + (-((cfloat - cdouble))) +FROM alltypesorc +WHERE (((ctinyint <= cbigint) + AND ((cint <= cdouble) + OR (ctimestamp2 < ctimestamp1))) + AND ((cdouble < ctinyint) + AND ((cbigint > -257) + OR (cfloat < cint)))) +GROUP BY ctimestamp1, cfloat, cstring1, cboolean1, cdouble +ORDER BY cstring1, cfloat, cdouble, ctimestamp1 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +1969-12-31 16:00:00.29 -64.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1681.92 -64.0 64.0 64.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7132.0 0.0 0.0 0.0 -7132.0 +1969-12-31 16:00:12.339 -64.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1681.92 -64.0 64.0 64.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7132.0 0.0 0.0 0.0 -7132.0 +1969-12-31 16:00:00.199 -64.0 NULL NULL -200.0 -226.28 226.28 0.0 1681.92 -64.0 64.0 64.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 136.0 0.0 0.0 0.0 -136.0 +1969-12-31 16:00:03.944 -64.0 NULL NULL -200.0 -226.28 226.28 0.0 1681.92 -64.0 64.0 64.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 136.0 0.0 0.0 0.0 -136.0 +1969-12-31 15:59:57.693 -63.0 NULL NULL -200.0 -226.28 226.28 0.0 1655.64 -63.0 63.0 63.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 137.0 0.0 0.0 0.0 -137.0 +1969-12-31 16:00:06.852 -63.0 NULL NULL -200.0 -226.28 226.28 0.0 1655.64 -63.0 63.0 63.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 137.0 0.0 0.0 0.0 -137.0 +1969-12-31 16:00:15.436 -63.0 NULL NULL -200.0 -226.28 226.28 0.0 1655.64 -63.0 63.0 63.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 137.0 0.0 0.0 0.0 -137.0 +1969-12-31 16:00:01.22 -62.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1629.3600000000001 -62.0 62.0 62.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7134.0 0.0 0.0 0.0 -7134.0 +1969-12-31 16:00:08.198 -62.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1629.3600000000001 -62.0 62.0 62.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7134.0 0.0 0.0 0.0 -7134.0 +1969-12-31 16:00:10.225 -62.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1629.3600000000001 -62.0 62.0 62.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7134.0 0.0 0.0 0.0 -7134.0 +1969-12-31 16:00:14.965 -62.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1629.3600000000001 -62.0 62.0 62.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7134.0 0.0 0.0 0.0 -7134.0 +1969-12-31 15:59:58.046 -62.0 NULL NULL -200.0 -226.28 226.28 0.0 1629.3600000000001 -62.0 62.0 62.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 138.0 0.0 0.0 0.0 -138.0 +1969-12-31 16:00:01.515 -62.0 NULL NULL -200.0 -226.28 226.28 0.0 1629.3600000000001 -62.0 62.0 62.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 138.0 0.0 0.0 0.0 -138.0 +1969-12-31 16:00:01.734 -62.0 NULL NULL -200.0 -226.28 226.28 0.0 1629.3600000000001 -62.0 62.0 62.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 138.0 0.0 0.0 0.0 -138.0 +1969-12-31 16:00:10.485 -62.0 NULL NULL -200.0 -226.28 226.28 0.0 1629.3600000000001 -62.0 62.0 62.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 138.0 0.0 0.0 0.0 -138.0 +1969-12-31 16:00:14.247 -62.0 NULL NULL -200.0 -226.28 226.28 0.0 1629.3600000000001 -62.0 62.0 62.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 138.0 0.0 0.0 0.0 -138.0 +1969-12-31 16:00:14.517 -62.0 NULL NULL -200.0 -226.28 226.28 0.0 1629.3600000000001 -62.0 62.0 62.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 138.0 0.0 0.0 0.0 -138.0 +1969-12-31 16:00:06.848 -61.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1603.0800000000002 -61.0 61.0 61.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7135.0 0.0 0.0 0.0 -7135.0 +1969-12-31 16:00:16.558 -61.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1603.0800000000002 -61.0 61.0 61.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7135.0 0.0 0.0 0.0 -7135.0 +1969-12-31 16:00:02.698 -61.0 NULL NULL -200.0 -226.28 226.28 0.0 1603.0800000000002 -61.0 61.0 61.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 139.0 0.0 0.0 0.0 -139.0 +1969-12-31 15:59:56.276 -60.0 NULL NULL -200.0 -226.28 226.28 0.0 1576.8000000000002 -60.0 60.0 60.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 140.0 0.0 0.0 0.0 -140.0 +1969-12-31 15:59:57.528 -60.0 NULL NULL -200.0 -226.28 226.28 0.0 1576.8000000000002 -60.0 60.0 60.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 140.0 0.0 0.0 0.0 -140.0 +1969-12-31 15:59:57.747 -60.0 NULL NULL -200.0 -226.28 226.28 0.0 1576.8000000000002 -60.0 60.0 60.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 140.0 0.0 0.0 0.0 -140.0 +1969-12-31 16:00:04.16 -59.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1550.52 -59.0 59.0 59.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7137.0 0.0 0.0 0.0 -7137.0 +1969-12-31 16:00:05.927 -59.0 NULL NULL -200.0 -226.28 226.28 0.0 1550.52 -59.0 59.0 59.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 141.0 0.0 0.0 0.0 -141.0 +1969-12-31 16:00:15.296 -59.0 NULL NULL -200.0 -226.28 226.28 0.0 1550.52 -59.0 59.0 59.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 141.0 0.0 0.0 0.0 -141.0 +1969-12-31 16:00:15.861 -59.0 NULL NULL -200.0 -226.28 226.28 0.0 1550.52 -59.0 59.0 59.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 141.0 0.0 0.0 0.0 -141.0 +1969-12-31 16:00:04.682 -58.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1524.24 -58.0 58.0 58.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7138.0 0.0 0.0 0.0 -7138.0 +1969-12-31 16:00:09.622 -58.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1524.24 -58.0 58.0 58.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7138.0 0.0 0.0 0.0 -7138.0 +1969-12-31 16:00:12.065 -58.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1524.24 -58.0 58.0 58.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7138.0 0.0 0.0 0.0 -7138.0 +1969-12-31 16:00:08.74 -58.0 NULL NULL -200.0 -226.28 226.28 0.0 1524.24 -58.0 58.0 58.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 142.0 0.0 0.0 0.0 -142.0 +1969-12-31 16:00:05.5 -57.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1497.96 -57.0 57.0 57.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7139.0 0.0 0.0 0.0 -7139.0 +1969-12-31 16:00:06.664 -57.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1497.96 -57.0 57.0 57.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7139.0 0.0 0.0 0.0 -7139.0 +1969-12-31 16:00:12.626 -57.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1497.96 -57.0 57.0 57.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7139.0 0.0 0.0 0.0 -7139.0 +1969-12-31 15:59:56.969 -57.0 NULL NULL -200.0 -226.28 226.28 0.0 1497.96 -57.0 57.0 57.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 143.0 0.0 0.0 0.0 -143.0 +1969-12-31 16:00:02.707 -57.0 NULL NULL -200.0 -226.28 226.28 0.0 1497.96 -57.0 57.0 57.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 143.0 0.0 0.0 0.0 -143.0 +1969-12-31 16:00:13.602 -56.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1471.68 -56.0 56.0 56.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7140.0 0.0 0.0 0.0 -7140.0 +1969-12-31 15:59:57.349 -56.0 NULL NULL -200.0 -226.28 226.28 0.0 1471.68 -56.0 56.0 56.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 144.0 0.0 0.0 0.0 -144.0 +1969-12-31 16:00:07.212 -56.0 NULL NULL -200.0 -226.28 226.28 0.0 1471.68 -56.0 56.0 56.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 144.0 0.0 0.0 0.0 -144.0 +1969-12-31 16:00:15.038 -56.0 NULL NULL -200.0 -226.28 226.28 0.0 1471.68 -56.0 56.0 56.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 144.0 0.0 0.0 0.0 -144.0 +1969-12-31 16:00:00.547 -55.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1445.4 -55.0 55.0 55.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7141.0 0.0 0.0 0.0 -7141.0 +1969-12-31 16:00:01.138 -55.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1445.4 -55.0 55.0 55.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7141.0 0.0 0.0 0.0 -7141.0 +1969-12-31 16:00:09.421 -55.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1445.4 -55.0 55.0 55.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7141.0 0.0 0.0 0.0 -7141.0 +1969-12-31 16:00:11.38 -55.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1445.4 -55.0 55.0 55.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7141.0 0.0 0.0 0.0 -7141.0 +1969-12-31 16:00:05.793 -55.0 NULL NULL -200.0 -226.28 226.28 0.0 1445.4 -55.0 55.0 55.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 145.0 0.0 0.0 0.0 -145.0 +1969-12-31 16:00:08.896 -55.0 NULL NULL -200.0 -226.28 226.28 0.0 1445.4 -55.0 55.0 55.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 145.0 0.0 0.0 0.0 -145.0 +1969-12-31 16:00:05.688 -54.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1419.1200000000001 -54.0 54.0 54.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7142.0 0.0 0.0 0.0 -7142.0 +1969-12-31 16:00:06.484 -54.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1419.1200000000001 -54.0 54.0 54.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7142.0 0.0 0.0 0.0 -7142.0 +1969-12-31 16:00:08.805 -54.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1419.1200000000001 -54.0 54.0 54.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7142.0 0.0 0.0 0.0 -7142.0 +1969-12-31 16:00:11.198 -54.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1419.1200000000001 -54.0 54.0 54.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7142.0 0.0 0.0 0.0 -7142.0 +1969-12-31 15:59:57.369 -54.0 NULL NULL -200.0 -226.28 226.28 0.0 1419.1200000000001 -54.0 54.0 54.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 146.0 0.0 0.0 0.0 -146.0 +1969-12-31 15:59:58.112 -54.0 NULL NULL -200.0 -226.28 226.28 0.0 1419.1200000000001 -54.0 54.0 54.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 146.0 0.0 0.0 0.0 -146.0 +1969-12-31 16:00:09.061 -53.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1392.8400000000001 -53.0 53.0 53.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7143.0 0.0 0.0 0.0 -7143.0 +1969-12-31 15:59:58.158 -53.0 NULL NULL -200.0 -226.28 226.28 0.0 1392.8400000000001 -53.0 53.0 53.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 147.0 0.0 0.0 0.0 -147.0 +1969-12-31 16:00:06.935 -53.0 NULL NULL -200.0 -226.28 226.28 0.0 1392.8400000000001 -53.0 53.0 53.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 147.0 0.0 0.0 0.0 -147.0 +1969-12-31 16:00:02.621 -52.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1366.56 -52.0 52.0 52.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7144.0 0.0 0.0 0.0 -7144.0 +1969-12-31 16:00:03.963 -52.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1366.56 -52.0 52.0 52.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7144.0 0.0 0.0 0.0 -7144.0 +1969-12-31 16:00:05.377 -52.0 NULL NULL -200.0 -226.28 226.28 0.0 1366.56 -52.0 52.0 52.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 148.0 0.0 0.0 0.0 -148.0 +1969-12-31 16:00:00.156 -51.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1340.28 -51.0 51.0 51.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7145.0 0.0 0.0 0.0 -7145.0 +1969-12-31 16:00:02.723 -51.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1340.28 -51.0 51.0 51.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7145.0 0.0 0.0 0.0 -7145.0 +1969-12-31 16:00:13.197 -51.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1340.28 -51.0 51.0 51.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7145.0 0.0 0.0 0.0 -7145.0 +1969-12-31 16:00:02.434 -50.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1314.0 -50.0 50.0 50.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7146.0 0.0 0.0 0.0 -7146.0 +1969-12-31 16:00:14.134 -50.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1314.0 -50.0 50.0 50.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7146.0 0.0 0.0 0.0 -7146.0 +1969-12-31 16:00:03.09 -50.0 NULL NULL -200.0 -226.28 226.28 0.0 1314.0 -50.0 50.0 50.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 150.0 0.0 0.0 0.0 -150.0 +1969-12-31 16:00:10.867 -50.0 NULL NULL -200.0 -226.28 226.28 0.0 1314.0 -50.0 50.0 50.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 150.0 0.0 0.0 0.0 -150.0 +1969-12-31 16:00:13.253 -50.0 NULL NULL -200.0 -226.28 226.28 0.0 1314.0 -50.0 50.0 50.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 150.0 0.0 0.0 0.0 -150.0 +1969-12-31 16:00:15.764 -50.0 NULL NULL -200.0 -226.28 226.28 0.0 1314.0 -50.0 50.0 50.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 150.0 0.0 0.0 0.0 -150.0 +1969-12-31 16:00:02.325 -49.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1287.72 -49.0 49.0 49.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7147.0 0.0 0.0 0.0 -7147.0 +1969-12-31 16:00:04.868 -49.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1287.72 -49.0 49.0 49.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7147.0 0.0 0.0 0.0 -7147.0 +1969-12-31 15:59:56.159 -49.0 NULL NULL -200.0 -226.28 226.28 0.0 1287.72 -49.0 49.0 49.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 151.0 0.0 0.0 0.0 -151.0 +1969-12-31 16:00:00.612 -49.0 NULL NULL -200.0 -226.28 226.28 0.0 1287.72 -49.0 49.0 49.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 151.0 0.0 0.0 0.0 -151.0 +1969-12-31 16:00:05.814 -49.0 NULL NULL -200.0 -226.28 226.28 0.0 1287.72 -49.0 49.0 49.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 151.0 0.0 0.0 0.0 -151.0 +1969-12-31 16:00:05.978 -48.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1261.44 -48.0 48.0 48.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7148.0 0.0 0.0 0.0 -7148.0 +1969-12-31 16:00:15.63 -48.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1261.44 -48.0 48.0 48.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7148.0 0.0 0.0 0.0 -7148.0 +1969-12-31 15:59:57.256 -48.0 NULL NULL -200.0 -226.28 226.28 0.0 1261.44 -48.0 48.0 48.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 152.0 0.0 0.0 0.0 -152.0 +1969-12-31 16:00:07.046 -48.0 NULL NULL -200.0 -226.28 226.28 0.0 1261.44 -48.0 48.0 48.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 152.0 0.0 0.0 0.0 -152.0 +1969-12-31 16:00:08.693 -48.0 NULL NULL -200.0 -226.28 226.28 0.0 1261.44 -48.0 48.0 48.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 152.0 0.0 0.0 0.0 -152.0 +1969-12-31 16:00:01.673 -47.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1235.16 -47.0 47.0 47.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7149.0 0.0 0.0 0.0 -7149.0 +1969-12-31 16:00:10.274 -47.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1235.16 -47.0 47.0 47.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7149.0 0.0 0.0 0.0 -7149.0 +1969-12-31 16:00:13.73 -47.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1235.16 -47.0 47.0 47.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7149.0 0.0 0.0 0.0 -7149.0 +1969-12-31 15:59:56.477 -47.0 NULL NULL -200.0 -226.28 226.28 0.0 1235.16 -47.0 47.0 47.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 153.0 0.0 0.0 0.0 -153.0 +1969-12-31 16:00:00.074 -47.0 NULL NULL -200.0 -226.28 226.28 0.0 1235.16 -47.0 47.0 47.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 153.0 0.0 0.0 0.0 -153.0 +1969-12-31 16:00:02.508 -47.0 NULL NULL -200.0 -226.28 226.28 0.0 1235.16 -47.0 47.0 47.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 153.0 0.0 0.0 0.0 -153.0 +1969-12-31 16:00:08.091 -47.0 NULL NULL -200.0 -226.28 226.28 0.0 1235.16 -47.0 47.0 47.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 153.0 0.0 0.0 0.0 -153.0 +1969-12-31 16:00:08.884 -47.0 NULL NULL -200.0 -226.28 226.28 0.0 1235.16 -47.0 47.0 47.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 153.0 0.0 0.0 0.0 -153.0 +1969-12-31 16:00:01.592 -45.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1182.6000000000001 -45.0 45.0 45.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7151.0 0.0 0.0 0.0 -7151.0 +1969-12-31 16:00:12.921 -45.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1182.6000000000001 -45.0 45.0 45.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7151.0 0.0 0.0 0.0 -7151.0 +1969-12-31 16:00:16.216 -45.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1182.6000000000001 -45.0 45.0 45.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7151.0 0.0 0.0 0.0 -7151.0 +1969-12-31 16:00:02.814 -45.0 NULL NULL -200.0 -226.28 226.28 0.0 1182.6000000000001 -45.0 45.0 45.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 155.0 0.0 0.0 0.0 -155.0 +1969-12-31 16:00:05.68 -45.0 NULL NULL -200.0 -226.28 226.28 0.0 1182.6000000000001 -45.0 45.0 45.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 155.0 0.0 0.0 0.0 -155.0 +1969-12-31 16:00:08.351 -45.0 NULL NULL -200.0 -226.28 226.28 0.0 1182.6000000000001 -45.0 45.0 45.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 155.0 0.0 0.0 0.0 -155.0 +1969-12-31 16:00:00.247 -44.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1156.3200000000002 -44.0 44.0 44.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7152.0 0.0 0.0 0.0 -7152.0 +1969-12-31 16:00:00.289 -44.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1156.3200000000002 -44.0 44.0 44.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7152.0 0.0 0.0 0.0 -7152.0 +1969-12-31 16:00:03.002 -44.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1156.3200000000002 -44.0 44.0 44.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7152.0 0.0 0.0 0.0 -7152.0 +1969-12-31 16:00:04.442 -44.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1156.3200000000002 -44.0 44.0 44.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7152.0 0.0 0.0 0.0 -7152.0 +1969-12-31 16:00:12.538 -44.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1156.3200000000002 -44.0 44.0 44.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7152.0 0.0 0.0 0.0 -7152.0 +1969-12-31 16:00:00.835 -44.0 NULL NULL -200.0 -226.28 226.28 0.0 1156.3200000000002 -44.0 44.0 44.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 156.0 0.0 0.0 0.0 -156.0 +1969-12-31 16:00:03.357 -44.0 NULL NULL -200.0 -226.28 226.28 0.0 1156.3200000000002 -44.0 44.0 44.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 156.0 0.0 0.0 0.0 -156.0 +1969-12-31 16:00:10.096 -44.0 NULL NULL -200.0 -226.28 226.28 0.0 1156.3200000000002 -44.0 44.0 44.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 156.0 0.0 0.0 0.0 -156.0 +1969-12-31 16:00:14.848 -44.0 NULL NULL -200.0 -226.28 226.28 0.0 1156.3200000000002 -44.0 44.0 44.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 156.0 0.0 0.0 0.0 -156.0 +1969-12-31 16:00:03.341 -43.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1130.04 -43.0 43.0 43.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7153.0 0.0 0.0 0.0 -7153.0 +1969-12-31 16:00:10.835 -43.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1130.04 -43.0 43.0 43.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7153.0 0.0 0.0 0.0 -7153.0 +1969-12-31 16:00:14.048 -43.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1130.04 -43.0 43.0 43.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7153.0 0.0 0.0 0.0 -7153.0 +1969-12-31 15:59:55.796 -43.0 NULL NULL -200.0 -226.28 226.28 0.0 1130.04 -43.0 43.0 43.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 157.0 0.0 0.0 0.0 -157.0 +1969-12-31 16:00:00.026 -43.0 NULL NULL -200.0 -226.28 226.28 0.0 1130.04 -43.0 43.0 43.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 157.0 0.0 0.0 0.0 -157.0 +1969-12-31 16:00:01.901 -43.0 NULL NULL -200.0 -226.28 226.28 0.0 1130.04 -43.0 43.0 43.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 157.0 0.0 0.0 0.0 -157.0 +1969-12-31 16:00:15.091 -43.0 NULL NULL -200.0 -226.28 226.28 0.0 1130.04 -43.0 43.0 43.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 157.0 0.0 0.0 0.0 -157.0 +1969-12-31 16:00:09.144 -42.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1103.76 -42.0 42.0 42.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7154.0 0.0 0.0 0.0 -7154.0 +1969-12-31 16:00:12.748 -42.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1103.76 -42.0 42.0 42.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7154.0 0.0 0.0 0.0 -7154.0 +1969-12-31 15:59:56.197 -42.0 NULL NULL -200.0 -226.28 226.28 0.0 1103.76 -42.0 42.0 42.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 158.0 0.0 0.0 0.0 -158.0 +1969-12-31 15:59:57.21 -42.0 NULL NULL -200.0 -226.28 226.28 0.0 1103.76 -42.0 42.0 42.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 158.0 0.0 0.0 0.0 -158.0 +1969-12-31 16:00:04.827 -41.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1077.48 -41.0 41.0 41.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7155.0 0.0 0.0 0.0 -7155.0 +1969-12-31 16:00:07.204 -41.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1077.48 -41.0 41.0 41.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7155.0 0.0 0.0 0.0 -7155.0 +1969-12-31 16:00:07.461 -41.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1077.48 -41.0 41.0 41.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7155.0 0.0 0.0 0.0 -7155.0 +1969-12-31 16:00:08.011 -41.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1077.48 -41.0 41.0 41.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7155.0 0.0 0.0 0.0 -7155.0 +1969-12-31 16:00:02.969 -41.0 NULL NULL -200.0 -226.28 226.28 0.0 1077.48 -41.0 41.0 41.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 159.0 0.0 0.0 0.0 -159.0 +1969-12-31 15:59:58.544 -40.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1051.2 -40.0 40.0 40.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7156.0 0.0 0.0 0.0 -7156.0 +1969-12-31 16:00:03.741 -40.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1051.2 -40.0 40.0 40.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7156.0 0.0 0.0 0.0 -7156.0 +1969-12-31 15:59:57.942 -40.0 NULL NULL -200.0 -226.28 226.28 0.0 1051.2 -40.0 40.0 40.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 160.0 0.0 0.0 0.0 -160.0 +1969-12-31 16:00:02.171 -40.0 NULL NULL -200.0 -226.28 226.28 0.0 1051.2 -40.0 40.0 40.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 160.0 0.0 0.0 0.0 -160.0 +1969-12-31 16:00:15.699 -40.0 NULL NULL -200.0 -226.28 226.28 0.0 1051.2 -40.0 40.0 40.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 160.0 0.0 0.0 0.0 -160.0 +1969-12-31 16:00:00.39 -39.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1024.92 -39.0 39.0 39.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7157.0 0.0 0.0 0.0 -7157.0 +1969-12-31 16:00:10.104 -39.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1024.92 -39.0 39.0 39.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7157.0 0.0 0.0 0.0 -7157.0 +1969-12-31 16:00:13.046 -39.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1024.92 -39.0 39.0 39.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7157.0 0.0 0.0 0.0 -7157.0 +1969-12-31 16:00:13.358 -39.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 1024.92 -39.0 39.0 39.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7157.0 0.0 0.0 0.0 -7157.0 +1969-12-31 15:59:57.027 -39.0 NULL NULL -200.0 -226.28 226.28 0.0 1024.92 -39.0 39.0 39.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 161.0 0.0 0.0 0.0 -161.0 +1969-12-31 16:00:00.958 -39.0 NULL NULL -200.0 -226.28 226.28 0.0 1024.92 -39.0 39.0 39.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 161.0 0.0 0.0 0.0 -161.0 +1969-12-31 16:00:02.014 -39.0 NULL NULL -200.0 -226.28 226.28 0.0 1024.92 -39.0 39.0 39.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 161.0 0.0 0.0 0.0 -161.0 +1969-12-31 16:00:08.852 -39.0 NULL NULL -200.0 -226.28 226.28 0.0 1024.92 -39.0 39.0 39.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 161.0 0.0 0.0 0.0 -161.0 +1969-12-31 16:00:01.282 -38.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 998.6400000000001 -38.0 38.0 38.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7158.0 0.0 0.0 0.0 -7158.0 +1969-12-31 16:00:08.04 -38.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 998.6400000000001 -38.0 38.0 38.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7158.0 0.0 0.0 0.0 -7158.0 +1969-12-31 15:59:56.769 -38.0 NULL NULL -200.0 -226.28 226.28 0.0 998.6400000000001 -38.0 38.0 38.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 162.0 0.0 0.0 0.0 -162.0 +1969-12-31 16:00:14.118 -38.0 NULL NULL -200.0 -226.28 226.28 0.0 998.6400000000001 -38.0 38.0 38.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 162.0 0.0 0.0 0.0 -162.0 +1969-12-31 16:00:14.127 -38.0 NULL NULL -200.0 -226.28 226.28 0.0 998.6400000000001 -38.0 38.0 38.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 162.0 0.0 0.0 0.0 -162.0 +1969-12-31 16:00:00.539 -37.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 972.36 -37.0 37.0 37.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7159.0 0.0 0.0 0.0 -7159.0 +1969-12-31 16:00:15.215 -37.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 972.36 -37.0 37.0 37.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7159.0 0.0 0.0 0.0 -7159.0 +1969-12-31 16:00:16.202 -37.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 972.36 -37.0 37.0 37.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7159.0 0.0 0.0 0.0 -7159.0 +1969-12-31 16:00:09.111 -37.0 NULL NULL -200.0 -226.28 226.28 0.0 972.36 -37.0 37.0 37.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 163.0 0.0 0.0 0.0 -163.0 +1969-12-31 16:00:14.662 -37.0 NULL NULL -200.0 -226.28 226.28 0.0 972.36 -37.0 37.0 37.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 163.0 0.0 0.0 0.0 -163.0 +1969-12-31 16:00:06.661 -36.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 946.08 -36.0 36.0 36.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7160.0 0.0 0.0 0.0 -7160.0 +1969-12-31 16:00:08.615 -36.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 946.08 -36.0 36.0 36.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7160.0 0.0 0.0 0.0 -7160.0 +1969-12-31 15:59:56.174 -36.0 NULL NULL -200.0 -226.28 226.28 0.0 946.08 -36.0 36.0 36.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 164.0 0.0 0.0 0.0 -164.0 +1969-12-31 16:00:00.8 -35.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 919.8000000000001 -35.0 35.0 35.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7161.0 0.0 0.0 0.0 -7161.0 +1969-12-31 16:00:12.959 -35.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 919.8000000000001 -35.0 35.0 35.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7161.0 0.0 0.0 0.0 -7161.0 +1969-12-31 16:00:13.819 -35.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 919.8000000000001 -35.0 35.0 35.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7161.0 0.0 0.0 0.0 -7161.0 +1969-12-31 16:00:14.819 -35.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 919.8000000000001 -35.0 35.0 35.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7161.0 0.0 0.0 0.0 -7161.0 +1969-12-31 15:59:58.245 -35.0 NULL NULL -200.0 -226.28 226.28 0.0 919.8000000000001 -35.0 35.0 35.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 165.0 0.0 0.0 0.0 -165.0 +1969-12-31 16:00:13.605 -35.0 NULL NULL -200.0 -226.28 226.28 0.0 919.8000000000001 -35.0 35.0 35.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 165.0 0.0 0.0 0.0 -165.0 +1969-12-31 16:00:01.562 -34.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 893.52 -34.0 34.0 34.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7162.0 0.0 0.0 0.0 -7162.0 +1969-12-31 16:00:04.756 -34.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 893.52 -34.0 34.0 34.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7162.0 0.0 0.0 0.0 -7162.0 +1969-12-31 16:00:06.405 -34.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 893.52 -34.0 34.0 34.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7162.0 0.0 0.0 0.0 -7162.0 +1969-12-31 16:00:11.611 -34.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 893.52 -34.0 34.0 34.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7162.0 0.0 0.0 0.0 -7162.0 +1969-12-31 15:59:57.828 -34.0 NULL NULL -200.0 -226.28 226.28 0.0 893.52 -34.0 34.0 34.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 166.0 0.0 0.0 0.0 -166.0 +1969-12-31 15:59:58.98 -33.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 867.24 -33.0 33.0 33.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7163.0 0.0 0.0 0.0 -7163.0 +1969-12-31 16:00:10.959 -33.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 867.24 -33.0 33.0 33.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7163.0 0.0 0.0 0.0 -7163.0 +1969-12-31 15:59:56.436 -33.0 NULL NULL -200.0 -226.28 226.28 0.0 867.24 -33.0 33.0 33.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 167.0 0.0 0.0 0.0 -167.0 +1969-12-31 16:00:00.611 -33.0 NULL NULL -200.0 -226.28 226.28 0.0 867.24 -33.0 33.0 33.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 167.0 0.0 0.0 0.0 -167.0 +1969-12-31 16:00:08.046 -33.0 NULL NULL -200.0 -226.28 226.28 0.0 867.24 -33.0 33.0 33.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 167.0 0.0 0.0 0.0 -167.0 +1969-12-31 16:00:15.375 -33.0 NULL NULL -200.0 -226.28 226.28 0.0 867.24 -33.0 33.0 33.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 167.0 0.0 0.0 0.0 -167.0 +1969-12-31 16:00:02.67 -32.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 840.96 -32.0 32.0 32.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7164.0 0.0 0.0 0.0 -7164.0 +1969-12-31 16:00:05.178 -32.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 840.96 -32.0 32.0 32.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7164.0 0.0 0.0 0.0 -7164.0 +1969-12-31 16:00:10.649 -32.0 NULL NULL -200.0 -226.28 226.28 0.0 840.96 -32.0 32.0 32.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 168.0 0.0 0.0 0.0 -168.0 +1969-12-31 16:00:13.868 -31.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 814.6800000000001 -31.0 31.0 31.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7165.0 0.0 0.0 0.0 -7165.0 +1969-12-31 16:00:15.012 -31.0 NULL NULL -200.0 -226.28 226.28 0.0 814.6800000000001 -31.0 31.0 31.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 169.0 0.0 0.0 0.0 -169.0 +1969-12-31 16:00:15.169 -31.0 NULL NULL -200.0 -226.28 226.28 0.0 814.6800000000001 -31.0 31.0 31.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 169.0 0.0 0.0 0.0 -169.0 +1969-12-31 16:00:00.434 -30.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 788.4000000000001 -30.0 30.0 30.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7166.0 0.0 0.0 0.0 -7166.0 +1969-12-31 16:00:04.236 -30.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 788.4000000000001 -30.0 30.0 30.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7166.0 0.0 0.0 0.0 -7166.0 +1969-12-31 16:00:13.124 -30.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 788.4000000000001 -30.0 30.0 30.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7166.0 0.0 0.0 0.0 -7166.0 +1969-12-31 16:00:15.136 -30.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 788.4000000000001 -30.0 30.0 30.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7166.0 0.0 0.0 0.0 -7166.0 +1969-12-31 16:00:02.234 -30.0 NULL NULL -200.0 -226.28 226.28 0.0 788.4000000000001 -30.0 30.0 30.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 170.0 0.0 0.0 0.0 -170.0 +1969-12-31 16:00:12.935 -30.0 NULL NULL -200.0 -226.28 226.28 0.0 788.4000000000001 -30.0 30.0 30.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 170.0 0.0 0.0 0.0 -170.0 +1969-12-31 16:00:03.506 -29.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 762.12 -29.0 29.0 29.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7167.0 0.0 0.0 0.0 -7167.0 +1969-12-31 16:00:03.855 -29.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 762.12 -29.0 29.0 29.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7167.0 0.0 0.0 0.0 -7167.0 +1969-12-31 16:00:10.721 -29.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 762.12 -29.0 29.0 29.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7167.0 0.0 0.0 0.0 -7167.0 +1969-12-31 15:59:57.882 -29.0 NULL NULL -200.0 -226.28 226.28 0.0 762.12 -29.0 29.0 29.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 171.0 0.0 0.0 0.0 -171.0 +1969-12-31 16:00:03.116 -29.0 NULL NULL -200.0 -226.28 226.28 0.0 762.12 -29.0 29.0 29.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 171.0 0.0 0.0 0.0 -171.0 +1969-12-31 16:00:04.747 -28.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 735.84 -28.0 28.0 28.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7168.0 0.0 0.0 0.0 -7168.0 +1969-12-31 16:00:13.922 -28.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 735.84 -28.0 28.0 28.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7168.0 0.0 0.0 0.0 -7168.0 +1969-12-31 16:00:00.157 -28.0 NULL NULL -200.0 -226.28 226.28 0.0 735.84 -28.0 28.0 28.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 172.0 0.0 0.0 0.0 -172.0 +1969-12-31 16:00:01.627 -28.0 NULL NULL -200.0 -226.28 226.28 0.0 735.84 -28.0 28.0 28.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 172.0 0.0 0.0 0.0 -172.0 +1969-12-31 16:00:02.58 -28.0 NULL NULL -200.0 -226.28 226.28 0.0 735.84 -28.0 28.0 28.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 172.0 0.0 0.0 0.0 -172.0 +1969-12-31 16:00:09.93 -28.0 NULL NULL -200.0 -226.28 226.28 0.0 735.84 -28.0 28.0 28.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 172.0 0.0 0.0 0.0 -172.0 +1969-12-31 16:00:00.692 -27.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 709.5600000000001 -27.0 27.0 27.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7169.0 0.0 0.0 0.0 -7169.0 +1969-12-31 16:00:10.192 -26.28 NULL NULL -7196.0 -7222.28 7222.28 0.0 690.638418045044 -26.28 26.28 26.28 709.8063882063881 0.0 1 -709.8063882063881 NULL 7169.7199993133545 0.0 0.0 0.0 -7169.7199993133545 +1969-12-31 16:00:02.445 -26.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 683.28 -26.0 26.0 26.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7170.0 0.0 0.0 0.0 -7170.0 +1969-12-31 16:00:08.33 -26.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 683.28 -26.0 26.0 26.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7170.0 0.0 0.0 0.0 -7170.0 +1969-12-31 16:00:14.315 -26.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 683.28 -26.0 26.0 26.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7170.0 0.0 0.0 0.0 -7170.0 +1969-12-31 16:00:14.661 -26.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 683.28 -26.0 26.0 26.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7170.0 0.0 0.0 0.0 -7170.0 +1969-12-31 16:00:14.191 -26.0 NULL NULL -200.0 -226.28 226.28 0.0 683.28 -26.0 26.0 26.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 174.0 0.0 0.0 0.0 -174.0 +1969-12-31 16:00:07.022 -25.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 657.0 -25.0 25.0 25.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7171.0 0.0 0.0 0.0 -7171.0 +1969-12-31 16:00:06.506 -25.0 NULL NULL -200.0 -226.28 226.28 0.0 657.0 -25.0 25.0 25.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 175.0 0.0 0.0 0.0 -175.0 +1969-12-31 16:00:13.374 -25.0 NULL NULL -200.0 -226.28 226.28 0.0 657.0 -25.0 25.0 25.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 175.0 0.0 0.0 0.0 -175.0 +1969-12-31 16:00:15.769 -25.0 NULL NULL -200.0 -226.28 226.28 0.0 657.0 -25.0 25.0 25.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 175.0 0.0 0.0 0.0 -175.0 +1969-12-31 16:00:15.965 -25.0 NULL NULL -200.0 -226.28 226.28 0.0 657.0 -25.0 25.0 25.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 175.0 0.0 0.0 0.0 -175.0 +1969-12-31 16:00:06.568 -24.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 630.72 -24.0 24.0 24.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7172.0 0.0 0.0 0.0 -7172.0 +1969-12-31 16:00:08.839 -24.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 630.72 -24.0 24.0 24.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7172.0 0.0 0.0 0.0 -7172.0 +1969-12-31 16:00:07.642 -24.0 NULL NULL -200.0 -226.28 226.28 0.0 630.72 -24.0 24.0 24.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 176.0 0.0 0.0 0.0 -176.0 +1969-12-31 16:00:10.383 -24.0 NULL NULL -200.0 -226.28 226.28 0.0 630.72 -24.0 24.0 24.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 176.0 0.0 0.0 0.0 -176.0 +1969-12-31 16:00:16.03 -24.0 NULL NULL -200.0 -226.28 226.28 0.0 630.72 -24.0 24.0 24.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 176.0 0.0 0.0 0.0 -176.0 +1969-12-31 16:00:00.885 -23.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 604.44 -23.0 23.0 23.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7173.0 0.0 0.0 0.0 -7173.0 +1969-12-31 16:00:11.402 -23.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 604.44 -23.0 23.0 23.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7173.0 0.0 0.0 0.0 -7173.0 +1969-12-31 16:00:12.317 -23.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 604.44 -23.0 23.0 23.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7173.0 0.0 0.0 0.0 -7173.0 +1969-12-31 15:59:56.414 -23.0 NULL NULL -200.0 -226.28 226.28 0.0 604.44 -23.0 23.0 23.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 177.0 0.0 0.0 0.0 -177.0 +1969-12-31 15:59:58.594 -23.0 NULL NULL -200.0 -226.28 226.28 0.0 604.44 -23.0 23.0 23.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 177.0 0.0 0.0 0.0 -177.0 +1969-12-31 16:00:06.523 -23.0 NULL NULL -200.0 -226.28 226.28 0.0 604.44 -23.0 23.0 23.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 177.0 0.0 0.0 0.0 -177.0 +1969-12-31 16:00:16.07 -23.0 NULL NULL -200.0 -226.28 226.28 0.0 604.44 -23.0 23.0 23.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 177.0 0.0 0.0 0.0 -177.0 +1969-12-31 15:59:58.93 -22.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 578.1600000000001 -22.0 22.0 22.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7174.0 0.0 0.0 0.0 -7174.0 +1969-12-31 16:00:15.409 -22.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 578.1600000000001 -22.0 22.0 22.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7174.0 0.0 0.0 0.0 -7174.0 +1969-12-31 16:00:00.229 -22.0 NULL NULL -200.0 -226.28 226.28 0.0 578.1600000000001 -22.0 22.0 22.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 178.0 0.0 0.0 0.0 -178.0 +1969-12-31 16:00:05.218 -22.0 NULL NULL -200.0 -226.28 226.28 0.0 578.1600000000001 -22.0 22.0 22.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 178.0 0.0 0.0 0.0 -178.0 +1969-12-31 16:00:12.901 -22.0 NULL NULL -200.0 -226.28 226.28 0.0 578.1600000000001 -22.0 22.0 22.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 178.0 0.0 0.0 0.0 -178.0 +1969-12-31 16:00:03.31 -21.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 551.88 -21.0 21.0 21.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7175.0 0.0 0.0 0.0 -7175.0 +1969-12-31 16:00:09.182 -21.0 NULL NULL -200.0 -226.28 226.28 0.0 551.88 -21.0 21.0 21.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 179.0 0.0 0.0 0.0 -179.0 +1969-12-31 16:00:14.073 -21.0 NULL NULL -200.0 -226.28 226.28 0.0 551.88 -21.0 21.0 21.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 179.0 0.0 0.0 0.0 -179.0 +1969-12-31 16:00:00.51 -20.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 525.6 -20.0 20.0 20.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7176.0 0.0 0.0 0.0 -7176.0 +1969-12-31 16:00:02.91 -20.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 525.6 -20.0 20.0 20.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7176.0 0.0 0.0 0.0 -7176.0 +1969-12-31 16:00:09.416 -20.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 525.6 -20.0 20.0 20.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7176.0 0.0 0.0 0.0 -7176.0 +1969-12-31 16:00:11.847 -20.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 525.6 -20.0 20.0 20.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7176.0 0.0 0.0 0.0 -7176.0 +1969-12-31 16:00:13.778 -20.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 525.6 -20.0 20.0 20.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7176.0 0.0 0.0 0.0 -7176.0 +1969-12-31 15:59:58.512 -20.0 NULL NULL -200.0 -226.28 226.28 0.0 525.6 -20.0 20.0 20.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 180.0 0.0 0.0 0.0 -180.0 +1969-12-31 16:00:07.942 -20.0 NULL NULL -200.0 -226.28 226.28 0.0 525.6 -20.0 20.0 20.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 180.0 0.0 0.0 0.0 -180.0 +1969-12-31 16:00:10.551 -20.0 NULL NULL -200.0 -226.28 226.28 0.0 525.6 -20.0 20.0 20.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 180.0 0.0 0.0 0.0 -180.0 +1969-12-31 16:00:03.381 -19.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 499.32000000000005 -19.0 19.0 19.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7177.0 0.0 0.0 0.0 -7177.0 +1969-12-31 16:00:01.781 -19.0 NULL NULL -200.0 -226.28 226.28 0.0 499.32000000000005 -19.0 19.0 19.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 181.0 0.0 0.0 0.0 -181.0 +1969-12-31 16:00:02.925 -19.0 NULL NULL -200.0 -226.28 226.28 0.0 499.32000000000005 -19.0 19.0 19.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 181.0 0.0 0.0 0.0 -181.0 +1969-12-31 16:00:05.105 -19.0 NULL NULL -200.0 -226.28 226.28 0.0 499.32000000000005 -19.0 19.0 19.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 181.0 0.0 0.0 0.0 -181.0 +1969-12-31 16:00:13.495 -19.0 NULL NULL -200.0 -226.28 226.28 0.0 499.32000000000005 -19.0 19.0 19.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 181.0 0.0 0.0 0.0 -181.0 +1969-12-31 16:00:14.809 -19.0 NULL NULL -200.0 -226.28 226.28 0.0 499.32000000000005 -19.0 19.0 19.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 181.0 0.0 0.0 0.0 -181.0 +1969-12-31 16:00:09.974 -18.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 473.04 -18.0 18.0 18.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7178.0 0.0 0.0 0.0 -7178.0 +1969-12-31 16:00:00.564 -18.0 NULL NULL -200.0 -226.28 226.28 0.0 473.04 -18.0 18.0 18.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 182.0 0.0 0.0 0.0 -182.0 +1969-12-31 16:00:04.625 -18.0 NULL NULL -200.0 -226.28 226.28 0.0 473.04 -18.0 18.0 18.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 182.0 0.0 0.0 0.0 -182.0 +1969-12-31 16:00:05.241 -18.0 NULL NULL -200.0 -226.28 226.28 0.0 473.04 -18.0 18.0 18.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 182.0 0.0 0.0 0.0 -182.0 +1969-12-31 16:00:10.939 -17.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 446.76 -17.0 17.0 17.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7179.0 0.0 0.0 0.0 -7179.0 +1969-12-31 15:59:58.173 -17.0 NULL NULL -200.0 -226.28 226.28 0.0 446.76 -17.0 17.0 17.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 183.0 0.0 0.0 0.0 -183.0 +1969-12-31 15:59:58.561 -17.0 NULL NULL -200.0 -226.28 226.28 0.0 446.76 -17.0 17.0 17.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 183.0 0.0 0.0 0.0 -183.0 +1969-12-31 16:00:02.974 -17.0 NULL NULL -200.0 -226.28 226.28 0.0 446.76 -17.0 17.0 17.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 183.0 0.0 0.0 0.0 -183.0 +1969-12-31 16:00:10.104 -17.0 NULL NULL -200.0 -226.28 226.28 0.0 446.76 -17.0 17.0 17.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 183.0 0.0 0.0 0.0 -183.0 +1969-12-31 16:00:01.088 -16.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 420.48 -16.0 16.0 16.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7180.0 0.0 0.0 0.0 -7180.0 +1969-12-31 16:00:06.481 -16.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 420.48 -16.0 16.0 16.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7180.0 0.0 0.0 0.0 -7180.0 +1969-12-31 16:00:12.574 -16.0 NULL NULL -200.0 -226.28 226.28 0.0 420.48 -16.0 16.0 16.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 184.0 0.0 0.0 0.0 -184.0 +1969-12-31 16:00:03.261 -15.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 394.20000000000005 -15.0 15.0 15.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7181.0 0.0 0.0 0.0 -7181.0 +1969-12-31 16:00:05.113 -15.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 394.20000000000005 -15.0 15.0 15.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7181.0 0.0 0.0 0.0 -7181.0 +1969-12-31 16:00:15.186 -15.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 394.20000000000005 -15.0 15.0 15.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7181.0 0.0 0.0 0.0 -7181.0 +1969-12-31 16:00:13.438 -15.0 NULL NULL -200.0 -226.28 226.28 0.0 394.20000000000005 -15.0 15.0 15.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 185.0 0.0 0.0 0.0 -185.0 +1969-12-31 16:00:04.574 -14.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 367.92 -14.0 14.0 14.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7182.0 0.0 0.0 0.0 -7182.0 +1969-12-31 16:00:07.6 -14.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 367.92 -14.0 14.0 14.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7182.0 0.0 0.0 0.0 -7182.0 +1969-12-31 16:00:14.79 -14.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 367.92 -14.0 14.0 14.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7182.0 0.0 0.0 0.0 -7182.0 +1969-12-31 16:00:08.549 -14.0 NULL NULL -200.0 -226.28 226.28 0.0 367.92 -14.0 14.0 14.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 186.0 0.0 0.0 0.0 -186.0 +1969-12-31 16:00:08.704 -14.0 NULL NULL -200.0 -226.28 226.28 0.0 367.92 -14.0 14.0 14.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 186.0 0.0 0.0 0.0 -186.0 +1969-12-31 16:00:02.613 -13.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 341.64 -13.0 13.0 13.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7183.0 0.0 0.0 0.0 -7183.0 +1969-12-31 16:00:03.395 -13.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 341.64 -13.0 13.0 13.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7183.0 0.0 0.0 0.0 -7183.0 +1969-12-31 16:00:02.492 -13.0 NULL NULL -200.0 -226.28 226.28 0.0 341.64 -13.0 13.0 13.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 187.0 0.0 0.0 0.0 -187.0 +1969-12-31 16:00:15.92 -12.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 315.36 -12.0 12.0 12.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7184.0 0.0 0.0 0.0 -7184.0 +1969-12-31 16:00:01.462 -11.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 289.08000000000004 -11.0 11.0 11.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7185.0 0.0 0.0 0.0 -7185.0 +1969-12-31 16:00:07.946 -11.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 289.08000000000004 -11.0 11.0 11.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7185.0 0.0 0.0 0.0 -7185.0 +1969-12-31 16:00:10.496 -11.0 NULL NULL -200.0 -226.28 226.28 0.0 289.08000000000004 -11.0 11.0 11.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 189.0 0.0 0.0 0.0 -189.0 +1969-12-31 16:00:13.638 -11.0 NULL NULL -200.0 -226.28 226.28 0.0 289.08000000000004 -11.0 11.0 11.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 189.0 0.0 0.0 0.0 -189.0 +1969-12-31 16:00:11.061 -10.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 262.8 -10.0 10.0 10.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7186.0 0.0 0.0 0.0 -7186.0 +1969-12-31 15:59:58.893 -10.0 NULL NULL -200.0 -226.28 226.28 0.0 262.8 -10.0 10.0 10.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 190.0 0.0 0.0 0.0 -190.0 +1969-12-31 15:59:58.989 -10.0 NULL NULL -200.0 -226.28 226.28 0.0 262.8 -10.0 10.0 10.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 190.0 0.0 0.0 0.0 -190.0 +1969-12-31 16:00:00.553 -10.0 NULL NULL -200.0 -226.28 226.28 0.0 262.8 -10.0 10.0 10.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 190.0 0.0 0.0 0.0 -190.0 +1969-12-31 16:00:00.916 -10.0 NULL NULL -200.0 -226.28 226.28 0.0 262.8 -10.0 10.0 10.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 190.0 0.0 0.0 0.0 -190.0 +1969-12-31 15:59:58.825 -9.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 236.52 -9.0 9.0 9.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7187.0 0.0 0.0 0.0 -7187.0 +1969-12-31 16:00:11.758 -9.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 236.52 -9.0 9.0 9.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7187.0 0.0 0.0 0.0 -7187.0 +1969-12-31 16:00:13.473 -9.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 236.52 -9.0 9.0 9.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7187.0 0.0 0.0 0.0 -7187.0 +1969-12-31 15:59:57.965 -9.0 NULL NULL -200.0 -226.28 226.28 0.0 236.52 -9.0 9.0 9.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 191.0 0.0 0.0 0.0 -191.0 +1969-12-31 16:00:07.651 -9.0 NULL NULL -200.0 -226.28 226.28 0.0 236.52 -9.0 9.0 9.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 191.0 0.0 0.0 0.0 -191.0 +1969-12-31 16:00:10.227 -9.0 NULL NULL -200.0 -226.28 226.28 0.0 236.52 -9.0 9.0 9.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 191.0 0.0 0.0 0.0 -191.0 +1969-12-31 16:00:10.452 -9.0 NULL NULL -200.0 -226.28 226.28 0.0 236.52 -9.0 9.0 9.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 191.0 0.0 0.0 0.0 -191.0 +1969-12-31 16:00:11.08 -9.0 NULL NULL -200.0 -226.28 226.28 0.0 236.52 -9.0 9.0 9.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 191.0 0.0 0.0 0.0 -191.0 +1969-12-31 16:00:04.443 -8.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 210.24 -8.0 8.0 8.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7188.0 0.0 0.0 0.0 -7188.0 +1969-12-31 15:59:58.265 -8.0 NULL NULL -200.0 -226.28 226.28 0.0 210.24 -8.0 8.0 8.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 192.0 0.0 0.0 0.0 -192.0 +1969-12-31 16:00:08.007 -8.0 NULL NULL -200.0 -226.28 226.28 0.0 210.24 -8.0 8.0 8.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 192.0 0.0 0.0 0.0 -192.0 +1969-12-31 15:59:58.463 -7.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 183.96 -7.0 7.0 7.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7189.0 0.0 0.0 0.0 -7189.0 +1969-12-31 15:59:58.625 -6.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 157.68 -6.0 6.0 6.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7190.0 0.0 0.0 0.0 -7190.0 +1969-12-31 16:00:06.4 -6.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 157.68 -6.0 6.0 6.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7190.0 0.0 0.0 0.0 -7190.0 +1969-12-31 15:59:57.273 -6.0 NULL NULL -200.0 -226.28 226.28 0.0 157.68 -6.0 6.0 6.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 194.0 0.0 0.0 0.0 -194.0 +1969-12-31 15:59:57.957 -6.0 NULL NULL -200.0 -226.28 226.28 0.0 157.68 -6.0 6.0 6.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 194.0 0.0 0.0 0.0 -194.0 +1969-12-31 16:00:04.136 -6.0 NULL NULL -200.0 -226.28 226.28 0.0 157.68 -6.0 6.0 6.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 194.0 0.0 0.0 0.0 -194.0 +1969-12-31 16:00:05.495 -6.0 NULL NULL -200.0 -226.28 226.28 0.0 157.68 -6.0 6.0 6.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 194.0 0.0 0.0 0.0 -194.0 +1969-12-31 16:00:07.423 -6.0 NULL NULL -200.0 -226.28 226.28 0.0 157.68 -6.0 6.0 6.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 194.0 0.0 0.0 0.0 -194.0 +1969-12-31 16:00:08.781 -6.0 NULL NULL -200.0 -226.28 226.28 0.0 157.68 -6.0 6.0 6.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 194.0 0.0 0.0 0.0 -194.0 +1969-12-31 16:00:16.107 -5.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 131.4 -5.0 5.0 5.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7191.0 0.0 0.0 0.0 -7191.0 +1969-12-31 15:59:56.319 -5.0 NULL NULL -200.0 -226.28 226.28 0.0 131.4 -5.0 5.0 5.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 195.0 0.0 0.0 0.0 -195.0 +1969-12-31 15:59:57.794 -5.0 NULL NULL -200.0 -226.28 226.28 0.0 131.4 -5.0 5.0 5.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 195.0 0.0 0.0 0.0 -195.0 +1969-12-31 16:00:02.021 -5.0 NULL NULL -200.0 -226.28 226.28 0.0 131.4 -5.0 5.0 5.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 195.0 0.0 0.0 0.0 -195.0 +1969-12-31 16:00:03.52 -5.0 NULL NULL -200.0 -226.28 226.28 0.0 131.4 -5.0 5.0 5.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 195.0 0.0 0.0 0.0 -195.0 +1969-12-31 16:00:08.267 -5.0 NULL NULL -200.0 -226.28 226.28 0.0 131.4 -5.0 5.0 5.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 195.0 0.0 0.0 0.0 -195.0 +1969-12-31 16:00:13.324 -4.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 105.12 -4.0 4.0 4.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7192.0 0.0 0.0 0.0 -7192.0 +1969-12-31 15:59:56.218 -4.0 NULL NULL -200.0 -226.28 226.28 0.0 105.12 -4.0 4.0 4.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 196.0 0.0 0.0 0.0 -196.0 +1969-12-31 15:59:57.269 -4.0 NULL NULL -200.0 -226.28 226.28 0.0 105.12 -4.0 4.0 4.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 196.0 0.0 0.0 0.0 -196.0 +1969-12-31 16:00:07.712 -4.0 NULL NULL -200.0 -226.28 226.28 0.0 105.12 -4.0 4.0 4.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 196.0 0.0 0.0 0.0 -196.0 +1969-12-31 16:00:14.562 -4.0 NULL NULL -200.0 -226.28 226.28 0.0 105.12 -4.0 4.0 4.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 196.0 0.0 0.0 0.0 -196.0 +1969-12-31 15:59:58.863 -3.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 78.84 -3.0 3.0 3.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7193.0 0.0 0.0 0.0 -7193.0 +1969-12-31 16:00:01.723 -3.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 78.84 -3.0 3.0 3.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7193.0 0.0 0.0 0.0 -7193.0 +1969-12-31 16:00:09.819 -3.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 78.84 -3.0 3.0 3.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7193.0 0.0 0.0 0.0 -7193.0 +1969-12-31 16:00:11.637 -3.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 78.84 -3.0 3.0 3.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7193.0 0.0 0.0 0.0 -7193.0 +1969-12-31 15:59:55.747 -3.0 NULL NULL -200.0 -226.28 226.28 0.0 78.84 -3.0 3.0 3.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 197.0 0.0 0.0 0.0 -197.0 +1969-12-31 16:00:11.059 -3.0 NULL NULL -200.0 -226.28 226.28 0.0 78.84 -3.0 3.0 3.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 197.0 0.0 0.0 0.0 -197.0 +1969-12-31 16:00:00.381 -2.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 52.56 -2.0 2.0 2.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7194.0 0.0 0.0 0.0 -7194.0 +1969-12-31 16:00:06.498 -2.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 52.56 -2.0 2.0 2.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7194.0 0.0 0.0 0.0 -7194.0 +1969-12-31 16:00:07.711 -2.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 52.56 -2.0 2.0 2.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7194.0 0.0 0.0 0.0 -7194.0 +1969-12-31 16:00:00.574 -2.0 NULL NULL -200.0 -226.28 226.28 0.0 52.56 -2.0 2.0 2.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 198.0 0.0 0.0 0.0 -198.0 +1969-12-31 16:00:11.494 -2.0 NULL NULL -200.0 -226.28 226.28 0.0 52.56 -2.0 2.0 2.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 198.0 0.0 0.0 0.0 -198.0 +1969-12-31 16:00:09.511 -1.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 26.28 -1.0 1.0 1.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7195.0 0.0 0.0 0.0 -7195.0 +1969-12-31 16:00:04.836 -1.0 NULL NULL -200.0 -226.28 226.28 0.0 26.28 -1.0 1.0 1.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 199.0 0.0 0.0 0.0 -199.0 +1969-12-31 16:00:04.994 -1.0 NULL NULL -200.0 -226.28 226.28 0.0 26.28 -1.0 1.0 1.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 199.0 0.0 0.0 0.0 -199.0 +1969-12-31 16:00:14.985 -1.0 NULL NULL -200.0 -226.28 226.28 0.0 26.28 -1.0 1.0 1.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 199.0 0.0 0.0 0.0 -199.0 +1969-12-31 16:00:11.089 0.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -0.0 0.0 -0.0 -0.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7196.0 0.0 0.0 0.0 -7196.0 +1969-12-31 16:00:15.629 0.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -0.0 0.0 -0.0 -0.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7196.0 0.0 0.0 0.0 -7196.0 +1969-12-31 16:00:02.71 0.0 NULL NULL -200.0 -226.28 226.28 0.0 -0.0 0.0 -0.0 -0.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 200.0 0.0 0.0 0.0 -200.0 +1969-12-31 16:00:10.139 0.0 NULL NULL -200.0 -226.28 226.28 0.0 -0.0 0.0 -0.0 -0.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 200.0 0.0 0.0 0.0 -200.0 +1969-12-31 16:00:13.396 0.0 NULL NULL -200.0 -226.28 226.28 0.0 -0.0 0.0 -0.0 -0.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 200.0 0.0 0.0 0.0 -200.0 +1969-12-31 16:00:14.343 0.0 NULL NULL -200.0 -226.28 226.28 0.0 -0.0 0.0 -0.0 -0.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 200.0 0.0 0.0 0.0 -200.0 +1969-12-31 16:00:00.519 1.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -26.28 1.0 -1.0 -1.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7197.0 0.0 0.0 0.0 -7197.0 +1969-12-31 16:00:04.916 1.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -26.28 1.0 -1.0 -1.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7197.0 0.0 0.0 0.0 -7197.0 +1969-12-31 16:00:10.364 1.0 NULL NULL -200.0 -226.28 226.28 0.0 -26.28 1.0 -1.0 -1.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 201.0 0.0 0.0 0.0 -201.0 +1969-12-31 16:00:14.567 1.0 NULL NULL -200.0 -226.28 226.28 0.0 -26.28 1.0 -1.0 -1.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 201.0 0.0 0.0 0.0 -201.0 +1969-12-31 16:00:01.489 2.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -52.56 2.0 -2.0 -2.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7198.0 0.0 0.0 0.0 -7198.0 +1969-12-31 16:00:12.06 2.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -52.56 2.0 -2.0 -2.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7198.0 0.0 0.0 0.0 -7198.0 +1969-12-31 15:59:58.93 2.0 NULL NULL -200.0 -226.28 226.28 0.0 -52.56 2.0 -2.0 -2.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 202.0 0.0 0.0 0.0 -202.0 +1969-12-31 16:00:00.45 2.0 NULL NULL -200.0 -226.28 226.28 0.0 -52.56 2.0 -2.0 -2.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 202.0 0.0 0.0 0.0 -202.0 +1969-12-31 16:00:02.752 2.0 NULL NULL -200.0 -226.28 226.28 0.0 -52.56 2.0 -2.0 -2.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 202.0 0.0 0.0 0.0 -202.0 +1969-12-31 16:00:09.161 2.0 NULL NULL -200.0 -226.28 226.28 0.0 -52.56 2.0 -2.0 -2.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 202.0 0.0 0.0 0.0 -202.0 +1969-12-31 16:00:10.198 2.0 NULL NULL -200.0 -226.28 226.28 0.0 -52.56 2.0 -2.0 -2.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 202.0 0.0 0.0 0.0 -202.0 +1969-12-31 16:00:06.132 3.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -78.84 3.0 -3.0 -3.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7199.0 0.0 0.0 0.0 -7199.0 +1969-12-31 16:00:06.624 3.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -78.84 3.0 -3.0 -3.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7199.0 0.0 0.0 0.0 -7199.0 +1969-12-31 16:00:13.064 3.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -78.84 3.0 -3.0 -3.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7199.0 0.0 0.0 0.0 -7199.0 +1969-12-31 16:00:00.074 3.0 NULL NULL -200.0 -226.28 226.28 0.0 -78.84 3.0 -3.0 -3.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 203.0 0.0 0.0 0.0 -203.0 +1969-12-31 16:00:07.163 4.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -105.12 4.0 -4.0 -4.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7200.0 0.0 0.0 0.0 -7200.0 +1969-12-31 16:00:11.153 4.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -105.12 4.0 -4.0 -4.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7200.0 0.0 0.0 0.0 -7200.0 +1969-12-31 15:59:55.982 4.0 NULL NULL -200.0 -226.28 226.28 0.0 -105.12 4.0 -4.0 -4.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 204.0 0.0 0.0 0.0 -204.0 +1969-12-31 16:00:00.019 4.0 NULL NULL -200.0 -226.28 226.28 0.0 -105.12 4.0 -4.0 -4.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 204.0 0.0 0.0 0.0 -204.0 +1969-12-31 16:00:00.308 4.0 NULL NULL -200.0 -226.28 226.28 0.0 -105.12 4.0 -4.0 -4.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 204.0 0.0 0.0 0.0 -204.0 +1969-12-31 16:00:00.563 4.0 NULL NULL -200.0 -226.28 226.28 0.0 -105.12 4.0 -4.0 -4.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 204.0 0.0 0.0 0.0 -204.0 +1969-12-31 16:00:04.058 5.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -131.4 5.0 -5.0 -5.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7201.0 0.0 0.0 0.0 -7201.0 +1969-12-31 16:00:14.201 5.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -131.4 5.0 -5.0 -5.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7201.0 0.0 0.0 0.0 -7201.0 +1969-12-31 16:00:06.061 6.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -157.68 6.0 -6.0 -6.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7202.0 0.0 0.0 0.0 -7202.0 +1969-12-31 15:59:57.568 6.0 NULL NULL -200.0 -226.28 226.28 0.0 -157.68 6.0 -6.0 -6.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 206.0 0.0 0.0 0.0 -206.0 +1969-12-31 16:00:13.132 6.0 NULL NULL -200.0 -226.28 226.28 0.0 -157.68 6.0 -6.0 -6.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 206.0 0.0 0.0 0.0 -206.0 +1969-12-31 16:00:13.807 7.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -183.96 7.0 -7.0 -7.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7203.0 0.0 0.0 0.0 -7203.0 +1969-12-31 15:59:58.272 7.0 NULL NULL -200.0 -226.28 226.28 0.0 -183.96 7.0 -7.0 -7.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 207.0 0.0 0.0 0.0 -207.0 +1969-12-31 16:00:06.018 7.0 NULL NULL -200.0 -226.28 226.28 0.0 -183.96 7.0 -7.0 -7.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 207.0 0.0 0.0 0.0 -207.0 +1969-12-31 16:00:09.539 7.0 NULL NULL -200.0 -226.28 226.28 0.0 -183.96 7.0 -7.0 -7.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 207.0 0.0 0.0 0.0 -207.0 +1969-12-31 16:00:00.613 8.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -210.24 8.0 -8.0 -8.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7204.0 0.0 0.0 0.0 -7204.0 +1969-12-31 16:00:00.664 8.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -210.24 8.0 -8.0 -8.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7204.0 0.0 0.0 0.0 -7204.0 +1969-12-31 16:00:09.519 8.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -210.24 8.0 -8.0 -8.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7204.0 0.0 0.0 0.0 -7204.0 +1969-12-31 16:00:09.995 8.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -210.24 8.0 -8.0 -8.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7204.0 0.0 0.0 0.0 -7204.0 +1969-12-31 16:00:15.683 8.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -210.24 8.0 -8.0 -8.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7204.0 0.0 0.0 0.0 -7204.0 +1969-12-31 15:59:57.063 8.0 NULL NULL -200.0 -226.28 226.28 0.0 -210.24 8.0 -8.0 -8.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 208.0 0.0 0.0 0.0 -208.0 +1969-12-31 16:00:08.757 8.0 NULL NULL -200.0 -226.28 226.28 0.0 -210.24 8.0 -8.0 -8.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 208.0 0.0 0.0 0.0 -208.0 +1969-12-31 16:00:31.808 9.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -236.52 9.0 -9.0 -9.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7205.0 0.0 0.0 0.0 -7205.0 +1969-12-31 15:59:57.048 9.0 NULL NULL -200.0 -226.28 226.28 0.0 -236.52 9.0 -9.0 -9.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 209.0 0.0 0.0 0.0 -209.0 +1969-12-31 16:00:11.148 9.0 NULL NULL -200.0 -226.28 226.28 0.0 -236.52 9.0 -9.0 -9.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 209.0 0.0 0.0 0.0 -209.0 +1969-12-31 16:00:13.686 9.0 NULL NULL -200.0 -226.28 226.28 0.0 -236.52 9.0 -9.0 -9.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 209.0 0.0 0.0 0.0 -209.0 +1969-12-31 16:00:09.22 10.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -262.8 10.0 -10.0 -10.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7206.0 0.0 0.0 0.0 -7206.0 +1969-12-31 16:00:05.383 10.0 NULL NULL -200.0 -226.28 226.28 0.0 -262.8 10.0 -10.0 -10.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 210.0 0.0 0.0 0.0 -210.0 +1969-12-31 16:00:07.365 10.0 NULL NULL -200.0 -226.28 226.28 0.0 -262.8 10.0 -10.0 -10.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 210.0 0.0 0.0 0.0 -210.0 +1969-12-31 16:00:12.104 10.0 NULL NULL -200.0 -226.28 226.28 0.0 -262.8 10.0 -10.0 -10.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 210.0 0.0 0.0 0.0 -210.0 +1969-12-31 16:00:15.298 10.0 NULL NULL -200.0 -226.28 226.28 0.0 -262.8 10.0 -10.0 -10.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 210.0 0.0 0.0 0.0 -210.0 +1969-12-31 16:00:06.603 11.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -289.08000000000004 11.0 -11.0 -11.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7207.0 0.0 0.0 0.0 -7207.0 +1969-12-31 16:00:08.27 11.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -289.08000000000004 11.0 -11.0 -11.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7207.0 0.0 0.0 0.0 -7207.0 +1969-12-31 16:00:08.745 11.0 NULL NULL -200.0 -226.28 226.28 0.0 -289.08000000000004 11.0 -11.0 -11.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 211.0 0.0 0.0 0.0 -211.0 +1969-12-31 16:00:13.383 11.0 NULL NULL -200.0 -226.28 226.28 0.0 -289.08000000000004 11.0 -11.0 -11.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 211.0 0.0 0.0 0.0 -211.0 +1969-12-31 16:00:00.038 12.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -315.36 12.0 -12.0 -12.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7208.0 0.0 0.0 0.0 -7208.0 +1969-12-31 16:00:00.526 12.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -315.36 12.0 -12.0 -12.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7208.0 0.0 0.0 0.0 -7208.0 +1969-12-31 16:00:15.27 12.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -315.36 12.0 -12.0 -12.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7208.0 0.0 0.0 0.0 -7208.0 +1969-12-31 16:00:00.911 12.0 NULL NULL -200.0 -226.28 226.28 0.0 -315.36 12.0 -12.0 -12.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 212.0 0.0 0.0 0.0 -212.0 +1969-12-31 16:00:09.556 12.0 NULL NULL -200.0 -226.28 226.28 0.0 -315.36 12.0 -12.0 -12.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 212.0 0.0 0.0 0.0 -212.0 +1969-12-31 16:00:12.772 12.0 NULL NULL -200.0 -226.28 226.28 0.0 -315.36 12.0 -12.0 -12.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 212.0 0.0 0.0 0.0 -212.0 +1969-12-31 16:00:05.028 13.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -341.64 13.0 -13.0 -13.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7209.0 0.0 0.0 0.0 -7209.0 +1969-12-31 16:00:05.368 13.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -341.64 13.0 -13.0 -13.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7209.0 0.0 0.0 0.0 -7209.0 +1969-12-31 16:00:09.387 13.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -341.64 13.0 -13.0 -13.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7209.0 0.0 0.0 0.0 -7209.0 +1969-12-31 16:00:10.573 13.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -341.64 13.0 -13.0 -13.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7209.0 0.0 0.0 0.0 -7209.0 +1969-12-31 16:00:00.025 13.0 NULL NULL -200.0 -226.28 226.28 0.0 -341.64 13.0 -13.0 -13.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 213.0 0.0 0.0 0.0 -213.0 +1969-12-31 16:00:03.794 13.0 NULL NULL -200.0 -226.28 226.28 0.0 -341.64 13.0 -13.0 -13.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 213.0 0.0 0.0 0.0 -213.0 +1969-12-31 16:00:06.749 13.0 NULL NULL -200.0 -226.28 226.28 0.0 -341.64 13.0 -13.0 -13.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 213.0 0.0 0.0 0.0 -213.0 +1969-12-31 16:00:14.548 13.0 NULL NULL -200.0 -226.28 226.28 0.0 -341.64 13.0 -13.0 -13.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 213.0 0.0 0.0 0.0 -213.0 +1969-12-31 16:00:15.956 13.0 NULL NULL -200.0 -226.28 226.28 0.0 -341.64 13.0 -13.0 -13.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 213.0 0.0 0.0 0.0 -213.0 +1969-12-31 16:00:01.873 14.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -367.92 14.0 -14.0 -14.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7210.0 0.0 0.0 0.0 -7210.0 +1969-12-31 16:00:06.3 14.0 NULL NULL -200.0 -226.28 226.28 0.0 -367.92 14.0 -14.0 -14.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 214.0 0.0 0.0 0.0 -214.0 +1969-12-31 16:00:06.731 14.0 NULL NULL -200.0 -226.28 226.28 0.0 -367.92 14.0 -14.0 -14.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 214.0 0.0 0.0 0.0 -214.0 +1969-12-31 16:00:09.21 14.0 NULL NULL -200.0 -226.28 226.28 0.0 -367.92 14.0 -14.0 -14.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 214.0 0.0 0.0 0.0 -214.0 +1969-12-31 16:00:12.477 14.0 NULL NULL -200.0 -226.28 226.28 0.0 -367.92 14.0 -14.0 -14.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 214.0 0.0 0.0 0.0 -214.0 +1969-12-31 16:00:00.515 15.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -394.20000000000005 15.0 -15.0 -15.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7211.0 0.0 0.0 0.0 -7211.0 +1969-12-31 16:00:05.784 15.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -394.20000000000005 15.0 -15.0 -15.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7211.0 0.0 0.0 0.0 -7211.0 +1969-12-31 16:00:08.615 15.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -394.20000000000005 15.0 -15.0 -15.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7211.0 0.0 0.0 0.0 -7211.0 +1969-12-31 16:00:12.58 15.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -394.20000000000005 15.0 -15.0 -15.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7211.0 0.0 0.0 0.0 -7211.0 +1969-12-31 16:00:13.735 15.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -394.20000000000005 15.0 -15.0 -15.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7211.0 0.0 0.0 0.0 -7211.0 +1969-12-31 16:00:15.923 15.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -394.20000000000005 15.0 -15.0 -15.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7211.0 0.0 0.0 0.0 -7211.0 +1969-12-31 16:00:00.951 15.0 NULL NULL -200.0 -226.28 226.28 0.0 -394.20000000000005 15.0 -15.0 -15.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 215.0 0.0 0.0 0.0 -215.0 +1969-12-31 16:00:05.63 15.0 NULL NULL -200.0 -226.28 226.28 0.0 -394.20000000000005 15.0 -15.0 -15.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 215.0 0.0 0.0 0.0 -215.0 +1969-12-31 16:00:07.607 15.0 NULL NULL -200.0 -226.28 226.28 0.0 -394.20000000000005 15.0 -15.0 -15.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 215.0 0.0 0.0 0.0 -215.0 +1969-12-31 16:00:11.15 15.0 NULL NULL -200.0 -226.28 226.28 0.0 -394.20000000000005 15.0 -15.0 -15.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 215.0 0.0 0.0 0.0 -215.0 +1969-12-31 16:00:13.404 15.0 NULL NULL -200.0 -226.28 226.28 0.0 -394.20000000000005 15.0 -15.0 -15.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 215.0 0.0 0.0 0.0 -215.0 +1969-12-31 16:00:07.678 16.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -420.48 16.0 -16.0 -16.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7212.0 0.0 0.0 0.0 -7212.0 +1969-12-31 16:00:16.02 16.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -420.48 16.0 -16.0 -16.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7212.0 0.0 0.0 0.0 -7212.0 +1969-12-31 15:59:57.245 16.0 NULL NULL -200.0 -226.28 226.28 0.0 -420.48 16.0 -16.0 -16.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 216.0 0.0 0.0 0.0 -216.0 +1969-12-31 16:00:02.208 16.0 NULL NULL -200.0 -226.28 226.28 0.0 -420.48 16.0 -16.0 -16.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 216.0 0.0 0.0 0.0 -216.0 +1969-12-31 16:00:02.582 16.0 NULL NULL -200.0 -226.28 226.28 0.0 -420.48 16.0 -16.0 -16.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 216.0 0.0 0.0 0.0 -216.0 +1969-12-31 16:00:05.865 16.0 NULL NULL -200.0 -226.28 226.28 0.0 -420.48 16.0 -16.0 -16.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 216.0 0.0 0.0 0.0 -216.0 +1969-12-31 16:00:01.235 17.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -446.76 17.0 -17.0 -17.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7213.0 0.0 0.0 0.0 -7213.0 +1969-12-31 16:00:04.513 17.0 NULL NULL -200.0 -226.28 226.28 0.0 -446.76 17.0 -17.0 -17.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 217.0 0.0 0.0 0.0 -217.0 +1969-12-31 16:00:07.243 17.0 NULL NULL -200.0 -226.28 226.28 0.0 -446.76 17.0 -17.0 -17.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 217.0 0.0 0.0 0.0 -217.0 +1969-12-31 16:00:07.548 17.0 NULL NULL -200.0 -226.28 226.28 0.0 -446.76 17.0 -17.0 -17.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 217.0 0.0 0.0 0.0 -217.0 +1969-12-31 16:00:10.701 17.0 NULL NULL -200.0 -226.28 226.28 0.0 -446.76 17.0 -17.0 -17.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 217.0 0.0 0.0 0.0 -217.0 +1969-12-31 16:00:15.082 17.0 NULL NULL -200.0 -226.28 226.28 0.0 -446.76 17.0 -17.0 -17.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 217.0 0.0 0.0 0.0 -217.0 +1969-12-31 16:00:02.659 18.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -473.04 18.0 -18.0 -18.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7214.0 0.0 0.0 0.0 -7214.0 +1969-12-31 16:00:05.804 18.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -473.04 18.0 -18.0 -18.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7214.0 0.0 0.0 0.0 -7214.0 +1969-12-31 16:00:15.89 18.0 NULL NULL -200.0 -226.28 226.28 0.0 -473.04 18.0 -18.0 -18.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 218.0 0.0 0.0 0.0 -218.0 +1969-12-31 15:59:55.799 19.0 NULL NULL -200.0 -226.28 226.28 0.0 -499.32000000000005 19.0 -19.0 -19.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 219.0 0.0 0.0 0.0 -219.0 +1969-12-31 15:59:56.099 19.0 NULL NULL -200.0 -226.28 226.28 0.0 -499.32000000000005 19.0 -19.0 -19.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 219.0 0.0 0.0 0.0 -219.0 +1969-12-31 16:00:09.001 19.0 NULL NULL -200.0 -226.28 226.28 0.0 -499.32000000000005 19.0 -19.0 -19.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 219.0 0.0 0.0 0.0 -219.0 +1969-12-31 16:00:10.723 19.0 NULL NULL -200.0 -226.28 226.28 0.0 -499.32000000000005 19.0 -19.0 -19.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 219.0 0.0 0.0 0.0 -219.0 +1969-12-31 16:00:06.404 20.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -525.6 20.0 -20.0 -20.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7216.0 0.0 0.0 0.0 -7216.0 +1969-12-31 16:00:15.803 20.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -525.6 20.0 -20.0 -20.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7216.0 0.0 0.0 0.0 -7216.0 +1969-12-31 16:00:05.722 20.0 NULL NULL -200.0 -226.28 226.28 0.0 -525.6 20.0 -20.0 -20.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 220.0 0.0 0.0 0.0 -220.0 +1969-12-31 16:00:11.342 20.0 NULL NULL -200.0 -226.28 226.28 0.0 -525.6 20.0 -20.0 -20.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 220.0 0.0 0.0 0.0 -220.0 +1969-12-31 16:00:03.4 21.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -551.88 21.0 -21.0 -21.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7217.0 0.0 0.0 0.0 -7217.0 +1969-12-31 16:00:10.652 21.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -551.88 21.0 -21.0 -21.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7217.0 0.0 0.0 0.0 -7217.0 +1969-12-31 16:00:08.048 21.0 NULL NULL -200.0 -226.28 226.28 0.0 -551.88 21.0 -21.0 -21.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 221.0 0.0 0.0 0.0 -221.0 +1969-12-31 16:00:13.153 21.0 NULL NULL -200.0 -226.28 226.28 0.0 -551.88 21.0 -21.0 -21.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 221.0 0.0 0.0 0.0 -221.0 +1969-12-31 15:59:58.214 22.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -578.1600000000001 22.0 -22.0 -22.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7218.0 0.0 0.0 0.0 -7218.0 +1969-12-31 16:00:05.731 22.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -578.1600000000001 22.0 -22.0 -22.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7218.0 0.0 0.0 0.0 -7218.0 +1969-12-31 16:00:06.688 22.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -578.1600000000001 22.0 -22.0 -22.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7218.0 0.0 0.0 0.0 -7218.0 +1969-12-31 16:00:09.911 22.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -578.1600000000001 22.0 -22.0 -22.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7218.0 0.0 0.0 0.0 -7218.0 +1969-12-31 16:00:00.073 22.0 NULL NULL -200.0 -226.28 226.28 0.0 -578.1600000000001 22.0 -22.0 -22.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 222.0 0.0 0.0 0.0 -222.0 +1969-12-31 16:00:00.306 22.0 NULL NULL -200.0 -226.28 226.28 0.0 -578.1600000000001 22.0 -22.0 -22.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 222.0 0.0 0.0 0.0 -222.0 +1969-12-31 16:00:00.621 22.0 NULL NULL -200.0 -226.28 226.28 0.0 -578.1600000000001 22.0 -22.0 -22.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 222.0 0.0 0.0 0.0 -222.0 +1969-12-31 16:00:00.767 22.0 NULL NULL -200.0 -226.28 226.28 0.0 -578.1600000000001 22.0 -22.0 -22.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 222.0 0.0 0.0 0.0 -222.0 +1969-12-31 16:00:09.842 22.0 NULL NULL -200.0 -226.28 226.28 0.0 -578.1600000000001 22.0 -22.0 -22.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 222.0 0.0 0.0 0.0 -222.0 +1969-12-31 16:00:12.112 22.0 NULL NULL -200.0 -226.28 226.28 0.0 -578.1600000000001 22.0 -22.0 -22.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 222.0 0.0 0.0 0.0 -222.0 +1969-12-31 16:00:08.307 23.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -604.44 23.0 -23.0 -23.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7219.0 0.0 0.0 0.0 -7219.0 +1969-12-31 16:00:10.421 24.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -630.72 24.0 -24.0 -24.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7220.0 0.0 0.0 0.0 -7220.0 +1969-12-31 16:00:13.787 24.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -630.72 24.0 -24.0 -24.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7220.0 0.0 0.0 0.0 -7220.0 +1969-12-31 15:59:58.788 24.0 NULL NULL -200.0 -226.28 226.28 0.0 -630.72 24.0 -24.0 -24.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 224.0 0.0 0.0 0.0 -224.0 +1969-12-31 15:59:58.615 25.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -657.0 25.0 -25.0 -25.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7221.0 0.0 0.0 0.0 -7221.0 +1969-12-31 16:00:00.52 25.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -657.0 25.0 -25.0 -25.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7221.0 0.0 0.0 0.0 -7221.0 +1969-12-31 16:00:02.722 25.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -657.0 25.0 -25.0 -25.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7221.0 0.0 0.0 0.0 -7221.0 +1969-12-31 16:00:07.331 25.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -657.0 25.0 -25.0 -25.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7221.0 0.0 0.0 0.0 -7221.0 +1969-12-31 16:00:10.14 25.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -657.0 25.0 -25.0 -25.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7221.0 0.0 0.0 0.0 -7221.0 +1969-12-31 16:00:11.749 25.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -657.0 25.0 -25.0 -25.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7221.0 0.0 0.0 0.0 -7221.0 +1969-12-31 16:00:12.163 25.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -657.0 25.0 -25.0 -25.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7221.0 0.0 0.0 0.0 -7221.0 +1969-12-31 16:00:11.681 25.0 NULL NULL -200.0 -226.28 226.28 0.0 -657.0 25.0 -25.0 -25.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 225.0 0.0 0.0 0.0 -225.0 +1969-12-31 16:00:12.473 25.0 NULL NULL -200.0 -226.28 226.28 0.0 -657.0 25.0 -25.0 -25.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 225.0 0.0 0.0 0.0 -225.0 +1969-12-31 16:00:01.389 26.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -683.28 26.0 -26.0 -26.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7222.0 0.0 0.0 0.0 -7222.0 +1969-12-31 15:59:56.131 26.0 NULL NULL -200.0 -226.28 226.28 0.0 -683.28 26.0 -26.0 -26.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 226.0 0.0 0.0 0.0 -226.0 +1969-12-31 16:00:05.219 26.0 NULL NULL -200.0 -226.28 226.28 0.0 -683.28 26.0 -26.0 -26.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 226.0 0.0 0.0 0.0 -226.0 +1969-12-31 16:00:10.285 26.0 NULL NULL -200.0 -226.28 226.28 0.0 -683.28 26.0 -26.0 -26.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 226.0 0.0 0.0 0.0 -226.0 +1969-12-31 16:00:06.511 27.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -709.5600000000001 27.0 -27.0 -27.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7223.0 0.0 0.0 0.0 -7223.0 +1969-12-31 16:00:02.344 28.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -735.84 28.0 -28.0 -28.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7224.0 0.0 0.0 0.0 -7224.0 +1969-12-31 16:00:02.795 28.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -735.84 28.0 -28.0 -28.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7224.0 0.0 0.0 0.0 -7224.0 +1969-12-31 16:00:08.292 28.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -735.84 28.0 -28.0 -28.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7224.0 0.0 0.0 0.0 -7224.0 +1969-12-31 16:00:10.674 28.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -735.84 28.0 -28.0 -28.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7224.0 0.0 0.0 0.0 -7224.0 +1969-12-31 15:59:56.795 28.0 NULL NULL -200.0 -226.28 226.28 0.0 -735.84 28.0 -28.0 -28.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 228.0 0.0 0.0 0.0 -228.0 +1969-12-31 16:00:05.451 28.0 NULL NULL -200.0 -226.28 226.28 0.0 -735.84 28.0 -28.0 -28.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 228.0 0.0 0.0 0.0 -228.0 +1969-12-31 16:00:02.777 29.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -762.12 29.0 -29.0 -29.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7225.0 0.0 0.0 0.0 -7225.0 +1969-12-31 16:00:16.19 29.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -762.12 29.0 -29.0 -29.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7225.0 0.0 0.0 0.0 -7225.0 +1969-12-31 16:00:05.79 29.0 NULL NULL -200.0 -226.28 226.28 0.0 -762.12 29.0 -29.0 -29.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 229.0 0.0 0.0 0.0 -229.0 +1969-12-31 16:00:05.944 29.0 NULL NULL -200.0 -226.28 226.28 0.0 -762.12 29.0 -29.0 -29.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 229.0 0.0 0.0 0.0 -229.0 +1969-12-31 16:00:08.001 29.0 NULL NULL -200.0 -226.28 226.28 0.0 -762.12 29.0 -29.0 -29.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 229.0 0.0 0.0 0.0 -229.0 +1969-12-31 16:00:13.455 29.0 NULL NULL -200.0 -226.28 226.28 0.0 -762.12 29.0 -29.0 -29.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 229.0 0.0 0.0 0.0 -229.0 +1969-12-31 16:00:03.809 30.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -788.4000000000001 30.0 -30.0 -30.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7226.0 0.0 0.0 0.0 -7226.0 +1969-12-31 16:00:04.199 30.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -788.4000000000001 30.0 -30.0 -30.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7226.0 0.0 0.0 0.0 -7226.0 +1969-12-31 16:00:05.066 30.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -788.4000000000001 30.0 -30.0 -30.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7226.0 0.0 0.0 0.0 -7226.0 +1969-12-31 16:00:06.315 30.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -788.4000000000001 30.0 -30.0 -30.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7226.0 0.0 0.0 0.0 -7226.0 +1969-12-31 16:00:08.554 30.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -788.4000000000001 30.0 -30.0 -30.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7226.0 0.0 0.0 0.0 -7226.0 +1969-12-31 16:00:01.849 31.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -814.6800000000001 31.0 -31.0 -31.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7227.0 0.0 0.0 0.0 -7227.0 +1969-12-31 16:00:02.363 31.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -814.6800000000001 31.0 -31.0 -31.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7227.0 0.0 0.0 0.0 -7227.0 +1969-12-31 16:00:08.03 31.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -814.6800000000001 31.0 -31.0 -31.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7227.0 0.0 0.0 0.0 -7227.0 +1969-12-31 15:59:55.508 31.0 NULL NULL -200.0 -226.28 226.28 0.0 -814.6800000000001 31.0 -31.0 -31.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 231.0 0.0 0.0 0.0 -231.0 +1969-12-31 16:00:05.892 31.0 NULL NULL -200.0 -226.28 226.28 0.0 -814.6800000000001 31.0 -31.0 -31.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 231.0 0.0 0.0 0.0 -231.0 +1969-12-31 16:00:03.818 32.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -840.96 32.0 -32.0 -32.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7228.0 0.0 0.0 0.0 -7228.0 +1969-12-31 16:00:04.928 32.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -840.96 32.0 -32.0 -32.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7228.0 0.0 0.0 0.0 -7228.0 +1969-12-31 15:59:57.543 32.0 NULL NULL -200.0 -226.28 226.28 0.0 -840.96 32.0 -32.0 -32.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 232.0 0.0 0.0 0.0 -232.0 +1969-12-31 15:59:58.298 32.0 NULL NULL -200.0 -226.28 226.28 0.0 -840.96 32.0 -32.0 -32.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 232.0 0.0 0.0 0.0 -232.0 +1969-12-31 16:00:03.571 32.0 NULL NULL -200.0 -226.28 226.28 0.0 -840.96 32.0 -32.0 -32.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 232.0 0.0 0.0 0.0 -232.0 +1969-12-31 16:00:07.675 32.0 NULL NULL -200.0 -226.28 226.28 0.0 -840.96 32.0 -32.0 -32.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 232.0 0.0 0.0 0.0 -232.0 +1969-12-31 16:00:08 32.0 NULL NULL -200.0 -226.28 226.28 0.0 -840.96 32.0 -32.0 -32.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 232.0 0.0 0.0 0.0 -232.0 +1969-12-31 16:00:04.396 33.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -867.24 33.0 -33.0 -33.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7229.0 0.0 0.0 0.0 -7229.0 +1969-12-31 16:00:15.99 33.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -867.24 33.0 -33.0 -33.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7229.0 0.0 0.0 0.0 -7229.0 +1969-12-31 16:00:15.198 33.0 NULL NULL -200.0 -226.28 226.28 0.0 -867.24 33.0 -33.0 -33.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 233.0 0.0 0.0 0.0 -233.0 +1969-12-31 16:00:00.82 34.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -893.52 34.0 -34.0 -34.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7230.0 0.0 0.0 0.0 -7230.0 +1969-12-31 16:00:04.36 34.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -893.52 34.0 -34.0 -34.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7230.0 0.0 0.0 0.0 -7230.0 +1969-12-31 16:00:12.502 34.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -893.52 34.0 -34.0 -34.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7230.0 0.0 0.0 0.0 -7230.0 +1969-12-31 16:00:01.232 34.0 NULL NULL -200.0 -226.28 226.28 0.0 -893.52 34.0 -34.0 -34.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 234.0 0.0 0.0 0.0 -234.0 +1969-12-31 16:00:09.65 34.0 NULL NULL -200.0 -226.28 226.28 0.0 -893.52 34.0 -34.0 -34.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 234.0 0.0 0.0 0.0 -234.0 +1969-12-31 16:00:14.909 34.0 NULL NULL -200.0 -226.28 226.28 0.0 -893.52 34.0 -34.0 -34.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 234.0 0.0 0.0 0.0 -234.0 +1969-12-31 16:00:01.792 35.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -919.8000000000001 35.0 -35.0 -35.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7231.0 0.0 0.0 0.0 -7231.0 +1969-12-31 16:00:07.613 35.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -919.8000000000001 35.0 -35.0 -35.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7231.0 0.0 0.0 0.0 -7231.0 +1969-12-31 16:00:11.356 35.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -919.8000000000001 35.0 -35.0 -35.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7231.0 0.0 0.0 0.0 -7231.0 +1969-12-31 16:00:00.546 35.0 NULL NULL -200.0 -226.28 226.28 0.0 -919.8000000000001 35.0 -35.0 -35.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 235.0 0.0 0.0 0.0 -235.0 +1969-12-31 16:00:00.9 35.0 NULL NULL -200.0 -226.28 226.28 0.0 -919.8000000000001 35.0 -35.0 -35.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 235.0 0.0 0.0 0.0 -235.0 +1969-12-31 16:00:08.58 35.0 NULL NULL -200.0 -226.28 226.28 0.0 -919.8000000000001 35.0 -35.0 -35.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 235.0 0.0 0.0 0.0 -235.0 +1969-12-31 16:00:14.084 35.0 NULL NULL -200.0 -226.28 226.28 0.0 -919.8000000000001 35.0 -35.0 -35.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 235.0 0.0 0.0 0.0 -235.0 +1969-12-31 16:00:00.865 36.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -946.08 36.0 -36.0 -36.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7232.0 0.0 0.0 0.0 -7232.0 +1969-12-31 16:00:06.51 36.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -946.08 36.0 -36.0 -36.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7232.0 0.0 0.0 0.0 -7232.0 +1969-12-31 16:00:07.504 36.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -946.08 36.0 -36.0 -36.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7232.0 0.0 0.0 0.0 -7232.0 +1969-12-31 16:00:10.467 36.0 NULL NULL -200.0 -226.28 226.28 0.0 -946.08 36.0 -36.0 -36.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 236.0 0.0 0.0 0.0 -236.0 +1969-12-31 15:59:57.118 37.0 NULL NULL -200.0 -226.28 226.28 0.0 -972.36 37.0 -37.0 -37.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 237.0 0.0 0.0 0.0 -237.0 +1969-12-31 15:59:58.129 37.0 NULL NULL -200.0 -226.28 226.28 0.0 -972.36 37.0 -37.0 -37.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 237.0 0.0 0.0 0.0 -237.0 +1969-12-31 16:00:05.356 37.0 NULL NULL -200.0 -226.28 226.28 0.0 -972.36 37.0 -37.0 -37.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 237.0 0.0 0.0 0.0 -237.0 +1969-12-31 16:00:08.692 37.0 NULL NULL -200.0 -226.28 226.28 0.0 -972.36 37.0 -37.0 -37.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 237.0 0.0 0.0 0.0 -237.0 +1969-12-31 16:00:09.907 37.0 NULL NULL -200.0 -226.28 226.28 0.0 -972.36 37.0 -37.0 -37.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 237.0 0.0 0.0 0.0 -237.0 +1969-12-31 16:00:09.934 37.0 NULL NULL -200.0 -226.28 226.28 0.0 -972.36 37.0 -37.0 -37.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 237.0 0.0 0.0 0.0 -237.0 +1969-12-31 16:00:05.29 38.0 NULL NULL -200.0 -226.28 226.28 0.0 -998.6400000000001 38.0 -38.0 -38.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 238.0 0.0 0.0 0.0 -238.0 +1969-12-31 16:00:08.703 38.0 NULL NULL -200.0 -226.28 226.28 0.0 -998.6400000000001 38.0 -38.0 -38.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 238.0 0.0 0.0 0.0 -238.0 +1969-12-31 16:00:06.149 39.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1024.92 39.0 -39.0 -39.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7235.0 0.0 0.0 0.0 -7235.0 +1969-12-31 16:00:15.146 39.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1024.92 39.0 -39.0 -39.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7235.0 0.0 0.0 0.0 -7235.0 +1969-12-31 16:00:02.804 39.0 NULL NULL -200.0 -226.28 226.28 0.0 -1024.92 39.0 -39.0 -39.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 239.0 0.0 0.0 0.0 -239.0 +1969-12-31 16:00:07.541 39.0 NULL NULL -200.0 -226.28 226.28 0.0 -1024.92 39.0 -39.0 -39.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 239.0 0.0 0.0 0.0 -239.0 +1969-12-31 16:00:15.311 40.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1051.2 40.0 -40.0 -40.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7236.0 0.0 0.0 0.0 -7236.0 +1969-12-31 16:00:01.356 40.0 NULL NULL -200.0 -226.28 226.28 0.0 -1051.2 40.0 -40.0 -40.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 240.0 0.0 0.0 0.0 -240.0 +1969-12-31 16:00:06.346 40.0 NULL NULL -200.0 -226.28 226.28 0.0 -1051.2 40.0 -40.0 -40.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 240.0 0.0 0.0 0.0 -240.0 +1969-12-31 16:00:01.424 41.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1077.48 41.0 -41.0 -41.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7237.0 0.0 0.0 0.0 -7237.0 +1969-12-31 16:00:08.418 41.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1077.48 41.0 -41.0 -41.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7237.0 0.0 0.0 0.0 -7237.0 +1969-12-31 15:59:56.691 41.0 NULL NULL -200.0 -226.28 226.28 0.0 -1077.48 41.0 -41.0 -41.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 241.0 0.0 0.0 0.0 -241.0 +1969-12-31 16:00:01.951 41.0 NULL NULL -200.0 -226.28 226.28 0.0 -1077.48 41.0 -41.0 -41.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 241.0 0.0 0.0 0.0 -241.0 +1969-12-31 16:00:04.12 41.0 NULL NULL -200.0 -226.28 226.28 0.0 -1077.48 41.0 -41.0 -41.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 241.0 0.0 0.0 0.0 -241.0 +1969-12-31 16:00:07.175 41.0 NULL NULL -200.0 -226.28 226.28 0.0 -1077.48 41.0 -41.0 -41.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 241.0 0.0 0.0 0.0 -241.0 +1969-12-31 16:00:08.408 41.0 NULL NULL -200.0 -226.28 226.28 0.0 -1077.48 41.0 -41.0 -41.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 241.0 0.0 0.0 0.0 -241.0 +1969-12-31 16:00:00.992 42.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1103.76 42.0 -42.0 -42.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7238.0 0.0 0.0 0.0 -7238.0 +1969-12-31 16:00:11.591 42.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1103.76 42.0 -42.0 -42.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7238.0 0.0 0.0 0.0 -7238.0 +1969-12-31 16:00:11.758 42.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1103.76 42.0 -42.0 -42.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7238.0 0.0 0.0 0.0 -7238.0 +1969-12-31 16:00:00.11 42.0 NULL NULL -200.0 -226.28 226.28 0.0 -1103.76 42.0 -42.0 -42.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 242.0 0.0 0.0 0.0 -242.0 +1969-12-31 16:00:05.092 42.0 NULL NULL -200.0 -226.28 226.28 0.0 -1103.76 42.0 -42.0 -42.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 242.0 0.0 0.0 0.0 -242.0 +1969-12-31 16:00:07.179 42.0 NULL NULL -200.0 -226.28 226.28 0.0 -1103.76 42.0 -42.0 -42.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 242.0 0.0 0.0 0.0 -242.0 +1969-12-31 16:00:15.369 42.0 NULL NULL -200.0 -226.28 226.28 0.0 -1103.76 42.0 -42.0 -42.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 242.0 0.0 0.0 0.0 -242.0 +1969-12-31 15:59:58.65 43.0 NULL NULL -200.0 -226.28 226.28 0.0 -1130.04 43.0 -43.0 -43.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 243.0 0.0 0.0 0.0 -243.0 +1969-12-31 16:00:06.578 43.0 NULL NULL -200.0 -226.28 226.28 0.0 -1130.04 43.0 -43.0 -43.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 243.0 0.0 0.0 0.0 -243.0 +1969-12-31 16:00:04.431 44.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1156.3200000000002 44.0 -44.0 -44.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7240.0 0.0 0.0 0.0 -7240.0 +1969-12-31 16:00:03.63 44.0 NULL NULL -200.0 -226.28 226.28 0.0 -1156.3200000000002 44.0 -44.0 -44.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 244.0 0.0 0.0 0.0 -244.0 +1969-12-31 16:00:00.543 45.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1182.6000000000001 45.0 -45.0 -45.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7241.0 0.0 0.0 0.0 -7241.0 +1969-12-31 16:00:08.378 45.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1182.6000000000001 45.0 -45.0 -45.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7241.0 0.0 0.0 0.0 -7241.0 +1969-12-31 16:00:15.07 45.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1182.6000000000001 45.0 -45.0 -45.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7241.0 0.0 0.0 0.0 -7241.0 +1969-12-31 16:00:16.167 45.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1182.6000000000001 45.0 -45.0 -45.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7241.0 0.0 0.0 0.0 -7241.0 +1969-12-31 16:00:04.572 45.0 NULL NULL -200.0 -226.28 226.28 0.0 -1182.6000000000001 45.0 -45.0 -45.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 245.0 0.0 0.0 0.0 -245.0 +1969-12-31 16:00:07.497 45.0 NULL NULL -200.0 -226.28 226.28 0.0 -1182.6000000000001 45.0 -45.0 -45.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 245.0 0.0 0.0 0.0 -245.0 +1969-12-31 16:00:11.515 45.0 NULL NULL -200.0 -226.28 226.28 0.0 -1182.6000000000001 45.0 -45.0 -45.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 245.0 0.0 0.0 0.0 -245.0 +1969-12-31 16:00:00.382 46.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1208.88 46.0 -46.0 -46.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7242.0 0.0 0.0 0.0 -7242.0 +1969-12-31 16:00:01.388 46.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1208.88 46.0 -46.0 -46.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7242.0 0.0 0.0 0.0 -7242.0 +1969-12-31 16:00:05.226 46.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1208.88 46.0 -46.0 -46.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7242.0 0.0 0.0 0.0 -7242.0 +1969-12-31 16:00:01.694 47.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1235.16 47.0 -47.0 -47.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7243.0 0.0 0.0 0.0 -7243.0 +1969-12-31 16:00:15.105 47.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1235.16 47.0 -47.0 -47.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7243.0 0.0 0.0 0.0 -7243.0 +1969-12-31 16:00:02 47.0 NULL NULL -200.0 -226.28 226.28 0.0 -1235.16 47.0 -47.0 -47.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 247.0 0.0 0.0 0.0 -247.0 +1969-12-31 16:00:12.183 47.0 NULL NULL -200.0 -226.28 226.28 0.0 -1235.16 47.0 -47.0 -47.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 247.0 0.0 0.0 0.0 -247.0 +1969-12-31 16:00:07.115 48.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1261.44 48.0 -48.0 -48.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7244.0 0.0 0.0 0.0 -7244.0 +1969-12-31 16:00:07.257 48.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1261.44 48.0 -48.0 -48.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7244.0 0.0 0.0 0.0 -7244.0 +1969-12-31 16:00:10.669 48.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1261.44 48.0 -48.0 -48.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7244.0 0.0 0.0 0.0 -7244.0 +1969-12-31 16:00:16.19 48.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1261.44 48.0 -48.0 -48.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7244.0 0.0 0.0 0.0 -7244.0 +1969-12-31 16:00:15.548 48.0 NULL NULL -200.0 -226.28 226.28 0.0 -1261.44 48.0 -48.0 -48.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 248.0 0.0 0.0 0.0 -248.0 +1969-12-31 16:00:00.148 49.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1287.72 49.0 -49.0 -49.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7245.0 0.0 0.0 0.0 -7245.0 +1969-12-31 16:00:00.754 49.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1287.72 49.0 -49.0 -49.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7245.0 0.0 0.0 0.0 -7245.0 +1969-12-31 16:00:12.006 49.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1287.72 49.0 -49.0 -49.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7245.0 0.0 0.0 0.0 -7245.0 +1969-12-31 16:00:13.879 49.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1287.72 49.0 -49.0 -49.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7245.0 0.0 0.0 0.0 -7245.0 +1969-12-31 16:00:01.128 49.0 NULL NULL -200.0 -226.28 226.28 0.0 -1287.72 49.0 -49.0 -49.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 249.0 0.0 0.0 0.0 -249.0 +1969-12-31 16:00:02.657 49.0 NULL NULL -200.0 -226.28 226.28 0.0 -1287.72 49.0 -49.0 -49.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 249.0 0.0 0.0 0.0 -249.0 +1969-12-31 16:00:05.369 49.0 NULL NULL -200.0 -226.28 226.28 0.0 -1287.72 49.0 -49.0 -49.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 249.0 0.0 0.0 0.0 -249.0 +1969-12-31 16:00:08.726 49.0 NULL NULL -200.0 -226.28 226.28 0.0 -1287.72 49.0 -49.0 -49.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 249.0 0.0 0.0 0.0 -249.0 +1969-12-31 16:00:00.022 50.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1314.0 50.0 -50.0 -50.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7246.0 0.0 0.0 0.0 -7246.0 +1969-12-31 16:00:05.051 50.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1314.0 50.0 -50.0 -50.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7246.0 0.0 0.0 0.0 -7246.0 +1969-12-31 16:00:06.371 50.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1314.0 50.0 -50.0 -50.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7246.0 0.0 0.0 0.0 -7246.0 +1969-12-31 16:00:08.38 50.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1314.0 50.0 -50.0 -50.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7246.0 0.0 0.0 0.0 -7246.0 +1969-12-31 15:59:55.491 50.0 NULL NULL -200.0 -226.28 226.28 0.0 -1314.0 50.0 -50.0 -50.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 250.0 0.0 0.0 0.0 -250.0 +1969-12-31 15:59:57.847 50.0 NULL NULL -200.0 -226.28 226.28 0.0 -1314.0 50.0 -50.0 -50.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 250.0 0.0 0.0 0.0 -250.0 +1969-12-31 16:00:04.228 50.0 NULL NULL -200.0 -226.28 226.28 0.0 -1314.0 50.0 -50.0 -50.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 250.0 0.0 0.0 0.0 -250.0 +1969-12-31 16:00:06.906 51.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1340.28 51.0 -51.0 -51.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7247.0 0.0 0.0 0.0 -7247.0 +1969-12-31 16:00:10.321 51.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1340.28 51.0 -51.0 -51.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7247.0 0.0 0.0 0.0 -7247.0 +1969-12-31 16:00:15.668 51.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1340.28 51.0 -51.0 -51.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7247.0 0.0 0.0 0.0 -7247.0 +1969-12-31 16:00:00.147 51.0 NULL NULL -200.0 -226.28 226.28 0.0 -1340.28 51.0 -51.0 -51.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 251.0 0.0 0.0 0.0 -251.0 +1969-12-31 16:00:08.063 51.0 NULL NULL -200.0 -226.28 226.28 0.0 -1340.28 51.0 -51.0 -51.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 251.0 0.0 0.0 0.0 -251.0 +1969-12-31 15:59:58.309 52.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1366.56 52.0 -52.0 -52.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7248.0 0.0 0.0 0.0 -7248.0 +1969-12-31 16:00:02.269 52.0 NULL NULL -200.0 -226.28 226.28 0.0 -1366.56 52.0 -52.0 -52.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 252.0 0.0 0.0 0.0 -252.0 +1969-12-31 16:00:04.024 52.0 NULL NULL -200.0 -226.28 226.28 0.0 -1366.56 52.0 -52.0 -52.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 252.0 0.0 0.0 0.0 -252.0 +1969-12-31 16:00:00.557 53.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1392.8400000000001 53.0 -53.0 -53.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7249.0 0.0 0.0 0.0 -7249.0 +1969-12-31 16:00:02.966 53.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1392.8400000000001 53.0 -53.0 -53.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7249.0 0.0 0.0 0.0 -7249.0 +1969-12-31 16:00:01.841 54.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1419.1200000000001 54.0 -54.0 -54.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7250.0 0.0 0.0 0.0 -7250.0 +1969-12-31 16:00:05.43 54.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1419.1200000000001 54.0 -54.0 -54.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7250.0 0.0 0.0 0.0 -7250.0 +1969-12-31 16:00:08.241 54.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1419.1200000000001 54.0 -54.0 -54.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7250.0 0.0 0.0 0.0 -7250.0 +1969-12-31 16:00:13.128 54.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1419.1200000000001 54.0 -54.0 -54.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7250.0 0.0 0.0 0.0 -7250.0 +1969-12-31 15:59:56.345 54.0 NULL NULL -200.0 -226.28 226.28 0.0 -1419.1200000000001 54.0 -54.0 -54.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 254.0 0.0 0.0 0.0 -254.0 +1969-12-31 15:59:57.434 54.0 NULL NULL -200.0 -226.28 226.28 0.0 -1419.1200000000001 54.0 -54.0 -54.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 254.0 0.0 0.0 0.0 -254.0 +1969-12-31 16:00:10.187 54.0 NULL NULL -200.0 -226.28 226.28 0.0 -1419.1200000000001 54.0 -54.0 -54.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 254.0 0.0 0.0 0.0 -254.0 +1969-12-31 15:59:56.776 55.0 NULL NULL -200.0 -226.28 226.28 0.0 -1445.4 55.0 -55.0 -55.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 255.0 0.0 0.0 0.0 -255.0 +1969-12-31 16:00:08.191 55.0 NULL NULL -200.0 -226.28 226.28 0.0 -1445.4 55.0 -55.0 -55.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 255.0 0.0 0.0 0.0 -255.0 +1969-12-31 16:00:10.601 55.0 NULL NULL -200.0 -226.28 226.28 0.0 -1445.4 55.0 -55.0 -55.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 255.0 0.0 0.0 0.0 -255.0 +1969-12-31 16:00:14.709 55.0 NULL NULL -200.0 -226.28 226.28 0.0 -1445.4 55.0 -55.0 -55.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 255.0 0.0 0.0 0.0 -255.0 +1969-12-31 16:00:15.035 55.0 NULL NULL -200.0 -226.28 226.28 0.0 -1445.4 55.0 -55.0 -55.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 255.0 0.0 0.0 0.0 -255.0 +1969-12-31 16:00:00.909 56.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1471.68 56.0 -56.0 -56.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7252.0 0.0 0.0 0.0 -7252.0 +1969-12-31 15:59:57.56 56.0 NULL NULL -200.0 -226.28 226.28 0.0 -1471.68 56.0 -56.0 -56.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 256.0 0.0 0.0 0.0 -256.0 +1969-12-31 16:00:09.452 56.0 NULL NULL -200.0 -226.28 226.28 0.0 -1471.68 56.0 -56.0 -56.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 256.0 0.0 0.0 0.0 -256.0 +1969-12-31 16:00:01.811 57.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1497.96 57.0 -57.0 -57.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7253.0 0.0 0.0 0.0 -7253.0 +1969-12-31 16:00:07.361 57.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1497.96 57.0 -57.0 -57.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7253.0 0.0 0.0 0.0 -7253.0 +1969-12-31 16:00:07.907 57.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1497.96 57.0 -57.0 -57.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7253.0 0.0 0.0 0.0 -7253.0 +1969-12-31 16:00:09.441 57.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1497.96 57.0 -57.0 -57.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7253.0 0.0 0.0 0.0 -7253.0 +1969-12-31 16:00:12.523 57.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1497.96 57.0 -57.0 -57.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7253.0 0.0 0.0 0.0 -7253.0 +1969-12-31 16:00:15.76 57.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1497.96 57.0 -57.0 -57.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7253.0 0.0 0.0 0.0 -7253.0 +1969-12-31 15:59:58.455 57.0 NULL NULL -200.0 -226.28 226.28 0.0 -1497.96 57.0 -57.0 -57.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 257.0 0.0 0.0 0.0 -257.0 +1969-12-31 16:00:00.363 57.0 NULL NULL -200.0 -226.28 226.28 0.0 -1497.96 57.0 -57.0 -57.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 257.0 0.0 0.0 0.0 -257.0 +1969-12-31 16:00:03.066 57.0 NULL NULL -200.0 -226.28 226.28 0.0 -1497.96 57.0 -57.0 -57.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 257.0 0.0 0.0 0.0 -257.0 +1969-12-31 16:00:14.076 57.0 NULL NULL -200.0 -226.28 226.28 0.0 -1497.96 57.0 -57.0 -57.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 257.0 0.0 0.0 0.0 -257.0 +1969-12-31 16:00:14.013 58.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1524.24 58.0 -58.0 -58.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7254.0 0.0 0.0 0.0 -7254.0 +1969-12-31 16:00:13.801 58.0 NULL NULL -200.0 -226.28 226.28 0.0 -1524.24 58.0 -58.0 -58.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 258.0 0.0 0.0 0.0 -258.0 +1969-12-31 16:00:00.551 59.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1550.52 59.0 -59.0 -59.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7255.0 0.0 0.0 0.0 -7255.0 +1969-12-31 16:00:00.738 59.0 NULL NULL -200.0 -226.28 226.28 0.0 -1550.52 59.0 -59.0 -59.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 259.0 0.0 0.0 0.0 -259.0 +1969-12-31 16:00:01.496 59.0 NULL NULL -200.0 -226.28 226.28 0.0 -1550.52 59.0 -59.0 -59.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 259.0 0.0 0.0 0.0 -259.0 +1969-12-31 16:00:05.13 59.0 NULL NULL -200.0 -226.28 226.28 0.0 -1550.52 59.0 -59.0 -59.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 259.0 0.0 0.0 0.0 -259.0 +1969-12-31 16:00:13.71 60.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1576.8000000000002 60.0 -60.0 -60.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7256.0 0.0 0.0 0.0 -7256.0 +1969-12-31 16:00:06.811 60.0 NULL NULL -200.0 -226.28 226.28 0.0 -1576.8000000000002 60.0 -60.0 -60.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 260.0 0.0 0.0 0.0 -260.0 +1969-12-31 16:00:09.251 61.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1603.0800000000002 61.0 -61.0 -61.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7257.0 0.0 0.0 0.0 -7257.0 +1969-12-31 16:00:11.132 61.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1603.0800000000002 61.0 -61.0 -61.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7257.0 0.0 0.0 0.0 -7257.0 +1969-12-31 16:00:13.868 61.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1603.0800000000002 61.0 -61.0 -61.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7257.0 0.0 0.0 0.0 -7257.0 +1969-12-31 16:00:15.143 61.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1603.0800000000002 61.0 -61.0 -61.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7257.0 0.0 0.0 0.0 -7257.0 +1969-12-31 15:59:56.14 61.0 NULL NULL -200.0 -226.28 226.28 0.0 -1603.0800000000002 61.0 -61.0 -61.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 261.0 0.0 0.0 0.0 -261.0 +1969-12-31 15:59:56.929 61.0 NULL NULL -200.0 -226.28 226.28 0.0 -1603.0800000000002 61.0 -61.0 -61.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 261.0 0.0 0.0 0.0 -261.0 +1969-12-31 16:00:01.505 61.0 NULL NULL -200.0 -226.28 226.28 0.0 -1603.0800000000002 61.0 -61.0 -61.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 261.0 0.0 0.0 0.0 -261.0 +1969-12-31 16:00:02.38 62.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1629.3600000000001 62.0 -62.0 -62.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7258.0 0.0 0.0 0.0 -7258.0 +1969-12-31 16:00:12.36 62.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1629.3600000000001 62.0 -62.0 -62.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7258.0 0.0 0.0 0.0 -7258.0 +1969-12-31 16:00:12.762 62.0 NULL NULL -7196.0 -7222.28 7222.28 0.0 -1629.3600000000001 62.0 -62.0 -62.0 709.8063882063881 0.0 1 -709.8063882063881 NULL 7258.0 0.0 0.0 0.0 -7258.0 +1969-12-31 16:00:04.967 62.0 NULL NULL -200.0 -226.28 226.28 0.0 -1629.3600000000001 62.0 -62.0 -62.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 262.0 0.0 0.0 0.0 -262.0 +1969-12-31 16:00:07.828 62.0 NULL NULL -200.0 -226.28 226.28 0.0 -1629.3600000000001 62.0 -62.0 -62.0 22.238820638820638 0.0 1 -22.238820638820638 NULL 262.0 0.0 0.0 0.0 -262.0 +1969-12-31 16:00:00.761 79.553 NULL NULL -7196.0 -7222.28 7222.28 0.0 -2090.65287689209 79.553 -79.553 -79.553 709.8063882063881 0.0 1 -709.8063882063881 NULL 7275.553001403809 0.0 0.0 0.0 -7275.553001403809 diff --git ql/src/test/results/clientpositive/tez/vectorization_15.q.out ql/src/test/results/clientpositive/tez/vectorization_15.q.out index 78663a6..1381695 100644 --- ql/src/test/results/clientpositive/tez/vectorization_15.q.out +++ ql/src/test/results/clientpositive/tez/vectorization_15.q.out @@ -1,3 +1,140 @@ +PREHOOK: query: EXPLAIN +SELECT cfloat, + cboolean1, + cdouble, + cstring1, + ctinyint, + cint, + ctimestamp1, + STDDEV_SAMP(cfloat), + (-26.28 - cint), + MIN(cdouble), + (cdouble * 79.553), + (33 % cfloat), + STDDEV_SAMP(ctinyint), + VAR_POP(ctinyint), + (-23 % cdouble), + (-(ctinyint)), + VAR_SAMP(cint), + (cint - cfloat), + (-23 % ctinyint), + (-((-26.28 - cint))), + STDDEV_POP(cint) +FROM alltypesorc +WHERE (((cstring2 LIKE '%ss%') + OR (cstring1 LIKE '10%')) + OR ((cint >= -75) + AND ((ctinyint = csmallint) + AND (cdouble >= -3728)))) +GROUP BY cfloat, cboolean1, cdouble, cstring1, ctinyint, cint, ctimestamp1 +ORDER BY cfloat, cboolean1, cdouble, cstring1, ctinyint, cint, ctimestamp1 +PREHOOK: type: QUERY +POSTHOOK: query: EXPLAIN +SELECT cfloat, + cboolean1, + cdouble, + cstring1, + ctinyint, + cint, + ctimestamp1, + STDDEV_SAMP(cfloat), + (-26.28 - cint), + MIN(cdouble), + (cdouble * 79.553), + (33 % cfloat), + STDDEV_SAMP(ctinyint), + VAR_POP(ctinyint), + (-23 % cdouble), + (-(ctinyint)), + VAR_SAMP(cint), + (cint - cfloat), + (-23 % ctinyint), + (-((-26.28 - cint))), + STDDEV_POP(cint) +FROM alltypesorc +WHERE (((cstring2 LIKE '%ss%') + OR (cstring1 LIKE '10%')) + OR ((cint >= -75) + AND ((ctinyint = csmallint) + AND (cdouble >= -3728)))) +GROUP BY cfloat, cboolean1, cdouble, cstring1, ctinyint, cint, ctimestamp1 +ORDER BY cfloat, cboolean1, cdouble, cstring1, ctinyint, cint, ctimestamp1 +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) + Reducer 3 <- Reducer 2 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 1407 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: (((cstring2 like '%ss%') or (cstring1 like '10%')) or ((cint >= (- 75)) and ((ctinyint = csmallint) and (cdouble >= (- 3728))))) (type: boolean) + Statistics: Num rows: 1407 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: cfloat (type: float), cboolean1 (type: boolean), cdouble (type: double), cstring1 (type: string), ctinyint (type: tinyint), cint (type: int), ctimestamp1 (type: timestamp) + outputColumnNames: cfloat, cboolean1, cdouble, cstring1, ctinyint, cint, ctimestamp1 + Statistics: Num rows: 1407 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: stddev_samp(cfloat), min(cdouble), stddev_samp(ctinyint), var_pop(ctinyint), var_samp(cint), stddev_pop(cint) + keys: cfloat (type: float), cboolean1 (type: boolean), cdouble (type: double), cstring1 (type: string), ctinyint (type: tinyint), cint (type: int), ctimestamp1 (type: timestamp) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12 + Statistics: Num rows: 1407 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) + sort order: +++++++ + Map-reduce partition columns: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) + Statistics: Num rows: 1407 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + value expressions: _col7 (type: struct), _col8 (type: double), _col9 (type: struct), _col10 (type: struct), _col11 (type: struct), _col12 (type: struct) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Group By Operator + aggregations: stddev_samp(VALUE._col0), min(VALUE._col1), stddev_samp(VALUE._col2), var_pop(VALUE._col3), var_samp(VALUE._col4), stddev_pop(VALUE._col5) + keys: KEY._col0 (type: float), KEY._col1 (type: boolean), KEY._col2 (type: double), KEY._col3 (type: string), KEY._col4 (type: tinyint), KEY._col5 (type: int), KEY._col6 (type: timestamp) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12 + Statistics: Num rows: 703 Data size: 188484 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp), _col7 (type: double), ((- 26.28) - _col5) (type: double), _col8 (type: double), (_col2 * 79.553) (type: double), (33 % _col0) (type: float), _col9 (type: double), _col10 (type: double), ((- 23) % _col2) (type: double), (- _col4) (type: tinyint), _col11 (type: double), (_col5 - _col0) (type: float), ((- 23) % _col4) (type: int), (- ((- 26.28) - _col5)) (type: double), _col12 (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20 + Statistics: Num rows: 703 Data size: 188484 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) + sort order: +++++++ + Statistics: Num rows: 703 Data size: 188484 Basic stats: COMPLETE Column stats: NONE + value expressions: _col7 (type: double), _col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: tinyint), _col16 (type: double), _col17 (type: float), _col18 (type: int), _col19 (type: double), _col20 (type: double) + Reducer 3 + Reduce Operator Tree: + Select Operator + expressions: KEY.reducesinkkey0 (type: float), KEY.reducesinkkey1 (type: boolean), KEY.reducesinkkey2 (type: double), KEY.reducesinkkey3 (type: string), KEY.reducesinkkey4 (type: tinyint), KEY.reducesinkkey5 (type: int), KEY.reducesinkkey6 (type: timestamp), VALUE._col0 (type: double), VALUE._col1 (type: double), VALUE._col2 (type: double), VALUE._col3 (type: double), VALUE._col4 (type: float), VALUE._col5 (type: double), VALUE._col6 (type: double), VALUE._col7 (type: double), VALUE._col8 (type: tinyint), VALUE._col9 (type: double), VALUE._col10 (type: float), VALUE._col11 (type: int), VALUE._col12 (type: double), VALUE._col13 (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20 + Statistics: Num rows: 703 Data size: 188484 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 703 Data size: 188484 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + Execution mode: vectorized + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + PREHOOK: query: SELECT cfloat, cboolean1, cdouble, diff --git ql/src/test/results/clientpositive/tez/vectorization_9.q.out ql/src/test/results/clientpositive/tez/vectorization_9.q.out new file mode 100644 index 0000000..3d2645a --- /dev/null +++ ql/src/test/results/clientpositive/tez/vectorization_9.q.out @@ -0,0 +1,507 @@ +PREHOOK: query: EXPLAIN +SELECT cstring1, + cdouble, + ctimestamp1, + (cdouble - 9763215.5639), + (-((cdouble - 9763215.5639))), + COUNT(cdouble), + STDDEV_SAMP(cdouble), + (-(STDDEV_SAMP(cdouble))), + (STDDEV_SAMP(cdouble) * COUNT(cdouble)), + MIN(cdouble), + (9763215.5639 / cdouble), + (COUNT(cdouble) / -1.389), + STDDEV_SAMP(cdouble) +FROM alltypesorc +WHERE ((cstring2 LIKE '%b%') + AND ((cdouble >= -1.389) + OR (cstring1 < 'a'))) +GROUP BY cstring1, cdouble, ctimestamp1 +PREHOOK: type: QUERY +POSTHOOK: query: EXPLAIN +SELECT cstring1, + cdouble, + ctimestamp1, + (cdouble - 9763215.5639), + (-((cdouble - 9763215.5639))), + COUNT(cdouble), + STDDEV_SAMP(cdouble), + (-(STDDEV_SAMP(cdouble))), + (STDDEV_SAMP(cdouble) * COUNT(cdouble)), + MIN(cdouble), + (9763215.5639 / cdouble), + (COUNT(cdouble) / -1.389), + STDDEV_SAMP(cdouble) +FROM alltypesorc +WHERE ((cstring2 LIKE '%b%') + AND ((cdouble >= -1.389) + OR (cstring1 < 'a'))) +GROUP BY cstring1, cdouble, ctimestamp1 +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 1521 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: ((cstring2 like '%b%') and ((cdouble >= (- 1.389)) or (cstring1 < 'a'))) (type: boolean) + Statistics: Num rows: 506 Data size: 125497 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: cstring1 (type: string), cdouble (type: double), ctimestamp1 (type: timestamp) + outputColumnNames: cstring1, cdouble, ctimestamp1 + Statistics: Num rows: 506 Data size: 125497 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: count(cdouble), stddev_samp(cdouble), min(cdouble) + keys: cstring1 (type: string), cdouble (type: double), ctimestamp1 (type: timestamp) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 + Statistics: Num rows: 506 Data size: 125497 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) + sort order: +++ + Map-reduce partition columns: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) + Statistics: Num rows: 506 Data size: 125497 Basic stats: COMPLETE Column stats: NONE + value expressions: _col3 (type: bigint), _col4 (type: struct), _col5 (type: double) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Group By Operator + aggregations: count(VALUE._col0), stddev_samp(VALUE._col1), min(VALUE._col2) + keys: KEY._col0 (type: string), KEY._col1 (type: double), KEY._col2 (type: timestamp) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 + Statistics: Num rows: 253 Data size: 62748 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp), (_col1 - 9763215.5639) (type: double), (- (_col1 - 9763215.5639)) (type: double), _col3 (type: bigint), _col4 (type: double), (- _col4) (type: double), (_col4 * _col3) (type: double), _col5 (type: double), (9763215.5639 / _col1) (type: double), (_col3 / (- 1.389)) (type: double), _col4 (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12 + Statistics: Num rows: 253 Data size: 62748 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 253 Data size: 62748 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +PREHOOK: query: SELECT cfloat, + cstring1, + cint, + ctimestamp1, + cdouble, + cbigint, + (cfloat / ctinyint), + (cint % cbigint), + (-(cdouble)), + (cdouble + (cfloat / ctinyint)), + (cdouble / cint), + (-((-(cdouble)))), + (9763215.5639 % cbigint), + (2563.58 + (-((-(cdouble))))) +FROM alltypesorc +WHERE (((cbigint > -23) + AND ((cdouble != 988888) + OR (cint > -863.257))) + AND ((ctinyint >= 33) + OR ((csmallint >= cbigint) + OR (cfloat = cdouble)))) +ORDER BY cbigint, cfloat +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT cfloat, + cstring1, + cint, + ctimestamp1, + cdouble, + cbigint, + (cfloat / ctinyint), + (cint % cbigint), + (-(cdouble)), + (cdouble + (cfloat / ctinyint)), + (cdouble / cint), + (-((-(cdouble)))), + (9763215.5639 % cbigint), + (2563.58 + (-((-(cdouble))))) +FROM alltypesorc +WHERE (((cbigint > -23) + AND ((cdouble != 988888) + OR (cint > -863.257))) + AND ((ctinyint >= 33) + OR ((csmallint >= cbigint) + OR (cfloat = cdouble)))) +ORDER BY cbigint, cfloat +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +62.0 NULL NULL 1969-12-31 16:00:04.967 -200.0 988888 1.0 NULL 200.0 -199.0 NULL -200.0 863223.5638999995 2363.58 +61.0 NULL NULL 1969-12-31 15:59:44.877 -7196.0 1661971 1.0 NULL 7196.0 -7195.0 NULL -7196.0 1453360.5638999995 -4632.42 +55.0 NULL NULL 1969-12-31 15:59:51.024 -200.0 4521993 1.0 NULL 200.0 -199.0 NULL -200.0 719229.5638999995 2363.58 +36.0 NULL NULL 1969-12-31 15:59:58.752 15601.0 4757615 1.0 NULL -15601.0 15602.0 NULL 15601.0 247985.56389999948 18164.58 +34.0 NULL NULL 1969-12-31 15:59:54.145 -7196.0 9288869 1.0 NULL 7196.0 -7195.0 NULL -7196.0 474346.5638999995 -4632.42 +46.0 NULL NULL 1969-12-31 15:59:46.028 -200.0 14115102 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +45.0 NULL NULL 1969-12-31 15:59:57.771 -7196.0 26143086 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +34.0 NULL NULL 1969-12-31 16:00:14.909 -200.0 26234080 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +45.0 NULL NULL 1969-12-31 16:00:03.875 15601.0 29687887 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +33.0 NULL NULL 1969-12-31 16:00:15.198 -200.0 29795288 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +49.0 NULL NULL 1969-12-31 15:59:50.754 15601.0 46706681 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +34.0 NULL NULL 1969-12-31 16:00:13.955 15601.0 47514726 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +47.0 NULL NULL 1969-12-31 16:00:01.694 -7196.0 58767695 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +54.0 NULL NULL 1969-12-31 16:00:01.841 -7196.0 59525273 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +42.0 NULL NULL 1969-12-31 16:00:11.758 -7196.0 83253614 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +37.0 NULL NULL 1969-12-31 15:59:45.102 -7196.0 106550057 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +62.0 NULL NULL 1969-12-31 16:00:14.982 15601.0 107241980 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +54.0 NULL NULL 1969-12-31 15:59:57.434 -200.0 108833936 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +39.0 NULL NULL 1969-12-31 15:59:46.368 -200.0 112950540 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +52.0 NULL NULL 1969-12-31 15:59:54.179 15601.0 113813447 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +50.0 NULL NULL 1969-12-31 16:00:05.051 -7196.0 114074001 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +57.0 NULL NULL 1969-12-31 16:00:12.523 -7196.0 118933574 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +56.0 NULL NULL 1969-12-31 15:59:45.198 -7196.0 131812689 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +34.0 NULL NULL 1969-12-31 15:59:53.981 -7196.0 131852675 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +41.0 NULL NULL 1969-12-31 16:00:14.017 15601.0 137074296 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +34.0 NULL NULL 1969-12-31 15:59:48.473 -200.0 144591485 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +57.0 NULL NULL 1969-12-31 15:59:46.195 -7196.0 157777745 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +62.0 NULL NULL 1969-12-31 15:59:54.116 15601.0 158194463 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +49.0 NULL NULL 1969-12-31 16:00:10.173 15601.0 172978219 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +62.0 NULL NULL 1969-12-31 15:59:46.338 -200.0 175991222 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +62.0 NULL NULL 1969-12-31 16:00:12.36 -7196.0 176172843 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +55.0 NULL NULL 1969-12-31 16:00:15.035 -200.0 180810790 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +40.0 NULL NULL 1969-12-31 15:59:45.707 -200.0 183831674 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +39.0 NULL NULL 1969-12-31 16:00:10.575 15601.0 186460538 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +59.0 NULL NULL 1969-12-31 15:59:44.549 -200.0 188494759 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +60.0 NULL NULL 1969-12-31 15:59:53.274 -200.0 190449983 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +51.0 NULL NULL 1969-12-31 16:00:08.063 -200.0 194106296 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +34.0 NULL NULL 1969-12-31 16:00:00.82 -7196.0 221369308 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +58.0 NULL NULL 1969-12-31 15:59:46.056 15601.0 235428680 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +46.0 NULL NULL 1969-12-31 16:00:01.388 -7196.0 242119227 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +37.0 NULL NULL 1969-12-31 15:59:57.118 -200.0 248910079 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +41.0 NULL NULL 1969-12-31 15:59:44.669 -7196.0 253244734 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +39.0 NULL NULL 1969-12-31 16:00:07.541 -200.0 260798405 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +47.0 NULL NULL 1969-12-31 15:59:54.438 -7196.0 265927514 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +45.0 NULL NULL 1969-12-31 16:00:01.005 15601.0 270402394 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +46.0 NULL NULL 1969-12-31 16:00:05.226 -7196.0 275575541 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +38.0 NULL NULL 1969-12-31 16:00:16.279 15601.0 299342203 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +58.0 NULL NULL 1969-12-31 16:00:12.924 15601.0 300682807 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +43.0 NULL NULL 1969-12-31 15:59:45.546 -200.0 313484894 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +40.0 NULL NULL 1969-12-31 16:00:15.311 -7196.0 316847321 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +54.0 NULL NULL 1969-12-31 15:59:44.646 -7196.0 324834827 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +47.0 NULL NULL 1969-12-31 15:59:45.198 -200.0 326580052 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +53.0 NULL NULL 1969-12-31 16:00:02.966 -7196.0 332635492 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +39.0 NULL NULL 1969-12-31 15:59:47.616 15601.0 333745628 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +39.0 NULL NULL 1969-12-31 16:00:01.122 15601.0 345989051 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +56.0 NULL NULL 1969-12-31 15:59:44.707 -7196.0 350999879 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +40.0 NULL NULL 1969-12-31 15:59:48.045 15601.0 364112219 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +54.0 NULL NULL 1969-12-31 16:00:08.241 -7196.0 381343252 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +55.0 NULL NULL 1969-12-31 15:59:51.884 -200.0 391675186 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +37.0 NULL NULL 1969-12-31 16:00:11.091 15601.0 398128194 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +48.0 NULL NULL 1969-12-31 15:59:56.394 15601.0 400830823 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +57.0 NULL NULL 1969-12-31 16:00:07.361 -7196.0 418917539 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +38.0 NULL NULL 1969-12-31 15:59:48.017 -200.0 428518739 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +40.0 NULL NULL 1969-12-31 15:59:49.23 -7196.0 437984126 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +41.0 NULL NULL 1969-12-31 16:00:00.469 15601.0 439625822 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +36.0 NULL NULL 1969-12-31 15:59:55.218 15601.0 445347927 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +55.0 NULL NULL 1969-12-31 16:00:00.124 15601.0 448409948 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +37.0 NULL NULL 1969-12-31 16:00:08.692 -200.0 448909712 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +59.0 NULL NULL 1969-12-31 16:00:00.738 -200.0 455272113 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +35.0 NULL NULL 1969-12-31 15:59:50.803 15601.0 456583571 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +55.0 NULL NULL 1969-12-31 15:59:56.568 -7196.0 468599417 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +40.0 NULL NULL 1969-12-31 16:00:00.258 15601.0 472680102 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +54.0 NULL NULL 1969-12-31 16:00:14.808 15601.0 493058527 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +36.0 NULL NULL 1969-12-31 15:59:48.771 15601.0 503569096 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +52.0 NULL NULL 1969-12-31 15:59:47.921 -200.0 505653702 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +42.0 NULL NULL 1969-12-31 15:59:43.931 15601.0 509177858 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +79.553 NULL NULL 1969-12-31 16:00:00.761 -7196.0 514550698 2.410697012236624 NULL 7196.0 -7193.589302987763 NULL -7196.0 9763215.5639 -4632.42 +46.0 NULL NULL 1969-12-31 16:00:04.717 15601.0 519083144 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +35.0 NULL NULL 1969-12-31 15:59:48.022 -7196.0 523231898 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +62.0 NULL NULL 1969-12-31 15:59:54.256 -7196.0 524247756 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +55.0 NULL NULL 1969-12-31 16:00:14.709 -200.0 529159242 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +43.0 NULL NULL 1969-12-31 16:00:06.578 -200.0 548851592 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +42.0 NULL NULL 1969-12-31 16:00:07.179 -200.0 550015371 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +57.0 NULL NULL 1969-12-31 15:59:51.829 15601.0 560414150 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +42.0 NULL NULL 1969-12-31 15:59:48.675 -7196.0 567300720 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +39.0 NULL NULL 1969-12-31 16:00:12.719 15601.0 581431028 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +55.0 NULL NULL 1969-12-31 16:00:03.384 15601.0 590990961 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +45.0 NULL NULL 1969-12-31 16:00:04.572 -200.0 612900585 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +53.0 NULL NULL 1969-12-31 16:00:15.223 15601.0 613322929 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +59.0 NULL NULL 1969-12-31 16:00:04.476 15601.0 617599316 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +48.0 NULL NULL 1969-12-31 16:00:16.19 -7196.0 624835112 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +57.0 NULL NULL 1969-12-31 16:00:09.441 -7196.0 632897807 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +52.0 NULL NULL 1969-12-31 15:59:53.671 -200.0 643105282 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +41.0 NULL NULL 1969-12-31 15:59:44.57 -7196.0 649072626 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +52.0 NULL NULL 1969-12-31 15:59:48.688 -7196.0 649946996 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +47.0 NULL NULL 1969-12-31 15:59:44.671 -200.0 650092010 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +61.0 NULL NULL 1969-12-31 16:00:01.505 -200.0 657304547 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +43.0 NULL NULL 1969-12-31 16:00:08.554 15601.0 657369975 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +47.0 NULL NULL 1969-12-31 15:59:46.953 15601.0 661404907 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +59.0 NULL NULL 1969-12-31 16:00:05.13 -200.0 661665098 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +37.0 NULL NULL 1969-12-31 15:59:52.832 15601.0 676613895 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +45.0 NULL NULL 1969-12-31 16:00:15.07 -7196.0 676615206 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +47.0 NULL NULL 1969-12-31 16:00:02 -200.0 678949554 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +38.0 NULL NULL 1969-12-31 16:00:05.29 -200.0 679959712 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +41.0 NULL NULL 1969-12-31 15:59:51.387 -200.0 689333315 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +41.0 NULL NULL 1969-12-31 16:00:08.408 -200.0 696650264 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +59.0 NULL NULL 1969-12-31 15:59:45.08 15601.0 701594431 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +34.0 NULL NULL 1969-12-31 16:00:07.045 15601.0 709756299 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +60.0 NULL NULL 1969-12-31 16:00:06.811 -200.0 733796430 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +57.0 NULL NULL 1969-12-31 15:59:58.455 -200.0 735056642 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +33.0 NULL NULL 1969-12-31 16:00:04.631 15601.0 739625813 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +52.0 NULL NULL 1969-12-31 16:00:04.024 -200.0 741404204 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +45.0 NULL NULL 1969-12-31 16:00:16.167 -7196.0 744145938 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +42.0 NULL NULL 1969-12-31 15:59:48.292 -200.0 760034197 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +45.0 NULL NULL 1969-12-31 16:00:08.799 15601.0 761255971 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +57.0 NULL NULL 1969-12-31 16:00:04.254 15601.0 761877407 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +43.0 NULL NULL 1969-12-31 15:59:58.65 -200.0 762545274 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +44.0 NULL NULL 1969-12-31 15:59:53.541 -7196.0 764482700 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +33.0 NULL NULL 1969-12-31 15:59:45.163 -200.0 766974126 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +59.0 NULL NULL 1969-12-31 15:59:50.306 -200.0 771123694 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +36.0 NULL NULL 1969-12-31 16:00:07.504 -7196.0 787178337 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +41.0 NULL NULL 1969-12-31 16:00:08.418 -7196.0 791540035 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +49.0 NULL NULL 1969-12-31 16:00:13.879 -7196.0 796009413 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +38.0 NULL NULL 1969-12-31 15:59:48.059 -7196.0 799787406 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +53.0 NULL NULL 1969-12-31 15:59:55.064 -200.0 801413772 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +58.0 NULL NULL 1969-12-31 15:59:48.244 15601.0 805666814 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +38.0 NULL NULL 1969-12-31 15:59:57.048 -7196.0 806488245 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +50.0 NULL NULL 1969-12-31 15:59:55.491 -200.0 820068105 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +54.0 NULL NULL 1969-12-31 16:00:10.187 -200.0 829351969 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +38.0 NULL NULL 1969-12-31 15:59:51.77 -200.0 835189885 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +61.0 NULL NULL 1969-12-31 16:00:15.143 -7196.0 838733994 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +48.0 NULL NULL 1969-12-31 16:00:08.445 15601.0 846324964 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +48.0 NULL NULL 1969-12-31 16:00:06.529 15601.0 847428763 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +59.0 NULL NULL 1969-12-31 16:00:09.343 15601.0 850073759 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +59.0 NULL NULL 1969-12-31 16:00:00.551 -7196.0 854892886 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +45.0 NULL NULL 1969-12-31 16:00:11.515 -200.0 855920504 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +55.0 NULL NULL 1969-12-31 16:00:08.191 -200.0 870390717 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +51.0 NULL NULL 1969-12-31 15:59:49.479 15601.0 870739658 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +42.0 NULL NULL 1969-12-31 16:00:11.591 -7196.0 873176558 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +36.0 NULL NULL 1969-12-31 16:00:05.234 15601.0 873370057 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +45.0 NULL NULL 1969-12-31 15:59:49.881 -200.0 877201446 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +35.0 NULL NULL 1969-12-31 16:00:00.9 -200.0 880598992 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +59.0 NULL NULL 1969-12-31 15:59:51.675 -7196.0 887031443 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +51.0 NULL NULL 1969-12-31 16:00:00.147 -200.0 908074420 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +39.0 NULL NULL 1969-12-31 15:59:45.218 15601.0 923495645 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +48.0 NULL NULL 1969-12-31 16:00:10.669 -7196.0 938665221 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +45.0 NULL NULL 1969-12-31 16:00:00.543 -7196.0 940192068 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +49.0 NULL NULL 1969-12-31 15:59:52.069 15601.0 940280284 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +42.0 NULL NULL 1969-12-31 16:00:15.369 -200.0 942676094 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +40.0 NULL NULL 1969-12-31 16:00:14.565 15601.0 946637795 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +38.0 NULL NULL 1969-12-31 15:59:53.834 15601.0 951445775 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +56.0 NULL NULL 1969-12-31 15:59:57.56 -200.0 951463637 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +38.0 NULL NULL 1969-12-31 15:59:56.858 15601.0 954040345 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +44.0 NULL NULL 1969-12-31 16:00:00.206 15601.0 970663654 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +50.0 NULL NULL 1969-12-31 16:00:04.228 -200.0 977627069 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +37.0 NULL NULL 1969-12-31 16:00:12.712 15601.0 980331206 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +41.0 NULL NULL 1969-12-31 16:00:00.123 15601.0 987132753 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +61.0 NULL NULL 1969-12-31 15:59:44.836 -7196.0 1003317046 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +35.0 NULL NULL 1969-12-31 16:00:11.356 -7196.0 1004273023 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +62.0 NULL NULL 1969-12-31 15:59:54.762 -200.0 1011458748 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +56.0 NULL NULL 1969-12-31 16:00:09.452 -200.0 1024563527 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +60.0 NULL NULL 1969-12-31 15:59:48.771 -200.0 1026483347 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +38.0 NULL NULL 1969-12-31 15:59:46.966 -7196.0 1030289173 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +62.0 NULL NULL 1969-12-31 16:00:12.762 -7196.0 1034824629 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +48.0 NULL NULL 1969-12-31 15:59:45.106 -200.0 1039294810 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +35.0 NULL NULL 1969-12-31 15:59:51.882 -200.0 1045814182 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +50.0 NULL NULL 1969-12-31 16:00:10.654 15601.0 1055873342 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +46.0 NULL NULL 1969-12-31 16:00:00.259 15601.0 1056441941 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +42.0 NULL NULL 1969-12-31 16:00:05.092 -200.0 1057329243 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +60.0 NULL NULL 1969-12-31 16:00:13.71 -7196.0 1067519794 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +52.0 NULL NULL 1969-12-31 15:59:46.681 -7196.0 1070947931 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +47.0 NULL NULL 1969-12-31 16:00:15.105 -7196.0 1071491504 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +57.0 NULL NULL 1969-12-31 15:59:57.154 -7196.0 1073635983 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +36.0 NULL NULL 1969-12-31 15:59:46.019 -7196.0 1086107721 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +45.0 NULL NULL 1969-12-31 15:59:45.347 15601.0 1100120303 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +59.0 NULL NULL 1969-12-31 16:00:15.05 15601.0 1129363554 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +36.0 NULL NULL 1969-12-31 16:00:06.51 -7196.0 1141844958 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +49.0 NULL NULL 1969-12-31 16:00:12.006 -7196.0 1143654535 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +40.0 NULL NULL 1969-12-31 15:59:51.519 -200.0 1165114321 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +49.0 NULL NULL 1969-12-31 16:00:03.074 15601.0 1174850100 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +50.0 NULL NULL 1969-12-31 16:00:08.38 -7196.0 1192295669 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +52.0 NULL NULL 1969-12-31 15:59:49.565 -7196.0 1198121662 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +61.0 NULL NULL 1969-12-31 15:59:56.929 -200.0 1198240264 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +57.0 NULL NULL 1969-12-31 16:00:07.907 -7196.0 1200709486 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +38.0 NULL NULL 1969-12-31 15:59:58.015 15601.0 1202434039 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +39.0 NULL NULL 1969-12-31 16:00:09.365 15601.0 1210224988 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +44.0 NULL NULL 1969-12-31 16:00:03.63 -200.0 1216277933 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +37.0 NULL NULL 1969-12-31 16:00:14.674 15601.0 1217409914 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +57.0 NULL NULL 1969-12-31 15:59:48.508 -200.0 1228278036 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +49.0 NULL NULL 1969-12-31 16:00:08.726 -200.0 1233260108 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +49.0 NULL NULL 1969-12-31 15:59:51.555 -200.0 1235418687 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +49.0 NULL NULL 1969-12-31 16:00:00.754 -7196.0 1237005923 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +57.0 NULL NULL 1969-12-31 16:00:03.066 -200.0 1240619294 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +50.0 NULL NULL 1969-12-31 16:00:00.022 -7196.0 1241181208 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +47.0 NULL NULL 1969-12-31 15:59:47.17 -200.0 1241593530 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +46.0 NULL NULL 1969-12-31 16:00:09.441 15601.0 1247409916 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +37.0 NULL NULL 1969-12-31 16:00:05.356 -200.0 1248357837 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +37.0 NULL NULL 1969-12-31 16:00:11.309 15601.0 1251122304 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +55.0 NULL NULL 1969-12-31 15:59:56.776 -200.0 1254338221 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +37.0 NULL NULL 1969-12-31 16:00:09.907 -200.0 1256255128 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +51.0 NULL NULL 1969-12-31 16:00:06.906 -7196.0 1257482423 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +44.0 NULL NULL 1969-12-31 15:59:51.468 15601.0 1265051089 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +42.0 NULL NULL 1969-12-31 16:00:10.894 15601.0 1267863526 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +42.0 NULL NULL 1969-12-31 15:59:45.686 15601.0 1273900453 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +48.0 NULL NULL 1969-12-31 16:00:10.548 15601.0 1276990360 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +62.0 NULL NULL 1969-12-31 15:59:49.053 -200.0 1277284867 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +53.0 NULL NULL 1969-12-31 15:59:54.143 -7196.0 1277748931 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +50.0 NULL NULL 1969-12-31 16:00:09.965 15601.0 1278766496 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +50.0 NULL NULL 1969-12-31 16:00:06.371 -7196.0 1278879719 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +36.0 NULL NULL 1969-12-31 16:00:10.467 -200.0 1284716338 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +54.0 NULL NULL 1969-12-31 16:00:13.128 -7196.0 1288406362 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +51.0 NULL NULL 1969-12-31 15:59:58.171 -7196.0 1289268469 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +48.0 NULL NULL 1969-12-31 16:00:00.88 15601.0 1294882412 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +58.0 NULL NULL 1969-12-31 15:59:45.489 -200.0 1300104054 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +42.0 NULL NULL 1969-12-31 16:00:00.11 -200.0 1303413031 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +35.0 NULL NULL 1969-12-31 16:00:08.58 -200.0 1321091454 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +57.0 NULL NULL 1969-12-31 16:00:00.363 -200.0 1330662545 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +61.0 NULL NULL 1969-12-31 15:59:45.97 -200.0 1333492663 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +58.0 NULL NULL 1969-12-31 16:00:13.801 -200.0 1354169877 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +48.0 NULL NULL 1969-12-31 16:00:09.582 15601.0 1366904455 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +53.0 NULL NULL 1969-12-31 16:00:00.557 -7196.0 1366995402 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +39.0 NULL NULL 1969-12-31 16:00:02.804 -200.0 1368309884 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +42.0 NULL NULL 1969-12-31 16:00:13.183 15601.0 1370965887 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +57.0 NULL NULL 1969-12-31 16:00:01.811 -7196.0 1371995065 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +48.0 NULL NULL 1969-12-31 16:00:15.548 -200.0 1372727646 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +46.0 NULL NULL 1969-12-31 15:59:48.225 -7196.0 1372930003 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +55.0 NULL NULL 1969-12-31 16:00:00.805 15601.0 1386764124 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +47.0 NULL NULL 1969-12-31 15:59:51.788 -200.0 1394914812 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +60.0 NULL NULL 1969-12-31 15:59:53.139 -7196.0 1395377862 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +51.0 NULL NULL 1969-12-31 15:59:50.675 -200.0 1403895734 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +33.0 NULL NULL 1969-12-31 16:00:04.396 -7196.0 1409016642 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +34.0 NULL NULL 1969-12-31 16:00:04.36 -7196.0 1412648789 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +49.0 NULL NULL 1969-12-31 16:00:04.12 15601.0 1419034476 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +56.0 NULL NULL 1969-12-31 16:00:00.909 -7196.0 1421751268 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +34.0 NULL NULL 1969-12-31 15:59:45.717 15601.0 1425488085 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +60.0 NULL NULL 1969-12-31 15:59:46.085 15601.0 1428011023 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +61.0 NULL NULL 1969-12-31 16:00:09.251 -7196.0 1429349855 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +49.0 NULL NULL 1969-12-31 16:00:02.657 -200.0 1444653089 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +47.0 NULL NULL 1969-12-31 16:00:06.723 15601.0 1447975413 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +46.0 NULL NULL 1969-12-31 15:59:48.406 -200.0 1457394745 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +41.0 NULL NULL 1969-12-31 16:00:04.12 -200.0 1476633885 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +45.0 NULL NULL 1969-12-31 15:59:49.29 15601.0 1477361644 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +61.0 NULL NULL 1969-12-31 15:59:49.195 -200.0 1478237866 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +38.0 NULL NULL 1969-12-31 16:00:08.703 -200.0 1479847097 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +60.0 NULL NULL 1969-12-31 16:00:05.691 15601.0 1480022657 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +59.0 NULL NULL 1969-12-31 15:59:44.942 -7196.0 1482384994 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +54.0 NULL NULL 1969-12-31 15:59:52.405 -7196.0 1483839864 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +50.0 NULL NULL 1969-12-31 15:59:44.235 15601.0 1492034515 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +45.0 NULL NULL 1969-12-31 16:00:07.497 -200.0 1495508907 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +52.0 NULL NULL 1969-12-31 15:59:48.54 -7196.0 1495620354 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +38.0 NULL NULL 1969-12-31 16:00:13.506 15601.0 1524423680 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +33.0 NULL NULL 1969-12-31 15:59:49.489 -200.0 1531926845 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +35.0 NULL NULL 1969-12-31 16:00:00.546 -200.0 1537595879 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +34.0 NULL NULL 1969-12-31 16:00:12.502 -7196.0 1539208529 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +41.0 NULL NULL 1969-12-31 16:00:07.175 -200.0 1542568556 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +52.0 NULL NULL 1969-12-31 15:59:54.524 15601.0 1551262646 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +53.0 NULL NULL 1969-12-31 15:59:44.556 15601.0 1556590849 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +34.0 NULL NULL 1969-12-31 15:59:44.179 15601.0 1563271651 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +39.0 NULL NULL 1969-12-31 15:59:45.229 -200.0 1564077167 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +58.0 NULL NULL 1969-12-31 15:59:56.527 15601.0 1575089695 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +38.0 NULL NULL 1969-12-31 15:59:49.567 -200.0 1576772382 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +47.0 NULL NULL 1969-12-31 16:00:12.183 -200.0 1577520702 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +55.0 NULL NULL 1969-12-31 16:00:02.215 15601.0 1582500035 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +35.0 NULL NULL 1969-12-31 16:00:01.792 -7196.0 1587509603 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +61.0 NULL NULL 1969-12-31 15:59:50.861 -7196.0 1596693466 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +62.0 NULL NULL 1969-12-31 15:59:48.734 -7196.0 1602156586 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +36.0 NULL NULL 1969-12-31 16:00:00.865 -7196.0 1613629130 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +57.0 NULL NULL 1969-12-31 16:00:14.076 -200.0 1614623727 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +45.0 NULL NULL 1969-12-31 15:59:50.515 -200.0 1618117091 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +48.0 NULL NULL 1969-12-31 16:00:07.257 -7196.0 1639854261 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +47.0 NULL NULL 1969-12-31 16:00:05.344 15601.0 1640015816 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +41.0 NULL NULL 1969-12-31 15:59:56.691 -200.0 1642331517 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +42.0 NULL NULL 1969-12-31 16:00:00.992 -7196.0 1644841467 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +61.0 NULL NULL 1969-12-31 15:59:56.14 -200.0 1648986748 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +61.0 NULL NULL 1969-12-31 16:00:11.132 -7196.0 1652808422 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +57.0 NULL NULL 1969-12-31 15:59:45.591 -7196.0 1658221441 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +35.0 NULL NULL 1969-12-31 15:59:51.86 -7196.0 1667895530 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +47.0 NULL NULL 1969-12-31 15:59:52.118 -200.0 1683928379 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +49.0 NULL NULL 1969-12-31 16:00:05.369 -200.0 1700360415 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +49.0 NULL NULL 1969-12-31 15:59:48.367 -200.0 1709812289 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +49.0 NULL NULL 1969-12-31 15:59:44.289 -200.0 1713733703 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +49.0 NULL NULL 1969-12-31 16:00:01.128 -200.0 1720947024 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +44.0 NULL NULL 1969-12-31 15:59:55.798 -7196.0 1723777074 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +47.0 NULL NULL 1969-12-31 15:59:45.518 -7196.0 1726448718 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +62.0 NULL NULL 1969-12-31 16:00:02.38 -7196.0 1733885960 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +52.0 NULL NULL 1969-12-31 15:59:58.309 -7196.0 1735974184 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +34.0 NULL NULL 1969-12-31 15:59:54.821 15601.0 1736691817 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +39.0 NULL NULL 1969-12-31 16:00:15.52 15601.0 1748908827 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +59.0 NULL NULL 1969-12-31 16:00:01.496 -200.0 1751846592 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +61.0 NULL NULL 1969-12-31 16:00:05.697 15601.0 1755717265 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +54.0 NULL NULL 1969-12-31 15:59:56.345 -200.0 1756261895 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +42.0 NULL NULL 1969-12-31 15:59:57.319 15601.0 1756904629 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +41.0 NULL NULL 1969-12-31 16:00:01.424 -7196.0 1759398044 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +59.0 NULL NULL 1969-12-31 15:59:51.265 15601.0 1762456014 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +48.0 NULL NULL 1969-12-31 16:00:07.08 15601.0 1766992295 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +40.0 NULL NULL 1969-12-31 16:00:01.356 -200.0 1778581609 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +59.0 NULL NULL 1969-12-31 16:00:12.325 15601.0 1786184100 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +43.0 NULL NULL 1969-12-31 15:59:50.893 -200.0 1796171294 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +62.0 NULL NULL 1969-12-31 16:00:07.828 -200.0 1801868132 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +60.0 NULL NULL 1969-12-31 15:59:55.035 -200.0 1810792403 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +62.0 NULL NULL 1969-12-31 16:00:10.51 15601.0 1815385311 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +45.0 NULL NULL 1969-12-31 16:00:08.378 -7196.0 1816604358 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +50.0 NULL NULL 1969-12-31 15:59:57.847 -200.0 1819421386 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +37.0 NULL NULL 1969-12-31 16:00:09.934 -200.0 1820006290 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +51.0 NULL NULL 1969-12-31 15:59:50.363 -7196.0 1825079468 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +54.0 NULL NULL 1969-12-31 15:59:44.754 15601.0 1825424393 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +54.0 NULL NULL 1969-12-31 16:00:05.43 -7196.0 1826915108 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +37.0 NULL NULL 1969-12-31 15:59:51.566 -200.0 1829107401 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +39.0 NULL NULL 1969-12-31 16:00:15.146 -7196.0 1832892113 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +51.0 NULL NULL 1969-12-31 16:00:10.321 -7196.0 1836737728 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +54.0 NULL NULL 1969-12-31 15:59:53.886 -200.0 1838082189 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +37.0 NULL NULL 1969-12-31 15:59:58.129 -200.0 1838442362 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +49.0 NULL NULL 1969-12-31 16:00:00.148 -7196.0 1839707228 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +43.0 NULL NULL 1969-12-31 15:59:49.388 -7196.0 1840183062 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +59.0 NULL NULL 1969-12-31 16:00:04.284 15601.0 1841882240 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +46.0 NULL NULL 1969-12-31 16:00:06.353 15601.0 1863251368 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +58.0 NULL NULL 1969-12-31 16:00:14.013 -7196.0 1864202979 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +61.0 NULL NULL 1969-12-31 16:00:13.868 -7196.0 1875242301 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +46.0 NULL NULL 1969-12-31 16:00:00.382 -7196.0 1891715684 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +53.0 NULL NULL 1969-12-31 15:59:50.996 -7196.0 1897312309 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +45.0 NULL NULL 1969-12-31 15:59:53.84 15601.0 1903410305 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +49.0 NULL NULL 1969-12-31 15:59:50.686 15601.0 1911676187 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +57.0 NULL NULL 1969-12-31 16:00:14.011 15601.0 1913333647 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +38.0 NULL NULL 1969-12-31 15:59:53.592 -200.0 1922447714 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +38.0 NULL NULL 1969-12-31 16:00:14.648 15601.0 1927566094 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +48.0 NULL NULL 1969-12-31 16:00:07.115 -7196.0 1930601673 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +49.0 NULL NULL 1969-12-31 15:59:30.929 -7196.0 1948223613 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +40.0 NULL NULL 1969-12-31 15:59:55.197 -200.0 1958187727 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +34.0 NULL NULL 1969-12-31 16:00:01.232 -200.0 1961389522 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +35.0 NULL NULL 1969-12-31 16:00:14.084 -200.0 1974986508 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +60.0 NULL NULL 1969-12-31 15:59:51.342 -200.0 1981140540 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +34.0 NULL NULL 1969-12-31 16:00:09.65 -200.0 1990585322 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +33.0 NULL NULL 1969-12-31 16:00:15.99 -7196.0 1994545529 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +35.0 NULL NULL 1969-12-31 16:00:07.613 -7196.0 2000277321 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +55.0 NULL NULL 1969-12-31 16:00:10.601 -200.0 2004193196 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +41.0 NULL NULL 1969-12-31 16:00:01.951 -200.0 2014322043 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +44.0 NULL NULL 1969-12-31 16:00:04.431 -7196.0 2015572524 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +57.0 NULL NULL 1969-12-31 16:00:15.76 -7196.0 2018251685 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +52.0 NULL NULL 1969-12-31 15:59:54.886 -200.0 2029007949 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +45.0 NULL NULL 1969-12-31 16:00:16.149 15601.0 2034207903 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +52.0 NULL NULL 1969-12-31 16:00:02.269 -200.0 2035546169 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +53.0 NULL NULL 1969-12-31 15:59:56.913 15601.0 2049798602 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +40.0 NULL NULL 1969-12-31 16:00:06.346 -200.0 2068959120 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +39.0 NULL NULL 1969-12-31 16:00:06.149 -7196.0 2071577258 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +47.0 NULL NULL 1969-12-31 15:59:45.085 -7196.0 2074601799 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +40.0 NULL NULL 1969-12-31 15:59:48.264 15601.0 2088429109 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +51.0 NULL NULL 1969-12-31 16:00:15.668 -7196.0 2091591361 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +33.0 NULL NULL 1969-12-31 15:59:54.68 15601.0 2094164536 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +39.0 NULL NULL 1969-12-31 15:59:54.999 15601.0 2102419786 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +59.0 NULL NULL 1969-12-31 15:59:48.363 15601.0 2109726979 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +43.0 NULL NULL 1969-12-31 15:59:52.311 15601.0 2113671499 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +35.0 NULL NULL 1969-12-31 16:00:05.007 15601.0 2123136080 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 +50.0 NULL NULL 1969-12-31 15:59:54.103 -200.0 2126656350 1.0 NULL 200.0 -199.0 NULL -200.0 9763215.5639 2363.58 +54.0 NULL NULL 1969-12-31 15:59:55.269 -7196.0 2142292772 1.0 NULL 7196.0 -7195.0 NULL -7196.0 9763215.5639 -4632.42 +37.0 NULL NULL 1969-12-31 16:00:01.979 15601.0 2144325818 1.0 NULL -15601.0 15602.0 NULL 15601.0 9763215.5639 18164.58 diff --git ql/src/test/results/clientpositive/tez/vectorization_part_project.q.out ql/src/test/results/clientpositive/tez/vectorization_part_project.q.out new file mode 100644 index 0000000..28381b0 --- /dev/null +++ ql/src/test/results/clientpositive/tez/vectorization_part_project.q.out @@ -0,0 +1,122 @@ +PREHOOK: query: CREATE TABLE alltypesorc_part(ctinyint tinyint, csmallint smallint, cint int, cbigint bigint, cfloat float, cdouble double, cstring1 string, cstring2 string, ctimestamp1 timestamp, ctimestamp2 timestamp, cboolean1 boolean, cboolean2 boolean) partitioned by (ds string) STORED AS ORC +PREHOOK: type: CREATETABLE +PREHOOK: Output: database:default +POSTHOOK: query: CREATE TABLE alltypesorc_part(ctinyint tinyint, csmallint smallint, cint int, cbigint bigint, cfloat float, cdouble double, cstring1 string, cstring2 string, ctimestamp1 timestamp, ctimestamp2 timestamp, cboolean1 boolean, cboolean2 boolean) partitioned by (ds string) STORED AS ORC +POSTHOOK: type: CREATETABLE +POSTHOOK: Output: database:default +POSTHOOK: Output: default@alltypesorc_part +PREHOOK: query: insert overwrite table alltypesorc_part partition (ds='2011') select * from alltypesorc limit 100 +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +PREHOOK: Output: default@alltypesorc_part@ds=2011 +POSTHOOK: query: insert overwrite table alltypesorc_part partition (ds='2011') select * from alltypesorc limit 100 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +POSTHOOK: Output: default@alltypesorc_part@ds=2011 +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2011).cbigint SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:cbigint, type:bigint, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2011).cboolean1 SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:cboolean1, type:boolean, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2011).cboolean2 SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:cboolean2, type:boolean, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2011).cdouble SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:cdouble, type:double, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2011).cfloat SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:cfloat, type:float, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2011).cint SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:cint, type:int, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2011).csmallint SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:csmallint, type:smallint, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2011).cstring1 SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:cstring1, type:string, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2011).cstring2 SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:cstring2, type:string, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2011).ctimestamp1 SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:ctimestamp1, type:timestamp, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2011).ctimestamp2 SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:ctimestamp2, type:timestamp, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2011).ctinyint SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:ctinyint, type:tinyint, comment:null), ] +PREHOOK: query: insert overwrite table alltypesorc_part partition (ds='2012') select * from alltypesorc limit 100 +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +PREHOOK: Output: default@alltypesorc_part@ds=2012 +POSTHOOK: query: insert overwrite table alltypesorc_part partition (ds='2012') select * from alltypesorc limit 100 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +POSTHOOK: Output: default@alltypesorc_part@ds=2012 +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2012).cbigint SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:cbigint, type:bigint, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2012).cboolean1 SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:cboolean1, type:boolean, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2012).cboolean2 SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:cboolean2, type:boolean, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2012).cdouble SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:cdouble, type:double, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2012).cfloat SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:cfloat, type:float, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2012).cint SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:cint, type:int, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2012).csmallint SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:csmallint, type:smallint, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2012).cstring1 SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:cstring1, type:string, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2012).cstring2 SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:cstring2, type:string, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2012).ctimestamp1 SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:ctimestamp1, type:timestamp, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2012).ctimestamp2 SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:ctimestamp2, type:timestamp, comment:null), ] +POSTHOOK: Lineage: alltypesorc_part PARTITION(ds=2012).ctinyint SIMPLE [(alltypesorc)alltypesorc.FieldSchema(name:ctinyint, type:tinyint, comment:null), ] +PREHOOK: query: explain select (cdouble+2) c1 from alltypesorc_part order by c1 limit 10 +PREHOOK: type: QUERY +POSTHOOK: query: explain select (cdouble+2) c1 from alltypesorc_part order by c1 limit 10 +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc_part + Statistics: Num rows: 200 Data size: 4068 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: (cdouble + 2) (type: double) + outputColumnNames: _col0 + Statistics: Num rows: 200 Data size: 4068 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: double) + sort order: + + Statistics: Num rows: 200 Data size: 4068 Basic stats: COMPLETE Column stats: NONE + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Select Operator + expressions: KEY.reducesinkkey0 (type: double) + outputColumnNames: _col0 + Statistics: Num rows: 200 Data size: 4068 Basic stats: COMPLETE Column stats: NONE + Limit + Number of rows: 10 + Statistics: Num rows: 10 Data size: 200 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 10 Data size: 200 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + Execution mode: vectorized + + Stage: Stage-0 + Fetch Operator + limit: 10 + Processor Tree: + ListSink + +PREHOOK: query: select (cdouble+2) c1 from alltypesorc_part order by c1 limit 10 +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc_part +PREHOOK: Input: default@alltypesorc_part@ds=2011 +PREHOOK: Input: default@alltypesorc_part@ds=2012 +#### A masked pattern was here #### +POSTHOOK: query: select (cdouble+2) c1 from alltypesorc_part order by c1 limit 10 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc_part +POSTHOOK: Input: default@alltypesorc_part@ds=2011 +POSTHOOK: Input: default@alltypesorc_part@ds=2012 +#### A masked pattern was here #### +-15910.0 +-15910.0 +-15811.0 +-15811.0 +-15788.0 +-15788.0 +-15547.0 +-15547.0 +-15429.0 +-15429.0 diff --git ql/src/test/results/clientpositive/tez/vectorization_short_regress.q.out ql/src/test/results/clientpositive/tez/vectorization_short_regress.q.out new file mode 100644 index 0000000..ac23bc7 --- /dev/null +++ ql/src/test/results/clientpositive/tez/vectorization_short_regress.q.out @@ -0,0 +1,6658 @@ +WARNING: Comparing a bigint and a double may result in a loss of precision. +PREHOOK: query: -- If you look at ql/src/test/org/apache/hadoop/hive/ql/exec/vector/util/OrcFileGenerator.java +-- which is the data generation class you'll see that those values are specified in the +-- initializeFixedPointValues for each data type. When I created the queries I usedthose values +-- where I needed scalar values to ensure that when the queries executed their predicates would be +-- filtering on values that are guaranteed to exist. + +-- Beyond those values, all the other data in the alltypesorc file is random, but there is a +-- specific pattern to the data that is important for coverage. In orc and subsequently +-- vectorization there are a number of optimizations for certain data patterns: AllValues, NoNulls, +-- RepeatingValue, RepeatingNull. The data in alltypesorc is generated such that each column has +-- exactly 3 batches of each data pattern. This gives us coverage for the vector expression +-- optimizations and ensure the metadata in appropriately set on the row batch object which are +-- reused across batches. + +-- For the queries themselves in order to efficiently cover as much of the new vectorization +-- functionality as I could I used a number of different techniques to create the +-- vectorization_short_regress.q test suite, primarily equivalence classes, and pairwise +-- combinations. + +-- First I divided the search space into a number of dimensions such as type, aggregate function, +-- filter operation, arithmetic operation, etc. The types were explored as equivalence classes of +-- long, double, time, string, and bool. Also, rather than creating a very large number of small +-- queries the resulting vectors were grouped by compatible dimensions to reduce the number of +-- queries. + +-- TargetTypeClasses: Long, Timestamp, Double, String, Bool +-- Functions: Avg, Sum, StDevP, StDev, Var, Min, Count +-- ArithmeticOps: Add, Multiply, Subtract, Divide +-- FilterOps: Equal, NotEqual, GreaterThan, LessThan, LessThanOrEqual +-- GroupBy: NoGroupByProjectAggs +EXPLAIN SELECT AVG(cint), + (AVG(cint) + -3728), + (-((AVG(cint) + -3728))), + (-((-((AVG(cint) + -3728))))), + ((-((-((AVG(cint) + -3728))))) * (AVG(cint) + -3728)), + SUM(cdouble), + (-(AVG(cint))), + STDDEV_POP(cint), + (((-((-((AVG(cint) + -3728))))) * (AVG(cint) + -3728)) * (-((-((AVG(cint) + -3728)))))), + STDDEV_SAMP(csmallint), + (-(STDDEV_POP(cint))), + (STDDEV_POP(cint) - (-((-((AVG(cint) + -3728)))))), + ((STDDEV_POP(cint) - (-((-((AVG(cint) + -3728)))))) * STDDEV_POP(cint)), + VAR_SAMP(cint), + AVG(cfloat), + (10.175 - VAR_SAMP(cint)), + (-((10.175 - VAR_SAMP(cint)))), + ((-(STDDEV_POP(cint))) / -563), + STDDEV_SAMP(cint), + (-(((-(STDDEV_POP(cint))) / -563))), + (AVG(cint) / SUM(cdouble)), + MIN(ctinyint), + COUNT(csmallint), + (MIN(ctinyint) / ((-(STDDEV_POP(cint))) / -563)), + (-((AVG(cint) / SUM(cdouble)))) +FROM alltypesorc +WHERE ((762 = cbigint) + OR ((csmallint < cfloat) + AND ((ctimestamp2 > -10669) + AND (cdouble != cint))) + OR (cstring1 = 'a') + OR ((cbigint <= -1.389) + AND ((cstring2 != 'a') + AND ((79.553 != cint) + AND (cboolean2 != cboolean1))))) +PREHOOK: type: QUERY +POSTHOOK: query: -- If you look at ql/src/test/org/apache/hadoop/hive/ql/exec/vector/util/OrcFileGenerator.java +-- which is the data generation class you'll see that those values are specified in the +-- initializeFixedPointValues for each data type. When I created the queries I usedthose values +-- where I needed scalar values to ensure that when the queries executed their predicates would be +-- filtering on values that are guaranteed to exist. + +-- Beyond those values, all the other data in the alltypesorc file is random, but there is a +-- specific pattern to the data that is important for coverage. In orc and subsequently +-- vectorization there are a number of optimizations for certain data patterns: AllValues, NoNulls, +-- RepeatingValue, RepeatingNull. The data in alltypesorc is generated such that each column has +-- exactly 3 batches of each data pattern. This gives us coverage for the vector expression +-- optimizations and ensure the metadata in appropriately set on the row batch object which are +-- reused across batches. + +-- For the queries themselves in order to efficiently cover as much of the new vectorization +-- functionality as I could I used a number of different techniques to create the +-- vectorization_short_regress.q test suite, primarily equivalence classes, and pairwise +-- combinations. + +-- First I divided the search space into a number of dimensions such as type, aggregate function, +-- filter operation, arithmetic operation, etc. The types were explored as equivalence classes of +-- long, double, time, string, and bool. Also, rather than creating a very large number of small +-- queries the resulting vectors were grouped by compatible dimensions to reduce the number of +-- queries. + +-- TargetTypeClasses: Long, Timestamp, Double, String, Bool +-- Functions: Avg, Sum, StDevP, StDev, Var, Min, Count +-- ArithmeticOps: Add, Multiply, Subtract, Divide +-- FilterOps: Equal, NotEqual, GreaterThan, LessThan, LessThanOrEqual +-- GroupBy: NoGroupByProjectAggs +EXPLAIN SELECT AVG(cint), + (AVG(cint) + -3728), + (-((AVG(cint) + -3728))), + (-((-((AVG(cint) + -3728))))), + ((-((-((AVG(cint) + -3728))))) * (AVG(cint) + -3728)), + SUM(cdouble), + (-(AVG(cint))), + STDDEV_POP(cint), + (((-((-((AVG(cint) + -3728))))) * (AVG(cint) + -3728)) * (-((-((AVG(cint) + -3728)))))), + STDDEV_SAMP(csmallint), + (-(STDDEV_POP(cint))), + (STDDEV_POP(cint) - (-((-((AVG(cint) + -3728)))))), + ((STDDEV_POP(cint) - (-((-((AVG(cint) + -3728)))))) * STDDEV_POP(cint)), + VAR_SAMP(cint), + AVG(cfloat), + (10.175 - VAR_SAMP(cint)), + (-((10.175 - VAR_SAMP(cint)))), + ((-(STDDEV_POP(cint))) / -563), + STDDEV_SAMP(cint), + (-(((-(STDDEV_POP(cint))) / -563))), + (AVG(cint) / SUM(cdouble)), + MIN(ctinyint), + COUNT(csmallint), + (MIN(ctinyint) / ((-(STDDEV_POP(cint))) / -563)), + (-((AVG(cint) / SUM(cdouble)))) +FROM alltypesorc +WHERE ((762 = cbigint) + OR ((csmallint < cfloat) + AND ((ctimestamp2 > -10669) + AND (cdouble != cint))) + OR (cstring1 = 'a') + OR ((cbigint <= -1.389) + AND ((cstring2 != 'a') + AND ((79.553 != cint) + AND (cboolean2 != cboolean1))))) +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 1347 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: ((((762 = cbigint) or ((csmallint < cfloat) and ((ctimestamp2 > (- 10669)) and (cdouble <> cint)))) or (cstring1 = 'a')) or ((cbigint <= (- 1.389)) and ((cstring2 <> 'a') and ((79.553 <> cint) and (cboolean2 <> cboolean1))))) (type: boolean) + Statistics: Num rows: 1347 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: cint (type: int), cdouble (type: double), csmallint (type: smallint), cfloat (type: float), ctinyint (type: tinyint) + outputColumnNames: cint, cdouble, csmallint, cfloat, ctinyint + Statistics: Num rows: 1347 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: avg(cint), sum(cdouble), stddev_pop(cint), stddev_samp(csmallint), var_samp(cint), avg(cfloat), stddev_samp(cint), min(ctinyint), count(csmallint) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 + Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + sort order: + Statistics: Num rows: 1 Data size: 20 Basic stats: COMPLETE Column stats: NONE + value expressions: _col0 (type: struct), _col1 (type: double), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: struct), _col6 (type: struct), _col7 (type: tinyint), _col8 (type: bigint) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Group By Operator + aggregations: avg(VALUE._col0), sum(VALUE._col1), stddev_pop(VALUE._col2), stddev_samp(VALUE._col3), var_samp(VALUE._col4), avg(VALUE._col5), stddev_samp(VALUE._col6), min(VALUE._col7), count(VALUE._col8) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 + Statistics: Num rows: 1 Data size: 68 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: double), (_col0 + (- 3728)) (type: double), (- (_col0 + (- 3728))) (type: double), (- (- (_col0 + (- 3728)))) (type: double), ((- (- (_col0 + (- 3728)))) * (_col0 + (- 3728))) (type: double), _col1 (type: double), (- _col0) (type: double), _col2 (type: double), (((- (- (_col0 + (- 3728)))) * (_col0 + (- 3728))) * (- (- (_col0 + (- 3728))))) (type: double), _col3 (type: double), (- _col2) (type: double), (_col2 - (- (- (_col0 + (- 3728))))) (type: double), ((_col2 - (- (- (_col0 + (- 3728))))) * _col2) (type: double), _col4 (type: double), _col5 (type: double), (10.175 - _col4) (type: double), (- (10.175 - _col4)) (type: double), ((- _col2) / (- 563)) (type: double), _col6 (type: double), (- ((- _col2) / (- 563))) (type: double), (_col0 / _col1) (type: double), _col7 (type: tinyint), _col8 (type: bigint), (_col7 / ((- _col2) / (- 563))) (type: double), (- (_col0 / _col1)) (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20, _col21, _col22, _col23, _col24 + Statistics: Num rows: 1 Data size: 68 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 1 Data size: 68 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +WARNING: Comparing a bigint and a double may result in a loss of precision. +PREHOOK: query: SELECT AVG(cint), + (AVG(cint) + -3728), + (-((AVG(cint) + -3728))), + (-((-((AVG(cint) + -3728))))), + ((-((-((AVG(cint) + -3728))))) * (AVG(cint) + -3728)), + SUM(cdouble), + (-(AVG(cint))), + STDDEV_POP(cint), + (((-((-((AVG(cint) + -3728))))) * (AVG(cint) + -3728)) * (-((-((AVG(cint) + -3728)))))), + STDDEV_SAMP(csmallint), + (-(STDDEV_POP(cint))), + (STDDEV_POP(cint) - (-((-((AVG(cint) + -3728)))))), + ((STDDEV_POP(cint) - (-((-((AVG(cint) + -3728)))))) * STDDEV_POP(cint)), + VAR_SAMP(cint), + AVG(cfloat), + (10.175 - VAR_SAMP(cint)), + (-((10.175 - VAR_SAMP(cint)))), + ((-(STDDEV_POP(cint))) / -563), + STDDEV_SAMP(cint), + (-(((-(STDDEV_POP(cint))) / -563))), + (AVG(cint) / SUM(cdouble)), + MIN(ctinyint), + COUNT(csmallint), + (MIN(ctinyint) / ((-(STDDEV_POP(cint))) / -563)), + (-((AVG(cint) / SUM(cdouble)))) +FROM alltypesorc +WHERE ((762 = cbigint) + OR ((csmallint < cfloat) + AND ((ctimestamp2 > -10669) + AND (cdouble != cint))) + OR (cstring1 = 'a') + OR ((cbigint <= -1.389) + AND ((cstring2 != 'a') + AND ((79.553 != cint) + AND (cboolean2 != cboolean1))))) +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT AVG(cint), + (AVG(cint) + -3728), + (-((AVG(cint) + -3728))), + (-((-((AVG(cint) + -3728))))), + ((-((-((AVG(cint) + -3728))))) * (AVG(cint) + -3728)), + SUM(cdouble), + (-(AVG(cint))), + STDDEV_POP(cint), + (((-((-((AVG(cint) + -3728))))) * (AVG(cint) + -3728)) * (-((-((AVG(cint) + -3728)))))), + STDDEV_SAMP(csmallint), + (-(STDDEV_POP(cint))), + (STDDEV_POP(cint) - (-((-((AVG(cint) + -3728)))))), + ((STDDEV_POP(cint) - (-((-((AVG(cint) + -3728)))))) * STDDEV_POP(cint)), + VAR_SAMP(cint), + AVG(cfloat), + (10.175 - VAR_SAMP(cint)), + (-((10.175 - VAR_SAMP(cint)))), + ((-(STDDEV_POP(cint))) / -563), + STDDEV_SAMP(cint), + (-(((-(STDDEV_POP(cint))) / -563))), + (AVG(cint) / SUM(cdouble)), + MIN(ctinyint), + COUNT(csmallint), + (MIN(ctinyint) / ((-(STDDEV_POP(cint))) / -563)), + (-((AVG(cint) / SUM(cdouble)))) +FROM alltypesorc +WHERE ((762 = cbigint) + OR ((csmallint < cfloat) + AND ((ctimestamp2 > -10669) + AND (cdouble != cint))) + OR (cstring1 = 'a') + OR ((cbigint <= -1.389) + AND ((cstring2 != 'a') + AND ((79.553 != cint) + AND (cboolean2 != cboolean1))))) +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +1.3811354728837386E8 1.3810981928837386E8 -1.3810981928837386E8 1.3810981928837386E8 1.9074322183867284E16 -7194110.964000001 -1.3811354728837386E8 5.591531911809615E8 2.6343511898621314E24 8744.962036962406 -5.591531911809615E8 4.2104337189258766E8 2.35427745019332736E17 3.1277112522199501E17 -6.505246065861778 -3.1277112522199501E17 3.1277112522199501E17 993167.3022752424 5.592594435697935E8 -993167.3022752424 -19.198139697803782 -64 1858 -6.444030109869978E-5 19.198139697803782 +PREHOOK: query: -- TargetTypeClasses: Long, Bool, Double, String, Timestamp +-- Functions: Max, VarP, StDevP, Avg, Min, StDev, Var +-- ArithmeticOps: Divide, Multiply, Remainder, Subtract +-- FilterOps: LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual, Like, RLike +-- GroupBy: NoGroupByProjectAggs +EXPLAIN SELECT MAX(cint), + (MAX(cint) / -3728), + (MAX(cint) * -3728), + VAR_POP(cbigint), + (-((MAX(cint) * -3728))), + STDDEV_POP(csmallint), + (-563 % (MAX(cint) * -3728)), + (VAR_POP(cbigint) / STDDEV_POP(csmallint)), + (-(STDDEV_POP(csmallint))), + MAX(cdouble), + AVG(ctinyint), + (STDDEV_POP(csmallint) - 10.175), + MIN(cint), + ((MAX(cint) * -3728) % (STDDEV_POP(csmallint) - 10.175)), + (-(MAX(cdouble))), + MIN(cdouble), + (MAX(cdouble) % -26.28), + STDDEV_SAMP(csmallint), + (-((MAX(cint) / -3728))), + ((-((MAX(cint) * -3728))) % (-563 % (MAX(cint) * -3728))), + ((MAX(cint) / -3728) - AVG(ctinyint)), + (-((MAX(cint) * -3728))), + VAR_SAMP(cint) +FROM alltypesorc +WHERE (((cbigint <= 197) + AND (cint < cbigint)) + OR ((cdouble >= -26.28) + AND (csmallint > cdouble)) + OR ((ctinyint > cfloat) + AND (cstring1 RLIKE '.*ss.*')) + OR ((cfloat > 79.553) + AND (cstring2 LIKE '10%'))) +PREHOOK: type: QUERY +POSTHOOK: query: -- TargetTypeClasses: Long, Bool, Double, String, Timestamp +-- Functions: Max, VarP, StDevP, Avg, Min, StDev, Var +-- ArithmeticOps: Divide, Multiply, Remainder, Subtract +-- FilterOps: LessThan, LessThanOrEqual, GreaterThan, GreaterThanOrEqual, Like, RLike +-- GroupBy: NoGroupByProjectAggs +EXPLAIN SELECT MAX(cint), + (MAX(cint) / -3728), + (MAX(cint) * -3728), + VAR_POP(cbigint), + (-((MAX(cint) * -3728))), + STDDEV_POP(csmallint), + (-563 % (MAX(cint) * -3728)), + (VAR_POP(cbigint) / STDDEV_POP(csmallint)), + (-(STDDEV_POP(csmallint))), + MAX(cdouble), + AVG(ctinyint), + (STDDEV_POP(csmallint) - 10.175), + MIN(cint), + ((MAX(cint) * -3728) % (STDDEV_POP(csmallint) - 10.175)), + (-(MAX(cdouble))), + MIN(cdouble), + (MAX(cdouble) % -26.28), + STDDEV_SAMP(csmallint), + (-((MAX(cint) / -3728))), + ((-((MAX(cint) * -3728))) % (-563 % (MAX(cint) * -3728))), + ((MAX(cint) / -3728) - AVG(ctinyint)), + (-((MAX(cint) * -3728))), + VAR_SAMP(cint) +FROM alltypesorc +WHERE (((cbigint <= 197) + AND (cint < cbigint)) + OR ((cdouble >= -26.28) + AND (csmallint > cdouble)) + OR ((ctinyint > cfloat) + AND (cstring1 RLIKE '.*ss.*')) + OR ((cfloat > 79.553) + AND (cstring2 LIKE '10%'))) +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 1626 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: (((((cbigint <= 197) and (cint < cbigint)) or ((cdouble >= (- 26.28)) and (csmallint > cdouble))) or ((ctinyint > cfloat) and (cstring1 rlike '.*ss.*'))) or ((cfloat > 79.553) and (cstring2 like '10%'))) (type: boolean) + Statistics: Num rows: 902 Data size: 209266 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: cint (type: int), cbigint (type: bigint), csmallint (type: smallint), cdouble (type: double), ctinyint (type: tinyint) + outputColumnNames: cint, cbigint, csmallint, cdouble, ctinyint + Statistics: Num rows: 902 Data size: 209266 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: max(cint), var_pop(cbigint), stddev_pop(csmallint), max(cdouble), avg(ctinyint), min(cint), min(cdouble), stddev_samp(csmallint), var_samp(cint) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 + Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + sort order: + Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE + value expressions: _col0 (type: int), _col1 (type: struct), _col2 (type: struct), _col3 (type: double), _col4 (type: struct), _col5 (type: int), _col6 (type: double), _col7 (type: struct), _col8 (type: struct) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Group By Operator + aggregations: max(VALUE._col0), var_pop(VALUE._col1), stddev_pop(VALUE._col2), max(VALUE._col3), avg(VALUE._col4), min(VALUE._col5), min(VALUE._col6), stddev_samp(VALUE._col7), var_samp(VALUE._col8) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 + Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: int), (_col0 / (- 3728)) (type: double), (_col0 * (- 3728)) (type: int), _col1 (type: double), (- (_col0 * (- 3728))) (type: int), _col2 (type: double), ((- 563) % (_col0 * (- 3728))) (type: int), (_col1 / _col2) (type: double), (- _col2) (type: double), _col3 (type: double), _col4 (type: double), (_col2 - 10.175) (type: double), _col5 (type: int), ((_col0 * (- 3728)) % (_col2 - 10.175)) (type: double), (- _col3) (type: double), _col6 (type: double), (_col3 % (- 26.28)) (type: double), _col7 (type: double), (- (_col0 / (- 3728))) (type: double), ((- (_col0 * (- 3728))) % ((- 563) % (_col0 * (- 3728)))) (type: int), ((_col0 / (- 3728)) - _col4) (type: double), (- (_col0 * (- 3728))) (type: int), _col8 (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20, _col21, _col22 + Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 1 Data size: 64 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +PREHOOK: query: SELECT MAX(cint), + (MAX(cint) / -3728), + (MAX(cint) * -3728), + VAR_POP(cbigint), + (-((MAX(cint) * -3728))), + STDDEV_POP(csmallint), + (-563 % (MAX(cint) * -3728)), + (VAR_POP(cbigint) / STDDEV_POP(csmallint)), + (-(STDDEV_POP(csmallint))), + MAX(cdouble), + AVG(ctinyint), + (STDDEV_POP(csmallint) - 10.175), + MIN(cint), + ((MAX(cint) * -3728) % (STDDEV_POP(csmallint) - 10.175)), + (-(MAX(cdouble))), + MIN(cdouble), + (MAX(cdouble) % -26.28), + STDDEV_SAMP(csmallint), + (-((MAX(cint) / -3728))), + ((-((MAX(cint) * -3728))) % (-563 % (MAX(cint) * -3728))), + ((MAX(cint) / -3728) - AVG(ctinyint)), + (-((MAX(cint) * -3728))), + VAR_SAMP(cint) +FROM alltypesorc +WHERE (((cbigint <= 197) + AND (cint < cbigint)) + OR ((cdouble >= -26.28) + AND (csmallint > cdouble)) + OR ((ctinyint > cfloat) + AND (cstring1 RLIKE '.*ss.*')) + OR ((cfloat > 79.553) + AND (cstring2 LIKE '10%'))) +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT MAX(cint), + (MAX(cint) / -3728), + (MAX(cint) * -3728), + VAR_POP(cbigint), + (-((MAX(cint) * -3728))), + STDDEV_POP(csmallint), + (-563 % (MAX(cint) * -3728)), + (VAR_POP(cbigint) / STDDEV_POP(csmallint)), + (-(STDDEV_POP(csmallint))), + MAX(cdouble), + AVG(ctinyint), + (STDDEV_POP(csmallint) - 10.175), + MIN(cint), + ((MAX(cint) * -3728) % (STDDEV_POP(csmallint) - 10.175)), + (-(MAX(cdouble))), + MIN(cdouble), + (MAX(cdouble) % -26.28), + STDDEV_SAMP(csmallint), + (-((MAX(cint) / -3728))), + ((-((MAX(cint) * -3728))) % (-563 % (MAX(cint) * -3728))), + ((MAX(cint) / -3728) - AVG(ctinyint)), + (-((MAX(cint) * -3728))), + VAR_SAMP(cint) +FROM alltypesorc +WHERE (((cbigint <= 197) + AND (cint < cbigint)) + OR ((cdouble >= -26.28) + AND (csmallint > cdouble)) + OR ((ctinyint > cfloat) + AND (cstring1 RLIKE '.*ss.*')) + OR ((cfloat > 79.553) + AND (cstring2 LIKE '10%'))) +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +-20301111 5445.576984978541 -1626869520 7.9684972882908944E16 1626869520 NULL -563 NULL NULL NULL -8.935323383084578 NULL -1069736047 NULL NULL NULL NULL NULL -5445.576984978541 511 5454.512308361625 1626869520 7.2647256545687792E16 +PREHOOK: query: -- TargetTypeClasses: String, Long, Bool, Double, Timestamp +-- Functions: VarP, Count, Max, StDevP, StDev, Avg +-- ArithmeticOps: Subtract, Remainder, Multiply, Add +-- FilterOps: Equal, LessThanOrEqual, GreaterThan, Like, LessThan +-- GroupBy: NoGroupByProjectAggs +EXPLAIN SELECT VAR_POP(cbigint), + (-(VAR_POP(cbigint))), + (VAR_POP(cbigint) - (-(VAR_POP(cbigint)))), + COUNT(*), + (COUNT(*) % 79.553), + MAX(ctinyint), + (COUNT(*) - (-(VAR_POP(cbigint)))), + (-((-(VAR_POP(cbigint))))), + (-1 % (-(VAR_POP(cbigint)))), + COUNT(*), + (-(COUNT(*))), + STDDEV_POP(csmallint), + (-((-((-(VAR_POP(cbigint))))))), + (762 * (-(COUNT(*)))), + MAX(cint), + (MAX(ctinyint) + (762 * (-(COUNT(*))))), + ((-(VAR_POP(cbigint))) + MAX(cint)), + STDDEV_SAMP(cdouble), + ((-(COUNT(*))) % COUNT(*)), + COUNT(ctinyint), + AVG(ctinyint), + (-3728 % (MAX(ctinyint) + (762 * (-(COUNT(*)))))) +FROM alltypesorc +WHERE ((ctimestamp1 = ctimestamp2) + OR (762 = cfloat) + OR (cstring1 = 'ss') + OR ((csmallint <= cbigint) + AND (1 = cboolean2)) + OR ((cboolean1 IS NOT NULL) + AND ((ctimestamp2 IS NOT NULL) + AND (cstring2 > 'a')))) +PREHOOK: type: QUERY +POSTHOOK: query: -- TargetTypeClasses: String, Long, Bool, Double, Timestamp +-- Functions: VarP, Count, Max, StDevP, StDev, Avg +-- ArithmeticOps: Subtract, Remainder, Multiply, Add +-- FilterOps: Equal, LessThanOrEqual, GreaterThan, Like, LessThan +-- GroupBy: NoGroupByProjectAggs +EXPLAIN SELECT VAR_POP(cbigint), + (-(VAR_POP(cbigint))), + (VAR_POP(cbigint) - (-(VAR_POP(cbigint)))), + COUNT(*), + (COUNT(*) % 79.553), + MAX(ctinyint), + (COUNT(*) - (-(VAR_POP(cbigint)))), + (-((-(VAR_POP(cbigint))))), + (-1 % (-(VAR_POP(cbigint)))), + COUNT(*), + (-(COUNT(*))), + STDDEV_POP(csmallint), + (-((-((-(VAR_POP(cbigint))))))), + (762 * (-(COUNT(*)))), + MAX(cint), + (MAX(ctinyint) + (762 * (-(COUNT(*))))), + ((-(VAR_POP(cbigint))) + MAX(cint)), + STDDEV_SAMP(cdouble), + ((-(COUNT(*))) % COUNT(*)), + COUNT(ctinyint), + AVG(ctinyint), + (-3728 % (MAX(ctinyint) + (762 * (-(COUNT(*)))))) +FROM alltypesorc +WHERE ((ctimestamp1 = ctimestamp2) + OR (762 = cfloat) + OR (cstring1 = 'ss') + OR ((csmallint <= cbigint) + AND (1 = cboolean2)) + OR ((cboolean1 IS NOT NULL) + AND ((ctimestamp2 IS NOT NULL) + AND (cstring2 > 'a')))) +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 1178 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: (((((ctimestamp1 = ctimestamp2) or (762.0 = cfloat)) or (cstring1 = 'ss')) or ((csmallint <= cbigint) and (1 = cboolean2))) or (cboolean1 is not null and (ctimestamp2 is not null and (cstring2 > 'a')))) (type: boolean) + Statistics: Num rows: 1178 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: cbigint (type: bigint), ctinyint (type: tinyint), csmallint (type: smallint), cint (type: int), cdouble (type: double) + outputColumnNames: cbigint, ctinyint, csmallint, cint, cdouble + Statistics: Num rows: 1178 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: var_pop(cbigint), count(), max(ctinyint), stddev_pop(csmallint), max(cint), stddev_samp(cdouble), count(ctinyint), avg(ctinyint) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7 + Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + sort order: + Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE + value expressions: _col0 (type: struct), _col1 (type: bigint), _col2 (type: tinyint), _col3 (type: struct), _col4 (type: int), _col5 (type: struct), _col6 (type: bigint), _col7 (type: struct) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Group By Operator + aggregations: var_pop(VALUE._col0), count(VALUE._col1), max(VALUE._col2), stddev_pop(VALUE._col3), max(VALUE._col4), stddev_samp(VALUE._col5), count(VALUE._col6), avg(VALUE._col7) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7 + Statistics: Num rows: 1 Data size: 56 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: double), (- _col0) (type: double), (_col0 - (- _col0)) (type: double), _col1 (type: bigint), (_col1 % 79.553) (type: double), _col2 (type: tinyint), (_col1 - (- _col0)) (type: double), (- (- _col0)) (type: double), ((- 1) % (- _col0)) (type: double), _col1 (type: bigint), (- _col1) (type: bigint), _col3 (type: double), (- (- (- _col0))) (type: double), (762 * (- _col1)) (type: bigint), _col4 (type: int), (_col2 + (762 * (- _col1))) (type: bigint), ((- _col0) + _col4) (type: double), _col5 (type: double), ((- _col1) % _col1) (type: bigint), _col6 (type: bigint), _col7 (type: double), ((- 3728) % (_col2 + (762 * (- _col1)))) (type: bigint) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20, _col21 + Statistics: Num rows: 1 Data size: 56 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 1 Data size: 56 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +PREHOOK: query: SELECT VAR_POP(cbigint), + (-(VAR_POP(cbigint))), + (VAR_POP(cbigint) - (-(VAR_POP(cbigint)))), + COUNT(*), + (COUNT(*) % 79.553), + MAX(ctinyint), + (COUNT(*) - (-(VAR_POP(cbigint)))), + (-((-(VAR_POP(cbigint))))), + (-1 % (-(VAR_POP(cbigint)))), + COUNT(*), + (-(COUNT(*))), + STDDEV_POP(csmallint), + (-((-((-(VAR_POP(cbigint))))))), + (762 * (-(COUNT(*)))), + MAX(cint), + (MAX(ctinyint) + (762 * (-(COUNT(*))))), + ((-(VAR_POP(cbigint))) + MAX(cint)), + STDDEV_SAMP(cdouble), + ((-(COUNT(*))) % COUNT(*)), + COUNT(ctinyint), + AVG(ctinyint), + (-3728 % (MAX(ctinyint) + (762 * (-(COUNT(*)))))) +FROM alltypesorc +WHERE ((ctimestamp1 = ctimestamp2) + OR (762 = cfloat) + OR (cstring1 = 'ss') + OR ((csmallint <= cbigint) + AND (1 = cboolean2)) + OR ((cboolean1 IS NOT NULL) + AND ((ctimestamp2 IS NOT NULL) + AND (cstring2 > 'a')))) +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT VAR_POP(cbigint), + (-(VAR_POP(cbigint))), + (VAR_POP(cbigint) - (-(VAR_POP(cbigint)))), + COUNT(*), + (COUNT(*) % 79.553), + MAX(ctinyint), + (COUNT(*) - (-(VAR_POP(cbigint)))), + (-((-(VAR_POP(cbigint))))), + (-1 % (-(VAR_POP(cbigint)))), + COUNT(*), + (-(COUNT(*))), + STDDEV_POP(csmallint), + (-((-((-(VAR_POP(cbigint))))))), + (762 * (-(COUNT(*)))), + MAX(cint), + (MAX(ctinyint) + (762 * (-(COUNT(*))))), + ((-(VAR_POP(cbigint))) + MAX(cint)), + STDDEV_SAMP(cdouble), + ((-(COUNT(*))) % COUNT(*)), + COUNT(ctinyint), + AVG(ctinyint), + (-3728 % (MAX(ctinyint) + (762 * (-(COUNT(*)))))) +FROM alltypesorc +WHERE ((ctimestamp1 = ctimestamp2) + OR (762 = cfloat) + OR (cstring1 = 'ss') + OR ((csmallint <= cbigint) + AND (1 = cboolean2)) + OR ((cboolean1 IS NOT NULL) + AND ((ctimestamp2 IS NOT NULL) + AND (cstring2 > 'a')))) +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +2.5109214708345636E18 -2.5109214708345636E18 5.0218429416691272E18 2780 75.19800000000009 62 2.5109214708345661E18 2.5109214708345636E18 -1.0 2780 -2780 9460.675803068349 -2.5109214708345636E18 -2118360 1072872630 -2118298 -2.5109214697616911E18 185935.34910862707 0 758 -1.733509234828496 -3728 +WARNING: Comparing a bigint and a double may result in a loss of precision. +PREHOOK: query: -- TargetTypeClasses: String, Bool, Timestamp, Long, Double +-- Functions: Avg, Max, StDev, VarP +-- ArithmeticOps: Add, Divide, Remainder, Multiply +-- FilterOps: LessThanOrEqual, NotEqual, GreaterThanOrEqual, LessThan, Equal +-- GroupBy: NoGroupByProjectAggs +EXPLAIN SELECT AVG(ctinyint), + (AVG(ctinyint) + 6981), + ((AVG(ctinyint) + 6981) + AVG(ctinyint)), + MAX(cbigint), + (((AVG(ctinyint) + 6981) + AVG(ctinyint)) / AVG(ctinyint)), + (-((AVG(ctinyint) + 6981))), + STDDEV_SAMP(cint), + (AVG(ctinyint) % (-((AVG(ctinyint) + 6981)))), + VAR_POP(cint), + VAR_POP(cbigint), + (-(MAX(cbigint))), + ((-(MAX(cbigint))) / STDDEV_SAMP(cint)), + MAX(cfloat), + (VAR_POP(cbigint) * -26.28) +FROM alltypesorc +WHERE (((ctimestamp2 <= ctimestamp1) + AND ((cbigint != cdouble) + AND ('ss' <= cstring1))) + OR ((csmallint < ctinyint) + AND (ctimestamp1 >= 0)) + OR (cfloat = 17)) +PREHOOK: type: QUERY +POSTHOOK: query: -- TargetTypeClasses: String, Bool, Timestamp, Long, Double +-- Functions: Avg, Max, StDev, VarP +-- ArithmeticOps: Add, Divide, Remainder, Multiply +-- FilterOps: LessThanOrEqual, NotEqual, GreaterThanOrEqual, LessThan, Equal +-- GroupBy: NoGroupByProjectAggs +EXPLAIN SELECT AVG(ctinyint), + (AVG(ctinyint) + 6981), + ((AVG(ctinyint) + 6981) + AVG(ctinyint)), + MAX(cbigint), + (((AVG(ctinyint) + 6981) + AVG(ctinyint)) / AVG(ctinyint)), + (-((AVG(ctinyint) + 6981))), + STDDEV_SAMP(cint), + (AVG(ctinyint) % (-((AVG(ctinyint) + 6981)))), + VAR_POP(cint), + VAR_POP(cbigint), + (-(MAX(cbigint))), + ((-(MAX(cbigint))) / STDDEV_SAMP(cint)), + MAX(cfloat), + (VAR_POP(cbigint) * -26.28) +FROM alltypesorc +WHERE (((ctimestamp2 <= ctimestamp1) + AND ((cbigint != cdouble) + AND ('ss' <= cstring1))) + OR ((csmallint < ctinyint) + AND (ctimestamp1 >= 0)) + OR (cfloat = 17)) +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 1779 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: ((((ctimestamp2 <= ctimestamp1) and ((cbigint <> cdouble) and ('ss' <= cstring1))) or ((csmallint < ctinyint) and (ctimestamp1 >= 0))) or (cfloat = 17.0)) (type: boolean) + Statistics: Num rows: 1283 Data size: 272060 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: ctinyint (type: tinyint), cbigint (type: bigint), cint (type: int), cfloat (type: float) + outputColumnNames: ctinyint, cbigint, cint, cfloat + Statistics: Num rows: 1283 Data size: 272060 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: avg(ctinyint), max(cbigint), stddev_samp(cint), var_pop(cint), var_pop(cbigint), max(cfloat) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 + Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + sort order: + Statistics: Num rows: 1 Data size: 12 Basic stats: COMPLETE Column stats: NONE + value expressions: _col0 (type: struct), _col1 (type: bigint), _col2 (type: struct), _col3 (type: struct), _col4 (type: struct), _col5 (type: float) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Group By Operator + aggregations: avg(VALUE._col0), max(VALUE._col1), stddev_samp(VALUE._col2), var_pop(VALUE._col3), var_pop(VALUE._col4), max(VALUE._col5) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 + Statistics: Num rows: 1 Data size: 44 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: double), (_col0 + 6981) (type: double), ((_col0 + 6981) + _col0) (type: double), _col1 (type: bigint), (((_col0 + 6981) + _col0) / _col0) (type: double), (- (_col0 + 6981)) (type: double), _col2 (type: double), (_col0 % (- (_col0 + 6981))) (type: double), _col3 (type: double), _col4 (type: double), (- _col1) (type: bigint), ((- _col1) / _col2) (type: double), _col5 (type: float), (_col4 * (- 26.28)) (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13 + Statistics: Num rows: 1 Data size: 44 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 1 Data size: 44 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +WARNING: Comparing a bigint and a double may result in a loss of precision. +PREHOOK: query: SELECT AVG(ctinyint), + (AVG(ctinyint) + 6981), + ((AVG(ctinyint) + 6981) + AVG(ctinyint)), + MAX(cbigint), + (((AVG(ctinyint) + 6981) + AVG(ctinyint)) / AVG(ctinyint)), + (-((AVG(ctinyint) + 6981))), + STDDEV_SAMP(cint), + (AVG(ctinyint) % (-((AVG(ctinyint) + 6981)))), + VAR_POP(cint), + VAR_POP(cbigint), + (-(MAX(cbigint))), + ((-(MAX(cbigint))) / STDDEV_SAMP(cint)), + MAX(cfloat), + (VAR_POP(cbigint) * -26.28) +FROM alltypesorc +WHERE (((ctimestamp2 <= ctimestamp1) + AND ((cbigint != cdouble) + AND ('ss' <= cstring1))) + OR ((csmallint < ctinyint) + AND (ctimestamp1 >= 0)) + OR (cfloat = 17)) +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT AVG(ctinyint), + (AVG(ctinyint) + 6981), + ((AVG(ctinyint) + 6981) + AVG(ctinyint)), + MAX(cbigint), + (((AVG(ctinyint) + 6981) + AVG(ctinyint)) / AVG(ctinyint)), + (-((AVG(ctinyint) + 6981))), + STDDEV_SAMP(cint), + (AVG(ctinyint) % (-((AVG(ctinyint) + 6981)))), + VAR_POP(cint), + VAR_POP(cbigint), + (-(MAX(cbigint))), + ((-(MAX(cbigint))) / STDDEV_SAMP(cint)), + MAX(cfloat), + (VAR_POP(cbigint) * -26.28) +FROM alltypesorc +WHERE (((ctimestamp2 <= ctimestamp1) + AND ((cbigint != cdouble) + AND ('ss' <= cstring1))) + OR ((csmallint < ctinyint) + AND (ctimestamp1 >= 0)) + OR (cfloat = 17)) +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +-0.5934409161894847 6980.406559083811 6979.813118167622 2141851355 -11761.597368421053 -6980.406559083811 1.5852855222071937E8 -0.5934409161894847 2.5099887741860852E16 1.52140608502098816E18 -2141851355 -13.510823917813237 79.553 -3.998255191435157E19 +PREHOOK: query: -- TargetTypeClasses: Timestamp, String, Long, Double, Bool +-- Functions: Max, Avg, Min, Var, StDev, Count, StDevP, Sum +-- ArithmeticOps: Multiply, Subtract, Add, Divide +-- FilterOps: Like, NotEqual, LessThan, GreaterThanOrEqual, GreaterThan, RLike +-- GroupBy: NoGroupByProjectColumns +EXPLAIN SELECT cint, + cdouble, + ctimestamp2, + cstring1, + cboolean2, + ctinyint, + cfloat, + ctimestamp1, + csmallint, + cbigint, + (-3728 * cbigint), + (-(cint)), + (-863.257 - cint), + (-(csmallint)), + (csmallint - (-(csmallint))), + ((csmallint - (-(csmallint))) + (-(csmallint))), + (cint / cint), + ((-863.257 - cint) - -26.28), + (-(cfloat)), + (cdouble * -89010), + (ctinyint / 988888), + (-(ctinyint)), + (79.553 / ctinyint) +FROM alltypesorc +WHERE (((cstring1 RLIKE 'a.*') + AND (cstring2 LIKE '%ss%')) + OR ((1 != cboolean2) + AND ((csmallint < 79.553) + AND (-257 != ctinyint))) + OR ((cdouble > ctinyint) + AND (cfloat >= cint)) + OR ((cint < cbigint) + AND (ctinyint > cbigint))) +PREHOOK: type: QUERY +POSTHOOK: query: -- TargetTypeClasses: Timestamp, String, Long, Double, Bool +-- Functions: Max, Avg, Min, Var, StDev, Count, StDevP, Sum +-- ArithmeticOps: Multiply, Subtract, Add, Divide +-- FilterOps: Like, NotEqual, LessThan, GreaterThanOrEqual, GreaterThan, RLike +-- GroupBy: NoGroupByProjectColumns +EXPLAIN SELECT cint, + cdouble, + ctimestamp2, + cstring1, + cboolean2, + ctinyint, + cfloat, + ctimestamp1, + csmallint, + cbigint, + (-3728 * cbigint), + (-(cint)), + (-863.257 - cint), + (-(csmallint)), + (csmallint - (-(csmallint))), + ((csmallint - (-(csmallint))) + (-(csmallint))), + (cint / cint), + ((-863.257 - cint) - -26.28), + (-(cfloat)), + (cdouble * -89010), + (ctinyint / 988888), + (-(ctinyint)), + (79.553 / ctinyint) +FROM alltypesorc +WHERE (((cstring1 RLIKE 'a.*') + AND (cstring2 LIKE '%ss%')) + OR ((1 != cboolean2) + AND ((csmallint < 79.553) + AND (-257 != ctinyint))) + OR ((cdouble > ctinyint) + AND (cfloat >= cint)) + OR ((cint < cbigint) + AND (ctinyint > cbigint))) +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 1193 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: (((((cstring1 rlike 'a.*') and (cstring2 like '%ss%')) or ((1 <> cboolean2) and ((csmallint < 79.553) and ((- 257) <> ctinyint)))) or ((cdouble > ctinyint) and (cfloat >= cint))) or ((cint < cbigint) and (ctinyint > cbigint))) (type: boolean) + Statistics: Num rows: 959 Data size: 303244 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: cint (type: int), cdouble (type: double), ctimestamp2 (type: timestamp), cstring1 (type: string), cboolean2 (type: boolean), ctinyint (type: tinyint), cfloat (type: float), ctimestamp1 (type: timestamp), csmallint (type: smallint), cbigint (type: bigint), ((- 3728) * cbigint) (type: bigint), (- cint) (type: int), ((- 863.257) - cint) (type: double), (- csmallint) (type: smallint), (csmallint - (- csmallint)) (type: smallint), ((csmallint - (- csmallint)) + (- csmallint)) (type: smallint), (cint / cint) (type: double), (((- 863.257) - cint) - (- 26.28)) (type: double), (- cfloat) (type: float), (cdouble * (- 89010)) (type: double), (ctinyint / 988888) (type: double), (- ctinyint) (type: tinyint), (79.553 / ctinyint) (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20, _col21, _col22 + Statistics: Num rows: 959 Data size: 303244 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 959 Data size: 303244 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + Execution mode: vectorized + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +PREHOOK: query: SELECT cint, + cdouble, + ctimestamp2, + cstring1, + cboolean2, + ctinyint, + cfloat, + ctimestamp1, + csmallint, + cbigint, + (-3728 * cbigint), + (-(cint)), + (-863.257 - cint), + (-(csmallint)), + (csmallint - (-(csmallint))), + ((csmallint - (-(csmallint))) + (-(csmallint))), + (cint / cint), + ((-863.257 - cint) - -26.28), + (-(cfloat)), + (cdouble * -89010), + (ctinyint / 988888), + (-(ctinyint)), + (79.553 / ctinyint) +FROM alltypesorc +WHERE (((cstring1 RLIKE 'a.*') + AND (cstring2 LIKE '%ss%')) + OR ((1 != cboolean2) + AND ((csmallint < 79.553) + AND (-257 != ctinyint))) + OR ((cdouble > ctinyint) + AND (cfloat >= cint)) + OR ((cint < cbigint) + AND (ctinyint > cbigint))) +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT cint, + cdouble, + ctimestamp2, + cstring1, + cboolean2, + ctinyint, + cfloat, + ctimestamp1, + csmallint, + cbigint, + (-3728 * cbigint), + (-(cint)), + (-863.257 - cint), + (-(csmallint)), + (csmallint - (-(csmallint))), + ((csmallint - (-(csmallint))) + (-(csmallint))), + (cint / cint), + ((-863.257 - cint) - -26.28), + (-(cfloat)), + (cdouble * -89010), + (ctinyint / 988888), + (-(ctinyint)), + (79.553 / ctinyint) +FROM alltypesorc +WHERE (((cstring1 RLIKE 'a.*') + AND (cstring2 LIKE '%ss%')) + OR ((1 != cboolean2) + AND ((csmallint < 79.553) + AND (-257 != ctinyint))) + OR ((cdouble > ctinyint) + AND (cfloat >= cint)) + OR ((cint < cbigint) + AND (ctinyint > cbigint))) +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +NULL -200.0 1969-12-31 15:59:55.451 NULL false 38 38.0 1969-12-31 16:00:05.478 -200 -1090414113 4065063813264 NULL NULL 200 -400 -200 NULL NULL -38.0 1.7802E7 3.842700083325918E-5 -38 2.0935 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 8 8.0 1969-12-31 15:59:46.007 -200 -1236645308 4610213708224 NULL NULL 200 -400 -200 NULL NULL -8.0 1.7802E7 8.08989491226509E-6 -8 9.944125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -30 -30.0 1969-12-31 15:59:44.842 -200 -815881183 3041605050224 NULL NULL 200 -400 -200 NULL NULL 30.0 1.7802E7 -3.0337105920994087E-5 30 -2.6517666666666666 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 24 24.0 1969-12-31 15:59:44.55 -200 -499521357 1862215618896 NULL NULL 200 -400 -200 NULL NULL -24.0 1.7802E7 2.426968473679527E-5 -24 3.3147083333333334 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -1 -1.0 1969-12-31 16:00:14.985 -200 384222326 -1432380831328 NULL NULL 200 -400 -200 NULL NULL 1.0 1.7802E7 -1.0112368640331362E-6 1 -79.553 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -39 -39.0 1969-12-31 16:00:13.092 -200 -1111142796 4142340343488 NULL NULL 200 -400 -200 NULL NULL 39.0 1.7802E7 -3.9438237697292314E-5 39 -2.039820512820513 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 22 22.0 1969-12-31 16:00:10.436 -200 -998574307 3722685016496 NULL NULL 200 -400 -200 NULL NULL -22.0 1.7802E7 2.2247211008728996E-5 -22 3.6160454545454543 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 16 16.0 1969-12-31 16:00:02.208 -200 1043214022 -3889101874016 NULL NULL 200 -400 -200 NULL NULL -16.0 1.7802E7 1.617978982453018E-5 -16 4.9720625 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -12 -12.0 1969-12-31 15:59:58.305 -200 -997940806 3720323324768 NULL NULL 200 -400 -200 NULL NULL 12.0 1.7802E7 -1.2134842368397635E-5 12 -6.629416666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 46 46.0 1969-12-31 15:59:54.016 -200 -517349302 1928678197856 NULL NULL 200 -400 -200 NULL NULL -46.0 1.7802E7 4.651689574552426E-5 -46 1.7294130434782609 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 50 50.0 1969-12-31 15:59:57.847 -200 1819421386 -6782802927008 NULL NULL 200 -400 -200 NULL NULL -50.0 1.7802E7 5.056184320165681E-5 -50 1.59106 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -20 -20.0 1969-12-31 15:59:49.764 -200 1115401141 -4158215453648 NULL NULL 200 -400 -200 NULL NULL 20.0 1.7802E7 -2.0224737280662725E-5 20 -3.9776499999999997 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -17 -17.0 1969-12-31 15:59:51.417 -200 1806593648 -6734981119744 NULL NULL 200 -400 -200 NULL NULL 17.0 1.7802E7 -1.7191026688563315E-5 17 -4.679588235294117 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 60 60.0 1969-12-31 15:59:51.342 -200 1981140540 -7385691933120 NULL NULL 200 -400 -200 NULL NULL -60.0 1.7802E7 6.0674211841988174E-5 -60 1.3258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -55 -55.0 1969-12-31 16:00:08.896 -200 862778898 -3216439731744 NULL NULL 200 -400 -200 NULL NULL 55.0 1.7802E7 -5.561802752182249E-5 55 -1.4464181818181818 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 17 17.0 1969-12-31 15:59:47.263 -200 -1100744431 4103575238768 NULL NULL 200 -400 -200 NULL NULL -17.0 1.7802E7 1.7191026688563315E-5 -17 4.679588235294117 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -6 -6.0 1969-12-31 16:00:11.883 -200 -1874590290 6988472601120 NULL NULL 200 -400 -200 NULL NULL 6.0 1.7802E7 -6.067421184198818E-6 6 -13.258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -43 -43.0 1969-12-31 16:00:01.901 -200 1026696124 -3827523150272 NULL NULL 200 -400 -200 NULL NULL 43.0 1.7802E7 -4.3483185153424856E-5 43 -1.8500697674418605 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -22 -22.0 1969-12-31 15:59:53.476 -200 150711504 -561852486912 NULL NULL 200 -400 -200 NULL NULL 22.0 1.7802E7 -2.2247211008728996E-5 22 -3.6160454545454543 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -59 -59.0 1969-12-31 16:00:15.861 -200 254419828 -948477118784 NULL NULL 200 -400 -200 NULL NULL 59.0 1.7802E7 -5.966297497795504E-5 59 -1.3483559322033898 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 17 17.0 1969-12-31 16:00:05.562 -200 -859908363 3205738377264 NULL NULL 200 -400 -200 NULL NULL -17.0 1.7802E7 1.7191026688563315E-5 -17 4.679588235294117 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 6 6.0 1969-12-31 16:00:07.713 -200 -605449705 2257116500240 NULL NULL 200 -400 -200 NULL NULL -6.0 1.7802E7 6.067421184198818E-6 -6 13.258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 49 49.0 1969-12-31 15:59:44.289 -200 1713733703 -6388799244784 NULL NULL 200 -400 -200 NULL NULL -49.0 1.7802E7 4.9550606337623676E-5 -49 1.6235306122448978 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 50 50.0 1969-12-31 15:59:56.217 -200 -1595717723 5948835671344 NULL NULL 200 -400 -200 NULL NULL -50.0 1.7802E7 5.056184320165681E-5 -50 1.59106 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -13 -13.0 1969-12-31 15:59:50.858 -200 -519278910 1935871776480 NULL NULL 200 -400 -200 NULL NULL 13.0 1.7802E7 -1.314607923243077E-5 13 -6.119461538461538 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 33 33.0 1969-12-31 16:00:01.27 -200 -1116511205 4162353772240 NULL NULL 200 -400 -200 NULL NULL -33.0 1.7802E7 3.3370816513093494E-5 -33 2.4106969696969696 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -47 -47.0 1969-12-31 16:00:08.091 -200 1769663274 -6597304685472 NULL NULL 200 -400 -200 NULL NULL 47.0 1.7802E7 -4.7528132609557405E-5 47 -1.6926170212765956 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 19 19.0 1969-12-31 15:59:56.099 -200 1490159561 -5555314843408 NULL NULL 200 -400 -200 NULL NULL -19.0 1.7802E7 1.921350041662959E-5 -19 4.187 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 16 16.0 1969-12-31 15:59:52.751 -200 1918188607 -7151007126896 NULL NULL 200 -400 -200 NULL NULL -16.0 1.7802E7 1.617978982453018E-5 -16 4.9720625 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 25 25.0 1969-12-31 15:59:53.743 -200 1861913153 -6941212234384 NULL NULL 200 -400 -200 NULL NULL -25.0 1.7802E7 2.5280921600828406E-5 -25 3.18212 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 18 18.0 1969-12-31 16:00:15.89 -200 1994361829 -7434980898512 NULL NULL 200 -400 -200 NULL NULL -18.0 1.7802E7 1.820226355259645E-5 -18 4.419611111111111 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -29 -29.0 1969-12-31 15:59:57.882 -200 1896458939 -7069998924592 NULL NULL 200 -400 -200 NULL NULL 29.0 1.7802E7 -2.932586905696095E-5 29 -2.7432068965517242 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -22 -22.0 1969-12-31 16:00:05.218 -200 929143703 -3463847724784 NULL NULL 200 -400 -200 NULL NULL 22.0 1.7802E7 -2.2247211008728996E-5 22 -3.6160454545454543 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 52 52.0 1969-12-31 16:00:04.024 -200 741404204 -2763954872512 NULL NULL 200 -400 -200 NULL NULL -52.0 1.7802E7 5.258431692972308E-5 -52 1.5298653846153845 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -16 -16.0 1969-12-31 15:59:44.453 -200 -1624098865 6054640568720 NULL NULL 200 -400 -200 NULL NULL 16.0 1.7802E7 -1.617978982453018E-5 16 -4.9720625 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -55 -55.0 1969-12-31 16:00:08.229 -200 -1238304032 4616397431296 NULL NULL 200 -400 -200 NULL NULL 55.0 1.7802E7 -5.561802752182249E-5 55 -1.4464181818181818 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -16 -16.0 1969-12-31 16:00:12.574 -200 593383941 -2212135332048 NULL NULL 200 -400 -200 NULL NULL 16.0 1.7802E7 -1.617978982453018E-5 16 -4.9720625 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -14 -14.0 1969-12-31 15:59:58.148 -200 -1449446580 5403536850240 NULL NULL 200 -400 -200 NULL NULL 14.0 1.7802E7 -1.4157316096463906E-5 14 -5.682357142857143 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -29 -29.0 1969-12-31 15:59:46.536 -200 1674924283 -6244117727024 NULL NULL 200 -400 -200 NULL NULL 29.0 1.7802E7 -2.932586905696095E-5 29 -2.7432068965517242 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -60 -60.0 1969-12-31 16:00:10.953 -200 -483910982 1804020140896 NULL NULL 200 -400 -200 NULL NULL 60.0 1.7802E7 -6.0674211841988174E-5 60 -1.3258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 46 46.0 1969-12-31 16:00:09.883 -200 -436888437 1628720093136 NULL NULL 200 -400 -200 NULL NULL -46.0 1.7802E7 4.651689574552426E-5 -46 1.7294130434782609 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -43 -43.0 1969-12-31 15:59:51.43 -200 818800198 -3052487138144 NULL NULL 200 -400 -200 NULL NULL 43.0 1.7802E7 -4.3483185153424856E-5 43 -1.8500697674418605 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -33 -33.0 1969-12-31 15:59:55.755 -200 -567292357 2114865906896 NULL NULL 200 -400 -200 NULL NULL 33.0 1.7802E7 -3.3370816513093494E-5 33 -2.4106969696969696 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -38 -38.0 1969-12-31 15:59:56.769 -200 450485340 -1679409347520 NULL NULL 200 -400 -200 NULL NULL 38.0 1.7802E7 -3.842700083325918E-5 38 -2.0935 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -4 -4.0 1969-12-31 15:59:46.449 -200 -689001045 2568595895760 NULL NULL 200 -400 -200 NULL NULL 4.0 1.7802E7 -4.044947456132545E-6 4 -19.88825 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -50 -50.0 1969-12-31 16:00:13.253 -200 594977020 -2218074330560 NULL NULL 200 -400 -200 NULL NULL 50.0 1.7802E7 -5.056184320165681E-5 50 -1.59106 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 39 39.0 1969-12-31 15:59:46.368 -200 112950540 -421079613120 NULL NULL 200 -400 -200 NULL NULL -39.0 1.7802E7 3.9438237697292314E-5 -39 2.039820512820513 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 38 38.0 1969-12-31 15:59:53.592 -200 1922447714 -7166885077792 NULL NULL 200 -400 -200 NULL NULL -38.0 1.7802E7 3.842700083325918E-5 -38 2.0935 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 17 17.0 1969-12-31 16:00:13.411 -200 -915644003 3413520843184 NULL NULL 200 -400 -200 NULL NULL -17.0 1.7802E7 1.7191026688563315E-5 -17 4.679588235294117 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 16 16.0 1969-12-31 16:00:15.143 -200 -2109772858 7865233214624 NULL NULL 200 -400 -200 NULL NULL -16.0 1.7802E7 1.617978982453018E-5 -16 4.9720625 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 12 12.0 1969-12-31 16:00:08.34 -200 -860934589 3209564147792 NULL NULL 200 -400 -200 NULL NULL -12.0 1.7802E7 1.2134842368397635E-5 -12 6.629416666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 24 24.0 1969-12-31 15:59:58.788 -200 805287817 -3002112981776 NULL NULL 200 -400 -200 NULL NULL -24.0 1.7802E7 2.426968473679527E-5 -24 3.3147083333333334 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -30 -30.0 1969-12-31 16:00:08.346 -200 -1635566862 6097393261536 NULL NULL 200 -400 -200 NULL NULL 30.0 1.7802E7 -3.0337105920994087E-5 30 -2.6517666666666666 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -1 -1.0 1969-12-31 15:59:57.901 -200 -250915199 935411861872 NULL NULL 200 -400 -200 NULL NULL 1.0 1.7802E7 -1.0112368640331362E-6 1 -79.553 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -38 -38.0 1969-12-31 16:00:14.118 -200 1741347818 -6491744665504 NULL NULL 200 -400 -200 NULL NULL 38.0 1.7802E7 -3.842700083325918E-5 38 -2.0935 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -46 -46.0 1969-12-31 15:59:57.646 -200 -624367772 2327643054016 NULL NULL 200 -400 -200 NULL NULL 46.0 1.7802E7 -4.651689574552426E-5 46 -1.7294130434782609 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -59 -59.0 1969-12-31 16:00:06.777 -200 -836004666 3116625394848 NULL NULL 200 -400 -200 NULL NULL 59.0 1.7802E7 -5.966297497795504E-5 59 -1.3483559322033898 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 22 22.0 1969-12-31 16:00:12.112 -200 1395869317 -5203800813776 NULL NULL 200 -400 -200 NULL NULL -22.0 1.7802E7 2.2247211008728996E-5 -22 3.6160454545454543 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 16 16.0 1969-12-31 15:59:45.722 -200 -2069085175 7713549532400 NULL NULL 200 -400 -200 NULL NULL -16.0 1.7802E7 1.617978982453018E-5 -16 4.9720625 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 46 46.0 1969-12-31 15:59:56.163 -200 -1275647301 4755613138128 NULL NULL 200 -400 -200 NULL NULL -46.0 1.7802E7 4.651689574552426E-5 -46 1.7294130434782609 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -30 -30.0 1969-12-31 16:00:11.15 -200 -834308521 3110302166288 NULL NULL 200 -400 -200 NULL NULL 30.0 1.7802E7 -3.0337105920994087E-5 30 -2.6517666666666666 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 34 34.0 1969-12-31 15:59:53.06 -200 -1958596195 7301646614960 NULL NULL 200 -400 -200 NULL NULL -34.0 1.7802E7 3.438205337712663E-5 -34 2.3397941176470587 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -45 -45.0 1969-12-31 16:00:00.287 -200 -1919463631 7155760416368 NULL NULL 200 -400 -200 NULL NULL 45.0 1.7802E7 -4.550565888149113E-5 45 -1.7678444444444443 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 37 37.0 1969-12-31 15:59:58.129 -200 1838442362 -6853713125536 NULL NULL 200 -400 -200 NULL NULL -37.0 1.7802E7 3.741576396922604E-5 -37 2.150081081081081 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -41 -41.0 1969-12-31 15:59:44.38 -200 -688353943 2566183499504 NULL NULL 200 -400 -200 NULL NULL 41.0 1.7802E7 -4.1460711425358585E-5 41 -1.9403170731707315 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -44 -44.0 1969-12-31 16:00:00.835 -200 1814766708 -6765450287424 NULL NULL 200 -400 -200 NULL NULL 44.0 1.7802E7 -4.449442201745799E-5 44 -1.8080227272727272 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 32 32.0 1969-12-31 16:00:03.571 -200 953305450 -3553922717600 NULL NULL 200 -400 -200 NULL NULL -32.0 1.7802E7 3.235957964906036E-5 -32 2.48603125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 13 13.0 1969-12-31 16:00:03.794 -200 894634621 -3335197867088 NULL NULL 200 -400 -200 NULL NULL -13.0 1.7802E7 1.314607923243077E-5 -13 6.119461538461538 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 19 19.0 1969-12-31 16:00:10.723 -200 1604152041 -5980278808848 NULL NULL 200 -400 -200 NULL NULL -19.0 1.7802E7 1.921350041662959E-5 -19 4.187 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 62 62.0 1969-12-31 15:59:46.137 -200 -1332297900 4966806571200 NULL NULL 200 -400 -200 NULL NULL -62.0 1.7802E7 6.269668557005445E-5 -62 1.2831129032258064 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -46 -46.0 1969-12-31 15:59:49.331 -200 -2034715106 7585417915168 NULL NULL 200 -400 -200 NULL NULL 46.0 1.7802E7 -4.651689574552426E-5 46 -1.7294130434782609 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -25 -25.0 1969-12-31 15:59:48.372 -200 1516831554 -5654748033312 NULL NULL 200 -400 -200 NULL NULL 25.0 1.7802E7 -2.5280921600828406E-5 25 -3.18212 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 39 39.0 1969-12-31 16:00:00.395 -200 -899658844 3353928170432 NULL NULL 200 -400 -200 NULL NULL -39.0 1.7802E7 3.9438237697292314E-5 -39 2.039820512820513 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 43 43.0 1969-12-31 16:00:01.097 -200 -781919048 2914994210944 NULL NULL 200 -400 -200 NULL NULL -43.0 1.7802E7 4.3483185153424856E-5 -43 1.8500697674418605 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -42 -42.0 1969-12-31 15:59:54.349 -200 -390050457 1454108103696 NULL NULL 200 -400 -200 NULL NULL 42.0 1.7802E7 -4.247194828939172E-5 42 -1.8941190476190475 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -4 -4.0 1969-12-31 15:59:47.952 -200 -449401470 1675368680160 NULL NULL 200 -400 -200 NULL NULL 4.0 1.7802E7 -4.044947456132545E-6 4 -19.88825 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 10 10.0 1969-12-31 16:00:07.365 -200 120165080 -447975418240 NULL NULL 200 -400 -200 NULL NULL -10.0 1.7802E7 1.0112368640331362E-5 -10 7.955299999999999 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -10 -10.0 1969-12-31 15:59:47.828 -200 -715660733 2667983212624 NULL NULL 200 -400 -200 NULL NULL 10.0 1.7802E7 -1.0112368640331362E-5 10 -7.955299999999999 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 15 15.0 1969-12-31 16:00:00.951 -200 454239730 -1693405713440 NULL NULL 200 -400 -200 NULL NULL -15.0 1.7802E7 1.5168552960497044E-5 -15 5.303533333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 49 49.0 1969-12-31 15:59:48.367 -200 1709812289 -6374180213392 NULL NULL 200 -400 -200 NULL NULL -49.0 1.7802E7 4.9550606337623676E-5 -49 1.6235306122448978 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -57 -57.0 1969-12-31 16:00:02.707 -200 1382057278 -5152309532384 NULL NULL 200 -400 -200 NULL NULL 57.0 1.7802E7 -5.764050124988876E-5 57 -1.3956666666666666 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -25 -25.0 1969-12-31 15:59:49.293 -200 -776497113 2894781237264 NULL NULL 200 -400 -200 NULL NULL 25.0 1.7802E7 -2.5280921600828406E-5 25 -3.18212 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 34 34.0 1969-12-31 16:00:15.609 -200 -1775354211 6618520498608 NULL NULL 200 -400 -200 NULL NULL -34.0 1.7802E7 3.438205337712663E-5 -34 2.3397941176470587 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -51 -51.0 1969-12-31 16:00:12.494 -200 -413063757 1539901686096 NULL NULL 200 -400 -200 NULL NULL 51.0 1.7802E7 -5.157308006568995E-5 51 -1.5598627450980391 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -23 -23.0 1969-12-31 16:00:14.071 -200 -378947821 1412717476688 NULL NULL 200 -400 -200 NULL NULL 23.0 1.7802E7 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 41 41.0 1969-12-31 16:00:08.408 -200 696650264 -2597112184192 NULL NULL 200 -400 -200 NULL NULL -41.0 1.7802E7 4.1460711425358585E-5 -41 1.9403170731707315 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 39 39.0 1969-12-31 16:00:07.541 -200 260798405 -972256453840 NULL NULL 200 -400 -200 NULL NULL -39.0 1.7802E7 3.9438237697292314E-5 -39 2.039820512820513 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -30 -30.0 1969-12-31 16:00:10.211 -200 -885770465 3302152293520 NULL NULL 200 -400 -200 NULL NULL 30.0 1.7802E7 -3.0337105920994087E-5 30 -2.6517666666666666 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -24 -24.0 1969-12-31 15:59:54.075 -200 191358485 -713384432080 NULL NULL 200 -400 -200 NULL NULL 24.0 1.7802E7 -2.426968473679527E-5 24 -3.3147083333333334 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 56 56.0 1969-12-31 15:59:57.56 -200 951463637 -3547056438736 NULL NULL 200 -400 -200 NULL NULL -56.0 1.7802E7 5.6629264385855625E-5 -56 1.4205892857142857 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -21 -21.0 1969-12-31 16:00:09.182 -200 1367877440 -5099447096320 NULL NULL 200 -400 -200 NULL NULL 21.0 1.7802E7 -2.123597414469586E-5 21 -3.788238095238095 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 58 58.0 1969-12-31 15:59:45.489 -200 1300104054 -4846787913312 NULL NULL 200 -400 -200 NULL NULL -58.0 1.7802E7 5.86517381139219E-5 -58 1.3716034482758621 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 41 41.0 1969-12-31 16:00:07.175 -200 1542568556 -5750695576768 NULL NULL 200 -400 -200 NULL NULL -41.0 1.7802E7 4.1460711425358585E-5 -41 1.9403170731707315 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -1 -1.0 1969-12-31 16:00:04.836 -200 480523197 -1791390478416 NULL NULL 200 -400 -200 NULL NULL 1.0 1.7802E7 -1.0112368640331362E-6 1 -79.553 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 21 21.0 1969-12-31 16:00:08.048 -200 261543399 -975033791472 NULL NULL 200 -400 -200 NULL NULL -21.0 1.7802E7 2.123597414469586E-5 -21 3.788238095238095 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -61 -61.0 1969-12-31 16:00:04.165 -200 -1313743110 4897634314080 NULL NULL 200 -400 -200 NULL NULL 61.0 1.7802E7 -6.16854487060213E-5 61 -1.3041475409836065 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 35 35.0 1969-12-31 16:00:09.892 -200 -197916286 737831914208 NULL NULL 200 -400 -200 NULL NULL -35.0 1.7802E7 3.5393290241159765E-5 -35 2.272942857142857 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -48 -48.0 1969-12-31 15:59:55.023 -200 17520444 -65316215232 NULL NULL 200 -400 -200 NULL NULL 48.0 1.7802E7 -4.853936947359054E-5 48 -1.6573541666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -14 -14.0 1969-12-31 15:59:44.457 -200 1678325085 -6256795916880 NULL NULL 200 -400 -200 NULL NULL 14.0 1.7802E7 -1.4157316096463906E-5 14 -5.682357142857143 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 54 54.0 1969-12-31 16:00:10.187 -200 829351969 -3091824140432 NULL NULL 200 -400 -200 NULL NULL -54.0 1.7802E7 5.4606790657789354E-5 -54 1.4732037037037036 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 16 16.0 1969-12-31 15:59:57.245 -200 1713760992 -6388900978176 NULL NULL 200 -400 -200 NULL NULL -16.0 1.7802E7 1.617978982453018E-5 -16 4.9720625 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 53 53.0 1969-12-31 16:00:15.401 -200 -549903001 2050038387728 NULL NULL 200 -400 -200 NULL NULL -53.0 1.7802E7 5.359555379375622E-5 -53 1.501 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -58 -58.0 1969-12-31 15:59:54.484 -200 1126209929 -4198510615312 NULL NULL 200 -400 -200 NULL NULL 58.0 1.7802E7 -5.86517381139219E-5 58 -1.3716034482758621 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 4 4.0 1969-12-31 15:59:53.898 -200 -1597851253 5956789471184 NULL NULL 200 -400 -200 NULL NULL -4.0 1.7802E7 4.044947456132545E-6 -4 19.88825 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 47 47.0 1969-12-31 16:00:02 -200 678949554 -2531123937312 NULL NULL 200 -400 -200 NULL NULL -47.0 1.7802E7 4.7528132609557405E-5 -47 1.6926170212765956 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -26 -26.0 1969-12-31 16:00:14.191 -200 1050415040 -3915947269120 NULL NULL 200 -400 -200 NULL NULL 26.0 1.7802E7 -2.629215846486154E-5 26 -3.059730769230769 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -5 -5.0 1969-12-31 15:59:57.794 -200 205645723 -766647255344 NULL NULL 200 -400 -200 NULL NULL 5.0 1.7802E7 -5.056184320165681E-6 5 -15.910599999999999 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 50 50.0 1969-12-31 16:00:09.364 -200 -291569870 1086972475360 NULL NULL 200 -400 -200 NULL NULL -50.0 1.7802E7 5.056184320165681E-5 -50 1.59106 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 32 32.0 1969-12-31 15:59:57.543 -200 1053538728 -3927592377984 NULL NULL 200 -400 -200 NULL NULL -32.0 1.7802E7 3.235957964906036E-5 -32 2.48603125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 20 20.0 1969-12-31 15:59:55.056 -200 -1403730664 5233107915392 NULL NULL 200 -400 -200 NULL NULL -20.0 1.7802E7 2.0224737280662725E-5 -20 3.9776499999999997 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 26 26.0 1969-12-31 16:00:00.923 -200 -1387364200 5172093737600 NULL NULL 200 -400 -200 NULL NULL -26.0 1.7802E7 2.629215846486154E-5 -26 3.059730769230769 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -49 -49.0 1969-12-31 16:00:01.458 -200 -658701811 2455640351408 NULL NULL 200 -400 -200 NULL NULL 49.0 1.7802E7 -4.9550606337623676E-5 49 -1.6235306122448978 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 14 14.0 1969-12-31 15:59:44.297 -200 2120344258 -7904643393824 NULL NULL 200 -400 -200 NULL NULL -14.0 1.7802E7 1.4157316096463906E-5 -14 5.682357142857143 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -58 -58.0 1969-12-31 15:59:47.24 -200 1257221099 -4686920257072 NULL NULL 200 -400 -200 NULL NULL 58.0 1.7802E7 -5.86517381139219E-5 58 -1.3716034482758621 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -14 -14.0 1969-12-31 16:00:08.704 -200 1471532162 -5485871899936 NULL NULL 200 -400 -200 NULL NULL 14.0 1.7802E7 -1.4157316096463906E-5 14 -5.682357142857143 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 45 45.0 1969-12-31 16:00:04.572 -200 612900585 -2284893380880 NULL NULL 200 -400 -200 NULL NULL -45.0 1.7802E7 4.550565888149113E-5 -45 1.7678444444444443 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -63 -63.0 1969-12-31 16:00:01.843 -200 -1999307539 7453418505392 NULL NULL 200 -400 -200 NULL NULL 63.0 1.7802E7 -6.370792243408759E-5 63 -1.2627460317460317 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -23 -23.0 1969-12-31 16:00:01.764 -200 -2020595716 7532780829248 NULL NULL 200 -400 -200 NULL NULL 23.0 1.7802E7 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -26 -26.0 1969-12-31 15:59:50.573 -200 -1087207614 4053109984992 NULL NULL 200 -400 -200 NULL NULL 26.0 1.7802E7 -2.629215846486154E-5 26 -3.059730769230769 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 14 14.0 1969-12-31 16:00:06.3 -200 57986729 -216174525712 NULL NULL 200 -400 -200 NULL NULL -14.0 1.7802E7 1.4157316096463906E-5 -14 5.682357142857143 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 46 46.0 1969-12-31 15:59:46.028 -200 14115102 -52621100256 NULL NULL 200 -400 -200 NULL NULL -46.0 1.7802E7 4.651689574552426E-5 -46 1.7294130434782609 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 15 15.0 1969-12-31 15:59:57.953 -200 -30844955 114989992240 NULL NULL 200 -400 -200 NULL NULL -15.0 1.7802E7 1.5168552960497044E-5 -15 5.303533333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 6 6.0 1969-12-31 16:00:13.132 -200 883917228 -3295243425984 NULL NULL 200 -400 -200 NULL NULL -6.0 1.7802E7 6.067421184198818E-6 -6 13.258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 2 2.0 1969-12-31 15:59:46.893 -200 1767035977 -6587510122256 NULL NULL 200 -400 -200 NULL NULL -2.0 1.7802E7 2.0224737280662724E-6 -2 39.7765 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 17 17.0 1969-12-31 16:00:10.701 -200 142612225 -531658374800 NULL NULL 200 -400 -200 NULL NULL -17.0 1.7802E7 1.7191026688563315E-5 -17 4.679588235294117 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 52 52.0 1969-12-31 15:59:47.921 -200 505653702 -1885077001056 NULL NULL 200 -400 -200 NULL NULL -52.0 1.7802E7 5.258431692972308E-5 -52 1.5298653846153845 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 17 17.0 1969-12-31 15:59:48.452 -200 -899919510 3354899933280 NULL NULL 200 -400 -200 NULL NULL -17.0 1.7802E7 1.7191026688563315E-5 -17 4.679588235294117 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 41 41.0 1969-12-31 16:00:09.951 -200 -1973152486 7355912467808 NULL NULL 200 -400 -200 NULL NULL -41.0 1.7802E7 4.1460711425358585E-5 -41 1.9403170731707315 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 2 2.0 1969-12-31 16:00:02.752 -200 1107543828 -4128923390784 NULL NULL 200 -400 -200 NULL NULL -2.0 1.7802E7 2.0224737280662724E-6 -2 39.7765 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 6 6.0 1969-12-31 15:59:57.568 -200 559133030 -2084447935840 NULL NULL 200 -400 -200 NULL NULL -6.0 1.7802E7 6.067421184198818E-6 -6 13.258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 39 39.0 1969-12-31 16:00:12.557 -200 -1811991294 6755103544032 NULL NULL 200 -400 -200 NULL NULL -39.0 1.7802E7 3.9438237697292314E-5 -39 2.039820512820513 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -33 -33.0 1969-12-31 16:00:08.046 -200 281060243 -1047792585904 NULL NULL 200 -400 -200 NULL NULL 33.0 1.7802E7 -3.3370816513093494E-5 33 -2.4106969696969696 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 40 40.0 1969-12-31 15:59:55.197 -200 1958187727 -7300123846256 NULL NULL 200 -400 -200 NULL NULL -40.0 1.7802E7 4.044947456132545E-5 -40 1.9888249999999998 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -60 -60.0 1969-12-31 15:59:57.528 -200 1172431520 -4370824706560 NULL NULL 200 -400 -200 NULL NULL 60.0 1.7802E7 -6.0674211841988174E-5 60 -1.3258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -61 -61.0 1969-12-31 15:59:52.066 -200 623787602 -2325480180256 NULL NULL 200 -400 -200 NULL NULL 61.0 1.7802E7 -6.16854487060213E-5 61 -1.3041475409836065 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 45 45.0 1969-12-31 15:59:56.055 -200 -1251321575 4664926831600 NULL NULL 200 -400 -200 NULL NULL -45.0 1.7802E7 4.550565888149113E-5 -45 1.7678444444444443 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -23 -23.0 1969-12-31 16:00:16.07 -200 1778714378 -6631047201184 NULL NULL 200 -400 -200 NULL NULL 23.0 1.7802E7 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 58 58.0 1969-12-31 16:00:11.449 -200 -2045923021 7627201022288 NULL NULL 200 -400 -200 NULL NULL -58.0 1.7802E7 5.86517381139219E-5 -58 1.3716034482758621 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 22 22.0 1969-12-31 16:00:00.621 -200 930659178 -3469497415584 NULL NULL 200 -400 -200 NULL NULL -22.0 1.7802E7 2.2247211008728996E-5 -22 3.6160454545454543 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -52 -52.0 1969-12-31 16:00:01.289 -200 -1407220579 5246118318512 NULL NULL 200 -400 -200 NULL NULL 52.0 1.7802E7 -5.258431692972308E-5 52 -1.5298653846153845 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 47 47.0 1969-12-31 15:59:51.788 -200 1394914812 -5200242419136 NULL NULL 200 -400 -200 NULL NULL -47.0 1.7802E7 4.7528132609557405E-5 -47 1.6926170212765956 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 56 56.0 1969-12-31 16:00:16.056 -200 -72311778 269578308384 NULL NULL 200 -400 -200 NULL NULL -56.0 1.7802E7 5.6629264385855625E-5 -56 1.4205892857142857 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -22 -22.0 1969-12-31 16:00:12.901 -200 486263371 -1812789847088 NULL NULL 200 -400 -200 NULL NULL 22.0 1.7802E7 -2.2247211008728996E-5 22 -3.6160454545454543 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 24 24.0 1969-12-31 16:00:01.369 -200 -1719521942 6410377799776 NULL NULL 200 -400 -200 NULL NULL -24.0 1.7802E7 2.426968473679527E-5 -24 3.3147083333333334 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 53 53.0 1969-12-31 15:59:45.074 -200 -1405259747 5238808336816 NULL NULL 200 -400 -200 NULL NULL -53.0 1.7802E7 5.359555379375622E-5 -53 1.501 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -44 -44.0 1969-12-31 16:00:03.357 -200 1980863657 -7384659713296 NULL NULL 200 -400 -200 NULL NULL 44.0 1.7802E7 -4.449442201745799E-5 44 -1.8080227272727272 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -16 -16.0 1969-12-31 15:59:55.043 -200 82971673 -309318396944 NULL NULL 200 -400 -200 NULL NULL 16.0 1.7802E7 -1.617978982453018E-5 16 -4.9720625 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 4 4.0 1969-12-31 16:00:00.019 -200 1070083402 -3989270922656 NULL NULL 200 -400 -200 NULL NULL -4.0 1.7802E7 4.044947456132545E-6 -4 19.88825 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -33 -33.0 1969-12-31 15:59:45.1 -200 -375567961 1400117358608 NULL NULL 200 -400 -200 NULL NULL 33.0 1.7802E7 -3.3370816513093494E-5 33 -2.4106969696969696 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -42 -42.0 1969-12-31 16:00:09.72 -200 -75032821 279722356688 NULL NULL 200 -400 -200 NULL NULL 42.0 1.7802E7 -4.247194828939172E-5 42 -1.8941190476190475 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 21 21.0 1969-12-31 16:00:12.52 -200 -1063757589 3965688291792 NULL NULL 200 -400 -200 NULL NULL -21.0 1.7802E7 2.123597414469586E-5 -21 3.788238095238095 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 34 34.0 1969-12-31 16:00:08.234 -200 -1455850339 5427410063792 NULL NULL 200 -400 -200 NULL NULL -34.0 1.7802E7 3.438205337712663E-5 -34 2.3397941176470587 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 47 47.0 1969-12-31 16:00:04.997 -200 -1166027011 4346948697008 NULL NULL 200 -400 -200 NULL NULL -47.0 1.7802E7 4.7528132609557405E-5 -47 1.6926170212765956 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 4 4.0 1969-12-31 16:00:00.563 -200 2051685271 -7648682690288 NULL NULL 200 -400 -200 NULL NULL -4.0 1.7802E7 4.044947456132545E-6 -4 19.88825 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -27 -27.0 1969-12-31 15:59:53.546 -200 -499602601 1862518496528 NULL NULL 200 -400 -200 NULL NULL 27.0 1.7802E7 -2.7303395328894677E-5 27 -2.946407407407407 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 22 22.0 1969-12-31 16:00:09.842 -200 615107644 -2293121296832 NULL NULL 200 -400 -200 NULL NULL -22.0 1.7802E7 2.2247211008728996E-5 -22 3.6160454545454543 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -6 -6.0 1969-12-31 16:00:05.495 -200 377656757 -1407904390096 NULL NULL 200 -400 -200 NULL NULL 6.0 1.7802E7 -6.067421184198818E-6 6 -13.258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -15 -15.0 1969-12-31 16:00:13.438 -200 1702277036 -6346088790208 NULL NULL 200 -400 -200 NULL NULL 15.0 1.7802E7 -1.5168552960497044E-5 15 -5.303533333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 52 52.0 1969-12-31 16:00:00.158 -200 -1439705824 5367223311872 NULL NULL 200 -400 -200 NULL NULL -52.0 1.7802E7 5.258431692972308E-5 -52 1.5298653846153845 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -45 -45.0 1969-12-31 16:00:02.814 -200 771908206 -2877673791968 NULL NULL 200 -400 -200 NULL NULL 45.0 1.7802E7 -4.550565888149113E-5 45 -1.7678444444444443 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 55 55.0 1969-12-31 16:00:14.709 -200 529159242 -1972705654176 NULL NULL 200 -400 -200 NULL NULL -55.0 1.7802E7 5.561802752182249E-5 -55 1.4464181818181818 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 6 6.0 1969-12-31 15:59:57.47 -200 -1169269094 4359035182432 NULL NULL 200 -400 -200 NULL NULL -6.0 1.7802E7 6.067421184198818E-6 -6 13.258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -55 -55.0 1969-12-31 16:00:03.737 -200 -955056279 3560449808112 NULL NULL 200 -400 -200 NULL NULL 55.0 1.7802E7 -5.561802752182249E-5 55 -1.4464181818181818 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 60 60.0 1969-12-31 15:59:47.019 -200 -2132232110 7948961306080 NULL NULL 200 -400 -200 NULL NULL -60.0 1.7802E7 6.0674211841988174E-5 -60 1.3258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -28 -28.0 1969-12-31 15:59:44.922 -200 -596995850 2225600528800 NULL NULL 200 -400 -200 NULL NULL 28.0 1.7802E7 -2.8314632192927813E-5 28 -2.8411785714285713 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -7 -7.0 1969-12-31 16:00:15.593 -200 -337718648 1259015119744 NULL NULL 200 -400 -200 NULL NULL 7.0 1.7802E7 -7.078658048231953E-6 7 -11.364714285714285 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 45 45.0 1969-12-31 16:00:11.443 -200 -122450 456493600 NULL NULL 200 -400 -200 NULL NULL -45.0 1.7802E7 4.550565888149113E-5 -45 1.7678444444444443 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 51 51.0 1969-12-31 16:00:00.147 -200 908074420 -3385301437760 NULL NULL 200 -400 -200 NULL NULL -51.0 1.7802E7 5.157308006568995E-5 -51 1.5598627450980391 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 32 32.0 1969-12-31 16:00:07.675 -200 99645480 -371478349440 NULL NULL 200 -400 -200 NULL NULL -32.0 1.7802E7 3.235957964906036E-5 -32 2.48603125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -6 -6.0 1969-12-31 15:59:47.066 -200 1361253497 -5074753036816 NULL NULL 200 -400 -200 NULL NULL 6.0 1.7802E7 -6.067421184198818E-6 6 -13.258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 1 1.0 1969-12-31 15:59:46.29 -200 1968356628 -7338033509184 NULL NULL 200 -400 -200 NULL NULL -1.0 1.7802E7 1.0112368640331362E-6 -1 79.553 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 42 42.0 1969-12-31 16:00:00.11 -200 1303413031 -4859123779568 NULL NULL 200 -400 -200 NULL NULL -42.0 1.7802E7 4.247194828939172E-5 -42 1.8941190476190475 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -23 -23.0 1969-12-31 15:59:54.522 -200 -1369228515 5104483903920 NULL NULL 200 -400 -200 NULL NULL 23.0 1.7802E7 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -61 -61.0 1969-12-31 15:59:47.034 -200 1399483216 -5217273429248 NULL NULL 200 -400 -200 NULL NULL 61.0 1.7802E7 -6.16854487060213E-5 61 -1.3041475409836065 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 11 11.0 1969-12-31 16:00:14.569 -200 -62618517 233441831376 NULL NULL 200 -400 -200 NULL NULL -11.0 1.7802E7 1.1123605504364498E-5 -11 7.232090909090909 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -23 -23.0 1969-12-31 16:00:13.835 -200 -139835037 521305017936 NULL NULL 200 -400 -200 NULL NULL 23.0 1.7802E7 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 21 21.0 1969-12-31 16:00:13.153 -200 1469053701 -5476632197328 NULL NULL 200 -400 -200 NULL NULL -21.0 1.7802E7 2.123597414469586E-5 -21 3.788238095238095 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 49 49.0 1969-12-31 15:59:43.952 -200 -753159604 2807779003712 NULL NULL 200 -400 -200 NULL NULL -49.0 1.7802E7 4.9550606337623676E-5 -49 1.6235306122448978 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -10 -10.0 1969-12-31 16:00:08.882 -200 -1036428824 3863806655872 NULL NULL 200 -400 -200 NULL NULL 10.0 1.7802E7 -1.0112368640331362E-5 10 -7.955299999999999 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 17 17.0 1969-12-31 16:00:13.008 -200 -1570844365 5856107792720 NULL NULL 200 -400 -200 NULL NULL -17.0 1.7802E7 1.7191026688563315E-5 -17 4.679588235294117 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -32 -32.0 1969-12-31 15:59:47.69 -200 -679776976 2534208566528 NULL NULL 200 -400 -200 NULL NULL 32.0 1.7802E7 -3.235957964906036E-5 32 -2.48603125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 35 35.0 1969-12-31 16:00:08.37 -200 -258891336 965146900608 NULL NULL 200 -400 -200 NULL NULL -35.0 1.7802E7 3.5393290241159765E-5 -35 2.272942857142857 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -26 -26.0 1969-12-31 15:59:54.866 -200 -281746185 1050349777680 NULL NULL 200 -400 -200 NULL NULL 26.0 1.7802E7 -2.629215846486154E-5 26 -3.059730769230769 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -50 -50.0 1969-12-31 16:00:04.696 -200 -144798360 539808286080 NULL NULL 200 -400 -200 NULL NULL 50.0 1.7802E7 -5.056184320165681E-5 50 -1.59106 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -36 -36.0 1969-12-31 16:00:15.111 -200 -817680514 3048312956192 NULL NULL 200 -400 -200 NULL NULL 36.0 1.7802E7 -3.64045271051929E-5 36 -2.2098055555555556 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 32 32.0 1969-12-31 15:59:58.298 -200 927442664 -3457506251392 NULL NULL 200 -400 -200 NULL NULL -32.0 1.7802E7 3.235957964906036E-5 -32 2.48603125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -4 -4.0 1969-12-31 15:59:44.052 -200 -74396507 277350178096 NULL NULL 200 -400 -200 NULL NULL 4.0 1.7802E7 -4.044947456132545E-6 4 -19.88825 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -1 -1.0 1969-12-31 15:59:58.26 -200 -830447528 3095908384384 NULL NULL 200 -400 -200 NULL NULL 1.0 1.7802E7 -1.0112368640331362E-6 1 -79.553 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -30 -30.0 1969-12-31 16:00:02.234 -200 1539182778 -5738073396384 NULL NULL 200 -400 -200 NULL NULL 30.0 1.7802E7 -3.0337105920994087E-5 30 -2.6517666666666666 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 24 24.0 1969-12-31 15:59:53.052 -200 821428066 -3062283830048 NULL NULL 200 -400 -200 NULL NULL -24.0 1.7802E7 2.426968473679527E-5 -24 3.3147083333333334 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 49 49.0 1969-12-31 16:00:05.369 -200 1700360415 -6338943627120 NULL NULL 200 -400 -200 NULL NULL -49.0 1.7802E7 4.9550606337623676E-5 -49 1.6235306122448978 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 47 47.0 1969-12-31 16:00:06.256 -200 -1558297670 5809333713760 NULL NULL 200 -400 -200 NULL NULL -47.0 1.7802E7 4.7528132609557405E-5 -47 1.6926170212765956 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 50 50.0 1969-12-31 16:00:04.228 -200 977627069 -3644593713232 NULL NULL 200 -400 -200 NULL NULL -50.0 1.7802E7 5.056184320165681E-5 -50 1.59106 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -59 -59.0 1969-12-31 16:00:15.296 -200 165384922 -616554989216 NULL NULL 200 -400 -200 NULL NULL 59.0 1.7802E7 -5.966297497795504E-5 59 -1.3483559322033898 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -12 -12.0 1969-12-31 16:00:15.749 -200 -1476740834 5505289829152 NULL NULL 200 -400 -200 NULL NULL 12.0 1.7802E7 -1.2134842368397635E-5 12 -6.629416666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -16 -16.0 1969-12-31 15:59:44.289 -200 -1197793261 4465373277008 NULL NULL 200 -400 -200 NULL NULL 16.0 1.7802E7 -1.617978982453018E-5 16 -4.9720625 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 37 37.0 1969-12-31 15:59:51.566 -200 1829107401 -6818912390928 NULL NULL 200 -400 -200 NULL NULL -37.0 1.7802E7 3.741576396922604E-5 -37 2.150081081081081 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 15 15.0 1969-12-31 15:59:45.107 -200 1565121976 -5834774726528 NULL NULL 200 -400 -200 NULL NULL -15.0 1.7802E7 1.5168552960497044E-5 -15 5.303533333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 33 33.0 1969-12-31 15:59:49.489 -200 1531926845 -5711023278160 NULL NULL 200 -400 -200 NULL NULL -33.0 1.7802E7 3.3370816513093494E-5 -33 2.4106969696969696 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 8 8.0 1969-12-31 15:59:57.063 -200 1430481343 -5332834446704 NULL NULL 200 -400 -200 NULL NULL -8.0 1.7802E7 8.08989491226509E-6 -8 9.944125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 38 38.0 1969-12-31 15:59:48.017 -200 428518739 -1597517858992 NULL NULL 200 -400 -200 NULL NULL -38.0 1.7802E7 3.842700083325918E-5 -38 2.0935 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -63 -63.0 1969-12-31 16:00:10.205 -200 -997946077 3720342975056 NULL NULL 200 -400 -200 NULL NULL 63.0 1.7802E7 -6.370792243408759E-5 63 -1.2627460317460317 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 3 3.0 1969-12-31 16:00:00.074 -200 162573978 -606075789984 NULL NULL 200 -400 -200 NULL NULL -3.0 1.7802E7 3.033710592099409E-6 -3 26.517666666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -31 -31.0 1969-12-31 15:59:48.152 -200 -1690447990 6301990106720 NULL NULL 200 -400 -200 NULL NULL 31.0 1.7802E7 -3.134834278502722E-5 31 -2.566225806451613 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 23 23.0 1969-12-31 15:59:44.772 -200 752628842 -2805800322976 NULL NULL 200 -400 -200 NULL NULL -23.0 1.7802E7 2.325844787276213E-5 -23 3.4588260869565217 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -26 -26.0 1969-12-31 15:59:56.426 -200 -240265414 895709463392 NULL NULL 200 -400 -200 NULL NULL 26.0 1.7802E7 -2.629215846486154E-5 26 -3.059730769230769 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -4 -4.0 1969-12-31 15:59:57.269 -200 1170453302 -4363449909856 NULL NULL 200 -400 -200 NULL NULL 4.0 1.7802E7 -4.044947456132545E-6 4 -19.88825 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -52 -52.0 1969-12-31 15:59:45.644 -200 116461878 -434169881184 NULL NULL 200 -400 -200 NULL NULL 52.0 1.7802E7 -5.258431692972308E-5 52 -1.5298653846153845 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 39 39.0 1969-12-31 16:00:02.804 -200 1368309884 -5101059247552 NULL NULL 200 -400 -200 NULL NULL -39.0 1.7802E7 3.9438237697292314E-5 -39 2.039820512820513 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 62 62.0 1969-12-31 15:59:48.815 -200 -701191108 2614040450624 NULL NULL 200 -400 -200 NULL NULL -62.0 1.7802E7 6.269668557005445E-5 -62 1.2831129032258064 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -2 -2.0 1969-12-31 16:00:11.181 -200 -925105543 3448793464304 NULL NULL 200 -400 -200 NULL NULL 2.0 1.7802E7 -2.0224737280662724E-6 2 -39.7765 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 60 60.0 1969-12-31 15:59:55.035 -200 1810792403 -6750634078384 NULL NULL 200 -400 -200 NULL NULL -60.0 1.7802E7 6.0674211841988174E-5 -60 1.3258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -37 -37.0 1969-12-31 16:00:14.662 -200 980008876 -3653473089728 NULL NULL 200 -400 -200 NULL NULL 37.0 1.7802E7 -3.741576396922604E-5 37 -2.150081081081081 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -62 -62.0 1969-12-31 16:00:10.485 -200 325025905 -1211696573840 NULL NULL 200 -400 -200 NULL NULL 62.0 1.7802E7 -6.269668557005445E-5 62 -1.2831129032258064 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -14 -14.0 1969-12-31 16:00:16.274 -200 -1448350434 5399450417952 NULL NULL 200 -400 -200 NULL NULL 14.0 1.7802E7 -1.4157316096463906E-5 14 -5.682357142857143 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -2 -2.0 1969-12-31 16:00:11.494 -200 841969908 -3138863817024 NULL NULL 200 -400 -200 NULL NULL 2.0 1.7802E7 -2.0224737280662724E-6 2 -39.7765 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -3 -3.0 1969-12-31 15:59:57.237 -200 -780159920 2908436181760 NULL NULL 200 -400 -200 NULL NULL 3.0 1.7802E7 -3.033710592099409E-6 3 -26.517666666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -36 -36.0 1969-12-31 15:59:53.817 -200 1599879000 -5964348912000 NULL NULL 200 -400 -200 NULL NULL 36.0 1.7802E7 -3.64045271051929E-5 36 -2.2098055555555556 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -40 -40.0 1969-12-31 15:59:46.148 -200 -1741735436 6493189705408 NULL NULL 200 -400 -200 NULL NULL 40.0 1.7802E7 -4.044947456132545E-5 40 -1.9888249999999998 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -50 -50.0 1969-12-31 15:59:52.202 -200 68053173 -253702228944 NULL NULL 200 -400 -200 NULL NULL 50.0 1.7802E7 -5.056184320165681E-5 50 -1.59106 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -15 -15.0 1969-12-31 15:59:45.322 -200 -1289952980 4808944709440 NULL NULL 200 -400 -200 NULL NULL 15.0 1.7802E7 -1.5168552960497044E-5 15 -5.303533333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -48 -48.0 1969-12-31 16:00:00.96 -200 -2095298312 7811272107136 NULL NULL 200 -400 -200 NULL NULL 48.0 1.7802E7 -4.853936947359054E-5 48 -1.6573541666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -40 -40.0 1969-12-31 15:59:57.942 -200 1122556805 -4184891769040 NULL NULL 200 -400 -200 NULL NULL 40.0 1.7802E7 -4.044947456132545E-5 40 -1.9888249999999998 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -4 -4.0 1969-12-31 16:00:06.776 -200 -1242610289 4632451157392 NULL NULL 200 -400 -200 NULL NULL 4.0 1.7802E7 -4.044947456132545E-6 4 -19.88825 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -28 -28.0 1969-12-31 16:00:02.58 -200 1380986666 -5148318290848 NULL NULL 200 -400 -200 NULL NULL 28.0 1.7802E7 -2.8314632192927813E-5 28 -2.8411785714285713 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -28 -28.0 1969-12-31 15:59:47.712 -200 -60966612 227283529536 NULL NULL 200 -400 -200 NULL NULL 28.0 1.7802E7 -2.8314632192927813E-5 28 -2.8411785714285713 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 33 79.553 1969-12-31 16:00:04.568 -200 -787452001 2935621059728 NULL NULL 200 -400 -200 NULL NULL -79.553 1.7802E7 3.3370816513093494E-5 -33 2.4106969696969696 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -62 -62.0 1969-12-31 16:00:01.515 -200 1221804187 -4554886009136 NULL NULL 200 -400 -200 NULL NULL 62.0 1.7802E7 -6.269668557005445E-5 62 -1.2831129032258064 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -44 -44.0 1969-12-31 16:00:14.848 -200 1075499932 -4009463746496 NULL NULL 200 -400 -200 NULL NULL 44.0 1.7802E7 -4.449442201745799E-5 44 -1.8080227272727272 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 12 12.0 1969-12-31 16:00:12.772 -200 987273431 -3680555350768 NULL NULL 200 -400 -200 NULL NULL -12.0 1.7802E7 1.2134842368397635E-5 -12 6.629416666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -11 -11.0 1969-12-31 15:59:48.368 -200 -1894580211 7062995026608 NULL NULL 200 -400 -200 NULL NULL 11.0 1.7802E7 -1.1123605504364498E-5 11 -7.232090909090909 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -8 -8.0 1969-12-31 16:00:08.007 -200 1525511816 -5687108050048 NULL NULL 200 -400 -200 NULL NULL 8.0 1.7802E7 -8.08989491226509E-6 8 -9.944125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 40 40.0 1969-12-31 16:00:01.356 -200 1778581609 -6630552238352 NULL NULL 200 -400 -200 NULL NULL -40.0 1.7802E7 4.044947456132545E-5 -40 1.9888249999999998 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -30 -30.0 1969-12-31 15:59:50.905 -200 681143255 -2539302054640 NULL NULL 200 -400 -200 NULL NULL 30.0 1.7802E7 -3.0337105920994087E-5 30 -2.6517666666666666 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 4 4.0 1969-12-31 15:59:48.698 -200 1546508645 -5765384228560 NULL NULL 200 -400 -200 NULL NULL -4.0 1.7802E7 4.044947456132545E-6 -4 19.88825 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -32 -32.0 1969-12-31 15:59:45.137 -200 684628920 -2552296613760 NULL NULL 200 -400 -200 NULL NULL 32.0 1.7802E7 -3.235957964906036E-5 32 -2.48603125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -5 -5.0 1969-12-31 16:00:02.021 -200 1129692328 -4211492998784 NULL NULL 200 -400 -200 NULL NULL 5.0 1.7802E7 -5.056184320165681E-6 5 -15.910599999999999 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 17 17.0 1969-12-31 16:00:07.243 -200 237649242 -885956374176 NULL NULL 200 -400 -200 NULL NULL -17.0 1.7802E7 1.7191026688563315E-5 -17 4.679588235294117 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 61 61.0 1969-12-31 15:59:56.14 -200 1648986748 -6147422596544 NULL NULL 200 -400 -200 NULL NULL -61.0 1.7802E7 6.16854487060213E-5 -61 1.3041475409836065 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 13 13.0 1969-12-31 16:00:07.723 -200 -213003637 794077558736 NULL NULL 200 -400 -200 NULL NULL -13.0 1.7802E7 1.314607923243077E-5 -13 6.119461538461538 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -43 -43.0 1969-12-31 16:00:00.026 -200 1152448197 -4296326878416 NULL NULL 200 -400 -200 NULL NULL 43.0 1.7802E7 -4.3483185153424856E-5 43 -1.8500697674418605 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -3 -3.0 1969-12-31 16:00:11.059 -200 1792567380 -6682691192640 NULL NULL 200 -400 -200 NULL NULL 3.0 1.7802E7 -3.033710592099409E-6 3 -26.517666666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 9 9.0 1969-12-31 15:59:50.611 -200 -1955716983 7290912912624 NULL NULL 200 -400 -200 NULL NULL -9.0 1.7802E7 9.101131776298225E-6 -9 8.839222222222222 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -10 -10.0 1969-12-31 16:00:00.916 -200 555349603 -2070343319984 NULL NULL 200 -400 -200 NULL NULL 10.0 1.7802E7 -1.0112368640331362E-5 10 -7.955299999999999 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -18 -18.0 1969-12-31 16:00:06.015 -200 -810783273 3022600041744 NULL NULL 200 -400 -200 NULL NULL 18.0 1.7802E7 -1.820226355259645E-5 18 -4.419611111111111 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 7 7.0 1969-12-31 16:00:06.018 -200 1855542831 -6917463673968 NULL NULL 200 -400 -200 NULL NULL -7.0 1.7802E7 7.078658048231953E-6 -7 11.364714285714285 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -10 -10.0 1969-12-31 16:00:06.264 -200 -251902026 939090752928 NULL NULL 200 -400 -200 NULL NULL 10.0 1.7802E7 -1.0112368640331362E-5 10 -7.955299999999999 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -10 -10.0 1969-12-31 16:00:08.386 -200 -505638328 1885019686784 NULL NULL 200 -400 -200 NULL NULL 10.0 1.7802E7 -1.0112368640331362E-5 10 -7.955299999999999 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -51 -51.0 1969-12-31 16:00:07.536 -200 -1534321710 5719951334880 NULL NULL 200 -400 -200 NULL NULL 51.0 1.7802E7 -5.157308006568995E-5 51 -1.5598627450980391 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 16 16.0 1969-12-31 15:59:48.341 -200 -621136047 2315595183216 NULL NULL 200 -400 -200 NULL NULL -16.0 1.7802E7 1.617978982453018E-5 -16 4.9720625 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -15 -15.0 1969-12-31 16:00:07.485 -200 -1422147400 5301765507200 NULL NULL 200 -400 -200 NULL NULL 15.0 1.7802E7 -1.5168552960497044E-5 15 -5.303533333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -40 -40.0 1969-12-31 15:59:56.555 -200 -906495924 3379416804672 NULL NULL 200 -400 -200 NULL NULL 40.0 1.7802E7 -4.044947456132545E-5 40 -1.9888249999999998 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 32 32.0 1969-12-31 16:00:08 -200 1358421585 -5064195668880 NULL NULL 200 -400 -200 NULL NULL -32.0 1.7802E7 3.235957964906036E-5 -32 2.48603125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 12 12.0 1969-12-31 15:59:57.794 -200 -1949450483 7267551400624 NULL NULL 200 -400 -200 NULL NULL -12.0 1.7802E7 1.2134842368397635E-5 -12 6.629416666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -37 -37.0 1969-12-31 16:00:09.111 -200 243907290 -909286377120 NULL NULL 200 -400 -200 NULL NULL 37.0 1.7802E7 -3.741576396922604E-5 37 -2.150081081081081 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 29 29.0 1969-12-31 16:00:08.001 -200 338519290 -1261999913120 NULL NULL 200 -400 -200 NULL NULL -29.0 1.7802E7 2.932586905696095E-5 -29 2.7432068965517242 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -36 -36.0 1969-12-31 15:59:56.174 -200 1728430174 -6443587688672 NULL NULL 200 -400 -200 NULL NULL 36.0 1.7802E7 -3.64045271051929E-5 36 -2.2098055555555556 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 27 27.0 1969-12-31 16:00:15.909 -200 -1965813035 7328550994480 NULL NULL 200 -400 -200 NULL NULL -27.0 1.7802E7 2.7303395328894677E-5 -27 2.946407407407407 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -5 -5.0 1969-12-31 15:59:56.319 -200 2112230777 -7874396336656 NULL NULL 200 -400 -200 NULL NULL 5.0 1.7802E7 -5.056184320165681E-6 5 -15.910599999999999 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 34 34.0 1969-12-31 16:00:09.65 -200 1990585322 -7420902080416 NULL NULL 200 -400 -200 NULL NULL -34.0 1.7802E7 3.438205337712663E-5 -34 2.3397941176470587 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -62 -62.0 1969-12-31 16:00:14.247 -200 1443417260 -5381059545280 NULL NULL 200 -400 -200 NULL NULL 62.0 1.7802E7 -6.269668557005445E-5 62 -1.2831129032258064 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -34 -34.0 1969-12-31 15:59:44.559 -200 -831359851 3099309524528 NULL NULL 200 -400 -200 NULL NULL 34.0 1.7802E7 -3.438205337712663E-5 34 -2.3397941176470587 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 2 2.0 1969-12-31 16:00:10.198 -200 449588215 -1676064865520 NULL NULL 200 -400 -200 NULL NULL -2.0 1.7802E7 2.0224737280662724E-6 -2 39.7765 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -2 -2.0 1969-12-31 16:00:00.574 -200 1490979298 -5558370822944 NULL NULL 200 -400 -200 NULL NULL 2.0 1.7802E7 -2.0224737280662724E-6 2 -39.7765 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -21 -21.0 1969-12-31 15:59:56.109 -200 -1835568160 6842998100480 NULL NULL 200 -400 -200 NULL NULL 21.0 1.7802E7 -2.123597414469586E-5 21 -3.788238095238095 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -54 -54.0 1969-12-31 15:59:57.369 -200 534194176 -1991475888128 NULL NULL 200 -400 -200 NULL NULL 54.0 1.7802E7 -5.4606790657789354E-5 54 -1.4732037037037036 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 30 30.0 1969-12-31 15:59:55.204 -200 -501815954 1870769876512 NULL NULL 200 -400 -200 NULL NULL -30.0 1.7802E7 3.0337105920994087E-5 -30 2.6517666666666666 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 57 57.0 1969-12-31 15:59:58.455 -200 735056642 -2740291161376 NULL NULL 200 -400 -200 NULL NULL -57.0 1.7802E7 5.764050124988876E-5 -57 1.3956666666666666 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -18 -18.0 1969-12-31 15:59:44.301 -200 1945048831 -7251142041968 NULL NULL 200 -400 -200 NULL NULL 18.0 1.7802E7 -1.820226355259645E-5 18 -4.419611111111111 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -9 -9.0 1969-12-31 16:00:10.452 -200 1693637019 -6313878806832 NULL NULL 200 -400 -200 NULL NULL 9.0 1.7802E7 -9.101131776298225E-6 9 -8.839222222222222 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -60 -60.0 1969-12-31 15:59:50.822 -200 -1860186661 6934775872208 NULL NULL 200 -400 -200 NULL NULL 60.0 1.7802E7 -6.0674211841988174E-5 60 -1.3258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -56 -56.0 1969-12-31 15:59:47.897 -200 -388818510 1449515405280 NULL NULL 200 -400 -200 NULL NULL 56.0 1.7802E7 -5.6629264385855625E-5 56 -1.4205892857142857 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 10 10.0 1969-12-31 16:00:15.298 -200 508896666 -1897166770848 NULL NULL 200 -400 -200 NULL NULL -10.0 1.7802E7 1.0112368640331362E-5 -10 7.955299999999999 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -44 -44.0 1969-12-31 16:00:10.131 -200 -1576454990 5877024202720 NULL NULL 200 -400 -200 NULL NULL 44.0 1.7802E7 -4.449442201745799E-5 44 -1.8080227272727272 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -29 -29.0 1969-12-31 15:59:52.316 -200 -1367099579 5096547230512 NULL NULL 200 -400 -200 NULL NULL 29.0 1.7802E7 -2.932586905696095E-5 29 -2.7432068965517242 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -3 -3.0 1969-12-31 16:00:11.642 -200 -1747413995 6514359373360 NULL NULL 200 -400 -200 NULL NULL 3.0 1.7802E7 -3.033710592099409E-6 3 -26.517666666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -24 -24.0 1969-12-31 16:00:07.302 -200 -828408534 3088307014752 NULL NULL 200 -400 -200 NULL NULL 24.0 1.7802E7 -2.426968473679527E-5 24 -3.3147083333333334 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -13 -13.0 1969-12-31 16:00:05.24 -200 -871078831 3247381881968 NULL NULL 200 -400 -200 NULL NULL 13.0 1.7802E7 -1.314607923243077E-5 13 -6.119461538461538 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 28 28.0 1969-12-31 15:59:47.977 -200 -145664633 543037751824 NULL NULL 200 -400 -200 NULL NULL -28.0 1.7802E7 2.8314632192927813E-5 -28 2.8411785714285713 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -17 -17.0 1969-12-31 16:00:06.738 -200 -1623682545 6053088527760 NULL NULL 200 -400 -200 NULL NULL 17.0 1.7802E7 -1.7191026688563315E-5 17 -4.679588235294117 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -59 -59.0 1969-12-31 15:59:48.678 -200 -1201695086 4479919280608 NULL NULL 200 -400 -200 NULL NULL 59.0 1.7802E7 -5.966297497795504E-5 59 -1.3483559322033898 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 38 38.0 1969-12-31 16:00:11.028 -200 -359106650 1338749591200 NULL NULL 200 -400 -200 NULL NULL -38.0 1.7802E7 3.842700083325918E-5 -38 2.0935 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -6 -6.0 1969-12-31 15:59:57.957 -200 1845320008 -6879352989824 NULL NULL 200 -400 -200 NULL NULL 6.0 1.7802E7 -6.067421184198818E-6 6 -13.258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 52 52.0 1969-12-31 15:59:45.015 -200 -433242847 1615129333616 NULL NULL 200 -400 -200 NULL NULL -52.0 1.7802E7 5.258431692972308E-5 -52 1.5298653846153845 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 38 38.0 1969-12-31 16:00:16.165 -200 -1012580949 3774901777872 NULL NULL 200 -400 -200 NULL NULL -38.0 1.7802E7 3.842700083325918E-5 -38 2.0935 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -9 -9.0 1969-12-31 16:00:07.651 -200 670871256 -2501008042368 NULL NULL 200 -400 -200 NULL NULL 9.0 1.7802E7 -9.101131776298225E-6 9 -8.839222222222222 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -28 -28.0 1969-12-31 16:00:12.581 -200 -1764738986 6578946939808 NULL NULL 200 -400 -200 NULL NULL 28.0 1.7802E7 -2.8314632192927813E-5 28 -2.8411785714285713 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -23 -23.0 1969-12-31 15:59:56.414 -200 2073630240 -7730493534720 NULL NULL 200 -400 -200 NULL NULL 23.0 1.7802E7 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 38 38.0 1969-12-31 16:00:11.102 -200 -1501917393 5599148041104 NULL NULL 200 -400 -200 NULL NULL -38.0 1.7802E7 3.842700083325918E-5 -38 2.0935 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -11 -11.0 1969-12-31 15:59:46.878 -200 -1926901193 7183487647504 NULL NULL 200 -400 -200 NULL NULL 11.0 1.7802E7 -1.1123605504364498E-5 11 -7.232090909090909 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -16 -16.0 1969-12-31 16:00:10.394 -200 -917626258 3420910689824 NULL NULL 200 -400 -200 NULL NULL 16.0 1.7802E7 -1.617978982453018E-5 16 -4.9720625 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 50 50.0 1969-12-31 16:00:08.584 -200 -1920594326 7159975647328 NULL NULL 200 -400 -200 NULL NULL -50.0 1.7802E7 5.056184320165681E-5 -50 1.59106 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 52 52.0 1969-12-31 16:00:00.072 -200 -1118623392 4170228005376 NULL NULL 200 -400 -200 NULL NULL -52.0 1.7802E7 5.258431692972308E-5 -52 1.5298653846153845 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -38 -38.0 1969-12-31 16:00:09.402 -200 -1524310263 5682628660464 NULL NULL 200 -400 -200 NULL NULL 38.0 1.7802E7 -3.842700083325918E-5 38 -2.0935 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 26 26.0 1969-12-31 15:59:52.563 -200 1609051854 -5998545311712 NULL NULL 200 -400 -200 NULL NULL -26.0 1.7802E7 2.629215846486154E-5 -26 3.059730769230769 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 49 49.0 1969-12-31 16:00:11.333 -200 -133846959 498981463152 NULL NULL 200 -400 -200 NULL NULL -49.0 1.7802E7 4.9550606337623676E-5 -49 1.6235306122448978 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 20 20.0 1969-12-31 15:59:48.468 -200 855930073 -3190907312144 NULL NULL 200 -400 -200 NULL NULL -20.0 1.7802E7 2.0224737280662725E-5 -20 3.9776499999999997 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -5 -5.0 1969-12-31 16:00:03.52 -200 797790274 -2974162141472 NULL NULL 200 -400 -200 NULL NULL 5.0 1.7802E7 -5.056184320165681E-6 5 -15.910599999999999 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 32 32.0 1969-12-31 16:00:15.193 -200 -793559875 2958391214000 NULL NULL 200 -400 -200 NULL NULL -32.0 1.7802E7 3.235957964906036E-5 -32 2.48603125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 22 22.0 1969-12-31 16:00:00.767 -200 1281550221 -4777619223888 NULL NULL 200 -400 -200 NULL NULL -22.0 1.7802E7 2.2247211008728996E-5 -22 3.6160454545454543 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -41 -41.0 1969-12-31 15:59:57.604 -200 -1030234300 3840713470400 NULL NULL 200 -400 -200 NULL NULL 41.0 1.7802E7 -4.1460711425358585E-5 41 -1.9403170731707315 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 54 54.0 1969-12-31 16:00:08.793 -200 -163820010 610720997280 NULL NULL 200 -400 -200 NULL NULL -54.0 1.7802E7 5.4606790657789354E-5 -54 1.4732037037037036 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 53 53.0 1969-12-31 15:59:48.451 -200 -1501172121 5596369667088 NULL NULL 200 -400 -200 NULL NULL -53.0 1.7802E7 5.359555379375622E-5 -53 1.501 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 23 23.0 1969-12-31 15:59:44.456 -200 488663894 -1821738996832 NULL NULL 200 -400 -200 NULL NULL -23.0 1.7802E7 2.325844787276213E-5 -23 3.4588260869565217 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 12 12.0 1969-12-31 15:59:46.762 -200 -901884078 3362223842784 NULL NULL 200 -400 -200 NULL NULL -12.0 1.7802E7 1.2134842368397635E-5 -12 6.629416666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 15 15.0 1969-12-31 16:00:05.63 -200 397130878 -1480503913184 NULL NULL 200 -400 -200 NULL NULL -15.0 1.7802E7 1.5168552960497044E-5 -15 5.303533333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 4 4.0 1969-12-31 16:00:12.291 -200 -1455816525 5427284005200 NULL NULL 200 -400 -200 NULL NULL -4.0 1.7802E7 4.044947456132545E-6 -4 19.88825 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 47 47.0 1969-12-31 16:00:12.183 -200 1577520702 -5880997177056 NULL NULL 200 -400 -200 NULL NULL -47.0 1.7802E7 4.7528132609557405E-5 -47 1.6926170212765956 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 25 25.0 1969-12-31 15:59:57.127 -200 -1484913293 5535756756304 NULL NULL 200 -400 -200 NULL NULL -25.0 1.7802E7 2.5280921600828406E-5 -25 3.18212 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -40 -40.0 1969-12-31 15:59:54.952 -200 1496680212 -5579623830336 NULL NULL 200 -400 -200 NULL NULL 40.0 1.7802E7 -4.044947456132545E-5 40 -1.9888249999999998 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 9 9.0 1969-12-31 15:59:57.048 -200 191354420 -713369277760 NULL NULL 200 -400 -200 NULL NULL -9.0 1.7802E7 9.101131776298225E-6 -9 8.839222222222222 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -52 -52.0 1969-12-31 16:00:05.377 -200 1867766093 -6963031994704 NULL NULL 200 -400 -200 NULL NULL 52.0 1.7802E7 -5.258431692972308E-5 52 -1.5298653846153845 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -29 -29.0 1969-12-31 15:59:48.102 -200 481032605 -1793289551440 NULL NULL 200 -400 -200 NULL NULL 29.0 1.7802E7 -2.932586905696095E-5 29 -2.7432068965517242 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -45 -45.0 1969-12-31 16:00:10.036 -200 -153597470 572611368160 NULL NULL 200 -400 -200 NULL NULL 45.0 1.7802E7 -4.550565888149113E-5 45 -1.7678444444444443 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -51 -51.0 1969-12-31 15:59:46.506 -200 57827239 -215579946992 NULL NULL 200 -400 -200 NULL NULL 51.0 1.7802E7 -5.157308006568995E-5 51 -1.5598627450980391 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 18 18.0 1969-12-31 15:59:48.188 -200 -834070259 3109413925552 NULL NULL 200 -400 -200 NULL NULL -18.0 1.7802E7 1.820226355259645E-5 -18 4.419611111111111 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 36 36.0 1969-12-31 16:00:14.011 -200 -1301030543 4850241864304 NULL NULL 200 -400 -200 NULL NULL -36.0 1.7802E7 3.64045271051929E-5 -36 2.2098055555555556 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 47 47.0 1969-12-31 15:59:45.198 -200 326580052 -1217490433856 NULL NULL 200 -400 -200 NULL NULL -47.0 1.7802E7 4.7528132609557405E-5 -47 1.6926170212765956 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 40 40.0 1969-12-31 16:00:06.827 -200 -1879142590 7005443575520 NULL NULL 200 -400 -200 NULL NULL -40.0 1.7802E7 4.044947456132545E-5 -40 1.9888249999999998 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 13 13.0 1969-12-31 15:59:45.517 -200 522219886 -1946835735008 NULL NULL 200 -400 -200 NULL NULL -13.0 1.7802E7 1.314607923243077E-5 -13 6.119461538461538 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -40 -40.0 1969-12-31 15:59:50.074 -200 247085875 -921136142000 NULL NULL 200 -400 -200 NULL NULL 40.0 1.7802E7 -4.044947456132545E-5 40 -1.9888249999999998 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -16 -16.0 1969-12-31 15:59:52.343 -200 309905338 -1155327100064 NULL NULL 200 -400 -200 NULL NULL 16.0 1.7802E7 -1.617978982453018E-5 16 -4.9720625 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 42 42.0 1969-12-31 16:00:05.092 -200 1057329243 -3941723417904 NULL NULL 200 -400 -200 NULL NULL -42.0 1.7802E7 4.247194828939172E-5 -42 1.8941190476190475 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 61 61.0 1969-12-31 16:00:01.091 -200 -2141583722 7983824115616 NULL NULL 200 -400 -200 NULL NULL -61.0 1.7802E7 6.16854487060213E-5 -61 1.3041475409836065 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 44 44.0 1969-12-31 16:00:03.89 -200 -72955181 271976914768 NULL NULL 200 -400 -200 NULL NULL -44.0 1.7802E7 4.449442201745799E-5 -44 1.8080227272727272 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 58 58.0 1969-12-31 15:59:54.562 -200 -649143670 2420007601760 NULL NULL 200 -400 -200 NULL NULL -58.0 1.7802E7 5.86517381139219E-5 -58 1.3716034482758621 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 22 22.0 1969-12-31 16:00:00.073 -200 872463931 -3252545534768 NULL NULL 200 -400 -200 NULL NULL -22.0 1.7802E7 2.2247211008728996E-5 -22 3.6160454545454543 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -3 -3.0 1969-12-31 15:59:53.28 -200 -1413849836 5270832188608 NULL NULL 200 -400 -200 NULL NULL 3.0 1.7802E7 -3.033710592099409E-6 3 -26.517666666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 62 62.0 1969-12-31 15:59:54.762 -200 1011458748 -3770718212544 NULL NULL 200 -400 -200 NULL NULL -62.0 1.7802E7 6.269668557005445E-5 -62 1.2831129032258064 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -9 -9.0 1969-12-31 16:00:02.075 -200 -1090697524 4066120369472 NULL NULL 200 -400 -200 NULL NULL 9.0 1.7802E7 -9.101131776298225E-6 9 -8.839222222222222 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 19 19.0 1969-12-31 16:00:03.44 -200 -699116745 2606307225360 NULL NULL 200 -400 -200 NULL NULL -19.0 1.7802E7 1.921350041662959E-5 -19 4.187 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 29 29.0 1969-12-31 16:00:05.944 -200 1721739533 -6418644979024 NULL NULL 200 -400 -200 NULL NULL -29.0 1.7802E7 2.932586905696095E-5 -29 2.7432068965517242 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -38 -38.0 1969-12-31 16:00:09.644 -200 -5729887 21361018736 NULL NULL 200 -400 -200 NULL NULL 38.0 1.7802E7 -3.842700083325918E-5 38 -2.0935 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 11 11.0 1969-12-31 16:00:08.745 -200 1185396861 -4419159497808 NULL NULL 200 -400 -200 NULL NULL -11.0 1.7802E7 1.1123605504364498E-5 -11 7.232090909090909 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -8 -8.0 1969-12-31 15:59:53.246 -200 371982429 -1386750495312 NULL NULL 200 -400 -200 NULL NULL 8.0 1.7802E7 -8.08989491226509E-6 8 -9.944125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 31 31.0 1969-12-31 15:59:55.508 -200 322893623 -1203747426544 NULL NULL 200 -400 -200 NULL NULL -31.0 1.7802E7 3.134834278502722E-5 -31 2.566225806451613 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 4 4.0 1969-12-31 16:00:11.457 -200 -836056903 3116820134384 NULL NULL 200 -400 -200 NULL NULL -4.0 1.7802E7 4.044947456132545E-6 -4 19.88825 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -21 -21.0 1969-12-31 15:59:51.083 -200 1386823242 -5170077046176 NULL NULL 200 -400 -200 NULL NULL 21.0 1.7802E7 -2.123597414469586E-5 21 -3.788238095238095 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -31 -31.0 1969-12-31 15:59:52.474 -200 -281573163 1049704751664 NULL NULL 200 -400 -200 NULL NULL 31.0 1.7802E7 -3.134834278502722E-5 31 -2.566225806451613 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 14 14.0 1969-12-31 15:59:54.955 -200 -714556097 2663865129616 NULL NULL 200 -400 -200 NULL NULL -14.0 1.7802E7 1.4157316096463906E-5 -14 5.682357142857143 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 33 33.0 1969-12-31 15:59:57.334 -200 -1104704650 4118338935200 NULL NULL 200 -400 -200 NULL NULL -33.0 1.7802E7 3.3370816513093494E-5 -33 2.4106969696969696 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -1 -1.389 1969-12-31 16:00:11.049 -200 -2143304715 7990239977520 NULL NULL 200 -400 -200 NULL NULL 1.389 1.7802E7 -1.0112368640331362E-6 1 -79.553 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 59 59.0 1969-12-31 15:59:50.306 -200 771123694 -2874749131232 NULL NULL 200 -400 -200 NULL NULL -59.0 1.7802E7 5.966297497795504E-5 -59 1.3483559322033898 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -18 -18.0 1969-12-31 15:59:45.372 -200 -71980111 268341853808 NULL NULL 200 -400 -200 NULL NULL 18.0 1.7802E7 -1.820226355259645E-5 18 -4.419611111111111 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -43 -43.0 1969-12-31 15:59:49.383 -200 -1177584950 4390036693600 NULL NULL 200 -400 -200 NULL NULL 43.0 1.7802E7 -4.3483185153424856E-5 43 -1.8500697674418605 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 46 46.0 1969-12-31 15:59:55.241 -200 -170158516 634350947648 NULL NULL 200 -400 -200 NULL NULL -46.0 1.7802E7 4.651689574552426E-5 -46 1.7294130434782609 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 45 45.0 1969-12-31 16:00:11.515 -200 855920504 -3190871638912 NULL NULL 200 -400 -200 NULL NULL -45.0 1.7802E7 4.550565888149113E-5 -45 1.7678444444444443 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 0 0.0 1969-12-31 15:59:44.904 -200 2144209609 -7993613422352 NULL NULL 200 -400 -200 NULL NULL -0.0 1.7802E7 0.0 0 NULL +NULL -200.0 1969-12-31 15:59:55.451 NULL false -15 -15.0 1969-12-31 15:59:54.883 -200 -1411964550 5263803842400 NULL NULL 200 -400 -200 NULL NULL 15.0 1.7802E7 -1.5168552960497044E-5 15 -5.303533333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 57 57.0 1969-12-31 16:00:04.207 -200 -971674501 3622402539728 NULL NULL 200 -400 -200 NULL NULL -57.0 1.7802E7 5.764050124988876E-5 -57 1.3956666666666666 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -6 -6.0 1969-12-31 16:00:02.928 -200 -891215466 3322451257248 NULL NULL 200 -400 -200 NULL NULL 6.0 1.7802E7 -6.067421184198818E-6 6 -13.258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 5 5.0 1969-12-31 16:00:11.083 -200 -1660234875 6189355614000 NULL NULL 200 -400 -200 NULL NULL -5.0 1.7802E7 5.056184320165681E-6 -5 15.910599999999999 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 44 44.0 1969-12-31 16:00:06.91 -200 -2002017129 7463519856912 NULL NULL 200 -400 -200 NULL NULL -44.0 1.7802E7 4.449442201745799E-5 -44 1.8080227272727272 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 48 48.0 1969-12-31 16:00:15.548 -200 1372727646 -5117528664288 NULL NULL 200 -400 -200 NULL NULL -48.0 1.7802E7 4.853936947359054E-5 -48 1.6573541666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -60 -60.0 1969-12-31 16:00:02.322 -200 -126921733 473164220624 NULL NULL 200 -400 -200 NULL NULL 60.0 1.7802E7 -6.0674211841988174E-5 60 -1.3258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -30 -30.0 1969-12-31 15:59:52.431 -200 -1235100020 4604452874560 NULL NULL 200 -400 -200 NULL NULL 30.0 1.7802E7 -3.0337105920994087E-5 30 -2.6517666666666666 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 52 52.0 1969-12-31 15:59:53.671 -200 643105282 -2397496491296 NULL NULL 200 -400 -200 NULL NULL -52.0 1.7802E7 5.258431692972308E-5 -52 1.5298653846153845 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 0 0.0 1969-12-31 16:00:13.396 -200 618557893 -2305983825104 NULL NULL 200 -400 -200 NULL NULL -0.0 1.7802E7 0.0 0 NULL +NULL -200.0 1969-12-31 15:59:55.451 NULL false 18 18.0 1969-12-31 15:59:55.382 -200 -1505775646 5613531608288 NULL NULL 200 -400 -200 NULL NULL -18.0 1.7802E7 1.820226355259645E-5 -18 4.419611111111111 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -4 -4.0 1969-12-31 15:59:56.218 -200 964506212 -3595679158336 NULL NULL 200 -400 -200 NULL NULL 4.0 1.7802E7 -4.044947456132545E-6 4 -19.88825 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 9 9.0 1969-12-31 15:59:43.983 -200 1928523894 -7189537076832 NULL NULL 200 -400 -200 NULL NULL -9.0 1.7802E7 9.101131776298225E-6 -9 8.839222222222222 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -9 -9.0 1969-12-31 16:00:10.227 -200 1313892161 -4898189976208 NULL NULL 200 -400 -200 NULL NULL 9.0 1.7802E7 -9.101131776298225E-6 9 -8.839222222222222 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 33 33.0 1969-12-31 16:00:07.006 -200 -1897610729 7074292797712 NULL NULL 200 -400 -200 NULL NULL -33.0 1.7802E7 3.3370816513093494E-5 -33 2.4106969696969696 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 36 36.0 1969-12-31 16:00:10.467 -200 1284716338 -4789422508064 NULL NULL 200 -400 -200 NULL NULL -36.0 1.7802E7 3.64045271051929E-5 -36 2.2098055555555556 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -39 -39.0 1969-12-31 16:00:13.144 -200 -589917253 2199211519184 NULL NULL 200 -400 -200 NULL NULL 39.0 1.7802E7 -3.9438237697292314E-5 39 -2.039820512820513 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 16 16.0 1969-12-31 16:00:02.582 -200 1047398909 -3904703132752 NULL NULL 200 -400 -200 NULL NULL -16.0 1.7802E7 1.617978982453018E-5 -16 4.9720625 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 10 10.0 1969-12-31 15:59:57.081 -200 -1731141467 6453695388976 NULL NULL 200 -400 -200 NULL NULL -10.0 1.7802E7 1.0112368640331362E-5 -10 7.955299999999999 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 4 4.0 1969-12-31 15:59:54.471 -200 296811522 -1106513354016 NULL NULL 200 -400 -200 NULL NULL -4.0 1.7802E7 4.044947456132545E-6 -4 19.88825 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 47 47.0 1969-12-31 15:59:52.118 -200 1683928379 -6277684996912 NULL NULL 200 -400 -200 NULL NULL -47.0 1.7802E7 4.7528132609557405E-5 -47 1.6926170212765956 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -43 -43.0 1969-12-31 15:59:50.023 -200 -1184913004 4417355678912 NULL NULL 200 -400 -200 NULL NULL 43.0 1.7802E7 -4.3483185153424856E-5 43 -1.8500697674418605 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 2 2.0 1969-12-31 15:59:58.416 -200 -516985252 1927321019456 NULL NULL 200 -400 -200 NULL NULL -2.0 1.7802E7 2.0224737280662724E-6 -2 39.7765 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 38 38.0 1969-12-31 15:59:51.77 -200 835189885 -3113587891280 NULL NULL 200 -400 -200 NULL NULL -38.0 1.7802E7 3.842700083325918E-5 -38 2.0935 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 2 2.0 1969-12-31 16:00:09.161 -200 1480384156 -5518872133568 NULL NULL 200 -400 -200 NULL NULL -2.0 1.7802E7 2.0224737280662724E-6 -2 39.7765 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 30 30.0 1969-12-31 15:59:44.101 -200 -686795969 2560375372432 NULL NULL 200 -400 -200 NULL NULL -30.0 1.7802E7 3.0337105920994087E-5 -30 2.6517666666666666 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 15 15.0 1969-12-31 16:00:00.778 -200 -614444827 2290650315056 NULL NULL 200 -400 -200 NULL NULL -15.0 1.7802E7 1.5168552960497044E-5 -15 5.303533333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -62 -62.0 1969-12-31 16:00:14.154 -200 -1113073921 4149539577488 NULL NULL 200 -400 -200 NULL NULL 62.0 1.7802E7 -6.269668557005445E-5 62 -1.2831129032258064 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 14 14.0 1969-12-31 16:00:12.477 -200 2128130578 -7933670794784 NULL NULL 200 -400 -200 NULL NULL -14.0 1.7802E7 1.4157316096463906E-5 -14 5.682357142857143 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 1 1.0 1969-12-31 16:00:10.364 -200 85496797 -318732059216 NULL NULL 200 -400 -200 NULL NULL -1.0 1.7802E7 1.0112368640331362E-6 -1 79.553 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -8 -8.0 1969-12-31 15:59:54.731 -200 508093612 -1894172985536 NULL NULL 200 -400 -200 NULL NULL 8.0 1.7802E7 -8.08989491226509E-6 8 -9.944125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -1 -1.0 1969-12-31 16:00:12.403 -200 -868641510 3238295549280 NULL NULL 200 -400 -200 NULL NULL 1.0 1.7802E7 -1.0112368640331362E-6 1 -79.553 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -62 -62.0 1969-12-31 15:59:46.633 -200 -167812632 625605492096 NULL NULL 200 -400 -200 NULL NULL 62.0 1.7802E7 -6.269668557005445E-5 62 -1.2831129032258064 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 49 49.0 1969-12-31 16:00:08.301 -200 -735058469 2740297972432 NULL NULL 200 -400 -200 NULL NULL -49.0 1.7802E7 4.9550606337623676E-5 -49 1.6235306122448978 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -49 -49.0 1969-12-31 15:59:56.159 -200 1436496635 -5355259455280 NULL NULL 200 -400 -200 NULL NULL 49.0 1.7802E7 -4.9550606337623676E-5 49 -1.6235306122448978 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 30 30.0 1969-12-31 16:00:08.142 -200 -1657894927 6180632287856 NULL NULL 200 -400 -200 NULL NULL -30.0 1.7802E7 3.0337105920994087E-5 -30 2.6517666666666666 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 8 8.0 1969-12-31 15:59:48.785 -200 1356532737 -5057154043536 NULL NULL 200 -400 -200 NULL NULL -8.0 1.7802E7 8.08989491226509E-6 -8 9.944125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 33 33.0 1969-12-31 15:59:45.163 -200 766974126 -2859279541728 NULL NULL 200 -400 -200 NULL NULL -33.0 1.7802E7 3.3370816513093494E-5 -33 2.4106969696969696 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 17 17.0 1969-12-31 15:59:48.16 -200 -395589755 1474758606640 NULL NULL 200 -400 -200 NULL NULL -17.0 1.7802E7 1.7191026688563315E-5 -17 4.679588235294117 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 29 29.0 1969-12-31 16:00:05.79 -200 1890977505 -7049564138640 NULL NULL 200 -400 -200 NULL NULL -29.0 1.7802E7 2.932586905696095E-5 -29 2.7432068965517242 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -9 -9.0 1969-12-31 16:00:09.792 -200 -1710271850 6375893456800 NULL NULL 200 -400 -200 NULL NULL 9.0 1.7802E7 -9.101131776298225E-6 9 -8.839222222222222 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 37 37.0 1969-12-31 16:00:06.69 -200 -1817207476 6774549470528 NULL NULL 200 -400 -200 NULL NULL -37.0 1.7802E7 3.741576396922604E-5 -37 2.150081081081081 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -10 -10.0 1969-12-31 15:59:44.008 -200 -573654993 2138585813904 NULL NULL 200 -400 -200 NULL NULL 10.0 1.7802E7 -1.0112368640331362E-5 10 -7.955299999999999 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -9 -9.0 1969-12-31 15:59:44.221 -200 1371826360 -5114168670080 NULL NULL 200 -400 -200 NULL NULL 9.0 1.7802E7 -9.101131776298225E-6 9 -8.839222222222222 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -20 -20.0 1969-12-31 15:59:48.182 -200 1406877565 -5244839562320 NULL NULL 200 -400 -200 NULL NULL 20.0 1.7802E7 -2.0224737280662725E-5 20 -3.9776499999999997 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 58 58.0 1969-12-31 15:59:51.063 -200 -432105022 1610887522016 NULL NULL 200 -400 -200 NULL NULL -58.0 1.7802E7 5.86517381139219E-5 -58 1.3716034482758621 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -8 -8.0 1969-12-31 15:59:48.763 -200 1471734024 -5486624441472 NULL NULL 200 -400 -200 NULL NULL 8.0 1.7802E7 -8.08989491226509E-6 8 -9.944125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 34 34.0 1969-12-31 16:00:01.232 -200 1961389522 -7312060138016 NULL NULL 200 -400 -200 NULL NULL -34.0 1.7802E7 3.438205337712663E-5 -34 2.3397941176470587 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -32 -32.0 1969-12-31 16:00:04.577 -200 -1665914053 6210527589584 NULL NULL 200 -400 -200 NULL NULL 32.0 1.7802E7 -3.235957964906036E-5 32 -2.48603125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -58 -58.0 1969-12-31 15:59:50.681 -200 -22464308 83746940224 NULL NULL 200 -400 -200 NULL NULL 58.0 1.7802E7 -5.86517381139219E-5 58 -1.3716034482758621 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -10 -10.0 1969-12-31 15:59:58.989 -200 475712407 -1773455853296 NULL NULL 200 -400 -200 NULL NULL 10.0 1.7802E7 -1.0112368640331362E-5 10 -7.955299999999999 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 43 43.0 1969-12-31 16:00:14.685 -200 -90837843 338643478704 NULL NULL 200 -400 -200 NULL NULL -43.0 1.7802E7 4.3483185153424856E-5 -43 1.8500697674418605 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -62 -62.0 1969-12-31 16:00:00.037 -200 -2080605724 7756498139072 NULL NULL 200 -400 -200 NULL NULL 62.0 1.7802E7 -6.269668557005445E-5 62 -1.2831129032258064 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 59 59.0 1969-12-31 16:00:05.13 -200 661665098 -2466687485344 NULL NULL 200 -400 -200 NULL NULL -59.0 1.7802E7 5.966297497795504E-5 -59 1.3483559322033898 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 12 12.0 1969-12-31 16:00:09.556 -200 801119662 -2986574099936 NULL NULL 200 -400 -200 NULL NULL -12.0 1.7802E7 1.2134842368397635E-5 -12 6.629416666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 42 42.0 1969-12-31 15:59:48.292 -200 760034197 -2833407486416 NULL NULL 200 -400 -200 NULL NULL -42.0 1.7802E7 4.247194828939172E-5 -42 1.8941190476190475 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -46 -46.0 1969-12-31 16:00:00.013 -200 -1767343556 6588656776768 NULL NULL 200 -400 -200 NULL NULL 46.0 1.7802E7 -4.651689574552426E-5 46 -1.7294130434782609 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -14 -14.0 1969-12-31 16:00:08.549 -200 1340808498 -4998534080544 NULL NULL 200 -400 -200 NULL NULL 14.0 1.7802E7 -1.4157316096463906E-5 14 -5.682357142857143 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -63 -63.0 1969-12-31 15:59:57.693 -200 956380949 -3565388177872 NULL NULL 200 -400 -200 NULL NULL 63.0 1.7802E7 -6.370792243408759E-5 63 -1.2627460317460317 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -54 -54.0 1969-12-31 16:00:00.168 -200 -802752239 2992660346992 NULL NULL 200 -400 -200 NULL NULL 54.0 1.7802E7 -5.4606790657789354E-5 54 -1.4732037037037036 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 32 32.0 1969-12-31 15:59:44.04 -200 -257169455 958727728240 NULL NULL 200 -400 -200 NULL NULL -32.0 1.7802E7 3.235957964906036E-5 -32 2.48603125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -60 -60.0 1969-12-31 15:59:45.739 -200 -1690528981 6302292041168 NULL NULL 200 -400 -200 NULL NULL 60.0 1.7802E7 -6.0674211841988174E-5 60 -1.3258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 35 35.0 1969-12-31 16:00:14.084 -200 1974986508 -7362749701824 NULL NULL 200 -400 -200 NULL NULL -35.0 1.7802E7 3.5393290241159765E-5 -35 2.272942857142857 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -42 -42.0 1969-12-31 15:59:56.197 -200 1157618085 -4315600220880 NULL NULL 200 -400 -200 NULL NULL 42.0 1.7802E7 -4.247194828939172E-5 42 -1.8941190476190475 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -11 -11.0 1969-12-31 15:59:43.783 -200 12116087 -45168772336 NULL NULL 200 -400 -200 NULL NULL 11.0 1.7802E7 -1.1123605504364498E-5 11 -7.232090909090909 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 17 17.0 1969-12-31 16:00:10.672 -200 -1197996365 4466130448720 NULL NULL 200 -400 -200 NULL NULL -17.0 1.7802E7 1.7191026688563315E-5 -17 4.679588235294117 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 25 25.0 1969-12-31 15:59:54.072 -200 1405644908 -5240244217024 NULL NULL 200 -400 -200 NULL NULL -25.0 1.7802E7 2.5280921600828406E-5 -25 3.18212 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -8 -8.0 1969-12-31 15:59:49.986 -200 -1515410154 5649449054112 NULL NULL 200 -400 -200 NULL NULL 8.0 1.7802E7 -8.08989491226509E-6 8 -9.944125 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -57 -57.0 1969-12-31 16:00:11.883 -200 -369958251 1379204359728 NULL NULL 200 -400 -200 NULL NULL 57.0 1.7802E7 -5.764050124988876E-5 57 -1.3956666666666666 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 42 42.0 1969-12-31 15:59:30.929 -200 -578935785 2158272606480 NULL NULL 200 -400 -200 NULL NULL -42.0 1.7802E7 4.247194828939172E-5 -42 1.8941190476190475 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 11 11.0 1969-12-31 16:00:13.383 -200 1442208582 -5376553593696 NULL NULL 200 -400 -200 NULL NULL -11.0 1.7802E7 1.1123605504364498E-5 -11 7.232090909090909 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 0 0.0 1969-12-31 16:00:02.71 -200 406548885 -1515614243280 NULL NULL 200 -400 -200 NULL NULL -0.0 1.7802E7 0.0 0 NULL +NULL -200.0 1969-12-31 15:59:55.451 NULL false -19 -19.0 1969-12-31 16:00:04.02 -200 -112652051 419966846128 NULL NULL 200 -400 -200 NULL NULL 19.0 1.7802E7 -1.921350041662959E-5 19 -4.187 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 34 34.0 1969-12-31 15:59:45.865 -200 -1014234787 3781067285936 NULL NULL 200 -400 -200 NULL NULL -34.0 1.7802E7 3.438205337712663E-5 -34 2.3397941176470587 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -55 -55.0 1969-12-31 16:00:05.793 -200 865661585 -3227186388880 NULL NULL 200 -400 -200 NULL NULL 55.0 1.7802E7 -5.561802752182249E-5 55 -1.4464181818181818 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -46 -46.0 1969-12-31 15:59:53.694 -200 -1338441335 4989709296880 NULL NULL 200 -400 -200 NULL NULL 46.0 1.7802E7 -4.651689574552426E-5 46 -1.7294130434782609 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -50 -50.0 1969-12-31 16:00:15.707 -200 -1030054242 3840042214176 NULL NULL 200 -400 -200 NULL NULL 50.0 1.7802E7 -5.056184320165681E-5 50 -1.59106 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 48 48.0 1969-12-31 16:00:00.008 -200 -949365839 3539235847792 NULL NULL 200 -400 -200 NULL NULL -48.0 1.7802E7 4.853936947359054E-5 -48 1.6573541666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -47 -47.0 1969-12-31 16:00:08.884 -200 2028722791 -7563078564848 NULL NULL 200 -400 -200 NULL NULL 47.0 1.7802E7 -4.7528132609557405E-5 47 -1.6926170212765956 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 20 20.0 1969-12-31 16:00:05.722 -200 1977856778 -7373450068384 NULL NULL 200 -400 -200 NULL NULL -20.0 1.7802E7 2.0224737280662725E-5 -20 3.9776499999999997 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 14 14.0 1969-12-31 15:59:45.299 -200 -653439720 2436023276160 NULL NULL 200 -400 -200 NULL NULL -14.0 1.7802E7 1.4157316096463906E-5 -14 5.682357142857143 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -33 -33.0 1969-12-31 15:59:52.269 -200 -1888871661 7041713552208 NULL NULL 200 -400 -200 NULL NULL 33.0 1.7802E7 -3.3370816513093494E-5 33 -2.4106969696969696 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -26 -26.0 1969-12-31 15:59:48.662 -200 -1820077302 6785248181856 NULL NULL 200 -400 -200 NULL NULL 26.0 1.7802E7 -2.629215846486154E-5 26 -3.059730769230769 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -33 -33.0 1969-12-31 16:00:00.611 -200 2087495093 -7782181706704 NULL NULL 200 -400 -200 NULL NULL 33.0 1.7802E7 -3.3370816513093494E-5 33 -2.4106969696969696 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -19 -19.0 1969-12-31 16:00:15.223 -200 -1721895877 6419227829456 NULL NULL 200 -400 -200 NULL NULL 19.0 1.7802E7 -1.921350041662959E-5 19 -4.187 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 49 49.0 1969-12-31 16:00:08.726 -200 1233260108 -4597593682624 NULL NULL 200 -400 -200 NULL NULL -49.0 1.7802E7 4.9550606337623676E-5 -49 1.6235306122448978 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -59 -59.0 1969-12-31 16:00:09.498 -200 -643835673 2400219388944 NULL NULL 200 -400 -200 NULL NULL 59.0 1.7802E7 -5.966297497795504E-5 59 -1.3483559322033898 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 54 54.0 1969-12-31 15:59:53.886 -200 1838082189 -6852370400592 NULL NULL 200 -400 -200 NULL NULL -54.0 1.7802E7 5.4606790657789354E-5 -54 1.4732037037037036 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -27 -27.0 1969-12-31 16:00:06.385 -200 -1446714109 5393350198352 NULL NULL 200 -400 -200 NULL NULL 27.0 1.7802E7 -2.7303395328894677E-5 27 -2.946407407407407 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 20 20.0 1969-12-31 16:00:05.147 -200 -1173894737 4376279579536 NULL NULL 200 -400 -200 NULL NULL -20.0 1.7802E7 2.0224737280662725E-5 -20 3.9776499999999997 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -64 -64.0 1969-12-31 16:00:00.199 -200 927647669 -3458270510032 NULL NULL 200 -400 -200 NULL NULL 64.0 1.7802E7 -6.471915929812072E-5 64 -1.243015625 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -27 -27.0 1969-12-31 16:00:08.365 -200 -2068220951 7710327705328 NULL NULL 200 -400 -200 NULL NULL 27.0 1.7802E7 -2.7303395328894677E-5 27 -2.946407407407407 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -31 -31.0 1969-12-31 16:00:13.087 -200 -2127856621 7932649483088 NULL NULL 200 -400 -200 NULL NULL 31.0 1.7802E7 -3.134834278502722E-5 31 -2.566225806451613 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -58 -58.0 1969-12-31 16:00:08.74 -200 765913519 -2855325598832 NULL NULL 200 -400 -200 NULL NULL 58.0 1.7802E7 -5.86517381139219E-5 58 -1.3716034482758621 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 62 62.0 1969-12-31 16:00:07.828 -200 1801868132 -6717364396096 NULL NULL 200 -400 -200 NULL NULL -62.0 1.7802E7 6.269668557005445E-5 -62 1.2831129032258064 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -60 -60.0 1969-12-31 16:00:11.641 -200 -1445021496 5387040137088 NULL NULL 200 -400 -200 NULL NULL 60.0 1.7802E7 -6.0674211841988174E-5 60 -1.3258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 34 34.0 1969-12-31 16:00:14.909 -200 26234080 -97800650240 NULL NULL 200 -400 -200 NULL NULL -34.0 1.7802E7 3.438205337712663E-5 -34 2.3397941176470587 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -4 -4.0 1969-12-31 16:00:14.04 -200 -247697712 923417070336 NULL NULL 200 -400 -200 NULL NULL 4.0 1.7802E7 -4.044947456132545E-6 4 -19.88825 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 37 37.0 1969-12-31 16:00:09.907 -200 1256255128 -4683319117184 NULL NULL 200 -400 -200 NULL NULL -37.0 1.7802E7 3.741576396922604E-5 -37 2.150081081081081 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -28 -28.0 1969-12-31 16:00:09.93 -200 854529509 -3185686009552 NULL NULL 200 -400 -200 NULL NULL 28.0 1.7802E7 -2.8314632192927813E-5 28 -2.8411785714285713 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -50 -50.0 1969-12-31 15:59:47.233 -200 824529348 -3073845409344 NULL NULL 200 -400 -200 NULL NULL 50.0 1.7802E7 -5.056184320165681E-5 50 -1.59106 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -43 -43.0 1969-12-31 15:59:49.762 -200 408511379 -1522930420912 NULL NULL 200 -400 -200 NULL NULL 43.0 1.7802E7 -4.3483185153424856E-5 43 -1.8500697674418605 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -59 -59.0 1969-12-31 15:59:44.148 -200 -639531371 2384172951088 NULL NULL 200 -400 -200 NULL NULL 59.0 1.7802E7 -5.966297497795504E-5 59 -1.3483559322033898 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 14 14.0 1969-12-31 15:59:46.045 -200 166002385 -618856891280 NULL NULL 200 -400 -200 NULL NULL -14.0 1.7802E7 1.4157316096463906E-5 -14 5.682357142857143 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 19 19.0 1969-12-31 15:59:46.022 -200 1911972024 -7127831705472 NULL NULL 200 -400 -200 NULL NULL -19.0 1.7802E7 1.921350041662959E-5 -19 4.187 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 25 25.0 1969-12-31 16:00:06.38 -200 -1737191305 6476249185040 NULL NULL 200 -400 -200 NULL NULL -25.0 1.7802E7 2.5280921600828406E-5 -25 3.18212 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 23 23.0 1969-12-31 15:59:55.008 -200 1257490174 -4687923368672 NULL NULL 200 -400 -200 NULL NULL -23.0 1.7802E7 2.325844787276213E-5 -23 3.4588260869565217 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -37 -37.0 1969-12-31 16:00:02.112 -200 -386882321 1442297292688 NULL NULL 200 -400 -200 NULL NULL 37.0 1.7802E7 -3.741576396922604E-5 37 -2.150081081081081 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -45 -45.0 1969-12-31 16:00:05.68 -200 942202168 -3512529682304 NULL NULL 200 -400 -200 NULL NULL 45.0 1.7802E7 -4.550565888149113E-5 45 -1.7678444444444443 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 40 40.0 1969-12-31 16:00:06.346 -200 2068959120 -7713079599360 NULL NULL 200 -400 -200 NULL NULL -40.0 1.7802E7 4.044947456132545E-5 -40 1.9888249999999998 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 0 0.0 1969-12-31 16:00:15.616 -200 -1379420228 5142478609984 NULL NULL 200 -400 -200 NULL NULL -0.0 1.7802E7 0.0 0 NULL +NULL -200.0 1969-12-31 15:59:55.451 NULL false -9 -9.0 1969-12-31 16:00:11.08 -200 607820185 -2265953649680 NULL NULL 200 -400 -200 NULL NULL 9.0 1.7802E7 -9.101131776298225E-6 9 -8.839222222222222 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -22 -22.0 1969-12-31 15:59:54.584 -200 1322101937 -4928796021136 NULL NULL 200 -400 -200 NULL NULL 22.0 1.7802E7 -2.2247211008728996E-5 22 -3.6160454545454543 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -23 -23.0 1969-12-31 16:00:01.813 -200 -1749223037 6521103481936 NULL NULL 200 -400 -200 NULL NULL 23.0 1.7802E7 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -28 -28.0 1969-12-31 15:59:51.867 -200 706927917 -2635427274576 NULL NULL 200 -400 -200 NULL NULL 28.0 1.7802E7 -2.8314632192927813E-5 28 -2.8411785714285713 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -46 -46.0 1969-12-31 16:00:00.601 -200 -993366782 3703271363296 NULL NULL 200 -400 -200 NULL NULL 46.0 1.7802E7 -4.651689574552426E-5 46 -1.7294130434782609 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 43 43.0 1969-12-31 15:59:50.893 -200 1796171294 -6696126584032 NULL NULL 200 -400 -200 NULL NULL -43.0 1.7802E7 4.3483185153424856E-5 -43 1.8500697674418605 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 42 42.0 1969-12-31 16:00:15.369 -200 942676094 -3514296478432 NULL NULL 200 -400 -200 NULL NULL -42.0 1.7802E7 4.247194828939172E-5 -42 1.8941190476190475 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -58 -58.0 1969-12-31 16:00:08.05 -200 -652375883 2432057291824 NULL NULL 200 -400 -200 NULL NULL 58.0 1.7802E7 -5.86517381139219E-5 58 -1.3716034482758621 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 31 31.0 1969-12-31 15:59:58.44 -200 -742095371 2766531543088 NULL NULL 200 -400 -200 NULL NULL -31.0 1.7802E7 3.134834278502722E-5 -31 2.566225806451613 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -23 -26.28 1969-12-31 15:59:56.197 -200 -1899525804 7081432197312 NULL NULL 200 -400 -200 NULL NULL 26.28 1.7802E7 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 48 48.0 1969-12-31 16:00:15.512 -200 -929558354 3465393543712 NULL NULL 200 -400 -200 NULL NULL -48.0 1.7802E7 4.853936947359054E-5 -48 1.6573541666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -15 -15.0 1969-12-31 15:59:54.004 -200 -541559761 2018934789008 NULL NULL 200 -400 -200 NULL NULL 15.0 1.7802E7 -1.5168552960497044E-5 15 -5.303533333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 0 0.0 1969-12-31 16:00:10.139 -200 1585496199 -5910729829872 NULL NULL 200 -400 -200 NULL NULL -0.0 1.7802E7 0.0 0 NULL +NULL -200.0 1969-12-31 15:59:55.451 NULL false -47 -47.0 1969-12-31 15:59:56.477 -200 15932860 -59397702080 NULL NULL 200 -400 -200 NULL NULL 47.0 1.7802E7 -4.7528132609557405E-5 47 -1.6926170212765956 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 13 13.0 1969-12-31 15:59:46.525 -200 -1069199891 3985977193648 NULL NULL 200 -400 -200 NULL NULL -13.0 1.7802E7 1.314607923243077E-5 -13 6.119461538461538 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -5 -5.0 1969-12-31 16:00:08.267 -200 247154261 -921391085008 NULL NULL 200 -400 -200 NULL NULL 5.0 1.7802E7 -5.056184320165681E-6 5 -15.910599999999999 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -12 -12.0 1969-12-31 16:00:04.154 -200 -781795723 2914534455344 NULL NULL 200 -400 -200 NULL NULL 12.0 1.7802E7 -1.2134842368397635E-5 12 -6.629416666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 33 33.0 1969-12-31 15:59:51.66 -200 -1537502693 5731810039504 NULL NULL 200 -400 -200 NULL NULL -33.0 1.7802E7 3.3370816513093494E-5 -33 2.4106969696969696 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -48 -48.0 1969-12-31 15:59:50.052 -200 267944536 -998897230208 NULL NULL 200 -400 -200 NULL NULL 48.0 1.7802E7 -4.853936947359054E-5 48 -1.6573541666666667 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 41 41.0 1969-12-31 15:59:45.574 -200 -2080164191 7754852104048 NULL NULL 200 -400 -200 NULL NULL -41.0 1.7802E7 4.1460711425358585E-5 -41 1.9403170731707315 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 26 26.0 1969-12-31 15:59:58.654 -200 -1384566896 5161665388288 NULL NULL 200 -400 -200 NULL NULL -26.0 1.7802E7 2.629215846486154E-5 -26 3.059730769230769 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -56 -56.0 1969-12-31 16:00:13.958 -200 -324944949 1211394769872 NULL NULL 200 -400 -200 NULL NULL 56.0 1.7802E7 -5.6629264385855625E-5 56 -1.4205892857142857 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -30 -30.0 1969-12-31 16:00:16.178 -200 -1589934514 5927275868192 NULL NULL 200 -400 -200 NULL NULL 30.0 1.7802E7 -3.0337105920994087E-5 30 -2.6517666666666666 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 7 7.0 1969-12-31 15:59:53.034 -200 514569296 -1918314335488 NULL NULL 200 -400 -200 NULL NULL -7.0 1.7802E7 7.078658048231953E-6 -7 11.364714285714285 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -27 -27.0 1969-12-31 15:59:58.171 -200 -1703126876 6349256993728 NULL NULL 200 -400 -200 NULL NULL 27.0 1.7802E7 -2.7303395328894677E-5 27 -2.946407407407407 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 52 52.0 1969-12-31 16:00:02.269 -200 2035546169 -7588516118032 NULL NULL 200 -400 -200 NULL NULL -52.0 1.7802E7 5.258431692972308E-5 -52 1.5298653846153845 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -16 -16.0 1969-12-31 16:00:05.487 -200 -1886601867 7033251760176 NULL NULL 200 -400 -200 NULL NULL 16.0 1.7802E7 -1.617978982453018E-5 16 -4.9720625 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -31 -31.0 1969-12-31 16:00:07.398 -200 -1461142157 5447137961296 NULL NULL 200 -400 -200 NULL NULL 31.0 1.7802E7 -3.134834278502722E-5 31 -2.566225806451613 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -47 -47.0 1969-12-31 16:00:04.977 -200 -300022102 1118482396256 NULL NULL 200 -400 -200 NULL NULL 47.0 1.7802E7 -4.7528132609557405E-5 47 -1.6926170212765956 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 35 35.0 1969-12-31 16:00:00.9 -200 880598992 -3282873042176 NULL NULL 200 -400 -200 NULL NULL -35.0 1.7802E7 3.5393290241159765E-5 -35 2.272942857142857 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -31 -31.0 1969-12-31 16:00:15.012 -200 1399153943 -5216045899504 NULL NULL 200 -400 -200 NULL NULL 31.0 1.7802E7 -3.134834278502722E-5 31 -2.566225806451613 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -18 -18.0 1969-12-31 16:00:05.241 -200 1602304617 -5973391612176 NULL NULL 200 -400 -200 NULL NULL 18.0 1.7802E7 -1.820226355259645E-5 18 -4.419611111111111 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -9 -9.0 1969-12-31 15:59:57.965 -200 1095896876 -4085503553728 NULL NULL 200 -400 -200 NULL NULL 9.0 1.7802E7 -9.101131776298225E-6 9 -8.839222222222222 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 60 60.0 1969-12-31 15:59:51.682 -200 -1493893128 5569233581184 NULL NULL 200 -400 -200 NULL NULL -60.0 1.7802E7 6.0674211841988174E-5 -60 1.3258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 13 13.0 1969-12-31 16:00:14.548 -200 370944760 -1382882065280 NULL NULL 200 -400 -200 NULL NULL -13.0 1.7802E7 1.314607923243077E-5 -13 6.119461538461538 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 54 54.0 1969-12-31 15:59:56.345 -200 1756261895 -6547344344560 NULL NULL 200 -400 -200 NULL NULL -54.0 1.7802E7 5.4606790657789354E-5 -54 1.4732037037037036 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 55 55.0 1969-12-31 15:59:51.024 -200 4521993 -16857989904 NULL NULL 200 -400 -200 NULL NULL -55.0 1.7802E7 5.561802752182249E-5 -55 1.4464181818181818 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 36 36.0 1969-12-31 15:59:44.081 -200 -1267159917 4723972170576 NULL NULL 200 -400 -200 NULL NULL -36.0 1.7802E7 3.64045271051929E-5 -36 2.2098055555555556 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 41 41.0 1969-12-31 15:59:49.062 -200 -512762593 1911578946704 NULL NULL 200 -400 -200 NULL NULL -41.0 1.7802E7 4.1460711425358585E-5 -41 1.9403170731707315 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 24 24.0 1969-12-31 15:59:52.313 -200 1037704301 -3868561634128 NULL NULL 200 -400 -200 NULL NULL -24.0 1.7802E7 2.426968473679527E-5 -24 3.3147083333333334 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -41 -41.0 1969-12-31 16:00:02.969 -200 1295784269 -4830683754832 NULL NULL 200 -400 -200 NULL NULL 41.0 1.7802E7 -4.1460711425358585E-5 41 -1.9403170731707315 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -41 -41.0 1969-12-31 16:00:11.565 -200 -1838021063 6852142522864 NULL NULL 200 -400 -200 NULL NULL 41.0 1.7802E7 -4.1460711425358585E-5 41 -1.9403170731707315 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -51 -51.0 1969-12-31 16:00:02.011 -200 -595350658 2219467253024 NULL NULL 200 -400 -200 NULL NULL 51.0 1.7802E7 -5.157308006568995E-5 51 -1.5598627450980391 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -38 -38.0 1969-12-31 16:00:02.007 -200 -1627751298 6068256838944 NULL NULL 200 -400 -200 NULL NULL 38.0 1.7802E7 -3.842700083325918E-5 38 -2.0935 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -6 -6.0 1969-12-31 15:59:56.094 -200 -585807467 2183890236976 NULL NULL 200 -400 -200 NULL NULL 6.0 1.7802E7 -6.067421184198818E-6 6 -13.258833333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -29 -29.0 1969-12-31 16:00:03.116 -200 737068329 -2747790730512 NULL NULL 200 -400 -200 NULL NULL 29.0 1.7802E7 -2.932586905696095E-5 29 -2.7432068965517242 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -56 -56.0 1969-12-31 16:00:15.038 -200 1642029665 -6121486591120 NULL NULL 200 -400 -200 NULL NULL 56.0 1.7802E7 -5.6629264385855625E-5 56 -1.4205892857142857 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 62 62.0 1969-12-31 15:59:46.338 -200 175991222 -656095275616 NULL NULL 200 -400 -200 NULL NULL -62.0 1.7802E7 6.269668557005445E-5 -62 1.2831129032258064 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -47 -47.0 1969-12-31 16:00:02.508 -200 1775269950 -6618206373600 NULL NULL 200 -400 -200 NULL NULL 47.0 1.7802E7 -4.7528132609557405E-5 47 -1.6926170212765956 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -43 -43.0 1969-12-31 16:00:14.536 -200 -1530962879 5707429612912 NULL NULL 200 -400 -200 NULL NULL 43.0 1.7802E7 -4.3483185153424856E-5 43 -1.8500697674418605 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 50 50.0 1969-12-31 16:00:15.232 -200 -51350287 191433869936 NULL NULL 200 -400 -200 NULL NULL -50.0 1.7802E7 5.056184320165681E-5 -50 1.59106 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -23 -23.0 1969-12-31 16:00:04.124 -200 -1205825630 4495317948640 NULL NULL 200 -400 -200 NULL NULL 23.0 1.7802E7 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -7 -7.0 1969-12-31 15:59:50.845 -200 1245697310 -4643959571680 NULL NULL 200 -400 -200 NULL NULL 7.0 1.7802E7 -7.078658048231953E-6 7 -11.364714285714285 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 26 26.0 1969-12-31 16:00:05.219 -200 932710812 -3477145907136 NULL NULL 200 -400 -200 NULL NULL -26.0 1.7802E7 2.629215846486154E-5 -26 3.059730769230769 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -53 -53.0 1969-12-31 15:59:58.158 -200 1905162359 -7102445274352 NULL NULL 200 -400 -200 NULL NULL 53.0 1.7802E7 -5.359555379375622E-5 53 -1.501 +NULL -200.0 1969-12-31 15:59:55.451 NULL false 15 15.0 1969-12-31 16:00:11.15 -200 740436530 -2760347383840 NULL NULL 200 -400 -200 NULL NULL -15.0 1.7802E7 1.5168552960497044E-5 -15 5.303533333333333 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -41 -41.0 1969-12-31 15:59:45.304 -200 1972217868 -7352428211904 NULL NULL 200 -400 -200 NULL NULL 41.0 1.7802E7 -4.1460711425358585E-5 41 -1.9403170731707315 +NULL -200.0 1969-12-31 15:59:55.451 NULL false -30 -30.0 1969-12-31 16:00:12.935 -200 1429852250 -5330489188000 NULL NULL 200 -400 -200 NULL NULL 30.0 1.7802E7 -3.0337105920994087E-5 30 -2.6517666666666666 +-109813638 NULL NULL t32s57Cjt4a250qQgVNAB5T true -51 -51.0 1969-12-31 16:00:08.451 NULL -58941842 219735186976 109813638 1.09812774743E8 NULL NULL NULL 1.0 1.09812801023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-601502867 NULL NULL M152O true -51 -51.0 1969-12-31 16:00:08.451 NULL -425267321 1585396572688 601502867 6.01502003743E8 NULL NULL NULL 1.0 6.01502030023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-881630661 NULL NULL 3e27C1jTdTQPdvCWi4if true -51 -51.0 1969-12-31 16:00:08.451 NULL -309125967 1152421604976 881630661 8.81629797743E8 NULL NULL NULL 1.0 8.81629824023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-515203523 NULL NULL P2DNeo00PA7DJF0 false -51 -51.0 1969-12-31 16:00:08.451 NULL -332345391 1238983617648 515203523 5.15202659743E8 NULL NULL NULL 1.0 5.1520268602299994E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-916222455 NULL NULL dG8B5PQ3b85U362G6huu false -51 -51.0 1969-12-31 16:00:08.451 NULL -279202430 1040866659040 916222455 9.16221591743E8 NULL NULL NULL 1.0 9.16221618023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-885788893 NULL NULL LX6QHG6sEmBAIbA6e6Am24 false -51 -51.0 1969-12-31 16:00:08.451 NULL -324210434 1208656497952 885788893 8.85788029743E8 NULL NULL NULL 1.0 8.85788056023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-1017266554 NULL NULL DU1m68i1Q7W3 false -51 -51.0 1969-12-31 16:00:08.451 NULL -145067516 540811699648 1017266554 1.017265690743E9 NULL NULL NULL 1.0 1.017265717023E9 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-452945059 NULL NULL QbdFB1d7vfaM7 true -51 -51.0 1969-12-31 16:00:08.451 NULL -7309465 27249685520 452945059 4.52944195743E8 NULL NULL NULL 1.0 4.5294422202299994E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-375807166 NULL NULL K2uHR7U36540Kx6tC false -51 -51.0 1969-12-31 16:00:08.451 NULL -353931480 1319456557440 375807166 3.75806302743E8 NULL NULL NULL 1.0 3.7580632902299994E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-303254000 NULL NULL DHy1oyJ2887Mr5 true -51 -51.0 1969-12-31 16:00:08.451 NULL -64784934 241518233952 303254000 3.03253136743E8 NULL NULL NULL 1.0 3.0325316302299994E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-597089099 NULL NULL vsX2f2YM0vC5E21f1 true -51 -51.0 1969-12-31 16:00:08.451 NULL -106412768 396706799104 597089099 5.97088235743E8 NULL NULL NULL 1.0 5.97088262023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-943342622 NULL NULL 3w6XYq04J0Lb3Sv82eOV2HJ true -51 -51.0 1969-12-31 16:00:08.451 NULL -750731096 2798725525888 943342622 9.43341758743E8 NULL NULL NULL 1.0 9.43341785023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-949286785 NULL NULL XWuYuk5qpn5Khs3764E56 true -51 -51.0 1969-12-31 16:00:08.451 NULL -946341072 3527959516416 949286785 9.49285921743E8 NULL NULL NULL 1.0 9.49285948023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-833480226 NULL NULL rNGcxI3PkU2K true -51 -51.0 1969-12-31 16:00:08.451 NULL -498518747 1858477888816 833480226 8.33479362743E8 NULL NULL NULL 1.0 8.33479389023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-970918963 NULL NULL suoqdh false -51 -51.0 1969-12-31 16:00:08.451 NULL -588508542 2193959844576 970918963 9.70918099743E8 NULL NULL NULL 1.0 9.70918126023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-794175309 NULL NULL NIp47 false -51 -51.0 1969-12-31 16:00:08.451 NULL -283652605 1057456911440 794175309 7.94174445743E8 NULL NULL NULL 1.0 7.94174472023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-742561638 NULL NULL 34vL40uLcr11po3k false -51 -51.0 1969-12-31 16:00:08.451 NULL -655193302 2442560629856 742561638 7.42560774743E8 NULL NULL NULL 1.0 7.42560801023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-830610139 NULL NULL 3FD2bt1EIaA0YrK true -51 -51.0 1969-12-31 16:00:08.451 NULL -798375623 2976344322544 830610139 8.30609275743E8 NULL NULL NULL 1.0 8.30609302023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-711795817 NULL NULL 4hMaavAE false -51 -51.0 1969-12-31 16:00:08.451 NULL -578512565 2156694842320 711795817 7.11794953743E8 NULL NULL NULL 1.0 7.11794980023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-809162203 NULL NULL shMOr3b8w1F4F38D4wih0 true -51 -51.0 1969-12-31 16:00:08.451 NULL -47746898 178000435744 809162203 8.09161339743E8 NULL NULL NULL 1.0 8.09161366023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-491184664 NULL NULL u85A6B false -51 -51.0 1969-12-31 16:00:08.451 NULL -58002434 216233073952 491184664 4.91183800743E8 NULL NULL NULL 1.0 4.9118382702299994E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-554456306 NULL NULL 6JLTA0I2Jx60HU470LO false -51 -51.0 1969-12-31 16:00:08.451 NULL -248574679 926686403312 554456306 5.54455442743E8 NULL NULL NULL 1.0 5.54455469023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-339214974 NULL NULL UtriJV4U5N2J7M false -51 -51.0 1969-12-31 16:00:08.451 NULL -282992256 1054995130368 339214974 3.39214110743E8 NULL NULL NULL 1.0 3.3921413702299994E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-730289443 NULL NULL 2n2cwjWAp2R56c2GYtKHQf0i false -51 -51.0 1969-12-31 16:00:08.451 NULL -684626873 2552288982544 730289443 7.30288579743E8 NULL NULL NULL 1.0 7.30288606023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-486415983 NULL NULL 4U4HK false -51 -51.0 1969-12-31 16:00:08.451 NULL -92514745 344894969360 486415983 4.86415119743E8 NULL NULL NULL 1.0 4.8641514602299994E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-859482455 NULL NULL 14fnT7A11Y6fE false -51 -51.0 1969-12-31 16:00:08.451 NULL -851076402 3172812826656 859482455 8.59481591743E8 NULL NULL NULL 1.0 8.59481618023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-1015510885 NULL NULL Kw7fOuw4DHeyXe2yg false -51 -51.0 1969-12-31 16:00:08.451 NULL -67812054 252803337312 1015510885 1.015510021743E9 NULL NULL NULL 1.0 1.015510048023E9 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-919940926 NULL NULL i1P3Wlat5EnBugL24oS4I3 true -51 -51.0 1969-12-31 16:00:08.451 NULL -533395388 1988498006464 919940926 9.19940062743E8 NULL NULL NULL 1.0 9.19940089023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-1039715238 NULL NULL oOt2v true -51 -51.0 1969-12-31 16:00:08.451 NULL -86361999 321957532272 1039715238 1.039714374743E9 NULL NULL NULL 1.0 1.039714401023E9 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-733761968 NULL NULL c23S6Ky4w7Ld21lAbB true -51 -51.0 1969-12-31 16:00:08.451 NULL -713098110 2658429754080 733761968 7.33761104743E8 NULL NULL NULL 1.0 7.33761131023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-731427364 NULL NULL cb33ksHDf3lMrp0OW4dMdvos false -51 -51.0 1969-12-31 16:00:08.451 NULL -712994897 2658044976016 731427364 7.31426500743E8 NULL NULL NULL 1.0 7.31426527023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-954917203 NULL NULL 1M4eTm8OcOW2dAMV2V5slS1 true -51 -51.0 1969-12-31 16:00:08.451 NULL -710267209 2647876155152 954917203 9.54916339743E8 NULL NULL NULL 1.0 9.54916366023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-848947717 NULL NULL 34o2M3 false -51 -51.0 1969-12-31 16:00:08.451 NULL -150416216 560751653248 848947717 8.48946853743E8 NULL NULL NULL 1.0 8.48946880023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-738306196 NULL NULL NULL false -51 -51.0 1969-12-31 16:00:08.451 NULL -460430946 1716486566688 738306196 7.38305332743E8 NULL NULL NULL 1.0 7.38305359023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-647247257 NULL NULL 2C1S7MUYL5NWPARvQU false -51 -51.0 1969-12-31 16:00:08.451 NULL -450614378 1679890401184 647247257 6.47246393743E8 NULL NULL NULL 1.0 6.47246420023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-833225522 NULL NULL f448c4T81BR true -51 -51.0 1969-12-31 16:00:08.451 NULL -789796482 2944361284896 833225522 8.33224658743E8 NULL NULL NULL 1.0 8.33224685023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-413196097 NULL NULL NULL false -51 -51.0 1969-12-31 16:00:08.451 NULL -306198070 1141506404960 413196097 4.13195233743E8 NULL NULL NULL 1.0 4.1319526002299994E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-637509859 NULL NULL hCwu446fq4108mQ4x62Pr true -51 -51.0 1969-12-31 16:00:08.451 NULL -135810777 506302576656 637509859 6.37508995743E8 NULL NULL NULL 1.0 6.37509022023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-766298505 NULL NULL tKyw2O2N true -51 -51.0 1969-12-31 16:00:08.451 NULL -268630738 1001455391264 766298505 7.66297641743E8 NULL NULL NULL 1.0 7.66297668023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-887750610 NULL NULL ffT4cTjYf2NJ false -51 -51.0 1969-12-31 16:00:08.451 NULL -273952073 1021293328144 887750610 8.87749746743E8 NULL NULL NULL 1.0 8.87749773023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-1003789565 NULL NULL dq1Ji5vGb4GVow42 false -51 -51.0 1969-12-31 16:00:08.451 NULL -505400643 1884133597104 1003789565 1.003788701743E9 NULL NULL NULL 1.0 1.003788728023E9 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-319901788 NULL NULL q2bIHkxaKKv7uD false -51 -51.0 1969-12-31 16:00:08.451 NULL -149775876 558364465728 319901788 3.19900924743E8 NULL NULL NULL 1.0 3.1990095102299994E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-688179977 NULL NULL b true -51 -51.0 1969-12-31 16:00:08.451 NULL -6432 23978496 688179977 6.88179113743E8 NULL NULL NULL 1.0 6.88179140023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-460130999 NULL NULL 704TqKdO554m38WDk0W2g true -51 -51.0 1969-12-31 16:00:08.451 NULL -133397676 497306536128 460130999 4.60130135743E8 NULL NULL NULL 1.0 4.6013016202299994E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-435127410 NULL NULL 0CkUHn44bl6xbyYLk false -51 -51.0 1969-12-31 16:00:08.451 NULL -403415728 1503933833984 435127410 4.35126546743E8 NULL NULL NULL 1.0 4.3512657302299994E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-109479877 NULL NULL 4LQe2Pd4m640E58XFA true -51 -51.0 1969-12-31 16:00:08.451 NULL -17223890 64210661920 109479877 1.09479013743E8 NULL NULL NULL 1.0 1.09479040023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-316619185 NULL NULL 33cr1j true -51 -51.0 1969-12-31 16:00:08.451 NULL -223513974 833260095072 316619185 3.16618321743E8 NULL NULL NULL 1.0 3.1661834802299994E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-925336063 NULL NULL 060EnWLmWE4K8Pv false -51 -51.0 1969-12-31 16:00:08.451 NULL -477173411 1778902476208 925336063 9.25335199743E8 NULL NULL NULL 1.0 9.25335226023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-395475456 NULL NULL olV01YmQ01kUvC3EE85C0E false -51 -51.0 1969-12-31 16:00:08.451 NULL -12686112 47293825536 395475456 3.95474592743E8 NULL NULL NULL 1.0 3.9547461902299994E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-980072140 NULL NULL Jt7E0sR3X7V true -51 -51.0 1969-12-31 16:00:08.451 NULL -819889345 3056547478160 980072140 9.80071276743E8 NULL NULL NULL 1.0 9.80071303023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-726087078 NULL NULL qNaAh8CdJxxTG8y0 true -51 -51.0 1969-12-31 16:00:08.451 NULL -622509800 2320716534400 726087078 7.26086214743E8 NULL NULL NULL 1.0 7.26086241023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-239791677 NULL NULL 76Xl5E7ttiejsqcvfJmtNB0 true -51 -51.0 1969-12-31 16:00:08.451 NULL -54067111 201562189808 239791677 2.39790813743E8 NULL NULL NULL 1.0 2.39790840023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-457111770 NULL NULL F10SR3l5836pq7TCfYeGrEl1 true -51 -51.0 1969-12-31 16:00:08.451 NULL -107200626 399643933728 457111770 4.57110906743E8 NULL NULL NULL 1.0 4.5711093302299994E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-1000804087 NULL NULL H8LCu4M2u4f1S true -51 -51.0 1969-12-31 16:00:08.451 NULL -873515594 3256466134432 1000804087 1.000803223743E9 NULL NULL NULL 1.0 1.000803250023E9 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-1060624784 NULL NULL Das7E73 true -51 -51.0 1969-12-31 16:00:08.451 NULL -941434751 3509668751728 1060624784 1.060623920743E9 NULL NULL NULL 1.0 1.060623947023E9 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-602640740 NULL NULL s1K04o1 false -51 -51.0 1969-12-31 16:00:08.451 NULL -22423082 83593249696 602640740 6.02639876743E8 NULL NULL NULL 1.0 6.02639903023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-635141101 NULL NULL ss true -51 -51.0 1969-12-31 16:00:08.451 NULL -89010 331829280 635141101 6.35140237743E8 NULL NULL NULL 1.0 6.35140264023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-622956305 NULL NULL b4iTs false -51 -51.0 1969-12-31 16:00:08.451 NULL -485595911 1810301556208 622956305 6.22955441743E8 NULL NULL NULL 1.0 6.22955468023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-363032626 NULL NULL 0f4422CBSl true -51 -51.0 1969-12-31 16:00:08.451 NULL -73528173 274113028944 363032626 3.63031762743E8 NULL NULL NULL 1.0 3.6303178902299994E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-816457176 NULL NULL Dk6tb8PWF643qyp258O2 true -51 -51.0 1969-12-31 16:00:08.451 NULL -375462240 1399723230720 816457176 8.16456312743E8 NULL NULL NULL 1.0 8.16456339023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-264683279 NULL NULL sU7rit true -51 -51.0 1969-12-31 16:00:08.451 NULL -19844206 73979199968 264683279 2.64682415743E8 NULL NULL NULL 1.0 2.64682442023E8 51.0 NULL -5.157308006568995E-5 51 -1.5598627450980391 +-410541035 NULL NULL eDfHPeW364TY4A2Jhm true 8 8.0 1969-12-31 16:00:15.892 NULL -223774943 834232987504 410541035 4.10540171743E8 NULL NULL NULL 1.0 4.1054019802299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-436323820 NULL NULL p3DvmcsqP6xMf false 8 8.0 1969-12-31 16:00:15.892 NULL -333338916 1242687478848 436323820 4.36322956743E8 NULL NULL NULL 1.0 4.3632298302299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-932998902 NULL NULL kAr0ffWGEU7MHSKp true 8 8.0 1969-12-31 16:00:15.892 NULL -230462122 859162790816 932998902 9.32998038743E8 NULL NULL NULL 1.0 9.32998065023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-205395916 NULL NULL 2V6VBAtpi0QQD true 8 8.0 1969-12-31 16:00:15.892 NULL -8537604 31828187712 205395916 2.05395052743E8 NULL NULL NULL 1.0 2.05395079023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-617263915 NULL NULL 8IgBmN0xkLDIlj2y false 8 8.0 1969-12-31 16:00:15.892 NULL -319213460 1190027778880 617263915 6.17263051743E8 NULL NULL NULL 1.0 6.17263078023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-1058897881 NULL NULL 6fPk0A false 8 8.0 1969-12-31 16:00:15.892 NULL -800997317 2986117997776 1058897881 1.058897017743E9 NULL NULL NULL 1.0 1.058897044023E9 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-718664327 NULL NULL tm85HNL7au4na false 8 8.0 1969-12-31 16:00:15.892 NULL -142426080 530964426240 718664327 7.18663463743E8 NULL NULL NULL 1.0 7.18663490023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-799860725 NULL NULL b01GFHiSj4Yig1tk4bSex true 8 8.0 1969-12-31 16:00:15.892 NULL -87733477 327070402256 799860725 7.99859861743E8 NULL NULL NULL 1.0 7.99859888023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-752438482 NULL NULL 0rNlSy15Xy1Sx true 8 8.0 1969-12-31 16:00:15.892 NULL -407346886 1518589191008 752438482 7.52437618743E8 NULL NULL NULL 1.0 7.52437645023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-603601682 NULL NULL poE6hx8xV36vG true 8 8.0 1969-12-31 16:00:15.892 NULL -24030296 89584943488 603601682 6.03600818743E8 NULL NULL NULL 1.0 6.03600845023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-743039371 NULL NULL v5Ai3KlB6mT false 8 8.0 1969-12-31 16:00:15.892 NULL -411191076 1532920331328 743039371 7.43038507743E8 NULL NULL NULL 1.0 7.43038534023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-20301111 NULL NULL e13dNAo71UXm4Yt1u false 8 8.0 1969-12-31 16:00:15.892 NULL -19748892 73623869376 20301111 2.0300247743E7 NULL NULL NULL 1.0 2.0300274023000002E7 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-466511459 NULL NULL qny4OOT34x7XVrWp5Eh true 8 8.0 1969-12-31 16:00:15.892 NULL -228360387 851327522736 466511459 4.66510595743E8 NULL NULL NULL 1.0 4.6651062202299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-851067861 NULL NULL lD0h1L8852501n false 8 8.0 1969-12-31 16:00:15.892 NULL -294767825 1098894451600 851067861 8.51066997743E8 NULL NULL NULL 1.0 8.51067024023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-883321517 NULL NULL RJsFsi3a85svGBfT8 true 8 8.0 1969-12-31 16:00:15.892 NULL -738731063 2753989402864 883321517 8.83320653743E8 NULL NULL NULL 1.0 8.83320680023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-528897930 NULL NULL TNaUMA6If0kmHQp2xRhqr false 8 8.0 1969-12-31 16:00:15.892 NULL -438530877 1634843109456 528897930 5.28897066743E8 NULL NULL NULL 1.0 5.2889709302299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-380359762 NULL NULL bfE8u5XQPK7ie4o6wE1Tfv true 8 8.0 1969-12-31 16:00:15.892 NULL -74313673 277041372944 380359762 3.80358898743E8 NULL NULL NULL 1.0 3.8035892502299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-441306270 NULL NULL iEb04t2x333EF5wHoKRs6oKB false 8 8.0 1969-12-31 16:00:15.892 NULL -333509919 1243324978032 441306270 4.41305406743E8 NULL NULL NULL 1.0 4.4130543302299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-712811861 NULL NULL qC2BA3oYp true 8 8.0 1969-12-31 16:00:15.892 NULL -56014923 208823632944 712811861 7.12810997743E8 NULL NULL NULL 1.0 7.12811024023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-433146870 NULL NULL mw3S8 true 8 8.0 1969-12-31 16:00:15.892 NULL -410751871 1531282975088 433146870 4.33146006743E8 NULL NULL NULL 1.0 4.3314603302299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-852864663 NULL NULL bMKsgu5OdWu4vjTa1nt true 8 8.0 1969-12-31 16:00:15.892 NULL -762739286 2843492058208 852864663 8.52863799743E8 NULL NULL NULL 1.0 8.52863826023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-353397036 NULL NULL 3LWXOlGelGXQu64Lxws true 8 8.0 1969-12-31 16:00:15.892 NULL -319840080 1192363818240 353397036 3.53396172743E8 NULL NULL NULL 1.0 3.5339619902299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-596721652 NULL NULL 07Hofhidd5ClnNx8jTl1 true 8 8.0 1969-12-31 16:00:15.892 NULL -70511540 262867021120 596721652 5.96720788743E8 NULL NULL NULL 1.0 5.96720815023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-718063540 NULL NULL 1wb02g3mc true 8 8.0 1969-12-31 16:00:15.892 NULL -429105776 1599706332928 718063540 7.18062676743E8 NULL NULL NULL 1.0 7.18062703023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-616147774 NULL NULL PUjn241mg3Qfjj6nG51 true 8 8.0 1969-12-31 16:00:15.892 NULL -98989966 369034593248 616147774 6.16146910743E8 NULL NULL NULL 1.0 6.16146937023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-792520485 NULL NULL rhOWNGEuth8f875WLX false 8 8.0 1969-12-31 16:00:15.892 NULL -712238882 2655226552096 792520485 7.92519621743E8 NULL NULL NULL 1.0 7.92519648023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-863239524 NULL NULL Nr3652 false 8 8.0 1969-12-31 16:00:15.892 NULL -302672812 1128364243136 863239524 8.63238660743E8 NULL NULL NULL 1.0 8.63238687023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-767080360 NULL NULL 5dENnx6VjU14iaLFV0IR true 8 8.0 1969-12-31 16:00:15.892 NULL -725406408 2704315089024 767080360 7.67079496743E8 NULL NULL NULL 1.0 7.67079523023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-605065222 NULL NULL GciA5Y0kP true 8 8.0 1969-12-31 16:00:15.892 NULL -73703653 274767218384 605065222 6.05064358743E8 NULL NULL NULL 1.0 6.05064385023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-1063164541 NULL NULL 1NydRD5y5o3 false 8 8.0 1969-12-31 16:00:15.892 NULL -74907656 279255741568 1063164541 1.063163677743E9 NULL NULL NULL 1.0 1.063163704023E9 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-965597463 NULL NULL b0G65a66732y6yE65hQ0 false 8 8.0 1969-12-31 16:00:15.892 NULL -922745115 3439993788720 965597463 9.65596599743E8 NULL NULL NULL 1.0 9.65596626023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-286232918 NULL NULL DuLQkL6 true 8 8.0 1969-12-31 16:00:15.892 NULL -70839972 264091415616 286232918 2.86232054743E8 NULL NULL NULL 1.0 2.8623208102299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-845450039 NULL NULL HG52N6amN false 8 8.0 1969-12-31 16:00:15.892 NULL -374765565 1397126026320 845450039 8.45449175743E8 NULL NULL NULL 1.0 8.45449202023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-853693520 NULL NULL i6G060 true 8 8.0 1969-12-31 16:00:15.892 NULL -683211043 2547010768304 853693520 8.53692656743E8 NULL NULL NULL 1.0 8.53692683023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-575848794 NULL NULL H37833CDTytf1mp4 false 8 8.0 1969-12-31 16:00:15.892 NULL -510322821 1902483476688 575848794 5.75847930743E8 NULL NULL NULL 1.0 5.75847957023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-654132946 NULL NULL 1emD5WuAWePl22 true 8 8.0 1969-12-31 16:00:15.892 NULL -35916257 133895806096 654132946 6.54132082743E8 NULL NULL NULL 1.0 6.54132109023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-885777373 NULL NULL F3wAY4D4XxYt true 8 8.0 1969-12-31 16:00:15.892 NULL -582564574 2171800731872 885777373 8.85776509743E8 NULL NULL NULL 1.0 8.85776536023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-388258881 NULL NULL EjY6DSn57x1v5h false 8 8.0 1969-12-31 16:00:15.892 NULL -316801619 1181036435632 388258881 3.88258017743E8 NULL NULL NULL 1.0 3.8825804402299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-1020120834 NULL NULL 6Ob80MBP350rI275 true 8 8.0 1969-12-31 16:00:15.892 NULL -100465694 374536107232 1020120834 1.020119970743E9 NULL NULL NULL 1.0 1.020119997023E9 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-448325367 NULL NULL v0uSTRyX5A4W false 8 8.0 1969-12-31 16:00:15.892 NULL -208895713 778763218064 448325367 4.48324503743E8 NULL NULL NULL 1.0 4.4832453002299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-831468557 NULL NULL 5ealv0e6tmDnoS0bOmX false 8 8.0 1969-12-31 16:00:15.892 NULL -376760963 1404564870064 831468557 8.31467693743E8 NULL NULL NULL 1.0 8.31467720023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-993291633 NULL NULL 8reJCOg48gHGHDs true 8 8.0 1969-12-31 16:00:15.892 NULL -861531376 3211788969728 993291633 9.93290769743E8 NULL NULL NULL 1.0 9.93290796023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-448180672 NULL NULL BJTr1JVEjCQMQ0 false 8 8.0 1969-12-31 16:00:15.892 NULL -301072095 1122396770160 448180672 4.48179808743E8 NULL NULL NULL 1.0 4.4817983502299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-848015950 NULL NULL 6shc3Y true 8 8.0 1969-12-31 16:00:15.892 NULL -397174440 1480666312320 848015950 8.48015086743E8 NULL NULL NULL 1.0 8.48015113023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-928500968 NULL NULL 34oSgU32X true 8 8.0 1969-12-31 16:00:15.892 NULL -831143834 3098504213152 928500968 9.28500104743E8 NULL NULL NULL 1.0 9.28500131023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-1016835101 NULL NULL Md2lY0T7reBu false 8 8.0 1969-12-31 16:00:15.892 NULL -491294009 1831544065552 1016835101 1.016834237743E9 NULL NULL NULL 1.0 1.016834264023E9 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-173590840 NULL NULL C77Mm2Bv5tV32bB3IHK true 8 8.0 1969-12-31 16:00:15.892 NULL -8056960 30036346880 173590840 1.73589976743E8 NULL NULL NULL 1.0 1.73590003023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-221091443 NULL NULL 5EjVb30Y5 false 8 8.0 1969-12-31 16:00:15.892 NULL -121073279 451361184112 221091443 2.21090579743E8 NULL NULL NULL 1.0 2.21090606023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-660093358 NULL NULL jH7VH38C77M08h5GNPp8M false 8 8.0 1969-12-31 16:00:15.892 NULL -28334114 105629576992 660093358 6.60092494743E8 NULL NULL NULL 1.0 6.60092521023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-522373381 NULL NULL 0AkI4K24GeFC1Aa2Sr6 false 8 8.0 1969-12-31 16:00:15.892 NULL -17631238 65729255264 522373381 5.22372517743E8 NULL NULL NULL 1.0 5.2237254402299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-1068247011 NULL NULL dPbX4jd1v47r1bB6506si false 8 8.0 1969-12-31 16:00:15.892 NULL -729456614 2719414256992 1068247011 1.068246147743E9 NULL NULL NULL 1.0 1.068246174023E9 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-381027711 NULL NULL VU42OCI8nDXA0M false 8 8.0 1969-12-31 16:00:15.892 NULL -292812099 1091603505072 381027711 3.81026847743E8 NULL NULL NULL 1.0 3.8102687402299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-1049984461 NULL NULL qUY8Rl34NWRg false 8 8.0 1969-12-31 16:00:15.892 NULL -247067895 921069112560 1049984461 1.049983597743E9 NULL NULL NULL 1.0 1.049983624023E9 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-485104169 NULL NULL aecE60o4 true 8 8.0 1969-12-31 16:00:15.892 NULL -276230204 1029786200512 485104169 4.85103305743E8 NULL NULL NULL 1.0 4.8510333202299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-727158360 NULL NULL 0uA7It5CJu16eJ4JS1uuxNJ false 8 8.0 1969-12-31 16:00:15.892 NULL -89010 331829280 727158360 7.27157496743E8 NULL NULL NULL 1.0 7.27157523023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-923400421 NULL NULL MJ7Ej4tBYS8l2mK true 8 8.0 1969-12-31 16:00:15.892 NULL -67708318 252416609504 923400421 9.23399557743E8 NULL NULL NULL 1.0 9.23399584023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-980511555 NULL NULL 1TBB2v0eBqlr4c7d true 8 8.0 1969-12-31 16:00:15.892 NULL -890261594 3318895222432 980511555 9.80510691743E8 NULL NULL NULL 1.0 9.80510718023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-1039495786 NULL NULL b0BEyNEe1bvQ true 8 8.0 1969-12-31 16:00:15.892 NULL -760564106 2835382987168 1039495786 1.039494922743E9 NULL NULL NULL 1.0 1.039494949023E9 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-335475138 NULL NULL TrVt3076w4QSXF83Io true 8 8.0 1969-12-31 16:00:15.892 NULL -205461721 765961295888 335475138 3.35474274743E8 NULL NULL NULL 1.0 3.3547430102299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-937557606 NULL NULL 2251WSv5eA2l6WqesdKPM2 true 8 8.0 1969-12-31 16:00:15.892 NULL -532708003 1985935435184 937557606 9.37556742743E8 NULL NULL NULL 1.0 9.37556769023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-301678323 NULL NULL C63fh05R7De33TmqtehvIfxv true 8 8.0 1969-12-31 16:00:15.892 NULL -54080756 201613058368 301678323 3.01677459743E8 NULL NULL NULL 1.0 3.0167748602299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-914887396 NULL NULL o2IY6 true 8 8.0 1969-12-31 16:00:15.892 NULL -558119393 2080669097104 914887396 9.14886532743E8 NULL NULL NULL 1.0 9.14886559023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-188165330 NULL NULL 22RO52O0M1M01M0Uk74eGx false 8 8.0 1969-12-31 16:00:15.892 NULL -63118955 235307464240 188165330 1.88164466743E8 NULL NULL NULL 1.0 1.88164493023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-298110501 NULL NULL JKmY3010a4e false 8 8.0 1969-12-31 16:00:15.892 NULL -159906495 596131413360 298110501 2.98109637743E8 NULL NULL NULL 1.0 2.9810966402299994E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-600422927 NULL NULL A30e7a8ia36g25YQc8xTXBgB true 8 8.0 1969-12-31 16:00:15.892 NULL -478703183 1784605466224 600422927 6.00422063743E8 NULL NULL NULL 1.0 6.00422090023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-819152895 NULL NULL NULL true 8 8.0 1969-12-31 16:00:15.892 NULL -67009042 249809708576 819152895 8.19152031743E8 NULL NULL NULL 1.0 8.19152058023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-1046913669 NULL NULL 40r4yyU6T0A0Mekf24k false 8 8.0 1969-12-31 16:00:15.892 NULL -90393132 336985596096 1046913669 1.046912805743E9 NULL NULL NULL 1.0 1.046912832023E9 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-596698349 NULL NULL 142kQq4fbeX3mT false 8 8.0 1969-12-31 16:00:15.892 NULL -423275825 1577972275600 596698349 5.96697485743E8 NULL NULL NULL 1.0 5.96697512023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-1039292315 NULL NULL 07488p5vb4d2 true 8 8.0 1969-12-31 16:00:15.892 NULL -432155916 1611077254848 1039292315 1.039291451743E9 NULL NULL NULL 1.0 1.039291478023E9 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +683567667 NULL NULL 4kMasVoB7lX1wc5i64bNk true 8 8.0 1969-12-31 16:00:15.892 NULL 1556140363 -5801291273264 -683567667 -6.83568530257E8 NULL NULL NULL 1.0 -6.83568503977E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-1024321144 NULL NULL CE22Wjuk7d20ouN true 8 8.0 1969-12-31 16:00:15.892 NULL -94624654 352760710112 1024321144 1.024320280743E9 NULL NULL NULL 1.0 1.024320307023E9 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-1058286942 NULL NULL R6q656btrqQM6a5nQ4GcVg true 8 8.0 1969-12-31 16:00:15.892 NULL -922041114 3437369272992 1058286942 1.058286078743E9 NULL NULL NULL 1.0 1.058286105023E9 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-43263468 NULL NULL 2Amg22mSeD4C6OL64 false 8 8.0 1969-12-31 16:00:15.892 NULL -645672 2407065216 43263468 4.3262604743E7 NULL NULL NULL 1.0 4.3262631023E7 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-711576614 NULL NULL cb5LPuiF true 8 8.0 1969-12-31 16:00:15.892 NULL -534956316 1994317146048 711576614 7.11575750743E8 NULL NULL NULL 1.0 7.11575777023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-1063745167 NULL NULL L47nqo true 8 8.0 1969-12-31 16:00:15.892 NULL -68741114 256266872992 1063745167 1.063744303743E9 NULL NULL NULL 1.0 1.063744330023E9 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +-670908417 NULL NULL NULL false 8 8.0 1969-12-31 16:00:15.892 NULL -228957331 853552929968 670908417 6.70907553743E8 NULL NULL NULL 1.0 6.70907580023E8 -8.0 NULL 8.08989491226509E-6 -8 9.944125 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -44 -44.0 1969-12-31 16:00:00.247 -7196 1752212736 -6532249079808 NULL NULL 7196 -14392 -7196 NULL NULL 44.0 6.4051596E8 -4.449442201745799E-5 44 -1.8080227272727272 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 44 44.0 1969-12-31 15:59:55.105 -7196 -556482589 2074567091792 NULL NULL 7196 -14392 -7196 NULL NULL -44.0 6.4051596E8 4.449442201745799E-5 -44 1.8080227272727272 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 57 57.0 1969-12-31 15:59:53.129 -7196 -115057207 428933267696 NULL NULL 7196 -14392 -7196 NULL NULL -57.0 6.4051596E8 5.764050124988876E-5 -57 1.3956666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 11 11.0 1969-12-31 16:00:08.857 -7196 -1887946332 7038263925696 NULL NULL 7196 -14392 -7196 NULL NULL -11.0 6.4051596E8 1.1123605504364498E-5 -11 7.232090909090909 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 18 18.0 1969-12-31 16:00:05.804 -7196 423975149 -1580579355472 NULL NULL 7196 -14392 -7196 NULL NULL -18.0 6.4051596E8 1.820226355259645E-5 -18 4.419611111111111 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 11 11.0 1969-12-31 15:59:54.133 -7196 1182969108 -4410108834624 NULL NULL 7196 -14392 -7196 NULL NULL -11.0 6.4051596E8 1.1123605504364498E-5 -11 7.232090909090909 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -51 -51.0 1969-12-31 15:59:50.54 -7196 -741906438 2765827200864 NULL NULL 7196 -14392 -7196 NULL NULL 51.0 6.4051596E8 -5.157308006568995E-5 51 -1.5598627450980391 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 49 49.0 1969-12-31 16:00:00.754 -7196 1237005923 -4611558080944 NULL NULL 7196 -14392 -7196 NULL NULL -49.0 6.4051596E8 4.9550606337623676E-5 -49 1.6235306122448978 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 10 10.0 1969-12-31 15:59:58.876 -7196 -543560979 2026395329712 NULL NULL 7196 -14392 -7196 NULL NULL -10.0 6.4051596E8 1.0112368640331362E-5 -10 7.955299999999999 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 61 61.0 1969-12-31 16:00:07.588 -7196 -2036513617 7592122764176 NULL NULL 7196 -14392 -7196 NULL NULL -61.0 6.4051596E8 6.16854487060213E-5 -61 1.3041475409836065 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 40 40.0 1969-12-31 16:00:08.06 -7196 -916017240 3414912270720 NULL NULL 7196 -14392 -7196 NULL NULL -40.0 6.4051596E8 4.044947456132545E-5 -40 1.9888249999999998 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 51 51.0 1969-12-31 16:00:10.321 -7196 1836737728 -6847358249984 NULL NULL 7196 -14392 -7196 NULL NULL -51.0 6.4051596E8 5.157308006568995E-5 -51 1.5598627450980391 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 3 3.0 1969-12-31 16:00:06.132 -7196 1442623588 -5378100736064 NULL NULL 7196 -14392 -7196 NULL NULL -3.0 6.4051596E8 3.033710592099409E-6 -3 26.517666666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -52 -52.0 1969-12-31 15:59:57.86 -7196 -26309289 98081029392 NULL NULL 7196 -14392 -7196 NULL NULL 52.0 6.4051596E8 -5.258431692972308E-5 52 -1.5298653846153845 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -15 -15.0 1969-12-31 15:59:55.626 -7196 1509584426 -5627730740128 NULL NULL 7196 -14392 -7196 NULL NULL 15.0 6.4051596E8 -1.5168552960497044E-5 15 -5.303533333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 35 35.0 1969-12-31 16:00:11.356 -7196 1004273023 -3743929829744 NULL NULL 7196 -14392 -7196 NULL NULL -35.0 6.4051596E8 3.5393290241159765E-5 -35 2.272942857142857 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -25 -25.0 1969-12-31 15:59:50.595 -7196 439358934 -1637930105952 NULL NULL 7196 -14392 -7196 NULL NULL 25.0 6.4051596E8 -2.5280921600828406E-5 25 -3.18212 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -37 -37.0 1969-12-31 15:59:52.31 -7196 -662490261 2469763693008 NULL NULL 7196 -14392 -7196 NULL NULL 37.0 6.4051596E8 -3.741576396922604E-5 37 -2.150081081081081 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -8 -8.0 1969-12-31 15:59:43.874 -7196 -1877568778 6999576404384 NULL NULL 7196 -14392 -7196 NULL NULL 8.0 6.4051596E8 -8.08989491226509E-6 8 -9.944125 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 31 31.0 1969-12-31 16:00:01.849 -7196 100195163 -373527567664 NULL NULL 7196 -14392 -7196 NULL NULL -31.0 6.4051596E8 3.134834278502722E-5 -31 2.566225806451613 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -23 -23.0 1969-12-31 16:00:11.402 -7196 2125230435 -7922859061680 NULL NULL 7196 -14392 -7196 NULL NULL 23.0 6.4051596E8 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -58 -58.0 1969-12-31 15:59:47.859 -7196 -1770443874 6600214762272 NULL NULL 7196 -14392 -7196 NULL NULL 58.0 6.4051596E8 -5.86517381139219E-5 58 -1.3716034482758621 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 38 38.0 1969-12-31 15:59:57.048 -7196 806488245 -3006588177360 NULL NULL 7196 -14392 -7196 NULL NULL -38.0 6.4051596E8 3.842700083325918E-5 -38 2.0935 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -23 -23.0 1969-12-31 16:00:15.004 -7196 -653683931 2436933694768 NULL NULL 7196 -14392 -7196 NULL NULL 23.0 6.4051596E8 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -53 -53.0 1969-12-31 16:00:11.36 -7196 -1357789899 5061840743472 NULL NULL 7196 -14392 -7196 NULL NULL 53.0 6.4051596E8 -5.359555379375622E-5 53 -1.501 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 28 28.0 1969-12-31 16:00:06.092 -7196 -776650874 2895354458272 NULL NULL 7196 -14392 -7196 NULL NULL -28.0 6.4051596E8 2.8314632192927813E-5 -28 2.8411785714285713 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -9 -9.0 1969-12-31 16:00:13.473 -7196 1650584069 -6153377409232 NULL NULL 7196 -14392 -7196 NULL NULL 9.0 6.4051596E8 -9.101131776298225E-6 9 -8.839222222222222 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -29 -29.0 1969-12-31 15:59:44.947 -7196 -550152914 2050970063392 NULL NULL 7196 -14392 -7196 NULL NULL 29.0 6.4051596E8 -2.932586905696095E-5 29 -2.7432068965517242 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 22 22.0 1969-12-31 15:59:58.214 -7196 974109477 -3631480130256 NULL NULL 7196 -14392 -7196 NULL NULL -22.0 6.4051596E8 2.2247211008728996E-5 -22 3.6160454545454543 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -32 -32.0 1969-12-31 16:00:00.527 -7196 -408156678 1521608095584 NULL NULL 7196 -14392 -7196 NULL NULL 32.0 6.4051596E8 -3.235957964906036E-5 32 -2.48603125 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 8 8.0 1969-12-31 15:59:48.12 -7196 1658892440 -6184351016320 NULL NULL 7196 -14392 -7196 NULL NULL -8.0 6.4051596E8 8.08989491226509E-6 -8 9.944125 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -59 -59.0 1969-12-31 16:00:13.15 -7196 -1604890000 5983029920000 NULL NULL 7196 -14392 -7196 NULL NULL 59.0 6.4051596E8 -5.966297497795504E-5 59 -1.3483559322033898 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 62 62.0 1969-12-31 15:59:48.734 -7196 1602156586 -5972839752608 NULL NULL 7196 -14392 -7196 NULL NULL -62.0 6.4051596E8 6.269668557005445E-5 -62 1.2831129032258064 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 47 47.0 1969-12-31 16:00:07.333 -7196 -244388115 911078892720 NULL NULL 7196 -14392 -7196 NULL NULL -47.0 6.4051596E8 4.7528132609557405E-5 -47 1.6926170212765956 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -30 -30.0 1969-12-31 15:59:44.281 -7196 1385303486 -5164411395808 NULL NULL 7196 -14392 -7196 NULL NULL 30.0 6.4051596E8 -3.0337105920994087E-5 30 -2.6517666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -60 -60.0 1969-12-31 16:00:10.618 -7196 -68838726 256630770528 NULL NULL 7196 -14392 -7196 NULL NULL 60.0 6.4051596E8 -6.0674211841988174E-5 60 -1.3258833333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 46 46.0 1969-12-31 16:00:05.226 -7196 275575541 -1027345616848 NULL NULL 7196 -14392 -7196 NULL NULL -46.0 6.4051596E8 4.651689574552426E-5 -46 1.7294130434782609 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -38 -38.0 1969-12-31 16:00:01.282 -7196 528807212 -1971393286336 NULL NULL 7196 -14392 -7196 NULL NULL 38.0 6.4051596E8 -3.842700083325918E-5 38 -2.0935 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -6 -6.0 1969-12-31 15:59:58.329 -7196 -1416094043 5279198592304 NULL NULL 7196 -14392 -7196 NULL NULL 6.0 6.4051596E8 -6.067421184198818E-6 6 -13.258833333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 17 17.0 1969-12-31 16:00:02.436 -7196 -504009135 1878946055280 NULL NULL 7196 -14392 -7196 NULL NULL -17.0 6.4051596E8 1.7191026688563315E-5 -17 4.679588235294117 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 54 54.0 1969-12-31 16:00:05.43 -7196 1826915108 -6810739522624 NULL NULL 7196 -14392 -7196 NULL NULL -54.0 6.4051596E8 5.4606790657789354E-5 -54 1.4732037037037036 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -21 -21.0 1969-12-31 15:59:55.9 -7196 1542429000 -5750175312000 NULL NULL 7196 -14392 -7196 NULL NULL 21.0 6.4051596E8 -2.123597414469586E-5 21 -3.788238095238095 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -5 -5.0 1969-12-31 16:00:16.107 -7196 1569040903 -5849384486384 NULL NULL 7196 -14392 -7196 NULL NULL 5.0 6.4051596E8 -5.056184320165681E-6 5 -15.910599999999999 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 18 18.0 1969-12-31 15:59:55.065 -7196 667671386 -2489078927008 NULL NULL 7196 -14392 -7196 NULL NULL -18.0 6.4051596E8 1.820226355259645E-5 -18 4.419611111111111 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -20 -20.0 1969-12-31 15:59:53.648 -7196 -304452756 1134999874368 NULL NULL 7196 -14392 -7196 NULL NULL 20.0 6.4051596E8 -2.0224737280662725E-5 20 -3.9776499999999997 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -2 -2.0 1969-12-31 16:00:06.498 -7196 1604468020 -5981456778560 NULL NULL 7196 -14392 -7196 NULL NULL 2.0 6.4051596E8 -2.0224737280662724E-6 2 -39.7765 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 33 79.553 1969-12-31 16:00:00.761 -7196 514550698 -1918245002144 NULL NULL 7196 -14392 -7196 NULL NULL -79.553 6.4051596E8 3.3370816513093494E-5 -33 2.4106969696969696 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 44 44.0 1969-12-31 16:00:08.171 -7196 -1216208847 4534026581616 NULL NULL 7196 -14392 -7196 NULL NULL -44.0 6.4051596E8 4.449442201745799E-5 -44 1.8080227272727272 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -5 -5.0 1969-12-31 15:59:43.948 -7196 -1556798997 5803746660816 NULL NULL 7196 -14392 -7196 NULL NULL 5.0 6.4051596E8 -5.056184320165681E-6 5 -15.910599999999999 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 18 18.0 1969-12-31 15:59:43.854 -7196 307005585 -1144516820880 NULL NULL 7196 -14392 -7196 NULL NULL -18.0 6.4051596E8 1.820226355259645E-5 -18 4.419611111111111 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 36 36.0 1969-12-31 15:59:46.019 -7196 1086107721 -4049009583888 NULL NULL 7196 -14392 -7196 NULL NULL -36.0 6.4051596E8 3.64045271051929E-5 -36 2.2098055555555556 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 12 12.0 1969-12-31 15:59:49.316 -7196 503273510 -1876203645280 NULL NULL 7196 -14392 -7196 NULL NULL -12.0 6.4051596E8 1.2134842368397635E-5 -12 6.629416666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 26 26.0 1969-12-31 16:00:04.233 -7196 -607051573 2263088264144 NULL NULL 7196 -14392 -7196 NULL NULL -26.0 6.4051596E8 2.629215846486154E-5 -26 3.059730769230769 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 51 51.0 1969-12-31 16:00:15.668 -7196 2091591361 -7797452593808 NULL NULL 7196 -14392 -7196 NULL NULL -51.0 6.4051596E8 5.157308006568995E-5 -51 1.5598627450980391 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -60 -60.0 1969-12-31 15:59:52.408 -7196 1516314750 -5652821388000 NULL NULL 7196 -14392 -7196 NULL NULL 60.0 6.4051596E8 -6.0674211841988174E-5 60 -1.3258833333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -29 -29.0 1969-12-31 16:00:03.506 -7196 1893922957 -7060544783696 NULL NULL 7196 -14392 -7196 NULL NULL 29.0 6.4051596E8 -2.932586905696095E-5 29 -2.7432068965517242 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -33 -33.0 1969-12-31 16:00:10.959 -7196 1689322288 -6297793489664 NULL NULL 7196 -14392 -7196 NULL NULL 33.0 6.4051596E8 -3.3370816513093494E-5 33 -2.4106969696969696 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -61 -61.0 1969-12-31 15:59:48.035 -7196 1237548317 -4613580125776 NULL NULL 7196 -14392 -7196 NULL NULL 61.0 6.4051596E8 -6.16854487060213E-5 61 -1.3041475409836065 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 48 48.0 1969-12-31 16:00:16.19 -7196 624835112 -2329385297536 NULL NULL 7196 -14392 -7196 NULL NULL -48.0 6.4051596E8 4.853936947359054E-5 -48 1.6573541666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 37 37.0 1969-12-31 15:59:53.876 -7196 -1880066724 7008888747072 NULL NULL 7196 -14392 -7196 NULL NULL -37.0 6.4051596E8 3.741576396922604E-5 -37 2.150081081081081 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 57 57.0 1969-12-31 16:00:09.441 -7196 632897807 -2359443024496 NULL NULL 7196 -14392 -7196 NULL NULL -57.0 6.4051596E8 5.764050124988876E-5 -57 1.3956666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -14 -14.0 1969-12-31 16:00:11.065 -7196 -1552199500 5786599736000 NULL NULL 7196 -14392 -7196 NULL NULL 14.0 6.4051596E8 -1.4157316096463906E-5 14 -5.682357142857143 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 56 56.0 1969-12-31 15:59:55.667 -7196 -2145481991 7998356862448 NULL NULL 7196 -14392 -7196 NULL NULL -56.0 6.4051596E8 5.6629264385855625E-5 -56 1.4205892857142857 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 57 57.0 1969-12-31 15:59:46.891 -7196 -1653550667 6164436886576 NULL NULL 7196 -14392 -7196 NULL NULL -57.0 6.4051596E8 5.764050124988876E-5 -57 1.3956666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -19 -19.0 1969-12-31 16:00:03.381 -7196 733482783 -2734423815024 NULL NULL 7196 -14392 -7196 NULL NULL 19.0 6.4051596E8 -1.921350041662959E-5 19 -4.187 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 34 34.0 1969-12-31 15:59:58.264 -7196 -624089536 2326605790208 NULL NULL 7196 -14392 -7196 NULL NULL -34.0 6.4051596E8 3.438205337712663E-5 -34 2.3397941176470587 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -51 -51.0 1969-12-31 15:59:52.092 -7196 1693400306 -6312996340768 NULL NULL 7196 -14392 -7196 NULL NULL 51.0 6.4051596E8 -5.157308006568995E-5 51 -1.5598627450980391 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -50 -50.0 1969-12-31 15:59:52.424 -7196 NULL NULL NULL NULL 7196 -14392 -7196 NULL NULL 50.0 6.4051596E8 -5.056184320165681E-5 50 -1.59106 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -47 -47.0 1969-12-31 16:00:10.274 -7196 1481273634 -5522188107552 NULL NULL 7196 -14392 -7196 NULL NULL 47.0 6.4051596E8 -4.7528132609557405E-5 47 -1.6926170212765956 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -41 -41.0 1969-12-31 16:00:03.544 -7196 -1475373169 5500191174032 NULL NULL 7196 -14392 -7196 NULL NULL 41.0 6.4051596E8 -4.1460711425358585E-5 41 -1.9403170731707315 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 9 9.0 1969-12-31 15:59:48.083 -7196 153657865 -572836520720 NULL NULL 7196 -14392 -7196 NULL NULL -9.0 6.4051596E8 9.101131776298225E-6 -9 8.839222222222222 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 44 44.0 1969-12-31 15:59:51.992 -7196 -846262106 3154865131168 NULL NULL 7196 -14392 -7196 NULL NULL -44.0 6.4051596E8 4.449442201745799E-5 -44 1.8080227272727272 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -18 -18.0 1969-12-31 15:59:51.453 -7196 1088538866 -4058072892448 NULL NULL 7196 -14392 -7196 NULL NULL 18.0 6.4051596E8 -1.820226355259645E-5 18 -4.419611111111111 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 25 25.0 1969-12-31 15:59:58.615 -7196 2121169664 -7907720507392 NULL NULL 7196 -14392 -7196 NULL NULL -25.0 6.4051596E8 2.5280921600828406E-5 -25 3.18212 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 59 59.0 1969-12-31 16:00:03.671 -7196 -950636550 3543973058400 NULL NULL 7196 -14392 -7196 NULL NULL -59.0 6.4051596E8 5.966297497795504E-5 -59 1.3483559322033898 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -26 -26.0 1969-12-31 15:59:46.847 -7196 -71373423 266080120944 NULL NULL 7196 -14392 -7196 NULL NULL 26.0 6.4051596E8 -2.629215846486154E-5 26 -3.059730769230769 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 27 27.0 1969-12-31 15:59:56.31 -7196 1007177734 -3754758592352 NULL NULL 7196 -14392 -7196 NULL NULL -27.0 6.4051596E8 2.7303395328894677E-5 -27 2.946407407407407 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 33 33.0 1969-12-31 16:00:07.421 -7196 -1679016561 6259373739408 NULL NULL 7196 -14392 -7196 NULL NULL -33.0 6.4051596E8 3.3370816513093494E-5 -33 2.4106969696969696 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -24 -24.0 1969-12-31 16:00:08.839 -7196 733639253 -2735007135184 NULL NULL 7196 -14392 -7196 NULL NULL 24.0 6.4051596E8 -2.426968473679527E-5 24 -3.3147083333333334 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -39 -39.0 1969-12-31 15:59:45.811 -7196 -595634900 2220526907200 NULL NULL 7196 -14392 -7196 NULL NULL 39.0 6.4051596E8 -3.9438237697292314E-5 39 -2.039820512820513 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 42 42.0 1969-12-31 16:00:16.251 -7196 -1981638429 7387548063312 NULL NULL 7196 -14392 -7196 NULL NULL -42.0 6.4051596E8 4.247194828939172E-5 -42 1.8941190476190475 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 7 7.0 1969-12-31 16:00:13.807 -7196 772100395 -2878390272560 NULL NULL 7196 -14392 -7196 NULL NULL -7.0 6.4051596E8 7.078658048231953E-6 -7 11.364714285714285 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -46 -46.0 1969-12-31 16:00:07.744 -7196 -1737647990 6477951706720 NULL NULL 7196 -14392 -7196 NULL NULL 46.0 6.4051596E8 -4.651689574552426E-5 46 -1.7294130434782609 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 32 32.0 1969-12-31 16:00:15.868 -7196 -1323995873 4935856614544 NULL NULL 7196 -14392 -7196 NULL NULL -32.0 6.4051596E8 3.235957964906036E-5 -32 2.48603125 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -37 -37.0 1969-12-31 15:59:49.304 -7196 -1105725122 4122143254816 NULL NULL 7196 -14392 -7196 NULL NULL 37.0 6.4051596E8 -3.741576396922604E-5 37 -2.150081081081081 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 15 15.0 1969-12-31 16:00:08.615 -7196 965505355 -3599403963440 NULL NULL 7196 -14392 -7196 NULL NULL -15.0 6.4051596E8 1.5168552960497044E-5 -15 5.303533333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 55 55.0 1969-12-31 15:59:56.568 -7196 468599417 -1746938626576 NULL NULL 7196 -14392 -7196 NULL NULL -55.0 6.4051596E8 5.561802752182249E-5 -55 1.4464181818181818 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -58 -58.0 1969-12-31 15:59:55.857 -7196 -825174557 3076250748496 NULL NULL 7196 -14392 -7196 NULL NULL 58.0 6.4051596E8 -5.86517381139219E-5 58 -1.3716034482758621 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -61 -61.0 1969-12-31 16:00:12.454 -7196 -2175533 8110387024 NULL NULL 7196 -14392 -7196 NULL NULL 61.0 6.4051596E8 -6.16854487060213E-5 61 -1.3041475409836065 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -57 -57.0 1969-12-31 15:59:44.539 -7196 1839592407 -6858000493296 NULL NULL 7196 -14392 -7196 NULL NULL 57.0 6.4051596E8 -5.764050124988876E-5 57 -1.3956666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -42 -42.0 1969-12-31 15:59:45.244 -7196 -1235289105 4605157783440 NULL NULL 7196 -14392 -7196 NULL NULL 42.0 6.4051596E8 -4.247194828939172E-5 42 -1.8941190476190475 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -47 -47.0 1969-12-31 16:00:01.673 -7196 1013745772 -3779244238016 NULL NULL 7196 -14392 -7196 NULL NULL 47.0 6.4051596E8 -4.7528132609557405E-5 47 -1.6926170212765956 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -41 -41.0 1969-12-31 16:00:00.951 -7196 -1533227484 5715872060352 NULL NULL 7196 -14392 -7196 NULL NULL 41.0 6.4051596E8 -4.1460711425358585E-5 41 -1.9403170731707315 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 25 25.0 1969-12-31 16:00:12.163 -7196 1971558716 -7349970893248 NULL NULL 7196 -14392 -7196 NULL NULL -25.0 6.4051596E8 2.5280921600828406E-5 -25 3.18212 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -13 -13.0 1969-12-31 16:00:03.134 -7196 -1101137915 4105042147120 NULL NULL 7196 -14392 -7196 NULL NULL 13.0 6.4051596E8 -1.314607923243077E-5 13 -6.119461538461538 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 38 38.0 1969-12-31 16:00:00.272 -7196 -293368494 1093677745632 NULL NULL 7196 -14392 -7196 NULL NULL -38.0 6.4051596E8 3.842700083325918E-5 -38 2.0935 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 8 8.0 1969-12-31 16:00:09.519 -7196 2117650702 -7894601817056 NULL NULL 7196 -14392 -7196 NULL NULL -8.0 6.4051596E8 8.08989491226509E-6 -8 9.944125 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 9 9.0 1969-12-31 15:59:46 -7196 -2132536965 7950097805520 NULL NULL 7196 -14392 -7196 NULL NULL -9.0 6.4051596E8 9.101131776298225E-6 -9 8.839222222222222 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 42 42.0 1969-12-31 15:59:50.19 -7196 -803379017 2994996975376 NULL NULL 7196 -14392 -7196 NULL NULL -42.0 6.4051596E8 4.247194828939172E-5 -42 1.8941190476190475 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -22 -22.0 1969-12-31 16:00:02.221 -7196 -1680281858 6264090766624 NULL NULL 7196 -14392 -7196 NULL NULL 22.0 6.4051596E8 -2.2247211008728996E-5 22 -3.6160454545454543 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -61 -61.0 1969-12-31 16:00:06.848 -7196 1415466231 -5276858109168 NULL NULL 7196 -14392 -7196 NULL NULL 61.0 6.4051596E8 -6.16854487060213E-5 61 -1.3041475409836065 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -16 -16.0 1969-12-31 16:00:06.481 -7196 1979538716 -7379720333248 NULL NULL 7196 -14392 -7196 NULL NULL 16.0 6.4051596E8 -1.617978982453018E-5 16 -4.9720625 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -12 -12.0 1969-12-31 15:59:51.038 -7196 -1938621277 7227180120656 NULL NULL 7196 -14392 -7196 NULL NULL 12.0 6.4051596E8 -1.2134842368397635E-5 12 -6.629416666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -62 -62.0 1969-12-31 16:00:12.388 -7196 NULL NULL NULL NULL 7196 -14392 -7196 NULL NULL 62.0 6.4051596E8 -6.269668557005445E-5 62 -1.2831129032258064 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -8 -8.0 1969-12-31 16:00:09.994 -7196 -1313542468 4896886320704 NULL NULL 7196 -14392 -7196 NULL NULL 8.0 6.4051596E8 -8.08989491226509E-6 8 -9.944125 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 59 59.0 1969-12-31 16:00:10.956 -7196 -1137754500 4241548776000 NULL NULL 7196 -14392 -7196 NULL NULL -59.0 6.4051596E8 5.966297497795504E-5 -59 1.3483559322033898 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 34 34.0 1969-12-31 16:00:12.502 -7196 1539208529 -5738169396112 NULL NULL 7196 -14392 -7196 NULL NULL -34.0 6.4051596E8 3.438205337712663E-5 -34 2.3397941176470587 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 47 47.0 1969-12-31 15:59:45.518 -7196 1726448718 -6436200820704 NULL NULL 7196 -14392 -7196 NULL NULL -47.0 6.4051596E8 4.7528132609557405E-5 -47 1.6926170212765956 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 53 53.0 1969-12-31 16:00:00.557 -7196 1366995402 -5096158858656 NULL NULL 7196 -14392 -7196 NULL NULL -53.0 6.4051596E8 5.359555379375622E-5 -53 1.501 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -47 -47.0 1969-12-31 16:00:00.555 -7196 -1982329364 7390123868992 NULL NULL 7196 -14392 -7196 NULL NULL 47.0 6.4051596E8 -4.7528132609557405E-5 47 -1.6926170212765956 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 5 5.0 1969-12-31 15:59:44.401 -7196 -1716824974 6400323503072 NULL NULL 7196 -14392 -7196 NULL NULL -5.0 6.4051596E8 5.056184320165681E-6 -5 15.910599999999999 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -21 -21.0 1969-12-31 15:59:51.116 -7196 -1888550510 7040516301280 NULL NULL 7196 -14392 -7196 NULL NULL 21.0 6.4051596E8 -2.123597414469586E-5 21 -3.788238095238095 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 17 17.0 1969-12-31 16:00:01.235 -7196 1128808489 -4208198046992 NULL NULL 7196 -14392 -7196 NULL NULL -17.0 6.4051596E8 1.7191026688563315E-5 -17 4.679588235294117 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -48 -48.0 1969-12-31 16:00:03.188 -7196 -1232188884 4593600159552 NULL NULL 7196 -14392 -7196 NULL NULL 48.0 6.4051596E8 -4.853936947359054E-5 48 -1.6573541666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 54 54.0 1969-12-31 15:59:44.646 -7196 324834827 -1210984235056 NULL NULL 7196 -14392 -7196 NULL NULL -54.0 6.4051596E8 5.4606790657789354E-5 -54 1.4732037037037036 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 57 57.0 1969-12-31 15:59:46.195 -7196 157777745 -588195433360 NULL NULL 7196 -14392 -7196 NULL NULL -57.0 6.4051596E8 5.764050124988876E-5 -57 1.3956666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 8 8.0 1969-12-31 16:00:00.664 -7196 918027800 -3422407638400 NULL NULL 7196 -14392 -7196 NULL NULL -8.0 6.4051596E8 8.08989491226509E-6 -8 9.944125 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -55 -55.0 1969-12-31 15:59:43.932 -7196 1982381637 -7390318742736 NULL NULL 7196 -14392 -7196 NULL NULL 55.0 6.4051596E8 -5.561802752182249E-5 55 -1.4464181818181818 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -40 -40.0 1969-12-31 16:00:10.027 -7196 -1047006196 3903239098688 NULL NULL 7196 -14392 -7196 NULL NULL 40.0 6.4051596E8 -4.044947456132545E-5 40 -1.9888249999999998 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 25 25.0 1969-12-31 15:59:50.544 -7196 -705285559 2629304563952 NULL NULL 7196 -14392 -7196 NULL NULL -25.0 6.4051596E8 2.5280921600828406E-5 -25 3.18212 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -21 -21.0 1969-12-31 16:00:01.062 -7196 -1096608306 4088155764768 NULL NULL 7196 -14392 -7196 NULL NULL 21.0 6.4051596E8 -2.123597414469586E-5 21 -3.788238095238095 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 36 36.0 1969-12-31 16:00:06.51 -7196 1141844958 -4256798003424 NULL NULL 7196 -14392 -7196 NULL NULL -36.0 6.4051596E8 3.64045271051929E-5 -36 2.2098055555555556 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 37 37.0 1969-12-31 16:00:00.051 -7196 -522619659 1948326088752 NULL NULL 7196 -14392 -7196 NULL NULL -37.0 6.4051596E8 3.741576396922604E-5 -37 2.150081081081081 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 11 11.0 1969-12-31 16:00:09.984 -7196 -1071378269 3994098186832 NULL NULL 7196 -14392 -7196 NULL NULL -11.0 6.4051596E8 1.1123605504364498E-5 -11 7.232090909090909 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 40 40.0 1969-12-31 16:00:01.103 -7196 -1201471894 4479087220832 NULL NULL 7196 -14392 -7196 NULL NULL -40.0 6.4051596E8 4.044947456132545E-5 -40 1.9888249999999998 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -15 -15.0 1969-12-31 16:00:15.186 -7196 1893214187 -7057902489136 NULL NULL 7196 -14392 -7196 NULL NULL 15.0 6.4051596E8 -1.5168552960497044E-5 15 -5.303533333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -6 -6.0 1969-12-31 15:59:58.625 -7196 1934144944 -7210492351232 NULL NULL 7196 -14392 -7196 NULL NULL 6.0 6.4051596E8 -6.067421184198818E-6 6 -13.258833333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 38 38.0 1969-12-31 16:00:16.322 -7196 -978843371 3649128087088 NULL NULL 7196 -14392 -7196 NULL NULL -38.0 6.4051596E8 3.842700083325918E-5 -38 2.0935 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -32 -32.0 1969-12-31 16:00:02.67 -7196 40974597 -152753297616 NULL NULL 7196 -14392 -7196 NULL NULL 32.0 6.4051596E8 -3.235957964906036E-5 32 -2.48603125 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 12 12.0 1969-12-31 16:00:00.526 -7196 312497348 -1164990113344 NULL NULL 7196 -14392 -7196 NULL NULL -12.0 6.4051596E8 1.2134842368397635E-5 -12 6.629416666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -28 -28.0 1969-12-31 15:59:57.835 -7196 -1946174975 7255340306800 NULL NULL 7196 -14392 -7196 NULL NULL 28.0 6.4051596E8 -2.8314632192927813E-5 28 -2.8411785714285713 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 3 3.0 1969-12-31 15:59:50.265 -7196 -1668843486 6221448515808 NULL NULL 7196 -14392 -7196 NULL NULL -3.0 6.4051596E8 3.033710592099409E-6 -3 26.517666666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -57 -57.0 1969-12-31 16:00:12.626 -7196 248308622 -925694542816 NULL NULL 7196 -14392 -7196 NULL NULL 57.0 6.4051596E8 -5.764050124988876E-5 57 -1.3956666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -60 -60.0 1969-12-31 15:59:45.385 -7196 1775867066 -6620432422048 NULL NULL 7196 -14392 -7196 NULL NULL 60.0 6.4051596E8 -6.0674211841988174E-5 60 -1.3258833333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 50 50.0 1969-12-31 15:59:54.196 -7196 -1770006773 6598585249744 NULL NULL 7196 -14392 -7196 NULL NULL -50.0 6.4051596E8 5.056184320165681E-5 -50 1.59106 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -7 -7.0 1969-12-31 15:59:58.463 -7196 1855438487 -6917074679536 NULL NULL 7196 -14392 -7196 NULL NULL 7.0 6.4051596E8 -7.078658048231953E-6 7 -11.364714285714285 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -19 -19.0 1969-12-31 15:59:55.885 -7196 1794526031 -6689993043568 NULL NULL 7196 -14392 -7196 NULL NULL 19.0 6.4051596E8 -1.921350041662959E-5 19 -4.187 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 41 41.0 1969-12-31 15:59:44.669 -7196 253244734 -944096368352 NULL NULL 7196 -14392 -7196 NULL NULL -41.0 6.4051596E8 4.1460711425358585E-5 -41 1.9403170731707315 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -20 -20.0 1969-12-31 16:00:11.847 -7196 2093900791 -7806062148848 NULL NULL 7196 -14392 -7196 NULL NULL 20.0 6.4051596E8 -2.0224737280662725E-5 20 -3.9776499999999997 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 29 29.0 1969-12-31 15:59:50.281 -7196 -468548182 1746747622496 NULL NULL 7196 -14392 -7196 NULL NULL -29.0 6.4051596E8 2.932586905696095E-5 -29 2.7432068965517242 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 7 7.0 1969-12-31 15:59:56.024 -7196 -2036800429 7593191999312 NULL NULL 7196 -14392 -7196 NULL NULL -7.0 6.4051596E8 7.078658048231953E-6 -7 11.364714285714285 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -61 -61.0 1969-12-31 16:00:14.192 -7196 -2114172148 7881633767744 NULL NULL 7196 -14392 -7196 NULL NULL 61.0 6.4051596E8 -6.16854487060213E-5 61 -1.3041475409836065 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -17 -17.0 1969-12-31 15:59:54.962 -7196 183828953 -685314336784 NULL NULL 7196 -14392 -7196 NULL NULL 17.0 6.4051596E8 -1.7191026688563315E-5 17 -4.679588235294117 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 54 54.0 1969-12-31 15:59:45.764 -7196 -661707540 2466845709120 NULL NULL 7196 -14392 -7196 NULL NULL -54.0 6.4051596E8 5.4606790657789354E-5 -54 1.4732037037037036 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -44 -44.0 1969-12-31 15:59:43.637 -7196 1100294255 -4101896982640 NULL NULL 7196 -14392 -7196 NULL NULL 44.0 6.4051596E8 -4.449442201745799E-5 44 -1.8080227272727272 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -35 -35.0 1969-12-31 16:00:14.819 -7196 1853093959 -6908334279152 NULL NULL 7196 -14392 -7196 NULL NULL 35.0 6.4051596E8 -3.5393290241159765E-5 35 -2.272942857142857 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -55 -55.0 1969-12-31 16:00:13.249 -7196 -685064281 2553919639568 NULL NULL 7196 -14392 -7196 NULL NULL 55.0 6.4051596E8 -5.561802752182249E-5 55 -1.4464181818181818 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -30 -30.0 1969-12-31 16:00:00.434 -7196 554514485 -2067230000080 NULL NULL 7196 -14392 -7196 NULL NULL 30.0 6.4051596E8 -3.0337105920994087E-5 30 -2.6517666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -37 -37.0 1969-12-31 15:59:51.357 -7196 1943312510 -7244669037280 NULL NULL 7196 -14392 -7196 NULL NULL 37.0 6.4051596E8 -3.741576396922604E-5 37 -2.150081081081081 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -9 -9.0 1969-12-31 15:59:58.061 -7196 123461184 -460263293952 NULL NULL 7196 -14392 -7196 NULL NULL 9.0 6.4051596E8 -9.101131776298225E-6 9 -8.839222222222222 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -49 -49.0 1969-12-31 15:59:54.686 -7196 -1715657876 6395972561728 NULL NULL 7196 -14392 -7196 NULL NULL 49.0 6.4051596E8 -4.9550606337623676E-5 49 -1.6235306122448978 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -25 -25.0 1969-12-31 16:00:03.328 -7196 -423373826 1578337623328 NULL NULL 7196 -14392 -7196 NULL NULL 25.0 6.4051596E8 -2.5280921600828406E-5 25 -3.18212 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -40 -40.0 1969-12-31 15:59:58.544 -7196 1510874931 -5632541742768 NULL NULL 7196 -14392 -7196 NULL NULL 40.0 6.4051596E8 -4.044947456132545E-5 40 -1.9888249999999998 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -4 -4.0 1969-12-31 15:59:51.539 -7196 -421581540 1571655981120 NULL NULL 7196 -14392 -7196 NULL NULL 4.0 6.4051596E8 -4.044947456132545E-6 4 -19.88825 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -29 -29.0 1969-12-31 15:59:49.913 -7196 -862213799 3214333042672 NULL NULL 7196 -14392 -7196 NULL NULL 29.0 6.4051596E8 -2.932586905696095E-5 29 -2.7432068965517242 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 54 54.0 1969-12-31 15:59:52.405 -7196 1483839864 -5531755012992 NULL NULL 7196 -14392 -7196 NULL NULL -54.0 6.4051596E8 5.4606790657789354E-5 -54 1.4732037037037036 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -23 -26.28 1969-12-31 16:00:03.695 -7196 -1967465307 7334710664496 NULL NULL 7196 -14392 -7196 NULL NULL 26.28 6.4051596E8 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -13 -13.0 1969-12-31 16:00:03.395 -7196 750423835 -2797580056880 NULL NULL 7196 -14392 -7196 NULL NULL 13.0 6.4051596E8 -1.314607923243077E-5 13 -6.119461538461538 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 25 25.0 1969-12-31 16:00:01.111 -7196 -1370314889 5108533906192 NULL NULL 7196 -14392 -7196 NULL NULL -25.0 6.4051596E8 2.5280921600828406E-5 -25 3.18212 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -20 -20.0 1969-12-31 16:00:02.91 -7196 806729927 -3007489167856 NULL NULL 7196 -14392 -7196 NULL NULL 20.0 6.4051596E8 -2.0224737280662725E-5 20 -3.9776499999999997 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -43 -43.0 1969-12-31 15:59:51.433 -7196 -1328837124 4953904798272 NULL NULL 7196 -14392 -7196 NULL NULL 43.0 6.4051596E8 -4.3483185153424856E-5 43 -1.8500697674418605 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 9 9.0 1969-12-31 15:59:55.795 -7196 1649886580 -6150777170240 NULL NULL 7196 -14392 -7196 NULL NULL -9.0 6.4051596E8 9.101131776298225E-6 -9 8.839222222222222 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -8 -8.0 1969-12-31 16:00:03.136 -7196 -1849991500 6896768312000 NULL NULL 7196 -14392 -7196 NULL NULL 8.0 6.4051596E8 -8.08989491226509E-6 8 -9.944125 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -17 -17.0 1969-12-31 15:59:51.104 -7196 -506132968 1886863704704 NULL NULL 7196 -14392 -7196 NULL NULL 17.0 6.4051596E8 -1.7191026688563315E-5 17 -4.679588235294117 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -19 -19.0 1969-12-31 15:59:49.909 -7196 1384643377 -5161950509456 NULL NULL 7196 -14392 -7196 NULL NULL 19.0 6.4051596E8 -1.921350041662959E-5 19 -4.187 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -24 -24.0 1969-12-31 16:00:10.682 -7196 -774383855 2886903011440 NULL NULL 7196 -14392 -7196 NULL NULL 24.0 6.4051596E8 -2.426968473679527E-5 24 -3.3147083333333334 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -23 -23.0 1969-12-31 15:59:51.442 -7196 11734243 -43745257904 NULL NULL 7196 -14392 -7196 NULL NULL 23.0 6.4051596E8 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -54 -54.0 1969-12-31 16:00:06.484 -7196 1605976008 -5987078557824 NULL NULL 7196 -14392 -7196 NULL NULL 54.0 6.4051596E8 -5.4606790657789354E-5 54 -1.4732037037037036 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -4 -4.0 1969-12-31 15:59:52.956 -7196 1577367122 -5880424630816 NULL NULL 7196 -14392 -7196 NULL NULL 4.0 6.4051596E8 -4.044947456132545E-6 4 -19.88825 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 51 51.0 1969-12-31 15:59:43.782 -7196 -1607347015 5992189671920 NULL NULL 7196 -14392 -7196 NULL NULL -51.0 6.4051596E8 5.157308006568995E-5 -51 1.5598627450980391 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -49 -49.0 1969-12-31 15:59:51.009 -7196 NULL NULL NULL NULL 7196 -14392 -7196 NULL NULL 49.0 6.4051596E8 -4.9550606337623676E-5 49 -1.6235306122448978 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 22 22.0 1969-12-31 16:00:06.688 -7196 1904598029 -7100341452112 NULL NULL 7196 -14392 -7196 NULL NULL -22.0 6.4051596E8 2.2247211008728996E-5 -22 3.6160454545454543 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -45 -45.0 1969-12-31 16:00:11.856 -7196 -366443186 1366100197408 NULL NULL 7196 -14392 -7196 NULL NULL 45.0 6.4051596E8 -4.550565888149113E-5 45 -1.7678444444444443 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 27 27.0 1969-12-31 16:00:13.951 -7196 -806775664 3007659675392 NULL NULL 7196 -14392 -7196 NULL NULL -27.0 6.4051596E8 2.7303395328894677E-5 -27 2.946407407407407 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -52 -52.0 1969-12-31 15:59:58.479 -7196 -1379694191 5143499944048 NULL NULL 7196 -14392 -7196 NULL NULL 52.0 6.4051596E8 -5.258431692972308E-5 52 -1.5298653846153845 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 30 30.0 1969-12-31 15:59:48.038 -7196 1053149934 -3926142953952 NULL NULL 7196 -14392 -7196 NULL NULL -30.0 6.4051596E8 3.0337105920994087E-5 -30 2.6517666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 49 49.0 1969-12-31 16:00:00.148 -7196 1839707228 -6858428545984 NULL NULL 7196 -14392 -7196 NULL NULL -49.0 6.4051596E8 4.9550606337623676E-5 -49 1.6235306122448978 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -53 -53.0 1969-12-31 15:59:48.882 -7196 -1560660031 5818140595568 NULL NULL 7196 -14392 -7196 NULL NULL 53.0 6.4051596E8 -5.359555379375622E-5 53 -1.501 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 37 37.0 1969-12-31 16:00:12.728 -7196 -415980890 1550776757920 NULL NULL 7196 -14392 -7196 NULL NULL -37.0 6.4051596E8 3.741576396922604E-5 -37 2.150081081081081 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -41 -41.0 1969-12-31 16:00:04.827 -7196 1667038451 -6214719345328 NULL NULL 7196 -14392 -7196 NULL NULL 41.0 6.4051596E8 -4.1460711425358585E-5 41 -1.9403170731707315 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 47 47.0 1969-12-31 16:00:02.32 -7196 -1354302203 5048838612784 NULL NULL 7196 -14392 -7196 NULL NULL -47.0 6.4051596E8 4.7528132609557405E-5 -47 1.6926170212765956 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -21 -21.0 1969-12-31 15:59:51.901 -7196 763896882 -2847807576096 NULL NULL 7196 -14392 -7196 NULL NULL 21.0 6.4051596E8 -2.123597414469586E-5 21 -3.788238095238095 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 29 29.0 1969-12-31 15:59:53.458 -7196 867823537 -3235246145936 NULL NULL 7196 -14392 -7196 NULL NULL -29.0 6.4051596E8 2.932586905696095E-5 -29 2.7432068965517242 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 35 35.0 1969-12-31 16:00:07.763 -7196 -854036780 3183849115840 NULL NULL 7196 -14392 -7196 NULL NULL -35.0 6.4051596E8 3.5393290241159765E-5 -35 2.272942857142857 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 48 48.0 1969-12-31 16:00:05.616 -7196 -449170614 1674508048992 NULL NULL 7196 -14392 -7196 NULL NULL -48.0 6.4051596E8 4.853936947359054E-5 -48 1.6573541666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 32 32.0 1969-12-31 15:59:45.572 -7196 -1337167441 4984960220048 NULL NULL 7196 -14392 -7196 NULL NULL -32.0 6.4051596E8 3.235957964906036E-5 -32 2.48603125 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -39 -39.0 1969-12-31 15:59:43.749 -7196 396428880 -1477886864640 NULL NULL 7196 -14392 -7196 NULL NULL 39.0 6.4051596E8 -3.9438237697292314E-5 39 -2.039820512820513 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -35 -35.0 1969-12-31 16:00:12.966 -7196 -211004760 786625745280 NULL NULL 7196 -14392 -7196 NULL NULL 35.0 6.4051596E8 -3.5393290241159765E-5 35 -2.272942857142857 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -7 -7.0 1969-12-31 15:59:47.031 -7196 752265217 -2804444728976 NULL NULL 7196 -14392 -7196 NULL NULL 7.0 6.4051596E8 -7.078658048231953E-6 7 -11.364714285714285 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 42 42.0 1969-12-31 16:00:11.591 -7196 873176558 -3255202208224 NULL NULL 7196 -14392 -7196 NULL NULL -42.0 6.4051596E8 4.247194828939172E-5 -42 1.8941190476190475 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -14 -14.0 1969-12-31 16:00:07.6 -7196 818794014 -3052464084192 NULL NULL 7196 -14392 -7196 NULL NULL 14.0 6.4051596E8 -1.4157316096463906E-5 14 -5.682357142857143 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -24 -24.0 1969-12-31 16:00:07.857 -7196 -1199756482 4472692164896 NULL NULL 7196 -14392 -7196 NULL NULL 24.0 6.4051596E8 -2.426968473679527E-5 24 -3.3147083333333334 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -49 -49.0 1969-12-31 16:00:14.208 -7196 -65650667 244745686576 NULL NULL 7196 -14392 -7196 NULL NULL 49.0 6.4051596E8 -4.9550606337623676E-5 49 -1.6235306122448978 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -41 -41.0 1969-12-31 16:00:08.011 -7196 702204680 -2617819047040 NULL NULL 7196 -14392 -7196 NULL NULL 41.0 6.4051596E8 -4.1460711425358585E-5 41 -1.9403170731707315 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 57 57.0 1969-12-31 16:00:01.811 -7196 1371995065 -5114797602320 NULL NULL 7196 -14392 -7196 NULL NULL -57.0 6.4051596E8 5.764050124988876E-5 -57 1.3956666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -41 -41.0 1969-12-31 15:59:58.578 -7196 -1887367961 7036107758608 NULL NULL 7196 -14392 -7196 NULL NULL 41.0 6.4051596E8 -4.1460711425358585E-5 41 -1.9403170731707315 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -39 -39.0 1969-12-31 15:59:44.512 -7196 -398822457 1486810119696 NULL NULL 7196 -14392 -7196 NULL NULL 39.0 6.4051596E8 -3.9438237697292314E-5 39 -2.039820512820513 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -31 -31.0 1969-12-31 16:00:13.868 -7196 1337237884 -4985222831552 NULL NULL 7196 -14392 -7196 NULL NULL 31.0 6.4051596E8 -3.134834278502722E-5 31 -2.566225806451613 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 15 15.0 1969-12-31 16:00:03.256 -7196 -2123641234 7916934520352 NULL NULL 7196 -14392 -7196 NULL NULL -15.0 6.4051596E8 1.5168552960497044E-5 -15 5.303533333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 29 29.0 1969-12-31 16:00:16.19 -7196 1811651302 -6753836053856 NULL NULL 7196 -14392 -7196 NULL NULL -29.0 6.4051596E8 2.932586905696095E-5 -29 2.7432068965517242 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 8 8.0 1969-12-31 16:00:09.961 -7196 -1759441703 6559198668784 NULL NULL 7196 -14392 -7196 NULL NULL -8.0 6.4051596E8 8.08989491226509E-6 -8 9.944125 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -23 -23.0 1969-12-31 16:00:06.243 -7196 -88860257 331271038096 NULL NULL 7196 -14392 -7196 NULL NULL 23.0 6.4051596E8 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -4 -4.0 1969-12-31 15:59:57.932 -7196 345912243 -1289560841904 NULL NULL 7196 -14392 -7196 NULL NULL 4.0 6.4051596E8 -4.044947456132545E-6 4 -19.88825 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 53 53.0 1969-12-31 15:59:50.996 -7196 1897312309 -7073180287952 NULL NULL 7196 -14392 -7196 NULL NULL -53.0 6.4051596E8 5.359555379375622E-5 -53 1.501 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -2 -2.0 1969-12-31 16:00:07.711 -7196 128320480 -478378749440 NULL NULL 7196 -14392 -7196 NULL NULL 2.0 6.4051596E8 -2.0224737280662724E-6 2 -39.7765 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 22 22.0 1969-12-31 15:59:52.699 -7196 NULL NULL NULL NULL 7196 -14392 -7196 NULL NULL -22.0 6.4051596E8 2.2247211008728996E-5 -22 3.6160454545454543 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 61 61.0 1969-12-31 16:00:11.132 -7196 1652808422 -6161669797216 NULL NULL 7196 -14392 -7196 NULL NULL -61.0 6.4051596E8 6.16854487060213E-5 -61 1.3041475409836065 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 22 22.0 1969-12-31 16:00:09.911 -7196 1869210375 -6968416278000 NULL NULL 7196 -14392 -7196 NULL NULL -22.0 6.4051596E8 2.2247211008728996E-5 -22 3.6160454545454543 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 49 49.0 1969-12-31 16:00:12.977 -7196 -1687110423 6289547656944 NULL NULL 7196 -14392 -7196 NULL NULL -49.0 6.4051596E8 4.9550606337623676E-5 -49 1.6235306122448978 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -29 -29.0 1969-12-31 16:00:16.065 -7196 -473766733 1766202380624 NULL NULL 7196 -14392 -7196 NULL NULL 29.0 6.4051596E8 -2.932586905696095E-5 29 -2.7432068965517242 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -52 -52.0 1969-12-31 16:00:04.518 -7196 -1658319459 6182214943152 NULL NULL 7196 -14392 -7196 NULL NULL 52.0 6.4051596E8 -5.258431692972308E-5 52 -1.5298653846153845 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -52 -52.0 1969-12-31 15:59:45.978 -7196 -2128720310 7935869315680 NULL NULL 7196 -14392 -7196 NULL NULL 52.0 6.4051596E8 -5.258431692972308E-5 52 -1.5298653846153845 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -48 -48.0 1969-12-31 15:59:52.507 -7196 -822146744 3064963061632 NULL NULL 7196 -14392 -7196 NULL NULL 48.0 6.4051596E8 -4.853936947359054E-5 48 -1.6573541666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 26 26.0 1969-12-31 15:59:51.43 -7196 1902876353 -7093923043984 NULL NULL 7196 -14392 -7196 NULL NULL -26.0 6.4051596E8 2.629215846486154E-5 -26 3.059730769230769 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -35 -35.0 1969-12-31 15:59:46.585 -7196 -990632641 3693078485648 NULL NULL 7196 -14392 -7196 NULL NULL 35.0 6.4051596E8 -3.5393290241159765E-5 35 -2.272942857142857 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -55 -55.0 1969-12-31 16:00:01.138 -7196 888532643 -3312449693104 NULL NULL 7196 -14392 -7196 NULL NULL 55.0 6.4051596E8 -5.561802752182249E-5 55 -1.4464181818181818 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -6 -6.0 1969-12-31 16:00:06.4 -7196 687081709 -2561440611152 NULL NULL 7196 -14392 -7196 NULL NULL 6.0 6.4051596E8 -6.067421184198818E-6 6 -13.258833333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 49 49.0 1969-12-31 16:00:12.006 -7196 1143654535 -4263544106480 NULL NULL 7196 -14392 -7196 NULL NULL -49.0 6.4051596E8 4.9550606337623676E-5 -49 1.6235306122448978 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -34 -34.0 1969-12-31 16:00:06.405 -7196 347395524 -1295090513472 NULL NULL 7196 -14392 -7196 NULL NULL 34.0 6.4051596E8 -3.438205337712663E-5 34 -2.3397941176470587 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 3 3.0 1969-12-31 16:00:05.162 -7196 -2140316424 7979099628672 NULL NULL 7196 -14392 -7196 NULL NULL -3.0 6.4051596E8 3.033710592099409E-6 -3 26.517666666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -44 -44.0 1969-12-31 16:00:00.289 -7196 524734261 -1956209325008 NULL NULL 7196 -14392 -7196 NULL NULL 44.0 6.4051596E8 -4.449442201745799E-5 44 -1.8080227272727272 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -64 -64.0 1969-12-31 16:00:11.912 -7196 -1615920595 6024151978160 NULL NULL 7196 -14392 -7196 NULL NULL 64.0 6.4051596E8 -6.471915929812072E-5 64 -1.243015625 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 54 54.0 1969-12-31 16:00:00.546 -7196 -2133897574 7955170155872 NULL NULL 7196 -14392 -7196 NULL NULL -54.0 6.4051596E8 5.4606790657789354E-5 -54 1.4732037037037036 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -9 -9.0 1969-12-31 15:59:57.687 -7196 -1097778251 4092517319728 NULL NULL 7196 -14392 -7196 NULL NULL 9.0 6.4051596E8 -9.101131776298225E-6 9 -8.839222222222222 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -35 -35.0 1969-12-31 15:59:48.408 -7196 1199675481 -4472390193168 NULL NULL 7196 -14392 -7196 NULL NULL 35.0 6.4051596E8 -3.5393290241159765E-5 35 -2.272942857142857 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 31 31.0 1969-12-31 16:00:13.816 -7196 -1821633641 6791050213648 NULL NULL 7196 -14392 -7196 NULL NULL -31.0 6.4051596E8 3.134834278502722E-5 -31 2.566225806451613 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -37 -37.0 1969-12-31 16:00:15.215 -7196 1077634070 -4017419812960 NULL NULL 7196 -14392 -7196 NULL NULL 37.0 6.4051596E8 -3.741576396922604E-5 37 -2.150081081081081 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -14 -14.0 1969-12-31 16:00:14.79 -7196 1100839659 -4103930248752 NULL NULL 7196 -14392 -7196 NULL NULL 14.0 6.4051596E8 -1.4157316096463906E-5 14 -5.682357142857143 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 62 62.0 1969-12-31 16:00:02.38 -7196 1733885960 -6463926858880 NULL NULL 7196 -14392 -7196 NULL NULL -62.0 6.4051596E8 6.269668557005445E-5 -62 1.2831129032258064 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 35 35.0 1969-12-31 15:59:48.022 -7196 523231898 -1950608515744 NULL NULL 7196 -14392 -7196 NULL NULL -35.0 6.4051596E8 3.5393290241159765E-5 -35 2.272942857142857 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -20 -20.0 1969-12-31 15:59:44.907 -7196 1073150417 -4000704754576 NULL NULL 7196 -14392 -7196 NULL NULL 20.0 6.4051596E8 -2.0224737280662725E-5 20 -3.9776499999999997 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 0 0.0 1969-12-31 16:00:11.089 -7196 1907356119 -7110623611632 NULL NULL 7196 -14392 -7196 NULL NULL -0.0 6.4051596E8 0.0 0 NULL +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -10 -10.0 1969-12-31 16:00:13.743 -7196 -1750160608 6524598746624 NULL NULL 7196 -14392 -7196 NULL NULL 10.0 6.4051596E8 -1.0112368640331362E-5 10 -7.955299999999999 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -21 -21.0 1969-12-31 15:59:55.317 -7196 926194185 -3452851921680 NULL NULL 7196 -14392 -7196 NULL NULL 21.0 6.4051596E8 -2.123597414469586E-5 21 -3.788238095238095 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 8 8.0 1969-12-31 16:00:15.683 -7196 963008487 -3590095639536 NULL NULL 7196 -14392 -7196 NULL NULL -8.0 6.4051596E8 8.08989491226509E-6 -8 9.944125 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 29 29.0 1969-12-31 16:00:02.777 -7196 1335415993 -4978430821904 NULL NULL 7196 -14392 -7196 NULL NULL -29.0 6.4051596E8 2.932586905696095E-5 -29 2.7432068965517242 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -51 -51.0 1969-12-31 15:59:50.966 -7196 601858368 -2243727995904 NULL NULL 7196 -14392 -7196 NULL NULL 51.0 6.4051596E8 -5.157308006568995E-5 51 -1.5598627450980391 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 13 13.0 1969-12-31 16:00:05.368 -7196 1626425715 -6063315065520 NULL NULL 7196 -14392 -7196 NULL NULL -13.0 6.4051596E8 1.314607923243077E-5 -13 6.119461538461538 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 4 4.0 1969-12-31 15:59:54.905 -7196 -1173921590 4376379687520 NULL NULL 7196 -14392 -7196 NULL NULL -4.0 6.4051596E8 4.044947456132545E-6 -4 19.88825 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 18 18.0 1969-12-31 15:59:49.306 -7196 -906847764 3380728464192 NULL NULL 7196 -14392 -7196 NULL NULL -18.0 6.4051596E8 1.820226355259645E-5 -18 4.419611111111111 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -16 -16.0 1969-12-31 16:00:02.267 -7196 -405314121 1511011043088 NULL NULL 7196 -14392 -7196 NULL NULL 16.0 6.4051596E8 -1.617978982453018E-5 16 -4.9720625 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -45 -45.0 1969-12-31 16:00:12.921 -7196 635433167 -2368894846576 NULL NULL 7196 -14392 -7196 NULL NULL 45.0 6.4051596E8 -4.550565888149113E-5 45 -1.7678444444444443 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 62 62.0 1969-12-31 15:59:48.395 -7196 -519770970 1937706176160 NULL NULL 7196 -14392 -7196 NULL NULL -62.0 6.4051596E8 6.269668557005445E-5 -62 1.2831129032258064 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -19 -19.0 1969-12-31 16:00:10.814 -7196 NULL NULL NULL NULL 7196 -14392 -7196 NULL NULL 19.0 6.4051596E8 -1.921350041662959E-5 19 -4.187 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 51 51.0 1969-12-31 15:59:58.171 -7196 1289268469 -4806392852432 NULL NULL 7196 -14392 -7196 NULL NULL -51.0 6.4051596E8 5.157308006568995E-5 -51 1.5598627450980391 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -13 -13.0 1969-12-31 15:59:53.746 -7196 -111469961 415560014608 NULL NULL 7196 -14392 -7196 NULL NULL 13.0 6.4051596E8 -1.314607923243077E-5 13 -6.119461538461538 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -28 -28.0 1969-12-31 15:59:44.895 -7196 -95814999 357198316272 NULL NULL 7196 -14392 -7196 NULL NULL 28.0 6.4051596E8 -2.8314632192927813E-5 28 -2.8411785714285713 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -30 -30.0 1969-12-31 15:59:50.313 -7196 343613951 -1280992809328 NULL NULL 7196 -14392 -7196 NULL NULL 30.0 6.4051596E8 -3.0337105920994087E-5 30 -2.6517666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 43 43.0 1969-12-31 16:00:13.812 -7196 -1860496519 6935931022832 NULL NULL 7196 -14392 -7196 NULL NULL -43.0 6.4051596E8 4.3483185153424856E-5 -43 1.8500697674418605 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 50 50.0 1969-12-31 16:00:08.38 -7196 1192295669 -4444878254032 NULL NULL 7196 -14392 -7196 NULL NULL -50.0 6.4051596E8 5.056184320165681E-5 -50 1.59106 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 4 4.0 1969-12-31 15:59:45.595 -7196 -514465592 1917927726976 NULL NULL 7196 -14392 -7196 NULL NULL -4.0 6.4051596E8 4.044947456132545E-6 -4 19.88825 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 39 39.0 1969-12-31 16:00:06.206 -7196 -1835825430 6843957203040 NULL NULL 7196 -14392 -7196 NULL NULL -39.0 6.4051596E8 3.9438237697292314E-5 -39 2.039820512820513 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 57 57.0 1969-12-31 16:00:15.76 -7196 2018251685 -7524042281680 NULL NULL 7196 -14392 -7196 NULL NULL -57.0 6.4051596E8 5.764050124988876E-5 -57 1.3956666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 28 28.0 1969-12-31 16:00:11.858 -7196 -1831759028 6828797656384 NULL NULL 7196 -14392 -7196 NULL NULL -28.0 6.4051596E8 2.8314632192927813E-5 -28 2.8411785714285713 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -13 -13.0 1969-12-31 15:59:52.946 -7196 -1900879493 7086478749904 NULL NULL 7196 -14392 -7196 NULL NULL 13.0 6.4051596E8 -1.314607923243077E-5 13 -6.119461538461538 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 15 15.0 1969-12-31 16:00:13.735 -7196 650909244 -2426589661632 NULL NULL 7196 -14392 -7196 NULL NULL -15.0 6.4051596E8 1.5168552960497044E-5 -15 5.303533333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -50 -50.0 1969-12-31 16:00:14.134 -7196 1740563590 -6488821063520 NULL NULL 7196 -14392 -7196 NULL NULL 50.0 6.4051596E8 -5.056184320165681E-5 50 -1.59106 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 62 62.0 1969-12-31 16:00:14.364 -7196 -1303640256 4859970874368 NULL NULL 7196 -14392 -7196 NULL NULL -62.0 6.4051596E8 6.269668557005445E-5 -62 1.2831129032258064 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 54 54.0 1969-12-31 15:59:45.451 -7196 -231552821 863228916688 NULL NULL 7196 -14392 -7196 NULL NULL -54.0 6.4051596E8 5.4606790657789354E-5 -54 1.4732037037037036 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -26 -26.0 1969-12-31 16:00:14.661 -7196 1196069494 -4458947073632 NULL NULL 7196 -14392 -7196 NULL NULL 26.0 6.4051596E8 -2.629215846486154E-5 26 -3.059730769230769 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 57 57.0 1969-12-31 15:59:55.521 -7196 -1058636150 3946595567200 NULL NULL 7196 -14392 -7196 NULL NULL -57.0 6.4051596E8 5.764050124988876E-5 -57 1.3956666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 41 41.0 1969-12-31 15:59:44.57 -7196 649072626 -2419742749728 NULL NULL 7196 -14392 -7196 NULL NULL -41.0 6.4051596E8 4.1460711425358585E-5 -41 1.9403170731707315 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -10 -10.0 1969-12-31 16:00:13.684 -7196 -2010228069 7494130241232 NULL NULL 7196 -14392 -7196 NULL NULL 10.0 6.4051596E8 -1.0112368640331362E-5 10 -7.955299999999999 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 48 48.0 1969-12-31 15:59:57.499 -7196 -1745648407 6507777261296 NULL NULL 7196 -14392 -7196 NULL NULL -48.0 6.4051596E8 4.853936947359054E-5 -48 1.6573541666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -51 -51.0 1969-12-31 16:00:13.197 -7196 647410848 -2413547641344 NULL NULL 7196 -14392 -7196 NULL NULL 51.0 6.4051596E8 -5.157308006568995E-5 51 -1.5598627450980391 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 46 46.0 1969-12-31 16:00:07.743 -7196 -203349963 758088662064 NULL NULL 7196 -14392 -7196 NULL NULL -46.0 6.4051596E8 4.651689574552426E-5 -46 1.7294130434782609 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -27 -27.0 1969-12-31 15:59:57.664 -7196 1481888026 -5524478560928 NULL NULL 7196 -14392 -7196 NULL NULL 27.0 6.4051596E8 -2.7303395328894677E-5 27 -2.946407407407407 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 26 26.0 1969-12-31 16:00:01.871 -7196 -625819139 2333053750192 NULL NULL 7196 -14392 -7196 NULL NULL -26.0 6.4051596E8 2.629215846486154E-5 -26 3.059730769230769 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 42 42.0 1969-12-31 15:59:57.011 -7196 -549987366 2050352900448 NULL NULL 7196 -14392 -7196 NULL NULL -42.0 6.4051596E8 4.247194828939172E-5 -42 1.8941190476190475 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 25 25.0 1969-12-31 16:00:11.749 -7196 1957235821 -7296575140688 NULL NULL 7196 -14392 -7196 NULL NULL -25.0 6.4051596E8 2.5280921600828406E-5 -25 3.18212 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -51 -51.0 1969-12-31 15:59:45.932 -7196 1611717184 -6008481661952 NULL NULL 7196 -14392 -7196 NULL NULL 51.0 6.4051596E8 -5.157308006568995E-5 51 -1.5598627450980391 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -39 -39.0 1969-12-31 15:59:53.686 -7196 -1161932838 4331685620064 NULL NULL 7196 -14392 -7196 NULL NULL 39.0 6.4051596E8 -3.9438237697292314E-5 39 -2.039820512820513 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 2 2.0 1969-12-31 15:59:49.021 -7196 -580663229 2164712517712 NULL NULL 7196 -14392 -7196 NULL NULL -2.0 6.4051596E8 2.0224737280662724E-6 -2 39.7765 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 20 20.0 1969-12-31 16:00:01.267 -7196 -1587089429 5916669391312 NULL NULL 7196 -14392 -7196 NULL NULL -20.0 6.4051596E8 2.0224737280662725E-5 -20 3.9776499999999997 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 47 47.0 1969-12-31 16:00:01.694 -7196 58767695 -219085966960 NULL NULL 7196 -14392 -7196 NULL NULL -47.0 6.4051596E8 4.7528132609557405E-5 -47 1.6926170212765956 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -37 -37.0 1969-12-31 16:00:11.738 -7196 -680140600 2535564156800 NULL NULL 7196 -14392 -7196 NULL NULL 37.0 6.4051596E8 -3.741576396922604E-5 37 -2.150081081081081 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -1 -1.0 1969-12-31 16:00:06.358 -7196 -1029993753 3839816711184 NULL NULL 7196 -14392 -7196 NULL NULL 1.0 6.4051596E8 -1.0112368640331362E-6 1 -79.553 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 41 41.0 1969-12-31 16:00:08.418 -7196 791540035 -2950861250480 NULL NULL 7196 -14392 -7196 NULL NULL -41.0 6.4051596E8 4.1460711425358585E-5 -41 1.9403170731707315 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -15 -15.0 1969-12-31 15:59:46.242 -7196 1081882955 -4033259656240 NULL NULL 7196 -14392 -7196 NULL NULL 15.0 6.4051596E8 -1.5168552960497044E-5 15 -5.303533333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -51 -51.0 1969-12-31 16:00:00.156 -7196 2104038988 -7843857347264 NULL NULL 7196 -14392 -7196 NULL NULL 51.0 6.4051596E8 -5.157308006568995E-5 51 -1.5598627450980391 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -39 -39.0 1969-12-31 15:59:49.331 -7196 1320376751 -4922364527728 NULL NULL 7196 -14392 -7196 NULL NULL 39.0 6.4051596E8 -3.9438237697292314E-5 39 -2.039820512820513 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -28 -28.0 1969-12-31 16:00:04.747 -7196 2008437496 -7487454985088 NULL NULL 7196 -14392 -7196 NULL NULL 28.0 6.4051596E8 -2.8314632192927813E-5 28 -2.8411785714285713 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -37 -37.0 1969-12-31 16:00:00.539 -7196 1213297685 -4523173769680 NULL NULL 7196 -14392 -7196 NULL NULL 37.0 6.4051596E8 -3.741576396922604E-5 37 -2.150081081081081 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 62 62.0 1969-12-31 16:00:12.762 -7196 1034824629 -3857826216912 NULL NULL 7196 -14392 -7196 NULL NULL -62.0 6.4051596E8 6.269668557005445E-5 -62 1.2831129032258064 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 49 49.0 1969-12-31 16:00:15.113 -7196 -2022745657 7540795809296 NULL NULL 7196 -14392 -7196 NULL NULL -49.0 6.4051596E8 4.9550606337623676E-5 -49 1.6235306122448978 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -44 -44.0 1969-12-31 16:00:03.002 -7196 1216900640 -4536605585920 NULL NULL 7196 -14392 -7196 NULL NULL 44.0 6.4051596E8 -4.449442201745799E-5 44 -1.8080227272727272 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -61 -61.0 1969-12-31 15:59:44.823 -7196 NULL NULL NULL NULL 7196 -14392 -7196 NULL NULL 61.0 6.4051596E8 -6.16854487060213E-5 61 -1.3041475409836065 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -17 -17.0 1969-12-31 16:00:10.939 -7196 1735209038 -6468859293664 NULL NULL 7196 -14392 -7196 NULL NULL 17.0 6.4051596E8 -1.7191026688563315E-5 17 -4.679588235294117 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -36 -36.0 1969-12-31 16:00:06.661 -7196 394687129 -1471393616912 NULL NULL 7196 -14392 -7196 NULL NULL 36.0 6.4051596E8 -3.64045271051929E-5 36 -2.2098055555555556 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 56 56.0 1969-12-31 16:00:00.909 -7196 1421751268 -5300288727104 NULL NULL 7196 -14392 -7196 NULL NULL -56.0 6.4051596E8 5.6629264385855625E-5 -56 1.4205892857142857 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 4 4.0 1969-12-31 16:00:12.309 -7196 -1498229137 5585398222736 NULL NULL 7196 -14392 -7196 NULL NULL -4.0 6.4051596E8 4.044947456132545E-6 -4 19.88825 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 52 52.0 1969-12-31 15:59:49.565 -7196 1198121662 -4466597555936 NULL NULL 7196 -14392 -7196 NULL NULL -52.0 6.4051596E8 5.258431692972308E-5 -52 1.5298653846153845 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 33 33.0 1969-12-31 16:00:14.872 -7196 -995947123 3712890874544 NULL NULL 7196 -14392 -7196 NULL NULL -33.0 6.4051596E8 3.3370816513093494E-5 -33 2.4106969696969696 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 2 2.0 1969-12-31 16:00:01.489 -7196 220682110 -822702906080 NULL NULL 7196 -14392 -7196 NULL NULL -2.0 6.4051596E8 2.0224737280662724E-6 -2 39.7765 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -1 -1.0 1969-12-31 15:59:55.53 -7196 745151099 -2777923297072 NULL NULL 7196 -14392 -7196 NULL NULL 1.0 6.4051596E8 -1.0112368640331362E-6 1 -79.553 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -14 -14.0 1969-12-31 16:00:04.574 -7196 87724305 -327036209040 NULL NULL 7196 -14392 -7196 NULL NULL 14.0 6.4051596E8 -1.4157316096463906E-5 14 -5.682357142857143 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 36 36.0 1969-12-31 16:00:00.865 -7196 1613629130 -6015609396640 NULL NULL 7196 -14392 -7196 NULL NULL -36.0 6.4051596E8 3.64045271051929E-5 -36 2.2098055555555556 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 14 14.0 1969-12-31 16:00:00.394 -7196 -1660510440 6190382920320 NULL NULL 7196 -14392 -7196 NULL NULL -14.0 6.4051596E8 1.4157316096463906E-5 -14 5.682357142857143 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -5 -5.0 1969-12-31 16:00:10.326 -7196 -474752759 1769878285552 NULL NULL 7196 -14392 -7196 NULL NULL 5.0 6.4051596E8 -5.056184320165681E-6 5 -15.910599999999999 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -50 -50.0 1969-12-31 16:00:00.568 -7196 -1572562680 5862513671040 NULL NULL 7196 -14392 -7196 NULL NULL 50.0 6.4051596E8 -5.056184320165681E-5 50 -1.59106 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -54 -54.0 1969-12-31 15:59:53.657 -7196 1476582815 -5504700734320 NULL NULL 7196 -14392 -7196 NULL NULL 54.0 6.4051596E8 -5.4606790657789354E-5 54 -1.4732037037037036 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 26 26.0 1969-12-31 16:00:08.286 -7196 -961730755 3585332254640 NULL NULL 7196 -14392 -7196 NULL NULL -26.0 6.4051596E8 2.629215846486154E-5 -26 3.059730769230769 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 15 15.0 1969-12-31 15:59:49.051 -7196 1104752029 -4118515564112 NULL NULL 7196 -14392 -7196 NULL NULL -15.0 6.4051596E8 1.5168552960497044E-5 -15 5.303533333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -15 -15.0 1969-12-31 16:00:11.257 -7196 -364742164 1359758787392 NULL NULL 7196 -14392 -7196 NULL NULL 15.0 6.4051596E8 -1.5168552960497044E-5 15 -5.303533333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 0 0.0 1969-12-31 15:59:44.159 -7196 -1418871864 5289554308992 NULL NULL 7196 -14392 -7196 NULL NULL -0.0 6.4051596E8 0.0 0 NULL +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -23 -23.0 1969-12-31 16:00:00.885 -7196 1970376680 -7345564263040 NULL NULL 7196 -14392 -7196 NULL NULL 23.0 6.4051596E8 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -62 -62.0 1969-12-31 16:00:01.22 -7196 1670449519 -6227435806832 NULL NULL 7196 -14392 -7196 NULL NULL 62.0 6.4051596E8 -6.269668557005445E-5 62 -1.2831129032258064 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -42 -42.0 1969-12-31 16:00:05.729 -7196 -998749777 3723339168656 NULL NULL 7196 -14392 -7196 NULL NULL 42.0 6.4051596E8 -4.247194828939172E-5 42 -1.8941190476190475 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 26 26.0 1969-12-31 15:59:54.132 -7196 1677632608 -6254214362624 NULL NULL 7196 -14392 -7196 NULL NULL -26.0 6.4051596E8 2.629215846486154E-5 -26 3.059730769230769 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 40 40.0 1969-12-31 15:59:49.23 -7196 437984126 -1632804821728 NULL NULL 7196 -14392 -7196 NULL NULL -40.0 6.4051596E8 4.044947456132545E-5 -40 1.9888249999999998 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -54 -54.0 1969-12-31 16:00:11.198 -7196 1650677402 -6153725354656 NULL NULL 7196 -14392 -7196 NULL NULL 54.0 6.4051596E8 -5.4606790657789354E-5 54 -1.4732037037037036 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -42 -42.0 1969-12-31 15:59:56.928 -7196 -1675950271 6247942610288 NULL NULL 7196 -14392 -7196 NULL NULL 42.0 6.4051596E8 -4.247194828939172E-5 42 -1.8941190476190475 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -56 -56.0 1969-12-31 16:00:02.298 -7196 -1509994296 5629258735488 NULL NULL 7196 -14392 -7196 NULL NULL 56.0 6.4051596E8 -5.6629264385855625E-5 56 -1.4205892857142857 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 29 29.0 1969-12-31 16:00:14.829 -7196 -192083402 716086922656 NULL NULL 7196 -14392 -7196 NULL NULL -29.0 6.4051596E8 2.932586905696095E-5 -29 2.7432068965517242 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 15 15.0 1969-12-31 16:00:15.923 -7196 432086668 -1610819098304 NULL NULL 7196 -14392 -7196 NULL NULL -15.0 6.4051596E8 1.5168552960497044E-5 -15 5.303533333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 52 52.0 1969-12-31 15:59:47.129 -7196 -224047492 835249050176 NULL NULL 7196 -14392 -7196 NULL NULL -52.0 6.4051596E8 5.258431692972308E-5 -52 1.5298653846153845 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 14 14.0 1969-12-31 15:59:55.492 -7196 1702036126 -6345190677728 NULL NULL 7196 -14392 -7196 NULL NULL -14.0 6.4051596E8 1.4157316096463906E-5 -14 5.682357142857143 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 25 25.0 1969-12-31 16:00:02.722 -7196 1960496738 -7308731839264 NULL NULL 7196 -14392 -7196 NULL NULL -25.0 6.4051596E8 2.5280921600828406E-5 -25 3.18212 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -58 -58.0 1969-12-31 16:00:12.065 -7196 1257970504 -4689714038912 NULL NULL 7196 -14392 -7196 NULL NULL 58.0 6.4051596E8 -5.86517381139219E-5 58 -1.3716034482758621 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -64 -64.0 1969-12-31 16:00:01.785 -7196 -1639157869 6110780535632 NULL NULL 7196 -14392 -7196 NULL NULL 64.0 6.4051596E8 -6.471915929812072E-5 64 -1.243015625 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -29 -29.0 1969-12-31 15:59:54.63 -7196 -1818074941 6777783380048 NULL NULL 7196 -14392 -7196 NULL NULL 29.0 6.4051596E8 -2.932586905696095E-5 29 -2.7432068965517242 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -63 -63.0 1969-12-31 16:00:03.552 -7196 -1224023895 4563161080560 NULL NULL 7196 -14392 -7196 NULL NULL 63.0 6.4051596E8 -6.370792243408759E-5 63 -1.2627460317460317 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 46 46.0 1969-12-31 16:00:01.388 -7196 242119227 -902620478256 NULL NULL 7196 -14392 -7196 NULL NULL -46.0 6.4051596E8 4.651689574552426E-5 -46 1.7294130434782609 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -19 -19.0 1969-12-31 16:00:06.188 -7196 -1169681501 4360572635728 NULL NULL 7196 -14392 -7196 NULL NULL 19.0 6.4051596E8 -1.921350041662959E-5 19 -4.187 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 2 2.0 1969-12-31 16:00:11.342 -7196 NULL NULL NULL NULL 7196 -14392 -7196 NULL NULL -2.0 6.4051596E8 2.0224737280662724E-6 -2 39.7765 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 46 46.0 1969-12-31 15:59:47.842 -7196 -1064883361 3969885169808 NULL NULL 7196 -14392 -7196 NULL NULL -46.0 6.4051596E8 4.651689574552426E-5 -46 1.7294130434782609 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -43 -43.0 1969-12-31 16:00:08.967 -7196 -798982337 2978606152336 NULL NULL 7196 -14392 -7196 NULL NULL 43.0 6.4051596E8 -4.3483185153424856E-5 43 -1.8500697674418605 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -43 -43.0 1969-12-31 15:59:45.529 -7196 956226605 -3564812783440 NULL NULL 7196 -14392 -7196 NULL NULL 43.0 6.4051596E8 -4.3483185153424856E-5 43 -1.8500697674418605 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 25 25.0 1969-12-31 16:00:00.73 -7196 -1419583827 5292208507056 NULL NULL 7196 -14392 -7196 NULL NULL -25.0 6.4051596E8 2.5280921600828406E-5 -25 3.18212 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 4 4.0 1969-12-31 16:00:07.163 -7196 447294757 -1667514854096 NULL NULL 7196 -14392 -7196 NULL NULL -4.0 6.4051596E8 4.044947456132545E-6 -4 19.88825 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 25 25.0 1969-12-31 15:59:53.213 -7196 887537434 -3308739553952 NULL NULL 7196 -14392 -7196 NULL NULL -25.0 6.4051596E8 2.5280921600828406E-5 -25 3.18212 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 37 37.0 1969-12-31 16:00:16.313 -7196 -354500331 1321577233968 NULL NULL 7196 -14392 -7196 NULL NULL -37.0 6.4051596E8 3.741576396922604E-5 -37 2.150081081081081 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -24 -24.0 1969-12-31 16:00:07.696 -7196 -722892928 2694944835584 NULL NULL 7196 -14392 -7196 NULL NULL 24.0 6.4051596E8 -2.426968473679527E-5 24 -3.3147083333333334 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -52 -52.0 1969-12-31 16:00:03.963 -7196 95444104 -355815619712 NULL NULL 7196 -14392 -7196 NULL NULL 52.0 6.4051596E8 -5.258431692972308E-5 52 -1.5298653846153845 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -57 -57.0 1969-12-31 16:00:05.5 -7196 2042351711 -7613887178608 NULL NULL 7196 -14392 -7196 NULL NULL 57.0 6.4051596E8 -5.764050124988876E-5 57 -1.3956666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 23 23.0 1969-12-31 16:00:12.759 -7196 -1246639968 4647473800704 NULL NULL 7196 -14392 -7196 NULL NULL -23.0 6.4051596E8 2.325844787276213E-5 -23 3.4588260869565217 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 38 38.0 1969-12-31 15:59:57.159 -7196 -158261029 589997116112 NULL NULL 7196 -14392 -7196 NULL NULL -38.0 6.4051596E8 3.842700083325918E-5 -38 2.0935 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 16 16.0 1969-12-31 15:59:50.404 -7196 -2016344182 7516931110496 NULL NULL 7196 -14392 -7196 NULL NULL -16.0 6.4051596E8 1.617978982453018E-5 -16 4.9720625 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -52 -52.0 1969-12-31 15:59:47.15 -7196 628698169 -2343786774032 NULL NULL 7196 -14392 -7196 NULL NULL 52.0 6.4051596E8 -5.258431692972308E-5 52 -1.5298653846153845 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 23 23.0 1969-12-31 16:00:11.785 -7196 -1508117731 5622262901168 NULL NULL 7196 -14392 -7196 NULL NULL -23.0 6.4051596E8 2.325844787276213E-5 -23 3.4588260869565217 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -60 -60.0 1969-12-31 15:59:55.806 -7196 -1802243330 6718763134240 NULL NULL 7196 -14392 -7196 NULL NULL 60.0 6.4051596E8 -6.0674211841988174E-5 60 -1.3258833333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -22 -22.0 1969-12-31 15:59:58.93 -7196 772541706 -2880035479968 NULL NULL 7196 -14392 -7196 NULL NULL 22.0 6.4051596E8 -2.2247211008728996E-5 22 -3.6160454545454543 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -54 -54.0 1969-12-31 16:00:05.688 -7196 1614836149 -6020109163472 NULL NULL 7196 -14392 -7196 NULL NULL 54.0 6.4051596E8 -5.4606790657789354E-5 54 -1.4732037037037036 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 34 34.0 1969-12-31 15:59:46.881 -7196 -369187268 1376330135104 NULL NULL 7196 -14392 -7196 NULL NULL -34.0 6.4051596E8 3.438205337712663E-5 -34 2.3397941176470587 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -64 -64.0 1969-12-31 15:59:56.048 -7196 406535485 -1515564288080 NULL NULL 7196 -14392 -7196 NULL NULL 64.0 6.4051596E8 -6.471915929812072E-5 64 -1.243015625 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 54 54.0 1969-12-31 16:00:08.241 -7196 381343252 -1421647643456 NULL NULL 7196 -14392 -7196 NULL NULL -54.0 6.4051596E8 5.4606790657789354E-5 -54 1.4732037037037036 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 45 45.0 1969-12-31 16:00:00.543 -7196 940192068 -3505036029504 NULL NULL 7196 -14392 -7196 NULL NULL -45.0 6.4051596E8 4.550565888149113E-5 -45 1.7678444444444443 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -45 -45.0 1969-12-31 15:59:49.512 -7196 -123182483 459224296624 NULL NULL 7196 -14392 -7196 NULL NULL 45.0 6.4051596E8 -4.550565888149113E-5 45 -1.7678444444444443 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -12 -12.0 1969-12-31 16:00:09.524 -7196 -1476796699 5505498093872 NULL NULL 7196 -14392 -7196 NULL NULL 12.0 6.4051596E8 -1.2134842368397635E-5 12 -6.629416666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -28 -28.0 1969-12-31 16:00:00.003 -7196 -83883851 312718996528 NULL NULL 7196 -14392 -7196 NULL NULL 28.0 6.4051596E8 -2.8314632192927813E-5 28 -2.8411785714285713 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -46 -46.0 1969-12-31 15:59:54.257 -7196 -1020872577 3805812967056 NULL NULL 7196 -14392 -7196 NULL NULL 46.0 6.4051596E8 -4.651689574552426E-5 46 -1.7294130434782609 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -63 -63.0 1969-12-31 16:00:11.946 -7196 -994504916 3707514326848 NULL NULL 7196 -14392 -7196 NULL NULL 63.0 6.4051596E8 -6.370792243408759E-5 63 -1.2627460317460317 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 57 57.0 1969-12-31 16:00:07.907 -7196 1200709486 -4476244963808 NULL NULL 7196 -14392 -7196 NULL NULL -57.0 6.4051596E8 5.764050124988876E-5 -57 1.3956666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -22 -22.0 1969-12-31 15:59:50.196 -7196 1402100915 -5227032211120 NULL NULL 7196 -14392 -7196 NULL NULL 22.0 6.4051596E8 -2.2247211008728996E-5 22 -3.6160454545454543 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 21 21.0 1969-12-31 16:00:10.652 -7196 1755924724 -6546087371072 NULL NULL 7196 -14392 -7196 NULL NULL -21.0 6.4051596E8 2.123597414469586E-5 -21 3.788238095238095 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 28 28.0 1969-12-31 16:00:02.795 -7196 1542799131 -5751555160368 NULL NULL 7196 -14392 -7196 NULL NULL -28.0 6.4051596E8 2.8314632192927813E-5 -28 2.8411785714285713 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 15 15.0 1969-12-31 16:00:11.526 -7196 -703366355 2622149771440 NULL NULL 7196 -14392 -7196 NULL NULL -15.0 6.4051596E8 1.5168552960497044E-5 -15 5.303533333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 3 3.0 1969-12-31 15:59:46.387 -7196 991147780 -3694998923840 NULL NULL 7196 -14392 -7196 NULL NULL -3.0 6.4051596E8 3.033710592099409E-6 -3 26.517666666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -9 -9.0 1969-12-31 15:59:58.825 -7196 1221941567 -4555398161776 NULL NULL 7196 -14392 -7196 NULL NULL 9.0 6.4051596E8 -9.101131776298225E-6 9 -8.839222222222222 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -57 -57.0 1969-12-31 16:00:04.659 -7196 -1579093262 5886859680736 NULL NULL 7196 -14392 -7196 NULL NULL 57.0 6.4051596E8 -5.764050124988876E-5 57 -1.3956666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -28 -28.0 1969-12-31 15:59:51.637 -7196 -444000127 1655232473456 NULL NULL 7196 -14392 -7196 NULL NULL 28.0 6.4051596E8 -2.8314632192927813E-5 28 -2.8411785714285713 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 14 14.0 1969-12-31 15:59:50.291 -7196 NULL NULL NULL NULL 7196 -14392 -7196 NULL NULL -14.0 6.4051596E8 1.4157316096463906E-5 -14 5.682357142857143 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 36 36.0 1969-12-31 15:59:47.825 -7196 -95344418 355443990304 NULL NULL 7196 -14392 -7196 NULL NULL -36.0 6.4051596E8 3.64045271051929E-5 -36 2.2098055555555556 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -34 -34.0 1969-12-31 15:59:48.779 -7196 -1022931985 3813490440080 NULL NULL 7196 -14392 -7196 NULL NULL 34.0 6.4051596E8 -3.438205337712663E-5 34 -2.3397941176470587 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 34 34.0 1969-12-31 16:00:04.36 -7196 1412648789 -5266354685392 NULL NULL 7196 -14392 -7196 NULL NULL -34.0 6.4051596E8 3.438205337712663E-5 -34 2.3397941176470587 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 32 32.0 1969-12-31 15:59:58.962 -7196 -303275124 1130609662272 NULL NULL 7196 -14392 -7196 NULL NULL -32.0 6.4051596E8 3.235957964906036E-5 -32 2.48603125 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -34 -34.0 1969-12-31 16:00:01.396 -7196 -1226942900 4574043131200 NULL NULL 7196 -14392 -7196 NULL NULL 34.0 6.4051596E8 -3.438205337712663E-5 34 -2.3397941176470587 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 27 27.0 1969-12-31 15:59:50.046 -7196 -2121399625 7908577802000 NULL NULL 7196 -14392 -7196 NULL NULL -27.0 6.4051596E8 2.7303395328894677E-5 -27 2.946407407407407 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -12 -12.0 1969-12-31 16:00:15.92 -7196 358049432 -1334808282496 NULL NULL 7196 -14392 -7196 NULL NULL 12.0 6.4051596E8 -1.2134842368397635E-5 12 -6.629416666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 48 48.0 1969-12-31 16:00:02.043 -7196 -219185402 817123178656 NULL NULL 7196 -14392 -7196 NULL NULL -48.0 6.4051596E8 4.853936947359054E-5 -48 1.6573541666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -27 -27.0 1969-12-31 15:59:48.105 -7196 -859692583 3204933949424 NULL NULL 7196 -14392 -7196 NULL NULL 27.0 6.4051596E8 -2.7303395328894677E-5 27 -2.946407407407407 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 57 57.0 1969-12-31 16:00:06.997 -7196 -1265540677 4717935643856 NULL NULL 7196 -14392 -7196 NULL NULL -57.0 6.4051596E8 5.764050124988876E-5 -57 1.3956666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -47 -47.0 1969-12-31 16:00:00.235 -7196 -1083011916 4037468422848 NULL NULL 7196 -14392 -7196 NULL NULL 47.0 6.4051596E8 -4.7528132609557405E-5 47 -1.6926170212765956 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 55 55.0 1969-12-31 16:00:02.488 -7196 -181014520 674822130560 NULL NULL 7196 -14392 -7196 NULL NULL -55.0 6.4051596E8 5.561802752182249E-5 -55 1.4464181818181818 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 8 8.0 1969-12-31 16:00:00.613 -7196 599224705 -2233909700240 NULL NULL 7196 -14392 -7196 NULL NULL -8.0 6.4051596E8 8.08989491226509E-6 -8 9.944125 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -44 -44.0 1969-12-31 15:59:50.843 -7196 619396855 -2309111475440 NULL NULL 7196 -14392 -7196 NULL NULL 44.0 6.4051596E8 -4.449442201745799E-5 44 -1.8080227272727272 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 32 32.0 1969-12-31 15:59:54.875 -7196 1970876136 -7347426235008 NULL NULL 7196 -14392 -7196 NULL NULL -32.0 6.4051596E8 3.235957964906036E-5 -32 2.48603125 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -38 -38.0 1969-12-31 16:00:00.843 -7196 -314153742 1171165150176 NULL NULL 7196 -14392 -7196 NULL NULL 38.0 6.4051596E8 -3.842700083325918E-5 38 -2.0935 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 42 42.0 1969-12-31 16:00:00.992 -7196 1644841467 -6131968988976 NULL NULL 7196 -14392 -7196 NULL NULL -42.0 6.4051596E8 4.247194828939172E-5 -42 1.8941190476190475 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 36 36.0 1969-12-31 16:00:07.27 -7196 -2071049869 7720873911632 NULL NULL 7196 -14392 -7196 NULL NULL -36.0 6.4051596E8 3.64045271051929E-5 -36 2.2098055555555556 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -11 -11.0 1969-12-31 15:59:57.148 -7196 -1261670420 4703507325760 NULL NULL 7196 -14392 -7196 NULL NULL 11.0 6.4051596E8 -1.1123605504364498E-5 11 -7.232090909090909 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -22 -22.0 1969-12-31 16:00:15.409 -7196 313391588 -1168323840064 NULL NULL 7196 -14392 -7196 NULL NULL 22.0 6.4051596E8 -2.2247211008728996E-5 22 -3.6160454545454543 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -18 -18.0 1969-12-31 15:59:53.782 -7196 -1501501535 5597597722480 NULL NULL 7196 -14392 -7196 NULL NULL 18.0 6.4051596E8 -1.820226355259645E-5 18 -4.419611111111111 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 33 33.0 1969-12-31 16:00:15.99 -7196 1994545529 -7435665732112 NULL NULL 7196 -14392 -7196 NULL NULL -33.0 6.4051596E8 3.3370816513093494E-5 -33 2.4106969696969696 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 49 49.0 1969-12-31 16:00:13.879 -7196 796009413 -2967523091664 NULL NULL 7196 -14392 -7196 NULL NULL -49.0 6.4051596E8 4.9550606337623676E-5 -49 1.6235306122448978 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 6 6.0 1969-12-31 15:59:58.692 -7196 -95453964 355852377792 NULL NULL 7196 -14392 -7196 NULL NULL -6.0 6.4051596E8 6.067421184198818E-6 -6 13.258833333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 46 46.0 1969-12-31 15:59:45.334 -7196 -1436934967 5356893556976 NULL NULL 7196 -14392 -7196 NULL NULL -46.0 6.4051596E8 4.651689574552426E-5 -46 1.7294130434782609 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 30 30.0 1969-12-31 15:59:47.701 -7196 -478323335 1783189392880 NULL NULL 7196 -14392 -7196 NULL NULL -30.0 6.4051596E8 3.0337105920994087E-5 -30 2.6517666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 7 7.0 1969-12-31 16:00:05.724 -7196 -556098975 2073136978800 NULL NULL 7196 -14392 -7196 NULL NULL -7.0 6.4051596E8 7.078658048231953E-6 -7 11.364714285714285 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 39 39.0 1969-12-31 16:00:10.915 -7196 -361407222 1347326123616 NULL NULL 7196 -14392 -7196 NULL NULL -39.0 6.4051596E8 3.9438237697292314E-5 -39 2.039820512820513 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 61 61.0 1969-12-31 16:00:13.868 -7196 1875242301 -6990903298128 NULL NULL 7196 -14392 -7196 NULL NULL -61.0 6.4051596E8 6.16854487060213E-5 -61 1.3041475409836065 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 47 47.0 1969-12-31 15:59:54.438 -7196 265927514 -991377772192 NULL NULL 7196 -14392 -7196 NULL NULL -47.0 6.4051596E8 4.7528132609557405E-5 -47 1.6926170212765956 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -41 -41.0 1969-12-31 16:00:15.69 -7196 -1591295545 5932349791760 NULL NULL 7196 -14392 -7196 NULL NULL 41.0 6.4051596E8 -4.1460711425358585E-5 41 -1.9403170731707315 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -36 -36.0 1969-12-31 16:00:08.615 -7196 756475174 -2820139448672 NULL NULL 7196 -14392 -7196 NULL NULL 36.0 6.4051596E8 -3.64045271051929E-5 36 -2.2098055555555556 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -50 -50.0 1969-12-31 15:59:53.689 -7196 1294693950 -4826619045600 NULL NULL 7196 -14392 -7196 NULL NULL 50.0 6.4051596E8 -5.056184320165681E-5 50 -1.59106 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -41 -41.0 1969-12-31 16:00:07.204 -7196 1735272327 -6469095235056 NULL NULL 7196 -14392 -7196 NULL NULL 41.0 6.4051596E8 -4.1460711425358585E-5 41 -1.9403170731707315 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -13 -13.0 1969-12-31 15:59:48.703 -7196 -1633774587 6090711660336 NULL NULL 7196 -14392 -7196 NULL NULL 13.0 6.4051596E8 -1.314607923243077E-5 13 -6.119461538461538 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -16 -16.0 1969-12-31 15:59:54.619 -7196 -2010404362 7494787461536 NULL NULL 7196 -14392 -7196 NULL NULL 16.0 6.4051596E8 -1.617978982453018E-5 16 -4.9720625 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 61 61.0 1969-12-31 15:59:44.081 -7196 -322878567 1203691297776 NULL NULL 7196 -14392 -7196 NULL NULL -61.0 6.4051596E8 6.16854487060213E-5 -61 1.3041475409836065 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -41 -41.0 1969-12-31 16:00:05.785 -7196 -2045045391 7623929217648 NULL NULL 7196 -14392 -7196 NULL NULL 41.0 6.4051596E8 -4.1460711425358585E-5 41 -1.9403170731707315 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -23 -26.28 1969-12-31 16:00:10.192 -7196 291891431 -1088171254768 NULL NULL 7196 -14392 -7196 NULL NULL 26.28 6.4051596E8 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -6 -6.0 1969-12-31 15:59:57.92 -7196 -2124802690 7921264428320 NULL NULL 7196 -14392 -7196 NULL NULL 6.0 6.4051596E8 -6.067421184198818E-6 6 -13.258833333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -31 -31.0 1969-12-31 15:59:49.226 -7196 -548962072 2046530604416 NULL NULL 7196 -14392 -7196 NULL NULL 31.0 6.4051596E8 -3.134834278502722E-5 31 -2.566225806451613 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -30 -30.0 1969-12-31 15:59:43.82 -7196 1329543519 -4956538238832 NULL NULL 7196 -14392 -7196 NULL NULL 30.0 6.4051596E8 -3.0337105920994087E-5 30 -2.6517666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -29 -29.0 1969-12-31 16:00:01.125 -7196 -1851730063 6903249674864 NULL NULL 7196 -14392 -7196 NULL NULL 29.0 6.4051596E8 -2.932586905696095E-5 29 -2.7432068965517242 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 2 2.0 1969-12-31 15:59:49.652 -7196 -2039141896 7601920988288 NULL NULL 7196 -14392 -7196 NULL NULL -2.0 6.4051596E8 2.0224737280662724E-6 -2 39.7765 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -33 -33.0 1969-12-31 16:00:02.131 -7196 -1264795306 4715156900768 NULL NULL 7196 -14392 -7196 NULL NULL 33.0 6.4051596E8 -3.3370816513093494E-5 33 -2.4106969696969696 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 16 16.0 1969-12-31 16:00:16.02 -7196 323260103 -1205113663984 NULL NULL 7196 -14392 -7196 NULL NULL -16.0 6.4051596E8 1.617978982453018E-5 -16 4.9720625 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -23 -23.0 1969-12-31 16:00:12.663 -7196 -1889458933 7043902902224 NULL NULL 7196 -14392 -7196 NULL NULL 23.0 6.4051596E8 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -25 -25.0 1969-12-31 16:00:03.549 -7196 -769039800 2866980374400 NULL NULL 7196 -14392 -7196 NULL NULL 25.0 6.4051596E8 -2.5280921600828406E-5 25 -3.18212 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 61 61.0 1969-12-31 15:59:44.836 -7196 1003317046 -3740365947488 NULL NULL 7196 -14392 -7196 NULL NULL -61.0 6.4051596E8 6.16854487060213E-5 -61 1.3041475409836065 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 15 15.0 1969-12-31 15:59:44.16 -7196 -146790344 547234402432 NULL NULL 7196 -14392 -7196 NULL NULL -15.0 6.4051596E8 1.5168552960497044E-5 -15 5.303533333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -49 -49.0 1969-12-31 15:59:52.715 -7196 1402423611 -5228235221808 NULL NULL 7196 -14392 -7196 NULL NULL 49.0 6.4051596E8 -4.9550606337623676E-5 49 -1.6235306122448978 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 57 57.0 1969-12-31 16:00:07.361 -7196 418917539 -1561724585392 NULL NULL 7196 -14392 -7196 NULL NULL -57.0 6.4051596E8 5.764050124988876E-5 -57 1.3956666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 34 34.0 1969-12-31 16:00:00.82 -7196 221369308 -825264780224 NULL NULL 7196 -14392 -7196 NULL NULL -34.0 6.4051596E8 3.438205337712663E-5 -34 2.3397941176470587 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 4 4.0 1969-12-31 16:00:08.327 -7196 -286988419 1069892826032 NULL NULL 7196 -14392 -7196 NULL NULL -4.0 6.4051596E8 4.044947456132545E-6 -4 19.88825 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -31 -31.0 1969-12-31 15:59:54.845 -7196 -1024257790 3818433041120 NULL NULL 7196 -14392 -7196 NULL NULL 31.0 6.4051596E8 -3.134834278502722E-5 31 -2.566225806451613 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 30 30.0 1969-12-31 16:00:08.554 -7196 1652888354 -6161967783712 NULL NULL 7196 -14392 -7196 NULL NULL -30.0 6.4051596E8 3.0337105920994087E-5 -30 2.6517666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -13 -13.0 1969-12-31 15:59:48.779 -7196 907595786 -3383517090208 NULL NULL 7196 -14392 -7196 NULL NULL 13.0 6.4051596E8 -1.314607923243077E-5 13 -6.119461538461538 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 50 50.0 1969-12-31 16:00:11.048 -7196 -1800692361 6712981121808 NULL NULL 7196 -14392 -7196 NULL NULL -50.0 6.4051596E8 5.056184320165681E-5 -50 1.59106 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -51 -51.0 1969-12-31 15:59:43.64 -7196 -1339164819 4992406445232 NULL NULL 7196 -14392 -7196 NULL NULL 51.0 6.4051596E8 -5.157308006568995E-5 51 -1.5598627450980391 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 24 24.0 1969-12-31 16:00:12.66 -7196 -930616249 3469337376272 NULL NULL 7196 -14392 -7196 NULL NULL -24.0 6.4051596E8 2.426968473679527E-5 -24 3.3147083333333334 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 47 47.0 1969-12-31 16:00:00.351 -7196 -983326369 3665840703632 NULL NULL 7196 -14392 -7196 NULL NULL -47.0 6.4051596E8 4.7528132609557405E-5 -47 1.6926170212765956 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -2 -2.0 1969-12-31 15:59:47.95 -7196 -787580432 2936099850496 NULL NULL 7196 -14392 -7196 NULL NULL 2.0 6.4051596E8 -2.0224737280662724E-6 2 -39.7765 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -35 -35.0 1969-12-31 16:00:12.959 -7196 668477655 -2492084697840 NULL NULL 7196 -14392 -7196 NULL NULL 35.0 6.4051596E8 -3.5393290241159765E-5 35 -2.272942857142857 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -30 -30.0 1969-12-31 16:00:13.124 -7196 727610554 -2712532145312 NULL NULL 7196 -14392 -7196 NULL NULL 30.0 6.4051596E8 -3.0337105920994087E-5 30 -2.6517666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -20 -20.0 1969-12-31 16:00:13.131 -7196 -25047971 93378835888 NULL NULL 7196 -14392 -7196 NULL NULL 20.0 6.4051596E8 -2.0224737280662725E-5 20 -3.9776499999999997 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 61 61.0 1969-12-31 16:00:01.11 -7196 -1144874988 4268093955264 NULL NULL 7196 -14392 -7196 NULL NULL -61.0 6.4051596E8 6.16854487060213E-5 -61 1.3041475409836065 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 2 2.0 1969-12-31 15:59:51.184 -7196 1633931264 -6091295752192 NULL NULL 7196 -14392 -7196 NULL NULL -2.0 6.4051596E8 2.0224737280662724E-6 -2 39.7765 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 57 57.0 1969-12-31 15:59:51.725 -7196 -1511601241 5635249426448 NULL NULL 7196 -14392 -7196 NULL NULL -57.0 6.4051596E8 5.764050124988876E-5 -57 1.3956666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -48 -48.0 1969-12-31 16:00:01.813 -7196 -1035336927 3859736063856 NULL NULL 7196 -14392 -7196 NULL NULL 48.0 6.4051596E8 -4.853936947359054E-5 48 -1.6573541666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 44 44.0 1969-12-31 16:00:10.163 -7196 -1964987216 7325472341248 NULL NULL 7196 -14392 -7196 NULL NULL -44.0 6.4051596E8 4.449442201745799E-5 -44 1.8080227272727272 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -48 -48.0 1969-12-31 15:59:44.522 -7196 -954681295 3559051867760 NULL NULL 7196 -14392 -7196 NULL NULL 48.0 6.4051596E8 -4.853936947359054E-5 48 -1.6573541666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -63 -63.0 1969-12-31 16:00:07.375 -7196 -1711796768 6381578351104 NULL NULL 7196 -14392 -7196 NULL NULL 63.0 6.4051596E8 -6.370792243408759E-5 63 -1.2627460317460317 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 13 13.0 1969-12-31 15:59:54.148 -7196 -1987510940 7409440784320 NULL NULL 7196 -14392 -7196 NULL NULL -13.0 6.4051596E8 1.314607923243077E-5 -13 6.119461538461538 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 1 1.0 1969-12-31 15:59:55.524 -7196 -860168842 3206709442976 NULL NULL 7196 -14392 -7196 NULL NULL -1.0 6.4051596E8 1.0112368640331362E-6 -1 79.553 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -45 -45.0 1969-12-31 15:59:52.164 -7196 1306133727 -4869266534256 NULL NULL 7196 -14392 -7196 NULL NULL 45.0 6.4051596E8 -4.550565888149113E-5 45 -1.7678444444444443 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 11 11.0 1969-12-31 16:00:06.603 -7196 444257258 -1656191057824 NULL NULL 7196 -14392 -7196 NULL NULL -11.0 6.4051596E8 1.1123605504364498E-5 -11 7.232090909090909 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -62 -62.0 1969-12-31 16:00:02.373 -7196 NULL NULL NULL NULL 7196 -14392 -7196 NULL NULL 62.0 6.4051596E8 -6.269668557005445E-5 62 -1.2831129032258064 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -13 -13.0 1969-12-31 16:00:02.613 -7196 1493254737 -5566853659536 NULL NULL 7196 -14392 -7196 NULL NULL 13.0 6.4051596E8 -1.314607923243077E-5 13 -6.119461538461538 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -21 -21.0 1969-12-31 16:00:15.188 -7196 -1827273066 6812073990048 NULL NULL 7196 -14392 -7196 NULL NULL 21.0 6.4051596E8 -2.123597414469586E-5 21 -3.788238095238095 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 24 24.0 1969-12-31 15:59:46.471 -7196 813443800 -3032518486400 NULL NULL 7196 -14392 -7196 NULL NULL -24.0 6.4051596E8 2.426968473679527E-5 -24 3.3147083333333334 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 44 44.0 1969-12-31 15:59:55.798 -7196 1723777074 -6426240931872 NULL NULL 7196 -14392 -7196 NULL NULL -44.0 6.4051596E8 4.449442201745799E-5 -44 1.8080227272727272 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -62 -62.0 1969-12-31 16:00:03.85 -7196 -642836823 2396495676144 NULL NULL 7196 -14392 -7196 NULL NULL 62.0 6.4051596E8 -6.269668557005445E-5 62 -1.2831129032258064 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -53 -53.0 1969-12-31 15:59:57.663 -7196 898472381 -3349505036368 NULL NULL 7196 -14392 -7196 NULL NULL 53.0 6.4051596E8 -5.359555379375622E-5 53 -1.501 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -22 -22.0 1969-12-31 16:00:07.969 -7196 -773265030 2882732031840 NULL NULL 7196 -14392 -7196 NULL NULL 22.0 6.4051596E8 -2.2247211008728996E-5 22 -3.6160454545454543 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -45 -45.0 1969-12-31 16:00:01.592 -7196 988888 -3686574464 NULL NULL 7196 -14392 -7196 NULL NULL 45.0 6.4051596E8 -4.550565888149113E-5 45 -1.7678444444444443 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 22 22.0 1969-12-31 15:59:44.634 -7196 -1554125282 5793779051296 NULL NULL 7196 -14392 -7196 NULL NULL -22.0 6.4051596E8 2.2247211008728996E-5 -22 3.6160454545454543 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 29 29.0 1969-12-31 15:59:47.097 -7196 1918451926 -7151988780128 NULL NULL 7196 -14392 -7196 NULL NULL -29.0 6.4051596E8 2.932586905696095E-5 -29 2.7432068965517242 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -62 -62.0 1969-12-31 15:59:58.395 -7196 -1367753794 5098986144032 NULL NULL 7196 -14392 -7196 NULL NULL 62.0 6.4051596E8 -6.269668557005445E-5 62 -1.2831129032258064 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -17 -17.0 1969-12-31 15:59:56.135 -7196 -509557318 1899629681504 NULL NULL 7196 -14392 -7196 NULL NULL 17.0 6.4051596E8 -1.7191026688563315E-5 17 -4.679588235294117 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -64 -64.0 1969-12-31 16:00:12.339 -7196 1805860756 -6732248898368 NULL NULL 7196 -14392 -7196 NULL NULL 64.0 6.4051596E8 -6.471915929812072E-5 64 -1.243015625 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -61 -61.0 1969-12-31 16:00:03.049 -7196 -1513172815 5641108254320 NULL NULL 7196 -14392 -7196 NULL NULL 61.0 6.4051596E8 -6.16854487060213E-5 61 -1.3041475409836065 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -29 -29.0 1969-12-31 16:00:11.762 -7196 -969277545 3613466687760 NULL NULL 7196 -14392 -7196 NULL NULL 29.0 6.4051596E8 -2.932586905696095E-5 29 -2.7432068965517242 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -3 -3.0 1969-12-31 15:59:57.043 -7196 -815857841 3041518031248 NULL NULL 7196 -14392 -7196 NULL NULL 3.0 6.4051596E8 -3.033710592099409E-6 3 -26.517666666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -50 -50.0 1969-12-31 16:00:08.161 -7196 -1283226068 4783866781504 NULL NULL 7196 -14392 -7196 NULL NULL 50.0 6.4051596E8 -5.056184320165681E-5 50 -1.59106 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 14 14.0 1969-12-31 15:59:56.518 -7196 -1720768938 6415026600864 NULL NULL 7196 -14392 -7196 NULL NULL -14.0 6.4051596E8 1.4157316096463906E-5 -14 5.682357142857143 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -40 -40.0 1969-12-31 16:00:06.489 -7196 -848424137 3162925182736 NULL NULL 7196 -14392 -7196 NULL NULL 40.0 6.4051596E8 -4.044947456132545E-5 40 -1.9888249999999998 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 62 62.0 1969-12-31 15:59:54.256 -7196 524247756 -1954395634368 NULL NULL 7196 -14392 -7196 NULL NULL -62.0 6.4051596E8 6.269668557005445E-5 -62 1.2831129032258064 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -33 -33.0 1969-12-31 15:59:52.682 -7196 286555719 -1068279720432 NULL NULL 7196 -14392 -7196 NULL NULL 33.0 6.4051596E8 -3.3370816513093494E-5 33 -2.4106969696969696 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 25 25.0 1969-12-31 16:00:08.234 -7196 -729256990 2718670058720 NULL NULL 7196 -14392 -7196 NULL NULL -25.0 6.4051596E8 2.5280921600828406E-5 -25 3.18212 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 40 40.0 1969-12-31 16:00:14.048 -7196 -1498115170 5584973353760 NULL NULL 7196 -14392 -7196 NULL NULL -40.0 6.4051596E8 4.044947456132545E-5 -40 1.9888249999999998 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 52 52.0 1969-12-31 15:59:58.309 -7196 1735974184 -6471711757952 NULL NULL 7196 -14392 -7196 NULL NULL -52.0 6.4051596E8 5.258431692972308E-5 -52 1.5298653846153845 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -34 -34.0 1969-12-31 15:59:50.263 -7196 1591827313 -5934332222864 NULL NULL 7196 -14392 -7196 NULL NULL 34.0 6.4051596E8 -3.438205337712663E-5 34 -2.3397941176470587 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 30 30.0 1969-12-31 15:59:54.76 -7196 -2060977898 7683325603744 NULL NULL 7196 -14392 -7196 NULL NULL -30.0 6.4051596E8 3.0337105920994087E-5 -30 2.6517666666666666 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -5 -5.0 1969-12-31 15:59:44.323 -7196 1644460062 -6130547111136 NULL NULL 7196 -14392 -7196 NULL NULL 5.0 6.4051596E8 -5.056184320165681E-6 5 -15.910599999999999 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -29 -29.0 1969-12-31 15:59:53.679 -7196 1279487251 -4769928471728 NULL NULL 7196 -14392 -7196 NULL NULL 29.0 6.4051596E8 -2.932586905696095E-5 29 -2.7432068965517242 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -8 -8.0 1969-12-31 15:59:56.367 -7196 994075198 -3705912338144 NULL NULL 7196 -14392 -7196 NULL NULL 8.0 6.4051596E8 -8.08989491226509E-6 8 -9.944125 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 25 25.0 1969-12-31 16:00:07.331 -7196 888822373 -3313529806544 NULL NULL 7196 -14392 -7196 NULL NULL -25.0 6.4051596E8 2.5280921600828406E-5 -25 3.18212 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -23 -23.0 1969-12-31 16:00:11.124 -7196 -364079399 1357287999472 NULL NULL 7196 -14392 -7196 NULL NULL 23.0 6.4051596E8 -2.325844787276213E-5 23 -3.4588260869565217 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -2 -2.0 1969-12-31 15:59:48.389 -7196 -1268340526 4728373480928 NULL NULL 7196 -14392 -7196 NULL NULL 2.0 6.4051596E8 -2.0224737280662724E-6 2 -39.7765 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -29 -29.0 1969-12-31 16:00:03.855 -7196 1616977696 -6028092850688 NULL NULL 7196 -14392 -7196 NULL NULL 29.0 6.4051596E8 -2.932586905696095E-5 29 -2.7432068965517242 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 44 44.0 1969-12-31 16:00:12.427 -7196 -928635185 3461951969680 NULL NULL 7196 -14392 -7196 NULL NULL -44.0 6.4051596E8 4.449442201745799E-5 -44 1.8080227272727272 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -47 -47.0 1969-12-31 15:59:45.028 -7196 1388924857 -5177911866896 NULL NULL 7196 -14392 -7196 NULL NULL 47.0 6.4051596E8 -4.7528132609557405E-5 47 -1.6926170212765956 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 35 35.0 1969-12-31 15:59:51.86 -7196 1667895530 -6217914535840 NULL NULL 7196 -14392 -7196 NULL NULL -35.0 6.4051596E8 3.5393290241159765E-5 -35 2.272942857142857 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 9 9.0 1969-12-31 16:00:09.285 -7196 -547733153 2041949194384 NULL NULL 7196 -14392 -7196 NULL NULL -9.0 6.4051596E8 9.101131776298225E-6 -9 8.839222222222222 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -61 -61.0 1969-12-31 16:00:11.842 -7196 NULL NULL NULL NULL 7196 -14392 -7196 NULL NULL 61.0 6.4051596E8 -6.16854487060213E-5 61 -1.3041475409836065 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 12 12.0 1969-12-31 16:00:15.27 -7196 514966110 -1919793658080 NULL NULL 7196 -14392 -7196 NULL NULL -12.0 6.4051596E8 1.2134842368397635E-5 -12 6.629416666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 36 36.0 1969-12-31 16:00:12.979 -7196 -1110874318 4141339457504 NULL NULL 7196 -14392 -7196 NULL NULL -36.0 6.4051596E8 3.64045271051929E-5 -36 2.2098055555555556 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 3 3.0 1969-12-31 16:00:06.624 -7196 918951834 -3425852437152 NULL NULL 7196 -14392 -7196 NULL NULL -3.0 6.4051596E8 3.033710592099409E-6 -3 26.517666666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -22 -22.0 1969-12-31 16:00:00.586 -7196 -1104851756 4118887346368 NULL NULL 7196 -14392 -7196 NULL NULL 22.0 6.4051596E8 -2.2247211008728996E-5 22 -3.6160454545454543 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 12 12.0 1969-12-31 15:59:57.98 -7196 159910702 -596147097056 NULL NULL 7196 -14392 -7196 NULL NULL -12.0 6.4051596E8 1.2134842368397635E-5 -12 6.629416666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -4 -4.0 1969-12-31 16:00:13.324 -7196 1264553400 -4714255075200 NULL NULL 7196 -14392 -7196 NULL NULL 4.0 6.4051596E8 -4.044947456132545E-6 4 -19.88825 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 51 51.0 1969-12-31 15:59:50.363 -7196 1825079468 -6803896256704 NULL NULL 7196 -14392 -7196 NULL NULL -51.0 6.4051596E8 5.157308006568995E-5 -51 1.5598627450980391 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -3 -3.0 1969-12-31 15:59:48.04 -7196 -1125097136 4194362123008 NULL NULL 7196 -14392 -7196 NULL NULL 3.0 6.4051596E8 -3.033710592099409E-6 3 -26.517666666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 22 22.0 1969-12-31 16:00:15.715 -7196 -146384448 545721222144 NULL NULL 7196 -14392 -7196 NULL NULL -22.0 6.4051596E8 2.2247211008728996E-5 -22 3.6160454545454543 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -39 -39.0 1969-12-31 16:00:10.104 -7196 170904847 -637133269616 NULL NULL 7196 -14392 -7196 NULL NULL 39.0 6.4051596E8 -3.9438237697292314E-5 39 -2.039820512820513 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 59 59.0 1969-12-31 16:00:03.463 -7196 -1707264538 6364682197664 NULL NULL 7196 -14392 -7196 NULL NULL -59.0 6.4051596E8 5.966297497795504E-5 -59 1.3483559322033898 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 48 48.0 1969-12-31 16:00:07.257 -7196 1639854261 -6113376685008 NULL NULL 7196 -14392 -7196 NULL NULL -48.0 6.4051596E8 4.853936947359054E-5 -48 1.6573541666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 3 3.0 1969-12-31 16:00:13.064 -7196 659639923 -2459137632944 NULL NULL 7196 -14392 -7196 NULL NULL -3.0 6.4051596E8 3.033710592099409E-6 -3 26.517666666666667 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -15 -15.0 1969-12-31 15:59:58.668 -7196 -943224537 3516341073936 NULL NULL 7196 -14392 -7196 NULL NULL 15.0 6.4051596E8 -1.5168552960497044E-5 15 -5.303533333333333 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -16 -16.0 1969-12-31 16:00:01.088 -7196 469226089 -1749274859792 NULL NULL 7196 -14392 -7196 NULL NULL 16.0 6.4051596E8 -1.617978982453018E-5 16 -4.9720625 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -45 -45.0 1969-12-31 16:00:09.332 -7196 -1352651602 5042685172256 NULL NULL 7196 -14392 -7196 NULL NULL 45.0 6.4051596E8 -4.550565888149113E-5 45 -1.7678444444444443 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -1 -1.0 1969-12-31 16:00:09.511 -7196 2011635522 -7499377226016 NULL NULL 7196 -14392 -7196 NULL NULL 1.0 6.4051596E8 -1.0112368640331362E-6 1 -79.553 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 61 61.0 1969-12-31 16:00:15.143 -7196 838733994 -3126800329632 NULL NULL 7196 -14392 -7196 NULL NULL -61.0 6.4051596E8 6.16854487060213E-5 -61 1.3041475409836065 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -10 -10.0 1969-12-31 16:00:11.061 -7196 370889082 -1382674497696 NULL NULL 7196 -14392 -7196 NULL NULL 10.0 6.4051596E8 -1.0112368640331362E-5 10 -7.955299999999999 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -13 -13.0 1969-12-31 15:59:52.976 -7196 -390869916 1457163046848 NULL NULL 7196 -14392 -7196 NULL NULL 13.0 6.4051596E8 -1.314607923243077E-5 13 -6.119461538461538 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 28 28.0 1969-12-31 16:00:12.148 -7196 -1407978842 5248945122976 NULL NULL 7196 -14392 -7196 NULL NULL -28.0 6.4051596E8 2.8314632192927813E-5 -28 2.8411785714285713 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 33 33.0 1969-12-31 15:59:53.989 -7196 -2095698146 7812762688288 NULL NULL 7196 -14392 -7196 NULL NULL -33.0 6.4051596E8 3.3370816513093494E-5 -33 2.4106969696969696 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 2 2.0 1969-12-31 16:00:12.06 -7196 1364337481 -5086250129168 NULL NULL 7196 -14392 -7196 NULL NULL -2.0 6.4051596E8 2.0224737280662724E-6 -2 39.7765 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 19 19.0 1969-12-31 16:00:01.375 -7196 -1885659257 7029737710096 NULL NULL 7196 -14392 -7196 NULL NULL -19.0 6.4051596E8 1.921350041662959E-5 -19 4.187 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 1 1.0 1969-12-31 15:59:48.361 -7196 NULL NULL NULL NULL 7196 -14392 -7196 NULL NULL -1.0 6.4051596E8 1.0112368640331362E-6 -1 79.553 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false 59 59.0 1969-12-31 16:00:00.551 -7196 854892886 -3187040679008 NULL NULL 7196 -14392 -7196 NULL NULL -59.0 6.4051596E8 5.966297497795504E-5 -59 1.3483559322033898 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -25 -25.0 1969-12-31 15:59:44.455 -7196 -579903586 2161880568608 NULL NULL 7196 -14392 -7196 NULL NULL 25.0 6.4051596E8 -2.5280921600828406E-5 25 -3.18212 +NULL -7196.0 1969-12-31 15:59:58.174 NULL false -62 -62.0 1969-12-31 16:00:09.025 -7196 -840223244 3132352253632 NULL NULL 7196 -14392 -7196 NULL NULL 62.0 6.4051596E8 -6.269668557005445E-5 62 -1.2831129032258064 +-748768326 NULL NULL T6ubsbx62cmP false 11 11.0 1969-12-31 16:00:02.351 NULL -75337224 280857171072 748768326 7.48767462743E8 NULL NULL NULL 1.0 7.48767489023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-1023644243 NULL NULL Cxas82oA2hX884xmYQ2jrpDX true 11 11.0 1969-12-31 16:00:02.351 NULL -866431241 3230055666448 1023644243 1.023643379743E9 NULL NULL NULL 1.0 1.023643406023E9 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-670497702 NULL NULL gSJS1mpb5Khx8140U3 false 11 11.0 1969-12-31 16:00:02.351 NULL -413540706 1541679751968 670497702 6.70496838743E8 NULL NULL NULL 1.0 6.70496865023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-248449790 NULL NULL ce6C1MhLw false 11 11.0 1969-12-31 16:00:02.351 NULL -214114609 798219262352 248449790 2.48448926743E8 NULL NULL NULL 1.0 2.48448953023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-1041353707 NULL NULL 25Qky6lf2pt5FP47Mqmb true 11 11.0 1969-12-31 16:00:02.351 NULL -931949639 3474308254192 1041353707 1.041352843743E9 NULL NULL NULL 1.0 1.041352870023E9 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-772037548 NULL NULL e4j6pjQIS16PPiA86wnd4Ke false 11 11.0 1969-12-31 16:00:02.351 NULL -748568632 2790663860096 772037548 7.72036684743E8 NULL NULL NULL 1.0 7.72036711023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-1047036113 NULL NULL Js07yFa2qnrfVU1j2e3 false 11 11.0 1969-12-31 16:00:02.351 NULL -240113848 895144425344 1047036113 1.047035249743E9 NULL NULL NULL 1.0 1.047035276023E9 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-915318164 NULL NULL IpqVS false 11 11.0 1969-12-31 16:00:02.351 NULL -904453147 3371801332016 915318164 9.15317300743E8 NULL NULL NULL 1.0 9.15317327023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-607145105 NULL NULL 0rtl1C false 11 11.0 1969-12-31 16:00:02.351 NULL -311989648 1163097407744 607145105 6.07144241743E8 NULL NULL NULL 1.0 6.07144268023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-695529452 NULL NULL 7s6O45GD7p4ASq08a26v8 true 11 11.0 1969-12-31 16:00:02.351 NULL -467935754 1744464490912 695529452 6.95528588743E8 NULL NULL NULL 1.0 6.95528615023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-891785445 NULL NULL 31m1d3P3AD false 11 11.0 1969-12-31 16:00:02.351 NULL -670722591 2500453819248 891785445 8.91784581743E8 NULL NULL NULL 1.0 8.91784608023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-566868938 NULL NULL yJ67FYA false 11 11.0 1969-12-31 16:00:02.351 NULL -462200469 1723083348432 566868938 5.66868074743E8 NULL NULL NULL 1.0 5.66868101023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-390244123 NULL NULL JPd15l3I6F4Na true 11 11.0 1969-12-31 16:00:02.351 NULL -69466528 258971216384 390244123 3.90243259743E8 NULL NULL NULL 1.0 3.9024328602299994E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-434867359 NULL NULL IorWR false 11 11.0 1969-12-31 16:00:02.351 NULL -45980161 171414040208 434867359 4.34866495743E8 NULL NULL NULL 1.0 4.3486652202299994E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-646339276 NULL NULL 2yd00UDPJUO37S4qfT0gHyg false 11 11.0 1969-12-31 16:00:02.351 NULL -584600510 2179390701280 646339276 6.46338412743E8 NULL NULL NULL 1.0 6.46338439023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-796484582 NULL NULL gj5IRDNe62057M false 11 11.0 1969-12-31 16:00:02.351 NULL -598210892 2230130205376 796484582 7.96483718743E8 NULL NULL NULL 1.0 7.96483745023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-1012011232 NULL NULL 7q0iMi2GDq0Q false 11 11.0 1969-12-31 16:00:02.351 NULL -806973080 3008395642240 1012011232 1.012010368743E9 NULL NULL NULL 1.0 1.012010395023E9 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-369004155 NULL NULL r55X6tJ4eKvh false 11 11.0 1969-12-31 16:00:02.351 NULL -242858513 905376536464 369004155 3.69003291743E8 NULL NULL NULL 1.0 3.6900331802299994E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-157295768 NULL NULL O1Kq8bfOEoDR true 11 11.0 1969-12-31 16:00:02.351 NULL -89010 331829280 157295768 1.57294904743E8 NULL NULL NULL 1.0 1.57294931023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-853118632 NULL NULL er5IUhd505r0lT6sc20Tef5q true 11 11.0 1969-12-31 16:00:02.351 NULL -426033194 1588251747232 853118632 8.53117768743E8 NULL NULL NULL 1.0 8.53117795023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-1055185482 NULL NULL l20vn2Awc true 11 11.0 1969-12-31 16:00:02.351 NULL -398806473 1486750531344 1055185482 1.055184618743E9 NULL NULL NULL 1.0 1.055184645023E9 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-153888210 NULL NULL aEi5JQHQPd4Y8 true 11 11.0 1969-12-31 16:00:02.351 NULL -111343268 415087703104 153888210 1.53887346743E8 NULL NULL NULL 1.0 1.53887373023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-691793383 NULL NULL 40i6Qf07 false 11 11.0 1969-12-31 16:00:02.351 NULL -322200600 1201163836800 691793383 6.91792519743E8 NULL NULL NULL 1.0 6.91792546023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-875527384 NULL NULL 3W0GorVd6GStPF5S43 false 11 11.0 1969-12-31 16:00:02.351 NULL -332869795 1240938595760 875527384 8.75526520743E8 NULL NULL NULL 1.0 8.75526547023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-930153712 NULL NULL Jj21024T2xdn6 false 11 11.0 1969-12-31 16:00:02.351 NULL -737116859 2747971650352 930153712 9.30152848743E8 NULL NULL NULL 1.0 9.30152875023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-402903993 NULL NULL SIUKQ52i702FMVn5 false 11 11.0 1969-12-31 16:00:02.351 NULL -106842649 398309395472 402903993 4.02903129743E8 NULL NULL NULL 1.0 4.0290315602299994E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-1054849160 NULL NULL CEGOy true 11 11.0 1969-12-31 16:00:02.351 NULL -1027630923 3831008080944 1054849160 1.054848296743E9 NULL NULL NULL 1.0 1.054848323023E9 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-730200970 NULL NULL Ca1Tsx2aY1q true 11 11.0 1969-12-31 16:00:02.351 NULL -425808646 1587414632288 730200970 7.30200106743E8 NULL NULL NULL 1.0 7.30200133023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-884671420 NULL NULL QbGMK true 11 11.0 1969-12-31 16:00:02.351 NULL -265077470 988208808160 884671420 8.84670556743E8 NULL NULL NULL 1.0 8.84670583023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-1023165277 NULL NULL 438Lxo541TwY5ID80cnR5 false 11 11.0 1969-12-31 16:00:02.351 NULL -1004780673 3745822348944 1023165277 1.023164413743E9 NULL NULL NULL 1.0 1.023164440023E9 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-369233503 NULL NULL 4S44vF false 11 11.0 1969-12-31 16:00:02.351 NULL -282004256 1051311866368 369233503 3.69232639743E8 NULL NULL NULL 1.0 3.6923266602299994E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-592237581 NULL NULL auGhMXSG3mUqnh false 11 11.0 1969-12-31 16:00:02.351 NULL -46848452 174651029056 592237581 5.92236717743E8 NULL NULL NULL 1.0 5.92236744023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-901934849 NULL NULL 6tH7O0gw0gJ true 11 11.0 1969-12-31 16:00:02.351 NULL -824858323 3075071828144 901934849 9.01933985743E8 NULL NULL NULL 1.0 9.01934012023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-750036400 NULL NULL M22umK0Q1S2Q80358P6 true 11 11.0 1969-12-31 16:00:02.351 NULL -131749591 491162475248 750036400 7.50035536743E8 NULL NULL NULL 1.0 7.50035563023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-1043979188 NULL NULL 2d3tQdCGQN5k7u7S false 11 11.0 1969-12-31 16:00:02.351 NULL -8894336 33158084608 1043979188 1.043978324743E9 NULL NULL NULL 1.0 1.043978351023E9 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-970640948 NULL NULL frhe0 false 11 11.0 1969-12-31 16:00:02.351 NULL -935612665 3487964015120 970640948 9.70640084743E8 NULL NULL NULL 1.0 9.70640111023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-657225349 NULL NULL U1aid52v false 11 11.0 1969-12-31 16:00:02.351 NULL -432068801 1610752490128 657225349 6.57224485743E8 NULL NULL NULL 1.0 6.57224512023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-1069736047 NULL NULL k17Am8uPHWk02cEf1jet true 11 11.0 1969-12-31 16:00:02.351 NULL -453772520 1691663954560 1069736047 1.069735183743E9 NULL NULL NULL 1.0 1.069735210023E9 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-238517065 NULL NULL 7xh48cBvt34812U1at true 11 11.0 1969-12-31 16:00:02.351 NULL -164041058 611545064224 238517065 2.38516201743E8 NULL NULL NULL 1.0 2.38516228023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-234925520 NULL NULL rW58d3yGN1w3XhS7hx3UK1yF true 11 11.0 1969-12-31 16:00:02.351 NULL -34488346 128572553888 234925520 2.34924656743E8 NULL NULL NULL 1.0 2.34924683023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-325931647 NULL NULL 2a7V63IL7jK3o false 11 11.0 1969-12-31 16:00:02.351 NULL -1605000232 5983440864896 325931647 3.25930783743E8 NULL NULL NULL 1.0 3.2593081002299994E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-854749761 NULL NULL pL11U1oq48Oj202Wy2W7B false 11 11.0 1969-12-31 16:00:02.351 NULL -336553394 1254671052832 854749761 8.54748897743E8 NULL NULL NULL 1.0 8.54748924023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-444756572 NULL NULL I3XOX0B0 true 11 11.0 1969-12-31 16:00:02.351 NULL -5391274 20098669472 444756572 4.44755708743E8 NULL NULL NULL 1.0 4.4475573502299994E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-850094446 NULL NULL 8Bshk4eu870M3VyJ8c4D1upr false 11 11.0 1969-12-31 16:00:02.351 NULL -709283154 2644207598112 850094446 8.50093582743E8 NULL NULL NULL 1.0 8.50093609023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-1026019772 NULL NULL T6Al7d0hN770XB65M0F2g true 11 11.0 1969-12-31 16:00:02.351 NULL -338489479 1261888777712 1026019772 1.026018908743E9 NULL NULL NULL 1.0 1.026018935023E9 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-791904835 NULL NULL 5TVADgO1Sm3 false 11 11.0 1969-12-31 16:00:02.351 NULL -639988447 2385876930416 791904835 7.91903971743E8 NULL NULL NULL 1.0 7.91903998023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-870474082 NULL NULL tdFP6MjN5b true 11 11.0 1969-12-31 16:00:02.351 NULL -148471202 553500641056 870474082 8.70473218743E8 NULL NULL NULL 1.0 8.70473245023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-706227781 NULL NULL jO055kB85qLIyl5VJVkj8 true 11 11.0 1969-12-31 16:00:02.351 NULL -321571126 1198817157728 706227781 7.06226917743E8 NULL NULL NULL 1.0 7.06226944023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-372691367 NULL NULL 5CbP5V2x14qPOqL3J true 11 11.0 1969-12-31 16:00:02.351 NULL -257171499 958735348272 372691367 3.72690503743E8 NULL NULL NULL 1.0 3.7269053002299994E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-302342259 NULL NULL H5alUwndRKm true 11 11.0 1969-12-31 16:00:02.351 NULL -279191311 1040825207408 302342259 3.02341395743E8 NULL NULL NULL 1.0 3.0234142202299994E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-323362404 NULL NULL 2h2qsp14cr false 11 11.0 1969-12-31 16:00:02.351 NULL -84799501 316132539728 323362404 3.23361540743E8 NULL NULL NULL 1.0 3.2336156702299994E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-659186324 NULL NULL QDK4Rtj7CX01p false 11 11.0 1969-12-31 16:00:02.351 NULL -609337705 2271610964240 659186324 6.59185460743E8 NULL NULL NULL 1.0 6.59185487023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-774129472 NULL NULL jeOFkUX5u5flcN5hCr4 false 11 11.0 1969-12-31 16:00:02.351 NULL -129228119 481762427632 774129472 7.74128608743E8 NULL NULL NULL 1.0 7.74128635023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-757031735 NULL NULL 6AmfdSoTPmVvXdgM8CP20sx false 11 11.0 1969-12-31 16:00:02.351 NULL -59385430 221388883040 757031735 7.57030871743E8 NULL NULL NULL 1.0 7.57030898023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-978898374 NULL NULL ShA4jlmOwF8u7kjN false 11 11.0 1969-12-31 16:00:02.351 NULL -277483031 1034456739568 978898374 9.78897510743E8 NULL NULL NULL 1.0 9.78897537023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-1069103950 NULL NULL 41A0nYX72UOSfxO4053xy true 11 11.0 1969-12-31 16:00:02.351 NULL -927759444 3458687207232 1069103950 1.069103086743E9 NULL NULL NULL 1.0 1.069103113023E9 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-839336166 NULL NULL r5osh2m507Ot387emvDxNY true 11 11.0 1969-12-31 16:00:02.351 NULL -587232793 2189203852304 839336166 8.39335302743E8 NULL NULL NULL 1.0 8.39335329023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-930463965 NULL NULL ldk1K false 11 11.0 1969-12-31 16:00:02.351 NULL -414014176 1543444848128 930463965 9.30463101743E8 NULL NULL NULL 1.0 9.30463128023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-1048097158 NULL NULL fpt3gpLE true 11 11.0 1969-12-31 16:00:02.351 NULL -234579722 874513203616 1048097158 1.048096294743E9 NULL NULL NULL 1.0 1.048096321023E9 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-1020466796 NULL NULL 7hCJ5yJvt0775jjgq8S0bX6W false 11 11.0 1969-12-31 16:00:02.351 NULL -926772952 3455009565056 1020466796 1.020465932743E9 NULL NULL NULL 1.0 1.020465959023E9 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-379279396 NULL NULL n3WIT2YtCj true 11 11.0 1969-12-31 16:00:02.351 NULL -48658326 181398239328 379279396 3.79278532743E8 NULL NULL NULL 1.0 3.7927855902299994E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-239794059 NULL NULL 74w2cGm0 true 11 11.0 1969-12-31 16:00:02.351 NULL -8172686 30467773408 239794059 2.39793195743E8 NULL NULL NULL 1.0 2.39793222023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-988289401 NULL NULL CeG187j false 11 11.0 1969-12-31 16:00:02.351 NULL -446065499 1662932180272 988289401 9.88288537743E8 NULL NULL NULL 1.0 9.88288564023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-528532585 NULL NULL ijU4c false 11 11.0 1969-12-31 16:00:02.351 NULL -511463313 1906735230864 528532585 5.28531721743E8 NULL NULL NULL 1.0 5.2853174802299994E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-743921863 NULL NULL B7grxpIo8Tf33RjGTg0 true 11 11.0 1969-12-31 16:00:02.351 NULL -517466117 1929113684176 743921863 7.43920999743E8 NULL NULL NULL 1.0 7.43921026023E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +-391573084 NULL NULL 28Oe6r21yux7Lk47 true 11 11.0 1969-12-31 16:00:02.351 NULL -236100834 880183909152 391573084 3.91572220743E8 NULL NULL NULL 1.0 3.9157224702299994E8 -11.0 NULL 1.1123605504364498E-5 -11 7.232090909090909 +PREHOOK: query: -- TargetTypeClasses: Long, String, Double, Bool, Timestamp +-- Functions: VarP, Var, StDev, StDevP, Max, Sum +-- ArithmeticOps: Divide, Remainder, Subtract, Multiply +-- FilterOps: Equal, LessThanOrEqual, LessThan, Like, GreaterThanOrEqual, NotEqual, GreaterThan +-- GroupBy: NoGroupByProjectColumns +EXPLAIN SELECT cint, + cbigint, + cstring1, + cboolean1, + cfloat, + cdouble, + ctimestamp2, + csmallint, + cstring2, + cboolean2, + (cint / cbigint), + (cbigint % 79.553), + (-((cint / cbigint))), + (10.175 % cfloat), + (-(cfloat)), + (cfloat - (-(cfloat))), + ((cfloat - (-(cfloat))) % -6432), + (cdouble * csmallint), + (-(cdouble)), + (-(cbigint)), + (cfloat - (cint / cbigint)), + (-(csmallint)), + (3569 % cbigint), + (359 - cdouble), + (-(csmallint)) +FROM alltypesorc +WHERE (((197 > ctinyint) + AND (cint = cbigint)) + OR (cbigint = 359) + OR (cboolean1 < 0) + OR ((cstring1 LIKE '%ss') + AND (cfloat <= ctinyint))) +PREHOOK: type: QUERY +POSTHOOK: query: -- TargetTypeClasses: Long, String, Double, Bool, Timestamp +-- Functions: VarP, Var, StDev, StDevP, Max, Sum +-- ArithmeticOps: Divide, Remainder, Subtract, Multiply +-- FilterOps: Equal, LessThanOrEqual, LessThan, Like, GreaterThanOrEqual, NotEqual, GreaterThan +-- GroupBy: NoGroupByProjectColumns +EXPLAIN SELECT cint, + cbigint, + cstring1, + cboolean1, + cfloat, + cdouble, + ctimestamp2, + csmallint, + cstring2, + cboolean2, + (cint / cbigint), + (cbigint % 79.553), + (-((cint / cbigint))), + (10.175 % cfloat), + (-(cfloat)), + (cfloat - (-(cfloat))), + ((cfloat - (-(cfloat))) % -6432), + (cdouble * csmallint), + (-(cdouble)), + (-(cbigint)), + (cfloat - (cint / cbigint)), + (-(csmallint)), + (3569 % cbigint), + (359 - cdouble), + (-(csmallint)) +FROM alltypesorc +WHERE (((197 > ctinyint) + AND (cint = cbigint)) + OR (cbigint = 359) + OR (cboolean1 < 0) + OR ((cstring1 LIKE '%ss') + AND (cfloat <= ctinyint))) +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 1347 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: (((((197.0 > ctinyint) and (cint = cbigint)) or (cbigint = 359)) or (cboolean1 < 0)) or ((cstring1 like '%ss') and (cfloat <= ctinyint))) (type: boolean) + Statistics: Num rows: 1347 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: cint (type: int), cbigint (type: bigint), cstring1 (type: string), cboolean1 (type: boolean), cfloat (type: float), cdouble (type: double), ctimestamp2 (type: timestamp), csmallint (type: smallint), cstring2 (type: string), cboolean2 (type: boolean), (cint / cbigint) (type: double), (cbigint % 79.553) (type: double), (- (cint / cbigint)) (type: double), (10.175 % cfloat) (type: double), (- cfloat) (type: float), (cfloat - (- cfloat)) (type: float), ((cfloat - (- cfloat)) % (- 6432)) (type: float), (cdouble * csmallint) (type: double), (- cdouble) (type: double), (- cbigint) (type: bigint), (cfloat - (cint / cbigint)) (type: double), (- csmallint) (type: smallint), (3569 % cbigint) (type: bigint), (359 - cdouble) (type: double), (- csmallint) (type: smallint) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20, _col21, _col22, _col23, _col24 + Statistics: Num rows: 1347 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 1347 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + Execution mode: vectorized + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +PREHOOK: query: SELECT cint, + cbigint, + cstring1, + cboolean1, + cfloat, + cdouble, + ctimestamp2, + csmallint, + cstring2, + cboolean2, + (cint / cbigint), + (cbigint % 79.553), + (-((cint / cbigint))), + (10.175 % cfloat), + (-(cfloat)), + (cfloat - (-(cfloat))), + ((cfloat - (-(cfloat))) % -6432), + (cdouble * csmallint), + (-(cdouble)), + (-(cbigint)), + (cfloat - (cint / cbigint)), + (-(csmallint)), + (3569 % cbigint), + (359 - cdouble), + (-(csmallint)) +FROM alltypesorc +WHERE (((197 > ctinyint) + AND (cint = cbigint)) + OR (cbigint = 359) + OR (cboolean1 < 0) + OR ((cstring1 LIKE '%ss') + AND (cfloat <= ctinyint))) +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT cint, + cbigint, + cstring1, + cboolean1, + cfloat, + cdouble, + ctimestamp2, + csmallint, + cstring2, + cboolean2, + (cint / cbigint), + (cbigint % 79.553), + (-((cint / cbigint))), + (10.175 % cfloat), + (-(cfloat)), + (cfloat - (-(cfloat))), + ((cfloat - (-(cfloat))) % -6432), + (cdouble * csmallint), + (-(cdouble)), + (-(cbigint)), + (cfloat - (cint / cbigint)), + (-(csmallint)), + (3569 % cbigint), + (359 - cdouble), + (-(csmallint)) +FROM alltypesorc +WHERE (((197 > ctinyint) + AND (cint = cbigint)) + OR (cbigint = 359) + OR (cboolean1 < 0) + OR ((cstring1 LIKE '%ss') + AND (cfloat <= ctinyint))) +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +-462839731 988888 ss false -51.0 NULL NULL NULL Lml5J2QBU77 false -468.04059812638036 44.210000000033915 468.04059812638036 10.175 51.0 -102.0 -102.0 NULL NULL -988888 417.04059812638036 NULL 3569 NULL NULL +-635141101 -89010 ss false -51.0 NULL NULL NULL rVWAj4N1MCg8Scyp7wj2C true 7135.6151106617235 -69.74600000000305 -7135.6151106617235 10.175 51.0 -102.0 -102.0 NULL NULL 89010 -7186.6151106617235 NULL 3569 NULL NULL +WARNING: Comparing a bigint and a double may result in a loss of precision. +PREHOOK: query: -- TargetTypeClasses: String, Bool, Double, Long, Timestamp +-- Functions: Sum, Max, Avg, Var, StDevP, VarP +-- ArithmeticOps: Add, Subtract, Divide, Multiply, Remainder +-- FilterOps: NotEqual, GreaterThanOrEqual, Like, LessThanOrEqual, Equal, GreaterThan +-- GroupBy: NoGroupByProjectColumns +EXPLAIN SELECT cint, + cstring1, + cboolean2, + ctimestamp2, + cdouble, + cfloat, + cbigint, + csmallint, + cboolean1, + (cint + csmallint), + (cbigint - ctinyint), + (-(cbigint)), + (-(cfloat)), + ((cbigint - ctinyint) + cbigint), + (cdouble / cdouble), + (-(cdouble)), + ((cint + csmallint) * (-(cbigint))), + ((-(cdouble)) + cbigint), + (-1.389 / ctinyint), + (cbigint % cdouble), + (-(csmallint)), + (csmallint + (cint + csmallint)) +FROM alltypesorc +WHERE (((csmallint > -26.28) + AND (cstring2 LIKE 'ss')) + OR ((cdouble <= cbigint) + AND ((cstring1 >= 'ss') + AND (cint != cdouble))) + OR (ctinyint = -89010) + OR ((cbigint <= cfloat) + AND (-26.28 <= csmallint))) +ORDER BY cboolean1, cstring1, ctimestamp2, cfloat, cbigint, cstring1, cdouble, cint, csmallint, cdouble +PREHOOK: type: QUERY +POSTHOOK: query: -- TargetTypeClasses: String, Bool, Double, Long, Timestamp +-- Functions: Sum, Max, Avg, Var, StDevP, VarP +-- ArithmeticOps: Add, Subtract, Divide, Multiply, Remainder +-- FilterOps: NotEqual, GreaterThanOrEqual, Like, LessThanOrEqual, Equal, GreaterThan +-- GroupBy: NoGroupByProjectColumns +EXPLAIN SELECT cint, + cstring1, + cboolean2, + ctimestamp2, + cdouble, + cfloat, + cbigint, + csmallint, + cboolean1, + (cint + csmallint), + (cbigint - ctinyint), + (-(cbigint)), + (-(cfloat)), + ((cbigint - ctinyint) + cbigint), + (cdouble / cdouble), + (-(cdouble)), + ((cint + csmallint) * (-(cbigint))), + ((-(cdouble)) + cbigint), + (-1.389 / ctinyint), + (cbigint % cdouble), + (-(csmallint)), + (csmallint + (cint + csmallint)) +FROM alltypesorc +WHERE (((csmallint > -26.28) + AND (cstring2 LIKE 'ss')) + OR ((cdouble <= cbigint) + AND ((cstring1 >= 'ss') + AND (cint != cdouble))) + OR (ctinyint = -89010) + OR ((cbigint <= cfloat) + AND (-26.28 <= csmallint))) +ORDER BY cboolean1, cstring1, ctimestamp2, cfloat, cbigint, cstring1, cdouble, cint, csmallint, cdouble +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 1347 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: (((((csmallint > (- 26.28)) and (cstring2 like 'ss')) or ((cdouble <= cbigint) and ((cstring1 >= 'ss') and (cint <> cdouble)))) or (ctinyint = (- 89010))) or ((cbigint <= cfloat) and ((- 26.28) <= csmallint))) (type: boolean) + Statistics: Num rows: 1195 Data size: 334668 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: cint (type: int), cstring1 (type: string), cboolean2 (type: boolean), ctimestamp2 (type: timestamp), cdouble (type: double), cfloat (type: float), cbigint (type: bigint), csmallint (type: smallint), cboolean1 (type: boolean), (cint + csmallint) (type: int), (cbigint - ctinyint) (type: bigint), (- cbigint) (type: bigint), (- cfloat) (type: float), ((cbigint - ctinyint) + cbigint) (type: bigint), (cdouble / cdouble) (type: double), (- cdouble) (type: double), ((cint + csmallint) * (- cbigint)) (type: bigint), ((- cdouble) + cbigint) (type: double), ((- 1.389) / ctinyint) (type: double), (cbigint % cdouble) (type: double), (- csmallint) (type: smallint), (csmallint + (cint + csmallint)) (type: int) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20, _col21 + Statistics: Num rows: 1195 Data size: 334668 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col8 (type: boolean), _col1 (type: string), _col3 (type: timestamp), _col5 (type: float), _col6 (type: bigint), _col1 (type: string), _col4 (type: double), _col0 (type: int), _col7 (type: smallint), _col4 (type: double) + sort order: ++++++++++ + Statistics: Num rows: 1195 Data size: 334668 Basic stats: COMPLETE Column stats: NONE + value expressions: _col2 (type: boolean), _col9 (type: int), _col10 (type: bigint), _col11 (type: bigint), _col12 (type: float), _col13 (type: bigint), _col14 (type: double), _col15 (type: double), _col16 (type: bigint), _col17 (type: double), _col18 (type: double), _col19 (type: double), _col20 (type: smallint), _col21 (type: int) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Select Operator + expressions: KEY.reducesinkkey7 (type: int), KEY.reducesinkkey1 (type: string), VALUE._col0 (type: boolean), KEY.reducesinkkey2 (type: timestamp), KEY.reducesinkkey6 (type: double), KEY.reducesinkkey3 (type: float), KEY.reducesinkkey4 (type: bigint), KEY.reducesinkkey8 (type: smallint), KEY.reducesinkkey0 (type: boolean), VALUE._col1 (type: int), VALUE._col2 (type: bigint), VALUE._col3 (type: bigint), VALUE._col4 (type: float), VALUE._col5 (type: bigint), VALUE._col6 (type: double), VALUE._col7 (type: double), VALUE._col8 (type: bigint), VALUE._col9 (type: double), VALUE._col10 (type: double), VALUE._col11 (type: double), VALUE._col12 (type: smallint), VALUE._col13 (type: int) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20, _col21 + Statistics: Num rows: 1195 Data size: 334668 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 1195 Data size: 334668 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + Execution mode: vectorized + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +WARNING: Comparing a bigint and a double may result in a loss of precision. +PREHOOK: query: SELECT cint, + cstring1, + cboolean2, + ctimestamp2, + cdouble, + cfloat, + cbigint, + csmallint, + cboolean1, + (cint + csmallint), + (cbigint - ctinyint), + (-(cbigint)), + (-(cfloat)), + ((cbigint - ctinyint) + cbigint), + (cdouble / cdouble), + (-(cdouble)), + ((cint + csmallint) * (-(cbigint))), + ((-(cdouble)) + cbigint), + (-1.389 / ctinyint), + (cbigint % cdouble), + (-(csmallint)), + (csmallint + (cint + csmallint)) +FROM alltypesorc +WHERE (((csmallint > -26.28) + AND (cstring2 LIKE 'ss')) + OR ((cdouble <= cbigint) + AND ((cstring1 >= 'ss') + AND (cint != cdouble))) + OR (ctinyint = -89010) + OR ((cbigint <= cfloat) + AND (-26.28 <= csmallint))) +ORDER BY cboolean1, cstring1, ctimestamp2, cfloat, cbigint, cstring1, cdouble, cint, csmallint, cdouble +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT cint, + cstring1, + cboolean2, + ctimestamp2, + cdouble, + cfloat, + cbigint, + csmallint, + cboolean1, + (cint + csmallint), + (cbigint - ctinyint), + (-(cbigint)), + (-(cfloat)), + ((cbigint - ctinyint) + cbigint), + (cdouble / cdouble), + (-(cdouble)), + ((cint + csmallint) * (-(cbigint))), + ((-(cdouble)) + cbigint), + (-1.389 / ctinyint), + (cbigint % cdouble), + (-(csmallint)), + (csmallint + (cint + csmallint)) +FROM alltypesorc +WHERE (((csmallint > -26.28) + AND (cstring2 LIKE 'ss')) + OR ((cdouble <= cbigint) + AND ((cstring1 >= 'ss') + AND (cint != cdouble))) + OR (ctinyint = -89010) + OR ((cbigint <= cfloat) + AND (-26.28 <= csmallint))) +ORDER BY cboolean1, cstring1, ctimestamp2, cfloat, cbigint, cstring1, cdouble, cint, csmallint, cdouble +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -64.0 -1809291815 15601 NULL NULL -1809291751 1809291815 64.0 -3618583566 1.0 -15601.0 NULL -1.809307416E9 0.021703125 -12643.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -63.0 -1996001975 15601 NULL NULL -1996001912 1996001975 63.0 -3992003887 1.0 -15601.0 NULL -1.996017576E9 0.02204761904761905 -10035.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -63.0 -1574729892 15601 NULL NULL -1574729829 1574729892 63.0 -3149459721 1.0 -15601.0 NULL -1.574745493E9 0.02204761904761905 -11755.0 -15601 NULL +NULL NULL NULL 1969-12-31 15:59:58.456 15601.0 -63.0 -1167054574 15601 NULL NULL -1167054511 1167054574 63.0 -2334109085 1.0 -15601.0 NULL -1.167070175E9 0.02204761904761905 -6168.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -63.0 -721244708 15601 NULL NULL -721244645 721244708 63.0 -1442489353 1.0 -15601.0 NULL -7.21260309E8 0.02204761904761905 -10478.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -63.0 -200542601 15601 NULL NULL -200542538 200542601 63.0 -401085139 1.0 -15601.0 NULL -2.00558202E8 0.02204761904761905 -7347.0 -15601 NULL +NULL NULL NULL 1969-12-31 15:59:58.456 15601.0 -62.0 -1726415169 15601 NULL NULL -1726415107 1726415169 62.0 -3452830276 1.0 -15601.0 NULL -1.72643077E9 0.022403225806451613 -8509.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -62.0 -1592016120 15601 NULL NULL -1592016058 1592016120 62.0 -3184032178 1.0 -15601.0 NULL -1.592031721E9 0.022403225806451613 -12075.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -62.0 667693308 15601 NULL NULL 667693370 -667693308 62.0 1335386678 1.0 -15601.0 NULL 6.67677707E8 0.022403225806451613 1710.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -61.0 -1022679553 15601 NULL NULL -1022679492 1022679553 61.0 -2045359045 1.0 -15601.0 NULL -1.022695154E9 0.02277049180327869 -2801.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -61.0 -982179838 15601 NULL NULL -982179777 982179838 61.0 -1964359615 1.0 -15601.0 NULL -9.82195439E8 0.02277049180327869 -3282.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -61.0 -854893578 15601 NULL NULL -854893517 854893578 61.0 -1709787095 1.0 -15601.0 NULL -8.54909179E8 0.02277049180327869 -5581.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -60.0 -2041965187 15601 NULL NULL -2041965127 2041965187 60.0 -4083930314 1.0 -15601.0 NULL -2.041980788E9 0.02315 -12701.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -60.0 -1743144280 15601 NULL NULL -1743144220 1743144280 60.0 -3486288500 1.0 -15601.0 NULL -1.743159881E9 0.02315 -13348.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -60.0 -1016256928 15601 NULL NULL -1016256868 1016256928 60.0 -2032513796 1.0 -15601.0 NULL -1.016272529E9 0.02315 -7788.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -60.0 -903925845 15601 NULL NULL -903925785 903925845 60.0 -1807851630 1.0 -15601.0 NULL -9.03941446E8 0.02315 -3905.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -60.0 -519753851 15601 NULL NULL -519753791 519753851 60.0 -1039507642 1.0 -15601.0 NULL -5.19769452E8 0.02315 -6536.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -60.0 -5953872 15601 NULL NULL -5953812 5953872 60.0 -11907684 1.0 -15601.0 NULL -5969473.0 0.02315 -9891.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -59.0 -2021724111 15601 NULL NULL -2021724052 2021724111 59.0 -4043448163 1.0 -15601.0 NULL -2.021739712E9 0.02354237288135593 -6122.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -59.0 -1315413812 15601 NULL NULL -1315413753 1315413812 59.0 -2630827565 1.0 -15601.0 NULL -1.315429413E9 0.02354237288135593 -15497.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -59.0 -133287350 15601 NULL NULL -133287291 133287350 59.0 -266574641 1.0 -15601.0 NULL -1.33302951E8 0.02354237288135593 -8007.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -58.0 -1560616588 15601 NULL NULL -1560616530 1560616588 58.0 -3121233118 1.0 -15601.0 NULL -1.560632189E9 0.023948275862068966 -1755.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -58.0 -1072335429 15601 NULL NULL -1072335371 1072335429 58.0 -2144670800 1.0 -15601.0 NULL -1.07235103E9 0.023948275862068966 -694.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -57.0 -2123576095 15601 NULL NULL -2123576038 2123576095 57.0 -4247152133 1.0 -15601.0 NULL -2.123591696E9 0.02436842105263158 -14778.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -57.0 -1698345590 15601 NULL NULL -1698345533 1698345590 57.0 -3396691123 1.0 -15601.0 NULL -1.698361191E9 0.02436842105263158 -5129.0 -15601 NULL +NULL NULL NULL 1969-12-31 15:59:58.456 15601.0 -57.0 -1057361026 15601 NULL NULL -1057360969 1057361026 57.0 -2114721995 1.0 -15601.0 NULL -1.057376627E9 0.02436842105263158 -3251.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -57.0 -585350546 15601 NULL NULL -585350489 585350546 57.0 -1170701035 1.0 -15601.0 NULL -5.85366147E8 0.02436842105263158 -1026.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -57.0 -365505703 15601 NULL NULL -365505646 365505703 57.0 -731011349 1.0 -15601.0 NULL -3.65521304E8 0.02436842105263158 -5475.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -57.0 -304247740 15601 NULL NULL -304247683 304247740 57.0 -608495423 1.0 -15601.0 NULL -3.04263341E8 0.02436842105263158 -12639.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -56.0 -1683701844 15601 NULL NULL -1683701788 1683701844 56.0 -3367403632 1.0 -15601.0 NULL -1.683717445E9 0.02480357142857143 -10722.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -56.0 -1466363382 15601 NULL NULL -1466363326 1466363382 56.0 -2932726708 1.0 -15601.0 NULL -1.466378983E9 0.02480357142857143 -9791.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -56.0 -1105322173 15601 NULL NULL -1105322117 1105322173 56.0 -2210644290 1.0 -15601.0 NULL -1.105337774E9 0.02480357142857143 -6924.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -56.0 -971846497 15601 NULL NULL -971846441 971846497 56.0 -1943692938 1.0 -15601.0 NULL -9.71862098E8 0.02480357142857143 -13404.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -56.0 -865054294 15601 NULL NULL -865054238 865054294 56.0 -1730108532 1.0 -15601.0 NULL -8.65069895E8 0.02480357142857143 -10046.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -55.0 -1483320156 15601 NULL NULL -1483320101 1483320156 55.0 -2966640257 1.0 -15601.0 NULL -1.483335757E9 0.025254545454545453 -8278.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -55.0 -1338667765 15601 NULL NULL -1338667710 1338667765 55.0 -2677335475 1.0 -15601.0 NULL -1.338683366E9 0.025254545454545453 -8359.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -55.0 -1062767051 15601 NULL NULL -1062766996 1062767051 55.0 -2125534047 1.0 -15601.0 NULL -1.062782652E9 0.025254545454545453 -11330.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -54.0 -1984659810 15601 NULL NULL -1984659756 1984659810 54.0 -3969319566 1.0 -15601.0 NULL -1.984675411E9 0.025722222222222223 -9797.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -54.0 -1795674990 15601 NULL NULL -1795674936 1795674990 54.0 -3591349926 1.0 -15601.0 NULL -1.795690591E9 0.025722222222222223 -15491.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -54.0 -1754189160 15601 NULL NULL -1754189106 1754189160 54.0 -3508378266 1.0 -15601.0 NULL -1.754204761E9 0.025722222222222223 -12720.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -54.0 -1114169807 15601 NULL NULL -1114169753 1114169807 54.0 -2228339560 1.0 -15601.0 NULL -1.114185408E9 0.025722222222222223 -8791.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -54.0 -989710558 15601 NULL NULL -989710504 989710558 54.0 -1979421062 1.0 -15601.0 NULL -9.89726159E8 0.025722222222222223 -14320.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -54.0 -641670659 15601 NULL NULL -641670605 641670659 54.0 -1283341264 1.0 -15601.0 NULL -6.4168626E8 0.025722222222222223 -1529.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -52.0 -2097289702 15601 NULL NULL -2097289650 2097289702 52.0 -4194579352 1.0 -15601.0 NULL -2.097305303E9 0.02671153846153846 -469.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -52.0 -2074134645 15601 NULL NULL -2074134593 2074134645 52.0 -4148269238 1.0 -15601.0 NULL -2.074150246E9 0.02671153846153846 -12897.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -52.0 -886068046 15601 NULL NULL -886067994 886068046 52.0 -1772136040 1.0 -15601.0 NULL -8.86083647E8 0.02671153846153846 -9251.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -51.0 -546830045 15601 NULL NULL -546829994 546830045 51.0 -1093660039 1.0 -15601.0 NULL -5.46845646E8 0.02723529411764706 -14995.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -50.0 -596103241 15601 NULL NULL -596103191 596103241 50.0 -1192206432 1.0 -15601.0 NULL -5.96118842E8 0.02778 -4632.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -50.0 -458110015 15601 NULL NULL -458109965 458110015 50.0 -916219980 1.0 -15601.0 NULL -4.58125616E8 0.02778 -2251.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -49.0 -1841324115 15601 NULL NULL -1841324066 1841324115 49.0 -3682648181 1.0 -15601.0 NULL -1.841339716E9 0.028346938775510203 -489.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -49.0 -990904667 15601 NULL NULL -990904618 990904667 49.0 -1981809285 1.0 -15601.0 NULL -9.90920268E8 0.028346938775510203 -7152.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -49.0 -668597606 15601 NULL NULL -668597557 668597606 49.0 -1337195163 1.0 -15601.0 NULL -6.68613207E8 0.028346938775510203 -1150.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -49.0 -230127703 15601 NULL NULL -230127654 230127703 49.0 -460255357 1.0 -15601.0 NULL -2.30143304E8 0.028346938775510203 -12953.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -49.0 -211726367 15601 NULL NULL -211726318 211726367 49.0 -423452685 1.0 -15601.0 NULL -2.11741968E8 0.028346938775510203 -5196.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -49.0 -197652849 15601 NULL NULL -197652800 197652849 49.0 -395305649 1.0 -15601.0 NULL -1.9766845E8 0.028346938775510203 -3780.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -49.0 -57200424 15601 NULL NULL -57200375 57200424 49.0 -114400799 1.0 -15601.0 NULL -5.7216025E7 0.028346938775510203 -7158.0 -15601 NULL +NULL NULL NULL 1969-12-31 15:59:58.456 15601.0 -48.0 -1683400285 15601 NULL NULL -1683400237 1683400285 48.0 -3366800522 1.0 -15601.0 NULL -1.683415886E9 0.0289375 -5582.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -48.0 -1666377780 15601 NULL NULL -1666377732 1666377780 48.0 -3332755512 1.0 -15601.0 NULL -1.666393381E9 0.0289375 -3768.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -48.0 -1465907371 15601 NULL NULL -1465907323 1465907371 48.0 -2931814694 1.0 -15601.0 NULL -1.465922972E9 0.0289375 -6209.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -48.0 -1427685796 15601 NULL NULL -1427685748 1427685796 48.0 -2855371544 1.0 -15601.0 NULL -1.427701397E9 0.0289375 -7084.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -48.0 -1294837001 15601 NULL NULL -1294836953 1294837001 48.0 -2589673954 1.0 -15601.0 NULL -1.294852602E9 0.0289375 -804.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -48.0 -1228417392 15601 NULL NULL -1228417344 1228417392 48.0 -2456834736 1.0 -15601.0 NULL -1.228432993E9 0.0289375 -10253.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -48.0 -803222928 15601 NULL NULL -803222880 803222928 48.0 -1606445808 1.0 -15601.0 NULL -8.03238529E8 0.0289375 -5443.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -48.0 -652336471 15601 NULL NULL -652336423 652336471 48.0 -1304672894 1.0 -15601.0 NULL -6.52352072E8 0.0289375 -11858.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -47.0 -1828371599 15601 NULL NULL -1828371552 1828371599 47.0 -3656743151 1.0 -15601.0 NULL -1.8283872E9 0.029553191489361703 -12404.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -47.0 -493471535 15601 NULL NULL -493471488 493471535 47.0 -986943023 1.0 -15601.0 NULL -4.93487136E8 0.029553191489361703 -11905.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -47.0 -436916225 15601 NULL NULL -436916178 436916225 47.0 -873832403 1.0 -15601.0 NULL -4.36931826E8 0.029553191489361703 -10220.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -46.0 -468932050 15601 NULL NULL -468932004 468932050 46.0 -937864054 1.0 -15601.0 NULL -4.68947651E8 0.030195652173913044 -12793.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -46.0 -208932264 15601 NULL NULL -208932218 208932264 46.0 -417864482 1.0 -15601.0 NULL -2.08947865E8 0.030195652173913044 -3672.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -45.0 -1291025659 15601 NULL NULL -1291025614 1291025659 45.0 -2582051273 1.0 -15601.0 NULL -1.29104126E9 0.030866666666666667 -11707.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -45.0 -1022657523 15601 NULL NULL -1022657478 1022657523 45.0 -2045315001 1.0 -15601.0 NULL -1.022673124E9 0.030866666666666667 -11973.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -45.0 -831227593 15601 NULL NULL -831227548 831227593 45.0 -1662455141 1.0 -15601.0 NULL -8.31243194E8 0.030866666666666667 -6313.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -44.0 -1551649760 15601 NULL NULL -1551649716 1551649760 44.0 -3103299476 1.0 -15601.0 NULL -1.551665361E9 0.03156818181818182 -5502.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -44.0 -1447719201 15601 NULL NULL -1447719157 1447719201 44.0 -2895438358 1.0 -15601.0 NULL -1.447734802E9 0.03156818181818182 -8805.0 -15601 NULL +NULL NULL NULL 1969-12-31 15:59:58.456 15601.0 -44.0 -1416000760 15601 NULL NULL -1416000716 1416000760 44.0 -2832001476 1.0 -15601.0 NULL -1.416016361E9 0.03156818181818182 -7197.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -44.0 -1032806869 15601 NULL NULL -1032806825 1032806869 44.0 -2065613694 1.0 -15601.0 NULL -1.03282247E9 0.03156818181818182 -5068.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -44.0 -772919195 15601 NULL NULL -772919151 772919195 44.0 -1545838346 1.0 -15601.0 NULL -7.72934796E8 0.03156818181818182 -14453.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -44.0 -429050254 15601 NULL NULL -429050210 429050254 44.0 -858100464 1.0 -15601.0 NULL -4.29065855E8 0.03156818181818182 -7153.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -44.0 -399793337 15601 NULL NULL -399793293 399793337 44.0 -799586630 1.0 -15601.0 NULL -3.99808938E8 0.03156818181818182 -2111.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -44.0 -358755931 15601 NULL NULL -358755887 358755931 44.0 -717511818 1.0 -15601.0 NULL -3.58771532E8 0.03156818181818182 -10936.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -44.0 -75975416 15601 NULL NULL -75975372 75975416 44.0 -151950788 1.0 -15601.0 NULL -7.5991017E7 0.03156818181818182 -14147.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -43.0 -1111076337 15601 NULL NULL -1111076294 1111076337 43.0 -2222152631 1.0 -15601.0 NULL -1.111091938E9 0.03230232558139535 -4319.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -43.0 -223687300 15601 NULL NULL -223687257 223687300 43.0 -447374557 1.0 -15601.0 NULL -2.23702901E8 0.03230232558139535 -162.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -42.0 -2129158440 15601 NULL NULL -2129158398 2129158440 42.0 -4258316838 1.0 -15601.0 NULL -2.129174041E9 0.03307142857142857 -11965.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -42.0 -1434650528 15601 NULL NULL -1434650486 1434650528 42.0 -2869301014 1.0 -15601.0 NULL -1.434666129E9 0.03307142857142857 -13770.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -42.0 -1003335119 15601 NULL NULL -1003335077 1003335119 42.0 -2006670196 1.0 -15601.0 NULL -1.00335072E9 0.03307142857142857 -3607.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -42.0 -933775134 15601 NULL NULL -933775092 933775134 42.0 -1867550226 1.0 -15601.0 NULL -9.33790735E8 0.03307142857142857 -8481.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -41.0 -1512449609 15601 NULL NULL -1512449568 1512449609 41.0 -3024899177 1.0 -15601.0 NULL -1.51246521E9 0.03387804878048781 -10664.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -41.0 -1064437283 15601 NULL NULL -1064437242 1064437283 41.0 -2128874525 1.0 -15601.0 NULL -1.064452884E9 0.03387804878048781 -12255.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -41.0 -626924299 15601 NULL NULL -626924258 626924299 41.0 -1253848557 1.0 -15601.0 NULL -6.269399E8 0.03387804878048781 -13715.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -41.0 -560714683 15601 NULL NULL -560714642 560714683 41.0 -1121429325 1.0 -15601.0 NULL -5.60730284E8 0.03387804878048781 -14743.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -41.0 -480294523 15601 NULL NULL -480294482 480294523 41.0 -960589005 1.0 -15601.0 NULL -4.80310124E8 0.03387804878048781 -2137.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -40.0 -1723403466 15601 NULL NULL -1723403426 1723403466 40.0 -3446806892 1.0 -15601.0 NULL -1.723419067E9 0.034725 -7799.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -40.0 -1523633607 15601 NULL NULL -1523633567 1523633607 40.0 -3047267174 1.0 -15601.0 NULL -1.523649208E9 0.034725 -8745.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -40.0 -691840768 15601 NULL NULL -691840728 691840768 40.0 -1383681496 1.0 -15601.0 NULL -6.91856369E8 0.034725 -14423.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -40.0 -626007306 15601 NULL NULL -626007266 626007306 40.0 -1252014572 1.0 -15601.0 NULL -6.26022907E8 0.034725 -1580.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -39.0 -1651489748 15601 NULL NULL -1651489709 1651489748 39.0 -3302979457 1.0 -15601.0 NULL -1.651505349E9 0.03561538461538462 -14691.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -39.0 -775351902 15601 NULL NULL -775351863 775351902 39.0 -1550703765 1.0 -15601.0 NULL -7.75367503E8 0.03561538461538462 -13404.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -39.0 -682718731 15601 NULL NULL -682718692 682718731 39.0 -1365437423 1.0 -15601.0 NULL -6.82734332E8 0.03561538461538462 -3370.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -39.0 -176425309 15601 NULL NULL -176425270 176425309 39.0 -352850579 1.0 -15601.0 NULL -1.7644091E8 0.03561538461538462 -9201.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -38.0 -1858689000 15601 NULL NULL -1858688962 1858689000 38.0 -3717377962 1.0 -15601.0 NULL -1.858704601E9 0.03655263157894737 -1461.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -38.0 -1138820207 15601 NULL NULL -1138820169 1138820207 38.0 -2277640376 1.0 -15601.0 NULL -1.138835808E9 0.03655263157894737 -9611.0 -15601 NULL +NULL NULL NULL 1969-12-31 15:59:58.456 15601.0 -38.0 -6432 15601 NULL NULL -6394 6432 38.0 -12826 1.0 -15601.0 NULL -22033.0 0.03655263157894737 -6432.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -37.0 -1665990202 15601 NULL NULL -1665990165 1665990202 37.0 -3331980367 1.0 -15601.0 NULL -1.666005803E9 0.03754054054054054 -6215.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -37.0 -1474993355 15601 NULL NULL -1474993318 1474993355 37.0 -2949986673 1.0 -15601.0 NULL -1.475008956E9 0.03754054054054054 -12411.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -37.0 -1373443946 15601 NULL NULL -1373443909 1373443946 37.0 -2746887855 1.0 -15601.0 NULL -1.373459547E9 0.03754054054054054 -9911.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -37.0 -1274229243 15601 NULL NULL -1274229206 1274229243 37.0 -2548458449 1.0 -15601.0 NULL -1.274244844E9 0.03754054054054054 -1967.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -37.0 -218695361 15601 NULL NULL -218695324 218695361 37.0 -437390685 1.0 -15601.0 NULL -2.18710962E8 0.03754054054054054 -543.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -36.0 -1804756106 15601 NULL NULL -1804756070 1804756106 36.0 -3609512176 1.0 -15601.0 NULL -1.804771707E9 0.03858333333333333 -1224.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -36.0 -1655350680 15601 NULL NULL -1655350644 1655350680 36.0 -3310701324 1.0 -15601.0 NULL -1.655366281E9 0.03858333333333333 -6575.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -35.0 -1000935343 15601 NULL NULL -1000935308 1000935343 35.0 -2001870651 1.0 -15601.0 NULL -1.000950944E9 0.03968571428571429 -6385.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -35.0 -994591123 15601 NULL NULL -994591088 994591123 35.0 -1989182211 1.0 -15601.0 NULL -9.94606724E8 0.03968571428571429 -11772.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -35.0 -621636211 15601 NULL NULL -621636176 621636211 35.0 -1243272387 1.0 -15601.0 NULL -6.21651812E8 0.03968571428571429 -14366.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -34.0 -1225938733 15601 NULL NULL -1225938699 1225938733 34.0 -2451877432 1.0 -15601.0 NULL -1.225954334E9 0.04085294117647059 -12153.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -34.0 -1177680836 15601 NULL NULL -1177680802 1177680836 34.0 -2355361638 1.0 -15601.0 NULL -1.177696437E9 0.04085294117647059 -8149.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -34.0 -671949185 15601 NULL NULL -671949151 671949185 34.0 -1343898336 1.0 -15601.0 NULL -6.71964786E8 0.04085294117647059 -14115.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -33.0 -2080305624 15601 NULL NULL -2080305591 2080305624 33.0 -4160611215 1.0 -15601.0 NULL -2.080321225E9 0.04209090909090909 -5880.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -33.0 -1870761879 15601 NULL NULL -1870761846 1870761879 33.0 -3741523725 1.0 -15601.0 NULL -1.87077748E9 0.04209090909090909 -14767.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -33.0 -1583014792 15601 NULL NULL -1583014759 1583014792 33.0 -3166029551 1.0 -15601.0 NULL -1.583030393E9 0.04209090909090909 -12524.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -33.0 -1465766070 15601 NULL NULL -1465766037 1465766070 33.0 -2931532107 1.0 -15601.0 NULL -1.465781671E9 0.04209090909090909 -5317.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -33.0 -1447184932 15601 NULL NULL -1447184899 1447184932 33.0 -2894369831 1.0 -15601.0 NULL -1.447200533E9 0.04209090909090909 -4970.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -33.0 -226993201 15601 NULL NULL -226993168 226993201 33.0 -453986369 1.0 -15601.0 NULL -2.27008802E8 0.04209090909090909 -14252.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -33.0 -6432 15601 NULL NULL -6399 6432 33.0 -12831 1.0 -15601.0 NULL -22033.0 0.04209090909090909 -6432.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -32.0 -2105144474 15601 NULL NULL -2105144442 2105144474 32.0 -4210288916 1.0 -15601.0 NULL -2.105160075E9 0.04340625 -7938.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -32.0 -1864500604 15601 NULL NULL -1864500572 1864500604 32.0 -3729001176 1.0 -15601.0 NULL -1.864516205E9 0.04340625 -9493.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -32.0 -1473796341 15601 NULL NULL -1473796309 1473796341 32.0 -2947592650 1.0 -15601.0 NULL -1.473811942E9 0.04340625 -1073.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -32.0 -938739544 15601 NULL NULL -938739512 938739544 32.0 -1877479056 1.0 -15601.0 NULL -9.38755145E8 0.04340625 -11773.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -31.0 -2030835158 15601 NULL NULL -2030835127 2030835158 31.0 -4061670285 1.0 -15601.0 NULL -2.030850759E9 0.044806451612903225 -6185.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -31.0 -1784005728 15601 NULL NULL -1784005697 1784005728 31.0 -3568011425 1.0 -15601.0 NULL -1.784021329E9 0.044806451612903225 -176.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -31.0 -1357998994 15601 NULL NULL -1357998963 1357998994 31.0 -2715997957 1.0 -15601.0 NULL -1.358014595E9 0.044806451612903225 -9949.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -31.0 -773540513 15601 NULL NULL -773540482 773540513 31.0 -1547080995 1.0 -15601.0 NULL -7.73556114E8 0.044806451612903225 -11731.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -31.0 -198456342 15601 NULL NULL -198456311 198456342 31.0 -396912653 1.0 -15601.0 NULL -1.98471943E8 0.044806451612903225 -11622.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -31.0 -46453649 15601 NULL NULL -46453618 46453649 31.0 -92907267 1.0 -15601.0 NULL -4.646925E7 0.044806451612903225 -9472.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -30.0 -1617443296 15601 NULL NULL -1617443266 1617443296 30.0 -3234886562 1.0 -15601.0 NULL -1.617458897E9 0.0463 -9621.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -30.0 -532238997 15601 NULL NULL -532238967 532238997 30.0 -1064477964 1.0 -15601.0 NULL -5.32254598E8 0.0463 -10882.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -29.0 -2143024405 15601 NULL NULL -2143024376 2143024405 29.0 -4286048781 1.0 -15601.0 NULL -2.143040006E9 0.04789655172413793 -8641.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -29.0 -1912094416 15601 NULL NULL -1912094387 1912094416 29.0 -3824188803 1.0 -15601.0 NULL -1.912110017E9 0.04789655172413793 -4654.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -29.0 -1703837738 15601 NULL NULL -1703837709 1703837738 29.0 -3407675447 1.0 -15601.0 NULL -1.703853339E9 0.04789655172413793 -5725.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -29.0 -1355363882 15601 NULL NULL -1355363853 1355363882 29.0 -2710727735 1.0 -15601.0 NULL -1.355379483E9 0.04789655172413793 -11406.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -29.0 -427240643 15601 NULL NULL -427240614 427240643 29.0 -854481257 1.0 -15601.0 NULL -4.27256244E8 0.04789655172413793 -7258.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -29.0 -393066261 15601 NULL NULL -393066232 393066261 29.0 -786132493 1.0 -15601.0 NULL -3.93081862E8 0.04789655172413793 -14667.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -28.0 -1297431786 15601 NULL NULL -1297431758 1297431786 28.0 -2594863544 1.0 -15601.0 NULL -1.297447387E9 0.04960714285714286 -5823.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -28.0 -870417768 15601 NULL NULL -870417740 870417768 28.0 -1740835508 1.0 -15601.0 NULL -8.70433369E8 0.04960714285714286 -6776.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -28.0 -357908629 15601 NULL NULL -357908601 357908629 28.0 -715817230 1.0 -15601.0 NULL -3.5792423E8 0.04960714285714286 -6088.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -28.0 -309692433 15601 NULL NULL -309692405 309692433 28.0 -619384838 1.0 -15601.0 NULL -3.09708034E8 0.04960714285714286 -12583.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -27.0 -1152127938 15601 NULL NULL -1152127911 1152127938 27.0 -2304255849 1.0 -15601.0 NULL -1.152143539E9 0.051444444444444445 -9689.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -26.28 -1227267053 15601 NULL NULL -1227267030 1227267053 26.28 -2454534083 1.0 -15601.0 NULL -1.227282654E9 0.06039130434782609 -14388.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -26.0 -2022905886 15601 NULL NULL -2022905860 2022905886 26.0 -4045811746 1.0 -15601.0 NULL -2.022921487E9 0.05342307692307692 -2221.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -26.0 -1931941399 15601 NULL NULL -1931941373 1931941399 26.0 -3863882772 1.0 -15601.0 NULL -1.931957E9 0.05342307692307692 -7165.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -26.0 -1301028273 15601 NULL NULL -1301028247 1301028273 26.0 -2602056520 1.0 -15601.0 NULL -1.301043874E9 0.05342307692307692 -14080.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -26.0 -404509269 15601 NULL NULL -404509243 404509269 26.0 -809018512 1.0 -15601.0 NULL -4.0452487E8 0.05342307692307692 -6541.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -26.0 -354697170 15601 NULL NULL -354697144 354697170 26.0 -709394314 1.0 -15601.0 NULL -3.54712771E8 0.05342307692307692 -8435.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -26.0 -257298466 15601 NULL NULL -257298440 257298466 26.0 -514596906 1.0 -15601.0 NULL -2.57314067E8 0.05342307692307692 -6774.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -25.0 -892983643 15601 NULL NULL -892983618 892983643 25.0 -1785967261 1.0 -15601.0 NULL -8.92999244E8 0.05556 -13605.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -25.0 -414129290 15601 NULL NULL -414129265 414129290 25.0 -828258555 1.0 -15601.0 NULL -4.14144891E8 0.05556 -745.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -24.0 -1496666324 15601 NULL NULL -1496666300 1496666324 24.0 -2993332624 1.0 -15601.0 NULL -1.496681925E9 0.057875 -15591.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -24.0 -402193022 15601 NULL NULL -402192998 402193022 24.0 -804386020 1.0 -15601.0 NULL -4.02208623E8 0.057875 -14843.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -24.0 -278405900 15601 NULL NULL -278405876 278405900 24.0 -556811776 1.0 -15601.0 NULL -2.78421501E8 0.057875 -6055.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -24.0 -214199588 15601 NULL NULL -214199564 214199588 24.0 -428399152 1.0 -15601.0 NULL -2.14215189E8 0.057875 -13459.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -23.0 -2104361963 15601 NULL NULL -2104361940 2104361963 23.0 -4208723903 1.0 -15601.0 NULL -2.104377564E9 0.06039130434782609 -5477.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -23.0 -1864716928 15601 NULL NULL -1864716905 1864716928 23.0 -3729433833 1.0 -15601.0 NULL -1.864732529E9 0.06039130434782609 -7403.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -23.0 -1196406048 15601 NULL NULL -1196406025 1196406048 23.0 -2392812073 1.0 -15601.0 NULL -1.196421649E9 0.06039130434782609 -12161.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -23.0 -1046520269 15601 NULL NULL -1046520246 1046520269 23.0 -2093040515 1.0 -15601.0 NULL -1.04653587E9 0.06039130434782609 -5189.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -23.0 -557847275 15601 NULL NULL -557847252 557847275 23.0 -1115694527 1.0 -15601.0 NULL -5.57862876E8 0.06039130434782609 -2318.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -23.0 -287502046 15601 NULL NULL -287502023 287502046 23.0 -575004069 1.0 -15601.0 NULL -2.87517647E8 0.06039130434782609 -6818.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -22.0 -1843534244 15601 NULL NULL -1843534222 1843534244 22.0 -3687068466 1.0 -15601.0 NULL -1.843549845E9 0.06313636363636364 -10877.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -22.0 -1803981239 15601 NULL NULL -1803981217 1803981239 22.0 -3607962456 1.0 -15601.0 NULL -1.80399684E9 0.06313636363636364 -6407.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -22.0 -1138394041 15601 NULL NULL -1138394019 1138394041 22.0 -2276788060 1.0 -15601.0 NULL -1.138409642E9 0.06313636363636364 -4672.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -22.0 -116661992 15601 NULL NULL -116661970 116661992 22.0 -233323962 1.0 -15601.0 NULL -1.16677593E8 0.06313636363636364 -13315.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -21.0 -1025776200 15601 NULL NULL -1025776179 1025776200 21.0 -2051552379 1.0 -15601.0 NULL -1.025791801E9 0.06614285714285714 -10450.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -21.0 -813809028 15601 NULL NULL -813809007 813809028 21.0 -1627618035 1.0 -15601.0 NULL -8.13824629E8 0.06614285714285714 -14065.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -21.0 -617977476 15601 NULL NULL -617977455 617977476 21.0 -1235954931 1.0 -15601.0 NULL -6.17993077E8 0.06614285714285714 -6265.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -21.0 -264600574 15601 NULL NULL -264600553 264600574 21.0 -529201127 1.0 -15601.0 NULL -2.64616175E8 0.06614285714285714 -7614.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -20.0 -1914520574 15601 NULL NULL -1914520554 1914520574 20.0 -3829041128 1.0 -15601.0 NULL -1.914536175E9 0.06945 -12657.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -20.0 -1569241661 15601 NULL NULL -1569241641 1569241661 20.0 -3138483302 1.0 -15601.0 NULL -1.569257262E9 0.06945 -15076.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -20.0 -1293754251 15601 NULL NULL -1293754231 1293754251 20.0 -2587508482 1.0 -15601.0 NULL -1.293769852E9 0.06945 -10124.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -20.0 -990240929 15601 NULL NULL -990240909 990240929 20.0 -1980481838 1.0 -15601.0 NULL -9.9025653E8 0.06945 -14257.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -20.0 -258993110 15601 NULL NULL -258993090 258993110 20.0 -517986200 1.0 -15601.0 NULL -2.59008711E8 0.06945 -909.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -20.0 -125514283 15601 NULL NULL -125514263 125514283 20.0 -251028546 1.0 -15601.0 NULL -1.25529884E8 0.06945 -4238.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -20.0 -88020940 15601 NULL NULL -88020920 88020940 20.0 -176041860 1.0 -15601.0 NULL -8.8036541E7 0.06945 -98.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -20.0 -57923441 15601 NULL NULL -57923421 57923441 20.0 -115846862 1.0 -15601.0 NULL -5.7939042E7 0.06945 -12529.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -20.0 -41530125 15601 NULL NULL -41530105 41530125 20.0 -83060230 1.0 -15601.0 NULL -4.1545726E7 0.06945 -263.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -19.0 -1575589254 15601 NULL NULL -1575589235 1575589254 19.0 -3151178489 1.0 -15601.0 NULL -1.575604855E9 0.07310526315789474 -13062.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -19.0 -1322538563 15601 NULL NULL -1322538544 1322538563 19.0 -2645077107 1.0 -15601.0 NULL -1.322554164E9 0.07310526315789474 -10591.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -19.0 -1293795844 15601 NULL NULL -1293795825 1293795844 19.0 -2587591669 1.0 -15601.0 NULL -1.293811445E9 0.07310526315789474 -4914.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -19.0 -1198536835 15601 NULL NULL -1198536816 1198536835 19.0 -2397073651 1.0 -15601.0 NULL -1.198552436E9 0.07310526315789474 -5611.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -19.0 -1040575969 15601 NULL NULL -1040575950 1040575969 19.0 -2081151919 1.0 -15601.0 NULL -1.04059157E9 0.07310526315789474 -4870.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -19.0 -899534452 15601 NULL NULL -899534433 899534452 19.0 -1799068885 1.0 -15601.0 NULL -8.99550053E8 0.07310526315789474 -11994.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -19.0 -643533009 15601 NULL NULL -643532990 643533009 19.0 -1287065999 1.0 -15601.0 NULL -6.4354861E8 0.07310526315789474 -7360.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -19.0 -584361640 15601 NULL NULL -584361621 584361640 19.0 -1168723261 1.0 -15601.0 NULL -5.84377241E8 0.07310526315789474 -10584.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -19.0 -285749156 15601 NULL NULL -285749137 285749156 19.0 -571498293 1.0 -15601.0 NULL -2.85764757E8 0.07310526315789474 -1240.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -18.0 -1414044792 15601 NULL NULL -1414044774 1414044792 18.0 -2828089566 1.0 -15601.0 NULL -1.414060393E9 0.07716666666666666 -1354.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -18.0 -1310922279 15601 NULL NULL -1310922261 1310922279 18.0 -2621844540 1.0 -15601.0 NULL -1.31093788E9 0.07716666666666666 -1451.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -18.0 -1185085807 15601 NULL NULL -1185085789 1185085807 18.0 -2370171596 1.0 -15601.0 NULL -1.185101408E9 0.07716666666666666 -2645.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -17.0 -1901567703 15601 NULL NULL -1901567686 1901567703 17.0 -3803135389 1.0 -15601.0 NULL -1.901583304E9 0.08170588235294118 -8616.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -17.0 -1275985495 15601 NULL NULL -1275985478 1275985495 17.0 -2551970973 1.0 -15601.0 NULL -1.276001096E9 0.08170588235294118 -10907.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -17.0 -590153501 15601 NULL NULL -590153484 590153501 17.0 -1180306985 1.0 -15601.0 NULL -5.90169102E8 0.08170588235294118 -14474.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -16.0 -1505978287 15601 NULL NULL -1505978271 1505978287 16.0 -3011956558 1.0 -15601.0 NULL -1.505993888E9 0.0868125 -13757.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -16.0 -598490358 15601 NULL NULL -598490342 598490358 16.0 -1196980700 1.0 -15601.0 NULL -5.98505959E8 0.0868125 -4796.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -15.0 -1925755234 15601 NULL NULL -1925755219 1925755234 15.0 -3851510453 1.0 -15601.0 NULL -1.925770835E9 0.0926 -14597.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -15.0 -937270420 15601 NULL NULL -937270405 937270420 15.0 -1874540825 1.0 -15601.0 NULL -9.37286021E8 0.0926 -9143.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -14.0 -1863202490 15601 NULL NULL -1863202476 1863202490 14.0 -3726404966 1.0 -15601.0 NULL -1.863218091E9 0.09921428571428571 -6262.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -14.0 -946632342 15601 NULL NULL -946632328 946632342 14.0 -1893264670 1.0 -15601.0 NULL -9.46647943E8 0.09921428571428571 -10465.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -14.0 -466156812 15601 NULL NULL -466156798 466156812 14.0 -932313610 1.0 -15601.0 NULL -4.66172413E8 0.09921428571428571 -14533.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -14.0 -205670222 15601 NULL NULL -205670208 205670222 14.0 -411340430 1.0 -15601.0 NULL -2.05685823E8 0.09921428571428571 -2239.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -13.0 -1040843741 15601 NULL NULL -1040843728 1040843741 13.0 -2081687469 1.0 -15601.0 NULL -1.040859342E9 0.10684615384615384 -7425.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -13.0 -928466576 15601 NULL NULL -928466563 928466576 13.0 -1856933139 1.0 -15601.0 NULL -9.28482177E8 0.10684615384615384 -4263.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -11.0 -1985550487 15601 NULL NULL -1985550476 1985550487 11.0 -3971100963 1.0 -15601.0 NULL -1.985566088E9 0.1262727272727273 -11217.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -11.0 -1964641289 15601 NULL NULL -1964641278 1964641289 11.0 -3929282567 1.0 -15601.0 NULL -1.96465689E9 0.1262727272727273 -7359.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -11.0 -1133138233 15601 NULL NULL -1133138222 1133138233 11.0 -2266276455 1.0 -15601.0 NULL -1.133153834E9 0.1262727272727273 -6401.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -11.0 -655443218 15601 NULL NULL -655443207 655443218 11.0 -1310886425 1.0 -15601.0 NULL -6.55458819E8 0.1262727272727273 -14006.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -11.0 -386315686 15601 NULL NULL -386315675 386315686 11.0 -772631361 1.0 -15601.0 NULL -3.86331287E8 0.1262727272727273 -3724.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -11.0 -26446061 15601 NULL NULL -26446050 26446061 11.0 -52892111 1.0 -15601.0 NULL -2.6461662E7 0.1262727272727273 -2366.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -10.0 -1850457201 15601 NULL NULL -1850457191 1850457201 10.0 -3700914392 1.0 -15601.0 NULL -1.850472802E9 0.1389 -6990.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -10.0 -1160428011 15601 NULL NULL -1160428001 1160428011 10.0 -2320856012 1.0 -15601.0 NULL -1.160443612E9 0.1389 -10030.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -10.0 -1086197521 15601 NULL NULL -1086197511 1086197521 10.0 -2172395032 1.0 -15601.0 NULL -1.086213122E9 0.1389 -9098.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -9.0 -911417577 15601 NULL NULL -911417568 911417577 9.0 -1822835145 1.0 -15601.0 NULL -9.11433178E8 0.15433333333333332 -7157.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -9.0 -775282830 15601 NULL NULL -775282821 775282830 9.0 -1550565651 1.0 -15601.0 NULL -7.75298431E8 0.15433333333333332 -6736.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -9.0 -216777441 15601 NULL NULL -216777432 216777441 9.0 -433554873 1.0 -15601.0 NULL -2.16793042E8 0.15433333333333332 -1546.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -8.0 -2028170063 15601 NULL NULL -2028170055 2028170063 8.0 -4056340118 1.0 -15601.0 NULL -2.028185664E9 0.173625 -8861.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -8.0 -1998625094 15601 NULL NULL -1998625086 1998625094 8.0 -3997250180 1.0 -15601.0 NULL -1.998640695E9 0.173625 -12186.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -8.0 -1902104689 15601 NULL NULL -1902104681 1902104689 8.0 -3804209370 1.0 -15601.0 NULL -1.90212029E9 0.173625 -15168.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -8.0 -1768316238 15601 NULL NULL -1768316230 1768316238 8.0 -3536632468 1.0 -15601.0 NULL -1.768331839E9 0.173625 -5292.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -8.0 -1621359391 15601 NULL NULL -1621359383 1621359391 8.0 -3242718774 1.0 -15601.0 NULL -1.621374992E9 0.173625 -9865.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -8.0 -1493703726 15601 NULL NULL -1493703718 1493703726 8.0 -2987407444 1.0 -15601.0 NULL -1.493719327E9 0.173625 -1582.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -8.0 -335617169 15601 NULL NULL -335617161 335617169 8.0 -671234330 1.0 -15601.0 NULL -3.3563277E8 0.173625 -8457.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -8.0 -225001319 15601 NULL NULL -225001311 225001319 8.0 -450002630 1.0 -15601.0 NULL -2.2501692E8 0.173625 -3697.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -6.0 -1761560547 15601 NULL NULL -1761560541 1761560547 6.0 -3523121088 1.0 -15601.0 NULL -1.761576148E9 0.2315 -4834.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -6.0 -1610058211 15601 NULL NULL -1610058205 1610058211 6.0 -3220116416 1.0 -15601.0 NULL -1.610073812E9 0.2315 -3809.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -6.0 -1307656088 15601 NULL NULL -1307656082 1307656088 6.0 -2615312170 1.0 -15601.0 NULL -1.307671689E9 0.2315 -11470.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -6.0 -1207674957 15601 NULL NULL -1207674951 1207674957 6.0 -2415349908 1.0 -15601.0 NULL -1.207690558E9 0.2315 -1547.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -6.0 -847064600 15601 NULL NULL -847064594 847064600 6.0 -1694129194 1.0 -15601.0 NULL -8.47080201E8 0.2315 -8305.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -6.0 -786134704 15601 NULL NULL -786134698 786134704 6.0 -1572269402 1.0 -15601.0 NULL -7.86150305E8 0.2315 -314.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -6.0 -659825179 15601 NULL NULL -659825173 659825179 6.0 -1319650352 1.0 -15601.0 NULL -6.5984078E8 0.2315 -12086.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -6.0 -573372032 15601 NULL NULL -573372026 573372032 6.0 -1146744058 1.0 -15601.0 NULL -5.73387633E8 0.2315 -4080.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -6.0 -337682588 15601 NULL NULL -337682582 337682588 6.0 -675365170 1.0 -15601.0 NULL -3.37698189E8 0.2315 -14544.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -5.0 -1888902550 15601 NULL NULL -1888902545 1888902550 5.0 -3777805095 1.0 -15601.0 NULL -1.888918151E9 0.2778 -11475.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -5.0 -1844060558 15601 NULL NULL -1844060553 1844060558 5.0 -3688121111 1.0 -15601.0 NULL -1.844076159E9 0.2778 -6757.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -5.0 -1367836702 15601 NULL NULL -1367836697 1367836702 5.0 -2735673399 1.0 -15601.0 NULL -1.367852303E9 0.2778 -3426.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -5.0 -1029272743 15601 NULL NULL -1029272738 1029272743 5.0 -2058545481 1.0 -15601.0 NULL -1.029288344E9 0.2778 -12369.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -5.0 -685821373 15601 NULL NULL -685821368 685821373 5.0 -1371642741 1.0 -15601.0 NULL -6.85836974E8 0.2778 -1413.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -5.0 -550628565 15601 NULL NULL -550628560 550628565 5.0 -1101257125 1.0 -15601.0 NULL -5.50644166E8 0.2778 -6871.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -5.0 -13357585 15601 NULL NULL -13357580 13357585 5.0 -26715165 1.0 -15601.0 NULL -1.3373186E7 0.2778 -3129.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -4.0 -2142615863 15601 NULL NULL -2142615859 2142615863 4.0 -4285231722 1.0 -15601.0 NULL -2.142631464E9 0.34725 -5725.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -4.0 -1559306282 15601 NULL NULL -1559306278 1559306282 4.0 -3118612560 1.0 -15601.0 NULL -1.559321883E9 0.34725 -1933.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -4.0 -413080018 15601 NULL NULL -413080014 413080018 4.0 -826160032 1.0 -15601.0 NULL -4.13095619E8 0.34725 -12341.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -4.0 -85097850 15601 NULL NULL -85097846 85097850 4.0 -170195696 1.0 -15601.0 NULL -8.5113451E7 0.34725 -9996.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -3.0 -2076312756 15601 NULL NULL -2076312753 2076312756 3.0 -4152625509 1.0 -15601.0 NULL -2.076328357E9 0.463 -6868.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -3.0 -1714949058 15601 NULL NULL -1714949055 1714949058 3.0 -3429898113 1.0 -15601.0 NULL -1.714964659E9 0.463 -9133.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -3.0 -1263796487 15601 NULL NULL -1263796484 1263796487 3.0 -2527592971 1.0 -15601.0 NULL -1.263812088E9 0.463 -6280.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -2.0 -2115132140 15601 NULL NULL -2115132138 2115132140 2.0 -4230264278 1.0 -15601.0 NULL -2.115147741E9 0.6945 -10964.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -2.0 -430689331 15601 NULL NULL -430689329 430689331 2.0 -861378660 1.0 -15601.0 NULL -4.30704932E8 0.6945 -8125.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -2.0 -338257841 15601 NULL NULL -338257839 338257841 2.0 -676515680 1.0 -15601.0 NULL -3.38273442E8 0.6945 -12560.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -2.0 -319788030 15601 NULL NULL -319788028 319788030 2.0 -639576058 1.0 -15601.0 NULL -3.19803631E8 0.6945 -14333.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -2.0 -64512046 15601 NULL NULL -64512044 64512046 2.0 -129024090 1.0 -15601.0 NULL -6.4527647E7 0.6945 -1911.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -1.0 -789881959 15601 NULL NULL -789881958 789881959 1.0 -1579763917 1.0 -15601.0 NULL -7.8989756E8 1.389 -3329.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 -1.0 -630453835 15601 NULL NULL -630453834 630453835 1.0 -1260907669 1.0 -15601.0 NULL -6.30469436E8 1.389 -1824.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -1.0 -532065045 15601 NULL NULL -532065044 532065045 1.0 -1064130089 1.0 -15601.0 NULL -5.32080646E8 1.389 -8541.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 -1.0 -457778616 15601 NULL NULL -457778615 457778616 1.0 -915557231 1.0 -15601.0 NULL -4.57794217E8 1.389 -14074.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 0.0 -1355080830 15601 NULL NULL -1355080830 1355080830 -0.0 -2710161660 1.0 -15601.0 NULL -1.355096431E9 NULL -9172.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 0.0 -1300968933 15601 NULL NULL -1300968933 1300968933 -0.0 -2601937866 1.0 -15601.0 NULL -1.300984534E9 NULL -1543.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 0.0 -1111841132 15601 NULL NULL -1111841132 1111841132 -0.0 -2223682264 1.0 -15601.0 NULL -1.111856733E9 NULL -4665.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 0.0 -901264012 15601 NULL NULL -901264012 901264012 -0.0 -1802528024 1.0 -15601.0 NULL -9.01279613E8 NULL -9843.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 0.0 -438779645 15601 NULL NULL -438779645 438779645 -0.0 -877559290 1.0 -15601.0 NULL -4.38795246E8 NULL -1520.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 0.0 -203039588 15601 NULL NULL -203039588 203039588 -0.0 -406079176 1.0 -15601.0 NULL -2.03055189E8 NULL -8174.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 0.0 -39854776 15601 NULL NULL -39854776 39854776 -0.0 -79709552 1.0 -15601.0 NULL -3.9870377E7 NULL -9822.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 1.0 -2136727102 15601 NULL NULL -2136727103 2136727102 -1.0 -4273454205 1.0 -15601.0 NULL -2.136742703E9 -1.389 -14142.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 1.0 -1972121622 15601 NULL NULL -1972121623 1972121622 -1.0 -3944243245 1.0 -15601.0 NULL -1.972137223E9 -1.389 -14813.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 1.0 -1025788056 15601 NULL NULL -1025788057 1025788056 -1.0 -2051576113 1.0 -15601.0 NULL -1.025803657E9 -1.389 -6705.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 1.0 -832606494 15601 NULL NULL -832606495 832606494 -1.0 -1665212989 1.0 -15601.0 NULL -8.32622095E8 -1.389 -12326.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 1.0 -208178544 15601 NULL NULL -208178545 208178544 -1.0 -416357089 1.0 -15601.0 NULL -2.08194145E8 -1.389 -14401.0 -15601 NULL +NULL NULL NULL 1969-12-31 15:59:58.456 15601.0 1.0 -33712062 15601 NULL NULL -33712063 33712062 -1.0 -67424125 1.0 -15601.0 NULL -3.3727663E7 -1.389 -13902.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 2.0 -1084500358 15601 NULL NULL -1084500360 1084500358 -2.0 -2169000718 1.0 -15601.0 NULL -1.084515959E9 -0.6945 -12444.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 2.0 -664588420 15601 NULL NULL -664588422 664588420 -2.0 -1329176842 1.0 -15601.0 NULL -6.64604021E8 -0.6945 -1421.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 2.0 -400080827 15601 NULL NULL -400080829 400080827 -2.0 -800161656 1.0 -15601.0 NULL -4.00096428E8 -0.6945 -8783.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 3.0 -1580362265 15601 NULL NULL -1580362268 1580362265 -3.0 -3160724533 1.0 -15601.0 NULL -1.580377866E9 -0.463 -12167.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 3.0 -1269033095 15601 NULL NULL -1269033098 1269033095 -3.0 -2538066193 1.0 -15601.0 NULL -1.269048696E9 -0.463 -952.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 3.0 -1215180434 15601 NULL NULL -1215180437 1215180434 -3.0 -2430360871 1.0 -15601.0 NULL -1.215196035E9 -0.463 -2943.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 3.0 -662740282 15601 NULL NULL -662740285 662740282 -3.0 -1325480567 1.0 -15601.0 NULL -6.62755883E8 -0.463 -9802.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 4.0 -2118522134 15601 NULL NULL -2118522138 2118522134 -4.0 -4237044272 1.0 -15601.0 NULL -2.118537735E9 -0.34725 -15541.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 4.0 -1677882999 15601 NULL NULL -1677883003 1677882999 -4.0 -3355766002 1.0 -15601.0 NULL -1.6778986E9 -0.34725 -11050.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 4.0 -1096047343 15601 NULL NULL -1096047347 1096047343 -4.0 -2192094690 1.0 -15601.0 NULL -1.096062944E9 -0.34725 -14689.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 4.0 -941884962 15601 NULL NULL -941884966 941884962 -4.0 -1883769928 1.0 -15601.0 NULL -9.41900563E8 -0.34725 -5789.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 4.0 -293394791 15601 NULL NULL -293394795 293394791 -4.0 -586789586 1.0 -15601.0 NULL -2.93410392E8 -0.34725 -2385.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 4.0 -118815110 15601 NULL NULL -118815114 118815110 -4.0 -237630224 1.0 -15601.0 NULL -1.18830711E8 -0.34725 -13495.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 4.0 -25467184 15601 NULL NULL -25467188 25467184 -4.0 -50934372 1.0 -15601.0 NULL -2.5482785E7 -0.34725 -6352.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 5.0 -1668687246 15601 NULL NULL -1668687251 1668687246 -5.0 -3337374497 1.0 -15601.0 NULL -1.668702847E9 -0.2778 -4286.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 5.0 -1611690058 15601 NULL NULL -1611690063 1611690058 -5.0 -3223380121 1.0 -15601.0 NULL -1.611705659E9 -0.2778 -13152.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 5.0 -1456078486 15601 NULL NULL -1456078491 1456078486 -5.0 -2912156977 1.0 -15601.0 NULL -1.456094087E9 -0.2778 -5954.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 5.0 -1405201067 15601 NULL NULL -1405201072 1405201067 -5.0 -2810402139 1.0 -15601.0 NULL -1.405216668E9 -0.2778 -3396.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 5.0 -1332540455 15601 NULL NULL -1332540460 1332540455 -5.0 -2665080915 1.0 -15601.0 NULL -1.332556056E9 -0.2778 -12242.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 5.0 -507162101 15601 NULL NULL -507162106 507162101 -5.0 -1014324207 1.0 -15601.0 NULL -5.07177702E8 -0.2778 -4793.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 5.0 -245067785 15601 NULL NULL -245067790 245067785 -5.0 -490135575 1.0 -15601.0 NULL -2.45083386E8 -0.2778 -7277.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 5.0 -184458103 15601 NULL NULL -184458108 184458103 -5.0 -368916211 1.0 -15601.0 NULL -1.84473704E8 -0.2778 -7480.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 6.0 -1440134532 15601 NULL NULL -1440134538 1440134532 -6.0 -2880269070 1.0 -15601.0 NULL -1.440150133E9 -0.2315 -6222.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 6.0 -1135974844 15601 NULL NULL -1135974850 1135974844 -6.0 -2271949694 1.0 -15601.0 NULL -1.135990445E9 -0.2315 -3630.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 6.0 -940198586 15601 NULL NULL -940198592 940198586 -6.0 -1880397178 1.0 -15601.0 NULL -9.40214187E8 -0.2315 -4321.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 6.0 -921789404 15601 NULL NULL -921789410 921789404 -6.0 -1843578814 1.0 -15601.0 NULL -9.21805005E8 -0.2315 -4319.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 6.0 -47379735 15601 NULL NULL -47379741 47379735 -6.0 -94759476 1.0 -15601.0 NULL -4.7395336E7 -0.2315 -15099.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 7.0 -1487527155 15601 NULL NULL -1487527162 1487527155 -7.0 -2975054317 1.0 -15601.0 NULL -1.487542756E9 -0.19842857142857143 -3007.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 7.0 -484557615 15601 NULL NULL -484557622 484557615 -7.0 -969115237 1.0 -15601.0 NULL -4.84573216E8 -0.19842857142857143 -6156.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 7.0 -335637893 15601 NULL NULL -335637900 335637893 -7.0 -671275793 1.0 -15601.0 NULL -3.35653494E8 -0.19842857142857143 -13580.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 8.0 -1568412240 15601 NULL NULL -1568412248 1568412240 -8.0 -3136824488 1.0 -15601.0 NULL -1.568427841E9 -0.173625 -12508.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 8.0 -1393500402 15601 NULL NULL -1393500410 1393500402 -8.0 -2787000812 1.0 -15601.0 NULL -1.393516003E9 -0.173625 -3481.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 8.0 -671519607 15601 NULL NULL -671519615 671519607 -8.0 -1343039222 1.0 -15601.0 NULL -6.71535208E8 -0.173625 -5764.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 8.0 -590921449 15601 NULL NULL -590921457 590921449 -8.0 -1181842906 1.0 -15601.0 NULL -5.9093705E8 -0.173625 -2372.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 9.0 -2093472028 15601 NULL NULL -2093472037 2093472028 -9.0 -4186944065 1.0 -15601.0 NULL -2.093487629E9 -0.15433333333333332 -5040.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 9.0 -1792474070 15601 NULL NULL -1792474079 1792474070 -9.0 -3584948149 1.0 -15601.0 NULL -1.792489671E9 -0.15433333333333332 -12776.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 9.0 -1620061206 15601 NULL NULL -1620061215 1620061206 -9.0 -3240122421 1.0 -15601.0 NULL -1.620076807E9 -0.15433333333333332 -6563.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 9.0 -1145489043 15601 NULL NULL -1145489052 1145489043 -9.0 -2290978095 1.0 -15601.0 NULL -1.145504644E9 -0.15433333333333332 -1219.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 9.0 -910567691 15601 NULL NULL -910567700 910567691 -9.0 -1821135391 1.0 -15601.0 NULL -9.10583292E8 -0.15433333333333332 -15326.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 9.0 -605773050 15601 NULL NULL -605773059 605773050 -9.0 -1211546109 1.0 -15601.0 NULL -6.05788651E8 -0.15433333333333332 -1821.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 10.0 -1230115822 15601 NULL NULL -1230115832 1230115822 -10.0 -2460231654 1.0 -15601.0 NULL -1.230131423E9 -0.1389 -8174.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 10.0 -1043251982 15601 NULL NULL -1043251992 1043251982 -10.0 -2086503974 1.0 -15601.0 NULL -1.043267583E9 -0.1389 -13112.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 10.0 -720023732 15601 NULL NULL -720023742 720023732 -10.0 -1440047474 1.0 -15601.0 NULL -7.20039333E8 -0.1389 -6380.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 11.0 -1656847358 15601 NULL NULL -1656847369 1656847358 -11.0 -3313694727 1.0 -15601.0 NULL -1.656862959E9 -0.1262727272727273 -5557.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 11.0 -1558180030 15601 NULL NULL -1558180041 1558180030 -11.0 -3116360071 1.0 -15601.0 NULL -1.558195631E9 -0.1262727272727273 -14554.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 11.0 -1474284078 15601 NULL NULL -1474284089 1474284078 -11.0 -2948568167 1.0 -15601.0 NULL -1.474299679E9 -0.1262727272727273 -5179.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 11.0 -843069884 15601 NULL NULL -843069895 843069884 -11.0 -1686139779 1.0 -15601.0 NULL -8.43085485E8 -0.1262727272727273 -7445.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 12.0 -1879970002 15601 NULL NULL -1879970014 1879970002 -12.0 -3759940016 1.0 -15601.0 NULL -1.879985603E9 -0.11575 -2699.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 12.0 -1331125878 15601 NULL NULL -1331125890 1331125878 -12.0 -2662251768 1.0 -15601.0 NULL -1.331141479E9 -0.11575 -1755.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 12.0 -620887667 15601 NULL NULL -620887679 620887667 -12.0 -1241775346 1.0 -15601.0 NULL -6.20903268E8 -0.11575 -14670.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 13.0 -2108715482 15601 NULL NULL -2108715495 2108715482 -13.0 -4217430977 1.0 -15601.0 NULL -2.108731083E9 -0.10684615384615384 -6317.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 13.0 -2058347315 15601 NULL NULL -2058347328 2058347315 -13.0 -4116694643 1.0 -15601.0 NULL -2.058362916E9 -0.10684615384615384 -13779.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 14.0 -1970072997 15601 NULL NULL -1970073011 1970072997 -14.0 -3940146008 1.0 -15601.0 NULL -1.970088598E9 -0.09921428571428571 -9919.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 14.0 -1954298743 15601 NULL NULL -1954298757 1954298743 -14.0 -3908597500 1.0 -15601.0 NULL -1.954314344E9 -0.09921428571428571 -8276.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 14.0 -1555938533 15601 NULL NULL -1555938547 1555938533 -14.0 -3111877080 1.0 -15601.0 NULL -1.555954134E9 -0.09921428571428571 -4000.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 14.0 -1426659283 15601 NULL NULL -1426659297 1426659283 -14.0 -2853318580 1.0 -15601.0 NULL -1.426674884E9 -0.09921428571428571 -10237.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 14.0 -1358164329 15601 NULL NULL -1358164343 1358164329 -14.0 -2716328672 1.0 -15601.0 NULL -1.35817993E9 -0.09921428571428571 -3673.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 15.0 -1964487606 15601 NULL NULL -1964487621 1964487606 -15.0 -3928975227 1.0 -15601.0 NULL -1.964503207E9 -0.0926 -9686.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 15.0 -1675398355 15601 NULL NULL -1675398370 1675398355 -15.0 -3350796725 1.0 -15601.0 NULL -1.675413956E9 -0.0926 -6965.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 15.0 -1540302337 15601 NULL NULL -1540302352 1540302337 -15.0 -3080604689 1.0 -15601.0 NULL -1.540317938E9 -0.0926 -6.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 15.0 -1186641445 15601 NULL NULL -1186641460 1186641445 -15.0 -2373282905 1.0 -15601.0 NULL -1.186657046E9 -0.0926 -13784.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 15.0 -1106735397 15601 NULL NULL -1106735412 1106735397 -15.0 -2213470809 1.0 -15601.0 NULL -1.106750998E9 -0.0926 -457.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 16.0 -1011232927 15601 NULL NULL -1011232943 1011232927 -16.0 -2022465870 1.0 -15601.0 NULL -1.011248528E9 -0.0868125 -7309.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 17.0 -1932369186 15601 NULL NULL -1932369203 1932369186 -17.0 -3864738389 1.0 -15601.0 NULL -1.932384787E9 -0.08170588235294118 -13725.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 17.0 -1749442997 15601 NULL NULL -1749443014 1749442997 -17.0 -3498886011 1.0 -15601.0 NULL -1.749458598E9 -0.08170588235294118 -9261.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 17.0 -784264135 15601 NULL NULL -784264152 784264135 -17.0 -1568528287 1.0 -15601.0 NULL -7.84279736E8 -0.08170588235294118 -1865.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 17.0 -748287945 15601 NULL NULL -748287962 748287945 -17.0 -1496575907 1.0 -15601.0 NULL -7.48303546E8 -0.08170588235294118 -1581.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 17.0 -629005739 15601 NULL NULL -629005756 629005739 -17.0 -1258011495 1.0 -15601.0 NULL -6.2902134E8 -0.08170588235294118 -4621.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 17.0 -402367872 15601 NULL NULL -402367889 402367872 -17.0 -804735761 1.0 -15601.0 NULL -4.02383473E8 -0.08170588235294118 -2481.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 17.0 -191560572 15601 NULL NULL -191560589 191560572 -17.0 -383121161 1.0 -15601.0 NULL -1.91576173E8 -0.08170588235294118 -11494.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 18.0 -2044770406 15601 NULL NULL -2044770424 2044770406 -18.0 -4089540830 1.0 -15601.0 NULL -2.044786007E9 -0.07716666666666666 -9740.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 18.0 -1692252476 15601 NULL NULL -1692252494 1692252476 -18.0 -3384504970 1.0 -15601.0 NULL -1.692268077E9 -0.07716666666666666 -12006.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 18.0 -996134600 15601 NULL NULL -996134618 996134600 -18.0 -1992269218 1.0 -15601.0 NULL -9.96150201E8 -0.07716666666666666 -10750.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 18.0 -973905398 15601 NULL NULL -973905416 973905398 -18.0 -1947810814 1.0 -15601.0 NULL -9.73920999E8 -0.07716666666666666 -12973.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 18.0 -860591619 15601 NULL NULL -860591637 860591619 -18.0 -1721183256 1.0 -15601.0 NULL -8.6060722E8 -0.07716666666666666 -9257.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 18.0 -309614238 15601 NULL NULL -309614256 309614238 -18.0 -619228494 1.0 -15601.0 NULL -3.09629839E8 -0.07716666666666666 -12393.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 18.0 -62733813 15601 NULL NULL -62733831 62733813 -18.0 -125467644 1.0 -15601.0 NULL -6.2749414E7 -0.07716666666666666 -2192.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 19.0 -1644279296 15601 NULL NULL -1644279315 1644279296 -19.0 -3288558611 1.0 -15601.0 NULL -1.644294897E9 -0.07310526315789474 -11901.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 19.0 -1332687894 15601 NULL NULL -1332687913 1332687894 -19.0 -2665375807 1.0 -15601.0 NULL -1.332703495E9 -0.07310526315789474 -3671.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 19.0 -631397801 15601 NULL NULL -631397820 631397801 -19.0 -1262795621 1.0 -15601.0 NULL -6.31413402E8 -0.07310526315789474 -9730.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 19.0 -408304573 15601 NULL NULL -408304592 408304573 -19.0 -816609165 1.0 -15601.0 NULL -4.08320174E8 -0.07310526315789474 -10802.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 20.0 -2050820665 15601 NULL NULL -2050820685 2050820665 -20.0 -4101641350 1.0 -15601.0 NULL -2.050836266E9 -0.06945 -6811.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 20.0 -1972968987 15601 NULL NULL -1972969007 1972968987 -20.0 -3945937994 1.0 -15601.0 NULL -1.972984588E9 -0.06945 -4123.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 20.0 -1644694994 15601 NULL NULL -1644695014 1644694994 -20.0 -3289390008 1.0 -15601.0 NULL -1.644710595E9 -0.06945 -6372.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 20.0 -1195710741 15601 NULL NULL -1195710761 1195710741 -20.0 -2391421502 1.0 -15601.0 NULL -1.195726342E9 -0.06945 -3298.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 20.0 -368721894 15601 NULL NULL -368721914 368721894 -20.0 -737443808 1.0 -15601.0 NULL -3.68737495E8 -0.06945 -7860.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 20.0 -362433250 15601 NULL NULL -362433270 362433250 -20.0 -724866520 1.0 -15601.0 NULL -3.62448851E8 -0.06945 -6419.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 20.0 -89010 15601 NULL NULL -89030 89010 -20.0 -178040 1.0 -15601.0 NULL -104611.0 -0.06945 -11005.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 21.0 -893636289 15601 NULL NULL -893636310 893636289 -21.0 -1787272599 1.0 -15601.0 NULL -8.9365189E8 -0.06614285714285714 -11009.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 22.0 -1875861804 15601 NULL NULL -1875861826 1875861804 -22.0 -3751723630 1.0 -15601.0 NULL -1.875877405E9 -0.06313636363636364 -13165.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 22.0 -1433781206 15601 NULL NULL -1433781228 1433781206 -22.0 -2867562434 1.0 -15601.0 NULL -1.433796807E9 -0.06313636363636364 -2503.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 22.0 -490232669 15601 NULL NULL -490232691 490232669 -22.0 -980465360 1.0 -15601.0 NULL -4.9024827E8 -0.06313636363636364 -2446.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 23.0 -1167276678 15601 NULL NULL -1167276701 1167276678 -23.0 -2334553379 1.0 -15601.0 NULL -1.167292279E9 -0.06039130434782609 -9858.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 23.0 -996165688 15601 NULL NULL -996165711 996165688 -23.0 -1992331399 1.0 -15601.0 NULL -9.96181289E8 -0.06039130434782609 -10636.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 24.0 -1740312484 15601 NULL NULL -1740312508 1740312484 -24.0 -3480624992 1.0 -15601.0 NULL -1.740328085E9 -0.057875 -5333.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 24.0 -1278926860 15601 NULL NULL -1278926884 1278926860 -24.0 -2557853744 1.0 -15601.0 NULL -1.278942461E9 -0.057875 -3683.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 24.0 -404751232 15601 NULL NULL -404751256 404751232 -24.0 -809502488 1.0 -15601.0 NULL -4.04766833E8 -0.057875 -14489.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 25.0 -2030132877 15601 NULL NULL -2030132902 2030132877 -25.0 -4060265779 1.0 -15601.0 NULL -2.030148478E9 -0.05556 -5949.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 25.0 -1178735095 15601 NULL NULL -1178735120 1178735095 -25.0 -2357470215 1.0 -15601.0 NULL -1.178750696E9 -0.05556 -1540.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 25.0 -765146525 15601 NULL NULL -765146550 765146525 -25.0 -1530293075 1.0 -15601.0 NULL -7.65162126E8 -0.05556 -11081.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 26.0 -2141336536 15601 NULL NULL -2141336562 2141336536 -26.0 -4282673098 1.0 -15601.0 NULL -2.141352137E9 -0.05342307692307692 -5680.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 26.0 -692950740 15601 NULL NULL -692950766 692950740 -26.0 -1385901506 1.0 -15601.0 NULL -6.92966341E8 -0.05342307692307692 -1123.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 26.0 -51344670 15601 NULL NULL -51344696 51344670 -26.0 -102689366 1.0 -15601.0 NULL -5.1360271E7 -0.05342307692307692 -1779.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 27.0 -2043827141 15601 NULL NULL -2043827168 2043827141 -27.0 -4087654309 1.0 -15601.0 NULL -2.043842742E9 -0.051444444444444445 -2535.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 27.0 -1535090489 15601 NULL NULL -1535090516 1535090489 -27.0 -3070181005 1.0 -15601.0 NULL -1.53510609E9 -0.051444444444444445 -14493.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 27.0 -67671601 15601 NULL NULL -67671628 67671601 -27.0 -135343229 1.0 -15601.0 NULL -6.7687202E7 -0.051444444444444445 -10064.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 28.0 -1852182045 15601 NULL NULL -1852182073 1852182045 -28.0 -3704364118 1.0 -15601.0 NULL -1.852197646E9 -0.04960714285714286 -123.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 28.0 -1767756774 15601 NULL NULL -1767756802 1767756774 -28.0 -3535513576 1.0 -15601.0 NULL -1.767772375E9 -0.04960714285714286 -7464.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 28.0 -1556827241 15601 NULL NULL -1556827269 1556827241 -28.0 -3113654510 1.0 -15601.0 NULL -1.556842842E9 -0.04960714285714286 -3451.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 29.0 -2052415815 15601 NULL NULL -2052415844 2052415815 -29.0 -4104831659 1.0 -15601.0 NULL -2.052431416E9 -0.04789655172413793 -10659.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 29.0 -508126361 15601 NULL NULL -508126390 508126361 -29.0 -1016252751 1.0 -15601.0 NULL -5.08141962E8 -0.04789655172413793 -1791.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 29.0 -221039350 15601 NULL NULL -221039379 221039350 -29.0 -442078729 1.0 -15601.0 NULL -2.21054951E8 -0.04789655172413793 -4382.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 30.0 -1986754040 15601 NULL NULL -1986754070 1986754040 -30.0 -3973508110 1.0 -15601.0 NULL -1.986769641E9 -0.0463 -13493.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 30.0 -1465963146 15601 NULL NULL -1465963176 1465963146 -30.0 -2931926322 1.0 -15601.0 NULL -1.465978747E9 -0.0463 -15181.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 30.0 -1399138608 15601 NULL NULL -1399138638 1399138608 -30.0 -2798277246 1.0 -15601.0 NULL -1.399154209E9 -0.0463 -9726.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 30.0 -941937506 15601 NULL NULL -941937536 941937506 -30.0 -1883875042 1.0 -15601.0 NULL -9.41953107E8 -0.0463 -11530.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 30.0 -919690155 15601 NULL NULL -919690185 919690155 -30.0 -1839380340 1.0 -15601.0 NULL -9.19705756E8 -0.0463 -11205.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 30.0 -579164639 15601 NULL NULL -579164669 579164639 -30.0 -1158329308 1.0 -15601.0 NULL -5.7918024E8 -0.0463 -8716.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 31.0 -1954992185 15601 NULL NULL -1954992216 1954992185 -31.0 -3909984401 1.0 -15601.0 NULL -1.955007786E9 -0.044806451612903225 -15274.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 31.0 -1407693136 15601 NULL NULL -1407693167 1407693136 -31.0 -2815386303 1.0 -15601.0 NULL -1.407708737E9 -0.044806451612903225 -14906.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 31.0 -810446066 15601 NULL NULL -810446097 810446066 -31.0 -1620892163 1.0 -15601.0 NULL -8.10461667E8 -0.044806451612903225 -5318.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 31.0 -202495882 15601 NULL NULL -202495913 202495882 -31.0 -404991795 1.0 -15601.0 NULL -2.02511483E8 -0.044806451612903225 -10503.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 32.0 -1495050520 15601 NULL NULL -1495050552 1495050520 -32.0 -2990101072 1.0 -15601.0 NULL -1.495066121E9 -0.04340625 -6690.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 32.0 -991138235 15601 NULL NULL -991138267 991138235 -32.0 -1982276502 1.0 -15601.0 NULL -9.91153836E8 -0.04340625 -6705.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 32.0 -747159857 15601 NULL NULL -747159889 747159857 -32.0 -1494319746 1.0 -15601.0 NULL -7.47175458E8 -0.04340625 -12366.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 32.0 -537124320 15601 NULL NULL -537124352 537124320 -32.0 -1074248672 1.0 -15601.0 NULL -5.37139921E8 -0.04340625 -13092.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 33.0 -2081329290 15601 NULL NULL -2081329323 2081329290 -33.0 -4162658613 1.0 -15601.0 NULL -2.081344891E9 -0.04209090909090909 -15481.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 33.0 -667436971 15601 NULL NULL -667437004 667436971 -33.0 -1334873975 1.0 -15601.0 NULL -6.67452572E8 -0.04209090909090909 -10590.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 34.0 -1954258334 15601 NULL NULL -1954258368 1954258334 -34.0 -3908516702 1.0 -15601.0 NULL -1.954273935E9 -0.04085294117647059 -14670.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 34.0 -1175444744 15601 NULL NULL -1175444778 1175444744 -34.0 -2350889522 1.0 -15601.0 NULL -1.175460345E9 -0.04085294117647059 -3000.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 34.0 -1028809597 15601 NULL NULL -1028809631 1028809597 -34.0 -2057619228 1.0 -15601.0 NULL -1.028825198E9 -0.04085294117647059 -1652.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 34.0 -748476723 15601 NULL NULL -748476757 748476723 -34.0 -1496953480 1.0 -15601.0 NULL -7.48492324E8 -0.04085294117647059 -3147.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 34.0 -461126191 15601 NULL NULL -461126225 461126191 -34.0 -922252416 1.0 -15601.0 NULL -4.61141792E8 -0.04085294117647059 -7434.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 34.0 -303944829 15601 NULL NULL -303944863 303944829 -34.0 -607889692 1.0 -15601.0 NULL -3.0396043E8 -0.04085294117647059 -6147.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 35.0 -1198622822 15601 NULL NULL -1198622857 1198622822 -35.0 -2397245679 1.0 -15601.0 NULL -1.198638423E9 -0.03968571428571429 -13593.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 35.0 -987166521 15601 NULL NULL -987166556 987166521 -35.0 -1974333077 1.0 -15601.0 NULL -9.87182122E8 -0.03968571428571429 -13246.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 35.0 -777113949 15601 NULL NULL -777113984 777113949 -35.0 -1554227933 1.0 -15601.0 NULL -7.7712955E8 -0.03968571428571429 -12538.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 35.0 -605058422 15601 NULL NULL -605058457 605058422 -35.0 -1210116879 1.0 -15601.0 NULL -6.05074023E8 -0.03968571428571429 -4839.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 35.0 -419284856 15601 NULL NULL -419284891 419284856 -35.0 -838569747 1.0 -15601.0 NULL -4.19300457E8 -0.03968571428571429 -7981.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 35.0 -370099117 15601 NULL NULL -370099152 370099117 -35.0 -740198269 1.0 -15601.0 NULL -3.70114718E8 -0.03968571428571429 -12195.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 36.0 -1493188887 15601 NULL NULL -1493188923 1493188887 -36.0 -2986377810 1.0 -15601.0 NULL -1.493204488E9 -0.03858333333333333 -1576.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 36.0 -1300587151 15601 NULL NULL -1300587187 1300587151 -36.0 -2601174338 1.0 -15601.0 NULL -1.300602752E9 -0.03858333333333333 -9786.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 38.0 -440412114 15601 NULL NULL -440412152 440412114 -38.0 -880824266 1.0 -15601.0 NULL -4.40427715E8 -0.03655263157894737 -11485.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 39.0 -1351910626 15601 NULL NULL -1351910665 1351910626 -39.0 -2703821291 1.0 -15601.0 NULL -1.351926227E9 -0.03561538461538462 -5971.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 39.0 -1046301933 15601 NULL NULL -1046301972 1046301933 -39.0 -2092603905 1.0 -15601.0 NULL -1.046317534E9 -0.03561538461538462 -5267.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 39.0 -484639113 15601 NULL NULL -484639152 484639113 -39.0 -969278265 1.0 -15601.0 NULL -4.84654714E8 -0.03561538461538462 -9649.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 39.0 -189542740 15601 NULL NULL -189542779 189542740 -39.0 -379085519 1.0 -15601.0 NULL -1.89558341E8 -0.03561538461538462 -6191.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 39.0 -144116978 15601 NULL NULL -144117017 144116978 -39.0 -288233995 1.0 -15601.0 NULL -1.44132579E8 -0.03561538461538462 -10541.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 40.0 -1530632114 15601 NULL NULL -1530632154 1530632114 -40.0 -3061264268 1.0 -15601.0 NULL -1.530647715E9 -0.034725 -2403.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 40.0 -912039001 15601 NULL NULL -912039041 912039001 -40.0 -1824078042 1.0 -15601.0 NULL -9.12054602E8 -0.034725 -4541.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 40.0 -515857483 15601 NULL NULL -515857523 515857483 -40.0 -1031715006 1.0 -15601.0 NULL -5.15873084E8 -0.034725 -10418.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 40.0 -487954385 15601 NULL NULL -487954425 487954385 -40.0 -975908810 1.0 -15601.0 NULL -4.87969986E8 -0.034725 -1908.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 41.0 -1730738390 15601 NULL NULL -1730738431 1730738390 -41.0 -3461476821 1.0 -15601.0 NULL -1.730753991E9 -0.03387804878048781 -10253.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 41.0 -338704173 15601 NULL NULL -338704214 338704173 -41.0 -677408387 1.0 -15601.0 NULL -3.38719774E8 -0.03387804878048781 -6463.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 41.0 -185407727 15601 NULL NULL -185407768 185407727 -41.0 -370815495 1.0 -15601.0 NULL -1.85423328E8 -0.03387804878048781 -5443.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 42.0 -1253747722 15601 NULL NULL -1253747764 1253747722 -42.0 -2507495486 1.0 -15601.0 NULL -1.253763323E9 -0.03307142857142857 -4559.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 42.0 -1127028116 15601 NULL NULL -1127028158 1127028116 -42.0 -2254056274 1.0 -15601.0 NULL -1.127043717E9 -0.03307142857142857 -11876.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 42.0 -658899077 15601 NULL NULL -658899119 658899077 -42.0 -1317798196 1.0 -15601.0 NULL -6.58914678E8 -0.03307142857142857 -6443.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 42.0 -122247742 15601 NULL NULL -122247784 122247742 -42.0 -244495526 1.0 -15601.0 NULL -1.22263343E8 -0.03307142857142857 -13907.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 42.0 -30310351 15601 NULL NULL -30310393 30310351 -42.0 -60620744 1.0 -15601.0 NULL -3.0325952E7 -0.03307142857142857 -13209.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 42.0 -27952228 15601 NULL NULL -27952270 27952228 -42.0 -55904498 1.0 -15601.0 NULL -2.7967829E7 -0.03307142857142857 -10837.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 44.0 -2098300466 15601 NULL NULL -2098300510 2098300466 -44.0 -4196600976 1.0 -15601.0 NULL -2.098316067E9 -0.03156818181818182 -12769.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 44.0 -1144200805 15601 NULL NULL -1144200849 1144200805 -44.0 -2288401654 1.0 -15601.0 NULL -1.144216406E9 -0.03156818181818182 -7864.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 44.0 -1109093265 15601 NULL NULL -1109093309 1109093265 -44.0 -2218186574 1.0 -15601.0 NULL -1.109108866E9 -0.03156818181818182 -2574.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 44.0 -780348314 15601 NULL NULL -780348358 780348314 -44.0 -1560696672 1.0 -15601.0 NULL -7.80363915E8 -0.03156818181818182 -1895.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 45.0 -689749024 15601 NULL NULL -689749069 689749024 -45.0 -1379498093 1.0 -15601.0 NULL -6.89764625E8 -0.030866666666666667 -13213.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 45.0 -223953421 15601 NULL NULL -223953466 223953421 -45.0 -447906887 1.0 -15601.0 NULL -2.23969022E8 -0.030866666666666667 -1066.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 45.0 -195941743 15601 NULL NULL -195941788 195941743 -45.0 -391883531 1.0 -15601.0 NULL -1.95957344E8 -0.030866666666666667 -8784.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 46.0 -1996378319 15601 NULL NULL -1996378365 1996378319 -46.0 -3992756684 1.0 -15601.0 NULL -1.99639392E9 -0.030195652173913044 -11955.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 46.0 -1721221449 15601 NULL NULL -1721221495 1721221449 -46.0 -3442442944 1.0 -15601.0 NULL -1.72123705E9 -0.030195652173913044 -9922.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 46.0 -1116090298 15601 NULL NULL -1116090344 1116090298 -46.0 -2232180642 1.0 -15601.0 NULL -1.116105899E9 -0.030195652173913044 -10359.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 46.0 -1063470233 15601 NULL NULL -1063470279 1063470233 -46.0 -2126940512 1.0 -15601.0 NULL -1.063485834E9 -0.030195652173913044 -12467.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 46.0 -645509327 15601 NULL NULL -645509373 645509327 -46.0 -1291018700 1.0 -15601.0 NULL -6.45524928E8 -0.030195652173913044 -2351.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 46.0 -591161051 15601 NULL NULL -591161097 591161051 -46.0 -1182322148 1.0 -15601.0 NULL -5.91176652E8 -0.030195652173913044 -7959.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 47.0 -1230441185 15601 NULL NULL -1230441232 1230441185 -47.0 -2460882417 1.0 -15601.0 NULL -1.230456786E9 -0.029553191489361703 -5916.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 47.0 -1220505630 15601 NULL NULL -1220505677 1220505630 -47.0 -2441011307 1.0 -15601.0 NULL -1.220521231E9 -0.029553191489361703 -8198.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 47.0 -1045079067 15601 NULL NULL -1045079114 1045079067 -47.0 -2090158181 1.0 -15601.0 NULL -1.045094668E9 -0.029553191489361703 -14880.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 47.0 -1019007115 15601 NULL NULL -1019007162 1019007115 -47.0 -2038014277 1.0 -15601.0 NULL -1.019022716E9 -0.029553191489361703 -12199.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 48.0 -795361000 15601 NULL NULL -795361048 795361000 -48.0 -1590722048 1.0 -15601.0 NULL -7.95376601E8 -0.0289375 -6419.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 48.0 -505179873 15601 NULL NULL -505179921 505179873 -48.0 -1010359794 1.0 -15601.0 NULL -5.05195474E8 -0.0289375 -3892.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 49.0 -1506320791 15601 NULL NULL -1506320840 1506320791 -49.0 -3012641631 1.0 -15601.0 NULL -1.506336392E9 -0.028346938775510203 -13039.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 49.0 -1259043484 15601 NULL NULL -1259043533 1259043484 -49.0 -2518087017 1.0 -15601.0 NULL -1.259059085E9 -0.028346938775510203 -11582.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 49.0 -1107321329 15601 NULL NULL -1107321378 1107321329 -49.0 -2214642707 1.0 -15601.0 NULL -1.10733693E9 -0.028346938775510203 -9152.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 49.0 -839522912 15601 NULL NULL -839522961 839522912 -49.0 -1679045873 1.0 -15601.0 NULL -8.39538513E8 -0.028346938775510203 -1900.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 49.0 -343392629 15601 NULL NULL -343392678 343392629 -49.0 -686785307 1.0 -15601.0 NULL -3.4340823E8 -0.028346938775510203 -14619.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 49.0 -170140038 15601 NULL NULL -170140087 170140038 -49.0 -340280125 1.0 -15601.0 NULL -1.70155639E8 -0.028346938775510203 -11133.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 49.0 -128270777 15601 NULL NULL -128270826 128270777 -49.0 -256541603 1.0 -15601.0 NULL -1.28286378E8 -0.028346938775510203 -14956.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 51.0 -2103985381 15601 NULL NULL -2103985432 2103985381 -51.0 -4207970813 1.0 -15601.0 NULL -2.104000982E9 -0.02723529411764706 -3319.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 51.0 -2040027963 15601 NULL NULL -2040028014 2040027963 -51.0 -4080055977 1.0 -15601.0 NULL -2.040043564E9 -0.02723529411764706 -10001.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 51.0 -232545302 15601 NULL NULL -232545353 232545302 -51.0 -465090655 1.0 -15601.0 NULL -2.32560903E8 -0.02723529411764706 -12397.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 52.0 -2125793790 15601 NULL NULL -2125793842 2125793790 -52.0 -4251587632 1.0 -15601.0 NULL -2.125809391E9 -0.02671153846153846 -1530.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 52.0 -1927777662 15601 NULL NULL -1927777714 1927777662 -52.0 -3855555376 1.0 -15601.0 NULL -1.927793263E9 -0.02671153846153846 -8895.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 52.0 -1846410950 15601 NULL NULL -1846411002 1846410950 -52.0 -3692821952 1.0 -15601.0 NULL -1.846426551E9 -0.02671153846153846 -1398.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 52.0 -1214834730 15601 NULL NULL -1214834782 1214834730 -52.0 -2429669512 1.0 -15601.0 NULL -1.214850331E9 -0.02671153846153846 -461.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 52.0 -746546766 15601 NULL NULL -746546818 746546766 -52.0 -1493093584 1.0 -15601.0 NULL -7.46562367E8 -0.02671153846153846 -7714.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 53.0 -1283930255 15601 NULL NULL -1283930308 1283930255 -53.0 -2567860563 1.0 -15601.0 NULL -1.283945856E9 -0.026207547169811322 -14758.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 53.0 -1231026402 15601 NULL NULL -1231026455 1231026402 -53.0 -2462052857 1.0 -15601.0 NULL -1.231042003E9 -0.026207547169811322 -13896.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 53.0 -782857402 15601 NULL NULL -782857455 782857402 -53.0 -1565714857 1.0 -15601.0 NULL -7.82873003E8 -0.026207547169811322 -14823.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 54.0 -1735553309 15601 NULL NULL -1735553363 1735553309 -54.0 -3471106672 1.0 -15601.0 NULL -1.73556891E9 -0.025722222222222223 -4463.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 54.0 -1711666077 15601 NULL NULL -1711666131 1711666077 -54.0 -3423332208 1.0 -15601.0 NULL -1.711681678E9 -0.025722222222222223 -2362.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 54.0 -1676223874 15601 NULL NULL -1676223928 1676223874 -54.0 -3352447802 1.0 -15601.0 NULL -1.676239475E9 -0.025722222222222223 -5631.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 54.0 -1479988050 15601 NULL NULL -1479988104 1479988050 -54.0 -2959976154 1.0 -15601.0 NULL -1.480003651E9 -0.025722222222222223 -14786.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 54.0 -83357142 15601 NULL NULL -83357196 83357142 -54.0 -166714338 1.0 -15601.0 NULL -8.3372743E7 -0.025722222222222223 -999.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 55.0 -1559932440 15601 NULL NULL -1559932495 1559932440 -55.0 -3119864935 1.0 -15601.0 NULL -1.559948041E9 -0.025254545454545453 -4051.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 55.0 -1224290649 15601 NULL NULL -1224290704 1224290649 -55.0 -2448581353 1.0 -15601.0 NULL -1.22430625E9 -0.025254545454545453 -2174.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 55.0 -1044215393 15601 NULL NULL -1044215448 1044215393 -55.0 -2088430841 1.0 -15601.0 NULL -1.044230994E9 -0.025254545454545453 -9261.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 55.0 -819636483 15601 NULL NULL -819636538 819636483 -55.0 -1639273021 1.0 -15601.0 NULL -8.19652084E8 -0.025254545454545453 -6746.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 55.0 -486340511 15601 NULL NULL -486340566 486340511 -55.0 -972681077 1.0 -15601.0 NULL -4.86356112E8 -0.025254545454545453 -10538.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 56.0 -1971224972 15601 NULL NULL -1971225028 1971224972 -56.0 -3942450000 1.0 -15601.0 NULL -1.971240573E9 -0.02480357142857143 -7420.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 56.0 -1378117091 15601 NULL NULL -1378117147 1378117091 -56.0 -2756234238 1.0 -15601.0 NULL -1.378132692E9 -0.02480357142857143 -2756.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 56.0 -1061994141 15601 NULL NULL -1061994197 1061994141 -56.0 -2123988338 1.0 -15601.0 NULL -1.062009742E9 -0.02480357142857143 -2869.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 56.0 -85144619 15601 NULL NULL -85144675 85144619 -56.0 -170289294 1.0 -15601.0 NULL -8.516022E7 -0.02480357142857143 -9962.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 57.0 -1465657206 15601 NULL NULL -1465657263 1465657206 -57.0 -2931314469 1.0 -15601.0 NULL -1.465672807E9 -0.02436842105263158 -5660.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 57.0 -1393938237 15601 NULL NULL -1393938294 1393938237 -57.0 -2787876531 1.0 -15601.0 NULL -1.393953838E9 -0.02436842105263158 -4488.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 57.0 -865531893 15601 NULL NULL -865531950 865531893 -57.0 -1731063843 1.0 -15601.0 NULL -8.65547494E8 -0.02436842105263158 -4014.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 58.0 -2101713482 15601 NULL NULL -2101713540 2101713482 -58.0 -4203427022 1.0 -15601.0 NULL -2.101729083E9 -0.023948275862068966 -9166.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 58.0 -1624506701 15601 NULL NULL -1624506759 1624506701 -58.0 -3249013460 1.0 -15601.0 NULL -1.624522302E9 -0.023948275862068966 -5773.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 58.0 -1384901601 15601 NULL NULL -1384901659 1384901601 -58.0 -2769803260 1.0 -15601.0 NULL -1.384917202E9 -0.023948275862068966 -831.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 58.0 1575089695 15601 NULL NULL 1575089637 -1575089695 -58.0 3150179332 1.0 -15601.0 NULL 1.575074094E9 -0.023948275862068966 12735.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 59.0 -1374485693 15601 NULL NULL -1374485752 1374485693 -59.0 -2748971445 1.0 -15601.0 NULL -1.374501294E9 -0.02354237288135593 -6391.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 60.0 -1141582332 15601 NULL NULL -1141582392 1141582332 -60.0 -2283164724 1.0 -15601.0 NULL -1.141597933E9 -0.02315 -10359.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 60.0 -977722732 15601 NULL NULL -977722792 977722732 -60.0 -1955445524 1.0 -15601.0 NULL -9.77738333E8 -0.02315 -8062.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 60.0 -657503893 15601 NULL NULL -657503953 657503893 -60.0 -1315007846 1.0 -15601.0 NULL -6.57519494E8 -0.02315 -15349.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 60.0 -640286718 15601 NULL NULL -640286778 640286718 -60.0 -1280573496 1.0 -15601.0 NULL -6.40302319E8 -0.02315 -6077.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 61.0 -1377611623 15601 NULL NULL -1377611684 1377611623 -61.0 -2755223307 1.0 -15601.0 NULL -1.377627224E9 -0.02277049180327869 -12121.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 61.0 -155636656 15601 NULL NULL -155636717 155636656 -61.0 -311273373 1.0 -15601.0 NULL -1.55652257E8 -0.02277049180327869 -1080.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 62.0 -1838132825 15601 NULL NULL -1838132887 1838132825 -62.0 -3676265712 1.0 -15601.0 NULL -1.838148426E9 -0.022403225806451613 -7404.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 62.0 -1488190636 15601 NULL NULL -1488190698 1488190636 -62.0 -2976381334 1.0 -15601.0 NULL -1.488206237E9 -0.022403225806451613 -11246.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 62.0 -1423925704 15601 NULL NULL -1423925766 1423925704 -62.0 -2847851470 1.0 -15601.0 NULL -1.423941305E9 -0.022403225806451613 -6833.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 62.0 -310826420 15601 NULL NULL -310826482 310826420 -62.0 -621652902 1.0 -15601.0 NULL -3.10842021E8 -0.022403225806451613 -7697.0 -15601 NULL +NULL NULL true 1969-12-31 15:59:58.456 15601.0 62.0 -120943153 15601 NULL NULL -120943215 120943153 -62.0 -241886368 1.0 -15601.0 NULL -1.20958754E8 -0.022403225806451613 -4201.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 79.553 -1823591768 15601 NULL NULL -1823591801 1823591768 -79.553 -3647183569 1.0 -15601.0 NULL -1.823607369E9 -0.04209090909090909 -6479.0 -15601 NULL +NULL NULL false 1969-12-31 15:59:58.456 15601.0 79.553 -1452617198 15601 NULL NULL -1452617231 1452617198 -79.553 -2905234429 1.0 -15601.0 NULL -1.452632799E9 -0.04209090909090909 -8088.0 -15601 NULL +526337887 t0346137k7Lk0O true 1969-12-31 15:59:51.609 15044.0 NULL 1864027286 15044 false 526352931 NULL -1864027286 NULL NULL 1.0 -15044.0 -981136225450075266 1.864012242E9 NULL 466.0 -15044 526367975 +-367195514 t5805L0xlU0YM true 1969-12-31 15:59:43.799 -13339.0 NULL 1864027286 -13339 false -367208853 NULL -1864027286 NULL NULL 1.0 13339.0 684487321652762958 1.864040625E9 NULL 8748.0 13339 -367222192 +-380733719 t7s5did true NULL -2120.0 NULL 1864027286 -2120 false -380735839 NULL -1864027286 NULL NULL 1.0 2120.0 709701992654102954 1.864029406E9 NULL 326.0 2120 -380737959 +-104148943 tEO4vj3G true 1969-12-31 15:59:44.53 2248.0 NULL 1864027286 2248 false -104146695 NULL -1864027286 NULL NULL 1.0 -2248.0 194132281226719770 1.864025038E9 NULL 1422.0 -2248 -104144447 +-487903609 tINcSR1MT3f2P4 true 1969-12-31 16:00:12.099 -9147.0 NULL 1864027286 -9147 false -487912756 NULL -1864027286 NULL NULL 1.0 9147.0 909482690371460216 1.864036433E9 NULL 5891.0 9147 -487921903 +336056067 tJ7bf true 1969-12-31 15:59:50.481 16124.0 NULL 1864027286 16124 false 336072191 NULL -1864027286 NULL NULL 1.0 -16124.0 -626447734089803626 1.864011162E9 NULL 12266.0 -16124 336088315 +-459571311 taArL704d542R82qw8 true 1969-12-31 16:00:00.738 -13901.0 NULL 1864027286 -13901 false -459585212 NULL -1864027286 NULL NULL 1.0 13901.0 856679375410094632 1.864041187E9 NULL 493.0 13901 -459599113 +223484391 tca24E6L true 1969-12-31 16:00:02.505 -12721.0 NULL 1864027286 -12721 false 223471670 NULL -1864027286 NULL NULL 1.0 12721.0 -416557290527987620 1.864040007E9 NULL 6435.0 12721 223458949 +252479879 tdUWi true 1969-12-31 16:00:01.806 -877.0 NULL 1864027286 -877 false 252479002 NULL -1864027286 NULL NULL 1.0 877.0 -470627748870048572 1.864028163E9 NULL 620.0 877 252478125 +1030560824 tmS75um6Mvyb6N1oiKP7 true 1969-12-31 15:59:53.233 -11073.0 NULL 1864027286 -11073 false 1030549751 NULL -1864027286 NULL NULL 1.0 11073.0 -1920972855444505786 1.864038359E9 NULL 9539.0 11073 1030538678 +95424126 txKwQS70d20 true 1969-12-31 16:00:16.343 9766.0 NULL 1864027286 9766 false 95433892 NULL -1864027286 NULL NULL 1.0 -9766.0 -177891378697177112 1.86401752E9 NULL 632.0 -9766 95443658 +396908469 uGD31tQ70Py2E0T true 1969-12-31 15:59:50.224 16084.0 NULL 1864027286 16084 false 396924553 NULL -1864027286 NULL NULL 1.0 -16084.0 -739878197275353158 1.864011202E9 NULL 4274.0 -16084 396940637 +-770958258 uXu1mj3tWs36cGpu4p3aHq true 1969-12-31 15:59:56.944 8059.0 NULL 1864027286 8059 false -770950199 NULL -1864027286 NULL NULL 1.0 -8059.0 1437072207083129914 1.864019227E9 NULL 4763.0 -8059 -770942140 +-933664265 ue8IUf0GlY18RT325P2tu true 1969-12-31 16:00:02.456 13750.0 NULL 1864027286 13750 false -933650515 NULL -1864027286 NULL NULL 1.0 -13750.0 1740350035547952290 1.864013536E9 NULL 8536.0 -13750 -933636765 +-518918140 ugq0uAy0qXj2D0fX true 1969-12-31 16:00:12.479 5245.0 NULL 1864027286 5245 false -518912895 NULL -1864027286 NULL NULL 1.0 -5245.0 967267795337252970 1.864022041E9 NULL 1491.0 -5245 -518907650 +-360475292 uq2hp true 1969-12-31 16:00:10.933 -1007.0 NULL 1864027286 -1007 false -360476299 NULL -1864027286 NULL NULL 1.0 1007.0 671937657292294514 1.864028293E9 NULL 803.0 1007 -360477306 +-372506148 utfrK57P2tp0 true 1969-12-31 16:00:05.326 -12525.0 NULL 1864027286 -12525 false -372518673 NULL -1864027286 NULL NULL 1.0 12525.0 694384971016511478 1.864039811E9 NULL 6686.0 12525 -372531198 +434741484 uxI8i true 1969-12-31 16:00:12.505 8120.0 NULL 1864027286 8120 false 434749604 NULL -1864027286 NULL NULL 1.0 -8120.0 -810385124433694744 1.864019166E9 NULL 86.0 -8120 434757724 +-198739996 uxnt0fsrBtPD807 true 1969-12-31 16:00:11.528 -14709.0 NULL 1864027286 -14709 false -198754705 NULL -1864027286 NULL NULL 1.0 14709.0 370484193340880630 1.864041995E9 NULL 14552.0 14709 -198769414 +-452599200 v4L3dR650oy4O8MPhjc true 1969-12-31 15:59:46.988 8757.0 NULL 1864027286 8757 false -452590443 NULL -1864027286 NULL NULL 1.0 -8757.0 843640935134827698 1.864018529E9 NULL 3509.0 -8757 -452581686 +-601825532 v4gQqo0bxX256o7EEN42lSoU true 1969-12-31 15:59:58.417 11021.0 NULL 1864027286 11021 false -601814511 NULL -1864027286 NULL NULL 1.0 -11021.0 1121798669614747146 1.864016265E9 NULL 1472.0 -11021 -601803490 +-758062600 vA0bEQqO50LlKcj7AAR56P63 true 1969-12-31 16:00:16.169 7111.0 NULL 1864027286 7111 false -758055489 NULL -1864027286 NULL NULL 1.0 -7111.0 1413036115798072854 1.864020175E9 NULL 6634.0 -7111 -758048378 +573439687 vALXyM54AgSH4e0O4IN true 1969-12-31 16:00:10.069 -150.0 NULL 1864027286 -150 false 573439537 NULL -1864027286 NULL NULL 1.0 150.0 -1068906943839206582 1.864027436E9 NULL 86.0 150 573439387 +86487282 vH8AHgcWaDm true 1969-12-31 16:00:10.869 13309.0 NULL 1864027286 13309 false 86500591 NULL -1864027286 NULL NULL 1.0 -13309.0 -161239461879126026 1.864013977E9 NULL 8673.0 -13309 86513900 +-520765672 vQalqQ true 1969-12-31 15:59:44.48 -3969.0 NULL 1864027286 -3969 false -520769641 NULL -1864027286 NULL NULL 1.0 3969.0 970728820544424326 1.864031255E9 NULL 2312.0 3969 -520773610 +245429195 vXc7m82uAg2g24 true 1969-12-31 15:59:57.185 -16001.0 NULL 1864027286 -16001 false 245413194 NULL -1864027286 NULL NULL 1.0 16001.0 -457456889960411484 1.864043287E9 NULL 6792.0 16001 245397193 +-87388872 veoqj217BlDBBVkN0ei3c true 1969-12-31 16:00:03.492 10039.0 NULL 1864027286 10039 false -87378833 NULL -1864027286 NULL NULL 1.0 -10039.0 162876528930837238 1.864017247E9 NULL 5844.0 -10039 -87368794 +-64947310 vvictFVSOgi true 1969-12-31 15:59:48.172 6612.0 NULL 1864027286 6612 false -64940698 NULL -1864027286 NULL NULL 1.0 -6612.0 121051233043885628 1.864020674E9 NULL 5306.0 -6612 -64934086 +773348268 vwb48kytjp0Q2YEb true 1969-12-31 15:59:44.909 12581.0 NULL 1864027286 12581 false 773360849 NULL -1864027286 NULL NULL 1.0 -12581.0 -1441565724460125814 1.864014705E9 NULL 1164.0 -12581 773373430 +-532611088 wLWrtVNx188P7uXPV true 1969-12-31 16:00:04.012 -1428.0 NULL 1864027286 -1428 false -532612516 NULL -1864027286 NULL NULL 1.0 1428.0 992804262689111576 1.864028714E9 NULL 338.0 1428 -532613944 +936765787 wP0re2S74Y308jgOTc6 true 1969-12-31 15:59:50.924 -10311.0 NULL 1864027286 -10311 false 936755476 NULL -1864027286 NULL NULL 1.0 10311.0 -1746137767573918136 1.864037597E9 NULL 4706.0 10311 936745165 +236934374 wiBqE2A1x8T8gcT4 true 1969-12-31 16:00:11.324 -15101.0 NULL 1864027286 -15101 false 236919273 NULL -1864027286 NULL NULL 1.0 15101.0 -441623989451283078 1.864042387E9 NULL 5149.0 15101 236904172 +573476034 x1832l1R2m3V true 1969-12-31 15:59:49.722 -5070.0 NULL 1864027286 -5070 false 573470964 NULL -1864027286 NULL NULL 1.0 5070.0 -1068965524624723704 1.864032356E9 NULL 1226.0 5070 573465894 +605953955 x5vy367f6d81FfL8AI8XJ true 1969-12-31 16:00:01.206 11683.0 NULL 1864027286 11683 false 605965638 NULL -1864027286 NULL NULL 1.0 -11683.0 -1129536483610398468 1.864015603E9 NULL 4636.0 -11683 605977321 +2101183 x7By66525 true 1969-12-31 16:00:05.831 -8915.0 NULL 1864027286 -8915 false 2092268 NULL -1864027286 NULL NULL 1.0 8915.0 -3900044641624648 1.864036201E9 NULL 7766.0 8915 2083353 +741306115 y1uSBY0 true 1969-12-31 15:59:56.456 -16032.0 NULL 1864027286 -16032 false 741290083 NULL -1864027286 NULL NULL 1.0 16032.0 -1381784941553204738 1.864043318E9 NULL 2678.0 16032 741274051 +136715714 y2Q3YW true 1969-12-31 15:59:50.737 11813.0 NULL 1864027286 11813 false 136727527 NULL -1864027286 NULL NULL 1.0 -11813.0 -254863841075301722 1.864015473E9 NULL 6764.0 -11813 136739340 +-315135285 y4jD1v2Go true 1969-12-31 15:59:43.97 -4683.0 NULL 1864027286 -4683 false -315139968 NULL -1864027286 NULL NULL 1.0 4683.0 587429499261166848 1.864031969E9 NULL 1283.0 4683 -315144651 +855072260 y7S47c5V true 1969-12-31 16:00:08.381 -11734.0 NULL 1864027286 -11734 false 855060526 NULL -1864027286 NULL NULL 1.0 11734.0 -1593856151645512436 1.86403902E9 NULL 10982.0 11734 855048792 +-128417177 ygkC2e2sUm2036Sd1U8kCG62 true 1969-12-31 16:00:01.936 -8871.0 NULL 1864027286 -8871 false -128426048 NULL -1864027286 NULL NULL 1.0 8871.0 239389657705145728 1.864036157E9 NULL 8411.0 8871 -128434919 +732924624 yxN0212hM17E8J8bJj8D7b true 1969-12-31 15:59:46.461 -6751.0 NULL 1864027286 -6751 false 732917873 NULL -1864027286 NULL NULL 1.0 6751.0 -1366178913669082678 1.864034037E9 NULL 1925.0 6751 732911122 +-778541551 t66fkUkSNP78t2856Lcn true 1969-12-31 16:00:03.35 15678.0 NULL 1864027286 15678 true -778525873 NULL -1864027286 NULL NULL 1.0 -15678.0 1451193470128970678 1.864011608E9 NULL 7154.0 -15678 -778510195 +319983133 t78m7 true 1969-12-31 16:00:09.36 14512.0 NULL 1864027286 14512 true 319997645 NULL -1864027286 NULL NULL 1.0 -14512.0 -596484341735741470 1.864012774E9 NULL 4422.0 -14512 320012157 +58198060 t7Sx50XeM true 1969-12-31 16:00:07.889 7557.0 NULL 1864027286 7557 true 58205617 NULL -1864027286 NULL NULL 1.0 -7557.0 -108496858286465462 1.864019729E9 NULL 2552.0 -7557 58213174 +308450217 t7i26BC11U1YTY8I0p true 1969-12-31 15:59:46.402 1017.0 NULL 1864027286 1017 true 308451234 NULL -1864027286 NULL NULL 1.0 -1017.0 -574961516576370924 1.864026269E9 NULL 530.0 -1017 308452251 +-894394703 tFtQ26aDMi1tJ026luPcu true 1969-12-31 15:59:56.928 -3178.0 NULL 1864027286 -3178 true -894397881 NULL -1864027286 NULL NULL 1.0 3178.0 1667182054724580966 1.864030464E9 NULL 3166.0 3178 -894401059 +-362733967 tUi8QYP4S53YPcw true 1969-12-31 16:00:00.003 -7959.0 NULL 1864027286 -7959 true -362741926 NULL -1864027286 NULL NULL 1.0 7959.0 676160847840192836 1.864035245E9 NULL 5609.0 7959 -362749885 +426284338 u6ELlhG3 true 1969-12-31 16:00:00.64 -15070.0 NULL 1864027286 -15070 true 426269268 NULL -1864027286 NULL NULL 1.0 15070.0 -794577546735246648 1.864042356E9 NULL 3916.0 15070 426254198 +-804390280 uNJPm true 1969-12-31 16:00:12.321 -10737.0 NULL 1864027286 -10737 true -804401017 NULL -1864027286 NULL NULL 1.0 10737.0 1499425444574149862 1.864038023E9 NULL 8927.0 10737 -804411754 +-412772386 uO4aN4J0dKv3717r8fPG true 1969-12-31 16:00:07.824 -11809.0 NULL 1864027286 -11809 true -412784195 NULL -1864027286 NULL NULL 1.0 11809.0 769441002709544770 1.864039095E9 NULL 254.0 11809 -412796004 +-719899789 umNykRkKiih6Cx6K42 true 1969-12-31 15:59:55.878 -10134.0 NULL 1864027286 -10134 true -719909923 NULL -1864027286 NULL NULL 1.0 10134.0 1341931739934158978 1.86403742E9 NULL 9728.0 10134 -719920057 +-110450673 uv5m1sFX10 true 1969-12-31 16:00:16.376 -8148.0 NULL 1864027286 -8148 true -110458821 NULL -1864027286 NULL NULL 1.0 8148.0 205898256323389806 1.864035434E9 NULL 1178.0 8148 -110466969 +-804959350 v2wRf43gpDUt1lfieq true 1969-12-31 16:00:08.659 -8072.0 NULL 1864027286 -8072 true -804967422 NULL -1864027286 NULL NULL 1.0 8072.0 1500481238949076692 1.864035358E9 NULL 686.0 8072 -804975494 +460817498 v3A1iI77YBRwl3I16 true 1969-12-31 16:00:08.026 7391.0 NULL 1864027286 7391 true 460824889 NULL -1864027286 NULL NULL 1.0 -7391.0 -858990167163921254 1.864019895E9 NULL 2304.0 -7391 460832280 +108023602 veIw1kh7 true 1969-12-31 16:00:14.188 9239.0 NULL 1864027286 9239 true 108032841 NULL -1864027286 NULL NULL 1.0 -9239.0 -201376163408099526 1.864018047E9 NULL 3602.0 -9239 108042080 +-947255611 vgKx505VdPsHO true 1969-12-31 15:59:46.062 13661.0 NULL 1864027286 13661 true -947241950 NULL -1864027286 NULL NULL 1.0 -13661.0 1765684841243847700 1.864013625E9 NULL 11158.0 -13661 -947228289 +194353234 vtad71tYi1fs1e0tcJg0 true 1969-12-31 15:59:55.372 2960.0 NULL 1864027286 2960 true 194356194 NULL -1864027286 NULL NULL 1.0 -2960.0 -362285248819109484 1.864024326E9 NULL 2806.0 -2960 194359154 +97246854 vvK378scVFuBh8Q3HXUJsP true 1969-12-31 16:00:01.629 -9554.0 NULL 1864027286 -9554 true 97237300 NULL -1864027286 NULL NULL 1.0 9554.0 -181252980416967800 1.86403684E9 NULL 3670.0 9554 97227746 +304132102 vxAjxUq0k true 1969-12-31 16:00:03.466 -12962.0 NULL 1864027286 -12962 true 304119140 NULL -1864027286 NULL NULL 1.0 12962.0 -566886375154854040 1.864040248E9 NULL 952.0 12962 304106178 +-129248849 w3OO7InLN4ic3M0h8xpvuBMn true 1969-12-31 15:59:48.413 3255.0 NULL 1864027286 3255 true -129245594 NULL -1864027286 NULL NULL 1.0 -3255.0 240917313811277884 1.864024031E9 NULL 2711.0 -3255 -129242339 +466063930 w6OUE6V3UjfE2 true 1969-12-31 15:59:56.958 14276.0 NULL 1864027286 14276 true 466078206 NULL -1864027286 NULL NULL 1.0 -14276.0 -868782493393928916 1.86401301E9 NULL 9966.0 -14276 466092482 +746145173 wEe2THv60F6 true 1969-12-31 16:00:03.372 -5589.0 NULL 1864027286 -5589 true 746139584 NULL -1864027286 NULL NULL 1.0 5589.0 -1390824543740689024 1.864032875E9 NULL 773.0 5589 746133995 +-203191502 wK0N1nX22KSjcTVhDYq true 1969-12-31 15:59:49.907 -6663.0 NULL 1864027286 -6663 true -203198165 NULL -1864027286 NULL NULL 1.0 6663.0 378766924025130190 1.864033949E9 NULL 6395.0 6663 -203204828 +54908166 wLIR3B37 true 1969-12-31 16:00:05.971 8499.0 NULL 1864027286 8499 true 54916665 NULL -1864027286 NULL NULL 1.0 -8499.0 -102366162016121190 1.864018787E9 NULL 1109.0 -8499 54925164 +872474570 wT50ouOe760m3AyJ7x4p83U6 true 1969-12-31 15:59:46.57 -2856.0 NULL 1864027286 -2856 true 872471714 NULL -1864027286 NULL NULL 1.0 2856.0 -1626311081159188204 1.864030142E9 NULL 1766.0 2856 872468858 +247204221 wblxBWSlwWlX7E true 1969-12-31 15:59:54.186 4502.0 NULL 1864027286 4502 true 247208723 NULL -1864027286 NULL NULL 1.0 -4502.0 -460803805009215778 1.864022784E9 NULL 1198.0 -4502 247213225 +-520054643 wc4Ae163B5VxG2L true 1969-12-31 16:00:06.693 301.0 NULL 1864027286 301 true -520054342 NULL -1864027286 NULL NULL 1.0 -301.0 969395483690775812 1.864026985E9 NULL 205.0 -301 -520054041 +-553779656 weQ0d24K116Y0 true 1969-12-31 16:00:12.009 11147.0 NULL 1864027286 11147 true -553768509 NULL -1864027286 NULL NULL 1.0 -11147.0 1032239610903536574 1.864016139E9 NULL 3652.0 -11147 -553757362 +200690208 wfT8d53abPxBj0L true 1969-12-31 16:00:15.522 -12052.0 NULL 1864027286 -12052 true 200678156 NULL -1864027286 NULL NULL 1.0 12052.0 -374069558488164616 1.864039338E9 NULL 4706.0 12052 200666104 +421764768 whw6kHIbH true 1969-12-31 16:00:06.463 5142.0 NULL 1864027286 5142 true 421769910 NULL -1864027286 NULL NULL 1.0 -5142.0 -786190620653764260 1.864022144E9 NULL 866.0 -5142 421775052 +-370283300 x0w77gi6iqtTQ1 true 1969-12-31 15:59:44.652 1850.0 NULL 1864027286 1850 true -370281450 NULL -1864027286 NULL NULL 1.0 -1850.0 690214726299644700 1.864025436E9 NULL 586.0 -1850 -370279600 +-25028803 x8n40D35c65l true 1969-12-31 15:59:43.775 -4002.0 NULL 1864027286 -4002 true -25032805 NULL -1864027286 NULL NULL 1.0 4002.0 46661831565117230 1.864031288E9 NULL 3740.0 4002 -25036807 +-140351494 xh0Qhj80MAcHEMVKx true 1969-12-31 16:00:14.98 -11115.0 NULL 1864027286 -11115 true -140362609 NULL -1864027286 NULL NULL 1.0 11115.0 261639733110149174 1.864038401E9 NULL 8441.0 11115 -140373724 +773036466 xnk564ke0a7kay3aE6IC true 1969-12-31 16:00:12.369 -12066.0 NULL 1864027286 -12066 true 773024400 NULL -1864027286 NULL NULL 1.0 12066.0 -1440938574343778400 1.864039352E9 NULL 11276.0 12066 773012334 +336043289 xow6f03825H0h8mFjVr true 1969-12-31 15:59:51.587 -97.0 NULL 1864027286 -97 true 336043192 NULL -1864027286 NULL NULL 1.0 97.0 -626393679162536912 1.864027383E9 NULL 14.0 97 336043095 +-581868488 xqa4i5EAo4CbOQjD true 1969-12-31 16:00:14.891 15218.0 NULL 1864027286 15218 true -581853270 NULL -1864027286 NULL NULL 1.0 -15218.0 1084590371728325220 1.864012068E9 NULL 4902.0 -15218 -581838052 +-694015335 y3XV0j2p80 true 1969-12-31 15:59:52.848 9540.0 NULL 1864027286 9540 true -694005795 NULL -1864027286 NULL NULL 1.0 -9540.0 1293645738522122370 1.864017746E9 NULL 6686.0 -9540 -693996255 +35949208 yF6U2FcHNa8 true 1969-12-31 15:59:54.285 6775.0 NULL 1864027286 6775 true 35955983 NULL -1864027286 NULL NULL 1.0 -6775.0 -67022933406952138 1.864020511E9 NULL 1211.0 -6775 35962758 +-871616990 yfR36R70W0G1KV4dmi1 true 1969-12-31 15:59:52.407 -15590.0 NULL 1864027286 -15590 true -871632580 NULL -1864027286 NULL NULL 1.0 15590.0 1624746912486577880 1.864042876E9 NULL 8936.0 15590 -871648170 +1036977737 yvNv1q true 1969-12-31 15:59:46.839 7408.0 NULL 1864027286 7408 true 1036985145 NULL -1864027286 NULL NULL 1.0 -7408.0 -1932968605456666470 1.864019878E9 NULL 4102.0 -7408 1036992553 +WARNING: Comparing a bigint and a double may result in a loss of precision. +PREHOOK: query: -- TargetTypeClasses: Long, String, Double, Timestamp +-- Functions: Avg, Min, StDevP, Sum, Var +-- ArithmeticOps: Divide, Subtract, Multiply, Remainder +-- FilterOps: GreaterThan, LessThan, LessThanOrEqual, GreaterThanOrEqual, Like +-- GroupBy: NoGroupByProjectColumns +EXPLAIN SELECT ctimestamp1, + cstring2, + cdouble, + cfloat, + cbigint, + csmallint, + (cbigint / 3569), + (-257 - csmallint), + (-6432 * cfloat), + (-(cdouble)), + (cdouble * 10.175), + ((-6432 * cfloat) / cfloat), + (-(cfloat)), + (cint % csmallint), + (-(cdouble)), + (cdouble * (-(cdouble))) +FROM alltypesorc +WHERE (((-1.389 >= cint) + AND ((csmallint < ctinyint) + AND (-6432 > csmallint))) + OR ((cdouble >= cfloat) + AND (cstring2 <= 'a')) + OR ((cstring1 LIKE 'ss%') + AND (10.175 > cbigint))) +ORDER BY csmallint, cstring2, cdouble +PREHOOK: type: QUERY +POSTHOOK: query: -- TargetTypeClasses: Long, String, Double, Timestamp +-- Functions: Avg, Min, StDevP, Sum, Var +-- ArithmeticOps: Divide, Subtract, Multiply, Remainder +-- FilterOps: GreaterThan, LessThan, LessThanOrEqual, GreaterThanOrEqual, Like +-- GroupBy: NoGroupByProjectColumns +EXPLAIN SELECT ctimestamp1, + cstring2, + cdouble, + cfloat, + cbigint, + csmallint, + (cbigint / 3569), + (-257 - csmallint), + (-6432 * cfloat), + (-(cdouble)), + (cdouble * 10.175), + ((-6432 * cfloat) / cfloat), + (-(cfloat)), + (cint % csmallint), + (-(cdouble)), + (cdouble * (-(cdouble))) +FROM alltypesorc +WHERE (((-1.389 >= cint) + AND ((csmallint < ctinyint) + AND (-6432 > csmallint))) + OR ((cdouble >= cfloat) + AND (cstring2 <= 'a')) + OR ((cstring1 LIKE 'ss%') + AND (10.175 > cbigint))) +ORDER BY csmallint, cstring2, cdouble +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 1386 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: (((((- 1.389) >= cint) and ((csmallint < ctinyint) and ((- 6432) > csmallint))) or ((cdouble >= cfloat) and (cstring2 <= 'a'))) or ((cstring1 like 'ss%') and (10.175 > cbigint))) (type: boolean) + Statistics: Num rows: 436 Data size: 118669 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: ctimestamp1 (type: timestamp), cstring2 (type: string), (cdouble * 10.175) (type: double), (((- 6432) * cfloat) / cfloat) (type: double), (- cfloat) (type: float), (cint % csmallint) (type: int), (cdouble * (- cdouble)) (type: double), cdouble (type: double), cfloat (type: float), cbigint (type: bigint), csmallint (type: smallint), (cbigint / 3569) (type: double), ((- 257) - csmallint) (type: int), ((- 6432) * cfloat) (type: float), (- cdouble) (type: double) + outputColumnNames: _col0, _col1, _col10, _col11, _col12, _col13, _col15, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 + Statistics: Num rows: 436 Data size: 118669 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col5 (type: smallint), _col1 (type: string), _col2 (type: double) + sort order: +++ + Statistics: Num rows: 436 Data size: 118669 Basic stats: COMPLETE Column stats: NONE + value expressions: _col0 (type: timestamp), _col3 (type: float), _col4 (type: bigint), _col6 (type: double), _col7 (type: int), _col8 (type: float), _col9 (type: double), _col10 (type: double), _col11 (type: double), _col12 (type: float), _col13 (type: int), _col15 (type: double) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Select Operator + expressions: VALUE._col0 (type: timestamp), KEY.reducesinkkey1 (type: string), KEY.reducesinkkey2 (type: double), VALUE._col1 (type: float), VALUE._col2 (type: bigint), KEY.reducesinkkey0 (type: smallint), VALUE._col3 (type: double), VALUE._col4 (type: int), VALUE._col5 (type: float), VALUE._col6 (type: double), VALUE._col7 (type: double), VALUE._col8 (type: double), VALUE._col9 (type: float), VALUE._col10 (type: int), VALUE._col6 (type: double), VALUE._col11 (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15 + Statistics: Num rows: 436 Data size: 118669 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 436 Data size: 118669 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + Execution mode: vectorized + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +WARNING: Comparing a bigint and a double may result in a loss of precision. +PREHOOK: query: SELECT ctimestamp1, + cstring2, + cdouble, + cfloat, + cbigint, + csmallint, + (cbigint / 3569), + (-257 - csmallint), + (-6432 * cfloat), + (-(cdouble)), + (cdouble * 10.175), + ((-6432 * cfloat) / cfloat), + (-(cfloat)), + (cint % csmallint), + (-(cdouble)), + (cdouble * (-(cdouble))) +FROM alltypesorc +WHERE (((-1.389 >= cint) + AND ((csmallint < ctinyint) + AND (-6432 > csmallint))) + OR ((cdouble >= cfloat) + AND (cstring2 <= 'a')) + OR ((cstring1 LIKE 'ss%') + AND (10.175 > cbigint))) +ORDER BY csmallint, cstring2, cdouble +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT ctimestamp1, + cstring2, + cdouble, + cfloat, + cbigint, + csmallint, + (cbigint / 3569), + (-257 - csmallint), + (-6432 * cfloat), + (-(cdouble)), + (cdouble * 10.175), + ((-6432 * cfloat) / cfloat), + (-(cfloat)), + (cint % csmallint), + (-(cdouble)), + (cdouble * (-(cdouble))) +FROM alltypesorc +WHERE (((-1.389 >= cint) + AND ((csmallint < ctinyint) + AND (-6432 > csmallint))) + OR ((cdouble >= cfloat) + AND (cstring2 <= 'a')) + OR ((cstring1 LIKE 'ss%') + AND (10.175 > cbigint))) +ORDER BY csmallint, cstring2, cdouble +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +1969-12-31 16:00:08.451 rVWAj4N1MCg8Scyp7wj2C NULL -51.0 -89010 NULL -24.93975903614458 NULL 328032.0 NULL NULL -6432.0 51.0 NULL NULL NULL +NULL 4hA4KQj2vD3fI6gX82220d 477.0 NULL -1887561756 477 -528876.9279910339 -734 NULL -477.0 4853.475 NULL NULL -326 -477.0 -227529.0 +NULL xH7445Rals48VOulSyR5F 10221.0 NULL -1645852809 10221 -461152.37013168953 -10478 NULL -10221.0 103998.675 NULL NULL 5022 -10221.0 -1.04468841E8 +NULL 4hA4KQj2vD3fI6gX82220d 12329.0 NULL -1887561756 12329 -528876.9279910339 -12586 NULL -12329.0 125447.57500000001 NULL NULL -3104 -12329.0 -1.52004241E8 +1969-12-31 15:59:46.443 0034fkcXMQI3 15601.0 -43.0 -223687300 15601 -62675.06304286915 -15858 276576.0 -15601.0 158740.17500000002 -6432.0 43.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.778 00d5kr1wEB7evExG 15601.0 4.0 -941884962 15601 -263907.24628747546 -15858 -25728.0 -15601.0 158740.17500000002 -6432.0 -4.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.729 020gtq4CLjybO3F40kpyXi 15601.0 30.0 -1986754040 15601 -556669.6665732699 -15858 -192960.0 -15601.0 158740.17500000002 -6432.0 -30.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:58.704 041Ph15F 15601.0 -55.0 -1338667765 15601 -375082.02998038667 -15858 353760.0 -15601.0 158740.17500000002 -6432.0 55.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.253 047TAc3t6f6rU8M7Dk7Gh8 15601.0 -44.0 272368436 15601 76315.05631829644 -15858 283008.0 -15601.0 158740.17500000002 -6432.0 44.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.063 04XP4DrTCblC7885 15601.0 79.553 -1452617198 15601 -407009.58195572987 -15858 -511684.9 -15601.0 158740.17500000002 -6432.0 -79.553 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.123 064GHv0UW8 15601.0 -14.0 1007181336 15601 282202.67189688986 -15858 90048.0 -15601.0 158740.17500000002 -6432.0 14.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.83 06Tj8f5xNhpaiE71AWqJ7b5 15601.0 -49.0 226841234 15601 63558.76548052676 -15858 315168.0 -15601.0 158740.17500000002 -6432.0 49.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.436 08wTUR832pDS4Hd8O40 15601.0 -51.0 69448698 15601 19458.86746987952 -15858 328032.0 -15601.0 158740.17500000002 -6432.0 51.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.258 0E6V6dPe00Ort5Ia6Ha8 15601.0 -26.0 1351243372 15601 378605.5959652564 -15858 167232.0 -15601.0 158740.17500000002 -6432.0 26.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.552 0Ef374 15601.0 62.0 -1488190636 15601 -416976.9223872233 -15858 -398784.0 -15601.0 158740.17500000002 -6432.0 -62.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:56.481 0IJJNV0BH 15601.0 10.0 -1230115822 15601 -344666.80358643876 -15858 -64320.0 -15601.0 158740.17500000002 -6432.0 -10.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.535 0JA4aw00Rkv1mSy 15601.0 55.0 -1044215393 15601 -292579.26393947884 -15858 -353760.0 -15601.0 158740.17500000002 -6432.0 -55.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.888 0KoLN8L6Iih8ej2sW7JF 15601.0 -23.0 -2104361963 15601 -589622.2927991034 -15858 147936.0 -15601.0 158740.17500000002 -6432.0 23.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.645 0ORX152g18fL0nI10TVqI 15601.0 10.0 -1043251982 15601 -292309.3253012048 -15858 -64320.0 -15601.0 158740.17500000002 -6432.0 -10.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.175 0Q7LP3644p 15601.0 -50.0 716349726 15601 200714.40907817316 -15858 321600.0 -15601.0 158740.17500000002 -6432.0 50.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.655 0QVeMpE1JOCOS1427vP47tk0 15601.0 -23.0 649202618 15601 181900.4253292239 -15858 147936.0 -15601.0 158740.17500000002 -6432.0 23.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:11.928 0UugmY0R5hI 15601.0 -32.0 1701987317 15601 476880.7276548053 -15858 205824.0 -15601.0 158740.17500000002 -6432.0 32.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.153 0Yo1dcEr7D57no22Tiv2TXR 15601.0 -44.0 -399793337 15601 -112018.30680862987 -15858 283008.0 -15601.0 158740.17500000002 -6432.0 44.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.715 0aQBRP67JY0gpi 15601.0 -44.0 -75975416 15601 -21287.59204258896 -15858 283008.0 -15601.0 158740.17500000002 -6432.0 44.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.82 0bsH6qR 15601.0 -46.0 -208932264 15601 -58540.8416923508 -15858 295872.0 -15601.0 158740.17500000002 -6432.0 46.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.33 0e8O8CeLi 15601.0 24.0 -1740312484 15601 -487619.0764920146 -15858 -154368.0 -15601.0 158740.17500000002 -6432.0 -24.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.71 0h046K61PUKMqHs6v4 15601.0 -30.0 1221840945 15601 342348.26141776406 -15858 192960.0 -15601.0 158740.17500000002 -6432.0 30.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.524 0ltFl7 15601.0 52.0 1551262646 15601 434649.1022695433 -15858 -334464.0 -15601.0 158740.17500000002 -6432.0 -52.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.007 0nur4r8MV673GcJp3h765I 15601.0 35.0 2123136080 15601 594882.6225833567 -15858 -225120.0 -15601.0 158740.17500000002 -6432.0 -35.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.115 0p6665Ys81o1ITrC5DSoHV 15601.0 -20.0 -258993110 15601 -72567.41664331745 -15858 128640.0 -15601.0 158740.17500000002 -6432.0 20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.575 0q1A0HR4Q8Cd6r 15601.0 29.0 -221039350 15601 -61933.132530120485 -15858 -186528.0 -15601.0 158740.17500000002 -6432.0 -29.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.401 0q4ykcW1A0SyL68L2FH45a 15601.0 30.0 2033485401 15601 569763.3513589241 -15858 -192960.0 -15601.0 158740.17500000002 -6432.0 -30.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.786 0to563s4g3qycP5T8 15601.0 -1.0 672512361 15601 188431.59456430373 -15858 6432.0 -15601.0 158740.17500000002 -6432.0 1.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.334 0u7Jba8i21vWm 15601.0 22.0 -1875861804 15601 -525598.7122443261 -15858 -141504.0 -15601.0 158740.17500000002 -6432.0 -22.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.384 0uO20 15601.0 -59.0 1850076369 15601 518373.87755673856 -15858 379488.0 -15601.0 158740.17500000002 -6432.0 59.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.279 0vC4nYJsnNgXvL5 15601.0 -11.0 1778089631 15601 498203.87531521433 -15858 70752.0 -15601.0 158740.17500000002 -6432.0 11.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.932 10 15601.0 16.0 NULL 15601 NULL -15858 -102912.0 -15601.0 158740.17500000002 -6432.0 -16.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.661 10mF5gYR5Fey1vTEHx 15601.0 25.0 -2030132877 15601 -568824.0058840011 -15858 -160800.0 -15601.0 158740.17500000002 -6432.0 -25.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.997 12AEw 15601.0 -64.0 1421812187 15601 398378.30961053516 -15858 411648.0 -15601.0 158740.17500000002 -6432.0 64.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.853 12gbSP4px465TdXmV5F2apmC 15601.0 28.0 -1556827241 15601 -436208.2490893808 -15858 -180096.0 -15601.0 158740.17500000002 -6432.0 -28.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.671 1434C61RVhlDmptMem1X 15601.0 -4.0 913861995 15601 256055.47632390025 -15858 25728.0 -15601.0 158740.17500000002 -6432.0 4.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.499 14MDiWrX 15601.0 -33.0 42147119 15601 11809.223592042588 -15858 212256.0 -15601.0 158740.17500000002 -6432.0 33.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.351 155506i0h358vma3m1tGku 15601.0 -57.0 1328883886 15601 372340.6797422247 -15858 366624.0 -15601.0 158740.17500000002 -6432.0 57.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.522 1618frAK6kL 15601.0 -44.0 1296727292 15601 363330.70664051553 -15858 283008.0 -15601.0 158740.17500000002 -6432.0 44.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.617 16NIx33qB1Thp5q 15601.0 -9.0 1660201497 15601 465172.7366209022 -15858 57888.0 -15601.0 158740.17500000002 -6432.0 9.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.488 16jmamsEtKc51n 15601.0 1.0 -832606494 15601 -233288.45446903896 -15858 -6432.0 -15601.0 158740.17500000002 -6432.0 -1.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.419 17i12pGg4fpDVOekj5 15601.0 59.0 -1374485693 15601 -385117.87419445225 -15858 -379488.0 -15601.0 158740.17500000002 -6432.0 -59.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.284 17r8lCoU7J3mt47of258 15601.0 59.0 1841882240 15601 516077.9602129448 -15858 -379488.0 -15601.0 158740.17500000002 -6432.0 -59.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.883 18032Ok80Rh3ICJd2QqF 15601.0 1.0 -2136727102 15601 -598690.6982347997 -15858 -6432.0 -15601.0 158740.17500000002 -6432.0 -1.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:56.545 1812MP27X 15601.0 -25.0 882926601 15601 247387.6718968899 -15858 160800.0 -15601.0 158740.17500000002 -6432.0 25.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.183 18QAI3 15601.0 0.0 1638241933 15601 459019.8747548333 -15858 -0.0 -15601.0 158740.17500000002 NULL -0.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.863 1Ewed8Vw3iVfeeaXWE2g7 15601.0 -6.0 -786134704 15601 -220267.49901933313 -15858 38592.0 -15601.0 158740.17500000002 -6432.0 6.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.578 1G71L 15601.0 -64.0 -1809291815 15601 -506946.43177360605 -15858 411648.0 -15601.0 158740.17500000002 -6432.0 64.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.691 1GMeP 15601.0 60.0 1480022657 15601 414688.33202577755 -15858 -385920.0 -15601.0 158740.17500000002 -6432.0 -60.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.898 1GsrLIbvD7J7l7eyJ7 15601.0 -44.0 -772919195 15601 -216564.63855421686 -15858 283008.0 -15601.0 158740.17500000002 -6432.0 44.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.839 1Ic5OYcpB 15601.0 -2.0 -430689331 15601 -120675.07172877557 -15858 12864.0 -15601.0 158740.17500000002 -6432.0 2.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.539 1J2G60o 15601.0 -23.0 -1864716928 15601 -522476.0235360045 -15858 147936.0 -15601.0 158740.17500000002 -6432.0 23.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.528 1L2401UOQ236aqX6dCr404H 15601.0 -41.0 NULL 15601 NULL -15858 263712.0 -15601.0 158740.17500000002 -6432.0 41.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.571 1NuHbq7wu 15601.0 -42.0 -1434650528 15601 -401975.49117399834 -15858 270144.0 -15601.0 158740.17500000002 -6432.0 42.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:01.377 1Rnl53uFEkUaP567 15601.0 -44.0 -429050254 15601 -120215.81787615578 -15858 283008.0 -15601.0 158740.17500000002 -6432.0 44.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.326 1TWVYbo8A06jVpsj 15601.0 -28.0 -1297431786 15601 -363528.09918744746 -15858 180096.0 -15601.0 158740.17500000002 -6432.0 28.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.27 1a8dVp 15601.0 15.0 2106881426 15601 590328.2224712805 -15858 -96480.0 -15601.0 158740.17500000002 -6432.0 -15.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.237 1af7dEq0egH 15601.0 -4.0 996077543 15601 279091.49425609416 -15858 25728.0 -15601.0 158740.17500000002 -6432.0 4.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.206 1bQgOIC5M1mYO 15601.0 44.0 970663654 15601 271970.7632390025 -15858 -283008.0 -15601.0 158740.17500000002 -6432.0 -44.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.31 1cySK1D066 15601.0 25.0 492608996 15601 138024.3754553096 -15858 -160800.0 -15601.0 158740.17500000002 -6432.0 -25.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.207 1geCYToEJ2C 15601.0 -48.0 -652336471 15601 -182778.5012608574 -15858 308736.0 -15601.0 158740.17500000002 -6432.0 48.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.214 1mwmV 15601.0 60.0 -640286718 15601 -179402.27458671897 -15858 -385920.0 -15601.0 158740.17500000002 -6432.0 -60.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.869 1r31LS0 15601.0 16.0 908699526 15601 254609.00140095263 -15858 -102912.0 -15601.0 158740.17500000002 -6432.0 -16.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.503 1sHwG4L77O4cr560Mb438A 15601.0 49.0 -343392629 15601 -96215.36256654526 -15858 -315168.0 -15601.0 158740.17500000002 -6432.0 -49.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.224 1t0CR 15601.0 -21.0 1890350821 15601 529658.3975903614 -15858 135072.0 -15601.0 158740.17500000002 -6432.0 21.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.894 1tIN2rwDJ0 15601.0 -6.0 -1207674957 15601 -338379.08573830203 -15858 38592.0 -15601.0 158740.17500000002 -6432.0 6.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.264 1ydwoKOeCAx7c15W08 15601.0 40.0 2088429109 15601 585158.0579994397 -15858 -257280.0 -15601.0 158740.17500000002 -6432.0 -40.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.821 203NY247Byl0uo 15601.0 34.0 1736691817 15601 486604.5998879238 -15858 -218688.0 -15601.0 158740.17500000002 -6432.0 -34.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.935 23EpSjnhU1fkij33yNA763AK 15601.0 -19.0 897944388 15601 251595.5135892407 -15858 122208.0 -15601.0 158740.17500000002 -6432.0 19.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.154 23HjoS18rjHCx771 15601.0 18.0 -996134600 15601 -279107.4810871393 -15858 -115776.0 -15601.0 158740.17500000002 -6432.0 -18.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.281 23Uv26RhfxYCNyIQS1HJn 15601.0 -23.0 1273456471 15601 356810.44298122724 -15858 147936.0 -15601.0 158740.17500000002 -6432.0 23.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.641 23fHhEiKL5D3voA 15601.0 -33.0 -1465766070 15601 -410693.7713645279 -15858 212256.0 -15601.0 158740.17500000002 -6432.0 33.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:55.64 24Brw6 15601.0 7.0 1621296717 15601 454271.985710283 -15858 -45024.0 -15601.0 158740.17500000002 -6432.0 -7.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:06.723 25EMXg12 15601.0 47.0 1447975413 15601 405708.9977584758 -15858 -302304.0 -15601.0 158740.17500000002 -6432.0 -47.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.747 260x8Lpv5ILXWEPxlog248di 15601.0 22.0 1846338753 15601 517326.6329504063 -15858 -141504.0 -15601.0 158740.17500000002 -6432.0 -22.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.911 268awl0F5A 15601.0 -39.0 -176425309 15601 -49432.70075651443 -15858 250848.0 -15601.0 158740.17500000002 -6432.0 39.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.692 26VAMx7 15601.0 -30.0 1563934122 15601 438199.5298402914 -15858 192960.0 -15601.0 158740.17500000002 -6432.0 30.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.459 27iT5rw 15601.0 18.0 -62733813 15601 -17577.420285794342 -15858 -115776.0 -15601.0 158740.17500000002 -6432.0 -18.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.066 28412JHar2yEWJ4rsg 15601.0 -63.0 2059199534 15601 576968.2079013729 -15858 405216.0 -15601.0 158740.17500000002 -6432.0 63.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.241 28ao0HxkN7J72QNhcY 15601.0 2.0 419546737 15601 117553.02241524236 -15858 -12864.0 -15601.0 158740.17500000002 -6432.0 -2.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.561 28j21KA5BLfXk8IrHe 15601.0 -33.0 -226993201 15601 -63601.34519473242 -15858 212256.0 -15601.0 158740.17500000002 -6432.0 33.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.435 2C1n0DNS8X 15601.0 -26.0 -354697170 15601 -99382.78789576913 -15858 167232.0 -15601.0 158740.17500000002 -6432.0 26.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.638 2EgCJP76SeDBsFg6w 15601.0 -33.0 570984089 15601 159984.33426730178 -15858 212256.0 -15601.0 158740.17500000002 -6432.0 33.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.553 2FlOO88n5i2I 15601.0 29.0 1674587606 15601 469203.58811992157 -15858 -186528.0 -15601.0 158740.17500000002 -6432.0 -29.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.476 2IDKgpJH461h554ubuHe2 15601.0 -55.0 996454184 15601 279197.0254973382 -15858 353760.0 -15601.0 158740.17500000002 -6432.0 55.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.11 2M5wNS40c8E03s6aUlur 15601.0 -13.0 -928466576 15601 -260147.54160829363 -15858 83616.0 -15601.0 158740.17500000002 -6432.0 13.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.286 2N0G8 15601.0 -47.0 -1828371599 15601 -512292.4065564584 -15858 302304.0 -15601.0 158740.17500000002 -6432.0 47.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:11.95 2O55G 15601.0 -33.0 1958832178 15601 548846.2252731858 -15858 212256.0 -15601.0 158740.17500000002 -6432.0 33.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:58.279 2On21PaPPbpDap7Q55a5Iw 15601.0 -58.0 2144274348 15601 600805.36508826 -15858 373056.0 -15601.0 158740.17500000002 -6432.0 58.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.027 2R8parX8OGHj3vE6Hk761a6b 15601.0 62.0 -310826420 15601 -87090.61922107033 -15858 -398784.0 -15601.0 158740.17500000002 -6432.0 -62.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.265 2S72XuXwWWB2bpmYpu6Y0q 15601.0 59.0 1762456014 15601 493823.48388904455 -15858 -379488.0 -15601.0 158740.17500000002 -6432.0 -59.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.157 2TCJA4qtFeE58 15601.0 -45.0 -1291025659 15601 -361733.1630708882 -15858 289440.0 -15601.0 158740.17500000002 -6432.0 45.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.446 2V30r60 15601.0 36.0 -1493188887 15601 -418377.3849817876 -15858 -231552.0 -15601.0 158740.17500000002 -6432.0 -36.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.592 2V48sMwTCo8fdDnY78qDXns 15601.0 -45.0 1675482723 15601 469454.3914261698 -15858 289440.0 -15601.0 158740.17500000002 -6432.0 45.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.696 2Y1016lg2I5NaYJ 15601.0 22.0 NULL 15601 NULL -15858 -141504.0 -15601.0 158740.17500000002 -6432.0 -22.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.583 2YAbAlSe6FR66WFo 15601.0 -59.0 1364240151 15601 382247.170355842 -15858 379488.0 -15601.0 158740.17500000002 -6432.0 59.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:49.864 2fqi280kgLqm40T8Pg2e47 15601.0 8.0 1990837220 15601 557813.734939759 -15858 -51456.0 -15601.0 158740.17500000002 -6432.0 -8.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.108 2g0kR10R20S8bO7x233PflX 15601.0 -11.0 1810075387 15601 507165.98122723453 -15858 70752.0 -15601.0 158740.17500000002 -6432.0 11.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.934 2hyiY02c4fV168hNxjdGqo 15601.0 28.0 -1852182045 15601 -518963.86803026055 -15858 -180096.0 -15601.0 158740.17500000002 -6432.0 -28.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.102 2uXU06tULF7itEhNYy5j7k 15601.0 35.0 -987166521 15601 -276594.71028299246 -15858 -225120.0 -15601.0 158740.17500000002 -6432.0 -35.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.975 2uvcn0tEsP42wySb0LWC875U 15601.0 -17.0 -590153501 15601 -165355.42196693752 -15858 109344.0 -15601.0 158740.17500000002 -6432.0 17.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.698 2w0w8B85pE4jELXx 15601.0 13.0 -2108715482 15601 -590842.1075931634 -15858 -83616.0 -15601.0 158740.17500000002 -6432.0 -13.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.08 2wgGraY3CIxDy8AxH3um15GE 15601.0 59.0 701594431 15601 196580.11515830766 -15858 -379488.0 -15601.0 158740.17500000002 -6432.0 -59.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.39 30abVOkSw 15601.0 -57.0 -304247740 15601 -85247.33538806389 -15858 366624.0 -15601.0 158740.17500000002 -6432.0 57.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.129 316f2Yg786dK8Bdk 15601.0 20.0 -362433250 15601 -101550.36424768843 -15858 -128640.0 -15601.0 158740.17500000002 -6432.0 -20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.709 31Sc0dgiT2Ag83txo7 15601.0 -8.0 -335617169 15601 -94036.75231157186 -15858 51456.0 -15601.0 158740.17500000002 -6432.0 8.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:49.504 32XYGA7BOMTt27DGulBeUroc 15601.0 -50.0 -596103241 15601 -167022.48276828244 -15858 321600.0 -15601.0 158740.17500000002 -6432.0 50.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.708 32gboqrESN35shM21v4Y 15601.0 -39.0 2129132384 15601 596562.7301765201 -15858 250848.0 -15601.0 158740.17500000002 -6432.0 39.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.097 32u2yKHQehN 15601.0 -5.0 -1844060558 15601 -516688.3042869151 -15858 32160.0 -15601.0 158740.17500000002 -6432.0 5.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:06.729 348A6IBn 15601.0 31.0 954086950 15601 267326.1277668815 -15858 -199392.0 -15601.0 158740.17500000002 -6432.0 -31.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.342 34ByCIyiD2b3RM 15601.0 26.0 1802490164 15601 505040.67357803305 -15858 -167232.0 -15601.0 158740.17500000002 -6432.0 -26.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:56.97 3503D1bt0J1Ud74yX4716121 15601.0 -2.0 -319788030 15601 -89601.57747268143 -15858 12864.0 -15601.0 158740.17500000002 -6432.0 2.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.894 35MAHX70Py67 15601.0 42.0 1267863526 15601 355243.3527598767 -15858 -270144.0 -15601.0 158740.17500000002 -6432.0 -42.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:16.279 35V0Eq127c7Jbvs862 15601.0 28.0 440950508 15601 123550.15634631549 -15858 -180096.0 -15601.0 158740.17500000002 -6432.0 -28.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:01.644 35kveUkKO3V1ad2 15601.0 -23.0 NULL 15601 NULL -15858 147936.0 -15601.0 158740.17500000002 -6432.0 23.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.524 371wKbMGY2 15601.0 -61.0 1977536065 15601 554086.8772765481 -15858 392352.0 -15601.0 158740.17500000002 -6432.0 61.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.381 375tWcaL 15601.0 27.0 208571945 15601 58439.88372093023 -15858 -173664.0 -15601.0 158740.17500000002 -6432.0 -27.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.809 38VIu8r35oI8LI 15601.0 9.0 1445910023 15601 405130.29504062765 -15858 -57888.0 -15601.0 158740.17500000002 -6432.0 -9.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.62 3AXY47D 15601.0 -36.0 1449097159 15601 406023.3003642477 -15858 231552.0 -15601.0 158740.17500000002 -6432.0 36.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.367 3DCKPI43L3d 15601.0 19.0 -408304573 15601 -114403.07453068087 -15858 -122208.0 -15601.0 158740.17500000002 -6432.0 -19.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.637 3E6lh2b7Mc5EAYo3 15601.0 -8.0 -1768316238 15601 -495465.46315494535 -15858 51456.0 -15601.0 158740.17500000002 -6432.0 8.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:01.14 3HY275 15601.0 -54.0 -989710558 15601 -277307.5253572429 -15858 347328.0 -15601.0 158740.17500000002 -6432.0 54.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:11.309 3I62k00H8W4YkR8UVffhm 15601.0 37.0 1251122304 15601 350552.6209022135 -15858 -237984.0 -15601.0 158740.17500000002 -6432.0 -37.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.801 3I6hScTcbL 15601.0 -37.0 333141293 15601 93343.03530400673 -15858 237984.0 -15601.0 158740.17500000002 -6432.0 37.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:01.059 3J5RuDO2K 15601.0 -12.0 1511836517 15601 423602.27430652844 -15858 77184.0 -15601.0 158740.17500000002 -6432.0 12.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.251 3J71K25Fc721kce4lIT 15601.0 18.0 827296932 15601 231800.76548052675 -15858 -115776.0 -15601.0 158740.17500000002 -6432.0 -18.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.932 3NKHJC 15601.0 -59.0 -133287350 15601 -37345.853180162514 -15858 379488.0 -15601.0 158740.17500000002 -6432.0 59.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.658 3RUv5ya25aqr5127TxoQT251 15601.0 -58.0 1395869576 15601 391109.43569627346 -15858 373056.0 -15601.0 158740.17500000002 -6432.0 58.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.684 3RW7h8mx1UYX 15601.0 9.0 -605773050 15601 -169731.87167273747 -15858 -57888.0 -15601.0 158740.17500000002 -6432.0 -9.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:56.385 3Rql1n377th0WNasiwTIqfAk 15601.0 -16.0 1164066405 15601 326160.38246007287 -15858 102912.0 -15601.0 158740.17500000002 -6432.0 16.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.635 3STg8jD7jqGBM52TjVsB46Ab 15601.0 47.0 -1220505630 15601 -341974.1188007845 -15858 -302304.0 -15601.0 158740.17500000002 -6432.0 -47.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.554 3T10x1IyRuV5H77 15601.0 -37.0 -218695361 15601 -61276.36901092743 -15858 237984.0 -15601.0 158740.17500000002 -6432.0 37.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.978 3U24COBBS7q3TeS3m 15601.0 17.0 -402367872 15601 -112739.66713365089 -15858 -109344.0 -15601.0 158740.17500000002 -6432.0 -17.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.038 3Uyh75B8Qwn 15601.0 -11.0 676428086 15601 189528.74362566546 -15858 70752.0 -15601.0 158740.17500000002 -6432.0 11.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:56.759 3V8UHxN5TBU 15601.0 -51.0 NULL 15601 NULL -15858 328032.0 -15601.0 158740.17500000002 -6432.0 51.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.35 3Xs32r0n4BU2f2tiC 15601.0 -11.0 986909074 15601 276522.5760717288 -15858 70752.0 -15601.0 158740.17500000002 -6432.0 11.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:56.992 3a6E43HeD 15601.0 -60.0 1915758648 15601 536777.4300924629 -15858 385920.0 -15601.0 158740.17500000002 -6432.0 60.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.948 3aDifhjuk6b4nntFIF 15601.0 8.0 1327060856 15601 371829.88400112075 -15858 -51456.0 -15601.0 158740.17500000002 -6432.0 -8.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.106 3g41G77ehhX5fI7 15601.0 30.0 -1465963146 15601 -410748.99019333144 -15858 -192960.0 -15601.0 158740.17500000002 -6432.0 -30.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.547 3g5v51lNv 15601.0 0.0 473839931 15601 132765.46119361164 -15858 -0.0 -15601.0 158740.17500000002 NULL -0.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.409 3h42BQqfR5c74WLa 15601.0 -20.0 -57923441 15601 -16229.599607733258 -15858 128640.0 -15601.0 158740.17500000002 -6432.0 20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.346 3iHVpKa1Iy 15601.0 -18.0 -1414044792 15601 -396201.9590921827 -15858 115776.0 -15601.0 158740.17500000002 -6432.0 18.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:16.239 3l33jTxWC 15601.0 -15.0 562442679 15601 157591.11207621184 -15858 96480.0 -15601.0 158740.17500000002 -6432.0 15.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.834 3oIYv7OvH2vrLTHsa 15601.0 -23.0 -557847275 15601 -156303.52339590923 -15858 147936.0 -15601.0 158740.17500000002 -6432.0 23.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.848 3qT4ePv7ISMeETgFD0b0S1Ly 15601.0 -4.0 -2142615863 15601 -600340.6732978425 -15858 25728.0 -15601.0 158740.17500000002 -6432.0 4.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.687 3t5w8EbK07SIW3PEI4 15601.0 10.0 24464415 15601 6854.697394228075 -15858 -64320.0 -15601.0 158740.17500000002 -6432.0 -10.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.984 3th76XH6M3nttE4 15601.0 29.0 1956045570 15601 548065.4441019894 -15858 -186528.0 -15601.0 158740.17500000002 -6432.0 -29.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:11.949 3uojQvrD6m41To 15601.0 1.0 829192702 15601 232331.9422807509 -15858 -6432.0 -15601.0 158740.17500000002 -6432.0 -1.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.725 3v66hVGTQa 15601.0 -50.0 -458110015 15601 -128358.08769963575 -15858 321600.0 -15601.0 158740.17500000002 -6432.0 50.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.679 40at262XNm5auTvXDhreVM 15601.0 -5.0 612416000 15601 171593.16335107872 -15858 32160.0 -15601.0 158740.17500000002 -6432.0 5.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.992 41k5oTFUiu5nv 15601.0 -28.0 989393728 15601 277218.7525917624 -15858 180096.0 -15601.0 158740.17500000002 -6432.0 28.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:55.413 428fBlpfi 15601.0 51.0 -2040027963 15601 -571596.5152703839 -15858 -328032.0 -15601.0 158740.17500000002 -6432.0 -51.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.884 42egcL8i65 15601.0 8.0 -1568412240 15601 -439454.256094144 -15858 -51456.0 -15601.0 158740.17500000002 -6432.0 -8.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:16.059 44n5KP8SW 15601.0 -31.0 1250832914 15601 350471.5365648641 -15858 199392.0 -15601.0 158740.17500000002 -6432.0 31.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.711 45ehHO1 15601.0 19.0 1981706992 15601 555255.5315214345 -15858 -122208.0 -15601.0 158740.17500000002 -6432.0 -19.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:49.794 465xOUe8A4186sH 15601.0 56.0 -1061994141 15601 -297560.70075651444 -15858 -360192.0 -15601.0 158740.17500000002 -6432.0 -56.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.878 46cPsh 15601.0 -48.0 1544127003 15601 432649.76267862145 -15858 308736.0 -15601.0 158740.17500000002 -6432.0 48.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.469 47Sm8wxGLl4syvsh1W8d2eq 15601.0 25.0 -1178735095 15601 -330270.4104791258 -15858 -160800.0 -15601.0 158740.17500000002 -6432.0 -25.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:01.308 47tNFFE0l8022wydms 15601.0 6.0 -921789404 15601 -258276.66124964977 -15858 -38592.0 -15601.0 158740.17500000002 -6432.0 -6.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:06.877 48gL7oUDAKW75kgT 15601.0 5.0 -245067785 15601 -68665.67245727095 -15858 -32160.0 -15601.0 158740.17500000002 -6432.0 -5.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.876 4AqO5U 15601.0 -32.0 -938739544 15601 -263025.9299523676 -15858 205824.0 -15601.0 158740.17500000002 -6432.0 32.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.124 4DwyxKwiHK3nV8p6 15601.0 32.0 -747159857 15601 -209347.11599887925 -15858 -205824.0 -15601.0 158740.17500000002 -6432.0 -32.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.035 4E0UheoualijJ1rno 15601.0 46.0 -1116090298 15601 -312717.9316335108 -15858 -295872.0 -15601.0 158740.17500000002 -6432.0 -46.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.782 4E1jb 15601.0 7.0 -484557615 15601 -135768.45474922948 -15858 -45024.0 -15601.0 158740.17500000002 -6432.0 -7.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.334 4EbBPLvTO2Pe6s33iKn8 15601.0 46.0 -1721221449 15601 -482269.9492855141 -15858 -295872.0 -15601.0 158740.17500000002 -6432.0 -46.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.384 4F7q027w 15601.0 -37.0 -1373443946 15601 -384825.9865508546 -15858 237984.0 -15601.0 158740.17500000002 -6432.0 37.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.781 4HXsi4dv 15601.0 40.0 -487954385 15601 -136720.19753432335 -15858 -257280.0 -15601.0 158740.17500000002 -6432.0 -40.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.777 4J1YKqEsJ2K0e85FB1Q 15601.0 0.0 -203039588 15601 -56889.7696833847 -15858 -0.0 -15601.0 158740.17500000002 NULL -0.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.379 4L28g68B1xnrTBsnCa 15601.0 -22.0 1593645377 15601 446524.3421126366 -15858 141504.0 -15601.0 158740.17500000002 -6432.0 22.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.504 4M0VqYd8r8D5 15601.0 -26.0 2102392175 15601 589070.3768562622 -15858 167232.0 -15601.0 158740.17500000002 -6432.0 26.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.031 4P1l3UF37p8CvAKi5qA 15601.0 40.0 -912039001 15601 -255544.69066965536 -15858 -257280.0 -15601.0 158740.17500000002 -6432.0 -40.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.249 4Rq1pXQeEsPt 15601.0 42.0 -122247742 15601 -34252.659568506584 -15858 -270144.0 -15601.0 158740.17500000002 -6432.0 -42.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.386 4U34tbdGyu6f52ry 15601.0 1.0 254788466 15601 71389.31521434576 -15858 -6432.0 -15601.0 158740.17500000002 -6432.0 -1.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:11.315 4UWNuEfgp 15601.0 8.0 -1393500402 15601 -390445.61557859345 -15858 -51456.0 -15601.0 158740.17500000002 -6432.0 -8.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.452 4Y8Yutn4b4HF0 15601.0 -6.0 -337682588 15601 -94615.46315494536 -15858 38592.0 -15601.0 158740.17500000002 -6432.0 6.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.821 4c7SDx6WePBLWjdjH1o7ix 15601.0 -37.0 79643966 15601 22315.485009806667 -15858 237984.0 -15601.0 158740.17500000002 -6432.0 37.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.819 4i342tHD 15601.0 10.0 1177275310 15601 329861.3925469319 -15858 -64320.0 -15601.0 158740.17500000002 -6432.0 -10.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.049 4lAdgqS7J8PYkK 15601.0 0.0 1561097160 15601 437404.6399551695 -15858 -0.0 -15601.0 158740.17500000002 NULL -0.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.397 52cUSOgt7i1PMGWG3 15601.0 0.0 53950949 15601 15116.544970579995 -15858 -0.0 -15601.0 158740.17500000002 NULL -0.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.798 53J14DdxOk0BwV5x3TunGjou 15601.0 18.0 -860591619 15601 -241129.62146259457 -15858 -115776.0 -15601.0 158740.17500000002 -6432.0 -18.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.432 53X1h8m4Q5y8SGKk0EL74v 15601.0 16.0 326323074 15601 91432.63491173998 -15858 -102912.0 -15601.0 158740.17500000002 -6432.0 -16.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.496 53XJFq221K 15601.0 15.0 147916674 15601 41444.8512188288 -15858 -96480.0 -15601.0 158740.17500000002 -6432.0 -15.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.162 545WCULCG83sT3fR1RD38e 15601.0 17.0 -1749442997 15601 -490177.3597646399 -15858 -109344.0 -15601.0 158740.17500000002 -6432.0 -17.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:16.558 54Q740CGYW4r2 15601.0 -4.0 1385428226 15601 388183.8683104511 -15858 25728.0 -15601.0 158740.17500000002 -6432.0 4.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:16.054 54X76o 15601.0 -18.0 1179135101 15601 330382.488372093 -15858 115776.0 -15601.0 158740.17500000002 -6432.0 18.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.094 54gc6c4vFnE7BduQcdm 15601.0 -9.0 -216777441 15601 -60738.98599047352 -15858 57888.0 -15601.0 158740.17500000002 -6432.0 9.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.87 56015OKS42DG3ju4KW0a558 15601.0 -31.0 -1784005728 15601 -499861.50966657326 -15858 199392.0 -15601.0 158740.17500000002 -6432.0 31.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.166 563BdSoLJFx 15601.0 6.0 -47379735 15601 -13275.353040067246 -15858 -38592.0 -15601.0 158740.17500000002 -6432.0 -6.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.697 5684o66hD1A 15601.0 33.0 -667436971 15601 -187009.51835247967 -15858 -212256.0 -15601.0 158740.17500000002 -6432.0 -33.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.984 568U4kod3IM212hiu8KM 15601.0 7.0 160900383 15601 45082.76351919305 -15858 -45024.0 -15601.0 158740.17500000002 -6432.0 -7.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.334 56J7AFRtVC30pT458Lc3461 15601.0 28.0 -1767756774 15601 -495308.70664051553 -15858 -180096.0 -15601.0 158740.17500000002 -6432.0 -28.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.066 56ac8 15601.0 -20.0 -41530125 15601 -11636.347716447184 -15858 128640.0 -15601.0 158740.17500000002 -6432.0 20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.307 578rPxyhOk6IXAKYJn 15601.0 14.0 NULL 15601 NULL -15858 -90048.0 -15601.0 158740.17500000002 -6432.0 -14.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.805 57eimVBuq4i3FdRlJi5iNFh5 15601.0 -35.0 1326401578 15601 371645.1605491734 -15858 225120.0 -15601.0 158740.17500000002 -6432.0 35.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.548 584i3Q7R5P65nCfCt30B 15601.0 48.0 1276990360 15601 357800.60521154385 -15858 -308736.0 -15601.0 158740.17500000002 -6432.0 -48.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:16.279 5DJnb 15601.0 38.0 299342203 15601 83872.85037825721 -15858 -244416.0 -15601.0 158740.17500000002 -6432.0 -38.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.68 5EBH67Oqi47O 15601.0 -2.0 1450853557 15601 406515.426449986 -15858 12864.0 -15601.0 158740.17500000002 -6432.0 2.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.894 5EIQq8oF 15601.0 4.0 -25467184 15601 -7135.663771364528 -15858 -25728.0 -15601.0 158740.17500000002 -6432.0 -4.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.252 5FApe58n1bNcyN52tE 15601.0 -8.0 -1902104689 15601 -532951.720089661 -15858 51456.0 -15601.0 158740.17500000002 -6432.0 8.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.763 5Fy3QhweW 15601.0 -29.0 1023307150 15601 286720.97226113756 -15858 186528.0 -15601.0 158740.17500000002 -6432.0 29.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.021 5HN44RVUXF0ELkvPAkQntoiB 15601.0 13.0 -2058347315 15601 -576729.4242084618 -15858 -83616.0 -15601.0 158740.17500000002 -6432.0 -13.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.124 5JN6of4vi 15601.0 55.0 448409948 15601 125640.22079013729 -15858 -353760.0 -15601.0 158740.17500000002 -6432.0 -55.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.493 5MO0A16x7Ec5nM23WnBU 15601.0 -33.0 -6432 15601 -1.8021854861305688 -15858 212256.0 -15601.0 158740.17500000002 -6432.0 33.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.86 5Pn1BhiCeCd 15601.0 30.0 160587665 15601 44995.14289717007 -15858 -192960.0 -15601.0 158740.17500000002 -6432.0 -30.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.957 5SVe8AEjY848Rf 15601.0 -56.0 -1683701844 15601 -471757.31129167834 -15858 360192.0 -15601.0 158740.17500000002 -6432.0 56.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.344 5Sm77ix2oQa7spX 15601.0 47.0 1640015816 15601 459516.89997198095 -15858 -302304.0 -15601.0 158740.17500000002 -6432.0 -47.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:55.733 5UcDl 15601.0 -63.0 483904240 15601 135585.38526197814 -15858 405216.0 -15601.0 158740.17500000002 -6432.0 63.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.096 5fTGTHvaK 15601.0 -41.0 -480294523 15601 -134573.97674418605 -15858 263712.0 -15601.0 158740.17500000002 -6432.0 41.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:55.418 5fecwPu2O6YdwAt 15601.0 -20.0 -125514283 15601 -35167.913421126366 -15858 128640.0 -15601.0 158740.17500000002 -6432.0 20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.506 5kH1rO 15601.0 26.0 1341651482 15601 375918.0392266741 -15858 -167232.0 -15601.0 158740.17500000002 -6432.0 -26.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.779 5lXRdTnA22VoT16Npr 15601.0 -60.0 1122241452 15601 314441.4267301765 -15858 385920.0 -15601.0 158740.17500000002 -6432.0 60.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.066 5rg4D5D3KoH7Em1 15601.0 -58.0 2079381885 15601 582623.1115158307 -15858 373056.0 -15601.0 158740.17500000002 -6432.0 58.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.076 5t0xD81bv100c5Tsy0T 15601.0 15.0 1329082102 15601 372396.217988232 -15858 -96480.0 -15601.0 158740.17500000002 -6432.0 -15.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.026 5tCt5 15601.0 8.0 -671519607 15601 -188153.43429532083 -15858 -51456.0 -15601.0 158740.17500000002 -6432.0 -8.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.188 5w4L1fDocLE51HE7N3c 15601.0 -63.0 -1574729892 15601 -441224.4023536004 -15858 405216.0 -15601.0 158740.17500000002 -6432.0 63.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.782 5ydLyNvMP2B2 15601.0 34.0 -1175444744 15601 -329348.4852899972 -15858 -218688.0 -15601.0 158740.17500000002 -6432.0 -34.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.832 6002q 15601.0 37.0 676613895 15601 189580.8055477725 -15858 -237984.0 -15601.0 158740.17500000002 -6432.0 -37.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.364 60B4H0EgaA4NC5Iyy4O 15601.0 -3.0 211786821 15601 59340.66152984029 -15858 19296.0 -15601.0 158740.17500000002 -6432.0 3.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.916 60fy6yAOepPm6l3 15601.0 58.0 -1624506701 15601 -455171.3928271225 -15858 -373056.0 -15601.0 158740.17500000002 -6432.0 -58.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.136 60g81s 15601.0 -51.0 1551526522 15601 434723.0378257215 -15858 328032.0 -15601.0 158740.17500000002 -6432.0 51.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.675 60o1F4eW1 15601.0 -41.0 1718435591 15601 481489.3782572149 -15858 263712.0 -15601.0 158740.17500000002 -6432.0 41.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.873 62YSTHdPej50X5u3O1D 15601.0 -62.0 281485844 15601 78869.66769403194 -15858 398784.0 -15601.0 158740.17500000002 -6432.0 62.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.124 63N5mknei4aeWJ8V0qwVI 15601.0 5.0 188016060 15601 52680.3194172037 -15858 -32160.0 -15601.0 158740.17500000002 -6432.0 -5.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.198 63eX32F8ps86O 15601.0 -2.0 -2115132140 15601 -592639.9943961895 -15858 12864.0 -15601.0 158740.17500000002 -6432.0 2.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.465 63ml1hL17Hky 15601.0 -39.0 -775351902 15601 -217246.26001681143 -15858 250848.0 -15601.0 158740.17500000002 -6432.0 39.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.616 64NUjX13Fyeb7AWh5DX2D 15601.0 39.0 333745628 15601 93512.36424768843 -15858 -250848.0 -15601.0 158740.17500000002 -6432.0 -39.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.182 66NbK5Ke 15601.0 -19.0 -1293795844 15601 -362509.34267301764 -15858 122208.0 -15601.0 158740.17500000002 -6432.0 19.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:56.305 66O6v0Vf6jvnQs2Ps62hYr4 15601.0 -30.0 701736845 15601 196620.01821238443 -15858 192960.0 -15601.0 158740.17500000002 -6432.0 30.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.179 66S3R 15601.0 52.0 113813447 15601 31889.44998599047 -15858 -334464.0 -15601.0 158740.17500000002 -6432.0 -52.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:43.721 67e72C1HvFm3G61s3E 15601.0 57.0 -1465657206 15601 -410663.26870271785 -15858 -366624.0 -15601.0 158740.17500000002 -6432.0 -57.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:58.752 67jdQgbohcurvMDHh5W 15601.0 36.0 4757615 15601 1333.0386662930794 -15858 -231552.0 -15601.0 158740.17500000002 -6432.0 -36.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.218 67p706r1Gv1cjIO 15601.0 -54.0 -641670659 15601 -179790.0417483889 -15858 347328.0 -15601.0 158740.17500000002 -6432.0 54.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.462 68ldxXNy74071w 15601.0 35.0 -777113949 15601 -217739.96889885122 -15858 -225120.0 -15601.0 158740.17500000002 -6432.0 -35.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.388 6A657TNuJgSp1Y6chfUOqyo 15601.0 20.0 1605330367 15601 449798.3656486411 -15858 -128640.0 -15601.0 158740.17500000002 -6432.0 -20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:06.299 6C5K3WGc2laGctSI2m0o8 15601.0 47.0 -1019007115 15601 -285516.1431773606 -15858 -302304.0 -15601.0 158740.17500000002 -6432.0 -47.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.965 6D4DQRSeJLF51 15601.0 50.0 1278766496 15601 358298.2616979546 -15858 -321600.0 -15601.0 158740.17500000002 -6432.0 -50.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:06.03 6ERA57C3XFjRG3oJ0 15601.0 25.0 -765146525 15601 -214386.81003082095 -15858 -160800.0 -15601.0 158740.17500000002 -6432.0 -25.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.631 6G507mfwId541DtIuy 15601.0 -53.0 1415455683 15601 396597.27738862426 -15858 340896.0 -15601.0 158740.17500000002 -6432.0 53.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:06.034 6HHDm16v6VrJA 15601.0 20.0 811631368 15601 227411.4228075091 -15858 -128640.0 -15601.0 158740.17500000002 -6432.0 -20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.32 6KJ1McyXPvnI1aVA2m1 15601.0 39.0 -144116978 15601 -40380.21238442141 -15858 -250848.0 -15601.0 158740.17500000002 -6432.0 -39.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:49.444 6N24JhdOx8Uu368 15601.0 -5.0 -685821373 15601 -192160.65368450547 -15858 32160.0 -15601.0 158740.17500000002 -6432.0 5.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:49.896 6Qtj3B0piVu 15601.0 46.0 -1063470233 15601 -297974.28775567387 -15858 -295872.0 -15601.0 158740.17500000002 -6432.0 -46.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.171 6RF0nrPv31V5d7y203yEhP04 15601.0 -11.0 -26446061 15601 -7409.935836368731 -15858 70752.0 -15601.0 158740.17500000002 -6432.0 11.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.101 6Ro6sc8i5gt3Yau7O 15601.0 -6.0 -847064600 15601 -237339.47884561503 -15858 38592.0 -15601.0 158740.17500000002 -6432.0 6.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.975 6TeJh6uj8yr 15601.0 23.0 446614861 15601 125137.25441300085 -15858 -147936.0 -15601.0 158740.17500000002 -6432.0 -23.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.052 6U81A8U3S 15601.0 -22.0 -1138394041 15601 -318967.2291958532 -15858 141504.0 -15601.0 158740.17500000002 -6432.0 22.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.88 6UFb57s47rh1M046gK2RyP 15601.0 48.0 1294882412 15601 362813.7887363407 -15858 -308736.0 -15601.0 158740.17500000002 -6432.0 -48.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.811 6WUSYOYu 15601.0 11.0 317708856 15601 89019.01260857383 -15858 -70752.0 -15601.0 158740.17500000002 -6432.0 -11.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.52 6ej7IPl1axJbEoLTlQd2V 15601.0 -35.0 682869093 15601 191333.45278789577 -15858 225120.0 -15601.0 158740.17500000002 -6432.0 35.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.045 6ekoSl0HCwx6IuWGt5JC5U0 15601.0 34.0 709756299 15601 198866.9932754273 -15858 -218688.0 -15601.0 158740.17500000002 -6432.0 -34.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.338 6hI8NKEDoQHh 15601.0 11.0 1647833756 15601 461707.41272065 -15858 -70752.0 -15601.0 158740.17500000002 -6432.0 -11.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:55.677 6iO7Vgh08 15601.0 -55.0 -1062767051 15601 -297777.2628187167 -15858 353760.0 -15601.0 158740.17500000002 -6432.0 55.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.859 6l8L47 15601.0 -54.0 1882977755 15601 527592.5343233398 -15858 347328.0 -15601.0 158740.17500000002 -6432.0 54.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.056 6mWsAi 15601.0 58.0 235428680 15601 65964.88652283553 -15858 -373056.0 -15601.0 158740.17500000002 -6432.0 -58.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:56.467 6oAqXj7Kno4oPwyyvkFHx26E 15601.0 27.0 -67671601 15601 -18960.94172036985 -15858 -173664.0 -15601.0 158740.17500000002 -6432.0 -27.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.739 6p3YH01g4Q 15601.0 25.0 1972121187 15601 552569.6797422247 -15858 -160800.0 -15601.0 158740.17500000002 -6432.0 -25.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:56.394 6rMa1i 15601.0 48.0 400830823 15601 112309.00056038106 -15858 -308736.0 -15601.0 158740.17500000002 -6432.0 -48.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.803 6tDKNa 15601.0 35.0 456583571 15601 127930.39254693191 -15858 -225120.0 -15601.0 158740.17500000002 -6432.0 -35.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.703 6ukSO2rt3sY 15601.0 17.0 912955819 15601 255801.5743905856 -15858 -109344.0 -15601.0 158740.17500000002 -6432.0 -17.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.961 6xam34x8s05c60D8BXMDCP 15601.0 32.0 1194813198 15601 334775.34267301764 -15858 -205824.0 -15601.0 158740.17500000002 -6432.0 -32.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:01.733 6ySy81Xi5 15601.0 54.0 -1676223874 15601 -469662.0549173438 -15858 -347328.0 -15601.0 158740.17500000002 -6432.0 -54.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.606 70CwR7G80qU0a 15601.0 29.0 -2052415815 15601 -575067.474082376 -15858 -186528.0 -15601.0 158740.17500000002 -6432.0 -29.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.265 70Kvn2dL1ONDAGv22fni5S 15601.0 -44.0 299090584 15601 83802.34911739983 -15858 283008.0 -15601.0 158740.17500000002 -6432.0 44.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.779 71w84QYjROpI1LRs 15601.0 12.0 627141836 15601 175719.20313813392 -15858 -77184.0 -15601.0 158740.17500000002 -6432.0 -12.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.576 73117URk7G4v 15601.0 -46.0 529529092 15601 148369.03670495938 -15858 295872.0 -15601.0 158740.17500000002 -6432.0 46.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.229 73l03Fiy5cx14fg 15601.0 -21.0 1679050126 15601 470453.9439618941 -15858 135072.0 -15601.0 158740.17500000002 -6432.0 21.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.495 74B2Y5Q 15601.0 -13.0 -1040843741 15601 -291634.5589801065 -15858 83616.0 -15601.0 158740.17500000002 -6432.0 13.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.055 74YmI3NrkE60Skh0247Cef 15601.0 22.0 1592489073 15601 446200.3566825441 -15858 -141504.0 -15601.0 158740.17500000002 -6432.0 -22.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.16 770AYojc7s 15601.0 -4.0 1380425571 15601 386782.1717567946 -15858 25728.0 -15601.0 158740.17500000002 -6432.0 4.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.81 77KSI1X3EL2 15601.0 -54.0 1750152891 15601 490376.2653404315 -15858 347328.0 -15601.0 158740.17500000002 -6432.0 54.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.23 77tF4t 15601.0 30.0 -919690155 15601 -257688.47156066124 -15858 -192960.0 -15601.0 158740.17500000002 -6432.0 -30.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.68 78Qfd68RemAlT6Kn8j 15601.0 19.0 605778880 15601 169733.5051835248 -15858 -122208.0 -15601.0 158740.17500000002 -6432.0 -19.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.982 7AL73c 15601.0 -21.0 1650023180 15601 462320.86859064165 -15858 135072.0 -15601.0 158740.17500000002 -6432.0 21.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.457 7C80P162Dh088i1 15601.0 -32.0 -2105144474 15601 -589841.54497058 -15858 205824.0 -15601.0 158740.17500000002 -6432.0 32.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.215 7E0b24sDWE4IdwLO 15601.0 16.0 2125913889 15601 595660.9383580835 -15858 -102912.0 -15601.0 158740.17500000002 -6432.0 -16.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.799 7JQfxa2Or8T4qp 15601.0 45.0 761255971 15601 213296.7136452788 -15858 -289440.0 -15601.0 158740.17500000002 -6432.0 -45.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:56.823 7KGMko8S5y3g5jq 15601.0 -59.0 543831209 15601 152376.35444101988 -15858 379488.0 -15601.0 158740.17500000002 -6432.0 59.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.184 7MH3oxJA2Tk 15601.0 -11.0 -1964641289 15601 -550473.8831605492 -15858 70752.0 -15601.0 158740.17500000002 -6432.0 11.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.054 7Q2u1kLd7Mfy1 15601.0 -14.0 -1863202490 15601 -522051.6923507985 -15858 90048.0 -15601.0 158740.17500000002 -6432.0 14.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.506 7QuAXV6VYT7q 15601.0 38.0 1524423680 15601 427129.07817315776 -15858 -244416.0 -15601.0 158740.17500000002 -6432.0 -38.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.393 7RSMUpu2l 15601.0 31.0 1827212970 15601 511967.7696833847 -15858 -199392.0 -15601.0 158740.17500000002 -6432.0 -31.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.738 7RTbw57HqNyGPcn 15601.0 17.0 -1932369186 15601 -541431.545530961 -15858 -109344.0 -15601.0 158740.17500000002 -6432.0 -17.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.829 7Ur2a5SGe4m64pM2BC 15601.0 57.0 560414150 15601 157022.7374614738 -15858 -366624.0 -15601.0 158740.17500000002 -6432.0 -57.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:01.093 7V5hA1gBCS673CU337DA24Ce 15601.0 -32.0 1991822914 15601 558089.9170636033 -15858 205824.0 -15601.0 158740.17500000002 -6432.0 32.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:06.457 7W2RwS80JX 15601.0 -26.0 432515401 15601 121186.71924908938 -15858 167232.0 -15601.0 158740.17500000002 -6432.0 26.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:56.555 7Wy08w00BpunUYJVsr05u46 15601.0 20.0 -89010 15601 -24.93975903614458 -15858 -128640.0 -15601.0 158740.17500000002 -6432.0 -20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.755 7X08u20Av7FQvjLy5L52 15601.0 -31.0 1705300763 15601 477809.1238442141 -15858 199392.0 -15601.0 158740.17500000002 -6432.0 31.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:06.851 7XSN7PgyBJ42NuN87t 15601.0 -49.0 -668597606 15601 -187334.7172877557 -15858 315168.0 -15601.0 158740.17500000002 -6432.0 49.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.783 7adFqAqlKXtTQ 15601.0 -8.0 -1493703726 15601 -418521.6379938358 -15858 51456.0 -15601.0 158740.17500000002 -6432.0 8.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:58.383 7arS506d1YXayI 15601.0 -60.0 -1016256928 15601 -284745.5668254413 -15858 385920.0 -15601.0 158740.17500000002 -6432.0 60.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.747 7hs2n1g25 15601.0 -13.0 377434477 15601 105753.56598486971 -15858 83616.0 -15601.0 158740.17500000002 -6432.0 13.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.022 7jEJE3CR3l027M76o2N81 15601.0 0.0 1018195815 15601 285288.8246007285 -15858 -0.0 -15601.0 158740.17500000002 NULL -0.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.251 7o8D0lTRw30h 15601.0 36.0 -1300587151 15601 -364412.2025777529 -15858 -231552.0 -15601.0 158740.17500000002 -6432.0 -36.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.609 7od8M476cRRTyd1i 15601.0 -41.0 2067730138 15601 579358.4023536005 -15858 263712.0 -15601.0 158740.17500000002 -6432.0 41.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.039 7rem6u7WK00EsD1mq6gp80 15601.0 0.0 98841361 15601 27694.413281031102 -15858 -0.0 -15601.0 158740.17500000002 NULL -0.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.377 7s3sR2QjWXv0 15601.0 -44.0 -1032806869 15601 -289382.7035584197 -15858 283008.0 -15601.0 158740.17500000002 -6432.0 44.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.615 7vT82OOJ7VpT5J 15601.0 10.0 1661516996 15601 465541.326982348 -15858 -64320.0 -15601.0 158740.17500000002 -6432.0 -10.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.209 80rr6EU 15601.0 -41.0 -560714683 15601 -157106.94396189408 -15858 263712.0 -15601.0 158740.17500000002 -6432.0 41.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.79 82g6ygwAG80 15601.0 39.0 -484639113 15601 -135791.28971700757 -15858 -250848.0 -15601.0 158740.17500000002 -6432.0 -39.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.61 8367JQap6U744J2 15601.0 54.0 -1711666077 15601 -479592.62454469036 -15858 -347328.0 -15601.0 158740.17500000002 -6432.0 -54.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.957 85F0x1b1jAwFtt0 15601.0 -7.0 1631784601 15601 457210.5914822079 -15858 45024.0 -15601.0 158740.17500000002 -6432.0 7.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.552 85i7Iq6mS56rOtT28bhNjy 15601.0 -42.0 -933775134 15601 -261634.94928551416 -15858 270144.0 -15601.0 158740.17500000002 -6432.0 42.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.132 85nENa25nmPijGxYvb5F7 15601.0 -43.0 1489229962 15601 417268.1316895489 -15858 276576.0 -15601.0 158740.17500000002 -6432.0 43.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.845 86Rm22yWrLRgkI6V 15601.0 -1.0 1809122123 15601 506898.88568226394 -15858 6432.0 -15601.0 158740.17500000002 -6432.0 1.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.945 87Iw7D4t61rud4M 15601.0 9.0 -910567691 15601 -255132.44354160829 -15858 -57888.0 -15601.0 158740.17500000002 -6432.0 -9.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.755 8C2si8HMM25gTx 15601.0 29.0 252879408 15601 70854.4152423648 -15858 -186528.0 -15601.0 158740.17500000002 -6432.0 -29.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.284 8CiP3 15601.0 10.175 99984127 15601 28014.60549173438 -15858 -65445.6 -15601.0 158740.17500000002 -6432.0 -10.175 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.231 8DLDCR7L 15601.0 -4.0 1522352025 15601 426548.6200616419 -15858 25728.0 -15601.0 158740.17500000002 -6432.0 4.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.483 8FK46Fy4W5mow61w1EO 15601.0 19.0 -1644279296 15601 -460711.4866909498 -15858 -122208.0 -15601.0 158740.17500000002 -6432.0 -19.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.512 8I7242Peq34tib 15601.0 41.0 -338704173 15601 -94901.70159708602 -15858 -263712.0 -15601.0 158740.17500000002 -6432.0 -41.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.106 8NB5Hm30xPsXKoQUCdxi 15601.0 -62.0 -1592016120 15601 -446067.83973101707 -15858 398784.0 -15601.0 158740.17500000002 -6432.0 62.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.205 8NgNgkpB06N7bMGgBs5QJ 15601.0 14.0 -1954298743 15601 -547575.9997198095 -15858 -90048.0 -15601.0 158740.17500000002 -6432.0 -14.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.936 8R8xyd522O4QL6chM 15601.0 9.0 -1620061206 15601 -453925.8072289157 -15858 -57888.0 -15601.0 158740.17500000002 -6432.0 -9.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.848 8T0iicu1hkiuJIF6nIYW0G5 15601.0 7.0 821719163 15601 230237.92743065284 -15858 -45024.0 -15601.0 158740.17500000002 -6432.0 -7.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.813 8U6rv3y3cwrlg6L 15601.0 -23.0 380840615 15601 106707.9335948445 -15858 147936.0 -15601.0 158740.17500000002 -6432.0 23.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.674 8V43o1S8d0t6u4i 15601.0 37.0 1217409914 15601 341106.7284953769 -15858 -237984.0 -15601.0 158740.17500000002 -6432.0 -37.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.267 8Vs552xiccF5j3n60 15601.0 -14.0 862568803 15601 241683.60969459233 -15858 90048.0 -15601.0 158740.17500000002 -6432.0 14.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.887 8W4LA8kaxVohu172E 15601.0 -14.0 946654233 15601 265243.5508545811 -15858 90048.0 -15601.0 158740.17500000002 -6432.0 14.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:01.153 8bcU4P2 15601.0 -6.0 -659825179 15601 -184876.76632109834 -15858 38592.0 -15601.0 158740.17500000002 -6432.0 6.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.582 8dvkU0qkX4qr 15601.0 29.0 1195930056 15601 335088.2757074811 -15858 -186528.0 -15601.0 158740.17500000002 -6432.0 -29.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.383 8e3Ri1wGpcM 15601.0 -33.0 -2080305624 15601 -582881.9344354161 -15858 212256.0 -15601.0 158740.17500000002 -6432.0 33.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:58.695 8e7L21Y4g8xid8j 15601.0 25.0 451518699 15601 126511.26337909779 -15858 -160800.0 -15601.0 158740.17500000002 -6432.0 -25.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.218 8fhS6JqUfN 15601.0 39.0 923495645 15601 258754.73381899693 -15858 -250848.0 -15601.0 158740.17500000002 -6432.0 -39.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.915 8fxjs0MMOIa0N27 15601.0 -14.0 -205670222 15601 -57626.84841692351 -15858 90048.0 -15601.0 158740.17500000002 -6432.0 14.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.221 8gqle254GhDd1pCxr2k45 15601.0 -40.0 159274870 15601 44627.31017091622 -15858 257280.0 -15601.0 158740.17500000002 -6432.0 40.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.612 8qRIl5Mu125F3y0RDS2tJ 15601.0 -30.0 1787283476 15601 500779.9036144578 -15858 192960.0 -15601.0 158740.17500000002 -6432.0 30.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.682 8r0tSk 15601.0 -10.0 944581452 15601 264662.777248529 -15858 64320.0 -15601.0 158740.17500000002 -6432.0 10.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.237 8rt58A3QR04YRX4t 15601.0 -44.0 -1551649760 15601 -434757.5679462034 -15858 283008.0 -15601.0 158740.17500000002 -6432.0 44.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.017 8wAyA76 15601.0 41.0 137074296 15601 38406.91958531801 -15858 -263712.0 -15601.0 158740.17500000002 -6432.0 -41.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.962 A1qy8CWr78 15601.0 -11.0 -386315686 15601 -108241.99663771364 -15858 70752.0 -15601.0 158740.17500000002 -6432.0 11.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.234 A4g0u43t1BLI4h 15601.0 36.0 873370057 15601 244710.01877276547 -15858 -231552.0 -15601.0 158740.17500000002 -6432.0 -36.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.158 ABOL5huJ5V40JR7Xy5Jh0 15601.0 45.0 -195941743 15601 -54901.02073409919 -15858 -289440.0 -15601.0 158740.17500000002 -6432.0 -45.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:58.343 ABv6FN1qbww204XIw3Pk32nF 15601.0 -34.0 -1177680836 15601 -329975.0170916223 -15858 218688.0 -15601.0 158740.17500000002 -6432.0 34.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.983 AIb8nmLQ0Jg4t3gUu75vJeyH 15601.0 -59.0 -2021724111 15601 -566467.9492855142 -15858 379488.0 -15601.0 158740.17500000002 -6432.0 59.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.79 AXc2FKJEWhLfD253aoO1 15601.0 -24.0 -278405900 15601 -78006.69655365648 -15858 154368.0 -15601.0 158740.17500000002 -6432.0 24.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:01.055 AaqE4i62EBu0EEc0j 15601.0 7.0 68454489 15601 19180.299523676098 -15858 -45024.0 -15601.0 158740.17500000002 -6432.0 -7.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.914 Af3LT15L8Onw 15601.0 14.0 -1555938533 15601 -435959.2415242365 -15858 -90048.0 -15601.0 158740.17500000002 -6432.0 -14.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.999 Alqjt 15601.0 20.0 -1972968987 15601 -552807.2252731858 -15858 -128640.0 -15601.0 158740.17500000002 -6432.0 -20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.834 AoaeP78qMN6Owq7 15601.0 38.0 951445775 15601 266586.0955449706 -15858 -244416.0 -15601.0 158740.17500000002 -6432.0 -38.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.541 AofL0r45t 15601.0 -12.0 308271363 15601 86374.71644718408 -15858 77184.0 -15601.0 158740.17500000002 -6432.0 12.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.038 ApHibcqSn8Oo335QmfLfWnYF 15601.0 8.0 -590921449 15601 -165570.59372373213 -15858 -51456.0 -15601.0 158740.17500000002 -6432.0 -8.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.062 B0L388T3mhPaRCS 15601.0 -58.0 808219026 15601 226455.31689548894 -15858 373056.0 -15601.0 158740.17500000002 -6432.0 58.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.07 B204fmP5Do5b 15601.0 -9.0 1788323480 15601 501071.3028859625 -15858 57888.0 -15601.0 158740.17500000002 -6432.0 9.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.816 B3sM2VnR 15601.0 15.0 1860728286 15601 521358.44382179884 -15858 -96480.0 -15601.0 158740.17500000002 -6432.0 -15.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.134 B4bPyjY 15601.0 -48.0 -803222928 15601 -225055.45755113478 -15858 308736.0 -15601.0 158740.17500000002 -6432.0 48.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.688 B561GDW 15601.0 6.0 273663235 15601 76677.84673578033 -15858 -38592.0 -15601.0 158740.17500000002 -6432.0 -6.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:06.845 B5E1TD86mgjtAtB4 15601.0 -57.0 -1698345590 15601 -475860.350238162 -15858 366624.0 -15601.0 158740.17500000002 -6432.0 57.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.51 B5RW2g5yog 15601.0 62.0 1815385311 15601 508653.7716447184 -15858 -398784.0 -15601.0 158740.17500000002 -6432.0 -62.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.54 BBP8rjueJ6qT2UgiU51yh 15601.0 20.0 -2050820665 15601 -574620.5281591482 -15858 -128640.0 -15601.0 158740.17500000002 -6432.0 -20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.858 BClgHeB 15601.0 -55.0 357043363 15601 100040.16895488932 -15858 353760.0 -15601.0 158740.17500000002 -6432.0 55.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.408 BEjDfR852Hc1MF836c 15601.0 28.0 1527899325 15601 428102.92098627065 -15858 -180096.0 -15601.0 158740.17500000002 -6432.0 -28.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.331 BLO5XwB7 15601.0 12.0 1941610780 15601 544020.9526478006 -15858 -77184.0 -15601.0 158740.17500000002 -6432.0 -12.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.84 BR5F00 15601.0 45.0 1903410305 15601 533317.5413281032 -15858 -289440.0 -15601.0 158740.17500000002 -6432.0 -45.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.949 BRG7Sv5qr1v0twTX22 15601.0 51.0 -2103985381 15601 -589516.7780891006 -15858 -328032.0 -15601.0 158740.17500000002 -6432.0 -51.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.988 BTHM1wQ6nmd7i4D62 15601.0 17.0 -784264135 15601 -219743.38330064443 -15858 -109344.0 -15601.0 158740.17500000002 -6432.0 -17.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.964 BeKTyMrM8FWn6ewb 15601.0 -36.0 -1804756106 15601 -505675.56906696555 -15858 231552.0 -15601.0 158740.17500000002 -6432.0 36.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.92 ByMim67Bdl5Kq5NSjW17G3 15601.0 -22.0 623049731 15601 174572.6340711684 -15858 141504.0 -15601.0 158740.17500000002 -6432.0 22.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:55.483 C0M1vBmsgknoehCiG7 15601.0 -48.0 -1228417392 15601 -344190.919585318 -15858 308736.0 -15601.0 158740.17500000002 -6432.0 48.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.293 C53Tn5 15601.0 -31.0 -2030835158 15601 -569020.7783692911 -15858 199392.0 -15601.0 158740.17500000002 -6432.0 31.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:58.672 CJgR7y5fJt25q1 15601.0 18.0 -2044770406 15601 -572925.3028859624 -15858 -115776.0 -15601.0 158740.17500000002 -6432.0 -18.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:11.627 CQCJ6h0swWhp4 15601.0 -49.0 -230127703 15601 -64479.602970019616 -15858 315168.0 -15601.0 158740.17500000002 -6432.0 49.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:01.714 Cb4HG6630oxk51h5F3W 15601.0 -19.0 -899534452 15601 -252041.03446343515 -15858 122208.0 -15601.0 158740.17500000002 -6432.0 19.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.275 Ci5SHf 15601.0 -12.0 642606685 15601 180052.30736901093 -15858 77184.0 -15601.0 158740.17500000002 -6432.0 12.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.088 Cl82a 15601.0 -12.0 1553995372 15601 435414.7862146259 -15858 77184.0 -15601.0 158740.17500000002 -6432.0 12.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.596 Crds83KvG3egbK 15601.0 -30.0 722336779 15601 202391.92462874754 -15858 192960.0 -15601.0 158740.17500000002 -6432.0 30.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.672 CvUplJQ5P60W8 15601.0 2.0 1921019802 15601 538251.5556178201 -15858 -12864.0 -15601.0 158740.17500000002 -6432.0 -2.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:16.197 D0EmwVYsS1R 15601.0 11.0 -1474284078 15601 -413080.43653684505 -15858 -70752.0 -15601.0 158740.17500000002 -6432.0 -11.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:16.344 D26B67MOpPcteG70IOsMqH 15601.0 -5.0 -13357585 15601 -3742.66881479406 -15858 32160.0 -15601.0 158740.17500000002 -6432.0 5.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.924 D8K4E6MSC6E1d7UlX7yS6o2 15601.0 58.0 300682807 15601 84248.4749229476 -15858 -373056.0 -15601.0 158740.17500000002 -6432.0 -58.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.142 DANHO0P7GlF6WFPQkFF8 15601.0 79.553 -1823591768 15601 -510953.1431773606 -15858 -511684.9 -15601.0 158740.17500000002 -6432.0 -79.553 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.259 DBTgG3H 15601.0 46.0 1056441941 15601 296005.02689829085 -15858 -295872.0 -15601.0 158740.17500000002 -6432.0 -46.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.074 DJq0Lol1I 15601.0 19.0 1089687789 15601 305320.19865508546 -15858 -122208.0 -15601.0 158740.17500000002 -6432.0 -19.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.419 DUE3Y1g4jLp345K 15601.0 60.0 -1141582332 15601 -319860.5581395349 -15858 -385920.0 -15601.0 158740.17500000002 -6432.0 -60.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.809 DWHPiSxW7ON5vyCNmn 15601.0 -8.0 -2028170063 15601 -568274.0439899132 -15858 51456.0 -15601.0 158740.17500000002 -6432.0 8.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.311 Db7CaO 15601.0 43.0 2113671499 15601 592230.7366209022 -15858 -276576.0 -15601.0 158740.17500000002 -6432.0 -43.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.254 Dk66H 15601.0 4.0 1533958255 15601 429800.5757915382 -15858 -25728.0 -15601.0 158740.17500000002 -6432.0 -4.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.994 Dncfdm0107vK5Bmwppr1H 15601.0 -15.0 -937270420 15601 -262614.29532081814 -15858 96480.0 -15601.0 158740.17500000002 -6432.0 15.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.365 DpXKnXx54Ped8cJeCJL 15601.0 39.0 1210224988 15601 339093.58027458674 -15858 -250848.0 -15601.0 158740.17500000002 -6432.0 -39.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.402 DsLt4LdED7Q7 15601.0 -26.0 -257298466 15601 -72092.59344354161 -15858 167232.0 -15601.0 158740.17500000002 -6432.0 26.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.117 E100F0lsE520GtpXYIu 15601.0 -26.0 -404509269 15601 -113339.6662930793 -15858 167232.0 -15601.0 158740.17500000002 -6432.0 26.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.413 E2Kbx50LJ7amwF 15601.0 -61.0 -1022679553 15601 -286545.12552535726 -15858 392352.0 -15601.0 158740.17500000002 -6432.0 61.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.254 E865b 15601.0 57.0 761877407 15601 213470.8341272065 -15858 -366624.0 -15601.0 158740.17500000002 -6432.0 -57.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.233 EPi08Ihi40O 15601.0 -34.0 113880409 15601 31908.212104230875 -15858 218688.0 -15601.0 158740.17500000002 -6432.0 34.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.035 ERwT6401a164 15601.0 12.0 1295172704 15601 362895.12580554775 -15858 -77184.0 -15601.0 158740.17500000002 -6432.0 -12.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:55.989 ETN236368gQub756Dmfp5181 15601.0 -6.0 -1610058211 15601 -451123.0627626786 -15858 38592.0 -15601.0 158740.17500000002 -6432.0 6.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.925 EUfLkLQ 15601.0 -10.0 -1086197521 15601 -304342.2586158588 -15858 64320.0 -15601.0 158740.17500000002 -6432.0 10.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.279 EcpSw7QRSrw40ueJm 15601.0 -44.0 30909765 15601 8660.623423928271 -15858 283008.0 -15601.0 158740.17500000002 -6432.0 44.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:43.705 Ek2sC17CCXFw1Fdq1c3N7o1 15601.0 -12.0 595414579 15601 166829.52619781453 -15858 77184.0 -15601.0 158740.17500000002 -6432.0 12.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.256 EmIssCRj 15601.0 21.0 68208550 15601 19111.38974502662 -15858 -135072.0 -15601.0 158740.17500000002 -6432.0 -21.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.565 En0gIyb3UWw7Bg5Cs 15601.0 40.0 946637795 15601 265238.9450826562 -15858 -257280.0 -15601.0 158740.17500000002 -6432.0 -40.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.305 EpY8iI4vm3q3d3x0862L3 15601.0 32.0 839217757 15601 235140.86775007006 -15858 -205824.0 -15601.0 158740.17500000002 -6432.0 -32.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.391 Etkti70 15601.0 -37.0 -1474993355 15601 -413279.16923507984 -15858 237984.0 -15601.0 158740.17500000002 -6432.0 37.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.689 ExDDp5f2lgt8O7VUcf12q81T 15601.0 18.0 1105763794 15601 309824.5430092463 -15858 -115776.0 -15601.0 158740.17500000002 -6432.0 -18.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.159 F06d7U0vinY 15601.0 -50.0 1445828009 15601 405107.3154945363 -15858 321600.0 -15601.0 158740.17500000002 -6432.0 50.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:11.485 F0FeMN5eraBSeNo 15601.0 15.0 -1186641445 15601 -332485.6948725133 -15858 -96480.0 -15601.0 158740.17500000002 -6432.0 -15.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.816 F1D04R4cY5JQbX3M4l6 15601.0 7.0 -1487527155 15601 -416791.02129448025 -15858 -45024.0 -15601.0 158740.17500000002 -6432.0 -7.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.233 F1p7M8ag2lHT1No88g564W0 15601.0 24.0 184592771 15601 51721.14625945643 -15858 -154368.0 -15601.0 158740.17500000002 -6432.0 -24.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.547 F214U41bv 15601.0 26.0 -692950740 15601 -194158.23479966377 -15858 -167232.0 -15601.0 158740.17500000002 -6432.0 -26.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.111 F68eh 15601.0 6.0 1274836009 15601 357196.9764639955 -15858 -38592.0 -15601.0 158740.17500000002 -6432.0 -6.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:58.038 F7A5XKmXGD 15601.0 -14.0 -946632342 15601 -265237.41720369854 -15858 90048.0 -15601.0 158740.17500000002 -6432.0 14.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.875 FAYy2rCtAk6p6LyMS7S3M 15601.0 45.0 29687887 15601 8318.264780050435 -15858 -289440.0 -15601.0 158740.17500000002 -6432.0 -45.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:49.711 FEfERlrjMF6a37teo6RpLM 15601.0 21.0 1849599424 15601 518240.24208461755 -15858 -135072.0 -15601.0 158740.17500000002 -6432.0 -21.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.12 FGD08uu4La5qPEl 15601.0 49.0 1419034476 15601 397600.02129448025 -15858 -315168.0 -15601.0 158740.17500000002 -6432.0 -49.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:11.145 FH3xC0m38Hp 15601.0 -29.0 -1355363882 15601 -379760.1238442141 -15858 186528.0 -15601.0 158740.17500000002 -6432.0 29.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.75 FIB30nWy1482081ypBNk75 15601.0 -22.0 -116661992 15601 -32687.585318016252 -15858 141504.0 -15601.0 158740.17500000002 -6432.0 22.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.176 FbU0U126PPV4V80C 15601.0 -53.0 1164180530 15601 326192.3592042589 -15858 340896.0 -15601.0 158740.17500000002 -6432.0 53.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.875 FmeinD4GMhc3dR 15601.0 30.0 -941937506 15601 -263921.9686186607 -15858 -192960.0 -15601.0 158740.17500000002 -6432.0 -30.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.173 Fo0lvObXB13uFiJ538N1I7EI 15601.0 49.0 172978219 15601 48466.858783973104 -15858 -315168.0 -15601.0 158740.17500000002 -6432.0 -49.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.405 Ftd0f531WF17cjTI2O 15601.0 -61.0 1139675920 15601 319326.39955169515 -15858 392352.0 -15601.0 158740.17500000002 -6432.0 61.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.119 Fwf6Sac6mM2Q5tj38H 15601.0 4.0 -293394791 15601 -82206.44186046511 -15858 -25728.0 -15601.0 158740.17500000002 -6432.0 -4.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.925 G2eTbpXOf 15601.0 -46.0 -468932050 15601 -131390.3194172037 -15858 295872.0 -15601.0 158740.17500000002 -6432.0 46.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.034 G70732cedJMM0TMdTnO2 15601.0 5.0 -1405201067 15601 -393724.0311011488 -15858 -32160.0 -15601.0 158740.17500000002 -6432.0 -5.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.391 G8YI4g61V5l0 15601.0 -45.0 -831227593 15601 -232902.099467638 -15858 289440.0 -15601.0 158740.17500000002 -6432.0 45.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.719 GA848dL72B2dOUfpVmG77J3F 15601.0 39.0 581431028 15601 162911.46763799383 -15858 -250848.0 -15601.0 158740.17500000002 -6432.0 -39.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.066 GG48LXS1XF8 15601.0 -36.0 796380856 15601 223138.37377416642 -15858 231552.0 -15601.0 158740.17500000002 -6432.0 36.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.228 GGc5G7 15601.0 3.0 -662740282 15601 -185693.5505743906 -15858 -19296.0 -15601.0 158740.17500000002 -6432.0 -3.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.083 GLUkX0100q 15601.0 -31.0 -198456342 15601 -55605.58755954049 -15858 199392.0 -15601.0 158740.17500000002 -6432.0 31.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.555 GT18w 15601.0 6.0 -940198586 15601 -263434.739702998 -15858 -38592.0 -15601.0 158740.17500000002 -6432.0 -6.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.258 GWyjg3VFq1 15601.0 -25.0 988888 15601 277.07705239562904 -15858 160800.0 -15601.0 158740.17500000002 -6432.0 25.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.223 Gi2GkC27Si2F2HcPpxl30H 15601.0 53.0 613322929 15601 171847.27626786215 -15858 -340896.0 -15601.0 158740.17500000002 -6432.0 -53.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.76 Gk6NYea0882752C 15601.0 17.0 -191560572 15601 -53673.45811151583 -15858 -109344.0 -15601.0 158740.17500000002 -6432.0 -17.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.259 GkRP5Gp6K6SFm5O21tX1U3 15601.0 -46.0 271210320 15601 75990.56318296441 -15858 295872.0 -15601.0 158740.17500000002 -6432.0 46.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.96 GlQD5lVNjayU21uPxj7x6 15601.0 -49.0 -197652849 15601 -55380.45643037265 -15858 315168.0 -15601.0 158740.17500000002 -6432.0 49.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:16.044 Gs7PDk 15601.0 11.0 1518898051 15601 425580.8492574951 -15858 -70752.0 -15601.0 158740.17500000002 -6432.0 -11.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.893 Gv7dDwR 15601.0 -45.0 56009543 15601 15693.343513589241 -15858 289440.0 -15601.0 158740.17500000002 -6432.0 45.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.785 H2W5UNJvOk4884lt0u2K 15601.0 -14.0 984832395 15601 275940.71028299246 -15858 90048.0 -15601.0 158740.17500000002 -6432.0 14.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.92 H660yyHFbeUy864u1nS1 15601.0 -27.0 711356569 15601 199315.37377416642 -15858 173664.0 -15601.0 158740.17500000002 -6432.0 27.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.931 H6EQ3Y5tY82S5U1 15601.0 14.0 -1358164329 15601 -380544.78257214907 -15858 -90048.0 -15601.0 158740.17500000002 -6432.0 -14.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.553 H85Or4yRdt4A1 15601.0 -42.0 1285310382 15601 360131.79658167553 -15858 270144.0 -15601.0 158740.17500000002 -6432.0 42.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.528 HC8S2Tyv8RF 15601.0 -17.0 1158473216 15601 324593.2238722331 -15858 109344.0 -15601.0 158740.17500000002 -6432.0 17.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.575 HCje0r5N3C0o3 15601.0 39.0 186460538 15601 52244.476884281314 -15858 -250848.0 -15601.0 158740.17500000002 -6432.0 -39.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.722 HCr4b46Dx6aSa0Q7CRp3 15601.0 -53.0 879759030 15601 246500.14850098066 -15858 340896.0 -15601.0 158740.17500000002 -6432.0 53.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.561 HJTchT5CPC84 15601.0 -29.0 -427240643 15601 -119708.78201176801 -15858 186528.0 -15601.0 158740.17500000002 -6432.0 29.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.593 HN57u11H8 15601.0 -13.0 2061177369 15601 577522.3785374054 -15858 83616.0 -15601.0 158740.17500000002 -6432.0 13.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.096 HUKr4vWS 15601.0 28.0 1781483364 15601 499154.7671616699 -15858 -180096.0 -15601.0 158740.17500000002 -6432.0 -28.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.712 HX4NNXplV2R7G35xp 15601.0 37.0 980331206 15601 274679.5197534323 -15858 -237984.0 -15601.0 158740.17500000002 -6432.0 -37.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.9 HcoJtE70sS7KuFuuW 15601.0 20.0 -368721894 15601 -103312.38274026338 -15858 -128640.0 -15601.0 158740.17500000002 -6432.0 -20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.08 HghnGE5gflqVwR76sX18 15601.0 48.0 1766992295 15601 495094.506864668 -15858 -308736.0 -15601.0 158740.17500000002 -6432.0 -48.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.375 HmC2gaY 15601.0 -49.0 -57200424 15601 -16027.017091622303 -15858 315168.0 -15601.0 158740.17500000002 -6432.0 49.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.161 Hs4v5FHpNs4 15601.0 -20.0 -1569241661 15601 -439686.6520033623 -15858 128640.0 -15601.0 158740.17500000002 -6432.0 20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.213 Hu8U10iq3 15601.0 1.0 -1972121622 15601 -552569.8016251051 -15858 -6432.0 -15601.0 158740.17500000002 -6432.0 -1.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.328 Hv27a0qU14MJB7 15601.0 -37.0 -1274229243 15601 -357026.9663771365 -15858 237984.0 -15601.0 158740.17500000002 -6432.0 37.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.189 HyD5X4wA0G4Ir6Wq6gM5H 15601.0 -16.0 290481712 15601 81390.2247128047 -15858 102912.0 -15601.0 158740.17500000002 -6432.0 16.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.83 I086Kg80pX 15601.0 -19.0 -1575589254 15601 -441465.18744746427 -15858 122208.0 -15601.0 158740.17500000002 -6432.0 19.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.396 I0S8mgt10Gm 15601.0 -61.0 1114673625 15601 312320.9932754273 -15858 392352.0 -15601.0 158740.17500000002 -6432.0 61.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.434 I7MI02kTvL36N 15601.0 -3.0 -1714949058 15601 -480512.48472961615 -15858 19296.0 -15601.0 158740.17500000002 -6432.0 3.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:31.808 IAFkV5cK0Jh10Im806u 15601.0 20.0 1638071199 15601 458972.03670495935 -15858 -128640.0 -15601.0 158740.17500000002 -6432.0 -20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.476 IAnfq 15601.0 44.0 -2098300466 15601 -587923.9187447465 -15858 -283008.0 -15601.0 158740.17500000002 -6432.0 -44.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:55.025 ICK66G8e8 15601.0 0.0 -901264012 15601 -252525.6407957411 -15858 -0.0 -15601.0 158740.17500000002 NULL -0.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.965 IDPh0xt5aj4nhjfgvB6O6X3 15601.0 2.0 -664588420 15601 -186211.38133931073 -15858 -12864.0 -15601.0 158740.17500000002 -6432.0 -2.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.733 IJRqL2Ec6JGceMcn6bUyuRU8 15601.0 -17.0 -1275985495 15601 -357519.05155505746 -15858 109344.0 -15601.0 158740.17500000002 -6432.0 17.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.215 IMC05lv4PYLJb2n3r7T 15601.0 55.0 1582500035 15601 443401.5228355282 -15858 -353760.0 -15601.0 158740.17500000002 -6432.0 -55.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:49.331 ISSP0gjn3qxAC7gH3l11N6 15601.0 8.0 183549371 15601 51428.79546091342 -15858 -51456.0 -15601.0 158740.17500000002 -6432.0 -8.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.778 IYlXj3xg 15601.0 20.0 505524678 15601 141643.22723451947 -15858 -128640.0 -15601.0 158740.17500000002 -6432.0 -20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.699 Ib62k3A2XLg2TL 15601.0 -29.0 -2143024405 15601 -600455.14289717 -15858 186528.0 -15601.0 158740.17500000002 -6432.0 29.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.19 IpDn22 15601.0 -19.0 -1322538563 15601 -370562.78033062484 -15858 122208.0 -15601.0 158740.17500000002 -6432.0 19.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.195 Is5DY4nt6n85p8 15601.0 -11.0 -655443218 15601 -183648.98234799664 -15858 70752.0 -15601.0 158740.17500000002 -6432.0 11.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.022 IvE07gK77 15601.0 -20.0 -1293754251 15601 -362497.68870832166 -15858 128640.0 -15601.0 158740.17500000002 -6432.0 20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.754 J0I71XNHjvS8 15601.0 -3.0 -2076312756 15601 -581763.1706360325 -15858 19296.0 -15601.0 158740.17500000002 -6432.0 3.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:55.762 J4Fr2Ysig4v1h1y4Yg0QF8w8 15601.0 23.0 1499121057 15601 420039.5228355282 -15858 -147936.0 -15601.0 158740.17500000002 -6432.0 -23.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.469 J73U1aQTRUd 15601.0 -6.0 -573372032 15601 -160653.4132810311 -15858 38592.0 -15601.0 158740.17500000002 -6432.0 6.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:58.09 JE6y6UBN33n8Kcs 15601.0 -60.0 -2041965187 15601 -572139.3070888204 -15858 385920.0 -15601.0 158740.17500000002 -6432.0 60.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.631 JEVyBv2IqG1xPJASdCL8 15601.0 33.0 739625813 15601 207236.14822079014 -15858 -212256.0 -15601.0 158740.17500000002 -6432.0 -33.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.324 JFRQYgF2d57MV 15601.0 49.0 -128270777 15601 -35940.25693471561 -15858 -315168.0 -15601.0 158740.17500000002 -6432.0 -49.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.014 JGPmC0e7g1h87 15601.0 -52.0 -886068046 15601 -248267.8750350238 -15858 334464.0 -15601.0 158740.17500000002 -6432.0 52.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:01.952 JN1cd 15601.0 14.0 -1426659283 15601 -399736.4200056038 -15858 -90048.0 -15601.0 158740.17500000002 -6432.0 -14.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.902 JO2608Lv74HyA 15601.0 -21.0 441754322 15601 123775.37741664331 -15858 135072.0 -15601.0 158740.17500000002 -6432.0 21.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.741 JeNoQM2514UXI306K8SbN 15601.0 -2.0 624304190 15601 174924.12160268982 -15858 12864.0 -15601.0 158740.17500000002 -6432.0 2.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.295 Jf3TV3LhLih 15601.0 45.0 -223953421 15601 -62749.62762678621 -15858 -289440.0 -15601.0 158740.17500000002 -6432.0 -45.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:01.057 JfvDur75VQCb53GicM7hHU 15601.0 3.0 -1580362265 15601 -442802.5399271505 -15858 -19296.0 -15601.0 158740.17500000002 -6432.0 -3.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.326 JqulbtcrXcNBymoHD0uDu 15601.0 2.0 496222742 15601 139036.9128607453 -15858 -12864.0 -15601.0 158740.17500000002 -6432.0 -2.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.556 Jto1Ej2BS 15601.0 53.0 1556590849 15601 436142.014289717 -15858 -340896.0 -15601.0 158740.17500000002 -6432.0 -53.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:58.383 K3DGd0 15601.0 41.0 -1730738390 15601 -484936.5060240964 -15858 -263712.0 -15601.0 158740.17500000002 -6432.0 -41.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.979 K3d77AuD2 15601.0 -37.0 943423950 15601 264338.4561501821 -15858 237984.0 -15601.0 158740.17500000002 -6432.0 37.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.114 KO3lYMSBj 15601.0 15.0 -1106735397 15601 -310096.77696833847 -15858 -96480.0 -15601.0 158740.17500000002 -6432.0 -15.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:01.564 KV5evP72y5O6w7j 15601.0 -19.0 -1040575969 15601 -291559.5318016251 -15858 122208.0 -15601.0 158740.17500000002 -6432.0 19.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.914 KX43450qk3ifahho2 15601.0 -19.0 853662696 15601 239188.2028579434 -15858 122208.0 -15601.0 158740.17500000002 -6432.0 19.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.84 KXy5w41XCCA8oA 15601.0 12.0 -1331125878 15601 -372968.86466797424 -15858 -77184.0 -15601.0 158740.17500000002 -6432.0 -12.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.189 Keq6tT2y4kB7 15601.0 14.0 -1970072997 15601 -551995.796301485 -15858 -90048.0 -15601.0 158740.17500000002 -6432.0 -14.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.433 Kp7FRaBtqU8i2U1 15601.0 53.0 -1231026402 15601 -344921.9394788456 -15858 -340896.0 -15601.0 158740.17500000002 -6432.0 -53.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.579 Kt5AoC5 15601.0 1.0 -208178544 15601 -58329.65648641076 -15858 -6432.0 -15601.0 158740.17500000002 -6432.0 -1.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:11.284 L1pn2rBecf3v4mOe 15601.0 -50.0 547762198 15601 153477.78033062484 -15858 321600.0 -15601.0 158740.17500000002 -6432.0 50.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.418 L2WL0K8Q3077Q7lHWxq3 15601.0 21.0 -893636289 15601 -250388.42504903334 -15858 -135072.0 -15601.0 158740.17500000002 -6432.0 -21.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.918 LGM2rR 15601.0 -5.0 286911598 15601 80389.91258055478 -15858 32160.0 -15601.0 158740.17500000002 -6432.0 5.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.07 LLeNMJ3ml 15601.0 44.0 -780348314 15601 -218646.20734099188 -15858 -283008.0 -15601.0 158740.17500000002 -6432.0 -44.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:06.965 LW12Cn18Fa3jK0 15601.0 1.0 1365515285 15601 382604.45082656207 -15858 -6432.0 -15601.0 158740.17500000002 -6432.0 -1.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.771 Lc62N872p2Qx048D8x 15601.0 36.0 503569096 15601 141095.29167834128 -15858 -231552.0 -15601.0 158740.17500000002 -6432.0 -36.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.805 Ljca2gTfVlP3iiRV4Ue 15601.0 55.0 1386764124 15601 388558.1742785094 -15858 -353760.0 -15601.0 158740.17500000002 -6432.0 -55.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.104 Lm4jGS6uC6m0buRvp63 15601.0 34.0 -1028809597 15601 -288262.70579994394 -15858 -218688.0 -15601.0 158740.17500000002 -6432.0 -34.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.044 Lptx5Gx2Mw5PLl4hSL6T67F 15601.0 35.0 NULL 15601 NULL -15858 -225120.0 -15601.0 158740.17500000002 -6432.0 -35.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.812 LrcpM 15601.0 35.0 -1198622822 15601 -335842.7632390025 -15858 -225120.0 -15601.0 158740.17500000002 -6432.0 -35.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.903 LxdPDb 15601.0 -25.0 907202969 15601 254189.68030260576 -15858 160800.0 -15601.0 158740.17500000002 -6432.0 25.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:43.771 M40e006lkM2L 15601.0 49.0 -1107321329 15601 -310260.9495657047 -15858 -315168.0 -15601.0 158740.17500000002 -6432.0 -49.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:11.515 MD1CaRLo1Q1yu8633IB 15601.0 -11.0 1417503370 15601 397171.0198935276 -15858 70752.0 -15601.0 158740.17500000002 -6432.0 11.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.437 MHUrF1wtS4FCMIT6aP5 15601.0 18.0 1102736886 15601 308976.4320537966 -15858 -115776.0 -15601.0 158740.17500000002 -6432.0 -18.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.302 MKVQYGxtltIv4QN 15601.0 -24.0 146845669 15601 41144.76576071729 -15858 154368.0 -15601.0 158740.17500000002 -6432.0 24.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.069 MO74jra6B1534xeWwCNp0k5 15601.0 -62.0 68899019 15601 19304.85261978145 -15858 398784.0 -15601.0 158740.17500000002 -6432.0 62.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.881 MOrNN2vu2e 15601.0 -40.0 561535341 15601 157336.88456150182 -15858 257280.0 -15601.0 158740.17500000002 -6432.0 40.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:06.199 Ma0cUc3gxu236hG 15601.0 -25.0 -414129290 15601 -116035.10507144859 -15858 160800.0 -15601.0 158740.17500000002 -6432.0 25.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.766 Mfyi8GP6X7lQ28o3l 15601.0 15.0 -1540302337 15601 -431578.12748669094 -15858 -96480.0 -15601.0 158740.17500000002 -6432.0 -15.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.748 Mg8NV0cpt7B80 15601.0 -14.0 -466156812 15601 -130612.72401232838 -15858 90048.0 -15601.0 158740.17500000002 -6432.0 14.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.71 MhnIfCXt3OD 15601.0 -23.0 -1046520269 15601 -293225.0683664892 -15858 147936.0 -15601.0 158740.17500000002 -6432.0 23.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:58.306 MnGh7cJ8Tqfj5SM3i643 15601.0 -49.0 2025282930 15601 567465.0966657327 -15858 315168.0 -15601.0 158740.17500000002 -6432.0 49.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:01.687 Mpl1s7so8 15601.0 20.0 -1195710741 15601 -335026.8257214906 -15858 -128640.0 -15601.0 158740.17500000002 -6432.0 -20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.372 Ms3HD0o 15601.0 -9.0 108834881 15601 30494.50294200056 -15858 57888.0 -15601.0 158740.17500000002 -6432.0 9.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.331 N6s6Ya7n38uF3 15601.0 4.0 -1096047343 15601 -307102.08545811154 -15858 -25728.0 -15601.0 158740.17500000002 -6432.0 -4.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.617 N887uW7KRb6LMp 15601.0 -31.0 1521898163 15601 426421.4522275147 -15858 199392.0 -15601.0 158740.17500000002 -6432.0 31.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.15 NKt630 15601.0 -11.0 -1133138233 15601 -317494.601569067 -15858 70752.0 -15601.0 158740.17500000002 -6432.0 11.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.838 NP22kVaQGeaH604 15601.0 15.0 -1675398355 15601 -469430.75231157185 -15858 -96480.0 -15601.0 158740.17500000002 -6432.0 -15.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:55.847 NaTC1s58bEK 15601.0 -9.0 NULL 15601 NULL -15858 57888.0 -15601.0 158740.17500000002 -6432.0 9.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.101 Ner2VnJw3kK6StMYD 15601.0 -39.0 -1651489748 15601 -462731.7870551975 -15858 250848.0 -15601.0 158740.17500000002 -6432.0 39.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.558 NmR21ryn0FG67 15601.0 -24.0 -1496666324 15601 -419351.7298963295 -15858 154368.0 -15601.0 158740.17500000002 -6432.0 24.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.064 NrCRG0ol8t3w116fK2 15601.0 18.0 NULL 15601 NULL -15858 -115776.0 -15601.0 158740.17500000002 -6432.0 -18.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.697 O2387e47vBg 15601.0 -1.0 -789881959 15601 -221317.44438217988 -15858 6432.0 -15601.0 158740.17500000002 -6432.0 1.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:52.595 O30yrAd1e8dgm5 15601.0 62.0 -1838132825 15601 -515027.4096385542 -15858 -398784.0 -15601.0 158740.17500000002 -6432.0 -62.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.882 O77TCNDlf8w 15601.0 -31.0 -46453649 15601 -13015.87251330905 -15858 199392.0 -15601.0 158740.17500000002 -6432.0 31.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:06.255 OI5Fo 15601.0 -58.0 -1560616588 15601 -437269.98823199776 -15858 373056.0 -15601.0 158740.17500000002 -6432.0 58.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:58.061 OX3YD1C1JMmS52Y 15601.0 5.0 -1668687246 15601 -467550.3631269263 -15858 -32160.0 -15601.0 158740.17500000002 -6432.0 -5.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.345 ObGm1w 15601.0 -37.0 NULL 15601 NULL -15858 237984.0 -15601.0 158740.17500000002 -6432.0 37.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.612 Oc6P2F1UD0D0T0haR 15601.0 21.0 1312374660 15601 367714.9509666573 -15858 -135072.0 -15601.0 158740.17500000002 -6432.0 -21.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.186 OgJ3DltBHB87rMQt2d 15601.0 -9.0 -911417577 15601 -255370.573550014 -15858 57888.0 -15601.0 158740.17500000002 -6432.0 9.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.05 OgJuBiLW71S 15601.0 59.0 1129363554 15601 316436.97226113756 -15858 -379488.0 -15601.0 158740.17500000002 -6432.0 -59.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.805 OqeL462twjC0O34y086scWbW 15601.0 -46.0 157777107 15601 44207.651162790695 -15858 295872.0 -15601.0 158740.17500000002 -6432.0 46.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:58.281 OtS4TXC3o8opoEsRtv5Sj 15601.0 8.0 2060956712 15601 577460.5525357242 -15858 -51456.0 -15601.0 158740.17500000002 -6432.0 -8.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.14 OtgfTpqxm51v6Y 15601.0 -29.0 -393066261 15601 -110133.44382179882 -15858 186528.0 -15601.0 158740.17500000002 -6432.0 29.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.996 P66k5ETLyP41K5o5gAT 15601.0 -22.0 NULL 15601 NULL -15858 141504.0 -15601.0 158740.17500000002 -6432.0 22.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:43.931 PEBBi 15601.0 42.0 509177858 15601 142666.81367329785 -15858 -270144.0 -15601.0 158740.17500000002 -6432.0 -42.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.18 PFiGGCalsC 15601.0 -5.0 -1029272743 15601 -288392.4749229476 -15858 32160.0 -15601.0 158740.17500000002 -6432.0 5.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.912 PIKnd8tj154 15601.0 -45.0 1619226365 15601 453691.89268702717 -15858 289440.0 -15601.0 158740.17500000002 -6432.0 45.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:16.338 PJoW4 15601.0 -3.0 504525087 15601 141363.15130288596 -15858 19296.0 -15601.0 158740.17500000002 -6432.0 3.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.21 PK01P7dDg2f8IAPjo662y072 15601.0 58.0 -1384901601 15601 -388036.3129728215 -15858 -373056.0 -15601.0 158740.17500000002 -6432.0 -58.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.953 PN27a314v6PyUpVfeiU 15601.0 18.0 -973905398 15601 -272879.0692070608 -15858 -115776.0 -15601.0 158740.17500000002 -6432.0 -18.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.438 PN71Bl6jM 15601.0 -41.0 -1064437283 15601 -298245.24600728496 -15858 263712.0 -15601.0 158740.17500000002 -6432.0 41.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.49 PQyN2mruXRR47dPEkesk 15601.0 5.0 -507162101 15601 -142102.01765200336 -15858 -32160.0 -15601.0 158740.17500000002 -6432.0 -5.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.767 PS4fs5g7Itj843qvX 15601.0 56.0 -1378117091 15601 -386135.3575231157 -15858 -360192.0 -15601.0 158740.17500000002 -6432.0 -56.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.953 PY216BgK57qkoktjrjHb 15601.0 -48.0 1198344254 15601 335764.71112356405 -15858 308736.0 -15601.0 158740.17500000002 -6432.0 48.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.695 PxcCoxYeQ5M 15601.0 -34.0 1218760785 15601 341485.2297562342 -15858 218688.0 -15601.0 158740.17500000002 -6432.0 34.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.741 PyGaf 15601.0 -16.0 -1505978287 15601 -421960.8537405436 -15858 102912.0 -15601.0 158740.17500000002 -6432.0 16.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.789 Q08uv20m 15601.0 39.0 -1046301933 15601 -293163.89268702717 -15858 -250848.0 -15601.0 158740.17500000002 -6432.0 -39.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.986 Q1T7u0syw2NPveOu 15601.0 -18.0 -1185085807 15601 -332049.8198374895 -15858 115776.0 -15601.0 158740.17500000002 -6432.0 18.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.38 Q30600R1 15601.0 53.0 -1283930255 15601 -359745.0980666854 -15858 -340896.0 -15601.0 158740.17500000002 -6432.0 -53.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.559 Q37LCWVlT8TkMm2f3h7j0d 15601.0 -34.0 1476533372 15601 413710.6674138414 -15858 218688.0 -15601.0 158740.17500000002 -6432.0 34.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.961 Q3mmj6mG4EG8H 15601.0 10.0 -720023732 15601 -201743.83076492016 -15858 -64320.0 -15601.0 158740.17500000002 -6432.0 -10.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.617 Q4yNJBnb 15601.0 -10.0 1710641158 15601 479305.45194732415 -15858 64320.0 -15601.0 158740.17500000002 -6432.0 10.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:58.42 Q6v087IOF2 15601.0 -9.0 192161117 15601 53841.7251330905 -15858 57888.0 -15601.0 158740.17500000002 -6432.0 9.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.315 Q76PX622TlrNxcGCf5p507o8 15601.0 -22.0 1270307708 15601 355928.189408798 -15858 141504.0 -15601.0 158740.17500000002 -6432.0 22.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.453 QCY0pTKdHRqrf5P1N58 15601.0 4.0 -1677882999 15601 -470126.9260297002 -15858 -25728.0 -15601.0 158740.17500000002 -6432.0 -4.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:55.681 QFHk87n5xsCYI226 15601.0 53.0 -782857402 15601 -219349.23003642476 -15858 -340896.0 -15601.0 158740.17500000002 -6432.0 -53.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.415 QLA5Le5ePE53UgM7km6 15601.0 51.0 -232545302 15601 -65156.99131409358 -15858 -328032.0 -15601.0 158740.17500000002 -6432.0 -51.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.808 QV08okL83Ug1jwOV8h74 15601.0 54.0 493058527 15601 138150.3297842533 -15858 -347328.0 -15601.0 158740.17500000002 -6432.0 -54.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.754 QWSToWHfYl4rAJcLMwO 15601.0 54.0 1825424393 15601 511466.6273465957 -15858 -347328.0 -15601.0 158740.17500000002 -6432.0 -54.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.067 Qq1cBHJkF7A3y3v5crIN0fJ 15601.0 -33.0 -1583014792 15601 -443545.75287195295 -15858 212256.0 -15601.0 158740.17500000002 -6432.0 33.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.435 Qq2Jy5Iy15LsnaWwI 15601.0 -55.0 1958873163 15601 548857.7088820398 -15858 353760.0 -15601.0 158740.17500000002 -6432.0 55.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.832 QrFWcQo7 15601.0 -27.0 -1152127938 15601 -322815.33706920705 -15858 173664.0 -15601.0 158740.17500000002 -6432.0 27.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.603 R4WtD3 15601.0 -54.0 -1754189160 15601 -491507.1896889885 -15858 347328.0 -15601.0 158740.17500000002 -6432.0 54.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.587 R68avA7MskCgYOOEP 15601.0 -44.0 1448245990 15601 405784.81087139255 -15858 283008.0 -15601.0 158740.17500000002 -6432.0 44.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:49.331 R8IJh6386ba3D3VS70FSlw6 15601.0 -52.0 440096608 15601 123310.90165312412 -15858 334464.0 -15601.0 158740.17500000002 -6432.0 52.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:55.054 RFm8XplgEW3ep0R 15601.0 48.0 -505179873 15601 -141546.6161389745 -15858 -308736.0 -15601.0 158740.17500000002 -6432.0 -48.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.579 RO83j2qQsq7 15601.0 1.0 345752927 15601 96876.6957130849 -15858 -6432.0 -15601.0 158740.17500000002 -6432.0 -1.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.727 ROWD7iWDvXjq3RU60LfIm 15601.0 27.0 391612768 15601 109726.18884841692 -15858 -173664.0 -15601.0 158740.17500000002 -6432.0 -27.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.368 RV01bFdAim2mhn0is3SuP 15601.0 20.0 -1644694994 15601 -460827.9613337069 -15858 -128640.0 -15601.0 158740.17500000002 -6432.0 -20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.246 RWDJpR813I70rA48j3St8 15601.0 -8.0 667749103 15601 187096.97478285234 -15858 51456.0 -15601.0 158740.17500000002 -6432.0 8.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.232 Rf45Knu04s4160Ic0TDdw 15601.0 -59.0 1781893821 15601 499269.7733258616 -15858 379488.0 -15601.0 158740.17500000002 -6432.0 59.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:55.863 RjYdeaB 15601.0 11.0 -1656847358 15601 -464232.93863827403 -15858 -70752.0 -15601.0 158740.17500000002 -6432.0 -11.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:58.134 Rkjxcgk8n8m2B3jrKY1PbS3 15601.0 -24.0 -402193022 15601 -112690.6758195573 -15858 154368.0 -15601.0 158740.17500000002 -6432.0 24.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.584 RrQO5beX488KbcA6g4Jnu5 15601.0 -29.0 -1912094416 15601 -535750.7469879518 -15858 186528.0 -15601.0 158740.17500000002 -6432.0 29.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.061 S1gQ06M353rQ5vm2a24EMN 15601.0 -19.0 -643533009 15601 -180311.85458111516 -15858 122208.0 -15601.0 158740.17500000002 -6432.0 19.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.238 S25uia48N4 15601.0 39.0 -1351910626 15601 -378792.5542168675 -15858 -250848.0 -15601.0 158740.17500000002 -6432.0 -39.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.336 S731TWfDrNnVe8p2yuE1k 15601.0 -4.0 956522842 15601 268008.6416363127 -15858 25728.0 -15601.0 158740.17500000002 -6432.0 4.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.747 SD7DWsK 15601.0 54.0 -1479988050 15601 -414678.63547212107 -15858 -347328.0 -15601.0 158740.17500000002 -6432.0 -54.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.26 SJ8F14f7LlNlWpBJ 15601.0 15.0 NULL 15601 NULL -15858 -96480.0 -15601.0 158740.17500000002 -6432.0 -15.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:06.754 SJf447 15601.0 20.0 1129495890 15601 316474.05155505746 -15858 -128640.0 -15601.0 158740.17500000002 -6432.0 -20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.043 STrL4f3N1wj 15601.0 -60.0 -5953872 15601 -1668.2185486130568 -15858 385920.0 -15601.0 158740.17500000002 -6432.0 60.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.058 Sfe4pA7B3f5x 15601.0 -15.0 419609353 15601 117570.5668254413 -15858 96480.0 -15601.0 158740.17500000002 -6432.0 15.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.132 ShjbW3q38Px24Hx 15601.0 -22.0 -1803981239 15601 -505458.4586718969 -15858 141504.0 -15601.0 158740.17500000002 -6432.0 22.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.822 SjG26TSvqw3myt 15601.0 0.0 -39854776 15601 -11166.930792939198 -15858 -0.0 -15601.0 158740.17500000002 NULL -0.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.18 SpJMvUVUfHrf1A723s10EdC 15601.0 47.0 -1230441185 15601 -344757.96721770806 -15858 -302304.0 -15601.0 158740.17500000002 -6432.0 -47.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:06.051 Sr02RjVo6gEbKjr4Ftm0d 15601.0 35.0 -605058422 15601 -169531.639674979 -15858 -225120.0 -15601.0 158740.17500000002 -6432.0 -35.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:11.284 SvKL2lM7lc 15601.0 -26.28 808737125 15601 226600.48332866348 -15858 169032.97 -15601.0 158740.17500000002 -6432.0 26.28 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.345 SwEtmG886dSmCVYqhnvUm 15601.0 -48.0 2080590537 15601 582961.7643597646 -15858 308736.0 -15601.0 158740.17500000002 -6432.0 48.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.195 Syoe8Gm2 15601.0 -55.0 2020504394 15601 566126.1961333707 -15858 353760.0 -15601.0 158740.17500000002 -6432.0 55.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.401 T3KP6V 15601.0 -59.0 -1315413812 15601 -368566.492574951 -15858 379488.0 -15601.0 158740.17500000002 -6432.0 59.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.071 T45sp 15601.0 -18.0 1800301969 15601 504427.5620622023 -15858 115776.0 -15601.0 158740.17500000002 -6432.0 18.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.108 T5W42P5q3uxBgYya8Et085C 15601.0 9.0 -2093472028 15601 -586571.0361445784 -15858 -57888.0 -15601.0 158740.17500000002 -6432.0 -9.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.884 T7R4Jnl7s3d053wmyOrt 15601.0 -40.0 375928903 15601 105331.71840851779 -15858 257280.0 -15601.0 158740.17500000002 -6432.0 40.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.06 T7YaUc10ta 15601.0 55.0 -1224290649 15601 -343034.64527878957 -15858 -353760.0 -15601.0 158740.17500000002 -6432.0 -55.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:11.451 TEM55fi2Ly 15601.0 -57.0 -585350546 15601 -164009.6794620342 -15858 366624.0 -15601.0 158740.17500000002 -6432.0 57.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.705 TGfOwisk27yqU43c4NdpO 15601.0 -14.0 1892527183 15601 530268.193611656 -15858 90048.0 -15601.0 158740.17500000002 -6432.0 14.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:56.004 TN1V103235ex7r5y1UnD 15601.0 12.0 1028143712 15601 288076.13112916786 -15858 -77184.0 -15601.0 158740.17500000002 -6432.0 -12.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.88 TNE8eY3 15601.0 -42.0 1987471865 15601 556870.7943401512 -15858 270144.0 -15601.0 158740.17500000002 -6432.0 42.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.868 TTC6F8qbjDrUwqlWQ674T 15601.0 -56.0 -971846497 15601 -272302.184645559 -15858 360192.0 -15601.0 158740.17500000002 -6432.0 56.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:06.945 TXaLgi3L562jI1 15601.0 54.0 -1735553309 15601 -486285.6007284954 -15858 -347328.0 -15601.0 158740.17500000002 -6432.0 -54.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.716 Tcvj5uSM1NCQUr 15601.0 1.0 -1025788056 15601 -287416.0986270664 -15858 -6432.0 -15601.0 158740.17500000002 -6432.0 -1.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:08.445 TwtBSyUgu7uOpsQ 15601.0 48.0 846324964 15601 237132.2398430933 -15858 -308736.0 -15601.0 158740.17500000002 -6432.0 -48.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.396 U2MJbm 15601.0 -20.0 823972698 15601 230869.34659568506 -15858 128640.0 -15601.0 158740.17500000002 -6432.0 20.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.732 U62U7O2LVYg 15601.0 21.0 1837742836 15601 514918.1384141216 -15858 -135072.0 -15601.0 158740.17500000002 -6432.0 -21.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:47.57 U75G6OsrKmd7KxMe 15601.0 -29.0 -1703837738 15601 -477399.1980947044 -15858 186528.0 -15601.0 158740.17500000002 -6432.0 29.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.054 UG6g10Lb571g 15601.0 -8.0 -1998625094 15601 -559995.8234799664 -15858 51456.0 -15601.0 158740.17500000002 -6432.0 8.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:01.923 UHSnND7vTVfm80W3E3AX5aR 15601.0 -19.0 268499605 15601 75231.04651162791 -15858 122208.0 -15601.0 158740.17500000002 -6432.0 19.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:55.137 UQR88o20Gf453RP 15601.0 -44.0 -1447719201 15601 -405637.2095825161 -15858 283008.0 -15601.0 158740.17500000002 -6432.0 44.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.68 UU01Fkn1Fp2d 15601.0 33.0 2094164536 15601 586765.0703278229 -15858 -212256.0 -15601.0 158740.17500000002 -6432.0 -33.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.782 UVo71u40can1RQJ0MTNPS 15601.0 -27.0 37567484 15601 10526.053236200616 -15858 173664.0 -15601.0 158740.17500000002 -6432.0 27.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.583 UYC1dkb7n5YcmFAAbT2 15601.0 -31.0 -1357998994 15601 -380498.45727094426 -15858 199392.0 -15601.0 158740.17500000002 -6432.0 31.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.357 Ubb7l 15601.0 -13.0 1179505870 15601 330486.3743345475 -15858 83616.0 -15601.0 158740.17500000002 -6432.0 13.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.137 Uw8VcBX726537W7Nc32f5og1 15601.0 -30.0 -1617443296 15601 -453192.29363967496 -15858 192960.0 -15601.0 158740.17500000002 -6432.0 30.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.259 V10T8Fo0d5HOeEM8ysObmPU4 15601.0 5.0 -184458103 15601 -51683.413561221634 -15858 -32160.0 -15601.0 158740.17500000002 -6432.0 -5.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.324 V37l2corMwuEU0F2I4R 15601.0 -38.0 -1138820207 15601 -319086.6368730737 -15858 244416.0 -15601.0 158740.17500000002 -6432.0 38.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:06.982 V3L2j5d3q 15601.0 2.0 -400080827 15601 -112098.8587839731 -15858 -12864.0 -15601.0 158740.17500000002 -6432.0 -2.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.627 V3e7tuWVX0gajjH6X8 15601.0 -32.0 -1473796341 15601 -412943.777248529 -15858 205824.0 -15601.0 158740.17500000002 -6432.0 32.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.872 V3ySf 15601.0 7.0 1329225687 15601 372436.4491454189 -15858 -45024.0 -15601.0 158740.17500000002 -6432.0 -7.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.32 V74j2j3Pc8OY7tl 15601.0 -21.0 -813809028 15601 -228021.58251611097 -15858 135072.0 -15601.0 158740.17500000002 -6432.0 21.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.545 VHe5j0T1o21J806LMb8ay1 15601.0 -16.0 2066094917 15601 578900.2289156626 -15858 102912.0 -15601.0 158740.17500000002 -6432.0 16.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:45.008 VNQIHXp5B80I 15601.0 -31.0 2006229754 15601 562126.5771924909 -15858 199392.0 -15601.0 158740.17500000002 -6432.0 31.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.18 VT72k7T7C3N73lA10202 15601.0 57.0 -1393938237 15601 -390568.29279910336 -15858 -366624.0 -15601.0 158740.17500000002 -6432.0 -57.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.121 VTDTuUp 15601.0 -6.0 281019305 15601 78738.94788456151 -15858 38592.0 -15601.0 158740.17500000002 -6432.0 6.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.948 VXtbOP4eT6x2R05 15601.0 -58.0 2006398616 15601 562173.8907256934 -15858 373056.0 -15601.0 158740.17500000002 -6432.0 58.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:58.422 Vc0uIW6g2n7P8f75JDUG6yN 15601.0 15.0 274226131 15601 76835.5648641076 -15858 -96480.0 -15601.0 158740.17500000002 -6432.0 -15.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:55.998 VftK7455nP4C2fb42Guv7I0 15601.0 -40.0 1194316702 15601 334636.2291958532 -15858 257280.0 -15601.0 158740.17500000002 -6432.0 40.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:11.504 VkLA5W0AsJ2v7X7 15601.0 -60.0 -1743144280 15601 -488412.5189128607 -15858 385920.0 -15601.0 158740.17500000002 -6432.0 60.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:12.413 Vt166H6HUcc 15601.0 -32.0 -1864500604 15601 -522415.41159988794 -15858 205824.0 -15601.0 158740.17500000002 -6432.0 32.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.14 W087uQpM6uJ2G5aB 15601.0 3.0 270888813 15601 75900.47996637714 -15858 -19296.0 -15601.0 158740.17500000002 -6432.0 -3.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.429 W2i72S68FOFb0F0nq0s64Y 15601.0 -23.0 -287502046 15601 -80555.35051835248 -15858 147936.0 -15601.0 158740.17500000002 -6432.0 23.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.906 W2o1wfC1yw61GkMU 15601.0 35.0 -419284856 15601 -117479.64583917064 -15858 -225120.0 -15601.0 158740.17500000002 -6432.0 -35.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.697 W3QY4I4LLu6yX 15601.0 -6.0 19993315 15601 5601.9375175119085 -15858 38592.0 -15601.0 158740.17500000002 -6432.0 6.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.189 W56kQ5UX8GHpErCJ0X0PiMg 15601.0 -54.0 1304453187 15601 365495.42925189127 -15858 347328.0 -15601.0 158740.17500000002 -6432.0 54.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.747 W58KCRgshk2VVbX 15601.0 11.0 2062427061 15601 577872.5304006725 -15858 -70752.0 -15601.0 158740.17500000002 -6432.0 -11.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.83 W5d6CKH 15601.0 -40.0 283135872 15601 79331.98991314093 -15858 257280.0 -15601.0 158740.17500000002 -6432.0 40.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.028 W6d48516 15601.0 -18.0 -1310922279 15601 -367308.0075651443 -15858 115776.0 -15601.0 158740.17500000002 -6432.0 18.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:11.91 W6w0xHjP 15601.0 -30.0 -532238997 15601 -149128.32642196695 -15858 192960.0 -15601.0 158740.17500000002 -6432.0 30.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:03.127 WBuN1V4lP1858Dd3 15601.0 -27.0 934071980 15601 261718.12272345196 -15858 173664.0 -15601.0 158740.17500000002 -6432.0 27.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:04.699 WLct4cIh2E3 15601.0 26.0 -2141336536 15601 -599982.217988232 -15858 -167232.0 -15601.0 158740.17500000002 -6432.0 -26.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:02.752 We3u7Ih60iJx1U2kH 15601.0 -33.0 707803275 15601 198319.7744466237 -15858 212256.0 -15601.0 158740.17500000002 -6432.0 33.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:05.327 Wkr033CN8bH7LI 15601.0 26.0 1747188649 15601 489545.7128047072 -15858 -167232.0 -15601.0 158740.17500000002 -6432.0 -26.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.894 Wn8om1ooSVQSHxcg5F 15601.0 -34.0 -1225938733 15601 -343496.4228075091 -15858 218688.0 -15601.0 158740.17500000002 -6432.0 34.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:48.244 Wpi2820uS61uJ7Gn7xu822MA 15601.0 58.0 805666814 15601 225740.2112636593 -15858 -373056.0 -15601.0 158740.17500000002 -6432.0 -58.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.819 Wqx20H0G3di6k6KN54T 15601.0 -15.0 -1925755234 15601 -539578.378817596 -15858 96480.0 -15601.0 158740.17500000002 -6432.0 15.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:09.027 X03I20xG6O6Agj1sSW0Si3F 15601.0 -15.0 1057122452 15601 296195.6996357523 -15858 96480.0 -15601.0 158740.17500000002 -6432.0 15.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:58.202 X27PKe6lm1EmNx6tkEGfQ 15601.0 -31.0 926099123 15601 259484.203698515 -15858 199392.0 -15601.0 158740.17500000002 -6432.0 31.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:55.459 X3E664G5sA 15601.0 -3.0 1649136404 15601 462072.4023536004 -15858 19296.0 -15601.0 158740.17500000002 -6432.0 3.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:56.567 XKSgnqfq2Nn18h7GB6 15601.0 9.0 -1145489043 15601 -320955.1815634632 -15858 -57888.0 -15601.0 158740.17500000002 -6432.0 -9.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.479 XO40KP8emk1B6Cf4O64 15601.0 -17.0 -1901567703 15601 -532801.2616979546 -15858 109344.0 -15601.0 158740.17500000002 -6432.0 17.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.437 XP4nn8i47ipR3tsL4Bua 15601.0 0.0 1049949527 15601 294185.9139815074 -15858 -0.0 -15601.0 158740.17500000002 NULL -0.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.24 XQkXKeHtwH7 15601.0 0.0 10989626 15601 3079.189128607453 -15858 -0.0 -15601.0 158740.17500000002 NULL -0.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:57.801 XfVO17QmuH0yT1uQKCKvFtU 15601.0 23.0 -996165688 15601 -279116.19165032223 -15858 -147936.0 -15601.0 158740.17500000002 -6432.0 -23.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:53.039 XgGvxqJL7ioDnQ4Bue6spR 15601.0 8.0 53656310 15601 15033.989913140937 -15858 -51456.0 -15601.0 158740.17500000002 -6432.0 -8.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.116 XhyV0PF0kbo2yqP47G1M 15601.0 62.0 158194463 15601 44324.590361445786 -15858 -398784.0 -15601.0 158740.17500000002 -6432.0 -62.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.754 Xp6aP 15601.0 49.0 46706681 15601 13086.769683384702 -15858 -315168.0 -15601.0 158740.17500000002 -6432.0 -49.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:49.097 Xt8767d0562DL58h2yksj37 15601.0 52.0 -2125793790 15601 -595627.2877556739 -15858 -334464.0 -15601.0 158740.17500000002 -6432.0 -52.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:01.652 Xy07hchP3S32iW6YG3cn3 15601.0 41.0 NULL 15601 NULL -15858 -263712.0 -15601.0 158740.17500000002 -6432.0 -41.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:46.085 Y20HmnH71A88V4 15601.0 60.0 1428011023 15601 400115.1647520314 -15858 -385920.0 -15601.0 158740.17500000002 -6432.0 -60.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:44.603 Y6mE20661Ek61Mf7mYtCQV5 15601.0 -7.0 724330421 15601 202950.5242364808 -15858 45024.0 -15601.0 158740.17500000002 -6432.0 7.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:07.707 Y71O40OUSsvw 15601.0 60.0 -657503893 15601 -184226.3639674979 -15858 -385920.0 -15601.0 158740.17500000002 -6432.0 -60.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.52 Y7y6VtlL3yi6mWjRecJ60 15601.0 39.0 1748908827 15601 490027.69038946484 -15858 -250848.0 -15601.0 158740.17500000002 -6432.0 -39.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.285 YA630l4W6 15601.0 55.0 -1559932440 15601 -437078.2964415803 -15858 -353760.0 -15601.0 158740.17500000002 -6432.0 -55.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:15.507 YN4su 15601.0 -35.0 1779870001 15601 498702.7181283273 -15858 225120.0 -15601.0 158740.17500000002 -6432.0 35.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:50.205 YY83652Ij 15601.0 -6.0 -1761560547 15601 -493572.58251611097 -15858 38592.0 -15601.0 158740.17500000002 -6432.0 6.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:13.954 YaD841mDwJGjwjRgGtNU2 15601.0 -35.0 -994591123 15601 -278675.0134491454 -15858 225120.0 -15601.0 158740.17500000002 -6432.0 35.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:00.614 Ydu8G8I0720hU85E53t 15601.0 27.0 -2043827141 15601 -572661.0089660969 -15858 -173664.0 -15601.0 158740.17500000002 -6432.0 -27.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:55.218 YfGW4JvD 15601.0 36.0 445347927 15601 124782.27150462315 -15858 -231552.0 -15601.0 158740.17500000002 -6432.0 -36.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:10.649 YfL70dofbs6lhgKMX8kGsJ 15601.0 -47.0 -493471535 15601 -138266.05071448584 -15858 302304.0 -15601.0 158740.17500000002 -6432.0 47.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.098 Yfj785H813DA8 15601.0 44.0 -1144200805 15601 -320594.2294760437 -15858 -283008.0 -15601.0 158740.17500000002 -6432.0 -44.0 NULL -15601.0 -2.43391201E8 +1969-12-31 16:00:14.525 YiKM5PHS02HelmT2C 15601.0 -15.0 364559164 15601 102146.02521714766 -15858 96480.0 -15601.0 158740.17500000002 -6432.0 15.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:54.292 Ym27dR7t0Txx8Syq40cdvJD5 15601.0 -45.0 -1022657523 15601 -286538.95292799105 -15858 289440.0 -15601.0 158740.17500000002 -6432.0 45.0 NULL -15601.0 -2.43391201E8 +1969-12-31 15:59:51.164 YoE3rCoae83u101q 15601.0 -21.0 142487106 15601 39923.53768562622 -15858 135072.0 -15601.0 158740.17500000002 -6432.0 21.0 NULL -15601.0 -2.43391201E8 +PREHOOK: query: -- TargetTypeClasses: Double, String, Long +-- Functions: StDev, Sum, VarP, Count +-- ArithmeticOps: Remainder, Divide, Subtract +-- FilterOps: GreaterThanOrEqual, Equal, LessThanOrEqual +-- GroupBy: GroupBy +EXPLAIN SELECT csmallint, + (csmallint % -75), + STDDEV_SAMP(csmallint), + (-1.389 / csmallint), + SUM(cbigint), + ((csmallint % -75) / SUM(cbigint)), + (-((csmallint % -75))), + VAR_POP(ctinyint), + (-((-((csmallint % -75))))), + COUNT(*), + (COUNT(*) - -89010) +FROM alltypesorc +WHERE (((csmallint >= -257)) + AND ((-6432 = csmallint) + OR ((cint >= cdouble) + AND (ctinyint <= cint)))) +GROUP BY csmallint +ORDER BY csmallint +PREHOOK: type: QUERY +POSTHOOK: query: -- TargetTypeClasses: Double, String, Long +-- Functions: StDev, Sum, VarP, Count +-- ArithmeticOps: Remainder, Divide, Subtract +-- FilterOps: GreaterThanOrEqual, Equal, LessThanOrEqual +-- GroupBy: GroupBy +EXPLAIN SELECT csmallint, + (csmallint % -75), + STDDEV_SAMP(csmallint), + (-1.389 / csmallint), + SUM(cbigint), + ((csmallint % -75) / SUM(cbigint)), + (-((csmallint % -75))), + VAR_POP(ctinyint), + (-((-((csmallint % -75))))), + COUNT(*), + (COUNT(*) - -89010) +FROM alltypesorc +WHERE (((csmallint >= -257)) + AND ((-6432 = csmallint) + OR ((cint >= cdouble) + AND (ctinyint <= cint)))) +GROUP BY csmallint +ORDER BY csmallint +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) + Reducer 3 <- Reducer 2 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 13472 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: ((csmallint >= (- 257)) and (((- 6432) = csmallint) or ((cint >= cdouble) and (ctinyint <= cint)))) (type: boolean) + Statistics: Num rows: 2743 Data size: 76808 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: csmallint (type: smallint), cbigint (type: bigint), ctinyint (type: tinyint) + outputColumnNames: csmallint, cbigint, ctinyint + Statistics: Num rows: 2743 Data size: 76808 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: stddev_samp(csmallint), sum(cbigint), var_pop(ctinyint), count() + keys: csmallint (type: smallint) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3, _col4 + Statistics: Num rows: 2743 Data size: 76808 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: smallint) + sort order: + + Map-reduce partition columns: _col0 (type: smallint) + Statistics: Num rows: 2743 Data size: 76808 Basic stats: COMPLETE Column stats: NONE + value expressions: _col1 (type: struct), _col2 (type: bigint), _col3 (type: struct), _col4 (type: bigint) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Group By Operator + aggregations: stddev_samp(VALUE._col0), sum(VALUE._col1), var_pop(VALUE._col2), count(VALUE._col3) + keys: KEY._col0 (type: smallint) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3, _col4 + Statistics: Num rows: 1371 Data size: 38389 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: smallint), (_col0 % (- 75)) (type: int), _col1 (type: double), ((- 1.389) / _col0) (type: double), _col2 (type: bigint), ((_col0 % (- 75)) / _col2) (type: double), (- (_col0 % (- 75))) (type: int), _col3 (type: double), (- (- (_col0 % (- 75)))) (type: int), _col4 (type: bigint), (_col4 - (- 89010)) (type: bigint) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 + Statistics: Num rows: 1371 Data size: 38389 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: smallint) + sort order: + + Statistics: Num rows: 1371 Data size: 38389 Basic stats: COMPLETE Column stats: NONE + value expressions: _col1 (type: int), _col2 (type: double), _col3 (type: double), _col4 (type: bigint), _col5 (type: double), _col6 (type: int), _col7 (type: double), _col8 (type: int), _col9 (type: bigint), _col10 (type: bigint) + Reducer 3 + Reduce Operator Tree: + Select Operator + expressions: KEY.reducesinkkey0 (type: smallint), VALUE._col0 (type: int), VALUE._col1 (type: double), VALUE._col2 (type: double), VALUE._col3 (type: bigint), VALUE._col4 (type: double), VALUE._col5 (type: int), VALUE._col6 (type: double), VALUE._col7 (type: int), VALUE._col8 (type: bigint), VALUE._col9 (type: bigint) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 + Statistics: Num rows: 1371 Data size: 38389 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 1371 Data size: 38389 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + Execution mode: vectorized + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +PREHOOK: query: SELECT csmallint, + (csmallint % -75), + STDDEV_SAMP(csmallint), + (-1.389 / csmallint), + SUM(cbigint), + ((csmallint % -75) / SUM(cbigint)), + (-((csmallint % -75))), + VAR_POP(ctinyint), + (-((-((csmallint % -75))))), + COUNT(*), + (COUNT(*) - -89010) +FROM alltypesorc +WHERE (((csmallint >= -257)) + AND ((-6432 = csmallint) + OR ((cint >= cdouble) + AND (ctinyint <= cint)))) +GROUP BY csmallint +ORDER BY csmallint +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT csmallint, + (csmallint % -75), + STDDEV_SAMP(csmallint), + (-1.389 / csmallint), + SUM(cbigint), + ((csmallint % -75) / SUM(cbigint)), + (-((csmallint % -75))), + VAR_POP(ctinyint), + (-((-((csmallint % -75))))), + COUNT(*), + (COUNT(*) - -89010) +FROM alltypesorc +WHERE (((csmallint >= -257)) + AND ((-6432 = csmallint) + OR ((cint >= cdouble) + AND (ctinyint <= cint)))) +GROUP BY csmallint +ORDER BY csmallint +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +-257 -32 0.0 0.005404669260700389 NULL NULL 32 0.0 -32 2 89012 +-220 -70 0.0 0.006313636363636363 NULL NULL 70 0.0 -70 1 89011 +-217 -67 0.0 0.006400921658986175 NULL NULL 67 0.0 -67 1 89011 +-203 -53 0.0 0.006842364532019704 NULL NULL 53 0.0 -53 1 89011 +-180 -30 0.0 0.007716666666666667 NULL NULL 30 0.0 -30 1 89011 +-171 -21 0.0 0.00812280701754386 NULL NULL 21 0.0 -21 1 89011 +-168 -18 0.0 0.008267857142857143 NULL NULL 18 0.0 -18 1 89011 +-165 -15 0.0 0.008418181818181818 NULL NULL 15 0.0 -15 1 89011 +-118 -43 0.0 0.011771186440677966 NULL NULL 43 0.0 -43 1 89011 +-113 -38 0.0 0.01229203539823009 NULL NULL 38 0.0 -38 1 89011 +-100 -25 0.0 0.01389 NULL NULL 25 0.0 -25 1 89011 +-95 -20 0.0 0.014621052631578948 NULL NULL 20 0.0 -20 1 89011 +-89 -14 0.0 0.015606741573033708 NULL NULL 14 0.0 -14 1 89011 +-84 -9 0.0 0.016535714285714286 NULL NULL 9 0.0 -9 1 89011 +-77 -2 0.0 0.01803896103896104 NULL NULL 2 0.0 -2 1 89011 +-75 0 0.0 0.018520000000000002 NULL NULL 0 107.55555555555556 0 3 89013 +-62 -62 0.0 0.022403225806451613 NULL NULL 62 0.0 -62 1 89011 +-49 -49 0.0 0.028346938775510203 NULL NULL 49 0.0 -49 1 89011 +-42 -42 0.0 0.03307142857142857 NULL NULL 42 0.0 -42 1 89011 +-29 -29 0.0 0.04789655172413793 NULL NULL 29 0.0 -29 1 89011 +-14 -14 0.0 0.09921428571428571 NULL NULL 14 0.0 -14 1 89011 +7 7 0.0 -0.19842857142857143 NULL NULL -7 0.0 7 1 89011 +8 8 0.0 -0.173625 NULL NULL -8 156.25 8 2 89012 +10 10 0.0 -0.1389 NULL NULL -10 0.0 10 1 89011 +19 19 0.0 -0.07310526315789474 NULL NULL -19 0.0 19 1 89011 +20 20 0.0 -0.06945 NULL NULL -20 0.0 20 1 89011 +25 25 0.0 -0.05556 NULL NULL -25 0.0 25 1 89011 +32 32 0.0 -0.04340625 NULL NULL -32 0.0 32 1 89011 +37 37 0.0 -0.03754054054054054 NULL NULL -37 0.0 37 1 89011 +41 41 0.0 -0.03387804878048781 NULL NULL -41 0.0 41 1 89011 +56 56 0.0 -0.02480357142857143 NULL NULL -56 0.0 56 1 89011 +72 72 0.0 -0.019291666666666665 NULL NULL -72 0.0 72 1 89011 +74 74 0.0 -0.01877027027027027 NULL NULL -74 16.0 74 2 89012 +77 2 0.0 -0.01803896103896104 NULL NULL -2 0.0 2 1 89011 +94 19 0.0 -0.014776595744680852 NULL NULL -19 0.0 19 1 89011 +99 24 0.0 -0.01403030303030303 NULL NULL -24 0.0 24 1 89011 +102 27 0.0 -0.01361764705882353 NULL NULL -27 0.0 27 1 89011 +130 55 0.0 -0.010684615384615384 NULL NULL -55 0.0 55 1 89011 +163 13 0.0 -0.008521472392638037 NULL NULL -13 0.0 13 1 89011 +181 31 0.0 -0.007674033149171271 NULL NULL -31 0.0 31 1 89011 +197 47 0.0 -0.007050761421319797 NULL NULL -47 256.88888888888886 47 6 89016 +199 49 0.0 -0.006979899497487437 NULL NULL -49 0.0 49 1 89011 +225 0 0.0 -0.006173333333333334 NULL NULL 0 0.0 0 1 89011 +239 14 0.0 -0.005811715481171548 NULL NULL -14 0.0 14 1 89011 +259 34 0.0 -0.005362934362934363 NULL NULL -34 0.0 34 1 89011 +265 40 0.0 -0.005241509433962264 NULL NULL -40 0.0 40 1 89011 +278 53 0.0 -0.004996402877697842 NULL NULL -53 0.0 53 1 89011 +283 58 0.0 -0.004908127208480565 NULL NULL -58 0.0 58 1 89011 +287 62 0.0 -0.0048397212543554 NULL NULL -62 0.0 62 1 89011 +306 6 0.0 -0.0045392156862745095 NULL NULL -6 0.0 6 1 89011 +308 8 0.0 -0.00450974025974026 NULL NULL -8 0.0 8 1 89011 +315 15 0.0 -0.004409523809523809 NULL NULL -15 0.0 15 1 89011 +340 40 0.0 -0.0040852941176470585 NULL NULL -40 0.0 40 1 89011 +359 59 0.0 -0.0038690807799442897 NULL NULL -59 64.0 59 2 89012 +363 63 0.0 -0.0038264462809917354 NULL NULL -63 0.0 63 1 89011 +367 67 0.0 -0.003784741144414169 NULL NULL -67 0.0 67 1 89011 +373 73 0.0 -0.0037238605898123325 NULL NULL -73 0.0 73 1 89011 +377 2 0.0 -0.0036843501326259947 NULL NULL -2 0.0 2 1 89011 +390 15 0.0 -0.0035615384615384615 NULL NULL -15 0.0 15 1 89011 +395 20 0.0 -0.0035164556962025318 NULL NULL -20 12.25 20 2 89012 +411 36 0.0 -0.0033795620437956204 NULL NULL -36 0.0 36 1 89011 +436 61 0.0 -0.0031857798165137617 NULL NULL -61 0.0 61 1 89011 +447 72 0.0 -0.0031073825503355706 NULL NULL -72 0.0 72 1 89011 +465 15 0.0 -0.0029870967741935485 NULL NULL -15 0.0 15 1 89011 +467 17 0.0 -0.002974304068522484 NULL NULL -17 0.0 17 1 89011 +486 36 0.0 -0.002858024691358025 NULL NULL -36 0.0 36 1 89011 +510 60 0.0 -0.002723529411764706 NULL NULL -60 0.0 60 1 89011 +516 66 0.0 -0.002691860465116279 NULL NULL -66 0.0 66 1 89011 +532 7 0.0 -0.0026109022556390976 NULL NULL -7 0.0 7 1 89011 +533 8 0.0 -0.0026060037523452156 NULL NULL -8 0.0 8 1 89011 +546 21 0.0 -0.002543956043956044 NULL NULL -21 256.0 21 2 89012 +547 22 0.0 -0.0025393053016453384 NULL NULL -22 0.0 22 1 89011 +557 32 0.0 -0.002493716337522442 NULL NULL -32 12.25 32 2 89012 +574 49 0.0 -0.0024198606271777 NULL NULL -49 0.0 49 1 89011 +594 69 0.0 -0.0023383838383838383 NULL NULL -69 0.0 69 1 89011 +611 11 0.0 -0.0022733224222585926 NULL NULL -11 0.0 11 1 89011 +612 12 0.0 -0.0022696078431372548 NULL NULL -12 0.0 12 1 89011 +645 45 0.0 -0.0021534883720930233 NULL NULL -45 0.0 45 1 89011 +650 50 0.0 -0.002136923076923077 NULL NULL -50 0.0 50 1 89011 +659 59 0.0 -0.0021077389984825493 NULL NULL -59 0.0 59 1 89011 +682 7 0.0 -0.0020366568914956013 NULL NULL -7 0.0 7 1 89011 +726 51 0.0 -0.0019132231404958677 NULL NULL -51 0.0 51 1 89011 +762 12 0.0 -0.0018228346456692914 NULL NULL -12 0.0 12 1 89011 +767 17 0.0 -0.0018109517601043025 NULL NULL -17 0.0 17 1 89011 +778 28 0.0 -0.0017853470437017994 NULL NULL -28 0.0 28 1 89011 +803 53 0.0 -0.001729763387297634 NULL NULL -53 25.0 53 2 89012 +834 9 0.0 -0.0016654676258992807 NULL NULL -9 0.0 9 1 89011 +838 13 0.0 -0.0016575178997613365 NULL NULL -13 0.0 13 1 89011 +859 34 0.0 -0.0016169965075669382 NULL NULL -34 0.0 34 1 89011 +865 40 0.0 -0.0016057803468208093 NULL NULL -40 0.0 40 1 89011 +876 51 0.0 -0.0015856164383561645 NULL NULL -51 0.0 51 1 89011 +893 68 0.0 -0.001555431131019037 NULL NULL -68 0.0 68 1 89011 +899 74 0.0 -0.0015450500556173526 NULL NULL -74 0.0 74 1 89011 +909 9 0.0 -0.001528052805280528 NULL NULL -9 0.0 9 1 89011 +960 60 0.0 -0.001446875 NULL NULL -60 0.0 60 1 89011 +987 12 0.0 -0.0014072948328267478 NULL NULL -12 0.0 12 1 89011 +995 20 0.0 -0.0013959798994974874 NULL NULL -20 0.0 20 1 89011 +997 22 0.0 -0.0013931795386158475 NULL NULL -22 0.0 22 1 89011 +1028 53 0.0 -0.0013511673151750973 NULL NULL -53 0.0 53 1 89011 +1049 74 0.0 -0.0013241182078169685 NULL NULL -74 0.0 74 1 89011 +1050 0 0.0 -0.0013228571428571428 NULL NULL 0 600.25 0 2 89012 +1083 33 0.0 -0.0012825484764542937 NULL NULL -33 0.0 33 1 89011 +1091 41 0.0 -0.0012731439046746104 NULL NULL -41 0.0 41 1 89011 +1097 47 0.0 -0.0012661804922515952 NULL NULL -47 0.0 47 1 89011 +1111 61 0.0 -0.0012502250225022503 NULL NULL -61 0.0 61 1 89011 +1121 71 0.0 -0.0012390722569134702 NULL NULL -71 0.0 71 1 89011 +1126 1 0.0 -0.001233570159857904 NULL NULL -1 0.0 1 1 89011 +1128 3 0.0 -0.0012313829787234042 NULL NULL -3 0.0 3 1 89011 +1135 10 0.0 -0.0012237885462555067 NULL NULL -10 0.0 10 1 89011 +1148 23 0.0 -0.00120993031358885 NULL NULL -23 0.0 23 1 89011 +1151 26 0.0 -0.001206776715899218 NULL NULL -26 342.25 26 2 89012 +1196 71 0.0 -0.001161371237458194 NULL NULL -71 0.0 71 1 89011 +1202 2 0.0 -0.0011555740432612313 NULL NULL -2 0.0 2 1 89011 +1206 6 0.0 -0.0011517412935323384 NULL NULL -6 0.0 6 1 89011 +1228 28 0.0 -0.0011311074918566775 NULL NULL -28 0.0 28 1 89011 +1232 32 0.0 -0.001127435064935065 NULL NULL -32 0.0 32 1 89011 +1246 46 0.0 -0.0011147672552166935 NULL NULL -46 0.0 46 1 89011 +1268 68 0.0 -0.0010954258675078864 NULL NULL -68 0.0 68 1 89011 +1270 70 0.0 -0.001093700787401575 NULL NULL -70 0.0 70 1 89011 +1274 74 0.0 -0.0010902668759811616 NULL NULL -74 0.0 74 1 89011 +1276 1 0.0 -0.0010885579937304076 NULL NULL -1 0.0 1 1 89011 +1282 7 0.0 -0.0010834633385335413 NULL NULL -7 0.0 7 1 89011 +1289 14 0.0 -0.001077579519006982 NULL NULL -14 0.0 14 1 89011 +1307 32 0.0 -0.0010627390971690894 NULL NULL -32 0.0 32 1 89011 +1310 35 0.0 -0.0010603053435114503 NULL NULL -35 0.0 35 1 89011 +1345 70 0.0 -0.0010327137546468402 NULL NULL -70 0.0 70 1 89011 +1346 71 0.0 -0.0010319465081723626 NULL NULL -71 0.0 71 1 89011 +1356 6 0.0 -0.0010243362831858407 NULL NULL -6 0.0 6 1 89011 +1358 8 0.0 -0.0010228276877761414 NULL NULL -8 0.0 8 1 89011 +1369 19 0.0 -0.001014609203798393 NULL NULL -19 0.0 19 1 89011 +1374 24 0.0 -0.0010109170305676856 NULL NULL -24 0.0 24 1 89011 +1399 49 0.0 -9.928520371694067E-4 NULL NULL -49 0.0 49 1 89011 +1416 66 0.0 -9.809322033898305E-4 NULL NULL -66 0.0 66 1 89011 +1419 69 0.0 -9.788583509513743E-4 NULL NULL -69 0.0 69 1 89011 +1435 10 0.0 -9.679442508710802E-4 NULL NULL -10 0.0 10 1 89011 +1437 12 0.0 -9.665970772442589E-4 NULL NULL -12 0.0 12 1 89011 +1444 19 0.0 -9.619113573407202E-4 NULL NULL -19 0.0 19 1 89011 +1455 30 0.0 -9.54639175257732E-4 NULL NULL -30 0.0 30 1 89011 +1458 33 0.0 -9.526748971193415E-4 NULL NULL -33 0.0 33 1 89011 +1464 39 0.0 -9.487704918032787E-4 NULL NULL -39 0.0 39 1 89011 +1467 42 0.0 -9.468302658486707E-4 NULL NULL -42 0.0 42 1 89011 +1475 50 0.0 -9.416949152542373E-4 NULL NULL -50 0.0 50 1 89011 +1496 71 0.0 -9.28475935828877E-4 NULL NULL -71 0.0 71 1 89011 +1502 2 0.0 -9.247669773635154E-4 NULL NULL -2 0.0 2 1 89011 +1505 5 0.0 -9.229235880398671E-4 NULL NULL -5 0.0 5 1 89011 +1512 12 0.0 -9.186507936507937E-4 NULL NULL -12 0.0 12 1 89011 +1515 15 0.0 -9.168316831683168E-4 NULL NULL -15 0.0 15 1 89011 +1542 42 0.0 -9.007782101167315E-4 NULL NULL -42 0.0 42 1 89011 +1546 46 0.0 -8.984476067270376E-4 NULL NULL -46 0.0 46 1 89011 +1556 56 0.0 -8.926735218508997E-4 NULL NULL -56 0.0 56 1 89011 +1562 62 0.0 -8.892445582586427E-4 NULL NULL -62 0.0 62 1 89011 +1567 67 0.0 -8.864071474154435E-4 NULL NULL -67 0.0 67 1 89011 +1577 2 0.0 -8.807863031071655E-4 NULL NULL -2 0.0 2 1 89011 +1600 25 0.0 -8.68125E-4 NULL NULL -25 0.0 25 1 89011 +1603 28 0.0 -8.66500311915159E-4 NULL NULL -28 0.0 28 1 89011 +1626 51 0.0 -8.542435424354244E-4 NULL NULL -51 0.0 51 1 89011 +1627 52 0.0 -8.537185003073141E-4 NULL NULL -52 0.0 52 1 89011 +1634 59 0.0 -8.500611995104039E-4 NULL NULL -59 0.0 59 1 89011 +1639 64 0.0 -8.474679682733375E-4 NULL NULL -64 0.0 64 1 89011 +1640 65 0.0 -8.469512195121952E-4 NULL NULL -65 0.0 65 1 89011 +1642 67 0.0 -8.459196102314251E-4 NULL NULL -67 0.0 67 1 89011 +1653 3 0.0 -8.402903811252269E-4 NULL NULL -3 0.0 3 1 89011 +1658 8 0.0 -8.377563329312425E-4 NULL NULL -8 0.0 8 1 89011 +1660 10 0.0 -8.367469879518073E-4 NULL NULL -10 0.0 10 1 89011 +1674 24 0.0 -8.297491039426523E-4 NULL NULL -24 0.0 24 1 89011 +1685 35 0.0 -8.243323442136499E-4 NULL NULL -35 0.0 35 1 89011 +1703 53 0.0 -8.15619495008808E-4 NULL NULL -53 0.0 53 1 89011 +1706 56 0.0 -8.141852286049238E-4 NULL NULL -56 0.0 56 1 89011 +1734 9 0.0 -8.01038062283737E-4 NULL NULL -9 0.0 9 1 89011 +1736 11 0.0 -8.001152073732719E-4 NULL NULL -11 0.0 11 1 89011 +1743 18 0.0 -7.969018932874355E-4 NULL NULL -18 0.0 18 1 89011 +1746 21 0.0 -7.955326460481099E-4 NULL NULL -21 0.0 21 1 89011 +1752 27 0.0 -7.928082191780822E-4 NULL NULL -27 0.0 27 1 89011 +1764 39 0.0 -7.874149659863946E-4 NULL NULL -39 462.25 39 2 89012 +1781 56 0.0 -7.798989331836047E-4 NULL NULL -56 0.0 56 1 89011 +1785 60 0.0 -7.781512605042017E-4 NULL NULL -60 0.0 60 1 89011 +1809 9 0.0 -7.678275290215589E-4 NULL NULL -9 0.0 9 1 89011 +1813 13 0.0 -7.661334804191947E-4 NULL NULL -13 0.0 13 1 89011 +1815 15 0.0 -7.652892561983471E-4 NULL NULL -15 0.0 15 1 89011 +1822 22 0.0 -7.623490669593852E-4 NULL NULL -22 0.0 22 1 89011 +1824 24 0.0 -7.615131578947369E-4 NULL NULL -24 0.0 24 1 89011 +1843 43 0.0 -7.5366250678242E-4 NULL NULL -43 0.0 43 1 89011 +1845 45 0.0 -7.528455284552846E-4 NULL NULL -45 0.0 45 1 89011 +1850 50 0.0 -7.508108108108108E-4 NULL NULL -50 0.0 50 1 89011 +1888 13 0.0 -7.356991525423729E-4 NULL NULL -13 0.0 13 1 89011 +1901 26 0.0 -7.306680694371384E-4 NULL NULL -26 0.0 26 1 89011 +1923 48 0.0 -7.223088923556943E-4 NULL NULL -48 0.0 48 1 89011 +1931 56 0.0 -7.193164163645779E-4 NULL NULL -56 361.0 56 2 89012 +1947 72 0.0 -7.134052388289676E-4 NULL NULL -72 0.0 72 1 89011 +1951 1 0.0 -7.119425935417735E-4 NULL NULL -1 0.0 1 1 89011 +1965 15 0.0 -7.068702290076336E-4 NULL NULL -15 0.0 15 1 89011 +1967 17 0.0 -7.061514997458058E-4 NULL NULL -17 0.0 17 1 89011 +1979 29 0.0 -7.018696311268317E-4 NULL NULL -29 0.0 29 1 89011 +2000 50 0.0 -6.945E-4 NULL NULL -50 0.0 50 1 89011 +2006 56 0.0 -6.924227318045863E-4 NULL NULL -56 0.0 56 1 89011 +2007 57 0.0 -6.920777279521674E-4 NULL NULL -57 0.0 57 1 89011 +2011 61 0.0 -6.907011437095972E-4 NULL NULL -61 930.25 61 2 89012 +2014 64 0.0 -6.896722939424032E-4 NULL NULL -64 0.0 64 1 89011 +2015 65 0.0 -6.893300248138958E-4 NULL NULL -65 0.0 65 1 89011 +2021 71 0.0 -6.872835230084117E-4 NULL NULL -71 0.0 71 1 89011 +2075 50 0.0 -6.693975903614458E-4 NULL NULL -50 0.0 50 1 89011 +2078 53 0.0 -6.684311838306064E-4 NULL NULL -53 0.0 53 1 89011 +2109 9 0.0 -6.58605974395448E-4 NULL NULL -9 0.0 9 1 89011 +2112 12 0.0 -6.576704545454545E-4 NULL NULL -12 0.0 12 1 89011 +2119 19 0.0 -6.554978763567721E-4 NULL NULL -19 0.0 19 1 89011 +2123 23 0.0 -6.542628356099859E-4 NULL NULL -23 0.0 23 1 89011 +2157 57 0.0 -6.439499304589708E-4 NULL NULL -57 0.0 57 1 89011 +2164 64 0.0 -6.418669131238447E-4 NULL NULL -64 0.0 64 1 89011 +2166 66 0.0 -6.412742382271468E-4 NULL NULL -66 0.0 66 1 89011 +2170 70 0.0 -6.400921658986175E-4 NULL NULL -70 0.0 70 1 89011 +2171 71 0.0 -6.397973284200829E-4 NULL NULL -71 0.0 71 1 89011 +2176 1 0.0 -6.38327205882353E-4 NULL NULL -1 0.0 1 1 89011 +2192 17 0.0 -6.336678832116788E-4 NULL NULL -17 0.0 17 1 89011 +2201 26 0.0 -6.310767832803272E-4 NULL NULL -26 0.0 26 1 89011 +2208 33 0.0 -6.290760869565217E-4 NULL NULL -33 0.0 33 1 89011 +2211 36 0.0 -6.282225237449118E-4 NULL NULL -36 0.0 36 1 89011 +2213 38 0.0 -6.276547672842296E-4 NULL NULL -38 0.0 38 1 89011 +2216 41 0.0 -6.268050541516245E-4 NULL NULL -41 0.0 41 1 89011 +2227 52 0.0 -6.237090255949708E-4 NULL NULL -52 0.0 52 1 89011 +2234 59 0.0 -6.217547000895255E-4 NULL NULL -59 0.0 59 1 89011 +2242 67 0.0 -6.195361284567351E-4 NULL NULL -67 0.0 67 1 89011 +2251 1 0.0 -6.170590848511773E-4 NULL NULL -1 0.0 1 1 89011 +2269 19 0.0 -6.121639488761569E-4 NULL NULL -19 0.0 19 1 89011 +2272 22 0.0 -6.113556338028169E-4 NULL NULL -22 0.0 22 1 89011 +2280 30 0.0 -6.092105263157895E-4 NULL NULL -30 0.0 30 1 89011 +2284 34 0.0 -6.081436077057794E-4 NULL NULL -34 0.0 34 1 89011 +2308 58 0.0 -6.018197573656846E-4 NULL NULL -58 0.0 58 1 89011 +2310 60 0.0 -6.012987012987013E-4 NULL NULL -60 0.0 60 1 89011 +2316 66 0.0 -5.997409326424871E-4 NULL NULL -66 0.0 66 1 89011 +2319 69 0.0 -5.989650711513584E-4 NULL NULL -69 0.0 69 1 89011 +2322 72 0.0 -5.981912144702843E-4 NULL NULL -72 0.0 72 1 89011 +2339 14 0.0 -5.938435228730227E-4 NULL NULL -14 0.0 14 1 89011 +2353 28 0.0 -5.903102422439439E-4 NULL NULL -28 225.0 28 2 89012 +2359 34 0.0 -5.888088172954642E-4 NULL NULL -34 0.0 34 1 89011 +2372 47 0.0 -5.855817875210792E-4 NULL NULL -47 0.0 47 1 89011 +2384 59 0.0 -5.826342281879195E-4 NULL NULL -59 0.0 59 1 89011 +2389 64 0.0 -5.814148179154458E-4 NULL NULL -64 0.0 64 1 89011 +2396 71 0.0 -5.797161936560935E-4 NULL NULL -71 0.0 71 1 89011 +2403 3 0.0 -5.780274656679151E-4 NULL NULL -3 0.0 3 1 89011 +2404 4 0.0 -5.777870216306157E-4 NULL NULL -4 0.0 4 1 89011 +2407 7 0.0 -5.770668882426257E-4 NULL NULL -7 0.0 7 1 89011 +2443 43 0.0 -5.685632419156775E-4 NULL NULL -43 0.0 43 1 89011 +2445 45 0.0 -5.680981595092025E-4 NULL NULL -45 0.0 45 1 89011 +2448 48 0.0 -5.674019607843137E-4 NULL NULL -48 0.0 48 1 89011 +2452 52 0.0 -5.664763458401305E-4 NULL NULL -52 0.0 52 1 89011 +2479 4 0.0 -5.603065752319483E-4 NULL NULL -4 0.0 4 1 89011 +2488 13 0.0 -5.582797427652733E-4 NULL NULL -13 0.0 13 1 89011 +2492 17 0.0 -5.573836276083467E-4 NULL NULL -17 0.0 17 1 89011 +2494 19 0.0 -5.569366479550922E-4 NULL NULL -19 0.0 19 1 89011 +2496 21 0.0 -5.564903846153847E-4 NULL NULL -21 600.25 21 2 89012 +2497 22 0.0 -5.562675210252303E-4 NULL NULL -22 0.0 22 1 89011 +2508 33 0.0 -5.538277511961722E-4 NULL NULL -33 0.0 33 1 89011 +2541 66 0.0 -5.466351829988194E-4 NULL NULL -66 0.0 66 1 89011 +2578 28 0.0 -5.38789759503491E-4 NULL NULL -28 0.0 28 1 89011 +2580 30 0.0 -5.383720930232558E-4 NULL NULL -30 0.0 30 1 89011 +2582 32 0.0 -5.379550735863672E-4 NULL NULL -32 0.0 32 1 89011 +2585 35 0.0 -5.37330754352031E-4 NULL NULL -35 0.0 35 1 89011 +2592 42 0.0 -5.358796296296296E-4 NULL NULL -42 0.0 42 1 89011 +2594 44 0.0 -5.354664610639938E-4 NULL NULL -44 0.0 44 1 89011 +2601 51 0.0 -5.340253748558247E-4 NULL NULL -51 0.0 51 1 89011 +2610 60 0.0 -5.32183908045977E-4 NULL NULL -60 0.0 60 1 89011 +2611 61 0.0 -5.319800842589047E-4 NULL NULL -61 0.0 61 1 89011 +2617 67 0.0 -5.30760412686282E-4 NULL NULL -67 0.0 67 1 89011 +2643 18 0.0 -5.255391600454029E-4 NULL NULL -18 0.0 18 1 89011 +2657 32 0.0 -5.227700414000753E-4 NULL NULL -32 0.0 32 1 89011 +2666 41 0.0 -5.210052513128282E-4 NULL NULL -41 0.0 41 1 89011 +2676 51 0.0 -5.190582959641256E-4 NULL NULL -51 0.0 51 1 89011 +2696 71 0.0 -5.152077151335311E-4 NULL NULL -71 0.0 71 1 89011 +2698 73 0.0 -5.148257968865827E-4 NULL NULL -73 0.0 73 1 89011 +2700 0 0.0 -5.144444444444444E-4 NULL NULL 0 0.0 0 1 89011 +2707 7 0.0 -5.131141485038789E-4 NULL NULL -7 0.0 7 1 89011 +2710 10 0.0 -5.125461254612546E-4 NULL NULL -10 0.0 10 1 89011 +2719 19 0.0 -5.108495770503862E-4 NULL NULL -19 0.0 19 1 89011 +2752 52 0.0 -5.047238372093023E-4 NULL NULL -52 0.0 52 1 89011 +2775 0 0.0 -5.005405405405406E-4 NULL NULL 0 0.0 0 1 89011 +2804 29 0.0 -4.953637660485022E-4 NULL NULL -29 0.0 29 1 89011 +2814 39 0.0 -4.936034115138592E-4 NULL NULL -39 0.0 39 1 89011 +2820 45 0.0 -4.925531914893618E-4 NULL NULL -45 0.0 45 1 89011 +2824 49 0.0 -4.918555240793201E-4 NULL NULL -49 0.0 49 1 89011 +2826 51 0.0 -4.915074309978769E-4 NULL NULL -51 0.0 51 1 89011 +2844 69 0.0 -4.883966244725738E-4 NULL NULL -69 0.0 69 1 89011 +2915 65 0.0 -4.7650085763293313E-4 NULL NULL -65 0.0 65 1 89011 +2921 71 0.0 -4.755220814789456E-4 NULL NULL -71 0.0 71 1 89011 +2922 72 0.0 -4.753593429158111E-4 NULL NULL -72 1521.0 72 2 89012 +2925 0 0.0 -4.748717948717949E-4 NULL NULL 0 182.25 0 2 89012 +2928 3 0.0 -4.7438524590163935E-4 NULL NULL -3 0.0 3 1 89011 +2933 8 0.0 -4.735765427889533E-4 NULL NULL -8 0.0 8 1 89011 +2969 44 0.0 -4.6783428763893565E-4 NULL NULL -44 0.0 44 1 89011 +2972 47 0.0 -4.673620457604307E-4 NULL NULL -47 0.0 47 1 89011 +2974 49 0.0 -4.670477471418964E-4 NULL NULL -49 0.0 49 1 89011 +2986 61 0.0 -4.651707970529136E-4 NULL NULL -61 0.0 61 1 89011 +2997 72 0.0 -4.6346346346346347E-4 NULL NULL -72 0.0 72 1 89011 +3018 18 0.0 -4.602385685884692E-4 NULL NULL -18 0.0 18 1 89011 +3030 30 0.0 -4.584158415841584E-4 NULL NULL -30 484.0 30 2 89012 +3058 58 0.0 -4.542184434270765E-4 NULL NULL -58 0.0 58 1 89011 +3066 66 0.0 -4.5303326810176126E-4 NULL NULL -66 0.0 66 1 89011 +3088 13 0.0 -4.498056994818653E-4 NULL NULL -13 0.0 13 1 89011 +3090 15 0.0 -4.4951456310679614E-4 NULL NULL -15 0.0 15 1 89011 +3110 35 0.0 -4.4662379421221867E-4 NULL NULL -35 0.0 35 1 89011 +3116 41 0.0 -4.457637997432606E-4 NULL NULL -41 0.0 41 1 89011 +3119 44 0.0 -4.4533504328310355E-4 NULL NULL -44 1.0 44 2 89012 +3139 64 0.0 -4.424976107040459E-4 NULL NULL -64 0.0 64 1 89011 +3140 65 0.0 -4.4235668789808916E-4 NULL NULL -65 0.0 65 1 89011 +3145 70 0.0 -4.4165341812400636E-4 NULL NULL -70 0.0 70 1 89011 +3152 2 0.0 -4.406725888324873E-4 NULL NULL -2 0.0 2 1 89011 +3168 18 0.0 -4.384469696969697E-4 NULL NULL -18 0.0 18 1 89011 +3192 42 0.0 -4.3515037593984965E-4 NULL NULL -42 0.0 42 1 89011 +3199 49 0.0 -4.341981869334167E-4 NULL NULL -49 0.0 49 1 89011 +3208 58 0.0 -4.3298004987531174E-4 NULL NULL -58 0.0 58 1 89011 +3211 61 0.0 -4.3257552164434755E-4 NULL NULL -61 0.0 61 1 89011 +3220 70 0.0 -4.313664596273292E-4 NULL NULL -70 0.0 70 1 89011 +3229 4 0.0 -4.3016413750387116E-4 NULL NULL -4 0.0 4 1 89011 +3236 11 0.0 -4.292336217552534E-4 NULL NULL -11 0.0 11 1 89011 +3248 23 0.0 -4.276477832512315E-4 NULL NULL -23 420.25 23 2 89012 +3256 31 0.0 -4.265970515970516E-4 NULL NULL -31 0.0 31 1 89011 +3333 33 0.0 -4.1674167416741676E-4 NULL NULL -33 0.0 33 1 89011 +3349 49 0.0 -4.14750671842341E-4 NULL NULL -49 0.0 49 1 89011 +3357 57 0.0 -4.1376228775692585E-4 NULL NULL -57 0.0 57 1 89011 +3366 66 0.0 -4.126559714795009E-4 NULL NULL -66 0.0 66 1 89011 +3377 2 0.0 -4.1131181522061E-4 NULL NULL -2 0.0 2 1 89011 +3406 31 0.0 -4.07809747504404E-4 NULL NULL -31 0.0 31 1 89011 +3437 62 0.0 -4.0413151003782367E-4 NULL NULL -62 0.0 62 1 89011 +3440 65 0.0 -4.037790697674419E-4 NULL NULL -65 0.0 65 1 89011 +3446 71 0.0 -4.030760301799188E-4 NULL NULL -71 0.0 71 1 89011 +3510 60 0.0 -3.957264957264957E-4 NULL NULL -60 0.0 60 1 89011 +3519 69 0.0 -3.9471440750213127E-4 NULL NULL -69 0.0 69 1 89011 +3520 70 0.0 -3.946022727272727E-4 NULL NULL -70 81.0 70 2 89012 +3522 72 0.0 -3.9437819420783647E-4 NULL NULL -72 0.0 72 1 89011 +3538 13 0.0 -3.9259468626342566E-4 NULL NULL -13 0.0 13 1 89011 +3555 30 0.0 -3.907172995780591E-4 NULL NULL -30 0.0 30 1 89011 +3571 46 0.0 -3.8896667600112013E-4 NULL NULL -46 0.0 46 1 89011 +3601 1 0.0 -3.857261871702305E-4 NULL NULL -1 0.0 1 1 89011 +3613 13 0.0 -3.8444505950733463E-4 NULL NULL -13 0.0 13 1 89011 +3617 17 0.0 -3.8401990599944705E-4 NULL NULL -17 0.0 17 1 89011 +3630 30 0.0 -3.8264462809917355E-4 NULL NULL -30 0.0 30 1 89011 +3666 66 0.0 -3.7888707037643206E-4 NULL NULL -66 0.0 66 1 89011 +3684 9 0.0 -3.770358306188925E-4 NULL NULL -9 0.0 9 1 89011 +3694 19 0.0 -3.7601515971846236E-4 NULL NULL -19 0.0 19 1 89011 +3708 33 0.0 -3.7459546925566343E-4 NULL NULL -33 0.0 33 1 89011 +3722 47 0.0 -3.7318645889306825E-4 NULL NULL -47 0.0 47 1 89011 +3725 50 0.0 -3.7288590604026846E-4 NULL NULL -50 0.0 50 1 89011 +3730 55 0.0 -3.7238605898123325E-4 NULL NULL -55 0.0 55 1 89011 +3737 62 0.0 -3.716885202033717E-4 NULL NULL -62 0.0 62 1 89011 +3768 18 0.0 -3.6863057324840767E-4 NULL NULL -18 0.0 18 1 89011 +3782 32 0.0 -3.672659968270756E-4 NULL NULL -32 0.0 32 1 89011 +3794 44 0.0 -3.661043753294676E-4 NULL NULL -44 0.0 44 1 89011 +3797 47 0.0 -3.6581511719778774E-4 NULL NULL -47 0.0 47 1 89011 +3799 49 0.0 -3.6562253224532774E-4 NULL NULL -49 0.0 49 1 89011 +3805 55 0.0 -3.650459921156373E-4 NULL NULL -55 1.0 55 2 89012 +3815 65 0.0 -3.6408912188728705E-4 NULL NULL -65 0.0 65 1 89011 +3817 67 0.0 -3.638983494891276E-4 NULL NULL -67 0.0 67 1 89011 +3827 2 0.0 -3.6294747844264436E-4 NULL NULL -2 0.0 2 1 89011 +3834 9 0.0 -3.6228482003129893E-4 NULL NULL -9 0.0 9 1 89011 +3846 21 0.0 -3.6115444617784714E-4 NULL NULL -21 0.0 21 1 89011 +3847 22 0.0 -3.610605666753314E-4 NULL NULL -22 0.0 22 1 89011 +3855 30 0.0 -3.603112840466926E-4 NULL NULL -30 0.0 30 1 89011 +3856 31 0.0 -3.6021784232365145E-4 NULL NULL -31 0.0 31 1 89011 +3874 49 0.0 -3.5854414042333504E-4 NULL NULL -49 0.0 49 1 89011 +3885 60 0.0 -3.575289575289575E-4 NULL NULL -60 0.0 60 1 89011 +3897 72 0.0 -3.5642802155504236E-4 NULL NULL -72 0.0 72 1 89011 +3908 8 0.0 -3.5542476970317296E-4 NULL NULL -8 0.0 8 1 89011 +3911 11 0.0 -3.5515213500383533E-4 NULL NULL -11 0.0 11 1 89011 +3944 44 0.0 -3.521805273833671E-4 NULL NULL -44 0.0 44 1 89011 +3945 45 0.0 -3.520912547528517E-4 NULL NULL -45 0.0 45 1 89011 +3958 58 0.0 -3.5093481556341586E-4 NULL NULL -58 0.0 58 1 89011 +3961 61 0.0 -3.5066902297399647E-4 NULL NULL -61 0.0 61 1 89011 +3971 71 0.0 -3.4978594812389827E-4 NULL NULL -71 0.0 71 1 89011 +4003 28 0.0 -3.469897576817387E-4 NULL NULL -28 0.0 28 1 89011 +4008 33 0.0 -3.465568862275449E-4 NULL NULL -33 0.0 33 1 89011 +4020 45 0.0 -3.455223880597015E-4 NULL NULL -45 0.0 45 1 89011 +4024 49 0.0 -3.451789264413519E-4 NULL NULL -49 0.0 49 1 89011 +4033 58 0.0 -3.4440862881229855E-4 NULL NULL -58 0.0 58 1 89011 +4055 5 0.0 -3.4254007398273737E-4 NULL NULL -5 0.0 5 1 89011 +4087 37 0.0 -3.3985808661609983E-4 NULL NULL -37 0.0 37 1 89011 +4096 46 0.0 -3.39111328125E-4 NULL NULL -46 0.0 46 1 89011 +4120 70 0.0 -3.371359223300971E-4 NULL NULL -70 0.0 70 1 89011 +4124 74 0.0 -3.368089233753637E-4 NULL NULL -74 0.0 74 1 89011 +4128 3 0.0 -3.364825581395349E-4 NULL NULL -3 36.0 3 2 89012 +4136 11 0.0 -3.3583172147001934E-4 NULL NULL -11 0.0 11 1 89011 +4151 26 0.0 -3.346181642977596E-4 NULL NULL -26 0.0 26 1 89011 +4153 28 0.0 -3.3445701902239344E-4 NULL NULL -28 0.0 28 1 89011 +4154 29 0.0 -3.343765045739047E-4 NULL NULL -29 0.0 29 1 89011 +4159 34 0.0 -3.3397451310411157E-4 NULL NULL -34 0.0 34 1 89011 +4162 37 0.0 -3.3373378183565596E-4 NULL NULL -37 0.0 37 1 89011 +4165 40 0.0 -3.334933973589436E-4 NULL NULL -40 0.0 40 1 89011 +4169 44 0.0 -3.331734228831854E-4 NULL NULL -44 0.0 44 1 89011 +4181 56 0.0 -3.3221717292513753E-4 NULL NULL -56 0.0 56 1 89011 +4197 72 0.0 -3.309506790564689E-4 NULL NULL -72 0.0 72 1 89011 +4207 7 0.0 -3.301640123603518E-4 NULL NULL -7 0.0 7 1 89011 +4228 28 0.0 -3.2852412488174076E-4 NULL NULL -28 0.0 28 1 89011 +4245 45 0.0 -3.2720848056537103E-4 NULL NULL -45 0.0 45 1 89011 +4256 56 0.0 -3.263627819548872E-4 NULL NULL -56 0.0 56 1 89011 +4261 61 0.0 -3.259798169443793E-4 NULL NULL -61 0.0 61 1 89011 +4264 64 0.0 -3.2575046904315195E-4 NULL NULL -64 0.0 64 1 89011 +4268 68 0.0 -3.2544517338331774E-4 NULL NULL -68 0.0 68 1 89011 +4292 17 0.0 -3.2362534948741846E-4 NULL NULL -17 0.0 17 1 89011 +4306 31 0.0 -3.2257315373896886E-4 NULL NULL -31 0.0 31 1 89011 +4322 47 0.0 -3.2137899120777416E-4 NULL NULL -47 1056.25 47 2 89012 +4336 61 0.0 -3.203413284132841E-4 NULL NULL -61 0.0 61 1 89011 +4357 7 0.0 -3.187973376176268E-4 NULL NULL -7 0.0 7 1 89011 +4368 18 0.0 -3.179945054945055E-4 NULL NULL -18 0.0 18 1 89011 +4370 20 0.0 -3.1784897025171623E-4 NULL NULL -20 0.0 20 1 89011 +4388 38 0.0 -3.165451230628988E-4 NULL NULL -38 0.0 38 1 89011 +4432 7 0.0 -3.1340252707581225E-4 NULL NULL -7 0.0 7 1 89011 +4440 15 0.0 -3.1283783783783785E-4 NULL NULL -15 0.0 15 1 89011 +4469 44 0.0 -3.108077869769523E-4 NULL NULL -44 0.0 44 1 89011 +4472 47 0.0 -3.105992844364937E-4 NULL NULL -47 0.0 47 1 89011 +4488 63 0.0 -3.094919786096257E-4 NULL NULL -63 0.0 63 1 89011 +4495 70 0.0 -3.0901001112347055E-4 NULL NULL -70 0.0 70 1 89011 +4513 13 0.0 -3.077775315754487E-4 NULL NULL -13 0.0 13 1 89011 +4539 39 0.0 -3.0601454064771975E-4 NULL NULL -39 0.0 39 1 89011 +4544 44 0.0 -3.0567781690140846E-4 NULL NULL -44 0.0 44 1 89011 +4568 68 0.0 -3.040718038528897E-4 NULL NULL -68 0.0 68 1 89011 +4572 72 0.0 -3.038057742782152E-4 NULL NULL -72 0.0 72 1 89011 +4575 0 0.0 -3.036065573770492E-4 NULL NULL 0 0.0 0 1 89011 +4577 2 0.0 -3.0347389119510595E-4 NULL NULL -2 0.0 2 1 89011 +4579 4 0.0 -3.0334134090412757E-4 NULL NULL -4 0.0 4 1 89011 +4585 10 0.0 -3.029443838604144E-4 NULL NULL -10 0.0 10 1 89011 +4587 12 0.0 -3.02812295618051E-4 NULL NULL -12 0.0 12 1 89011 +4612 37 0.0 -3.0117085862966175E-4 NULL NULL -37 0.0 37 1 89011 +4617 42 0.0 -3.008447043534763E-4 NULL NULL -42 0.0 42 1 89011 +4625 50 0.0 -3.003243243243243E-4 NULL NULL -50 0.0 50 1 89011 +4647 72 0.0 -2.989025177533893E-4 NULL NULL -72 0.0 72 1 89011 +4662 12 0.0 -2.979407979407979E-4 NULL NULL -12 0.0 12 1 89011 +4673 23 0.0 -2.972394607318639E-4 NULL NULL -23 0.0 23 1 89011 +4696 46 0.0 -2.957836456558773E-4 NULL NULL -46 0.0 46 1 89011 +4711 61 0.0 -2.9484185947781786E-4 NULL NULL -61 0.0 61 1 89011 +4783 58 0.0 -2.904035124398913E-4 NULL NULL -58 0.0 58 1 89011 +4811 11 0.0 -2.8871336520473913E-4 NULL NULL -11 0.25 11 2 89012 +4812 12 0.0 -2.886533665835411E-4 NULL NULL -12 0.0 12 1 89011 +4828 28 0.0 -2.876967688483844E-4 NULL NULL -28 0.0 28 1 89011 +4832 32 0.0 -2.874586092715232E-4 NULL NULL -32 0.0 32 1 89011 +4836 36 0.0 -2.872208436724566E-4 NULL NULL -36 0.0 36 1 89011 +4871 71 0.0 -2.8515705194005335E-4 NULL NULL -71 0.0 71 1 89011 +4936 61 0.0 -2.8140194489465153E-4 NULL NULL -61 0.0 61 1 89011 +4956 6 0.0 -2.8026634382566584E-4 NULL NULL -6 0.0 6 1 89011 +4963 13 0.0 -2.798710457384646E-4 NULL NULL -13 0.0 13 1 89011 +4967 17 0.0 -2.7964566136500906E-4 NULL NULL -17 0.0 17 1 89011 +4977 27 0.0 -2.7908378541289933E-4 NULL NULL -27 56.0 27 3 89013 +4978 28 0.0 -2.7902772197669744E-4 NULL NULL -28 0.0 28 1 89011 +4983 33 0.0 -2.787477423239013E-4 NULL NULL -33 0.0 33 1 89011 +4994 44 0.0 -2.7813376051261514E-4 NULL NULL -44 0.0 44 1 89011 +4997 47 0.0 -2.779667800680408E-4 NULL NULL -47 0.0 47 1 89011 +5000 50 0.0 -2.778E-4 NULL NULL -50 0.0 50 1 89011 +5015 65 0.0 -2.769690927218345E-4 NULL NULL -65 0.0 65 1 89011 +5025 0 0.0 -2.764179104477612E-4 NULL NULL 0 0.0 0 1 89011 +5028 3 0.0 -2.762529832935561E-4 NULL NULL -3 0.0 3 1 89011 +5042 17 0.0 -2.754859182863943E-4 NULL NULL -17 0.0 17 1 89011 +5063 38 0.0 -2.7434327473829746E-4 NULL NULL -38 0.0 38 1 89011 +5070 45 0.0 -2.7396449704142014E-4 NULL NULL -45 0.0 45 1 89011 +5085 60 0.0 -2.7315634218289084E-4 NULL NULL -60 0.0 60 1 89011 +5092 67 0.0 -2.727808326787117E-4 NULL NULL -67 0.0 67 1 89011 +5105 5 0.0 -2.720861900097943E-4 NULL NULL -5 0.0 5 1 89011 +5109 9 0.0 -2.71873165002936E-4 NULL NULL -9 0.0 9 1 89011 +5130 30 0.0 -2.7076023391812867E-4 NULL NULL -30 0.0 30 1 89011 +5147 47 0.0 -2.6986594132504373E-4 NULL NULL -47 0.0 47 1 89011 +5159 59 0.0 -2.692382244621051E-4 NULL NULL -59 0.0 59 1 89011 +5169 69 0.0 -2.6871735345327915E-4 NULL NULL -69 0.0 69 1 89011 +5190 15 0.0 -2.676300578034682E-4 NULL NULL -15 0.0 15 1 89011 +5201 26 0.0 -2.6706402614881756E-4 NULL NULL -26 0.0 26 1 89011 +5211 36 0.0 -2.665515256188831E-4 NULL NULL -36 0.0 36 1 89011 +5214 39 0.0 -2.663981588032221E-4 NULL NULL -39 0.0 39 1 89011 +5218 43 0.0 -2.6619394403986203E-4 NULL NULL -43 0.0 43 1 89011 +5219 44 0.0 -2.661429392603947E-4 NULL NULL -44 0.0 44 1 89011 +5240 65 0.0 -2.6507633587786257E-4 NULL NULL -65 0.0 65 1 89011 +5241 66 0.0 -2.6502575844304524E-4 NULL NULL -66 529.0 66 2 89012 +5248 73 0.0 -2.64672256097561E-4 NULL NULL -73 0.0 73 1 89011 +5259 9 0.0 -2.641186537364518E-4 NULL NULL -9 0.0 9 1 89011 +5290 40 0.0 -2.6257088846880905E-4 NULL NULL -40 0.0 40 1 89011 +5323 73 0.0 -2.6094307721209845E-4 NULL NULL -73 0.0 73 1 89011 +5327 2 0.0 -2.607471372254552E-4 NULL NULL -2 0.0 2 1 89011 +5348 23 0.0 -2.5972326103216155E-4 NULL NULL -23 0.0 23 1 89011 +5356 31 0.0 -2.5933532486930547E-4 NULL NULL -31 0.0 31 1 89011 +5369 44 0.0 -2.587073943006146E-4 NULL NULL -44 0.0 44 1 89011 +5377 52 0.0 -2.583224846568719E-4 NULL NULL -52 0.0 52 1 89011 +5383 58 0.0 -2.5803455322310977E-4 NULL NULL -58 0.0 58 1 89011 +5393 68 0.0 -2.5755609122937143E-4 NULL NULL -68 0.0 68 1 89011 +5394 69 0.0 -2.575083426028921E-4 NULL NULL -69 0.0 69 1 89011 +5400 0 0.0 -2.572222222222222E-4 NULL NULL 0 0.0 0 1 89011 +5406 6 0.0 -2.569367369589345E-4 NULL NULL -6 0.0 6 1 89011 +5412 12 0.0 -2.566518847006652E-4 NULL NULL -12 0.0 12 1 89011 +5420 20 0.0 -2.562730627306273E-4 NULL NULL -20 0.0 20 1 89011 +5451 51 0.0 -2.5481563015960373E-4 NULL NULL -51 552.25 51 2 89012 +5484 9 0.0 -2.5328227571115976E-4 NULL NULL -9 0.0 9 1 89011 +5487 12 0.0 -2.531437944231821E-4 NULL NULL -12 0.0 12 1 89011 +5495 20 0.0 -2.5277525022747953E-4 NULL NULL -20 0.0 20 1 89011 +5507 32 0.0 -2.5222444161975666E-4 NULL NULL -32 0.0 32 1 89011 +5521 46 0.0 -2.515848578156131E-4 NULL NULL -46 0.0 46 1 89011 +5562 12 0.0 -2.4973031283710896E-4 NULL NULL -12 0.0 12 1 89011 +5568 18 0.0 -2.4946120689655173E-4 NULL NULL -18 0.0 18 1 89011 +5580 30 0.0 -2.489247311827957E-4 NULL NULL -30 0.0 30 1 89011 +5603 53 0.0 -2.479029091558094E-4 NULL NULL -53 0.0 53 1 89011 +5617 67 0.0 -2.4728502759480147E-4 NULL NULL -67 0.0 67 1 89011 +5630 5 0.0 -2.467140319715808E-4 NULL NULL -5 0.0 5 1 89011 +5641 16 0.0 -2.462329374224428E-4 NULL NULL -16 0.0 16 1 89011 +5643 18 0.0 -2.461456671982988E-4 NULL NULL -18 0.0 18 1 89011 +5645 20 0.0 -2.4605845881310893E-4 NULL NULL -20 0.0 20 1 89011 +5654 29 0.0 -2.456667845772904E-4 NULL NULL -29 0.0 29 1 89011 +5661 36 0.0 -2.453630100688924E-4 NULL NULL -36 0.0 36 1 89011 +5663 38 0.0 -2.4527635528871625E-4 NULL NULL -38 0.0 38 1 89011 +5680 55 0.0 -2.4454225352112677E-4 NULL NULL -55 0.0 55 1 89011 +5687 62 0.0 -2.4424125197819587E-4 NULL NULL -62 0.0 62 1 89011 +5707 7 0.0 -2.4338531627825477E-4 NULL NULL -7 0.0 7 1 89011 +5716 16 0.0 -2.4300209937018895E-4 NULL NULL -16 0.0 16 1 89011 +5722 22 0.0 -2.4274729115693813E-4 NULL NULL -22 0.0 22 1 89011 +5741 41 0.0 -2.419439122104163E-4 NULL NULL -41 0.0 41 1 89011 +5752 52 0.0 -2.4148122392211405E-4 NULL NULL -52 0.0 52 1 89011 +5764 64 0.0 -2.4097848716169326E-4 NULL NULL -64 0.0 64 1 89011 +5780 5 0.0 -2.403114186851211E-4 NULL NULL -5 930.25 5 2 89012 +5785 10 0.0 -2.401037165082109E-4 NULL NULL -10 0.0 10 1 89011 +5786 11 0.0 -2.4006221914967162E-4 NULL NULL -11 0.0 11 1 89011 +5790 15 0.0 -2.3989637305699482E-4 NULL NULL -15 0.0 15 1 89011 +5792 17 0.0 -2.3981353591160222E-4 NULL NULL -17 0.0 17 1 89011 +5793 18 0.0 -2.3977213878819266E-4 NULL NULL -18 0.0 18 1 89011 +5814 39 0.0 -2.3890608875129E-4 NULL NULL -39 0.0 39 1 89011 +5815 40 0.0 -2.3886500429922615E-4 NULL NULL -40 0.0 40 1 89011 +5847 72 0.0 -2.375577219086711E-4 NULL NULL -72 0.0 72 1 89011 +5851 1 0.0 -2.3739531703982226E-4 NULL NULL -1 0.0 1 1 89011 +5855 5 0.0 -2.372331340734415E-4 NULL NULL -5 0.0 5 1 89011 +5865 15 0.0 -2.3682864450127878E-4 NULL NULL -15 0.0 15 1 89011 +5885 35 0.0 -2.3602378929481733E-4 NULL NULL -35 12.25 35 2 89012 +5892 42 0.0 -2.3574338085539714E-4 NULL NULL -42 0.0 42 1 89011 +5898 48 0.0 -2.3550356052899288E-4 NULL NULL -48 0.0 48 1 89011 +5927 2 0.0 -2.3435127383161802E-4 NULL NULL -2 0.0 2 1 89011 +5929 4 0.0 -2.342722212852083E-4 NULL NULL -4 0.0 4 1 89011 +5941 16 0.0 -2.3379902373337822E-4 NULL NULL -16 0.0 16 1 89011 +5944 19 0.0 -2.3368102288021534E-4 NULL NULL -19 0.0 19 1 89011 +5961 36 0.0 -2.3301459486663311E-4 NULL NULL -36 0.0 36 1 89011 +5972 47 0.0 -2.325853985264568E-4 NULL NULL -47 0.0 47 1 89011 +5977 52 0.0 -2.3239083152082986E-4 NULL NULL -52 0.0 52 1 89011 +5988 63 0.0 -2.3196392785571141E-4 NULL NULL -63 0.0 63 1 89011 +6004 4 0.0 -2.3134576948700866E-4 NULL NULL -4 0.0 4 1 89011 +6015 15 0.0 -2.309226932668329E-4 NULL NULL -15 0.0 15 1 89011 +6018 18 0.0 -2.308075772681954E-4 NULL NULL -18 0.0 18 1 89011 +6036 36 0.0 -2.301192842942346E-4 NULL NULL -36 0.25 36 2 89012 +6048 48 0.0 -2.296626984126984E-4 NULL NULL -48 0.0 48 1 89011 +6062 62 0.0 -2.2913229957109864E-4 NULL NULL -62 0.0 62 1 89011 +6069 69 0.0 -2.2886801779535343E-4 NULL NULL -69 0.0 69 1 89011 +6072 72 0.0 -2.2875494071146246E-4 NULL NULL -72 0.0 72 1 89011 +6090 15 0.0 -2.2807881773399016E-4 NULL NULL -15 0.0 15 1 89011 +6103 28 0.0 -2.2759298705554647E-4 NULL NULL -28 0.0 28 1 89011 +6114 39 0.0 -2.2718351324828263E-4 NULL NULL -39 0.0 39 1 89011 +6183 33 0.0 -2.2464822901504123E-4 NULL NULL -33 0.0 33 1 89011 +6192 42 0.0 -2.2432170542635658E-4 NULL NULL -42 0.0 42 1 89011 +6228 3 0.0 -2.2302504816955684E-4 NULL NULL -3 0.0 3 1 89011 +6246 21 0.0 -2.223823246878002E-4 NULL NULL -21 0.0 21 1 89011 +6248 23 0.0 -2.2231113956466068E-4 NULL NULL -23 0.0 23 1 89011 +6256 31 0.0 -2.2202685421994885E-4 NULL NULL -31 0.0 31 1 89011 +6264 39 0.0 -2.217432950191571E-4 NULL NULL -39 0.0 39 1 89011 +6297 72 0.0 -2.2058122915674132E-4 NULL NULL -72 0.0 72 1 89011 +6300 0 0.0 -2.2047619047619048E-4 NULL NULL 0 0.0 0 1 89011 +6303 3 0.0 -2.2037125178486436E-4 NULL NULL -3 0.0 3 1 89011 +6311 11 0.0 -2.2009190302646174E-4 NULL NULL -11 0.0 11 1 89011 +6321 21 0.0 -2.197437114380636E-4 NULL NULL -21 0.0 21 1 89011 +6327 27 0.0 -2.1953532479848268E-4 NULL NULL -27 0.0 27 1 89011 +6340 40 0.0 -2.190851735015773E-4 NULL NULL -40 0.0 40 1 89011 +6346 46 0.0 -2.1887803340687046E-4 NULL NULL -46 0.0 46 1 89011 +6349 49 0.0 -2.187746101748307E-4 NULL NULL -49 0.0 49 1 89011 +6380 5 0.0 -2.177115987460815E-4 NULL NULL -5 0.0 5 1 89011 +6385 10 0.0 -2.1754111198120596E-4 NULL NULL -10 0.0 10 1 89011 +6389 14 0.0 -2.174049146971357E-4 NULL NULL -14 0.0 14 1 89011 +6413 38 0.0 -2.165912989240605E-4 NULL NULL -38 0.0 38 1 89011 +6453 3 0.0 -2.1524872152487215E-4 NULL NULL -3 0.0 3 1 89011 +6469 19 0.0 -2.1471633946514146E-4 NULL NULL -19 0.0 19 1 89011 +6506 56 0.0 -2.1349523516753767E-4 NULL NULL -56 0.0 56 1 89011 +6511 61 0.0 -2.133312855168177E-4 NULL NULL -61 0.0 61 1 89011 +6513 63 0.0 -2.1326577614002763E-4 NULL NULL -63 0.0 63 1 89011 +6516 66 0.0 -2.1316758747697974E-4 NULL NULL -66 0.0 66 1 89011 +6523 73 0.0 -2.12938831825847E-4 NULL NULL -73 0.0 73 1 89011 +6546 21 0.0 -2.1219065077910174E-4 NULL NULL -21 0.0 21 1 89011 +6554 29 0.0 -2.119316447970705E-4 NULL NULL -29 0.0 29 1 89011 +6556 31 0.0 -2.1186699206833436E-4 NULL NULL -31 0.0 31 1 89011 +6557 32 0.0 -2.118346804941284E-4 NULL NULL -32 0.0 32 1 89011 +6576 51 0.0 -2.1122262773722627E-4 NULL NULL -51 0.0 51 1 89011 +6578 53 0.0 -2.1115840681058072E-4 NULL NULL -53 0.0 53 1 89011 +6596 71 0.0 -2.10582171012735E-4 NULL NULL -71 0.0 71 1 89011 +6616 16 0.0 -2.0994558645707375E-4 NULL NULL -16 0.0 16 1 89011 +6626 26 0.0 -2.0962873528523995E-4 NULL NULL -26 0.0 26 1 89011 +6654 54 0.0 -2.0874661857529306E-4 NULL NULL -54 0.0 54 1 89011 +6658 58 0.0 -2.086212075698408E-4 NULL NULL -58 0.0 58 1 89011 +6663 63 0.0 -2.0846465556055831E-4 NULL NULL -63 0.0 63 1 89011 +6666 66 0.0 -2.0837083708370838E-4 NULL NULL -66 0.0 66 1 89011 +6667 67 0.0 -2.0833958302084895E-4 NULL NULL -67 0.0 67 1 89011 +6690 15 0.0 -2.0762331838565022E-4 NULL NULL -15 0.0 15 1 89011 +6725 50 0.0 -2.0654275092936802E-4 NULL NULL -50 0.0 50 1 89011 +6731 56 0.0 -2.0635863913237261E-4 NULL NULL -56 0.0 56 1 89011 +6732 57 0.0 -2.0632798573975045E-4 NULL NULL -57 0.0 57 1 89011 +6738 63 0.0 -2.0614425645592164E-4 NULL NULL -63 0.0 63 1 89011 +6749 74 0.0 -2.058082678915395E-4 NULL NULL -74 0.0 74 1 89011 +6760 10 0.0 -2.054733727810651E-4 NULL NULL -10 0.0 10 1 89011 +6775 25 0.0 -2.0501845018450185E-4 NULL NULL -25 0.0 25 1 89011 +6776 26 0.0 -2.0498819362455727E-4 NULL NULL -26 0.0 26 1 89011 +6777 27 0.0 -2.0495794599380258E-4 NULL NULL -27 0.0 27 1 89011 +6790 40 0.0 -2.0456553755522828E-4 NULL NULL -40 0.0 40 1 89011 +6793 43 0.0 -2.044751950537318E-4 NULL NULL -43 0.0 43 1 89011 +6798 48 0.0 -2.0432480141218006E-4 NULL NULL -48 0.0 48 1 89011 +6802 52 0.0 -2.042046456924434E-4 NULL NULL -52 0.0 52 1 89011 +6811 61 0.0 -2.039348113346058E-4 NULL NULL -61 0.0 61 1 89011 +6823 73 0.0 -2.0357613952806683E-4 NULL NULL -73 0.0 73 1 89011 +6827 2 0.0 -2.034568624578878E-4 NULL NULL -2 0.0 2 1 89011 +6838 13 0.0 -2.0312957004972213E-4 NULL NULL -13 0.0 13 1 89011 +6848 23 0.0 -2.0283294392523364E-4 NULL NULL -23 0.0 23 1 89011 +6849 24 0.0 -2.0280332895313184E-4 NULL NULL -24 0.0 24 1 89011 +6852 27 0.0 -2.0271453590192646E-4 NULL NULL -27 0.0 27 1 89011 +6864 39 0.0 -2.0236013986013986E-4 NULL NULL -39 0.0 39 1 89011 +6866 41 0.0 -2.0230119429070784E-4 NULL NULL -41 0.0 41 1 89011 +6898 73 0.0 -2.013627138300957E-4 NULL NULL -73 0.0 73 1 89011 +6903 3 0.0 -2.012168622338114E-4 NULL NULL -3 0.0 3 1 89011 +6910 10 0.0 -2.0101302460202606E-4 NULL NULL -10 0.0 10 1 89011 +6912 12 0.0 -2.0095486111111111E-4 NULL NULL -12 0.0 12 1 89011 +6923 23 0.0 -2.0063556261736243E-4 NULL NULL -23 0.0 23 1 89011 +6935 35 0.0 -2.0028839221341023E-4 NULL NULL -35 0.0 35 1 89011 +6941 41 0.0 -2.001152571675551E-4 NULL NULL -41 0.0 41 1 89011 +6958 58 0.0 -1.9962632940500143E-4 NULL NULL -58 0.0 58 1 89011 +6961 61 0.0 -1.9954029593449217E-4 NULL NULL -61 0.0 61 1 89011 +6967 67 0.0 -1.9936845127027414E-4 NULL NULL -67 0.0 67 1 89011 +6974 74 0.0 -1.9916833954688844E-4 NULL NULL -74 0.0 74 1 89011 +6995 20 0.0 -1.9857040743388136E-4 NULL NULL -20 0.0 20 1 89011 +7006 31 0.0 -1.98258635455324E-4 NULL NULL -31 0.0 31 1 89011 +7007 32 0.0 -1.9823034108748395E-4 NULL NULL -32 0.0 32 1 89011 +7021 46 0.0 -1.978350662298818E-4 NULL NULL -46 0.0 46 1 89011 +7022 47 0.0 -1.9780689262318427E-4 NULL NULL -47 0.0 47 1 89011 +7046 71 0.0 -1.9713312517740563E-4 NULL NULL -71 0.0 71 1 89011 +7060 10 0.0 -1.9674220963172804E-4 NULL NULL -10 0.0 10 1 89011 +7062 12 0.0 -1.9668649107901446E-4 NULL NULL -12 0.0 12 1 89011 +7077 27 0.0 -1.9626960576515473E-4 NULL NULL -27 0.0 27 1 89011 +7085 35 0.0 -1.9604798870853917E-4 NULL NULL -35 0.0 35 1 89011 +7109 59 0.0 -1.9538613025742017E-4 NULL NULL -59 0.0 59 1 89011 +7111 61 0.0 -1.953311770496414E-4 NULL NULL -61 0.0 61 1 89011 +7118 68 0.0 -1.9513908401236303E-4 NULL NULL -68 0.0 68 1 89011 +7162 37 0.0 -1.939402401563809E-4 NULL NULL -37 0.0 37 1 89011 +7175 50 0.0 -1.9358885017421604E-4 NULL NULL -50 0.0 50 1 89011 +7178 53 0.0 -1.9350794093062136E-4 NULL NULL -53 0.0 53 1 89011 +7179 54 0.0 -1.9348098620977853E-4 NULL NULL -54 0.0 54 1 89011 +7180 55 0.0 -1.934540389972145E-4 NULL NULL -55 0.0 55 1 89011 +7182 57 0.0 -1.9340016708437762E-4 NULL NULL -57 0.0 57 1 89011 +7205 5 0.0 -1.9278278972935462E-4 NULL NULL -5 0.0 5 1 89011 +7207 7 0.0 -1.927292909671153E-4 NULL NULL -7 0.0 7 1 89011 +7212 12 0.0 -1.925956738768719E-4 NULL NULL -12 0.0 12 1 89011 +7238 38 0.0 -1.9190384084001106E-4 NULL NULL -38 0.0 38 1 89011 +7243 43 0.0 -1.9177136545630265E-4 NULL NULL -43 0.0 43 1 89011 +7249 49 0.0 -1.916126362256863E-4 NULL NULL -49 0.0 49 1 89011 +7276 1 0.0 -1.9090159428257285E-4 NULL NULL -1 0.0 1 1 89011 +7279 4 0.0 -1.908229152356093E-4 NULL NULL -4 0.0 4 1 89011 +7287 12 0.0 -1.906134211609716E-4 NULL NULL -12 0.0 12 1 89011 +7288 13 0.0 -1.905872667398463E-4 NULL NULL -13 0.0 13 1 89011 +7290 15 0.0 -1.905349794238683E-4 NULL NULL -15 0.0 15 1 89011 +7302 27 0.0 -1.9022185702547247E-4 NULL NULL -27 0.0 27 1 89011 +7316 41 0.0 -1.8985784581738654E-4 NULL NULL -41 0.0 41 1 89011 +7350 0 0.0 -1.8897959183673468E-4 NULL NULL 0 0.0 0 1 89011 +7364 14 0.0 -1.8862031504617057E-4 NULL NULL -14 0.0 14 1 89011 +7365 15 0.0 -1.8859470468431772E-4 NULL NULL -15 0.0 15 1 89011 +7372 22 0.0 -1.88415626695605E-4 NULL NULL -22 0.0 22 1 89011 +7375 25 0.0 -1.8833898305084746E-4 NULL NULL -25 0.0 25 1 89011 +7398 48 0.0 -1.8775344687753446E-4 NULL NULL -48 0.0 48 1 89011 +7412 62 0.0 -1.8739881273610362E-4 NULL NULL -62 0.0 62 1 89011 +7423 73 0.0 -1.8712111006331672E-4 NULL NULL -73 0.0 73 1 89011 +7442 17 0.0 -1.8664337543671056E-4 NULL NULL -17 0.0 17 1 89011 +7457 32 0.0 -1.8626793616735953E-4 NULL NULL -32 0.0 32 1 89011 +7463 38 0.0 -1.861181830363125E-4 NULL NULL -38 0.0 38 1 89011 +7476 51 0.0 -1.8579454253611556E-4 NULL NULL -51 0.0 51 1 89011 +7477 52 0.0 -1.857696937274308E-4 NULL NULL -52 0.0 52 1 89011 +7482 57 0.0 -1.8564554931836409E-4 NULL NULL -57 0.0 57 1 89011 +7485 60 0.0 -1.8557114228456915E-4 NULL NULL -60 0.0 60 1 89011 +7493 68 0.0 -1.8537301481382623E-4 NULL NULL -68 0.0 68 1 89011 +7497 72 0.0 -1.8527410964385755E-4 NULL NULL -72 0.0 72 1 89011 +7500 0 0.0 -1.852E-4 NULL NULL 0 0.0 0 1 89011 +7511 11 0.0 -1.849287711356677E-4 NULL NULL -11 0.0 11 1 89011 +7513 13 0.0 -1.848795421269799E-4 NULL NULL -13 0.0 13 1 89011 +7536 36 0.0 -1.8431528662420384E-4 NULL NULL -36 0.0 36 1 89011 +7538 38 0.0 -1.8426638365614222E-4 NULL NULL -38 0.0 38 1 89011 +7541 41 0.0 -1.8419307784113513E-4 NULL NULL -41 0.0 41 1 89011 +7548 48 0.0 -1.8402225755166933E-4 NULL NULL -48 0.0 48 1 89011 +7552 52 0.0 -1.8392478813559322E-4 NULL NULL -52 0.0 52 1 89011 +7556 56 0.0 -1.8382742191635788E-4 NULL NULL -56 0.0 56 1 89011 +7559 59 0.0 -1.837544648763064E-4 NULL NULL -59 0.0 59 1 89011 +7574 74 0.0 -1.8339054660681278E-4 NULL NULL -74 0.0 74 1 89011 +7588 13 0.0 -1.830521876647338E-4 NULL NULL -13 0.0 13 1 89011 +7599 24 0.0 -1.8278720884326886E-4 NULL NULL -24 0.0 24 1 89011 +7607 32 0.0 -1.8259497830945182E-4 NULL NULL -32 0.0 32 1 89011 +7616 41 0.0 -1.8237920168067228E-4 NULL NULL -41 0.0 41 1 89011 +7623 48 0.0 -1.8221172766627312E-4 NULL NULL -48 0.0 48 1 89011 +7636 61 0.0 -1.8190151911995809E-4 NULL NULL -61 0.0 61 1 89011 +7642 67 0.0 -1.8175870191049464E-4 NULL NULL -67 0.0 67 1 89011 +7648 73 0.0 -1.8161610878661088E-4 NULL NULL -73 256.0 73 2 89012 +7651 1 0.0 -1.8154489609201413E-4 NULL NULL -1 0.0 1 1 89011 +7661 11 0.0 -1.813079232476178E-4 NULL NULL -11 0.0 11 1 89011 +7675 25 0.0 -1.809771986970684E-4 NULL NULL -25 0.0 25 1 89011 +7705 55 0.0 -1.8027255029201818E-4 NULL NULL -55 64.0 55 2 89012 +7709 59 0.0 -1.8017901154494746E-4 NULL NULL -59 0.0 59 1 89011 +7712 62 0.0 -1.8010892116182572E-4 NULL NULL -62 0.0 62 1 89011 +7713 63 0.0 -1.8008556981719174E-4 NULL NULL -63 0.0 63 1 89011 +7723 73 0.0 -1.798523889680176E-4 NULL NULL -73 0.0 73 1 89011 +7731 6 0.0 -1.796662786185487E-4 NULL NULL -6 0.0 6 1 89011 +7759 34 0.0 -1.7901791467972677E-4 NULL NULL -34 0.0 34 1 89011 +7777 52 0.0 -1.786035746431786E-4 NULL NULL -52 0.0 52 1 89011 +7787 62 0.0 -1.7837421343264414E-4 NULL NULL -62 0.0 62 1 89011 +7812 12 0.0 -1.7780337941628263E-4 NULL NULL -12 0.0 12 1 89011 +7813 13 0.0 -1.7778062204018943E-4 NULL NULL -13 0.0 13 1 89011 +7828 28 0.0 -1.7743995912110374E-4 NULL NULL -28 0.0 28 1 89011 +7836 36 0.0 -1.7725880551301685E-4 NULL NULL -36 0.0 36 1 89011 +7847 47 0.0 -1.7701032241621E-4 NULL NULL -47 0.0 47 1 89011 +7854 54 0.0 -1.768525592055004E-4 NULL NULL -54 0.0 54 1 89011 +7860 60 0.0 -1.767175572519084E-4 NULL NULL -60 0.0 60 1 89011 +7891 16 0.0 -1.760233177037131E-4 NULL NULL -16 0.0 16 1 89011 +7902 27 0.0 -1.7577828397873955E-4 NULL NULL -27 0.0 27 1 89011 +7903 28 0.0 -1.7575604200936355E-4 NULL NULL -28 0.0 28 1 89011 +7940 65 0.0 -1.7493702770780858E-4 NULL NULL -65 0.0 65 1 89011 +7942 67 0.0 -1.7489297406194913E-4 NULL NULL -67 0.0 67 1 89011 +7952 2 0.0 -1.7467303822937626E-4 NULL NULL -2 0.0 2 1 89011 +7972 22 0.0 -1.74234821876568E-4 NULL NULL -22 0.0 22 1 89011 +7974 24 0.0 -1.7419112114371707E-4 NULL NULL -24 0.0 24 1 89011 +7985 35 0.0 -1.7395115842204132E-4 NULL NULL -35 0.0 35 1 89011 +7993 43 0.0 -1.7377705492305768E-4 NULL NULL -43 0.0 43 1 89011 +8000 50 0.0 -1.73625E-4 NULL NULL -50 0.0 50 1 89011 +8001 51 0.0 -1.7360329958755156E-4 NULL NULL -51 0.0 51 1 89011 +8007 57 0.0 -1.7347321094042712E-4 NULL NULL -57 0.0 57 1 89011 +8031 6 0.0 -1.72954800149421E-4 NULL NULL -6 0.0 6 1 89011 +8035 10 0.0 -1.7286869943995023E-4 NULL NULL -10 0.0 10 1 89011 +8046 21 0.0 -1.726323639075317E-4 NULL NULL -21 0.0 21 1 89011 +8048 23 0.0 -1.7258946322067594E-4 NULL NULL -23 0.0 23 1 89011 +8050 25 0.0 -1.7254658385093167E-4 NULL NULL -25 0.0 25 1 89011 +8063 38 0.0 -1.7226838645665384E-4 NULL NULL -38 0.0 38 1 89011 +8072 47 0.0 -1.720763131813677E-4 NULL NULL -47 0.0 47 1 89011 +8076 51 0.0 -1.7199108469539377E-4 NULL NULL -51 0.0 51 1 89011 +8084 59 0.0 -1.7182088075210291E-4 NULL NULL -59 0.0 59 1 89011 +8091 66 0.0 -1.7167222840192806E-4 NULL NULL -66 0.0 66 1 89011 +8096 71 0.0 -1.7156620553359685E-4 NULL NULL -71 0.0 71 1 89011 +8104 4 0.0 -1.713968410661402E-4 NULL NULL -4 0.0 4 1 89011 +8105 5 0.0 -1.713756940160395E-4 NULL NULL -5 0.0 5 1 89011 +8129 29 0.0 -1.7086972567351459E-4 NULL NULL -29 0.0 29 1 89011 +8142 42 0.0 -1.7059690493736183E-4 NULL NULL -42 0.0 42 1 89011 +8191 16 0.0 -1.69576364302283E-4 NULL NULL -16 0.0 16 1 89011 +8201 26 0.0 -1.6936958907450312E-4 NULL NULL -26 0.0 26 1 89011 +8229 54 0.0 -1.6879329201604083E-4 NULL NULL -54 0.0 54 1 89011 +8231 56 0.0 -1.6875227797351477E-4 NULL NULL -56 0.0 56 1 89011 +8234 59 0.0 -1.6869079426767064E-4 NULL NULL -59 0.0 59 1 89011 +8237 62 0.0 -1.686293553478208E-4 NULL NULL -62 0.0 62 1 89011 +8267 17 0.0 -1.680174186524737E-4 NULL NULL -17 0.0 17 1 89011 +8270 20 0.0 -1.6795646916565902E-4 NULL NULL -20 0.0 20 1 89011 +8296 46 0.0 -1.674300867888139E-4 NULL NULL -46 0.0 46 1 89011 +8301 51 0.0 -1.6732923744127213E-4 NULL NULL -51 0.0 51 1 89011 +8319 69 0.0 -1.6696718355571584E-4 NULL NULL -69 0.0 69 1 89011 +8340 15 0.0 -1.6654676258992805E-4 NULL NULL -15 30.25 15 2 89012 +8341 16 0.0 -1.6652679534827957E-4 NULL NULL -16 0.0 16 1 89011 +8346 21 0.0 -1.6642703091301222E-4 NULL NULL -21 0.0 21 1 89011 +8347 22 0.0 -1.6640709236851565E-4 NULL NULL -22 0.0 22 1 89011 +8351 26 0.0 -1.6632738594180339E-4 NULL NULL -26 0.0 26 1 89011 +8353 28 0.0 -1.6628756135520173E-4 NULL NULL -28 0.0 28 1 89011 +8354 29 0.0 -1.6626765621259278E-4 NULL NULL -29 0.0 29 1 89011 +8365 40 0.0 -1.6604901374775853E-4 NULL NULL -40 0.0 40 1 89011 +8368 43 0.0 -1.6598948374760993E-4 NULL NULL -43 0.0 43 1 89011 +8370 45 0.0 -1.6594982078853046E-4 NULL NULL -45 0.0 45 1 89011 +8375 50 0.0 -1.6585074626865673E-4 NULL NULL -50 0.0 50 1 89011 +8384 59 0.0 -1.6567270992366413E-4 NULL NULL -59 0.0 59 1 89011 +8386 61 0.0 -1.656331981874553E-4 NULL NULL -61 0.0 61 1 89011 +8402 2 0.0 -1.6531778148059985E-4 NULL NULL -2 0.0 2 1 89011 +8408 8 0.0 -1.6519980970504283E-4 NULL NULL -8 0.0 8 1 89011 +8429 29 0.0 -1.6478823110689287E-4 NULL NULL -29 0.0 29 1 89011 +8442 42 0.0 -1.6453447050461976E-4 NULL NULL -42 0.0 42 1 89011 +8445 45 0.0 -1.644760213143872E-4 NULL NULL -45 0.0 45 1 89011 +8448 48 0.0 -1.6441761363636363E-4 NULL NULL -48 0.0 48 1 89011 +8451 51 0.0 -1.6435924742634007E-4 NULL NULL -51 0.0 51 1 89011 +8465 65 0.0 -1.6408741878322505E-4 NULL NULL -65 0.0 65 1 89011 +8471 71 0.0 -1.6397119584464644E-4 NULL NULL -71 0.0 71 1 89011 +8487 12 0.0 -1.6366207140332273E-4 NULL NULL -12 0.0 12 1 89011 +8499 24 0.0 -1.6343099188139782E-4 NULL NULL -24 0.0 24 1 89011 +8505 30 0.0 -1.6331569664902997E-4 NULL NULL -30 0.0 30 1 89011 +8523 48 0.0 -1.6297078493488209E-4 NULL NULL -48 0.0 48 1 89011 +8540 65 0.0 -1.626463700234192E-4 NULL NULL -65 0.0 65 1 89011 +8549 74 0.0 -1.6247514329161306E-4 NULL NULL -74 36.0 74 2 89012 +8580 30 0.0 -1.618881118881119E-4 NULL NULL -30 0.0 30 1 89011 +8584 34 0.0 -1.6181267474370923E-4 NULL NULL -34 0.0 34 1 89011 +8625 0 0.0 -1.6104347826086956E-4 NULL NULL 0 0.0 0 1 89011 +8648 23 0.0 -1.6061517113783534E-4 NULL NULL -23 0.0 23 1 89011 +8661 36 0.0 -1.6037409075164531E-4 NULL NULL -36 0.0 36 1 89011 +8662 37 0.0 -1.603555760794274E-4 NULL NULL -37 0.0 37 1 89011 +8675 50 0.0 -1.6011527377521613E-4 NULL NULL -50 0.0 50 1 89011 +8676 51 0.0 -1.6009681881051175E-4 NULL NULL -51 0.0 51 1 89011 +8683 58 0.0 -1.5996775308073247E-4 NULL NULL -58 0.0 58 1 89011 +8692 67 0.0 -1.5980211688909341E-4 NULL NULL -67 0.0 67 1 89011 +8693 68 0.0 -1.5978373403888185E-4 NULL NULL -68 0.0 68 1 89011 +8695 70 0.0 -1.5974698102357677E-4 NULL NULL -70 0.0 70 1 89011 +8703 3 0.0 -1.5960013788348846E-4 NULL NULL -3 0.0 3 1 89011 +8704 4 0.0 -1.5958180147058825E-4 NULL NULL -4 0.0 4 1 89011 +8709 9 0.0 -1.5949018256975544E-4 NULL NULL -9 0.0 9 1 89011 +8726 26 0.0 -1.5917946367178547E-4 NULL NULL -26 0.0 26 1 89011 +8740 40 0.0 -1.5892448512585812E-4 NULL NULL -40 0.0 40 1 89011 +8742 42 0.0 -1.5888812628689087E-4 NULL NULL -42 0.0 42 1 89011 +8744 44 0.0 -1.5885178408051235E-4 NULL NULL -44 0.0 44 1 89011 +8745 45 0.0 -1.588336192109777E-4 NULL NULL -45 0.0 45 1 89011 +8748 48 0.0 -1.5877914951989026E-4 NULL NULL -48 0.0 48 1 89011 +8757 57 0.0 -1.5861596437136006E-4 NULL NULL -57 0.0 57 1 89011 +8762 62 0.0 -1.585254508103173E-4 NULL NULL -62 0.0 62 1 89011 +8781 6 0.0 -1.5818243935770415E-4 NULL NULL -6 0.0 6 1 89011 +8784 9 0.0 -1.5812841530054645E-4 NULL NULL -9 0.0 9 1 89011 +8785 10 0.0 -1.5811041548093342E-4 NULL NULL -10 0.0 10 1 89011 +8790 15 0.0 -1.5802047781569967E-4 NULL NULL -15 0.0 15 1 89011 +8793 18 0.0 -1.5796656431252132E-4 NULL NULL -18 0.0 18 1 89011 +8804 29 0.0 -1.577691958200818E-4 NULL NULL -29 0.0 29 1 89011 +8827 52 0.0 -1.5735810581171407E-4 NULL NULL -52 0.0 52 1 89011 +8837 62 0.0 -1.5718003847459545E-4 NULL NULL -62 0.0 62 1 89011 +8841 66 0.0 -1.5710892432982694E-4 NULL NULL -66 0.0 66 1 89011 +8852 2 0.0 -1.569136918210574E-4 NULL NULL -2 0.0 2 1 89011 +8854 4 0.0 -1.568782471199458E-4 NULL NULL -4 0.0 4 1 89011 +8868 18 0.0 -1.5663058186738836E-4 NULL NULL -18 0.0 18 1 89011 +8875 25 0.0 -1.5650704225352114E-4 NULL NULL -25 0.0 25 1 89011 +8876 26 0.0 -1.5648940964398377E-4 NULL NULL -26 0.0 26 1 89011 +8882 32 0.0 -1.5638369736545822E-4 NULL NULL -32 0.0 32 1 89011 +8884 34 0.0 -1.5634849167041874E-4 NULL NULL -34 0.0 34 1 89011 +8896 46 0.0 -1.5613758992805756E-4 NULL NULL -46 289.0 46 2 89012 +8941 16 0.0 -1.5535175036349402E-4 NULL NULL -16 0.0 16 1 89011 +8950 25 0.0 -1.5519553072625698E-4 NULL NULL -25 0.0 25 1 89011 +8983 58 0.0 -1.5462540354002003E-4 NULL NULL -58 0.0 58 1 89011 +8986 61 0.0 -1.5457378143779213E-4 NULL NULL -61 0.0 61 1 89011 +9001 1 0.0 -1.543161870903233E-4 NULL NULL -1 0.0 1 1 89011 +9011 11 0.0 -1.541449339695927E-4 NULL NULL -11 0.0 11 1 89011 +9050 50 0.0 -1.534806629834254E-4 NULL NULL -50 0.0 50 1 89011 +9052 52 0.0 -1.5344675209898366E-4 NULL NULL -52 0.0 52 1 89011 +9059 59 0.0 -1.5332818191853405E-4 NULL NULL -59 0.0 59 1 89011 +9063 63 0.0 -1.5326050976497847E-4 NULL NULL -63 0.0 63 1 89011 +9100 25 0.0 -1.5263736263736264E-4 NULL NULL -25 0.0 25 1 89011 +9107 32 0.0 -1.5252003953003185E-4 NULL NULL -32 0.0 32 1 89011 +9111 36 0.0 -1.5245307869608167E-4 NULL NULL -36 0.0 36 1 89011 +9128 53 0.0 -1.5216914986853638E-4 NULL NULL -53 0.0 53 1 89011 +9140 65 0.0 -1.5196936542669586E-4 NULL NULL -65 0.0 65 1 89011 +9161 11 0.0 -1.516210020740094E-4 NULL NULL -11 0.0 11 1 89011 +9168 18 0.0 -1.5150523560209425E-4 NULL NULL -18 0.0 18 1 89011 +9169 19 0.0 -1.514887119642273E-4 NULL NULL -19 0.0 19 1 89011 +9182 32 0.0 -1.5127423219342192E-4 NULL NULL -32 0.0 32 1 89011 +9210 60 0.0 -1.50814332247557E-4 NULL NULL -60 0.0 60 1 89011 +9227 2 0.0 -1.5053646905819877E-4 NULL NULL -2 0.0 2 1 89011 +9235 10 0.0 -1.5040606388738495E-4 NULL NULL -10 0.0 10 1 89011 +9237 12 0.0 -1.5037349788892497E-4 NULL NULL -12 0.0 12 1 89011 +9238 13 0.0 -1.503572201775276E-4 NULL NULL -13 0.0 13 1 89011 +9243 18 0.0 -1.5027588445309963E-4 NULL NULL -18 0.0 18 1 89011 +9292 67 0.0 -1.4948342660352993E-4 NULL NULL -67 0.0 67 1 89011 +9304 4 0.0 -1.4929062768701633E-4 NULL NULL -4 0.0 4 1 89011 +9315 15 0.0 -1.4911433172302738E-4 NULL NULL -15 0.0 15 1 89011 +9351 51 0.0 -1.4854026307346808E-4 NULL NULL -51 0.0 51 1 89011 +9353 53 0.0 -1.4850849994654122E-4 NULL NULL -53 0.0 53 1 89011 +9360 60 0.0 -1.4839743589743589E-4 NULL NULL -60 0.0 60 1 89011 +9364 64 0.0 -1.4833404527979496E-4 NULL NULL -64 0.0 64 1 89011 +9365 65 0.0 -1.4831820608649226E-4 NULL NULL -65 0.0 65 1 89011 +9366 66 0.0 -1.4830237027546446E-4 NULL NULL -66 0.0 66 1 89011 +9373 73 0.0 -1.481916142110317E-4 NULL NULL -73 0.0 73 1 89011 +9388 13 0.0 -1.4795483596080102E-4 NULL NULL -13 0.0 13 1 89011 +9390 15 0.0 -1.4792332268370606E-4 NULL NULL -15 0.0 15 1 89011 +9393 18 0.0 -1.4787607793037368E-4 NULL NULL -18 0.0 18 1 89011 +9395 20 0.0 -1.4784459819052687E-4 NULL NULL -20 0.0 20 1 89011 +9402 27 0.0 -1.477345245692406E-4 NULL NULL -27 0.0 27 1 89011 +9404 29 0.0 -1.477031050616759E-4 NULL NULL -29 0.0 29 1 89011 +9426 51 0.0 -1.4735837046467217E-4 NULL NULL -51 0.0 51 1 89011 +9433 58 0.0 -1.472490193999788E-4 NULL NULL -58 1024.0 58 2 89012 +9442 67 0.0 -1.471086634187672E-4 NULL NULL -67 0.0 67 1 89011 +9444 69 0.0 -1.4707750952986024E-4 NULL NULL -69 0.0 69 1 89011 +9447 72 0.0 -1.470308034296602E-4 NULL NULL -72 0.0 72 1 89011 +9452 2 0.0 -1.469530258146424E-4 NULL NULL -2 16.0 2 2 89012 +9455 5 0.0 -1.4690639873083026E-4 NULL NULL -5 0.0 5 1 89011 +9472 22 0.0 -1.4664273648648648E-4 NULL NULL -22 0.0 22 1 89011 +9476 26 0.0 -1.465808357956944E-4 NULL NULL -26 0.0 26 1 89011 +9498 48 0.0 -1.4624131396083386E-4 NULL NULL -48 0.0 48 1 89011 +9510 60 0.0 -1.4605678233438487E-4 NULL NULL -60 0.0 60 1 89011 +9512 62 0.0 -1.4602607232968882E-4 NULL NULL -62 0.0 62 1 89011 +9539 14 0.0 -1.4561274766747038E-4 NULL NULL -14 2704.0 14 2 89012 +9556 31 0.0 -1.4535370447886145E-4 NULL NULL -31 0.0 31 1 89011 +9561 36 0.0 -1.452776906181362E-4 NULL NULL -36 0.0 36 1 89011 +9583 58 0.0 -1.4494417197119899E-4 NULL NULL -58 0.0 58 1 89011 +9597 72 0.0 -1.4473272897780557E-4 NULL NULL -72 0.0 72 1 89011 +9642 42 0.0 -1.4405724953329185E-4 NULL NULL -42 0.0 42 1 89011 +9644 44 0.0 -1.4402737453338865E-4 NULL NULL -44 0.0 44 1 89011 +9650 50 0.0 -1.439378238341969E-4 NULL NULL -50 0.0 50 1 89011 +9659 59 0.0 -1.4380370638782483E-4 NULL NULL -59 0.0 59 1 89011 +9682 7 0.0 -1.4346209460855197E-4 NULL NULL -7 0.0 7 1 89011 +9719 44 0.0 -1.4291593785368864E-4 NULL NULL -44 0.0 44 1 89011 +9720 45 0.0 -1.4290123456790123E-4 NULL NULL -45 0.0 45 1 89011 +9723 48 0.0 -1.4285714285714287E-4 NULL NULL -48 0.0 48 1 89011 +9740 65 0.0 -1.4260780287474333E-4 NULL NULL -65 0.0 65 1 89011 +9752 2 0.0 -1.4243232157506154E-4 NULL NULL -2 0.0 2 1 89011 +9759 9 0.0 -1.4233015677835844E-4 NULL NULL -9 0.0 9 1 89011 +9761 11 0.0 -1.423009937506403E-4 NULL NULL -11 0.0 11 1 89011 +9767 17 0.0 -1.4221357632845295E-4 NULL NULL -17 0.0 17 1 89011 +9782 32 0.0 -1.419955019423431E-4 NULL NULL -32 0.0 32 1 89011 +9786 36 0.0 -1.4193746167995096E-4 NULL NULL -36 0.0 36 1 89011 +9791 41 0.0 -1.4186497804105812E-4 NULL NULL -41 0.0 41 1 89011 +9792 42 0.0 -1.4185049019607842E-4 NULL NULL -42 0.0 42 1 89011 +9801 51 0.0 -1.4172023262932354E-4 NULL NULL -51 0.0 51 1 89011 +9802 52 0.0 -1.4170577433176903E-4 NULL NULL -52 0.0 52 1 89011 +9828 3 0.0 -1.4133089133089134E-4 NULL NULL -3 0.0 3 1 89011 +9842 17 0.0 -1.4112985165616745E-4 NULL NULL -17 0.0 17 1 89011 +9857 32 0.0 -1.409150857258801E-4 NULL NULL -32 0.0 32 1 89011 +9883 58 0.0 -1.4054436911868865E-4 NULL NULL -58 0.0 58 1 89011 +9892 67 0.0 -1.4041649818034776E-4 NULL NULL -67 0.0 67 1 89011 +9907 7 0.0 -1.4020389623498535E-4 NULL NULL -7 0.0 7 1 89011 +9922 22 0.0 -1.3999193710945374E-4 NULL NULL -22 0.0 22 1 89011 +9924 24 0.0 -1.3996372430471584E-4 NULL NULL -24 0.0 24 1 89011 +9925 25 0.0 -1.3994962216624685E-4 NULL NULL -25 0.0 25 1 89011 +9926 26 0.0 -1.399355228692323E-4 NULL NULL -26 0.0 26 1 89011 +9929 29 0.0 -1.3989324201833014E-4 NULL NULL -29 0.0 29 1 89011 +9930 30 0.0 -1.3987915407854984E-4 NULL NULL -30 0.0 30 1 89011 +9934 34 0.0 -1.3982283068250453E-4 NULL NULL -34 0.0 34 1 89011 +9951 51 0.0 -1.3958396141091348E-4 NULL NULL -51 0.0 51 1 89011 +9969 69 0.0 -1.393319289798375E-4 NULL NULL -69 0.0 69 1 89011 +9971 71 0.0 -1.3930398154648481E-4 NULL NULL -71 0.0 71 1 89011 +9987 12 0.0 -1.3908080504656053E-4 NULL NULL -12 0.0 12 1 89011 +10036 61 0.0 -1.384017536867278E-4 NULL NULL -61 0.0 61 1 89011 +10044 69 0.0 -1.382915173237754E-4 NULL NULL -69 0.0 69 1 89011 +10058 8 0.0 -1.380990256512229E-4 NULL NULL -8 0.0 8 1 89011 +10065 15 0.0 -1.3800298062593145E-4 NULL NULL -15 0.0 15 1 89011 +10077 27 0.0 -1.3783864245311105E-4 NULL NULL -27 0.0 27 1 89011 +10096 46 0.0 -1.3757923930269415E-4 NULL NULL -46 0.0 46 1 89011 +10097 47 0.0 -1.3756561354857878E-4 NULL NULL -47 0.0 47 1 89011 +10104 54 0.0 -1.3747030878859858E-4 NULL NULL -54 0.0 54 1 89011 +10120 70 0.0 -1.3725296442687748E-4 NULL NULL -70 0.0 70 1 89011 +10129 4 0.0 -1.3713100997136932E-4 NULL NULL -4 0.0 4 1 89011 +10131 6 0.0 -1.3710393840687E-4 NULL NULL -6 0.0 6 1 89011 +10139 14 0.0 -1.3699575895058684E-4 NULL NULL -14 0.0 14 1 89011 +10149 24 0.0 -1.3686077446053798E-4 NULL NULL -24 0.0 24 1 89011 +10174 49 0.0 -1.365244741497936E-4 NULL NULL -49 0.0 49 1 89011 +10187 62 0.0 -1.3635025031903406E-4 NULL NULL -62 0.0 62 1 89011 +10198 73 0.0 -1.3620317709354775E-4 NULL NULL -73 0.0 73 1 89011 +10205 5 0.0 -1.3610975012248898E-4 NULL NULL -5 0.0 5 1 89011 +10211 11 0.0 -1.3602977181470963E-4 NULL NULL -11 0.0 11 1 89011 +10227 27 0.0 -1.3581695511880317E-4 NULL NULL -27 0.0 27 1 89011 +10230 30 0.0 -1.3577712609970675E-4 NULL NULL -30 0.0 30 1 89011 +10242 42 0.0 -1.3561804335090802E-4 NULL NULL -42 0.0 42 1 89011 +10273 73 0.0 -1.3520879976637788E-4 NULL NULL -73 0.0 73 1 89011 +10284 9 0.0 -1.3506417736289383E-4 NULL NULL -9 0.0 9 1 89011 +10285 10 0.0 -1.35051045211473E-4 NULL NULL -10 0.0 10 1 89011 +10295 20 0.0 -1.3491986401165614E-4 NULL NULL -20 0.0 20 1 89011 +10304 29 0.0 -1.3480201863354038E-4 NULL NULL -29 0.0 29 1 89011 +10310 35 0.0 -1.3472356935014548E-4 NULL NULL -35 0.0 35 1 89011 +10312 37 0.0 -1.3469743987587276E-4 NULL NULL -37 0.0 37 1 89011 +10321 46 0.0 -1.3457998255982947E-4 NULL NULL -46 0.0 46 1 89011 +10346 71 0.0 -1.3425478445776146E-4 NULL NULL -71 0.0 71 1 89011 +10364 14 0.0 -1.3402161327672713E-4 NULL NULL -14 0.0 14 1 89011 +10383 33 0.0 -1.3377636521236637E-4 NULL NULL -33 0.0 33 1 89011 +10394 44 0.0 -1.336347893015201E-4 NULL NULL -44 900.0 44 2 89012 +10401 51 0.0 -1.335448514565907E-4 NULL NULL -51 0.0 51 1 89011 +10403 53 0.0 -1.3351917716043448E-4 NULL NULL -53 0.0 53 1 89011 +10415 65 0.0 -1.3336533845415268E-4 NULL NULL -65 0.0 65 1 89011 +10436 11 0.0 -1.3309697201993102E-4 NULL NULL -11 0.0 11 1 89011 +10451 26 0.0 -1.3290594201511818E-4 NULL NULL -26 0.0 26 1 89011 +10452 27 0.0 -1.3289322617680827E-4 NULL NULL -27 0.0 27 1 89011 +10467 42 0.0 -1.3270278016623674E-4 NULL NULL -42 0.0 42 1 89011 +10470 45 0.0 -1.326647564469914E-4 NULL NULL -45 812.25 45 2 89012 +10484 59 0.0 -1.324876001526135E-4 NULL NULL -59 0.0 59 1 89011 +10485 60 0.0 -1.3247496423462088E-4 NULL NULL -60 1600.0 60 2 89012 +10495 70 0.0 -1.323487374940448E-4 NULL NULL -70 0.0 70 1 89011 +10496 71 0.0 -1.323361280487805E-4 NULL NULL -71 12.25 71 2 89012 +10520 20 0.0 -1.320342205323194E-4 NULL NULL -20 0.0 20 1 89011 +10522 22 0.0 -1.320091237407337E-4 NULL NULL -22 0.0 22 1 89011 +10528 28 0.0 -1.319338905775076E-4 NULL NULL -28 0.0 28 1 89011 +10532 32 0.0 -1.3188378275731105E-4 NULL NULL -32 0.0 32 1 89011 +10538 38 0.0 -1.3180869235148986E-4 NULL NULL -38 0.0 38 1 89011 +10548 48 0.0 -1.3168373151308305E-4 NULL NULL -48 0.0 48 1 89011 +10551 51 0.0 -1.3164628945123684E-4 NULL NULL -51 0.0 51 1 89011 +10553 53 0.0 -1.3162133990334503E-4 NULL NULL -53 0.0 53 1 89011 +10554 54 0.0 -1.3160886867538373E-4 NULL NULL -54 0.0 54 1 89011 +10558 58 0.0 -1.3155900738776282E-4 NULL NULL -58 0.0 58 1 89011 +10576 1 0.0 -1.3133509833585476E-4 NULL NULL -1 0.0 1 1 89011 +10592 17 0.0 -1.3113670694864048E-4 NULL NULL -17 0.0 17 1 89011 +10601 26 0.0 -1.3102537496462597E-4 NULL NULL -26 0.0 26 1 89011 +10637 62 0.0 -1.3058193099558147E-4 NULL NULL -62 0.0 62 1 89011 +10649 74 0.0 -1.3043478260869564E-4 NULL NULL -74 0.0 74 1 89011 +10652 2 0.0 -1.303980473150582E-4 NULL NULL -2 0.0 2 1 89011 +10653 3 0.0 -1.303858068149817E-4 NULL NULL -3 0.0 3 1 89011 +10663 13 0.0 -1.3026352808778017E-4 NULL NULL -13 0.0 13 1 89011 +10666 16 0.0 -1.3022688918057379E-4 NULL NULL -16 0.0 16 1 89011 +10672 22 0.0 -1.301536731634183E-4 NULL NULL -22 0.0 22 1 89011 +10688 38 0.0 -1.2995883233532935E-4 NULL NULL -38 0.0 38 1 89011 +10701 51 0.0 -1.298009531819456E-4 NULL NULL -51 0.0 51 1 89011 +10713 63 0.0 -1.2965555866704004E-4 NULL NULL -63 0.0 63 1 89011 +10723 73 0.0 -1.295346451552737E-4 NULL NULL -73 0.0 73 1 89011 +10725 0 0.0 -1.2951048951048951E-4 NULL NULL 0 0.0 0 1 89011 +10770 45 0.0 -1.2896935933147632E-4 NULL NULL -45 0.0 45 1 89011 +10785 60 0.0 -1.2878998609179416E-4 NULL NULL -60 0.0 60 1 89011 +10802 2 0.0 -1.2858729864839846E-4 NULL NULL -2 0.0 2 1 89011 +10807 7 0.0 -1.285278060516332E-4 NULL NULL -7 0.0 7 1 89011 +10827 27 0.0 -1.282903851482405E-4 NULL NULL -27 0.0 27 1 89011 +10845 45 0.0 -1.280774550484094E-4 NULL NULL -45 0.0 45 1 89011 +10858 58 0.0 -1.2792411125437465E-4 NULL NULL -58 0.0 58 1 89011 +10861 61 0.0 -1.2788877635576835E-4 NULL NULL -61 0.0 61 1 89011 +10867 67 0.0 -1.2781816508696052E-4 NULL NULL -67 0.0 67 1 89011 +10871 71 0.0 -1.2777113421028424E-4 NULL NULL -71 0.0 71 1 89011 +10903 28 0.0 -1.2739612950564064E-4 NULL NULL -28 0.0 28 1 89011 +10907 32 0.0 -1.2734940863665537E-4 NULL NULL -32 0.0 32 1 89011 +10912 37 0.0 -1.2729105571847508E-4 NULL NULL -37 0.0 37 1 89011 +10921 46 0.0 -1.2718615511400055E-4 NULL NULL -46 0.0 46 1 89011 +10922 47 0.0 -1.2717451016297382E-4 NULL NULL -47 0.0 47 1 89011 +10952 2 0.0 -1.2682615047479912E-4 NULL NULL -2 0.0 2 1 89011 +10953 3 0.0 -1.2681457135031498E-4 NULL NULL -3 0.0 3 1 89011 +11014 64 0.0 -1.2611222080987833E-4 NULL NULL -64 0.0 64 1 89011 +11022 72 0.0 -1.2602068590092543E-4 NULL NULL -72 0.0 72 1 89011 +11028 3 0.0 -1.2595212187159957E-4 NULL NULL -3 0.0 3 1 89011 +11044 19 0.0 -1.2576964867801521E-4 NULL NULL -19 0.0 19 1 89011 +11049 24 0.0 -1.2571273418408906E-4 NULL NULL -24 0.0 24 1 89011 +11054 29 0.0 -1.2565587117785418E-4 NULL NULL -29 0.0 29 1 89011 +11059 34 0.0 -1.2559905958947463E-4 NULL NULL -34 0.0 34 1 89011 +11065 40 0.0 -1.2553095345684592E-4 NULL NULL -40 0.0 40 1 89011 +11080 55 0.0 -1.253610108303249E-4 NULL NULL -55 0.0 55 1 89011 +11081 56 0.0 -1.2534969768071474E-4 NULL NULL -56 0.0 56 1 89011 +11083 58 0.0 -1.2532707750609041E-4 NULL NULL -58 0.0 58 1 89011 +11092 67 0.0 -1.2522538766678688E-4 NULL NULL -67 0.0 67 1 89011 +11097 72 0.0 -1.2516896458502299E-4 NULL NULL -72 0.0 72 1 89011 +11102 2 0.0 -1.2511259232570707E-4 NULL NULL -2 0.0 2 1 89011 +11112 12 0.0 -1.25E-4 NULL NULL -12 0.0 12 1 89011 +11148 48 0.0 -1.2459634015069966E-4 NULL NULL -48 0.0 48 1 89011 +11150 50 0.0 -1.2457399103139015E-4 NULL NULL -50 64.0 50 2 89012 +11165 65 0.0 -1.2440662785490373E-4 NULL NULL -65 0.0 65 1 89011 +11168 68 0.0 -1.2437320916905444E-4 NULL NULL -68 0.0 68 1 89011 +11181 6 0.0 -1.2422860209283606E-4 NULL NULL -6 0.0 6 1 89011 +11189 14 0.0 -1.2413978014121012E-4 NULL NULL -14 0.0 14 1 89011 +11197 22 0.0 -1.2405108511208358E-4 NULL NULL -22 0.0 22 1 89011 +11214 39 0.0 -1.2386302835741038E-4 NULL NULL -39 0.0 39 1 89011 +11230 55 0.0 -1.2368655387355297E-4 NULL NULL -55 0.0 55 1 89011 +11231 56 0.0 -1.2367554091354286E-4 NULL NULL -56 0.0 56 1 89011 +11236 61 0.0 -1.2362050551797794E-4 NULL NULL -61 0.0 61 1 89011 +11242 67 0.0 -1.235545276641167E-4 NULL NULL -67 0.0 67 1 89011 +11246 71 0.0 -1.2351058154010314E-4 NULL NULL -71 0.0 71 1 89011 +11286 36 0.0 -1.230728335991494E-4 NULL NULL -36 0.0 36 1 89011 +11302 52 0.0 -1.2289860201734207E-4 NULL NULL -52 0.0 52 1 89011 +11319 69 0.0 -1.2271402067320434E-4 NULL NULL -69 0.0 69 1 89011 +11333 8 0.0 -1.225624283067149E-4 NULL NULL -8 0.0 8 1 89011 +11334 9 0.0 -1.2255161461090523E-4 NULL NULL -9 0.0 9 1 89011 +11342 17 0.0 -1.224651736907071E-4 NULL NULL -17 0.0 17 1 89011 +11343 18 0.0 -1.2245437714890242E-4 NULL NULL -18 0.0 18 1 89011 +11350 25 0.0 -1.2237885462555067E-4 NULL NULL -25 0.0 25 1 89011 +11357 32 0.0 -1.22303425200317E-4 NULL NULL -32 0.0 32 1 89011 +11359 34 0.0 -1.222818910115327E-4 NULL NULL -34 0.0 34 1 89011 +11391 66 0.0 -1.2193837239926257E-4 NULL NULL -66 0.0 66 1 89011 +11394 69 0.0 -1.2190626645602949E-4 NULL NULL -69 0.0 69 1 89011 +11401 1 0.0 -1.2183141829664064E-4 NULL NULL -1 0.0 1 1 89011 +11411 11 0.0 -1.2172465165191482E-4 NULL NULL -11 0.0 11 1 89011 +11419 19 0.0 -1.2163937297486645E-4 NULL NULL -19 0.0 19 1 89011 +11443 43 0.0 -1.2138425238136852E-4 NULL NULL -43 0.0 43 1 89011 +11449 49 0.0 -1.213206393571491E-4 NULL NULL -49 0.0 49 1 89011 +11457 57 0.0 -1.2123592563498298E-4 NULL NULL -57 0.0 57 1 89011 +11459 59 0.0 -1.2121476568636007E-4 NULL NULL -59 0.0 59 1 89011 +11476 1 0.0 -1.2103520390379924E-4 NULL NULL -1 0.0 1 1 89011 +11494 19 0.0 -1.208456586044893E-4 NULL NULL -19 0.0 19 1 89011 +11505 30 0.0 -1.2073011734028684E-4 NULL NULL -30 0.0 30 1 89011 +11511 36 0.0 -1.2066718790721918E-4 NULL NULL -36 0.0 36 1 89011 +11515 40 0.0 -1.206252713851498E-4 NULL NULL -40 0.0 40 1 89011 +11528 53 0.0 -1.2048924358084663E-4 NULL NULL -53 0.0 53 1 89011 +11534 59 0.0 -1.2042656493844287E-4 NULL NULL -59 0.0 59 1 89011 +11561 11 0.0 -1.2014531614912205E-4 NULL NULL -11 0.0 11 1 89011 +11565 15 0.0 -1.2010376134889754E-4 NULL NULL -15 0.0 15 1 89011 +11579 29 0.0 -1.1995854564297434E-4 NULL NULL -29 0.0 29 1 89011 +11583 33 0.0 -1.1991711991711992E-4 NULL NULL -33 0.0 33 1 89011 +11595 45 0.0 -1.1979301423027167E-4 NULL NULL -45 0.0 45 1 89011 +11598 48 0.0 -1.1976202793585102E-4 NULL NULL -48 0.0 48 1 89011 +11625 0 0.0 -1.1948387096774193E-4 NULL NULL 0 0.0 0 1 89011 +11632 7 0.0 -1.1941196698762036E-4 NULL NULL -7 0.0 7 1 89011 +11641 16 0.0 -1.193196460785156E-4 NULL NULL -16 0.0 16 1 89011 +11642 17 0.0 -1.1930939701082288E-4 NULL NULL -17 0.0 17 1 89011 +11654 29 0.0 -1.1918654539214004E-4 NULL NULL -29 0.0 29 1 89011 +11658 33 0.0 -1.1914565105506949E-4 NULL NULL -33 0.0 33 1 89011 +11668 43 0.0 -1.1904353788138499E-4 NULL NULL -43 0.0 43 1 89011 +11673 48 0.0 -1.1899254690310974E-4 NULL NULL -48 0.0 48 1 89011 +11675 50 0.0 -1.1897216274089935E-4 NULL NULL -50 0.0 50 1 89011 +11681 56 0.0 -1.1891105213594727E-4 NULL NULL -56 0.0 56 1 89011 +11737 37 0.0 -1.1834369941211553E-4 NULL NULL -37 0.0 37 1 89011 +11758 58 0.0 -1.1813233543119579E-4 NULL NULL -58 0.0 58 1 89011 +11767 67 0.0 -1.1804198181354636E-4 NULL NULL -67 0.0 67 1 89011 +11771 71 0.0 -1.1800186900008496E-4 NULL NULL -71 0.0 71 1 89011 +11794 19 0.0 -1.1777174834661693E-4 NULL NULL -19 0.0 19 1 89011 +11811 36 0.0 -1.176022352044704E-4 NULL NULL -36 0.0 36 1 89011 +11833 58 0.0 -1.1738358827009211E-4 NULL NULL -58 0.0 58 1 89011 +11841 66 0.0 -1.1730428173296175E-4 NULL NULL -66 0.0 66 1 89011 +11847 72 0.0 -1.1724487211952393E-4 NULL NULL -72 100.0 72 2 89012 +11867 17 0.0 -1.1704727395297885E-4 NULL NULL -17 0.0 17 1 89011 +11883 33 0.0 -1.168896743246655E-4 NULL NULL -33 1406.25 33 2 89012 +11886 36 0.0 -1.1686017163048965E-4 NULL NULL -36 0.0 36 1 89011 +11913 63 0.0 -1.1659531604129942E-4 NULL NULL -63 0.0 63 1 89011 +11932 7 0.0 -1.1640965471002346E-4 NULL NULL -7 0.0 7 1 89011 +11935 10 0.0 -1.1638039379974864E-4 NULL NULL -10 0.0 10 1 89011 +11936 11 0.0 -1.1637064343163539E-4 NULL NULL -11 0.0 11 1 89011 +11952 27 0.0 -1.1621485943775101E-4 NULL NULL -27 0.0 27 1 89011 +11953 28 0.0 -1.1620513678574417E-4 NULL NULL -28 0.0 28 1 89011 +11977 52 0.0 -1.1597228020372381E-4 NULL NULL -52 0.0 52 1 89011 +11979 54 0.0 -1.1595291760581017E-4 NULL NULL -54 0.0 54 1 89011 +11996 71 0.0 -1.1578859619873292E-4 NULL NULL -71 0.0 71 1 89011 +12024 24 0.0 -1.1551896207584831E-4 NULL NULL -24 0.0 24 1 89011 +12034 34 0.0 -1.1542296825660629E-4 NULL NULL -34 0.0 34 1 89011 +12050 50 0.0 -1.1526970954356847E-4 NULL NULL -50 0.0 50 1 89011 +12059 59 0.0 -1.1518368023882577E-4 NULL NULL -59 0.0 59 1 89011 +12060 60 0.0 -1.1517412935323383E-4 NULL NULL -60 0.0 60 1 89011 +12078 3 0.0 -1.1500248385494287E-4 NULL NULL -3 0.0 3 1 89011 +12081 6 0.0 -1.1497392599950335E-4 NULL NULL -6 0.0 6 1 89011 +12104 29 0.0 -1.1475545274289491E-4 NULL NULL -29 0.0 29 1 89011 +12112 37 0.0 -1.1467965653896962E-4 NULL NULL -37 0.0 37 1 89011 +12136 61 0.0 -1.1445286750164798E-4 NULL NULL -61 0.0 61 1 89011 +12141 66 0.0 -1.1440573264146281E-4 NULL NULL -66 0.0 66 1 89011 +12157 7 0.0 -1.1425516163527185E-4 NULL NULL -7 0.0 7 1 89011 +12161 11 0.0 -1.1421758079105337E-4 NULL NULL -11 0.0 11 1 89011 +12170 20 0.0 -1.1413311421528348E-4 NULL NULL -20 0.0 20 1 89011 +12176 26 0.0 -1.1407687253613667E-4 NULL NULL -26 0.0 26 1 89011 +12181 31 0.0 -1.1403004679418767E-4 NULL NULL -31 0.0 31 1 89011 +12183 33 0.0 -1.1401132725929574E-4 NULL NULL -33 1482.25 33 2 89012 +12200 50 0.0 -1.1385245901639344E-4 NULL NULL -50 0.0 50 1 89011 +12208 58 0.0 -1.1377785058977719E-4 NULL NULL -58 0.0 58 1 89011 +12227 2 0.0 -1.1360104686349881E-4 NULL NULL -2 0.0 2 1 89011 +12230 5 0.0 -1.1357318070318888E-4 NULL NULL -5 0.0 5 1 89011 +12235 10 0.0 -1.1352676747037188E-4 NULL NULL -10 0.0 10 1 89011 +12269 44 0.0 -1.1321216073029587E-4 NULL NULL -44 0.0 44 1 89011 +12272 47 0.0 -1.1318448500651891E-4 NULL NULL -47 0.0 47 1 89011 +12273 48 0.0 -1.131752627719384E-4 NULL NULL -48 0.0 48 1 89011 +12291 66 0.0 -1.1300951916036124E-4 NULL NULL -66 272.25 66 2 89012 +12292 67 0.0 -1.13000325414904E-4 NULL NULL -67 0.0 67 1 89011 +12322 22 0.0 -1.127252069469242E-4 NULL NULL -22 0.0 22 1 89011 +12339 39 0.0 -1.1256990031607099E-4 NULL NULL -39 1892.25 39 2 89012 +12348 48 0.0 -1.1248785228377065E-4 NULL NULL -48 0.0 48 1 89011 +12353 53 0.0 -1.1244232170322999E-4 NULL NULL -53 0.0 53 1 89011 +12363 63 0.0 -1.1235137102644989E-4 NULL NULL -63 0.0 63 1 89011 +12375 0 0.0 -1.1224242424242424E-4 NULL NULL 0 0.0 0 1 89011 +12400 25 0.0 -1.1201612903225807E-4 NULL NULL -25 0.0 25 1 89011 +12403 28 0.0 -1.1198903491090865E-4 NULL NULL -28 0.0 28 1 89011 +12417 42 0.0 -1.1186276878473061E-4 NULL NULL -42 0.0 42 1 89011 +12420 45 0.0 -1.1183574879227053E-4 NULL NULL -45 0.0 45 1 89011 +12422 47 0.0 -1.1181774271453872E-4 NULL NULL -47 0.0 47 1 89011 +12470 20 0.0 -1.1138732959101844E-4 NULL NULL -20 0.0 20 1 89011 +12473 23 0.0 -1.1136053876372965E-4 NULL NULL -23 0.0 23 1 89011 +12477 27 0.0 -1.1132483770137052E-4 NULL NULL -27 0.0 27 1 89011 +12494 44 0.0 -1.1117336321434288E-4 NULL NULL -44 0.0 44 1 89011 +12520 70 0.0 -1.1094249201277955E-4 NULL NULL -70 0.0 70 1 89011 +12525 0 0.0 -1.1089820359281437E-4 NULL NULL 0 0.0 0 1 89011 +12526 1 0.0 -1.1088935015168449E-4 NULL NULL -1 0.0 1 1 89011 +12529 4 0.0 -1.1086279830792561E-4 NULL NULL -4 0.0 4 1 89011 +12531 6 0.0 -1.1084510414172851E-4 NULL NULL -6 0.0 6 1 89011 +12550 25 0.0 -1.1067729083665338E-4 NULL NULL -25 0.0 25 1 89011 +12554 29 0.0 -1.1064202644575435E-4 NULL NULL -29 0.0 29 1 89011 +12557 32 0.0 -1.1061559289639245E-4 NULL NULL -32 0.0 32 1 89011 +12560 35 0.0 -1.1058917197452229E-4 NULL NULL -35 0.0 35 1 89011 +12563 38 0.0 -1.1056276367109768E-4 NULL NULL -38 0.0 38 1 89011 +12574 49 0.0 -1.104660410370606E-4 NULL NULL -49 0.0 49 1 89011 +12581 56 0.0 -1.1040457833240601E-4 NULL NULL -56 0.0 56 1 89011 +12593 68 0.0 -1.1029937266735488E-4 NULL NULL -68 0.0 68 1 89011 +12613 13 0.0 -1.101244747482756E-4 NULL NULL -13 0.0 13 1 89011 +12641 41 0.0 -1.0988054742504549E-4 NULL NULL -41 0.0 41 1 89011 +12643 43 0.0 -1.0986316538796172E-4 NULL NULL -43 0.0 43 1 89011 +12652 52 0.0 -1.0978501422699968E-4 NULL NULL -52 0.0 52 1 89011 +12660 60 0.0 -1.0971563981042654E-4 NULL NULL -60 0.0 60 1 89011 +12665 65 0.0 -1.0967232530596132E-4 NULL NULL -65 0.0 65 1 89011 +12734 59 0.0 -1.0907805874038009E-4 NULL NULL -59 0.0 59 1 89011 +12746 71 0.0 -1.089753648203358E-4 NULL NULL -71 0.0 71 1 89011 +12750 0 0.0 -1.0894117647058824E-4 NULL NULL 0 0.0 0 1 89011 +12752 2 0.0 -1.0892409033877039E-4 NULL NULL -2 0.0 2 1 89011 +12772 22 0.0 -1.0875352333228939E-4 NULL NULL -22 0.0 22 1 89011 +12778 28 0.0 -1.0870245734856785E-4 NULL NULL -28 0.0 28 1 89011 +12781 31 0.0 -1.0867694233628042E-4 NULL NULL -31 169.0 31 2 89012 +12849 24 0.0 -1.0810179780527668E-4 NULL NULL -24 0.0 24 1 89011 +12857 32 0.0 -1.080345337170413E-4 NULL NULL -32 0.0 32 1 89011 +12870 45 0.0 -1.0792540792540792E-4 NULL NULL -45 0.0 45 1 89011 +12880 55 0.0 -1.078416149068323E-4 NULL NULL -55 0.0 55 1 89011 +12901 1 0.0 -1.0766607239748857E-4 NULL NULL -1 0.0 1 1 89011 +12905 5 0.0 -1.0763270050368074E-4 NULL NULL -5 0.0 5 1 89011 +12918 18 0.0 -1.075243845796563E-4 NULL NULL -18 0.0 18 1 89011 +12935 35 0.0 -1.0738306919211443E-4 NULL NULL -35 0.0 35 1 89011 +12936 36 0.0 -1.073747680890538E-4 NULL NULL -36 0.0 36 1 89011 +12940 40 0.0 -1.0734157650695519E-4 NULL NULL -40 0.0 40 1 89011 +13008 33 0.0 -1.0678044280442804E-4 NULL NULL -33 0.0 33 1 89011 +13023 48 0.0 -1.0665745219995393E-4 NULL NULL -48 0.0 48 1 89011 +13026 51 0.0 -1.0663288807001381E-4 NULL NULL -51 0.0 51 1 89011 +13062 12 0.0 -1.0633899862195683E-4 NULL NULL -12 0.0 12 1 89011 +13071 21 0.0 -1.062657792058756E-4 NULL NULL -21 0.0 21 1 89011 +13074 24 0.0 -1.0624139513538321E-4 NULL NULL -24 0.0 24 1 89011 +13078 28 0.0 -1.0620890044349289E-4 NULL NULL -28 0.0 28 1 89011 +13087 37 0.0 -1.0613586001375411E-4 NULL NULL -37 0.0 37 1 89011 +13092 42 0.0 -1.0609532538955087E-4 NULL NULL -42 0.0 42 1 89011 +13093 43 0.0 -1.0608722217979074E-4 NULL NULL -43 0.0 43 1 89011 +13117 67 0.0 -1.0589311580391858E-4 NULL NULL -67 0.0 67 1 89011 +13132 7 0.0 -1.057721596101127E-4 NULL NULL -7 0.0 7 1 89011 +13144 19 0.0 -1.0567559342665856E-4 NULL NULL -19 0.0 19 1 89011 +13153 28 0.0 -1.0560328442180491E-4 NULL NULL -28 0.0 28 1 89011 +13164 39 0.0 -1.0551504102096627E-4 NULL NULL -39 0.0 39 1 89011 +13169 44 0.0 -1.0547497911762472E-4 NULL NULL -44 0.0 44 1 89011 +13192 67 0.0 -1.052910855063675E-4 NULL NULL -67 0.0 67 1 89011 +13209 9 0.0 -1.0515557574381104E-4 NULL NULL -9 0.0 9 1 89011 +13221 21 0.0 -1.0506013160880418E-4 NULL NULL -21 0.0 21 1 89011 +13232 32 0.0 -1.0497279322853688E-4 NULL NULL -32 0.0 32 1 89011 +13253 53 0.0 -1.0480645891496266E-4 NULL NULL -53 0.0 53 1 89011 +13259 59 0.0 -1.0475903160117655E-4 NULL NULL -59 0.0 59 1 89011 +13271 71 0.0 -1.0466430562881471E-4 NULL NULL -71 0.0 71 1 89011 +13300 25 0.0 -1.044360902255639E-4 NULL NULL -25 0.0 25 1 89011 +13338 63 0.0 -1.0413855150697256E-4 NULL NULL -63 0.0 63 1 89011 +13347 72 0.0 -1.0406832996178917E-4 NULL NULL -72 0.0 72 1 89011 +13350 0 0.0 -1.0404494382022472E-4 NULL NULL 0 0.0 0 1 89011 +13352 2 0.0 -1.0402935889754344E-4 NULL NULL -2 0.0 2 1 89011 +13374 24 0.0 -1.0385823239120682E-4 NULL NULL -24 0.0 24 1 89011 +13383 33 0.0 -1.0378838825375477E-4 NULL NULL -33 2916.0 33 2 89012 +13387 37 0.0 -1.0375737655934862E-4 NULL NULL -37 0.0 37 1 89011 +13396 46 0.0 -1.0368766796058525E-4 NULL NULL -46 0.0 46 1 89011 +13404 54 0.0 -1.0362578334825425E-4 NULL NULL -54 0.0 54 1 89011 +13411 61 0.0 -1.035716948773395E-4 NULL NULL -61 0.0 61 1 89011 +13422 72 0.0 -1.0348681269557443E-4 NULL NULL -72 0.0 72 1 89011 +13436 11 0.0 -1.0337898183983328E-4 NULL NULL -11 0.0 11 1 89011 +13438 13 0.0 -1.0336359577318054E-4 NULL NULL -13 0.0 13 1 89011 +13439 14 0.0 -1.0335590445717688E-4 NULL NULL -14 0.0 14 1 89011 +13455 30 0.0 -1.032329988851728E-4 NULL NULL -30 0.0 30 1 89011 +13495 70 0.0 -1.0292701000370507E-4 NULL NULL -70 0.0 70 1 89011 +13539 39 0.0 -1.0259251052514956E-4 NULL NULL -39 0.0 39 1 89011 +13567 67 0.0 -1.0238077688508882E-4 NULL NULL -67 0.0 67 1 89011 +13589 14 0.0 -1.0221502685996026E-4 NULL NULL -14 0.0 14 1 89011 +13605 30 0.0 -1.0209481808158765E-4 NULL NULL -30 0.0 30 1 89011 +13612 37 0.0 -1.0204231560387894E-4 NULL NULL -37 0.0 37 1 89011 +13613 38 0.0 -1.0203481965768015E-4 NULL NULL -38 0.0 38 1 89011 +13638 63 0.0 -1.0184777826660801E-4 NULL NULL -63 0.0 63 1 89011 +13677 27 0.0 -1.0155735906997149E-4 NULL NULL -27 0.0 27 1 89011 +13678 28 0.0 -1.0154993420090656E-4 NULL NULL -28 0.0 28 1 89011 +13680 30 0.0 -1.0153508771929825E-4 NULL NULL -30 0.0 30 1 89011 +13684 34 0.0 -1.0150540777550424E-4 NULL NULL -34 0.0 34 1 89011 +13686 36 0.0 -1.0149057430951338E-4 NULL NULL -36 0.0 36 1 89011 +13701 51 0.0 -1.013794613531859E-4 NULL NULL -51 0.0 51 1 89011 +13710 60 0.0 -1.0131291028446389E-4 NULL NULL -60 0.0 60 1 89011 +13717 67 0.0 -1.0126120871910768E-4 NULL NULL -67 0.0 67 1 89011 +13720 70 0.0 -1.0123906705539358E-4 NULL NULL -70 0.0 70 1 89011 +13741 16 0.0 -1.010843461174587E-4 NULL NULL -16 625.0 16 2 89012 +13748 23 0.0 -1.0103287750945592E-4 NULL NULL -23 0.0 23 1 89011 +13752 27 0.0 -1.0100349040139616E-4 NULL NULL -27 0.0 27 1 89011 +13783 58 0.0 -1.0077631865341363E-4 NULL NULL -58 0.0 58 1 89011 +13800 0 0.0 -1.0065217391304348E-4 NULL NULL 0 0.0 0 1 89011 +13801 1 0.0 -1.0064488080573871E-4 NULL NULL -1 0.0 1 1 89011 +13802 2 0.0 -1.0063758875525286E-4 NULL NULL -2 0.0 2 1 89011 +13825 25 0.0 -1.0047016274864376E-4 NULL NULL -25 0.0 25 1 89011 +13833 33 0.0 -1.0041205812188246E-4 NULL NULL -33 0.0 33 1 89011 +13835 35 0.0 -1.0039754246476329E-4 NULL NULL -35 0.0 35 1 89011 +13893 18 0.0 -9.997840639170806E-5 NULL NULL -18 0.0 18 1 89011 +13909 34 0.0 -9.986339779998562E-5 NULL NULL -34 0.0 34 1 89011 +13941 66 0.0 -9.96341725844631E-5 NULL NULL -66 0.0 66 1 89011 +13947 72 0.0 -9.9591309959131E-5 NULL NULL -72 0.0 72 1 89011 +13953 3 0.0 -9.954848419694689E-5 NULL NULL -3 2162.25 3 2 89012 +13958 8 0.0 -9.951282418684626E-5 NULL NULL -8 0.0 8 1 89011 +13978 28 0.0 -9.937043926169695E-5 NULL NULL -28 0.0 28 1 89011 +13987 37 0.0 -9.930649889182813E-5 NULL NULL -37 0.0 37 1 89011 +13994 44 0.0 -9.925682435329427E-5 NULL NULL -44 0.0 44 1 89011 +14011 61 0.0 -9.91363928342017E-5 NULL NULL -61 0.0 61 1 89011 +14040 15 0.0 -9.893162393162393E-5 NULL NULL -15 0.0 15 1 89011 +14043 18 0.0 -9.89104892117069E-5 NULL NULL -18 0.0 18 1 89011 +14071 46 0.0 -9.871366640608343E-5 NULL NULL -46 0.0 46 1 89011 +14072 47 0.0 -9.87066515065378E-5 NULL NULL -47 0.0 47 1 89011 +14073 48 0.0 -9.86996376039224E-5 NULL NULL -48 0.0 48 1 89011 +14076 51 0.0 -9.867860187553282E-5 NULL NULL -51 0.0 51 1 89011 +14084 59 0.0 -9.862255041181483E-5 NULL NULL -59 0.0 59 1 89011 +14111 11 0.0 -9.843384593579477E-5 NULL NULL -11 0.0 11 1 89011 +14118 18 0.0 -9.838504037399065E-5 NULL NULL -18 0.0 18 1 89011 +14120 20 0.0 -9.837110481586402E-5 NULL NULL -20 0.0 20 1 89011 +14127 27 0.0 -9.832236143554896E-5 NULL NULL -27 0.0 27 1 89011 +14133 33 0.0 -9.828061982593929E-5 NULL NULL -33 0.0 33 1 89011 +14143 43 0.0 -9.821112918051333E-5 NULL NULL -43 0.0 43 1 89011 +14152 52 0.0 -9.814867156585641E-5 NULL NULL -52 0.0 52 1 89011 +14154 54 0.0 -9.813480288257736E-5 NULL NULL -54 0.0 54 1 89011 +14159 59 0.0 -9.810014831555901E-5 NULL NULL -59 0.0 59 1 89011 +14172 72 0.0 -9.801016088060965E-5 NULL NULL -72 0.0 72 1 89011 +14191 16 0.0 -9.78789373546614E-5 NULL NULL -16 0.0 16 1 89011 +14195 20 0.0 -9.785135611130679E-5 NULL NULL -20 0.0 20 1 89011 +14225 50 0.0 -9.764499121265377E-5 NULL NULL -50 0.0 50 1 89011 +14239 64 0.0 -9.754898518154365E-5 NULL NULL -64 0.0 64 1 89011 +14241 66 0.0 -9.753528544343796E-5 NULL NULL -66 0.0 66 1 89011 +14247 72 0.0 -9.749420930722258E-5 NULL NULL -72 0.0 72 1 89011 +14282 32 0.0 -9.725528637445735E-5 NULL NULL -32 0.0 32 1 89011 +14318 68 0.0 -9.701075569213577E-5 NULL NULL -68 0.0 68 1 89011 +14341 16 0.0 -9.685517049020292E-5 NULL NULL -16 0.0 16 1 89011 +14343 18 0.0 -9.684166492365614E-5 NULL NULL -18 0.0 18 1 89011 +14347 22 0.0 -9.681466508677772E-5 NULL NULL -22 0.0 22 1 89011 +14349 24 0.0 -9.68011708132971E-5 NULL NULL -24 0.0 24 1 89011 +14370 45 0.0 -9.665970772442588E-5 NULL NULL -45 0.0 45 1 89011 +14388 63 0.0 -9.653878231859883E-5 NULL NULL -63 0.0 63 1 89011 +14404 4 0.0 -9.643154679255763E-5 NULL NULL -4 0.0 4 1 89011 +14410 10 0.0 -9.639139486467731E-5 NULL NULL -10 0.0 10 1 89011 +14436 36 0.0 -9.621778886118039E-5 NULL NULL -36 0.0 36 1 89011 +14517 42 0.0 -9.5680925811118E-5 NULL NULL -42 0.0 42 1 89011 +14524 49 0.0 -9.563481134673643E-5 NULL NULL -49 0.0 49 1 89011 +14530 55 0.0 -9.559532002752925E-5 NULL NULL -55 0.0 55 1 89011 +14536 61 0.0 -9.55558613098514E-5 NULL NULL -61 0.0 61 1 89011 +14547 72 0.0 -9.548360486698288E-5 NULL NULL -72 0.0 72 1 89011 +14548 73 0.0 -9.54770415177344E-5 NULL NULL -73 0.0 73 1 89011 +14562 12 0.0 -9.53852492789452E-5 NULL NULL -12 0.0 12 1 89011 +14567 17 0.0 -9.53525090959017E-5 NULL NULL -17 0.0 17 1 89011 +14569 19 0.0 -9.533941931498387E-5 NULL NULL -19 0.0 19 1 89011 +14582 32 0.0 -9.525442326155534E-5 NULL NULL -32 0.0 32 1 89011 +14605 55 0.0 -9.510441629578912E-5 NULL NULL -55 0.0 55 1 89011 +14609 59 0.0 -9.507837634334998E-5 NULL NULL -59 0.0 59 1 89011 +14625 0 0.0 -9.497435897435898E-5 NULL NULL 0 0.0 0 1 89011 +14626 1 0.0 -9.496786544509778E-5 NULL NULL -1 0.0 1 1 89011 +14662 37 0.0 -9.47346883099168E-5 NULL NULL -37 0.0 37 1 89011 +14685 60 0.0 -9.458631256384066E-5 NULL NULL -60 0.0 60 1 89011 +14689 64 0.0 -9.456055551773435E-5 NULL NULL -64 0.0 64 1 89011 +14694 69 0.0 -9.452837893017558E-5 NULL NULL -69 3025.0 69 2 89012 +14709 9 0.0 -9.443198042015093E-5 NULL NULL -9 0.0 9 1 89011 +14744 44 0.0 -9.42078133478025E-5 NULL NULL -44 0.0 44 1 89011 +14751 51 0.0 -9.416310758592637E-5 NULL NULL -51 0.0 51 1 89011 +14761 61 0.0 -9.40993157645146E-5 NULL NULL -61 0.0 61 1 89011 +14778 3 0.0 -9.399106780349168E-5 NULL NULL -3 0.0 3 1 89011 +14785 10 0.0 -9.39465674670274E-5 NULL NULL -10 0.0 10 1 89011 +14806 31 0.0 -9.381331892476024E-5 NULL NULL -31 0.0 31 1 89011 +14809 34 0.0 -9.379431426835033E-5 NULL NULL -34 0.0 34 1 89011 +14821 46 0.0 -9.371837257944809E-5 NULL NULL -46 0.0 46 1 89011 +14822 47 0.0 -9.371204965591688E-5 NULL NULL -47 0.0 47 1 89011 +14848 73 0.0 -9.35479525862069E-5 NULL NULL -73 0.0 73 1 89011 +14854 4 0.0 -9.351016561195638E-5 NULL NULL -4 0.0 4 1 89011 +14872 22 0.0 -9.339698762775686E-5 NULL NULL -22 0.0 22 1 89011 +14889 39 0.0 -9.329034857948821E-5 NULL NULL -39 0.0 39 1 89011 +14899 49 0.0 -9.32277334049265E-5 NULL NULL -49 0.0 49 1 89011 +14900 50 0.0 -9.322147651006712E-5 NULL NULL -50 0.0 50 1 89011 +14907 57 0.0 -9.317770175085531E-5 NULL NULL -57 225.0 57 2 89012 +14909 59 0.0 -9.316520222684285E-5 NULL NULL -59 0.0 59 1 89011 +14921 71 0.0 -9.309027545070706E-5 NULL NULL -71 0.0 71 1 89011 +14933 8 0.0 -9.30154690952923E-5 NULL NULL -8 0.0 8 1 89011 +14965 40 0.0 -9.281657200133645E-5 NULL NULL -40 0.0 40 1 89011 +14966 41 0.0 -9.281037017239075E-5 NULL NULL -41 0.0 41 1 89011 +14974 49 0.0 -9.276078536129291E-5 NULL NULL -49 0.0 49 1 89011 +14985 60 0.0 -9.269269269269269E-5 NULL NULL -60 36.0 60 2 89012 +15006 6 0.0 -9.256297481007597E-5 NULL NULL -6 0.0 6 1 89011 +15007 7 0.0 -9.255680682348237E-5 NULL NULL -7 0.0 7 1 89011 +15012 12 0.0 -9.25259792166267E-5 NULL NULL -12 0.0 12 1 89011 +15013 13 0.0 -9.251981615932858E-5 NULL NULL -13 0.0 13 1 89011 +15014 14 0.0 -9.25136539230052E-5 NULL NULL -14 0.0 14 1 89011 +15035 35 0.0 -9.238443631526438E-5 NULL NULL -35 0.0 35 1 89011 +15038 38 0.0 -9.236600611783483E-5 NULL NULL -38 0.0 38 1 89011 +15061 61 0.0 -9.222495186242614E-5 NULL NULL -61 0.0 61 1 89011 +15065 65 0.0 -9.22004646531696E-5 NULL NULL -65 0.0 65 1 89011 +15071 71 0.0 -9.216375821113397E-5 NULL NULL -71 0.0 71 1 89011 +15082 7 0.0 -9.209653892056756E-5 NULL NULL -7 0.0 7 1 89011 +15091 16 0.0 -9.204161420714332E-5 NULL NULL -16 0.0 16 1 89011 +15092 17 0.0 -9.203551550490326E-5 NULL NULL -17 0.0 17 1 89011 +15101 26 0.0 -9.19806635322164E-5 NULL NULL -26 0.0 26 1 89011 +15103 28 0.0 -9.196848308283122E-5 NULL NULL -28 0.0 28 1 89011 +15111 36 0.0 -9.19197935278936E-5 NULL NULL -36 0.0 36 1 89011 +15112 37 0.0 -9.191371095817894E-5 NULL NULL -37 0.0 37 1 89011 +15119 44 0.0 -9.187115549970236E-5 NULL NULL -44 0.0 44 1 89011 +15143 68 0.0 -9.172554975896454E-5 NULL NULL -68 0.0 68 1 89011 +15148 73 0.0 -9.169527330340639E-5 NULL NULL -73 0.0 73 1 89011 +15153 3 0.0 -9.166501682835082E-5 NULL NULL -3 0.0 3 1 89011 +15169 19 0.0 -9.156833014701034E-5 NULL NULL -19 0.0 19 1 89011 +15180 30 0.0 -9.150197628458498E-5 NULL NULL -30 0.0 30 1 89011 +15188 38 0.0 -9.145377929944693E-5 NULL NULL -38 0.0 38 1 89011 +15193 43 0.0 -9.142368195879682E-5 NULL NULL -43 0.0 43 1 89011 +15198 48 0.0 -9.139360442163443E-5 NULL NULL -48 0.0 48 1 89011 +15223 73 0.0 -9.124351310516981E-5 NULL NULL -73 0.0 73 1 89011 +15227 2 0.0 -9.121954423064294E-5 NULL NULL -2 0.0 2 1 89011 +15232 7 0.0 -9.118960084033614E-5 NULL NULL -7 0.0 7 1 89011 +15234 9 0.0 -9.117762898779047E-5 NULL NULL -9 0.0 9 1 89011 +15242 17 0.0 -9.112977299566986E-5 NULL NULL -17 400.0 17 2 89012 +15254 29 0.0 -9.105808312573752E-5 NULL NULL -29 0.0 29 1 89011 +15275 50 0.0 -9.09328968903437E-5 NULL NULL -50 0.0 50 1 89011 +15277 52 0.0 -9.092099234142829E-5 NULL NULL -52 0.0 52 1 89011 +15278 53 0.0 -9.091504123576385E-5 NULL NULL -53 0.0 53 1 89011 +15296 71 0.0 -9.080805439330544E-5 NULL NULL -71 0.0 71 1 89011 +15298 73 0.0 -9.079618250751732E-5 NULL NULL -73 0.0 73 1 89011 +15313 13 0.0 -9.070724221249919E-5 NULL NULL -13 0.0 13 1 89011 +15324 24 0.0 -9.064212999216915E-5 NULL NULL -24 0.0 24 1 89011 +15325 25 0.0 -9.063621533442089E-5 NULL NULL -25 0.0 25 1 89011 +15328 28 0.0 -9.061847599164927E-5 NULL NULL -28 0.0 28 1 89011 +15340 40 0.0 -9.054758800521513E-5 NULL NULL -40 0.0 40 1 89011 +15369 69 0.0 -9.037673238336912E-5 NULL NULL -69 0.0 69 1 89011 +15375 0 0.0 -9.034146341463415E-5 NULL NULL 0 0.0 0 1 89011 +15401 26 0.0 -9.018894876956042E-5 NULL NULL -26 0.0 26 1 89011 +15416 41 0.0 -9.010119356512714E-5 NULL NULL -41 0.0 41 1 89011 +15417 42 0.0 -9.009534928974509E-5 NULL NULL -42 0.0 42 1 89011 +15423 48 0.0 -9.006029955261622E-5 NULL NULL -48 0.0 48 1 89011 +15429 54 0.0 -9.002527707563679E-5 NULL NULL -54 0.0 54 1 89011 +15436 61 0.0 -8.998445193055195E-5 NULL NULL -61 0.0 61 1 89011 +15443 68 0.0 -8.994366379589458E-5 NULL NULL -68 0.0 68 1 89011 +15456 6 0.0 -8.986801242236025E-5 NULL NULL -6 0.0 6 1 89011 +15509 59 0.0 -8.956090012250952E-5 NULL NULL -59 0.0 59 1 89011 +15512 62 0.0 -8.95435791645178E-5 NULL NULL -62 0.0 62 1 89011 +15516 66 0.0 -8.952049497293117E-5 NULL NULL -66 0.0 66 1 89011 +15523 73 0.0 -8.948012626425304E-5 NULL NULL -73 0.0 73 1 89011 +15541 16 0.0 -8.937648799948523E-5 NULL NULL -16 0.0 16 1 89011 +15545 20 0.0 -8.93534898681248E-5 NULL NULL -20 0.0 20 1 89011 +15548 23 0.0 -8.933624903524569E-5 NULL NULL -23 0.0 23 1 89011 +15549 24 0.0 -8.933050356936138E-5 NULL NULL -24 0.0 24 1 89011 +15551 26 0.0 -8.93190148543502E-5 NULL NULL -26 0.0 26 1 89011 +15588 63 0.0 -8.910700538876059E-5 NULL NULL -63 0.0 63 1 89011 +15593 68 0.0 -8.907843263002629E-5 NULL NULL -68 0.0 68 1 89011 +15602 2 0.0 -8.902704781438277E-5 NULL NULL -2 0.0 2 1 89011 +15605 5 0.0 -8.900993271387376E-5 NULL NULL -5 0.0 5 1 89011 +15609 9 0.0 -8.89871228137613E-5 NULL NULL -9 0.0 9 1 89011 +15616 16 0.0 -8.894723360655738E-5 NULL NULL -16 0.0 16 1 89011 +15620 20 0.0 -8.892445582586428E-5 NULL NULL -20 0.0 20 1 89011 +15625 25 0.0 -8.8896E-5 NULL NULL -25 0.0 25 1 89011 +15626 26 0.0 -8.889031102009471E-5 NULL NULL -26 0.0 26 1 89011 +15646 46 0.0 -8.877668413652051E-5 NULL NULL -46 0.0 46 1 89011 +15655 55 0.0 -8.872564675822421E-5 NULL NULL -55 0.0 55 1 89011 +15668 68 0.0 -8.865202961450089E-5 NULL NULL -68 0.0 68 1 89011 +15678 3 0.0 -8.859548411787218E-5 NULL NULL -3 0.0 3 1 89011 +15694 19 0.0 -8.8505161208105E-5 NULL NULL -19 0.0 19 1 89011 +15699 24 0.0 -8.847697305560863E-5 NULL NULL -24 0.0 24 1 89011 +15705 30 0.0 -8.844317096466093E-5 NULL NULL -30 0.0 30 1 89011 +15707 32 0.0 -8.843190933978481E-5 NULL NULL -32 0.0 32 1 89011 +15717 42 0.0 -8.837564420690972E-5 NULL NULL -42 0.0 42 1 89011 +15726 51 0.0 -8.8325066768409E-5 NULL NULL -51 0.0 51 1 89011 +15745 70 0.0 -8.821848205779612E-5 NULL NULL -70 0.0 70 1 89011 +15749 74 0.0 -8.819607594132961E-5 NULL NULL -74 0.0 74 1 89011 +15752 2 0.0 -8.817927882173692E-5 NULL NULL -2 0.0 2 1 89011 +15754 4 0.0 -8.81680842960518E-5 NULL NULL -4 0.0 4 1 89011 +15764 14 0.0 -8.811215427556457E-5 NULL NULL -14 0.0 14 1 89011 +15769 19 0.0 -8.808421586657366E-5 NULL NULL -19 0.0 19 1 89011 +15827 2 0.0 -8.776142035761673E-5 NULL NULL -2 0.0 2 1 89011 +15841 16 0.0 -8.768385834227637E-5 NULL NULL -16 0.0 16 1 89011 +15861 36 0.0 -8.757329298278797E-5 NULL NULL -36 0.0 36 1 89011 +15890 65 0.0 -8.741346758967904E-5 NULL NULL -65 0.0 65 1 89011 +15909 9 0.0 -8.730907033754479E-5 NULL NULL -9 0.0 9 1 89011 +15921 21 0.0 -8.724326361409459E-5 NULL NULL -21 0.0 21 1 89011 +15932 32 0.0 -8.718302786844088E-5 NULL NULL -32 0.0 32 1 89011 +15933 33 0.0 -8.717755601581623E-5 NULL NULL -33 0.0 33 1 89011 +15956 56 0.0 -8.705189270493858E-5 NULL NULL -56 0.0 56 1 89011 +15958 58 0.0 -8.704098257927059E-5 NULL NULL -58 0.0 58 1 89011 +15965 65 0.0 -8.70028186658315E-5 NULL NULL -65 0.0 65 1 89011 +15969 69 0.0 -8.698102573736615E-5 NULL NULL -69 0.0 69 1 89011 +15973 73 0.0 -8.695924372378389E-5 NULL NULL -73 0.0 73 1 89011 +15985 10 0.0 -8.689396309039725E-5 NULL NULL -10 0.0 10 1 89011 +16030 55 0.0 -8.665003119151591E-5 NULL NULL -55 0.0 55 1 89011 +16036 61 0.0 -8.661761037665253E-5 NULL NULL -61 0.0 61 1 89011 +16045 70 0.0 -8.656902461826114E-5 NULL NULL -70 0.0 70 1 89011 +16055 5 0.0 -8.651510432886951E-5 NULL NULL -5 0.0 5 1 89011 +16056 6 0.0 -8.650971599402093E-5 NULL NULL -6 0.0 6 1 89011 +16069 19 0.0 -8.643972867011015E-5 NULL NULL -19 0.0 19 1 89011 +16070 20 0.0 -8.643434971997511E-5 NULL NULL -20 0.0 20 1 89011 +16096 46 0.0 -8.629473161033797E-5 NULL NULL -46 342.25 46 2 89012 +16125 0 0.0 -8.613953488372093E-5 NULL NULL 0 0.0 0 1 89011 +16127 2 0.0 -8.612885223538166E-5 NULL NULL -2 0.0 2 1 89011 +16146 21 0.0 -8.602749907097733E-5 NULL NULL -21 0.0 21 1 89011 +16165 40 0.0 -8.59263841633158E-5 NULL NULL -40 0.0 40 1 89011 +16174 49 0.0 -8.587857054531965E-5 NULL NULL -49 0.0 49 1 89011 +16178 53 0.0 -8.585733712449006E-5 NULL NULL -53 0.0 53 1 89011 +16189 64 0.0 -8.579899932052628E-5 NULL NULL -64 306.25 64 2 89012 +16191 66 0.0 -8.578840096349824E-5 NULL NULL -66 0.0 66 1 89011 +16212 12 0.0 -8.567727609178386E-5 NULL NULL -12 0.0 12 1 89011 +16219 19 0.0 -8.564029841543868E-5 NULL NULL -19 0.0 19 1 89011 +16227 27 0.0 -8.559807727860973E-5 NULL NULL -27 0.0 27 1 89011 +16228 28 0.0 -8.559280256347055E-5 NULL NULL -28 0.0 28 1 89011 +16232 32 0.0 -8.557171020206999E-5 NULL NULL -32 306.25 32 2 89012 +16238 38 0.0 -8.554009114422959E-5 NULL NULL -38 0.0 38 1 89011 +16240 40 0.0 -8.552955665024631E-5 NULL NULL -40 0.0 40 1 89011 +16270 70 0.0 -8.537185003073141E-5 NULL NULL -70 0.0 70 1 89011 +16274 74 0.0 -8.535086641268281E-5 NULL NULL -74 0.0 74 1 89011 +16276 1 0.0 -8.534037847136889E-5 NULL NULL -1 0.0 1 1 89011 +16278 3 0.0 -8.532989310726133E-5 NULL NULL -3 0.0 3 1 89011 +16279 4 0.0 -8.53246513913631E-5 NULL NULL -4 0.0 4 1 89011 +16280 5 0.0 -8.531941031941033E-5 NULL NULL -5 0.0 5 1 89011 +16282 7 0.0 -8.530893010686648E-5 NULL NULL -7 0.0 7 1 89011 +16285 10 0.0 -8.529321461467609E-5 NULL NULL -10 0.0 10 1 89011 +16298 23 0.0 -8.522518100380415E-5 NULL NULL -23 0.0 23 1 89011 +16319 44 0.0 -8.511550952877014E-5 NULL NULL -44 0.0 44 1 89011 +16337 62 0.0 -8.502172981575565E-5 NULL NULL -62 0.0 62 1 89011 +16338 63 0.0 -8.501652589056188E-5 NULL NULL -63 0.0 63 1 89011 +16352 2 0.0 -8.494373776908023E-5 NULL NULL -2 0.0 2 1 89011 +16368 18 0.0 -8.486070381231672E-5 NULL NULL -18 0.0 18 1 89011 +16370 20 0.0 -8.485033598045205E-5 NULL NULL -20 0.0 20 1 89011 +WARNING: Comparing a bigint and a double may result in a loss of precision. +WARNING: Comparing a bigint and a double may result in a loss of precision. +PREHOOK: query: -- TargetTypeClasses: Long, Double, Timestamp +-- Functions: Var, Count, Sum, VarP, StDevP +-- ArithmeticOps: Multiply, Add, Subtract, Remainder +-- FilterOps: GreaterThan, LessThan, Equal, LessThanOrEqual, GreaterThanOrEqual +-- GroupBy: GroupBy +EXPLAIN SELECT cdouble, + VAR_SAMP(cdouble), + (2563.58 * VAR_SAMP(cdouble)), + (-(VAR_SAMP(cdouble))), + COUNT(cfloat), + ((2563.58 * VAR_SAMP(cdouble)) + -5638.15), + ((-(VAR_SAMP(cdouble))) * ((2563.58 * VAR_SAMP(cdouble)) + -5638.15)), + SUM(cfloat), + VAR_POP(cdouble), + (cdouble - (-(VAR_SAMP(cdouble)))), + STDDEV_POP(cdouble), + (cdouble + VAR_SAMP(cdouble)), + (cdouble * 762), + SUM(cdouble), + (-863.257 % (cdouble * 762)), + SUM(cdouble) +FROM alltypesorc +WHERE (((cdouble > 2563.58)) + AND (((cbigint >= cint) + AND ((csmallint < cint) + AND (cfloat < -5638.15))) + OR (2563.58 = ctinyint) + OR ((cdouble <= cbigint) + AND (-5638.15 > cbigint)))) +GROUP BY cdouble +ORDER BY cdouble +PREHOOK: type: QUERY +POSTHOOK: query: -- TargetTypeClasses: Long, Double, Timestamp +-- Functions: Var, Count, Sum, VarP, StDevP +-- ArithmeticOps: Multiply, Add, Subtract, Remainder +-- FilterOps: GreaterThan, LessThan, Equal, LessThanOrEqual, GreaterThanOrEqual +-- GroupBy: GroupBy +EXPLAIN SELECT cdouble, + VAR_SAMP(cdouble), + (2563.58 * VAR_SAMP(cdouble)), + (-(VAR_SAMP(cdouble))), + COUNT(cfloat), + ((2563.58 * VAR_SAMP(cdouble)) + -5638.15), + ((-(VAR_SAMP(cdouble))) * ((2563.58 * VAR_SAMP(cdouble)) + -5638.15)), + SUM(cfloat), + VAR_POP(cdouble), + (cdouble - (-(VAR_SAMP(cdouble)))), + STDDEV_POP(cdouble), + (cdouble + VAR_SAMP(cdouble)), + (cdouble * 762), + SUM(cdouble), + (-863.257 % (cdouble * 762)), + SUM(cdouble) +FROM alltypesorc +WHERE (((cdouble > 2563.58)) + AND (((cbigint >= cint) + AND ((csmallint < cint) + AND (cfloat < -5638.15))) + OR (2563.58 = ctinyint) + OR ((cdouble <= cbigint) + AND (-5638.15 > cbigint)))) +GROUP BY cdouble +ORDER BY cdouble +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) + Reducer 3 <- Reducer 2 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 13472 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: ((cdouble > 2563.58) and ((((cbigint >= cint) and ((csmallint < cint) and (cfloat < (- 5638.15)))) or false) or ((cdouble <= cbigint) and ((- 5638.15) > cbigint)))) (type: boolean) + Statistics: Num rows: 2909 Data size: 81456 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: cdouble (type: double), cfloat (type: float) + outputColumnNames: cdouble, cfloat + Statistics: Num rows: 2909 Data size: 81456 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: var_samp(cdouble), count(cfloat), sum(cfloat), var_pop(cdouble), stddev_pop(cdouble), sum(cdouble) + keys: cdouble (type: double) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6 + Statistics: Num rows: 2909 Data size: 81456 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: double) + sort order: + + Map-reduce partition columns: _col0 (type: double) + Statistics: Num rows: 2909 Data size: 81456 Basic stats: COMPLETE Column stats: NONE + value expressions: _col1 (type: struct), _col2 (type: bigint), _col3 (type: double), _col4 (type: struct), _col5 (type: struct), _col6 (type: double) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Group By Operator + aggregations: var_samp(VALUE._col0), count(VALUE._col1), sum(VALUE._col2), var_pop(VALUE._col3), stddev_pop(VALUE._col4), sum(VALUE._col5) + keys: KEY._col0 (type: double) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6 + Statistics: Num rows: 1454 Data size: 40713 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: double), _col1 (type: double), _col5 (type: double), (_col0 + _col1) (type: double), (_col0 * 762) (type: double), _col6 (type: double), ((- 863.257) % (_col0 * 762)) (type: double), (2563.58 * _col1) (type: double), (- _col1) (type: double), _col2 (type: bigint), ((2563.58 * _col1) + (- 5638.15)) (type: double), ((- _col1) * ((2563.58 * _col1) + (- 5638.15))) (type: double), _col3 (type: double), _col4 (type: double), (_col0 - (- _col1)) (type: double) + outputColumnNames: _col0, _col1, _col10, _col11, _col12, _col13, _col14, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9 + Statistics: Num rows: 1454 Data size: 40713 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: double) + sort order: + + Statistics: Num rows: 1454 Data size: 40713 Basic stats: COMPLETE Column stats: NONE + value expressions: _col1 (type: double), _col2 (type: double), _col3 (type: double), _col4 (type: bigint), _col5 (type: double), _col6 (type: double), _col7 (type: double), _col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 (type: double), _col12 (type: double), _col13 (type: double), _col14 (type: double) + Reducer 3 + Reduce Operator Tree: + Select Operator + expressions: KEY.reducesinkkey0 (type: double), VALUE._col0 (type: double), VALUE._col1 (type: double), VALUE._col2 (type: double), VALUE._col3 (type: bigint), VALUE._col4 (type: double), VALUE._col5 (type: double), VALUE._col6 (type: double), VALUE._col7 (type: double), VALUE._col8 (type: double), VALUE._col9 (type: double), VALUE._col10 (type: double), VALUE._col11 (type: double), VALUE._col12 (type: double), VALUE._col13 (type: double), VALUE._col12 (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15 + Statistics: Num rows: 1454 Data size: 40713 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 1454 Data size: 40713 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + Execution mode: vectorized + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +WARNING: Comparing a bigint and a double may result in a loss of precision. +WARNING: Comparing a bigint and a double may result in a loss of precision. +PREHOOK: query: SELECT cdouble, + VAR_SAMP(cdouble), + (2563.58 * VAR_SAMP(cdouble)), + (-(VAR_SAMP(cdouble))), + COUNT(cfloat), + ((2563.58 * VAR_SAMP(cdouble)) + -5638.15), + ((-(VAR_SAMP(cdouble))) * ((2563.58 * VAR_SAMP(cdouble)) + -5638.15)), + SUM(cfloat), + VAR_POP(cdouble), + (cdouble - (-(VAR_SAMP(cdouble)))), + STDDEV_POP(cdouble), + (cdouble + VAR_SAMP(cdouble)), + (cdouble * 762), + SUM(cdouble), + (-863.257 % (cdouble * 762)), + SUM(cdouble) +FROM alltypesorc +WHERE (((cdouble > 2563.58)) + AND (((cbigint >= cint) + AND ((csmallint < cint) + AND (cfloat < -5638.15))) + OR (2563.58 = ctinyint) + OR ((cdouble <= cbigint) + AND (-5638.15 > cbigint)))) +GROUP BY cdouble +ORDER BY cdouble +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT cdouble, + VAR_SAMP(cdouble), + (2563.58 * VAR_SAMP(cdouble)), + (-(VAR_SAMP(cdouble))), + COUNT(cfloat), + ((2563.58 * VAR_SAMP(cdouble)) + -5638.15), + ((-(VAR_SAMP(cdouble))) * ((2563.58 * VAR_SAMP(cdouble)) + -5638.15)), + SUM(cfloat), + VAR_POP(cdouble), + (cdouble - (-(VAR_SAMP(cdouble)))), + STDDEV_POP(cdouble), + (cdouble + VAR_SAMP(cdouble)), + (cdouble * 762), + SUM(cdouble), + (-863.257 % (cdouble * 762)), + SUM(cdouble) +FROM alltypesorc +WHERE (((cdouble > 2563.58)) + AND (((cbigint >= cint) + AND ((csmallint < cint) + AND (cfloat < -5638.15))) + OR (2563.58 = ctinyint) + OR ((cdouble <= cbigint) + AND (-5638.15 > cbigint)))) +GROUP BY cdouble +ORDER BY cdouble +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +PREHOOK: query: -- TargetTypeClasses: Bool, Timestamp, String, Double, Long +-- Functions: StDevP, Avg, Count, Min, Var, VarP, Sum +-- ArithmeticOps: Multiply, Subtract, Add, Divide, Remainder +-- FilterOps: NotEqual, LessThan, Like, Equal, RLike +-- GroupBy: GroupBy +EXPLAIN SELECT ctimestamp1, + cstring1, + STDDEV_POP(cint), + (STDDEV_POP(cint) * 10.175), + (-(STDDEV_POP(cint))), + AVG(csmallint), + (-(STDDEV_POP(cint))), + (-26.28 - STDDEV_POP(cint)), + COUNT(*), + (-(COUNT(*))), + ((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))), + MIN(ctinyint), + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*)))), + (-((STDDEV_POP(cint) * 10.175))), + VAR_SAMP(csmallint), + (VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))), + (-((-(STDDEV_POP(cint))))), + ((-(COUNT(*))) / STDDEV_POP(cint)), + VAR_POP(cfloat), + (10.175 / AVG(csmallint)), + AVG(cint), + VAR_SAMP(cfloat), + ((VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) - (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))), + (-((-((STDDEV_POP(cint) * 10.175))))), + AVG(cfloat), + (((VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) - (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) * 10.175), + (10.175 % (10.175 / AVG(csmallint))), + (-(MIN(ctinyint))), + MIN(cdouble), + VAR_POP(csmallint), + (-(((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))))), + ((-(STDDEV_POP(cint))) % AVG(cfloat)), + (-26.28 / (-(MIN(ctinyint)))), + STDDEV_POP(ctinyint), + SUM(cint), + ((VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) / VAR_POP(cfloat)), + (-((-(COUNT(*))))), + COUNT(*), + ((VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) % -26.28) +FROM alltypesorc +WHERE (((ctimestamp1 != 0)) + AND ((((-257 != ctinyint) + AND (cboolean2 IS NOT NULL)) + AND ((cstring1 RLIKE '.*ss') + AND (-10669 < ctimestamp1))) + OR (ctimestamp2 = -10669) + OR ((ctimestamp1 < 0) + AND (cstring2 LIKE '%b%')) + OR (cdouble = cint) + OR ((cboolean1 IS NULL) + AND (cfloat < cint)))) +GROUP BY ctimestamp1, cstring1 +PREHOOK: type: QUERY +POSTHOOK: query: -- TargetTypeClasses: Bool, Timestamp, String, Double, Long +-- Functions: StDevP, Avg, Count, Min, Var, VarP, Sum +-- ArithmeticOps: Multiply, Subtract, Add, Divide, Remainder +-- FilterOps: NotEqual, LessThan, Like, Equal, RLike +-- GroupBy: GroupBy +EXPLAIN SELECT ctimestamp1, + cstring1, + STDDEV_POP(cint), + (STDDEV_POP(cint) * 10.175), + (-(STDDEV_POP(cint))), + AVG(csmallint), + (-(STDDEV_POP(cint))), + (-26.28 - STDDEV_POP(cint)), + COUNT(*), + (-(COUNT(*))), + ((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))), + MIN(ctinyint), + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*)))), + (-((STDDEV_POP(cint) * 10.175))), + VAR_SAMP(csmallint), + (VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))), + (-((-(STDDEV_POP(cint))))), + ((-(COUNT(*))) / STDDEV_POP(cint)), + VAR_POP(cfloat), + (10.175 / AVG(csmallint)), + AVG(cint), + VAR_SAMP(cfloat), + ((VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) - (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))), + (-((-((STDDEV_POP(cint) * 10.175))))), + AVG(cfloat), + (((VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) - (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) * 10.175), + (10.175 % (10.175 / AVG(csmallint))), + (-(MIN(ctinyint))), + MIN(cdouble), + VAR_POP(csmallint), + (-(((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))))), + ((-(STDDEV_POP(cint))) % AVG(cfloat)), + (-26.28 / (-(MIN(ctinyint)))), + STDDEV_POP(ctinyint), + SUM(cint), + ((VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) / VAR_POP(cfloat)), + (-((-(COUNT(*))))), + COUNT(*), + ((VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) % -26.28) +FROM alltypesorc +WHERE (((ctimestamp1 != 0)) + AND ((((-257 != ctinyint) + AND (cboolean2 IS NOT NULL)) + AND ((cstring1 RLIKE '.*ss') + AND (-10669 < ctimestamp1))) + OR (ctimestamp2 = -10669) + OR ((ctimestamp1 < 0) + AND (cstring2 LIKE '%b%')) + OR (cdouble = cint) + OR ((cboolean1 IS NULL) + AND (cfloat < cint)))) +GROUP BY ctimestamp1, cstring1 +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 1209 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: ((ctimestamp1 <> 0) and ((((((((- 257) <> ctinyint) and cboolean2 is not null) and ((cstring1 rlike '.*ss') and ((- 10669) < ctimestamp1))) or (ctimestamp2 = (- 10669))) or ((ctimestamp1 < 0) and (cstring2 like '%b%'))) or (cdouble = cint)) or (cboolean1 is null and (cfloat < cint)))) (type: boolean) + Statistics: Num rows: 1209 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: ctimestamp1 (type: timestamp), cstring1 (type: string), cint (type: int), csmallint (type: smallint), ctinyint (type: tinyint), cfloat (type: float), cdouble (type: double) + outputColumnNames: ctimestamp1, cstring1, cint, csmallint, ctinyint, cfloat, cdouble + Statistics: Num rows: 1209 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: stddev_pop(cint), avg(csmallint), count(), min(ctinyint), var_samp(csmallint), var_pop(cfloat), avg(cint), var_samp(cfloat), avg(cfloat), min(cdouble), var_pop(csmallint), stddev_pop(ctinyint), sum(cint) + keys: ctimestamp1 (type: timestamp), cstring1 (type: string) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14 + Statistics: Num rows: 1209 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: timestamp), _col1 (type: string) + sort order: ++ + Map-reduce partition columns: _col0 (type: timestamp), _col1 (type: string) + Statistics: Num rows: 1209 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + value expressions: _col2 (type: struct), _col3 (type: struct), _col4 (type: bigint), _col5 (type: tinyint), _col6 (type: struct), _col7 (type: struct), _col8 (type: struct), _col9 (type: struct), _col10 (type: struct), _col11 (type: double), _col12 (type: struct), _col13 (type: struct), _col14 (type: bigint) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Group By Operator + aggregations: stddev_pop(VALUE._col0), avg(VALUE._col1), count(VALUE._col2), min(VALUE._col3), var_samp(VALUE._col4), var_pop(VALUE._col5), avg(VALUE._col6), var_samp(VALUE._col7), avg(VALUE._col8), min(VALUE._col9), var_pop(VALUE._col10), stddev_pop(VALUE._col11), sum(VALUE._col12) + keys: KEY._col0 (type: timestamp), KEY._col1 (type: string) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14 + Statistics: Num rows: 604 Data size: 188462 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: timestamp), _col1 (type: string), _col2 (type: double), (_col2 * 10.175) (type: double), (- _col2) (type: double), _col3 (type: double), (- _col2) (type: double), ((- 26.28) - _col2) (type: double), _col4 (type: bigint), (- _col4) (type: bigint), (((- 26.28) - _col2) * (- _col2)) (type: double), _col5 (type: tinyint), ((((- 26.28) - _col2) * (- _col2)) * (- _col4)) (type: double), (- (_col2 * 10.175)) (type: double), _col6 (type: double), (_col6 + ((((- 26.28) - _col2) * (- _col2)) * (- _col4))) (type: double), (- (- _col2)) (type: double), ((- _col4) / _col2) (type: double), _col7 (type: double), (10.175 / _col3) (type: double), _col8 (type: double), _col9 (type: double), ((_col6 + ((((- 26.28) - _col2) * (- _col2)) * (- _col4))) - ((((- 26.28) - _col2) * (- _col2)) * (- _col4))) (type: double), (- (- (_col2 * 10.175))) (type: double), _col10 (type: double), (((_col6 + ((((- 26.28) - _col2) * (- _col2)) * (- _col4))) - ((((- 26.28) - _col2) * (- _col2)) * (- _col4))) * 10.175) (type: double), (10.175 % (10.175 / _col3)) (type: double), (- _col5) (type: tinyint), _col11 (type: double), _col12 (type: double), (- (((- 26.28) - _col2) * (- _col2))) (type: double), ((- _col2) % _col10) (type: double), ((- 26.28) / (- _col5)) (type: double), _col13 (type: double), _col14 (type: bigint), ((_col6 + ((((- 26.28) - _col2) * (- _col2)) * (- _col4))) / _col7) (type: double), (- (- _col4)) (type: bigint), _col4 (type: bigint), ((_col6 + ((((- 26.28) - _col2) * (- _col2)) * (- _col4))) % (- 26.28)) (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20, _col21, _col22, _col23, _col24, _col25, _col26, _col27, _col28, _col29, _col30, _col31, _col32, _col33, _col34, _col35, _col36, _col37, _col38 + Statistics: Num rows: 604 Data size: 188462 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 604 Data size: 188462 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +PREHOOK: query: SELECT ctimestamp1, + cstring1, + STDDEV_POP(cint), + (STDDEV_POP(cint) * 10.175), + (-(STDDEV_POP(cint))), + AVG(csmallint), + (-(STDDEV_POP(cint))), + (-26.28 - STDDEV_POP(cint)), + COUNT(*), + (-(COUNT(*))), + ((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))), + MIN(ctinyint), + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*)))), + (-((STDDEV_POP(cint) * 10.175))), + VAR_SAMP(csmallint), + (VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))), + (-((-(STDDEV_POP(cint))))), + ((-(COUNT(*))) / STDDEV_POP(cint)), + VAR_POP(cfloat), + (10.175 / AVG(csmallint)), + AVG(cint), + VAR_SAMP(cfloat), + ((VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) - (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))), + (-((-((STDDEV_POP(cint) * 10.175))))), + AVG(cfloat), + (((VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) - (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) * 10.175), + (10.175 % (10.175 / AVG(csmallint))), + (-(MIN(ctinyint))), + MIN(cdouble), + VAR_POP(csmallint), + (-(((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))))), + ((-(STDDEV_POP(cint))) % AVG(cfloat)), + (-26.28 / (-(MIN(ctinyint)))), + STDDEV_POP(ctinyint), + SUM(cint), + ((VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) / VAR_POP(cfloat)), + (-((-(COUNT(*))))), + COUNT(*), + ((VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) % -26.28) +FROM alltypesorc +WHERE (((ctimestamp1 != 0)) + AND ((((-257 != ctinyint) + AND (cboolean2 IS NOT NULL)) + AND ((cstring1 RLIKE '.*ss') + AND (-10669 < ctimestamp1))) + OR (ctimestamp2 = -10669) + OR ((ctimestamp1 < 0) + AND (cstring2 LIKE '%b%')) + OR (cdouble = cint) + OR ((cboolean1 IS NULL) + AND (cfloat < cint)))) +GROUP BY ctimestamp1, cstring1 +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT ctimestamp1, + cstring1, + STDDEV_POP(cint), + (STDDEV_POP(cint) * 10.175), + (-(STDDEV_POP(cint))), + AVG(csmallint), + (-(STDDEV_POP(cint))), + (-26.28 - STDDEV_POP(cint)), + COUNT(*), + (-(COUNT(*))), + ((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))), + MIN(ctinyint), + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*)))), + (-((STDDEV_POP(cint) * 10.175))), + VAR_SAMP(csmallint), + (VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))), + (-((-(STDDEV_POP(cint))))), + ((-(COUNT(*))) / STDDEV_POP(cint)), + VAR_POP(cfloat), + (10.175 / AVG(csmallint)), + AVG(cint), + VAR_SAMP(cfloat), + ((VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) - (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))), + (-((-((STDDEV_POP(cint) * 10.175))))), + AVG(cfloat), + (((VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) - (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) * 10.175), + (10.175 % (10.175 / AVG(csmallint))), + (-(MIN(ctinyint))), + MIN(cdouble), + VAR_POP(csmallint), + (-(((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))))), + ((-(STDDEV_POP(cint))) % AVG(cfloat)), + (-26.28 / (-(MIN(ctinyint)))), + STDDEV_POP(ctinyint), + SUM(cint), + ((VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) / VAR_POP(cfloat)), + (-((-(COUNT(*))))), + COUNT(*), + ((VAR_SAMP(csmallint) + (((-26.28 - STDDEV_POP(cint)) * (-(STDDEV_POP(cint)))) * (-(COUNT(*))))) % -26.28) +FROM alltypesorc +WHERE (((ctimestamp1 != 0)) + AND ((((-257 != ctinyint) + AND (cboolean2 IS NOT NULL)) + AND ((cstring1 RLIKE '.*ss') + AND (-10669 < ctimestamp1))) + OR (ctimestamp2 = -10669) + OR ((ctimestamp1 < 0) + AND (cstring2 LIKE '%b%')) + OR (cdouble = cint) + OR ((cboolean1 IS NULL) + AND (cfloat < cint)))) +GROUP BY ctimestamp1, cstring1 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +1969-12-31 15:59:43.773 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -24 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -24.0 NULL 0.0 24 -200.0 0.0 NULL NULL -1.095 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:43.783 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -11 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -11.0 NULL 0.0 11 -200.0 0.0 NULL NULL -2.389090909090909 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:43.874 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -8 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -8.0 NULL 0.001413979988882123 8 -7196.0 0.0 NULL NULL -3.285 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:43.904 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 7 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 7.0 NULL 0.0 -7 -200.0 0.0 NULL NULL 3.7542857142857144 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:43.919 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -21 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -21.0 NULL 6.522017819364598E-4 21 15601.0 0.0 NULL NULL -1.2514285714285716 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:43.995 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 31 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 31.0 NULL 0.001413979988882123 -31 -7196.0 0.0 NULL NULL 0.847741935483871 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.07 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -9 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -9.0 NULL 6.522017819364598E-4 9 15601.0 0.0 NULL NULL -2.92 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.081 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 61 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 61.0 NULL 0.001413979988882123 -61 -7196.0 0.0 NULL NULL 0.4308196721311476 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.179 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 34 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 34.0 NULL 6.522017819364598E-4 -34 15601.0 0.0 NULL NULL 0.7729411764705882 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.286 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 16 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 16.0 NULL 0.001413979988882123 -16 -7196.0 0.0 NULL NULL 1.6425 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.291 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -32 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -32.0 NULL 0.0 32 -200.0 0.0 NULL NULL -0.82125 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.394 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 31 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 31.0 NULL 6.522017819364598E-4 -31 15601.0 0.0 NULL NULL 0.847741935483871 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.448 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 22 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 22.0 NULL 0.0 -22 -200.0 0.0 NULL NULL 1.1945454545454546 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.455 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -25 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -25.0 NULL 0.001413979988882123 25 -7196.0 0.0 NULL NULL -1.0512000000000001 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.477 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -42 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -42.0 NULL 6.522017819364598E-4 42 15601.0 0.0 NULL NULL -0.6257142857142858 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.549 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 59 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 59.0 NULL 0.0 -59 -200.0 0.0 NULL NULL 0.44542372881355935 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.55 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 24 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 24.0 NULL 0.0 -24 -200.0 0.0 NULL NULL 1.095 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.559 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -34 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -34.0 NULL 0.0 34 -200.0 0.0 NULL NULL -0.7729411764705882 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.568 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 22 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 22.0 NULL 6.522017819364598E-4 -22 15601.0 0.0 NULL NULL 1.1945454545454546 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.571 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -42 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -42.0 NULL 6.522017819364598E-4 42 15601.0 0.0 NULL NULL -0.6257142857142858 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.646 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 54 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 54.0 NULL 0.001413979988882123 -54 -7196.0 0.0 NULL NULL 0.4866666666666667 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.708 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -22 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -22.0 NULL 6.522017819364598E-4 22 15601.0 0.0 NULL NULL -1.1945454545454546 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.782 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 7 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 7.0 NULL 6.522017819364598E-4 -7 15601.0 0.0 NULL NULL 3.7542857142857144 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:44.904 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 0 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 0.0 NULL 0.0 0 -200.0 0.0 NULL NULL NULL 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:45.137 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -32 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -32.0 NULL 0.0 32 -200.0 0.0 NULL NULL -0.82125 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:45.153 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 42 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 42.0 NULL 0.0 -42 -200.0 0.0 NULL NULL 0.6257142857142858 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:45.169 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -60 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -60.0 NULL 0.0 60 -200.0 0.0 NULL NULL -0.438 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:45.198 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 47 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 47.0 NULL 0.0 -47 -200.0 0.0 NULL NULL 0.5591489361702128 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:45.314 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 56 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 56.0 NULL 0.0 -56 -200.0 0.0 NULL NULL 0.4692857142857143 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:45.322 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -15 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -15.0 NULL 0.0 15 -200.0 0.0 NULL NULL -1.752 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:45.39 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -16 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -16.0 NULL 0.0 16 -200.0 0.0 NULL NULL -1.6425 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:45.427 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -7 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -7.0 NULL 0.0 7 -200.0 0.0 NULL NULL -3.7542857142857144 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:45.572 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 32 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 32.0 NULL 0.001413979988882123 -32 -7196.0 0.0 NULL NULL 0.82125 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:45.644 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -52 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -52.0 NULL 0.0 52 -200.0 0.0 NULL NULL -0.5053846153846154 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:45.764 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 54 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 54.0 NULL 0.001413979988882123 -54 -7196.0 0.0 NULL NULL 0.4866666666666667 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:45.816 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 7 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 7.0 NULL 6.522017819364598E-4 -7 15601.0 0.0 NULL NULL 3.7542857142857144 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:45.932 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -51 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -51.0 NULL 0.001413979988882123 51 -7196.0 0.0 NULL NULL -0.5152941176470588 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:45.947 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -59 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -59.0 NULL 0.001413979988882123 59 -7196.0 0.0 NULL NULL -0.44542372881355935 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:45.978 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -52 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -52.0 NULL 0.001413979988882123 52 -7196.0 0.0 NULL NULL -0.5053846153846154 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:46.015 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 25 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 25.0 NULL 0.001413979988882123 -25 -7196.0 0.0 NULL NULL 1.0512000000000001 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:46.022 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 19 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 19.0 NULL 0.0 -19 -200.0 0.0 NULL NULL 1.3831578947368421 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:46.114 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -3 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -3.0 NULL 6.522017819364598E-4 3 15601.0 0.0 NULL NULL -8.76 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:46.38 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 28 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 28.0 NULL 0.0 -28 -200.0 0.0 NULL NULL 0.9385714285714286 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:46.387 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 3 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 3.0 NULL 0.001413979988882123 -3 -7196.0 0.0 NULL NULL 8.76 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:46.52 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 8 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 8.0 NULL 0.0 -8 -200.0 0.0 NULL NULL 3.285 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:46.762 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 12 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 12.0 NULL 0.0 -12 -200.0 0.0 NULL NULL 2.19 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:46.775 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 4 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 4.0 NULL 0.001413979988882123 -4 -7196.0 0.0 NULL NULL 6.57 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:46.82 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -46 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -46.0 NULL 6.522017819364598E-4 46 15601.0 0.0 NULL NULL -0.571304347826087 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:46.847 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -26 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -26.0 NULL 0.001413979988882123 26 -7196.0 0.0 NULL NULL -1.0107692307692309 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:46.915 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -25 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -25.0 NULL 0.0 25 -200.0 0.0 NULL NULL -1.0512000000000001 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:46.953 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 47 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 47.0 NULL 6.522017819364598E-4 -47 15601.0 0.0 NULL NULL 0.5591489361702128 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:46.966 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 38 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 38.0 NULL 0.001413979988882123 -38 -7196.0 0.0 NULL NULL 0.6915789473684211 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:46.978 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 32 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 32.0 NULL 0.001413979988882123 -32 -7196.0 0.0 NULL NULL 0.82125 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:47.031 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -7 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -7.0 NULL 0.001413979988882123 7 -7196.0 0.0 NULL NULL -3.7542857142857144 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:47.134 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -48 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -48.0 NULL 6.522017819364598E-4 48 15601.0 0.0 NULL NULL -0.5475 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:47.263 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 17 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 17.0 NULL 0.0 -17 -200.0 0.0 NULL NULL 1.5458823529411765 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:47.282 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 56 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 56.0 NULL 0.0 -56 -200.0 0.0 NULL NULL 0.4692857142857143 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:47.406 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -58 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -58.0 NULL 6.522017819364598E-4 58 15601.0 0.0 NULL NULL -0.4531034482758621 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:47.493 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -27 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -27.0 NULL 0.001413979988882123 27 -7196.0 0.0 NULL NULL -0.9733333333333334 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:47.511 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -55 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -55.0 NULL 6.522017819364598E-4 55 15601.0 0.0 NULL NULL -0.47781818181818186 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:47.616 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 39 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 39.0 NULL 6.522017819364598E-4 -39 15601.0 0.0 NULL NULL 0.6738461538461539 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:47.666 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 44 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 44.0 NULL 0.0 -44 -200.0 0.0 NULL NULL 0.5972727272727273 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:47.859 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -58 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -58.0 NULL 0.001413979988882123 58 -7196.0 0.0 NULL NULL -0.4531034482758621 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:47.921 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 52 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 52.0 NULL 0.0 -52 -200.0 0.0 NULL NULL 0.5053846153846154 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:47.975 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -17 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -17.0 NULL 6.522017819364598E-4 17 15601.0 0.0 NULL NULL -1.5458823529411765 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.022 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 35 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 35.0 NULL 0.001413979988882123 -35 -7196.0 0.0 NULL NULL 0.7508571428571429 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.052 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 15 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 15.0 NULL 6.522017819364598E-4 -15 15601.0 0.0 NULL NULL 1.752 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.12 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 8 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 8.0 NULL 0.001413979988882123 -8 -7196.0 0.0 NULL NULL 3.285 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.133 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -16 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -16.0 NULL 0.0 16 -200.0 0.0 NULL NULL -1.6425 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.152 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -31 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -31.0 NULL 0.0 31 -200.0 0.0 NULL NULL -0.847741935483871 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.299 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -60 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -60.0 NULL 6.522017819364598E-4 60 15601.0 0.0 NULL NULL -0.438 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.341 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 16 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 16.0 NULL 0.0 -16 -200.0 0.0 NULL NULL 1.6425 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.429 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -23 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -23.0 NULL 6.522017819364598E-4 23 15601.0 0.0 NULL NULL -1.142608695652174 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.462 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -16 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -16.0 NULL 0.001413979988882123 16 -7196.0 0.0 NULL NULL -1.6425 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.473 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 34 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 34.0 NULL 0.0 -34 -200.0 0.0 NULL NULL 0.7729411764705882 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.499 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 26 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 26.0 NULL 0.001413979988882123 -26 -7196.0 0.0 NULL NULL 1.0107692307692309 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.552 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -42 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -42.0 NULL 6.522017819364598E-4 42 15601.0 0.0 NULL NULL -0.6257142857142858 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.622 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 19 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 19.0 NULL 0.001413979988882123 -19 -7196.0 0.0 NULL NULL 1.3831578947368421 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.663 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 26 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 26.0 NULL 0.0 -26 -200.0 0.0 NULL NULL 1.0107692307692309 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.678 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -59 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -59.0 NULL 0.0 59 -200.0 0.0 NULL NULL -0.44542372881355935 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.679 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -60 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -60.0 NULL 6.522017819364598E-4 60 15601.0 0.0 NULL NULL -0.438 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.703 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -13 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -13.0 NULL 0.001413979988882123 13 -7196.0 0.0 NULL NULL -2.0215384615384617 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.734 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 62 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 62.0 NULL 0.001413979988882123 -62 -7196.0 0.0 NULL NULL 0.4238709677419355 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.779 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -34 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -34.0 NULL 0.001413979988882123 34 -7196.0 0.0 NULL NULL -0.7729411764705882 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.929 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -12 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -12.0 NULL 0.001413979988882123 12 -7196.0 0.0 NULL NULL -2.19 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:48.943 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 11 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 11.0 NULL 6.522017819364598E-4 -11 15601.0 0.0 NULL NULL 2.389090909090909 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:49.021 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 2 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 2.0 NULL 0.001413979988882123 -2 -7196.0 0.0 NULL NULL 13.14 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:49.051 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 15 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 15.0 NULL 0.001413979988882123 -15 -7196.0 0.0 NULL NULL 1.752 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:49.053 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 62 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 62.0 NULL 0.0 -62 -200.0 0.0 NULL NULL 0.4238709677419355 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:49.062 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 41 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 41.0 NULL 0.0 -41 -200.0 0.0 NULL NULL 0.6409756097560976 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:49.198 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -9 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -9.0 NULL 0.0 9 -200.0 0.0 NULL NULL -2.92 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:49.23 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 40 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 40.0 NULL 0.001413979988882123 -40 -7196.0 0.0 NULL NULL 0.657 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:49.314 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -46 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -46.0 NULL 0.001413979988882123 46 -7196.0 0.0 NULL NULL -0.571304347826087 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:49.326 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 39 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 39.0 NULL 0.001413979988882123 -39 -7196.0 0.0 NULL NULL 0.6738461538461539 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:49.331 NULL NULL NULL NULL 5067.0 NULL NULL 3 -3 NULL -52 NULL NULL 8.3223867E7 NULL NULL NULL 1323.5555555555557 0.0020080915729228342 NULL 1985.3333333333335 NULL NULL -23.333333333333332 NULL 0.002008091572922567 52 -200.0 5.5482578E7 NULL NULL -0.5053846153846154 36.38070306571267 NULL NULL 3 3 NULL +1969-12-31 15:59:49.383 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -43 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -43.0 NULL 0.0 43 -200.0 0.0 NULL NULL -0.6111627906976744 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:49.567 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 38 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 38.0 NULL 0.0 -38 -200.0 0.0 NULL NULL 0.6915789473684211 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:49.762 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -43 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -43.0 NULL 0.0 43 -200.0 0.0 NULL NULL -0.6111627906976744 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:49.896 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -22 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -22.0 NULL 6.522017819364598E-4 22 15601.0 0.0 NULL NULL -1.1945454545454546 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:50.046 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 27 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 27.0 NULL 0.001413979988882123 -27 -7196.0 0.0 NULL NULL 0.9733333333333334 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:50.074 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -40 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -40.0 NULL 0.0 40 -200.0 0.0 NULL NULL -0.657 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:50.093 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -2 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -2.0 NULL 0.001413979988882123 2 -7196.0 0.0 NULL NULL -13.14 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:50.345 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -37 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -37.0 NULL 6.522017819364598E-4 37 15601.0 0.0 NULL NULL -0.7102702702702703 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:50.404 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 16 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 16.0 NULL 0.001413979988882123 -16 -7196.0 0.0 NULL NULL 1.6425 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:50.54 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -51 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -51.0 NULL 0.001413979988882123 51 -7196.0 0.0 NULL NULL -0.5152941176470588 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:50.573 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -26 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -26.0 NULL 0.0 26 -200.0 0.0 NULL NULL -1.0107692307692309 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:50.66 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 62 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 62.0 NULL 6.522017819364598E-4 -62 15601.0 0.0 NULL NULL 0.4238709677419355 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:50.675 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 51 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 51.0 NULL 0.0 -51 -200.0 0.0 NULL NULL 0.5152941176470588 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:50.843 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -44 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -44.0 NULL 0.001413979988882123 44 -7196.0 0.0 NULL NULL -0.5972727272727273 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:50.893 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 43 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 43.0 NULL 0.0 -43 -200.0 0.0 NULL NULL 0.6111627906976744 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:51.009 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -49 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -49.0 NULL 0.001413979988882123 49 -7196.0 0.0 NULL NULL -0.5363265306122449 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:51.024 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 55 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 55.0 NULL 0.0 -55 -200.0 0.0 NULL NULL 0.47781818181818186 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:51.104 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 34 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 34.0 NULL 6.522017819364598E-4 -34 15601.0 0.0 NULL NULL 0.7729411764705882 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:51.208 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -33 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -33.0 NULL 0.001413979988882123 33 -7196.0 0.0 NULL NULL -0.7963636363636364 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:51.232 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 10 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 10.0 NULL 0.001413979988882123 -10 -7196.0 0.0 NULL NULL 2.628 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:51.265 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 59 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 59.0 NULL 6.522017819364598E-4 -59 15601.0 0.0 NULL NULL 0.44542372881355935 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:51.413 NULL NULL NULL NULL 7700.5 NULL NULL 2 -2 NULL -61 NULL NULL 1.248358005E8 NULL NULL NULL 90.25 0.0013213427699500034 NULL 180.5 NULL NULL -51.5 NULL 6.606713849747906E-4 61 -200.0 6.241790025E7 NULL NULL -0.4308196721311476 9.5 NULL NULL 2 2 NULL +1969-12-31 15:59:51.417 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -17 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -17.0 NULL 0.0 17 -200.0 0.0 NULL NULL -1.5458823529411765 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:51.555 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 49 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 49.0 NULL 0.0 -49 -200.0 0.0 NULL NULL 0.5363265306122449 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:51.561 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -35 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -35.0 NULL 0.001413979988882123 35 -7196.0 0.0 NULL NULL -0.7508571428571429 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:51.596 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -30 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -30.0 NULL 6.522017819364598E-4 30 15601.0 0.0 NULL NULL -0.876 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:51.637 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -8 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -8.0 NULL 6.522017819364598E-4 8 15601.0 0.0 NULL NULL -3.285 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:51.719 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -47 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -47.0 NULL 0.0 47 -200.0 0.0 NULL NULL -0.5591489361702128 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:51.725 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 57 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 57.0 NULL 0.001413979988882123 -57 -7196.0 0.0 NULL NULL 0.4610526315789474 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:51.803 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 42 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 42.0 NULL 0.001413979988882123 -42 -7196.0 0.0 NULL NULL 0.6257142857142858 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:51.845 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -27 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -27.0 NULL 0.0 27 -200.0 0.0 NULL NULL -0.9733333333333334 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:51.884 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 55 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 55.0 NULL 0.0 -55 -200.0 0.0 NULL NULL 0.47781818181818186 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:52.052 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -49 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -49.0 NULL 0.001413979988882123 49 -7196.0 0.0 NULL NULL -0.5363265306122449 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:52.076 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 15 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 15.0 NULL 6.522017819364598E-4 -15 15601.0 0.0 NULL NULL 1.752 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:52.118 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 47 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 47.0 NULL 0.0 -47 -200.0 0.0 NULL NULL 0.5591489361702128 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:52.311 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 43 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 43.0 NULL 6.522017819364598E-4 -43 15601.0 0.0 NULL NULL 0.6111627906976744 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:52.326 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 2 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 2.0 NULL 6.522017819364598E-4 -2 15601.0 0.0 NULL NULL 13.14 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:52.343 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -16 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -16.0 NULL 0.0 16 -200.0 0.0 NULL NULL -1.6425 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:52.357 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 55 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 55.0 NULL 6.522017819364598E-4 -55 15601.0 0.0 NULL NULL 0.47781818181818186 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:52.408 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -60 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -60.0 NULL 0.001413979988882123 60 -7196.0 0.0 NULL NULL -0.438 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:52.411 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 45 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 45.0 NULL 0.001413979988882123 -45 -7196.0 0.0 NULL NULL 0.5840000000000001 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:52.587 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -33 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -33.0 NULL 6.522017819364598E-4 33 15601.0 0.0 NULL NULL -0.7963636363636364 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:52.815 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -52 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -52.0 NULL 0.0 52 -200.0 0.0 NULL NULL -0.5053846153846154 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:52.969 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -27 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -27.0 NULL 0.001413979988882123 27 -7196.0 0.0 NULL NULL -0.9733333333333334 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:53.038 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 8 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 8.0 NULL 6.522017819364598E-4 -8 15601.0 0.0 NULL NULL 3.285 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:53.06 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 34 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 34.0 NULL 0.0 -34 -200.0 0.0 NULL NULL 0.7729411764705882 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:53.246 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -8 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -8.0 NULL 0.0 8 -200.0 0.0 NULL NULL -3.285 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:53.458 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 29 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 29.0 NULL 0.001413979988882123 -29 -7196.0 0.0 NULL NULL 0.9062068965517242 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:53.546 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -27 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -27.0 NULL 0.0 27 -200.0 0.0 NULL NULL -0.9733333333333334 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:53.583 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -59 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -59.0 NULL 6.522017819364598E-4 59 15601.0 0.0 NULL NULL -0.44542372881355935 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:53.584 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -29 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -29.0 NULL 6.522017819364598E-4 29 15601.0 0.0 NULL NULL -0.9062068965517242 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:53.635 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 47 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 47.0 NULL 6.522017819364598E-4 -47 15601.0 0.0 NULL NULL 0.5591489361702128 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:53.876 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 37 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 37.0 NULL 0.001413979988882123 -37 -7196.0 0.0 NULL NULL 0.7102702702702703 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.024 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 13 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 13.0 NULL 6.522017819364598E-4 -13 15601.0 0.0 NULL NULL 2.0215384615384617 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.072 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 25 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 25.0 NULL 0.0 -25 -200.0 0.0 NULL NULL 1.0512000000000001 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.116 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 62 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 62.0 NULL 6.522017819364598E-4 -62 15601.0 0.0 NULL NULL 0.4238709677419355 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.131 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -9 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -9.0 NULL 0.0 9 -200.0 0.0 NULL NULL -2.92 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.179 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -18 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -18.0 NULL 0.001413979988882123 18 -7196.0 0.0 NULL NULL -1.46 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.256 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 62 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 62.0 NULL 0.001413979988882123 -62 -7196.0 0.0 NULL NULL 0.4238709677419355 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.307 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -47 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -47.0 NULL 0.001413979988882123 47 -7196.0 0.0 NULL NULL -0.5591489361702128 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.334 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 46 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 46.0 NULL 6.522017819364598E-4 -46 15601.0 0.0 NULL NULL 0.571304347826087 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.342 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 26 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 26.0 NULL 6.522017819364598E-4 -26 15601.0 0.0 NULL NULL 1.0107692307692309 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.454 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 6 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 6.0 NULL 6.522017819364598E-4 -6 15601.0 0.0 NULL NULL 4.38 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.503 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 18 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 18.0 NULL 0.001413979988882123 -18 -7196.0 0.0 NULL NULL 1.46 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.583 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -31 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -31.0 NULL 6.522017819364598E-4 31 15601.0 0.0 NULL NULL -0.847741935483871 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.63 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -29 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -29.0 NULL 0.001413979988882123 29 -7196.0 0.0 NULL NULL -0.9062068965517242 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.742 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -49 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -49.0 NULL 0.001413979988882123 49 -7196.0 0.0 NULL NULL -0.5363265306122449 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.853 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 42 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 42.0 NULL 0.001413979988882123 -42 -7196.0 0.0 NULL NULL 0.6257142857142858 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.929 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 43 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 43.0 NULL 0.0 -43 -200.0 0.0 NULL NULL 0.6111627906976744 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.934 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -33 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -33.0 NULL 0.001413979988882123 33 -7196.0 0.0 NULL NULL -0.7963636363636364 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:54.994 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -1 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -1.0 NULL 6.522017819364598E-4 1 15601.0 0.0 NULL NULL -26.28 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:55.043 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -16 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -16.0 NULL 0.0 16 -200.0 0.0 NULL NULL -1.6425 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:55.143 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -53 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -53.0 NULL 0.001413979988882123 53 -7196.0 0.0 NULL NULL -0.4958490566037736 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:55.204 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 30 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 30.0 NULL 0.0 -30 -200.0 0.0 NULL NULL 0.876 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:55.411 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -43 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -43.0 NULL 6.522017819364598E-4 43 15601.0 0.0 NULL NULL -0.6111627906976744 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:55.492 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 14 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 14.0 NULL 0.001413979988882123 -14 -7196.0 0.0 NULL NULL 1.8771428571428572 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:55.508 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 31 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 31.0 NULL 0.0 -31 -200.0 0.0 NULL NULL 0.847741935483871 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:55.755 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -33 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -33.0 NULL 0.0 33 -200.0 0.0 NULL NULL -0.7963636363636364 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:55.829 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 0 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 0.0 NULL 0.0 0 -200.0 0.0 NULL NULL NULL 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:55.847 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -9 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -9.0 NULL 6.522017819364598E-4 9 15601.0 0.0 NULL NULL -2.92 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:55.9 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -21 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -21.0 NULL 0.001413979988882123 21 -7196.0 0.0 NULL NULL -1.2514285714285716 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:55.971 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 8 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 8.0 NULL 0.001413979988882123 -8 -7196.0 0.0 NULL NULL 3.285 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:55.989 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -6 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -6.0 NULL 6.522017819364598E-4 6 15601.0 0.0 NULL NULL -4.38 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:55.998 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -40 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -40.0 NULL 6.522017819364598E-4 40 15601.0 0.0 NULL NULL -0.657 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:56.068 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 46 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 46.0 NULL 6.522017819364598E-4 -46 15601.0 0.0 NULL NULL 0.571304347826087 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:56.109 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -21 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -21.0 NULL 0.0 21 -200.0 0.0 NULL NULL -1.2514285714285716 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:56.218 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -4 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -4.0 NULL 0.0 4 -200.0 0.0 NULL NULL -6.57 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:56.31 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 27 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 27.0 NULL 0.001413979988882123 -27 -7196.0 0.0 NULL NULL 0.9733333333333334 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:56.319 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -5 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -5.0 NULL 0.0 5 -200.0 0.0 NULL NULL -5.256 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:56.338 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -44 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -44.0 NULL 6.522017819364598E-4 44 15601.0 0.0 NULL NULL -0.5972727272727273 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:56.399 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 2 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 2.0 NULL 0.0 -2 -200.0 0.0 NULL NULL 13.14 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:56.426 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 5 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 5.0 NULL 0.001413979988882123 -5 -7196.0 0.0 NULL NULL 5.256 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:56.568 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 55 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 55.0 NULL 0.001413979988882123 -55 -7196.0 0.0 NULL NULL 0.47781818181818186 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:56.762 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 1 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 1.0 NULL 0.0 -1 -200.0 0.0 NULL NULL 26.28 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:56.806 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 42 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 42.0 NULL 6.522017819364598E-4 -42 15601.0 0.0 NULL NULL 0.6257142857142858 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:56.858 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 38 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 38.0 NULL 6.522017819364598E-4 -38 15601.0 0.0 NULL NULL 0.6915789473684211 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:56.913 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 53 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 53.0 NULL 6.522017819364598E-4 -53 15601.0 0.0 NULL NULL 0.4958490566037736 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:56.928 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -42 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -42.0 NULL 0.001413979988882123 42 -7196.0 0.0 NULL NULL -0.6257142857142858 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:56.97 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -2 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -2.0 NULL 6.522017819364598E-4 2 15601.0 0.0 NULL NULL -13.14 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.215 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 16 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 16.0 NULL 6.522017819364598E-4 -16 15601.0 0.0 NULL NULL 1.6425 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.245 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 16 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 16.0 NULL 0.0 -16 -200.0 0.0 NULL NULL 1.6425 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.261 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 19 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 19.0 NULL 6.522017819364598E-4 -19 15601.0 0.0 NULL NULL 1.3831578947368421 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.269 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -4 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -4.0 NULL 0.0 4 -200.0 0.0 NULL NULL -6.57 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.28 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 42 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 42.0 NULL 6.522017819364598E-4 -42 15601.0 0.0 NULL NULL 0.6257142857142858 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.386 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 1 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 1.0 NULL 6.522017819364598E-4 -1 15601.0 0.0 NULL NULL 26.28 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.447 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 53 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 53.0 NULL 0.001413979988882123 -53 -7196.0 0.0 NULL NULL 0.4958490566037736 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.524 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -61 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -61.0 NULL 6.522017819364598E-4 61 15601.0 0.0 NULL NULL -0.4308196721311476 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.604 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -41 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -41.0 NULL 0.0 41 -200.0 0.0 NULL NULL -0.6409756097560976 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.678 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -56 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -56.0 NULL 6.522017819364598E-4 56 15601.0 0.0 NULL NULL -0.4692857142857143 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.729 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 30 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 30.0 NULL 6.522017819364598E-4 -30 15601.0 0.0 NULL NULL 0.876 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.765 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -3 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -3.0 NULL 0.001413979988882123 3 -7196.0 0.0 NULL NULL -8.76 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.847 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 50 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 50.0 NULL 0.0 -50 -200.0 0.0 NULL NULL 0.5256000000000001 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.887 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -10 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -10.0 NULL 0.001413979988882123 10 -7196.0 0.0 NULL NULL -2.628 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.916 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 4 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 4.0 NULL 0.001413979988882123 -4 -7196.0 0.0 NULL NULL 6.57 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.92 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -6 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -6.0 NULL 0.001413979988882123 6 -7196.0 0.0 NULL NULL -4.38 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.932 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -43 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -43.0 NULL 6.522017819364598E-4 43 15601.0 0.0 NULL NULL -0.6111627906976744 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:57.951 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 26 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 26.0 NULL 0.0 -26 -200.0 0.0 NULL NULL 1.0107692307692309 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.061 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -9 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -9.0 NULL 0.001413979988882123 9 -7196.0 0.0 NULL NULL -2.92 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.134 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -24 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -24.0 NULL 6.522017819364598E-4 24 15601.0 0.0 NULL NULL -1.095 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.158 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -53 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -53.0 NULL 0.0 53 -200.0 0.0 NULL NULL -0.4958490566037736 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.171 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -27 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -27.0 NULL 0.0 27 -200.0 0.0 NULL NULL -0.9733333333333334 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.214 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 22 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 22.0 NULL 0.001413979988882123 -22 -7196.0 0.0 NULL NULL 1.1945454545454546 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.272 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 7 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 7.0 NULL 0.0 -7 -200.0 0.0 NULL NULL 3.7542857142857144 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.279 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -58 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -58.0 NULL 6.522017819364598E-4 58 15601.0 0.0 NULL NULL -0.4531034482758621 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.298 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 32 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 32.0 NULL 0.0 -32 -200.0 0.0 NULL NULL 0.82125 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.343 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL -34 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL -34.0 NULL 6.522017819364598E-4 34 15601.0 0.0 NULL NULL -0.7729411764705882 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.382 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -56 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -56.0 NULL 0.001413979988882123 56 -7196.0 0.0 NULL NULL -0.4692857142857143 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.463 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -7 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -7.0 NULL 0.001413979988882123 7 -7196.0 0.0 NULL NULL -3.7542857142857144 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.561 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -17 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -17.0 NULL 0.0 17 -200.0 0.0 NULL NULL -1.5458823529411765 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.578 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -41 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -41.0 NULL 0.001413979988882123 41 -7196.0 0.0 NULL NULL -0.6409756097560976 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.752 NULL NULL NULL NULL 15601.0 NULL NULL 1 -1 NULL 36 NULL NULL 0.0 NULL NULL NULL 0.0 6.522017819370554E-4 NULL 0.0 NULL NULL 36.0 NULL 6.522017819364598E-4 -36 15601.0 0.0 NULL NULL 0.73 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.825 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL -9 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL -9.0 NULL 0.001413979988882123 9 -7196.0 0.0 NULL NULL -2.92 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.892 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -10 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -10.0 NULL 0.0 10 -200.0 0.0 NULL NULL -2.628 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.897 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -27 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -27.0 NULL 0.0 27 -200.0 0.0 NULL NULL -0.9733333333333334 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.923 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -22 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -22.0 NULL 0.0 22 -200.0 0.0 NULL NULL -1.1945454545454546 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.93 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 2 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 2.0 NULL 0.0 -2 -200.0 0.0 NULL NULL 13.14 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.957 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL 49 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL 49.0 NULL 0.0 -49 -200.0 0.0 NULL NULL 0.5363265306122449 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.962 NULL NULL NULL NULL -7196.0 NULL NULL 1 -1 NULL 32 NULL NULL 0.0 NULL NULL NULL 0.0 -0.0014139799888827128 NULL 0.0 NULL NULL 32.0 NULL 0.001413979988882123 -32 -7196.0 0.0 NULL NULL 0.82125 0.0 NULL NULL 1 1 NULL +1969-12-31 15:59:58.989 NULL NULL NULL NULL -200.0 NULL NULL 1 -1 NULL -10 NULL NULL 0.0 NULL NULL NULL 0.0 -0.050875000000000004 NULL 0.0 NULL NULL -10.0 NULL 0.0 10 -200.0 0.0 NULL NULL -2.628 0.0 NULL NULL 1 1 NULL +1969-12-31 16:00:02.351 NULL 3.430705936548119E8 3.4907432904377117E9 -3.430705936548119E8 NULL -3.430705936548119E8 -3.430706199348119E8 8 -8 1.17697441246560272E17 11 -9.4157952997248218E17 -3.4907432904377117E9 NULL NULL 3.430705936548119E8 -2.3318815858783212E-8 0.0 NULL 4.4783048325E8 0.0 NULL 3.4907432904377117E9 11.0 NULL NULL -11 NULL NULL -1.17697441246560272E17 -8.654811918735504 2.389090909090909 0.0 3582643866 NULL 8 8 NULL +1969-12-31 16:00:02.351 HtI02nss6t8S0fqH4vcLkCD 0.0 0.0 -0.0 NULL -0.0 -26.28 1 -1 0.0 11 -0.0 -0.0 NULL NULL 0.0 NULL 0.0 NULL -7980033.0 0.0 NULL 0.0 11.0 NULL NULL -11 NULL NULL -0.0 -0.0 2.389090909090909 0.0 -7980033 NULL 1 1 NULL +1969-12-31 16:00:02.351 MgMjEMssUEN1 0.0 0.0 -0.0 NULL -0.0 -26.28 1 -1 0.0 11 -0.0 -0.0 NULL NULL 0.0 NULL 0.0 NULL -7.27471145E8 0.0 NULL 0.0 11.0 NULL NULL -11 NULL NULL -0.0 -0.0 2.389090909090909 0.0 -727471145 NULL 1 1 NULL +1969-12-31 16:00:02.351 rss1vw14N 0.0 0.0 -0.0 NULL -0.0 -26.28 1 -1 0.0 11 -0.0 -0.0 NULL NULL 0.0 NULL 0.0 NULL -2.6632375E8 0.0 NULL 0.0 11.0 NULL NULL -11 NULL NULL -0.0 -0.0 2.389090909090909 0.0 -266323750 NULL 1 1 NULL +1969-12-31 16:00:02.351 xM1Gglkeqdcp2kE2v6ss5Cb 0.0 0.0 -0.0 NULL -0.0 -26.28 1 -1 0.0 11 -0.0 -0.0 NULL NULL 0.0 NULL 0.0 NULL 5.0130433E8 0.0 NULL 0.0 11.0 NULL NULL -11 NULL NULL -0.0 -0.0 2.389090909090909 0.0 501304330 NULL 1 1 NULL +1969-12-31 16:00:08.451 NULL 2.650627591471319E8 2.6970135743220673E9 -2.650627591471319E8 NULL -2.650627591471319E8 -2.650627854271319E8 9 -9 7.025827325253976E16 -51 -6.3232445927285786E17 -2.6970135743220673E9 NULL NULL 2.650627591471319E8 -3.395422287521066E-8 0.0 NULL 6.486577994444444E8 0.0 NULL 2.6970135743220673E9 -51.0 NULL NULL 51 NULL NULL -7.025827325253976E16 -0.14713189005851746 -0.5152941176470588 0.0 5837920195 NULL 9 9 NULL +1969-12-31 16:00:08.451 Yssb82rdfylDv4K NULL NULL NULL NULL NULL NULL 1 -1 NULL -51 NULL NULL NULL NULL NULL NULL 0.0 NULL NULL 0.0 NULL NULL -51.0 NULL NULL 51 NULL NULL NULL NULL -0.5152941176470588 0.0 NULL NULL 1 1 NULL +1969-12-31 16:00:08.451 ss 8.6150685E7 8.765832198750001E8 -8.6150685E7 NULL -8.6150685E7 -8.615071128E7 2 -2 7.421942790009227E15 -51 -1.4843885580018454E16 -8.765832198750001E8 NULL NULL 8.6150685E7 -2.3215137523282605E-8 0.0 NULL -5.48990416E8 0.0 NULL 8.765832198750001E8 -51.0 NULL NULL 51 NULL NULL -7.421942790009227E15 -6.0 -0.5152941176470588 0.0 -1097980832 NULL 2 2 NULL +1969-12-31 16:00:08.451 ss2PoJAipj6B1tn75O 0.0 0.0 -0.0 NULL -0.0 -26.28 1 -1 0.0 -51 -0.0 -0.0 NULL NULL 0.0 NULL 0.0 NULL -5.85770596E8 0.0 NULL 0.0 -51.0 NULL NULL 51 NULL NULL -0.0 -0.0 -0.5152941176470588 0.0 -585770596 NULL 1 1 NULL +1969-12-31 16:00:15.892 NULL 3.552743011247774E8 3.61491601394461E9 -3.552743011247774E8 NULL -3.552743011247774E8 -3.5527432740477735E8 10 -10 1.26219838376307616E17 8 -1.2621983837630761E18 -3.61491601394461E9 NULL NULL 3.552743011247774E8 -2.8147265277394375E-8 0.0 NULL 6.585487822E8 0.0 NULL 3.61491601394461E9 8.0 NULL NULL -8 NULL NULL -1.26219838376307616E17 -5.124777376651764 3.285 0.0 6585487822 NULL 10 10 NULL +1969-12-31 16:00:15.892 M4HtnssfQiEAD0jYL6 0.0 0.0 -0.0 NULL -0.0 -26.28 1 -1 0.0 8 -0.0 -0.0 NULL NULL 0.0 NULL 0.0 NULL 6.87282226E8 0.0 NULL 0.0 8.0 NULL NULL -8 NULL NULL -0.0 -0.0 3.285 0.0 687282226 NULL 1 1 NULL +WARNING: Comparing a bigint and a double may result in a loss of precision. +PREHOOK: query: -- TargetTypeClasses: Double, Long, String, Timestamp, Bool +-- Functions: Max, Sum, Var, Avg, Min, VarP, StDev, StDevP +-- ArithmeticOps: Divide, Subtract, Remainder, Add, Multiply +-- FilterOps: GreaterThan, LessThanOrEqual, Equal, LessThan, GreaterThanOrEqual, NotEqual, Like, RLike +-- GroupBy: GroupBy +EXPLAIN SELECT cboolean1, + MAX(cfloat), + (-(MAX(cfloat))), + (-26.28 / MAX(cfloat)), + SUM(cbigint), + (SUM(cbigint) - 10.175), + VAR_SAMP(cint), + (VAR_SAMP(cint) % MAX(cfloat)), + (10.175 + (-(MAX(cfloat)))), + AVG(cdouble), + ((SUM(cbigint) - 10.175) + VAR_SAMP(cint)), + MIN(cbigint), + VAR_POP(cbigint), + (-((10.175 + (-(MAX(cfloat)))))), + (79.553 / VAR_POP(cbigint)), + (VAR_SAMP(cint) % (79.553 / VAR_POP(cbigint))), + (-((10.175 + (-(MAX(cfloat)))))), + SUM(cint), + STDDEV_SAMP(ctinyint), + (-1.389 * MIN(cbigint)), + (SUM(cint) - (-1.389 * MIN(cbigint))), + STDDEV_POP(csmallint), + (-((SUM(cint) - (-1.389 * MIN(cbigint))))), + AVG(cint), + (-(AVG(cint))), + (AVG(cint) * SUM(cint)) +FROM alltypesorc +WHERE (((cboolean1 IS NOT NULL)) + AND (((cdouble < csmallint) + AND ((cboolean2 = cboolean1) + AND (cbigint <= -863.257))) + OR ((cint >= -257) + AND ((cstring1 IS NOT NULL) + AND (cboolean1 >= 1))) + OR (cstring2 RLIKE 'b') + OR ((csmallint >= ctinyint) + AND (ctimestamp2 IS NULL)))) +GROUP BY cboolean1 +ORDER BY cboolean1 +PREHOOK: type: QUERY +POSTHOOK: query: -- TargetTypeClasses: Double, Long, String, Timestamp, Bool +-- Functions: Max, Sum, Var, Avg, Min, VarP, StDev, StDevP +-- ArithmeticOps: Divide, Subtract, Remainder, Add, Multiply +-- FilterOps: GreaterThan, LessThanOrEqual, Equal, LessThan, GreaterThanOrEqual, NotEqual, Like, RLike +-- GroupBy: GroupBy +EXPLAIN SELECT cboolean1, + MAX(cfloat), + (-(MAX(cfloat))), + (-26.28 / MAX(cfloat)), + SUM(cbigint), + (SUM(cbigint) - 10.175), + VAR_SAMP(cint), + (VAR_SAMP(cint) % MAX(cfloat)), + (10.175 + (-(MAX(cfloat)))), + AVG(cdouble), + ((SUM(cbigint) - 10.175) + VAR_SAMP(cint)), + MIN(cbigint), + VAR_POP(cbigint), + (-((10.175 + (-(MAX(cfloat)))))), + (79.553 / VAR_POP(cbigint)), + (VAR_SAMP(cint) % (79.553 / VAR_POP(cbigint))), + (-((10.175 + (-(MAX(cfloat)))))), + SUM(cint), + STDDEV_SAMP(ctinyint), + (-1.389 * MIN(cbigint)), + (SUM(cint) - (-1.389 * MIN(cbigint))), + STDDEV_POP(csmallint), + (-((SUM(cint) - (-1.389 * MIN(cbigint))))), + AVG(cint), + (-(AVG(cint))), + (AVG(cint) * SUM(cint)) +FROM alltypesorc +WHERE (((cboolean1 IS NOT NULL)) + AND (((cdouble < csmallint) + AND ((cboolean2 = cboolean1) + AND (cbigint <= -863.257))) + OR ((cint >= -257) + AND ((cstring1 IS NOT NULL) + AND (cboolean1 >= 1))) + OR (cstring2 RLIKE 'b') + OR ((csmallint >= ctinyint) + AND (ctimestamp2 IS NULL)))) +GROUP BY cboolean1 +ORDER BY cboolean1 +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) + Reducer 3 <- Reducer 2 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 1347 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: (cboolean1 is not null and (((((cdouble < csmallint) and ((cboolean2 = cboolean1) and (cbigint <= (- 863.257)))) or ((cint >= (- 257)) and (cstring1 is not null and (cboolean1 >= 1)))) or (cstring2 rlike 'b')) or ((csmallint >= ctinyint) and ctimestamp2 is null))) (type: boolean) + Statistics: Num rows: 523 Data size: 146469 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: cboolean1 (type: boolean), cfloat (type: float), cbigint (type: bigint), cint (type: int), cdouble (type: double), ctinyint (type: tinyint), csmallint (type: smallint) + outputColumnNames: cboolean1, cfloat, cbigint, cint, cdouble, ctinyint, csmallint + Statistics: Num rows: 523 Data size: 146469 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: max(cfloat), sum(cbigint), var_samp(cint), avg(cdouble), min(cbigint), var_pop(cbigint), sum(cint), stddev_samp(ctinyint), stddev_pop(csmallint), avg(cint) + keys: cboolean1 (type: boolean) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 + Statistics: Num rows: 523 Data size: 146469 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: boolean) + sort order: + + Map-reduce partition columns: _col0 (type: boolean) + Statistics: Num rows: 523 Data size: 146469 Basic stats: COMPLETE Column stats: NONE + value expressions: _col1 (type: float), _col2 (type: bigint), _col3 (type: struct), _col4 (type: struct), _col5 (type: bigint), _col6 (type: struct), _col7 (type: bigint), _col8 (type: struct), _col9 (type: struct), _col10 (type: struct) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Group By Operator + aggregations: max(VALUE._col0), sum(VALUE._col1), var_samp(VALUE._col2), avg(VALUE._col3), min(VALUE._col4), var_pop(VALUE._col5), sum(VALUE._col6), stddev_samp(VALUE._col7), stddev_pop(VALUE._col8), avg(VALUE._col9) + keys: KEY._col0 (type: boolean) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 + Statistics: Num rows: 261 Data size: 73094 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: boolean), _col1 (type: float), ((_col2 - 10.175) + _col3) (type: double), _col5 (type: bigint), _col6 (type: double), (- (10.175 + (- _col1))) (type: double), (79.553 / _col6) (type: double), (_col3 % (79.553 / _col6)) (type: double), _col7 (type: bigint), _col8 (type: double), ((- 1.389) * _col5) (type: double), (- _col1) (type: float), (_col7 - ((- 1.389) * _col5)) (type: double), _col9 (type: double), (- (_col7 - ((- 1.389) * _col5))) (type: double), _col10 (type: double), (- _col10) (type: double), (_col10 * _col7) (type: double), ((- 26.28) / _col1) (type: double), _col2 (type: bigint), (_col2 - 10.175) (type: double), _col3 (type: double), (_col3 % _col1) (type: double), (10.175 + (- _col1)) (type: double), _col4 (type: double) + outputColumnNames: _col0, _col1, _col10, _col11, _col12, _col13, _col14, _col15, _col17, _col18, _col19, _col2, _col20, _col21, _col22, _col23, _col24, _col25, _col3, _col4, _col5, _col6, _col7, _col8, _col9 + Statistics: Num rows: 261 Data size: 73094 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: boolean) + sort order: + + Statistics: Num rows: 261 Data size: 73094 Basic stats: COMPLETE Column stats: NONE + value expressions: _col1 (type: float), _col2 (type: float), _col3 (type: double), _col4 (type: bigint), _col5 (type: double), _col6 (type: double), _col7 (type: double), _col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 (type: bigint), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: double), _col17 (type: bigint), _col18 (type: double), _col19 (type: double), _col20 (type: double), _col21 (type: double), _col22 (type: double), _col23 (type: double), _col24 (type: double), _col25 (type: double) + Reducer 3 + Reduce Operator Tree: + Select Operator + expressions: KEY.reducesinkkey0 (type: boolean), VALUE._col0 (type: float), VALUE._col1 (type: float), VALUE._col2 (type: double), VALUE._col3 (type: bigint), VALUE._col4 (type: double), VALUE._col5 (type: double), VALUE._col6 (type: double), VALUE._col7 (type: double), VALUE._col8 (type: double), VALUE._col9 (type: double), VALUE._col10 (type: bigint), VALUE._col11 (type: double), VALUE._col12 (type: double), VALUE._col13 (type: double), VALUE._col14 (type: double), VALUE._col12 (type: double), VALUE._col15 (type: bigint), VALUE._col16 (type: double), VALUE._col17 (type: double), VALUE._col18 (type: double), VALUE._col19 (type: double), VALUE._col20 (type: double), VALUE._col21 (type: double), VALUE._col22 (type: double), VALUE._col23 (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20, _col21, _col22, _col23, _col24, _col25 + Statistics: Num rows: 261 Data size: 73094 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 261 Data size: 73094 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + Execution mode: vectorized + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +WARNING: Comparing a bigint and a double may result in a loss of precision. +PREHOOK: query: SELECT cboolean1, + MAX(cfloat), + (-(MAX(cfloat))), + (-26.28 / MAX(cfloat)), + SUM(cbigint), + (SUM(cbigint) - 10.175), + VAR_SAMP(cint), + (VAR_SAMP(cint) % MAX(cfloat)), + (10.175 + (-(MAX(cfloat)))), + AVG(cdouble), + ((SUM(cbigint) - 10.175) + VAR_SAMP(cint)), + MIN(cbigint), + VAR_POP(cbigint), + (-((10.175 + (-(MAX(cfloat)))))), + (79.553 / VAR_POP(cbigint)), + (VAR_SAMP(cint) % (79.553 / VAR_POP(cbigint))), + (-((10.175 + (-(MAX(cfloat)))))), + SUM(cint), + STDDEV_SAMP(ctinyint), + (-1.389 * MIN(cbigint)), + (SUM(cint) - (-1.389 * MIN(cbigint))), + STDDEV_POP(csmallint), + (-((SUM(cint) - (-1.389 * MIN(cbigint))))), + AVG(cint), + (-(AVG(cint))), + (AVG(cint) * SUM(cint)) +FROM alltypesorc +WHERE (((cboolean1 IS NOT NULL)) + AND (((cdouble < csmallint) + AND ((cboolean2 = cboolean1) + AND (cbigint <= -863.257))) + OR ((cint >= -257) + AND ((cstring1 IS NOT NULL) + AND (cboolean1 >= 1))) + OR (cstring2 RLIKE 'b') + OR ((csmallint >= ctinyint) + AND (ctimestamp2 IS NULL)))) +GROUP BY cboolean1 +ORDER BY cboolean1 +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT cboolean1, + MAX(cfloat), + (-(MAX(cfloat))), + (-26.28 / MAX(cfloat)), + SUM(cbigint), + (SUM(cbigint) - 10.175), + VAR_SAMP(cint), + (VAR_SAMP(cint) % MAX(cfloat)), + (10.175 + (-(MAX(cfloat)))), + AVG(cdouble), + ((SUM(cbigint) - 10.175) + VAR_SAMP(cint)), + MIN(cbigint), + VAR_POP(cbigint), + (-((10.175 + (-(MAX(cfloat)))))), + (79.553 / VAR_POP(cbigint)), + (VAR_SAMP(cint) % (79.553 / VAR_POP(cbigint))), + (-((10.175 + (-(MAX(cfloat)))))), + SUM(cint), + STDDEV_SAMP(ctinyint), + (-1.389 * MIN(cbigint)), + (SUM(cint) - (-1.389 * MIN(cbigint))), + STDDEV_POP(csmallint), + (-((SUM(cint) - (-1.389 * MIN(cbigint))))), + AVG(cint), + (-(AVG(cint))), + (AVG(cint) * SUM(cint)) +FROM alltypesorc +WHERE (((cboolean1 IS NOT NULL)) + AND (((cdouble < csmallint) + AND ((cboolean2 = cboolean1) + AND (cbigint <= -863.257))) + OR ((cint >= -257) + AND ((cstring1 IS NOT NULL) + AND (cboolean1 >= 1))) + OR (cstring2 RLIKE 'b') + OR ((csmallint >= ctinyint) + AND (ctimestamp2 IS NULL)))) +GROUP BY cboolean1 +ORDER BY cboolean1 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +false 11.0 -11.0 -2.389090909090909 -17881597706 -1.7881597716175E10 3.8953387713327066E17 6.0 -0.8249999999999993 -2454.8879999999995 3.8953385925167296E17 -2145884705 1.66288903197104486E18 0.8249999999999993 4.7840233756130287E-17 4.098424268084119E-17 0.8249999999999993 -1051696618 28.692556844886422 2.980633855245E9 -4.032330473245E9 85.79562278396777 4.032330473245E9 -3983699.3106060605 3983699.3106060605 4.1896430920933255E15 +true 79.553 -79.553 -0.33034580136836733 -401322621137 -4.01322621147175E11 7.9255373737244976E16 34.727455139160156 -69.3780014038086 4856.6352637899645 7.9254972414623824E16 -2130544867 2.30133924842409523E18 69.3780014038086 3.456813247089758E-17 2.0387240975807185E-18 69.3780014038086 2182477964777 34.654968050508266 2.959326820263E9 2.179518637956737E12 9461.197516216069 -2.179518637956737E12 4.592756659884259E8 -4.592756659884259E8 1.002359020778021E21 diff --git ql/src/test/results/clientpositive/tez/vectorized_mapjoin.q.out ql/src/test/results/clientpositive/tez/vectorized_mapjoin.q.out new file mode 100644 index 0000000..7dd7f91 --- /dev/null +++ ql/src/test/results/clientpositive/tez/vectorized_mapjoin.q.out @@ -0,0 +1,105 @@ +PREHOOK: query: EXPLAIN SELECT COUNT(t1.cint), MAX(t2.cint), MIN(t1.cint), AVG(t1.cint+t2.cint) + FROM alltypesorc t1 + JOIN alltypesorc t2 ON t1.cint = t2.cint +PREHOOK: type: QUERY +POSTHOOK: query: EXPLAIN SELECT COUNT(t1.cint), MAX(t2.cint), MIN(t1.cint), AVG(t1.cint+t2.cint) + FROM alltypesorc t1 + JOIN alltypesorc t2 ON t1.cint = t2.cint +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Map 2 <- Map 1 (BROADCAST_EDGE) + Reducer 3 <- Map 2 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: t2 + Statistics: Num rows: 94309 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: cint is not null (type: boolean) + Statistics: Num rows: 47155 Data size: 188620 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: cint (type: int) + sort order: + + Map-reduce partition columns: cint (type: int) + Statistics: Num rows: 47155 Data size: 188620 Basic stats: COMPLETE Column stats: NONE + Execution mode: vectorized + Map 2 + Map Operator Tree: + TableScan + alias: t1 + Statistics: Num rows: 94309 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: cint is not null (type: boolean) + Statistics: Num rows: 47155 Data size: 188620 Basic stats: COMPLETE Column stats: NONE + Map Join Operator + condition map: + Inner Join 0 to 1 + condition expressions: + 0 {cint} + 1 {cint} + keys: + 0 cint (type: int) + 1 cint (type: int) + outputColumnNames: _col2, _col16 + Statistics: Num rows: 51870 Data size: 207482 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col2 (type: int), _col16 (type: int) + outputColumnNames: _col2, _col16 + Statistics: Num rows: 51870 Data size: 207482 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: count(_col2), max(_col16), min(_col2), avg((_col2 + _col16)) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3 + Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + sort order: + Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE + value expressions: _col0 (type: bigint), _col1 (type: int), _col2 (type: int), _col3 (type: struct) + Execution mode: vectorized + Reducer 3 + Reduce Operator Tree: + Group By Operator + aggregations: count(VALUE._col0), max(VALUE._col1), min(VALUE._col2), avg(VALUE._col3) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3 + Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: bigint), _col1 (type: int), _col2 (type: int), _col3 (type: double) + outputColumnNames: _col0, _col1, _col2, _col3 + Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +PREHOOK: query: SELECT COUNT(t1.cint), MAX(t2.cint), MIN(t1.cint), AVG(t1.cint+t2.cint) + FROM alltypesorc t1 + JOIN alltypesorc t2 ON t1.cint = t2.cint +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT COUNT(t1.cint), MAX(t2.cint), MIN(t1.cint), AVG(t1.cint+t2.cint) + FROM alltypesorc t1 + JOIN alltypesorc t2 ON t1.cint = t2.cint +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +3152013 1073680599 -1073279343 9.375396162525452E8 diff --git ql/src/test/results/clientpositive/tez/vectorized_nested_mapjoin.q.out ql/src/test/results/clientpositive/tez/vectorized_nested_mapjoin.q.out new file mode 100644 index 0000000..ac0dd2a --- /dev/null +++ ql/src/test/results/clientpositive/tez/vectorized_nested_mapjoin.q.out @@ -0,0 +1,133 @@ +PREHOOK: query: explain select sum(t1.td) from (select v1.csmallint as tsi, v1.cdouble as td from alltypesorc v1, alltypesorc v2 where v1.ctinyint=v2.ctinyint) t1 join alltypesorc v3 on t1.tsi=v3.csmallint +PREHOOK: type: QUERY +POSTHOOK: query: explain select sum(t1.td) from (select v1.csmallint as tsi, v1.cdouble as td from alltypesorc v1, alltypesorc v2 where v1.ctinyint=v2.ctinyint) t1 join alltypesorc v3 on t1.tsi=v3.csmallint +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Map 1 <- Map 4 (BROADCAST_EDGE) + Map 4 <- Map 3 (BROADCAST_EDGE) + Reducer 2 <- Map 1 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: v3 + Statistics: Num rows: 94309 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: csmallint is not null (type: boolean) + Statistics: Num rows: 47155 Data size: 188620 Basic stats: COMPLETE Column stats: NONE + Map Join Operator + condition map: + Inner Join 0 to 1 + condition expressions: + 0 {_col1} + 1 + keys: + 0 _col0 (type: smallint) + 1 csmallint (type: smallint) + outputColumnNames: _col1 + Statistics: Num rows: 51870 Data size: 207482 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col1 (type: double) + outputColumnNames: _col1 + Statistics: Num rows: 51870 Data size: 207482 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: sum(_col1) + mode: hash + outputColumnNames: _col0 + Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + sort order: + Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE + value expressions: _col0 (type: double) + Execution mode: vectorized + Map 3 + Map Operator Tree: + TableScan + alias: v1 + Statistics: Num rows: 23577 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: (ctinyint is not null and csmallint is not null) (type: boolean) + Statistics: Num rows: 5895 Data size: 94321 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: ctinyint (type: tinyint) + sort order: + + Map-reduce partition columns: ctinyint (type: tinyint) + Statistics: Num rows: 5895 Data size: 94321 Basic stats: COMPLETE Column stats: NONE + value expressions: csmallint (type: smallint), cdouble (type: double) + Execution mode: vectorized + Map 4 + Map Operator Tree: + TableScan + alias: v2 + Statistics: Num rows: 94309 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: ctinyint is not null (type: boolean) + Statistics: Num rows: 47155 Data size: 188620 Basic stats: COMPLETE Column stats: NONE + Map Join Operator + condition map: + Inner Join 0 to 1 + condition expressions: + 0 {ctinyint} {csmallint} {cdouble} + 1 {ctinyint} + keys: + 0 ctinyint (type: tinyint) + 1 ctinyint (type: tinyint) + outputColumnNames: _col0, _col1, _col5, _col14 + Statistics: Num rows: 51870 Data size: 207482 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: (_col0 = _col14) (type: boolean) + Statistics: Num rows: 25935 Data size: 103741 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col1 (type: smallint), _col5 (type: double) + outputColumnNames: _col0, _col1 + Statistics: Num rows: 25935 Data size: 103741 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: smallint) + sort order: + + Map-reduce partition columns: _col0 (type: smallint) + Statistics: Num rows: 25935 Data size: 103741 Basic stats: COMPLETE Column stats: NONE + value expressions: _col1 (type: double) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Group By Operator + aggregations: sum(VALUE._col0) + mode: mergepartial + outputColumnNames: _col0 + Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: double) + outputColumnNames: _col0 + Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 1 Data size: 8 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + Execution mode: vectorized + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +PREHOOK: query: select sum(t1.td) from (select v1.csmallint as tsi, v1.cdouble as td from alltypesorc v1, alltypesorc v2 where v1.ctinyint=v2.ctinyint) t1 join alltypesorc v3 on t1.tsi=v3.csmallint +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: select sum(t1.td) from (select v1.csmallint as tsi, v1.cdouble as td from alltypesorc v1, alltypesorc v2 where v1.ctinyint=v2.ctinyint) t1 join alltypesorc v3 on t1.tsi=v3.csmallint +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +6.06519093248863E11 diff --git ql/src/test/results/clientpositive/tez/vectorized_shufflejoin.q.out ql/src/test/results/clientpositive/tez/vectorized_shufflejoin.q.out new file mode 100644 index 0000000..e659e7f --- /dev/null +++ ql/src/test/results/clientpositive/tez/vectorized_shufflejoin.q.out @@ -0,0 +1,109 @@ +PREHOOK: query: EXPLAIN SELECT COUNT(t1.cint), MAX(t2.cint), MIN(t1.cint), AVG(t1.cint+t2.cint) + FROM alltypesorc t1 + JOIN alltypesorc t2 ON t1.cint = t2.cint +PREHOOK: type: QUERY +POSTHOOK: query: EXPLAIN SELECT COUNT(t1.cint), MAX(t2.cint), MIN(t1.cint), AVG(t1.cint+t2.cint) + FROM alltypesorc t1 + JOIN alltypesorc t2 ON t1.cint = t2.cint +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE), Map 4 (SIMPLE_EDGE) + Reducer 3 <- Reducer 2 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: t2 + Statistics: Num rows: 94309 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: cint is not null (type: boolean) + Statistics: Num rows: 47155 Data size: 188620 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: cint (type: int) + sort order: + + Map-reduce partition columns: cint (type: int) + Statistics: Num rows: 47155 Data size: 188620 Basic stats: COMPLETE Column stats: NONE + Execution mode: vectorized + Map 4 + Map Operator Tree: + TableScan + alias: t1 + Statistics: Num rows: 94309 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: cint is not null (type: boolean) + Statistics: Num rows: 47155 Data size: 188620 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: cint (type: int) + sort order: + + Map-reduce partition columns: cint (type: int) + Statistics: Num rows: 47155 Data size: 188620 Basic stats: COMPLETE Column stats: NONE + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Join Operator + condition map: + Inner Join 0 to 1 + condition expressions: + 0 {KEY.reducesinkkey0} + 1 {KEY.reducesinkkey0} + outputColumnNames: _col2, _col16 + Statistics: Num rows: 51870 Data size: 207482 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col2 (type: int), _col16 (type: int) + outputColumnNames: _col2, _col16 + Statistics: Num rows: 51870 Data size: 207482 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: count(_col2), max(_col16), min(_col2), avg((_col2 + _col16)) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3 + Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + sort order: + Statistics: Num rows: 1 Data size: 16 Basic stats: COMPLETE Column stats: NONE + value expressions: _col0 (type: bigint), _col1 (type: int), _col2 (type: int), _col3 (type: struct) + Reducer 3 + Reduce Operator Tree: + Group By Operator + aggregations: count(VALUE._col0), max(VALUE._col1), min(VALUE._col2), avg(VALUE._col3) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3 + Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: bigint), _col1 (type: int), _col2 (type: int), _col3 (type: double) + outputColumnNames: _col0, _col1, _col2, _col3 + Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 1 Data size: 24 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +PREHOOK: query: SELECT COUNT(t1.cint), MAX(t2.cint), MIN(t1.cint), AVG(t1.cint+t2.cint) + FROM alltypesorc t1 + JOIN alltypesorc t2 ON t1.cint = t2.cint +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +POSTHOOK: query: SELECT COUNT(t1.cint), MAX(t2.cint), MIN(t1.cint), AVG(t1.cint+t2.cint) + FROM alltypesorc t1 + JOIN alltypesorc t2 ON t1.cint = t2.cint +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +#### A masked pattern was here #### +3152013 1073680599 -1073279343 9.375396162525452E8 diff --git ql/src/test/results/clientpositive/tez/vectorized_timestamp_funcs.q.out ql/src/test/results/clientpositive/tez/vectorized_timestamp_funcs.q.out new file mode 100644 index 0000000..99f4141 --- /dev/null +++ ql/src/test/results/clientpositive/tez/vectorized_timestamp_funcs.q.out @@ -0,0 +1,604 @@ +PREHOOK: query: -- Test timestamp functions in vectorized mode to verify they run correctly end-to-end. + +CREATE TABLE alltypesorc_string(ctimestamp1 timestamp, stimestamp1 string) STORED AS ORC +PREHOOK: type: CREATETABLE +PREHOOK: Output: database:default +POSTHOOK: query: -- Test timestamp functions in vectorized mode to verify they run correctly end-to-end. + +CREATE TABLE alltypesorc_string(ctimestamp1 timestamp, stimestamp1 string) STORED AS ORC +POSTHOOK: type: CREATETABLE +POSTHOOK: Output: database:default +POSTHOOK: Output: default@alltypesorc_string +PREHOOK: query: INSERT OVERWRITE TABLE alltypesorc_string +SELECT + to_utc_timestamp(ctimestamp1, 'America/Los_Angeles'), + CAST(to_utc_timestamp(ctimestamp1, 'America/Los_Angeles') AS STRING) +FROM alltypesorc +LIMIT 40 +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +PREHOOK: Output: default@alltypesorc_string +POSTHOOK: query: INSERT OVERWRITE TABLE alltypesorc_string +SELECT + to_utc_timestamp(ctimestamp1, 'America/Los_Angeles'), + CAST(to_utc_timestamp(ctimestamp1, 'America/Los_Angeles') AS STRING) +FROM alltypesorc +LIMIT 40 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +POSTHOOK: Output: default@alltypesorc_string +POSTHOOK: Lineage: alltypesorc_string.ctimestamp1 EXPRESSION [(alltypesorc)alltypesorc.FieldSchema(name:ctimestamp1, type:timestamp, comment:null), ] +POSTHOOK: Lineage: alltypesorc_string.stimestamp1 EXPRESSION [(alltypesorc)alltypesorc.FieldSchema(name:ctimestamp1, type:timestamp, comment:null), ] +PREHOOK: query: CREATE TABLE alltypesorc_wrong(stimestamp1 string) STORED AS ORC +PREHOOK: type: CREATETABLE +PREHOOK: Output: database:default +POSTHOOK: query: CREATE TABLE alltypesorc_wrong(stimestamp1 string) STORED AS ORC +POSTHOOK: type: CREATETABLE +POSTHOOK: Output: database:default +POSTHOOK: Output: default@alltypesorc_wrong +PREHOOK: query: INSERT INTO TABLE alltypesorc_wrong SELECT 'abcd' FROM alltypesorc LIMIT 1 +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +PREHOOK: Output: default@alltypesorc_wrong +POSTHOOK: query: INSERT INTO TABLE alltypesorc_wrong SELECT 'abcd' FROM alltypesorc LIMIT 1 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +POSTHOOK: Output: default@alltypesorc_wrong +POSTHOOK: Lineage: alltypesorc_wrong.stimestamp1 SIMPLE [] +PREHOOK: query: INSERT INTO TABLE alltypesorc_wrong SELECT '2000:01:01 00-00-00' FROM alltypesorc LIMIT 1 +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +PREHOOK: Output: default@alltypesorc_wrong +POSTHOOK: query: INSERT INTO TABLE alltypesorc_wrong SELECT '2000:01:01 00-00-00' FROM alltypesorc LIMIT 1 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +POSTHOOK: Output: default@alltypesorc_wrong +POSTHOOK: Lineage: alltypesorc_wrong.stimestamp1 SIMPLE [] +PREHOOK: query: INSERT INTO TABLE alltypesorc_wrong SELECT '0000-00-00 99:99:99' FROM alltypesorc LIMIT 1 +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc +PREHOOK: Output: default@alltypesorc_wrong +POSTHOOK: query: INSERT INTO TABLE alltypesorc_wrong SELECT '0000-00-00 99:99:99' FROM alltypesorc LIMIT 1 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc +POSTHOOK: Output: default@alltypesorc_wrong +POSTHOOK: Lineage: alltypesorc_wrong.stimestamp1 SIMPLE [] +PREHOOK: query: EXPLAIN SELECT + to_unix_timestamp(ctimestamp1) AS c1, + year(ctimestamp1), + month(ctimestamp1), + day(ctimestamp1), + dayofmonth(ctimestamp1), + weekofyear(ctimestamp1), + hour(ctimestamp1), + minute(ctimestamp1), + second(ctimestamp1) +FROM alltypesorc_string +ORDER BY c1 +PREHOOK: type: QUERY +POSTHOOK: query: EXPLAIN SELECT + to_unix_timestamp(ctimestamp1) AS c1, + year(ctimestamp1), + month(ctimestamp1), + day(ctimestamp1), + dayofmonth(ctimestamp1), + weekofyear(ctimestamp1), + hour(ctimestamp1), + minute(ctimestamp1), + second(ctimestamp1) +FROM alltypesorc_string +ORDER BY c1 +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc_string + Statistics: Num rows: 40 Data size: 622 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: to_unix_timestamp(ctimestamp1) (type: bigint), year(ctimestamp1) (type: int), month(ctimestamp1) (type: int), day(ctimestamp1) (type: int), dayofmonth(ctimestamp1) (type: int), weekofyear(ctimestamp1) (type: int), hour(ctimestamp1) (type: int), minute(ctimestamp1) (type: int), second(ctimestamp1) (type: int) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 + Statistics: Num rows: 40 Data size: 622 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: bigint) + sort order: + + Statistics: Num rows: 40 Data size: 622 Basic stats: COMPLETE Column stats: NONE + value expressions: _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: int), _col5 (type: int), _col6 (type: int), _col7 (type: int), _col8 (type: int) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Select Operator + expressions: KEY.reducesinkkey0 (type: bigint), VALUE._col0 (type: int), VALUE._col1 (type: int), VALUE._col2 (type: int), VALUE._col3 (type: int), VALUE._col4 (type: int), VALUE._col5 (type: int), VALUE._col6 (type: int), VALUE._col7 (type: int) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 + Statistics: Num rows: 40 Data size: 622 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 40 Data size: 622 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + Execution mode: vectorized + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +PREHOOK: query: SELECT + to_unix_timestamp(ctimestamp1) AS c1, + year(ctimestamp1), + month(ctimestamp1), + day(ctimestamp1), + dayofmonth(ctimestamp1), + weekofyear(ctimestamp1), + hour(ctimestamp1), + minute(ctimestamp1), + second(ctimestamp1) +FROM alltypesorc_string +ORDER BY c1 +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc_string +#### A masked pattern was here #### +POSTHOOK: query: SELECT + to_unix_timestamp(ctimestamp1) AS c1, + year(ctimestamp1), + month(ctimestamp1), + day(ctimestamp1), + dayofmonth(ctimestamp1), + weekofyear(ctimestamp1), + hour(ctimestamp1), + minute(ctimestamp1), + second(ctimestamp1) +FROM alltypesorc_string +ORDER BY c1 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc_string +#### A masked pattern was here #### +NULL NULL NULL NULL NULL NULL NULL NULL NULL +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +28786 1969 12 31 31 1 23 59 46 +PREHOOK: query: EXPLAIN SELECT + to_unix_timestamp(stimestamp1) AS c1, + year(stimestamp1), + month(stimestamp1), + day(stimestamp1), + dayofmonth(stimestamp1), + weekofyear(stimestamp1), + hour(stimestamp1), + minute(stimestamp1), + second(stimestamp1) +FROM alltypesorc_string +ORDER BY c1 +PREHOOK: type: QUERY +POSTHOOK: query: EXPLAIN SELECT + to_unix_timestamp(stimestamp1) AS c1, + year(stimestamp1), + month(stimestamp1), + day(stimestamp1), + dayofmonth(stimestamp1), + weekofyear(stimestamp1), + hour(stimestamp1), + minute(stimestamp1), + second(stimestamp1) +FROM alltypesorc_string +ORDER BY c1 +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc_string + Statistics: Num rows: 40 Data size: 622 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: to_unix_timestamp(stimestamp1) (type: bigint), year(stimestamp1) (type: int), month(stimestamp1) (type: int), day(stimestamp1) (type: int), dayofmonth(stimestamp1) (type: int), weekofyear(stimestamp1) (type: int), hour(stimestamp1) (type: int), minute(stimestamp1) (type: int), second(stimestamp1) (type: int) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 + Statistics: Num rows: 40 Data size: 622 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: bigint) + sort order: + + Statistics: Num rows: 40 Data size: 622 Basic stats: COMPLETE Column stats: NONE + value expressions: _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: int), _col5 (type: int), _col6 (type: int), _col7 (type: int), _col8 (type: int) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Select Operator + expressions: KEY.reducesinkkey0 (type: bigint), VALUE._col0 (type: int), VALUE._col1 (type: int), VALUE._col2 (type: int), VALUE._col3 (type: int), VALUE._col4 (type: int), VALUE._col5 (type: int), VALUE._col6 (type: int), VALUE._col7 (type: int) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 + Statistics: Num rows: 40 Data size: 622 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 40 Data size: 622 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + Execution mode: vectorized + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +PREHOOK: query: SELECT + to_unix_timestamp(stimestamp1) AS c1, + year(stimestamp1), + month(stimestamp1), + day(stimestamp1), + dayofmonth(stimestamp1), + weekofyear(stimestamp1), + hour(stimestamp1), + minute(stimestamp1), + second(stimestamp1) +FROM alltypesorc_string +ORDER BY c1 +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc_string +#### A masked pattern was here #### +POSTHOOK: query: SELECT + to_unix_timestamp(stimestamp1) AS c1, + year(stimestamp1), + month(stimestamp1), + day(stimestamp1), + dayofmonth(stimestamp1), + weekofyear(stimestamp1), + hour(stimestamp1), + minute(stimestamp1), + second(stimestamp1) +FROM alltypesorc_string +ORDER BY c1 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc_string +#### A masked pattern was here #### +NULL NULL NULL NULL NULL NULL NULL NULL NULL +28784 1969 12 31 31 1 23 59 44 +28784 1969 12 31 31 1 23 59 44 +28784 1969 12 31 31 1 23 59 44 +28784 1969 12 31 31 1 23 59 44 +28785 1969 12 31 31 1 23 59 45 +28786 1969 12 31 31 1 23 59 46 +28787 1969 12 31 31 1 23 59 47 +28788 1969 12 31 31 1 23 59 48 +28789 1969 12 31 31 1 23 59 49 +28789 1969 12 31 31 1 23 59 49 +28790 1969 12 31 31 1 23 59 50 +28792 1969 12 31 31 1 23 59 52 +28792 1969 12 31 31 1 23 59 52 +28792 1969 12 31 31 1 23 59 52 +28792 1969 12 31 31 1 23 59 52 +28795 1969 12 31 31 1 23 59 55 +28795 1969 12 31 31 1 23 59 55 +28795 1969 12 31 31 1 23 59 55 +28798 1969 12 31 31 1 23 59 58 +28798 1969 12 31 31 1 23 59 58 +28800 1970 1 1 1 1 0 0 0 +28800 1970 1 1 1 1 0 0 0 +28802 1970 1 1 1 1 0 0 2 +28803 1970 1 1 1 1 0 0 3 +28804 1970 1 1 1 1 0 0 4 +28804 1970 1 1 1 1 0 0 4 +28805 1970 1 1 1 1 0 0 5 +28805 1970 1 1 1 1 0 0 5 +28806 1970 1 1 1 1 0 0 6 +28807 1970 1 1 1 1 0 0 7 +28807 1970 1 1 1 1 0 0 7 +28807 1970 1 1 1 1 0 0 7 +28808 1970 1 1 1 1 0 0 8 +28808 1970 1 1 1 1 0 0 8 +28809 1970 1 1 1 1 0 0 9 +28811 1970 1 1 1 1 0 0 11 +28813 1970 1 1 1 1 0 0 13 +28814 1970 1 1 1 1 0 0 14 +28815 1970 1 1 1 1 0 0 15 +PREHOOK: query: EXPLAIN SELECT + to_unix_timestamp(ctimestamp1) = to_unix_timestamp(stimestamp1) AS c1, + year(ctimestamp1) = year(stimestamp1), + month(ctimestamp1) = month(stimestamp1), + day(ctimestamp1) = day(stimestamp1), + dayofmonth(ctimestamp1) = dayofmonth(stimestamp1), + weekofyear(ctimestamp1) = weekofyear(stimestamp1), + hour(ctimestamp1) = hour(stimestamp1), + minute(ctimestamp1) = minute(stimestamp1), + second(ctimestamp1) = second(stimestamp1) +FROM alltypesorc_string +ORDER BY c1 +PREHOOK: type: QUERY +POSTHOOK: query: EXPLAIN SELECT + to_unix_timestamp(ctimestamp1) = to_unix_timestamp(stimestamp1) AS c1, + year(ctimestamp1) = year(stimestamp1), + month(ctimestamp1) = month(stimestamp1), + day(ctimestamp1) = day(stimestamp1), + dayofmonth(ctimestamp1) = dayofmonth(stimestamp1), + weekofyear(ctimestamp1) = weekofyear(stimestamp1), + hour(ctimestamp1) = hour(stimestamp1), + minute(ctimestamp1) = minute(stimestamp1), + second(ctimestamp1) = second(stimestamp1) +FROM alltypesorc_string +ORDER BY c1 +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc_string + Statistics: Num rows: 40 Data size: 622 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: (to_unix_timestamp(ctimestamp1) = to_unix_timestamp(stimestamp1)) (type: boolean), (year(ctimestamp1) = year(stimestamp1)) (type: boolean), (month(ctimestamp1) = month(stimestamp1)) (type: boolean), (day(ctimestamp1) = day(stimestamp1)) (type: boolean), (dayofmonth(ctimestamp1) = dayofmonth(stimestamp1)) (type: boolean), (weekofyear(ctimestamp1) = weekofyear(stimestamp1)) (type: boolean), (hour(ctimestamp1) = hour(stimestamp1)) (type: boolean), (minute(ctimestamp1) = minute(stimestamp1)) (type: boolean), (second(ctimestamp1) = second(stimestamp1)) (type: boolean) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 + Statistics: Num rows: 40 Data size: 622 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: boolean) + sort order: + + Statistics: Num rows: 40 Data size: 622 Basic stats: COMPLETE Column stats: NONE + value expressions: _col1 (type: boolean), _col2 (type: boolean), _col3 (type: boolean), _col4 (type: boolean), _col5 (type: boolean), _col6 (type: boolean), _col7 (type: boolean), _col8 (type: boolean) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Select Operator + expressions: KEY.reducesinkkey0 (type: boolean), VALUE._col0 (type: boolean), VALUE._col1 (type: boolean), VALUE._col2 (type: boolean), VALUE._col3 (type: boolean), VALUE._col4 (type: boolean), VALUE._col5 (type: boolean), VALUE._col6 (type: boolean), VALUE._col7 (type: boolean) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 + Statistics: Num rows: 40 Data size: 622 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 40 Data size: 622 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + Execution mode: vectorized + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +PREHOOK: query: -- Should all be true or NULL +SELECT + to_unix_timestamp(ctimestamp1) = to_unix_timestamp(stimestamp1) AS c1, + year(ctimestamp1) = year(stimestamp1), + month(ctimestamp1) = month(stimestamp1), + day(ctimestamp1) = day(stimestamp1), + dayofmonth(ctimestamp1) = dayofmonth(stimestamp1), + weekofyear(ctimestamp1) = weekofyear(stimestamp1), + hour(ctimestamp1) = hour(stimestamp1), + minute(ctimestamp1) = minute(stimestamp1), + second(ctimestamp1) = second(stimestamp1) +FROM alltypesorc_string +ORDER BY c1 +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc_string +#### A masked pattern was here #### +POSTHOOK: query: -- Should all be true or NULL +SELECT + to_unix_timestamp(ctimestamp1) = to_unix_timestamp(stimestamp1) AS c1, + year(ctimestamp1) = year(stimestamp1), + month(ctimestamp1) = month(stimestamp1), + day(ctimestamp1) = day(stimestamp1), + dayofmonth(ctimestamp1) = dayofmonth(stimestamp1), + weekofyear(ctimestamp1) = weekofyear(stimestamp1), + hour(ctimestamp1) = hour(stimestamp1), + minute(ctimestamp1) = minute(stimestamp1), + second(ctimestamp1) = second(stimestamp1) +FROM alltypesorc_string +ORDER BY c1 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc_string +#### A masked pattern was here #### +NULL NULL NULL NULL NULL NULL NULL NULL NULL +false false false false false true false false false +false true true true true true true true false +false true true true true true true true false +false true true true true true true true false +false false false false false true false false false +false false false false false true false false false +false false false false false true false false false +false true true true true true true true false +false true true true true true true true false +false true true true true true true true false +false false false false false true false false false +false false false false false true false false false +false false false false false true false false false +false true true true true true true true false +false false false false false true false false false +false true true true true true true true false +false false false false false true false false false +false false false false false true false false false +false true true true true true true true false +false true true true true true true true false +false false false false false true false false false +false false false false false true false false false +false false false false false true false false false +false false false false false true false false false +false true true true true true true true false +false true true true true true true true false +false true true true true true true true false +false false false false false true false false false +false true true true true true true true false +false false false false false true false false false +false true true true true true true true false +false false false false false true false false false +false true true true true true true true false +false true true true true true true true false +false true true true true true true true false +false false false false false true false false false +false false false false false true false false false +false true true true true true true true false +true true true true true true true true true +PREHOOK: query: -- Wrong format. Should all be NULL. +EXPLAIN SELECT + to_unix_timestamp(stimestamp1) AS c1, + year(stimestamp1), + month(stimestamp1), + day(stimestamp1), + dayofmonth(stimestamp1), + weekofyear(stimestamp1), + hour(stimestamp1), + minute(stimestamp1), + second(stimestamp1) +FROM alltypesorc_wrong +ORDER BY c1 +PREHOOK: type: QUERY +POSTHOOK: query: -- Wrong format. Should all be NULL. +EXPLAIN SELECT + to_unix_timestamp(stimestamp1) AS c1, + year(stimestamp1), + month(stimestamp1), + day(stimestamp1), + dayofmonth(stimestamp1), + weekofyear(stimestamp1), + hour(stimestamp1), + minute(stimestamp1), + second(stimestamp1) +FROM alltypesorc_wrong +ORDER BY c1 +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Tez + Edges: + Reducer 2 <- Map 1 (SIMPLE_EDGE) +#### A masked pattern was here #### + Vertices: + Map 1 + Map Operator Tree: + TableScan + alias: alltypesorc_wrong + Statistics: Num rows: 1 Data size: 698 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: to_unix_timestamp(stimestamp1) (type: bigint), year(stimestamp1) (type: int), month(stimestamp1) (type: int), day(stimestamp1) (type: int), dayofmonth(stimestamp1) (type: int), weekofyear(stimestamp1) (type: int), hour(stimestamp1) (type: int), minute(stimestamp1) (type: int), second(stimestamp1) (type: int) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 + Statistics: Num rows: 1 Data size: 698 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: bigint) + sort order: + + Statistics: Num rows: 1 Data size: 698 Basic stats: COMPLETE Column stats: NONE + value expressions: _col1 (type: int), _col2 (type: int), _col3 (type: int), _col4 (type: int), _col5 (type: int), _col6 (type: int), _col7 (type: int), _col8 (type: int) + Execution mode: vectorized + Reducer 2 + Reduce Operator Tree: + Select Operator + expressions: KEY.reducesinkkey0 (type: bigint), VALUE._col0 (type: int), VALUE._col1 (type: int), VALUE._col2 (type: int), VALUE._col3 (type: int), VALUE._col4 (type: int), VALUE._col5 (type: int), VALUE._col6 (type: int), VALUE._col7 (type: int) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8 + Statistics: Num rows: 1 Data size: 698 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 1 Data size: 698 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + Execution mode: vectorized + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + +PREHOOK: query: SELECT + to_unix_timestamp(stimestamp1) AS c1, + year(stimestamp1), + month(stimestamp1), + day(stimestamp1), + dayofmonth(stimestamp1), + weekofyear(stimestamp1), + hour(stimestamp1), + minute(stimestamp1), + second(stimestamp1) +FROM alltypesorc_wrong +ORDER BY c1 +PREHOOK: type: QUERY +PREHOOK: Input: default@alltypesorc_wrong +#### A masked pattern was here #### +POSTHOOK: query: SELECT + to_unix_timestamp(stimestamp1) AS c1, + year(stimestamp1), + month(stimestamp1), + day(stimestamp1), + dayofmonth(stimestamp1), + weekofyear(stimestamp1), + hour(stimestamp1), + minute(stimestamp1), + second(stimestamp1) +FROM alltypesorc_wrong +ORDER BY c1 +POSTHOOK: type: QUERY +POSTHOOK: Input: default@alltypesorc_wrong +#### A masked pattern was here #### +NULL NULL NULL NULL NULL NULL NULL NULL NULL +NULL NULL NULL NULL NULL NULL NULL NULL NULL +NULL NULL NULL NULL NULL NULL NULL NULL NULL diff --git ql/src/test/results/clientpositive/transform_ppr1.q.out ql/src/test/results/clientpositive/transform_ppr1.q.out index 88baa2c..222acf9 100644 --- ql/src/test/results/clientpositive/transform_ppr1.q.out +++ ql/src/test/results/clientpositive/transform_ppr1.q.out @@ -324,6 +324,7 @@ STAGE PLANS: /srcpart/ds=2008-04-09/hr=11 [tmap:src] /srcpart/ds=2008-04-09/hr=12 [tmap:src] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1, VALUE._col2 Reduce Operator Tree: Select Operator expressions: VALUE._col1 (type: string), VALUE._col2 (type: string) diff --git ql/src/test/results/clientpositive/transform_ppr2.q.out ql/src/test/results/clientpositive/transform_ppr2.q.out index ec52c91..290bd7a 100644 --- ql/src/test/results/clientpositive/transform_ppr2.q.out +++ ql/src/test/results/clientpositive/transform_ppr2.q.out @@ -232,6 +232,7 @@ STAGE PLANS: /srcpart/ds=2008-04-08/hr=11 [tmap:src] /srcpart/ds=2008-04-08/hr=12 [tmap:src] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, VALUE._col0, VALUE._col1, VALUE._col2 Reduce Operator Tree: Select Operator expressions: VALUE._col1 (type: string), VALUE._col2 (type: string) diff --git ql/src/test/results/clientpositive/udf_explode.q.out ql/src/test/results/clientpositive/udf_explode.q.out index 4eeedeb..5c9fd87 100644 --- ql/src/test/results/clientpositive/udf_explode.q.out +++ ql/src/test/results/clientpositive/udf_explode.q.out @@ -275,6 +275,7 @@ STAGE PLANS: Truncated Path -> Alias: /src [a:src] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -631,6 +632,7 @@ STAGE PLANS: Truncated Path -> Alias: /src [a:src] Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/udtf_explode.q.out ql/src/test/results/clientpositive/udtf_explode.q.out index ae95907..80f30a5 100644 --- ql/src/test/results/clientpositive/udtf_explode.q.out +++ ql/src/test/results/clientpositive/udtf_explode.q.out @@ -266,6 +266,7 @@ STAGE PLANS: Truncated Path -> Alias: /src [a:src] Needs Tagging: false + Reduce Column Names: VALUE._col0 Reduce Operator Tree: Select Operator expressions: VALUE._col0 (type: int) @@ -340,6 +341,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -594,6 +596,7 @@ STAGE PLANS: Truncated Path -> Alias: /src [a:src] Needs Tagging: false + Reduce Column Names: VALUE._col0, VALUE._col1 Reduce Operator Tree: Select Operator expressions: VALUE._col0 (type: int), VALUE._col1 (type: string) @@ -668,6 +671,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: KEY._col0, KEY._col1, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/union24.q.out ql/src/test/results/clientpositive/union24.q.out index dda55ca..a7a60f7 100644 --- ql/src/test/results/clientpositive/union24.q.out +++ ql/src/test/results/clientpositive/union24.q.out @@ -251,6 +251,7 @@ STAGE PLANS: Truncated Path -> Alias: /src5 [null-subquery2:s-subquery2:src5] Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) @@ -1560,6 +1561,7 @@ STAGE PLANS: Truncated Path -> Alias: #### A masked pattern was here #### Needs Tagging: false + Reduce Column Names: KEY._col0, VALUE._col0 Reduce Operator Tree: Group By Operator aggregations: count(VALUE._col0) diff --git ql/src/test/results/clientpositive/union_ppr.q.out ql/src/test/results/clientpositive/union_ppr.q.out index 3016b61..3f3de23 100644 --- ql/src/test/results/clientpositive/union_ppr.q.out +++ ql/src/test/results/clientpositive/union_ppr.q.out @@ -257,6 +257,7 @@ STAGE PLANS: /srcpart/ds=2008-04-08/hr=11 [null-subquery1:a-subquery1:x, null-subquery2:a-subquery2:y] /srcpart/ds=2008-04-08/hr=12 [null-subquery1:a-subquery1:x, null-subquery2:a-subquery2:y] Needs Tagging: false + Reduce Column Names: KEY.reducesinkkey0, KEY.reducesinkkey1, KEY.reducesinkkey2, KEY.reducesinkkey3 Reduce Operator Tree: Select Operator expressions: KEY.reducesinkkey0 (type: string), KEY.reducesinkkey1 (type: string), KEY.reducesinkkey2 (type: string), KEY.reducesinkkey3 (type: string) diff --git ql/src/test/results/clientpositive/vectorization_14.q.out ql/src/test/results/clientpositive/vectorization_14.q.out index b5ad9b5..3992bb1 100644 --- ql/src/test/results/clientpositive/vectorization_14.q.out +++ ql/src/test/results/clientpositive/vectorization_14.q.out @@ -1,3 +1,147 @@ +PREHOOK: query: EXPLAIN +SELECT ctimestamp1, + cfloat, + cstring1, + cboolean1, + cdouble, + (-26.28 + cdouble), + (-((-26.28 + cdouble))), + STDDEV_SAMP((-((-26.28 + cdouble)))), + (cfloat * -26.28), + MAX(cfloat), + (-(cfloat)), + (-(MAX(cfloat))), + ((-((-26.28 + cdouble))) / 10.175), + STDDEV_POP(cfloat), + COUNT(cfloat), + (-(((-((-26.28 + cdouble))) / 10.175))), + (-1.389 % STDDEV_SAMP((-((-26.28 + cdouble))))), + (cfloat - cdouble), + VAR_POP(cfloat), + (VAR_POP(cfloat) % 10.175), + VAR_SAMP(cfloat), + (-((cfloat - cdouble))) +FROM alltypesorc +WHERE (((ctinyint <= cbigint) + AND ((cint <= cdouble) + OR (ctimestamp2 < ctimestamp1))) + AND ((cdouble < ctinyint) + AND ((cbigint > -257) + OR (cfloat < cint)))) +GROUP BY ctimestamp1, cfloat, cstring1, cboolean1, cdouble +ORDER BY cstring1, cfloat, cdouble, ctimestamp1 +PREHOOK: type: QUERY +POSTHOOK: query: EXPLAIN +SELECT ctimestamp1, + cfloat, + cstring1, + cboolean1, + cdouble, + (-26.28 + cdouble), + (-((-26.28 + cdouble))), + STDDEV_SAMP((-((-26.28 + cdouble)))), + (cfloat * -26.28), + MAX(cfloat), + (-(cfloat)), + (-(MAX(cfloat))), + ((-((-26.28 + cdouble))) / 10.175), + STDDEV_POP(cfloat), + COUNT(cfloat), + (-(((-((-26.28 + cdouble))) / 10.175))), + (-1.389 % STDDEV_SAMP((-((-26.28 + cdouble))))), + (cfloat - cdouble), + VAR_POP(cfloat), + (VAR_POP(cfloat) % 10.175), + VAR_SAMP(cfloat), + (-((cfloat - cdouble))) +FROM alltypesorc +WHERE (((ctinyint <= cbigint) + AND ((cint <= cdouble) + OR (ctimestamp2 < ctimestamp1))) + AND ((cdouble < ctinyint) + AND ((cbigint > -257) + OR (cfloat < cint)))) +GROUP BY ctimestamp1, cfloat, cstring1, cboolean1, cdouble +ORDER BY cstring1, cfloat, cdouble, ctimestamp1 +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-2 depends on stages: Stage-1 + Stage-0 depends on stages: Stage-2 + +STAGE PLANS: + Stage: Stage-1 + Map Reduce + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 1779 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: ((((ctinyint <= cbigint) and ((cint <= cdouble) or (ctimestamp2 < ctimestamp1))) and (cdouble < ctinyint)) and ((cbigint > (- 257)) or (cfloat < cint))) (type: boolean) + Statistics: Num rows: 86 Data size: 18236 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: ctimestamp1 (type: timestamp), cfloat (type: float), cstring1 (type: string), cboolean1 (type: boolean), cdouble (type: double) + outputColumnNames: ctimestamp1, cfloat, cstring1, cboolean1, cdouble + Statistics: Num rows: 86 Data size: 18236 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: stddev_samp((- ((- 26.28) + cdouble))), max(cfloat), stddev_pop(cfloat), count(cfloat), var_pop(cfloat), var_samp(cfloat) + keys: ctimestamp1 (type: timestamp), cfloat (type: float), cstring1 (type: string), cboolean1 (type: boolean), cdouble (type: double) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 + Statistics: Num rows: 86 Data size: 18236 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: timestamp), _col1 (type: float), _col2 (type: string), _col3 (type: boolean), _col4 (type: double) + sort order: +++++ + Map-reduce partition columns: _col0 (type: timestamp), _col1 (type: float), _col2 (type: string), _col3 (type: boolean), _col4 (type: double) + Statistics: Num rows: 86 Data size: 18236 Basic stats: COMPLETE Column stats: NONE + value expressions: _col5 (type: struct), _col6 (type: float), _col7 (type: struct), _col8 (type: bigint), _col9 (type: struct), _col10 (type: struct) + Execution mode: vectorized + Reduce Operator Tree: + Group By Operator + aggregations: stddev_samp(VALUE._col0), max(VALUE._col1), stddev_pop(VALUE._col2), count(VALUE._col3), var_pop(VALUE._col4), var_samp(VALUE._col5) + keys: KEY._col0 (type: timestamp), KEY._col1 (type: float), KEY._col2 (type: string), KEY._col3 (type: boolean), KEY._col4 (type: double) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10 + Statistics: Num rows: 43 Data size: 9118 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: timestamp), _col1 (type: float), _col2 (type: string), _col3 (type: boolean), _col4 (type: double), ((- 26.28) + _col4) (type: double), (- ((- 26.28) + _col4)) (type: double), _col5 (type: double), (_col1 * (- 26.28)) (type: double), _col6 (type: float), (- _col1) (type: float), (- _col6) (type: float), ((- ((- 26.28) + _col4)) / 10.175) (type: double), _col7 (type: double), _col8 (type: bigint), (- ((- ((- 26.28) + _col4)) / 10.175)) (type: double), ((- 1.389) % _col5) (type: double), (_col1 - _col4) (type: double), _col9 (type: double), (_col9 % 10.175) (type: double), _col10 (type: double), (- (_col1 - _col4)) (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20, _col21 + Statistics: Num rows: 43 Data size: 9118 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + table: + input format: org.apache.hadoop.mapred.SequenceFileInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat + serde: org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe + + Stage: Stage-2 + Map Reduce + Map Operator Tree: + TableScan + Reduce Output Operator + key expressions: _col2 (type: string), _col1 (type: float), _col4 (type: double), _col0 (type: timestamp) + sort order: ++++ + Statistics: Num rows: 43 Data size: 9118 Basic stats: COMPLETE Column stats: NONE + value expressions: _col3 (type: boolean), _col5 (type: double), _col6 (type: double), _col7 (type: double), _col8 (type: double), _col9 (type: float), _col10 (type: float), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: bigint), _col15 (type: double), _col16 (type: double), _col17 (type: double), _col18 (type: double), _col19 (type: double), _col20 (type: double), _col21 (type: double) + Reduce Operator Tree: + Select Operator + expressions: KEY.reducesinkkey3 (type: timestamp), KEY.reducesinkkey1 (type: float), KEY.reducesinkkey0 (type: string), VALUE._col0 (type: boolean), KEY.reducesinkkey2 (type: double), VALUE._col1 (type: double), VALUE._col2 (type: double), VALUE._col3 (type: double), VALUE._col4 (type: double), VALUE._col5 (type: float), VALUE._col6 (type: float), VALUE._col7 (type: float), VALUE._col8 (type: double), VALUE._col9 (type: double), VALUE._col10 (type: bigint), VALUE._col11 (type: double), VALUE._col12 (type: double), VALUE._col13 (type: double), VALUE._col14 (type: double), VALUE._col15 (type: double), VALUE._col16 (type: double), VALUE._col17 (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20, _col21 + Statistics: Num rows: 43 Data size: 9118 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 43 Data size: 9118 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + PREHOOK: query: SELECT ctimestamp1, cfloat, cstring1, diff --git ql/src/test/results/clientpositive/vectorization_15.q.out ql/src/test/results/clientpositive/vectorization_15.q.out index 78663a6..1f48fea 100644 --- ql/src/test/results/clientpositive/vectorization_15.q.out +++ ql/src/test/results/clientpositive/vectorization_15.q.out @@ -1,3 +1,143 @@ +PREHOOK: query: EXPLAIN +SELECT cfloat, + cboolean1, + cdouble, + cstring1, + ctinyint, + cint, + ctimestamp1, + STDDEV_SAMP(cfloat), + (-26.28 - cint), + MIN(cdouble), + (cdouble * 79.553), + (33 % cfloat), + STDDEV_SAMP(ctinyint), + VAR_POP(ctinyint), + (-23 % cdouble), + (-(ctinyint)), + VAR_SAMP(cint), + (cint - cfloat), + (-23 % ctinyint), + (-((-26.28 - cint))), + STDDEV_POP(cint) +FROM alltypesorc +WHERE (((cstring2 LIKE '%ss%') + OR (cstring1 LIKE '10%')) + OR ((cint >= -75) + AND ((ctinyint = csmallint) + AND (cdouble >= -3728)))) +GROUP BY cfloat, cboolean1, cdouble, cstring1, ctinyint, cint, ctimestamp1 +ORDER BY cfloat, cboolean1, cdouble, cstring1, ctinyint, cint, ctimestamp1 +PREHOOK: type: QUERY +POSTHOOK: query: EXPLAIN +SELECT cfloat, + cboolean1, + cdouble, + cstring1, + ctinyint, + cint, + ctimestamp1, + STDDEV_SAMP(cfloat), + (-26.28 - cint), + MIN(cdouble), + (cdouble * 79.553), + (33 % cfloat), + STDDEV_SAMP(ctinyint), + VAR_POP(ctinyint), + (-23 % cdouble), + (-(ctinyint)), + VAR_SAMP(cint), + (cint - cfloat), + (-23 % ctinyint), + (-((-26.28 - cint))), + STDDEV_POP(cint) +FROM alltypesorc +WHERE (((cstring2 LIKE '%ss%') + OR (cstring1 LIKE '10%')) + OR ((cint >= -75) + AND ((ctinyint = csmallint) + AND (cdouble >= -3728)))) +GROUP BY cfloat, cboolean1, cdouble, cstring1, ctinyint, cint, ctimestamp1 +ORDER BY cfloat, cboolean1, cdouble, cstring1, ctinyint, cint, ctimestamp1 +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-2 depends on stages: Stage-1 + Stage-0 depends on stages: Stage-2 + +STAGE PLANS: + Stage: Stage-1 + Map Reduce + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 1407 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: (((cstring2 like '%ss%') or (cstring1 like '10%')) or ((cint >= (- 75)) and ((ctinyint = csmallint) and (cdouble >= (- 3728))))) (type: boolean) + Statistics: Num rows: 1407 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: cfloat (type: float), cboolean1 (type: boolean), cdouble (type: double), cstring1 (type: string), ctinyint (type: tinyint), cint (type: int), ctimestamp1 (type: timestamp) + outputColumnNames: cfloat, cboolean1, cdouble, cstring1, ctinyint, cint, ctimestamp1 + Statistics: Num rows: 1407 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: stddev_samp(cfloat), min(cdouble), stddev_samp(ctinyint), var_pop(ctinyint), var_samp(cint), stddev_pop(cint) + keys: cfloat (type: float), cboolean1 (type: boolean), cdouble (type: double), cstring1 (type: string), ctinyint (type: tinyint), cint (type: int), ctimestamp1 (type: timestamp) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12 + Statistics: Num rows: 1407 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) + sort order: +++++++ + Map-reduce partition columns: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) + Statistics: Num rows: 1407 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + value expressions: _col7 (type: struct), _col8 (type: double), _col9 (type: struct), _col10 (type: struct), _col11 (type: struct), _col12 (type: struct) + Execution mode: vectorized + Reduce Operator Tree: + Group By Operator + aggregations: stddev_samp(VALUE._col0), min(VALUE._col1), stddev_samp(VALUE._col2), var_pop(VALUE._col3), var_samp(VALUE._col4), stddev_pop(VALUE._col5) + keys: KEY._col0 (type: float), KEY._col1 (type: boolean), KEY._col2 (type: double), KEY._col3 (type: string), KEY._col4 (type: tinyint), KEY._col5 (type: int), KEY._col6 (type: timestamp) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12 + Statistics: Num rows: 703 Data size: 188484 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp), _col7 (type: double), ((- 26.28) - _col5) (type: double), _col8 (type: double), (_col2 * 79.553) (type: double), (33 % _col0) (type: float), _col9 (type: double), _col10 (type: double), ((- 23) % _col2) (type: double), (- _col4) (type: tinyint), _col11 (type: double), (_col5 - _col0) (type: float), ((- 23) % _col4) (type: int), (- ((- 26.28) - _col5)) (type: double), _col12 (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20 + Statistics: Num rows: 703 Data size: 188484 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + table: + input format: org.apache.hadoop.mapred.SequenceFileInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat + serde: org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe + + Stage: Stage-2 + Map Reduce + Map Operator Tree: + TableScan + Reduce Output Operator + key expressions: _col0 (type: float), _col1 (type: boolean), _col2 (type: double), _col3 (type: string), _col4 (type: tinyint), _col5 (type: int), _col6 (type: timestamp) + sort order: +++++++ + Statistics: Num rows: 703 Data size: 188484 Basic stats: COMPLETE Column stats: NONE + value expressions: _col7 (type: double), _col8 (type: double), _col9 (type: double), _col10 (type: double), _col11 (type: float), _col12 (type: double), _col13 (type: double), _col14 (type: double), _col15 (type: tinyint), _col16 (type: double), _col17 (type: float), _col18 (type: int), _col19 (type: double), _col20 (type: double) + Reduce Operator Tree: + Select Operator + expressions: KEY.reducesinkkey0 (type: float), KEY.reducesinkkey1 (type: boolean), KEY.reducesinkkey2 (type: double), KEY.reducesinkkey3 (type: string), KEY.reducesinkkey4 (type: tinyint), KEY.reducesinkkey5 (type: int), KEY.reducesinkkey6 (type: timestamp), VALUE._col0 (type: double), VALUE._col1 (type: double), VALUE._col2 (type: double), VALUE._col3 (type: double), VALUE._col4 (type: float), VALUE._col5 (type: double), VALUE._col6 (type: double), VALUE._col7 (type: double), VALUE._col8 (type: tinyint), VALUE._col9 (type: double), VALUE._col10 (type: float), VALUE._col11 (type: int), VALUE._col12 (type: double), VALUE._col13 (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12, _col13, _col14, _col15, _col16, _col17, _col18, _col19, _col20 + Statistics: Num rows: 703 Data size: 188484 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 703 Data size: 188484 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + PREHOOK: query: SELECT cfloat, cboolean1, cdouble, diff --git ql/src/test/results/clientpositive/vectorization_16.q.out ql/src/test/results/clientpositive/vectorization_16.q.out index f9d4203..38596e6 100644 --- ql/src/test/results/clientpositive/vectorization_16.q.out +++ ql/src/test/results/clientpositive/vectorization_16.q.out @@ -1,3 +1,99 @@ +PREHOOK: query: EXPLAIN +SELECT cstring1, + cdouble, + ctimestamp1, + (cdouble - 9763215.5639), + (-((cdouble - 9763215.5639))), + COUNT(cdouble), + STDDEV_SAMP(cdouble), + (-(STDDEV_SAMP(cdouble))), + (STDDEV_SAMP(cdouble) * COUNT(cdouble)), + MIN(cdouble), + (9763215.5639 / cdouble), + (COUNT(cdouble) / -1.389), + STDDEV_SAMP(cdouble) +FROM alltypesorc +WHERE ((cstring2 LIKE '%b%') + AND ((cdouble >= -1.389) + OR (cstring1 < 'a'))) +GROUP BY cstring1, cdouble, ctimestamp1 +PREHOOK: type: QUERY +POSTHOOK: query: EXPLAIN +SELECT cstring1, + cdouble, + ctimestamp1, + (cdouble - 9763215.5639), + (-((cdouble - 9763215.5639))), + COUNT(cdouble), + STDDEV_SAMP(cdouble), + (-(STDDEV_SAMP(cdouble))), + (STDDEV_SAMP(cdouble) * COUNT(cdouble)), + MIN(cdouble), + (9763215.5639 / cdouble), + (COUNT(cdouble) / -1.389), + STDDEV_SAMP(cdouble) +FROM alltypesorc +WHERE ((cstring2 LIKE '%b%') + AND ((cdouble >= -1.389) + OR (cstring1 < 'a'))) +GROUP BY cstring1, cdouble, ctimestamp1 +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Map Reduce + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 1521 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: ((cstring2 like '%b%') and ((cdouble >= (- 1.389)) or (cstring1 < 'a'))) (type: boolean) + Statistics: Num rows: 506 Data size: 125497 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: cstring1 (type: string), cdouble (type: double), ctimestamp1 (type: timestamp) + outputColumnNames: cstring1, cdouble, ctimestamp1 + Statistics: Num rows: 506 Data size: 125497 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: count(cdouble), stddev_samp(cdouble), min(cdouble) + keys: cstring1 (type: string), cdouble (type: double), ctimestamp1 (type: timestamp) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 + Statistics: Num rows: 506 Data size: 125497 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) + sort order: +++ + Map-reduce partition columns: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) + Statistics: Num rows: 506 Data size: 125497 Basic stats: COMPLETE Column stats: NONE + value expressions: _col3 (type: bigint), _col4 (type: struct), _col5 (type: double) + Execution mode: vectorized + Reduce Operator Tree: + Group By Operator + aggregations: count(VALUE._col0), stddev_samp(VALUE._col1), min(VALUE._col2) + keys: KEY._col0 (type: string), KEY._col1 (type: double), KEY._col2 (type: timestamp) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 + Statistics: Num rows: 253 Data size: 62748 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp), (_col1 - 9763215.5639) (type: double), (- (_col1 - 9763215.5639)) (type: double), _col3 (type: bigint), _col4 (type: double), (- _col4) (type: double), (_col4 * _col3) (type: double), _col5 (type: double), (9763215.5639 / _col1) (type: double), (_col3 / (- 1.389)) (type: double), _col4 (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12 + Statistics: Num rows: 253 Data size: 62748 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 253 Data size: 62748 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + PREHOOK: query: SELECT cstring1, cdouble, ctimestamp1, diff --git ql/src/test/results/clientpositive/vectorization_9.q.out ql/src/test/results/clientpositive/vectorization_9.q.out index ca7500f..c757b1f 100644 --- ql/src/test/results/clientpositive/vectorization_9.q.out +++ ql/src/test/results/clientpositive/vectorization_9.q.out @@ -1,3 +1,99 @@ +PREHOOK: query: EXPLAIN +SELECT cstring1, + cdouble, + ctimestamp1, + (cdouble - 9763215.5639), + (-((cdouble - 9763215.5639))), + COUNT(cdouble), + STDDEV_SAMP(cdouble), + (-(STDDEV_SAMP(cdouble))), + (STDDEV_SAMP(cdouble) * COUNT(cdouble)), + MIN(cdouble), + (9763215.5639 / cdouble), + (COUNT(cdouble) / -1.389), + STDDEV_SAMP(cdouble) +FROM alltypesorc +WHERE ((cstring2 LIKE '%b%') + AND ((cdouble >= -1.389) + OR (cstring1 < 'a'))) +GROUP BY cstring1, cdouble, ctimestamp1 +PREHOOK: type: QUERY +POSTHOOK: query: EXPLAIN +SELECT cstring1, + cdouble, + ctimestamp1, + (cdouble - 9763215.5639), + (-((cdouble - 9763215.5639))), + COUNT(cdouble), + STDDEV_SAMP(cdouble), + (-(STDDEV_SAMP(cdouble))), + (STDDEV_SAMP(cdouble) * COUNT(cdouble)), + MIN(cdouble), + (9763215.5639 / cdouble), + (COUNT(cdouble) / -1.389), + STDDEV_SAMP(cdouble) +FROM alltypesorc +WHERE ((cstring2 LIKE '%b%') + AND ((cdouble >= -1.389) + OR (cstring1 < 'a'))) +GROUP BY cstring1, cdouble, ctimestamp1 +POSTHOOK: type: QUERY +STAGE DEPENDENCIES: + Stage-1 is a root stage + Stage-0 depends on stages: Stage-1 + +STAGE PLANS: + Stage: Stage-1 + Map Reduce + Map Operator Tree: + TableScan + alias: alltypesorc + Statistics: Num rows: 1521 Data size: 377237 Basic stats: COMPLETE Column stats: NONE + Filter Operator + predicate: ((cstring2 like '%b%') and ((cdouble >= (- 1.389)) or (cstring1 < 'a'))) (type: boolean) + Statistics: Num rows: 506 Data size: 125497 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: cstring1 (type: string), cdouble (type: double), ctimestamp1 (type: timestamp) + outputColumnNames: cstring1, cdouble, ctimestamp1 + Statistics: Num rows: 506 Data size: 125497 Basic stats: COMPLETE Column stats: NONE + Group By Operator + aggregations: count(cdouble), stddev_samp(cdouble), min(cdouble) + keys: cstring1 (type: string), cdouble (type: double), ctimestamp1 (type: timestamp) + mode: hash + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 + Statistics: Num rows: 506 Data size: 125497 Basic stats: COMPLETE Column stats: NONE + Reduce Output Operator + key expressions: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) + sort order: +++ + Map-reduce partition columns: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp) + Statistics: Num rows: 506 Data size: 125497 Basic stats: COMPLETE Column stats: NONE + value expressions: _col3 (type: bigint), _col4 (type: struct), _col5 (type: double) + Execution mode: vectorized + Reduce Operator Tree: + Group By Operator + aggregations: count(VALUE._col0), stddev_samp(VALUE._col1), min(VALUE._col2) + keys: KEY._col0 (type: string), KEY._col1 (type: double), KEY._col2 (type: timestamp) + mode: mergepartial + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5 + Statistics: Num rows: 253 Data size: 62748 Basic stats: COMPLETE Column stats: NONE + Select Operator + expressions: _col0 (type: string), _col1 (type: double), _col2 (type: timestamp), (_col1 - 9763215.5639) (type: double), (- (_col1 - 9763215.5639)) (type: double), _col3 (type: bigint), _col4 (type: double), (- _col4) (type: double), (_col4 * _col3) (type: double), _col5 (type: double), (9763215.5639 / _col1) (type: double), (_col3 / (- 1.389)) (type: double), _col4 (type: double) + outputColumnNames: _col0, _col1, _col2, _col3, _col4, _col5, _col6, _col7, _col8, _col9, _col10, _col11, _col12 + Statistics: Num rows: 253 Data size: 62748 Basic stats: COMPLETE Column stats: NONE + File Output Operator + compressed: false + Statistics: Num rows: 253 Data size: 62748 Basic stats: COMPLETE Column stats: NONE + table: + input format: org.apache.hadoop.mapred.TextInputFormat + output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat + serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe + + Stage: Stage-0 + Fetch Operator + limit: -1 + Processor Tree: + ListSink + PREHOOK: query: SELECT cfloat, cstring1, cint,