-*- mode: compilation; default-directory: "~/Software/arrow-datafusion/" -*- Compilation started at Sun Aug 8 07:10:22 cd /Users/alamb/Software/arrow-datafusion && cargo test -p datafusion Updating crates.io index Compiling comfy-table v4.0.1 Compiling arrow v5.2.0 (/Users/alamb/Software/arrow-rs/arrow) Compiling parquet v5.2.0 (/Users/alamb/Software/arrow-rs/parquet) Compiling datafusion v4.0.0-SNAPSHOT (/Users/alamb/Software/arrow-datafusion/datafusion) Finished test [unoptimized + debuginfo] target(s) in 1m 07s Running unittests (target/debug/deps/datafusion-d24bc1d69ea09922) running 643 tests test datasource::parquet::tests::combine_zero_filters ... ok test datasource::parquet::tests::combine_one_filter ... ok test datasource::parquet::tests::combine_multiple_filters ... ok test datasource::memory::tests::test_schema_validation_different_column_count ... ok test datasource::memory::tests::test_schema_validation_incompatible_column ... ok test datasource::memory::tests::test_invalid_projection ... ok test datasource::memory::tests::test_merged_schema ... ok test datasource::memory::tests::test_with_projection ... ok test datasource::memory::tests::test_without_projection ... ok test datasource::parquet::tests::read_i96_alltypes_plain_parquet ... ok test datasource::parquet::tests::read_bool_alltypes_plain_parquet ... ok test datasource::parquet::tests::read_i32_alltypes_plain_parquet ... ok test datasource::parquet::tests::read_f64_alltypes_plain_parquet ... ok test datasource::parquet::tests::read_binary_alltypes_plain_parquet ... ok test datasource::parquet::tests::read_f32_alltypes_plain_parquet ... ok test datasource::parquet::tests::read_alltypes_plain_parquet ... ok test datasource::parquet::tests::read_small_batches ... ok test datasource::json::tests::csv_file_from_reader ... ok test datasource::csv::tests::csv_file_from_reader ... ok test execution::context::tests::aggregate_empty ... ok test execution::context::tests::aggregate_grouped_empty ... FAILED test execution::context::tests::aggregate ... ok test execution::context::tests::aggregate_avg ... ok test execution::context::tests::aggregate_grouped_avg ... ok test execution::context::tests::aggregate_min ... ok test execution::context::tests::aggregate_grouped_max ... ok test execution::context::tests::aggregate_grouped ... ok test execution::context::tests::aggregate_grouped_min ... ok test execution::context::tests::aggregate_max ... ok test execution::context::tests::catalogs_not_leaked ... ok test execution::context::tests::aggregate_timestamps_avg ... ok test execution::context::tests::aggregate_timestamps_sum ... ok test execution::context::tests::aggregate_with_alias ... ok test execution::context::tests::case_sensitive_identifiers_user_defined_functions ... ok test execution::context::tests::case_sensitive_identifiers_user_defined_aggregates ... ok test execution::context::tests::aggregate_timestamps_count ... ok test execution::context::tests::case_sensitive_identifiers_functions ... ok test execution::context::tests::aggregate_timestamps_min ... ok test execution::context::tests::aggregate_timestamps_max ... ok test execution::context::tests::case_sensitive_identifiers_aggregates ... ok test execution::context::tests::count_basic ... ok test execution::context::tests::case_builtin_math_expression ... ok test execution::context::tests::boolean_literal ... ok test execution::context::tests::count_aggregated ... ok test execution::context::tests::count_distinct_integers_aggregated_single_partition ... ok test execution::context::tests::count_distinct_integers_aggregated_multiple_partitions ... ok test execution::context::tests::disabled_default_catalog_and_schema ... ok test execution::context::tests::information_schema_columns_not_exist_by_default ... ok test execution::context::tests::custom_query_planner ... ok test execution::context::tests::ctx_sql_should_optimize_plan ... ok test execution::context::tests::create_variable_expr ... ok test execution::context::tests::custom_catalog_and_schema ... ok test execution::context::tests::create_external_table_with_timestamps ... ok test execution::context::tests::information_schema_columns ... ok test execution::context::tests::information_schema_show_columns ... ok test execution::context::tests::group_by_largeutf8 ... ok test execution::context::tests::information_schema_show_columns_full_extended ... ok test execution::context::tests::cross_catalog_access ... ok test execution::context::tests::count_partitioned ... ok test execution::context::tests::group_by_date_trunc ... ok test execution::context::tests::information_schema_show_columns_no_information_schema ... ok test execution::context::tests::information_schema_show_tables_no_information_schema ... ok test execution::context::tests::information_schema_show_columns_like_where ... ok test execution::context::tests::information_schema_tables_not_exist_by_default ... ok test execution::context::tests::information_schema_tables_no_tables ... ok test execution::context::tests::information_schema_tables_table_types ... ok test execution::context::tests::information_schema_tables_tables_with_multiple_catalogs ... ok test execution::context::tests::information_schema_show_tables ... ok test execution::context::tests::information_schema_tables_tables_default_catalog ... ok test execution::context::tests::limit ... ok test execution::context::tests::information_schema_show_table_table_names ... ok test execution::context::tests::left_join_using_join_key_projection ... ok test execution::context::tests::left_join ... ok test execution::context::tests::left_join_using ... ok test execution::context::tests::join_partitioned ... ok test execution::context::tests::optimize_explain ... ok test execution::context::tests::show_unsupported ... ok test execution::context::tests::query_empty_table ... ok test execution::context::tests::projection_on_memory_scan ... ok test execution::context::tests::preserve_nullability_on_projection ... ok test execution::context::tests::register_deregister ... ok test execution::context::tests::scalar_udf ... ok test execution::context::tests::send_context_to_threads ... ok test execution::context::tests::limit_multi_partitions ... ok test execution::context::tests::query_csv_with_custom_partition_extension ... ok test execution::context::tests::projection_on_table_scan ... ok test execution::context::tests::parallel_projection ... ok test execution::context::tests::parallel_query_with_filter ... ok test execution::dataframe_impl::tests::limit ... ok test execution::dataframe_impl::tests::registry ... ok test execution::dataframe_impl::tests::explain ... ok test execution::dataframe_impl::tests::select_columns ... ok test execution::dataframe_impl::tests::select_expr ... ok test execution::context::tests::simple_avg ... ok test execution::context::tests::simple_udaf ... ok test execution::context::tests::group_by_dictionary ... ok test execution::context::tests::sort ... ok test execution::context::tests::window ... ok test execution::context::tests::sort_empty ... ok test execution::dataframe_impl::tests::aggregate ... ok test execution::context::tests::window_partition_by ... ok test execution::context::tests::window_order_by ... ok test execution::context::tests::window_partition_by_order_by ... ok test execution::dataframe_impl::tests::join ... ok test execution::context::tests::write_parquet_results ... ok test logical_plan::builder::tests::plan_builder_sort ... ok test logical_plan::builder::tests::aggregate_non_unique_names ... ok test logical_plan::builder::tests::plan_builder_simple ... ok test logical_plan::builder::tests::stringified_plan ... ok test logical_plan::dfschema::tests::from_qualified_field ... ok test logical_plan::builder::tests::plan_builder_aggregate ... ok test logical_plan::builder::tests::plan_builder_union_combined_single_union ... ok test logical_plan::builder::tests::projection_non_unique_names ... ok test logical_plan::dfschema::tests::from_qualified_schema ... ok test execution::dataframe_impl::tests::sendable ... ok test logical_plan::dfschema::tests::from_unqualified_field ... ok test logical_plan::dfschema::tests::from_qualified_schema_into_arrow_schema ... ok test logical_plan::dfschema::tests::from_unqualified_schema ... ok test logical_plan::dfschema::tests::helpful_error_messages ... ok test logical_plan::dfschema::tests::into ... ok test logical_plan::dfschema::tests::join_mixed_duplicate ... ok test logical_plan::dfschema::tests::join_mixed ... ok test logical_plan::builder::tests::plan_using_join_wildcard_projection ... ok test execution::context::tests::write_csv_results ... ok test logical_plan::display::tests::test_display_empty_schema ... ok test logical_plan::dfschema::tests::join_unqualified_duplicate ... ok test logical_plan::dfschema::tests::join_qualified_duplicate ... ok test logical_plan::display::tests::test_display_schema ... ok test logical_plan::dfschema::tests::join_qualified ... ok test logical_plan::expr::tests::case_when_different_literal_then_types ... ok test logical_plan::expr::tests::case_when_same_literal_then_types ... ok test logical_plan::expr::tests::filter_is_null_and_is_not_null ... ok test logical_plan::expr::tests::normalize_cols_non_exist ... ok test logical_plan::expr::tests::rewriter_rewrite ... ok test logical_plan::expr::tests::rewriter_visit ... ok test logical_plan::expr::tests::normalize_cols ... ok test logical_plan::expr::tests::normalize_cols_priority ... ok test logical_plan::operators::tests::test_operators ... ok test logical_plan::expr::tests::unnormalize_cols ... ok test logical_plan::expr::tests::scalar_function_definitions ... ok test logical_plan::window_frames::tests::test_eq ... ok test logical_plan::plan::tests::error_pre_visit ... ok test logical_plan::plan::tests::early_stopping_pre_visit ... ok test logical_plan::plan::tests::early_stopping_post_visit ... ok test logical_plan::plan::tests::error_post_visit ... ok test logical_plan::window_frames::tests::test_ord ... ok test logical_plan::plan::tests::test_display_indent ... ok test logical_plan::plan::tests::test_display_graphviz ... ok test logical_plan::window_frames::tests::test_window_frame_creation ... ok test logical_plan::plan::tests::visit_order ... ok test logical_plan::plan::tests::test_display_indent_schema ... ok test optimizer::aggregate_statistics::tests::optimize_count_not_exact ... ok test optimizer::aggregate_statistics::tests::optimize_count_filter ... ok test optimizer::aggregate_statistics::tests::optimize_count_using_statistics ... ok test optimizer::aggregate_statistics::tests::optimize_count_group_by ... ok test optimizer::aggregate_statistics::tests::optimize_count_sum ... ok test optimizer::constant_folding::tests::optimize_expr_eq ... ok test optimizer::constant_folding::tests::optimize_expr_case_when_then_else ... ok test optimizer::constant_folding::tests::optimize_expr_eq_skip_nonboolean_type ... ok test optimizer::constant_folding::tests::optimize_expr_not_eq ... ok test optimizer::constant_folding::tests::optimize_expr_not_eq_skip_nonboolean_type ... ok test optimizer::constant_folding::tests::optimize_expr_null_comparison ... ok test optimizer::constant_folding::tests::optimize_expr_not_not ... ok test optimizer::constant_folding::tests::cast_expr_wrong_arg ... ok test optimizer::constant_folding::tests::cast_expr ... ok test optimizer::constant_folding::tests::multiple_now_expr ... ok test optimizer::constant_folding::tests::optimize_plan_and_expr ... ok test optimizer::constant_folding::tests::optimize_plan_eq_expr ... ok test optimizer::constant_folding::tests::optimize_plan_not_expr ... ok test optimizer::constant_folding::tests::optimize_plan_not_eq_expr ... ok test optimizer::constant_folding::tests::optimize_plan_or_expr ... ok test optimizer::constant_folding::tests::optimize_plan_support_aggregate ... ok test optimizer::constant_folding::tests::single_now_expr ... ok test optimizer::constant_folding::tests::to_timestamp_expr_no_arg ... ok test optimizer::constant_folding::tests::to_timestamp_expr ... ok test optimizer::constant_folding::tests::optimize_plan_support_projection ... ok test optimizer::constant_folding::tests::to_timestamp_expr_wrong_arg ... ok test optimizer::eliminate_limit::tests::limit_0_root ... ok test optimizer::filter_push_down::tests::alias ... ok test optimizer::filter_push_down::tests::complex_expression ... ok test optimizer::eliminate_limit::tests::limit_0_nested ... ok test optimizer::filter_push_down::tests::filter_after_limit ... ok test optimizer::filter_push_down::tests::double_limit ... ok test optimizer::filter_push_down::tests::filter_before_projection ... ok test optimizer::filter_push_down::tests::complex_plan ... ok test optimizer::filter_push_down::tests::filter_2_breaks_limits ... ok test optimizer::filter_push_down::tests::filter_no_columns ... ok test optimizer::filter_push_down::tests::filter_with_table_provider_exact ... ok test optimizer::filter_push_down::tests::filter_with_table_provider_inexact ... ok test optimizer::filter_push_down::tests::filter_move_agg ... ok test optimizer::filter_push_down::tests::filter_keep_agg ... ok test optimizer::filter_push_down::tests::filter_with_table_provider_unsupported ... ok test optimizer::filter_push_down::tests::filter_with_table_provider_multiple_invocations ... ok test optimizer::filter_push_down::tests::filter_jump_2_plans ... ok test optimizer::filter_push_down::tests::filters_user_defined_node ... ok test optimizer::filter_push_down::tests::filter_join_on_common_dependent ... ok test optimizer::filter_push_down::tests::filter_join_on_one_side ... ok test optimizer::filter_push_down::tests::filter_using_join_on_common_independent ... ok test optimizer::filter_push_down::tests::filter_on_join_on_common_independent ... ok test optimizer::filter_push_down::tests::split_filter ... ok test optimizer::filter_push_down::tests::multi_filter ... ok test optimizer::hash_build_probe_order::tests::test_swap_order ... ok test optimizer::hash_build_probe_order::tests::test_num_rows ... ok test optimizer::limit_push_down::test::limit_push_down_take_smaller_limit ... ok test optimizer::limit_push_down::test::limit_pushdown_projection_table_provider ... ok test optimizer::limit_push_down::test::limit_doesnt_push_down_aggregation ... ok test optimizer::filter_push_down::tests::union_all ... ok test optimizer::limit_push_down::test::limit_should_push_down_union ... ok test optimizer::filter_push_down::tests::two_filters_on_same_depth ... ok test optimizer::limit_push_down::test::multi_stage_limit_recurses_to_deeper_limit ... ok test optimizer::projection_push_down::tests::aggregate_no_group_by ... ok test optimizer::projection_push_down::tests::aggregate_group_by ... ok test optimizer::projection_push_down::tests::cast ... ok test optimizer::projection_push_down::tests::aggregate_no_group_by_with_filter ... ok test optimizer::projection_push_down::tests::table_scan_without_projection ... ok test optimizer::projection_push_down::tests::table_scan_projected_schema_non_qualified_relation ... ok test optimizer::projection_push_down::tests::table_limit ... ok test optimizer::projection_push_down::tests::reorder_projection ... ok test optimizer::projection_push_down::tests::table_scan_projected_schema ... ok test optimizer::projection_push_down::tests::table_scan_with_literal_projection ... ok test optimizer::projection_push_down::tests::join_schema_trim_using_join ... ok test optimizer::projection_push_down::tests::join_schema_trim_full_join_column_projection ... ok test optimizer::projection_push_down::tests::join_schema_trim_partial_join_column_projection ... ok test optimizer::projection_push_down::tests::redundunt_project ... ok test optimizer::projection_push_down::tests::table_unused_projection ... ok test optimizer::projection_push_down::tests::noncontiguous_redundunt_projection ... ok test optimizer::projection_push_down::tests::table_unused_column ... ok test optimizer::projection_push_down::tests::table_unused_aggregate ... ok test optimizer::simplify_expressions::tests::test_simplify_and_and_false ... ok test optimizer::simplify_expressions::tests::test_simplify_and_false ... ok test optimizer::simplify_expressions::tests::test_simplify_and_same ... ok test optimizer::simplify_expressions::tests::test_simplify_and_true ... ok test optimizer::simplify_expressions::tests::test_simplify_composed_and ... ok test optimizer::simplify_expressions::tests::test_simplify_divide_by_one ... ok test optimizer::simplify_expressions::tests::test_simplify_divide_null_by_null ... ok test optimizer::simplify_expressions::tests::test_simplify_divide_by_same ... ok test optimizer::simplify_expressions::tests::test_simplify_do_not_simplify_arithmetic_expr ... ok test optimizer::simplify_expressions::tests::test_simplify_multiply_by_one ... ok test optimizer::simplify_expressions::tests::test_simplify_negated_and ... ok test optimizer::projection_push_down::tests::test_double_optimization ... ok test optimizer::simplify_expressions::tests::test_simplify_optimized_plan ... ok test optimizer::simplify_expressions::tests::test_simplify_or_and ... ok test optimizer::simplify_expressions::tests::test_simplify_or_false ... ok test optimizer::simplify_expressions::tests::test_simplify_or_same ... ok test optimizer::simplify_expressions::tests::test_simplify_or_true ... ok test optimizer::simplify_expressions::tests::test_simplify_simple_and ... ok test optimizer::utils::tests::test_collect_expr ... ok test optimizer::simplify_expressions::tests::test_simplify_optimized_plan_with_composed_and ... ok test physical_optimizer::pruning::tests::prune_bool_column ... ok test physical_optimizer::pruning::tests::prune_api ... ok test physical_optimizer::pruning::tests::prune_bool_not_column ... ok test physical_optimizer::pruning::tests::prune_bool_column_eq_true ... ok test physical_optimizer::pruning::tests::prune_bool_not_column_eq_true ... ok test physical_optimizer::pruning::tests::row_group_predicate_bool ... ok test physical_optimizer::pruning::tests::row_group_predicate_and ... ok test physical_optimizer::pruning::tests::row_group_predicate_eq ... ok test physical_optimizer::pruning::tests::row_group_predicate_gt ... ok test physical_optimizer::pruning::tests::row_group_predicate_gt_eq ... ok test physical_optimizer::pruning::tests::row_group_predicate_lt ... ok test physical_optimizer::pruning::tests::row_group_predicate_lt_bool ... ok test physical_optimizer::pruning::tests::row_group_predicate_not ... ok test physical_optimizer::pruning::tests::row_group_predicate_lt_eq ... ok test physical_optimizer::pruning::tests::prune_int32_col_gt_zero ... ok test physical_optimizer::pruning::tests::prune_int32_col_lt_neg_one ... ok test physical_optimizer::pruning::tests::prune_int32_col_lte_zero ... ok test physical_optimizer::pruning::tests::prune_int32_col_eq_zero ... ok test physical_optimizer::pruning::tests::prune_not_eq_data ... ok test physical_optimizer::pruning::tests::row_group_predicate_not_bool ... ok test physical_optimizer::pruning::tests::row_group_predicate_or ... ok test physical_optimizer::pruning::tests::row_group_predicate_not_eq ... ok test physical_optimizer::pruning::tests::test_build_statistics_inconsistent_length ... ok test physical_optimizer::pruning::tests::row_group_predicate_required_columns ... ok test physical_optimizer::pruning::tests::test_build_statistics_no_stats ... ok test physical_optimizer::repartition::tests::added_repartition_to_single_partition ... ok test physical_plan::aggregates::tests::test_avg_no_utf8 ... ok test physical_optimizer::repartition::tests::repartition_deepest_node ... ok test physical_plan::aggregates::tests::test_avg_return_type ... ok test physical_plan::aggregates::tests::test_count_return_type ... ok test physical_optimizer::pruning::tests::test_build_statistics_inconsistent_types ... ok test physical_optimizer::pruning::tests::test_build_statistics_casting ... ok test physical_optimizer::pruning::tests::test_build_statistics_record_batch ... ok test physical_plan::aggregates::tests::test_min_max ... ok test physical_plan::aggregates::tests::test_sum_no_utf8 ... ok test physical_plan::aggregates::tests::test_sum_upcasts ... ok test physical_plan::common::tests::test_combine_batches_empty ... ok test physical_plan::datetime_expressions::tests::to_timestamp_invalid_input_type ... ok test physical_plan::datetime_expressions::tests::to_timestamp_arrays_and_nulls ... ok test physical_plan::datetime_expressions::tests::date_trunc_test ... ok test physical_plan::distinct_expressions::tests::count_distinct_merge_batch ... ok test physical_plan::coalesce_batches::tests::test_concat_batches ... ok test physical_plan::csv::tests::csv_exec_with_reader ... ok test physical_plan::csv::tests::csv_exec_with_projection ... ok test physical_plan::csv::tests::csv_exec_without_projection ... ok test physical_plan::coalesce_partitions::tests::merge ... ok test physical_plan::common::tests::test_combine_batches ... ok test physical_plan::distinct_expressions::tests::count_distinct_update_batch_empty ... ok test physical_plan::distinct_expressions::tests::count_distinct_update_batch_all_nulls ... ok test physical_plan::distinct_expressions::tests::count_distinct_update ... ok test physical_plan::distinct_expressions::tests::count_distinct_update_batch_f64 ... ok test physical_plan::distinct_expressions::tests::count_distinct_update_batch_i16 ... ok test physical_plan::distinct_expressions::tests::count_distinct_update_batch_f32 ... ok test physical_plan::distinct_expressions::tests::count_distinct_update_batch_boolean ... ok test physical_plan::distinct_expressions::tests::count_distinct_update_batch_i32 ... ok test physical_plan::distinct_expressions::tests::count_distinct_update_batch_i64 ... ok test physical_plan::distinct_expressions::tests::count_distinct_update_batch_i8 ... ok test physical_plan::distinct_expressions::tests::count_distinct_update_batch_multiple_columns ... ok test physical_plan::distinct_expressions::tests::count_distinct_update_batch_u16 ... ok test physical_plan::distinct_expressions::tests::count_distinct_update_batch_u32 ... ok test physical_plan::distinct_expressions::tests::count_distinct_update_batch_u64 ... ok test physical_plan::distinct_expressions::tests::count_distinct_update_with_nulls ... ok test physical_plan::distinct_expressions::tests::count_distinct_update_batch_u8 ... ok test physical_plan::empty::tests::with_new_children ... ok test physical_plan::empty::tests::invalid_execute ... ok test physical_plan::empty::tests::empty ... ok test physical_plan::empty::tests::produce_one_row ... ok test physical_plan::expressions::average::tests::avg_f32 ... ok test physical_plan::expressions::average::tests::avg_i32 ... ok test physical_plan::expressions::average::tests::avg_f64 ... ok test physical_plan::expressions::average::tests::avg_i32_all_nulls ... ok test physical_plan::expressions::average::tests::avg_i32_with_nulls ... ok test physical_plan::expressions::average::tests::avg_u32 ... ok test physical_plan::expressions::binary::tests::test_coersion_error ... ok test physical_plan::expressions::binary::tests::and_with_nulls_op ... ok test physical_plan::expressions::binary::tests::binary_comparison ... ok test physical_plan::expressions::binary::tests::minus_op ... ok test physical_plan::expressions::binary::tests::modulus_op ... ok test physical_plan::expressions::binary::tests::divide_op ... ok test physical_plan::expressions::binary::tests::multiply_op ... ok test physical_plan::expressions::binary::tests::or_with_nulls_op ... ok test physical_plan::expressions::binary::tests::plus_op ... ok test physical_plan::expressions::case::tests::case_with_expr ... ok test physical_plan::expressions::case::tests::case_with_expr_else ... ok test physical_plan::expressions::binary::tests::binary_nested ... ok test physical_plan::expressions::binary::tests::test_dictionary_type_to_array_coersion ... ok test physical_plan::expressions::binary::tests::test_type_coersion ... ok test physical_plan::expressions::cast::tests::invalid_cast ... ok test physical_plan::expressions::cast::tests::invalid_cast_with_options_error ... ok test physical_plan::expressions::cast::tests::test_cast_i32_u32 ... ok test physical_plan::expressions::cast::tests::test_cast_i32_utf8 ... ok test physical_plan::expressions::coercion::tests::test_dictionary_type_coersion ... ok test physical_plan::expressions::cast::tests::test_cast_i64_t64 ... ok test physical_plan::expressions::count::tests::count_all_nulls ... ok test physical_plan::expressions::case::tests::case_without_expr ... ok test physical_plan::expressions::count::tests::count_elements ... ok test physical_plan::expressions::case::tests::case_without_expr_else ... ok test physical_plan::expressions::count::tests::count_empty ... ok test physical_plan::expressions::count::tests::count_large_utf8 ... ok test physical_plan::expressions::count::tests::count_utf8 ... ok test physical_plan::expressions::count::tests::count_with_nulls ... ok test physical_plan::expressions::in_list::tests::in_list_bool ... ok test physical_plan::expressions::is_not_null::tests::is_not_null_op ... ok test physical_plan::expressions::is_null::tests::is_null_op ... ok test physical_plan::expressions::literal::tests::literal_i32 ... ok test physical_plan::expressions::min_max::tests::max_date32 ... ok test physical_plan::expressions::in_list::tests::in_list_int64 ... ok test physical_plan::expressions::in_list::tests::in_list_float64 ... ok test physical_plan::expressions::min_max::tests::max_date64 ... ok test physical_plan::expressions::min_max::tests::max_f32 ... ok test physical_plan::expressions::in_list::tests::in_list_utf8 ... ok test physical_plan::expressions::min_max::tests::max_f64 ... ok test physical_plan::expressions::min_max::tests::max_i32 ... ok test physical_plan::expressions::min_max::tests::max_i32_all_nulls ... ok test physical_plan::expressions::lead_lag::tests::lead_lag_window_shift ... ok test physical_plan::expressions::min_max::tests::max_i32_with_nulls ... ok test physical_plan::expressions::min_max::tests::max_utf8 ... ok test physical_plan::expressions::min_max::tests::max_u32 ... ok test physical_plan::expressions::min_max::tests::max_large_utf8 ... ok test physical_plan::expressions::min_max::tests::min_date64 ... ok test physical_plan::expressions::min_max::tests::min_f32 ... ok test physical_plan::expressions::min_max::tests::min_date32 ... ok test physical_plan::expressions::min_max::tests::min_f64 ... ok test physical_plan::expressions::min_max::tests::min_i32 ... ok test physical_plan::expressions::min_max::tests::min_i32_all_nulls ... ok test physical_plan::expressions::min_max::tests::min_i32_with_nulls ... ok test physical_plan::expressions::min_max::tests::min_u32 ... ok test physical_plan::expressions::min_max::tests::min_large_utf8 ... ok test physical_plan::expressions::min_max::tests::min_utf8 ... ok test physical_plan::expressions::not::tests::neg_op ... ok test physical_plan::expressions::not::tests::neg_op_not_null ... ok test physical_plan::expressions::nth_value::tests::first_value ... ok test physical_plan::expressions::nth_value::tests::nth_value_1 ... ok test physical_plan::expressions::nth_value::tests::last_value ... ok test physical_plan::expressions::nth_value::tests::nth_value_2 ... ok test physical_plan::expressions::nullif::tests::nullif_int32_nonulls ... ok test physical_plan::expressions::nullif::tests::nullif_int32 ... ok test physical_plan::expressions::rank::tests::test_rank ... ok test physical_plan::expressions::row_number::tests::row_number_all_null ... ok test physical_plan::expressions::rank::tests::test_dense_rank ... ok test physical_plan::expressions::row_number::tests::row_number_all_values ... ok test physical_plan::expressions::sum::tests::sum_f32 ... ok test physical_plan::expressions::sum::tests::sum_f64 ... ok test physical_plan::expressions::sum::tests::sum_i32 ... ok test physical_plan::expressions::sum::tests::sum_i32_all_nulls ... ok test physical_plan::expressions::sum::tests::sum_i32_with_nulls ... ok test physical_plan::expressions::try_cast::tests::invalid_cast ... ok test physical_plan::expressions::sum::tests::sum_u32 ... ok test physical_plan::expressions::try_cast::tests::test_cast_i32_u32 ... ok test physical_plan::expressions::try_cast::tests::test_cast_i32_utf8 ... ok test physical_plan::expressions::try_cast::tests::test_cast_i64_t64 ... ok test physical_plan::expressions::try_cast::tests::test_try_cast_utf8_i32 ... ok test physical_plan::functions::tests::test_concat_error ... ok test physical_plan::functions::tests::test_array ... ok test physical_plan::hash_join::tests::join_anti ... ok test physical_plan::functions::tests::test_regexp_match_all_literals ... ok test physical_plan::functions::tests::test_regexp_match ... ok test physical_plan::hash_aggregate::tests::aggregate_source_not_yielding ... ok test physical_plan::hash_aggregate::tests::aggregate_source_with_yielding ... ok test physical_plan::filter::tests::simple_predicate ... ok test physical_plan::functions::tests::test_functions ... ok test physical_plan::hash_join::tests::join_with_hash_collision ... ok test physical_plan::hash_join::tests::join_inner_one_no_shared_column_names ... ok test physical_plan::hash_join::tests::join_full_empty_right ... ok test physical_plan::hash_join::tests::join_inner_one ... ok test physical_plan::hash_join::tests::join_semi ... ok test physical_plan::hash_join::tests::join_inner_two ... ok test physical_plan::hash_join::tests::join_left_empty_right ... ok test physical_plan::hash_join::tests::join_full_one ... ok test physical_plan::hash_join::tests::join_inner_one_two_parts_left ... ok test physical_plan::hash_join::tests::join_left_one ... ok test physical_plan::hash_join::tests::join_right_one ... ok test physical_plan::hash_join::tests::join_full_multi_batch ... ok test physical_plan::hash_join::tests::join_left_multi_batch ... ok test physical_plan::hash_join::tests::join_inner_one_two_parts_right ... ok test physical_plan::hash_utils::tests::check_in_right ... ok test physical_plan::hash_utils::tests::check_not_in_left ... ok test physical_plan::hash_utils::tests::check_collision ... ok test physical_plan::hash_utils::tests::check_not_in_right ... ok test physical_plan::hash_utils::tests::check_valid ... ok test physical_plan::hash_utils::tests::create_hashes_for_float_arrays ... ok test physical_plan::hash_utils::tests::create_hashes_for_dict_arrays ... ok test physical_plan::hash_utils::tests::create_multi_column_hash_for_dict_arrays ... ok test physical_plan::limit::tests::limit_early_shutdown ... ok test physical_plan::json::tests::nd_json_exec_from_reader ... ok test physical_plan::json::tests::nd_json_exec_file_projection ... ok test physical_plan::json::tests::nd_json_exec_file_without_projection ... ok test physical_plan::hash_join::tests::partitioned_join_right_one ... ok test physical_plan::hash_join::tests::partitioned_join_inner_one ... ok test physical_plan::hash_join::tests::partitioned_join_left_one ... ok test physical_plan::limit::tests::limit ... ok test physical_plan::math_expressions::tests::test_random_expression ... ok test physical_plan::parquet::tests::test_split_files ... ok test physical_plan::planner::tests::default_extension_planner ... ok test physical_plan::planner::tests::bad_extension_planner ... ok test physical_plan::parquet::tests::row_group_predicate_builder_missing_stats ... ok test physical_plan::parquet::tests::row_group_predicate_builder_simple_expr ... ok test physical_plan::planner::tests::test_create_not ... ok test physical_plan::parquet::tests::row_group_predicate_builder_partial_expr ... ok test physical_plan::parquet::tests::row_group_predicate_builder_unsupported_type ... ok test physical_plan::parquet::tests::test ... ok test physical_plan::planner::tests::hash_agg_input_schema ... ok test physical_plan::planner::tests::hash_agg_group_by_partitioned ... ok test physical_plan::planner::tests::test_all_operators ... ok test physical_plan::planner::tests::in_list_types ... ok test physical_plan::planner::tests::errors ... ok test physical_plan::planner::tests::test_explain ... ok test physical_plan::repartition::tests::error_for_input_exec ... ok test physical_plan::repartition::tests::repartition_with_error_in_stream ... ok test physical_plan::repartition::tests::unsupported_partitioning ... ok test physical_plan::repartition::tests::one_to_many_round_robin ... ok test physical_plan::sort::tests::test_lex_sort_by_float ... ok test physical_plan::repartition::tests::repartition_with_delayed_stream ... ok test physical_plan::repartition::tests::many_to_many_round_robin ... ok test physical_plan::repartition::tests::many_to_one_round_robin ... ok test physical_plan::repartition::tests::many_to_many_round_robin_within_tokio_task ... ok test physical_plan::repartition::tests::repartition_with_dropping_output_stream ... ok test physical_plan::planner::tests::test_with_csv_plan ... ok test physical_plan::projection::tests::project_first_column ... ok test physical_plan::sort::tests::test_sort ... ok test physical_plan::repartition::tests::many_to_many_hash_partition ... ok test physical_plan::type_coercion::tests::test_get_valid_types_one_of ... ok test physical_plan::type_coercion::tests::test_maybe_data_types ... ok test physical_plan::window_functions::tests::test_count_return_type ... ok test physical_plan::window_functions::tests::test_cume_dist_return_type ... ok test physical_plan::type_coercion::tests::test_coerce ... ok test physical_plan::sort_preserving_merge::tests::test_nulls ... ok test physical_plan::sort_preserving_merge::tests::test_merge_interleave ... ok test physical_plan::sort_preserving_merge::tests::test_merge_no_overlap ... ok test physical_plan::sort_preserving_merge::tests::test_merge_some_overlap ... ok test physical_plan::sort_preserving_merge::tests::test_merge_three_partitions ... ok test physical_plan::union::tests::test_union_partitions ... ok test physical_plan::sort_preserving_merge::tests::test_partition_sort ... ok test physical_plan::window_functions::tests::test_first_value_return_type ... ok test physical_plan::window_functions::tests::test_lag_return_type ... ok test physical_plan::window_functions::tests::test_last_value_return_type ... ok test physical_plan::window_functions::tests::test_lead_return_type ... ok test physical_plan::window_functions::tests::test_nth_value_return_type ... ok test physical_plan::window_functions::tests::test_window_function_from_str ... ok test physical_plan::window_functions::tests::test_window_function_case_insensitive ... ok test scalar::tests::scalar_iter_to_array_empty ... ok test scalar::tests::scalar_iter_to_array_mismatched_types ... ok test scalar::tests::scalar_list_null_to_array ... ok test scalar::tests::scalar_list_to_array ... ok test scalar::tests::scalar_iter_to_array_boolean ... ok test physical_plan::windows::tests::window_function ... ok test physical_plan::sort_preserving_merge::tests::test_partition_sort_streaming_input_output ... ok test physical_plan::sort_preserving_merge::tests::test_partition_sort_streaming_input ... ok test scalar::tests::scalar_try_from_dict_datatype ... ok test scalar::tests::scalar_try_from_array_null ... ok test scalar::tests::size_of_scalar ... ok test scalar::tests::scalar_value_to_array_u64 ... ok test scalar::tests::scalar_value_to_array_u32 ... ok test sql::planner::tests::create_external_table_csv ... ok test sql::planner::tests::create_external_table_parquet ... ok test sql::planner::tests::create_external_table_csv_no_schema ... ok test sql::planner::tests::create_external_table_parquet_no_schema ... ok test sql::parser::tests::create_external_table ... ok test sql::planner::tests::boolean_literal_in_condition_expression ... ok test sql::planner::tests::empty_over ... ok test sql::planner::tests::empty_over_dup_with_alias ... ok test sql::planner::tests::empty_over_dup_with_different_sort ... ok test sql::planner::tests::only_union_all_supported ... ok test sql::planner::tests::empty_over_plus ... ok test sql::planner::tests::empty_over_with_alias ... ok test sql::planner::tests::equijoin_explicit_syntax ... ok test sql::planner::tests::join_with_table_name ... ok test sql::planner::tests::equijoin_unsupported_expression ... ok test sql::planner::tests::join_with_using ... ok test sql::planner::tests::over_order_by_with_window_frame_range_order_by_check ... ok test sql::planner::tests::empty_over_multiple ... ok test sql::planner::tests::over_order_by_with_window_frame_range_order_by_check_2 ... ok test sql::planner::tests::left_equijoin_unsupported_expression ... ok test sql::planner::tests::over_order_by ... ok test sql::planner::tests::equijoin_explicit_syntax_3_tables ... ok test sql::planner::tests::over_order_by_two_sort_keys ... ok test sql::planner::tests::over_order_by_with_window_frame_double_end ... ok test sql::planner::tests::over_order_by_sort_keys_sorting ... ok test sql::planner::tests::over_order_by_sort_keys_sorting_prefix_compacting ... ok test sql::planner::tests::over_order_by_sort_keys_sorting_global_order_compacting ... ok test sql::planner::tests::over_order_by_with_window_frame_range_value_check ... ok test sql::planner::tests::over_partition_by_order_by_no_dup ... ok test sql::planner::tests::over_partition_by ... ok test sql::planner::tests::over_partition_by_order_by ... ok test sql::planner::tests::project_wildcard_on_join_with_using ... ok test sql::planner::tests::select_aggregate_aliased_with_having_referencing_aggregate_by_its_alias ... ok test sql::planner::tests::select_aggregate_aliased_with_having_that_reuses_aggregate_but_not_by_its_alias ... ok test sql::planner::tests::select_aggregate_aliased_with_group_by_with_having_referencing_aggregate_by_its_alias ... ok test sql::planner::tests::right_equijoin_unsupported_expression ... ok test sql::planner::tests::over_order_by_with_window_frame_single_end ... ok test sql::planner::tests::select_7480_2 ... ok test sql::planner::tests::over_order_by_with_window_frame_single_end_groups ... ok test sql::planner::tests::over_partition_by_order_by_mix_up ... ok test sql::planner::tests::select_7480_1 ... ok test sql::planner::tests::over_partition_by_order_by_mix_up_prefix ... ok test sql::planner::tests::select_aggregate_compounded_with_groupby_column ... ok test sql::planner::tests::select_aggregate_with_group_by_with_having ... ok test sql::planner::tests::select_aggregate_with_having_referencing_column_not_in_select ... ok test sql::planner::tests::select_aggregate_compound_aliased_with_group_by_with_having_referencing_compound_aggregate_by_its_alias ... ok test sql::planner::tests::select_aggregate_with_group_by_with_having_referencing_column_not_in_group_by ... ok test sql::planner::tests::select_aggregate_with_group_by_with_having_that_reuses_aggregate ... ok test sql::planner::tests::select_aggregate_with_group_by_with_having_using_aggreagate_not_in_select ... ok test sql::planner::tests::select_aggregate_with_group_by_with_having_and_where ... ok test sql::planner::tests::select_aggregate_with_group_by_with_having_that_reuses_aggregate_multiple_times ... ok test sql::planner::tests::select_aggregate_with_group_by_with_having_using_column_by_alias ... ok test sql::planner::tests::select_aggregate_with_group_by_with_having_and_where_filtering_on_aggregate_column ... ok test sql::planner::tests::select_aggregate_with_group_by_with_having_using_count_star_not_in_select ... ok test sql::planner::tests::select_aggregate_with_group_by_with_having_using_columns_with_and_without_their_aliases ... ok test sql::planner::tests::select_aggregate_with_group_by_with_having_using_derived_column_aggreagate_not_in_select ... ok test sql::planner::tests::select_column_does_not_exist ... ok test sql::planner::tests::select_aliased_scalar_func ... ok test sql::planner::tests::select_between_negated ... ok test sql::planner::tests::select_between ... ok test sql::planner::tests::select_binary_expr ... ok test sql::planner::tests::select_aggregate_with_having_that_reuses_aggregate ... ok test sql::planner::tests::select_binary_expr_nested ... ok test sql::planner::tests::select_all_boolean_operators ... ok test sql::planner::tests::select_aggregate_with_having_with_aggregate_not_in_select ... ok test sql::planner::tests::select_aggregate_with_non_column_inner_expression_with_groupby ... ok test sql::planner::tests::select_filter_cannot_use_alias ... ok test sql::planner::tests::select_interval_out_of_range ... ok test sql::planner::tests::select_filter_column_does_not_exist ... ok test sql::planner::tests::select_count_one ... ok test sql::planner::tests::select_count_column ... ok test sql::planner::tests::select_multibyte_column ... ok test sql::planner::tests::select_group_by ... ok test sql::planner::tests::select_compound_filter ... ok test sql::planner::tests::select_group_by_count_star ... ok test sql::planner::tests::select_group_by_columns_not_in_select ... ok test sql::planner::tests::select_group_by_needs_projection ... ok test sql::planner::tests::select_neg_filter ... ok test sql::planner::tests::select_nested ... ok test sql::planner::tests::select_no_relation ... ok test sql::planner::tests::select_repeated_column ... ok test sql::planner::tests::select_order_by ... ok test sql::planner::tests::select_scalar_func_with_literal_no_relation ... ok test sql::planner::tests::select_order_by_desc ... ok test sql::planner::tests::select_partially_qualified_column ... ok test sql::planner::tests::select_simple_aggregate_column_does_not_exist ... ok test sql::planner::tests::select_scalar_func ... ok test sql::planner::tests::select_simple_aggregate_repeated_aggregate ... ok test sql::planner::tests::select_simple_aggregate_repeated_aggregate_with_repeated_aliases ... ok test sql::planner::tests::select_simple_aggregate ... ok test sql::planner::tests::select_order_by_nulls_last ... ok test sql::planner::tests::select_nested_with_filters ... ok test sql::planner::tests::select_simple_aggregate_nested_in_binary_expr_with_groupby ... ok test sql::planner::tests::select_simple_aggregate_and_nested_groupby_column ... ok test sql::planner::tests::select_simple_aggregate_repeated_aggregate_with_unique_aliases ... ok test sql::planner::tests::select_simple_aggregate_repeated_aggregate_with_single_alias ... ok test sql::planner::tests::select_simple_aggregate_with_groupby_and_column_in_aggregate_does_not_exist ... ok test sql::planner::tests::select_simple_aggregate_with_groupby_aggregate_repeated ... ok test sql::planner::tests::select_simple_aggregate_with_groupby_and_column_in_group_by_does_not_exist ... ok test sql::planner::tests::select_simple_aggregate_with_groupby_and_column_is_in_aggregate_and_groupby ... ok test sql::planner::tests::select_simple_aggregate_with_groupby_can_use_alias ... ok test sql::planner::tests::select_simple_aggregate_with_groupby_non_column_expression_and_its_column_selected ... ok test sql::planner::tests::select_simple_aggregate_with_groupby_aggregate_repeated_and_one_has_alias ... ok test sql::planner::tests::select_simple_aggregate_with_groupby ... ok test sql::planner::tests::select_simple_aggregate_with_groupby_non_column_expression_nested_and_not_resolvable ... ok test sql::planner::tests::select_simple_aggregate_with_groupby_non_column_expression_unselected ... ok test sql::planner::tests::select_simple_aggregate_with_groupby_column_unselected ... ok test sql::planner::tests::select_simple_aggregate_with_groupby_non_column_expression_nested_and_resolvable ... ok test sql::planner::tests::select_simple_aggregate_with_groupby_can_use_positions ... ok test sql::planner::tests::select_simple_aggregate_with_groupby_non_column_expression_selected_and_resolvable ... ok test physical_plan::sort_preserving_merge::tests::test_async ... FAILED test sql::planner::tests::select_unsupported_complex_interval ... ok test sql::planner::tests::select_simple_aggregate_with_groupby_with_aliases_repeated ... ok test sql::planner::tests::select_typedstring ... ok test sql::planner::tests::select_simple_aggregate_with_groupby_with_aliases ... ok test sql::planner::tests::select_simple_filter ... ok test sql::planner::tests::select_where_with_negative_operator ... ok test sql::planner::tests::select_where_with_positive_operator ... ok test sql::planner::tests::select_where_nullif_division ... ok test sql::planner::tests::select_simple_aggregate_with_groupby_position_out_of_range ... ok test sql::planner::tests::select_wildcard_with_groupby ... ok test sql::planner::tests::select_wildcard_with_repeated_column ... ok test sql::planner::tests::table_with_column_alias_number_cols ... ok test sql::planner::tests::select_with_having_referencing_column_not_in_select ... ok test sql::planner::tests::select_with_having_referencing_column_nested_in_select_expression ... ok test sql::planner::tests::select_with_having ... ok test sql::planner::tests::select_with_having_with_aggregate_not_in_select ... ok test sql::planner::tests::select_wildcard_with_repeated_column_but_is_aliased ... ok test sql::planner::tests::test_date_filter ... ok test sql::planner::tests::table_with_column_alias ... ok test sql::planner::tests::test_sum_aggregate ... ok test sql::planner::tests::test_timestamp_filter ... ok test sql::planner::tests::union ... ok test sql::planner::tests::test_wildcard ... ok test sql::utils::tests::test_group_window_expr_by_sort_keys_empty_case ... ok test sql::utils::tests::test_find_sort_exprs ... ok test sql::utils::tests::test_group_window_expr_by_sort_keys ... ok test sql::utils::tests::test_group_window_expr_by_sort_keys_empty_window ... ok test test_util::tests::test_happy ... ok test test_util::tests::test_data_dir ... ok test sql::planner::tests::union_schemas_should_be_same ... ok test sql::planner::tests::union_4_combined_in_one ... ok failures: ---- execution::context::tests::aggregate_grouped_empty stdout ---- thread 'execution::context::tests::aggregate_grouped_empty' panicked at 'assertion failed: `(left == right)` left: `["++", "||", "++", "++"]`, right: `["+----+---------+", "| c1 | AVG(c2) |", "+----+---------+", "+----+---------+"]`: expected: [ "++", "||", "++", "++", ] actual: [ "+----+---------+", "| c1 | AVG(c2) |", "+----+---------+", "+----+---------+", ] ', datafusion/src/execution/context.rs:1774:9 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ---- physical_plan::sort_preserving_merge::tests::test_async stdout ---- thread 'physical_plan::sort_preserving_merge::tests::test_async' panicked at 'assertion failed: `(left == right)` left: `"+----+----+------+--------+-------------+----------------------+-----+-------+------------+----------------------+-------------+----------------------+--------------------------------+\n| c1 | c2 | c3 | c4 | c5 | c6 | c7 | c8 | c9 | c10 | c11 | c12 | c13 |\n+----+----+------+--------+-------------+----------------------+-----+-------+------------+----------------------+-------------+----------------------+--------------------------------+\n| b | 4 | -59 | 25286 | 1423957796 | 2646602445954944051 | 0 | 61069 | 3570297463 | 15100310750150419896 | 0.49619365 | 0.04893135681998029 | fuyvs0w7WsKSlXqJ1e6HFSoLmx03AG |\n| b | 4 | -59 | 25286 | 1423957796 | 2646602445954944051 | 0 | 61069 | 3570297463 | 15100310750150419896 | 0.49619365 | 0.04893135681998029 | fuyvs0w7WsKSlXqJ1e6HFSoLmx03AG |\n| b | 4 | -59 | 25286 | 1423957796 | 2646602445954944051 | 0 | 61069 | 3570297463 | 15100310750150419896 | 0.49619365 | 0.04893135681998029 | fuyvs0w7WsKSlXqJ1e6HFSoLmx03AG |\n| a | 2 | -43 | 13080 | 370975815 | 5881039805148485053 | 2 | 20120 | 2939920218 | 906367167997372130 | 0.42733806 | 0.16301110515739792 | m6jD0LBIQWaMfenwRCTANI9eOdyyto |\n| a | 2 | -43 | 13080 | 370975815 | 5881039805148485053 | 2 | 20120 | 2939920218 | 906367167997372130 | 0.42733806 | 0.16301110515739792 | m6jD0LBIQWaMfenwRCTANI9eOdyyto |\n| a | 2 | -43 | 13080 | 370975815 | 5881039805148485053 | 2 | 20120 | 2939920218 | 906367167997372130 | 0.42733806 | 0.16301110515739792 | m6jD0LBIQWaMfenwRCTANI9eOdyyto |\n| d | 4 | 5 | -7688 | 702611616 | 6239356364381313700 | 4 | 39363 | 3126475872 | 35363005357834672 | 0.3766935 | 0.061029375346466685 | H5j5ZHy1FGesOAHjkQEDYCucbpKWRu |\n| d | 4 | 5 | -7688 | 702611616 | 6239356364381313700 | 4 | 39363 | 3126475872 | 35363005357834672 | 0.3766935 | 0.061029375346466685 | H5j5ZHy1FGesOAHjkQEDYCucbpKWRu |\n| d | 4 | 5 | -7688 | 702611616 | 6239356364381313700 | 4 | 39363 | 3126475872 | 35363005357834672 | 0.3766935 | 0.061029375346466685 | H5j5ZHy1FGesOAHjkQEDYCucbpKWRu |\n| c | 5 | -94 | -15880 | 2025611582 | -3348824099853919681 | 5 | 40622 | 4268716378 | 12849419495718510869 | 0.34163946 | 0.4830878559436823 | RilTlL1tKkPOUFuzmLydHAVZwv1OGl |\n| c | 5 | -94 | -15880 | 2025611582 | -3348824099853919681 | 5 | 40622 | 4268716378 | 12849419495718510869 | 0.34163946 | 0.4830878559436823 | RilTlL1tKkPOUFuzmLydHAVZwv1OGl |\n| c | 5 | -94 | -15880 | 2025611582 | -3348824099853919681 | 5 | 40622 | 4268716378 | 12849419495718510869 | 0.34163946 | 0.4830878559436823 | RilTlL1tKkPOUFuzmLydHAVZwv1OGl |\n| a | 4 | -38 | 20744 | 762932956 | 308913475857409919 | 7 | 45465 | 1787652631 | 878137512938218976 | 0.7459874 | 0.02182578039211991 | ydkwycaISlYSlEq3TlkS2m15I2pcp8 |\n| a | 4 | -38 | 20744 | 762932956 | 308913475857409919 | 7 | 45465 | 1787652631 | 878137512938218976 | 0.7459874 | 0.02182578039211991 | ydkwycaISlYSlEq3TlkS2m15I2pcp8 |\n| a | 4 | -38 | 20744 | 762932956 | 308913475857409919 | 7 | 45465 | 1787652631 | 878137512938218976 | 0.7459874 | 0.02182578039211991 | ydkwycaISlYSlEq3TlkS2m15I2pcp8 |\n| b | 5 | -44 | 15788 | -629486480 | 5822642169425315613 | 13 | 11872 | 3457053821 | 2413406423648025909 | 0.44318348 | 0.32869374687050157 | ALuRhobVWbnQTTWZdSOk0iVe8oYFhW |\n| b | 5 | -44 | 15788 | -629486480 | 5822642169425315613 | 13 | 11872 | 3457053821 | 2413406423648025909 | 0.44318348 | 0.32869374687050157 | ALuRhobVWbnQTTWZdSOk0iVe8oYFhW |\n| b | 5 | -44 | 15788 | -629486480 | 5822642169425315613 | 13 | 11872 | 3457053821 | 2413406423648025909 | 0.44318348 | 0.32869374687050157 | ALuRhobVWbnQTTWZdSOk0iVe8oYFhW |\n| d | 4 | 102 | -24558 | 1991172974 | -7823479531661596016 | 14 | 36599 | 1534194097 | 2240998421986827216 | 0.028003037 | 0.8824879447595726 | 0og6hSkhbX8AC1ktFS4kounvTzy8Vo |\n| d | 4 | 102 | -24558 | 1991172974 | -7823479531661596016 | 14 | 36599 | 1534194097 | 2240998421986827216 | 0.028003037 | 0.8824879447595726 | 0og6hSkhbX8AC1ktFS4kounvTzy8Vo |\n| d | 4 | 102 | -24558 | 1991172974 | -7823479531661596016 | 14 | 36599 | 1534194097 | 2240998421986827216 | 0.028003037 | 0.8824879447595726 | 0og6hSkhbX8AC1ktFS4kounvTzy8Vo |\n| a | 1 | -5 | 12636 | 794623392 | 2909750622865366631 | 15 | 24022 | 2669374863 | 4776679784701509574 | 0.29877836 | 0.2537253407987472 | waIGbOGl1PM6gnzZ4uuZt4E2yDWRHs |\n| a | 1 | -5 | 12636 | 794623392 | 2909750622865366631 | 15 | 24022 | 2669374863 | 4776679784701509574 | 0.29877836 | 0.2537253407987472 | waIGbOGl1PM6gnzZ4uuZt4E2yDWRHs |\n| a | 1 | -5 | 12636 | 794623392 | 2909750622865366631 | 15 | 24022 | 2669374863 | 4776679784701509574 | 0.29877836 | 0.2537253407987472 | waIGbOGl1PM6gnzZ4uuZt4E2yDWRHs |\n| a | 4 | 65 | -28462 | -1813935549 | 7602389238442209730 | 18 | 363 | 1865307672 | 11378396836996498283 | 0.09130204 | 0.5593249815276734 | WHmjWk2AY4c6m7DA4GitUx6nmb1yYS |\n| c | 2 | -107 | -2904 | -1011669561 | 782342092880993439 | 18 | 29527 | 1157161427 | 4403623840168496677 | 0.31988364 | 0.36936304600612724 | QYlaIAnJA6r8rlAb6f59wcxvcPcWFf |\n| c | 2 | -107 | -2904 | -1011669561 | 782342092880993439 | 18 | 29527 | 1157161427 | 4403623840168496677 | 0.31988364 | 0.36936304600612724 | QYlaIAnJA6r8rlAb6f59wcxvcPcWFf |\n| a | 4 | 65 | -28462 | -1813935549 | 7602389238442209730 | 18 | 363 | 1865307672 | 11378396836996498283 | 0.09130204 | 0.5593249815276734 | WHmjWk2AY4c6m7DA4GitUx6nmb1yYS |\n| c | 2 | -107 | -2904 | -1011669561 | 782342092880993439 | 18 | 29527 | 1157161427 | 4403623840168496677 | 0.31988364 | 0.36936304600612724 | QYlaIAnJA6r8rlAb6f59wcxvcPcWFf |\n| a | 4 | 65 | -28462 | -1813935549 | 7602389238442209730 | 18 | 363 | 1865307672 | 11378396836996498283 | 0.09130204 | 0.5593249815276734 | WHmjWk2AY4c6m7DA4GitUx6nmb1yYS |\n| d | 1 | -99 | 5613 | 1213926989 | -8863698443222021480 | 19 | 18736 | 4216440507 | 14933742247195536130 | 0.6067944 | 0.33639590659276175 | aDxBtor7Icd9C5hnTvvw5NrIre740e |\n| d | 1 | -99 | 5613 | 1213926989 | -8863698443222021480 | 19 | 18736 | 4216440507 | 14933742247195536130 | 0.6067944 | 0.33639590659276175 | aDxBtor7Icd9C5hnTvvw5NrIre740e |\n| d | 1 | -99 | 5613 | 1213926989 | -8863698443222021480 | 19 | 18736 | 4216440507 | 14933742247195536130 | 0.6067944 | 0.33639590659276175 | aDxBtor7Icd9C5hnTvvw5NrIre740e |\n| c | 2 | 1 | 18109 | 2033001162 | -6513304855495910254 | 25 | 43062 | 1491205016 | 5863949479783605708 | 0.110830784 | 0.9294097332465232 | 6WfVFBVGJSQb7FhA7E0lBwdvjfZnSW |\n| c | 2 | 1 | 18109 | 2033001162 | -6513304855495910254 | 25 | 43062 | 1491205016 | 5863949479783605708 | 0.110830784 | 0.9294097332465232 | 6WfVFBVGJSQb7FhA7E0lBwdvjfZnSW |\n| c | 2 | 1 | 18109 | 2033001162 | -6513304855495910254 | 25 | 43062 | 1491205016 | 5863949479783605708 | 0.110830784 | 0.9294097332465232 | 6WfVFBVGJSQb7FhA7E0lBwdvjfZnSW |\n| d | 1 | 38 | 18384 | -335410409 | -1632237090406591229 | 26 | 57510 | 2712615025 | 1842662804748246269 | 0.6064476 | 0.6404495093354053 | 4HX6feIvmNXBN7XGqgO4YVBkhu8GDI |\n| b | 3 | -101 | -13217 | -346989627 | 5456800329302529236 | 26 | 54276 | 243203849 | 17929716297117857676 | 0.05422181 | 0.09465635123783445 | MXhhH1Var3OzzJCtI9VNyYvA0q8UyJ |\n| d | 1 | 38 | 18384 | -335410409 | -1632237090406591229 | 26 | 57510 | 2712615025 | 1842662804748246269 | 0.6064476 | 0.6404495093354053 | 4HX6feIvmNXBN7XGqgO4YVBkhu8GDI |\n| d | 1 | 38 | 18384 | -335410409 | -1632237090406591229 | 26 | 57510 | 2712615025 | 1842662804748246269 | 0.6064476 | 0.6404495093354053 | 4HX6feIvmNXBN7XGqgO4YVBkhu8GDI |\n| b | 3 | -101 | -13217 | -346989627 | 5456800329302529236 | 26 | 54276 | 243203849 | 17929716297117857676 | 0.05422181 | 0.09465635123783445 | MXhhH1Var3OzzJCtI9VNyYvA0q8UyJ |\n| b | 3 | -101 | -13217 | -346989627 | 5456800329302529236 | 26 | 54276 | 243203849 | 17929716297117857676 | 0.05422181 | 0.09465635123783445 | MXhhH1Var3OzzJCtI9VNyYvA0q8UyJ |\n| d | 2 | 122 | 10130 | -168758331 | -3179091803916845592 | 30 | 794 | 4061635107 | 15695681119022625322 | 0.69592506 | 0.9748360509016578 | OPwBqCEK5PWTjWaiOyL45u2NLTaDWv |\n| d | 2 | 122 | 10130 | -168758331 | -3179091803916845592 | 30 | 794 | 4061635107 | 15695681119022625322 | 0.69592506 | 0.9748360509016578 | OPwBqCEK5PWTjWaiOyL45u2NLTaDWv |\n| d | 2 | 122 | 10130 | -168758331 | -3179091803916845592 | 30 | 794 | 4061635107 | 15695681119022625322 | 0.69592506 | 0.9748360509016578 | OPwBqCEK5PWTjWaiOyL45u2NLTaDWv |\n| d | 1 | -8 | 27138 | -1383162419 | 7682021027078563072 | 36 | 64517 | 2861376515 | 9904216782086286050 | 0.80954456 | 0.9463098243875633 | AFGCj7OWlEB5QfniEFgonMq90Tq5uH |\n| d | 1 | -8 | 27138 | -1383162419 | 7682021027078563072 | 36 | 64517 | 2861376515 | 9904216782086286050 | 0.80954456 | 0.9463098243875633 | AFGCj7OWlEB5QfniEFgonMq90Tq5uH |\n| d | 1 | -8 | 27138 | -1383162419 | 7682021027078563072 | 36 | 64517 | 2861376515 | 9904216782086286050 | 0.80954456 | 0.9463098243875633 | AFGCj7OWlEB5QfniEFgonMq90Tq5uH |\n| a | 1 | 83 | -14704 | 2143473091 | -4387559599038777245 | 37 | 829 | 4015442341 | 4602675983996931623 | 0.89542526 | 0.9567595541247681 | ErJFw6hzZ5fmI5r8bhE4JzlscnhKZU |\n| a | 1 | 83 | -14704 | 2143473091 | -4387559599038777245 | 37 | 829 | 4015442341 | 4602675983996931623 | 0.89542526 | 0.9567595541247681 | ErJFw6hzZ5fmI5r8bhE4JzlscnhKZU |\n| a | 1 | 83 | -14704 | 2143473091 | -4387559599038777245 | 37 | 829 | 4015442341 | 4602675983996931623 | 0.89542526 | 0.9567595541247681 | ErJFw6hzZ5fmI5r8bhE4JzlscnhKZU |\n| c | 1 | -24 | -24085 | -1882293856 | 7385529783747709716 | 41 | 48048 | 520189543 | 2402288956117186783 | 0.39761502 | 0.3600766362333053 | Fi4rJeTQq4eXj8Lxg3Hja5hBVTVV5u |\n| c | 1 | -24 | -24085 | -1882293856 | 7385529783747709716 | 41 | 48048 | 520189543 | 2402288956117186783 | 0.39761502 | 0.3600766362333053 | Fi4rJeTQq4eXj8Lxg3Hja5hBVTVV5u |\n| c | 1 | -24 | -24085 | -1882293856 | 7385529783747709716 | 41 | 48048 | 520189543 | 2402288956117186783 | 0.39761502 | 0.3600766362333053 | Fi4rJeTQq4eXj8Lxg3Hja5hBVTVV5u |\n| a | 3 | 13 | 32064 | 912707948 | 3826618523497875379 | 42 | 21463 | 2214035726 | 10771380284714693539 | 0.6133468 | 0.7325106678655877 | i6RQVXKUh7MzuGMDaNclUYnFUAireU |\n| a | 3 | 13 | 32064 | 912707948 | 3826618523497875379 | 42 | 21463 | 2214035726 | 10771380284714693539 | 0.6133468 | 0.7325106678655877 | i6RQVXKUh7MzuGMDaNclUYnFUAireU |\n| a | 3 | 13 | 32064 | 912707948 | 3826618523497875379 | 42 | 21463 | 2214035726 | 10771380284714693539 | 0.6133468 | 0.7325106678655877 | i6RQVXKUh7MzuGMDaNclUYnFUAireU |\n| c | 3 | 22 | 13741 | -2098805236 | 8604102724776612452 | 45 | 2516 | 1362369177 | 196777795886465166 | 0.94669616 | 0.0494924465469434 | 6oIXZuIPIqEoPBvFmbt2Nxy3tryGUE |\n| c | 3 | 22 | 13741 | -2098805236 | 8604102724776612452 | 45 | 2516 | 1362369177 | 196777795886465166 | 0.94669616 | 0.0494924465469434 | 6oIXZuIPIqEoPBvFmbt2Nxy3tryGUE |\n| c | 3 | 22 | 13741 | -2098805236 | 8604102724776612452 | 45 | 2516 | 1362369177 | 196777795886465166 | 0.94669616 | 0.0494924465469434 | 6oIXZuIPIqEoPBvFmbt2Nxy3tryGUE |\n| a | 5 | -101 | -12484 | -842693467 | -6140627905445351305 | 57 | 57885 | 2496054700 | 2243924747182709810 | 0.59520596 | 0.9491397432856566 | QJYm7YRA3YetcBHI5wkMZeLXVmfuNy |\n| a | 3 | 14 | 28162 | 397430452 | -452851601758273256 | 57 | 14722 | 431948861 | 8164671015278284913 | 0.40199697 | 0.07260475960924484 | TtDKUZxzVxsq758G6AWPSYuZgVgbcl |\n| a | 5 | -101 | -12484 | -842693467 | -6140627905445351305 | 57 | 57885 | 2496054700 | 2243924747182709810 | 0.59520596 | 0.9491397432856566 | QJYm7YRA3YetcBHI5wkMZeLXVmfuNy |\n| a | 3 | 14 | 28162 | 397430452 | -452851601758273256 | 57 | 14722 | 431948861 | 8164671015278284913 | 0.40199697 | 0.07260475960924484 | TtDKUZxzVxsq758G6AWPSYuZgVgbcl |\n| a | 3 | 14 | 28162 | 397430452 | -452851601758273256 | 57 | 14722 | 431948861 | 8164671015278284913 | 0.40199697 | 0.07260475960924484 | TtDKUZxzVxsq758G6AWPSYuZgVgbcl |\n| a | 5 | -101 | -12484 | -842693467 | -6140627905445351305 | 57 | 57885 | 2496054700 | 2243924747182709810 | 0.59520596 | 0.9491397432856566 | QJYm7YRA3YetcBHI5wkMZeLXVmfuNy |\n| d | 3 | -76 | 8809 | 141218956 | -9110406195556445909 | 58 | 5494 | 1824517658 | 12046662515387914426 | 0.8557294 | 0.6668423897406515 | Z2sWcQr0qyCJRMHDpRy3aQr7PkHtkK |\n| d | 3 | -76 | 8809 | 141218956 | -9110406195556445909 | 58 | 5494 | 1824517658 | 12046662515387914426 | 0.8557294 | 0.6668423897406515 | Z2sWcQr0qyCJRMHDpRy3aQr7PkHtkK |\n| d | 3 | -76 | 8809 | 141218956 | -9110406195556445909 | 58 | 5494 | 1824517658 | 12046662515387914426 | 0.8557294 | 0.6668423897406515 | Z2sWcQr0qyCJRMHDpRy3aQr7PkHtkK |\n| b | 2 | -60 | -21739 | -1908480893 | -8897292622858103761 | 59 | 50009 | 2525744318 | 1719090662556698549 | 0.52930677 | 0.560333188635217 | l7uwDoTepWwnAP0ufqtHJS3CRi7RfP |\n| b | 2 | -60 | -21739 | -1908480893 | -8897292622858103761 | 59 | 50009 | 2525744318 | 1719090662556698549 | 0.52930677 | 0.560333188635217 | l7uwDoTepWwnAP0ufqtHJS3CRi7RfP |\n| b | 2 | -60 | -21739 | -1908480893 | -8897292622858103761 | 59 | 50009 | 2525744318 | 1719090662556698549 | 0.52930677 | 0.560333188635217 | l7uwDoTepWwnAP0ufqtHJS3CRi7RfP |\n| c | 1 | 70 | 27752 | 1325868318 | 1241882478563331892 | 63 | 61637 | 473294098 | 4976799313755010034 | 0.13801557 | 0.5081765563442366 | Ktb7GQ0N1DrxwkCkEUsTaIXk0xYinn |\n| c | 1 | 70 | 27752 | 1325868318 | 1241882478563331892 | 63 | 61637 | 473294098 | 4976799313755010034 | 0.13801557 | 0.5081765563442366 | Ktb7GQ0N1DrxwkCkEUsTaIXk0xYinn |\n| c | 1 | 70 | 27752 | 1325868318 | 1241882478563331892 | 63 | 61637 | 473294098 | 4976799313755010034 | 0.13801557 | 0.5081765563442366 | Ktb7GQ0N1DrxwkCkEUsTaIXk0xYinn |\n| e | 4 | 73 | -22501 | 1282464673 | 2541794052864382235 | 67 | 21119 | 538589788 | 9575476605699527641 | 0.48515016 | 0.296036538664718 | 4JznSdBajNWhu4hRQwjV1FjTTxY68i |\n| b | 4 | -111 | -1967 | -4229382 | 1892872227362838079 | 67 | 9832 | 1243785310 | 8382489916947120498 | 0.06563997 | 0.152498292971736 | Sfx0vxv1skzZWT1PqVdoRDdO6Sb6xH |\n| e | 4 | 73 | -22501 | 1282464673 | 2541794052864382235 | 67 | 21119 | 538589788 | 9575476605699527641 | 0.48515016 | 0.296036538664718 | 4JznSdBajNWhu4hRQwjV1FjTTxY68i |\n| b | 4 | -111 | -1967 | -4229382 | 1892872227362838079 | 67 | 9832 | 1243785310 | 8382489916947120498 | 0.06563997 | 0.152498292971736 | Sfx0vxv1skzZWT1PqVdoRDdO6Sb6xH |\n| e | 4 | 73 | -22501 | 1282464673 | 2541794052864382235 | 67 | 21119 | 538589788 | 9575476605699527641 | 0.48515016 | 0.296036538664718 | 4JznSdBajNWhu4hRQwjV1FjTTxY68i |\n| b | 4 | -111 | -1967 | -4229382 | 1892872227362838079 | 67 | 9832 | 1243785310 | 8382489916947120498 | 0.06563997 | 0.152498292971736 | Sfx0vxv1skzZWT1PqVdoRDdO6Sb6xH |\n| a | 5 | 36 | -16974 | 623103518 | 6834444206535996609 | 71 | 29458 | 141047417 | 17448660630302620693 | 0.17100024 | 0.04429073092078406 | OF7fQ37GzaZ5ikA2oMyvleKtgnLjXh |\n| c | 2 | -60 | -16312 | -1808210365 | -3368300253197863813 | 71 | 39635 | 2844041986 | 7045482583778080653 | 0.805363 | 0.6425694115212065 | BJqx5WokrmrrezZA0dUbleMYkG5U2O |\n| a | 5 | 36 | -16974 | 623103518 | 6834444206535996609 | 71 | 29458 | 141047417 | 17448660630302620693 | 0.17100024 | 0.04429073092078406 | OF7fQ37GzaZ5ikA2oMyvleKtgnLjXh |\n| c | 2 | -60 | -16312 | -1808210365 | -3368300253197863813 | 71 | 39635 | 2844041986 | 7045482583778080653 | 0.805363 | 0.6425694115212065 | BJqx5WokrmrrezZA0dUbleMYkG5U2O |\n| a | 5 | 36 | -16974 | 623103518 | 6834444206535996609 | 71 | 29458 | 141047417 | 17448660630302620693 | 0.17100024 | 0.04429073092078406 | OF7fQ37GzaZ5ikA2oMyvleKtgnLjXh |\n| c | 2 | -60 | -16312 | -1808210365 | -3368300253197863813 | 71 | 39635 | 2844041986 | 7045482583778080653 | 0.805363 | 0.6425694115212065 | BJqx5WokrmrrezZA0dUbleMYkG5U2O |\n| a | 1 | -85 | -15154 | 1171968280 | 1919439543497968449 | 77 | 52286 | 774637006 | 12101411955859039553 | 0.12285209 | 0.6864391962767343 | 0keZ5G8BffGwgF2RwQD59TFzMStxCB |\n| a | 1 | -85 | -15154 | 1171968280 | 1919439543497968449 | 77 | 52286 | 774637006 | 12101411955859039553 | 0.12285209 | 0.6864391962767343 | 0keZ5G8BffGwgF2RwQD59TFzMStxCB |\n| a | 1 | -85 | -15154 | 1171968280 | 1919439543497968449 | 77 | 52286 | 774637006 | 12101411955859039553 | 0.12285209 | 0.6864391962767343 | 0keZ5G8BffGwgF2RwQD59TFzMStxCB |\n| c | 2 | 29 | -3855 | 1354539333 | 4742062657200940467 | 81 | 53815 | 3398507249 | 562977550464243101 | 0.7124534 | 0.991517828651004 | Oq6J4Rx6nde0YlhOIJkFsX2MsSvAQ0 |\n| c | 2 | 29 | -3855 | 1354539333 | 4742062657200940467 | 81 | 53815 | 3398507249 | 562977550464243101 | 0.7124534 | 0.991517828651004 | Oq6J4Rx6nde0YlhOIJkFsX2MsSvAQ0 |\n| c | 2 | 29 | -3855 | 1354539333 | 4742062657200940467 | 81 | 53815 | 3398507249 | 562977550464243101 | 0.7124534 | 0.991517828651004 | Oq6J4Rx6nde0YlhOIJkFsX2MsSvAQ0 |\n| a | 3 | -72 | -11122 | -2141451704 | -2578916903971263854 | 83 | 30296 | 1995343206 | 17452974532402389080 | 0.94209343 | 0.3231750610081745 | e2Gh6Ov8XkXoFdJWhl0EjwEHlMDYyG |\n| a | 3 | -72 | -11122 | -2141451704 | -2578916903971263854 | 83 | 30296 | 1995343206 | 17452974532402389080 | 0.94209343 | 0.3231750610081745 | e2Gh6Ov8XkXoFdJWhl0EjwEHlMDYyG |\n| a | 3 | -72 | -11122 | -2141451704 | -2578916903971263854 | 83 | 30296 | 1995343206 | 17452974532402389080 | 0.94209343 | 0.3231750610081745 | e2Gh6Ov8XkXoFdJWhl0EjwEHlMDYyG |\n| c | 5 | 118 | 19208 | -134213907 | -2120241105523909127 | 86 | 57751 | 1229567292 | 16493024289408725403 | 0.5536642 | 0.9723580396501548 | TTQUwpMNSXZqVBKAFvXu7OlWvKXJKX |\n| c | 5 | 118 | 19208 | -134213907 | -2120241105523909127 | 86 | 57751 | 1229567292 | 16493024289408725403 | 0.5536642 | 0.9723580396501548 | TTQUwpMNSXZqVBKAFvXu7OlWvKXJKX |\n| c | 5 | 118 | 19208 | -134213907 | -2120241105523909127 | 86 | 57751 | 1229567292 | 16493024289408725403 | 0.5536642 | 0.9723580396501548 | TTQUwpMNSXZqVBKAFvXu7OlWvKXJKX |\n| d | 1 | 125 | 31106 | -1176490478 | -4306856842351827308 | 90 | 17910 | 3625286410 | 17869394731126786457 | 0.8882508 | 0.7631239070049998 | dVdvo6nUD5FgCgsbOZLds28RyGTpnx |\n| d | 1 | 125 | 31106 | -1176490478 | -4306856842351827308 | 90 | 17910 | 3625286410 | 17869394731126786457 | 0.8882508 | 0.7631239070049998 | dVdvo6nUD5FgCgsbOZLds28RyGTpnx |\n| d | 1 | 125 | 31106 | -1176490478 | -4306856842351827308 | 90 | 17910 | 3625286410 | 17869394731126786457 | 0.8882508 | 0.7631239070049998 | dVdvo6nUD5FgCgsbOZLds28RyGTpnx |\n| e | 4 | 96 | -30336 | 427197269 | 7506304308750926996 | 95 | 48483 | 3521368277 | 5437030162957481122 | 0.58104324 | 0.42073125331890115 | 3BEOHQsMEFZ58VcNTOJYShTBpAPzbt |\n| e | 4 | 96 | -30336 | 427197269 | 7506304308750926996 | 95 | 48483 | 3521368277 | 5437030162957481122 | 0.58104324 | 0.42073125331890115 | 3BEOHQsMEFZ58VcNTOJYShTBpAPzbt |\n| e | 4 | 96 | -30336 | 427197269 | 7506304308750926996 | 95 | 48483 | 3521368277 | 5437030162957481122 | 0.58104324 | 0.42073125331890115 | 3BEOHQsMEFZ58VcNTOJYShTBpAPzbt |\n| a | 2 | 45 | 15673 | -1899175111 | 398282800995316041 | 99 | 2555 | 145294611 | 8554426087132697832 | 0.17333257 | 0.6405262429561641 | b3b9esRhTzFEawbs6XhpKnD9ojutHB |\n| a | 2 | 45 | 15673 | -1899175111 | 398282800995316041 | 99 | 2555 | 145294611 | 8554426087132697832 | 0.17333257 | 0.6405262429561641 | b3b9esRhTzFEawbs6XhpKnD9ojutHB |\n| a | 2 | 45 | 15673 | -1899175111 | 398282800995316041 | 99 | 2555 | 145294611 | 8554426087132697832 | 0.17333257 | 0.6405262429561641 | b3b9esRhTzFEawbs6XhpKnD9ojutHB |\n| a | 4 | -54 | -2376 | 434021400 | 5502271306323260832 | 113 | 15777 | 2502326480 | 7966148640299601101 | 0.5720931 | 0.30585375151301186 | KJFcmTVjdkCMv94wYCtfHMFhzyRsmH |\n| a | 4 | -54 | -2376 | 434021400 | 5502271306323260832 | 113 | 15777 | 2502326480 | 7966148640299601101 | 0.5720931 | 0.30585375151301186 | KJFcmTVjdkCMv94wYCtfHMFhzyRsmH |\n| a | 4 | -54 | -2376 | 434021400 | 5502271306323260832 | 113 | 15777 | 2502326480 | 7966148640299601101 | 0.5720931 | 0.30585375151301186 | KJFcmTVjdkCMv94wYCtfHMFhzyRsmH |\n| d | 3 | 123 | 29533 | 240273900 | 1176001466590906949 | 117 | 30972 | 2592330556 | 12883447461717956514 | 0.39075065 | 0.38870280983958583 | 1aOcrEGd0cOqZe2I5XBOm0nDcwtBZO |\n| d | 3 | 123 | 29533 | 240273900 | 1176001466590906949 | 117 | 30972 | 2592330556 | 12883447461717956514 | 0.39075065 | 0.38870280983958583 | 1aOcrEGd0cOqZe2I5XBOm0nDcwtBZO |\n| d | 3 | 123 | 29533 | 240273900 | 1176001466590906949 | 117 | 30972 | 2592330556 | 12883447461717956514 | 0.39075065 | 0.38870280983958583 | 1aOcrEGd0cOqZe2I5XBOm0nDcwtBZO |\n| b | 5 | -5 | 24896 | 1955646088 | 2430204191283109071 | 118 | 43655 | 2424630722 | 11429640193932435507 | 0.87989986 | 0.7328050041291218 | JafwVLSVk5AVoXFuzclesQ000EE2k1 |\n| b | 5 | -5 | 24896 | 1955646088 | 2430204191283109071 | 118 | 43655 | 2424630722 | 11429640193932435507 | 0.87989986 | 0.7328050041291218 | JafwVLSVk5AVoXFuzclesQ000EE2k1 |\n| b | 5 | -5 | 24896 | 1955646088 | 2430204191283109071 | 118 | 43655 | 2424630722 | 11429640193932435507 | 0.87989986 | 0.7328050041291218 | JafwVLSVk5AVoXFuzclesQ000EE2k1 |\n| e | 3 | -95 | 13611 | 2030965207 | 927403809957470678 | 119 | 59134 | 559847112 | 10966649192992996919 | 0.5301289 | 0.047343434291126085 | gTpyQnEODMcpsPnJMZC66gh33i3m0b |\n| e | 3 | -95 | 13611 | 2030965207 | 927403809957470678 | 119 | 59134 | 559847112 | 10966649192992996919 | 0.5301289 | 0.047343434291126085 | gTpyQnEODMcpsPnJMZC66gh33i3m0b |\n| e | 3 | -95 | 13611 | 2030965207 | 927403809957470678 | 119 | 59134 | 559847112 | 10966649192992996919 | 0.5301289 | 0.047343434291126085 | gTpyQnEODMcpsPnJMZC66gh33i3m0b |\n| b | 2 | 68 | 15874 | 49866617 | 1179733259727844435 | 121 | 23948 | 3455216719 | 3898128009708892708 | 0.6306253 | 0.9185813970744787 | 802bgTGl6Bk5TlkPYYTxp5JkKyaYUA |\n| b | 5 | 62 | 16337 | 41423756 | -2274773899098124524 | 121 | 34206 | 2307004493 | 10575647935385523483 | 0.23794776 | 0.1754261586710173 | qnPOOmslCJaT45buUisMRnM0rc77EK |\n| c | 4 | -79 | 5281 | -237425046 | 373011991904079451 | 121 | 55620 | 2818832252 | 2464584078983135763 | 0.49774808 | 0.9237877978193884 | t6fQUjJejPcjc04wHvHTPe55S65B4V |\n| b | 2 | 68 | 15874 | 49866617 | 1179733259727844435 | 121 | 23948 | 3455216719 | 3898128009708892708 | 0.6306253 | 0.9185813970744787 | 802bgTGl6Bk5TlkPYYTxp5JkKyaYUA |\n| c | 4 | -79 | 5281 | -237425046 | 373011991904079451 | 121 | 55620 | 2818832252 | 2464584078983135763 | 0.49774808 | 0.9237877978193884 | t6fQUjJejPcjc04wHvHTPe55S65B4V |\n| b | 5 | 62 | 16337 | 41423756 | -2274773899098124524 | 121 | 34206 | 2307004493 | 10575647935385523483 | 0.23794776 | 0.1754261586710173 | qnPOOmslCJaT45buUisMRnM0rc77EK |\n| b | 2 | 68 | 15874 | 49866617 | 1179733259727844435 | 121 | 23948 | 3455216719 | 3898128009708892708 | 0.6306253 | 0.9185813970744787 | 802bgTGl6Bk5TlkPYYTxp5JkKyaYUA |\n| c | 4 | -79 | 5281 | -237425046 | 373011991904079451 | 121 | 55620 | 2818832252 | 2464584078983135763 | 0.49774808 | 0.9237877978193884 | t6fQUjJejPcjc04wHvHTPe55S65B4V |\n| b | 5 | 62 | 16337 | 41423756 | -2274773899098124524 | 121 | 34206 | 2307004493 | 10575647935385523483 | 0.23794776 | 0.1754261586710173 | qnPOOmslCJaT45buUisMRnM0rc77EK |\n| e | 1 | 71 | -5479 | -1339586153 | -3920238763788954243 | 123 | 53012 | 4229654142 | 10297218950720052365 | 0.73473036 | 0.5773498217058918 | cBGc0kSm32ylBDnxogG727C0uhZEYZ |\n| e | 1 | 71 | -5479 | -1339586153 | -3920238763788954243 | 123 | 53012 | 4229654142 | 10297218950720052365 | 0.73473036 | 0.5773498217058918 | cBGc0kSm32ylBDnxogG727C0uhZEYZ |\n| e | 1 | 71 | -5479 | -1339586153 | -3920238763788954243 | 123 | 53012 | 4229654142 | 10297218950720052365 | 0.73473036 | 0.5773498217058918 | cBGc0kSm32ylBDnxogG727C0uhZEYZ |\n| e | 2 | -61 | -2888 | -1660426473 | 2553892468492435401 | 126 | 35429 | 4144173353 | 939909697866979632 | 0.4405142 | 0.9231889896940375 | BPtQMxnuSPpxMExYV9YkDa6cAN7GP3 |\n| e | 2 | -61 | -2888 | -1660426473 | 2553892468492435401 | 126 | 35429 | 4144173353 | 939909697866979632 | 0.4405142 | 0.9231889896940375 | BPtQMxnuSPpxMExYV9YkDa6cAN7GP3 |\n| e | 2 | -61 | -2888 | -1660426473 | 2553892468492435401 | 126 | 35429 | 4144173353 | 939909697866979632 | 0.4405142 | 0.9231889896940375 | BPtQMxnuSPpxMExYV9YkDa6cAN7GP3 |\n| e | 2 | 49 | 24495 | -587831330 | 9178511478067509438 | 129 | 12757 | 1289293657 | 10948666249269100825 | 0.5610077 | 0.5991138115095911 | bgK1r6v3BCTh0aejJUhkA1Hn6idXGp |\n| e | 2 | 49 | 24495 | -587831330 | 9178511478067509438 | 129 | 12757 | 1289293657 | 10948666249269100825 | 0.5610077 | 0.5991138115095911 | bgK1r6v3BCTh0aejJUhkA1Hn6idXGp |\n| e | 3 | 112 | -6823 | -421042466 | 8535335158538929274 | 129 | 32712 | 3759340273 | 9916295859593918600 | 0.6424343 | 0.6316565296547284 | BsM5ZAYifRh5Lw3Y8X1r53I0cTJnfE |\n| e | 3 | 112 | -6823 | -421042466 | 8535335158538929274 | 129 | 32712 | 3759340273 | 9916295859593918600 | 0.6424343 | 0.6316565296547284 | BsM5ZAYifRh5Lw3Y8X1r53I0cTJnfE |\n| e | 3 | 112 | -6823 | -421042466 | 8535335158538929274 | 129 | 32712 | 3759340273 | 9916295859593918600 | 0.6424343 | 0.6316565296547284 | BsM5ZAYifRh5Lw3Y8X1r53I0cTJnfE |\n| e | 2 | 49 | 24495 | -587831330 | 9178511478067509438 | 129 | 12757 | 1289293657 | 10948666249269100825 | 0.5610077 | 0.5991138115095911 | bgK1r6v3BCTh0aejJUhkA1Hn6idXGp |\n| e | 4 | 74 | -12612 | -1885422396 | 1702850374057819332 | 130 | 3583 | 3198969145 | 10767179755613315144 | 0.5518061 | 0.5614503754617461 | QEHVvcP8gxI6EMJIrvcnIhgzPNjIvv |\n| e | 4 | 74 | -12612 | -1885422396 | 1702850374057819332 | 130 | 3583 | 3198969145 | 10767179755613315144 | 0.5518061 | 0.5614503754617461 | QEHVvcP8gxI6EMJIrvcnIhgzPNjIvv |\n| e | 4 | 74 | -12612 | -1885422396 | 1702850374057819332 | 130 | 3583 | 3198969145 | 10767179755613315144 | 0.5518061 | 0.5614503754617461 | QEHVvcP8gxI6EMJIrvcnIhgzPNjIvv |\n| b | 4 | -117 | 19316 | 2051224722 | -5534418579506232438 | 133 | 52046 | 3023531799 | 13684453606722360110 | 0.62608826 | 0.8506721053047003 | mhjME0zBHbrK6NMkytMTQzOssOa1gF |\n| c | 4 | 3 | -30508 | 659422734 | -6455460736227846736 | 133 | 59663 | 2306130875 | 8622584762448622224 | 0.16999894 | 0.4273123318932347 | EcCuckwsF3gV1Ecgmh5v4KM8g1ozif |\n| c | 4 | 3 | -30508 | 659422734 | -6455460736227846736 | 133 | 59663 | 2306130875 | 8622584762448622224 | 0.16999894 | 0.4273123318932347 | EcCuckwsF3gV1Ecgmh5v4KM8g1ozif |\n| b | 4 | -117 | 19316 | 2051224722 | -5534418579506232438 | 133 | 52046 | 3023531799 | 13684453606722360110 | 0.62608826 | 0.8506721053047003 | mhjME0zBHbrK6NMkytMTQzOssOa1gF |\n| c | 4 | 3 | -30508 | 659422734 | -6455460736227846736 | 133 | 59663 | 2306130875 | 8622584762448622224 | 0.16999894 | 0.4273123318932347 | EcCuckwsF3gV1Ecgmh5v4KM8g1ozif |\n| b | 4 | -117 | 19316 | 2051224722 | -5534418579506232438 | 133 | 52046 | 3023531799 | 13684453606722360110 | 0.62608826 | 0.8506721053047003 | mhjME0zBHbrK6NMkytMTQzOssOa1gF |\n| b | 1 | 12 | 7652 | -1448995523 | -5332734971209541785 | 136 | 49283 | 4076864659 | 15449267433866484283 | 0.6214579 | 0.05636955101974106 | akiiY5N0I44CMwEnBL6RTBk7BRkxEj |\n| b | 1 | 12 | 7652 | -1448995523 | -5332734971209541785 | 136 | 49283 | 4076864659 | 15449267433866484283 | 0.6214579 | 0.05636955101974106 | akiiY5N0I44CMwEnBL6RTBk7BRkxEj |\n| c | 2 | -117 | -30187 | -1222533990 | -191957437217035800 | 136 | 47061 | 2293105904 | 12659011877190539078 | 0.2047385 | 0.9706712283358269 | pLk3i59bZwd5KBZrI1FiweYTd5hteG |\n| c | 2 | -117 | -30187 | -1222533990 | -191957437217035800 | 136 | 47061 | 2293105904 | 12659011877190539078 | 0.2047385 | 0.9706712283358269 | pLk3i59bZwd5KBZrI1FiweYTd5hteG |\n| b | 1 | 12 | 7652 | -1448995523 | -5332734971209541785 | 136 | 49283 | 4076864659 | 15449267433866484283 | 0.6214579 | 0.05636955101974106 | akiiY5N0I44CMwEnBL6RTBk7BRkxEj |\n| c | 2 | -117 | -30187 | -1222533990 | -191957437217035800 | 136 | 47061 | 2293105904 | 12659011877190539078 | 0.2047385 | 0.9706712283358269 | pLk3i59bZwd5KBZrI1FiweYTd5hteG |\n| e | 3 | 104 | -25136 | 1738331255 | 300633854973581194 | 139 | 20807 | 3577318119 | 13079037564113702254 | 0.40154034 | 0.7764360990307122 | DuJNG8tufSqW0ZstHqWj3aGvFLMg4A |\n| e | 3 | 104 | -25136 | 1738331255 | 300633854973581194 | 139 | 20807 | 3577318119 | 13079037564113702254 | 0.40154034 | 0.7764360990307122 | DuJNG8tufSqW0ZstHqWj3aGvFLMg4A |\n| e | 3 | 104 | -25136 | 1738331255 | 300633854973581194 | 139 | 20807 | 3577318119 | 13079037564113702254 | 0.40154034 | 0.7764360990307122 | DuJNG8tufSqW0ZstHqWj3aGvFLMg4A |\n| c | 1 | 103 | -22186 | 431378678 | 1346564663822463162 | 146 | 12393 | 3766999078 | 10901819591635583995 | 0.064453244 | 0.7784918983501654 | 2T3wSlHdEmASmO0xcXHnndkKEt6bz8 |\n| c | 1 | 103 | -22186 | 431378678 | 1346564663822463162 | 146 | 12393 | 3766999078 | 10901819591635583995 | 0.064453244 | 0.7784918983501654 | 2T3wSlHdEmASmO0xcXHnndkKEt6bz8 |\n| c | 1 | 103 | -22186 | 431378678 | 1346564663822463162 | 146 | 12393 | 3766999078 | 10901819591635583995 | 0.064453244 | 0.7784918983501654 | 2T3wSlHdEmASmO0xcXHnndkKEt6bz8 |\n| d | 2 | 93 | -12642 | 2053379412 | 6468763445799074329 | 147 | 50842 | 1000948272 | 5536487915963301239 | 0.4279275 | 0.28534428578703896 | lqhzgLsXZ8JhtpeeUWWNbMz8PHI705 |\n| d | 2 | 93 | -12642 | 2053379412 | 6468763445799074329 | 147 | 50842 | 1000948272 | 5536487915963301239 | 0.4279275 | 0.28534428578703896 | lqhzgLsXZ8JhtpeeUWWNbMz8PHI705 |\n| d | 2 | 93 | -12642 | 2053379412 | 6468763445799074329 | 147 | 50842 | 1000948272 | 5536487915963301239 | 0.4279275 | 0.28534428578703896 | lqhzgLsXZ8JhtpeeUWWNbMz8PHI705 |\n| c | 2 | -29 | 25305 | -537142430 | -7683452043175617798 | 150 | 31648 | 598822671 | 11759014161799384683 | 0.8315913 | 0.946325164889271 | 9UbObCsVkmYpJGcGrgfK90qOnwb2Lj |\n| e | 1 | 36 | -21481 | -928766616 | -3471238138418013024 | 150 | 52569 | 2610290479 | 7788847578701297242 | 0.2578469 | 0.7670021786149205 | gpo8K5qtYePve6jyPt6xgJx4YOVjms |\n| c | 2 | -29 | 25305 | -537142430 | -7683452043175617798 | 150 | 31648 | 598822671 | 11759014161799384683 | 0.8315913 | 0.946325164889271 | 9UbObCsVkmYpJGcGrgfK90qOnwb2Lj |\n| e | 1 | 36 | -21481 | -928766616 | -3471238138418013024 | 150 | 52569 | 2610290479 | 7788847578701297242 | 0.2578469 | 0.7670021786149205 | gpo8K5qtYePve6jyPt6xgJx4YOVjms |\n| c | 2 | -29 | 25305 | -537142430 | -7683452043175617798 | 150 | 31648 | 598822671 | 11759014161799384683 | 0.8315913 | 0.946325164889271 | 9UbObCsVkmYpJGcGrgfK90qOnwb2Lj |\n| e | 1 | 36 | -21481 | -928766616 | -3471238138418013024 | 150 | 52569 | 2610290479 | 7788847578701297242 | 0.2578469 | 0.7670021786149205 | gpo8K5qtYePve6jyPt6xgJx4YOVjms |\n| b | 2 | 31 | 23127 | -800561771 | -8706387435232961848 | 153 | 27034 | 1098639440 | 3343692635488765507 | 0.35692692 | 0.5590205548347534 | okOkcWflkNXIy4R8LzmySyY1EC3sYd |\n| b | 2 | 31 | 23127 | -800561771 | -8706387435232961848 | 153 | 27034 | 1098639440 | 3343692635488765507 | 0.35692692 | 0.5590205548347534 | okOkcWflkNXIy4R8LzmySyY1EC3sYd |\n| b | 2 | 31 | 23127 | -800561771 | -8706387435232961848 | 153 | 27034 | 1098639440 | 3343692635488765507 | 0.35692692 | 0.5590205548347534 | okOkcWflkNXIy4R8LzmySyY1EC3sYd |\n| d | 3 | 77 | 15091 | -1302295658 | 8795481303066536947 | 154 | 35477 | 2093538928 | 17419098323248948387 | 0.11952883 | 0.7035635283169166 | O66j6PaYuZhEUtqV6fuU7TyjM2WxC5 |\n| d | 3 | 77 | 15091 | -1302295658 | 8795481303066536947 | 154 | 35477 | 2093538928 | 17419098323248948387 | 0.11952883 | 0.7035635283169166 | O66j6PaYuZhEUtqV6fuU7TyjM2WxC5 |\n| d | 3 | 77 | 15091 | -1302295658 | 8795481303066536947 | 154 | 35477 | 2093538928 | 17419098323248948387 | 0.11952883 | 0.7035635283169166 | O66j6PaYuZhEUtqV6fuU7TyjM2WxC5 |\n| d | 5 | -40 | 22614 | 706441268 | -7542719935673075327 | 155 | 14337 | 3373581039 | 11720144131976083864 | 0.69632107 | 0.3114712539863804 | C2GT5KVyOPZpgKVl110TyZO0NcJ434 |\n| d | 5 | -40 | 22614 | 706441268 | -7542719935673075327 | 155 | 14337 | 3373581039 | 11720144131976083864 | 0.69632107 | 0.3114712539863804 | C2GT5KVyOPZpgKVl110TyZO0NcJ434 |\n| d | 5 | -40 | 22614 | 706441268 | -7542719935673075327 | 155 | 14337 | 3373581039 | 11720144131976083864 | 0.69632107 | 0.3114712539863804 | C2GT5KVyOPZpgKVl110TyZO0NcJ434 |\n| d | 4 | 55 | -1471 | 1902023838 | 1252101628560265705 | 157 | 3691 | 811650497 | 1524771507450695976 | 0.2968701 | 0.5437595540422571 | f9ALCzwDAKmdu7Rk2msJaB1wxe5IBX |\n| d | 4 | 55 | -1471 | 1902023838 | 1252101628560265705 | 157 | 3691 | 811650497 | 1524771507450695976 | 0.2968701 | 0.5437595540422571 | f9ALCzwDAKmdu7Rk2msJaB1wxe5IBX |\n| d | 4 | 55 | -1471 | 1902023838 | 1252101628560265705 | 157 | 3691 | 811650497 | 1524771507450695976 | 0.2968701 | 0.5437595540422571 | f9ALCzwDAKmdu7Rk2msJaB1wxe5IBX |\n| e | 3 | 71 | 194 | 1436496767 | -5639533800082367925 | 158 | 44507 | 3105312559 | 3998472996619161534 | 0.930117 | 0.6108938307533 | pTeu0WMjBRTaNRT15rLCuEh3tBJVc5 |\n| e | 4 | 97 | -13181 | 2047637360 | 6176835796788944083 | 158 | 53000 | 2042457019 | 9726016502640071617 | 0.7085086 | 0.12357539988406441 | oHJMNvWuunsIMIWFnYG31RCfkOo2V7 |\n| e | 3 | 71 | 194 | 1436496767 | -5639533800082367925 | 158 | 44507 | 3105312559 | 3998472996619161534 | 0.930117 | 0.6108938307533 | pTeu0WMjBRTaNRT15rLCuEh3tBJVc5 |\n| e | 4 | 97 | -13181 | 2047637360 | 6176835796788944083 | 158 | 53000 | 2042457019 | 9726016502640071617 | 0.7085086 | 0.12357539988406441 | oHJMNvWuunsIMIWFnYG31RCfkOo2V7 |\n| e | 3 | 71 | 194 | 1436496767 | -5639533800082367925 | 158 | 44507 | 3105312559 | 3998472996619161534 | 0.930117 | 0.6108938307533 | pTeu0WMjBRTaNRT15rLCuEh3tBJVc5 |\n| e | 4 | 97 | -13181 | 2047637360 | 6176835796788944083 | 158 | 53000 | 2042457019 | 9726016502640071617 | 0.7085086 | 0.12357539988406441 | oHJMNvWuunsIMIWFnYG31RCfkOo2V7 |\n| e | 4 | 30 | -16110 | 61035129 | -3356533792537910152 | 159 | 299 | 28774375 | 13526465947516666293 | 0.6999775 | 0.03968347085780355 | cq4WSAIFwx3wwTUS5bp1wCe71R6U5I |\n| e | 4 | 30 | -16110 | 61035129 | -3356533792537910152 | 159 | 299 | 28774375 | 13526465947516666293 | 0.6999775 | 0.03968347085780355 | cq4WSAIFwx3wwTUS5bp1wCe71R6U5I |\n| e | 4 | 30 | -16110 | 61035129 | -3356533792537910152 | 159 | 299 | 28774375 | 13526465947516666293 | 0.6999775 | 0.03968347085780355 | cq4WSAIFwx3wwTUS5bp1wCe71R6U5I |\n| e | 2 | 97 | 18167 | 1593800404 | -9112448817105133638 | 163 | 45185 | 3188005828 | 2792105417953811674 | 0.38175434 | 0.4094218353587008 | ukOiFGGFnQJDHFgZxHMpvhD3zybF0M |\n| e | 2 | 97 | 18167 | 1593800404 | -9112448817105133638 | 163 | 45185 | 3188005828 | 2792105417953811674 | 0.38175434 | 0.4094218353587008 | ukOiFGGFnQJDHFgZxHMpvhD3zybF0M |\n| e | 2 | 97 | 18167 | 1593800404 | -9112448817105133638 | 163 | 45185 | 3188005828 | 2792105417953811674 | 0.38175434 | 0.4094218353587008 | ukOiFGGFnQJDHFgZxHMpvhD3zybF0M |\n| e | 2 | 52 | 23388 | 715235348 | 605432070100399212 | 165 | 56980 | 3314983189 | 7386391799827871203 | 0.46076488 | 0.980809631269599 | jQimhdepw3GKmioWUlVSWeBVRKFkY3 |\n| e | 2 | 52 | 23388 | 715235348 | 605432070100399212 | 165 | 56980 | 3314983189 | 7386391799827871203 | 0.46076488 | 0.980809631269599 | jQimhdepw3GKmioWUlVSWeBVRKFkY3 |\n| e | 2 | 52 | 23388 | 715235348 | 605432070100399212 | 165 | 56980 | 3314983189 | 7386391799827871203 | 0.46076488 | 0.980809631269599 | jQimhdepw3GKmioWUlVSWeBVRKFkY3 |\n| a | 3 | 17 | -22796 | 1337043149 | -1282905594104562444 | 167 | 2809 | 754775609 | 732272194388185106 | 0.3884129 | 0.658671129040488 | VDhtJkYjAYPykCgOU9x3v7v3t4SO1a |\n| a | 3 | 17 | -22796 | 1337043149 | -1282905594104562444 | 167 | 2809 | 754775609 | 732272194388185106 | 0.3884129 | 0.658671129040488 | VDhtJkYjAYPykCgOU9x3v7v3t4SO1a |\n| a | 3 | 17 | -22796 | 1337043149 | -1282905594104562444 | 167 | 2809 | 754775609 | 732272194388185106 | 0.3884129 | 0.658671129040488 | VDhtJkYjAYPykCgOU9x3v7v3t4SO1a |\n| a | 5 | -31 | -12907 | 586844478 | -4862189775214031241 | 170 | 28086 | 1013876852 | 11005002152861474932 | 0.35319167 | 0.05573662213439634 | MeSTAXq8gVxVjbEjgkvU9YLte0X9uE |\n| a | 5 | -31 | -12907 | 586844478 | -4862189775214031241 | 170 | 28086 | 1013876852 | 11005002152861474932 | 0.35319167 | 0.05573662213439634 | MeSTAXq8gVxVjbEjgkvU9YLte0X9uE |\n| a | 5 | -31 | -12907 | 586844478 | -4862189775214031241 | 170 | 28086 | 1013876852 | 11005002152861474932 | 0.35319167 | 0.05573662213439634 | MeSTAXq8gVxVjbEjgkvU9YLte0X9uE |\n| c | 2 | -106 | -1114 | -1927628110 | 1080308211931669384 | 177 | 20421 | 141680161 | 7464432081248293405 | 0.56749094 | 0.565352842229935 | Vp3gmWunM5A7wOC9YW2JroFqTWjvTi |\n| c | 2 | -106 | -1114 | -1927628110 | 1080308211931669384 | 177 | 20421 | 141680161 | 7464432081248293405 | 0.56749094 | 0.565352842229935 | Vp3gmWunM5A7wOC9YW2JroFqTWjvTi |\n| c | 2 | -106 | -1114 | -1927628110 | 1080308211931669384 | 177 | 20421 | 141680161 | 7464432081248293405 | 0.56749094 | 0.565352842229935 | Vp3gmWunM5A7wOC9YW2JroFqTWjvTi |\n| b | 2 | 63 | 21456 | -2138770630 | -2380041687053733364 | 181 | 57594 | 2705709344 | 13144161537396946288 | 0.09683716 | 0.3051364088814128 | nYVJnVicpGRqKZibHyBAmtmzBXAFfT |\n| b | 2 | 63 | 21456 | -2138770630 | -2380041687053733364 | 181 | 57594 | 2705709344 | 13144161537396946288 | 0.09683716 | 0.3051364088814128 | nYVJnVicpGRqKZibHyBAmtmzBXAFfT |\n| b | 2 | 63 | 21456 | -2138770630 | -2380041687053733364 | 181 | 57594 | 2705709344 | 13144161537396946288 | 0.09683716 | 0.3051364088814128 | nYVJnVicpGRqKZibHyBAmtmzBXAFfT |\n| c | 3 | 73 | -9565 | -382483011 | 1765659477910680019 | 186 | 1535 | 1088543984 | 2906943497598597237 | 0.680652 | 0.6009475544728957 | Ow5PGpfTm4dXCfTDsXAOTatXRoAydR |\n| c | 3 | 73 | -9565 | -382483011 | 1765659477910680019 | 186 | 1535 | 1088543984 | 2906943497598597237 | 0.680652 | 0.6009475544728957 | Ow5PGpfTm4dXCfTDsXAOTatXRoAydR |\n| c | 3 | 73 | -9565 | -382483011 | 1765659477910680019 | 186 | 1535 | 1088543984 | 2906943497598597237 | 0.680652 | 0.6009475544728957 | Ow5PGpfTm4dXCfTDsXAOTatXRoAydR |\n| b | 4 | 17 | -28070 | -673237643 | 1904316899655860234 | 188 | 27744 | 933879086 | 3732692885824435932 | 0.41860116 | 0.40342283197779727 | JHNgc2UCaiXOdmkxwDDyGhRlO0mnBQ |\n| b | 4 | 17 | -28070 | -673237643 | 1904316899655860234 | 188 | 27744 | 933879086 | 3732692885824435932 | 0.41860116 | 0.40342283197779727 | JHNgc2UCaiXOdmkxwDDyGhRlO0mnBQ |\n| b | 4 | 17 | -28070 | -673237643 | 1904316899655860234 | 188 | 27744 | 933879086 | 3732692885824435932 | 0.41860116 | 0.40342283197779727 | JHNgc2UCaiXOdmkxwDDyGhRlO0mnBQ |\n| d | 5 | -59 | 2045 | -2117946883 | 1170799768349713170 | 189 | 63353 | 1365198901 | 2501626630745849169 | 0.75173044 | 0.18628859265874176 | F7NSTjWvQJyBburN7CXRUlbgp2dIrA |\n| d | 5 | -59 | 2045 | -2117946883 | 1170799768349713170 | 189 | 63353 | 1365198901 | 2501626630745849169 | 0.75173044 | 0.18628859265874176 | F7NSTjWvQJyBburN7CXRUlbgp2dIrA |\n| d | 5 | -59 | 2045 | -2117946883 | 1170799768349713170 | 189 | 63353 | 1365198901 | 2501626630745849169 | 0.75173044 | 0.18628859265874176 | F7NSTjWvQJyBburN7CXRUlbgp2dIrA |\n| a | 3 | 13 | 12613 | 1299719633 | 2020498574254265315 | 191 | 17835 | 3998790955 | 14881411008939145569 | 0.041445434 | 0.8813167497816289 | Amn2K87Db5Es3dFQO9cw9cvpAM6h35 |\n| a | 3 | 13 | 12613 | 1299719633 | 2020498574254265315 | 191 | 17835 | 3998790955 | 14881411008939145569 | 0.041445434 | 0.8813167497816289 | Amn2K87Db5Es3dFQO9cw9cvpAM6h35 |\n| a | 3 | 13 | 12613 | 1299719633 | 2020498574254265315 | 191 | 17835 | 3998790955 | 14881411008939145569 | 0.041445434 | 0.8813167497816289 | Amn2K87Db5Es3dFQO9cw9cvpAM6h35 |\n| c | 1 | 41 | -4667 | -644225469 | 7049620391314639084 | 196 | 48099 | 2125812933 | 15419512479294091215 | 0.5780736 | 0.9255031346434324 | mzbkwXKrPeZnxg2Kn1LRF5hYSsmksS |\n| c | 4 | 123 | 16620 | 852509237 | -3087630526856906991 | 196 | 33715 | 3566741189 | 4546434653720168472 | 0.07606989 | 0.819715865079681 | 8LIh0b6jmDGm87BmIyjdxNIpX4ugjD |\n| c | 1 | 41 | -4667 | -644225469 | 7049620391314639084 | 196 | 48099 | 2125812933 | 15419512479294091215 | 0.5780736 | 0.9255031346434324 | mzbkwXKrPeZnxg2Kn1LRF5hYSsmksS |\n| c | 4 | 123 | 16620 | 852509237 | -3087630526856906991 | 196 | 33715 | 3566741189 | 4546434653720168472 | 0.07606989 | 0.819715865079681 | 8LIh0b6jmDGm87BmIyjdxNIpX4ugjD |\n| c | 1 | 41 | -4667 | -644225469 | 7049620391314639084 | 196 | 48099 | 2125812933 | 15419512479294091215 | 0.5780736 | 0.9255031346434324 | mzbkwXKrPeZnxg2Kn1LRF5hYSsmksS |\n| c | 4 | 123 | 16620 | 852509237 | -3087630526856906991 | 196 | 33715 | 3566741189 | 4546434653720168472 | 0.07606989 | 0.819715865079681 | 8LIh0b6jmDGm87BmIyjdxNIpX4ugjD |\n| d | 2 | 113 | 3917 | -108973366 | -7220140168410319165 | 197 | 24380 | 63044568 | 4225581724448081782 | 0.11867094 | 0.2944158618048994 | 90gAtmGEeIqUTbo1ZrxCvWtsseukXC |\n| d | 2 | 113 | 3917 | -108973366 | -7220140168410319165 | 197 | 24380 | 63044568 | 4225581724448081782 | 0.11867094 | 0.2944158618048994 | 90gAtmGEeIqUTbo1ZrxCvWtsseukXC |\n| d | 2 | 113 | 3917 | -108973366 | -7220140168410319165 | 197 | 24380 | 63044568 | 4225581724448081782 | 0.11867094 | 0.2944158618048994 | 90gAtmGEeIqUTbo1ZrxCvWtsseukXC |\n| b | 4 | 47 | 20690 | -1009656194 | -2027442591571700798 | 200 | 7781 | 326151275 | 2881913079548128905 | 0.57360977 | 0.2145232647388039 | 52mKlRE3aHCBZtjECq6sY9OqVf8Dze |\n| b | 4 | 47 | 20690 | -1009656194 | -2027442591571700798 | 200 | 7781 | 326151275 | 2881913079548128905 | 0.57360977 | 0.2145232647388039 | 52mKlRE3aHCBZtjECq6sY9OqVf8Dze |\n| b | 4 | 47 | 20690 | -1009656194 | -2027442591571700798 | 200 | 7781 | 326151275 | 2881913079548128905 | 0.57360977 | 0.2145232647388039 | 52mKlRE3aHCBZtjECq6sY9OqVf8Dze |\n| d | 1 | 57 | 28781 | -1143802338 | 2662536767954229885 | 202 | 62167 | 879082834 | 4338034436871150616 | 0.7618384 | 0.42950521730777025 | VY0zXmXeksCT8BzvpzpPLbmU9Kp9Y4 |\n| d | 1 | 57 | 28781 | -1143802338 | 2662536767954229885 | 202 | 62167 | 879082834 | 4338034436871150616 | 0.7618384 | 0.42950521730777025 | VY0zXmXeksCT8BzvpzpPLbmU9Kp9Y4 |\n| d | 1 | 57 | 28781 | -1143802338 | 2662536767954229885 | 202 | 62167 | 879082834 | 4338034436871150616 | 0.7618384 | 0.42950521730777025 | VY0zXmXeksCT8BzvpzpPLbmU9Kp9Y4 |\n| b | 1 | 29 | -18218 | 994303988 | 5983957848665088916 | 204 | 9489 | 3275293996 | 14857091259186476033 | 0.53840446 | 0.17909035118828576 | AyYVExXK6AR2qUTxNZ7qRHQOVGMLcz |\n| b | 1 | 29 | -18218 | 994303988 | 5983957848665088916 | 204 | 9489 | 3275293996 | 14857091259186476033 | 0.53840446 | 0.17909035118828576 | AyYVExXK6AR2qUTxNZ7qRHQOVGMLcz |\n| b | 1 | 29 | -18218 | 994303988 | 5983957848665088916 | 204 | 9489 | 3275293996 | 14857091259186476033 | 0.53840446 | 0.17909035118828576 | AyYVExXK6AR2qUTxNZ7qRHQOVGMLcz |\n| a | 3 | -12 | -9168 | 1489733240 | -1569376002217735076 | 206 | 33821 | 3959216334 | 16060348691054629425 | 0.9488028 | 0.9293883502480845 | oLZ21P2JEDooxV1pU31cIxQHEeeoLu |\n| a | 3 | -12 | -9168 | 1489733240 | -1569376002217735076 | 206 | 33821 | 3959216334 | 16060348691054629425 | 0.9488028 | 0.9293883502480845 | oLZ21P2JEDooxV1pU31cIxQHEeeoLu |\n| a | 3 | -12 | -9168 | 1489733240 | -1569376002217735076 | 206 | 33821 | 3959216334 | 16060348691054629425 | 0.9488028 | 0.9293883502480845 | oLZ21P2JEDooxV1pU31cIxQHEeeoLu |\n| c | 3 | 97 | 29106 | -903316089 | 2874859437662206732 | 207 | 42171 | 3473924576 | 8188072741116415408 | 0.32792538 | 0.2667177795079635 | HKSMQ9nTnwXCJIte1JrM1dtYnDtJ8g |\n| c | 3 | 97 | 29106 | -903316089 | 2874859437662206732 | 207 | 42171 | 3473924576 | 8188072741116415408 | 0.32792538 | 0.2667177795079635 | HKSMQ9nTnwXCJIte1JrM1dtYnDtJ8g |\n| c | 3 | 97 | 29106 | -903316089 | 2874859437662206732 | 207 | 42171 | 3473924576 | 8188072741116415408 | 0.32792538 | 0.2667177795079635 | HKSMQ9nTnwXCJIte1JrM1dtYnDtJ8g |\n| b | 5 | -82 | 22080 | 1824882165 | 7373730676428214987 | 208 | 34331 | 3342719438 | 3330177516592499461 | 0.82634634 | 0.40975383525297016 | Ig1QcuKsjHXkproePdERo2w0mYzIqd |\n| b | 5 | -82 | 22080 | 1824882165 | 7373730676428214987 | 208 | 34331 | 3342719438 | 3330177516592499461 | 0.82634634 | 0.40975383525297016 | Ig1QcuKsjHXkproePdERo2w0mYzIqd |\n| b | 5 | -82 | 22080 | 1824882165 | 7373730676428214987 | 208 | 34331 | 3342719438 | 3330177516592499461 | 0.82634634 | 0.40975383525297016 | Ig1QcuKsjHXkproePdERo2w0mYzIqd |\n| e | 4 | -56 | -31500 | 1544188174 | 3096047390018154410 | 220 | 417 | 557517119 | 2774306934041974261 | 0.15459597 | 0.19113293583306745 | IZTkHMLvIKuiLjhDjYMmIHxh166we4 |\n| e | 4 | -56 | -31500 | 1544188174 | 3096047390018154410 | 220 | 417 | 557517119 | 2774306934041974261 | 0.15459597 | 0.19113293583306745 | IZTkHMLvIKuiLjhDjYMmIHxh166we4 |\n| d | 1 | -98 | 13630 | -1991133944 | 1184110014998006843 | 220 | 2986 | 225513085 | 9634106610243643486 | 0.89651865 | 0.1640882545084913 | y7C453hRWd4E7ImjNDWlpexB8nUqjh |\n| e | 4 | -56 | -31500 | 1544188174 | 3096047390018154410 | 220 | 417 | 557517119 | 2774306934041974261 | 0.15459597 | 0.19113293583306745 | IZTkHMLvIKuiLjhDjYMmIHxh166we4 |\n| d | 1 | -98 | 13630 | -1991133944 | 1184110014998006843 | 220 | 2986 | 225513085 | 9634106610243643486 | 0.89651865 | 0.1640882545084913 | y7C453hRWd4E7ImjNDWlpexB8nUqjh |\n| d | 1 | -98 | 13630 | -1991133944 | 1184110014998006843 | 220 | 2986 | 225513085 | 9634106610243643486 | 0.89651865 | 0.1640882545084913 | y7C453hRWd4E7ImjNDWlpexB8nUqjh |\n| a | 2 | -48 | -18025 | 439738328 | -313657814587041987 | 222 | 13763 | 3717551163 | 9135746610908713318 | 0.055064857 | 0.9800193410444061 | ukyD7b0Efj7tNlFSRmzZ0IqkEzg2a8 |\n| a | 2 | -48 | -18025 | 439738328 | -313657814587041987 | 222 | 13763 | 3717551163 | 9135746610908713318 | 0.055064857 | 0.9800193410444061 | ukyD7b0Efj7tNlFSRmzZ0IqkEzg2a8 |\n| a | 2 | -48 | -18025 | 439738328 | -313657814587041987 | 222 | 13763 | 3717551163 | 9135746610908713318 | 0.055064857 | 0.9800193410444061 | ukyD7b0Efj7tNlFSRmzZ0IqkEzg2a8 |\n| e | 5 | 64 | -26526 | 1689098844 | 8950618259486183091 | 224 | 45253 | 662099130 | 16127995415060805595 | 0.2897315 | 0.5759450483859969 | 56MZa5O1hVtX4c5sbnCfxuX5kDChqI |\n| e | 5 | 64 | -26526 | 1689098844 | 8950618259486183091 | 224 | 45253 | 662099130 | 16127995415060805595 | 0.2897315 | 0.5759450483859969 | 56MZa5O1hVtX4c5sbnCfxuX5kDChqI |\n| b | 5 | 68 | 21576 | 1188285940 | 5717755781990389024 | 224 | 27600 | 974297360 | 9865419128970328044 | 0.80895734 | 0.7973920072996036 | ioEncce3mPOXD2hWhpZpCPWGATG6GU |\n| e | 5 | 64 | -26526 | 1689098844 | 8950618259486183091 | 224 | 45253 | 662099130 | 16127995415060805595 | 0.2897315 | 0.5759450483859969 | 56MZa5O1hVtX4c5sbnCfxuX5kDChqI |\n| b | 5 | 68 | 21576 | 1188285940 | 5717755781990389024 | 224 | 27600 | 974297360 | 9865419128970328044 | 0.80895734 | 0.7973920072996036 | ioEncce3mPOXD2hWhpZpCPWGATG6GU |\n| b | 5 | 68 | 21576 | 1188285940 | 5717755781990389024 | 224 | 27600 | 974297360 | 9865419128970328044 | 0.80895734 | 0.7973920072996036 | ioEncce3mPOXD2hWhpZpCPWGATG6GU |\n| a | 4 | -101 | 11640 | 1993193190 | 2992662416070659899 | 230 | 40566 | 466439833 | 16778113360088370541 | 0.3991115 | 0.574210838214554 | NEhyk8uIx4kEULJGa8qIyFjjBcP2G6 |\n| a | 4 | -101 | 11640 | 1993193190 | 2992662416070659899 | 230 | 40566 | 466439833 | 16778113360088370541 | 0.3991115 | 0.574210838214554 | NEhyk8uIx4kEULJGa8qIyFjjBcP2G6 |\n| a | 4 | -101 | 11640 | 1993193190 | 2992662416070659899 | 230 | 40566 | 466439833 | 16778113360088370541 | 0.3991115 | 0.574210838214554 | NEhyk8uIx4kEULJGa8qIyFjjBcP2G6 |\n| a | 1 | -25 | 15295 | 383352709 | 4980135132406487265 | 231 | 102 | 3276123488 | 12763583666216333412 | 0.53796273 | 0.17592486905979987 | XemNcT1xp61xcM1Qz3wZ1VECCnq06O |\n| a | 1 | -25 | 15295 | 383352709 | 4980135132406487265 | 231 | 102 | 3276123488 | 12763583666216333412 | 0.53796273 | 0.17592486905979987 | XemNcT1xp61xcM1Qz3wZ1VECCnq06O |\n| a | 1 | -56 | 8692 | 2106705285 | -7811675384226570375 | 231 | 15573 | 1454057357 | 677091006469429514 | 0.42794758 | 0.2739938529235548 | JN0VclewmjwYlSl8386MlWv5rEhWCz |\n| a | 1 | -25 | 15295 | 383352709 | 4980135132406487265 | 231 | 102 | 3276123488 | 12763583666216333412 | 0.53796273 | 0.17592486905979987 | XemNcT1xp61xcM1Qz3wZ1VECCnq06O |\n| a | 1 | -56 | 8692 | 2106705285 | -7811675384226570375 | 231 | 15573 | 1454057357 | 677091006469429514 | 0.42794758 | 0.2739938529235548 | JN0VclewmjwYlSl8386MlWv5rEhWCz |\n| a | 1 | -56 | 8692 | 2106705285 | -7811675384226570375 | 231 | 15573 | 1454057357 | 677091006469429514 | 0.42794758 | 0.2739938529235548 | JN0VclewmjwYlSl8386MlWv5rEhWCz |\n| e | 2 | 52 | -12056 | -1090239422 | 9011500141803970147 | 238 | 4168 | 2013662838 | 12565360638488684051 | 0.6694766 | 0.39144436569161134 | xipQ93429ksjNcXPX5326VSg1xJZcW |\n| e | 2 | 52 | -12056 | -1090239422 | 9011500141803970147 | 238 | 4168 | 2013662838 | 12565360638488684051 | 0.6694766 | 0.39144436569161134 | xipQ93429ksjNcXPX5326VSg1xJZcW |\n| e | 2 | 52 | -12056 | -1090239422 | 9011500141803970147 | 238 | 4168 | 2013662838 | 12565360638488684051 | 0.6694766 | 0.39144436569161134 | xipQ93429ksjNcXPX5326VSg1xJZcW |\n| d | 1 | -72 | 25590 | 1188089983 | 3090286296481837049 | 241 | 832 | 3542840110 | 5885937420286765261 | 0.41980565 | 0.21535402343780985 | wwXqSGKLyBQyPkonlzBNYUJTCo4LRS |\n| d | 1 | -72 | 25590 | 1188089983 | 3090286296481837049 | 241 | 832 | 3542840110 | 5885937420286765261 | 0.41980565 | 0.21535402343780985 | wwXqSGKLyBQyPkonlzBNYUJTCo4LRS |\n| d | 1 | -72 | 25590 | 1188089983 | 3090286296481837049 | 241 | 832 | 3542840110 | 5885937420286765261 | 0.41980565 | 0.21535402343780985 | wwXqSGKLyBQyPkonlzBNYUJTCo4LRS |\n| e | 4 | -53 | 13788 | 2064155045 | -691093532952651300 | 243 | 35106 | 2778168728 | 9463973906560740422 | 0.34515214 | 0.27159190516490006 | 0VVIHzxWtNOFLtnhjHEKjXaJOSLJfm |\n| e | 4 | -53 | 13788 | 2064155045 | -691093532952651300 | 243 | 35106 | 2778168728 | 9463973906560740422 | 0.34515214 | 0.27159190516490006 | 0VVIHzxWtNOFLtnhjHEKjXaJOSLJfm |\n| e | 4 | -53 | 13788 | 2064155045 | -691093532952651300 | 243 | 35106 | 2778168728 | 9463973906560740422 | 0.34515214 | 0.27159190516490006 | 0VVIHzxWtNOFLtnhjHEKjXaJOSLJfm |\n| e | 1 | 120 | 10837 | -1331533190 | 6342019705133850847 | 245 | 3975 | 2830981072 | 16439861276703750332 | 0.6623719 | 0.9965400387585364 | LiEBxds3X0Uw0lxiYjDqrkAaAwoiIW |\n| e | 1 | 120 | 10837 | -1331533190 | 6342019705133850847 | 245 | 3975 | 2830981072 | 16439861276703750332 | 0.6623719 | 0.9965400387585364 | LiEBxds3X0Uw0lxiYjDqrkAaAwoiIW |\n| e | 1 | 120 | 10837 | -1331533190 | 6342019705133850847 | 245 | 3975 | 2830981072 | 16439861276703750332 | 0.6623719 | 0.9965400387585364 | LiEBxds3X0Uw0lxiYjDqrkAaAwoiIW |\n| b | 1 | 54 | -18410 | 1413111008 | -7145106120930085900 | 249 | 5382 | 1842680163 | 17818611040257178339 | 0.8881188 | 0.24899794314659673 | 6FPJlLAcaQ5uokyOWZ9HGdLZObFvOZ |\n| b | 1 | 54 | -18410 | 1413111008 | -7145106120930085900 | 249 | 5382 | 1842680163 | 17818611040257178339 | 0.8881188 | 0.24899794314659673 | 6FPJlLAcaQ5uokyOWZ9HGdLZObFvOZ |\n| b | 1 | 54 | -18410 | 1413111008 | -7145106120930085900 | 249 | 5382 | 1842680163 | 17818611040257178339 | 0.8881188 | 0.24899794314659673 | 6FPJlLAcaQ5uokyOWZ9HGdLZObFvOZ |\n| c | 3 | -2 | -18655 | -2141999138 | -3154042970870838072 | 251 | 34970 | 3862393166 | 13062025193350212516 | 0.034291923 | 0.7697753383420857 | IWl0G3ZlMNf7WT8yjIB49cx7MmYOmr |\n| c | 3 | -2 | -18655 | -2141999138 | -3154042970870838072 | 251 | 34970 | 3862393166 | 13062025193350212516 | 0.034291923 | 0.7697753383420857 | IWl0G3ZlMNf7WT8yjIB49cx7MmYOmr |\n| c | 3 | -2 | -18655 | -2141999138 | -3154042970870838072 | 251 | 34970 | 3862393166 | 13062025193350212516 | 0.034291923 | 0.7697753383420857 | IWl0G3ZlMNf7WT8yjIB49cx7MmYOmr |\n| c | 4 | -90 | -2935 | 1579876740 | 6733733506744649678 | 254 | 12876 | 3593959807 | 4094315663314091142 | 0.5708688 | 0.5603062368164834 | Ld2ej8NEv5zNcqU60FwpHeZKBhfpiV |\n| c | 4 | -90 | -2935 | 1579876740 | 6733733506744649678 | 254 | 12876 | 3593959807 | 4094315663314091142 | 0.5708688 | 0.5603062368164834 | Ld2ej8NEv5zNcqU60FwpHeZKBhfpiV |\n| e | 5 | -86 | 32514 | -467659022 | -8012578250188146150 | 254 | 2684 | 2861911482 | 2126626171973341689 | 0.12559289 | 0.01479305307777301 | gxfHWUF8XgY2KdFxigxvNEXe2V2XMl |\n| e | 5 | -86 | 32514 | -467659022 | -8012578250188146150 | 254 | 2684 | 2861911482 | 2126626171973341689 | 0.12559289 | 0.01479305307777301 | gxfHWUF8XgY2KdFxigxvNEXe2V2XMl |\n| c | 4 | -90 | -2935 | 1579876740 | 6733733506744649678 | 254 | 12876 | 3593959807 | 4094315663314091142 | 0.5708688 | 0.5603062368164834 | Ld2ej8NEv5zNcqU60FwpHeZKBhfpiV |\n| e | 5 | -86 | 32514 | -467659022 | -8012578250188146150 | 254 | 2684 | 2861911482 | 2126626171973341689 | 0.12559289 | 0.01479305307777301 | gxfHWUF8XgY2KdFxigxvNEXe2V2XMl |\n| b | 3 | 17 | 14457 | 670497898 | -2390782464845307388 | 255 | 24770 | 1538863055 | 12662506238151717757 | 0.34077626 | 0.7614304100703713 | 6x93sxYioWuq5c9Kkk8oTAAORM7cH0 |\n| b | 3 | 17 | 14457 | 670497898 | -2390782464845307388 | 255 | 24770 | 1538863055 | 12662506238151717757 | 0.34077626 | 0.7614304100703713 | 6x93sxYioWuq5c9Kkk8oTAAORM7cH0 |\n| b | 3 | 17 | 14457 | 670497898 | -2390782464845307388 | 255 | 24770 | 1538863055 | 12662506238151717757 | 0.34077626 | 0.7614304100703713 | 6x93sxYioWuq5c9Kkk8oTAAORM7cH0 |\n+----+----+------+--------+-------------+----------------------+-----+-------+------------+----------------------+-------------+----------------------+--------------------------------+"`, right: `"+----+----+------+--------+-------------+----------------------+-----+-------+------------+----------------------+-------------+----------------------+--------------------------------+\n| c1 | c2 | c3 | c4 | c5 | c6 | c7 | c8 | c9 | c10 | c11 | c12 | c13 |\n+----+----+------+--------+-------------+----------------------+-----+-------+------------+----------------------+-------------+----------------------+--------------------------------+\n| b | 4 | -59 | 25286 | 1423957796 | 2646602445954944051 | 0 | 61069 | 3570297463 | 15100310750150419896 | 0.49619365 | 0.04893135681998029 | fuyvs0w7WsKSlXqJ1e6HFSoLmx03AG |\n| b | 4 | -59 | 25286 | 1423957796 | 2646602445954944051 | 0 | 61069 | 3570297463 | 15100310750150419896 | 0.49619365 | 0.04893135681998029 | fuyvs0w7WsKSlXqJ1e6HFSoLmx03AG |\n| b | 4 | -59 | 25286 | 1423957796 | 2646602445954944051 | 0 | 61069 | 3570297463 | 15100310750150419896 | 0.49619365 | 0.04893135681998029 | fuyvs0w7WsKSlXqJ1e6HFSoLmx03AG |\n| a | 2 | -43 | 13080 | 370975815 | 5881039805148485053 | 2 | 20120 | 2939920218 | 906367167997372130 | 0.42733806 | 0.16301110515739792 | m6jD0LBIQWaMfenwRCTANI9eOdyyto |\n| a | 2 | -43 | 13080 | 370975815 | 5881039805148485053 | 2 | 20120 | 2939920218 | 906367167997372130 | 0.42733806 | 0.16301110515739792 | m6jD0LBIQWaMfenwRCTANI9eOdyyto |\n| a | 2 | -43 | 13080 | 370975815 | 5881039805148485053 | 2 | 20120 | 2939920218 | 906367167997372130 | 0.42733806 | 0.16301110515739792 | m6jD0LBIQWaMfenwRCTANI9eOdyyto |\n| d | 4 | 5 | -7688 | 702611616 | 6239356364381313700 | 4 | 39363 | 3126475872 | 35363005357834672 | 0.3766935 | 0.061029375346466685 | H5j5ZHy1FGesOAHjkQEDYCucbpKWRu |\n| d | 4 | 5 | -7688 | 702611616 | 6239356364381313700 | 4 | 39363 | 3126475872 | 35363005357834672 | 0.3766935 | 0.061029375346466685 | H5j5ZHy1FGesOAHjkQEDYCucbpKWRu |\n| d | 4 | 5 | -7688 | 702611616 | 6239356364381313700 | 4 | 39363 | 3126475872 | 35363005357834672 | 0.3766935 | 0.061029375346466685 | H5j5ZHy1FGesOAHjkQEDYCucbpKWRu |\n| c | 5 | -94 | -15880 | 2025611582 | -3348824099853919681 | 5 | 40622 | 4268716378 | 12849419495718510869 | 0.34163946 | 0.4830878559436823 | RilTlL1tKkPOUFuzmLydHAVZwv1OGl |\n| c | 5 | -94 | -15880 | 2025611582 | -3348824099853919681 | 5 | 40622 | 4268716378 | 12849419495718510869 | 0.34163946 | 0.4830878559436823 | RilTlL1tKkPOUFuzmLydHAVZwv1OGl |\n| c | 5 | -94 | -15880 | 2025611582 | -3348824099853919681 | 5 | 40622 | 4268716378 | 12849419495718510869 | 0.34163946 | 0.4830878559436823 | RilTlL1tKkPOUFuzmLydHAVZwv1OGl |\n| a | 4 | -38 | 20744 | 762932956 | 308913475857409919 | 7 | 45465 | 1787652631 | 878137512938218976 | 0.7459874 | 0.02182578039211991 | ydkwycaISlYSlEq3TlkS2m15I2pcp8 |\n| a | 4 | -38 | 20744 | 762932956 | 308913475857409919 | 7 | 45465 | 1787652631 | 878137512938218976 | 0.7459874 | 0.02182578039211991 | ydkwycaISlYSlEq3TlkS2m15I2pcp8 |\n| a | 4 | -38 | 20744 | 762932956 | 308913475857409919 | 7 | 45465 | 1787652631 | 878137512938218976 | 0.7459874 | 0.02182578039211991 | ydkwycaISlYSlEq3TlkS2m15I2pcp8 |\n| b | 5 | -44 | 15788 | -629486480 | 5822642169425315613 | 13 | 11872 | 3457053821 | 2413406423648025909 | 0.44318348 | 0.32869374687050157 | ALuRhobVWbnQTTWZdSOk0iVe8oYFhW |\n| b | 5 | -44 | 15788 | -629486480 | 5822642169425315613 | 13 | 11872 | 3457053821 | 2413406423648025909 | 0.44318348 | 0.32869374687050157 | ALuRhobVWbnQTTWZdSOk0iVe8oYFhW |\n| b | 5 | -44 | 15788 | -629486480 | 5822642169425315613 | 13 | 11872 | 3457053821 | 2413406423648025909 | 0.44318348 | 0.32869374687050157 | ALuRhobVWbnQTTWZdSOk0iVe8oYFhW |\n| d | 4 | 102 | -24558 | 1991172974 | -7823479531661596016 | 14 | 36599 | 1534194097 | 2240998421986827216 | 0.028003037 | 0.8824879447595726 | 0og6hSkhbX8AC1ktFS4kounvTzy8Vo |\n| d | 4 | 102 | -24558 | 1991172974 | -7823479531661596016 | 14 | 36599 | 1534194097 | 2240998421986827216 | 0.028003037 | 0.8824879447595726 | 0og6hSkhbX8AC1ktFS4kounvTzy8Vo |\n| d | 4 | 102 | -24558 | 1991172974 | -7823479531661596016 | 14 | 36599 | 1534194097 | 2240998421986827216 | 0.028003037 | 0.8824879447595726 | 0og6hSkhbX8AC1ktFS4kounvTzy8Vo |\n| a | 1 | -5 | 12636 | 794623392 | 2909750622865366631 | 15 | 24022 | 2669374863 | 4776679784701509574 | 0.29877836 | 0.2537253407987472 | waIGbOGl1PM6gnzZ4uuZt4E2yDWRHs |\n| a | 1 | -5 | 12636 | 794623392 | 2909750622865366631 | 15 | 24022 | 2669374863 | 4776679784701509574 | 0.29877836 | 0.2537253407987472 | waIGbOGl1PM6gnzZ4uuZt4E2yDWRHs |\n| a | 1 | -5 | 12636 | 794623392 | 2909750622865366631 | 15 | 24022 | 2669374863 | 4776679784701509574 | 0.29877836 | 0.2537253407987472 | waIGbOGl1PM6gnzZ4uuZt4E2yDWRHs |\n| c | 2 | -107 | -2904 | -1011669561 | 782342092880993439 | 18 | 29527 | 1157161427 | 4403623840168496677 | 0.31988364 | 0.36936304600612724 | QYlaIAnJA6r8rlAb6f59wcxvcPcWFf |\n| a | 4 | 65 | -28462 | -1813935549 | 7602389238442209730 | 18 | 363 | 1865307672 | 11378396836996498283 | 0.09130204 | 0.5593249815276734 | WHmjWk2AY4c6m7DA4GitUx6nmb1yYS |\n| c | 2 | -107 | -2904 | -1011669561 | 782342092880993439 | 18 | 29527 | 1157161427 | 4403623840168496677 | 0.31988364 | 0.36936304600612724 | QYlaIAnJA6r8rlAb6f59wcxvcPcWFf |\n| a | 4 | 65 | -28462 | -1813935549 | 7602389238442209730 | 18 | 363 | 1865307672 | 11378396836996498283 | 0.09130204 | 0.5593249815276734 | WHmjWk2AY4c6m7DA4GitUx6nmb1yYS |\n| c | 2 | -107 | -2904 | -1011669561 | 782342092880993439 | 18 | 29527 | 1157161427 | 4403623840168496677 | 0.31988364 | 0.36936304600612724 | QYlaIAnJA6r8rlAb6f59wcxvcPcWFf |\n| a | 4 | 65 | -28462 | -1813935549 | 7602389238442209730 | 18 | 363 | 1865307672 | 11378396836996498283 | 0.09130204 | 0.5593249815276734 | WHmjWk2AY4c6m7DA4GitUx6nmb1yYS |\n| d | 1 | -99 | 5613 | 1213926989 | -8863698443222021480 | 19 | 18736 | 4216440507 | 14933742247195536130 | 0.6067944 | 0.33639590659276175 | aDxBtor7Icd9C5hnTvvw5NrIre740e |\n| d | 1 | -99 | 5613 | 1213926989 | -8863698443222021480 | 19 | 18736 | 4216440507 | 14933742247195536130 | 0.6067944 | 0.33639590659276175 | aDxBtor7Icd9C5hnTvvw5NrIre740e |\n| d | 1 | -99 | 5613 | 1213926989 | -8863698443222021480 | 19 | 18736 | 4216440507 | 14933742247195536130 | 0.6067944 | 0.33639590659276175 | aDxBtor7Icd9C5hnTvvw5NrIre740e |\n| c | 2 | 1 | 18109 | 2033001162 | -6513304855495910254 | 25 | 43062 | 1491205016 | 5863949479783605708 | 0.110830784 | 0.9294097332465232 | 6WfVFBVGJSQb7FhA7E0lBwdvjfZnSW |\n| c | 2 | 1 | 18109 | 2033001162 | -6513304855495910254 | 25 | 43062 | 1491205016 | 5863949479783605708 | 0.110830784 | 0.9294097332465232 | 6WfVFBVGJSQb7FhA7E0lBwdvjfZnSW |\n| c | 2 | 1 | 18109 | 2033001162 | -6513304855495910254 | 25 | 43062 | 1491205016 | 5863949479783605708 | 0.110830784 | 0.9294097332465232 | 6WfVFBVGJSQb7FhA7E0lBwdvjfZnSW |\n| b | 3 | -101 | -13217 | -346989627 | 5456800329302529236 | 26 | 54276 | 243203849 | 17929716297117857676 | 0.05422181 | 0.09465635123783445 | MXhhH1Var3OzzJCtI9VNyYvA0q8UyJ |\n| d | 1 | 38 | 18384 | -335410409 | -1632237090406591229 | 26 | 57510 | 2712615025 | 1842662804748246269 | 0.6064476 | 0.6404495093354053 | 4HX6feIvmNXBN7XGqgO4YVBkhu8GDI |\n| b | 3 | -101 | -13217 | -346989627 | 5456800329302529236 | 26 | 54276 | 243203849 | 17929716297117857676 | 0.05422181 | 0.09465635123783445 | MXhhH1Var3OzzJCtI9VNyYvA0q8UyJ |\n| d | 1 | 38 | 18384 | -335410409 | -1632237090406591229 | 26 | 57510 | 2712615025 | 1842662804748246269 | 0.6064476 | 0.6404495093354053 | 4HX6feIvmNXBN7XGqgO4YVBkhu8GDI |\n| b | 3 | -101 | -13217 | -346989627 | 5456800329302529236 | 26 | 54276 | 243203849 | 17929716297117857676 | 0.05422181 | 0.09465635123783445 | MXhhH1Var3OzzJCtI9VNyYvA0q8UyJ |\n| d | 1 | 38 | 18384 | -335410409 | -1632237090406591229 | 26 | 57510 | 2712615025 | 1842662804748246269 | 0.6064476 | 0.6404495093354053 | 4HX6feIvmNXBN7XGqgO4YVBkhu8GDI |\n| d | 2 | 122 | 10130 | -168758331 | -3179091803916845592 | 30 | 794 | 4061635107 | 15695681119022625322 | 0.69592506 | 0.9748360509016578 | OPwBqCEK5PWTjWaiOyL45u2NLTaDWv |\n| d | 2 | 122 | 10130 | -168758331 | -3179091803916845592 | 30 | 794 | 4061635107 | 15695681119022625322 | 0.69592506 | 0.9748360509016578 | OPwBqCEK5PWTjWaiOyL45u2NLTaDWv |\n| d | 2 | 122 | 10130 | -168758331 | -3179091803916845592 | 30 | 794 | 4061635107 | 15695681119022625322 | 0.69592506 | 0.9748360509016578 | OPwBqCEK5PWTjWaiOyL45u2NLTaDWv |\n| d | 1 | -8 | 27138 | -1383162419 | 7682021027078563072 | 36 | 64517 | 2861376515 | 9904216782086286050 | 0.80954456 | 0.9463098243875633 | AFGCj7OWlEB5QfniEFgonMq90Tq5uH |\n| d | 1 | -8 | 27138 | -1383162419 | 7682021027078563072 | 36 | 64517 | 2861376515 | 9904216782086286050 | 0.80954456 | 0.9463098243875633 | AFGCj7OWlEB5QfniEFgonMq90Tq5uH |\n| d | 1 | -8 | 27138 | -1383162419 | 7682021027078563072 | 36 | 64517 | 2861376515 | 9904216782086286050 | 0.80954456 | 0.9463098243875633 | AFGCj7OWlEB5QfniEFgonMq90Tq5uH |\n| a | 1 | 83 | -14704 | 2143473091 | -4387559599038777245 | 37 | 829 | 4015442341 | 4602675983996931623 | 0.89542526 | 0.9567595541247681 | ErJFw6hzZ5fmI5r8bhE4JzlscnhKZU |\n| a | 1 | 83 | -14704 | 2143473091 | -4387559599038777245 | 37 | 829 | 4015442341 | 4602675983996931623 | 0.89542526 | 0.9567595541247681 | ErJFw6hzZ5fmI5r8bhE4JzlscnhKZU |\n| a | 1 | 83 | -14704 | 2143473091 | -4387559599038777245 | 37 | 829 | 4015442341 | 4602675983996931623 | 0.89542526 | 0.9567595541247681 | ErJFw6hzZ5fmI5r8bhE4JzlscnhKZU |\n| c | 1 | -24 | -24085 | -1882293856 | 7385529783747709716 | 41 | 48048 | 520189543 | 2402288956117186783 | 0.39761502 | 0.3600766362333053 | Fi4rJeTQq4eXj8Lxg3Hja5hBVTVV5u |\n| c | 1 | -24 | -24085 | -1882293856 | 7385529783747709716 | 41 | 48048 | 520189543 | 2402288956117186783 | 0.39761502 | 0.3600766362333053 | Fi4rJeTQq4eXj8Lxg3Hja5hBVTVV5u |\n| c | 1 | -24 | -24085 | -1882293856 | 7385529783747709716 | 41 | 48048 | 520189543 | 2402288956117186783 | 0.39761502 | 0.3600766362333053 | Fi4rJeTQq4eXj8Lxg3Hja5hBVTVV5u |\n| a | 3 | 13 | 32064 | 912707948 | 3826618523497875379 | 42 | 21463 | 2214035726 | 10771380284714693539 | 0.6133468 | 0.7325106678655877 | i6RQVXKUh7MzuGMDaNclUYnFUAireU |\n| a | 3 | 13 | 32064 | 912707948 | 3826618523497875379 | 42 | 21463 | 2214035726 | 10771380284714693539 | 0.6133468 | 0.7325106678655877 | i6RQVXKUh7MzuGMDaNclUYnFUAireU |\n| a | 3 | 13 | 32064 | 912707948 | 3826618523497875379 | 42 | 21463 | 2214035726 | 10771380284714693539 | 0.6133468 | 0.7325106678655877 | i6RQVXKUh7MzuGMDaNclUYnFUAireU |\n| c | 3 | 22 | 13741 | -2098805236 | 8604102724776612452 | 45 | 2516 | 1362369177 | 196777795886465166 | 0.94669616 | 0.0494924465469434 | 6oIXZuIPIqEoPBvFmbt2Nxy3tryGUE |\n| c | 3 | 22 | 13741 | -2098805236 | 8604102724776612452 | 45 | 2516 | 1362369177 | 196777795886465166 | 0.94669616 | 0.0494924465469434 | 6oIXZuIPIqEoPBvFmbt2Nxy3tryGUE |\n| c | 3 | 22 | 13741 | -2098805236 | 8604102724776612452 | 45 | 2516 | 1362369177 | 196777795886465166 | 0.94669616 | 0.0494924465469434 | 6oIXZuIPIqEoPBvFmbt2Nxy3tryGUE |\n| a | 5 | -101 | -12484 | -842693467 | -6140627905445351305 | 57 | 57885 | 2496054700 | 2243924747182709810 | 0.59520596 | 0.9491397432856566 | QJYm7YRA3YetcBHI5wkMZeLXVmfuNy |\n| a | 3 | 14 | 28162 | 397430452 | -452851601758273256 | 57 | 14722 | 431948861 | 8164671015278284913 | 0.40199697 | 0.07260475960924484 | TtDKUZxzVxsq758G6AWPSYuZgVgbcl |\n| a | 5 | -101 | -12484 | -842693467 | -6140627905445351305 | 57 | 57885 | 2496054700 | 2243924747182709810 | 0.59520596 | 0.9491397432856566 | QJYm7YRA3YetcBHI5wkMZeLXVmfuNy |\n| a | 3 | 14 | 28162 | 397430452 | -452851601758273256 | 57 | 14722 | 431948861 | 8164671015278284913 | 0.40199697 | 0.07260475960924484 | TtDKUZxzVxsq758G6AWPSYuZgVgbcl |\n| a | 5 | -101 | -12484 | -842693467 | -6140627905445351305 | 57 | 57885 | 2496054700 | 2243924747182709810 | 0.59520596 | 0.9491397432856566 | QJYm7YRA3YetcBHI5wkMZeLXVmfuNy |\n| a | 3 | 14 | 28162 | 397430452 | -452851601758273256 | 57 | 14722 | 431948861 | 8164671015278284913 | 0.40199697 | 0.07260475960924484 | TtDKUZxzVxsq758G6AWPSYuZgVgbcl |\n| d | 3 | -76 | 8809 | 141218956 | -9110406195556445909 | 58 | 5494 | 1824517658 | 12046662515387914426 | 0.8557294 | 0.6668423897406515 | Z2sWcQr0qyCJRMHDpRy3aQr7PkHtkK |\n| d | 3 | -76 | 8809 | 141218956 | -9110406195556445909 | 58 | 5494 | 1824517658 | 12046662515387914426 | 0.8557294 | 0.6668423897406515 | Z2sWcQr0qyCJRMHDpRy3aQr7PkHtkK |\n| d | 3 | -76 | 8809 | 141218956 | -9110406195556445909 | 58 | 5494 | 1824517658 | 12046662515387914426 | 0.8557294 | 0.6668423897406515 | Z2sWcQr0qyCJRMHDpRy3aQr7PkHtkK |\n| b | 2 | -60 | -21739 | -1908480893 | -8897292622858103761 | 59 | 50009 | 2525744318 | 1719090662556698549 | 0.52930677 | 0.560333188635217 | l7uwDoTepWwnAP0ufqtHJS3CRi7RfP |\n| b | 2 | -60 | -21739 | -1908480893 | -8897292622858103761 | 59 | 50009 | 2525744318 | 1719090662556698549 | 0.52930677 | 0.560333188635217 | l7uwDoTepWwnAP0ufqtHJS3CRi7RfP |\n| b | 2 | -60 | -21739 | -1908480893 | -8897292622858103761 | 59 | 50009 | 2525744318 | 1719090662556698549 | 0.52930677 | 0.560333188635217 | l7uwDoTepWwnAP0ufqtHJS3CRi7RfP |\n| c | 1 | 70 | 27752 | 1325868318 | 1241882478563331892 | 63 | 61637 | 473294098 | 4976799313755010034 | 0.13801557 | 0.5081765563442366 | Ktb7GQ0N1DrxwkCkEUsTaIXk0xYinn |\n| c | 1 | 70 | 27752 | 1325868318 | 1241882478563331892 | 63 | 61637 | 473294098 | 4976799313755010034 | 0.13801557 | 0.5081765563442366 | Ktb7GQ0N1DrxwkCkEUsTaIXk0xYinn |\n| c | 1 | 70 | 27752 | 1325868318 | 1241882478563331892 | 63 | 61637 | 473294098 | 4976799313755010034 | 0.13801557 | 0.5081765563442366 | Ktb7GQ0N1DrxwkCkEUsTaIXk0xYinn |\n| e | 4 | 73 | -22501 | 1282464673 | 2541794052864382235 | 67 | 21119 | 538589788 | 9575476605699527641 | 0.48515016 | 0.296036538664718 | 4JznSdBajNWhu4hRQwjV1FjTTxY68i |\n| b | 4 | -111 | -1967 | -4229382 | 1892872227362838079 | 67 | 9832 | 1243785310 | 8382489916947120498 | 0.06563997 | 0.152498292971736 | Sfx0vxv1skzZWT1PqVdoRDdO6Sb6xH |\n| e | 4 | 73 | -22501 | 1282464673 | 2541794052864382235 | 67 | 21119 | 538589788 | 9575476605699527641 | 0.48515016 | 0.296036538664718 | 4JznSdBajNWhu4hRQwjV1FjTTxY68i |\n| b | 4 | -111 | -1967 | -4229382 | 1892872227362838079 | 67 | 9832 | 1243785310 | 8382489916947120498 | 0.06563997 | 0.152498292971736 | Sfx0vxv1skzZWT1PqVdoRDdO6Sb6xH |\n| e | 4 | 73 | -22501 | 1282464673 | 2541794052864382235 | 67 | 21119 | 538589788 | 9575476605699527641 | 0.48515016 | 0.296036538664718 | 4JznSdBajNWhu4hRQwjV1FjTTxY68i |\n| b | 4 | -111 | -1967 | -4229382 | 1892872227362838079 | 67 | 9832 | 1243785310 | 8382489916947120498 | 0.06563997 | 0.152498292971736 | Sfx0vxv1skzZWT1PqVdoRDdO6Sb6xH |\n| a | 5 | 36 | -16974 | 623103518 | 6834444206535996609 | 71 | 29458 | 141047417 | 17448660630302620693 | 0.17100024 | 0.04429073092078406 | OF7fQ37GzaZ5ikA2oMyvleKtgnLjXh |\n| c | 2 | -60 | -16312 | -1808210365 | -3368300253197863813 | 71 | 39635 | 2844041986 | 7045482583778080653 | 0.805363 | 0.6425694115212065 | BJqx5WokrmrrezZA0dUbleMYkG5U2O |\n| a | 5 | 36 | -16974 | 623103518 | 6834444206535996609 | 71 | 29458 | 141047417 | 17448660630302620693 | 0.17100024 | 0.04429073092078406 | OF7fQ37GzaZ5ikA2oMyvleKtgnLjXh |\n| c | 2 | -60 | -16312 | -1808210365 | -3368300253197863813 | 71 | 39635 | 2844041986 | 7045482583778080653 | 0.805363 | 0.6425694115212065 | BJqx5WokrmrrezZA0dUbleMYkG5U2O |\n| a | 5 | 36 | -16974 | 623103518 | 6834444206535996609 | 71 | 29458 | 141047417 | 17448660630302620693 | 0.17100024 | 0.04429073092078406 | OF7fQ37GzaZ5ikA2oMyvleKtgnLjXh |\n| c | 2 | -60 | -16312 | -1808210365 | -3368300253197863813 | 71 | 39635 | 2844041986 | 7045482583778080653 | 0.805363 | 0.6425694115212065 | BJqx5WokrmrrezZA0dUbleMYkG5U2O |\n| a | 1 | -85 | -15154 | 1171968280 | 1919439543497968449 | 77 | 52286 | 774637006 | 12101411955859039553 | 0.12285209 | 0.6864391962767343 | 0keZ5G8BffGwgF2RwQD59TFzMStxCB |\n| a | 1 | -85 | -15154 | 1171968280 | 1919439543497968449 | 77 | 52286 | 774637006 | 12101411955859039553 | 0.12285209 | 0.6864391962767343 | 0keZ5G8BffGwgF2RwQD59TFzMStxCB |\n| a | 1 | -85 | -15154 | 1171968280 | 1919439543497968449 | 77 | 52286 | 774637006 | 12101411955859039553 | 0.12285209 | 0.6864391962767343 | 0keZ5G8BffGwgF2RwQD59TFzMStxCB |\n| c | 2 | 29 | -3855 | 1354539333 | 4742062657200940467 | 81 | 53815 | 3398507249 | 562977550464243101 | 0.7124534 | 0.991517828651004 | Oq6J4Rx6nde0YlhOIJkFsX2MsSvAQ0 |\n| c | 2 | 29 | -3855 | 1354539333 | 4742062657200940467 | 81 | 53815 | 3398507249 | 562977550464243101 | 0.7124534 | 0.991517828651004 | Oq6J4Rx6nde0YlhOIJkFsX2MsSvAQ0 |\n| c | 2 | 29 | -3855 | 1354539333 | 4742062657200940467 | 81 | 53815 | 3398507249 | 562977550464243101 | 0.7124534 | 0.991517828651004 | Oq6J4Rx6nde0YlhOIJkFsX2MsSvAQ0 |\n| a | 3 | -72 | -11122 | -2141451704 | -2578916903971263854 | 83 | 30296 | 1995343206 | 17452974532402389080 | 0.94209343 | 0.3231750610081745 | e2Gh6Ov8XkXoFdJWhl0EjwEHlMDYyG |\n| a | 3 | -72 | -11122 | -2141451704 | -2578916903971263854 | 83 | 30296 | 1995343206 | 17452974532402389080 | 0.94209343 | 0.3231750610081745 | e2Gh6Ov8XkXoFdJWhl0EjwEHlMDYyG |\n| a | 3 | -72 | -11122 | -2141451704 | -2578916903971263854 | 83 | 30296 | 1995343206 | 17452974532402389080 | 0.94209343 | 0.3231750610081745 | e2Gh6Ov8XkXoFdJWhl0EjwEHlMDYyG |\n| c | 5 | 118 | 19208 | -134213907 | -2120241105523909127 | 86 | 57751 | 1229567292 | 16493024289408725403 | 0.5536642 | 0.9723580396501548 | TTQUwpMNSXZqVBKAFvXu7OlWvKXJKX |\n| c | 5 | 118 | 19208 | -134213907 | -2120241105523909127 | 86 | 57751 | 1229567292 | 16493024289408725403 | 0.5536642 | 0.9723580396501548 | TTQUwpMNSXZqVBKAFvXu7OlWvKXJKX |\n| c | 5 | 118 | 19208 | -134213907 | -2120241105523909127 | 86 | 57751 | 1229567292 | 16493024289408725403 | 0.5536642 | 0.9723580396501548 | TTQUwpMNSXZqVBKAFvXu7OlWvKXJKX |\n| d | 1 | 125 | 31106 | -1176490478 | -4306856842351827308 | 90 | 17910 | 3625286410 | 17869394731126786457 | 0.8882508 | 0.7631239070049998 | dVdvo6nUD5FgCgsbOZLds28RyGTpnx |\n| d | 1 | 125 | 31106 | -1176490478 | -4306856842351827308 | 90 | 17910 | 3625286410 | 17869394731126786457 | 0.8882508 | 0.7631239070049998 | dVdvo6nUD5FgCgsbOZLds28RyGTpnx |\n| d | 1 | 125 | 31106 | -1176490478 | -4306856842351827308 | 90 | 17910 | 3625286410 | 17869394731126786457 | 0.8882508 | 0.7631239070049998 | dVdvo6nUD5FgCgsbOZLds28RyGTpnx |\n| e | 4 | 96 | -30336 | 427197269 | 7506304308750926996 | 95 | 48483 | 3521368277 | 5437030162957481122 | 0.58104324 | 0.42073125331890115 | 3BEOHQsMEFZ58VcNTOJYShTBpAPzbt |\n| e | 4 | 96 | -30336 | 427197269 | 7506304308750926996 | 95 | 48483 | 3521368277 | 5437030162957481122 | 0.58104324 | 0.42073125331890115 | 3BEOHQsMEFZ58VcNTOJYShTBpAPzbt |\n| e | 4 | 96 | -30336 | 427197269 | 7506304308750926996 | 95 | 48483 | 3521368277 | 5437030162957481122 | 0.58104324 | 0.42073125331890115 | 3BEOHQsMEFZ58VcNTOJYShTBpAPzbt |\n| a | 2 | 45 | 15673 | -1899175111 | 398282800995316041 | 99 | 2555 | 145294611 | 8554426087132697832 | 0.17333257 | 0.6405262429561641 | b3b9esRhTzFEawbs6XhpKnD9ojutHB |\n| a | 2 | 45 | 15673 | -1899175111 | 398282800995316041 | 99 | 2555 | 145294611 | 8554426087132697832 | 0.17333257 | 0.6405262429561641 | b3b9esRhTzFEawbs6XhpKnD9ojutHB |\n| a | 2 | 45 | 15673 | -1899175111 | 398282800995316041 | 99 | 2555 | 145294611 | 8554426087132697832 | 0.17333257 | 0.6405262429561641 | b3b9esRhTzFEawbs6XhpKnD9ojutHB |\n| a | 4 | -54 | -2376 | 434021400 | 5502271306323260832 | 113 | 15777 | 2502326480 | 7966148640299601101 | 0.5720931 | 0.30585375151301186 | KJFcmTVjdkCMv94wYCtfHMFhzyRsmH |\n| a | 4 | -54 | -2376 | 434021400 | 5502271306323260832 | 113 | 15777 | 2502326480 | 7966148640299601101 | 0.5720931 | 0.30585375151301186 | KJFcmTVjdkCMv94wYCtfHMFhzyRsmH |\n| a | 4 | -54 | -2376 | 434021400 | 5502271306323260832 | 113 | 15777 | 2502326480 | 7966148640299601101 | 0.5720931 | 0.30585375151301186 | KJFcmTVjdkCMv94wYCtfHMFhzyRsmH |\n| d | 3 | 123 | 29533 | 240273900 | 1176001466590906949 | 117 | 30972 | 2592330556 | 12883447461717956514 | 0.39075065 | 0.38870280983958583 | 1aOcrEGd0cOqZe2I5XBOm0nDcwtBZO |\n| d | 3 | 123 | 29533 | 240273900 | 1176001466590906949 | 117 | 30972 | 2592330556 | 12883447461717956514 | 0.39075065 | 0.38870280983958583 | 1aOcrEGd0cOqZe2I5XBOm0nDcwtBZO |\n| d | 3 | 123 | 29533 | 240273900 | 1176001466590906949 | 117 | 30972 | 2592330556 | 12883447461717956514 | 0.39075065 | 0.38870280983958583 | 1aOcrEGd0cOqZe2I5XBOm0nDcwtBZO |\n| b | 5 | -5 | 24896 | 1955646088 | 2430204191283109071 | 118 | 43655 | 2424630722 | 11429640193932435507 | 0.87989986 | 0.7328050041291218 | JafwVLSVk5AVoXFuzclesQ000EE2k1 |\n| b | 5 | -5 | 24896 | 1955646088 | 2430204191283109071 | 118 | 43655 | 2424630722 | 11429640193932435507 | 0.87989986 | 0.7328050041291218 | JafwVLSVk5AVoXFuzclesQ000EE2k1 |\n| b | 5 | -5 | 24896 | 1955646088 | 2430204191283109071 | 118 | 43655 | 2424630722 | 11429640193932435507 | 0.87989986 | 0.7328050041291218 | JafwVLSVk5AVoXFuzclesQ000EE2k1 |\n| e | 3 | -95 | 13611 | 2030965207 | 927403809957470678 | 119 | 59134 | 559847112 | 10966649192992996919 | 0.5301289 | 0.047343434291126085 | gTpyQnEODMcpsPnJMZC66gh33i3m0b |\n| e | 3 | -95 | 13611 | 2030965207 | 927403809957470678 | 119 | 59134 | 559847112 | 10966649192992996919 | 0.5301289 | 0.047343434291126085 | gTpyQnEODMcpsPnJMZC66gh33i3m0b |\n| e | 3 | -95 | 13611 | 2030965207 | 927403809957470678 | 119 | 59134 | 559847112 | 10966649192992996919 | 0.5301289 | 0.047343434291126085 | gTpyQnEODMcpsPnJMZC66gh33i3m0b |\n| b | 5 | 62 | 16337 | 41423756 | -2274773899098124524 | 121 | 34206 | 2307004493 | 10575647935385523483 | 0.23794776 | 0.1754261586710173 | qnPOOmslCJaT45buUisMRnM0rc77EK |\n| b | 2 | 68 | 15874 | 49866617 | 1179733259727844435 | 121 | 23948 | 3455216719 | 3898128009708892708 | 0.6306253 | 0.9185813970744787 | 802bgTGl6Bk5TlkPYYTxp5JkKyaYUA |\n| c | 4 | -79 | 5281 | -237425046 | 373011991904079451 | 121 | 55620 | 2818832252 | 2464584078983135763 | 0.49774808 | 0.9237877978193884 | t6fQUjJejPcjc04wHvHTPe55S65B4V |\n| b | 5 | 62 | 16337 | 41423756 | -2274773899098124524 | 121 | 34206 | 2307004493 | 10575647935385523483 | 0.23794776 | 0.1754261586710173 | qnPOOmslCJaT45buUisMRnM0rc77EK |\n| b | 2 | 68 | 15874 | 49866617 | 1179733259727844435 | 121 | 23948 | 3455216719 | 3898128009708892708 | 0.6306253 | 0.9185813970744787 | 802bgTGl6Bk5TlkPYYTxp5JkKyaYUA |\n| c | 4 | -79 | 5281 | -237425046 | 373011991904079451 | 121 | 55620 | 2818832252 | 2464584078983135763 | 0.49774808 | 0.9237877978193884 | t6fQUjJejPcjc04wHvHTPe55S65B4V |\n| b | 5 | 62 | 16337 | 41423756 | -2274773899098124524 | 121 | 34206 | 2307004493 | 10575647935385523483 | 0.23794776 | 0.1754261586710173 | qnPOOmslCJaT45buUisMRnM0rc77EK |\n| b | 2 | 68 | 15874 | 49866617 | 1179733259727844435 | 121 | 23948 | 3455216719 | 3898128009708892708 | 0.6306253 | 0.9185813970744787 | 802bgTGl6Bk5TlkPYYTxp5JkKyaYUA |\n| c | 4 | -79 | 5281 | -237425046 | 373011991904079451 | 121 | 55620 | 2818832252 | 2464584078983135763 | 0.49774808 | 0.9237877978193884 | t6fQUjJejPcjc04wHvHTPe55S65B4V |\n| e | 1 | 71 | -5479 | -1339586153 | -3920238763788954243 | 123 | 53012 | 4229654142 | 10297218950720052365 | 0.73473036 | 0.5773498217058918 | cBGc0kSm32ylBDnxogG727C0uhZEYZ |\n| e | 1 | 71 | -5479 | -1339586153 | -3920238763788954243 | 123 | 53012 | 4229654142 | 10297218950720052365 | 0.73473036 | 0.5773498217058918 | cBGc0kSm32ylBDnxogG727C0uhZEYZ |\n| e | 1 | 71 | -5479 | -1339586153 | -3920238763788954243 | 123 | 53012 | 4229654142 | 10297218950720052365 | 0.73473036 | 0.5773498217058918 | cBGc0kSm32ylBDnxogG727C0uhZEYZ |\n| e | 2 | -61 | -2888 | -1660426473 | 2553892468492435401 | 126 | 35429 | 4144173353 | 939909697866979632 | 0.4405142 | 0.9231889896940375 | BPtQMxnuSPpxMExYV9YkDa6cAN7GP3 |\n| e | 2 | -61 | -2888 | -1660426473 | 2553892468492435401 | 126 | 35429 | 4144173353 | 939909697866979632 | 0.4405142 | 0.9231889896940375 | BPtQMxnuSPpxMExYV9YkDa6cAN7GP3 |\n| e | 2 | -61 | -2888 | -1660426473 | 2553892468492435401 | 126 | 35429 | 4144173353 | 939909697866979632 | 0.4405142 | 0.9231889896940375 | BPtQMxnuSPpxMExYV9YkDa6cAN7GP3 |\n| e | 3 | 112 | -6823 | -421042466 | 8535335158538929274 | 129 | 32712 | 3759340273 | 9916295859593918600 | 0.6424343 | 0.6316565296547284 | BsM5ZAYifRh5Lw3Y8X1r53I0cTJnfE |\n| e | 2 | 49 | 24495 | -587831330 | 9178511478067509438 | 129 | 12757 | 1289293657 | 10948666249269100825 | 0.5610077 | 0.5991138115095911 | bgK1r6v3BCTh0aejJUhkA1Hn6idXGp |\n| e | 3 | 112 | -6823 | -421042466 | 8535335158538929274 | 129 | 32712 | 3759340273 | 9916295859593918600 | 0.6424343 | 0.6316565296547284 | BsM5ZAYifRh5Lw3Y8X1r53I0cTJnfE |\n| e | 2 | 49 | 24495 | -587831330 | 9178511478067509438 | 129 | 12757 | 1289293657 | 10948666249269100825 | 0.5610077 | 0.5991138115095911 | bgK1r6v3BCTh0aejJUhkA1Hn6idXGp |\n| e | 3 | 112 | -6823 | -421042466 | 8535335158538929274 | 129 | 32712 | 3759340273 | 9916295859593918600 | 0.6424343 | 0.6316565296547284 | BsM5ZAYifRh5Lw3Y8X1r53I0cTJnfE |\n| e | 2 | 49 | 24495 | -587831330 | 9178511478067509438 | 129 | 12757 | 1289293657 | 10948666249269100825 | 0.5610077 | 0.5991138115095911 | bgK1r6v3BCTh0aejJUhkA1Hn6idXGp |\n| e | 4 | 74 | -12612 | -1885422396 | 1702850374057819332 | 130 | 3583 | 3198969145 | 10767179755613315144 | 0.5518061 | 0.5614503754617461 | QEHVvcP8gxI6EMJIrvcnIhgzPNjIvv |\n| e | 4 | 74 | -12612 | -1885422396 | 1702850374057819332 | 130 | 3583 | 3198969145 | 10767179755613315144 | 0.5518061 | 0.5614503754617461 | QEHVvcP8gxI6EMJIrvcnIhgzPNjIvv |\n| e | 4 | 74 | -12612 | -1885422396 | 1702850374057819332 | 130 | 3583 | 3198969145 | 10767179755613315144 | 0.5518061 | 0.5614503754617461 | QEHVvcP8gxI6EMJIrvcnIhgzPNjIvv |\n| b | 4 | -117 | 19316 | 2051224722 | -5534418579506232438 | 133 | 52046 | 3023531799 | 13684453606722360110 | 0.62608826 | 0.8506721053047003 | mhjME0zBHbrK6NMkytMTQzOssOa1gF |\n| c | 4 | 3 | -30508 | 659422734 | -6455460736227846736 | 133 | 59663 | 2306130875 | 8622584762448622224 | 0.16999894 | 0.4273123318932347 | EcCuckwsF3gV1Ecgmh5v4KM8g1ozif |\n| b | 4 | -117 | 19316 | 2051224722 | -5534418579506232438 | 133 | 52046 | 3023531799 | 13684453606722360110 | 0.62608826 | 0.8506721053047003 | mhjME0zBHbrK6NMkytMTQzOssOa1gF |\n| c | 4 | 3 | -30508 | 659422734 | -6455460736227846736 | 133 | 59663 | 2306130875 | 8622584762448622224 | 0.16999894 | 0.4273123318932347 | EcCuckwsF3gV1Ecgmh5v4KM8g1ozif |\n| b | 4 | -117 | 19316 | 2051224722 | -5534418579506232438 | 133 | 52046 | 3023531799 | 13684453606722360110 | 0.62608826 | 0.8506721053047003 | mhjME0zBHbrK6NMkytMTQzOssOa1gF |\n| c | 4 | 3 | -30508 | 659422734 | -6455460736227846736 | 133 | 59663 | 2306130875 | 8622584762448622224 | 0.16999894 | 0.4273123318932347 | EcCuckwsF3gV1Ecgmh5v4KM8g1ozif |\n| b | 1 | 12 | 7652 | -1448995523 | -5332734971209541785 | 136 | 49283 | 4076864659 | 15449267433866484283 | 0.6214579 | 0.05636955101974106 | akiiY5N0I44CMwEnBL6RTBk7BRkxEj |\n| c | 2 | -117 | -30187 | -1222533990 | -191957437217035800 | 136 | 47061 | 2293105904 | 12659011877190539078 | 0.2047385 | 0.9706712283358269 | pLk3i59bZwd5KBZrI1FiweYTd5hteG |\n| b | 1 | 12 | 7652 | -1448995523 | -5332734971209541785 | 136 | 49283 | 4076864659 | 15449267433866484283 | 0.6214579 | 0.05636955101974106 | akiiY5N0I44CMwEnBL6RTBk7BRkxEj |\n| c | 2 | -117 | -30187 | -1222533990 | -191957437217035800 | 136 | 47061 | 2293105904 | 12659011877190539078 | 0.2047385 | 0.9706712283358269 | pLk3i59bZwd5KBZrI1FiweYTd5hteG |\n| b | 1 | 12 | 7652 | -1448995523 | -5332734971209541785 | 136 | 49283 | 4076864659 | 15449267433866484283 | 0.6214579 | 0.05636955101974106 | akiiY5N0I44CMwEnBL6RTBk7BRkxEj |\n| c | 2 | -117 | -30187 | -1222533990 | -191957437217035800 | 136 | 47061 | 2293105904 | 12659011877190539078 | 0.2047385 | 0.9706712283358269 | pLk3i59bZwd5KBZrI1FiweYTd5hteG |\n| e | 3 | 104 | -25136 | 1738331255 | 300633854973581194 | 139 | 20807 | 3577318119 | 13079037564113702254 | 0.40154034 | 0.7764360990307122 | DuJNG8tufSqW0ZstHqWj3aGvFLMg4A |\n| e | 3 | 104 | -25136 | 1738331255 | 300633854973581194 | 139 | 20807 | 3577318119 | 13079037564113702254 | 0.40154034 | 0.7764360990307122 | DuJNG8tufSqW0ZstHqWj3aGvFLMg4A |\n| e | 3 | 104 | -25136 | 1738331255 | 300633854973581194 | 139 | 20807 | 3577318119 | 13079037564113702254 | 0.40154034 | 0.7764360990307122 | DuJNG8tufSqW0ZstHqWj3aGvFLMg4A |\n| c | 1 | 103 | -22186 | 431378678 | 1346564663822463162 | 146 | 12393 | 3766999078 | 10901819591635583995 | 0.064453244 | 0.7784918983501654 | 2T3wSlHdEmASmO0xcXHnndkKEt6bz8 |\n| c | 1 | 103 | -22186 | 431378678 | 1346564663822463162 | 146 | 12393 | 3766999078 | 10901819591635583995 | 0.064453244 | 0.7784918983501654 | 2T3wSlHdEmASmO0xcXHnndkKEt6bz8 |\n| c | 1 | 103 | -22186 | 431378678 | 1346564663822463162 | 146 | 12393 | 3766999078 | 10901819591635583995 | 0.064453244 | 0.7784918983501654 | 2T3wSlHdEmASmO0xcXHnndkKEt6bz8 |\n| d | 2 | 93 | -12642 | 2053379412 | 6468763445799074329 | 147 | 50842 | 1000948272 | 5536487915963301239 | 0.4279275 | 0.28534428578703896 | lqhzgLsXZ8JhtpeeUWWNbMz8PHI705 |\n| d | 2 | 93 | -12642 | 2053379412 | 6468763445799074329 | 147 | 50842 | 1000948272 | 5536487915963301239 | 0.4279275 | 0.28534428578703896 | lqhzgLsXZ8JhtpeeUWWNbMz8PHI705 |\n| d | 2 | 93 | -12642 | 2053379412 | 6468763445799074329 | 147 | 50842 | 1000948272 | 5536487915963301239 | 0.4279275 | 0.28534428578703896 | lqhzgLsXZ8JhtpeeUWWNbMz8PHI705 |\n| c | 2 | -29 | 25305 | -537142430 | -7683452043175617798 | 150 | 31648 | 598822671 | 11759014161799384683 | 0.8315913 | 0.946325164889271 | 9UbObCsVkmYpJGcGrgfK90qOnwb2Lj |\n| e | 1 | 36 | -21481 | -928766616 | -3471238138418013024 | 150 | 52569 | 2610290479 | 7788847578701297242 | 0.2578469 | 0.7670021786149205 | gpo8K5qtYePve6jyPt6xgJx4YOVjms |\n| c | 2 | -29 | 25305 | -537142430 | -7683452043175617798 | 150 | 31648 | 598822671 | 11759014161799384683 | 0.8315913 | 0.946325164889271 | 9UbObCsVkmYpJGcGrgfK90qOnwb2Lj |\n| e | 1 | 36 | -21481 | -928766616 | -3471238138418013024 | 150 | 52569 | 2610290479 | 7788847578701297242 | 0.2578469 | 0.7670021786149205 | gpo8K5qtYePve6jyPt6xgJx4YOVjms |\n| c | 2 | -29 | 25305 | -537142430 | -7683452043175617798 | 150 | 31648 | 598822671 | 11759014161799384683 | 0.8315913 | 0.946325164889271 | 9UbObCsVkmYpJGcGrgfK90qOnwb2Lj |\n| e | 1 | 36 | -21481 | -928766616 | -3471238138418013024 | 150 | 52569 | 2610290479 | 7788847578701297242 | 0.2578469 | 0.7670021786149205 | gpo8K5qtYePve6jyPt6xgJx4YOVjms |\n| b | 2 | 31 | 23127 | -800561771 | -8706387435232961848 | 153 | 27034 | 1098639440 | 3343692635488765507 | 0.35692692 | 0.5590205548347534 | okOkcWflkNXIy4R8LzmySyY1EC3sYd |\n| b | 2 | 31 | 23127 | -800561771 | -8706387435232961848 | 153 | 27034 | 1098639440 | 3343692635488765507 | 0.35692692 | 0.5590205548347534 | okOkcWflkNXIy4R8LzmySyY1EC3sYd |\n| b | 2 | 31 | 23127 | -800561771 | -8706387435232961848 | 153 | 27034 | 1098639440 | 3343692635488765507 | 0.35692692 | 0.5590205548347534 | okOkcWflkNXIy4R8LzmySyY1EC3sYd |\n| d | 3 | 77 | 15091 | -1302295658 | 8795481303066536947 | 154 | 35477 | 2093538928 | 17419098323248948387 | 0.11952883 | 0.7035635283169166 | O66j6PaYuZhEUtqV6fuU7TyjM2WxC5 |\n| d | 3 | 77 | 15091 | -1302295658 | 8795481303066536947 | 154 | 35477 | 2093538928 | 17419098323248948387 | 0.11952883 | 0.7035635283169166 | O66j6PaYuZhEUtqV6fuU7TyjM2WxC5 |\n| d | 3 | 77 | 15091 | -1302295658 | 8795481303066536947 | 154 | 35477 | 2093538928 | 17419098323248948387 | 0.11952883 | 0.7035635283169166 | O66j6PaYuZhEUtqV6fuU7TyjM2WxC5 |\n| d | 5 | -40 | 22614 | 706441268 | -7542719935673075327 | 155 | 14337 | 3373581039 | 11720144131976083864 | 0.69632107 | 0.3114712539863804 | C2GT5KVyOPZpgKVl110TyZO0NcJ434 |\n| d | 5 | -40 | 22614 | 706441268 | -7542719935673075327 | 155 | 14337 | 3373581039 | 11720144131976083864 | 0.69632107 | 0.3114712539863804 | C2GT5KVyOPZpgKVl110TyZO0NcJ434 |\n| d | 5 | -40 | 22614 | 706441268 | -7542719935673075327 | 155 | 14337 | 3373581039 | 11720144131976083864 | 0.69632107 | 0.3114712539863804 | C2GT5KVyOPZpgKVl110TyZO0NcJ434 |\n| d | 4 | 55 | -1471 | 1902023838 | 1252101628560265705 | 157 | 3691 | 811650497 | 1524771507450695976 | 0.2968701 | 0.5437595540422571 | f9ALCzwDAKmdu7Rk2msJaB1wxe5IBX |\n| d | 4 | 55 | -1471 | 1902023838 | 1252101628560265705 | 157 | 3691 | 811650497 | 1524771507450695976 | 0.2968701 | 0.5437595540422571 | f9ALCzwDAKmdu7Rk2msJaB1wxe5IBX |\n| d | 4 | 55 | -1471 | 1902023838 | 1252101628560265705 | 157 | 3691 | 811650497 | 1524771507450695976 | 0.2968701 | 0.5437595540422571 | f9ALCzwDAKmdu7Rk2msJaB1wxe5IBX |\n| e | 3 | 71 | 194 | 1436496767 | -5639533800082367925 | 158 | 44507 | 3105312559 | 3998472996619161534 | 0.930117 | 0.6108938307533 | pTeu0WMjBRTaNRT15rLCuEh3tBJVc5 |\n| e | 4 | 97 | -13181 | 2047637360 | 6176835796788944083 | 158 | 53000 | 2042457019 | 9726016502640071617 | 0.7085086 | 0.12357539988406441 | oHJMNvWuunsIMIWFnYG31RCfkOo2V7 |\n| e | 3 | 71 | 194 | 1436496767 | -5639533800082367925 | 158 | 44507 | 3105312559 | 3998472996619161534 | 0.930117 | 0.6108938307533 | pTeu0WMjBRTaNRT15rLCuEh3tBJVc5 |\n| e | 4 | 97 | -13181 | 2047637360 | 6176835796788944083 | 158 | 53000 | 2042457019 | 9726016502640071617 | 0.7085086 | 0.12357539988406441 | oHJMNvWuunsIMIWFnYG31RCfkOo2V7 |\n| e | 3 | 71 | 194 | 1436496767 | -5639533800082367925 | 158 | 44507 | 3105312559 | 3998472996619161534 | 0.930117 | 0.6108938307533 | pTeu0WMjBRTaNRT15rLCuEh3tBJVc5 |\n| e | 4 | 97 | -13181 | 2047637360 | 6176835796788944083 | 158 | 53000 | 2042457019 | 9726016502640071617 | 0.7085086 | 0.12357539988406441 | oHJMNvWuunsIMIWFnYG31RCfkOo2V7 |\n| e | 4 | 30 | -16110 | 61035129 | -3356533792537910152 | 159 | 299 | 28774375 | 13526465947516666293 | 0.6999775 | 0.03968347085780355 | cq4WSAIFwx3wwTUS5bp1wCe71R6U5I |\n| e | 4 | 30 | -16110 | 61035129 | -3356533792537910152 | 159 | 299 | 28774375 | 13526465947516666293 | 0.6999775 | 0.03968347085780355 | cq4WSAIFwx3wwTUS5bp1wCe71R6U5I |\n| e | 4 | 30 | -16110 | 61035129 | -3356533792537910152 | 159 | 299 | 28774375 | 13526465947516666293 | 0.6999775 | 0.03968347085780355 | cq4WSAIFwx3wwTUS5bp1wCe71R6U5I |\n| e | 2 | 97 | 18167 | 1593800404 | -9112448817105133638 | 163 | 45185 | 3188005828 | 2792105417953811674 | 0.38175434 | 0.4094218353587008 | ukOiFGGFnQJDHFgZxHMpvhD3zybF0M |\n| e | 2 | 97 | 18167 | 1593800404 | -9112448817105133638 | 163 | 45185 | 3188005828 | 2792105417953811674 | 0.38175434 | 0.4094218353587008 | ukOiFGGFnQJDHFgZxHMpvhD3zybF0M |\n| e | 2 | 97 | 18167 | 1593800404 | -9112448817105133638 | 163 | 45185 | 3188005828 | 2792105417953811674 | 0.38175434 | 0.4094218353587008 | ukOiFGGFnQJDHFgZxHMpvhD3zybF0M |\n| e | 2 | 52 | 23388 | 715235348 | 605432070100399212 | 165 | 56980 | 3314983189 | 7386391799827871203 | 0.46076488 | 0.980809631269599 | jQimhdepw3GKmioWUlVSWeBVRKFkY3 |\n| e | 2 | 52 | 23388 | 715235348 | 605432070100399212 | 165 | 56980 | 3314983189 | 7386391799827871203 | 0.46076488 | 0.980809631269599 | jQimhdepw3GKmioWUlVSWeBVRKFkY3 |\n| e | 2 | 52 | 23388 | 715235348 | 605432070100399212 | 165 | 56980 | 3314983189 | 7386391799827871203 | 0.46076488 | 0.980809631269599 | jQimhdepw3GKmioWUlVSWeBVRKFkY3 |\n| a | 3 | 17 | -22796 | 1337043149 | -1282905594104562444 | 167 | 2809 | 754775609 | 732272194388185106 | 0.3884129 | 0.658671129040488 | VDhtJkYjAYPykCgOU9x3v7v3t4SO1a |\n| a | 3 | 17 | -22796 | 1337043149 | -1282905594104562444 | 167 | 2809 | 754775609 | 732272194388185106 | 0.3884129 | 0.658671129040488 | VDhtJkYjAYPykCgOU9x3v7v3t4SO1a |\n| a | 3 | 17 | -22796 | 1337043149 | -1282905594104562444 | 167 | 2809 | 754775609 | 732272194388185106 | 0.3884129 | 0.658671129040488 | VDhtJkYjAYPykCgOU9x3v7v3t4SO1a |\n| a | 5 | -31 | -12907 | 586844478 | -4862189775214031241 | 170 | 28086 | 1013876852 | 11005002152861474932 | 0.35319167 | 0.05573662213439634 | MeSTAXq8gVxVjbEjgkvU9YLte0X9uE |\n| a | 5 | -31 | -12907 | 586844478 | -4862189775214031241 | 170 | 28086 | 1013876852 | 11005002152861474932 | 0.35319167 | 0.05573662213439634 | MeSTAXq8gVxVjbEjgkvU9YLte0X9uE |\n| a | 5 | -31 | -12907 | 586844478 | -4862189775214031241 | 170 | 28086 | 1013876852 | 11005002152861474932 | 0.35319167 | 0.05573662213439634 | MeSTAXq8gVxVjbEjgkvU9YLte0X9uE |\n| c | 2 | -106 | -1114 | -1927628110 | 1080308211931669384 | 177 | 20421 | 141680161 | 7464432081248293405 | 0.56749094 | 0.565352842229935 | Vp3gmWunM5A7wOC9YW2JroFqTWjvTi |\n| c | 2 | -106 | -1114 | -1927628110 | 1080308211931669384 | 177 | 20421 | 141680161 | 7464432081248293405 | 0.56749094 | 0.565352842229935 | Vp3gmWunM5A7wOC9YW2JroFqTWjvTi |\n| c | 2 | -106 | -1114 | -1927628110 | 1080308211931669384 | 177 | 20421 | 141680161 | 7464432081248293405 | 0.56749094 | 0.565352842229935 | Vp3gmWunM5A7wOC9YW2JroFqTWjvTi |\n| b | 2 | 63 | 21456 | -2138770630 | -2380041687053733364 | 181 | 57594 | 2705709344 | 13144161537396946288 | 0.09683716 | 0.3051364088814128 | nYVJnVicpGRqKZibHyBAmtmzBXAFfT |\n| b | 2 | 63 | 21456 | -2138770630 | -2380041687053733364 | 181 | 57594 | 2705709344 | 13144161537396946288 | 0.09683716 | 0.3051364088814128 | nYVJnVicpGRqKZibHyBAmtmzBXAFfT |\n| b | 2 | 63 | 21456 | -2138770630 | -2380041687053733364 | 181 | 57594 | 2705709344 | 13144161537396946288 | 0.09683716 | 0.3051364088814128 | nYVJnVicpGRqKZibHyBAmtmzBXAFfT |\n| c | 3 | 73 | -9565 | -382483011 | 1765659477910680019 | 186 | 1535 | 1088543984 | 2906943497598597237 | 0.680652 | 0.6009475544728957 | Ow5PGpfTm4dXCfTDsXAOTatXRoAydR |\n| c | 3 | 73 | -9565 | -382483011 | 1765659477910680019 | 186 | 1535 | 1088543984 | 2906943497598597237 | 0.680652 | 0.6009475544728957 | Ow5PGpfTm4dXCfTDsXAOTatXRoAydR |\n| c | 3 | 73 | -9565 | -382483011 | 1765659477910680019 | 186 | 1535 | 1088543984 | 2906943497598597237 | 0.680652 | 0.6009475544728957 | Ow5PGpfTm4dXCfTDsXAOTatXRoAydR |\n| b | 4 | 17 | -28070 | -673237643 | 1904316899655860234 | 188 | 27744 | 933879086 | 3732692885824435932 | 0.41860116 | 0.40342283197779727 | JHNgc2UCaiXOdmkxwDDyGhRlO0mnBQ |\n| b | 4 | 17 | -28070 | -673237643 | 1904316899655860234 | 188 | 27744 | 933879086 | 3732692885824435932 | 0.41860116 | 0.40342283197779727 | JHNgc2UCaiXOdmkxwDDyGhRlO0mnBQ |\n| b | 4 | 17 | -28070 | -673237643 | 1904316899655860234 | 188 | 27744 | 933879086 | 3732692885824435932 | 0.41860116 | 0.40342283197779727 | JHNgc2UCaiXOdmkxwDDyGhRlO0mnBQ |\n| d | 5 | -59 | 2045 | -2117946883 | 1170799768349713170 | 189 | 63353 | 1365198901 | 2501626630745849169 | 0.75173044 | 0.18628859265874176 | F7NSTjWvQJyBburN7CXRUlbgp2dIrA |\n| d | 5 | -59 | 2045 | -2117946883 | 1170799768349713170 | 189 | 63353 | 1365198901 | 2501626630745849169 | 0.75173044 | 0.18628859265874176 | F7NSTjWvQJyBburN7CXRUlbgp2dIrA |\n| d | 5 | -59 | 2045 | -2117946883 | 1170799768349713170 | 189 | 63353 | 1365198901 | 2501626630745849169 | 0.75173044 | 0.18628859265874176 | F7NSTjWvQJyBburN7CXRUlbgp2dIrA |\n| a | 3 | 13 | 12613 | 1299719633 | 2020498574254265315 | 191 | 17835 | 3998790955 | 14881411008939145569 | 0.041445434 | 0.8813167497816289 | Amn2K87Db5Es3dFQO9cw9cvpAM6h35 |\n| a | 3 | 13 | 12613 | 1299719633 | 2020498574254265315 | 191 | 17835 | 3998790955 | 14881411008939145569 | 0.041445434 | 0.8813167497816289 | Amn2K87Db5Es3dFQO9cw9cvpAM6h35 |\n| a | 3 | 13 | 12613 | 1299719633 | 2020498574254265315 | 191 | 17835 | 3998790955 | 14881411008939145569 | 0.041445434 | 0.8813167497816289 | Amn2K87Db5Es3dFQO9cw9cvpAM6h35 |\n| c | 1 | 41 | -4667 | -644225469 | 7049620391314639084 | 196 | 48099 | 2125812933 | 15419512479294091215 | 0.5780736 | 0.9255031346434324 | mzbkwXKrPeZnxg2Kn1LRF5hYSsmksS |\n| c | 4 | 123 | 16620 | 852509237 | -3087630526856906991 | 196 | 33715 | 3566741189 | 4546434653720168472 | 0.07606989 | 0.819715865079681 | 8LIh0b6jmDGm87BmIyjdxNIpX4ugjD |\n| c | 1 | 41 | -4667 | -644225469 | 7049620391314639084 | 196 | 48099 | 2125812933 | 15419512479294091215 | 0.5780736 | 0.9255031346434324 | mzbkwXKrPeZnxg2Kn1LRF5hYSsmksS |\n| c | 4 | 123 | 16620 | 852509237 | -3087630526856906991 | 196 | 33715 | 3566741189 | 4546434653720168472 | 0.07606989 | 0.819715865079681 | 8LIh0b6jmDGm87BmIyjdxNIpX4ugjD |\n| c | 1 | 41 | -4667 | -644225469 | 7049620391314639084 | 196 | 48099 | 2125812933 | 15419512479294091215 | 0.5780736 | 0.9255031346434324 | mzbkwXKrPeZnxg2Kn1LRF5hYSsmksS |\n| c | 4 | 123 | 16620 | 852509237 | -3087630526856906991 | 196 | 33715 | 3566741189 | 4546434653720168472 | 0.07606989 | 0.819715865079681 | 8LIh0b6jmDGm87BmIyjdxNIpX4ugjD |\n| d | 2 | 113 | 3917 | -108973366 | -7220140168410319165 | 197 | 24380 | 63044568 | 4225581724448081782 | 0.11867094 | 0.2944158618048994 | 90gAtmGEeIqUTbo1ZrxCvWtsseukXC |\n| d | 2 | 113 | 3917 | -108973366 | -7220140168410319165 | 197 | 24380 | 63044568 | 4225581724448081782 | 0.11867094 | 0.2944158618048994 | 90gAtmGEeIqUTbo1ZrxCvWtsseukXC |\n| d | 2 | 113 | 3917 | -108973366 | -7220140168410319165 | 197 | 24380 | 63044568 | 4225581724448081782 | 0.11867094 | 0.2944158618048994 | 90gAtmGEeIqUTbo1ZrxCvWtsseukXC |\n| b | 4 | 47 | 20690 | -1009656194 | -2027442591571700798 | 200 | 7781 | 326151275 | 2881913079548128905 | 0.57360977 | 0.2145232647388039 | 52mKlRE3aHCBZtjECq6sY9OqVf8Dze |\n| b | 4 | 47 | 20690 | -1009656194 | -2027442591571700798 | 200 | 7781 | 326151275 | 2881913079548128905 | 0.57360977 | 0.2145232647388039 | 52mKlRE3aHCBZtjECq6sY9OqVf8Dze |\n| b | 4 | 47 | 20690 | -1009656194 | -2027442591571700798 | 200 | 7781 | 326151275 | 2881913079548128905 | 0.57360977 | 0.2145232647388039 | 52mKlRE3aHCBZtjECq6sY9OqVf8Dze |\n| d | 1 | 57 | 28781 | -1143802338 | 2662536767954229885 | 202 | 62167 | 879082834 | 4338034436871150616 | 0.7618384 | 0.42950521730777025 | VY0zXmXeksCT8BzvpzpPLbmU9Kp9Y4 |\n| d | 1 | 57 | 28781 | -1143802338 | 2662536767954229885 | 202 | 62167 | 879082834 | 4338034436871150616 | 0.7618384 | 0.42950521730777025 | VY0zXmXeksCT8BzvpzpPLbmU9Kp9Y4 |\n| d | 1 | 57 | 28781 | -1143802338 | 2662536767954229885 | 202 | 62167 | 879082834 | 4338034436871150616 | 0.7618384 | 0.42950521730777025 | VY0zXmXeksCT8BzvpzpPLbmU9Kp9Y4 |\n| b | 1 | 29 | -18218 | 994303988 | 5983957848665088916 | 204 | 9489 | 3275293996 | 14857091259186476033 | 0.53840446 | 0.17909035118828576 | AyYVExXK6AR2qUTxNZ7qRHQOVGMLcz |\n| b | 1 | 29 | -18218 | 994303988 | 5983957848665088916 | 204 | 9489 | 3275293996 | 14857091259186476033 | 0.53840446 | 0.17909035118828576 | AyYVExXK6AR2qUTxNZ7qRHQOVGMLcz |\n| b | 1 | 29 | -18218 | 994303988 | 5983957848665088916 | 204 | 9489 | 3275293996 | 14857091259186476033 | 0.53840446 | 0.17909035118828576 | AyYVExXK6AR2qUTxNZ7qRHQOVGMLcz |\n| a | 3 | -12 | -9168 | 1489733240 | -1569376002217735076 | 206 | 33821 | 3959216334 | 16060348691054629425 | 0.9488028 | 0.9293883502480845 | oLZ21P2JEDooxV1pU31cIxQHEeeoLu |\n| a | 3 | -12 | -9168 | 1489733240 | -1569376002217735076 | 206 | 33821 | 3959216334 | 16060348691054629425 | 0.9488028 | 0.9293883502480845 | oLZ21P2JEDooxV1pU31cIxQHEeeoLu |\n| a | 3 | -12 | -9168 | 1489733240 | -1569376002217735076 | 206 | 33821 | 3959216334 | 16060348691054629425 | 0.9488028 | 0.9293883502480845 | oLZ21P2JEDooxV1pU31cIxQHEeeoLu |\n| c | 3 | 97 | 29106 | -903316089 | 2874859437662206732 | 207 | 42171 | 3473924576 | 8188072741116415408 | 0.32792538 | 0.2667177795079635 | HKSMQ9nTnwXCJIte1JrM1dtYnDtJ8g |\n| c | 3 | 97 | 29106 | -903316089 | 2874859437662206732 | 207 | 42171 | 3473924576 | 8188072741116415408 | 0.32792538 | 0.2667177795079635 | HKSMQ9nTnwXCJIte1JrM1dtYnDtJ8g |\n| c | 3 | 97 | 29106 | -903316089 | 2874859437662206732 | 207 | 42171 | 3473924576 | 8188072741116415408 | 0.32792538 | 0.2667177795079635 | HKSMQ9nTnwXCJIte1JrM1dtYnDtJ8g |\n| b | 5 | -82 | 22080 | 1824882165 | 7373730676428214987 | 208 | 34331 | 3342719438 | 3330177516592499461 | 0.82634634 | 0.40975383525297016 | Ig1QcuKsjHXkproePdERo2w0mYzIqd |\n| b | 5 | -82 | 22080 | 1824882165 | 7373730676428214987 | 208 | 34331 | 3342719438 | 3330177516592499461 | 0.82634634 | 0.40975383525297016 | Ig1QcuKsjHXkproePdERo2w0mYzIqd |\n| b | 5 | -82 | 22080 | 1824882165 | 7373730676428214987 | 208 | 34331 | 3342719438 | 3330177516592499461 | 0.82634634 | 0.40975383525297016 | Ig1QcuKsjHXkproePdERo2w0mYzIqd |\n| d | 1 | -98 | 13630 | -1991133944 | 1184110014998006843 | 220 | 2986 | 225513085 | 9634106610243643486 | 0.89651865 | 0.1640882545084913 | y7C453hRWd4E7ImjNDWlpexB8nUqjh |\n| e | 4 | -56 | -31500 | 1544188174 | 3096047390018154410 | 220 | 417 | 557517119 | 2774306934041974261 | 0.15459597 | 0.19113293583306745 | IZTkHMLvIKuiLjhDjYMmIHxh166we4 |\n| d | 1 | -98 | 13630 | -1991133944 | 1184110014998006843 | 220 | 2986 | 225513085 | 9634106610243643486 | 0.89651865 | 0.1640882545084913 | y7C453hRWd4E7ImjNDWlpexB8nUqjh |\n| e | 4 | -56 | -31500 | 1544188174 | 3096047390018154410 | 220 | 417 | 557517119 | 2774306934041974261 | 0.15459597 | 0.19113293583306745 | IZTkHMLvIKuiLjhDjYMmIHxh166we4 |\n| d | 1 | -98 | 13630 | -1991133944 | 1184110014998006843 | 220 | 2986 | 225513085 | 9634106610243643486 | 0.89651865 | 0.1640882545084913 | y7C453hRWd4E7ImjNDWlpexB8nUqjh |\n| e | 4 | -56 | -31500 | 1544188174 | 3096047390018154410 | 220 | 417 | 557517119 | 2774306934041974261 | 0.15459597 | 0.19113293583306745 | IZTkHMLvIKuiLjhDjYMmIHxh166we4 |\n| a | 2 | -48 | -18025 | 439738328 | -313657814587041987 | 222 | 13763 | 3717551163 | 9135746610908713318 | 0.055064857 | 0.9800193410444061 | ukyD7b0Efj7tNlFSRmzZ0IqkEzg2a8 |\n| a | 2 | -48 | -18025 | 439738328 | -313657814587041987 | 222 | 13763 | 3717551163 | 9135746610908713318 | 0.055064857 | 0.9800193410444061 | ukyD7b0Efj7tNlFSRmzZ0IqkEzg2a8 |\n| a | 2 | -48 | -18025 | 439738328 | -313657814587041987 | 222 | 13763 | 3717551163 | 9135746610908713318 | 0.055064857 | 0.9800193410444061 | ukyD7b0Efj7tNlFSRmzZ0IqkEzg2a8 |\n| e | 5 | 64 | -26526 | 1689098844 | 8950618259486183091 | 224 | 45253 | 662099130 | 16127995415060805595 | 0.2897315 | 0.5759450483859969 | 56MZa5O1hVtX4c5sbnCfxuX5kDChqI |\n| b | 5 | 68 | 21576 | 1188285940 | 5717755781990389024 | 224 | 27600 | 974297360 | 9865419128970328044 | 0.80895734 | 0.7973920072996036 | ioEncce3mPOXD2hWhpZpCPWGATG6GU |\n| e | 5 | 64 | -26526 | 1689098844 | 8950618259486183091 | 224 | 45253 | 662099130 | 16127995415060805595 | 0.2897315 | 0.5759450483859969 | 56MZa5O1hVtX4c5sbnCfxuX5kDChqI |\n| b | 5 | 68 | 21576 | 1188285940 | 5717755781990389024 | 224 | 27600 | 974297360 | 9865419128970328044 | 0.80895734 | 0.7973920072996036 | ioEncce3mPOXD2hWhpZpCPWGATG6GU |\n| e | 5 | 64 | -26526 | 1689098844 | 8950618259486183091 | 224 | 45253 | 662099130 | 16127995415060805595 | 0.2897315 | 0.5759450483859969 | 56MZa5O1hVtX4c5sbnCfxuX5kDChqI |\n| b | 5 | 68 | 21576 | 1188285940 | 5717755781990389024 | 224 | 27600 | 974297360 | 9865419128970328044 | 0.80895734 | 0.7973920072996036 | ioEncce3mPOXD2hWhpZpCPWGATG6GU |\n| a | 4 | -101 | 11640 | 1993193190 | 2992662416070659899 | 230 | 40566 | 466439833 | 16778113360088370541 | 0.3991115 | 0.574210838214554 | NEhyk8uIx4kEULJGa8qIyFjjBcP2G6 |\n| a | 4 | -101 | 11640 | 1993193190 | 2992662416070659899 | 230 | 40566 | 466439833 | 16778113360088370541 | 0.3991115 | 0.574210838214554 | NEhyk8uIx4kEULJGa8qIyFjjBcP2G6 |\n| a | 4 | -101 | 11640 | 1993193190 | 2992662416070659899 | 230 | 40566 | 466439833 | 16778113360088370541 | 0.3991115 | 0.574210838214554 | NEhyk8uIx4kEULJGa8qIyFjjBcP2G6 |\n| a | 1 | -56 | 8692 | 2106705285 | -7811675384226570375 | 231 | 15573 | 1454057357 | 677091006469429514 | 0.42794758 | 0.2739938529235548 | JN0VclewmjwYlSl8386MlWv5rEhWCz |\n| a | 1 | -25 | 15295 | 383352709 | 4980135132406487265 | 231 | 102 | 3276123488 | 12763583666216333412 | 0.53796273 | 0.17592486905979987 | XemNcT1xp61xcM1Qz3wZ1VECCnq06O |\n| a | 1 | -56 | 8692 | 2106705285 | -7811675384226570375 | 231 | 15573 | 1454057357 | 677091006469429514 | 0.42794758 | 0.2739938529235548 | JN0VclewmjwYlSl8386MlWv5rEhWCz |\n| a | 1 | -25 | 15295 | 383352709 | 4980135132406487265 | 231 | 102 | 3276123488 | 12763583666216333412 | 0.53796273 | 0.17592486905979987 | XemNcT1xp61xcM1Qz3wZ1VECCnq06O |\n| a | 1 | -56 | 8692 | 2106705285 | -7811675384226570375 | 231 | 15573 | 1454057357 | 677091006469429514 | 0.42794758 | 0.2739938529235548 | JN0VclewmjwYlSl8386MlWv5rEhWCz |\n| a | 1 | -25 | 15295 | 383352709 | 4980135132406487265 | 231 | 102 | 3276123488 | 12763583666216333412 | 0.53796273 | 0.17592486905979987 | XemNcT1xp61xcM1Qz3wZ1VECCnq06O |\n| e | 2 | 52 | -12056 | -1090239422 | 9011500141803970147 | 238 | 4168 | 2013662838 | 12565360638488684051 | 0.6694766 | 0.39144436569161134 | xipQ93429ksjNcXPX5326VSg1xJZcW |\n| e | 2 | 52 | -12056 | -1090239422 | 9011500141803970147 | 238 | 4168 | 2013662838 | 12565360638488684051 | 0.6694766 | 0.39144436569161134 | xipQ93429ksjNcXPX5326VSg1xJZcW |\n| e | 2 | 52 | -12056 | -1090239422 | 9011500141803970147 | 238 | 4168 | 2013662838 | 12565360638488684051 | 0.6694766 | 0.39144436569161134 | xipQ93429ksjNcXPX5326VSg1xJZcW |\n| d | 1 | -72 | 25590 | 1188089983 | 3090286296481837049 | 241 | 832 | 3542840110 | 5885937420286765261 | 0.41980565 | 0.21535402343780985 | wwXqSGKLyBQyPkonlzBNYUJTCo4LRS |\n| d | 1 | -72 | 25590 | 1188089983 | 3090286296481837049 | 241 | 832 | 3542840110 | 5885937420286765261 | 0.41980565 | 0.21535402343780985 | wwXqSGKLyBQyPkonlzBNYUJTCo4LRS |\n| d | 1 | -72 | 25590 | 1188089983 | 3090286296481837049 | 241 | 832 | 3542840110 | 5885937420286765261 | 0.41980565 | 0.21535402343780985 | wwXqSGKLyBQyPkonlzBNYUJTCo4LRS |\n| e | 4 | -53 | 13788 | 2064155045 | -691093532952651300 | 243 | 35106 | 2778168728 | 9463973906560740422 | 0.34515214 | 0.27159190516490006 | 0VVIHzxWtNOFLtnhjHEKjXaJOSLJfm |\n| e | 4 | -53 | 13788 | 2064155045 | -691093532952651300 | 243 | 35106 | 2778168728 | 9463973906560740422 | 0.34515214 | 0.27159190516490006 | 0VVIHzxWtNOFLtnhjHEKjXaJOSLJfm |\n| e | 4 | -53 | 13788 | 2064155045 | -691093532952651300 | 243 | 35106 | 2778168728 | 9463973906560740422 | 0.34515214 | 0.27159190516490006 | 0VVIHzxWtNOFLtnhjHEKjXaJOSLJfm |\n| e | 1 | 120 | 10837 | -1331533190 | 6342019705133850847 | 245 | 3975 | 2830981072 | 16439861276703750332 | 0.6623719 | 0.9965400387585364 | LiEBxds3X0Uw0lxiYjDqrkAaAwoiIW |\n| e | 1 | 120 | 10837 | -1331533190 | 6342019705133850847 | 245 | 3975 | 2830981072 | 16439861276703750332 | 0.6623719 | 0.9965400387585364 | LiEBxds3X0Uw0lxiYjDqrkAaAwoiIW |\n| e | 1 | 120 | 10837 | -1331533190 | 6342019705133850847 | 245 | 3975 | 2830981072 | 16439861276703750332 | 0.6623719 | 0.9965400387585364 | LiEBxds3X0Uw0lxiYjDqrkAaAwoiIW |\n| b | 1 | 54 | -18410 | 1413111008 | -7145106120930085900 | 249 | 5382 | 1842680163 | 17818611040257178339 | 0.8881188 | 0.24899794314659673 | 6FPJlLAcaQ5uokyOWZ9HGdLZObFvOZ |\n| b | 1 | 54 | -18410 | 1413111008 | -7145106120930085900 | 249 | 5382 | 1842680163 | 17818611040257178339 | 0.8881188 | 0.24899794314659673 | 6FPJlLAcaQ5uokyOWZ9HGdLZObFvOZ |\n| b | 1 | 54 | -18410 | 1413111008 | -7145106120930085900 | 249 | 5382 | 1842680163 | 17818611040257178339 | 0.8881188 | 0.24899794314659673 | 6FPJlLAcaQ5uokyOWZ9HGdLZObFvOZ |\n| c | 3 | -2 | -18655 | -2141999138 | -3154042970870838072 | 251 | 34970 | 3862393166 | 13062025193350212516 | 0.034291923 | 0.7697753383420857 | IWl0G3ZlMNf7WT8yjIB49cx7MmYOmr |\n| c | 3 | -2 | -18655 | -2141999138 | -3154042970870838072 | 251 | 34970 | 3862393166 | 13062025193350212516 | 0.034291923 | 0.7697753383420857 | IWl0G3ZlMNf7WT8yjIB49cx7MmYOmr |\n| c | 3 | -2 | -18655 | -2141999138 | -3154042970870838072 | 251 | 34970 | 3862393166 | 13062025193350212516 | 0.034291923 | 0.7697753383420857 | IWl0G3ZlMNf7WT8yjIB49cx7MmYOmr |\n| c | 4 | -90 | -2935 | 1579876740 | 6733733506744649678 | 254 | 12876 | 3593959807 | 4094315663314091142 | 0.5708688 | 0.5603062368164834 | Ld2ej8NEv5zNcqU60FwpHeZKBhfpiV |\n| e | 5 | -86 | 32514 | -467659022 | -8012578250188146150 | 254 | 2684 | 2861911482 | 2126626171973341689 | 0.12559289 | 0.01479305307777301 | gxfHWUF8XgY2KdFxigxvNEXe2V2XMl |\n| c | 4 | -90 | -2935 | 1579876740 | 6733733506744649678 | 254 | 12876 | 3593959807 | 4094315663314091142 | 0.5708688 | 0.5603062368164834 | Ld2ej8NEv5zNcqU60FwpHeZKBhfpiV |\n| e | 5 | -86 | 32514 | -467659022 | -8012578250188146150 | 254 | 2684 | 2861911482 | 2126626171973341689 | 0.12559289 | 0.01479305307777301 | gxfHWUF8XgY2KdFxigxvNEXe2V2XMl |\n| c | 4 | -90 | -2935 | 1579876740 | 6733733506744649678 | 254 | 12876 | 3593959807 | 4094315663314091142 | 0.5708688 | 0.5603062368164834 | Ld2ej8NEv5zNcqU60FwpHeZKBhfpiV |\n| e | 5 | -86 | 32514 | -467659022 | -8012578250188146150 | 254 | 2684 | 2861911482 | 2126626171973341689 | 0.12559289 | 0.01479305307777301 | gxfHWUF8XgY2KdFxigxvNEXe2V2XMl |\n| b | 3 | 17 | 14457 | 670497898 | -2390782464845307388 | 255 | 24770 | 1538863055 | 12662506238151717757 | 0.34077626 | 0.7614304100703713 | 6x93sxYioWuq5c9Kkk8oTAAORM7cH0 |\n| b | 3 | 17 | 14457 | 670497898 | -2390782464845307388 | 255 | 24770 | 1538863055 | 12662506238151717757 | 0.34077626 | 0.7614304100703713 | 6x93sxYioWuq5c9Kkk8oTAAORM7cH0 |\n| b | 3 | 17 | 14457 | 670497898 | -2390782464845307388 | 255 | 24770 | 1538863055 | 12662506238151717757 | 0.34077626 | 0.7614304100703713 | 6x93sxYioWuq5c9Kkk8oTAAORM7cH0 |\n+----+----+------+--------+-------------+----------------------+-----+-------+------------+----------------------+-------------+----------------------+--------------------------------+"`', datafusion/src/physical_plan/sort_preserving_merge.rs:1173:9 failures: execution::context::tests::aggregate_grouped_empty physical_plan::sort_preserving_merge::tests::test_async test result: FAILED. 641 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 38.90s error: test failed, to rerun pass '-p datafusion --lib' Compilation exited abnormally with code 101 at Sun Aug 8 07:12:20