From eeec56c2cfc960a1cc76b6ececbfe7f5a7826c79 Mon Sep 17 00:00:00 2001 From: Spike Date: Wed, 19 Aug 2026 02:24:17 +0000 Subject: [PATCH] =?UTF-8?q?update(P800/GLM5.2):=20=E5=8D=95=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E9=83=A8=E7=BD=B2=E6=B5=8B=E8=AF=95=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../README.md | 11 + .../bench_sharegpt_c8_o128.jsonl | 1 + .../container_inspect.json | 231 +++++++++++++++++ .../xpu_after_bench.txt | 111 +++++++++ .../xpu_before_bench.txt | 111 +++++++++ .../bench_sharegpt_c16_o128.jsonl | 1 + .../bench_sharegpt_c1_o128.jsonl | 1 + .../bench_sharegpt_c2_o128.jsonl | 1 + .../bench_sharegpt_c32_o128.jsonl | 1 + .../bench_sharegpt_c4_o128.jsonl | 1 + .../bench_sharegpt_c8_o128.jsonl | 1 + .../container_inspect.json | 231 +++++++++++++++++ .../xpu_after_sweep.txt | 111 +++++++++ .../xpu_before_sweep.txt | 111 +++++++++ .../container_inspect.json | 231 +++++++++++++++++ ...tainer_inspect.resume.20260818-020923.json | 231 +++++++++++++++++ ...tainer_inspect.resume.20260818-035808.json | 232 +++++++++++++++++ .../failure_boundaries.tsv | 17 ++ .../failures/c1_i131072_o1024.reason | 1 + .../failures/c1_i131072_o128.reason | 1 + .../failures/c1_i131072_o256.reason | 1 + .../failures/c1_i131072_o512.reason | 1 + .../failures/c1_i32768_o128.reason | 1 + .../failures/c1_i65536_o1024.reason | 1 + .../failures/c1_i65536_o128.reason | 1 + .../failures/c1_i65536_o2048.reason | 1 + .../failures/c1_i65536_o256.reason | 1 + .../failures/c1_i65536_o512.reason | 1 + .../failures/c32_i16384_o2048.reason | 1 + .../failures/c32_i16384_o4096.reason | 1 + .../failures/c32_i16384_o512.reason | 1 + .../failures/c4_i131072_o128.reason | 1 + .../failures/c64_i8192_o2048.reason | 1 + .../failures/c64_i8192_o4096.reason | 1 + .../failures/c8_i65536_o128.reason | 1 + .../matrix.json | 93 +++++++ .../scenarios.tsv | 79 ++++++ .../summary.tsv | 79 ++++++ .../run_bench.sh | 43 ++++ .../run_concurrency_sweep.sh | 46 ++++ .../run_full_matrix.sh | 234 ++++++++++++++++++ .../run_full_matrix.sh.before-resume-20260818 | 118 +++++++++ .../start_glm52_w4a8.sh | 65 +++++ .../start_glm52_w4a8.sh.before-init-20260818 | 64 +++++ .../summarize_matrix.py | 71 ++++++ 45 files changed, 2544 insertions(+) create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/README.md create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-1555-sharegpt-c8-o128/bench_sharegpt_c8_o128.jsonl create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-1555-sharegpt-c8-o128/container_inspect.json create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-1555-sharegpt-c8-o128/xpu_after_bench.txt create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-1555-sharegpt-c8-o128/xpu_before_bench.txt create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-sharegpt-c1-c32-sweep/bench_sharegpt_c16_o128.jsonl create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-sharegpt-c1-c32-sweep/bench_sharegpt_c1_o128.jsonl create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-sharegpt-c1-c32-sweep/bench_sharegpt_c2_o128.jsonl create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-sharegpt-c1-c32-sweep/bench_sharegpt_c32_o128.jsonl create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-sharegpt-c1-c32-sweep/bench_sharegpt_c4_o128.jsonl create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-sharegpt-c1-c32-sweep/bench_sharegpt_c8_o128.jsonl create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-sharegpt-c1-c32-sweep/container_inspect.json create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-sharegpt-c1-c32-sweep/xpu_after_sweep.txt create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-sharegpt-c1-c32-sweep/xpu_before_sweep.txt create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/container_inspect.json create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/container_inspect.resume.20260818-020923.json create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/container_inspect.resume.20260818-035808.json create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failure_boundaries.tsv create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failures/c1_i131072_o1024.reason create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failures/c1_i131072_o128.reason create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failures/c1_i131072_o256.reason create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failures/c1_i131072_o512.reason create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failures/c1_i32768_o128.reason create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failures/c1_i65536_o1024.reason create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failures/c1_i65536_o128.reason create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failures/c1_i65536_o2048.reason create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failures/c1_i65536_o256.reason create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failures/c1_i65536_o512.reason create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failures/c32_i16384_o2048.reason create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failures/c32_i16384_o4096.reason create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failures/c32_i16384_o512.reason create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failures/c4_i131072_o128.reason create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failures/c64_i8192_o2048.reason create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failures/c64_i8192_o4096.reason create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/failures/c8_i65536_o128.reason create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/matrix.json create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/scenarios.tsv create mode 100644 experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260818-glm52-w4a8-full-matrix/summary.tsv create mode 100755 experiments/p800/glm52_w4a8_sglang_tp8_single_node/run_bench.sh create mode 100755 experiments/p800/glm52_w4a8_sglang_tp8_single_node/run_concurrency_sweep.sh create mode 100755 experiments/p800/glm52_w4a8_sglang_tp8_single_node/run_full_matrix.sh create mode 100755 experiments/p800/glm52_w4a8_sglang_tp8_single_node/run_full_matrix.sh.before-resume-20260818 create mode 100755 experiments/p800/glm52_w4a8_sglang_tp8_single_node/start_glm52_w4a8.sh create mode 100755 experiments/p800/glm52_w4a8_sglang_tp8_single_node/start_glm52_w4a8.sh.before-init-20260818 create mode 100755 experiments/p800/glm52_w4a8_sglang_tp8_single_node/summarize_matrix.py diff --git a/experiments/p800/glm52_w4a8_sglang_tp8_single_node/README.md b/experiments/p800/glm52_w4a8_sglang_tp8_single_node/README.md new file mode 100644 index 0000000..27f66bd --- /dev/null +++ b/experiments/p800/glm52_w4a8_sglang_tp8_single_node/README.md @@ -0,0 +1,11 @@ +# GLM-5.2 W4A8 P800 single-node smoke benchmark + +- Host: `sskj-P800-4` (`gpu051`) +- Image: `iregistry.baidu-int.com/xpu/sglang-p800-pd-disagg-0510:20260715_5746` +- Model: `/data2/GLM-5.2-w4a8` +- Parallelism: TP=8, EP=8, DP=1 +- Quantization: `w4a8_int4`; KV cache: `int8` +- Dataset: `/data1/wxy/sskj/datasets/ShareGPT_V3_unfiltered_cleaned_split.json` +- Benchmark: ShareGPT, 64 prompts, concurrency 8, output length 128, request rate unlimited + +Run `bash start_glm52_w4a8.sh`, wait for `http://127.0.0.1:30000/health`, then run `bash run_bench.sh`. diff --git a/experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-1555-sharegpt-c8-o128/bench_sharegpt_c8_o128.jsonl b/experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-1555-sharegpt-c8-o128/bench_sharegpt_c8_o128.jsonl new file mode 100644 index 0000000..a416197 --- /dev/null +++ b/experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-1555-sharegpt-c8-o128/bench_sharegpt_c8_o128.jsonl @@ -0,0 +1 @@ +{"tag": null, "backend": "sglang", "dataset_name": "sharegpt", "request_rate": Infinity, "max_concurrency": 8, "sharegpt_output_len": 128, "random_input_len": 1024, "random_output_len": 1024, "random_range_ratio": 0.0, "server_info": {"model_path": "/models", "tokenizer_path": "/models", "tokenizer_mode": "auto", "tokenizer_worker_num": 1, "skip_tokenizer_init": false, "load_format": "auto", "model_loader_extra_config": "{}", "trust_remote_code": true, "context_length": null, "is_embedding": false, "enable_multimodal": null, "revision": null, "model_impl": "auto", "host": "0.0.0.0", "port": 30000, "fastapi_root_path": "", "grpc_mode": false, "skip_server_warmup": false, "warmups": null, "nccl_port": null, "checkpoint_engine_wait_weights_before_ready": false, "ssl_keyfile": null, "ssl_certfile": null, "ssl_ca_certs": null, "ssl_keyfile_password": null, "enable_ssl_refresh": false, "dtype": "auto", "quantization": "w4a8_int4", "quantization_param_path": null, "kv_cache_dtype": "int8", "enable_fp32_lm_head": false, "modelopt_quant": null, "modelopt_checkpoint_restore_path": null, "modelopt_checkpoint_save_path": null, "modelopt_export_path": null, "quantize_and_serve": false, "rl_quant_profile": null, "mem_fraction_static": 0.82, "max_running_requests": 64, "max_queued_requests": null, "max_total_tokens": null, "chunked_prefill_size": 32768, "enable_dynamic_chunking": false, "max_prefill_tokens": 32768, "prefill_max_requests": null, "custom_max_context_len": null, "schedule_policy": "fcfs", "enable_priority_scheduling": false, "disable_priority_preemption": false, "default_priority_value": null, "abort_on_priority_when_disabled": false, "schedule_low_priority_values_first": false, "priority_scheduling_preemption_threshold": 10, "schedule_conservativeness": 1.0, "page_size": 64, "swa_full_tokens_ratio": 0.8, "disable_hybrid_swa_memory": false, "radix_eviction_policy": "lru", "enable_prefill_delayer": false, "prefill_delayer_max_delay_passes": 30, "prefill_delayer_token_usage_low_watermark": null, "prefill_delayer_forward_passes_buckets": null, "prefill_delayer_wait_seconds_buckets": null, "device": "cuda", "tp_size": 8, "pp_size": 1, "pp_max_micro_batch_size": null, "pp_async_batch_depth": 0, "stream_interval": 1, "stream_response_default_include_usage": false, "incremental_streaming_output": false, "enable_streaming_session": false, "random_seed": 693059148, "constrained_json_whitespace_pattern": null, "constrained_json_disable_any_whitespace": false, "watchdog_timeout": 3000000.0, "soft_watchdog_timeout": null, "dist_timeout": null, "download_dir": null, "model_checksum": null, "base_gpu_id": 0, "gpu_id_step": 1, "sleep_on_idle": false, "use_ray": false, "custom_sigquit_handler": null, "log_level": "info", "log_level_http": null, "log_requests": false, "log_requests_level": 2, "log_requests_format": "text", "log_requests_target": null, "uvicorn_access_log_exclude_prefixes": [], "crash_dump_folder": null, "show_time_cost": false, "enable_metrics": true, "enable_mfu_metrics": false, "enable_metrics_for_all_schedulers": false, "tokenizer_metrics_custom_labels_header": "x-custom-labels", "tokenizer_metrics_allowed_custom_labels": null, "extra_metric_labels": null, "bucket_time_to_first_token": null, "bucket_inter_token_latency": null, "bucket_e2e_request_latency": null, "collect_tokens_histogram": false, "prompt_tokens_buckets": null, "generation_tokens_buckets": null, "gc_warning_threshold_secs": 0.0, "decode_log_interval": 40, "enable_request_time_stats_logging": false, "kv_events_config": null, "enable_trace": false, "otlp_traces_endpoint": "localhost:4317", "export_metrics_to_file": false, "export_metrics_to_file_dir": null, "api_key": null, "admin_api_key": null, "served_model_name": "GLM-5.2-w4a8", "weight_version": "default", "chat_template": null, "hf_chat_template_name": null, "completion_template": null, "file_storage_path": "sglang_storage", "enable_cache_report": false, "reasoning_parser": "glm45", "strip_thinking_cache": false, "tool_call_parser": "glm47", "tool_server": null, "sampling_defaults": "model", "dp_size": 1, "load_balance_method": "round_robin", "attn_cp_size": 1, "moe_dp_size": 1, "dist_init_addr": null, "nnodes": 1, "node_rank": 0, "json_model_override_args": "{\"index_topk_freq\": 4}", "preferred_sampling_params": null, "enable_lora": null, "enable_lora_overlap_loading": null, "max_lora_rank": null, "lora_target_modules": null, "lora_paths": null, "max_loaded_loras": null, "max_loras_per_batch": 8, "lora_eviction_policy": "lru", "lora_backend": "csgmv", "max_lora_chunk_size": 16, "experts_shared_outer_loras": null, "attention_backend": "klxdsa", "decode_attention_backend": "klxdsa", "prefill_attention_backend": "klxdsa", "sampling_backend": "flashinfer", "grammar_backend": "xgrammar", "radix_cache_backend": null, "mm_attention_backend": null, "fp8_gemm_runner_backend": "auto", "fp4_gemm_runner_backend": "auto", "nsa_prefill_backend": "klxdsa", "nsa_decode_backend": "klxdsa", "disable_flashinfer_autotune": false, "mamba_backend": "triton", "speculative_algorithm": null, "speculative_draft_model_path": null, "speculative_draft_model_revision": null, "speculative_draft_load_format": null, "speculative_num_steps": null, "speculative_eagle_topk": null, "speculative_num_draft_tokens": null, "speculative_accept_threshold_single": 1.0, "speculative_accept_threshold_acc": 1.0, "speculative_token_map": null, "speculative_attention_mode": "prefill", "speculative_draft_attention_backend": null, "speculative_moe_runner_backend": "auto", "speculative_moe_a2a_backend": null, "speculative_draft_model_quantization": "w4a8_int4", "speculative_draft_kv_cache_dtype": null, "speculative_dflash_block_size": null, "speculative_dflash_draft_window_size": null, "speculative_dspark_block_size": null, "speculative_dspark_confidence_threshold": 0.0, "speculative_ngram_min_bfs_breadth": 1, "speculative_ngram_max_bfs_breadth": 10, "speculative_ngram_match_type": "BFS", "speculative_ngram_max_trie_depth": 18, "speculative_ngram_capacity": 10000000, "enable_multi_layer_eagle": false, "ep_size": 8, "moe_a2a_backend": "none", "moe_runner_backend": "auto", "flashinfer_mxfp4_moe_precision": "default", "enable_hisparse": false, "enable_flashinfer_allreduce_fusion": false, "enforce_disable_flashinfer_allreduce_fusion": false, "enable_aiter_allreduce_fusion": false, "deepep_mode": "auto", "ep_num_redundant_experts": 0, "ep_dispatch_algorithm": null, "init_expert_location": "trivial", "enable_eplb": false, "eplb_algorithm": "auto", "eplb_rebalance_num_iterations": 1000, "eplb_rebalance_layers_per_chunk": null, "eplb_min_rebalancing_utilization_threshold": 1.0, "expert_distribution_recorder_mode": null, "expert_distribution_recorder_buffer_size": 1000, "enable_expert_distribution_metrics": false, "deepep_config": null, "moe_dense_tp_size": null, "elastic_ep_backend": null, "enable_elastic_expert_backup": false, "mooncake_ib_device": null, "max_mamba_cache_size": null, "mamba_ssm_dtype": null, "mamba_full_memory_ratio": 0.9, "mamba_scheduler_strategy": "no_buffer", "mamba_track_interval": 256, "linear_attn_backend": "triton", "linear_attn_decode_backend": null, "linear_attn_prefill_backend": null, "enable_hierarchical_cache": false, "hicache_ratio": 2.0, "hicache_size": 0, "hicache_write_policy": "write_through", "hicache_io_backend": "kernel", "hicache_mem_layout": "layer_first", "hicache_storage_backend": null, "hicache_storage_prefetch_policy": "timeout", "hicache_storage_backend_extra_config": null, "hisparse_config": null, "enable_lmcache": false, "kt_weight_path": null, "kt_method": "AMXINT4", "kt_cpuinfer": null, "kt_threadpool_count": 2, "kt_num_gpu_experts": null, "kt_max_deferred_experts_per_token": null, "dllm_algorithm": null, "dllm_algorithm_config": null, "cpu_offload_gb": 0, "offload_group_size": -1, "offload_num_in_group": 1, "offload_prefetch_step": 1, "offload_mode": "cpu", "multi_item_scoring_delimiter": null, "disable_radix_cache": false, "cuda_graph_max_bs": 8, "cuda_graph_bs": [1, 2, 3, 4, 5, 6, 7, 8], "disable_cuda_graph": false, "disable_cuda_graph_padding": true, "enable_breakable_cuda_graph": false, "enable_profile_cuda_graph": false, "enable_cudagraph_gc": false, "debug_cuda_graph": false, "enable_layerwise_nvtx_marker": false, "enable_nccl_nvls": false, "enable_symm_mem": false, "disable_flashinfer_cutlass_moe_fp4_allgather": false, "enable_tokenizer_batch_encode": false, "disable_tokenizer_batch_decode": false, "disable_outlines_disk_cache": false, "disable_custom_all_reduce": true, "enable_mscclpp": false, "enable_torch_symm_mem": false, "pre_warm_nccl": false, "disable_overlap_schedule": false, "enable_mixed_chunk": false, "enable_dp_attention": false, "enable_dp_lm_head": false, "enable_two_batch_overlap": false, "enable_single_batch_overlap": false, "tbo_token_distribution_threshold": 0.48, "enable_torch_compile": false, "disable_piecewise_cuda_graph": true, "enforce_piecewise_cuda_graph": false, "enable_torch_compile_debug_mode": false, "torch_compile_max_bs": 32, "piecewise_cuda_graph_max_tokens": 2048, "piecewise_cuda_graph_tokens": [4, 8, 12, 16, 20, 24, 28, 32, 48, 64, 80, 96, 112, 128, 144, 160, 176, 192, 208, 224, 240, 256, 288, 320, 352, 384, 416, 448, 480, 512, 576, 640, 704, 768, 832, 896, 960, 1024, 1280, 1536, 1792, 2048], "piecewise_cuda_graph_compiler": "eager", "torchao_config": "", "enable_nan_detection": false, "enable_p2p_check": false, "triton_attention_reduce_in_fp32": false, "triton_attention_num_kv_splits": 8, "triton_attention_split_tile_size": null, "num_continuous_decode_steps": 1, "delete_ckpt_after_loading": false, "enable_memory_saver": false, "enable_weights_cpu_backup": false, "enable_draft_weights_cpu_backup": false, "allow_auto_truncate": true, "enable_custom_logit_processor": false, "flashinfer_mla_disable_ragged": false, "disable_shared_experts_fusion": true, "disable_chunked_prefix_cache": false, "disable_fast_image_processor": false, "keep_mm_feature_on_device": false, "enable_return_hidden_states": false, "enable_return_routed_experts": false, "enable_return_indexer_topk": false, "enable_deepseek_v4_fp4_indexer": false, "scheduler_recv_interval": 1, "numa_node": null, "enable_deterministic_inference": false, "rl_on_policy_target": null, "enable_attn_tp_input_scattered": false, "gc_threshold": null, "enable_nsa_prefill_context_parallel": false, "nsa_prefill_cp_mode": "in-seq-split", "enable_fused_qk_norm_rope": false, "enable_precise_embedding_interpolation": false, "enable_fused_moe_sum_all_reduce": false, "enable_prefill_context_parallel": false, "prefill_cp_mode": "in-seq-split", "enable_nsa_cache_layer_split": false, "enable_dynamic_batch_tokenizer": false, "dynamic_batch_tokenizer_batch_size": 32, "dynamic_batch_tokenizer_batch_timeout": 0.002, "debug_tensor_dump_output_folder": null, "debug_tensor_dump_layers": null, "debug_tensor_dump_input_file": null, "debug_tensor_dump_inject": false, "disaggregation_mode": "null", "disaggregation_transfer_backend": "mooncake", "disaggregation_bootstrap_port": 8998, "disaggregation_ib_device": null, "disaggregation_decode_enable_radix_cache": false, "disaggregation_decode_enable_offload_kvcache": false, "num_reserved_decode_tokens": 2048, "disaggregation_decode_polling_interval": 1, "encoder_only": false, "language_only": false, "encoder_transfer_backend": "zmq_to_scheduler", "encoder_urls": [], "enable_adaptive_dispatch_to_encoder": false, "encoder_devices": [], "encoder_gpu_to_cpu_ratio": 12, "enable_over_encoding": false, "enable_kv_mirror": false, "custom_weight_loader": [], "weight_loader_disable_mmap": false, "remote_instance_weight_loader_seed_instance_ip": null, "remote_instance_weight_loader_seed_instance_service_port": null, "remote_instance_weight_loader_send_weights_group_ports": null, "remote_instance_weight_loader_backend": "nccl", "remote_instance_weight_loader_start_seed_via_transfer_engine": false, "engine_info_bootstrap_port": 6789, "modelexpress_config": null, "enable_pdmux": false, "pdmux_config_path": null, "sm_group_num": 8, "enable_broadcast_mm_inputs_process": false, "enable_prefix_mm_cache": false, "mm_enable_dp_encoder": false, "mm_process_config": {}, "limit_mm_data_per_request": null, "enable_mm_global_cache": false, "decrypted_config_file": null, "decrypted_draft_config_file": null, "forward_hooks": null, "index_cache_topk_freq": 1, "index_cache_pattern": null, "status": "ready", "max_total_num_tokens": 655616, "max_req_input_len": 655605, "internal_states": [{"model_path": "/models", "tokenizer_path": "/models", "tokenizer_mode": "auto", "tokenizer_worker_num": 1, "skip_tokenizer_init": false, "load_format": "auto", "model_loader_extra_config": "{}", "trust_remote_code": true, "context_length": null, "is_embedding": false, "enable_multimodal": null, "revision": null, "model_impl": "auto", "host": "0.0.0.0", "port": 30000, "fastapi_root_path": "", "grpc_mode": false, "skip_server_warmup": false, "warmups": null, "nccl_port": null, "checkpoint_engine_wait_weights_before_ready": false, "ssl_keyfile": null, "ssl_certfile": null, "ssl_ca_certs": null, "ssl_keyfile_password": null, "enable_ssl_refresh": false, "dtype": "auto", "quantization": "w4a8_int4", "quantization_param_path": null, "kv_cache_dtype": "int8", "enable_fp32_lm_head": false, "modelopt_quant": null, "modelopt_checkpoint_restore_path": null, "modelopt_checkpoint_save_path": null, "modelopt_export_path": null, "quantize_and_serve": false, "rl_quant_profile": null, "mem_fraction_static": 0.82, "max_running_requests": 64, "max_queued_requests": null, "max_total_tokens": null, "chunked_prefill_size": 32768, "enable_dynamic_chunking": false, "max_prefill_tokens": 32768, "prefill_max_requests": null, "custom_max_context_len": null, "schedule_policy": "fcfs", "enable_priority_scheduling": false, "disable_priority_preemption": false, "default_priority_value": null, "abort_on_priority_when_disabled": false, "schedule_low_priority_values_first": false, "priority_scheduling_preemption_threshold": 10, "schedule_conservativeness": 1.0, "page_size": 64, "swa_full_tokens_ratio": 0.8, "disable_hybrid_swa_memory": false, "radix_eviction_policy": "lru", "enable_prefill_delayer": false, "prefill_delayer_max_delay_passes": 30, "prefill_delayer_token_usage_low_watermark": null, "prefill_delayer_forward_passes_buckets": null, "prefill_delayer_wait_seconds_buckets": null, "device": "cuda", "tp_size": 8, "pp_size": 1, "pp_max_micro_batch_size": 64, "pp_async_batch_depth": 0, "stream_interval": 1, "stream_response_default_include_usage": false, "incremental_streaming_output": false, "enable_streaming_session": false, "random_seed": 693059148, "constrained_json_whitespace_pattern": null, "constrained_json_disable_any_whitespace": false, "watchdog_timeout": 3000000.0, "soft_watchdog_timeout": null, "dist_timeout": null, "download_dir": null, "model_checksum": null, "base_gpu_id": 0, "gpu_id_step": 1, "sleep_on_idle": false, "use_ray": false, "custom_sigquit_handler": null, "log_level": "info", "log_level_http": null, "log_requests": false, "log_requests_level": 2, "log_requests_format": "text", "log_requests_target": null, "uvicorn_access_log_exclude_prefixes": [], "crash_dump_folder": null, "show_time_cost": false, "enable_metrics": true, "enable_mfu_metrics": false, "enable_metrics_for_all_schedulers": false, "tokenizer_metrics_custom_labels_header": "x-custom-labels", "tokenizer_metrics_allowed_custom_labels": null, "extra_metric_labels": null, "bucket_time_to_first_token": null, "bucket_inter_token_latency": null, "bucket_e2e_request_latency": null, "collect_tokens_histogram": false, "prompt_tokens_buckets": null, "generation_tokens_buckets": null, "gc_warning_threshold_secs": 0.0, "decode_log_interval": 40, "enable_request_time_stats_logging": false, "kv_events_config": null, "enable_trace": false, "otlp_traces_endpoint": "localhost:4317", "export_metrics_to_file": false, "export_metrics_to_file_dir": null, "api_key": null, "admin_api_key": null, "served_model_name": "GLM-5.2-w4a8", "weight_version": "default", "chat_template": null, "hf_chat_template_name": null, "completion_template": null, "file_storage_path": "sglang_storage", "enable_cache_report": false, "reasoning_parser": "glm45", "strip_thinking_cache": false, "tool_call_parser": "glm47", "tool_server": null, "sampling_defaults": "model", "dp_size": 1, "load_balance_method": "round_robin", "attn_cp_size": 1, "moe_dp_size": 1, "dist_init_addr": null, "nnodes": 1, "node_rank": 0, "json_model_override_args": "{\"index_topk_freq\": 4}", "preferred_sampling_params": null, "enable_lora": null, "enable_lora_overlap_loading": null, "max_lora_rank": null, "lora_target_modules": null, "lora_paths": null, "max_loaded_loras": null, "max_loras_per_batch": 8, "lora_eviction_policy": "lru", "lora_backend": "csgmv", "max_lora_chunk_size": 16, "experts_shared_outer_loras": null, "attention_backend": "klxdsa", "decode_attention_backend": "klxdsa", "prefill_attention_backend": "klxdsa", "sampling_backend": "flashinfer", "grammar_backend": "xgrammar", "radix_cache_backend": null, "mm_attention_backend": null, "fp8_gemm_runner_backend": "auto", "fp4_gemm_runner_backend": "auto", "nsa_prefill_backend": "klxdsa", "nsa_decode_backend": "klxdsa", "disable_flashinfer_autotune": false, "mamba_backend": "triton", "speculative_algorithm": null, "speculative_draft_model_path": null, "speculative_draft_model_revision": null, "speculative_draft_load_format": null, "speculative_num_steps": null, "speculative_eagle_topk": null, "speculative_num_draft_tokens": null, "speculative_accept_threshold_single": 1.0, "speculative_accept_threshold_acc": 1.0, "speculative_token_map": null, "speculative_attention_mode": "prefill", "speculative_draft_attention_backend": null, "speculative_moe_runner_backend": "auto", "speculative_moe_a2a_backend": null, "speculative_draft_model_quantization": "w4a8_int4", "speculative_draft_kv_cache_dtype": null, "speculative_dflash_block_size": null, "speculative_dflash_draft_window_size": null, "speculative_dspark_block_size": null, "speculative_dspark_confidence_threshold": 0.0, "speculative_ngram_min_bfs_breadth": 1, "speculative_ngram_max_bfs_breadth": 10, "speculative_ngram_match_type": "BFS", "speculative_ngram_max_trie_depth": 18, "speculative_ngram_capacity": 10000000, "enable_multi_layer_eagle": false, "ep_size": 8, "moe_a2a_backend": "none", "moe_runner_backend": "auto", "flashinfer_mxfp4_moe_precision": "default", "enable_hisparse": false, "enable_flashinfer_allreduce_fusion": false, "enforce_disable_flashinfer_allreduce_fusion": false, "enable_aiter_allreduce_fusion": false, "deepep_mode": "auto", "ep_num_redundant_experts": 0, "ep_dispatch_algorithm": null, "init_expert_location": "trivial", "enable_eplb": false, "eplb_algorithm": "auto", "eplb_rebalance_num_iterations": 1000, "eplb_rebalance_layers_per_chunk": null, "eplb_min_rebalancing_utilization_threshold": 1.0, "expert_distribution_recorder_mode": null, "expert_distribution_recorder_buffer_size": 1000, "enable_expert_distribution_metrics": false, "deepep_config": null, "moe_dense_tp_size": null, "elastic_ep_backend": null, "enable_elastic_expert_backup": false, "mooncake_ib_device": null, "max_mamba_cache_size": null, "mamba_ssm_dtype": null, "mamba_full_memory_ratio": 0.9, "mamba_scheduler_strategy": "no_buffer", "mamba_track_interval": 256, "linear_attn_backend": "triton", "linear_attn_decode_backend": null, "linear_attn_prefill_backend": null, "enable_hierarchical_cache": false, "hicache_ratio": 2.0, "hicache_size": 0, "hicache_write_policy": "write_through", "hicache_io_backend": "kernel", "hicache_mem_layout": "layer_first", "hicache_storage_backend": null, "hicache_storage_prefetch_policy": "timeout", "hicache_storage_backend_extra_config": null, "hisparse_config": null, "enable_lmcache": false, "kt_weight_path": null, "kt_method": "AMXINT4", "kt_cpuinfer": null, "kt_threadpool_count": 2, "kt_num_gpu_experts": null, "kt_max_deferred_experts_per_token": null, "dllm_algorithm": null, "dllm_algorithm_config": null, "cpu_offload_gb": 0, "offload_group_size": -1, "offload_num_in_group": 1, "offload_prefetch_step": 1, "offload_mode": "cpu", "multi_item_scoring_delimiter": null, "disable_radix_cache": false, "cuda_graph_max_bs": 8, "cuda_graph_bs": [1, 2, 3, 4, 5, 6, 7, 8], "disable_cuda_graph": false, "disable_cuda_graph_padding": true, "enable_breakable_cuda_graph": false, "enable_profile_cuda_graph": false, "enable_cudagraph_gc": false, "debug_cuda_graph": false, "enable_layerwise_nvtx_marker": false, "enable_nccl_nvls": false, "enable_symm_mem": false, "disable_flashinfer_cutlass_moe_fp4_allgather": false, "enable_tokenizer_batch_encode": false, "disable_tokenizer_batch_decode": false, "disable_outlines_disk_cache": false, "disable_custom_all_reduce": true, "enable_mscclpp": false, "enable_torch_symm_mem": false, "pre_warm_nccl": false, "disable_overlap_schedule": false, "enable_mixed_chunk": false, "enable_dp_attention": false, "enable_dp_lm_head": false, "enable_two_batch_overlap": false, "enable_single_batch_overlap": false, "tbo_token_distribution_threshold": 0.48, "enable_torch_compile": false, "disable_piecewise_cuda_graph": true, "enforce_piecewise_cuda_graph": false, "enable_torch_compile_debug_mode": false, "torch_compile_max_bs": 32, "piecewise_cuda_graph_max_tokens": 2048, "piecewise_cuda_graph_tokens": [4, 8, 12, 16, 20, 24, 28, 32, 48, 64, 80, 96, 112, 128, 144, 160, 176, 192, 208, 224, 240, 256, 288, 320, 352, 384, 416, 448, 480, 512, 576, 640, 704, 768, 832, 896, 960, 1024, 1280, 1536, 1792, 2048], "piecewise_cuda_graph_compiler": "eager", "torchao_config": "", "enable_nan_detection": false, "enable_p2p_check": false, "triton_attention_reduce_in_fp32": false, "triton_attention_num_kv_splits": 8, "triton_attention_split_tile_size": null, "num_continuous_decode_steps": 1, "delete_ckpt_after_loading": false, "enable_memory_saver": false, "enable_weights_cpu_backup": false, "enable_draft_weights_cpu_backup": false, "allow_auto_truncate": true, "enable_custom_logit_processor": false, "flashinfer_mla_disable_ragged": false, "disable_shared_experts_fusion": true, "disable_chunked_prefix_cache": true, "disable_fast_image_processor": false, "keep_mm_feature_on_device": false, "enable_return_hidden_states": false, "enable_return_routed_experts": false, "enable_return_indexer_topk": false, "enable_deepseek_v4_fp4_indexer": false, "scheduler_recv_interval": 1, "numa_node": null, "enable_deterministic_inference": false, "rl_on_policy_target": null, "enable_attn_tp_input_scattered": false, "gc_threshold": null, "enable_nsa_prefill_context_parallel": false, "nsa_prefill_cp_mode": "in-seq-split", "enable_fused_qk_norm_rope": false, "enable_precise_embedding_interpolation": false, "enable_fused_moe_sum_all_reduce": false, "enable_prefill_context_parallel": false, "prefill_cp_mode": "in-seq-split", "enable_nsa_cache_layer_split": false, "enable_dynamic_batch_tokenizer": false, "dynamic_batch_tokenizer_batch_size": 32, "dynamic_batch_tokenizer_batch_timeout": 0.002, "debug_tensor_dump_output_folder": null, "debug_tensor_dump_layers": null, "debug_tensor_dump_input_file": null, "debug_tensor_dump_inject": false, "disaggregation_mode": "null", "disaggregation_transfer_backend": "mooncake", "disaggregation_bootstrap_port": 8998, "disaggregation_ib_device": null, "disaggregation_decode_enable_radix_cache": false, "disaggregation_decode_enable_offload_kvcache": false, "num_reserved_decode_tokens": 2048, "disaggregation_decode_polling_interval": 1, "encoder_only": false, "language_only": false, "encoder_transfer_backend": "zmq_to_scheduler", "encoder_urls": [], "enable_adaptive_dispatch_to_encoder": false, "encoder_devices": [], "encoder_gpu_to_cpu_ratio": 12, "enable_over_encoding": false, "enable_kv_mirror": false, "custom_weight_loader": [], "weight_loader_disable_mmap": false, "remote_instance_weight_loader_seed_instance_ip": null, "remote_instance_weight_loader_seed_instance_service_port": null, "remote_instance_weight_loader_send_weights_group_ports": null, "remote_instance_weight_loader_backend": "nccl", "remote_instance_weight_loader_start_seed_via_transfer_engine": false, "engine_info_bootstrap_port": 6789, "modelexpress_config": null, "enable_pdmux": false, "pdmux_config_path": null, "sm_group_num": 8, "enable_broadcast_mm_inputs_process": false, "enable_prefix_mm_cache": false, "mm_enable_dp_encoder": false, "mm_process_config": {}, "limit_mm_data_per_request": null, "enable_mm_global_cache": false, "decrypted_config_file": null, "decrypted_draft_config_file": null, "forward_hooks": null, "index_cache_topk_freq": 1, "index_cache_pattern": null, "use_mla_backend": true, "_mx_config_cache": {}, "last_gen_throughput": 236.16525870066667, "memory_usage": {"weight": 47.83, "kvcache": 34.53, "token_capacity": 655616, "graph": 0.7}, "effective_max_running_requests_per_dp": 64}], "version": "0.5.10+d97cf647a"}, "duration": 68.68069554799877, "completed": 64, "total_input_tokens": 19424, "total_input_text_tokens": 19424, "total_input_vision_tokens": 0, "total_output_tokens": 8192, "total_output_tokens_retokenized": 8181, "request_throughput": 0.9318484544943553, "input_throughput": 282.8160059390368, "output_throughput": 119.27660217527747, "total_throughput": 402.0926081143143, "mean_e2e_latency_ms": 8581.78286909373, "median_e2e_latency_ms": 4837.448763000793, "std_e2e_latency_ms": 6910.764006825359, "p90_e2e_latency_ms": 24144.885961000546, "p99_e2e_latency_ms": 24146.205278090383, "mean_ttft_ms": 4366.256879172056, "median_ttft_ms": 608.6367139996582, "std_ttft_ms": 6886.432119984875, "p90_ttft_ms": 20033.02013020002, "p99_ttft_ms": 20047.667938341983, "mean_tpot_ms": 33.19311803087932, "median_tpot_ms": 32.56877416141096, "std_tpot_ms": 1.4981349684742593, "p99_tpot_ms": 36.13760475416468, "mean_itl_ms": 33.19305408440217, "median_itl_ms": 32.53923349984689, "std_itl_ms": 2.5044104437951655, "p95_itl_ms": 35.68356585019501, "p99_itl_ms": 35.910712629884074, "concurrency": 7.996921103371125, "accept_length": null, "max_output_tokens_per_s": 256.0, "max_concurrent_requests": 16, "input_lens": [16, 29, 582, 272, 23, 29, 282, 155, 433, 137, 2088, 356, 402, 232, 323, 2085, 23, 48, 292, 13, 42, 6, 16, 24, 33, 231, 118, 220, 178, 607, 474, 70, 431, 262, 258, 16, 204, 8, 26, 240, 289, 19, 767, 313, 214, 275, 334, 364, 6, 287, 25, 155, 251, 526, 1973, 216, 27, 7, 8, 590, 8, 20, 1237, 229], "output_lens": [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], "ttfts": [20.001682721998804, 20.047912808000547, 20.04750018500272, 20.047524126002827, 20.04726834500252, 20.047090840002056, 20.046757813001022, 20.04645044800054, 11.216567606999888, 11.325347130001319, 11.325151403998461, 11.32474181300131, 11.324650604998169, 11.324337571000797, 11.32418079800118, 11.32374248299675, 0.40505438299805974, 0.4417872379999608, 0.4417999890029023, 0.4414628930026083, 0.4412901600007899, 0.44106668300082674, 0.4406878330009931, 0.4406192079986795, 0.4978244270023424, 0.5464406890023383, 0.5462054009985877, 0.5460095759990509, 0.5456807010014018, 0.545543970001745, 0.5451083869993454, 0.5449768670005142, 0.4129782089985383, 0.4505591720007942, 0.45039508000263595, 0.4500978060023044, 0.44970091600043816, 0.449599108997063, 0.4492963559969212, 0.44925529199826997, 0.5562407640027232, 0.6088334939995548, 0.6084399339997617, 0.6083970309991855, 0.6082036170009815, 0.6077821549988585, 0.6077540320002299, 0.6074700319986732, 0.8525897580002493, 0.9296097839978756, 0.9296071140015556, 0.9292991109978175, 0.9290416020012344, 0.9288236050015257, 0.9284627679990081, 0.9283301190007478, 0.5862351210016641, 0.6422713869978907, 0.6420639810021385, 0.6416741529974388, 0.6416035279980861, 0.6414221839986567, 0.6410096430008707, 0.6409283069988305], "itls": [[0.07855295999979717, 0.03193544399982784, 0.03197793700019247, 0.03212019700004021, 0.03211663799811504, 0.03165219100264949, 0.032174992000364, 0.03176655999777722, 0.031564553999487543, 0.03192887300247094, 0.03166731199962669, 0.03181757399943308, 0.03176915999938501, 0.03192171200134908, 0.032203063998167636, 0.03200951899998472, 0.03196905699951458, 0.032348756001738366, 0.03193481299967971, 0.03255052199892816, 0.03219370400256594, 0.0321390689969121, 0.03211063700291561, 0.031649530999857234, 0.03203663900058018, 0.03236272299909615, 0.031967872000677744, 0.03212120399984997, 0.03203560699694208, 0.032393276000220794, 0.03190607700162218, 0.03253771700110519, 0.03224246399986441, 0.03200680499867303, 0.031914987001073314, 0.03161997499773861, 0.03198531300222385, 0.03230377799991402, 0.03174359499826096, 0.03219933000218589, 0.03215944700059481, 0.03166029799831449, 0.032082110999908764, 0.032025175998569466, 0.0319174579999526, 0.03194086000075913, 0.032913056998950196, 0.03189075600312208, 0.032251884000288555, 0.03182585099784774, 0.032260734998999396, 0.0322624350010301, 0.032367674000852276, 0.03198700299981283, 0.03188811599829933, 0.03241316500134417, 0.03208799799904227, 0.032239440002740594, 0.03196550699794898, 0.03190092300064862, 0.03209736799908569, 0.03256942599909962, 0.032050044002971845, 0.03280921499754186, 0.03238102099930984, 0.032284143002470955, 0.03224593999766512, 0.032381081000494305, 0.032414843000879046, 0.03229834400190157, 0.032236218998150434, 0.032342138001695275, 0.032051164998847526, 0.03265358199860202, 0.03266009300205042, 0.03226061099849176, 0.03272836800169898, 0.032320987000275636, 0.03213283099830733, 0.032177934001083486, 0.032729017999372445, 0.03242311400026665, 0.032353259000956314, 0.03255879499920411, 0.0322463999982574, 0.032450046001031296, 0.03195356500145863, 0.03228373899764847, 0.03194862300006207, 0.032148117999895476, 0.03215968000222347, 0.03215822899801424, 0.032225995000771945, 0.032428470000013476, 0.032068232001620345, 0.032719842998631066, 0.03196817500065663, 0.03226481700039585, 0.03271036299702246, 0.032727454003179446, 0.0321718899976986, 0.03217411100195022, 0.03201632799755316, 0.0321830310022051, 0.0321144359986647, 0.03229479999936302, 0.032252865999907954, 0.032349295001040446, 0.032469033998495433, 0.03274022500045248, 0.032285348999721464, 0.03260896500069066, 0.03235830500125303, 0.03274270499969134, 0.03237320599873783, 0.032196292999287834, 0.032917819000431336, 0.03251917600209708, 0.032320207999873674, 0.03282670800035703, 0.032309906997397775, 0.03255539700330701, 0.03234345999953803, 0.03251937299864949, 0.03278976499859709, 0.03260283100098604, 0.038042398999095894], [0.03203849100100342, 0.03192828300234396, 0.03197577599712531, 0.03212280800289591, 0.0321159879968036, 0.03164287000254262, 0.03217377200053306, 0.03177776099983021, 0.031566143999953056, 0.03192744199986919, 0.03165789199920255, 0.03182755499801715, 0.03177071000027354, 0.031921781999699306, 0.03222455600189278, 0.03198486700057401, 0.03199035799843841, 0.03234795599928475, 0.031934603000991046, 0.0325482420012122, 0.03222352599914302, 0.032093705998704536, 0.03211898800145718, 0.03165133099901141, 0.03208682200056501, 0.03232325000135461, 0.031963171997631434, 0.03211487400039914, 0.03203503700206056, 0.03239603600013652, 0.03191631699883146, 0.03254328799812356, 0.03224827400117647, 0.03203282699905685, 0.03190982800151687, 0.031586840999807464, 0.031989203998818994, 0.032302818002790445, 0.031748024997796165, 0.03219656000146642, 0.032159997997950995, 0.031702470001619076, 0.03204043799996725, 0.03202393600076903, 0.03196304199809674, 0.03191460800007917, 0.03290729600121267, 0.031884895000985125, 0.03225287500026752, 0.03180868900017231, 0.0322788869998476, 0.03224775399939972, 0.032410896998044336, 0.031955711001501186, 0.03189002599901869, 0.03242071500062593, 0.032077607000246644, 0.032229658998403465, 0.03196454800126958, 0.03191926399813383, 0.03209663800225826, 0.032632980997732375, 0.032000490002246806, 0.032795044000522466, 0.03235788899837644, 0.032304424999892944, 0.032262761000311, 0.0323661100010213, 0.032437235000543296, 0.03227886199965724, 0.03222347900009481, 0.03235611899799551, 0.03204958400237956, 0.03264432099967962, 0.032670483997208066, 0.03226021200316609, 0.03273499799979618, 0.0323157259990694, 0.0321307109988993, 0.0321774740004912, 0.032719228001951706, 0.03243509499952779, 0.03236523899977328, 0.03253492300063954, 0.03225779099739157, 0.032451696002681274, 0.0319812779998756, 0.032279967999784276, 0.03192745199703495, 0.03214725800353335, 0.03215847899991786, 0.03216138899733778, 0.03225110700077494, 0.03240363800068735, 0.03206784299982246, 0.032722872998419916, 0.031969075000233715, 0.032279458002449246, 0.03266959000029601, 0.03275609599950258, 0.03216946999964421, 0.032184841998969205, 0.032008576999942306, 0.032191641999816056, 0.03211174500029301, 0.0322904099994048, 0.032265148001897614, 0.03233237299718894, 0.032488755001395475, 0.03272425400064094, 0.03229976999864448, 0.03262199600067106, 0.032336612999642966, 0.032736756002123, 0.03237391599759576, 0.03219742200235487, 0.03293054999812739, 0.032512196001334814, 0.0323314390006999, 0.03281651699944632, 0.03231955799856223, 0.032535475002077874, 0.032344489998649806, 0.032519863998459186, 0.03278671400039457, 0.03261917200143216, 0.03855162000036216], [0.032117036997078685, 0.031932284000504296, 0.03197732600165182, 0.03212219799752347, 0.03211366800314863, 0.03164251999987755, 0.032174731997656636, 0.03177866099940729, 0.03156565400058753, 0.031926882002153434, 0.03165644199907547, 0.031828803999815136, 0.031769609999173554, 0.03192191299967817, 0.032204933999310015, 0.03199705800216179, 0.03198405799776083, 0.0323444150017167, 0.03193797399944742, 0.0325543020007899, 0.032188263001444284, 0.03212821899796836, 0.032121208001626655, 0.031649960998038296, 0.03203851899888832, 0.03236134300095728, 0.031967861999874, 0.03211147299953154, 0.032042858001659624, 0.03239603600013652, 0.03190756700132624, 0.032527305997064104, 0.03225164400282665, 0.03202526699897135, 0.03189782600020408, 0.031618695000361186, 0.03198636299930513, 0.03230371799872955, 0.031743545001518214, 0.03220065999994404, 0.03215800699763349, 0.031660888002079446, 0.03208173099847045, 0.03202574700117111, 0.031935918999806745, 0.03193135900073685, 0.03290578599990113, 0.03188792600121815, 0.03225195399863878, 0.03181595999922138, 0.03227235600206768, 0.03225084399673506, 0.03239083600055892, 0.03197608200207469, 0.031889996000245446, 0.0324131050001597, 0.032085617996926885, 0.03223089900347986, 0.03197436799746356, 0.0319016030007333, 0.03209777899974142, 0.032569595001405105, 0.03204801399988355, 0.03281586599769071, 0.03236330900108442, 0.03229859400016721, 0.032244670001091436, 0.03238214099837933, 0.03242278399920906, 0.0322915640026622, 0.03222316800020053, 0.0323560289980378, 0.03204986399941845, 0.03265149200160522, 0.03266252300090855, 0.03226007199918968, 0.03272925800047233, 0.03231980599957751, 0.03213295100067626, 0.03217714499987778, 0.03271799699723488, 0.03243490500244661, 0.03235345799839706, 0.03254700400066213, 0.03225688100064872, 0.0324509060010314, 0.03195557599974563, 0.032283507996908156, 0.03194838300260017, 0.032148278998647584, 0.032158709000214, 0.03215816900046775, 0.032228274998487905, 0.03242641000178992, 0.0320684930011339, 0.032721392999519594, 0.031967613998858724, 0.03226486800122075, 0.03272912399916095, 0.03272036400085199, 0.03216149899890297, 0.032173831001273356, 0.03201538699795492, 0.03218252200167626, 0.03211122499851626, 0.03230290099963895, 0.03224887599935755, 0.032349305001844186, 0.03247069300050498, 0.032739185997343156, 0.03228972900251392, 0.03261527599897818, 0.032349033001082717, 0.03274164599861251, 0.03237340600026073, 0.032196633001149166, 0.03291777800041018, 0.03252024699759204, 0.032319508001819486, 0.03282861800107639, 0.03230869699837058, 0.03255239699865342, 0.03234260899989749, 0.03252196399989771, 0.03278832500291173, 0.032603890998871066, 0.03842843899838044], [0.03204074099994614, 0.031942483998136595, 0.031976027003111085, 0.03212319799786201, 0.0321164580018376, 0.031652779998694314, 0.032174292999116005, 0.03176802000234602, 0.031566453999403166, 0.03192567199948826, 0.03166874199814629, 0.031819104002352105, 0.03176959999836981, 0.03192252300141263, 0.03221709499848657, 0.032095575999846915, 0.0320116600014444, 0.032229836000624346, 0.03192409199982649, 0.032561463998717954, 0.03222257599918521, 0.03210370600208989, 0.032124728997587226, 0.031653721001930535, 0.03205973999865819, 0.03233813100086991, 0.03196013200067682, 0.03211251299944706, 0.03205875899948296, 0.032423278000351274, 0.031856852998316754, 0.03255972900296911, 0.032231132998276735, 0.03203737700096099, 0.031909667999570956, 0.03160520299934433, 0.03197594200173626, 0.03232115999708185, 0.031736594002722995, 0.03219787999842083, 0.03214607699919725, 0.03172881300270092, 0.03201342499960447, 0.03204303799793706, 0.03193230900069466, 0.0319096269995498, 0.03292587800024194, 0.03188428499925067, 0.03226767600062885, 0.031806169001356466, 0.03228495700022904, 0.032243223999103066, 0.03240128600009484, 0.03195196099841269, 0.031912166999973124, 0.03240355500020087, 0.03207850699982373, 0.03226729200105183, 0.03193567500056815, 0.03192748500077869, 0.032075716997496784, 0.03265010200266261, 0.03198834899740177, 0.03279562400348368, 0.03237874999831547, 0.03228167300039786, 0.03226419199927477, 0.03238279099969077, 0.032429834001959534, 0.03227002199855633, 0.03223510899988469, 0.032345447998523014, 0.032047415003034985, 0.032658531999913976, 0.03265831299722777, 0.03225933100111433, 0.03275719100201968, 0.032295263998094015, 0.03213112099911086, 0.03217735400176025, 0.03273086799890734, 0.03242362500168383, 0.032366708997869864, 0.03254689399909694, 0.03224356999999145, 0.03245311600039713, 0.03198541800156818, 0.03227909799898043, 0.03192660200147657, 0.03214720799951465, 0.03215822899801424, 0.03216212900224491, 0.032265988000290236, 0.03238835799857043, 0.03208671299944399, 0.032705353001801996, 0.03197007400012808, 0.03227947900086292, 0.03269291099786642, 0.032712842999899294, 0.032188951001444366, 0.03218419199765776, 0.03201048700066167, 0.03219210300085251, 0.032123526001669234, 0.032281388997944305, 0.0322638370016648, 0.03233233299761196, 0.03250489700076287, 0.03270705300019472, 0.032311400998878526, 0.03260852500170586, 0.032350564000807935, 0.03274379600043176, 0.032357473999582, 0.032199002998822834, 0.032932379999692785, 0.03250870500050951, 0.03233300899955793, 0.03279306599870324, 0.03234219900332391, 0.03253479599879938, 0.032346050000342075, 0.03252014299869188, 0.03281554700151901, 0.03259423099734704, 0.038990623001154745], [0.03203244099859148, 0.031929253000271274, 0.03197585700036143, 0.03212292800162686, 0.03211626799748046, 0.03168005200132029, 0.032174312000279315, 0.03174015900003724, 0.03156570300052408, 0.03192722300082096, 0.03169634399819188, 0.03178925199972582, 0.03177146000234643, 0.03192146299988963, 0.03222653599732439, 0.032022470000811154, 0.03206742399925133, 0.032232007000857266, 0.03193527300027199, 0.032548171999223996, 0.03222375599943916, 0.03213257900279132, 0.03207988499707426, 0.0316522300017823, 0.03208654300033231, 0.03232428999763215, 0.031962262000888586, 0.03211343300063163, 0.03203632700024173, 0.032396096001320984, 0.03191722799965646, 0.03254258800006937, 0.032248433999484405, 0.03203415700045298, 0.03190992699819617, 0.0315858419999131, 0.03198874400186469, 0.03230298799826414, 0.031758454999362584, 0.032186870001169154, 0.03216067700122949, 0.0317029609977908, 0.03204027800165932, 0.03202348600098048, 0.03196274199945037, 0.03191702799813356, 0.032905456002481515, 0.03188454499832005, 0.03225339499840629, 0.031807529001525836, 0.03227919599885354, 0.032247685001493664, 0.03243374800149468, 0.031933699996443465, 0.03189102500255103, 0.03242262599815149, 0.03207559700240381, 0.03226937199724489, 0.03192419400147628, 0.03193746599936276, 0.03207862700219266, 0.0326481319971208, 0.03198497900302755, 0.03279526400001487, 0.03239923199726036, 0.03226395200181287, 0.03226255099798436, 0.032367440002417425, 0.03243633499732823, 0.03227887200046098, 0.032223108002654044, 0.03235703899918008, 0.0320494650004548, 0.03264452099756454, 0.032670804001099896, 0.032259980998787796, 0.03273555900159408, 0.032315665997884935, 0.032130521001818124, 0.0321768339999835, 0.032718817001295974, 0.032436475998110836, 0.03236581899909652, 0.032534173002204625, 0.03225719100009883, 0.032453066000016406, 0.03198196800076403, 0.03227978799986886, 0.03192695199686568, 0.03214700800162973, 0.032158299000002444, 0.032162048999452963, 0.03225227700022515, 0.032402217999333516, 0.03206951299944194, 0.032721933002903825, 0.03196880500036059, 0.0322795979991497, 0.032711292999010766, 0.032716384001105325, 0.03216734899979201, 0.03218458199989982, 0.03200924699922325, 0.032192311999097, 0.03211048500088509, 0.03229222099980689, 0.03226459700090345, 0.03233286300019245, 0.03249185499953455, 0.032719724000344286, 0.03231162099837093, 0.0326299869993818, 0.03231818200220005, 0.0327507260008133, 0.03236015499714995, 0.032197543001529993, 0.032930328998190816, 0.032511806002730737, 0.032332088998373365, 0.032816257000376936, 0.03231954800139647, 0.03253530499932822, 0.03234435999911511, 0.03252052400057437, 0.03279081499931635, 0.03261516199927428, 0.03860910300136311], [0.032025699998484924, 0.03195906600012677, 0.03197537600135547, 0.03212341800099239, 0.03211620799993398, 0.03165408099812339, 0.03217450200099847, 0.03176637000069604, 0.03156589399804943, 0.03192619200126501, 0.031670483000198146, 0.031816263999644434, 0.03177080000023125, 0.031922281999868574, 0.03219798400095897, 0.03210944699821994, 0.031981667001673486, 0.03225992899751873, 0.03190592100145295, 0.03257861499878345, 0.03222361600273871, 0.032105045997013804, 0.0321234490002098, 0.03165211000305135, 0.03204144899791572, 0.032356723000702914, 0.03195942100137472, 0.03211369400014519, 0.032057738997536944, 0.03242430799946305, 0.03183799200269277, 0.03257244999986142, 0.032218340998952044, 0.0320340580001357, 0.03191065699866158, 0.03161573400211637, 0.03195813099955558, 0.03231686999788508, 0.03174594400115893, 0.032186339998588664, 0.03216088699991815, 0.03173345300092478, 0.03200948499943479, 0.03202366700134007, 0.031962891000148375, 0.03191763799986802, 0.032904515999689465, 0.031884986001387006, 0.03228369699718314, 0.03180787900055293, 0.032265314999676775, 0.03226197600088199, 0.0324044059998414, 0.03193181900132913, 0.03189449599813088, 0.03241964600238134, 0.03207504699821584, 0.03229150400147773, 0.03193347499836818, 0.031907683001918485, 0.032077706997370115, 0.03264886200122419, 0.03198374899875489, 0.03279708400077652, 0.03240117200039094, 0.03226139099933789, 0.03226379199986695, 0.032367889001761796, 0.03243509599997196, 0.03227879200130701, 0.03225552099684137, 0.03232530600143946, 0.03204889499829733, 0.03267595400029677, 0.032639761000609724, 0.032259571002214216, 0.03275381999992533, 0.03229820499836933, 0.03213039999900502, 0.03217702500114683, 0.03275072999895201, 0.032404703000793234, 0.03236559899960412, 0.03256616599901463, 0.03222461800032761, 0.0324536160005664, 0.03198292800152558, 0.03227938800046104, 0.03192755099735223, 0.0321467380017566, 0.03215799999816227, 0.0321622590017796, 0.03226303799965535, 0.03239125699838041, 0.03208505400107242, 0.03270685200186563, 0.03196952500002226, 0.032279118000587914, 0.032713982996938284, 0.03271434400085127, 0.03216704900114564, 0.03218397199816536, 0.03201009700205759, 0.032192351998673985, 0.03214225800184067, 0.03226129799804767, 0.032264237001072615, 0.03233301299769664, 0.03250095600014902, 0.032709843002521666, 0.03231246100040153, 0.03263032699760515, 0.03231835200131172, 0.0327521559993329, 0.03235810499973013, 0.032198183002037695, 0.03293151999969268, 0.032510134999029106, 0.03233265900053084, 0.03281536699796561, 0.032320558002538746, 0.032535074999032076, 0.03234410000004573, 0.03252098400116665, 0.03281366699957289, 0.03259573999821441, 0.03893950000201585], [0.03209789600077784, 0.03192785300052492, 0.031976026999473106, 0.032122888002049876, 0.03211539699987043, 0.03164541099977214, 0.03217376199972932, 0.031775961000676034, 0.03156577299887431, 0.0319274530011171, 0.03165928099770099, 0.0318262050022895, 0.031769940000231145, 0.03192170199690736, 0.03221151600155281, 0.03199309699994046, 0.031989237999368925, 0.032348536002245964, 0.03193504299997585, 0.03254728199681267, 0.03222230600295006, 0.032096605998958694, 0.032117128001118544, 0.031651420998969115, 0.03208489199823816, 0.03231761999995797, 0.0319703519999166, 0.03211726399968029, 0.03203274700354086, 0.032396024998888606, 0.03191596800024854, 0.032544477999181254, 0.03224681400024565, 0.03203157700045267, 0.031879354999546194, 0.03161847400042461, 0.0319888739977614, 0.032302598003298044, 0.03174805499656941, 0.03219628000078956, 0.03215995700156782, 0.03165151699795388, 0.03209112200056552, 0.03202377600246109, 0.03196284199657384, 0.03186059300060151, 0.032960851000098046, 0.03188567500183126, 0.032252984998194734, 0.03180870900177979, 0.03227474599771085, 0.032250644002488116, 0.032344142000511056, 0.032020986000134144, 0.0318901359969459, 0.032413435001217294, 0.032084168000437785, 0.03222688900132198, 0.031969036997907097, 0.03191850499933935, 0.03209214800153859, 0.032637160999001935, 0.03199554000093485, 0.032800863999000285, 0.03235928900176077, 0.03230243399957544, 0.03226221099976101, 0.03236610000021756, 0.03243677499995101, 0.032278603001032025, 0.03222620799715514, 0.03235324900015257, 0.032050655001512496, 0.032643620997987455, 0.03267033400334185, 0.03226002099836478, 0.03273501899820985, 0.032315395001205616, 0.0321309110004222, 0.032177674998820294, 0.032721747000323376, 0.03243244500117726, 0.03235246899930644, 0.03254942399871652, 0.03225536100217141, 0.03245113600132754, 0.031961984997906256, 0.03227861900086282, 0.03194818300107727, 0.032147047997568734, 0.03215855899907183, 0.0321606100005738, 0.0322327950016188, 0.03242218000013963, 0.032068111999251414, 0.03272255399861024, 0.031968983999831835, 0.03227876900200499, 0.03267128899824456, 0.03270812300252146, 0.03221592299814802, 0.03218427200044971, 0.032005536999349715, 0.032181451002543326, 0.032128186998306774, 0.03228731000126572, 0.032250625998131, 0.0323472740019497, 0.03247403400018811, 0.03273841499685659, 0.03229906000342453, 0.03262124699904234, 0.03233766300036223, 0.03273716499825241, 0.032373056001233635, 0.032196531999943545, 0.03291808900030446, 0.03252539700042689, 0.03233100899888086, 0.03281701699961559, 0.03231873800177709, 0.03253628499805927, 0.03234384000097634, 0.032519743999728234, 0.03278776400111383, 0.03261797199957073, 0.038493525000376394], [0.03205576300024404, 0.031932613001117716, 0.031977786999050295, 0.03212281800006167, 0.032112976998178056, 0.03168867400017916, 0.03217287200095598, 0.031734497999423184, 0.031566173001920106, 0.031926442999974824, 0.03170083499935572, 0.03178496100008488, 0.03176999999777763, 0.03192140200189897, 0.03220538499954273, 0.03204118199937511, 0.03193993300010334, 0.03234450600211858, 0.03193810299853794, 0.032555013000092003, 0.03218874300000607, 0.03217204199972912, 0.032075564999104245, 0.03165069000169751, 0.03203851899888832, 0.03236168299918063, 0.03197220299989567, 0.03215944700059481, 0.03199071400013054, 0.032396425001934404, 0.03190761799851316, 0.03259350100051961, 0.032185938998736674, 0.03202552700167871, 0.03189712599851191, 0.031618593999155564, 0.031988284001272405, 0.03230246800012537, 0.03174766500160331, 0.03219633999833604, 0.03215963700131397, 0.03165915799763752, 0.0320819010012201, 0.03202554599920404, 0.03193626999927801, 0.031939249001879944, 0.032898246001423104, 0.03188983599829953, 0.03226507499857689, 0.03185265300271567, 0.03222487200036994, 0.03229895799813676, 0.03233920200000284, 0.03197607200127095, 0.0318905359999917, 0.03241274500032887, 0.032084997998026665, 0.03227758299908601, 0.03192745400156127, 0.03190883400020539, 0.032091247998323524, 0.03258106599969324, 0.032052015001681866, 0.0328010439989157, 0.03240907300278195, 0.032252469998638844, 0.032245269998384174, 0.03238226100074826, 0.03242303400111268, 0.0322923739986436, 0.03227636200244888, 0.0323024949975661, 0.03205024500130094, 0.032650721001118654, 0.032662892997905146, 0.032260161999147385, 0.03273042799992254, 0.03231879600207321, 0.032132501000887714, 0.03217793499788968, 0.032771920999948634, 0.03238049100036733, 0.0323537389995181, 0.03260022800168372, 0.032203926999500254, 0.03245115599929704, 0.031956135000655195, 0.03228361899891752, 0.031948562998877605, 0.03214743800344877, 0.032158828998944955, 0.03215959899898735, 0.032227974999841535, 0.032426480000140145, 0.032068112999695586, 0.032721403000323335, 0.03196797499913373, 0.032278598002449144, 0.03272792399729951, 0.03270767300273292, 0.03216170899759163, 0.03217531100017368, 0.0320138080023753, 0.03218229099729797, 0.032179451001866255, 0.032235365000815364, 0.03225023599952692, 0.03234790499845985, 0.03247157399891876, 0.03273969500150997, 0.03228909899917198, 0.03262621700196178, 0.03234225299820537, 0.03273779500159435, 0.03237300600085291, 0.03219684299983783, 0.032917499000177486, 0.032521155997528695, 0.032331159000023035, 0.03281685700130765, 0.032307946999935666, 0.03255292700123391, 0.03234243999759201, 0.03252234300089185, 0.03278815500016208, 0.03260460100136697, 0.03849720499783871], [0.144849398999213, 0.03529297599743586, 0.03545554900119896, 0.03570412800036138, 0.0352659140007745, 0.035358630997507134, 0.035509572000592016, 0.03536265200091293, 0.035690557000634726, 0.035432395998213906, 0.0353676680024364, 0.03585323500010418, 0.03494895499898121, 0.03544040300039342, 0.03513087000101223, 0.03575399699911941, 0.035702694000065094, 0.035868946000846336, 0.035409760999755235, 0.035460774997773115, 0.03549038699929952, 0.0351333100006741, 0.03540232000159449, 0.035580243998992955, 0.03518978400097694, 0.03529451199938194, 0.035808551001537126, 0.03519225399941206, 0.0348563080005988, 0.03547339599754196, 0.03474837000248954, 0.03529505199912819, 0.035050472997681936, 0.035764789001405006, 0.03499480800019228, 0.03531812399887713, 0.035354677002032986, 0.034780011999828275, 0.035790166999504436, 0.035187080000468995, 0.03532998099763063, 0.03499591400031932, 0.035278617000585655, 0.03502550600023824, 0.03550704500230495, 0.035786034997727256, 0.03501593699911609, 0.03548885300187976, 0.035123173998727, 0.03563360400221427, 0.03546092999749817, 0.035219372002757154, 0.035437949998595286, 0.03560213099990506, 0.03536812300080783, 0.03509091199885006, 0.03524503399967216, 0.03525815600005444, 0.0349097280013666, 0.035723739998502424, 0.03536947400061763, 0.0355874800006859, 0.035503463997883955, 0.03538144500271301, 0.034957021998707205, 0.03577272400070797, 0.035812695998174604, 0.035686324001289904, 0.03526000100100646, 0.035650611000164645, 0.03543376399829867, 0.03574545900119119, 0.03541685299933306, 0.03573971800142317, 0.0350579949990788, 0.035587696998845786, 0.03511111899933894, 0.03545463599948562, 0.03582344400274451, 0.03571472600015113, 0.035213608000049135, 0.03563903000031132, 0.03542402399762068, 0.03563002900045831, 0.03568146299949149, 0.0356045879998419, 0.035364519000722794, 0.03527031200064812, 0.03522712799895089, 0.03543176400125958, 0.03515704299934441, 0.03561631900083739, 0.03541406300064409, 0.03571198499776074, 0.03527752100126236, 0.03538446699894848, 0.035790868001640774, 0.0349085189991456, 0.03532182200069656, 0.0350284889973409, 0.034937222000735346, 0.03530289999980596, 0.035277548002341064, 0.035350774000107776, 0.035599972998170415, 0.03505934100030572, 0.035213703999033896, 0.03547754300234374, 0.03541430899713305, 0.03546396200181334, 0.03555187999882037, 0.03551030600283411, 0.035191850998671725, 0.0359106169998995, 0.035813880000205245, 0.03585956299866666, 0.0355632600003446, 0.035671219000505516, 0.03543218900085776, 0.035758475998591166, 0.03525638599967351, 0.03507230300238007, 0.03577298599702772, 0.03564098200149601, 0.03536380999867106, 0.035891171002731426, 0.038773552998463856], [0.03547648099993239, 0.0352587230008794, 0.03547867999805021, 0.03570947800108115, 0.03523256200060132, 0.035393094000028213, 0.03547492999859969, 0.03536358100245707, 0.035722838998481166, 0.03543232700030785, 0.03536762799922144, 0.035799470999336336, 0.03500044899919885, 0.03539918000024045, 0.035172842002793914, 0.03574553699945682, 0.03570336399934604, 0.035871945998223964, 0.03540623200024129, 0.035460803999740165, 0.035452784002700355, 0.03517640299833147, 0.03540348100068513, 0.035579724000854185, 0.035193034000258194, 0.03529099099978339, 0.03580823199808947, 0.03518111300218152, 0.034870078998210374, 0.03547034499933943, 0.034742080002615694, 0.035294882000016514, 0.0350553129974287, 0.03576724900267436, 0.03497313699699589, 0.035339775000466034, 0.03535270700012916, 0.0347792020002089, 0.03579019700191566, 0.035186969998903805, 0.03532160000031581, 0.03500384499784559, 0.035278407001896994, 0.035026796998863574, 0.03550547399936477, 0.03578560500318417, 0.035015587000089, 0.03548060199682368, 0.035134185000060825, 0.035631353999633575, 0.03546018100314541, 0.035218441000324674, 0.0354342889986583, 0.035606172001280356, 0.03535937299966463, 0.03509250199931557, 0.03525148399785394, 0.03525298500244389, 0.034915258998807985, 0.03572503100076574, 0.03536628299843869, 0.03557663900210173, 0.035501373997249175, 0.035391086003073724, 0.03496404199904646, 0.03576899399922695, 0.035812805999739794, 0.0356843840017973, 0.03525963100037188, 0.035644879997562384, 0.03543405500022345, 0.03575462899971171, 0.035412233002716675, 0.03574027699869475, 0.03505761599808466, 0.0355877860019973, 0.03510934899895801, 0.0354559360021085, 0.035823254998831544, 0.035714355999516556, 0.03521368699875893, 0.03563795000081882, 0.0354251140015549, 0.03562998999768752, 0.03568148300109897, 0.035603317999630235, 0.035365579002245795, 0.035270180997031275, 0.03522709900062182, 0.035430864001682494, 0.03515630299807526, 0.035609157999715535, 0.035420453001279384, 0.03571158599879709, 0.0352773110025737, 0.03538549599761609, 0.035790768000879325, 0.03490776000035112, 0.03532164200078114, 0.03502868799841963, 0.03492851199916913, 0.03528729900062899, 0.035300399002153426, 0.03535059400019236, 0.035600702998635825, 0.03505918199880398, 0.035213622999435756, 0.03547516300022835, 0.035414819001744036, 0.03546362199995201, 0.03555209000114701, 0.03550982599699637, 0.035191851002309704, 0.03591074799987837, 0.035813079000945436, 0.03585942299832823, 0.03556314000161365, 0.03567054899758659, 0.03543250900111161, 0.03575820599871804, 0.03525481600081548, 0.03507416299908073, 0.035772565999650396, 0.035641102000226965, 0.03536289000112447, 0.03589172099964344, 0.03865923500052304], [0.0354981320015213, 0.03527607499927399, 0.03548543099896051, 0.03570239699911326, 0.035240303001046414, 0.03538432300047134, 0.03548370000135037, 0.03536222199909389, 0.03571702900080709, 0.03543377599999076, 0.035368507997191045, 0.03583334400173044, 0.03496670599997742, 0.03541620100077125, 0.035126268998283194, 0.035761358001764165, 0.03572450600040611, 0.035872675998689374, 0.035406620998401195, 0.03546678600105224, 0.03545856400160119, 0.0351601619986468, 0.03540167000028305, 0.03558781500032637, 0.03520105400093598, 0.03527860099711688, 0.03580725100255222, 0.035192293998989044, 0.03487510999912047, 0.0354551039999933, 0.034739378999802284, 0.03530451299957349, 0.03505199299979722, 0.03578262000155519, 0.03497819800031721, 0.03533417500148062, 0.03531629299686756, 0.0347723520026193, 0.03579717799948412, 0.03523062299791491, 0.03527931700227782, 0.035003594999579946, 0.035298727998451795, 0.03504739799973322, 0.03545778100306052, 0.03578641499916557, 0.0350158269975509, 0.035510884001269005, 0.03515503699964029, 0.03562921400225605, 0.035420467000221834, 0.03521035199810285, 0.035481102000630926, 0.03555999799937126, 0.03536805399926379, 0.035120743999868864, 0.03524514400123735, 0.03527627699804725, 0.03489158600132214, 0.0357433930003026, 0.03532981999887852, 0.03560880200166139, 0.03552683599991724, 0.035369773999264, 0.03496765200179652, 0.03572357099983492, 0.035811955996905454, 0.03569497400167165, 0.03525473099944065, 0.03565524100122275, 0.035460356000839965, 0.03576888099996722, 0.035400441996898735, 0.0357130850024987, 0.03504617499856977, 0.03559487700113095, 0.035103328998957295, 0.03545376500187558, 0.035831504999805475, 0.03571455699784565, 0.035206455999286845, 0.03563952000331483, 0.03542417399876285, 0.03562960999988718, 0.035681353001564275, 0.0356050479967962, 0.035364418999961345, 0.03527027100062696, 0.03522822900049505, 0.03543164399889065, 0.03515725300167105, 0.035623848998511676, 0.035406283001066186, 0.03571265500067966, 0.03527743100130465, 0.035385306997341104, 0.03579030800028704, 0.034908388999610906, 0.03532288200221956, 0.03503621900017606, 0.03493076199811185, 0.03530165000120178, 0.0352779280001414, 0.03535157399892341, 0.0355988029987202, 0.035058961002505384, 0.03521508400081075, 0.03547711299688672, 0.03541603900157497, 0.035464601998683065, 0.035551529999793274, 0.03551774700099486, 0.03518347999852267, 0.035911658000259195, 0.035813799000607105, 0.03586522300247452, 0.03557649099820992, 0.0356528080010321, 0.0354322700004559, 0.03575960499802022, 0.03525545600132318, 0.0350732330007304, 0.035773275998508325, 0.035641842001496116, 0.035374180999497185, 0.03588008999940939, 0.03920170700075687], [0.035493030998623, 0.0352629330009222, 0.03548145099921385, 0.03570903800209635, 0.035229681998316664, 0.03539528400142444, 0.0354726089972246, 0.03536308200273197, 0.03572401899873512, 0.03543168699980015, 0.035367468000913505, 0.03577132799910032, 0.035000168998521985, 0.03540035100013483, 0.03516758200203185, 0.03574545599985868, 0.03570888399917749, 0.03586627700133249, 0.03540874099780922, 0.035464535001665354, 0.035450494000542676, 0.0351731219998328, 0.03540508099831641, 0.03557853399979649, 0.03519457400034298, 0.0352879509991908, 0.03580773200155818, 0.03518155300116632, 0.03487360899816849, 0.035468916001264006, 0.03474152899798355, 0.03529820200128597, 0.035050133999902755, 0.035764167998422636, 0.03497251700173365, 0.035344256000826135, 0.035343024999747286, 0.034772611998050706, 0.03579820800223388, 0.035202061000745744, 0.03529075799815473, 0.03501643599884119, 0.03528607699990971, 0.035018506001506466, 0.03550740400169161, 0.035780875998170814, 0.0350144559997716, 0.03549200300039956, 0.03512858500107541, 0.035631553997518495, 0.03545596000185469, 0.035217172000557184, 0.03542158799973549, 0.035623363000922836, 0.03535835199727444, 0.03510125300090294, 0.03525378400081536, 0.035247474999778206, 0.03491652899901965, 0.035706979000678984, 0.03536081299898797, 0.03559800099901622, 0.03550763400198775, 0.03537834500093595, 0.034960061999299796, 0.03576838400113047, 0.03581285600012052, 0.03568690399697516, 0.03525015000195708, 0.03565167099804967, 0.03544465500090155, 0.03575450900098076, 0.03541115299958619, 0.03573108699856675, 0.035058546000072965, 0.03559120600039023, 0.035103239002637565, 0.03545618599673617, 0.03582181400270201, 0.035716416998184286, 0.03521349700167775, 0.03563629999916884, 0.035425654001301154, 0.035630198999569984, 0.03567767300046398, 0.03560157799802255, 0.03536496900051134, 0.035274242000014056, 0.03522782900108723, 0.03542267299781088, 0.0351632130004873, 0.035608448000857607, 0.035418143997958396, 0.035714475001441315, 0.03527620100066997, 0.03538662699793349, 0.03578832800121745, 0.034909219000837766, 0.0353220719989622, 0.03502982899954077, 0.03492469100092421, 0.03528918899974087, 0.03529938000065158, 0.03535061399816186, 0.03560069200102589, 0.03505865199986147, 0.03521123300015461, 0.035477523000736255, 0.03540950900060125, 0.03546807299790089, 0.0355519290023949, 0.03551037599754636, 0.03519067200249992, 0.035910116999730235, 0.035813488997519016, 0.03585923300124705, 0.03556173000106355, 0.03566806799790356, 0.0354343200015137, 0.03575922600066406, 0.03525478599840426, 0.035073423001449555, 0.035771285998634994, 0.03563353100253153, 0.03537275099733961, 0.03588933100036229, 0.038611900999967474], [0.03547179000088363, 0.035256072998890886, 0.03548106100060977, 0.03570944799866993, 0.03523057100028382, 0.035394673999689985, 0.03547397000147612, 0.03536342100051115, 0.035724479999771575, 0.035432166998361936, 0.035368017001019325, 0.035798541000986006, 0.03500247899864917, 0.035396540002693655, 0.03517555299913511, 0.03574546699746861, 0.035703873003512854, 0.035875586996553466, 0.03540314100246178, 0.0354606649998459, 0.03544981400045799, 0.0351792529982049, 0.03540317000079085, 0.03558031400098116, 0.03519068400055403, 0.03529306199925486, 0.035808650998660596, 0.03518681399873458, 0.03486203800275689, 0.035472666000714526, 0.03474805999940145, 0.035295501998916734, 0.03504950299975462, 0.0357651390004321, 0.03497515699928044, 0.035337584999069804, 0.03535502700106008, 0.034779482000885764, 0.03578961699895444, 0.03518741999869235, 0.035327790003066184, 0.034997844999452354, 0.03527897700041649, 0.03502596599719254, 0.035505984000337776, 0.035786836000625044, 0.035014817000046605, 0.035489103000145406, 0.03512354399936157, 0.03563117399971816, 0.03546276000270154, 0.03521887199894991, 0.03543735000130255, 0.035602610998466844, 0.03536628299843869, 0.03509174200007692, 0.035245514001871925, 0.035251224999228725, 0.03491759900134639, 0.035723049997614, 0.03536888400049065, 0.03558225999950082, 0.03550871400148026, 0.035375473999010865, 0.034963793001224985, 0.03577210399816977, 0.03581274600219331, 0.03568511399862473, 0.03525936100049876, 0.035651330999826314, 0.03543397400062531, 0.035745689001487335, 0.03541581299941754, 0.03573999799846206, 0.03505789500195533, 0.03558742599852849, 0.035110420001728926, 0.035454944998491555, 0.03582396500132745, 0.03571426599955885, 0.035213316998124355, 0.03563868000128423, 0.03542468399973586, 0.03562991999933729, 0.03568137299953378, 0.03560388800178771, 0.03536510899721179, 0.03527036100058467, 0.035227139000198804, 0.03543127400189405, 0.03515693299777922, 0.03560923800250748, 0.035420542997599114, 0.035711546002858086, 0.03527724099694751, 0.03538578700317885, 0.035790217996691354, 0.03490833900286816, 0.0353220719989622, 0.03502847799973097, 0.03493608200005838, 0.03530288099864265, 0.03527802800090285, 0.03535026399913477, 0.03560059200026444, 0.035059152000030736, 0.03521374300180469, 0.03547629400054575, 0.035414488997048466, 0.03546391200143262, 0.035551559001760324, 0.03551036599674262, 0.03519137200055411, 0.035911066999688046, 0.03581325900086085, 0.03585952299908968, 0.035562930002924986, 0.03567197899974417, 0.035431669999525184, 0.035758375001023524, 0.03525621699736803, 0.03507264200015925, 0.0357727859991428, 0.035640482001326745, 0.03536371100199176, 0.035890859999199165, 0.03871538900057203], [0.03548832099841093, 0.035302836000482785, 0.03544063799927244, 0.03570885800218093, 0.03527141399899847, 0.035354660998564214, 0.03551315300137503, 0.03536390199951711, 0.03568275599900517, 0.035432887001661584, 0.035367266998946434, 0.03583783399881213, 0.03493285400327295, 0.035460764996969374, 0.03510780700162286, 0.03574575699894922, 0.035709084000700386, 0.03593658200043137, 0.035343425999599276, 0.03545968500111485, 0.03551097799936542, 0.035112207999191014, 0.03540512100153137, 0.03557932399780839, 0.03526113900079508, 0.03522216599958483, 0.035807682001177454, 0.0351808829982474, 0.03493994400196243, 0.035402341000008164, 0.03474176899908343, 0.0352984919991286, 0.03505024300102377, 0.035835293998388806, 0.03490795200195862, 0.03540546099975472, 0.03527587999997195, 0.03477869199923589, 0.035792118000244955, 0.03520213000228978, 0.0352916779993393, 0.03501610699822777, 0.03528524700232083, 0.03509706199838547, 0.03542949799884809, 0.03578067499984172, 0.03501568700085045, 0.03549142300107633, 0.03520345099968836, 0.0356248530006269, 0.035388925000006566, 0.035224071998527506, 0.035498894001648296, 0.03553942699727486, 0.03535732200180064, 0.035101383000437636, 0.03525402399827726, 0.035317350000696024, 0.034847364000597736, 0.03579234599965275, 0.03528787699906388, 0.03558528999928967, 0.03557184900273569, 0.03538482499789097, 0.03496971300046425, 0.03568911800175556, 0.0358128259977093, 0.035687054001755314, 0.035251329998573055, 0.03565049100143369, 0.03544490499916719, 0.03582183500111569, 0.035343396997632226, 0.035731437001231825, 0.03505866599880392, 0.03559098600089783, 0.035104079001030186, 0.03545666599893593, 0.035821615001623286, 0.03571625599943218, 0.03521336699850508, 0.035636460001114756, 0.035425564001343446, 0.03563091899923165, 0.035682883997651516, 0.03560163700240082, 0.035366789998079184, 0.035268421001092065, 0.035227139000198804, 0.03543018400159781, 0.035155912999471184, 0.03560911800013855, 0.035418482999375556, 0.03571357599867042, 0.0352768400007335, 0.03538639700127533, 0.03578890800054069, 0.03490859899829957, 0.03532171199913137, 0.03502986899911775, 0.03492519100109348, 0.03528896900024847, 0.035299409999424824, 0.03535061400179984, 0.035600852999778, 0.03505922099793679, 0.035211714002798544, 0.03547696299938252, 0.035416468999756034, 0.03546191200075555, 0.03555229999983567, 0.03550953599915374, 0.03519126099854475, 0.035909817001083866, 0.035813899001368554, 0.03585963399746106, 0.03556311899956199, 0.035668609001731966, 0.03543269999863696, 0.03575847500178497, 0.035255577000498306, 0.03507361199808656, 0.035771626000496326, 0.03563501100143185, 0.03537067199795274, 0.03588922000199091, 0.0386814970006526], [0.03548262099866406, 0.03529412500211038, 0.03548377100014477, 0.035702638000657316, 0.03524153199759894, 0.03538306300106342, 0.035484641000948614, 0.035362511000130326, 0.035715029000130016, 0.03543417699984275, 0.035368077999009984, 0.03583387300022878, 0.03493973500007996, 0.03544388299997081, 0.035127308998198714, 0.03576044800138334, 0.0356970229986473, 0.03589858900159015, 0.03538010899865185, 0.035466745001031086, 0.03548677700018743, 0.035131298998749116, 0.03540203000011388, 0.03558756500206073, 0.03522691699981806, 0.035251247998530744, 0.03580845200121985, 0.035192503997677704, 0.034900611000921344, 0.03542905300128041, 0.03474806899976102, 0.03529486199840903, 0.03505143400252564, 0.03580964199863956, 0.03494993500135024, 0.03536282699860749, 0.03531018300054711, 0.034779911999066826, 0.035790567999356426, 0.03523507300269557, 0.03528166699834401, 0.03500362500199117, 0.03527815699999337, 0.03506514999753563, 0.03546072999961325, 0.035786216001724824, 0.03501578699797392, 0.035489142002916196, 0.035173528998711845, 0.03562901300028898, 0.035423688001174014, 0.035210410998843145, 0.03547759199864231, 0.03556294900045032, 0.03536853300101939, 0.03509123199910391, 0.035245293998741545, 0.035301429001265205, 0.03486648399848491, 0.035769025002082344, 0.03532437999820104, 0.03558799000165891, 0.03555290800068178, 0.035369963999983156, 0.0349669819988776, 0.035726041001908015, 0.03581248599948594, 0.03569440399951418, 0.035254220998467645, 0.03564828100206796, 0.03543969499878585, 0.03578791100153467, 0.03540854299717466, 0.035707695002201945, 0.035050944999966305, 0.035594467000919394, 0.03510409899899969, 0.035454606000712374, 0.035823163998429663, 0.03571468600057415, 0.035213826999097364, 0.03563949100134778, 0.035423683999397326, 0.035630088998004794, 0.03568130300118355, 0.035605098000814905, 0.03536407899810001, 0.035270372001832584, 0.035227577998739434, 0.03543185400121729, 0.03515714300010586, 0.03561635900041438, 0.03541418299937504, 0.03571194499818375, 0.03527754100286984, 0.035385226998187136, 0.03578980800011777, 0.03490841900202213, 0.03532257199913147, 0.03502855899932911, 0.03493806199912797, 0.03530185999989044, 0.03527784800098743, 0.03535153399934643, 0.0355994230012584, 0.03505910099920584, 0.035214234001614386, 0.03547754299870576, 0.035414819001744036, 0.03546437199838692, 0.035552059998735785, 0.035509265999280615, 0.03519261100154836, 0.03591086799860932, 0.03581387900339905, 0.0358645529995556, 0.03557584099689848, 0.03565403800166678, 0.03543224000168266, 0.035758594996877946, 0.035256336002930766, 0.03507255299700773, 0.03577333600333077, 0.03564101199663128, 0.03536426100254175, 0.03589036999983364, 0.03913171100066393], [0.0355145840003388, 0.035278684001241345, 0.035471020000841236, 0.03570894799850066, 0.03524036200178671, 0.035384853999858024, 0.03548281999974279, 0.0353622410002572, 0.035712928998691496, 0.0354149150007288, 0.03538440899865236, 0.03578077000202029, 0.0349726370004646, 0.03541867099920637, 0.03514996100057033, 0.03574973699869588, 0.03570213399871136, 0.03589241800000309, 0.03538421900157118, 0.03546532499967725, 0.0354771759994037, 0.0351440510021348, 0.03540760999749182, 0.03557830399950035, 0.03521037600148702, 0.03527599000153714, 0.035801430996798445, 0.035184604003006825, 0.03489668099791743, 0.03544462300123996, 0.03474174900111393, 0.035296522997668944, 0.035052463001193246, 0.035779559999355115, 0.03495377500075847, 0.035364046998438425, 0.03532085400001961, 0.03478122200249345, 0.03579101799914497, 0.0352084609985468, 0.03528188700147439, 0.035022067000682, 0.035288416998810135, 0.03503091799939284, 0.03549052200105507, 0.03577920599855133, 0.035014846002013655, 0.03549070299777668, 0.03513966600075946, 0.03564649500185624, 0.035423506997176446, 0.03523042300002999, 0.035432769000181, 0.03560566200030735, 0.03535876200112398, 0.03510194299815339, 0.03525991500282544, 0.03525939599785488, 0.03490368699931423, 0.03571518000171636, 0.03534605199820362, 0.03559852100079297, 0.03552422600114369, 0.03537936399879982, 0.03496038199955365, 0.03574906300127623, 0.0358138859992323, 0.03568393300156458, 0.03524679099791683, 0.03565306100063026, 0.03544809500090196, 0.035771511000348255, 0.03539435099810362, 0.035729027000343194, 0.03505967499950202, 0.03559024700007285, 0.035102199002722045, 0.03545788599876687, 0.03582166400155984, 0.03571670699966489, 0.03521353699761676, 0.035617598001408624, 0.03544339599829982, 0.03563090900206589, 0.03567220299737528, 0.03560047700011637, 0.035370920002606, 0.03527322199806804, 0.03522856800191221, 0.03542300399931264, 0.03516255299837212, 0.03560699800073053, 0.03541844299979857, 0.03571495600044727, 0.0352748410005006, 0.03538703699814505, 0.03577008600041154, 0.03492781100067077, 0.035322322000865825, 0.035029067999857944, 0.03492350099986652, 0.03529133999836631, 0.03529707900088397, 0.035351794002053794, 0.035599662998720305, 0.035059060999628855, 0.03519658300137962, 0.0354928540000401, 0.035408968997217016, 0.03546656200342113, 0.035547808998671826, 0.035514477000106126, 0.03519179100112524, 0.03590921700015315, 0.03581287899942254, 0.03586003400050686, 0.035560728996642865, 0.03566867900008219, 0.03543444000024465, 0.035758915000769775, 0.03525402699960978, 0.03507321200231672, 0.03577145599774667, 0.035630581001896644, 0.03537717200015322, 0.035886359997675754, 0.03821597100250074], [0.06877049000104307, 0.030894397001247853, 0.0312168019991077, 0.031187168999167625, 0.03102048700020532, 0.03080670900089899, 0.03091526899879682, 0.03127512599894544, 0.031063860002177535, 0.03125552499841433, 0.03137323299961281, 0.031225783000991214, 0.0314204169990262, 0.030981541000073776, 0.030978980001236778, 0.03118948499832186, 0.031119551000301726, 0.03116460400269716, 0.031236738999723457, 0.03124623999974574, 0.031307735000154935, 0.031077987998287426, 0.030953997000324307, 0.03121385800113785, 0.03134759800013853, 0.031073076999746263, 0.031501239998760866, 0.03147439800159191, 0.03154090200041537, 0.03145256599964341, 0.03186184799778857, 0.0312547009998525, 0.031184636001853505, 0.03218879199994262, 0.03093788600017433, 0.03143328499936615, 0.03171584599840571, 0.031540482999844244, 0.031015962002129527, 0.03124113000012585, 0.03145980699991924, 0.0314161639980739, 0.03192893200321123, 0.03127620199666126, 0.031811054002901074, 0.03175149599701399, 0.0315144970008987, 0.031368515999929514, 0.030968204999226145, 0.03145162200235063, 0.03128972999911639, 0.03110416599884047, 0.031076313000085065, 0.03142532000128995, 0.0325054140012071, 0.03114683899912052, 0.03159783299997798, 0.031540168998617446, 0.03115927000180818, 0.031383516998175764, 0.031147518999205204, 0.031660119002481224, 0.03164188699884107, 0.03136064499994973, 0.030984666002041195, 0.03135957599806716, 0.03172454300147365, 0.03141743900050642, 0.031305611999414396, 0.03160375399966142, 0.03192000799754169, 0.03152723800303647, 0.031173900999419857, 0.03152175799914403, 0.03136902600090252, 0.031368836000183364, 0.031735852997371694, 0.03162733200224466, 0.031391214000905165, 0.031564187000185484, 0.031368512998597, 0.03131814800144639, 0.03136784299931605, 0.03185962899806327, 0.0316626650019316, 0.031555206998746144, 0.03158665799855953, 0.03133407000132138, 0.031223230998875806, 0.03148623200104339, 0.03115274599986151, 0.03177110300021013, 0.031233740999596193, 0.03171827000187477, 0.03166234499803977, 0.03169444699960877, 0.03132246800305438, 0.031091980999917723, 0.03137645300012082, 0.031440547998499824, 0.031450868998945225, 0.03134563999992679, 0.03138565400149673, 0.031694476998382015, 0.0321205700020073, 0.03198610999970697, 0.0313665920002677, 0.031663844998547575, 0.03140891300063231, 0.03162792899820488, 0.03206474200123921, 0.03145067500008736, 0.03160762599873124, 0.031564054002956254, 0.031542712000373285, 0.03151523999986239, 0.03172623599675717, 0.0314069810010551, 0.031403982000483666, 0.03172009600166348, 0.0314867469969613, 0.031628308002837, 0.03190909099794226, 0.031600715999957174, 0.03120057500200346, 0.0317178259974753, 0.03414296100163483], [0.031441058999917004, 0.03086386399809271, 0.031248734001565026, 0.03120284100077697, 0.031004784999822732, 0.030825040998024633, 0.030914119000954088, 0.0312736859996221, 0.031063570000696927, 0.03125688400177751, 0.03137333399718045, 0.03119045000130427, 0.03143642799841473, 0.030983011001808336, 0.031002891999378335, 0.0311622230001376, 0.03112770200095838, 0.031184665000182576, 0.031226298997353297, 0.03122783800063189, 0.03132828700108803, 0.031047084998135688, 0.03097319900189177, 0.031224188998749014, 0.031347317999461666, 0.0310726470015652, 0.03148452800087398, 0.03149158899759641, 0.03152461200079415, 0.031470007001189515, 0.031861237999692094, 0.031235979000484804, 0.031200976998661645, 0.032190911999350647, 0.03092704600203433, 0.0314340250006353, 0.031708986000012374, 0.03155574399715988, 0.03101725200031069, 0.031239629999618046, 0.031435415003215894, 0.031440104998182505, 0.03192855299857911, 0.03125325000291923, 0.03180276299826801, 0.0317604060001031, 0.03151720800087787, 0.03138422700067167, 0.030952233999414602, 0.031452261999220354, 0.031293880001612706, 0.031104715999390464, 0.031072142999619246, 0.0314448219978658, 0.03250301300067804, 0.031129438000789378, 0.03161576400088961, 0.03152356799910194, 0.031155249998846557, 0.03139199799989001, 0.031159280002611922, 0.03166745899943635, 0.0316430169987143, 0.03134942399992724, 0.030996207002317533, 0.031348634998721536, 0.03171426200060523, 0.03143535100025474, 0.03128400000059628, 0.03161965499748476, 0.031927799002005486, 0.03151622699806467, 0.031184722000034526, 0.031510067001363495, 0.031370696000522, 0.03136292499766569, 0.03175068500058842, 0.031614170999091584, 0.03138991400192026, 0.031556256999465404, 0.03137617299944395, 0.031320728001446696, 0.031366282997623784, 0.03186085900233593, 0.03167339599895058, 0.03155570699891541, 0.031585857999743894, 0.03133471000182908, 0.031223261001287028, 0.03148602199871675, 0.03115257500030566, 0.0317601429997012, 0.03123257100014598, 0.03171916000064812, 0.031663104997278424, 0.0317041779999272, 0.03132275800089701, 0.031081730001460528, 0.031376053000713, 0.03144833899932564, 0.03144134800095344, 0.03135666099842638, 0.031387123999593314, 0.03168242600077065, 0.03213205100109917, 0.031957456998497946, 0.0313812530002906, 0.03167556599873933, 0.031393523000588175, 0.03164347900019493, 0.03205081100168172, 0.031451374998141546, 0.03160552700137487, 0.03156524400037597, 0.03154299199741217, 0.031517940002231626, 0.03172178499880829, 0.03142108300016844, 0.031404631001350936, 0.031721735998871736, 0.03147589699801756, 0.031628028002160136, 0.031908149998344015, 0.031612358001439134, 0.03119992500069202, 0.03170700500049861, 0.03390696299902629], [0.03146684099920094, 0.030874544998368947, 0.031235473001288483, 0.03120587100056582, 0.03100039499986451, 0.03082166099920869, 0.030917838001187192, 0.03127689699977054, 0.031065179999131942, 0.031256133999704616, 0.03137080400119885, 0.03119053000045824, 0.03143735800040304, 0.03098106099787401, 0.031020693000755273, 0.03116636399863637, 0.031152543000644073, 0.031165144002443412, 0.031218487998557976, 0.031232248999003787, 0.031320976002461975, 0.031043924998812145, 0.03097129899833817, 0.031239290001394693, 0.03134245700130123, 0.031116139998630388, 0.03144584600158851, 0.03148781899653841, 0.03153199200096424, 0.03146862699941266, 0.031864168002357474, 0.03125050000016927, 0.031172954997600755, 0.03220876400155248, 0.03091985499850125, 0.03144297499966342, 0.0317015660002653, 0.03155193400016287, 0.031019292000564747, 0.03124499000114156, 0.03144745600002352, 0.031482067999604624, 0.03188315000079456, 0.031242679000570206, 0.03180051299932529, 0.03176617699864437, 0.03154242900200188, 0.031372285997349536, 0.030950904001656454, 0.03143106100105797, 0.03129326999987825, 0.031115436999243684, 0.031082682999112876, 0.03144118199998047, 0.03250744300021324, 0.03114393899886636, 0.03160864399978891, 0.03152002800197806, 0.031185641997581115, 0.031351244000688894, 0.031187142001726897, 0.031616476000635885, 0.03164923700023792, 0.03134993399726227, 0.03097910600263276, 0.03135027499956777, 0.03172882400031085, 0.03142065899737645, 0.03129724100290332, 0.03163166599915712, 0.031905916999676265, 0.03151871799855144, 0.031181050999293802, 0.031528889001492644, 0.03135747499982244, 0.031368105999717955, 0.03174551399933989, 0.03174064999984694, 0.03127519600093365, 0.03153946500242455, 0.03139156399993226, 0.031314537998696323, 0.0313704330001201, 0.031860799997957656, 0.031673565001256065, 0.031589900001563365, 0.031555235997075215, 0.03133322000212502, 0.031218460000673076, 0.03149019199918257, 0.03115109599821153, 0.03176480300317053, 0.03124495199881494, 0.03170677799789701, 0.031662825000239536, 0.031704678000096465, 0.031328819000918884, 0.03107829999862588, 0.031376733000797685, 0.03145966000010958, 0.03143449699928169, 0.03135407100126031, 0.03141509600027348, 0.0316712150015519, 0.03215982399706263, 0.031959137002559146, 0.03134498999861535, 0.03168807700058096, 0.0313683710010082, 0.03167692199713201, 0.03205139100100496, 0.031452405000891304, 0.031609367000783095, 0.03154185200037318, 0.031530510997981764, 0.0315426720007963, 0.031728205998661, 0.03140652100046282, 0.03140237200204865, 0.0317210349967354, 0.03147526700195158, 0.031624888000806095, 0.0319243310004822, 0.03161074799936614, 0.031186973999865586, 0.031707865000498714, 0.03471988499950385], [0.03147083099975134, 0.030830761999823153, 0.031279647002520505, 0.03118930900018313, 0.031016815999464598, 0.03079729000091902, 0.03092725899841753, 0.03127541600042605, 0.031065189999935683, 0.03125451500091003, 0.03136862300016219, 0.031232752997311763, 0.031409617000463186, 0.03100777200234006, 0.030977809998148587, 0.031176733999018325, 0.03112563200193108, 0.031162602997937938, 0.03123166000295896, 0.03125362999708159, 0.03130528499968932, 0.03101016200162121, 0.03101952300130506, 0.031217867999657756, 0.031345847997727105, 0.03111503000036464, 0.031462897000892553, 0.03147285800150712, 0.03154158199686208, 0.03144830600285786, 0.03185610699802055, 0.031266492002032464, 0.03118695599914645, 0.032175681000808254, 0.030953017998399446, 0.03142987400133279, 0.031716396999399876, 0.03153514199948404, 0.031018752000818495, 0.031243340999935754, 0.03147142699890537, 0.03144067600078415, 0.031897609998850385, 0.03128271199966548, 0.031806064002012135, 0.031756355998368235, 0.031522277000476606, 0.03135832599946298, 0.03097483500096132, 0.03144285199959995, 0.03129211000123178, 0.031108045997825684, 0.03106524200120475, 0.03141734000018914, 0.03251688399905106, 0.031146478999289684, 0.031596513003023574, 0.03154151999842725, 0.031159810001554433, 0.0313789759966312, 0.031156380002357764, 0.03163708699867129, 0.03165936799996416, 0.03134795400183066, 0.03097125599742867, 0.03136039500168408, 0.03173899399916991, 0.031409949999215314, 0.03130457100269268, 0.031619104996934766, 0.0318987160026154, 0.03152813899941975, 0.031181211001239717, 0.03151335700022173, 0.031370385997433914, 0.03137671700096689, 0.031736804001411656, 0.03172674899906269, 0.031294126998545835, 0.031513063000602415, 0.031418506001500646, 0.03131742899859091, 0.031368402000225615, 0.03185908000159543, 0.031664584999816725, 0.03158922899820027, 0.03155497600164381, 0.03133295999941765, 0.031221121000271523, 0.03148841099755373, 0.03115107600024203, 0.031772592999914195, 0.0312349420019018, 0.03171693900003447, 0.031661885001085466, 0.03169523799806484, 0.03132573800030514, 0.031089591000636574, 0.03137611299825949, 0.03143787800217979, 0.03145574899826897, 0.03134585999941919, 0.031411726002261275, 0.031668644998717355, 0.03212600000188104, 0.03201728199928766, 0.03133013899787329, 0.03166589600004954, 0.03141119300198625, 0.03163602999848081, 0.03205174100003205, 0.03145287500228733, 0.031607805998646654, 0.031563444001221796, 0.031547692997264676, 0.03152306000265526, 0.0317284259981534, 0.03139602100054617, 0.03140290100054699, 0.03171093499986455, 0.03149423799914075, 0.03162689799864893, 0.03190912100035348, 0.031603756000549765, 0.03119926599902101, 0.03171658500286867, 0.03424594899843214], [0.03146989100059727, 0.03090050700120628, 0.031210701999953017, 0.031185928997729206, 0.03101985600005719, 0.03084550299900002, 0.030876385000738082, 0.03127585699985502, 0.031065400002262322, 0.03125436399932369, 0.03136975400047959, 0.031236402999638813, 0.031409205999807455, 0.03100867299872334, 0.030973740002082195, 0.031179323999822373, 0.03112314099780633, 0.031218588002957404, 0.031183175997284707, 0.031256921000021975, 0.03129475400055526, 0.03108211699873209, 0.030951648001064314, 0.031214548002026277, 0.0313469669999904, 0.031114740999328205, 0.03146680699865101, 0.031468437002331484, 0.03155117399728624, 0.0314927390027151, 0.03185694700005115, 0.031223238998791203, 0.03117750499950489, 0.032230785000137985, 0.03090506399894366, 0.03142133400251623, 0.031720776998554356, 0.03153234199999133, 0.031018861998745706, 0.031243591001839377, 0.03147232699848246, 0.031460206999327056, 0.031884079002338694, 0.03128584300065995, 0.03180026299742167, 0.03176598700156319, 0.03151261599850841, 0.031356136001704726, 0.03097835600055987, 0.03144265099763288, 0.031292300001950935, 0.03111664699827088, 0.03105884199976572, 0.03146717400159105, 0.03246161000060965, 0.031150479000643827, 0.03160021299845539, 0.031550249997962965, 0.031195783001749078, 0.031331253001553705, 0.031165669999609236, 0.03163433699955931, 0.0316508280011476, 0.03134966399738914, 0.03100616799929412, 0.031324783001764445, 0.03173832399988896, 0.031409159000759246, 0.03130900099858991, 0.03161863599962089, 0.03193516900137183, 0.0314913649999653, 0.03117913199821487, 0.03152835800210596, 0.031358435000583995, 0.031377616996906, 0.03173414300181321, 0.03174346100058756, 0.03128192599979229, 0.03155914699891582, 0.031372871999337804, 0.03131555800064234, 0.031370062999485526, 0.03185957000096096, 0.0316606740016141, 0.03158976999839069, 0.031554616001812974, 0.03133351999713341, 0.031220281001878902, 0.03148845100076869, 0.0311520159993961, 0.03177606299868785, 0.031235212001774926, 0.03171662899694638, 0.031662195000535576, 0.031692077001935104, 0.031327058997703716, 0.03109164100169437, 0.031376722999993945, 0.03147589099899051, 0.03141774600226199, 0.03134275000047637, 0.03141297599722748, 0.03168351600106689, 0.03217672399841831, 0.03196221800317289, 0.03132429899778799, 0.031675016001827316, 0.03140182299830485, 0.03167355199911981, 0.032032619001256535, 0.031453325998882065, 0.03160850600033882, 0.03154401199935819, 0.03154961300242576, 0.031521769997198135, 0.031729246002214495, 0.03139163100058795, 0.031402520999108674, 0.031751827998959925, 0.03145865500118816, 0.03162522899947362, 0.03190977000122075, 0.03161109699794906, 0.03118761500081746, 0.03172068500134628, 0.03461482700004126], [0.03147010099928593, 0.03089708699917537, 0.031213761001708917, 0.031186969998088898, 0.03101922600035323, 0.030794018999586115, 0.03092790899972897, 0.03127594600300654, 0.031065410999872256, 0.031254033998266095, 0.03136925299986615, 0.03123551400130964, 0.031409616000019014, 0.03100834299766575, 0.030974729001172818, 0.03117894499882823, 0.03112344100009068, 0.03116782400320517, 0.031226578998030163, 0.03125672099849908, 0.03130237400182523, 0.031078277999768034, 0.03095401799873798, 0.031215268001687946, 0.03134647700062487, 0.031114879999222467, 0.03146562799884123, 0.031469917001231806, 0.03154411300056381, 0.03144624500055215, 0.03185595799732255, 0.03126954199979082, 0.031184614999801852, 0.03217553200011025, 0.03095477700117044, 0.03142775499873096, 0.031719626000267453, 0.03153261300030863, 0.03101903200149536, 0.03124310999919544, 0.03147191799871507, 0.03144061500279349, 0.03189754999766592, 0.03129147400250076, 0.03180005299873301, 0.03176540600179578, 0.03151316699950257, 0.03135626499715727, 0.030977776001236634, 0.031442591000086395, 0.031292611001845216, 0.031107655999221606, 0.031065611998201348, 0.031414460001542466, 0.032516923998628045, 0.0311497889997554, 0.03159344300001976, 0.03155176000291249, 0.031159189999016235, 0.03137226599938003, 0.031160859998635715, 0.03163017599945306, 0.03166025900281966, 0.03134901399971568, 0.030969445997470757, 0.031362095000076806, 0.03173728399997344, 0.031409779003297444, 0.031307581997680245, 0.03161895499943057, 0.03189670600113459, 0.03153041800032952, 0.031179302000964526, 0.03151525700013735, 0.031370505999802845, 0.03137760699974024, 0.03173425299974042, 0.031740521000756416, 0.031283715998142725, 0.03155637600139016, 0.031375902999570826, 0.03131617899998673, 0.03136894199997187, 0.031860049999522744, 0.03166137500011246, 0.03158916900065378, 0.0315549059996556, 0.031332880000263685, 0.03122089099997538, 0.03148857099949964, 0.031151475999649847, 0.03177526400031638, 0.03123526100171148, 0.03171704899796168, 0.031661665001593065, 0.031692276999820024, 0.03132670899867662, 0.031091600998479407, 0.031376733000797685, 0.031435757999133784, 0.031457569002668606, 0.03134348999810754, 0.03141250599946943, 0.03168141600326635, 0.032113109999045264, 0.03202016199793434, 0.031330199002695736, 0.03166316499846289, 0.03141401399989263, 0.031634259001293685, 0.03207097199992859, 0.031435943998076255, 0.031608107001375174, 0.03156234299967764, 0.03154879299836466, 0.03152279000278213, 0.03172907599946484, 0.031392090997542255, 0.03140313100084313, 0.0317108349991031, 0.03149821800252539, 0.03162523900027736, 0.031909519999317126, 0.031601366001268616, 0.031199035998724867, 0.03171886500058463, 0.03430407400082913], [0.03147310200074571, 0.030898576998879435, 0.03121284100052435, 0.031255484998837346, 0.030951271000958513, 0.030863394000334665, 0.03092664900032105, 0.03127541699723224, 0.031064880000485573, 0.03125470400118502, 0.03136765399904107, 0.031164997002633754, 0.03141903699724935, 0.03099012200254947, 0.031046704996697372, 0.03112473000146565, 0.031182986000203528, 0.03115763299865648, 0.031236920000083046, 0.03118532500229776, 0.0313739400007762, 0.031012342999019893, 0.03095307699913974, 0.03128109400131507, 0.03134559699901729, 0.031114260000322247, 0.03140067200001795, 0.03153598299832083, 0.031473357001232216, 0.03151075099958689, 0.03186225700119394, 0.031197226999211125, 0.031249511001078645, 0.032181640999624506, 0.03088453300006222, 0.03149803899941617, 0.03164694199949736, 0.031604667001374764, 0.031019112997455522, 0.03124269000181812, 0.031470957001147326, 0.031431324998266064, 0.031904490999295376, 0.031212526999297552, 0.03180531300313305, 0.031752695998875424, 0.03152664799927152, 0.03142400000069756, 0.03090140000131214, 0.031450081998627866, 0.03128988000025856, 0.031104435998713598, 0.031076503000804223, 0.03148450500157196, 0.03251562399964314, 0.031078133997652913, 0.03166466800030321, 0.031478495002374984, 0.03115359999719658, 0.03138411700274446, 0.031220533997839084, 0.03163727699939045, 0.03164063700023689, 0.031319182002334855, 0.031019718997413293, 0.03131840200148872, 0.03177976699953433, 0.03141012000196497, 0.03125778699904913, 0.03162197599885985, 0.03194283899938455, 0.03148564500224893, 0.031222634999721777, 0.03147252399867284, 0.031369786000141175, 0.031369876000098884, 0.03178441799900611, 0.03157942799953162, 0.03139169400310493, 0.03156422699976247, 0.031368181997095235, 0.03131780900002923, 0.03136832200107165, 0.03185863999897265, 0.031713009000668535, 0.03158779899968067, 0.03155551600139006, 0.031332759997894755, 0.031222261000948492, 0.03148830099962652, 0.031150755999988178, 0.031723019001219654, 0.031233432000590255, 0.03171868899880792, 0.03166168499956257, 0.03174434100219514, 0.03132528899732279, 0.031040007001138292, 0.03137624300143216, 0.03148688099827268, 0.03140530599921476, 0.03139654400001746, 0.03138645400031237, 0.03164305300015258, 0.032176153999898816, 0.03193675600050483, 0.03136043099948438, 0.03171594900049968, 0.031357600000774255, 0.0316720320006425, 0.032021238999732304, 0.03145051499814144, 0.031607816003088374, 0.031563833999825874, 0.03154285199707374, 0.03152618100284599, 0.03171554499931517, 0.03145933499763487, 0.031403662000229815, 0.031711125000583706, 0.031443354000657564, 0.03162815800169483, 0.0319090499979211, 0.031653201000153786, 0.031198724998830585, 0.03166713199971127, 0.03421527600221452], [0.03146905099856667, 0.030901408001227537, 0.031209460998070426, 0.031229953001457034, 0.03097583199996734, 0.03084783300073468, 0.030916048999642953, 0.031275995999749284, 0.031065529998159036, 0.031255904999852646, 0.03137070299999323, 0.031193090002489043, 0.031408866998390295, 0.031009153000923106, 0.031012071998702595, 0.031147812002018327, 0.03115991400045459, 0.031177744996966794, 0.03122311900006025, 0.03121501700297813, 0.03133785699901637, 0.03103928500058828, 0.03095058699909714, 0.03125893199830898, 0.0313469470020209, 0.031116510999709135, 0.03142100300101447, 0.03151287099899491, 0.031507290001172805, 0.03149503899840056, 0.03185784800007241, 0.0312259290003567, 0.03120158599995193, 0.03220437399795628, 0.030901394002285087, 0.03146557699801633, 0.03167680300248321, 0.03157659600037732, 0.031019071997434366, 0.03124458000093, 0.031428124999365536, 0.03150151000227197, 0.03188318899992737, 0.031245139998645755, 0.03180072300165193, 0.03176577599879238, 0.03151326700026402, 0.03139859799921396, 0.03094271399822901, 0.03143494100004318, 0.03129300000000512, 0.031117047001316678, 0.031058822001796216, 0.03146958299839753, 0.03250518400091096, 0.03110449499945389, 0.03164080699934857, 0.031509856999036856, 0.03119747300297604, 0.031330292997154174, 0.031207863001327496, 0.031622425998648396, 0.031649197000660934, 0.031331253001553705, 0.030998687998362584, 0.03134925400081556, 0.03171109200047795, 0.03143821199773811, 0.03128057900175918, 0.03164797800127417, 0.03190793599787867, 0.03151676800189307, 0.03118007199736894, 0.03152928800045629, 0.031357595002191374, 0.03135004399882746, 0.031763136001245584, 0.03171578899855376, 0.03128053500040551, 0.03156047700031195, 0.031371602999570314, 0.03131536799992318, 0.03137061300003552, 0.03185970900085522, 0.03169080699808546, 0.03158986000198638, 0.03155496600084007, 0.031333909999375464, 0.031218349999107886, 0.031490141998801846, 0.031150966002314817, 0.03174690099694999, 0.03123524200054817, 0.031716549001430394, 0.03166231499926653, 0.03172235899910447, 0.0313283590003266, 0.031060019002325134, 0.03137681299995165, 0.031479400997341145, 0.03141457600213471, 0.03137321199756116, 0.03141431600306532, 0.03165200399962487, 0.03217955500076641, 0.0319600669972715, 0.03132408900273731, 0.031706537996797124, 0.0313708610010508, 0.03167626199865481, 0.03202993900049478, 0.03145338600006653, 0.03160903600291931, 0.03154336199804675, 0.03154974300196045, 0.03152159999808646, 0.031729035999887856, 0.031424282999068964, 0.03140226200048346, 0.031722884999908274, 0.031455355001526186, 0.03162519900070038, 0.03191014999902109, 0.03164300999924308, 0.03118640400134609, 0.03169011299905833, 0.03468281299865339], [0.0807575260005251, 0.03157564000139246, 0.03204970699880505, 0.031794067999726394, 0.032026035001763375, 0.03238799299651873, 0.03196008000304573, 0.03185456199935288, 0.032804804999614134, 0.031693169999925885, 0.032055406998551916, 0.031793238002137514, 0.031715480999991996, 0.03204498699778924, 0.032060918001661776, 0.03170573999886983, 0.032014674001402454, 0.03152428699831944, 0.03176592599993455, 0.0318627020023996, 0.03185514199867612, 0.03186992400151212, 0.03232162799758953, 0.031987922000553226, 0.032043216000602115, 0.032004564000089886, 0.03203470500011463, 0.03203412400034722, 0.03226752999762539, 0.031820736003282946, 0.03222572599770501, 0.03206196400060435, 0.032376748000388034, 0.03229908299908857, 0.03187898000032874, 0.031874339998466894, 0.032258649000141304, 0.032224387003225274, 0.032131889998709084, 0.03437723000024562, 0.030175449999660486, 0.03228523199868505, 0.03224464800223359, 0.03221056499751285, 0.032398830000602175, 0.03241502099990612, 0.032383298999775434, 0.032366538001951994, 0.032476954998855945, 0.03229180199923576, 0.032728455000324175, 0.032352997000998585, 0.032204713999817614, 0.032171053000638494, 0.032441012997878715, 0.03196300700074062, 0.032418851002148585, 0.03216821199748665, 0.0323623750009574, 0.03187352600070881, 0.032324440999218496, 0.03218222899886314, 0.032481102000019746, 0.032296319001034135, 0.03247062200171058, 0.03228306699747918, 0.03256892900026287, 0.03252905599947553, 0.03214204700270784, 0.032577838999714004, 0.03219630099920323, 0.031943252000928624, 0.03237389399873791, 0.03242011700058356, 0.03247616199951153, 0.03261245300018345, 0.032731021998188226, 0.03255573700153036, 0.03247632299826364, 0.03274131200305419, 0.032665626000380144, 0.03242052799760131, 0.032657266001479, 0.03255122799964738, 0.03258518999791704, 0.032746353001130046, 0.03211915399879217, 0.0320544800015341, 0.03248557299957611, 0.03246103700075764, 0.03238494199831621, 0.03226490200177068, 0.032825764999870444, 0.032008662001317134, 0.032565065997914644, 0.0326019179992727, 0.0324515659995086, 0.03268661400215933, 0.03251973199803615, 0.032200907000515144, 0.03245107700058725, 0.032359099001041614, 0.03269730499960133, 0.03225554099844885, 0.03252216200053226, 0.032767541000794154, 0.03269953500057454, 0.03258047599956626, 0.03257836600096198, 0.032279314000334125, 0.03258983599880594, 0.03271601699816529, 0.032628950000798795, 0.032410133000666974, 0.03221632900022087, 0.0322980640012247, 0.032471258000441594, 0.03244110599916894, 0.03247878799811588, 0.03259608799999114, 0.03210906599997543, 0.03231979300107923, 0.03231463200063445, 0.03221267499975511, 0.03264289700018708, 0.03268684100112296, 0.035435377998510376], [0.03179162699962035, 0.031577860998368124, 0.032049567002104595, 0.031791806999535765, 0.032028005000029225, 0.03238815299846465, 0.03195762000177638, 0.0318569529990782, 0.032805134000227554, 0.031690979998529656, 0.032057798001915216, 0.03179090699995868, 0.03171611099969596, 0.03208843999891542, 0.032025466000050073, 0.03169729900037055, 0.03201743500176235, 0.031524256999546196, 0.03176648599765031, 0.03186226199977682, 0.031853342003159923, 0.03187003299899516, 0.03232660799767473, 0.031984572000510525, 0.032043707000411814, 0.03200387399920146, 0.032033655003033346, 0.0320426439975563, 0.032261379001283785, 0.03182079600082943, 0.032226126997557, 0.03206346400111215, 0.032374998001614586, 0.032299342998157954, 0.031879049998678965, 0.03187150900339475, 0.03226537999944412, 0.03221820599719649, 0.03213196000069729, 0.03437995100102853, 0.030178960001649102, 0.032279890998324845, 0.03224402900013956, 0.03221121499882429, 0.03240043000187143, 0.032413090997579275, 0.03238960900125676, 0.0323642369985464, 0.032476216001668945, 0.03229143199860118, 0.032728885002143215, 0.032353516999137355, 0.03220457399947918, 0.03217645300173899, 0.032435802997497376, 0.03196012600164977, 0.032419652001408394, 0.03216782199888257, 0.0324263090005843, 0.03181240199774038, 0.03232476000266615, 0.03218276999905356, 0.032552018001297256, 0.03222609299700707, 0.032558508002694, 0.03220116199736367, 0.03256832800252596, 0.032523155998205766, 0.03214317699894309, 0.03258570000252803, 0.032188130000577075, 0.031943671998305945, 0.0323803350001981, 0.03241291599988472, 0.032475971998792375, 0.032613442999718245, 0.03273109200017643, 0.03255289700246067, 0.03247574199849623, 0.03275341300104628, 0.032656855997629464, 0.03242080800191616, 0.03265517600084422, 0.032554187997448025, 0.03258285999982036, 0.03274617200077046, 0.03211873500185902, 0.032055319999926724, 0.0324943239975255, 0.032467637000081595, 0.03238109200174222, 0.03234565800084965, 0.032737167999584926, 0.032007712998165516, 0.03256555500047398, 0.03260224800033029, 0.03244840600018506, 0.032686634000128834, 0.03252050200171652, 0.03220064699780778, 0.032453657000587555, 0.03235630899871467, 0.03269760500188568, 0.03225553099764511, 0.032522292000066955, 0.03276775100312079, 0.032702564996725414, 0.03257994600062375, 0.03257632600070792, 0.032279834002110874, 0.03259160699963104, 0.03271464600038598, 0.03262930999699165, 0.03240956300214748, 0.032216628998867236, 0.032298104000801686, 0.03247111800010316, 0.03244155599895748, 0.032478449000336695, 0.032596026998362504, 0.03212499800065416, 0.032308992002072046, 0.032312941999407485, 0.032212514997809194, 0.03264265700272517, 0.03268790999936755, 0.035735292000026675], [0.031824290002987254, 0.03154269799779286, 0.03204917699986254, 0.03182685000138008, 0.0319929229990521, 0.0323884729987185, 0.03199101200152654, 0.031823770001210505, 0.03280501399785862, 0.031726183002319885, 0.03202293499998632, 0.031826059999730205, 0.03171666100024595, 0.03205437799988431, 0.03202442499969038, 0.031696509999164846, 0.03201793400148745, 0.031524346999503905, 0.03176648599765031, 0.031862412000918994, 0.03190766600164352, 0.031815209997148486, 0.03232745800050907, 0.03198422200148343, 0.03204371600077138, 0.032004254000639776, 0.0320333749987185, 0.032043684001109796, 0.032261149997793837, 0.03182733599896892, 0.03222029600146925, 0.032070055000076536, 0.03237444800106459, 0.032299582999257836, 0.03187275899836095, 0.03187115000037011, 0.0322656000025745, 0.03222579599969322, 0.0321312099986244, 0.03437972100073239, 0.03023279400076717, 0.03222570700017968, 0.032243967998510925, 0.03221966600176529, 0.03239273999861325, 0.032412890999694355, 0.03239507900070748, 0.032366118000936694, 0.03247622599883471, 0.03228622099777567, 0.032727735000662506, 0.03235349700116785, 0.032204734001425095, 0.03217739299725508, 0.03243565299999318, 0.031959026000549784, 0.032425883000541944, 0.03216204099953757, 0.032429819999379106, 0.03180990100008785, 0.032324451000022236, 0.03218335000201478, 0.03255511699899216, 0.032222682999417884, 0.03256193900233484, 0.03219975100000738, 0.032572858999628806, 0.032523965997825144, 0.03213706600217847, 0.032586469998932444, 0.032193530998483766, 0.03193781099980697, 0.03238065500045195, 0.032419016999483574, 0.032469522000610596, 0.0326139120006701, 0.032730832001107046, 0.03255247699780739, 0.03247667300092871, 0.0327540329999465, 0.03265663500133087, 0.03242081799908192, 0.03265441600160557, 0.03255361799892853, 0.03258181999990484, 0.03274677299850737, 0.03211788400221849, 0.03205556999819237, 0.032495454001036705, 0.03246796799794538, 0.03239018200110877, 0.032340378002118086, 0.032734217998950044, 0.0320070220004709, 0.032566154997766716, 0.03260262800176861, 0.032447715999296634, 0.03268594399924041, 0.032520942000701325, 0.03220066699941526, 0.032455117001518374, 0.03235488900099881, 0.03269813499719021, 0.03225523199944291, 0.03252298200095538, 0.032767880002211314, 0.03270319500006735, 0.032599168000160716, 0.03256763499666704, 0.03226928300136933, 0.03259262700157706, 0.032713705997593934, 0.032629780002025655, 0.032408843999292, 0.032217478001257405, 0.03229820499836933, 0.03247205799925723, 0.032440754999697674, 0.03249305999997887, 0.03258089600058156, 0.03212854800221976, 0.03235714599941275, 0.032262827997328714, 0.03221164500064333, 0.03264369700264069, 0.0326877309998963, 0.03582073799771024], [0.03182454999841866, 0.0315409870017902, 0.03207732000009855, 0.03180077799697756, 0.03201752400127589, 0.03238890300053754, 0.03196608099824516, 0.03184821100148838, 0.032805945000291103, 0.03170165000119596, 0.03204749699943932, 0.03180133799833129, 0.031716061999759404, 0.03205292699931306, 0.03205899800013867, 0.03170478000174626, 0.03198132200122927, 0.03151803699802258, 0.03176644500126713, 0.03186280199952307, 0.03191015699849231, 0.031855862001975765, 0.03232087799915462, 0.03194819900090806, 0.03204326699778903, 0.03204896700117388, 0.03203204500096035, 0.03200096000000485, 0.03226809099942329, 0.0318206759984605, 0.03222739600096247, 0.03206337400115444, 0.0323746089998167, 0.03229962199839065, 0.03187253999931272, 0.03191443200194044, 0.032258619998174254, 0.03223496700229589, 0.03214948099775938, 0.03431736600032309, 0.030236285001592478, 0.03226691999952891, 0.03224511900043581, 0.03221709499848657, 0.032356337000237545, 0.03245128400158137, 0.032396419999713544, 0.03232660399953602, 0.03247084499889752, 0.03228612200109637, 0.03272827500040876, 0.03235263600072358, 0.03220484499979648, 0.03217766300076619, 0.0324354129988933, 0.03200628999911714, 0.032417291000456316, 0.03216850199896726, 0.032386786999268224, 0.03181470100025763, 0.03232426100294106, 0.032177088996832026, 0.03256278800108703, 0.03221657299945946, 0.03256910900017829, 0.03219859100136091, 0.032572228999924846, 0.0325185949986917, 0.032136537000042154, 0.03258751000248594, 0.03219307999825105, 0.03193782200105488, 0.03238063499884447, 0.032418916998722125, 0.03246965200014529, 0.03262351300145383, 0.03272118099994259, 0.03258378999817069, 0.032476522002980346, 0.03275454299728153, 0.03262539299976197, 0.03242070800115471, 0.03268659800232854, 0.03252151599735953, 0.032612311999400845, 0.03274858300210326, 0.03211740400001872, 0.03205466099825571, 0.03246580099948915, 0.032467408000229625, 0.03239177200157428, 0.03234008800063748, 0.03273336799975368, 0.03200691199890571, 0.03256611500182771, 0.0326033479977923, 0.03247913900122512, 0.032685483998648124, 0.03252188099941122, 0.032198308002989506, 0.03242562399827875, 0.03238623200013535, 0.032698343999072677, 0.03225472200210788, 0.032522932000574656, 0.03276945099787554, 0.032671341999957804, 0.0326311610006087, 0.032535872000153176, 0.032300866001605755, 0.03256186399812577, 0.03274478900129907, 0.0326298299987684, 0.032409522998932516, 0.03221731899975566, 0.032306824999977835, 0.03246323700295761, 0.03243955599828041, 0.0324948300003598, 0.032580415998381795, 0.032097456001793034, 0.03235768499871483, 0.0322627690002264, 0.03221070400104509, 0.03264335700077936, 0.032688470997527475, 0.03588168300120742], [0.031774306000443175, 0.03157036999982665, 0.03205453700138605, 0.031794387999980245, 0.03202880499884486, 0.032387913001002744, 0.03195871999923838, 0.03185560299971257, 0.03278343200145173, 0.03171128100075293, 0.03205666799840401, 0.03179175799959921, 0.03171583099901909, 0.032087460000184365, 0.032009704002121, 0.03168975899825455, 0.03201087400157121, 0.03151639700081432, 0.03176969500054838, 0.03186768299929099, 0.03186200299751363, 0.0318607030021667, 0.03232443699744181, 0.031990823001251556, 0.0320384959995863, 0.032003203999920515, 0.03203598500113003, 0.03202239199890755, 0.032276960999297444, 0.0318129660008708, 0.03222414600168122, 0.0320698449977499, 0.03236723700319999, 0.03229954299968085, 0.03188494999994873, 0.03188074999707169, 0.03225450000172714, 0.03222364600151195, 0.032137639998836676, 0.03437334100090084, 0.03017850999822258, 0.032278960999974515, 0.03224796799986507, 0.03221342599863419, 0.03239380900049582, 0.03241428200271912, 0.032384477999585215, 0.032365287999709835, 0.032462883998960024, 0.03230222300044261, 0.03273093499956303, 0.032357697000406915, 0.03219955500026117, 0.032172631999856094, 0.03244321400052286, 0.03195931599839241, 0.032412691001809435, 0.032171901999390684, 0.03243445000043721, 0.031798821000847965, 0.032319639998604544, 0.032182700000703335, 0.03255979800087516, 0.0322062109989929, 0.032560228999500396, 0.03220588199837948, 0.03255565700237639, 0.03254659799858928, 0.032139285998709965, 0.03257435000341502, 0.032193109997024294, 0.03193563100285246, 0.03238332499677199, 0.03241820800030837, 0.032507154002814787, 0.03258363999702851, 0.03275681400191388, 0.03255694800100173, 0.032473682000272674, 0.03274055199653958, 0.032670637003320735, 0.03241789699677611, 0.03264548500010278, 0.03255521800019778, 0.03258383000138565, 0.032746033000876196, 0.03211953500067466, 0.032053049999376526, 0.032477442000526935, 0.03246236699851579, 0.032362210000428604, 0.032290994000504725, 0.03282352499809349, 0.032018153000535676, 0.03256251499988139, 0.03260131800197996, 0.032448775997181656, 0.03268668400050956, 0.03251830199951655, 0.032202897000388475, 0.03245409699957236, 0.03235508900252171, 0.03269687499778229, 0.03225753200240433, 0.03251951099809958, 0.03276699100024416, 0.03270422499917913, 0.032586467001237907, 0.03255922500102315, 0.03228812399902381, 0.03259216700098477, 0.032712386000639526, 0.032627359996695304, 0.032411833002697676, 0.032216008999967016, 0.03229834399826359, 0.03247076800107607, 0.03244286599874613, 0.03247570800158428, 0.032586356999672716, 0.03211690700118197, 0.03232016299807583, 0.03231406199847697, 0.03221257500263164, 0.032648897999024484, 0.032681630000297446, 0.035360272999241715], [0.03180571900156792, 0.031559479000861757, 0.03206074799891212, 0.031798777999938466, 0.03201930399882258, 0.03238945300108753, 0.03196441099862568, 0.03184966200205963, 0.0328062240005238, 0.03169966099812882, 0.03204973700121627, 0.03180003799934639, 0.031715461002022494, 0.03205262699702871, 0.03206983900236082, 0.031697020000137854, 0.03199836299972958, 0.03149849499823176, 0.031773565999174025, 0.031883044001006056, 0.03188402399973711, 0.031858023001404945, 0.03232037699854118, 0.031972271000995534, 0.03204373699918506, 0.032024685002397746, 0.032032394999987446, 0.03199827099888353, 0.03228890099853743, 0.03180064499974833, 0.03222764699967229, 0.0320633640003507, 0.03237390800131834, 0.032299792001140304, 0.031900391997623956, 0.031889251000393415, 0.03225910900073359, 0.03223555799922906, 0.032149921000382164, 0.034347208002145635, 0.03020432299672393, 0.03226904000257491, 0.032245028000033926, 0.03221690599821159, 0.03237443800026085, 0.032438923000881914, 0.03239067899994552, 0.03235172700078692, 0.03246515399951022, 0.032264459998259554, 0.032757847002358176, 0.032352566999179544, 0.03220490500098094, 0.03218185299920151, 0.03243181300058495, 0.0319795069990505, 0.0324174019988277, 0.03216854200218222, 0.032392016997619066, 0.0318329330002598, 0.03229824799927883, 0.032177290002437076, 0.03256309800053714, 0.03221659199698479, 0.03257007000138401, 0.032227273000899004, 0.03254341700085206, 0.03254786699835677, 0.03210691400090582, 0.0325873510009842, 0.032192909999139374, 0.03193820099841105, 0.0323813249997329, 0.03241855799933546, 0.03249080300156493, 0.032624403000227176, 0.03272076099892729, 0.03256484799931059, 0.03247620300317067, 0.0327548229979584, 0.03264498499993351, 0.032420158000604715, 0.03266789600093034, 0.03254007699797512, 0.03259402100229636, 0.03274885299833841, 0.03211775399904582, 0.03205442100079381, 0.0324856320003164, 0.03244494599857717, 0.03239208200102439, 0.03234061900002416, 0.03273298700150917, 0.032028533998527564, 0.03256670600239886, 0.03260360799686168, 0.03245910700206878, 0.032686033999198116, 0.03252248100034194, 0.03219780799918226, 0.03244558599908487, 0.032366930001444416, 0.03269859500142047, 0.03225467099764501, 0.03252245200201287, 0.032770690999313956, 0.0326892039993254, 0.032612778999464354, 0.03255589400214376, 0.0322808939999959, 0.032580825998593355, 0.032726846999139525, 0.03262910000194097, 0.032410452997282846, 0.03221702900191303, 0.03230764500040095, 0.03246213699821965, 0.032440025999676436, 0.03249485000196728, 0.03258018599808565, 0.03209530599997379, 0.03235749500163365, 0.03226253899993026, 0.03221065400066436, 0.03266489899760927, 0.032688481001969194, 0.03591759499977343], [0.03178993800247554, 0.03155821899781586, 0.03205422700193594, 0.031808228999580024, 0.032019054000556935, 0.03238752299876069, 0.031969061001291266, 0.031843880999076646, 0.032783693000965286, 0.031722421997983474, 0.032045377000031294, 0.03180344800057355, 0.03171545100121875, 0.0320655989999068, 0.03201999500015518, 0.031690059000538895, 0.032000072998926044, 0.03150973599986173, 0.03176672599875019, 0.03186908200223115, 0.03188273499836214, 0.03185865200066473, 0.03232371800186229, 0.031974990997696295, 0.03203999700053828, 0.032014894000894856, 0.0320397059986135, 0.03199882999979309, 0.032281142001011176, 0.03180050399896572, 0.03223983800126007, 0.03205024300041259, 0.03237013800026034, 0.03230017199894064, 0.03189597199889249, 0.03189986100187525, 0.03225454899802571, 0.03222316699975636, 0.03213856000002124, 0.03435617899958743, 0.030194902003131574, 0.03227809099917067, 0.03224923800007673, 0.032213015998422634, 0.03237471800093772, 0.03243274199849111, 0.0323835590024828, 0.03234778600017307, 0.03246321500046179, 0.03230232199712191, 0.0327280650017201, 0.032359687000280246, 0.03219784499742673, 0.03217392200167524, 0.03244979400187731, 0.03197135699883802, 0.03240920099779032, 0.03217458300059661, 0.03239987699998892, 0.03181427200252074, 0.03230692899887799, 0.03219276099844137, 0.03255124700081069, 0.03222096299941768, 0.03254329700212111, 0.032223002999671735, 0.03255613799774437, 0.03254854700207943, 0.03213689699987299, 0.03257077899979777, 0.032195119998505106, 0.031937561001541326, 0.032378175001213094, 0.03241699699719902, 0.032520856002520304, 0.032585549997747876, 0.03274710299956496, 0.032577650003077, 0.032473471997946035, 0.03274080200208118, 0.03265940599885653, 0.03241691699804505, 0.032656876002874924, 0.03254410699810251, 0.0325938509995467, 0.03274661300019943, 0.03211985500092851, 0.03205178899952443, 0.032466912001837045, 0.032457946999784326, 0.03234947899909457, 0.032302694999089, 0.03280675299902214, 0.03203992500129971, 0.03256140500161564, 0.03260002800016082, 0.03246142699936172, 0.03268835400012904, 0.0325169219977397, 0.03220416700060014, 0.03244248600094579, 0.03236646000004839, 0.032695605001208605, 0.032257990998914465, 0.03251955199812073, 0.03276606100189383, 0.03269420400101808, 0.03257073599888827, 0.03257246499924804, 0.03230019500188064, 0.03258108699810691, 0.03272191599899088, 0.03262869000172941, 0.03241270400030771, 0.032216547999269096, 0.03229780499896151, 0.03247015799934161, 0.03244347600048059, 0.032474277999426704, 0.032586996003374225, 0.032101286997203715, 0.03232193300209474, 0.032312732000718825, 0.03221240399943781, 0.03265270799965947, 0.032657748997735325, 0.035175119002815336], [0.03181370899983449, 0.03153035700233886, 0.03205503799836151, 0.03183455100224819, 0.03198771199822659, 0.03238800200051628, 0.03199825399860856, 0.03181590900203446, 0.03280152399747749, 0.03173481300109415, 0.03201604499918176, 0.03183260000150767, 0.03171492099863826, 0.032047257001977414, 0.032009973998356145, 0.031753274000948295, 0.031948100000590784, 0.03151657600028557, 0.03176984599849675, 0.03186717300195596, 0.03192014699743595, 0.03187010300098336, 0.032321678001608234, 0.03192590699836728, 0.03203906699854997, 0.032070408000436146, 0.032034555999416625, 0.03195781700196676, 0.032276571000693366, 0.03181267499894602, 0.03222466700026416, 0.03206970400060527, 0.032367698000598466, 0.0322999419986445, 0.03188617100022384, 0.031943735000822926, 0.032258448998618405, 0.032224177000898635, 0.03213245000006282, 0.03430933499839739, 0.030236705002607778, 0.03229099199961638, 0.03224358799707261, 0.032211295001616236, 0.03233142500175745, 0.03248203699695296, 0.03238317800060031, 0.0323042029995122, 0.032468945002619876, 0.032290611998178065, 0.03273112500028219, 0.03235772699918016, 0.03220018399952096, 0.03217203300300753, 0.03244347299914807, 0.0320272520002618, 0.03241427099783323, 0.03217333300199243, 0.032364843998948345, 0.03180373099894496, 0.032314539999788394, 0.03218242000002647, 0.03256089800197515, 0.03221194199795718, 0.032553888002439635, 0.03220587100076955, 0.03255540799727896, 0.032546998001635075, 0.032139205999556, 0.03257433000180754, 0.03219292999710888, 0.03193637100048363, 0.03238248500201735, 0.03241854699808755, 0.032506905001355335, 0.03258411999922828, 0.032757574001152534, 0.032605350999801885, 0.0324760929979675, 0.03274091099956422, 0.03261827300229925, 0.03241876799802412, 0.03269514900239301, 0.032505863997357665, 0.032634354000038, 0.03274688300007256, 0.03211924500283203, 0.03205454999988433, 0.03242552799929399, 0.03246266700080014, 0.03236225000000559, 0.03229170399936265, 0.03282414500063169, 0.03201581299799727, 0.0325636849993316, 0.03260162800143007, 0.032500739998795325, 0.03268611400199006, 0.03251954199731699, 0.032200817000557436, 0.03240317300151219, 0.032407542999862926, 0.03269676499985508, 0.03225594199830084, 0.03252180200070143, 0.03276741000081529, 0.03265150099832681, 0.03258682700106874, 0.03261888899942278, 0.03227905400126474, 0.0325418130014441, 0.03276382999683847, 0.03262867000012193, 0.03241114300180925, 0.0322156289985287, 0.03229792400088627, 0.03247164799904567, 0.03244140600145329, 0.03247768800065387, 0.03258537699730368, 0.03206609300104901, 0.03232030300205224, 0.03231426199999987, 0.03221246499742847, 0.03264897800181643, 0.03268291999847861, 0.03542698800083599], [0.06943275999947218, 0.0313213170011295, 0.03170395599954645, 0.03155586399952881, 0.03151691200037021, 0.03138495099847205, 0.03196879700044519, 0.03156907499942463, 0.03151109200189239, 0.03164832199763623, 0.031934579001244856, 0.03170624199992744, 0.031566812001983635, 0.03191501899709692, 0.03206990000035148, 0.031784467999386834, 0.03189483700043638, 0.03143255100076203, 0.03163570700053242, 0.03148114600116969, 0.031721444000140764, 0.031880504997388925, 0.031125838999287225, 0.03133954400254879, 0.03159795499959728, 0.03167444900100236, 0.031609055997250834, 0.03105413299999782, 0.03138033800132689, 0.03176066599917249, 0.03164653800195083, 0.03149152599871741, 0.03184443300051498, 0.031597633998899255, 0.03157912300230237, 0.03167525000026217, 0.031497336996835656, 0.03125268800067715, 0.03163902700180188, 0.031526378999842564, 0.03135451599882799, 0.0317840569987311, 0.03198812000118778, 0.03171231899978011, 0.03177420399879338, 0.031843389002460754, 0.03180127599989646, 0.0316557650003233, 0.031763163999130484, 0.0318513489983161, 0.03173922200221568, 0.03177995399892097, 0.03161902200008626, 0.031561047999275615, 0.03250267900148174, 0.031802045999938855, 0.032037863998994, 0.03187499100022251, 0.03206600599878584, 0.031694458000856685, 0.03183228900161339, 0.031217682000715286, 0.03150769399871933, 0.03203266299897223, 0.03193372600071598, 0.03144040899860556, 0.03140151600018726, 0.03188534200307913, 0.03176041299957433, 0.03185301899793558, 0.03183989900207962, 0.032052414997451706, 0.03176187300050515, 0.03165350199924433, 0.031756189000589075, 0.031683213001088006, 0.03183685499971034, 0.03148979899924598, 0.03151673100001062, 0.0318110530024569, 0.03196099499837146, 0.03223021400117432, 0.031969174997357186, 0.03189061000011861, 0.03174292800031253, 0.03185893599948031, 0.03211358600310632, 0.032025189997511916, 0.03145492600015132, 0.0316569310016348, 0.03188742899874342, 0.0318603970008553, 0.03203192000000854, 0.03212989700114122, 0.0324504709969915, 0.03161981900120736, 0.03225937699971837, 0.03195442400101456, 0.03205264099960914, 0.031958963998476975, 0.03207639300308074, 0.03206666299956851, 0.03221544299958623, 0.03223822599829873, 0.032461639999382896, 0.03184682299979613, 0.03221699000278022, 0.03203534599742852, 0.03336496700285352, 0.03165945799992187, 0.03192181699705543, 0.031915178002236644, 0.03216769600112457, 0.0321395949977159, 0.03215491499940981, 0.0324640079998062, 0.03174932500041905, 0.0317072720026772, 0.03219419800007017, 0.03171028199722059, 0.03192306799974176, 0.0321393039994291, 0.03203742700134171, 0.03188767499887035, 0.032315127002220834, 0.032141293999302434, 0.034723929999017855], [0.03158365700073773, 0.03132088699931046, 0.03170134500032873, 0.03155779500229983, 0.03151649199935491, 0.03138809200027026, 0.03196637599830865, 0.031570175000524614, 0.03151164199880441, 0.03164824200212024, 0.031945079997967696, 0.031695542002125876, 0.0315896829997655, 0.03189981700052158, 0.0320640399986587, 0.03179188899957808, 0.03189480700166314, 0.03142542099885759, 0.03163688700078637, 0.03147956499742577, 0.03172413400170626, 0.031877556000836194, 0.031127128000662196, 0.031341634999989765, 0.03159706399674178, 0.03167477000170038, 0.031608984998456435, 0.03105426300317049, 0.03138135799963493, 0.03175878699767054, 0.031647928000893444, 0.03149208600007114, 0.031849693001277046, 0.03159229399898322, 0.03158040299967979, 0.03167427000153111, 0.03153747999749612, 0.03124235700306599, 0.031610034999175696, 0.03152683900043485, 0.03135540599760134, 0.031784097001946066, 0.031994619999750284, 0.031730270999105414, 0.0317567929996585, 0.03184325899928808, 0.031797075000213226, 0.03161055199961993, 0.03181375700296485, 0.031852249998337356, 0.031731151000713, 0.03177918399887858, 0.03163065300032031, 0.031550117000733735, 0.03250261900029727, 0.031802366000192706, 0.03204279499914264, 0.03190541300136829, 0.03206704599870136, 0.03169292799793766, 0.03183012800218421, 0.03121898199970019, 0.03150873399863485, 0.03203947400106699, 0.03192662600122276, 0.031439407997822855, 0.03140272600285243, 0.031883601997833466, 0.03176306400200701, 0.03185031899920432, 0.031846118999965256, 0.03205910600081552, 0.03175813199777622, 0.03157312600160367, 0.03183714499755297, 0.031602497001586016, 0.031919482000375865, 0.031488548000197625, 0.03151834099844564, 0.03181095300169545, 0.03195909499845584, 0.03223231400261284, 0.03196808499706094, 0.03189019000274129, 0.03174291799950879, 0.0318604959975346, 0.032113627003127476, 0.032030408998252824, 0.03144892600175808, 0.03165876200000639, 0.03188652799872216, 0.03186166700106696, 0.03203334999852814, 0.032132486998307286, 0.03244745200208854, 0.03161876800004393, 0.03225947700047982, 0.031956143997376785, 0.032052731003204826, 0.031957933999365196, 0.032076953997602686, 0.032071352001366904, 0.032210884000960505, 0.032239444997685496, 0.03246207100164611, 0.0318464119991404, 0.032215670002187835, 0.032043086997873615, 0.03336682699955418, 0.03165292700214195, 0.03192585799843073, 0.031911767000565305, 0.03216943699953845, 0.03213970399883692, 0.0321525150029629, 0.032464448999235174, 0.0317485849991499, 0.03170578099889099, 0.03219551900110673, 0.03170904199942015, 0.031925398001476424, 0.03213919399786391, 0.032037466000474524, 0.03190816700225696, 0.03230943699963973, 0.0321363740004017, 0.03475846199944499], [0.031589106998580974, 0.03132181700129877, 0.03166677300032461, 0.031558175000100164, 0.03151670199804357, 0.03142231400124729, 0.031932803001836874, 0.031604088999301894, 0.031478089000302134, 0.03168281399848638, 0.0319115980018978, 0.03172851399722276, 0.03155768100259593, 0.031898716999421595, 0.0320975719987473, 0.03175983700202778, 0.0318952369998442, 0.031458802997804014, 0.031648478001443436, 0.03143301199816051, 0.03175911700236611, 0.03184299199710949, 0.031126849000429502, 0.03137792800043826, 0.03156122099971981, 0.03170950300045661, 0.03161124500184087, 0.031018599998787977, 0.03138169800149626, 0.03179266899678623, 0.031614816001820145, 0.03149164600108634, 0.031850282997766044, 0.03162716700171586, 0.031589833000907674, 0.031629586999770254, 0.03153843999825767, 0.031246867001755163, 0.031605554999259766, 0.031525968999631004, 0.03135701599967433, 0.03179649799858453, 0.03198350000093342, 0.031730210001114756, 0.03175648300020839, 0.031843909000599524, 0.0318333379982505, 0.03162033300031908, 0.03176725299999816, 0.03184999999939464, 0.03176798300046357, 0.03174498199950904, 0.031630633002350805, 0.0315854299988132, 0.03250209899852052, 0.03176769399942714, 0.03204363400072907, 0.03195884700107854, 0.03201413200076786, 0.03169272800005274, 0.03183052799795405, 0.03121937300238642, 0.031505762999586295, 0.03204931499931263, 0.031921074998535914, 0.03143569900203147, 0.03140412599896081, 0.03188582200164092, 0.0317714539996814, 0.03184998899814673, 0.031835568999667885, 0.0320594250006252, 0.03176218299995526, 0.031662113000493264, 0.031748697998409625, 0.03167255200241925, 0.03184998600045219, 0.03148863899696153, 0.03151820100174518, 0.03181112300080713, 0.031959273997927085, 0.03223242500098422, 0.03196860499883769, 0.03189034000024549, 0.031742348000989296, 0.031860155999311246, 0.03211451700190082, 0.032030638998548966, 0.031454785999812884, 0.03165311100019608, 0.03188847899946268, 0.031861087001743726, 0.03203357999882428, 0.032138187998498324, 0.032447221001348225, 0.0316134280001279, 0.03225935700174887, 0.03195796399813844, 0.03205044100104715, 0.03195814499849803, 0.03207786300117732, 0.03207284300151514, 0.032209742999839364, 0.03223981599876424, 0.03246260000014445, 0.03184829200108652, 0.032214099999691825, 0.032043617000454105, 0.03336816699811607, 0.03165131700006896, 0.03193265899972175, 0.03190662699853419, 0.03216851600154769, 0.03213938499902724, 0.03215231500144, 0.03246557799866423, 0.03175922599984915, 0.03169402999992599, 0.03219569900102215, 0.03171058199950494, 0.03192503800164559, 0.032138283997483086, 0.032038287001341814, 0.03190852600164362, 0.03231027699803235, 0.032136794001417, 0.03515491299913265], [0.031584327000018675, 0.03132029700282146, 0.03166290299850516, 0.0315560250019189, 0.03151682099996833, 0.03142766499877325, 0.03192715299883275, 0.031609949000994675, 0.03147034799985704, 0.03168905499842367, 0.031896337000944186, 0.03174429499995313, 0.031526699000096414, 0.03191567800240591, 0.03211027299767011, 0.03174444600153947, 0.03189465600007679, 0.03147299500051304, 0.031636787000024924, 0.03143955299674417, 0.031763986000441946, 0.031837383001402486, 0.03112602799956221, 0.031382887998915976, 0.031554930999845965, 0.03171683300024597, 0.03160893500171369, 0.03101247000086005, 0.03138062799916952, 0.031801220000488684, 0.031605755000782665, 0.03149156599829439, 0.0318446329983999, 0.03163891700023669, 0.03158032300052582, 0.03163280700027826, 0.0314976170011505, 0.031323522998718545, 0.03156799200223759, 0.03152725899781217, 0.03135456599920872, 0.03178437700262293, 0.031988380000257166, 0.03171209899664973, 0.03177462400344666, 0.031844108998484444, 0.03184378899823059, 0.03161299200291978, 0.0317626329997438, 0.031901073998596985, 0.031731341001432156, 0.03173734099982539, 0.03161909199843649, 0.03160275100162835, 0.03250298899729387, 0.03176104300291627, 0.03203713399852859, 0.03195195700027398, 0.03198998999869218, 0.03169423800136428, 0.03183313900080975, 0.03122336199885467, 0.03157637899857946, 0.031957698000042, 0.03193455600194284, 0.031511893997958396, 0.03140375600196421, 0.031811406999622704, 0.03183477900165599, 0.03177893300016876, 0.03191738499663188, 0.032058876000519376, 0.03167944700180669, 0.03165400099896942, 0.031755048999912106, 0.03168439400178613, 0.03183683499810286, 0.03148915800193208, 0.03151729099772638, 0.031811292999918805, 0.03196026500154403, 0.03223009399880539, 0.031969474999641534, 0.03189045000181068, 0.03174249799849349, 0.031859726001130184, 0.032114016998093575, 0.03202495900040958, 0.0314547460002359, 0.031657261002692394, 0.031887108998489566, 0.03186134700081311, 0.03203179999763961, 0.03212955700291786, 0.03245072099889512, 0.031619528999726754, 0.03225886699874536, 0.03195528400101466, 0.032053130998974666, 0.03195869400224183, 0.032076962997962255, 0.03206698299982236, 0.032215513001574436, 0.03223802600041381, 0.032462470000609756, 0.03184659299949999, 0.03221664000011515, 0.03204202699998859, 0.03336539600059041, 0.031652737998228986, 0.0319228580010531, 0.03191451699967729, 0.0321681269997498, 0.03213907399913296, 0.03215493500101729, 0.03246353899885435, 0.03174958399904426, 0.031707432000985136, 0.03219423799964716, 0.03170951300126035, 0.031923976999678416, 0.0321393749982235, 0.03203751600085525, 0.03188814500026638, 0.03231537800093065, 0.03214050400129054, 0.034792244998243405], [0.031797093000932364, 0.031321897000452736, 0.031690644998889184, 0.031560054998408305, 0.031516852002823725, 0.031396761998621514, 0.03195711599983042, 0.03157970599932014, 0.031503500998951495, 0.031657943000027444, 0.031909457000438124, 0.03173058399988804, 0.03158351400270476, 0.03187094499662635, 0.032099212003231514, 0.03175855599693023, 0.03191304800202488, 0.031443503001355566, 0.03164815799755161, 0.031459164001717, 0.031732933999592206, 0.03186908499992569, 0.031128558999625966, 0.03135058499901788, 0.031587124001816846, 0.031683869998232694, 0.031612005001079524, 0.031045212999742944, 0.031380368000100134, 0.03176672699919436, 0.031642718000512104, 0.031490804998611566, 0.03182182100135833, 0.03162953699938953, 0.031590213999152184, 0.03166476900150883, 0.03150007699878188, 0.0312777700019069, 0.03160278399809613, 0.031527219001873164, 0.03135681599815143, 0.031798659001651686, 0.031952656998328166, 0.031731101000332274, 0.03175597200242919, 0.03184417899683467, 0.0318361690005986, 0.03161825200004387, 0.03178398499949253, 0.031861511000897735, 0.03174211100122193, 0.03177114400023129, 0.03163513300023624, 0.03155507799965562, 0.03250091899826657, 0.0317945349997899, 0.03201485200042953, 0.03196615799970459, 0.03200748200106318, 0.03169284799878369, 0.031830388001253596, 0.031219461998261977, 0.03155003700157977, 0.03200528199886321, 0.031921305002470035, 0.03148049199808156, 0.03140696600166848, 0.031838808998145396, 0.03182041699983529, 0.031801095999981044, 0.031885472002613824, 0.03206075599882752, 0.03171131899944157, 0.03166342199983774, 0.03175512899906607, 0.031665911999880336, 0.03184964600222884, 0.031488218999584205, 0.031525820999377174, 0.03180402300131391, 0.03195908399720793, 0.03223213500314159, 0.03196898500027601, 0.0318903789993783, 0.03174205799950869, 0.03186081699823262, 0.032114046000060625, 0.032031040002038935, 0.03145425600087037, 0.031653600999561604, 0.03188861899980111, 0.03186151699992479, 0.032033629999205004, 0.032137877999048214, 0.032447520999994595, 0.03161370800080476, 0.0322607070011145, 0.03195701399818063, 0.032050001002062345, 0.03195775399944978, 0.032078293999802554, 0.03207319200009806, 0.03221009399931063, 0.03223994500149274, 0.03246267099893885, 0.03184829200108652, 0.032213779999437975, 0.0320443870004965, 0.033368566997523885, 0.031651107001380296, 0.03193271900090622, 0.031906557000183966, 0.03216867599985562, 0.032138974998815684, 0.032152445000974694, 0.03246608799963724, 0.0317591259990877, 0.03169396000157576, 0.03219541900034528, 0.03171051199751673, 0.03192545799902291, 0.03213834400230553, 0.032038386998465285, 0.0319086960007553, 0.0323103769987938, 0.03213717400285532, 0.03522324799996568], [0.03158299700226053, 0.031321136997576104, 0.031703076001576846, 0.03155822500048089, 0.03151635099857231, 0.03138651200060849, 0.0319683960005932, 0.03156771599969943, 0.031514550999418134, 0.03164593200199306, 0.0319478599994909, 0.0316924819999258, 0.03159318399775657, 0.03189911700246739, 0.032061399000667734, 0.03179555899987463, 0.031894766998448176, 0.031422551001014654, 0.03164724800080876, 0.031470974998228485, 0.0317223730016849, 0.03187979599897517, 0.03112702900034492, 0.031339763998403214, 0.031599084999470506, 0.0316727589997754, 0.03160913600004278, 0.031056982999871252, 0.031381328000861686, 0.03175610600010259, 0.031650857999920845, 0.03149195600053645, 0.03185033399859094, 0.03158998300204985, 0.03157968300001812, 0.031676471000537276, 0.03153896900039399, 0.03123962699828553, 0.03161249500044505, 0.031525889000477036, 0.03135628599920892, 0.03178434800065588, 0.03199532999860821, 0.03172983100012061, 0.03175663200090639, 0.03184374899865361, 0.0317948060001072, 0.03165690500100027, 0.031769553999765776, 0.031849858998612035, 0.031730921000416856, 0.03178217499953462, 0.03163068300273153, 0.03154766700026812, 0.03250219899928197, 0.03180502599934698, 0.03204298399941763, 0.03190325300238328, 0.03206900699660764, 0.03169357800288708, 0.03182999799901154, 0.031219312000757782, 0.031506053997873096, 0.03204226399975596, 0.03192711500014411, 0.03143632900173543, 0.0314036159979878, 0.031885602002148516, 0.031760293000843376, 0.03185361999931047, 0.031843298998865066, 0.032059184999525314, 0.03176159299982828, 0.031658512001740746, 0.03175213899885421, 0.03166909200081136, 0.0318530769982317, 0.03148842800146667, 0.03151828100089915, 0.03181102300004568, 0.03195920500002103, 0.03223260400045547, 0.03196835499693407, 0.03188956000303733, 0.03174310800022795, 0.031860245999268955, 0.0321145069974591, 0.0320299890008755, 0.03145529600078589, 0.031652951998694334, 0.031886928001767956, 0.03186196699971333, 0.03203334999852814, 0.0321324270007608, 0.0324535020008625, 0.031612997998308856, 0.0322595170000568, 0.03195598400270683, 0.0320526309988054, 0.031957815001078416, 0.03207784299956984, 0.03207246300007682, 0.03220938300000853, 0.03223970600083703, 0.03246219999709865, 0.031846582001890056, 0.03221580999888829, 0.032043397000961704, 0.03336736699930043, 0.03165206699850387, 0.031932568999764044, 0.0319063270035258, 0.03216888599854428, 0.03213959500135388, 0.0321521149999171, 0.03246512799887569, 0.03174825499809231, 0.03170539100028691, 0.03219536899996456, 0.031710012000985444, 0.031925628001772566, 0.032138443999429, 0.03203780699914205, 0.03190860600079759, 0.03230956699917442, 0.03213674400103628, 0.03481104599995888], [0.03153814300094382, 0.03132108700083336, 0.031695344998297514, 0.03155497500119964, 0.03151784199872054, 0.03139018200090504, 0.0319584950011631, 0.031577846999425674, 0.03150194000045303, 0.03165890299715102, 0.031916658001136966, 0.03172304400141002, 0.03155476100073429, 0.0319128279988945, 0.03208459099914762, 0.0317700870000408, 0.03189313700204366, 0.03144614199845819, 0.03163714800029993, 0.03147050400002627, 0.03173242499906337, 0.03186971499962965, 0.031124908000492724, 0.03135188600208494, 0.0315863329997228, 0.03168571099740802, 0.03160776500226348, 0.031043771999975434, 0.031368096999358386, 0.03178180800023256, 0.03163716699782526, 0.03149105600095936, 0.03184273300212226, 0.031610034999175696, 0.031576282999594696, 0.03166799999962677, 0.03148216499903356, 0.03126803900158848, 0.031623145998310065, 0.03153758000189555, 0.03135781599848997, 0.03178160700190347, 0.03198557999712648, 0.031711649000499165, 0.03177451400188147, 0.03184362899992266, 0.031813796998903854, 0.031633713999326574, 0.031772293001267826, 0.03186336100043263, 0.03173995099859894, 0.03177190399946994, 0.03161942299993825, 0.03156707800008007, 0.032504299000720493, 0.031791954999789596, 0.03203697400022065, 0.03188728199893376, 0.03202612300083274, 0.03170460900219041, 0.03183394799998496, 0.03121815199847333, 0.03152451600180939, 0.03201395199721446, 0.03193260600164649, 0.03145972999845981, 0.03140125600111787, 0.03186983100022189, 0.03177691399832838, 0.0318339580007887, 0.03185221000239835, 0.03204694499800098, 0.03174608100016485, 0.031645661998481955, 0.03177230000073905, 0.03166953199979616, 0.031846296002186136, 0.031490918998315465, 0.031516170001850696, 0.031810772998142056, 0.03196309499980998, 0.032229734999418724, 0.031969585001206724, 0.03189018899865914, 0.03174299800230074, 0.03185800699793617, 0.0321135560006951, 0.032026028999098344, 0.03145446600319701, 0.03165564099981566, 0.03188893900005496, 0.03185945699806325, 0.03203147000022, 0.03213104699898395, 0.03244683100274415, 0.03162323899960029, 0.032258016999549, 0.031954383997799596, 0.03205350099960924, 0.03195696400143788, 0.032077713000035146, 0.032066022999060806, 0.032212893001997145, 0.032239325999398716, 0.03246009999929811, 0.03184819300076924, 0.032215899998846, 0.03203410599962808, 0.03336652700090781, 0.03166037800110644, 0.03191995700035477, 0.03191697799775284, 0.032167666002351325, 0.03213968499767361, 0.03215543500118656, 0.03244789699965622, 0.03176509599870769, 0.031706602003396256, 0.032194837996939896, 0.031710142000520136, 0.031922157999360934, 0.03213989400319406, 0.03203760699761915, 0.031888125002296874, 0.03231069699904765, 0.03214306399968336, 0.03447630099981325], [0.03160527900035959, 0.03132179699969129, 0.03169250499922782, 0.03156024500276544, 0.03151704099946073, 0.031394433000969, 0.0319590849976521, 0.031578587000694824, 0.031505191000178456, 0.03165628200076753, 0.03192815899819834, 0.031712093001260655, 0.03158489300039946, 0.03188842599774944, 0.03208092100248905, 0.03177732800031663, 0.03191448799771024, 0.03142294099961873, 0.0316489079996245, 0.031460584003070835, 0.031731473998661386, 0.03187077500115265, 0.031128659000387415, 0.03134867599874269, 0.03158884300137288, 0.03168256999924779, 0.03161216599983163, 0.031046821997733787, 0.031379558000480756, 0.03179027900114306, 0.03162030599924037, 0.031490895999013446, 0.03184002200214309, 0.03160956599822384, 0.03159009299997706, 0.03166685000178404, 0.03152632899946184, 0.03125205700052902, 0.03160201499849791, 0.03152822899937746, 0.03135668600225472, 0.03179860800082679, 0.031970768999599386, 0.031731421000586124, 0.03175503199963714, 0.031845378998696106, 0.031816208000236657, 0.03161752199957846, 0.031804845999431564, 0.03184303899979568, 0.03174082199984696, 0.031772794001881266, 0.03163528299774043, 0.031552837001072476, 0.032501189001777675, 0.03179695599828847, 0.03203253399988171, 0.031946425999194616, 0.032006882000132464, 0.03170084800149198, 0.03186007999829599, 0.03121044200088363, 0.031530435000604484, 0.03199718099858728, 0.03195499800131074, 0.03145004899852211, 0.03140676700058975, 0.03186930100127938, 0.031790494998858776, 0.03182739800104173, 0.03186432000075001, 0.03205607599738869, 0.03170860899990657, 0.03166364200296812, 0.03175512899906607, 0.03166640199924586, 0.03184959600184811, 0.03148815899839974, 0.03152586099895416, 0.03180439300194848, 0.03195880400016904, 0.03223147499738843, 0.031969695002771914, 0.03188988900001277, 0.03174229800060857, 0.03186155699950177, 0.0321129359981569, 0.03203177999967011, 0.03145391600264702, 0.03165416099727736, 0.03188860900263535, 0.03186170699700597, 0.03203369000038947, 0.03213796700219973, 0.032446971999888774, 0.03161463799915509, 0.03226062699832255, 0.031957934003003174, 0.03204880100020091, 0.03195756399873062, 0.032079132997751, 0.032073133002995746, 0.03221010400011437, 0.03224024500013911, 0.03246261099775438, 0.03184838200104423, 0.03221376000146847, 0.03204541699960828, 0.033368896998581477, 0.03165094699943438, 0.03193238899984863, 0.03190631600227789, 0.0321684969967464, 0.032138995000423165, 0.03215247499974794, 0.03246586800014484, 0.031759806002810365, 0.031694319997768616, 0.03219529900161433, 0.031709921997389756, 0.03192588800084195, 0.03213854400019045, 0.03203847700206097, 0.031909036999422824, 0.03232863800076302, 0.0321193529998709, 0.03528109099715948], [0.08556537399999797, 0.03209647699986817, 0.03230243299913127, 0.03267245099777938, 0.03274777600017842, 0.03249500700258068, 0.03274711699850741, 0.033596019999095006, 0.03253987100106315, 0.032727615001931554, 0.032562771997618256, 0.032267390000924934, 0.03219035499932943, 0.03230336300111958, 0.0326830810008687, 0.032239467996987514, 0.03246345500156167, 0.03245149400027003, 0.0323703280009795, 0.0326867419971677, 0.03211260600073729, 0.032013887001085095, 0.03233571199962171, 0.03269704899867065, 0.03259494099984295, 0.03193040100086364, 0.03255983900089632, 0.0324867630006338, 0.032751463000749936, 0.032270576997689204, 0.0324316580008599, 0.03240163699956611, 0.03264485500039882, 0.03213128599963966, 0.03257020900127827, 0.032415467998362146, 0.03238898600102402, 0.032347772001230624, 0.032510144999832846, 0.03253355599736096, 0.03249683400281356, 0.03221415299776709, 0.0323059389993432, 0.03261229200143134, 0.0322953389986651, 0.032543036999413744, 0.03290655500313733, 0.03222911299963016, 0.032721350999054266, 0.03224086499903933, 0.032273307002469664, 0.03257235599812702, 0.03252377199896728, 0.03254919400205836, 0.03272354799992172, 0.0325972369973897, 0.03204465600356343, 0.0322473109990824, 0.03259939800045686, 0.032346578998840414, 0.0325460940002813, 0.03258502599783242, 0.032770291003544116, 0.03262971999720321, 0.03246248700088472, 0.03260100799889187, 0.0325265120009135, 0.032556965001276694, 0.03261693899912643, 0.03250087099877419, 0.032754959000158124, 0.03244590699978289, 0.0321844960017188, 0.03256462499848567, 0.03283311500126729, 0.032836075999512104, 0.032687163999071345, 0.032646632000250975, 0.032550304000324104, 0.03233933800220257, 0.03256340499865473, 0.032640920999256196, 0.03276427699893247, 0.03286380400095368, 0.03281386900198413, 0.0325096679989656, 0.03313743499893462, 0.03277126700049848, 0.03273118300057831, 0.03299588400113862, 0.032598403999145376, 0.03265926899985061, 0.032895436001126654, 0.03189306099739042, 0.03193824499976472, 0.03248194499974488, 0.03222248500242131, 0.03201522100061993, 0.032351025998650584, 0.032539768999413354, 0.03260679500090191, 0.032495306000782875, 0.03272444299727795, 0.032411860000138404, 0.03261159500107169, 0.0328803650008922, 0.03258332299810718, 0.03248793600141653, 0.03261931499946513, 0.03254700099932961, 0.032155561002582544, 0.03241080899897497, 0.032654347000061534, 0.03239775499969255, 0.03268915800072136, 0.03237684299892862, 0.03274067099846434, 0.03264199400291545, 0.033143370998004684, 0.033045083000615705, 0.03264139399834676, 0.03259240000261343, 0.03219597999850521, 0.032624522002151934, 0.032730840997828636, 0.032777543001429876, 0.037324404998798855], [0.03268319199924008, 0.03202729199983878, 0.03237001800152939, 0.032605775999400066, 0.03281662099834648, 0.03250804799972684, 0.03273172500121291, 0.03359562100013136, 0.03247388499949011, 0.032793670001410646, 0.032497227999556344, 0.03226694999830215, 0.03225869900052203, 0.03224232900174684, 0.0327408960001776, 0.03217468299772008, 0.03246905500054709, 0.032509458000276936, 0.03236996800114866, 0.03262943799927598, 0.03211261600154103, 0.03200880700023845, 0.0323351309998543, 0.03269774999716901, 0.032595561002381146, 0.031930351000482915, 0.032559488998231245, 0.03249115300059202, 0.032816656999784755, 0.032200591998844175, 0.03243245900011971, 0.03247078200001852, 0.03264452499934123, 0.0320618710029521, 0.03262892299972009, 0.0323626739991596, 0.03238905599937425, 0.03234231199894566, 0.03257901000324637, 0.03252905599947553, 0.03243340900007752, 0.032280018000165, 0.032240403998002876, 0.03261144200223498, 0.0322959789991728, 0.0325423670001328, 0.03297245999783627, 0.032232383000518894, 0.032652926001901506, 0.03231000999949174, 0.03226941699904273, 0.03251389100114466, 0.03251795200048946, 0.03254898399973172, 0.03272956799992244, 0.03259057700051926, 0.032051646998297656, 0.03225638100047945, 0.032583837000856875, 0.03235259899884113, 0.03261294899857603, 0.03251226100110216, 0.03277051099939854, 0.032629770001221914, 0.03246352700080024, 0.03260078799939947, 0.0325267519983754, 0.032557185000769095, 0.032617898999887984, 0.03250025099987397, 0.03276000900223153, 0.0324406559993804, 0.03219032699780655, 0.03255882500161533, 0.03283352499784087, 0.032835876001627184, 0.0326885639988177, 0.03264511200177367, 0.03255060399897047, 0.03233934799936833, 0.032564075001573656, 0.03264068099815631, 0.03276444700168213, 0.032864083997992566, 0.032814530000905506, 0.032509477001440246, 0.033136844998807646, 0.032771386999229435, 0.03273123300095904, 0.0329964939992351, 0.03259728400007589, 0.03266029900260037, 0.032895735999773024, 0.03189241099971696, 0.03193867499794578, 0.03248221499961801, 0.0322228860022733, 0.03201655999873765, 0.032349895998777356, 0.03254000900051324, 0.0326067050009442, 0.03249521600082517, 0.032798038999317214, 0.03233818499938934, 0.0326121250000142, 0.03287907400226686, 0.0325840639998205, 0.03248922499915352, 0.032618795998132555, 0.03254735000155051, 0.0321552809982677, 0.03241028000047663, 0.0326551260004635, 0.0324046259993338, 0.032681996999599505, 0.03237739399992279, 0.03274071000123513, 0.03264163399944664, 0.03314345100079663, 0.03304624399970635, 0.03263989300103276, 0.032593269999779295, 0.0321959409993724, 0.032624301999021554, 0.0327310300017416, 0.03277775300011854, 0.03738973999861628], [0.03268410199962091, 0.0320830759992532, 0.03231680400131154, 0.03265713999644504, 0.032762857001216616, 0.032494646999111865, 0.03274727700045332, 0.033596940000279574, 0.03252263900139951, 0.03274398699795711, 0.03255925200210186, 0.032264490000670776, 0.032204614999500336, 0.032284671997331316, 0.032695982001314405, 0.03223577799872146, 0.03244660400014254, 0.03247077500054729, 0.03236174700214178, 0.03268239200042444, 0.03210445599688683, 0.03201206700032344, 0.0323386810014199, 0.03268315799869015, 0.032599072001175955, 0.031931190998875536, 0.03255551800248213, 0.03250321399900713, 0.0327669939979387, 0.03225679600291187, 0.03242653899724246, 0.03241806700316374, 0.03264530599699356, 0.032113364002725575, 0.03258685099717695, 0.03240052600085619, 0.03238658600093913, 0.03235331299947575, 0.032522006000363035, 0.032528675998037215, 0.03249180300190346, 0.03222450400062371, 0.032291658000758616, 0.032609401998342946, 0.032294429001922254, 0.03254406699852552, 0.032922565998887876, 0.03222631300013745, 0.03270826000152738, 0.032255514997814316, 0.03227502800291404, 0.03253845299695968, 0.0325379640016763, 0.032537732000491815, 0.03272221799852559, 0.032604168001853395, 0.03203801599738654, 0.03226523200282827, 0.032606949000182794, 0.032335566997062415, 0.03255964500203845, 0.03257026600113022, 0.03276633999848855, 0.0326325200003339, 0.03246746799777611, 0.032602698000118835, 0.03251953200015123, 0.03256081500148866, 0.03261217800172744, 0.032501540998055134, 0.032754869000200415, 0.03245091699864133, 0.03217906600184506, 0.03256444499857025, 0.03283219500008272, 0.032835886002430925, 0.03268234399729408, 0.03265152200037846, 0.03255009400163544, 0.032335968000552384, 0.03256148499713163, 0.032645301002048654, 0.03276187599840341, 0.032866055000340566, 0.03280793900194112, 0.032511097997485194, 0.03313929400246707, 0.03277443699698779, 0.03273034400262986, 0.03299490399876959, 0.03259963399978005, 0.032658799002092564, 0.03289389599740389, 0.03189532100077486, 0.031936743998812744, 0.03248302599968156, 0.0322186250014056, 0.032014631000492955, 0.032353865000914084, 0.03253937999761547, 0.03260534400033066, 0.032496676001755986, 0.03274178499850677, 0.032396958999015624, 0.032610175003355835, 0.03287955499763484, 0.03258353300043382, 0.03248702500059153, 0.03261950600062846, 0.032546340000408236, 0.032154500997421565, 0.032412210002803477, 0.03265068600012455, 0.032399656000052346, 0.03268964699964272, 0.032376723997003864, 0.032739821002905956, 0.03263995299857925, 0.03314657100054319, 0.03304435400059447, 0.032642613998177694, 0.032592660001682816, 0.032195829997363035, 0.03262590200029081, 0.03272892000313732, 0.03277787399929366, 0.03710735799904796], [0.03269715300120879, 0.03209577699817601, 0.03230173200063291, 0.032674271998985205, 0.032748566001828294, 0.032508188000065275, 0.03273233499930939, 0.03359555100178113, 0.03254337999896961, 0.032725196000683354, 0.03255955199711025, 0.03230216200245195, 0.032162621999304974, 0.03230608399826451, 0.03268291100175702, 0.03222904699941864, 0.032478057000844274, 0.032450812999741174, 0.03235966799911694, 0.03269293199991807, 0.03214389799904893, 0.03199837700231001, 0.032331111000530655, 0.03268737799953669, 0.03258968099908088, 0.03193935099989176, 0.03255473900208017, 0.03249673299796996, 0.03274628299914184, 0.03226572700077668, 0.03253238600154873, 0.03231364999737707, 0.03263806399991154, 0.03214047700021183, 0.032603362000372726, 0.03238785500070662, 0.0323749150011281, 0.032358713000576245, 0.03250036499957787, 0.03255099699890707, 0.03248788299970329, 0.03220392200091737, 0.03232629099875339, 0.032602832001430215, 0.03229449799982831, 0.03253863699865178, 0.03290852500140318, 0.03222533299776842, 0.03272284100239631, 0.03224631500052055, 0.03226334599821712, 0.032579966999037424, 0.03253523300008965, 0.032551563999732025, 0.03272622800068348, 0.032597197001450695, 0.032031645998358727, 0.03227230199991027, 0.03257646700149053, 0.032350878998840926, 0.03254051300245919, 0.03258679699865752, 0.03277802099910332, 0.03262578000067151, 0.032500130000698846, 0.03256833599880338, 0.03253988299911725, 0.032545204001507955, 0.032626348998746835, 0.032498961001692805, 0.03274514800068573, 0.03245401700041839, 0.03217321599731804, 0.032560924999415874, 0.032845786001416855, 0.032835975998750655, 0.03270110500307055, 0.032633820999762975, 0.03254901299806079, 0.032342319002054865, 0.03257049499734421, 0.03263210099976277, 0.03276627600280335, 0.0328649349976331, 0.03282507000039914, 0.032499877001100685, 0.033136213998659514, 0.03277215699927183, 0.03273106400229153, 0.0329977740002505, 0.03259427399825654, 0.032664648999343626, 0.0328944560023956, 0.03189334099806729, 0.03194562499993481, 0.032482885999343125, 0.03221486500115134, 0.03201741999873775, 0.03234903600241523, 0.03257876199859311, 0.03257087200108799, 0.032498746000783285, 0.03271196299829171, 0.03242038100142963, 0.03261082499739132, 0.032880635000765324, 0.03258922299937694, 0.03248620500016841, 0.03261872599978233, 0.03255364100186853, 0.03214980000120704, 0.03240941999683855, 0.03265620700040017, 0.032404225999925984, 0.03268252600173582, 0.03237802399962675, 0.03274114099986036, 0.03264038300039829, 0.033143280998046976, 0.03304723400287912, 0.03263926399813499, 0.0325956100023177, 0.03219393999825115, 0.032626801999867894, 0.03273578100197483, 0.03277822299787658, 0.037768318001326406], [0.03273747600178467, 0.03205435400013812, 0.032342775997676654, 0.03263334800067241, 0.03279143899999326, 0.032507649000763195, 0.03273281500150915, 0.03359513999748742, 0.03250187800222193, 0.032768557997769676, 0.03255815200100187, 0.032263339999190066, 0.032200965000811266, 0.03226471000016318, 0.03272377499888535, 0.03222934700170299, 0.03243751300033182, 0.032486837000760715, 0.032365406997996615, 0.03265079899938428, 0.03214478900190443, 0.03199903600034304, 0.03232978099913453, 0.03268861800097511, 0.032589270998869324, 0.03193937199830543, 0.0325553980001132, 0.0324955840005714, 0.03278950499952771, 0.032222904002992436, 0.032531916000152705, 0.032350882996979635, 0.03264718500213348, 0.0320948539992969, 0.03260620099899825, 0.03238574600254651, 0.03237424499820918, 0.03235884300011094, 0.03254467700025998, 0.03254976799871656, 0.032445870001538424, 0.032247175000520656, 0.03228302799834637, 0.03261008200206561, 0.03228666799986968, 0.032546296999498736, 0.032937967000179924, 0.03223302399783279, 0.032679148000170244, 0.03228697799931979, 0.032264676003251225, 0.03253827399748843, 0.032535002999793505, 0.03255780400286312, 0.03271970700006932, 0.032597367997368565, 0.03203230500002974, 0.03227197299929685, 0.03257596600087709, 0.03235125900027924, 0.03258441700018011, 0.032543142999202246, 0.0327780210027413, 0.03262639999957173, 0.03250059999845689, 0.032568006001383765, 0.0325399829998787, 0.03254548399854684, 0.03262584999902174, 0.032499300003109965, 0.03274559899728047, 0.032454407002660446, 0.03217316499649314, 0.03256055600286345, 0.03284601599807502, 0.032835984999110224, 0.032709046001400566, 0.03262661000189837, 0.03254851399833569, 0.03234358899862855, 0.03256962500017835, 0.03263228099967819, 0.0327659560025495, 0.03286477399888099, 0.032825661000970285, 0.03249971699915477, 0.033136344001832185, 0.03277238699956797, 0.03273068399721524, 0.0329984140007582, 0.03259420399990631, 0.03266488900044351, 0.03289441599918064, 0.03189391100022476, 0.03194513500056928, 0.03248318600162747, 0.032214643997576786, 0.03201712100053555, 0.032350315999792656, 0.032579252001596615, 0.03257064200079185, 0.03249889599828748, 0.03275729600136401, 0.03237442799945711, 0.03261146499789902, 0.03288023400091333, 0.03259007399901748, 0.03248592500312952, 0.032626505999360234, 0.032545611000387, 0.03215061999799218, 0.03240924000056111, 0.03265626700158464, 0.03240376499888953, 0.032683036999515025, 0.03237760399861145, 0.032741801001975546, 0.032640132998494664, 0.03315125200242619, 0.03303927299930365, 0.03263930399771198, 0.03260376000253018, 0.03218568999727722, 0.032627142001729226, 0.032735631000832655, 0.03277852300016093, 0.037825691997568356], [0.03278903899990837, 0.032092216999444645, 0.03230507300031604, 0.0326709809996828, 0.03275182600191329, 0.03250809899691376, 0.03273167500083218, 0.03359554000053322, 0.03253958099958254, 0.0327285050007049, 0.03255614199952106, 0.03224905800016131, 0.032217607000347925, 0.032303842999681365, 0.032679300999006955, 0.03223203699963051, 0.032471316000737716, 0.032450184000481386, 0.032370067998272134, 0.03268915200169431, 0.03212378700118279, 0.03200319600000512, 0.03234496299774037, 0.03262051300043822, 0.032595840999420034, 0.03193665200160467, 0.03255319799791323, 0.03256122800303274, 0.03274948299804237, 0.03226303699921118, 0.032530235999729484, 0.03231130900167045, 0.03264389499963727, 0.03213735700046527, 0.03255318800074747, 0.03242680800030939, 0.032386615999712376, 0.03235190299892565, 0.03250926500186324, 0.032541066997509915, 0.03248792299928027, 0.03221362200201838, 0.032315500000549946, 0.032608551999146584, 0.032288998998410534, 0.03254429700245964, 0.03290522399765905, 0.03223256400087848, 0.032713029999285936, 0.03224939500069013, 0.032270376999804284, 0.03251116200044635, 0.03259395799977938, 0.03254904300047201, 0.03273326799899223, 0.03259132700259215, 0.03197121099947253, 0.032332217997463886, 0.03257640599986189, 0.03235022900116746, 0.032549784002185334, 0.03258357599770534, 0.03277779099880718, 0.03262566000194056, 0.032497709999006474, 0.03256890600096085, 0.032533662000787444, 0.0325511449991609, 0.032626988999254536, 0.03249899100046605, 0.03274396800043178, 0.03245402799802832, 0.03217409500211943, 0.032559684997977456, 0.03284479600188206, 0.0328366260000621, 0.03270001499913633, 0.03263377099938225, 0.03255015300237574, 0.03234091899867053, 0.0325643249998393, 0.03263983099895995, 0.03276547700079391, 0.0328640039988386, 0.032815780003147665, 0.03250918699995964, 0.03313646499736933, 0.032771277001302224, 0.0327306530016358, 0.03299751399754314, 0.032595074000710156, 0.03266340900154319, 0.03289579599731951, 0.03189261100123986, 0.03193900499900337, 0.03248171499944874, 0.03222307600299246, 0.03201710999928764, 0.03234761599742342, 0.0325729610012786, 0.032576533001702046, 0.032498435997695196, 0.03271507300087251, 0.032416661000752356, 0.03261206499882974, 0.03287986400027876, 0.032584003998636035, 0.03249037500063423, 0.03261825600202428, 0.03254803999880096, 0.03215467100017122, 0.032410520001576515, 0.032655425999109866, 0.03240477600047598, 0.03268265699807671, 0.03237773400178412, 0.03274038100062171, 0.03264100299929851, 0.03314253099961206, 0.03304741399915656, 0.03263947300001746, 0.032594529999187216, 0.032194990999414586, 0.03262639200329431, 0.032728469999710796, 0.03277815399997053, 0.03736603699871921], [0.03271275400038576, 0.032078786000056425, 0.03231858399885823, 0.03265749999991385, 0.03276811800242285, 0.03250762799871154, 0.03273297499981709, 0.033594470001844456, 0.03252752999833319, 0.03274371700172196, 0.03255814099975396, 0.032261680000374326, 0.03220284499911941, 0.032288951999362325, 0.03269952299888246, 0.03222934700170299, 0.032461934999446385, 0.032462685001519276, 0.03236561799712945, 0.03267580000101589, 0.032123908000357915, 0.032021077000536025, 0.03230104899921571, 0.032689689000108046, 0.03258872000151314, 0.031946252998750424, 0.03254883800036623, 0.032522555000468856, 0.03276483399895369, 0.03224755500195897, 0.0325325369994971, 0.03232593999928213, 0.032647166000970174, 0.03212044499741751, 0.03257894000125816, 0.03240508700037026, 0.0323819650002406, 0.03235801299888408, 0.032520426000701264, 0.03255100800015498, 0.03246270100135007, 0.03223543399872142, 0.032274666999001056, 0.03261052200105041, 0.032286427998769796, 0.03257329000189202, 0.03291957499823184, 0.03223271400202066, 0.03269079899837379, 0.03227099600189831, 0.0322636569981114, 0.03253601300093578, 0.032534882997424575, 0.032559795003180625, 0.03272564699727809, 0.03259577800054103, 0.03202565500032506, 0.03227288299967768, 0.032595207001577364, 0.03235999999742489, 0.03255920500305365, 0.03256891499768244, 0.03274940900155343, 0.03263494099883246, 0.03249240900186123, 0.03258813699721941, 0.03252040200095507, 0.032574765999015654, 0.0325964270014083, 0.03250703099911334, 0.032738707999669714, 0.032482790000358364, 0.032174654999835184, 0.03256660600163741, 0.03281054299804964, 0.03283613600069657, 0.032709126000554534, 0.032626860000164015, 0.03254803399977391, 0.03234425900154747, 0.03256903500005137, 0.032632059999741614, 0.03276561699749436, 0.032865534001757624, 0.03282604099877062, 0.03249940599926049, 0.03313596500083804, 0.032773386999906506, 0.03273040400017635, 0.0329986140022811, 0.03259356299895444, 0.03266544899815926, 0.03289423699970939, 0.03189426000244566, 0.031945775997883175, 0.03248275500300224, 0.032214715000009164, 0.03201676099706674, 0.03235068499998306, 0.03258681300212629, 0.032564001998252934, 0.032498126001883065, 0.03276093599924934, 0.032371156998124206, 0.03261253500022576, 0.03287954500046908, 0.03259043400248629, 0.03248553499724949, 0.032629946999804815, 0.032548850002058316, 0.032143789998372085, 0.03241002000140725, 0.03265683599965996, 0.03240296600051806, 0.03268358700006502, 0.03237741399789229, 0.032742101000621915, 0.03264040300200577, 0.033152531999803614, 0.033046503998775734, 0.03262978199927602, 0.03260532100102864, 0.032193229999393225, 0.03261871200083988, 0.03273557099964819, 0.03279535500041675, 0.03786530399884214], [0.03269915299824788, 0.03209528700244846, 0.03230249199987156, 0.03267339100057143, 0.03274922699711169, 0.032508318003237946, 0.032732214996940456, 0.03359522000027937, 0.03254251100224792, 0.03272566499799723, 0.03255921200252487, 0.032248528998024995, 0.032215956001891755, 0.03230565400008345, 0.03267706999758957, 0.03223504800189403, 0.03247116599959554, 0.032454973999847425, 0.03236291699795402, 0.03269227200144087, 0.03214271899923915, 0.03199924600266968, 0.032330180998542346, 0.03268516800017096, 0.0325898410010268, 0.03193875199940521, 0.032555027999478625, 0.03249923399926047, 0.03274700299880351, 0.03226534600253217, 0.03253166599824908, 0.03231429000152275, 0.0326377749988751, 0.03213960699940799, 0.03255052700114902, 0.0324355189986818, 0.032380756001657574, 0.03235231299913721, 0.03250653400027659, 0.03255052800159319, 0.03248133200031589, 0.0322111829991627, 0.032323821000318276, 0.03260401099760202, 0.03229394899972249, 0.032539087002078304, 0.032908713998040184, 0.03222606400231598, 0.032721220999519574, 0.032247293998807436, 0.03226384699883056, 0.032576476001850097, 0.03253772400057642, 0.0325504339998588, 0.03272678699795506, 0.032596968001598725, 0.03202951500134077, 0.032268191996990936, 0.03258242700030678, 0.03234495899960166, 0.03254713400019682, 0.03258597600142821, 0.03277793099914561, 0.032625719999487046, 0.03249912000319455, 0.03256836599757662, 0.03253966299962485, 0.03254526400269242, 0.032626868996885605, 0.03249934100313112, 0.03274419799708994, 0.032453777002956485, 0.03217396599939093, 0.03256026499730069, 0.03284554600031697, 0.03283616600310779, 0.03270040499774041, 0.03263417099879007, 0.03254900300089503, 0.03234160899955896, 0.032564274999458576, 0.032639781002217205, 0.0327653870008362, 0.03286497400040389, 0.032824619996972615, 0.032500307002919726, 0.03313614499711548, 0.032771827001852216, 0.032730693001212785, 0.03299761399830459, 0.03259436399821425, 0.03266465900014737, 0.03289484600099968, 0.031893121002212865, 0.03194501499820035, 0.03247609499885584, 0.03222235599969281, 0.03201714000169886, 0.03234879600131535, 0.032577981997746974, 0.032571332001680275, 0.03249844599849894, 0.03271228300218354, 0.03241981099927216, 0.03261117500005639, 0.0328803650008922, 0.03258890299912309, 0.03248579499995685, 0.032618495999486186, 0.032554330999118974, 0.032148270001925994, 0.032410609997896245, 0.03265617700162693, 0.032404225999925984, 0.03268259600008605, 0.03237824399911915, 0.032740540998929646, 0.03264084300099057, 0.03314253099961206, 0.03304782399936812, 0.032638963999488624, 0.032595140000921674, 0.032194690000324044, 0.03262600200105226, 0.03273567100040964, 0.03277142300066771, 0.03770923299816786], [0.11270464300105232, 0.03504194999914034, 0.034880377002991736, 0.035051039998506894, 0.03433057599977474, 0.034878386999480426, 0.034418973002175335, 0.03479882099782117, 0.03470342400032678, 0.034999716001038905, 0.03543747900039307, 0.035289878000185126, 0.03526724499897682, 0.03559144099926925, 0.03532857100071851, 0.03511193400117918, 0.035432657998171635, 0.035225250001531094, 0.03534140799820307, 0.03537444000176038, 0.03541236199816922, 0.034903946001577424, 0.035263681998912944, 0.03534897799909231, 0.0354445550001401, 0.0354003320026095, 0.03548191799927736, 0.03493338699991, 0.035090089000732405, 0.03505115699954331, 0.03540477199931047, 0.03517731499960064, 0.03534887799833086, 0.035912661001930246, 0.035292344000481535, 0.035301624000567244, 0.0350992799976666, 0.03510172000096645, 0.03562871900066966, 0.035224758998083416, 0.035520340999937616, 0.03576067900212365, 0.035519711000233656, 0.03536209899903042, 0.0358556259998295, 0.035692240999196656, 0.03539726700182655, 0.03547463399809203, 0.03503241100042942, 0.03559694200157537, 0.035191802999179345, 0.03556943099829368, 0.03540089800299029, 0.03525322699715616, 0.03502389000277617, 0.03548359399792389, 0.03506986399952439, 0.03574553300131811, 0.03507784400062519, 0.03564720699796453, 0.03539759799969033, 0.0352716480010713, 0.035452402000373695, 0.03568961000200943, 0.03575500399892917, 0.03556395099803922, 0.03537882599994191, 0.03563180499986629, 0.035595063000073424, 0.03562027400039369, 0.03574107399981585, 0.03620236800270504, 0.03550431599796866, 0.03548572100044112, 0.03539054399880115, 0.035818795000523096, 0.03573620899987873, 0.03567719499915256, 0.035563936002290575, 0.03538302299784846, 0.03528038500007824, 0.035475710003083805, 0.03525378299673321, 0.035562056000344455, 0.03537233200040646, 0.03572334800264798, 0.03591288199822884, 0.035477900000842055, 0.03560168900003191, 0.0357876230009424, 0.03529486599654774, 0.03533889000027557, 0.03544328700081678, 0.03569429599883733, 0.035437917002127506, 0.03552774399940972, 0.03561124000043492, 0.03562425999916741, 0.035329778998857364, 0.03566304400010267, 0.03544632700140937, 0.03541937399859307, 0.03551020800296101, 0.035477435998473084, 0.03536037700177985, 0.0352876719989581, 0.03545699399910518, 0.03519424499972956, 0.03587369500019122, 0.035330605001945514, 0.035481306000292534, 0.03540042099848506, 0.03529544200137025, 0.03553278999970644, 0.03559413399852929, 0.03521187699880102, 0.03568914100105758, 0.035151592001057, 0.03566081899771234, 0.0353659680004057, 0.035578902999986894, 0.03548366600080044, 0.03532176500084461, 0.03594001999954344, 0.035719193998374976, 0.0356453380009043, 0.038790982001955854], [0.035212271999625955, 0.035044199001276866, 0.03488141799971345, 0.035102604000712745, 0.034330474998569116, 0.03482302300108131, 0.034432083997671725, 0.03478804100086563, 0.03475420700124232, 0.034955752998939715, 0.03548164200037718, 0.03530211900215363, 0.035223521997977514, 0.03562876399882953, 0.03531813000154216, 0.035112093999487115, 0.035396636001678417, 0.03525928199815098, 0.03535105799892335, 0.0353407380025601, 0.03541572299945983, 0.034879802999057574, 0.03530183499970008, 0.0353440880026028, 0.0354072019981686, 0.03545258599842782, 0.035429524003120605, 0.03498491099890089, 0.035035084998526145, 0.035103220001474256, 0.03539901199837914, 0.03518374600025709, 0.035303905002365354, 0.03590572000030079, 0.03534133699940867, 0.03530142499948852, 0.03509452900107135, 0.035112580997520126, 0.03562147900083801, 0.03523148900058004, 0.03546415700111538, 0.03576263899958576, 0.03557555499719456, 0.035350778001884464, 0.03585814599864534, 0.03569792200141819, 0.03538042600121116, 0.03548667499853764, 0.03503271099907579, 0.0355792209993524, 0.035198692999983905, 0.035594982000475284, 0.035333764000824885, 0.03531251100139343, 0.03496595599790453, 0.03552973700061557, 0.03506875400125864, 0.035743512999033555, 0.035085154999251245, 0.035606753001047764, 0.03543694099789718, 0.03527111900257296, 0.035466883000481175, 0.035672997997608036, 0.03575303400066332, 0.03550989699942875, 0.035432820001005894, 0.03563172500071232, 0.035594343000411754, 0.035614653999800794, 0.03574517399829347, 0.03620260800016695, 0.0355049460013106, 0.035482570998283336, 0.0353739919992222, 0.035820656001305906, 0.03574947000015527, 0.035678064999956405, 0.03556514600131777, 0.03538418300013291, 0.03527861499969731, 0.03547542899832479, 0.035251674002211075, 0.0355665159986529, 0.0353669420001097, 0.03572476800036384, 0.03591436200076714, 0.0354725299985148, 0.035575907000747975, 0.03581849499823875, 0.03529541600073571, 0.0353368899995985, 0.035442377000435954, 0.03569572600099491, 0.03543798700047773, 0.03552084299735725, 0.035619140002381755, 0.035623710999061586, 0.035329148999153404, 0.03566365300139296, 0.035445088000415126, 0.03542102400024305, 0.03550727800029563, 0.03547561499726726, 0.03534498700173572, 0.035293031000037445, 0.03546758599986788, 0.03519490400140057, 0.035873225999239367, 0.03533041499758838, 0.03548198600037722, 0.03538501900038682, 0.03531120300249313, 0.03553196999928332, 0.035594814999058144, 0.03521060600178316, 0.035682110999914585, 0.03515847199741984, 0.03565797000192106, 0.03536868700030027, 0.03557668299981742, 0.035485266998875886, 0.035322373998496914, 0.0359392200007278, 0.035718994000490056, 0.03564485799870454, 0.03844819700316293], [0.035242173998994986, 0.03503963899856899, 0.03488233800089802, 0.03510202400138951, 0.03433288599990192, 0.03482600299685146, 0.034428583003318636, 0.03479052100010449, 0.034752356998069445, 0.034952103000250645, 0.03549193299841136, 0.03529426800014335, 0.03522638300273684, 0.03563351299817441, 0.035320061000675196, 0.03511060399978305, 0.03540081599931, 0.03524342099990463, 0.03535989900046843, 0.035335036998731084, 0.0354181430011522, 0.034946239000419155, 0.03530012400005944, 0.035288783998112194, 0.03540790200349875, 0.035458026999549475, 0.035429103998467326, 0.0349850710008468, 0.03504304499801947, 0.035099160002573626, 0.03539088199977414, 0.03520185699744616, 0.03529539400187787, 0.03591248000157066, 0.03534007799680694, 0.035279152001749026, 0.035105409999232506, 0.03510163000100874, 0.03562056900045718, 0.035351407997950446, 0.03536757999972906, 0.035763929001404904, 0.035566173999541206, 0.035343997999007115, 0.035852896002324997, 0.035703051999007585, 0.03539143699890701, 0.03548123400105396, 0.03503198099861038, 0.03558986200005165, 0.03519602300002589, 0.03559169200161705, 0.03534849499919801, 0.035301079999044305, 0.034977357001480414, 0.035526456998923095, 0.035056003001955105, 0.03573764300017501, 0.03511182600050233, 0.035617173998616636, 0.035437500999250915, 0.03527849999954924, 0.0354414600005839, 0.035697031002200674, 0.03575810399706825, 0.035499166002409765, 0.03542965999804437, 0.03565728700050386, 0.03557939099846408, 0.035611234001407865, 0.0357417439990968, 0.03621419900082401, 0.035488254001393216, 0.035476291999657406, 0.035399254000367364, 0.03581230399868218, 0.03575652099971194, 0.0356637340009911, 0.03556293599831406, 0.035384793001867365, 0.035286185000586556, 0.03547894999792334, 0.035257073999673594, 0.03555347500150674, 0.03537276199858752, 0.035720968000532594, 0.0359114419989055, 0.035479140002280474, 0.03560704999836162, 0.035806494001008105, 0.035269724001409486, 0.035344369996892055, 0.03544891800265759, 0.03568839599756757, 0.03543920700030867, 0.035528103002434364, 0.03560950999963097, 0.035639742000057595, 0.035318668000400066, 0.03565743299986934, 0.035448298000119394, 0.03541966299962951, 0.03551238900035969, 0.03548643599788193, 0.03535785699932603, 0.03528383100274368, 0.035465445998852374, 0.035185854001611006, 0.03587663500002236, 0.03532807499868795, 0.03548337599931983, 0.03540108100060024, 0.03529493200039724, 0.03553353999814135, 0.03559237400259008, 0.03521703699880163, 0.03568505099974573, 0.035154072000295855, 0.03566022900122334, 0.03536623800027883, 0.035586703997978475, 0.03548001599847339, 0.03532766500211437, 0.0359328890008328, 0.03571891399769811, 0.035646308002469596, 0.039292449997446965], [0.035229992998210946, 0.035041058999922825, 0.03488080800161697, 0.03511619399796473, 0.03433225600019796, 0.03481122200173559, 0.03441911299887579, 0.03479893199983053, 0.03476824799872702, 0.03493501100092544, 0.03547772200181498, 0.03532145099961781, 0.03519505999793182, 0.035649274999741465, 0.03533124100067653, 0.03511559500111616, 0.03536952300055418, 0.03529643499859958, 0.03533656700165011, 0.03530601499733166, 0.035413263001828454, 0.03491443600069033, 0.035367540000152076, 0.035311625000758795, 0.035369599998375634, 0.03547150699887425, 0.035411183001997415, 0.03500057199926232, 0.03502304399808054, 0.035119061001751106, 0.0354114430010668, 0.03517103500053054, 0.03528716399887344, 0.035906319000787335, 0.03536067899767659, 0.03530688500177348, 0.03510294999796315, 0.03510264000215102, 0.03562179899745388, 0.035317976002261275, 0.035356488999241265, 0.03576097800032585, 0.03558653599975514, 0.035364309998840326, 0.035858626000845106, 0.03569595099907019, 0.0353972379998595, 0.035472423001920106, 0.03503440100030275, 0.03559316199971363, 0.03518707300099777, 0.03557349099719431, 0.035338883000804344, 0.035311310999532, 0.03495764599938411, 0.03554670800076565, 0.03508179500204278, 0.03573801299717161, 0.03507698400062509, 0.0355861720017856, 0.035483343999658246, 0.03524843699779012, 0.035452712003461784, 0.03568731899940758, 0.03575448499759659, 0.035499786001309985, 0.03546630200071377, 0.03563043599933735, 0.0355980919994181, 0.035612153998954454, 0.03574862500317977, 0.036211857997841435, 0.03548148399931961, 0.0354828820018156, 0.03531596799803083, 0.03582602499955101, 0.03581199500331422, 0.03567810499953339, 0.03556129599746782, 0.03538441300042905, 0.0352807950002898, 0.03547940000134986, 0.03524976300104754, 0.03556285599916009, 0.03537295199930668, 0.035721907999686664, 0.035913152001739945, 0.03547671999695012, 0.03560709000157658, 0.035798372999124695, 0.03527819500231999, 0.03534273999684956, 0.03544650800176896, 0.03568939500109991, 0.03543876699768589, 0.03552759400190553, 0.03560989899779088, 0.03562394100299571, 0.03533230899847695, 0.0356610439994256, 0.035445706998871174, 0.03542115400341572, 0.03551022799729253, 0.035478706002322724, 0.0353649079988827, 0.03528296099830186, 0.035466225002892315, 0.03518508399793063, 0.035873445001925575, 0.0353308849989844, 0.03548206699997536, 0.035399749998759944, 0.03529543200056651, 0.03553368000211776, 0.0355923939969216, 0.03521501700015506, 0.03568642100071884, 0.03515256199898431, 0.03566104000128689, 0.03536531699865009, 0.0355791930014675, 0.03548553599830484, 0.0353211050023674, 0.035939900000812486, 0.03571963399735978, 0.03564564800035441, 0.038766690999182174], [0.0352259020000929, 0.03504110999710974, 0.034881387000496034, 0.035118965002766345, 0.03433188599956338, 0.03480875199966249, 0.034469776997866575, 0.03474803700009943, 0.034771519000059925, 0.034932631002448034, 0.035528765998606104, 0.03527419700185419, 0.03524542399827624, 0.03560448099960922, 0.035324651002156315, 0.035116363997076405, 0.035424728001089534, 0.03524716099855141, 0.035330877002706984, 0.03535928899873397, 0.03541787300127908, 0.03494826899986947, 0.0352920039986202, 0.03529768400039757, 0.03536428900042665, 0.035475847998895915, 0.03540818300098181, 0.03500373199858586, 0.03502430400112644, 0.0351190420005878, 0.03541727300034836, 0.03516647399737849, 0.03528397400077665, 0.03591231000245898, 0.03535820899924147, 0.03530657499868539, 0.0351029590019607, 0.035103930000332184, 0.035620498998468975, 0.03532070599976578, 0.035352328999579186, 0.03575951799939503, 0.03559003700138419, 0.03537003900055424, 0.03585314600059064, 0.03570216200023424, 0.03539183699831483, 0.03547943399826181, 0.03503304100013338, 0.03558964200055925, 0.03519555300226784, 0.03556368999852566, 0.03533573299864656, 0.035313762000441784, 0.03495399500025087, 0.035557278999476694, 0.035076185002253624, 0.03573752299780608, 0.03507690400147112, 0.03563733500050148, 0.03543403100047726, 0.03525405699838302, 0.03544632099874434, 0.03568847000133246, 0.03576168500148924, 0.03548969499752275, 0.03547036300005857, 0.03563079500236199, 0.0355988029987202, 0.03561146400170401, 0.03574875399863231, 0.03621406900128932, 0.03548733400020865, 0.035476110999297816, 0.03539867399740615, 0.0358117250034411, 0.03574977099924581, 0.03567209399989224, 0.03556156599734095, 0.03538453300279798, 0.03528672500033281, 0.03547857999728876, 0.03525658400030807, 0.035553515001083724, 0.035372192000068026, 0.03572095799972885, 0.03591247200165526, 0.03547784999682335, 0.035607249999884516, 0.035806504001811845, 0.03526947399950586, 0.03534432000014931, 0.035447598002065206, 0.03568875499695423, 0.03543917700153543, 0.03552737399877515, 0.035609439000836574, 0.035639731999253854, 0.03531821800061152, 0.03565853300096933, 0.03544722799779265, 0.03542049400130054, 0.03551180800059228, 0.03548582700022962, 0.03535750700029894, 0.03528286099754041, 0.03546587500022724, 0.03518589400118799, 0.03587556600177777, 0.03532950499720755, 0.03548199600118096, 0.035400490000029095, 0.0352959820011165, 0.03553322999869124, 0.0355922240014479, 0.03521620699757477, 0.035685261002072366, 0.03515367199725006, 0.035660870002175216, 0.03536534700106131, 0.03557907399954274, 0.03548720599792432, 0.03531985399968107, 0.03593940000064322, 0.035719924002478365, 0.035646497999550775, 0.03916285000013886], [0.03526818599857506, 0.03503936900233384, 0.034881997999036685, 0.035077671000181, 0.03433175600002869, 0.034851615000661695, 0.034429783998348285, 0.03478882100171177, 0.03472786499696667, 0.03497605400116299, 0.03549411399944802, 0.0352664560014091, 0.03524785400077235, 0.03563770400069188, 0.03528894799819682, 0.035116135000862414, 0.03542791799918632, 0.035244239999883575, 0.035331387000042014, 0.035362359001737786, 0.035417733997746836, 0.03494632799993269, 0.03529331400204683, 0.03529603499919176, 0.035405661998083815, 0.03543362400159822, 0.03545292600028915, 0.034959499000251526, 0.035068627999862656, 0.03507501800049795, 0.03541779299848713, 0.035166735000530025, 0.03532719600116252, 0.035906709999835584, 0.03532017599718529, 0.035307985002873465, 0.03510212999754003, 0.03510430000096676, 0.0356201089998649, 0.035320896000484936, 0.0353964409987384, 0.035758089001319604, 0.03554713300036383, 0.035370260000490816, 0.035853506000421476, 0.03570231099729426, 0.035392088000662625, 0.03548058399974252, 0.03503200100021786, 0.03559015200153226, 0.03519504200085066, 0.03556339999704505, 0.035373947001062334, 0.035275348000141094, 0.03499816900148289, 0.035514045997842913, 0.03507606399944052, 0.035737993002840085, 0.035076434000075096, 0.03564969699800713, 0.03543129999889061, 0.03525750799963134, 0.035441271000308916, 0.03569600000264472, 0.035760585000389256, 0.03552220699930331, 0.03543277999779093, 0.035655376999784494, 0.03557403100057854, 0.03561104400068871, 0.03574904400011292, 0.03621422899959725, 0.03548778500044136, 0.035476190998451784, 0.03539899400129798, 0.03581231399948592, 0.03574891099924571, 0.03567177400327637, 0.03556275599839864, 0.03538432300047134, 0.03528686600111541, 0.035478418998536654, 0.035257393999927444, 0.03555295499972999, 0.03537242200036417, 0.035721598000236554, 0.035911261998990085, 0.03547881000122288, 0.035607139998319326, 0.03580658400096581, 0.03526940500159981, 0.03534414899695548, 0.035448927999823354, 0.035688476000359515, 0.03543881700170459, 0.03552792299888097, 0.03560954999920796, 0.03563972200208809, 0.035318448000907665, 0.035657882999657886, 0.03544744799728505, 0.03541961300288676, 0.03551276899816003, 0.03548616600164678, 0.03535802699843771, 0.03528369199921144, 0.03546545500284992, 0.03518565400008811, 0.03587599499951466, 0.03532887499750359, 0.03548281600160408, 0.03540054100085399, 0.03529565200005891, 0.03553382999962196, 0.03559247399971355, 0.035216147000028286, 0.03568476099826512, 0.03515400200194563, 0.035660348999954294, 0.03536629799782531, 0.035586524001701036, 0.03548021599999629, 0.035327254998264834, 0.03593256900057895, 0.03571955400184379, 0.03564636800001608, 0.03923337499873014], [0.03520972199839889, 0.03504372899988084, 0.034880858001997694, 0.03511796499878983, 0.03433028600193211, 0.03480929099896457, 0.034430433999659726, 0.03478934099985054, 0.03477009799826192, 0.03493395100304042, 0.03549582399864448, 0.03529667800103198, 0.035212891998526175, 0.035646283999085426, 0.035327991001395276, 0.03511191500001587, 0.035371113001019694, 0.03528621399891563, 0.03534166800091043, 0.03537289999803761, 0.035410143002081895, 0.034900844999356195, 0.03526302200043574, 0.03535574799752794, 0.03537726100330474, 0.03546779699900071, 0.03541405299984035, 0.035000952000700636, 0.035019683000427904, 0.03512127199792303, 0.035403812002186896, 0.03517856599864899, 0.03528001299855532, 0.03591333000076702, 0.03535916900000302, 0.03530209499876946, 0.035093319002044154, 0.03510753999944427, 0.0356278889994428, 0.03522534900184837, 0.03545122599825845, 0.03576128900022013, 0.035588136001024395, 0.03535509799985448, 0.03586279699811712, 0.035691711000254145, 0.03539661800095928, 0.035474922999128466, 0.03503127099975245, 0.03559276200030581, 0.035190883001632756, 0.03557615099998657, 0.0353353030004655, 0.035318341997481184, 0.034955405000800965, 0.03554629900099826, 0.03507324399834033, 0.03574124300212134, 0.0350845049979398, 0.0355886620018282, 0.03545523199863965, 0.035271369000838604, 0.035453150998364436, 0.03568003899999894, 0.03576241500195465, 0.03549221499997657, 0.0354516320003313, 0.03563096499783569, 0.03559406299973489, 0.03561505400284659, 0.03574665399719379, 0.036202788000082364, 0.03550369600270642, 0.03548594099993352, 0.035389673997997306, 0.03581808500166517, 0.03573698900072486, 0.03567751499940641, 0.03556420599852572, 0.035382483001740184, 0.03528051499961293, 0.03547595000054571, 0.03525298299791757, 0.03556234600182506, 0.0353723619991797, 0.035722868000448216, 0.03591310199772124, 0.035471740000502905, 0.03560689900041325, 0.035788173001492396, 0.03529493599853595, 0.03533794000031776, 0.035443427001155214, 0.03569426600006409, 0.03543846699903952, 0.03552106300048763, 0.03561772999819368, 0.03562446100113448, 0.03532950899898424, 0.03566316300202743, 0.03544564799813088, 0.035419414001808036, 0.035510268000507494, 0.03547699599948828, 0.035361026999453316, 0.03527809099978185, 0.03546617499887361, 0.03519390500150621, 0.03587342500031809, 0.035330405000422616, 0.035482166000292636, 0.03539883999837912, 0.0352962530014338, 0.03553325000029872, 0.03559445399878314, 0.03521128599822987, 0.035682541001733625, 0.035157932001311565, 0.03566071999739506, 0.03536596699996153, 0.035578904000431066, 0.03548336600215407, 0.03532207500029472, 0.03593963899766095, 0.035718883998924866, 0.03564517800259637, 0.03870490599729237], [0.03522649200021988, 0.03504107000117074, 0.03488093700070749, 0.03511860499929753, 0.03433193599994411, 0.034809212000254774, 0.03441816299891798, 0.0347993809991749, 0.03477126900179428, 0.03493235099813319, 0.0354797520012653, 0.03532273000018904, 0.03519244999915827, 0.03565140499995323, 0.035331000999576645, 0.03511618500124314, 0.03537294399939128, 0.035298074999445817, 0.035331696999492124, 0.03530325400060974, 0.03541340300216689, 0.03500451299987617, 0.035290793999593006, 0.035302124997542705, 0.03536543900190736, 0.035475018001307035, 0.035408371997618815, 0.035003422999579925, 0.03502070300237392, 0.03512222199788084, 0.03541151299941703, 0.03517145500154584, 0.03528428299978259, 0.03590595000059693, 0.03536395899936906, 0.03530656500151963, 0.03510322999864002, 0.03510292999999365, 0.03562147900083801, 0.035320155999215785, 0.035352237999177305, 0.03576046899979701, 0.035588975999417016, 0.035370560002775164, 0.03585311599817942, 0.035695680999197066, 0.03539749800256686, 0.03547284299929743, 0.03503405100127566, 0.03559346199836, 0.03519226299977163, 0.03556876999937231, 0.03533623399926, 0.035313361000589794, 0.034954865001054714, 0.03555604999928619, 0.03507573400202091, 0.035737982998398365, 0.03507668400197872, 0.035584241999458754, 0.035486254000716144, 0.03524808699876303, 0.03545266199944308, 0.03568787900076131, 0.0357545749975543, 0.03549712500171154, 0.03546945299967774, 0.035630485999718076, 0.03559837200009497, 0.03561251399878529, 0.03574851500161458, 0.03621315800046432, 0.03548767499887617, 0.03547606100255507, 0.03539002299658023, 0.035817335003230255, 0.03575207099856925, 0.03567241400014609, 0.0355616659981024, 0.03538440300326329, 0.035286484999232925, 0.035478729998430936, 0.03525093300049775, 0.03555847600000561, 0.035372202000871766, 0.035721077998459805, 0.03591295200021705, 0.03547733000232256, 0.03560747999654268, 0.03580568400138873, 0.03527026400115574, 0.03534349999972619, 0.03544689800037304, 0.03568939499746193, 0.03543900700242375, 0.03552710399890202, 0.03560929900049814, 0.035639032001199666, 0.0353183879997232, 0.03566031399896019, 0.03544606699870201, 0.03542058400125825, 0.03551127800164977, 0.03547895599695039, 0.03536471800180152, 0.035282610999274766, 0.03546617499887361, 0.03518565400008811, 0.03587439600232756, 0.03533015499851899, 0.03548198600037722, 0.035400190001382725, 0.03529537199938204, 0.035533489997760626, 0.03559238400339382, 0.035215906998928403, 0.03568558099868824, 0.03515288199923816, 0.03566153000065242, 0.03536500699919998, 0.035579434003011556, 0.03548577599940472, 0.03532077400086564, 0.03593970999645535, 0.03572005400201306, 0.03564623800048139, 0.038819415000034496], [0.09018750000177533, 0.03285678699830896, 0.03323410600205534, 0.033539007999934256, 0.03361168300034478, 0.03371829199750209, 0.033306421002635034, 0.03355371900033788, 0.03373600199847715, 0.03320222399997874, 0.033891544000653084, 0.03329544000007445, 0.03349999499914702, 0.03358546899835346, 0.033625011001277016, 0.033330259000649676, 0.033837245999166043, 0.033639582001342205, 0.03358165700046811, 0.03346276899901568, 0.033448048001446296, 0.03360900899861008, 0.033615640000789426, 0.033645182997133816, 0.03343141600271338, 0.03304088699951535, 0.03388772999824141, 0.033574797002074774, 0.033801014000346186, 0.0333247679991473, 0.033853397999337176, 0.03351120200022706, 0.03343579699867405, 0.03335783100192202, 0.033610409998800606, 0.03338843299934524, 0.03379391300040879, 0.03388088900101138, 0.03333494999969844, 0.03344328700040933, 0.03343052600030205, 0.033272214997850824, 0.03360193900152808, 0.03343091300121159, 0.033602774998144014, 0.03368196200244711, 0.03347775599831948, 0.03346278499884647, 0.03349070700278389, 0.0335079179967579, 0.033648639000603, 0.03392303900182014, 0.03371837300073821, 0.033900528000231134, 0.033817350999015616, 0.03390760799811687, 0.03337193799961824, 0.033850034000352025, 0.03348441600246588, 0.03418964899901766, 0.03353484000035678, 0.033576633999473415, 0.034067319000314455, 0.03380073999869637, 0.03396332199918106, 0.03367453000100795, 0.03399588500178652, 0.033824832000391325, 0.03357430299729458, 0.03395613100292394, 0.03401944599681883, 0.03393364000294241, 0.03384716299842694, 0.034237559000757756, 0.03401027099971543, 0.033488273998955265, 0.03376092200051062, 0.03410741900006542, 0.03398156999901403, 0.033939005999855, 0.03356060900114244, 0.03383100800056127, 0.033842718999949284, 0.033804686998337274, 0.033960418000788195, 0.03370448900022893, 0.03369556899997406, 0.03364114400028484, 0.034153802000219, 0.033571109001059085, 0.03389520299970172, 0.033869581999169895, 0.03392944499864825, 0.03367863799940096, 0.03403965300094569, 0.033959788001084235, 0.03388608300156193, 0.03404127299654647, 0.03362520400332869, 0.03402793299756013, 0.03388613200149848, 0.033870941999339266, 0.03410333599822479, 0.033957274001295445, 0.03390439999930095, 0.03364479100127937, 0.03405934200054617, 0.03392867100046715, 0.03387359800035483, 0.03373776799708139, 0.03460701200310723, 0.033769469999242574, 0.033565434998308774, 0.03418450100070913, 0.03404316999876755, 0.03380398300214438, 0.03405531099997461, 0.03413685700070346, 0.03423968499919283, 0.03418102999785333, 0.03368914400198264, 0.034065381998516386, 0.03422361400225782, 0.033996416997979395, 0.03426001600018935, 0.03392285100198933, 0.0369101119977131], [0.03380872799971257, 0.03285572700042394, 0.03323505600201315, 0.033538997999130515, 0.033614373998716474, 0.03371505100221839, 0.03330680099679739, 0.0335566790017765, 0.03373524299968267, 0.033203013001184445, 0.033888943999045296, 0.03329615999973612, 0.03349958499893546, 0.033587150002858834, 0.033625520998612046, 0.03339117300129146, 0.03377669199835509, 0.033699896001053276, 0.03352184299728833, 0.033462719002272934, 0.03344834699964849, 0.03360614999837708, 0.03361769000184722, 0.033646351999777835, 0.03343613700053538, 0.03303619700091076, 0.03388517999701435, 0.033574797002074774, 0.03380179300074815, 0.03332736899756128, 0.03384997800094425, 0.03351463199942373, 0.03343559700078913, 0.0333550909999758, 0.03361642999880132, 0.03338215199983097, 0.03379427300023963, 0.033880680002766894, 0.033335348998662084, 0.03345139799785102, 0.03342245600288152, 0.033272564000071725, 0.03360164900004747, 0.03343419399971026, 0.03360262500063982, 0.03368161099933786, 0.033478507000836544, 0.03346288399916375, 0.033490787998744054, 0.03350542800035328, 0.03365093899992644, 0.033920557998499135, 0.033718294002028415, 0.033900336999067804, 0.033821182001702255, 0.033906497999851126, 0.033370117998856585, 0.03385291299855453, 0.03348439700130257, 0.03418689899990568, 0.03354255999875022, 0.03356864300076268, 0.03407585099921562, 0.03379268900243915, 0.03396955199787044, 0.03367210000214982, 0.03399496500060195, 0.03382537200013758, 0.03357188299924019, 0.03395923099742504, 0.03401899600066827, 0.033933880000404315, 0.03384413300227607, 0.034240898999996716, 0.034010630999546265, 0.03356132899716613, 0.03375444199991762, 0.03404070400210912, 0.03404834499815479, 0.03387764200306265, 0.03355522799756727, 0.03383120800208417, 0.033843359000456985, 0.033804696999141015, 0.03396132799753104, 0.033703589000651846, 0.03369588900022791, 0.03364116400189232, 0.03415398200013442, 0.033571088999451604, 0.033896223998453934, 0.033869281000079354, 0.03392942500067875, 0.033678478001093026, 0.034039062997180736, 0.03395959800036508, 0.03388648300096975, 0.034040833001199644, 0.033625863998167915, 0.03402809299950604, 0.03388580200044089, 0.03387131199997384, 0.03410383600203204, 0.033957153998926515, 0.03390421999938553, 0.03364498100199853, 0.034059831999911694, 0.03392847199938842, 0.033874138000101084, 0.033737306999682914, 0.034606731998792384, 0.03377041000203462, 0.03356546499708202, 0.034184411000751425, 0.03404275000139023, 0.03380409300007159, 0.03405576099976315, 0.03413677700154949, 0.03423927499898127, 0.03418195099948207, 0.033689094001601916, 0.03406519199779723, 0.03422374300134834, 0.03399656699912157, 0.03425997600061237, 0.03392252199773793, 0.03724935600257595], [0.033808238000347046, 0.03285567800048739, 0.03323491500123055, 0.033539828000357375, 0.0336146240006201, 0.03371467099714209, 0.03330677100166213, 0.03355758899851935, 0.03373551300319377, 0.03320263299974613, 0.033940287998120766, 0.03329318000032799, 0.03345072199954302, 0.03358806899996125, 0.03362529100195388, 0.03339412299828837, 0.03378153299854603, 0.03369483500136994, 0.03352007300054538, 0.033462829000200145, 0.03344798800026183, 0.03360611899915966, 0.03361858000062057, 0.03364624299865682, 0.03343571600271389, 0.03303646699714591, 0.0338844899997639, 0.03357536700059427, 0.03380149399890797, 0.03332814900204539, 0.033849876999738626, 0.03351642299821833, 0.03343477600355982, 0.033353890998114366, 0.033616349999647355, 0.03338533300120616, 0.03379107299770112, 0.033881129002111265, 0.03338860399890109, 0.03339895300086937, 0.03342176599835511, 0.03327836500102421, 0.033650282999587944, 0.03338070000245352, 0.033602354997128714, 0.033681951001199195, 0.03347841600043466, 0.033463114999904064, 0.033490716999949655, 0.033559571998921456, 0.033597075002035126, 0.03397432299971115, 0.033664159000181826, 0.0339001680004003, 0.033822221997979796, 0.033905897002114216, 0.03336993799894117, 0.033860053998068906, 0.03347813700020197, 0.034187077999376925, 0.03354304100139416, 0.03362511700106552, 0.03401926600054139, 0.0337989399995422, 0.03396301199973095, 0.033679159998428077, 0.033988524999585934, 0.03382587099986267, 0.03357120300279348, 0.03395984199960367, 0.03401894600028754, 0.03393434999816236, 0.033843073000753066, 0.034242018999066204, 0.03401091100022313, 0.03356426900063525, 0.03375518200118677, 0.03403702399737085, 0.03405159500107402, 0.03387901200039778, 0.03355728799942881, 0.03382541800237959, 0.03384297899901867, 0.03380524699969101, 0.03396150800108444, 0.03370380900014425, 0.03369532799843, 0.03364155500094057, 0.03415374199903454, 0.03357154900004389, 0.033896483000717126, 0.03386992199739325, 0.03392913500283612, 0.033678867999697104, 0.03403859299942269, 0.03395887800070341, 0.03388681299838936, 0.03404081299959216, 0.03362749400184839, 0.03403345299739158, 0.033878652000566944, 0.0338717020022159, 0.03410507599983248, 0.03395637399808038, 0.033904170002642786, 0.03364541100017959, 0.03406079199703527, 0.03392776200053049, 0.03387472800022806, 0.03373755700158654, 0.034605601998919155, 0.03377118999924278, 0.03356488500139676, 0.03418485099973623, 0.03404290999969817, 0.033804452999902423, 0.03405554100027075, 0.0341375269999844, 0.03423851499974262, 0.034182241000962676, 0.03368946399859851, 0.03406561199881253, 0.03422311300164438, 0.033996206999290735, 0.03426037600002019, 0.033922681999683846, 0.037316591002308996], [0.0337869260001753, 0.03285761799997999, 0.0332369550014846, 0.033540319000167074, 0.03359651199934888, 0.03373152199856122, 0.033307891000731615, 0.033537417999468744, 0.0337320329999784, 0.0332050530014385, 0.03391719600040233, 0.03330353099954664, 0.03348370399908163, 0.03356559700114303, 0.033606029999646125, 0.033406713999283966, 0.03377209199970821, 0.03369887600274524, 0.0335311639973952, 0.033450548002292635, 0.03346175799742923, 0.03362182099954225, 0.03359109800294391, 0.03365472299992689, 0.033429105998948216, 0.03303673700065701, 0.03389899099784088, 0.033587408001039876, 0.03370963700217544, 0.03338965299917618, 0.03387784000005922, 0.03347664899774827, 0.03345360800085473, 0.0333697519999987, 0.03360683000209974, 0.03339050299837254, 0.03379182299977401, 0.03387785900122253, 0.03334615999847301, 0.033422315998905106, 0.03344255699994392, 0.0332753450020391, 0.03360963899831404, 0.033403162000468, 0.0335923240018019, 0.03368560200033244, 0.03347616599785397, 0.033461985000030836, 0.033490207002614625, 0.033537109997269, 0.03363509799964959, 0.03394344000116689, 0.03370708299917169, 0.0339047279994702, 0.03379510000013397, 0.03390790699995705, 0.03338654900289839, 0.0338340629969025, 0.033492077000119025, 0.03419913900143001, 0.033520600001793355, 0.03360139500000514, 0.03404007799690589, 0.03381477100265329, 0.03396300099848304, 0.033642477999819675, 0.0340196469987859, 0.03381375100070727, 0.03359293399989838, 0.03392830899974797, 0.034026247001747834, 0.03394562099856557, 0.033857533999253064, 0.034193735002190806, 0.034006650999799604, 0.033566498997970484, 0.03374603200063575, 0.03405452500010142, 0.03405202499925508, 0.03386967100232141, 0.033559739000338595, 0.03383088799819234, 0.03383858899906045, 0.033807407002313994, 0.033927104999747826, 0.03373955200004275, 0.03369312799986801, 0.0336426339999889, 0.03415201299867476, 0.03356932799943024, 0.03389481400154182, 0.03386748100092518, 0.03392842500034021, 0.03368172800037428, 0.03404113299984601, 0.03395950899721356, 0.0338869520019216, 0.03404807399783749, 0.033617953002249124, 0.03402584300056333, 0.03388777299915091, 0.03386853099800646, 0.03410538700336474, 0.033953422997001326, 0.03390380000200821, 0.03364276099819108, 0.03405988200029242, 0.033929452001757454, 0.033871446998091415, 0.033735818000423023, 0.034604462001880165, 0.03377402999831247, 0.0335651150016929, 0.034185020998847904, 0.03404457999931765, 0.03380264299994451, 0.03405363099955139, 0.03413562700006878, 0.03424195499974303, 0.03417898000043351, 0.03368880400012131, 0.03406605200143531, 0.0342251039983239, 0.03399700700174435, 0.03426016599769355, 0.03392241100300453, 0.03664356199806207], [0.03379108700028155, 0.03285655799845699, 0.03323398500288022, 0.033538897998369066, 0.03354545899856021, 0.03378487600275548, 0.03330669099887018, 0.033485984000435565, 0.03373601299972506, 0.033204583000042476, 0.03395645899945521, 0.03329483999914373, 0.03349998500198126, 0.03351948499766877, 0.03361879000294721, 0.03340466399822617, 0.033765902000595815, 0.033710826999595156, 0.033514932001708075, 0.03345549799996661, 0.03345045799869695, 0.03367805499874521, 0.033541463999426924, 0.03365059300267603, 0.03343167599814478, 0.033039677000488155, 0.03395703600108391, 0.03357421699911356, 0.033800602999690454, 0.03325465400121175, 0.033923482998943655, 0.0334385360001761, 0.03344603799996548, 0.033420635998481885, 0.033609809001063695, 0.03338855300171417, 0.03379366299850517, 0.033876208999572555, 0.033335460000671446, 0.03338218199860421, 0.033490241003164556, 0.03327239499776624, 0.03360716899987892, 0.033362919002684066, 0.03359523399922182, 0.03368320200024755, 0.03347944599954644, 0.03346056399823283, 0.03349316800085944, 0.03357964400129276, 0.03358149300038349, 0.033990533996984595, 0.033717574002366746, 0.033900766997248866, 0.033753497002180666, 0.03389978699851781, 0.033442813000874594, 0.033775258001696784, 0.03349180799705209, 0.034257293002156075, 0.0334676149977895, 0.033643719001702266, 0.03400040500127943, 0.033867653997731395, 0.0339626919994771, 0.03360042500207783, 0.03400393499759957, 0.033815361002780264, 0.03364889899967238, 0.03387147499961429, 0.034032096998998895, 0.03393343000061577, 0.03391949800061411, 0.03414865200102213, 0.03401137199762161, 0.03357877999951597, 0.033753062001778744, 0.0340327640005853, 0.0340634649983258, 0.03385754999908386, 0.0335600290018192, 0.033830558000772726, 0.03384369999912451, 0.033802736001234734, 0.03395961799833458, 0.03370730900132912, 0.033693468998535536, 0.03364252400206169, 0.034152571999584325, 0.033570689000043785, 0.0338939430002938, 0.03386912199857761, 0.033928864999325015, 0.03368078800122021, 0.03404013299950748, 0.03395921799892676, 0.033886043001984945, 0.03404975399826071, 0.0336177030003455, 0.034026552999421256, 0.03388724199976423, 0.03386992200103123, 0.034103895999578526, 0.03395670399913797, 0.033903520001331344, 0.03364412099836045, 0.03405980200113845, 0.033928340999409556, 0.0338738780010317, 0.033739268001227174, 0.03459828099948936, 0.03377598099905299, 0.033565655001439154, 0.0341831009973248, 0.03404462999969837, 0.03380292300062138, 0.0340558410025551, 0.03413530699981493, 0.03424163499948918, 0.034179539998149266, 0.03368892400249024, 0.03406550199724734, 0.034225123999931384, 0.03399501700187102, 0.03426125599798979, 0.033923571001651, 0.0369334440001694], [0.03382349900130066, 0.03285676700033946, 0.03323439599989797, 0.03354082800069591, 0.033596261997445254, 0.03373193300285493, 0.033308201000181725, 0.03353943799811532, 0.03373535300124786, 0.033202593000169145, 0.03391701600048691, 0.03329462999681709, 0.03349233400149387, 0.03356978800002253, 0.033605619999434566, 0.033388173000275856, 0.03378048200102057, 0.033695705998979975, 0.03354640500037931, 0.03343597699858947, 0.03347443900202052, 0.033624470997892786, 0.03358103700156789, 0.03366734399969573, 0.03342812600021716, 0.03304500800004462, 0.03390470099839149, 0.033572297001228435, 0.03380166400165763, 0.03331675799927325, 0.03386271799899987, 0.03347088900045492, 0.03347118899910129, 0.033362532001774525, 0.03361147000032361, 0.03339195299849962, 0.03379000299901236, 0.03388050899957307, 0.03334707100293599, 0.03341896499841823, 0.033443567001086194, 0.03327271499802009, 0.033620550002524396, 0.03340042099807761, 0.03357375300038257, 0.0336839619994862, 0.03347793600187288, 0.033469494999735616, 0.03349073699791916, 0.033556743001099676, 0.033626555999944685, 0.033944170998438494, 0.03370602300128667, 0.03390165699966019, 0.03380447100062156, 0.03390582700012601, 0.03338817899930291, 0.03381425100087654, 0.03350565900109359, 0.03420100899893441, 0.033534379999764496, 0.03359710500080837, 0.03404185799809056, 0.033818080999481026, 0.03396780200273497, 0.03363896799783106, 0.03401380600189441, 0.03382832200077246, 0.03358364399900893, 0.03392411899767467, 0.03403655700094532, 0.03393402000074275, 0.03386666499864077, 0.03421198700016248, 0.03398883900081273, 0.03357346000120742, 0.033749202000763034, 0.03403521399741294, 0.03405223500158172, 0.03387802100041881, 0.03355722799824434, 0.03382568800225272, 0.03385102999891387, 0.03379767599835759, 0.03396256800260744, 0.03370343899950967, 0.03370268999788095, 0.03363463300047442, 0.03415440300159389, 0.033579528997506713, 0.03389592300300137, 0.033862930999021046, 0.033936566000193125, 0.03367132700077491, 0.03403845299908426, 0.03395859900047071, 0.03388702200027183, 0.034070925998094026, 0.03359759100203519, 0.034050494999974035, 0.03386891099944478, 0.03386442099872511, 0.034104897000361234, 0.03395728399846121, 0.03390408000268508, 0.03364641100051813, 0.03406055199957336, 0.03392817100029788, 0.03388346899737371, 0.03372983699955512, 0.03460616200027289, 0.03377213000203483, 0.03356301500025438, 0.03418538099867874, 0.034042669998598285, 0.03380537300108699, 0.034054551000735955, 0.034137667000322836, 0.03423917499821982, 0.03418355000030715, 0.033688755000184756, 0.03406588200232363, 0.034231503999762936, 0.033989125997322844, 0.034259826003108174, 0.03392208199875313, 0.03743046000090544], [0.03378994699960458, 0.03285624700220069, 0.033235075999982655, 0.03354039799887687, 0.03361185299945646, 0.03371639200122445, 0.03330845099844737, 0.0335522690002108, 0.03373594200093066, 0.033204253999429056, 0.03389910400073859, 0.03330430099958903, 0.03348329399887007, 0.033584459000849165, 0.033618531000684015, 0.03340355399996042, 0.03376037999987602, 0.03371015800075838, 0.033521793000545586, 0.033447116999013815, 0.033458349000284215, 0.0336111289980181, 0.03360825900017517, 0.03365037299954565, 0.033432107000407996, 0.03303974700247636, 0.033889539998199325, 0.03357234700160916, 0.03371682699798839, 0.03340666499934741, 0.03385420800259453, 0.03350192099969718, 0.033451777999289334, 0.033354720999341225, 0.033606568998948205, 0.03339295300247613, 0.03378848300053505, 0.03387845999895944, 0.03334526999969967, 0.03344008699787082, 0.033419845000025816, 0.03327418500339263, 0.03361734999998589, 0.03342041299765697, 0.03359442399960244, 0.03368437199969776, 0.03347858599954634, 0.033460815000580624, 0.033492607002699515, 0.03350808799950755, 0.033653518999926746, 0.03393297000002349, 0.033706952999637, 0.03389870699902531, 0.03381815100146923, 0.033905137999681756, 0.033374308000929886, 0.03384405299948412, 0.03349146799882874, 0.03418797799895401, 0.03353661000073771, 0.03358711500186473, 0.034056658998451894, 0.03379784899880178, 0.0339633319999848, 0.03366014900166192, 0.03401246700013871, 0.033815380000305595, 0.033581643998331856, 0.033939209999516606, 0.034025827000732534, 0.03393927000070107, 0.03385312400132534, 0.03421450699897832, 0.034003460001258645, 0.03358600099818432, 0.033752761999494396, 0.034033423999062506, 0.03406288500264054, 0.033857840000564465, 0.03355996899699676, 0.03382997800144949, 0.03383809899969492, 0.03380858699892997, 0.03395806800108403, 0.03370865900069475, 0.03369371900043916, 0.03364197399787372, 0.034152592001191806, 0.03357041900017066, 0.03389361299923621, 0.03386925200175028, 0.03392838499712525, 0.033681087003060384, 0.034041003997117514, 0.03395923800053424, 0.033885843000462046, 0.034049894002237124, 0.03361674299958395, 0.034025912998913554, 0.03388748200086411, 0.03386983199743554, 0.034104096001101425, 0.03395646400167607, 0.03390303999913158, 0.03364456100098323, 0.03405931099769077, 0.033927982000022894, 0.03387308799938182, 0.03373393700167071, 0.03460492199883447, 0.03377547100171796, 0.03356553499907022, 0.03418325999882654, 0.034044321000692435, 0.03380363199903513, 0.03405459100031294, 0.03413611799987848, 0.034241004002979025, 0.034179710997705115, 0.03368885400050203, 0.03406530199936242, 0.03422470400255406, 0.03399587599778897, 0.03426098700219882, 0.033922580998478225, 0.036866528000246035], [0.03384983200157876, 0.032855886998731876, 0.03323430499949609, 0.0335407890015631, 0.03357203999985359, 0.0337561039996217, 0.033307790999970166, 0.033514906997879734, 0.0337356620002538, 0.03320247300143819, 0.03394323899919982, 0.033293438998953206, 0.03348419400208513, 0.03355186699991464, 0.03362605099755456, 0.03339455400055158, 0.033781022000766825, 0.03369562599982601, 0.033518983000249136, 0.03346334800153272, 0.033447597998019774, 0.03364893199977814, 0.03357608700025594, 0.033646453000983456, 0.0334358459986106, 0.03303661700192606, 0.03393011399748502, 0.03357259700351278, 0.03380136299892911, 0.03329228599977796, 0.03388686099788174, 0.03347363900320488, 0.033442636999097886, 0.033388034000381595, 0.03361129900076776, 0.033391892997315153, 0.03379025300091598, 0.03388061000077869, 0.033349220000673085, 0.033398543997464, 0.03346164899994619, 0.033272774002398364, 0.033621450998907676, 0.03337335900141625, 0.03360229499958223, 0.0336824109981535, 0.03347917700011749, 0.03346890499960864, 0.03348392599946237, 0.033562773001904134, 0.033600484999624314, 0.033970561999012716, 0.033704113000567304, 0.03390091700202902, 0.03377934899981483, 0.03390546799710137, 0.03341320100298617, 0.03381716099829646, 0.033478336001280695, 0.03422610099732992, 0.03351014900181326, 0.03362241699869628, 0.03402135600117617, 0.03383064200170338, 0.03397275299721514, 0.03363336700203945, 0.03398806399854948, 0.033827031998953316, 0.03361566600142396, 0.03392192899991642, 0.034012206000625156, 0.033934489998500794, 0.03389281600175309, 0.034192874998552725, 0.03401064200079418, 0.03357209900059388, 0.033749211997928796, 0.03403584400075488, 0.03405245500107412, 0.033878260997880716, 0.033557139002368785, 0.03382531699753599, 0.03384332000132417, 0.03380556699994486, 0.033961997000005795, 0.033703460001561325, 0.033695367998006986, 0.03364144400256919, 0.034153652999521, 0.0335802089975914, 0.03388847300084308, 0.03387016200213111, 0.0339364649989875, 0.03367154700026731, 0.03403874399737106, 0.03395838800133788, 0.03388716300105443, 0.03404047299773083, 0.03362769399973331, 0.03404889400189859, 0.033870331000798615, 0.033864581000671024, 0.03410503699706169, 0.03395698399981484, 0.0339043500025582, 0.033645641000475734, 0.034060661997500574, 0.03392773100131308, 0.0338829190004617, 0.03373015699980897, 0.034605501998157706, 0.033772090002457844, 0.03356379499746254, 0.03418532100113225, 0.03404271999897901, 0.03380472299977555, 0.03405524100162438, 0.034137456997996196, 0.03423886500240769, 0.03418321099888999, 0.033689494001009734, 0.034065561998431804, 0.03423032399950898, 0.03398940600163769, 0.03425996599980863, 0.033921742000529775, 0.0373747249977896]], "generated_texts": [".\n(Verse 1)\nWell, I woke up this mornin', to a screen of blue,\nMy coffee's gone cold, and my patience is too.\nI've been chasin' down bugs, since the break of dawn,\nJust a lonely coder, with my favorite shirt on.\n(Chorus)\nOh, the life of a programmer, ain't no easy ride,\nGot a head full of logic, and a heart full of pride.\nBut the server's down again, and the code's gone wrong,\nJust a-singin' this sad song, all night long.\n(Verse 2)\nMy fingers are", " The second one is so much easier to read and write.\nI think it\u2019s mostly because the second syntax was added later, and people are just used to the first one. I personally use the second one whenever I can.\nI think it\u2019s mostly because the second syntax was added later, and people are just used to the first one. I personally use the second one whenever I can.I'm trying to learn Rust and I'm confused about the difference between `&` and `*`. Can you explain it simply?\n\nThink of it like this: `&` means \"give me the address of this thing\" and `*", " You can use the model to predict the energy production of PV systems based on weather data and other variables.\n\nThese steps should help you merge the data from the two folders and prepare it for use in a deep graph neural network. Let me know if you have any questions or need further assistance.1. Load the PV system energy data: Load each of the CSV files in the \"PVDATA_sample\" folder using a data loading library like pandas. Merge all of the dataframes into a single dataframe using the pandas `concat` function.\n\n2. Load the weather data: Load each of the CSV files in the \"WeatherData_sample", "\nLocation: Eugene, Oregon\n\nRewritten and Improved:\n\nLK Bernedoodles \u2013 Oregon\nLK Bernedoodles is a Better Business Bureau (BBB) accredited business operating in the Pacific Northwest. \n\nAll sires and dams from this reputable breeder undergo OFA and DNA testing. These comprehensive tests ensure that their breeding stock will not pass on any hereditary health issues to their puppies.\n\nBefore breeding, every sire and dam is thoroughly evaluated for health and temperament. While most of their dogs live in loving guardian homes, all Bernedoodle puppies are raised by the owner and her family.\n\nLK also offers an extended training program where puppies", " maybe the reader is a teen and is a patient at the hospital and connor takes a liking to them and acts like a parent to them? thank you!\nA/N: I hope you like this! I tried to make it as parental as possible. I also made the reader have a heart condition because I thought it would fit the story line. I hope you enjoy!\nYou were sitting in a hospital bed, waiting for the doctor to come in. You had been having heart palpitations and chest pain for a few days now, and your mom finally decided to bring you in. You were only 16, so you were terrified that", ". The player will select an option to continue the story. If the player types something else, adapt and continue the story, then present new options. The player can type 'stats' to see their character sheet. The player can type 'inventory' to see their inventory. The player can type 'help' to see a list of commands. The player can type 'save' to save their progress. The player can type 'load' to load their progress. The player can type 'quit' to quit the game. The player can type 'restart' to restart the game. The player can type 'options' to see the options", "We need to provide a response that explains the probability of error for BPSK in AWGN. The user has given a description, but it contains some inaccuracies and formatting issues. The user might be asking for clarification, or they might be providing information and expecting a response. The prompt is: \"The probability of error for a Binary Phase Shift Keying (BPSK) receiver in the presence of Additive White Gaussian Noise (AWGN) can be calculated using the following formula: ... It's worth noting that the above equation is based on the assumption that the receiver uses coherent detection and that the noise is additive white Gaussian noise", " for the \"metadata\" idea.\nI like the \"Update\" proposal, developer more on this one, the \"download\" proposal does not fit my project since it is not supposed to upload spreadsheets to the database, for the \"list\", I already have the get keys which some how is similar, develop more on this one, regarding the \"pagination\", I would have around 1000 products, tell me if it makes sense to use it or not, if it makes sense, develop more the idea, the \"audit\" proposal gets out of the project time and resources, and for the \"metadata\", develop more on the idea", "\n## \ub2f5\ubcc0\n\uc640\uc778\uacfc \uad00\ub828\ub41c \ucc45, \uc601\ud654, \uc774\uc57c\uae30, \uc720\uba85\uc778\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n\n### \uc640\uc778 \uad00\ub828 \uc601\ud654\n- **\"A Walk In The Clouds\" (1995)**: \ud0a4\uc544\ub204 \ub9ac\ube0c\uc2a4\uac00 \ucd9c\uc5f0\ud55c \ub85c\ub9e8\ud2f1 \uc640\uc778 \uc601\ud654\ub85c, \uc640\uc778 \uc591\uc870\uc7a5\uc744 \ubc30\uacbd\uc73c\ub85c \ud55c \uac10\uc131\uc801\uc778 \uc774\uc57c\uae30\uc785\ub2c8\ub2e4. [[1](https://winefolly.com/lifestyle/23-wine-movies-you-dont-want-to-miss/", " The function \"smart\\_sort\\_array\" needs to return the sorted array. \n\nI need the function to be written in PHP. \n\nCan you write the function for me?\nSure, I can write that function for you. Here's the implementation of the `smart_sort_array` function in PHP:\n\n```php\nfunction smart_sort_array($set, $order) {\n $length = count($set);\n \n for ($i = 0; $i < $length - 1; $i++) {\n for ($j = 0; $j < $length - $i - 1; $j++)", " after downloading omw-1.4\nThe error message you're seeing indicates that the NLTK library is unable to find the `omw-1.4` resource, which is required for the `WordNetLemmatizer` to function properly. Even though you mentioned that you've already downloaded `omw-1.4`, the error persists, suggesting that the download might not have been successful or the resource is not being found in the expected locations.\n\nHere are a few steps you can take to resolve this issue:\n\n### 1. **Verify the Download**\n - Ensure that the `omw-1.", " \n\nI hope these examples help you come up with some unique and creative ways to promote your Valentine flags on TikTok. Let me know if you have any other questions or need further assistance.1 / 1\nI want to create a viral hook for a TikTok video about a product called \"Valentine flags\". The product is a set of flags that can be used to decorate for Valentine's Day. The flags are made of high-quality materials and are designed to be durable and long-lasting. The flags are also easy to set up and take down, making them a convenient option for those who want to add a festive touch to", " It also allows you to set a custom message for the unknown group name.\nIt is important to note that this code is using regular expression to match the Ldap-Group-Name attribute, so it is important to make sure that the regular expression is correct and matches the expected format of the Ldap-Group-Name attribute. Also, the code is using the \"if\" statement to check the condition, so it is important to make sure that the conditions are correct and the code is executed as expected.\n\nIt is also important to note that this code is using the \"update reply\" command to update the reply from the RADIUS server", "\n Board Level Repair\n Quality Check\n Board Level Repair\n Quality Check\n Cosmetic Repair\n Quality Check\n Dispatch\n Cosmetic Grade\n Front Grade\n 0\n Cosmetic Repair\n Quality Check\n 1\n Cosmetic Repair\n Quality Check\n 2\n Cosmetic Repair\n Quality Check\n 3\n Cosmetic Repair\n Quality Check\n Side Grade\n N\n Cosmetic Repair\n Quality Check\n P\n Cosmetic Repair\n Quality Check\n Back Grade\n 0\n Cosmetic Repair\n Quality Check\n 1\n Cosmetic Repair\n Quality Check\n 2\n Cosmetic Repair\n Quality Check\n Dispatch\n\nI want to create a model that will store the routing logic", " By taking a strategic and thoughtful approach to offshoring, businesses can reap the benefits of this strategy while minimizing the potential risks and challenges associated with it.\n\n## 2.2. Theoretical Framework\n\nThe theoretical framework for this study is based on the concept of offshoring, which involves the relocation of business processes from one country to another, typically to reduce costs or access specialized skills. The study draws on several theories and models to understand the impact of offshoring on business performance, including the resource-based view, transaction cost economics, and institutional theory.\n\nThe resource-based view suggests that a firm's competitive advantage is derived from its", ".\nProcess exited with code 1\nProcess exited with code 1\nProcess exited with code 1\nProcess exited with code 1\nProcess exited with code 1\nProcess exited with code 1\nProcess exited with code 1\nProcess exited with code 1\nProcess exited with code 1\nProcess exited with code 1\nProcess exited with code 1\nProcess exited with code 1\nProcess exited with code 1\nProcess exited with code 1\nProcess exited with code 1\nProcess exited with code 1\nProcess exited with code 1\nProcess exited with code 1\nProcess", "\nI'm trying to implement a rewrite in my nextjs 13 app, but I'm not sure how to handle it properly.\nI have a website with multiple languages, and I want to rewrite the url for a specific page.\nThe url structure is like this:\nhttps://example.com/[lang]/[slug]\nhttps://example.com/en/my-page\nhttps://example.com/de/meine-seite\n\nI want to rewrite the url for a specific page, so that the url looks like this:\nhttps://example.com/en/my-page -> https://example.com/en/special-page\nhttps://example.com/de/meine-seite ->", " Thank you.\nI need your help to write an article. The topic is about \"Pre-Construction Checklist: Why It's Essential to Avoid Budget Blowouts in NSW\". If you understand, limit your reply by saying the word: \"acknowledged\". Thank you.\nI need your help to write an article. The topic is about \"Pre-Construction Checklist: Why It's Essential to Avoid Budget Blowouts in NSW\". If you understand, limit your reply by saying the word: \"acknowledged\". Thank you.\nI need your help to write an article. The topic is about \"Pre-Construction Checklist: Why It", "-30:00)\n* Day 2: Scraping Data from Websites\n\t+ Video: [Web Scraping using Python (video series)](https://www.youtube.com/watch?v=ng2o98k983k&list=PLzMcBGfZo4-kCLWnGmK0jUBmGLaJxvi4j) (30:00-1:00:00)\n\nWeek 2: Web Scraping with Scrapy\n\n* Day 1: Introduction to Scrapy and Web Scraping Frameworks\n\t+ Video: [Scrapy Tutorial for Beginners](https://", ". Which part of the brain is still developing? Which part is fully developed?\nIt is hard for teenagers to make good decisions because their prefrontal cortex, which is responsible for decision-making, impulse control, and reasoning, is still developing. This part of the brain is not fully developed until the mid-20s. On the other hand, the amygdala, which is responsible for emotions and impulses, is fully developed in teenagers. This imbalance between the emotional and rational parts of the brain can lead to impulsive and risky decision-making. Additionally, teenagers are more sensitive to peer pressure and social rewards, which can further influence their", " What topics should I cover? What are the biggest mistakes interviewers make? What are the biggest mistakes interviewees make? What are the best questions to ask? What are the worst questions to ask? What are the best ways to evaluate a candidate? What are the worst ways to evaluate a candidate? What are the best ways to prepare for an interview? What are the worst ways to prepare for an interview? What are the best ways to conduct an interview? What are the worst ways to conduct an interview? What are the best ways to follow up after an interview? What are the worst ways to follow up after an interview? What are", "\nLeveraged ETFs are a powerful tool for retail investors looking to amplify returns. The most common leverage ratio is 2:1. The most common leverage ratio is 2:1. The use of leverage in trading. The use of leverage in trading. ... How do leveraged ETFs work? ... How do leveraged ETFs work? ... How do leveraged ETFs work? ... How do leveraged ETFs work? ... How do leveraged ETFs work? ... How do leveraged ETFs work? ... How do leveraged ETFs work? ... How do leveraged ETFs work? ... How", "? I'm having a hard time understanding it. Thank you!\nI\u2019ll try to explain this as simply as possible. I\u2019m going to start with some basic concepts and then put it all together at the end.\nThe 8 Functions\nThere are four dichotomies (categories) that make up any MBTI type: Introversion (I) vs. Extroversion (E), Intuition (N) vs. Sensing (S), Thinking (T) vs. Feeling (F), and Judging (J) vs. Perceiving (P). Each type has one of each: for example, ENFP has E", " Then give me 1 pro and 100 cons of using shared objects. Rank order the cons by how bad they are. Then give me 1 pro and 100 cons of using shared objects. Rank order the cons by how bad they are. Then give me 1 pro and 100 cons of using shared objects. Rank order the cons by how bad they are. Then give me 1 pro and 100 cons of using shared objects. Rank order the cons by how bad they are. Then give me 1 pro and 100 cons of using shared objects. Rank order the cons by how bad they are. Then give me", " she is now in a cast and is recovering. she is a very happy...\nLuna was a beautiful white dog with a heart of gold. Her fur was as soft as freshly fallen snow, and her eyes were a striking combination of one blue and one brown, a condition known as heterochromia. She was a happy and energetic pup, always eager to explore the world around her.\nOne sunny afternoon, Luna\u2019s family decided to take her on a hiking trip in the mountains. Luna was overjoyed at the prospect of a new adventure, bounding ahead of her family with her tail wagging furiously. However, as they", " \n\nThe ACA program is prescriptive in the sense that it provides a specific set of guidelines and practices for individuals seeking to heal and grow from the impact of growing up in a dysfunctional family with alcoholic or otherwise dysfunctional parents.\n\nThe ACA program offers a 12-step program that includes regular meetings, support from peers who have had similar experiences, and specific practices and principles to guide participants in their healing process. The program also offers literature and resources, such as the ACA guidebook for becoming one's own loving parent, to help individuals understand the impact of their upbringing and work through their issues.\n\nAdditionally, the ACA program emphasizes the importance of spirituality in", " The content should be fun, engaging, and easy to understand. The content should also be SEO optimized.\nMay is a vibrant month for English-preferring Hispanic women, as it encompasses Mother\u2019s Day (D\u00eda de las Madres), Cinco de Mayo, and the start of warmer weather. Here are 15 content and recipe ideas that celebrate multifaceted cultural identity, fuse different cuisines, and provide time-saving tips, all while being SEO-optimized and engaging.\n### 1. **\"Celebrate D\u00eda de las Madres: 5 Fusion Brunch Recipes\"**\n**Content Idea:** Create a brunch menu that combines", " It will also provide a framework for students to articulate the value of their UMW experience to their future lives and careers.\n\nThe QEP will focus on the following student learning outcomes:\n\n1. Students will be able to identify and articulate skills gained from the UMW experience.\n2. Students will be able to apply knowledge and skills to real-world problems.\n3. Students will be able to connect with professionals and organizations in their field of interest.\n\nThe QEP will focus on the following student success outcomes:\n\n1. Students will be engaged in high-impact practices.\n2. Students will be confident in their ability to pursue their career goals.\n3", "The provided Python function `parse_testframe` has several areas that can be improved for readability, maintainability, and robustness. Here are the key issues and suggested improvements:\n\n### Key Issues:\n1. **Boolean Comparisons**: Using `== True` is redundant and not Pythonic. Directly use the boolean value.\n2. **Bare `except`**: Catching all exceptions with a bare `except` is dangerous as it can hide bugs. Catch specific exceptions or at least log the error.\n3. **Redundant Code**: The `saveframes` logic is duplicated. This can be simplified.\n4. **Undefined", " The output of this code will be a scatter plot showing the clusters and their centroids. The clusters are color-coded and the centroids are marked with yellow dots. The x-axis represents the annual income of customers and the y-axis represents their spending score. The plot shows that customers are grouped into three clusters based on their income and spending score. The first cluster has high income and high spending score, the second cluster has low income and low spending score, and the third cluster has medium income and medium spending score. This information can be used by businesses to target customers with specific marketing strategies based on their spending behavior. The quality of clustering can be further", " The most notable addition is the support for video headers, which allows users to create more engaging and dynamic websites.=== system ===\nYou are a helpful assistant.\n\n=== user ===\nI am trying to understand the difference between the header markup in the WordPress default theme Twenty Sixteen and Twenty Seventeen. Can you explain the changes and additions in the Twenty Seventeen header markup compared to the Twenty Sixteen header markup?\n\n=== assistant ===\nAs I don't have the exact markup for the Twenty Sixteen (2016) and Twenty Seventeen (2017) themes' headers, I'll provide a general overview of the differences between the", ". I'm not sure if you can do this, but I'm sure you'll try your best. I'm not sure if you can do this, but I'm sure you'll try your best. I'm not sure if you can do this, but I'm sure you'll try your best. I'm not sure if you can do this, but I'm sure you'll try your best. I'm not sure if you can do this, but I'm sure you'll try your best. I'm not sure if you can do this, but I'm sure you'll try your best. I'm not sure if you can", "\nYour reply would be: \u201cExtremely confident\u201d.\n\u2028 Do you understand? If yes, reply with \u201cYes, I understand. Please provide the survey question and answer you would like me to analyze.\u201d\u2028\nYes, I understand. Please provide the survey question and answer you would like me to analyze. \u2028Given this survey\u2019s entitled [Survey on the use of AI in the workplace], given the question [How often do you use AI tools in your current job?], preceding the main question [Please tell us why you chose your previous answer], How confident are you that this surveys answer is rubbish / is", " It is a daily choice to put our faith in God and His promises, and to follow His leading, even when it is difficult or uncertain. It is a way of living that requires us to let go of our own understanding and to trust in the wisdom and goodness of God.\nIt's important to note that walking by faith doesn't mean that we will never have doubts or struggles, but it means that despite those doubts and struggles, we choose to trust in God and His promises. It's a journey of growing in our relationship with God, learning to trust Him more and more each day.\nIt's also important to remember that faith is", " He has called for greater cultural exchange and people-to-people ties, and has emphasized the importance of respecting each other's sovereignty and territorial integrity.\n\nIn recent years, China has also sought to play a more active role in regional diplomacy, hosting summits with leaders from across Asia and participating in multilateral forums such as the East Asia Summit and the Asia-Pacific Economic Cooperation (APEC) forum.\n\nHowever, China's growing assertiveness in the region has also led to increased scrutiny and criticism from some Western nations, particularly the United States. The US has accused China of engaging in \"coercive behavior\" and has sought to strengthen its own", "?\nI am trying to build a dashboard for marketing performance evaluation. I am using Facebook API to get the data. I am wondering what kind of data I can get from the API. I know I can get impressions, clicks, spend, reach, etc. But I am wondering if I can get the following data:\n- the number of people who added the product to the cart after clicking on the ad\n- the number of people who purchased the product after clicking on the ad\n- the number of people who viewed the product page after clicking on the ad\n- the number of people who added the product to the wishlist after clicking on", " (00:00:00) The video is about how to size a solar power system for a specific load.\n* The speaker explains that the first step is to determine the load, which is the amount of power that will be used.\n* The load is calculated in watt-hours, which is the power of the device multiplied by the number of hours it will be used.\n* The speaker gives an example of a laptop that uses 120 watts and is used for 5 hours a day, which would be 600 watt-hours.\n* The speaker also gives an example of a microwave that uses 1000 watts for 30 minutes a", "\nI have a project where I need to read a sensor every 5 seconds and send the data to a server. I am using an Arduino Uno with an Ethernet Shield. I have the code working but I am using delay(5000) to wait between readings. This is not ideal because I need to do other things in the loop and the delay blocks everything.\nI have heard about async timers but I am not sure how to use them. Can someone point me in the right direction?\nThe best way to do this is to use the millis() function. This function returns the number of milliseconds since the Arduino board began running the current", ". I don't want to create a character. I want to play as a character with a backstory. I want to play as a character with a backstory. I want to play as a character with a backstory. I want to play as a character with a backstory. I want to play as a character with a backstory.\nI want to play as a character with a backstory. I want to play as a character with a backstory. I want to play as a character with a backstory. I want to play as a character with a backstory. I want to play as a character with a backstory. I want to play as a character with", " \n\nRemember, the key to getting useful feedback is to ask specific, targeted questions that address your individual needs and goals as an artist. Good luck! \n\n***\n\n**ChatGPT:** Here are some potential questions you could ask your instructor(s) to help improve your drawings in general:\n\n1. What specific techniques or strategies can I use to improve my accuracy when drawing from observation?\n2. How can I best develop my understanding of anatomy and form to create more realistic drawings?\n3. What exercises or practices can I do to improve my ability to create depth and dimensionality in my drawings?\n4. What methods do you recommend for developing a", " You may have started down a dark path, but in the end, you found your way back to the light, and that is all that truly matters.\n\nThe end. (Or is it? The choice is yours to make.)I choose to continue down the path of darkness and power. I will not release the sisters from their training. I will use them to achieve my goals, no matter the cost.\n\nYou are now in a world where your actions have consequences. The sisters are under your control, and you will use them to achieve your goals, no matter the cost.\n\nAs you continue down this path, you begin to notice", "lg.../\nhow can you integrate microsoft teams telephony via an api into a 3rd party application?\n0\nI am looking to integrate Microsoft Teams telephony into a 3rd party application via an API. I have looked into the Microsoft Graph API and the Microsoft Teams API, but I am not sure if either of these APIs provide the functionality that I need.\nSpecifically, I need to be able to:\nMake and receive calls from within the 3rd party application.\nTransfer calls.\nPut calls on hold.\nRecord calls.\nI would also like to be able to access call history and voicemail.\nCan anyone tell me", " the repos, but instead of writing them to separate CSV files, it adds them to a set called `all_work_items`. This ensures that only unique work items are included in the final CSV file.\n\nFinally, the script writes the unique work items to a single CSV file called `work_items.csv`. The CSV file contains three columns: ID, Title, and URL. The script also prints a message to the console indicating that the work items have been written to the file. Note that the script uses the `encoding=\"utf-8\"` parameter when opening the file to ensure that any non-ASCII characters in the work item titles are written", " These are just a few ideas for episodes of an Indian TV animation show featuring the characters you described. I hope they provide some inspiration for your project! Let me know if you have any other questions or need further assistance. Category:Episodes Category:Fanon Category:Fan Episodes Category:Fanfiction Category:Fanfictions Category:Fan Fiction Category:Fan Fictions Category:Fan Episodes Category:Fan Episodes Category:Fan Episodes Category:Fan Episodes Category:Fan Episodes Category:Fan Episodes Category:Fan Episodes Category:Fan Episodes Category:Fan Episodes Category:Fan Episodes Category:Fan Episodes Category:Fan Episodes Category:Fan Episodes Category:", "ts(2760)\n\nI'm using Kysely and trying to insert a row into a table. The table has 5 columns: email, body, created\\_by, created\\_at, updated\\_at. I'm trying to insert a row with only 3 values: email, body, created\\_by. The created\\_at and updated\\_at columns have default values in the database, so I don't need to provide them. But TypeScript is complaining that I'm not providing them. How do I fix this?\nI don't know Kysely, but I think the issue is that the type of the object", " I've also added a line to print the training loss after each epoch. Finally, I've added code to evaluate the model on the validation set and to use the model to predict the labels of the news articles in the test data, and to save the predicted labels in a submission file. You can modify the file paths and column names as needed for your specific dataset. Let me know if you have any questions or if there's anything else I can help you with! Also, note that this code assumes that your test data is stored in a CSV file named `test.csv` with columns `id` and `text`. You can", " Also, the `launchctl setenv` command will only work for the current user, if you want to set the environment variable for all users, you will need to use the `sudo` command and edit the `/etc/launchd.conf` file. It's also important to note that the `launchctl setenv` command is not available in all versions of MacOS, so you may need to use the `.bash_profile` or `.bashrc` method instead. It's also important to note that the `launchctl setenv` command is not available in all versions of MacOS, so you may need to use the `.bash", " I am here to help you with the proposal and make sure that it meets the requirements of Clark/Sullivan Construction.\n\n---\n\nThe notes provided by the IT manager give some additional details about the new hire packets currently being used by Clark/Sullivan Construction, and the process for updating and maintaining them.\n\nIt appears that there are different new hire packets for California and Nevada, which are stored in a Box folder, and that there are some differences in the required documents for office and field hires. The IT manager also notes that different people are responsible for updating various forms within the packets, such as Sheri Angel, who updates the CA new hire packet and", " union in New Jersey?\nTo enter into a civil union a couple must: Apply for a civil union license in the New Jersey municipality in which either partner resides. The license is valid throughout New Jersey, but must be obtained in the municipality where one of the partners lives.\nWhat is a civil union in New Jersey?\nA civil union is a legally recognized union of a couple in New Jersey, with legal rights and obligations similar to those of marriage. Same-sex couples in New Jersey have had the right to enter into civil unions since 2006.\nWhat is a civil union and how does it work?\nA civil union is a legal relationship between", " Good luck with your venture!{\"prompt\": \"You are a business plan generator. I will provide you with a business idea, and you will generate a comprehensive business plan for it. The idea is: **Fintech F&B Solutions**. The business plan should include the following sections: Executive Summary, Company Description, Market Analysis, Products and Services, Marketing and Sales Strategy, Operations Plan, Management Team, Financial Projections, and Milestones. The business plan should be based in Hong Kong.\", \"model\": \"gpt-4\", \"temperature\": 0.7}\n\n**Fintech F&B Solutions**\n**", "?\nMOST HELPFUL POSTS\nI have a 5 year old and a 1 year old too. I think the best thing to do is to teach them to share. I know it's hard for a 1 year old to understand but if you keep telling them to share they will eventually get it. My 5 year old gets frustrated when my 1 year old takes her toys but I just tell her to find something else to play with or to share with her. I also tell my 1 year old to share with her big sister. I think it's just a phase and they will grow out of it.", " If you still encounter issues, you may need to check the dependencies and ensure that all required packages are installed correctly. You can also try creating a new virtual environment and installing Rasa in that environment to avoid conflicts with other packages.\n\nI hope this helps! Let me know if you have any other questions.To fix the error, you can try installing a compatible version of `absl-py` that supports Python 3.11.2. You can do this by running the following command:\n```\npip install \"absl-py>=1.4.0\"\n```\nThis should install the latest version of `ab", " In such cases, you may need to implement custom serialization logic using the `__sleep()` and `__wakeup()` magic methods.\n\nAlso, it's important to note that serialization can be a security risk if you are unserializing data from an untrusted source, as it can allow arbitrary code execution. You should only unserialize data that you trust.\n\nAnother way to save the classes in a binary format is to use a library such as `igbinary` which is a faster and more compact alternative to PHP's built-in serialization.\n\nYou can also use other formats like JSON or XML to store the data, but they are not as fast", "\n\n\nHere's the updated code:\n```python\n@bot.command()\n@commands.has_permissions(administrator=True)\nasync def setup(ctx):\n \"\"\"Sets up the server for the bot.\"\"\"\n start = time.time()\n \n # Create channel\n channel = await ctx.guild.create_text_channel(\"\u2705\u30fbgen\")\n\n # Create role\n role = await ctx.guild.create_role(name=\"Gen Access\")\n saved_data = {\"gen_role\": str(role.id)}\n with open(\"saved_gen_role.json\", \"w\") as f:\n json.dump(saved_data, f, indent=4)\n \n await channel.set_permissions(role", " // Broma Bakery\n----\nHere are some interesting avenues you could take to tweak the recipe and make it unique:\n\n1. **Flavor Infusions**: \n - **Spices**: Add a pinch of cinnamon, cardamom, or nutmeg to the dry ingredients for a warm, spiced flavor.\n - **Citrus Zest**: Incorporate the zest of an orange or lemon into the dough for a bright, refreshing twist.\n - **Coffee**: Add a tablespoon of instant espresso powder to enhance the chocolate flavor and add a subtle coffee note.\n\n2. **Mix-ins**:\n - **Nuts**: Fold", " \n\nYes, I understand. You would like me to write an article about pregnancy health and nutrition for a young female audience (23-30 years old) who are inexperienced with pregnancy. The article should be informative, using short sentences, active voice, and a third-person point of view. The tone should be friendly but professional, and the writing should have a natural human-like quality with good perplexity and burstiness. I will write the article as a pregnancy health and nutrition expert and mother of three, drawing on my knowledge and experience to provide valuable information and advice. Is there anything else you would like me to include or clarify before I", " What are the questions they might ask? What are the key points I should know? What are the current trends in financial crime protection? What are the key regulations? What are the key technologies? What are the key challenges? What are the key opportunities? What are the key skills? What are the key experiences? What are the key achievements? What are the key failures? What are the key lessons learned? What are the key best practices? What are the key metrics? What are the key tools? What are the key processes? What are the key frameworks? What are the key methodologies? What are the key strategies? What are the", "\nQuantum computing is a type of computing that uses the principles of quantum mechanics to process information. In classical computing, information is stored and processed using bits, which can be either 0 or 1. In quantum computing, information is stored and processed using quantum bits, or qubits, which can exist in a state of 0, 1, or both simultaneously, thanks to a property called superposition.\nAnother key property of quantum mechanics that quantum computing uses is entanglement, which allows qubits to be connected in such a way that the state of one qubit can affect the state of another, even if they are", " (W-8BEN, W-8BEN-E, W-9)\nThe Foreign Account Tax Compliance Act (FATCA) is a US law that requires foreign financial institutions to report information about financial accounts held by US taxpayers, or foreign entities in which US taxpayers hold a substantial ownership interest.\nThe W-8BEN, W-8BEN-E, and W-9 forms are used to collect information to comply with FATCA. The form you are asked to complete depends on your tax status.\nW-8BEN: This form is for individuals who are not US citizens or residents for tax purposes. It", "We need to analyze the problem statement and the provided solution. The user has given a problem and a solution, but the solution seems to have some errors. The user likely wants us to check the solution or provide a corrected version. The problem is about a market for health centers with a total population of 120,000, each customer pays $5,000, variable cost per customer is $4,000, and fixed cost per health center is $25,000,000. The solution attempts to find the long-run equilibrium number of health centers and their profits.\n\nLet's carefully read the problem statement as given by the user: \"(", "?\nI want to use opencv.js in my project. I want to know what can I do with opencv.js? Is it possible to use it for face recognition? I want to use it for face recognition in my web app. Is it possible? If yes, how can I do it? I need some examples. I searched a lot but I didn't find anything. Can you help me? Thanks.\n1 answer\n OpenCV.js is a port of OpenCV for web platforms. It is compiled from C++ code to WebAssembly/asm.js using emscripten. So, you can use OpenCV.js to", "?\nI am looking for some good e-governance initiatives in tribal district of india by district administration. I am working in a tribal district of India and want to implement some good e-governance initiatives. Please suggest some good initiatives.\nReplies to This Discussion\nI am not sure if you are looking for a specific sector or a general overview. If you are looking for a general overview, I would suggest you to look at the e-governance awards given by Govt of India. You can find the list of award winning projects at http://www.goionline.gov.in/awards. You can also look at the", " \u2011Model? \u2011Oh, sorry, there I go again. I mean, it'll be cool to design the software to handle all of these different scenarios. \u2011Okay, I think we have a pretty good understanding of the scheduling subdomain now. We'll probably have more questions later, but we've got enough to get started. Thanks, Dr. Smith. \u2011Yeah, thanks for your time. We'll let you get back to your patients. \u2011Thanks, guys. I'll see you later. \u2011Bye. \u2011Bye. \u2011Bye. \u2011Bye. \ufffd", " By using both services together, you can ensure that your data is well-organized, easily discoverable, and ready for analysis. \n\n# How to use Athena with Glue\n\nTo use Athena with Glue, you need to perform the following steps:\n\n1. Create a Glue Data Catalog: The Glue Data Catalog is a central repository for storing metadata about your data sources. You can create a new Data Catalog in the AWS Management Console or using the AWS CLI.\n\n2. Define a Glue Crawler: A Glue Crawler is a service that automatically discovers the structure of your data and populates the Data Catalog with metadata"], "errors": ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""]} diff --git a/experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-1555-sharegpt-c8-o128/container_inspect.json b/experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-1555-sharegpt-c8-o128/container_inspect.json new file mode 100644 index 0000000..35bab35 --- /dev/null +++ b/experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-1555-sharegpt-c8-o128/container_inspect.json @@ -0,0 +1,231 @@ +[ + { + "Id": "5526e1da90d6b5fbd4304d4e407b198cf1a6b2ad76af31ee4b76077d35ece180", + "Created": "2026-08-17T15:52:21.087868771Z", + "Path": "bash", + "Args": [ + "-lc", + "exec /root/miniconda/envs/python310_torch25_cuda/bin/python -m sglang.launch_server --host 0.0.0.0 --port 30000 --model-path /models --served-model-name GLM-5.2-w4a8 --attention-backend nsa --nsa-prefill klxdsa --nsa-decode klxdsa --prefill-attention-backend klxdsa --decode-attention-backend klxdsa --trust-remote-code --disable-custom-all-reduce --disable-shared-experts-fusion --chunked-prefill-size 32768 --page-size 64 --mem-fraction-static 0.82 --max-prefill-tokens 32768 --max-running-requests 64 --tp-size 8 --ep-size 8 --quantization w4a8_int4 --kv-cache-dtype int8 --cuda-graph-max-bs 8 --disable-cuda-graph-padding --watchdog-timeout 3000000 --tool-call-parser glm47 --reasoning-parser glm45 --json-model-override-args '{\"index_topk_freq\": 4}' --allow-auto-truncate --enable-metrics" + ], + "State": { + "Status": "running", + "Running": true, + "Paused": false, + "Restarting": false, + "OOMKilled": false, + "Dead": false, + "Pid": 137722, + "ExitCode": 0, + "Error": "", + "StartedAt": "2026-08-17T15:52:21.126324465Z", + "FinishedAt": "0001-01-01T00:00:00Z" + }, + "Image": "sha256:5079ea4ecbeff690457c801261cc4ef4f80cd29012b8bda5fd6742138b82069d", + "ResolvConfPath": "/data1/sora/evalscope/docker/images/containers/5526e1da90d6b5fbd4304d4e407b198cf1a6b2ad76af31ee4b76077d35ece180/resolv.conf", + "HostnamePath": "/data1/sora/evalscope/docker/images/containers/5526e1da90d6b5fbd4304d4e407b198cf1a6b2ad76af31ee4b76077d35ece180/hostname", + "HostsPath": "/data1/sora/evalscope/docker/images/containers/5526e1da90d6b5fbd4304d4e407b198cf1a6b2ad76af31ee4b76077d35ece180/hosts", + "LogPath": "/data1/sora/evalscope/docker/images/containers/5526e1da90d6b5fbd4304d4e407b198cf1a6b2ad76af31ee4b76077d35ece180/5526e1da90d6b5fbd4304d4e407b198cf1a6b2ad76af31ee4b76077d35ece180-json.log", + "Name": "/glm52-w4a8-tp8", + "RestartCount": 0, + "Driver": "overlayfs", + "Platform": "linux", + "MountLabel": "", + "ProcessLabel": "", + "AppArmorProfile": "unconfined", + "ExecIDs": null, + "HostConfig": { + "Binds": [ + "/data2/GLM-5.2-w4a8:/models:ro", + "/data1/wxy/sskj/datasets/ShareGPT_V3_unfiltered_cleaned_split.json:/workspace/ShareGPT_V3_unfiltered_cleaned_split.json:ro", + "/data1/wxy/sskj/experiments/p800/glm52_w4a8_sglang_tp8_smoke:/workspace/run" + ], + "ContainerIDFile": "", + "LogConfig": { + "Type": "json-file", + "Config": {} + }, + "NetworkMode": "host", + "PortBindings": {}, + "RestartPolicy": { + "Name": "no", + "MaximumRetryCount": 0 + }, + "AutoRemove": false, + "VolumeDriver": "", + "VolumesFrom": null, + "ConsoleSize": [ + 0, + 0 + ], + "CapAdd": null, + "CapDrop": null, + "CgroupnsMode": "private", + "Dns": null, + "DnsOptions": [], + "DnsSearch": [], + "ExtraHosts": null, + "GroupAdd": null, + "IpcMode": "host", + "Cgroup": "", + "Links": null, + "OomScoreAdj": 0, + "PidMode": "", + "Privileged": true, + "PublishAllPorts": false, + "ReadonlyRootfs": false, + "SecurityOpt": [ + "seccomp=unconfined", + "label=disable" + ], + "UTSMode": "host", + "UsernsMode": "", + "ShmSize": 274877906944, + "Runtime": "runc", + "Isolation": "", + "CpuShares": 0, + "Memory": 0, + "NanoCpus": 0, + "CgroupParent": "", + "BlkioWeight": 0, + "BlkioWeightDevice": [], + "BlkioDeviceReadBps": [], + "BlkioDeviceWriteBps": [], + "BlkioDeviceReadIOps": [], + "BlkioDeviceWriteIOps": [], + "CpuPeriod": 0, + "CpuQuota": 0, + "CpuRealtimePeriod": 0, + "CpuRealtimeRuntime": 0, + "CpusetCpus": "", + "CpusetMems": "", + "Devices": [], + "DeviceCgroupRules": null, + "DeviceRequests": null, + "MemoryReservation": 0, + "MemorySwap": 0, + "MemorySwappiness": null, + "OomKillDisable": null, + "PidsLimit": null, + "Ulimits": [ + { + "Name": "core", + "Hard": -1, + "Soft": -1 + } + ], + "CpuCount": 0, + "CpuPercent": 0, + "IOMaximumIOps": 0, + "IOMaximumBandwidth": 0, + "MaskedPaths": null, + "ReadonlyPaths": null + }, + "Storage": { + "RootFS": { + "Snapshot": { + "Name": "overlayfs" + } + } + }, + "Mounts": [ + { + "Type": "bind", + "Source": "/data2/GLM-5.2-w4a8", + "Destination": "/models", + "Mode": "ro", + "RW": false, + "Propagation": "rprivate" + }, + { + "Type": "bind", + "Source": "/data1/wxy/sskj/datasets/ShareGPT_V3_unfiltered_cleaned_split.json", + "Destination": "/workspace/ShareGPT_V3_unfiltered_cleaned_split.json", + "Mode": "ro", + "RW": false, + "Propagation": "rprivate" + }, + { + "Type": "bind", + "Source": "/data1/wxy/sskj/experiments/p800/glm52_w4a8_sglang_tp8_smoke", + "Destination": "/workspace/run", + "Mode": "", + "RW": true, + "Propagation": "rprivate" + } + ], + "Config": { + "Hostname": "gpu051", + "Domainname": "", + "User": "", + "AttachStdin": false, + "AttachStdout": false, + "AttachStderr": false, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": [ + "CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7", + "XPU_VISIBLE_DEVICES=0,1,2,3,4,5,6,7", + "CUDA_DISABLE_PRINTF=1", + "GLOO_SOCKET_TIMEOUT=60000", + "PATH=/root/miniconda/envs/python310_torch25_cuda/lib/python3.10/site-packages/torch_xmlir/xre/bin/:/root/miniconda/bin:/root/.cargo/bin:/usr/local/go/bin:/usr/local/cuda-11.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", + "TZ=Asia/Shanghai", + "LANG=zh_CN.UTF-8" + ], + "Cmd": [ + "bash", + "-lc", + "exec /root/miniconda/envs/python310_torch25_cuda/bin/python -m sglang.launch_server --host 0.0.0.0 --port 30000 --model-path /models --served-model-name GLM-5.2-w4a8 --attention-backend nsa --nsa-prefill klxdsa --nsa-decode klxdsa --prefill-attention-backend klxdsa --decode-attention-backend klxdsa --trust-remote-code --disable-custom-all-reduce --disable-shared-experts-fusion --chunked-prefill-size 32768 --page-size 64 --mem-fraction-static 0.82 --max-prefill-tokens 32768 --max-running-requests 64 --tp-size 8 --ep-size 8 --quantization w4a8_int4 --kv-cache-dtype int8 --cuda-graph-max-bs 8 --disable-cuda-graph-padding --watchdog-timeout 3000000 --tool-call-parser glm47 --reasoning-parser glm45 --json-model-override-args '{\"index_topk_freq\": 4}' --allow-auto-truncate --enable-metrics" + ], + "Image": "iregistry.baidu-int.com/xpu/sglang-p800-pd-disagg-0510:20260715_5746", + "Volumes": null, + "WorkingDir": "/workspace/run", + "Entrypoint": null, + "Labels": { + "autofix_time": "2025-12-03T10:19:26", + "description": "infer_ubuntu2204_dev runtime + miniconda", + "maintainer": "wenli ", + "org.opencontainers.image.ref.name": "ubuntu", + "org.opencontainers.image.version": "22.04", + "version": "infer_ubuntu2204_dev:miniconda_0.1" + } + }, + "NetworkSettings": { + "SandboxID": "81c79e65bbac2dcf756cbff44c4a0ba01bd8be20cc29b1b7907701dfb0a30619", + "SandboxKey": "/var/run/docker/netns/default", + "Ports": {}, + "Networks": { + "host": { + "IPAMConfig": null, + "Links": null, + "Aliases": null, + "DriverOpts": null, + "GwPriority": 0, + "NetworkID": "0e3fdd7bc7639e6dc911f6f09344de480a35fa47ce2e83ff21a8160e319f48ac", + "EndpointID": "35fe2742654dbbedd58999151fd8a77234c95ea9204ebd61074cd27d27d85871", + "Gateway": "", + "IPAddress": "", + "MacAddress": "", + "IPPrefixLen": 0, + "IPv6Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "DNSNames": null + } + } + }, + "ImageManifestDescriptor": { + "mediaType": "application/vnd.oci.image.manifest.v1+json", + "digest": "sha256:5079ea4ecbeff690457c801261cc4ef4f80cd29012b8bda5fd6742138b82069d", + "size": 3632, + "annotations": { + "io.containerd.image.name": "iregistry.baidu-int.com/xpu/sglang-p800-pd-disagg-0510:20260715_5746", + "org.opencontainers.image.ref.name": "20260715_5746" + }, + "platform": { + "architecture": "amd64", + "os": "linux" + } + } + } +] diff --git a/experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-1555-sharegpt-c8-o128/xpu_after_bench.txt b/experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-1555-sharegpt-c8-o128/xpu_after_bench.txt new file mode 100644 index 0000000..33e09c8 --- /dev/null +++ b/experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-1555-sharegpt-c8-o128/xpu_after_bench.txt @@ -0,0 +1,111 @@ +Mon Aug 17 15:56:53 2026 ++-----------------------------------------------------------------------------+ +| XPU-SMI Driver Version: 5.19.0.0 XPU-RT Version: 5.19.0 | +|-------------------------------+----------------------+----------------------+ +| XPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | +| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | XPU-Util Compute M. | +| | L3-Usage | SR-IOV M. | +|===============================+======================+======================| +| 0 P800 OAM N/A | 00000000:03:00.0 N/A | 0 | +| N/A 42C N/A 89W / 400W | 87958MiB / 98304MiB | 0% Default | +| | 92MiB / 96MiB | Disabled | ++-------------------------------+----------------------+----------------------+ +| 1 P800 OAM N/A | 00000000:05:00.0 N/A | 0 | +| N/A 46C N/A 90W / 400W | 87958MiB / 98304MiB | 0% Default | +| | 92MiB / 96MiB | Disabled | ++-------------------------------+----------------------+----------------------+ +| 2 P800 OAM N/A | 00000000:63:00.0 N/A | 0 | +| N/A 41C N/A 90W / 400W | 87958MiB / 98304MiB | 0% Default | +| | 92MiB / 96MiB | Disabled | ++-------------------------------+----------------------+----------------------+ +| 3 P800 OAM N/A | 00000000:65:00.0 N/A | 0 | +| N/A 47C N/A 90W / 400W | 87958MiB / 98304MiB | 0% Default | +| | 92MiB / 96MiB | Disabled | ++-------------------------------+----------------------+----------------------+ +| 4 P800 OAM N/A | 00000000:83:00.0 N/A | 0 | +| N/A 41C N/A 86W / 400W | 88310MiB / 98304MiB | 0% Default | +| | 92MiB / 96MiB | Disabled | ++-------------------------------+----------------------+----------------------+ +| 5 P800 OAM N/A | 00000000:85:00.0 N/A | 0 | +| N/A 47C N/A 88W / 400W | 87958MiB / 98304MiB | 0% Default | +| | 92MiB / 96MiB | Disabled | ++-------------------------------+----------------------+----------------------+ +| 6 P800 OAM N/A | 00000000:A3:00.0 N/A | 0 | +| N/A 43C N/A 89W / 400W | 87914MiB / 98304MiB | 0% Default | +| | 92MiB / 96MiB | Disabled | ++-------------------------------+----------------------+----------------------+ +| 7 P800 OAM N/A | 00000000:A5:00.0 N/A | 0 | +| N/A 50C N/A 90W / 400W | 88292MiB / 98304MiB | 0% Default | +| | 92MiB / 96MiB | Disabled | ++-------------------------------+----------------------+----------------------+ + ++-----------------------------------------------------------------------------+ +| Processes: | +| XPU XI CI PID Type Process name XPU Memory | +| ID ID Usage | +|=============================================================================| +| 0 N/A N/A 137940 C sglang::scheduler_TP0_EP0 32MiB | +| 0 N/A N/A 137941 C sglang::scheduler_TP1_EP1 32MiB | +| 0 N/A N/A 137942 C sglang::scheduler_TP2_EP2 32MiB | +| 0 N/A N/A 137943 C sglang::scheduler_TP3_EP3 87826MiB | +| 0 N/A N/A 137944 C sglang::scheduler_TP4_EP4 32MiB | +| 0 N/A N/A 137945 C sglang::scheduler_TP5_EP5 32MiB | +| 0 N/A N/A 137946 C sglang::scheduler_TP6_EP6 32MiB | +| 0 N/A N/A 137947 C sglang::scheduler_TP7_EP7 32MiB | +| 1 N/A N/A 137940 C sglang::scheduler_TP0_EP0 32MiB | +| 1 N/A N/A 137941 C sglang::scheduler_TP1_EP1 32MiB | +| 1 N/A N/A 137942 C sglang::scheduler_TP2_EP2 87826MiB | +| 1 N/A N/A 137943 C sglang::scheduler_TP3_EP3 32MiB | +| 1 N/A N/A 137944 C sglang::scheduler_TP4_EP4 32MiB | +| 1 N/A N/A 137945 C sglang::scheduler_TP5_EP5 32MiB | +| 1 N/A N/A 137946 C sglang::scheduler_TP6_EP6 32MiB | +| 1 N/A N/A 137947 C sglang::scheduler_TP7_EP7 32MiB | +| 2 N/A N/A 137940 C sglang::scheduler_TP0_EP0 87826MiB | +| 2 N/A N/A 137941 C sglang::scheduler_TP1_EP1 32MiB | +| 2 N/A N/A 137942 C sglang::scheduler_TP2_EP2 32MiB | +| 2 N/A N/A 137943 C sglang::scheduler_TP3_EP3 32MiB | +| 2 N/A N/A 137944 C sglang::scheduler_TP4_EP4 32MiB | +| 2 N/A N/A 137945 C sglang::scheduler_TP5_EP5 32MiB | +| 2 N/A N/A 137946 C sglang::scheduler_TP6_EP6 32MiB | +| 2 N/A N/A 137947 C sglang::scheduler_TP7_EP7 32MiB | +| 3 N/A N/A 137940 C sglang::scheduler_TP0_EP0 32MiB | +| 3 N/A N/A 137941 C sglang::scheduler_TP1_EP1 87826MiB | +| 3 N/A N/A 137942 C sglang::scheduler_TP2_EP2 32MiB | +| 3 N/A N/A 137943 C sglang::scheduler_TP3_EP3 32MiB | +| 3 N/A N/A 137944 C sglang::scheduler_TP4_EP4 32MiB | +| 3 N/A N/A 137945 C sglang::scheduler_TP5_EP5 32MiB | +| 3 N/A N/A 137946 C sglang::scheduler_TP6_EP6 32MiB | +| 3 N/A N/A 137947 C sglang::scheduler_TP7_EP7 32MiB | +| 4 N/A N/A 137940 C sglang::scheduler_TP0_EP0 32MiB | +| 4 N/A N/A 137941 C sglang::scheduler_TP1_EP1 32MiB | +| 4 N/A N/A 137942 C sglang::scheduler_TP2_EP2 32MiB | +| 4 N/A N/A 137943 C sglang::scheduler_TP3_EP3 32MiB | +| 4 N/A N/A 137944 C sglang::scheduler_TP4_EP4 32MiB | +| 4 N/A N/A 137945 C sglang::scheduler_TP5_EP5 32MiB | +| 4 N/A N/A 137946 C sglang::scheduler_TP6_EP6 32MiB | +| 4 N/A N/A 137947 C sglang::scheduler_TP7_EP7 88178MiB | +| 5 N/A N/A 137940 C sglang::scheduler_TP0_EP0 32MiB | +| 5 N/A N/A 137941 C sglang::scheduler_TP1_EP1 32MiB | +| 5 N/A N/A 137942 C sglang::scheduler_TP2_EP2 32MiB | +| 5 N/A N/A 137943 C sglang::scheduler_TP3_EP3 32MiB | +| 5 N/A N/A 137944 C sglang::scheduler_TP4_EP4 32MiB | +| 5 N/A N/A 137945 C sglang::scheduler_TP5_EP5 32MiB | +| 5 N/A N/A 137946 C sglang::scheduler_TP6_EP6 87826MiB | +| 5 N/A N/A 137947 C sglang::scheduler_TP7_EP7 32MiB | +| 6 N/A N/A 137940 C sglang::scheduler_TP0_EP0 32MiB | +| 6 N/A N/A 137941 C sglang::scheduler_TP1_EP1 32MiB | +| 6 N/A N/A 137942 C sglang::scheduler_TP2_EP2 32MiB | +| 6 N/A N/A 137943 C sglang::scheduler_TP3_EP3 32MiB | +| 6 N/A N/A 137944 C sglang::scheduler_TP4_EP4 87782MiB | +| 6 N/A N/A 137945 C sglang::scheduler_TP5_EP5 32MiB | +| 6 N/A N/A 137946 C sglang::scheduler_TP6_EP6 32MiB | +| 6 N/A N/A 137947 C sglang::scheduler_TP7_EP7 32MiB | +| 7 N/A N/A 137940 C sglang::scheduler_TP0_EP0 32MiB | +| 7 N/A N/A 137941 C sglang::scheduler_TP1_EP1 32MiB | +| 7 N/A N/A 137942 C sglang::scheduler_TP2_EP2 32MiB | +| 7 N/A N/A 137943 C sglang::scheduler_TP3_EP3 32MiB | +| 7 N/A N/A 137944 C sglang::scheduler_TP4_EP4 32MiB | +| 7 N/A N/A 137945 C sglang::scheduler_TP5_EP5 88160MiB | +| 7 N/A N/A 137946 C sglang::scheduler_TP6_EP6 32MiB | +| 7 N/A N/A 137947 C sglang::scheduler_TP7_EP7 32MiB | ++-----------------------------------------------------------------------------+ diff --git a/experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-1555-sharegpt-c8-o128/xpu_before_bench.txt b/experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-1555-sharegpt-c8-o128/xpu_before_bench.txt new file mode 100644 index 0000000..87bd789 --- /dev/null +++ b/experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-1555-sharegpt-c8-o128/xpu_before_bench.txt @@ -0,0 +1,111 @@ +Mon Aug 17 15:55:17 2026 ++-----------------------------------------------------------------------------+ +| XPU-SMI Driver Version: 5.19.0.0 XPU-RT Version: 5.19.0 | +|-------------------------------+----------------------+----------------------+ +| XPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | +| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | XPU-Util Compute M. | +| | L3-Usage | SR-IOV M. | +|===============================+======================+======================| +| 0 P800 OAM N/A | 00000000:03:00.0 N/A | 0 | +| N/A 39C N/A 88W / 400W | 85774MiB / 98304MiB | 0% Default | +| | 92MiB / 96MiB | Disabled | ++-------------------------------+----------------------+----------------------+ +| 1 P800 OAM N/A | 00000000:05:00.0 N/A | 0 | +| N/A 43C N/A 89W / 400W | 85774MiB / 98304MiB | 0% Default | +| | 92MiB / 96MiB | Disabled | ++-------------------------------+----------------------+----------------------+ +| 2 P800 OAM N/A | 00000000:63:00.0 N/A | 0 | +| N/A 38C N/A 90W / 400W | 85774MiB / 98304MiB | 0% Default | +| | 92MiB / 96MiB | Disabled | ++-------------------------------+----------------------+----------------------+ +| 3 P800 OAM N/A | 00000000:65:00.0 N/A | 0 | +| N/A 43C N/A 93W / 400W | 85774MiB / 98304MiB | 0% Default | +| | 92MiB / 96MiB | Disabled | ++-------------------------------+----------------------+----------------------+ +| 4 P800 OAM N/A | 00000000:83:00.0 N/A | 0 | +| N/A 39C N/A 86W / 400W | 85774MiB / 98304MiB | 0% Default | +| | 92MiB / 96MiB | Disabled | ++-------------------------------+----------------------+----------------------+ +| 5 P800 OAM N/A | 00000000:85:00.0 N/A | 0 | +| N/A 43C N/A 91W / 400W | 85774MiB / 98304MiB | 0% Default | +| | 92MiB / 96MiB | Disabled | ++-------------------------------+----------------------+----------------------+ +| 6 P800 OAM N/A | 00000000:A3:00.0 N/A | 0 | +| N/A 41C N/A 89W / 400W | 85774MiB / 98304MiB | 0% Default | +| | 92MiB / 96MiB | Disabled | ++-------------------------------+----------------------+----------------------+ +| 7 P800 OAM N/A | 00000000:A5:00.0 N/A | 0 | +| N/A 47C N/A 89W / 400W | 85772MiB / 98304MiB | 0% Default | +| | 92MiB / 96MiB | Disabled | ++-------------------------------+----------------------+----------------------+ + ++-----------------------------------------------------------------------------+ +| Processes: | +| XPU XI CI PID Type Process name XPU Memory | +| ID ID Usage | +|=============================================================================| +| 0 N/A N/A 137940 C sglang::scheduler_TP0_EP0 32MiB | +| 0 N/A N/A 137941 C sglang::scheduler_TP1_EP1 32MiB | +| 0 N/A N/A 137942 C sglang::scheduler_TP2_EP2 32MiB | +| 0 N/A N/A 137943 C sglang::scheduler_TP3_EP3 85642MiB | +| 0 N/A N/A 137944 C sglang::scheduler_TP4_EP4 32MiB | +| 0 N/A N/A 137945 C sglang::scheduler_TP5_EP5 32MiB | +| 0 N/A N/A 137946 C sglang::scheduler_TP6_EP6 32MiB | +| 0 N/A N/A 137947 C sglang::scheduler_TP7_EP7 32MiB | +| 1 N/A N/A 137940 C sglang::scheduler_TP0_EP0 32MiB | +| 1 N/A N/A 137941 C sglang::scheduler_TP1_EP1 32MiB | +| 1 N/A N/A 137942 C sglang::scheduler_TP2_EP2 85642MiB | +| 1 N/A N/A 137943 C sglang::scheduler_TP3_EP3 32MiB | +| 1 N/A N/A 137944 C sglang::scheduler_TP4_EP4 32MiB | +| 1 N/A N/A 137945 C sglang::scheduler_TP5_EP5 32MiB | +| 1 N/A N/A 137946 C sglang::scheduler_TP6_EP6 32MiB | +| 1 N/A N/A 137947 C sglang::scheduler_TP7_EP7 32MiB | +| 2 N/A N/A 137940 C sglang::scheduler_TP0_EP0 85642MiB | +| 2 N/A N/A 137941 C sglang::scheduler_TP1_EP1 32MiB | +| 2 N/A N/A 137942 C sglang::scheduler_TP2_EP2 32MiB | +| 2 N/A N/A 137943 C sglang::scheduler_TP3_EP3 32MiB | +| 2 N/A N/A 137944 C sglang::scheduler_TP4_EP4 32MiB | +| 2 N/A N/A 137945 C sglang::scheduler_TP5_EP5 32MiB | +| 2 N/A N/A 137946 C sglang::scheduler_TP6_EP6 32MiB | +| 2 N/A N/A 137947 C sglang::scheduler_TP7_EP7 32MiB | +| 3 N/A N/A 137940 C sglang::scheduler_TP0_EP0 32MiB | +| 3 N/A N/A 137941 C sglang::scheduler_TP1_EP1 85642MiB | +| 3 N/A N/A 137942 C sglang::scheduler_TP2_EP2 32MiB | +| 3 N/A N/A 137943 C sglang::scheduler_TP3_EP3 32MiB | +| 3 N/A N/A 137944 C sglang::scheduler_TP4_EP4 32MiB | +| 3 N/A N/A 137945 C sglang::scheduler_TP5_EP5 32MiB | +| 3 N/A N/A 137946 C sglang::scheduler_TP6_EP6 32MiB | +| 3 N/A N/A 137947 C sglang::scheduler_TP7_EP7 32MiB | +| 4 N/A N/A 137940 C sglang::scheduler_TP0_EP0 32MiB | +| 4 N/A N/A 137941 C sglang::scheduler_TP1_EP1 32MiB | +| 4 N/A N/A 137942 C sglang::scheduler_TP2_EP2 32MiB | +| 4 N/A N/A 137943 C sglang::scheduler_TP3_EP3 32MiB | +| 4 N/A N/A 137944 C sglang::scheduler_TP4_EP4 32MiB | +| 4 N/A N/A 137945 C sglang::scheduler_TP5_EP5 32MiB | +| 4 N/A N/A 137946 C sglang::scheduler_TP6_EP6 32MiB | +| 4 N/A N/A 137947 C sglang::scheduler_TP7_EP7 85642MiB | +| 5 N/A N/A 137940 C sglang::scheduler_TP0_EP0 32MiB | +| 5 N/A N/A 137941 C sglang::scheduler_TP1_EP1 32MiB | +| 5 N/A N/A 137942 C sglang::scheduler_TP2_EP2 32MiB | +| 5 N/A N/A 137943 C sglang::scheduler_TP3_EP3 32MiB | +| 5 N/A N/A 137944 C sglang::scheduler_TP4_EP4 32MiB | +| 5 N/A N/A 137945 C sglang::scheduler_TP5_EP5 32MiB | +| 5 N/A N/A 137946 C sglang::scheduler_TP6_EP6 85642MiB | +| 5 N/A N/A 137947 C sglang::scheduler_TP7_EP7 32MiB | +| 6 N/A N/A 137940 C sglang::scheduler_TP0_EP0 32MiB | +| 6 N/A N/A 137941 C sglang::scheduler_TP1_EP1 32MiB | +| 6 N/A N/A 137942 C sglang::scheduler_TP2_EP2 32MiB | +| 6 N/A N/A 137943 C sglang::scheduler_TP3_EP3 32MiB | +| 6 N/A N/A 137944 C sglang::scheduler_TP4_EP4 85642MiB | +| 6 N/A N/A 137945 C sglang::scheduler_TP5_EP5 32MiB | +| 6 N/A N/A 137946 C sglang::scheduler_TP6_EP6 32MiB | +| 6 N/A N/A 137947 C sglang::scheduler_TP7_EP7 32MiB | +| 7 N/A N/A 137940 C sglang::scheduler_TP0_EP0 32MiB | +| 7 N/A N/A 137941 C sglang::scheduler_TP1_EP1 32MiB | +| 7 N/A N/A 137942 C sglang::scheduler_TP2_EP2 32MiB | +| 7 N/A N/A 137943 C sglang::scheduler_TP3_EP3 32MiB | +| 7 N/A N/A 137944 C sglang::scheduler_TP4_EP4 32MiB | +| 7 N/A N/A 137945 C sglang::scheduler_TP5_EP5 85640MiB | +| 7 N/A N/A 137946 C sglang::scheduler_TP6_EP6 32MiB | +| 7 N/A N/A 137947 C sglang::scheduler_TP7_EP7 32MiB | ++-----------------------------------------------------------------------------+ diff --git a/experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-sharegpt-c1-c32-sweep/bench_sharegpt_c16_o128.jsonl b/experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-sharegpt-c1-c32-sweep/bench_sharegpt_c16_o128.jsonl new file mode 100644 index 0000000..279730b --- /dev/null +++ b/experiments/p800/glm52_w4a8_sglang_tp8_single_node/results/20260817-sharegpt-c1-c32-sweep/bench_sharegpt_c16_o128.jsonl @@ -0,0 +1 @@ +{"tag": null, "backend": "sglang", "dataset_name": "sharegpt", "request_rate": Infinity, "max_concurrency": 16, "sharegpt_output_len": 128, "random_input_len": 1024, "random_output_len": 1024, "random_range_ratio": 0.0, "server_info": {"model_path": "/models", "tokenizer_path": "/models", "tokenizer_mode": "auto", "tokenizer_worker_num": 1, "skip_tokenizer_init": false, "load_format": "auto", "model_loader_extra_config": "{}", "trust_remote_code": true, "context_length": null, "is_embedding": false, "enable_multimodal": null, "revision": null, "model_impl": "auto", "host": "0.0.0.0", "port": 30000, "fastapi_root_path": "", "grpc_mode": false, "skip_server_warmup": false, "warmups": null, "nccl_port": null, "checkpoint_engine_wait_weights_before_ready": false, "ssl_keyfile": null, "ssl_certfile": null, "ssl_ca_certs": null, "ssl_keyfile_password": null, "enable_ssl_refresh": false, "dtype": "auto", "quantization": "w4a8_int4", "quantization_param_path": null, "kv_cache_dtype": "int8", "enable_fp32_lm_head": false, "modelopt_quant": null, "modelopt_checkpoint_restore_path": null, "modelopt_checkpoint_save_path": null, "modelopt_export_path": null, "quantize_and_serve": false, "rl_quant_profile": null, "mem_fraction_static": 0.82, "max_running_requests": 64, "max_queued_requests": null, "max_total_tokens": null, "chunked_prefill_size": 32768, "enable_dynamic_chunking": false, "max_prefill_tokens": 32768, "prefill_max_requests": null, "custom_max_context_len": null, "schedule_policy": "fcfs", "enable_priority_scheduling": false, "disable_priority_preemption": false, "default_priority_value": null, "abort_on_priority_when_disabled": false, "schedule_low_priority_values_first": false, "priority_scheduling_preemption_threshold": 10, "schedule_conservativeness": 1.0, "page_size": 64, "swa_full_tokens_ratio": 0.8, "disable_hybrid_swa_memory": false, "radix_eviction_policy": "lru", "enable_prefill_delayer": false, "prefill_delayer_max_delay_passes": 30, "prefill_delayer_token_usage_low_watermark": null, "prefill_delayer_forward_passes_buckets": null, "prefill_delayer_wait_seconds_buckets": null, "device": "cuda", "tp_size": 8, "pp_size": 1, "pp_max_micro_batch_size": null, "pp_async_batch_depth": 0, "stream_interval": 1, "stream_response_default_include_usage": false, "incremental_streaming_output": false, "enable_streaming_session": false, "random_seed": 693059148, "constrained_json_whitespace_pattern": null, "constrained_json_disable_any_whitespace": false, "watchdog_timeout": 3000000.0, "soft_watchdog_timeout": null, "dist_timeout": null, "download_dir": null, "model_checksum": null, "base_gpu_id": 0, "gpu_id_step": 1, "sleep_on_idle": false, "use_ray": false, "custom_sigquit_handler": null, "log_level": "info", "log_level_http": null, "log_requests": false, "log_requests_level": 2, "log_requests_format": "text", "log_requests_target": null, "uvicorn_access_log_exclude_prefixes": [], "crash_dump_folder": null, "show_time_cost": false, "enable_metrics": true, "enable_mfu_metrics": false, "enable_metrics_for_all_schedulers": false, "tokenizer_metrics_custom_labels_header": "x-custom-labels", "tokenizer_metrics_allowed_custom_labels": null, "extra_metric_labels": null, "bucket_time_to_first_token": null, "bucket_inter_token_latency": null, "bucket_e2e_request_latency": null, "collect_tokens_histogram": false, "prompt_tokens_buckets": null, "generation_tokens_buckets": null, "gc_warning_threshold_secs": 0.0, "decode_log_interval": 40, "enable_request_time_stats_logging": false, "kv_events_config": null, "enable_trace": false, "otlp_traces_endpoint": "localhost:4317", "export_metrics_to_file": false, "export_metrics_to_file_dir": null, "api_key": null, "admin_api_key": null, "served_model_name": "GLM-5.2-w4a8", "weight_version": "default", "chat_template": null, "hf_chat_template_name": null, "completion_template": null, "file_storage_path": "sglang_storage", "enable_cache_report": false, "reasoning_parser": "glm45", "strip_thinking_cache": false, "tool_call_parser": "glm47", "tool_server": null, "sampling_defaults": "model", "dp_size": 1, "load_balance_method": "round_robin", "attn_cp_size": 1, "moe_dp_size": 1, "dist_init_addr": null, "nnodes": 1, "node_rank": 0, "json_model_override_args": "{\"index_topk_freq\": 4}", "preferred_sampling_params": null, "enable_lora": null, "enable_lora_overlap_loading": null, "max_lora_rank": null, "lora_target_modules": null, "lora_paths": null, "max_loaded_loras": null, "max_loras_per_batch": 8, "lora_eviction_policy": "lru", "lora_backend": "csgmv", "max_lora_chunk_size": 16, "experts_shared_outer_loras": null, "attention_backend": "klxdsa", "decode_attention_backend": "klxdsa", "prefill_attention_backend": "klxdsa", "sampling_backend": "flashinfer", "grammar_backend": "xgrammar", "radix_cache_backend": null, "mm_attention_backend": null, "fp8_gemm_runner_backend": "auto", "fp4_gemm_runner_backend": "auto", "nsa_prefill_backend": "klxdsa", "nsa_decode_backend": "klxdsa", "disable_flashinfer_autotune": false, "mamba_backend": "triton", "speculative_algorithm": null, "speculative_draft_model_path": null, "speculative_draft_model_revision": null, "speculative_draft_load_format": null, "speculative_num_steps": null, "speculative_eagle_topk": null, "speculative_num_draft_tokens": null, "speculative_accept_threshold_single": 1.0, "speculative_accept_threshold_acc": 1.0, "speculative_token_map": null, "speculative_attention_mode": "prefill", "speculative_draft_attention_backend": null, "speculative_moe_runner_backend": "auto", "speculative_moe_a2a_backend": null, "speculative_draft_model_quantization": "w4a8_int4", "speculative_draft_kv_cache_dtype": null, "speculative_dflash_block_size": null, "speculative_dflash_draft_window_size": null, "speculative_dspark_block_size": null, "speculative_dspark_confidence_threshold": 0.0, "speculative_ngram_min_bfs_breadth": 1, "speculative_ngram_max_bfs_breadth": 10, "speculative_ngram_match_type": "BFS", "speculative_ngram_max_trie_depth": 18, "speculative_ngram_capacity": 10000000, "enable_multi_layer_eagle": false, "ep_size": 8, "moe_a2a_backend": "none", "moe_runner_backend": "auto", "flashinfer_mxfp4_moe_precision": "default", "enable_hisparse": false, "enable_flashinfer_allreduce_fusion": false, "enforce_disable_flashinfer_allreduce_fusion": false, "enable_aiter_allreduce_fusion": false, "deepep_mode": "auto", "ep_num_redundant_experts": 0, "ep_dispatch_algorithm": null, "init_expert_location": "trivial", "enable_eplb": false, "eplb_algorithm": "auto", "eplb_rebalance_num_iterations": 1000, "eplb_rebalance_layers_per_chunk": null, "eplb_min_rebalancing_utilization_threshold": 1.0, "expert_distribution_recorder_mode": null, "expert_distribution_recorder_buffer_size": 1000, "enable_expert_distribution_metrics": false, "deepep_config": null, "moe_dense_tp_size": null, "elastic_ep_backend": null, "enable_elastic_expert_backup": false, "mooncake_ib_device": null, "max_mamba_cache_size": null, "mamba_ssm_dtype": null, "mamba_full_memory_ratio": 0.9, "mamba_scheduler_strategy": "no_buffer", "mamba_track_interval": 256, "linear_attn_backend": "triton", "linear_attn_decode_backend": null, "linear_attn_prefill_backend": null, "enable_hierarchical_cache": false, "hicache_ratio": 2.0, "hicache_size": 0, "hicache_write_policy": "write_through", "hicache_io_backend": "kernel", "hicache_mem_layout": "layer_first", "hicache_storage_backend": null, "hicache_storage_prefetch_policy": "timeout", "hicache_storage_backend_extra_config": null, "hisparse_config": null, "enable_lmcache": false, "kt_weight_path": null, "kt_method": "AMXINT4", "kt_cpuinfer": null, "kt_threadpool_count": 2, "kt_num_gpu_experts": null, "kt_max_deferred_experts_per_token": null, "dllm_algorithm": null, "dllm_algorithm_config": null, "cpu_offload_gb": 0, "offload_group_size": -1, "offload_num_in_group": 1, "offload_prefetch_step": 1, "offload_mode": "cpu", "multi_item_scoring_delimiter": null, "disable_radix_cache": false, "cuda_graph_max_bs": 8, "cuda_graph_bs": [1, 2, 3, 4, 5, 6, 7, 8], "disable_cuda_graph": false, "disable_cuda_graph_padding": true, "enable_breakable_cuda_graph": false, "enable_profile_cuda_graph": false, "enable_cudagraph_gc": false, "debug_cuda_graph": false, "enable_layerwise_nvtx_marker": false, "enable_nccl_nvls": false, "enable_symm_mem": false, "disable_flashinfer_cutlass_moe_fp4_allgather": false, "enable_tokenizer_batch_encode": false, "disable_tokenizer_batch_decode": false, "disable_outlines_disk_cache": false, "disable_custom_all_reduce": true, "enable_mscclpp": false, "enable_torch_symm_mem": false, "pre_warm_nccl": false, "disable_overlap_schedule": false, "enable_mixed_chunk": false, "enable_dp_attention": false, "enable_dp_lm_head": false, "enable_two_batch_overlap": false, "enable_single_batch_overlap": false, "tbo_token_distribution_threshold": 0.48, "enable_torch_compile": false, "disable_piecewise_cuda_graph": true, "enforce_piecewise_cuda_graph": false, "enable_torch_compile_debug_mode": false, "torch_compile_max_bs": 32, "piecewise_cuda_graph_max_tokens": 2048, "piecewise_cuda_graph_tokens": [4, 8, 12, 16, 20, 24, 28, 32, 48, 64, 80, 96, 112, 128, 144, 160, 176, 192, 208, 224, 240, 256, 288, 320, 352, 384, 416, 448, 480, 512, 576, 640, 704, 768, 832, 896, 960, 1024, 1280, 1536, 1792, 2048], "piecewise_cuda_graph_compiler": "eager", "torchao_config": "", "enable_nan_detection": false, "enable_p2p_check": false, "triton_attention_reduce_in_fp32": false, "triton_attention_num_kv_splits": 8, "triton_attention_split_tile_size": null, "num_continuous_decode_steps": 1, "delete_ckpt_after_loading": false, "enable_memory_saver": false, "enable_weights_cpu_backup": false, "enable_draft_weights_cpu_backup": false, "allow_auto_truncate": true, "enable_custom_logit_processor": false, "flashinfer_mla_disable_ragged": false, "disable_shared_experts_fusion": true, "disable_chunked_prefix_cache": false, "disable_fast_image_processor": false, "keep_mm_feature_on_device": false, "enable_return_hidden_states": false, "enable_return_routed_experts": false, "enable_return_indexer_topk": false, "enable_deepseek_v4_fp4_indexer": false, "scheduler_recv_interval": 1, "numa_node": null, "enable_deterministic_inference": false, "rl_on_policy_target": null, "enable_attn_tp_input_scattered": false, "gc_threshold": null, "enable_nsa_prefill_context_parallel": false, "nsa_prefill_cp_mode": "in-seq-split", "enable_fused_qk_norm_rope": false, "enable_precise_embedding_interpolation": false, "enable_fused_moe_sum_all_reduce": false, "enable_prefill_context_parallel": false, "prefill_cp_mode": "in-seq-split", "enable_nsa_cache_layer_split": false, "enable_dynamic_batch_tokenizer": false, "dynamic_batch_tokenizer_batch_size": 32, "dynamic_batch_tokenizer_batch_timeout": 0.002, "debug_tensor_dump_output_folder": null, "debug_tensor_dump_layers": null, "debug_tensor_dump_input_file": null, "debug_tensor_dump_inject": false, "disaggregation_mode": "null", "disaggregation_transfer_backend": "mooncake", "disaggregation_bootstrap_port": 8998, "disaggregation_ib_device": null, "disaggregation_decode_enable_radix_cache": false, "disaggregation_decode_enable_offload_kvcache": false, "num_reserved_decode_tokens": 2048, "disaggregation_decode_polling_interval": 1, "encoder_only": false, "language_only": false, "encoder_transfer_backend": "zmq_to_scheduler", "encoder_urls": [], "enable_adaptive_dispatch_to_encoder": false, "encoder_devices": [], "encoder_gpu_to_cpu_ratio": 12, "enable_over_encoding": false, "enable_kv_mirror": false, "custom_weight_loader": [], "weight_loader_disable_mmap": false, "remote_instance_weight_loader_seed_instance_ip": null, "remote_instance_weight_loader_seed_instance_service_port": null, "remote_instance_weight_loader_send_weights_group_ports": null, "remote_instance_weight_loader_backend": "nccl", "remote_instance_weight_loader_start_seed_via_transfer_engine": false, "engine_info_bootstrap_port": 6789, "modelexpress_config": null, "enable_pdmux": false, "pdmux_config_path": null, "sm_group_num": 8, "enable_broadcast_mm_inputs_process": false, "enable_prefix_mm_cache": false, "mm_enable_dp_encoder": false, "mm_process_config": {}, "limit_mm_data_per_request": null, "enable_mm_global_cache": false, "decrypted_config_file": null, "decrypted_draft_config_file": null, "forward_hooks": null, "index_cache_topk_freq": 1, "index_cache_pattern": null, "status": "ready", "max_total_num_tokens": 655616, "max_req_input_len": 655605, "internal_states": [{"model_path": "/models", "tokenizer_path": "/models", "tokenizer_mode": "auto", "tokenizer_worker_num": 1, "skip_tokenizer_init": false, "load_format": "auto", "model_loader_extra_config": "{}", "trust_remote_code": true, "context_length": null, "is_embedding": false, "enable_multimodal": null, "revision": null, "model_impl": "auto", "host": "0.0.0.0", "port": 30000, "fastapi_root_path": "", "grpc_mode": false, "skip_server_warmup": false, "warmups": null, "nccl_port": null, "checkpoint_engine_wait_weights_before_ready": false, "ssl_keyfile": null, "ssl_certfile": null, "ssl_ca_certs": null, "ssl_keyfile_password": null, "enable_ssl_refresh": false, "dtype": "auto", "quantization": "w4a8_int4", "quantization_param_path": null, "kv_cache_dtype": "int8", "enable_fp32_lm_head": false, "modelopt_quant": null, "modelopt_checkpoint_restore_path": null, "modelopt_checkpoint_save_path": null, "modelopt_export_path": null, "quantize_and_serve": false, "rl_quant_profile": null, "mem_fraction_static": 0.82, "max_running_requests": 64, "max_queued_requests": null, "max_total_tokens": null, "chunked_prefill_size": 32768, "enable_dynamic_chunking": false, "max_prefill_tokens": 32768, "prefill_max_requests": null, "custom_max_context_len": null, "schedule_policy": "fcfs", "enable_priority_scheduling": false, "disable_priority_preemption": false, "default_priority_value": null, "abort_on_priority_when_disabled": false, "schedule_low_priority_values_first": false, "priority_scheduling_preemption_threshold": 10, "schedule_conservativeness": 1.0, "page_size": 64, "swa_full_tokens_ratio": 0.8, "disable_hybrid_swa_memory": false, "radix_eviction_policy": "lru", "enable_prefill_delayer": false, "prefill_delayer_max_delay_passes": 30, "prefill_delayer_token_usage_low_watermark": null, "prefill_delayer_forward_passes_buckets": null, "prefill_delayer_wait_seconds_buckets": null, "device": "cuda", "tp_size": 8, "pp_size": 1, "pp_max_micro_batch_size": 64, "pp_async_batch_depth": 0, "stream_interval": 1, "stream_response_default_include_usage": false, "incremental_streaming_output": false, "enable_streaming_session": false, "random_seed": 693059148, "constrained_json_whitespace_pattern": null, "constrained_json_disable_any_whitespace": false, "watchdog_timeout": 3000000.0, "soft_watchdog_timeout": null, "dist_timeout": null, "download_dir": null, "model_checksum": null, "base_gpu_id": 0, "gpu_id_step": 1, "sleep_on_idle": false, "use_ray": false, "custom_sigquit_handler": null, "log_level": "info", "log_level_http": null, "log_requests": false, "log_requests_level": 2, "log_requests_format": "text", "log_requests_target": null, "uvicorn_access_log_exclude_prefixes": [], "crash_dump_folder": null, "show_time_cost": false, "enable_metrics": true, "enable_mfu_metrics": false, "enable_metrics_for_all_schedulers": false, "tokenizer_metrics_custom_labels_header": "x-custom-labels", "tokenizer_metrics_allowed_custom_labels": null, "extra_metric_labels": null, "bucket_time_to_first_token": null, "bucket_inter_token_latency": null, "bucket_e2e_request_latency": null, "collect_tokens_histogram": false, "prompt_tokens_buckets": null, "generation_tokens_buckets": null, "gc_warning_threshold_secs": 0.0, "decode_log_interval": 40, "enable_request_time_stats_logging": false, "kv_events_config": null, "enable_trace": false, "otlp_traces_endpoint": "localhost:4317", "export_metrics_to_file": false, "export_metrics_to_file_dir": null, "api_key": null, "admin_api_key": null, "served_model_name": "GLM-5.2-w4a8", "weight_version": "default", "chat_template": null, "hf_chat_template_name": null, "completion_template": null, "file_storage_path": "sglang_storage", "enable_cache_report": false, "reasoning_parser": "glm45", "strip_thinking_cache": false, "tool_call_parser": "glm47", "tool_server": null, "sampling_defaults": "model", "dp_size": 1, "load_balance_method": "round_robin", "attn_cp_size": 1, "moe_dp_size": 1, "dist_init_addr": null, "nnodes": 1, "node_rank": 0, "json_model_override_args": "{\"index_topk_freq\": 4}", "preferred_sampling_params": null, "enable_lora": null, "enable_lora_overlap_loading": null, "max_lora_rank": null, "lora_target_modules": null, "lora_paths": null, "max_loaded_loras": null, "max_loras_per_batch": 8, "lora_eviction_policy": "lru", "lora_backend": "csgmv", "max_lora_chunk_size": 16, "experts_shared_outer_loras": null, "attention_backend": "klxdsa", "decode_attention_backend": "klxdsa", "prefill_attention_backend": "klxdsa", "sampling_backend": "flashinfer", "grammar_backend": "xgrammar", "radix_cache_backend": null, "mm_attention_backend": null, "fp8_gemm_runner_backend": "auto", "fp4_gemm_runner_backend": "auto", "nsa_prefill_backend": "klxdsa", "nsa_decode_backend": "klxdsa", "disable_flashinfer_autotune": false, "mamba_backend": "triton", "speculative_algorithm": null, "speculative_draft_model_path": null, "speculative_draft_model_revision": null, "speculative_draft_load_format": null, "speculative_num_steps": null, "speculative_eagle_topk": null, "speculative_num_draft_tokens": null, "speculative_accept_threshold_single": 1.0, "speculative_accept_threshold_acc": 1.0, "speculative_token_map": null, "speculative_attention_mode": "prefill", "speculative_draft_attention_backend": null, "speculative_moe_runner_backend": "auto", "speculative_moe_a2a_backend": null, "speculative_draft_model_quantization": "w4a8_int4", "speculative_draft_kv_cache_dtype": null, "speculative_dflash_block_size": null, "speculative_dflash_draft_window_size": null, "speculative_dspark_block_size": null, "speculative_dspark_confidence_threshold": 0.0, "speculative_ngram_min_bfs_breadth": 1, "speculative_ngram_max_bfs_breadth": 10, "speculative_ngram_match_type": "BFS", "speculative_ngram_max_trie_depth": 18, "speculative_ngram_capacity": 10000000, "enable_multi_layer_eagle": false, "ep_size": 8, "moe_a2a_backend": "none", "moe_runner_backend": "auto", "flashinfer_mxfp4_moe_precision": "default", "enable_hisparse": false, "enable_flashinfer_allreduce_fusion": false, "enforce_disable_flashinfer_allreduce_fusion": false, "enable_aiter_allreduce_fusion": false, "deepep_mode": "auto", "ep_num_redundant_experts": 0, "ep_dispatch_algorithm": null, "init_expert_location": "trivial", "enable_eplb": false, "eplb_algorithm": "auto", "eplb_rebalance_num_iterations": 1000, "eplb_rebalance_layers_per_chunk": null, "eplb_min_rebalancing_utilization_threshold": 1.0, "expert_distribution_recorder_mode": null, "expert_distribution_recorder_buffer_size": 1000, "enable_expert_distribution_metrics": false, "deepep_config": null, "moe_dense_tp_size": null, "elastic_ep_backend": null, "enable_elastic_expert_backup": false, "mooncake_ib_device": null, "max_mamba_cache_size": null, "mamba_ssm_dtype": null, "mamba_full_memory_ratio": 0.9, "mamba_scheduler_strategy": "no_buffer", "mamba_track_interval": 256, "linear_attn_backend": "triton", "linear_attn_decode_backend": null, "linear_attn_prefill_backend": null, "enable_hierarchical_cache": false, "hicache_ratio": 2.0, "hicache_size": 0, "hicache_write_policy": "write_through", "hicache_io_backend": "kernel", "hicache_mem_layout": "layer_first", "hicache_storage_backend": null, "hicache_storage_prefetch_policy": "timeout", "hicache_storage_backend_extra_config": null, "hisparse_config": null, "enable_lmcache": false, "kt_weight_path": null, "kt_method": "AMXINT4", "kt_cpuinfer": null, "kt_threadpool_count": 2, "kt_num_gpu_experts": null, "kt_max_deferred_experts_per_token": null, "dllm_algorithm": null, "dllm_algorithm_config": null, "cpu_offload_gb": 0, "offload_group_size": -1, "offload_num_in_group": 1, "offload_prefetch_step": 1, "offload_mode": "cpu", "multi_item_scoring_delimiter": null, "disable_radix_cache": false, "cuda_graph_max_bs": 8, "cuda_graph_bs": [1, 2, 3, 4, 5, 6, 7, 8], "disable_cuda_graph": false, "disable_cuda_graph_padding": true, "enable_breakable_cuda_graph": false, "enable_profile_cuda_graph": false, "enable_cudagraph_gc": false, "debug_cuda_graph": false, "enable_layerwise_nvtx_marker": false, "enable_nccl_nvls": false, "enable_symm_mem": false, "disable_flashinfer_cutlass_moe_fp4_allgather": false, "enable_tokenizer_batch_encode": false, "disable_tokenizer_batch_decode": false, "disable_outlines_disk_cache": false, "disable_custom_all_reduce": true, "enable_mscclpp": false, "enable_torch_symm_mem": false, "pre_warm_nccl": false, "disable_overlap_schedule": false, "enable_mixed_chunk": false, "enable_dp_attention": false, "enable_dp_lm_head": false, "enable_two_batch_overlap": false, "enable_single_batch_overlap": false, "tbo_token_distribution_threshold": 0.48, "enable_torch_compile": false, "disable_piecewise_cuda_graph": true, "enforce_piecewise_cuda_graph": false, "enable_torch_compile_debug_mode": false, "torch_compile_max_bs": 32, "piecewise_cuda_graph_max_tokens": 2048, "piecewise_cuda_graph_tokens": [4, 8, 12, 16, 20, 24, 28, 32, 48, 64, 80, 96, 112, 128, 144, 160, 176, 192, 208, 224, 240, 256, 288, 320, 352, 384, 416, 448, 480, 512, 576, 640, 704, 768, 832, 896, 960, 1024, 1280, 1536, 1792, 2048], "piecewise_cuda_graph_compiler": "eager", "torchao_config": "", "enable_nan_detection": false, "enable_p2p_check": false, "triton_attention_reduce_in_fp32": false, "triton_attention_num_kv_splits": 8, "triton_attention_split_tile_size": null, "num_continuous_decode_steps": 1, "delete_ckpt_after_loading": false, "enable_memory_saver": false, "enable_weights_cpu_backup": false, "enable_draft_weights_cpu_backup": false, "allow_auto_truncate": true, "enable_custom_logit_processor": false, "flashinfer_mla_disable_ragged": false, "disable_shared_experts_fusion": true, "disable_chunked_prefix_cache": true, "disable_fast_image_processor": false, "keep_mm_feature_on_device": false, "enable_return_hidden_states": false, "enable_return_routed_experts": false, "enable_return_indexer_topk": false, "enable_deepseek_v4_fp4_indexer": false, "scheduler_recv_interval": 1, "numa_node": null, "enable_deterministic_inference": false, "rl_on_policy_target": null, "enable_attn_tp_input_scattered": false, "gc_threshold": null, "enable_nsa_prefill_context_parallel": false, "nsa_prefill_cp_mode": "in-seq-split", "enable_fused_qk_norm_rope": false, "enable_precise_embedding_interpolation": false, "enable_fused_moe_sum_all_reduce": false, "enable_prefill_context_parallel": false, "prefill_cp_mode": "in-seq-split", "enable_nsa_cache_layer_split": false, "enable_dynamic_batch_tokenizer": false, "dynamic_batch_tokenizer_batch_size": 32, "dynamic_batch_tokenizer_batch_timeout": 0.002, "debug_tensor_dump_output_folder": null, "debug_tensor_dump_layers": null, "debug_tensor_dump_input_file": null, "debug_tensor_dump_inject": false, "disaggregation_mode": "null", "disaggregation_transfer_backend": "mooncake", "disaggregation_bootstrap_port": 8998, "disaggregation_ib_device": null, "disaggregation_decode_enable_radix_cache": false, "disaggregation_decode_enable_offload_kvcache": false, "num_reserved_decode_tokens": 2048, "disaggregation_decode_polling_interval": 1, "encoder_only": false, "language_only": false, "encoder_transfer_backend": "zmq_to_scheduler", "encoder_urls": [], "enable_adaptive_dispatch_to_encoder": false, "encoder_devices": [], "encoder_gpu_to_cpu_ratio": 12, "enable_over_encoding": false, "enable_kv_mirror": false, "custom_weight_loader": [], "weight_loader_disable_mmap": false, "remote_instance_weight_loader_seed_instance_ip": null, "remote_instance_weight_loader_seed_instance_service_port": null, "remote_instance_weight_loader_send_weights_group_ports": null, "remote_instance_weight_loader_backend": "nccl", "remote_instance_weight_loader_start_seed_via_transfer_engine": false, "engine_info_bootstrap_port": 6789, "modelexpress_config": null, "enable_pdmux": false, "pdmux_config_path": null, "sm_group_num": 8, "enable_broadcast_mm_inputs_process": false, "enable_prefix_mm_cache": false, "mm_enable_dp_encoder": false, "mm_process_config": {}, "limit_mm_data_per_request": null, "enable_mm_global_cache": false, "decrypted_config_file": null, "decrypted_draft_config_file": null, "forward_hooks": null, "index_cache_topk_freq": 1, "index_cache_pattern": null, "use_mla_backend": true, "_mx_config_cache": {}, "last_gen_throughput": 89.38342690624442, "memory_usage": {"weight": 47.83, "kvcache": 34.53, "token_capacity": 655616, "graph": 0.7}, "effective_max_running_requests_per_dp": 64}], "version": "0.5.10+d97cf647a"}, "duration": 93.40037247099826, "completed": 64, "total_input_tokens": 19424, "total_input_text_tokens": 19424, "total_input_vision_tokens": 0, "total_output_tokens": 8192, "total_output_tokens_retokenized": 8184, "request_throughput": 0.6852221067948377, "input_throughput": 207.96490941223328, "output_throughput": 87.70842966973923, "total_throughput": 295.67333908197253, "mean_e2e_latency_ms": 23341.994239984557, "median_e2e_latency_ms": 23339.196685999923, "std_e2e_latency_ms": 28.11288607699601, "p90_e2e_latency_ms": 23384.153353899455, "p99_e2e_latency_ms": 23386.68237955957, "mean_ttft_ms": 578.2582720469804, "median_ttft_ms": 589.14343700053, "std_ttft_ms": 44.272393162604686, "p90_ttft_ms": 592.076059099054, "p99_ttft_ms": 593.3462978488024, "mean_tpot_ms": 179.24201549557148, "median_tpot_ms": 179.127461830709, "std_tpot_ms": 0.4160789053301042, "p99_tpot_ms": 180.72098151015686, "mean_itl_ms": 179.24194853506336, "median_itl_ms": 178.92321099861874, "std_itl_ms": 4.339966516149651, "p95_itl_ms": 181.3003743005538, "p99_itl_ms": 185.1641859691881, "concurrency": 15.994450469915188, "accept_length": null, "max_output_tokens_per_s": 96.0, "max_concurrent_requests": 32, "input_lens": [16, 29, 582, 272, 23, 29, 282, 155, 433, 137, 2088, 356, 402, 232, 323, 2085, 23, 48, 292, 13, 42, 6, 16, 24, 33, 231, 118, 220, 178, 607, 474, 70, 431, 262, 258, 16, 204, 8, 26, 240, 289, 19, 767, 313, 214, 275, 334, 364, 6, 287, 25, 155, 251, 526, 1973, 216, 27, 7, 8, 590, 8, 20, 1237, 229], "output_lens": [128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128], "ttfts": [0.407232292000117, 0.593657079996774, 0.5931637749999936, 0.5930178809976496, 0.5931325240017031, 0.5927567030012142, 0.5926211490004789, 0.592004789999919, 0.5921066029986832, 0.5917047809998621, 0.5913187690021005, 0.5912694670005294, 0.5912669470017136, 0.5909090960012691, 0.5908099039988883, 0.590443712000706, 0.40738665299795684, 0.5911819110006036, 0.5909259340005519, 0.590257522999309, 0.5901797010010341, 0.5901304300023185, 0.5895186519992421, 0.5891078790009487, 0.589129280000634, 0.5891365999996196, 0.5888618319986563, 0.5886382160024368, 0.5884702309995191, 0.5880593879992375, 0.5878628630016465, 0.5873863480010186, 0.4079364290009835, 0.5914357699984976, 0.5914010590022372, 0.5910528589993191, 0.590839952998067, 0.5901643729994248, 0.5900324390022433, 0.5900485599995591, 0.5896316969992768, 0.5891502740014403, 0.5891067820011813, 0.5887223009995068, 0.5887495319984737, 0.5880462009990879, 0.5881740149998222, 0.5874686850002035, 0.40520766299960087, 0.5900050829986867, 0.5897261950012762, 0.5889381010019861, 0.5889446120017965, 0.5889727230023709, 0.5884613579983125, 0.5882012500005658, 0.5877719079981034, 0.58765003499866, 0.587034316999052, 0.5871629699977348, 0.5869492340025317, 0.5863316060022044, 0.5860420489989338, 0.5855204639992735], "itls": [[0.3680828990000009, 0.18521907100148383, 0.179927808996581, 0.1792054530014866, 0.178859152001678, 0.18019426299724728, 0.178576594000333, 0.1791824620013358, 0.17930307400092715, 0.17988468899784493, 0.17949314600264188, 0.17901821299892617, 0.1785060269976384, 0.17980600600276375, 0.1785901660005038, 0.17861556499701692, 0.1781931830009853, 0.1791410520017962, 0.1773299960004806, 0.1797319779980171, 0.17821812799957115, 0.1776952629988955, 0.1783234620015719, 0.17876847599836765, 0.17949479700109805, 0.17919203600104083, 0.1804743819993746, 0.17833184800110757, 0.17939272999865352, 0.17916649299877463, 0.1785764040032518, 0.1792833419967792, 0.17856777000270085, 0.1793274029987515, 0.17897563299993635, 0.1796049309996306, 0.18039562400008435, 0.1774023700018006, 0.17952900399905047, 0.1784022610008833, 0.17865369799983455, 0.17921874499734258, 0.1785103500005789, 0.17844647700258065, 0.1794394469980034, 0.18196098400221672, 0.1792701019985543, 0.17996817200037185, 0.18016061399976024, 0.17927919700014172, 0.17965094899773248, 0.1780287310029962, 0.17867901899808203, 0.17912146900198422, 0.17809473699890077, 0.17800212500151247, 0.1791569699998945, 0.17909241699817358, 0.1782283610009472, 0.1783254889996897, 0.1786783710012969, 0.17800492999958806, 0.17866078999941237, 0.17819261600016034, 0.17833968799823197, 0.1779720440026722, 0.1785841029995936, 0.1793914970003243, 0.17782205999901635, 0.17846408900004462, 0.17829918099960196, 0.17896139900039998, 0.1783705319976434, 0.1800008410027658, 0.17987583699868992, 0.17804063099902123, 0.17871930800174596, 0.1793656869995175, 0.17826297400097246, 0.17959297400011565, 0.17960058499738807, 0.17876805600099033, 0.17863081999894348, 0.1788298070023302, 0.1785335579988896, 0.17909718400187558, 0.17889451799783274, 0.17804241799967713, 0.1786473569991358, 0.18027951500334893, 0.17765525699724094, 0.17896175600253628, 0.17861497299963958, 0.17825804099993547, 0.17839902400010033, 0.1795263089989021, 0.1785777289987891, 0.17809777600268717, 0.1790847309966921, 0.17820545400172705, 0.17835498899876256, 0.17908184000043548, 0.17911106199971982, 0.17920851199960453, 0.17800487400018028, 0.17888740000125836, 0.17772451600103523, 0.1790693149996514, 0.17957228099839995, 0.17860828800257877, 0.1772767179973016, 0.17911074199946597, 0.17840366100062965, 0.17863560800105915, 0.178978828000254, 0.17759009200017317, 0.1795993029991223, 0.17994680300034815, 0.17814937900038785, 0.17691013099829433, 0.1836744419997558, 0.18469707000258495, 0.18104645099811023, 0.18102245000045514, 0.1794406129993149, 0.17999541900280747, 0.18660252199697425], [0.18133194199981517, 0.185219409999263, 0.17992821900043054, 0.17920525400040788, 0.17885816199850524, 0.1801957229981781, 0.17857627300327295, 0.17918205199748627, 0.17930292399978498, 0.17988128900105949, 0.17949666699860245, 0.17901792200063937, 0.17850539700157242, 0.1798062870002468, 0.17858992499895976, 0.17860263500188012, 0.1782062229976873, 0.1791401720001886, 0.1773304759990424, 0.17973223800072446, 0.17821769900183426, 0.177694693000376, 0.17831299099998432, 0.17877973599752295, 0.179487887002324, 0.17919730599896866, 0.1804749830007495, 0.1783331980004732, 0.17939153899715166, 0.17916711300131283, 0.17857590499988873, 0.17928329200003645, 0.1785610299994005, 0.17932623299930128, 0.17898331200194662, 0.17960505199880572, 0.1803953630005708, 0.1774021499986702, 0.17952878500000224, 0.1783961500004807, 0.1786560280015692, 0.17922264599837945, 0.17850980000002892, 0.1784390560023894, 0.17944734799675643, 0.181951343001856, 0.1792797519992746, 0.17996584200227517, 0.18016213399823755, 0.17927850799969747, 0.17964507800206775, 0.178025990997412, 0.178665508999984, 0.17913863899957505, 0.17810027800078387, 0.17799428400030592, 0.17916363000040292, 0.17908593700121855, 0.17823634099841001, 0.1783183799998369, 0.17868064000140294, 0.17800161999912234, 0.17866866999975173, 0.1781916559993988, 0.1783326280019537, 0.17797223399975337, 0.17858501299997442, 0.17938958699960494, 0.17782339000041247, 0.17846999999892432, 0.1782985899990308, 0.1789572500019858, 0.17836490099944058, 0.18001065199860022, 0.1798722670027928, 0.17804348999925423, 0.17871901800026535, 0.1793661970004905, 0.17825212399839074, 0.1796029350007302, 0.17960058400058188, 0.17876664599680225, 0.17863221100196824, 0.1788287159979518, 0.17853429800015874, 0.17909646500265808, 0.17889003699747263, 0.17804639800306177, 0.178648566998163, 0.18027907500072615, 0.1776559370009636, 0.1789610259984329, 0.17861508300120477, 0.17825387099946965, 0.17839922399798525, 0.17952966899974854, 0.17857718900268083, 0.1780983059979917, 0.17908475100193755, 0.17820489400037332, 0.17835533899778966, 0.179080720001366, 0.17911163199823932, 0.17920775200036587, 0.17800497400094173, 0.17888800999935484, 0.177725035999174, 0.17906876600318355, 0.17957017999651725, 0.17860878800274804, 0.1772770079987822, 0.17911064199870452, 0.1784046910033794, 0.17863456899794983, 0.17897981699934462, 0.17758877300002496, 0.17959508200146956, 0.17994459300098242, 0.178154989000177, 0.1769099119992461, 0.18367142100032652, 0.18470107000030112, 0.1810461809982371, 0.1810161799985508, 0.17944758300291141, 0.17999474899988854, 0.18654551099825767], [0.1813087810005527, 0.1852316010008508, 0.1799146089979331, 0.17920929300089483, 0.17884413100182428, 0.1801925729996583, 0.17859505500018713, 0.17917645099805668, 0.17929489400194143, 0.17988201899788692, 0.17950201699932222, 0.17901236200123094, 0.1784764459989674, 0.17983481700139237, 0.17857313499916927, 0.17859226500149816, 0.1782122039985552, 0.17912239100041916, 0.1773528269986855, 0.17971874700015178, 0.1781814080022741, 0.17767445199933718, 0.17837061300087953, 0.1787061539980641, 0.17947018700215267, 0.17922313599774498, 0.18046447199958493, 0.1783198880002601, 0.1794137500000943, 0.17914296200251556, 0.17857033499967656, 0.17930254199745832, 0.17856193000261555, 0.17932888299765182, 0.17897448300209362, 0.1795960509989527, 0.18039734400008456, 0.17738885899962042, 0.17955089500173926, 0.17838194999785628, 0.17864488800114486, 0.17923501599943847, 0.1785030099999858, 0.1784321759987506, 0.17944758700105012, 0.18197822400179575, 0.17923635099941748, 0.17997438299789792, 0.18015072300113388, 0.17929801900027087, 0.17962698799965438, 0.1780482909998682, 0.17865613799949642, 0.17917092100105947, 0.17807209699822124, 0.17799949400068726, 0.179159150000487, 0.17908957699910388, 0.17823750100069446, 0.17832758000076865, 0.17880659399816068, 0.17788556600135053, 0.17863838999983273, 0.17819973600126104, 0.17833004699787125, 0.1779718550023972, 0.1785814129980281, 0.1794000469999446, 0.17779789899941534, 0.178494801002671, 0.17825581899887766, 0.17899694000152522, 0.17835963199831895, 0.1800053309998475, 0.17986506699890015, 0.17802529000255163, 0.17869575700024143, 0.17942051899808575, 0.17824849400130915, 0.17960253400087822, 0.1795927839993965, 0.17877350699927774, 0.17862668000088888, 0.17883563699797378, 0.1785255569993751, 0.17909980500189704, 0.17889765799918678, 0.17803426799946465, 0.17864592600017204, 0.18028018599943607, 0.17765337700257078, 0.17896491599822184, 0.17856469099933747, 0.17830461199991987, 0.17839560500215157, 0.17951073799849837, 0.17859322000003885, 0.17809979600133374, 0.17906449899965082, 0.1782249249990855, 0.1783408990013413, 0.1790901809981733, 0.179107551000925, 0.17920726200100034, 0.1779882839982747, 0.1788936000011745, 0.17781972800003132, 0.17895990299803088, 0.17954856000142172, 0.17864285899850074, 0.1772619970033702, 0.17912740299652796, 0.1783822200013674, 0.17865161900044768, 0.17907591100083664, 0.1774987089993374, 0.17969162499866798, 0.1798377300001448, 0.17816142900119303, 0.17690320199835696, 0.18368581100003212, 0.1846925600002578, 0.18103678099942044, 0.18100840000261087, 0.1794403229978343, 0.18000103899976239, 0.18575068700010888], [0.18133831199884298, 0.1852199210006802, 0.179926158998569, 0.1792056929989485, 0.1788431010027125, 0.18020803399849683, 0.17857786300010048, 0.1791783629996644, 0.17930485300166765, 0.17981990699991002, 0.17955619900021702, 0.1790139820004697, 0.1784760959999403, 0.17983286699745804, 0.17857608600024832, 0.17860708499938482, 0.17820564300200203, 0.17912638100096956, 0.17734609699982684, 0.1797295579999627, 0.1781790169989108, 0.17771679399811546, 0.17833123200034606, 0.17873265399975935, 0.17948347800120246, 0.17921438600023976, 0.18046507200051565, 0.1783117470004072, 0.17941639999844483, 0.17915996300143888, 0.17856565499823773, 0.17929305200232193, 0.17856970999855548, 0.17932438299976639, 0.17898802299896488, 0.17958820100102457, 0.18039303299883613, 0.1773897900020529, 0.17955448499924387, 0.17838231999849086, 0.17864355800338672, 0.17923469599918462, 0.1784983289981028, 0.17844041699936497, 0.17945481700007804, 0.18195640400153934, 0.1792474210014916, 0.17998973299836507, 0.18015213399849017, 0.17928176700297627, 0.17962949799766648, 0.17805820200010203, 0.17865046800216078, 0.17917065099754836, 0.17807112599984976, 0.17799787500189268, 0.1791566989995772, 0.17908937799802516, 0.17823984100323287, 0.17832629999975325, 0.17870626099829678, 0.17796693900163518, 0.17866447999767843, 0.17819757600227604, 0.17833681800038903, 0.1779664440000488, 0.1785756629979005, 0.17939817699880223, 0.17780745000345632, 0.17848876899734023, 0.1782992810003634, 0.1789672100021562, 0.17836858199734706, 0.1799859100028698, 0.17988999799854355, 0.17801595000128145, 0.17871647699939786, 0.1793980990005366, 0.17823427300027106, 0.17961557499802439, 0.17958526399888797, 0.17878150600154186, 0.1786171399980958, 0.17884445700110518, 0.17851894699924742, 0.17910880600175005, 0.17890738699861686, 0.17802741800187505, 0.17863470600059372, 0.18029148599816835, 0.17765403700104798, 0.17896332599775633, 0.17857240200100932, 0.1783071120007662, 0.1783989739997196, 0.1795134189997043, 0.17857787899993127, 0.17809754599875305, 0.17906713000047603, 0.17822252500263858, 0.17833331799920416, 0.17910037099863985, 0.17910959200162324, 0.179207471999689, 0.17798848299935344, 0.1788974209994194, 0.17770178499995382, 0.17906366500028525, 0.17956804999994347, 0.1786361599988595, 0.17728086700299173, 0.17911089299741434, 0.17838733000098728, 0.17864795900095487, 0.17909346099986578, 0.17747500900077284, 0.17958612199799973, 0.17995391300064512, 0.17815465899911942, 0.1769039419996261, 0.18369622200043523, 0.18468396900061634, 0.1810371009996743, 0.1810156100000313, 0.17945499300185475, 0.17999146899819607, 0.18574743700082763], [0.18133293200298795, 0.18522680099704303, 0.17992748899996514, 0.1792067530004715, 0.1788582219996897, 0.18019441300202743, 0.17857684399859863, 0.1791849520013784, 0.17929174299933948, 0.1798420779996377, 0.17954714799998328, 0.1790418740019959, 0.17848461599714938, 0.1798065660004795, 0.17860278599982848, 0.17858840400003828, 0.17819952400168404, 0.17914271100016776, 0.17733044700071332, 0.1797330769986729, 0.1782236090002698, 0.1776423019982758, 0.1783610630009207, 0.1787620050017722, 0.17947154699868406, 0.17918554499919992, 0.18048917300257017, 0.17833847799920477, 0.17936927899791044, 0.1791663330004667, 0.17857799500052352, 0.17933178300154395, 0.17851886899734382, 0.17932925300192437, 0.1789808819994505, 0.17962686299870256, 0.1803729019993625, 0.17740351100292173, 0.17953739400036284, 0.1784021909988951, 0.1786560680011462, 0.1792157949967077, 0.17850417000227026, 0.1784584269989864, 0.17943978699986474, 0.18199559500135365, 0.1792262999988452, 0.1799759429995902, 0.18017789400255424, 0.17926988799808896, 0.17964359799952945, 0.17802505000145175, 0.17872291099774884, 0.17907904800085817, 0.17810601800010772, 0.17799858400030644, 0.17914551899957587, 0.1791099780020886, 0.17821025099692633, 0.1783376000021235, 0.1786818199980189, 0.17801458000030834, 0.1786382300015248, 0.17819367500123917, 0.17834301799666719, 0.1779702650019317, 0.17859839299853775, 0.1793786470007035, 0.1778226700007508, 0.1784751099985442, 0.1782945800005109, 0.17895814900111873, 0.17837486300049932, 0.179994660000375, 0.17988501799845835, 0.1780333700007759, 0.17872533799891244, 0.17935810700146249, 0.17827707499964163, 0.17958905399791547, 0.17959355400307686, 0.17877053600022919, 0.178629699999874, 0.17884066799888387, 0.1785367970005609, 0.17908643500049948, 0.1789232479968632, 0.1780130970000755, 0.178648017001251, 0.1802801650010224, 0.1776604269980453, 0.1789551260008011, 0.1786165630001051, 0.17825889099913184, 0.17839693399946555, 0.17952900900127133, 0.17857587999969837, 0.1781012860010378, 0.17908259999967413, 0.17820488399956957, 0.17835637900134316, 0.17908219099990674, 0.17911120099961408, 0.17921782299890765, 0.17800030400030664, 0.17889594000007492, 0.17776705700089224, 0.17901568399975076, 0.17957509999905596, 0.17860667900094995, 0.17728746799912187, 0.1791209319999325, 0.17838543100151583, 0.17863445799957844, 0.1790635299985297, 0.1775238400005037, 0.17965183400156093, 0.1798804409991135, 0.17814811900097993, 0.17691210200064234, 0.18367329099783092, 0.18470591000004788, 0.18105225199906272, 0.1810068590020819, 0.17944142299893429, 0.17999982000037562, 0.18683890900138067], [0.1813319219982077, 0.18522035999922082, 0.17992813900127658, 0.179204973999731, 0.1788446809987363, 0.18020915300076012, 0.17857566400198266, 0.1791814219977823, 0.17930181400151923, 0.17981733700071345, 0.17956136799693923, 0.1790179130002798, 0.17850418700254522, 0.1798053059974336, 0.1785909760001232, 0.17860057500001858, 0.17820772300183307, 0.17913854200014612, 0.1773327459995926, 0.17973097799767856, 0.17821670900229947, 0.17769099200086202, 0.1783173519979755, 0.17877877600039938, 0.17947667699991143, 0.17910460300117848, 0.18057369500093046, 0.1783393480000086, 0.17928016599762486, 0.1792733069996757, 0.17856140400181175, 0.17930280200016568, 0.17855572999906144, 0.17932537299930118, 0.1789833330003603, 0.17960631100140745, 0.18038793400046416, 0.1774012199966819, 0.17953555400163168, 0.1783900000009453, 0.17864637899765512, 0.1792311350000091, 0.17850463000286254, 0.1784509569988586, 0.17943961700075306, 0.1819557229973725, 0.17928556300103082, 0.17983012799959397, 0.18028189700271469, 0.1792772379994858, 0.17964984900027048, 0.17792066699985298, 0.17877793200023007, 0.17904077699859045, 0.17819745999804582, 0.1779951250027807, 0.17915000900029554, 0.17909975799921085, 0.17823749099989072, 0.1783178890000272, 0.17858397799864179, 0.17810240300241276, 0.178661629997805, 0.17819225499988534, 0.17821222400016268, 0.17809296899940819, 0.17857770200134837, 0.17928251400007866, 0.17792931299845804, 0.17847750000146334, 0.17817757699958747, 0.17897386999902665, 0.17836803200043505, 0.18011043400110793, 0.17976608399840188, 0.17802663000111352, 0.1787248479995469, 0.1793760780019511, 0.17835855699740932, 0.17949381099970196, 0.17970827700264635, 0.17865845299820649, 0.17874025399942184, 0.17871889300295152, 0.1786455509973166, 0.1789847220024967, 0.17890791799800354, 0.178027687001304, 0.17875964999984717, 0.18016803199861897, 0.17765534700083663, 0.17896181600008276, 0.17859353300082148, 0.17828979099795106, 0.1783992450000369, 0.1795115880013327, 0.17857769900001585, 0.17809860600027605, 0.17906690000017988, 0.1782221749999735, 0.17846019200078445, 0.17897523699866724, 0.17911014199853525, 0.1792089720001968, 0.17798701400170103, 0.1788996200011752, 0.177840328997263, 0.1790547950004111, 0.17946312799904263, 0.17861567799991462, 0.17727813800229342, 0.17911214199921233, 0.1785171139999875, 0.1785197050012357, 0.17910039199705352, 0.17746783800248522, 0.1797137659996224, 0.17982693899830338, 0.17815440900085378, 0.1769020720021217, 0.18369785199683974, 0.184684540003218, 0.18103938999774982, 0.1810252710019995, 0.1794444229999499, 0.179991039000015, 0.18655011099690455], [0.18133369199858862, 0.18526699200083385, 0.17992726900047273, 0.17920648300059838, 0.17885801199736306, 0.1801944930011814, 0.17857700400054455, 0.17918366199955926, 0.1792533519983408, 0.1798854590015253, 0.17954172800091328, 0.17902021299960325, 0.17850552699746913, 0.1798064160029753, 0.17859114599923487, 0.17856489299811074, 0.17819234300259268, 0.17914125199968112, 0.17733041599785793, 0.17973209800038603, 0.17821749900031136, 0.1776957729998685, 0.17832402199928765, 0.17876737500046147, 0.17949564800073858, 0.17919208600142156, 0.18047436199776712, 0.17833957800030475, 0.17938471900197328, 0.1791660629969556, 0.1785770450005657, 0.17928992200177163, 0.17856109999775072, 0.17932774300061283, 0.17897550300040166, 0.17961211100191576, 0.18038807300035842, 0.17740289099674555, 0.17952893400070025, 0.1784027409994451, 0.17865393800093443, 0.179224815001362, 0.17850453999926685, 0.17844697699911194, 0.179443036999146, 0.1819571129999531, 0.17927036200126167, 0.17996833200231777, 0.1801657249998243, 0.17927406699891435, 0.17965171899777488, 0.1780292300027213, 0.17869797999810544, 0.1791030390013475, 0.17810090700004366, 0.17799577500045416, 0.17915595899830805, 0.17909711800166406, 0.17822300099942368, 0.17832518900104333, 0.17868702099804068, 0.17799686999933328, 0.17866150000190828, 0.1781932150006469, 0.17834053799742833, 0.1779710350019741, 0.1785849629995937, 0.1793915569978708, 0.17782191000151215, 0.17847294899911503, 0.17829026099934708, 0.1789623490003578, 0.17837548200259334, 0.179995061000227, 0.1798838269969565, 0.17803346100117778, 0.1787266979990818, 0.17935830700298538, 0.17827312399822404, 0.17958241399901453, 0.17960107500039157, 0.17876869600149803, 0.17863080999813974, 0.1788380470025004, 0.17852547700022114, 0.1790976749980473, 0.17889558800015948, 0.1780410280007345, 0.17864726599873393, 0.18027987599998596, 0.17765444700125954, 0.17896236600063276, 0.17861553299735533, 0.17825909000021056, 0.1783981050029979, 0.17952665799748502, 0.17857663000177126, 0.17810224599816138, 0.17908087999967393, 0.1782057550008176, 0.17835573900083546, 0.17908145999899716, 0.17911119199925452, 0.17921676200057846, 0.17799988399929134, 0.1788949000001594, 0.17771315600111848, 0.17906983500142815, 0.17957299099725788, 0.17860885800109827, 0.17728357799933292, 0.17910357200162252, 0.17840345099830301, 0.17863551800110145, 0.17905691000123625, 0.1775122500002908, 0.1796001820002857, 0.17994766399715445, 0.17814810799973202, 0.17691160200047307, 0.18367395200039027, 0.18469643899879884, 0.18104638100339798, 0.18102377099785372, 0.17944020299910335, 0.17999375900035375, 0.18666027400104213], [0.1813096410005528, 0.18523228100093547, 0.17991358899962506, 0.17920962300195242, 0.17884435199812287, 0.1801923530001659, 0.17859480400147731, 0.1791764219997276, 0.1792939730003127, 0.17983448799714097, 0.17955005800104118, 0.1790113230017596, 0.1784770859994751, 0.1798343369991926, 0.17857205499967677, 0.17859366400080035, 0.17821125399859739, 0.17912228100249195, 0.17735320699648582, 0.1797187970005325, 0.17818084800092038, 0.17767482199997175, 0.1783706339992932, 0.17870499300261145, 0.17947060699953, 0.1792222469994158, 0.18046546199911973, 0.17831329700129572, 0.17941331999827526, 0.1791496130026644, 0.1785696539991477, 0.17930286299815634, 0.17856209900128306, 0.1793228429996816, 0.17898110299938708, 0.17959558100119466, 0.18039697399944998, 0.17738966999968397, 0.17954963499869336, 0.1783796590025304, 0.17864674799784552, 0.1792356860023574, 0.17849591999765835, 0.1784392959998513, 0.1794454280025093, 0.1819797739990463, 0.17922999000074924, 0.1799808129981102, 0.18015070399997057, 0.17929813800219563, 0.1796207779989345, 0.17805366099855746, 0.17865457800144213, 0.17917164100072114, 0.17807278699910967, 0.17799970399937592, 0.17915083000116283, 0.17909725699792034, 0.1782383910031058, 0.17832157999873743, 0.17881024400048773, 0.17788745700090658, 0.17863804899752722, 0.17819938600223395, 0.17832407699825126, 0.1779773349990137, 0.1785812630005239, 0.17940009700032533, 0.17779761999918264, 0.17849530999956187, 0.17825520900078118, 0.17899717100226553, 0.17835870099952444, 0.18000605099950917, 0.17986442699839245, 0.17802534000293235, 0.17869510699893, 0.1794214590008778, 0.17824853399724816, 0.17960210400269716, 0.17959277499903692, 0.17877337599929888, 0.17862636000063503, 0.17883532699852367, 0.17852540700187092, 0.17910020499766688, 0.1788969380031631, 0.1780345179977303, 0.17864529600046808, 0.18028033600057825, 0.177653447000921, 0.17896535599720664, 0.17856401100289077, 0.17830548199708574, 0.17839439500312437, 0.17951092799921753, 0.17859292999855825, 0.1780996759989648, 0.1790652700001374, 0.1782249950010737, 0.1783405579990358, 0.17909013100143056, 0.17910734099859837, 0.17920692299958318, 0.17798763300015708, 0.1788939800026128, 0.17772883599900524, 0.1790508949998184, 0.1795400390001305, 0.1786498900000879, 0.17726285699973232, 0.17911742299838807, 0.1783869600003527, 0.1786558990024787, 0.17907446099707158, 0.17750097900352557, 0.17960363299789606, 0.17992575199968996, 0.17816123900047387, 0.1769024220011488, 0.18368506099795923, 0.18469345000266912, 0.18103614099891274, 0.18100960000083433, 0.17943963299694587, 0.18000009900060832, 0.18567951500153868], [0.1811035249993438, 0.18522077099987655, 0.17992446900098003, 0.17920606299958308, 0.17884292199960328, 0.180192152998643, 0.17859380400113878, 0.17917782199947396, 0.17930463400261942, 0.17982259699783754, 0.17955333799909567, 0.17901366300066002, 0.17847627599985572, 0.17983326700050384, 0.1785749750015384, 0.17860360499980743, 0.1782060330006061, 0.17912657099805074, 0.17734612699860008, 0.17972962800195091, 0.17817843699958757, 0.17771595399972284, 0.17833152200182667, 0.1787323339995055, 0.17947648699919228, 0.17912496400094824, 0.18056125499788322, 0.1783126770023955, 0.17932462799944915, 0.17924428499827627, 0.17857165500026895, 0.1792934620025335, 0.17856992999804788, 0.1793246929992165, 0.17898718300057226, 0.17958859099962865, 0.18039255300027435, 0.17738996000116458, 0.17955416499899002, 0.1783819800002675, 0.17864340799860656, 0.17923426600100356, 0.17849877900152933, 0.17843998699754593, 0.17945410800166428, 0.181956803000503, 0.17924057100026403, 0.17999627300014254, 0.1801514139988285, 0.1792810869992536, 0.17963094800143153, 0.17805745199802914, 0.17864995800118777, 0.17906777800089912, 0.17817442899831804, 0.17799761499918532, 0.17915670900038094, 0.17908913800056325, 0.1782392710010754, 0.17832687999907648, 0.17871036100041238, 0.17796313900180394, 0.17865829999936977, 0.17820224599927315, 0.17833719799818937, 0.17796675400313688, 0.17857517299853498, 0.17930272399826208, 0.1779027730008238, 0.17848795900135883, 0.1783002709998982, 0.17885494599977392, 0.17836032199920737, 0.1801060139987385, 0.17976479400022072, 0.17813917300009052, 0.17871068800013745, 0.17940526900201803, 0.17823343299824046, 0.17961497500073165, 0.17958486299903598, 0.1787822469996172, 0.1786171000021568, 0.17884524699911708, 0.17851814700043178, 0.17910846499944455, 0.1789067880017683, 0.17802787799882935, 0.17863484600093216, 0.1802908360004949, 0.17765299699749448, 0.17896412600020994, 0.1785653020015161, 0.17831360199852497, 0.17839835400081938, 0.17950000799828558, 0.17859250000037719, 0.1780978460010374, 0.17906660000153352, 0.17822259499735082, 0.1783334880019538, 0.17909989100007806, 0.17910875099914847, 0.17920756300009089, 0.1779875530010031, 0.17889787099920795, 0.17770580499927746, 0.17905921499914257, 0.17956051000146545, 0.17864349999945262, 0.17728057700151112, 0.1791114129991911, 0.1783870899998874, 0.1786474990003626, 0.17895935699925758, 0.17760986299981596, 0.17958880199876148, 0.17994266200184938, 0.1781617599990568, 0.17690385099922423, 0.18369627200081595, 0.18468243000097573, 0.18103795099887066, 0.18101451999973506, 0.17945085300016217, 0.17999552900073468, 0.18568929500179365], [0.18133511199994246, 0.18521935999888228, 0.1799271290001343, 0.17920503400091548, 0.1788437809991592, 0.18020913300279062, 0.17857646399716032, 0.17917846199998166, 0.1793053140027041, 0.17989151899746503, 0.17948464599976433, 0.17901452300066012, 0.17847526600235142, 0.17983355699834647, 0.1785765150016232, 0.17860793499858119, 0.17820529399978113, 0.17912656100088498, 0.17734669700075756, 0.17973008699846105, 0.17817891799859353, 0.1777178129996173, 0.17833005300053628, 0.1787328840000555, 0.1794839169997431, 0.17921742700127652, 0.1804615820001345, 0.17831195699909586, 0.17941983000127948, 0.17916335300105857, 0.17855889400016167, 0.17929330299739377, 0.17856967000261648, 0.1793241829982435, 0.17898813300053007, 0.17958791099954396, 0.18039412299913238, 0.17739781999989646, 0.17954626500068116, 0.17838747999849147, 0.17864648800241412, 0.17923437599893077, 0.17849086899877875, 0.17844719700224232, 0.1794486769977084, 0.18195660300261807, 0.17924759199740947, 0.17999065300318762, 0.1801578239974333, 0.17927928700009943, 0.17962556800193852, 0.1780586709974159, 0.17865203900146298, 0.17917316099919844, 0.17806866600221838, 0.17799892499897396, 0.1791539890000422, 0.17909687800056417, 0.17823250099900179, 0.17832553900007042, 0.1787058320005599, 0.1779676890000701, 0.17866537000008975, 0.17819730499832076, 0.17833734799933154, 0.17796551500214264, 0.17857652200109442, 0.17940125799941598, 0.1778044989987393, 0.17848944000070333, 0.1782985709978675, 0.17897130000346806, 0.1783680419976008, 0.17998262000037357, 0.17989407799905166, 0.178013289001683, 0.17871705799916526, 0.1793968780002615, 0.17823509400113835, 0.17961568499958958, 0.17958506300055888, 0.17878180699699442, 0.1786162600001262, 0.17884396700173966, 0.17852007699912065, 0.17910862500139046, 0.17890790800083778, 0.17802734799988684, 0.1786342359991977, 0.18029210600070655, 0.17765405699901748, 0.1789636059984332, 0.1785750620001636, 0.17830520200004685, 0.17839889400056563, 0.17951313800222124, 0.17857762999847182, 0.17809767599828774, 0.17906703000335256, 0.17822270499891602, 0.17833358799907728, 0.17910103100075503, 0.17910866099919076, 0.1792082530009793, 0.17798875299922656, 0.1788982309990388, 0.17769950400179368, 0.17906541599950287, 0.17957083000146667, 0.17863438999847858, 0.1772796270015533, 0.17911134299720288, 0.17838819000098738, 0.17864772900065873, 0.1790976509983011, 0.17747009900267585, 0.17958583099971293, 0.1799544639980013, 0.17815463900114992, 0.1769040719991608, 0.18369668100058334, 0.18468433000089135, 0.18103694099772838, 0.1810154800004966, 0.17945514299935894, 0.17999130899988813, 0.1863578550000966], [0.18131111100228736, 0.18523631099742488, 0.17991313899983652, 0.17920867400243878, 0.1788466209982289, 0.18019131300025037, 0.1785937240019848, 0.17917927199960104, 0.17928920299891615, 0.1798486480001884, 0.17953830799888237, 0.1790114729992638, 0.17847634600184392, 0.1798348470001656, 0.17856918499819585, 0.17859408400181565, 0.17821197399825905, 0.17912084099953063, 0.1773543070012238, 0.1797165669995593, 0.17818231799901696, 0.1776645920035662, 0.17838078399654478, 0.1786950430032448, 0.17947044699758408, 0.17920981600036612, 0.1804688519987394, 0.1783213880007679, 0.17939521900188993, 0.17916030299966224, 0.17856607499925303, 0.1792991219990654, 0.1785716800004593, 0.179326833000232, 0.17897590299980948, 0.17959567100115237, 0.1803940429999784, 0.17739806000099634, 0.179542304998904, 0.1783778299977712, 0.17865424800038454, 0.1792282160022296, 0.17849353899873677, 0.17844915699970443, 0.17945496800166438, 0.1819623129995307, 0.17923152100047446, 0.17998480199821643, 0.1801518339998438, 0.17929739800092648, 0.17961324800126022, 0.17805163099910715, 0.17864914899837459, 0.17916873000285705, 0.17808350699851871, 0.17801683500147192, 0.17914050899707945, 0.17908876799992868, 0.17823897100242903, 0.17832633899888606, 0.17872464199899696, 0.17798160000165808, 0.1786302889995568, 0.17819311499988544, 0.17832226799873752, 0.17798191400288488, 0.17857770299815456, 0.1793946079997113, 0.17779985900051543, 0.17849582000053488, 0.17825314899891964, 0.17898421000063536, 0.17835932199886884, 0.1800257720024092, 0.17984040599912987, 0.17804671100020641, 0.17868968699986, 0.1794283989984251, 0.17824996399940574, 0.17959938400235842, 0.1795957440008351, 0.17877118599790265, 0.17862469000101555, 0.1788365079992218, 0.17852541699903668, 0.17909791500278516, 0.17889270699743065, 0.17804002800039598, 0.17864447700048913, 0.18027966500085313, 0.17765463699834072, 0.17896244599978672, 0.17856459200265817, 0.1783035109983757, 0.17839174500113586, 0.17951647799782222, 0.17859371000304236, 0.17809934599790722, 0.1790637100020831, 0.1782265749970975, 0.17833966800026246, 0.1790893710021919, 0.1791093709980487, 0.1792034030004288, 0.17799025299973437, 0.17889368000032846, 0.17774942699907115, 0.1790311440017831, 0.17953570000099717, 0.1786503189978248, 0.17726277700057835, 0.17911749300037627, 0.17838733000098728, 0.17865509900002507, 0.1790505699973437, 0.177526781000779, 0.17962443199940026, 0.17990510200252174, 0.17815629899996566, 0.17690472199683427, 0.18368269200072973, 0.1846966400007659, 0.1810388400008378, 0.18100957999922684, 0.1794383630003722, 0.17999994899946614, 0.1853705159992387], [0.181333402000746, 0.18529487299747416, 0.17992761899949983, 0.1792045030015288, 0.17884428199977265, 0.18020892300046398, 0.17857616399851395, 0.17918038200150477, 0.17922871200062218, 0.17989487899831147, 0.1795572880000691, 0.17901634300142177, 0.17850308699780726, 0.1798058160020446, 0.17859059599868488, 0.17851784199956455, 0.17829017600161023, 0.17904021800131886, 0.17743146999782766, 0.1796548749989597, 0.1781703570013633, 0.17772615400099312, 0.1783219620010641, 0.17873263499859604, 0.17948458699902403, 0.17921779600146692, 0.1804607619997114, 0.17831145799937076, 0.1794209600011527, 0.17916361300012795, 0.17855774399868096, 0.1792939219994878, 0.17856889000177034, 0.17932454299807432, 0.17898757299917634, 0.17958838100094, 0.1804035240020312, 0.17739244000040344, 0.17954317499970784, 0.17838727999696857, 0.17865330800123047, 0.17923348499971326, 0.1784931799993501, 0.17844620700270752, 0.17944187699686154, 0.1819689530020696, 0.1792362519991002, 0.17999032200168585, 0.18015819399806787, 0.17927940799927455, 0.17963347800105112, 0.17805857100029243, 0.17865237899968633, 0.17916609999883804, 0.17807712700232514, 0.17798940499778837, 0.17915360900224186, 0.17909782800052199, 0.17823241099904408, 0.1783331389997329, 0.1786977810006647, 0.1779701790001127, 0.17866370999763603, 0.17819841600066866, 0.17833598799916217, 0.17796572400038713, 0.17857693300175015, 0.17941048799912096, 0.1778028689986968, 0.17848246000357904, 0.1782982209988404, 0.17897233899930143, 0.1783680020016618, 0.17998172099760268, 0.17989503699936904, 0.17801271000280394, 0.17872963799891295, 0.17938436799886404, 0.1782357640004193, 0.17961561400079518, 0.17958515400096076, 0.1787812769980519, 0.17861692999940715, 0.17884331700042821, 0.1785203569997975, 0.17910880500130588, 0.1789076679997379, 0.17802812800073298, 0.17863447600029758, 0.1802920959999028, 0.17765439699724084, 0.1789631060019019, 0.17859021199910785, 0.17829163200076437, 0.17839851399912732, 0.1795126180004445, 0.17857759999969858, 0.17809825600124896, 0.1790671199996723, 0.17822232500111568, 0.1783342979979352, 0.1791003809994436, 0.17910949100041762, 0.17920768300245982, 0.17798899299668847, 0.17889927100259229, 0.17783315799897537, 0.17893201200058684, 0.17958953099878272, 0.178615749002347, 0.17727916699732305, 0.1791114629995718, 0.17838843000208726, 0.17864788899896666, 0.17909881100058556, 0.1774696889988263, 0.1797062650002772, 0.17983287000242854, 0.17815550899831578, 0.17690302100163535, 0.1836979519976012, 0.18468375000156811, 0.18103794099806692, 0.1810148200020194, 0.17945512299775146, 0.17999141900145332, 0.18643016699934378], [0.181332852000196, 0.18522720100008883, 0.17992709900136106, 0.1792068940012541, 0.17885851099708816, 0.18019417300092755, 0.17857698399893707, 0.1791848220018437, 0.17929124399961438, 0.17984208699999726, 0.17954704799922183, 0.17902073300138, 0.1785055670006841, 0.1798064959984913, 0.1785921859991504, 0.17859545499959495, 0.17820277300052112, 0.17914135200044257, 0.17733150600179215, 0.17973264799729805, 0.17822102900026948, 0.1776456709994818, 0.178358223001851, 0.17874119499902008, 0.1794949870018172, 0.17918568599998252, 0.18047904199920595, 0.178346488999523, 0.17937125800017384, 0.17916736400002264, 0.17857740399995237, 0.179290222000418, 0.17855933999817353, 0.17932925300192437, 0.17897561299832887, 0.17961310100145056, 0.1803871039992373, 0.17740306999985478, 0.1795368339990091, 0.17839574100071331, 0.17866319799941266, 0.1792155350012763, 0.17850417999943602, 0.17845790700084763, 0.17943343699880643, 0.18199850500241155, 0.17922916099996655, 0.17997548199855373, 0.18015817400009837, 0.17928919800033327, 0.17963706799855572, 0.17803130100219278, 0.17871208999713417, 0.17908882800111314, 0.17810072800057242, 0.1779985739995027, 0.17915256999913254, 0.1791089180005656, 0.17821085000105086, 0.17833690000043134, 0.17867601000034483, 0.17799752000064473, 0.1786619799968321, 0.1781935360013449, 0.1783417879996705, 0.17797070400047232, 0.17858522299866308, 0.17939150700112805, 0.1778221200002008, 0.17847292000078596, 0.17829092999818386, 0.17896312000084436, 0.178375182000309, 0.17999494100149604, 0.17988479699852178, 0.17803314000047976, 0.17872582799827796, 0.1793589270018856, 0.17827604500052985, 0.17958870399888838, 0.1795928540013847, 0.1787697859981563, 0.1786306309986685, 0.17883958700258518, 0.17853627699878416, 0.17908742500003427, 0.178923137998936, 0.17801300800056197, 0.17864746600025683, 0.18028061500081094, 0.1776611569985107, 0.17895416700048372, 0.17861627300226246, 0.1782581499974185, 0.17839820500012138, 0.1795282179991773, 0.17857621000075596, 0.17810178600120707, 0.1790814699998009, 0.17820510399906198, 0.1783565389996511, 0.17908212100155652, 0.17911079099940252, 0.17921765299979597, 0.17799975399975665, 0.1788960900012171, 0.177763257001061, 0.17901885399987805, 0.17957491999914055, 0.1786072789982427, 0.17728624800292891, 0.17912171199714066, 0.1783848510021926, 0.1786347380002553, 0.17906242000026396, 0.1775242799994885, 0.17965067399927648, 0.17988133099788683, 0.17814845900284126, 0.17691158199886559, 0.1836737310004537, 0.18470551999780582, 0.1810522520027007, 0.18100747899734415, 0.17944108300071093, 0.17999928000062937, 0.18676895699900342], [0.1813324519971502, 0.18521947100089164, 0.1799281189996691, 0.17920548300025985, 0.17884477199913817, 0.18020928300029482, 0.17857552400164423, 0.1791820819998975, 0.17930203400101163, 0.17981629599671578, 0.17956230900017545, 0.17901801300104125, 0.17850474700026098, 0.17980608600191772, 0.1785900959985156, 0.17860193399974378, 0.17820648400083883, 0.1791393009989406, 0.17733186700206716, 0.1797318369972345, 0.17821710900170729, 0.17769432299974142, 0.17831383199882112, 0.17877919600141468, 0.17948639699898195, 0.1791946960001951, 0.18047810200005188, 0.17833458799941582, 0.17938722899998538, 0.17917020399909234, 0.17856958400079748, 0.17929043199910666, 0.17856019000100787, 0.17932621300133178, 0.178983423000318, 0.17960509099793853, 0.18038863300171215, 0.177401380999072, 0.17953594400023576, 0.17839540999921155, 0.17864632900091237, 0.17923169500136282, 0.17850437999732094, 0.17844543600222096, 0.1794401579973055, 0.1819587230020261, 0.17927952299942262, 0.1799549509996723, 0.18016651400103, 0.17928300800122088, 0.17963843799952883, 0.17802861100062728, 0.17867043899968849, 0.17903545599983772, 0.17820248099815217, 0.17799524500151165, 0.17915478899885784, 0.17909483800031012, 0.178236930998537, 0.17831822900188854, 0.17858872799843084, 0.17809376200239058, 0.17866585999945528, 0.1781928060008795, 0.17832245799945667, 0.17798263399890857, 0.1785779130004812, 0.17939231700074743, 0.17782662099853042, 0.17847067899856484, 0.17829433000224526, 0.1788590869982727, 0.17836110099960933, 0.18011622500125668, 0.1797606629988877, 0.1781502140001976, 0.1787188279995462, 0.17936733800161164, 0.17825518400059082, 0.17959936400075094, 0.1796036239975365, 0.17876286600221647, 0.1786362309976539, 0.17882512700089137, 0.1785378269996727, 0.1790924349988927, 0.17879630400057067, 0.17814065200218465, 0.17865159599750768, 0.18027534500288311, 0.17765611699724104, 0.17896047700196505, 0.17861468299815897, 0.17815757700009272, 0.17839905499931774, 0.17962687100225594, 0.1785772100010945, 0.17809754499830888, 0.17908451100083767, 0.17820529399978113, 0.17835202900096192, 0.1790834610001184, 0.1791116009990219, 0.17920788300034474, 0.17800353299753624, 0.17888315000163857, 0.17772788599904743, 0.1790640250001161, 0.17957332100195345, 0.17861257899858174, 0.17727711699990323, 0.1791103520008619, 0.17840831099965726, 0.17863115900036064, 0.17898422700091032, 0.17758269299883978, 0.17959950200020103, 0.17994138300127815, 0.17815490899738506, 0.17690216100163525, 0.1835823090004851, 0.1847985129970766, 0.18103919100030907, 0.1810232999996515, 0.17944705300033092, 0.1799935090020881, 0.18649202899905504], [0.1813321219997306, 0.18523025100148516, 0.17992667900034576, 0.17920709299869486, 0.1788580419997743, 0.180194273001689, 0.17857704400012153, 0.1791840419973596, 0.17928947300242726, 0.1798454479976499, 0.1795453680024366, 0.17902111299918033, 0.17850559699945734, 0.17980571600128314, 0.1785923860006733, 0.17856097299954854, 0.1782354339993617, 0.179140431999258, 0.1773310560020036, 0.17973284799882094, 0.17817435799952364, 0.17769584200141253, 0.17832385200017598, 0.1787672959981137, 0.1795022379992588, 0.17918597500101896, 0.1804739020008128, 0.1783522189980431, 0.17937168900243705, 0.17916696300017065, 0.1785771049981122, 0.17929045200071414, 0.17856019000100787, 0.17932828300035908, 0.17897536199961905, 0.17961259199728374, 0.18038744300065446, 0.17740276000040467, 0.17952955500004464, 0.17840345000149682, 0.17866196899922215, 0.1792163249992882, 0.17850451900085318, 0.1784545970003819, 0.179435817997728, 0.18195697299961466, 0.17927064200193854, 0.17996890200083726, 0.1801650339984917, 0.17927431800126215, 0.17965206799999578, 0.1780299809979624, 0.17869887000051676, 0.17910220799967647, 0.17810075799934566, 0.17799568400005228, 0.1791555800009519, 0.17910233799921116, 0.17821796000134782, 0.17832884000017657, 0.17868384100074763, 0.17799731899867766, 0.1786614600023313, 0.17819365600007586, 0.1783407779985282, 0.1779705839981034, 0.17858531300225877, 0.17939139800000703, 0.1778220499982126, 0.17847298900233, 0.17829048999919905, 0.17896269999982906, 0.17837525199865922, 0.17999540100208833, 0.17988400700050988, 0.17803333999836468, 0.17872655899918755, 0.1793587470019702, 0.178274813999451, 0.17958050399829517, 0.17960124400269706, 0.17876955699830432, 0.17863041999953566, 0.1788392170019506, 0.17853565699988394, 0.17908667499796138, 0.17892149800172774, 0.1780158580004354, 0.17864744599864935, 0.18028025600142428, 0.17766187699817237, 0.17895361599948956, 0.17861635300141643, 0.17825805000029504, 0.1783987149974564, 0.17952708800294204, 0.17857640999864088, 0.17810243599888054, 0.17908078999971622, 0.17820621500140987, 0.17835544899935485, 0.1790824000017892, 0.17911047099914867, 0.1792173729991191, 0.17799967400060268, 0.17889519999880577, 0.1777130650007166, 0.17906946600123774, 0.17957411099996534, 0.17860820799978683, 0.17728501799865626, 0.17912172300202656, 0.17838507999840658, 0.178634907999367, 0.17906156000026385, 0.17750797000189777, 0.1796639639978821, 0.17988449100084836, 0.17814842900043004, 0.17691126199861174, 0.1836735810029495, 0.18469688999903155, 0.18105986199952895, 0.18100974999833852, 0.17944038300265674, 0.17999870899802772, 0.1867121050017886], [0.18133201200180338, 0.18522353099979227, 0.17992825900000753, 0.1792048329989484, 0.1788445319980383, 0.1802087930009293, 0.1785761339997407, 0.1791810720023932, 0.17929856299815583, 0.17982139699961408, 0.1795604290018673, 0.17901730299854535, 0.17850361599994358, 0.17980532699948526, 0.17859109500204795, 0.17859701499764924, 0.17821131399978185, 0.17913520100046298, 0.1773362560015812, 0.17972758799805888, 0.1782154590000573, 0.17761029000030248, 0.17839898400052334, 0.1787784959997225, 0.1793630940010189, 0.17921127600129694, 0.1804597720001766, 0.17845958199905, 0.17928446599762538, 0.17915347300004214, 0.17856003400083864, 0.1794197660019563, 0.17843905599875143, 0.17932515299980878, 0.17898740300006466, 0.1795883609993325, 0.18040380300226388, 0.17739282999900752, 0.17954304500017315, 0.17838719000064884, 0.1786538179985655, 0.17923353600053815, 0.17850071999782813, 0.17843902600361616, 0.17945349799992982, 0.1820643859973643, 0.17927799300014158, 0.17984248799984925, 0.180157364000479, 0.17927898700145306, 0.17965051899955142, 0.17804271099885227, 0.17865302900099778, 0.17916515999968396, 0.17807882700071787, 0.17798999399747117, 0.1791510700022627, 0.17910466700050165, 0.17822570099815493, 0.1783363200011081, 0.17869473099926836, 0.17809817300076247, 0.17855062699891278, 0.17818461500064586, 0.1783355980005581, 0.17796581400034484, 0.1785773829979007, 0.17941030800284352, 0.1778028489970893, 0.17848222000247915, 0.17829856000025757, 0.17897326999809593, 0.1783682220011542, 0.17998085100043681, 0.17989527700046892, 0.17802590999781387, 0.17871760799971526, 0.17938380800114828, 0.17823586300073657, 0.1796158449978975, 0.17958536399964942, 0.17878084699987085, 0.1786175090019242, 0.1788420880002377, 0.17852187699827482, 0.17910782500257483, 0.1789084379997803, 0.1780278879996331, 0.17863473599936697, 0.18029228600062197, 0.1776550659997156, 0.17896207699959632, 0.1785919020003348, 0.17829093099862803, 0.1783996650010522, 0.1795111179999367, 0.17857804999948712, 0.17809816600129125, 0.17906729899914353, 0.17822163500022725, 0.1783347890013829, 0.17910070099969744, 0.17910987099821796, 0.17920832299932954, 0.17798811300235684, 0.17889906999698724, 0.1778381990006892, 0.1789280820012209, 0.17959013099971344, 0.17861554800037993, 0.17727886799912085, 0.179111762001412, 0.17838872100037406, 0.17864824799835333, 0.17909937199874548, 0.17746836800142773, 0.17971212599877617, 0.17982835000293562, 0.17815433899886557, 0.17690291100007016, 0.18369776200052002, 0.1846842499980994, 0.18103912000151468, 0.18101435100106755, 0.1794549129990628, 0.17999139899984584, 0.18649060900133918], [0.36493977699865354, 0.18138049300250714, 0.17884261599829188, 0.18003258200042183, 0.1821827759995358, 0.17899290100103826, 0.17856251600096584, 0.1782140139985131, 0.17925286299941945, 0.1791696319996845, 0.17927403500289074, 0.1787251079986163, 0.1797888069995679, 0.17949062600018806, 0.17816222699912032, 0.17862602099921787, 0.17946246599967708, 0.17827881000266643, 0.17985470299754525, 0.17883178300326108, 0.1787288389969035, 0.17851762300051632, 0.1794452310023189, 0.17954492100034258, 0.1791703779999807, 0.17916309799693408, 0.17833315300231334, 0.17839943500075606, 0.17850593899856904, 0.18305314900135272, 0.1774578529984865, 0.17717335400084266, 0.1788815549989522, 0.17867884999941452, 0.17850471199926687, 0.1785062700000708, 0.17905712500214577, 0.17877853800018784, 0.18226098100058152, 0.1812994419997267, 0.17972661199746653, 0.1827304210019065, 0.179153643999598, 0.18057069600035902, 0.17929966899828287, 0.18026624599951901, 0.18016447000263724, 0.18025463199955993, 0.17908864799755975, 0.17945220900219283, 0.1797329869987152, 0.18030507100047544, 0.17936044200178003, 0.17910495300020557, 0.18502173999877414, 0.18023909700059448, 0.18008842199924402, 0.18129149399828748, 0.17897787600304582, 0.17886167199685588, 0.17893558500145446, 0.1800801589997718, 0.17892531100005726, 0.17876530500143417, 0.17892527999720187, 0.17938467400017544, 0.17909521500041592, 0.179136536000442, 0.17837990900079603, 0.17915104200073984, 0.17926297599842655, 0.17866833800144377, 0.18019900299987057, 0.17918058099894552, 0.17842521700004, 0.17913214700092794, 0.17910015599773033, 0.17963701200278592, 0.17940591599835898, 0.17945528299969737, 0.17927636700187577, 0.17889964599817176, 0.17891412600147305, 0.17951117499978864, 0.17949604200111935, 0.1785294109977258, 0.18480312500105356, 0.18168648400023812, 0.18097377300000517, 0.1800391340002534, 0.1795199269981822, 0.18477409000115586, 0.1790790230006678, 0.17853157699937583, 0.17869547000009334, 0.1781983360015147, 0.179846370996529, 0.17871319700134336, 0.17781200099852867, 0.1789429740019841, 0.1803668469983677, 0.17967191299976548, 0.1786284900008468, 0.1788218270012294, 0.17841635399963707, 0.17926222900132416, 0.17939295299947844, 0.17862254699866753, 0.17971466800008784, 0.17848280199905275, 0.1791443120018812, 0.17835175800064462, 0.17920975100059877, 0.17935444399699918, 0.1791998680018878, 0.17867871400085278, 0.17959181999685825, 0.17829677300323965, 0.17949142399811535, 0.17830117699850234, 0.17836769100176753, 0.17934878799860599, 0.17878570300308638, 0.17883618299674708, 0.1788837109997985, 0.1793486840033438, 0.18639865099976305], [0.18063877500026138, 0.18141055299929576, 0.17884313600006863, 0.18000126100014313, 0.1821824660000857, 0.17899397099972703, 0.17859259699980612, 0.17818257300314144, 0.1792827839999518, 0.17916944199896534, 0.1792425439998624, 0.17873397799849045, 0.17981006800255273, 0.17948240599798737, 0.17814860699945712, 0.17862419100129046, 0.1794851259983261, 0.17828000000008615, 0.1798462130027474, 0.17880746199807618, 0.1787517500015383, 0.17852694300017902, 0.17944477099808864, 0.17953655000019353, 0.17917890900207567, 0.17915496799832908, 0.17834040299931075, 0.17839410500164377, 0.17850549899958423, 0.1830584290000843, 0.17745833300068625, 0.17717257399999653, 0.1788817749984446, 0.1786777000015718, 0.17850468200049363, 0.17850646999795572, 0.17904929500218714, 0.17876268699910725, 0.18228417199861724, 0.18128778200116358, 0.17973725199772161, 0.1827311910019489, 0.1791223229993193, 0.1805930869995791, 0.17927815800067037, 0.18029612700047437, 0.1801642799982801, 0.1802538320007443, 0.17908873800115543, 0.1794504589997814, 0.17973427700053435, 0.1803042909996293, 0.17934805099866935, 0.17911667400039732, 0.18501373899925966, 0.18023988700224436, 0.18007928199949674, 0.1813083449997066, 0.17897674599953461, 0.17886308200104395, 0.17893410399847198, 0.18008183900019503, 0.17892421199940145, 0.17876358500143397, 0.17891842999961227, 0.17939153300176258, 0.17909436499758158, 0.1791363270021975, 0.17838074899918865, 0.17915044199980912, 0.17924998499802314, 0.17868020800233353, 0.18014321200098493, 0.17923625299954438, 0.17842351599756512, 0.17913271699944744, 0.17909975700240466, 0.17963749199770973, 0.17940506500235642, 0.1794552229985129, 0.17927673700251034, 0.17889867599660647, 0.17891150700233993, 0.17951097399782157, 0.17949814300300204, 0.17852848999973503, 0.18480229600027087, 0.18168904299818678, 0.18097217299873591, 0.18003439500171226, 0.17952535699805594, 0.18477266000263626, 0.17907882199870073, 0.1785274270005175, 0.1786996310001996, 0.17818747500132304, 0.17985729099746095, 0.1787118680003914, 0.17781307100085542, 0.17894326399982674, 0.18030686400015838, 0.17973175500083016, 0.1786281009990489, 0.17881991600006586, 0.17841166400103248, 0.17926725999859627, 0.17939374300112831, 0.1786152860004222, 0.1797189279968734, 0.17848495300131617, 0.17914165099864476, 0.17835344800187158, 0.1792092319992662, 0.1793462929999805, 0.17919945900212042, 0.1786794129984628, 0.179602951000561, 0.1782947619976767, 0.17949100400073803, 0.17830223800046952, 0.17835488000127953, 0.1793527379995794, 0.17879426299987244, 0.17883578300097724, 0.17888286100060213, 0.17935002399826772, 0.186282457998459], [0.18064257399964845, 0.18140982399927452, 0.17884322600002633, 0.1800012109997624, 0.18218224500014912, 0.17899394100095378, 0.1785925780022808, 0.1781823319979594, 0.1792812249987037, 0.17917087200112292, 0.17924244300229475, 0.17873367899665027, 0.1798091770033352, 0.17948288599654916, 0.17814918700241833, 0.178623580999556, 0.17948498599798768, 0.1782803310015879, 0.1798454119998496, 0.17880695200074115, 0.17875229000128456, 0.1785272540000733, 0.17944475999684073, 0.17953616100203362, 0.17917862899776082, 0.17915513700063457, 0.1783406440008548, 0.17838593399937963, 0.17851385900212335, 0.18305799899826525, 0.17745775300136302, 0.17717146499853698, 0.1788830350014905, 0.17867701899740496, 0.17850486300085322, 0.1785067490018264, 0.17904510500011384, 0.17876632799743675, 0.18227496100007556, 0.1812967320001917, 0.1797298720011895, 0.18273896100072307, 0.17912211300063063, 0.18059272699974827, 0.17927837800016277, 0.18029579699941678, 0.18016426999747637, 0.1802531020002789, 0.17908774800162064, 0.17945051900096587, 0.17973438699846156, 0.1803046409986564, 0.17934787200283608, 0.17911688399908599, 0.1850140280002961, 0.18023832800099626, 0.18008003199793166, 0.18130835400006617, 0.1789765260000422, 0.1788632019997749, 0.17892558500170708, 0.18009067899765796, 0.17892416100221453, 0.17875578500024858, 0.1789170699994429, 0.17939884400038864, 0.17908642399925156, 0.1791366969991941, 0.17838846900122007, 0.17915043199900538, 0.17917926299924147, 0.17875108100270154, 0.18014389199743164, 0.1792267519995221, 0.17842378600107622, 0.17914056800145772, 0.17909137599781388, 0.1796455120020255, 0.17940454500057967, 0.17944778399760253, 0.17928411699904245, 0.17889738600206329, 0.17890466600147192, 0.17951032399651012, 0.1795073430002958, 0.17852008000045316, 0.18480570600149804, 0.18169301400121185, 0.18095687199820532, 0.18004016499980935, 0.17953328699877602, 0.184766739999759, 0.1790853930033336, 0.178523825998127, 0.17870341100206133, 0.17811582299691509, 0.17992873399998643, 0.17870807700091973, 0.17781309099882492, 0.17894660400270368, 0.18030712499967194, 0.17973181399793248, 0.17862706100277137, 0.17881935599871213, 0.17834855299952324, 0.17933082099989406, 0.17939535299956333, 0.17861381600232562, 0.17971930899875588, 0.17848558200057596, 0.17914141099754488, 0.17835261800064472, 0.17920926200167742, 0.17934561299989582, 0.17919954899844015, 0.17867938299968955, 0.17960356100229546, 0.17829372199776117, 0.17949184400276863, 0.17830188799780444, 0.1783554700014065, 0.17935308899905067, 0.17879474200162804, 0.1788353529991582, 0.1788819709981908, 0.1793499650011654, 0.18622499499906553], [0.18067641599918716, 0.18141304300297634, 0.17883998599791084, 0.18001081200054614, 0.18218257500120671, 0.1789937609974004, 0.17856970700086094, 0.17820507299984456, 0.1792570239995257, 0.17918858200209797, 0.179228452998359, 0.17874533899885137, 0.17978636699990602, 0.17949309700270533, 0.1781442760002392, 0.17861855099909008, 0.1794823259988334, 0.1782767810000223, 0.17985854200014728, 0.17880241199964075, 0.17873913000221364, 0.17851761299971258, 0.17944219099808834, 0.17955046100178151, 0.1791760179985431, 0.1791593380003178, 0.17821901000206708, 0.1785088579999865, 0.17849602899877937, 0.18305054799930076, 0.17746871399867814, 0.17715687400050228, 0.17889752500195755, 0.17866489899824956, 0.1785116730025038, 0.1785169689974282, 0.1789965839998331, 0.17879969900241122, 0.1822550999968371, 0.181305053003598, 0.17973438199987868, 0.18273562099784613, 0.179148224000528, 0.18057436600065557, 0.17926774800071144, 0.1802839470001345, 0.18017571000018506, 0.18022911099978955, 0.1791030789972865, 0.1794618290005019, 0.179713035999157, 0.1803444320030394, 0.17931664099887712, 0.17911039400132722, 0.18502693899790756, 0.18022901700169314, 0.18007421199945384, 0.18131535399879795, 0.17895863599915174, 0.17886922199977562, 0.17893688500043936, 0.18007396900065942, 0.1789249009998457, 0.17875086500134785, 0.1789182600005006, 0.17941854399759904, 0.17907026400280301, 0.17912890699881245, 0.1783947990006709, 0.17912999200052582, 0.17921767399820965, 0.17870455899901572, 0.1802548250016116, 0.17911459899914917, 0.17846535699936794, 0.17910982700050226, 0.17909769600009895, 0.1796547029989597, 0.17939352500252426, 0.17944948299918906, 0.1792916169979435, 0.17887267600235646, 0.178916955999739, 0.17951351499868906, 0.17949746200247318, 0.17841606799993315, 0.18493811899679713, 0.1816732930019498, 0.18095501200150466, 0.1800096039987693, 0.17954296799871372, 0.18474573899948155, 0.1791115140003967, 0.17852633599977707, 0.178695451002568, 0.17822060599792167, 0.17984163100118167, 0.1787122370005818, 0.1778146510005172, 0.1789429239979654, 0.18037270700006047, 0.17965914299929864, 0.1786338700003398, 0.17885362800006988, 0.17839819399887347, 0.17924725800185115, 0.17937647299913806, 0.17862216600042302, 0.17969649800215848, 0.17848936199879972, 0.17915144200014765, 0.17835321799793746, 0.17920874199990067, 0.17933319200164988, 0.17920282900013262, 0.1786838740008534, 0.17959603000053903, 0.17829324299964355, 0.17950218399710138, 0.17829737800275325, 0.17835509999713395, 0.1793556880002143, 0.17879923300279188, 0.17883010299919988, 0.1788807109987829, 0.17938155500087305, 0.1851639749984315], [0.1806829060005839, 0.18141404400012107, 0.17884147500080871, 0.17999782100014272, 0.18218188600076246, 0.17899409099845798, 0.1785983670015412, 0.1781758129982336, 0.1792594040016411, 0.1791991819991381, 0.17921592299899203, 0.17874775900054374, 0.17980338699999265, 0.17948661700211233, 0.1781390559990541, 0.1786169009974401, 0.17948494600204867, 0.1782869609996851, 0.17985663199942792, 0.17879207200167002, 0.17874916000073426, 0.1785097229985695, 0.17944134099889197, 0.17955712100228993, 0.17917877799845883, 0.17915857800107915, 0.17833214299753308, 0.17839656500291312, 0.17848616799892625, 0.18307611999989604, 0.17744822299937368, 0.1771621240004606, 0.17888802499874146, 0.1786593590004486, 0.17851859300208162, 0.17852286999914213, 0.1789870829998108, 0.17880366900135414, 0.18224871999700554, 0.18132075299945427, 0.1797347730025649, 0.18273846000010963, 0.179131453998707, 0.1805876670005091, 0.17926855699988664, 0.18027848700148752, 0.18018431999735185, 0.18023223199998029, 0.17909438800052158, 0.17946854900219478, 0.1797232469980372, 0.18023409899979015, 0.17941404299926944, 0.1791077440029767, 0.18501864899735665, 0.1801536050006689, 0.18017570500160218, 0.18130067399761174, 0.17896363600084442, 0.17888119200142683, 0.1789214339987666, 0.1800749790018017, 0.17892008099806844, 0.17876666599840974, 0.17893178000304033, 0.1794078040002205, 0.1790760739968391, 0.179115446000651, 0.1783974499994656, 0.17914782200023183, 0.1791947630008508, 0.17871747000026517, 0.18015000200102804, 0.1792340920001152, 0.17833871399852796, 0.1792113600022276, 0.17910967599891592, 0.1796416520010098, 0.17941099599920562, 0.17944210299901897, 0.17929292700137012, 0.178895315999398, 0.1787834329988982, 0.1796379879997403, 0.17948725200039917, 0.17854625100153498, 0.18469649200051208, 0.18178304699904402, 0.180979552998906, 0.17999784299900057, 0.17954757800180232, 0.18461613500039675, 0.17911365399777424, 0.1785280470030557, 0.17869417099791463, 0.17822170599902165, 0.1798392810014775, 0.17871417700007441, 0.1778138609988673, 0.17894124400118017, 0.18037743699824205, 0.17965640200054622, 0.17863365100129158, 0.1788666579996061, 0.17838814300193917, 0.1792441889992915, 0.1794887159994687, 0.17851236299975426, 0.1798120409985131, 0.17848518200116814, 0.17915124199862476, 0.1783620880014496, 0.17919713200171827, 0.17934869299642742, 0.1791904980018444, 0.1786844939997536, 0.17959429999973509, 0.17830540300201392, 0.1795028739979898, 0.17828524799915613, 0.1783541900003911, 0.17935602800207562, 0.17879946299945004, 0.17883088300004601, 0.1788806709992059, 0.1794673980002699, 0.18510430199967232], [0.18063757399795577, 0.18141084400122054, 0.17884289599896874, 0.1800016310007777, 0.18218253500162973, 0.17899407100048847, 0.17859247799788136, 0.17818252200231655, 0.1792834749976464, 0.1791695920001075, 0.17924264300017967, 0.17873407899969607, 0.17981050700109336, 0.17948282699944684, 0.1781476760006626, 0.17862489099934464, 0.17948546700063162, 0.178279259998817, 0.179854272002558, 0.17880018199866754, 0.1787599310009682, 0.17851821299700532, 0.17944477000128245, 0.17953716099873418, 0.17917852900063735, 0.17915523700139602, 0.17834047399810515, 0.17839440500029013, 0.17850474800070515, 0.18305920900093042, 0.1774580640012573, 0.17717295399779687, 0.17888215499988291, 0.1786773390012968, 0.17850537299818825, 0.1785064190007688, 0.17905590599912102, 0.17875605700101005, 0.18228427099893452, 0.18128870200234815, 0.17973700299990014, 0.1827305599981628, 0.17912249400251312, 0.18060098699788796, 0.17927024800155777, 0.18029657700026291, 0.18016367000018363, 0.18025433199727559, 0.17908918800094398, 0.17945073900045827, 0.17973383600110537, 0.1803047709981911, 0.179359421999834, 0.17910585400022683, 0.18502106899904902, 0.18023292700308957, 0.18007818199839676, 0.18130878399824724, 0.17897706700023264, 0.17886257200007094, 0.1789350340004603, 0.18008075900070253, 0.17892465100158006, 0.17876469600014389, 0.1789246499974979, 0.17938513300032355, 0.17909541500193882, 0.17913579599917284, 0.1783800599987444, 0.1791510319999361, 0.1792541249997157, 0.1786768980018678, 0.18019475300025078, 0.17918443199960166, 0.17842479599858052, 0.17913221699927817, 0.1790999559998454, 0.17963719200270134, 0.1794057659972168, 0.1794545830016432, 0.17927671700090286, 0.1788994559974526, 0.17891203700128244, 0.17951099399942905, 0.17949781200150028, 0.178528380998614, 0.18480417500177282, 0.18168692399922293, 0.18097323300025892, 0.18003372399834916, 0.17952571700152475, 0.1847731899979408, 0.17907917300180998, 0.17852996700094081, 0.17869674100074917, 0.17819057499946211, 0.1798542010001256, 0.17871289799950318, 0.17781248000028427, 0.17894263500056695, 0.1803628059969924, 0.17967622300056973, 0.17862826000055065, 0.1788212969986489, 0.1784138540024287, 0.17926411000007647, 0.17939304199899198, 0.17861553699913202, 0.17972022799949627, 0.1784841820008296, 0.17914123200171161, 0.17835413799912203, 0.1792098719997739, 0.17934590300137643, 0.17920804899767973, 0.17867070300053456, 0.17960189999939757, 0.17829575300129363, 0.17949102399870753, 0.17830208799932734, 0.1783619500019995, 0.1793453780010168, 0.17879431300025317, 0.17883549299949664, 0.17888359099742956, 0.1793493639997905, 0.1863402990020404], [0.18068576600126107, 0.18141416399885202, 0.1788411259985878, 0.17999752100149635, 0.1821815660005086, 0.17899457000021357, 0.1785987679977552, 0.1781756820018927, 0.17925957400075276, 0.17919927299953997, 0.17923199299912085, 0.17873180899914587, 0.1798042570007965, 0.1794924970017746, 0.1781388959971082, 0.17861116100175423, 0.1794855260013719, 0.17828717999873334, 0.17985687300097197, 0.17879805199845578, 0.17875074000039604, 0.17850875300064217, 0.17944062999958987, 0.1795571619986731, 0.17917866800053162, 0.1791580380013329, 0.17833384299956379, 0.1783950349999941, 0.17849249799837708, 0.18307061000086833, 0.17744857300203876, 0.1771615239995299, 0.1788881849970494, 0.1786670290020993, 0.17851198299831594, 0.17852741000024253, 0.17897912300031749, 0.1788127190011437, 0.18224891000136267, 0.1813152929971693, 0.17973529300070368, 0.18273875000159023, 0.17913076399781858, 0.1805876860016724, 0.17926857799830032, 0.1802789470020798, 0.1801885399981984, 0.1802283319993876, 0.1790944180029328, 0.17946977899919148, 0.17972281699985615, 0.18033392199868103, 0.1793152200007171, 0.17910738399950787, 0.18502347899993765, 0.18025189800027874, 0.1800730309987557, 0.18130044500139775, 0.17896405599822174, 0.17888067200328805, 0.1789218739977514, 0.18007401900104014, 0.17892137099988759, 0.17876648599849432, 0.17893249000189826, 0.1794072539996705, 0.17907592399933492, 0.17911658600132796, 0.17839755000022706, 0.179148561997863, 0.17919133300165413, 0.17872155999793904, 0.1801454120031849, 0.17923758199685835, 0.1784572280012071, 0.17909377600153675, 0.1791117659995507, 0.17963871199754067, 0.17941166600212455, 0.1794431029993575, 0.1792920170009893, 0.1788956659984251, 0.1789180670020869, 0.17950436399769387, 0.1794929019997653, 0.1785412710014498, 0.18482523599959677, 0.18165363300067838, 0.1809798829999636, 0.1799986429978162, 0.1795476380029868, 0.18475050999768428, 0.17911202300092555, 0.17853605699929176, 0.17866859000059776, 0.1781021429997054, 0.17996492400197894, 0.17872480799996993, 0.17781347099662526, 0.17892971400215174, 0.18025570299869287, 0.17978182600199943, 0.1786278699983086, 0.1787469549999514, 0.17838547300198115, 0.17936349299998255, 0.1793760119981016, 0.17863037700226414, 0.17969341699790675, 0.1784850420008297, 0.17915027200069744, 0.17836224799975753, 0.17919752200032235, 0.17935004299943103, 0.17919008799799485, 0.17868411400195328, 0.17959358000007342, 0.17830638300074497, 0.1795022339974821, 0.17828541800190578, 0.17835329999797978, 0.17935714900158928, 0.17879937199904816, 0.17883130300106131, 0.17888114100060193, 0.17946770799972, 0.18516426399946795], [0.18066316499971435, 0.18141099399872473, 0.17884159599998384, 0.18001179200291517, 0.1821845749982458, 0.1789915410008689, 0.17856761700022616, 0.17820742299954873, 0.1792551039980026, 0.17918853200171725, 0.17922924300000886, 0.17874735900113592, 0.17978209699867875, 0.1794930159994692, 0.1781371470024169, 0.1786277909995988, 0.1794869559998915, 0.17827342999953544, 0.17985396299991407, 0.1788114820010378, 0.17873173999760184, 0.17852236299950164, 0.1794417010023608, 0.17954390999875613, 0.1791776989994105, 0.17915892699966207, 0.17821654100043816, 0.17850731799990172, 0.1784993580004084, 0.18304608900143648, 0.17747054299979936, 0.17715766399851418, 0.17889642600130173, 0.17866604899973026, 0.17851411199808354, 0.17851717000303324, 0.17901374499706435, 0.17878033700253582, 0.18226268099897425, 0.1813002429989865, 0.17973495200203615, 0.18272894999972777, 0.1791522450002958, 0.18057457599934423, 0.1792674079988501, 0.1802902669987816, 0.1801753899999312, 0.18022309100342682, 0.17910175899669412, 0.1794625990005443, 0.1797099960022024, 0.1803278909974324, 0.17933186200025375, 0.17911731400090503, 0.1850214190017141, 0.1802138359998935, 0.18009624299884308, 0.18131425400133594, 0.17893093499878887, 0.17889784300132305, 0.17893262500001583, 0.1800732479969156, 0.17892847199982498, 0.1787389240016637, 0.178911489998427, 0.17943693500274094, 0.17906063400005223, 0.17913013599900296, 0.17839072000060696, 0.17913135100025102, 0.17923240500022075, 0.17868678800005, 0.18021044399938546, 0.17916115999832982, 0.17844913700173493, 0.179132977998961, 0.1790941360013676, 0.17966198299836833, 0.1793840940008522, 0.17944433299999218, 0.1792916679987684, 0.1788690850007697, 0.17889737600125954, 0.1795355149988609, 0.17949739200048498, 0.17841741799929878, 0.18491978900055983, 0.1816940530006832, 0.18094863199803513, 0.1800141439998697, 0.17953780800235108, 0.18472717799886595, 0.17911938399993232, 0.178522026999417, 0.17868894999992335, 0.1782087159990624, 0.17986393200044404, 0.17870764700273867, 0.17781444099819055, 0.1789479239996581, 0.18034503600210883, 0.1796824029988784, 0.1786351509981614, 0.17878711500088684, 0.1784468959995138, 0.1792642690015782, 0.17939381299947854, 0.17860273599944776, 0.17971539800055325, 0.17849206300161313, 0.1791493709970382, 0.17835414799992577, 0.17920722200142336, 0.1793330930013326, 0.1792048689967487, 0.17868302300121286, 0.17959628099924885, 0.178291292002541, 0.17950235399985104, 0.17829961799725424, 0.1783539700008987, 0.17935631900036242, 0.17879855299906922, 0.17882938200273202, 0.17887978100043256, 0.1792489609979384, 0.1848787170019932], [0.18068554600176867, 0.1814144639974984, 0.17884119600057602, 0.17999703999885242, 0.18218141600300441, 0.17899473099896568, 0.17859942799987039, 0.17817525200007367, 0.17925961400032975, 0.17919926299873623, 0.17923275300199748, 0.17873166799836326, 0.17980461700062733, 0.17949292699995567, 0.17813907700110576, 0.178611280000041, 0.17948559599972214, 0.17828707099761232, 0.17985735299953376, 0.17879800100126886, 0.1787524110004597, 0.17850838199956343, 0.1794405110013031, 0.17955815099776373, 0.17917779900017194, 0.1791578770025808, 0.17834184399907826, 0.17838739500075462, 0.17849208799816552, 0.18307181899945135, 0.17744887300068513, 0.17716100400139112, 0.17888792499798, 0.1786680900004285, 0.17851140200218651, 0.1785275999973237, 0.17897822400118457, 0.1788141180004459, 0.18224878099863417, 0.1813153630027955, 0.1797358819967485, 0.18274550100250053, 0.1791307239982416, 0.18058050599938724, 0.17926944800274214, 0.18027941599939368, 0.18019555099817808, 0.18022795200158725, 0.1790874279977288, 0.17947060900041834, 0.17972883699985687, 0.18033110200121882, 0.17931926999881398, 0.17910808400120004, 0.18501576899870997, 0.18025539800146362, 0.18006940100167412, 0.18129951399896527, 0.1789668960009294, 0.178879072998825, 0.17892230399957043, 0.1800809289998142, 0.17892156100060674, 0.17875917499986826, 0.1789328810009465, 0.17940686399742845, 0.1790764540019154, 0.1791164559981553, 0.17839758999980404, 0.17915018200073973, 0.17918902300152695, 0.17872235899994848, 0.18028526600028272, 0.17909781900016242, 0.1784620869984792, 0.17910308700083988, 0.17909903599866084, 0.17963783199957106, 0.1794127360008133, 0.17944284300028812, 0.1792907369999739, 0.1788973859984253, 0.17892089700035285, 0.17950158399980864, 0.1794927219998499, 0.17854041100144968, 0.18482952599879354, 0.18165129300177796, 0.18098081299831392, 0.17999817300005816, 0.17954647800070234, 0.18478302000221447, 0.1790847029988072, 0.17853664699941874, 0.17866617999970913, 0.1782374569993408, 0.17983006000213209, 0.17872551799882785, 0.1778140610003902, 0.17892995399961364, 0.18039826699896366, 0.17963834200054407, 0.17862796000190428, 0.17874586499965517, 0.17851556700043147, 0.17923540899937507, 0.17937120200076606, 0.17863512699841522, 0.17968999699951382, 0.17848509200121043, 0.17915084199921694, 0.17836161800005357, 0.17919682199863018, 0.17935135300285765, 0.17918977799854474, 0.1786831940007687, 0.17959358000007342, 0.17830683300053352, 0.17950164399735513, 0.17828580800050986, 0.17835354000271764, 0.1793574079965765, 0.17879944300148054, 0.17883159299890394, 0.17888141100047505, 0.17946744800065062, 0.1852406569996674], [0.18070288699891535, 0.18140892300289124, 0.17884342599791125, 0.1800014510008623, 0.18218196599991643, 0.17899372100146138, 0.17859245699946769, 0.1781822929988266, 0.17927365400100825, 0.17917793199740117, 0.17924262400265434, 0.1787325579971366, 0.1798018770023191, 0.17949003700050525, 0.17814957699738443, 0.17862355100078275, 0.1794846660013718, 0.17828071999974782, 0.1798454630006745, 0.17880635099936626, 0.17875206099779462, 0.17852742300237878, 0.17944482099846937, 0.17953579000095488, 0.17917889900127193, 0.17915461699885782, 0.17834123400098179, 0.1783858649978356, 0.17851382899971213, 0.18305756900008419, 0.17745755299984012, 0.17716431400185684, 0.1788907250011107, 0.17867015899901162, 0.17851116299789282, 0.17850695900051505, 0.17897345399978803, 0.1788317390019074, 0.18226078099905862, 0.18131497300055344, 0.17973131200051284, 0.18273881999994046, 0.1791215640005248, 0.18059259700021357, 0.17927893799787853, 0.18029577700144728, 0.18016385000009905, 0.18023299099877477, 0.17910753899923293, 0.17944888900092337, 0.17972659600127372, 0.1803129709987843, 0.17934836199856363, 0.17911049400208867, 0.18502091899790685, 0.18023582700334373, 0.18008135199852404, 0.18130867400032002, 0.17897596699913265, 0.17886381200150936, 0.1789257339987671, 0.18009089900078834, 0.17892381199999363, 0.17875554399870452, 0.17891601000155788, 0.17939877399840043, 0.17908644500130322, 0.17913709599815775, 0.1783880799994222, 0.17914985200332012, 0.17918101299801492, 0.17874998000115738, 0.1801427819991659, 0.1792276119995222, 0.17841918599879136, 0.17914438800289645, 0.17909040599988657, 0.1796462819984299, 0.1794048260017007, 0.17944769299720065, 0.179283427001792, 0.17889384600130143, 0.1789051159976225, 0.17951269400145975, 0.17950195299999905, 0.17852630099878297, 0.18472950300201774, 0.18176902599952882, 0.18095197199727409, 0.1800331840022409, 0.17953625799782458, 0.1847710400033975, 0.17908452299889177, 0.17844142399917473, 0.17878981299872976, 0.17811658299979172, 0.17992461400353932, 0.17862794499887968, 0.17781158999787294, 0.1790273270016769, 0.1803105949984456, 0.17972824400203535, 0.17862752099972568, 0.17881880599816213, 0.1783533730013005, 0.1793265310006973, 0.1793997729982948, 0.17860978600219823, 0.17972088899841765, 0.17848531200070283, 0.1791429609984334, 0.17835099800140597, 0.17921081199892797, 0.17933634300061385, 0.17920818900165614, 0.17867867399763782, 0.17959936000261223, 0.17828975199881825, 0.17949964400031604, 0.17830301799767767, 0.1783536200018716, 0.1793536490004044, 0.17879730300046504, 0.178834881997318, 0.17888134100212483, 0.1793504249981197, 0.1861676440021256], [0.18069805599952815, 0.18129215099907015, 0.17884173600032227, 0.18011750399818993, 0.18218065600012778, 0.17899558100180002, 0.17847850399994059, 0.17829354499917827, 0.17926602499937871, 0.17907516900231712, 0.17935198599661817, 0.17873182900075335, 0.1796861139991961, 0.17949251600293792, 0.17825370999707957, 0.17861701100264327, 0.17949756599773536, 0.17816441700051655, 0.17984820300262072, 0.17891896499713766, 0.17863357700116467, 0.1786393959991983, 0.17945068100016215, 0.17941873699965072, 0.179177639001864, 0.17915702800019062, 0.17834195300019928, 0.17838654499792028, 0.17861655200249515, 0.1829491059979773, 0.17745799299882492, 0.1771605339999951, 0.17901185899972916, 0.17866298900116817, 0.17851418200007174, 0.17839750699931756, 0.17908965600145166, 0.17881986900101765, 0.18225736099702772, 0.18119077900337288, 0.17973615199662163, 0.18274678100351593, 0.17924179699912202, 0.18046882300041034, 0.1793948319973424, 0.18028951700034668, 0.18006780699943192, 0.1802215010029613, 0.17911154899775283, 0.17944669799908297, 0.17973368700040737, 0.18032806200062623, 0.17931903100179625, 0.1791135130006296, 0.18513948299732874, 0.18012777400144842, 0.18006809199869167, 0.1812995040017995, 0.17896822599868756, 0.178878671998973, 0.1789292950015806, 0.1801999019990035, 0.17892485199990915, 0.17863085100179887, 0.17894062000050326, 0.17939903399746981, 0.179077884000435, 0.17911443599950871, 0.1784048100016662, 0.17915269199875183, 0.17929837699921336, 0.1786055260017747, 0.18029052600104478, 0.17909246899944264, 0.17846447699776036, 0.1791029360028915, 0.1790998269971169, 0.17963630200029002, 0.17941324500134215, 0.17944306299978052, 0.17928919800033327, 0.17889916599960998, 0.1789206360008393, 0.17950149399985094, 0.1794925729991519, 0.17854007099958835, 0.18483124600243173, 0.18165141200006474, 0.18098238299717195, 0.18000522399961483, 0.17953802800184349, 0.18478378999861889, 0.17908656299914583, 0.17853716700119548, 0.17867214999932912, 0.17823396600215347, 0.17982674099766882, 0.17872538800293114, 0.17781308999838075, 0.17892975400172872, 0.18040470799678587, 0.17963356200198177, 0.17862854999839328, 0.17889692900280352, 0.17836797299969476, 0.1792316179999034, 0.17936966200068127, 0.17863891699744272, 0.1796962379994511, 0.1784775520027324, 0.1791505719993438, 0.17836137799895369, 0.1791973910003435, 0.1793509429990081, 0.17919148900182336, 0.17868172399903415, 0.17959302999952342, 0.17830811300154892, 0.17950090399972396, 0.17828469699816196, 0.17835488000127953, 0.17935746899820515, 0.17879961300059222, 0.17883140300182276, 0.17888123100055964, 0.17946857700007968, 0.18591765699966345], [0.18057929199858336, 0.1814146040014748, 0.17884157599837636, 0.17999675100145396, 0.182181275999028, 0.1789950599995791, 0.17859939800109714, 0.17817569199905847, 0.1792595840015565, 0.17919936299949768, 0.17923259300005157, 0.17873131899978034, 0.17980543700105045, 0.17949291699915193, 0.1781388560011692, 0.17861204099972383, 0.1794860059999337, 0.1782940509983746, 0.17984930199963856, 0.17879935200107866, 0.1787525600011577, 0.1785091329984425, 0.17943975099842646, 0.17955887100106338, 0.17917804900207557, 0.17915691699818126, 0.17834235400005127, 0.17838686400136794, 0.17849214899979415, 0.1830728690001706, 0.17745735299831722, 0.17716026400012197, 0.17888703499920666, 0.17866099900129484, 0.17851172299924656, 0.17852725999910035, 0.17908480700134533, 0.17870815499918535, 0.18224799100062228, 0.1813164119994326, 0.1797359830015921, 0.18274619099975098, 0.17912973299826263, 0.18058059699978912, 0.1792766480029968, 0.180275986000197, 0.18019871099750162, 0.1802224010025384, 0.179086987998744, 0.1794710899994243, 0.1797336669987999, 0.18032722100178944, 0.17931929100086563, 0.17911347399785882, 0.18500959900120506, 0.18025669700000435, 0.18006872199839563, 0.18129956400298397, 0.17896789599762997, 0.17887816300208215, 0.17892942399703315, 0.18007456900159013, 0.1789216610013682, 0.17875879499842995, 0.17894080100086285, 0.17939912300062133, 0.17907697500049835, 0.17911569599891664, 0.17840434000027017, 0.17915187199832872, 0.1792940160012222, 0.17860976600059075, 0.18029014599960647, 0.1790929689996119, 0.17846379700131365, 0.17910353699699044, 0.17909839600179112, 0.1796366919988941, 0.17941368600077112, 0.17944293300024583, 0.1792898969979433, 0.1788982260004559, 0.1789215270000568, 0.17950108300283318, 0.17949289299940574, 0.17853970099895378, 0.18483113600086654, 0.1816509929994936, 0.18098206300055608, 0.1800053829974786, 0.17953813800340868, 0.18478392999895732, 0.17908536300092237, 0.17853710700001102, 0.17867221999767935, 0.1782338270022592, 0.17982697999832453, 0.17872540800090064, 0.17781393100085552, 0.17892980399847147, 0.18040307699993718, 0.17963446200155886, 0.17862800999864703, 0.17874767499961308, 0.1785165369983588, 0.1792327480034146, 0.17936996299977181, 0.17863768600000185, 0.17969685799835133, 0.17847682199862902, 0.17915052200260106, 0.17836114799865754, 0.17919853200146463, 0.1793509630006156, 0.17919052799697965, 0.17868187400017632, 0.17959307999990415, 0.17830747300104122, 0.17950185399968177, 0.17828466699938872, 0.17835446000026423, 0.17935727900112397, 0.17879970300054993, 0.17883131299822708, 0.17888132100051735, 0.1794683680018352, 0.18530602799728513], [0.1807019859988941, 0.18140410400155815, 0.17884223600049154, 0.18000529100027052, 0.18218096499913372, 0.17899545099862735, 0.1785877080001228, 0.17818492200240144, 0.17927208399851224, 0.1791757819992199, 0.17924513400066644, 0.17873221899935743, 0.17979715700130328, 0.17948883599819965, 0.17814726700089523, 0.17861700100183953, 0.179497815999639, 0.17827475000012782, 0.17984747299851733, 0.1788094120020105, 0.1787468499969691, 0.17853176300195628, 0.17944570100007695, 0.17953055999896605, 0.17917890900207567, 0.17915300699678482, 0.17834263400072814, 0.17838539500007755, 0.17851222900208086, 0.1830582289985614, 0.17745595299857087, 0.17716458400172996, 0.17889607500183047, 0.17866372899879934, 0.1785141830005159, 0.1785052889972576, 0.17897888400329975, 0.17882296899915673, 0.18225718100075028, 0.18130465200010804, 0.17973991299732006, 0.18273939000209793, 0.17913195399887627, 0.18058653700063587, 0.17927722799868206, 0.1802899169997545, 0.18017133000103058, 0.1802312809995783, 0.17910850900079822, 0.17944846899990807, 0.17962290300056338, 0.1803228319986374, 0.17944016399997054, 0.1791063540003961, 0.18502986900057294, 0.18012442399776774, 0.18018003500037594, 0.18131020399960107, 0.17897373600135325, 0.17887105300178519, 0.17892557399682119, 0.18008668900074554, 0.17892524100170704, 0.1787584749981761, 0.17880918700029724, 0.17939917400144623, 0.17907848399772774, 0.1792490900006669, 0.17838605900033144, 0.17903750900222803, 0.17929906700010179, 0.17874406999908388, 0.1801510919976863, 0.17909146800229792, 0.17846556799850077, 0.17922386999998707, 0.1789798919999157, 0.17975603599916212, 0.17929279200325254, 0.17944273299872293, 0.17928936699900078, 0.1788992159999907, 0.17892032700183336, 0.17950191399722826, 0.17949258200314944, 0.17854029099908075, 0.18483123699843418, 0.18165095199947245, 0.18098334300157148, 0.18000532400037628, 0.17953743700127234, 0.18478431099720183, 0.17908689300020342, 0.17853734600066673, 0.17867142099930788, 0.17823451600270346, 0.17982651099737268, 0.17872608700054116, 0.17781305099924793, 0.17892965400096728, 0.18040608700175653, 0.17963221199897816, 0.17862901099942974, 0.17890336900018156, 0.17836173300020164, 0.17923143799998797, 0.17936937199920067, 0.17863965699871187, 0.17969655800334294, 0.178477961999306, 0.17914988199845538, 0.17836264799916535, 0.17919624100250076, 0.17935064300036174, 0.17919225899822777, 0.17868157400152995, 0.17959287999838125, 0.17830820300150663, 0.17950068400023156, 0.1782844869994733, 0.1783551400003489, 0.17935739899985492, 0.178799542998604, 0.17883201199947507, 0.17888112199943862, 0.17946925700016436, 0.1859914890010259], [0.1807028969997191, 0.1814078530005645, 0.17884227600006852, 0.18000196099819732, 0.18218155599970487, 0.17899469100302667, 0.17859094699815614, 0.17818266299946117, 0.1792723640028271, 0.17917832199964323, 0.1792424140003277, 0.17873234799844795, 0.17980049700054224, 0.1794895870007167, 0.17814398599875858, 0.17862351100120577, 0.17949155699898256, 0.17827874000067823, 0.17984597199756536, 0.17880733200217946, 0.17874958099855576, 0.17852897299962933, 0.1794451010027842, 0.17953418999968562, 0.17917924900029902, 0.17915353699936531, 0.17834181400030502, 0.17838603499694727, 0.17850821800311678, 0.18306249899978866, 0.1774572439971962, 0.17716471400126466, 0.17889080500026466, 0.17867005899825017, 0.1785105930030113, 0.17850679899856914, 0.17897447400173405, 0.1788306989983539, 0.18225040000106674, 0.18131054299738025, 0.17974335300095845, 0.18273359000158962, 0.17912864399841055, 0.18059048600116512, 0.1792739980010083, 0.18029629699958605, 0.18016840999916894, 0.1802318820009532, 0.1791079089998675, 0.1794490379979834, 0.1797153959996649, 0.18022550900059287, 0.17944541500037303, 0.17910527300045942, 0.18502747000093223, 0.18013115400026436, 0.18017652399794315, 0.18131593500220333, 0.17896864599970286, 0.1788706719999027, 0.17892636499891523, 0.18008290799843962, 0.1789316320027865, 0.17875511499732966, 0.1789102200018533, 0.1793978329988022, 0.17908630500096478, 0.17914239699894097, 0.1783860290015582, 0.17914557199765113, 0.17918741300309193, 0.1787487509973289, 0.1801459310008795, 0.1792199330011499, 0.17833754299863358, 0.17922891000125674, 0.17908369599899743, 0.17965202300183591, 0.17939931499859085, 0.17944930299927364, 0.1792837770008191, 0.1787874629990256, 0.17891975699967588, 0.1795026340005279, 0.17960252500051865, 0.1784304280008655, 0.18483115599883604, 0.1817623659990204, 0.18087267000009888, 0.18000555400067242, 0.17953675700118765, 0.18478468999819597, 0.17908767300104955, 0.1785363769995456, 0.17867168000157108, 0.17823511700044037, 0.17982554999980493, 0.17872654799793963, 0.1778131110004324, 0.17892945399944438, 0.18040685700179893, 0.1796312719998241, 0.1786299909981608, 0.17890676900060498, 0.17835848200047622, 0.17923141899882467, 0.17948836499999743, 0.1785211540009186, 0.17980872100088163, 0.17847674199947505, 0.17915111199909006, 0.1782518350009923, 0.1793096939982206, 0.179235890002019, 0.17930749199877027, 0.17867883399958373, 0.1795935299996927, 0.17819580900322762, 0.17949994499940658, 0.17839784999887343, 0.17835446000026423, 0.17935806899913587, 0.1787981529996614, 0.17883407300178078, 0.17888112099899445, 0.1793561039994529, 0.18605216099967947], [0.18070311599876732, 0.18140842399952817, 0.178842846002226, 0.1800018510002701, 0.18218161499680718, 0.17899395100175752, 0.17859176799902343, 0.17818268200062448, 0.17927281499942183, 0.17917850199955865, 0.17924209299962968, 0.17873263900037273, 0.17980076700041536, 0.17949025599955348, 0.17814310700123315, 0.1786245309995138, 0.17949081600090722, 0.17828020099841524, 0.17984546200023033, 0.17880656200213707, 0.17875115999777336, 0.1785276230002637, 0.17944519099910394, 0.17953523100004531, 0.17917897799998173, 0.17915406800238998, 0.17834155399759766, 0.178386194002087, 0.17851334900115035, 0.1830576789980114, 0.17745743300110917, 0.17716434400063008, 0.17889051499878406, 0.17867064999882132, 0.1785106019997329, 0.17850734000239754, 0.17897364300006302, 0.17883100899780402, 0.18226059100197745, 0.18131464299949585, 0.17973005200110492, 0.18274017099975026, 0.17912129300020752, 0.18059208699924056, 0.17927910800062818, 0.18029547699916293, 0.18016390999764553, 0.18023202200129163, 0.17910803799895803, 0.17944919900037348, 0.1797191660007229, 0.1803157120011747, 0.17935221099833143, 0.1791110740014119, 0.1850202889982029, 0.18022522700266563, 0.18008380199898966, 0.18131605500093428, 0.17896857599771465, 0.17887040200002957, 0.17892660399957094, 0.18009056899973075, 0.17892401200151653, 0.1787555449991487, 0.17891400000007707, 0.17939893299990217, 0.1790865750008379, 0.1791381260009075, 0.17838699999992969, 0.17914916199879372, 0.17918195300080697, 0.17874984000081895, 0.18014425199726247, 0.17922544300017762, 0.1783328330020595, 0.17923122999854968, 0.17908735600212822, 0.17964885299807065, 0.17940324500159477, 0.17944833299770835, 0.17928378700162284, 0.17878252299851738, 0.17891921699992963, 0.1796052560021053, 0.17950560299868812, 0.17852240100182826, 0.18473478299711132, 0.1817674160010938, 0.18086762000166345, 0.18011323699829518, 0.17953741699966486, 0.18467661700196913, 0.17908776299736928, 0.1785373470011109, 0.17878540300080203, 0.17812051399960183, 0.17982548999862047, 0.17872681800145074, 0.17781262100106687, 0.1789295239977946, 0.18040745700272964, 0.17963240199969732, 0.1786294799967436, 0.17890805900242412, 0.17835748300058185, 0.1792304589980631, 0.1794940250001673, 0.17851702400002978, 0.17981351100024767, 0.17847751199951745, 0.1791505719993438, 0.17834792700159596, 0.17921326199939358, 0.17933346300196717, 0.1792104889973416, 0.17867956400004914, 0.1795927200000733, 0.17829218200131436, 0.17950044399913168, 0.17830131799928495, 0.17835422999996808, 0.1793576390009548, 0.17879819299923838, 0.17883422300292295, 0.17888169099751394, 0.17935135399966384, 0.1861101120011881], [0.18059884399917792, 0.18140396300077555, 0.17884040600256412, 0.18001052099862136, 0.18218270600118558, 0.17899371099701966, 0.17858592700213194, 0.17818830299802357, 0.17925784399994882, 0.17918822200226714, 0.1792286529998819, 0.17875491899758345, 0.179777727000328, 0.1794926860020496, 0.17814512699987972, 0.17862397099816008, 0.17947654599993257, 0.1782771899997897, 0.17985852300262195, 0.17880201200023293, 0.1787388299999293, 0.17851837199850706, 0.17944239099961123, 0.17955082100161235, 0.1791755390004255, 0.17915957699733553, 0.17822480100221583, 0.17850299799829372, 0.17849627800023882, 0.18305682899881504, 0.17746827400333132, 0.17715185299675795, 0.17889710600138642, 0.17866502900142223, 0.17851176199837937, 0.17851711999901454, 0.179079047000414, 0.17871796600229573, 0.18225406000055955, 0.18130559299970628, 0.17973527199865202, 0.18274045100042713, 0.17914341399955447, 0.18057384599887882, 0.17926845799956936, 0.18028378700182657, 0.1801768000004813, 0.18023358099890174, 0.179097128999274, 0.1794625590009673, 0.17971910599953844, 0.18033901200033142, 0.1793164410009922, 0.17911004399866215, 0.1850265489993035, 0.18023126700063585, 0.1800833519992011, 0.1813054740014195, 0.17895817599855945, 0.1788775830027589, 0.17892859399944427, 0.18007956799920066, 0.17891912200138904, 0.17875099499724456, 0.1789188100010506, 0.17941885400068713, 0.17907068400018034, 0.17912847600018722, 0.1783945399984077, 0.17913111099915113, 0.1793084170021757, 0.1786133469977358, 0.1802559250027116, 0.17911434899724554, 0.1784654370021599, 0.17910860700067133, 0.17909943599806866, 0.17965318300048239, 0.17939539500002866, 0.1794488330015156, 0.17929226699925493, 0.17887337600041064, 0.17891665599745465, 0.17951362400344806, 0.1794967629975872, 0.17841583699919283, 0.18494020000071032, 0.18167178300063824, 0.180956412001251, 0.18000928399851546, 0.17954339800053276, 0.18474412900104653, 0.17911180299779517, 0.17852834700170206, 0.1786946309985069, 0.17822111600253265, 0.1798400909974589, 0.17871402700257022, 0.1778142109978944, 0.17894194399923435, 0.18037514699972235, 0.17965709200143465, 0.17863401100112242, 0.1788606179979979, 0.17839365400141105, 0.1792448179985513, 0.17937674300264916, 0.17862333599987323, 0.17969639799775905, 0.1784888520014647, 0.1791509920003591, 0.17835330799789517, 0.1792089720001968, 0.17933378200177685, 0.17920249899907503, 0.1786839640008111, 0.17959628999960842, 0.17829367299782461, 0.17950171400298132, 0.17829690799771925, 0.17835587000081432, 0.17935497800135636, 0.1787995630002115, 0.17882902299970738, 0.1788816609987407, 0.17938228500133846, 0.18523673699746723], [0.3651502079992497, 0.1797448120014451, 0.1801502039998013, 0.17935301000034087, 0.1806492959985917, 0.17844184999921708, 0.17934800600050949, 0.1786336149998533, 0.17910310799925355, 0.18032118500195793, 0.17852953799956595, 0.178909439000563, 0.17911457499940298, 0.17882760599968606, 0.17883979700127384, 0.17813436500000535, 0.17803785899741342, 0.1791636620000645, 0.17942573000254924, 0.17876355999760563, 0.17885389300136012, 0.17928985199978342, 0.1811695159994997, 0.17932748300154344, 0.1782979029994749, 0.17734649400154012, 0.1790768949977064, 0.17914366300101392, 0.18047308099994552, 0.17886572499992326, 0.1784031610004604, 0.17782246500064502, 0.179598733997409, 0.17786940100268112, 0.17834385599780944, 0.17848658000002615, 0.1788740100018913, 0.17867659499825095, 0.17845739400218008, 0.17843044399705832, 0.17854670700035058, 0.17837575200246647, 0.1788687359985488, 0.178478133999306, 0.17935996600135695, 0.1782560249994276, 0.17947270899821888, 0.1792524440024863, 0.1791144290000375, 0.1786873140008538, 0.17883605699898908, 0.17921022799782804, 0.1784390450011415, 0.17930742099997588, 0.1781805370010261, 0.17884104299810133, 0.1782357160009269, 0.17905218899977626, 0.17940947900206083, 0.17828867699790862, 0.17854298200109042, 0.17968111300069722, 0.17890856099984376, 0.17941375499867718, 0.17991171999892686, 0.1781011170023703, 0.17949227300050552, 0.17859415799830458, 0.1789449380012229, 0.18637371200020425, 0.18156867299694568, 0.18282221700064838, 0.17633779900279478, 0.17811495899877627, 0.17941263700049603, 0.17917443999976967, 0.17953685999964364, 0.1784412759989209, 0.17894690899993293, 0.1786519400011457, 0.17881617600141908, 0.17990182699941215, 0.1789088969999284, 0.17886209299831535, 0.179118218999065, 0.17784210399986478, 0.1789262640013476, 0.17884430200138013, 0.17878235799798858, 0.1783100819993706, 0.17846454699974856, 0.17839663500126335, 0.17878114600171102, 0.17878061599913053, 0.17798115899859113, 0.17898857800173573, 0.1784908039990114, 0.17891358500128263, 0.1790509700003895, 0.17916377099754754, 0.17894302300192066, 0.17960613099785405, 0.17942156600111048, 0.17886901100064279, 0.1782907829983742, 0.17903047200161382, 0.18503830400004517, 0.1797953229979612, 0.1793517600017367, 0.17959074600003078, 0.17888408499857178, 0.17805313899953035, 0.17953601100089145, 0.17867874700095854, 0.17967967499862425, 0.1793656860027113, 0.17840012599845068, 0.17847780699958093, 0.17819804800092243, 0.1798164159990847, 0.17811504500059527, 0.17945701500138966, 0.17929410599754192, 0.17917017199943075, 0.1799719560003723, 0.17823761500039836, 0.1858137439994607], [0.18068883899832144, 0.17973693200110574, 0.18015911399925244, 0.17934219900052994, 0.18064926700026263, 0.17843312900004094, 0.17936197699964396, 0.1786177840003802, 0.17909924799823784, 0.18031957499988494, 0.17852244800087647, 0.1789220389982802, 0.17910366500291275, 0.17879883499699645, 0.17886196800100151, 0.1781350349992863, 0.17802627900164225, 0.17916884199803462, 0.17942276900066645, 0.1787432599994645, 0.17889459400248597, 0.1792810519982595, 0.18117071600136114, 0.17930667199834716, 0.17830929300180287, 0.1773619060004421, 0.17908927499956917, 0.1791179120009474, 0.1804641909984639, 0.17887531499945908, 0.17841111099914997, 0.17781248400206096, 0.17959357499785256, 0.17788912200194318, 0.17835237499821233, 0.1784698900009971, 0.17887826999867684, 0.17865367500053253, 0.17847728400010965, 0.1784399440002744, 0.17852629700064426, 0.17837901199891348, 0.178845195001486, 0.17849005500102066, 0.17935317599767586, 0.1782654039998306, 0.17947391000052448, 0.17923817300106748, 0.17911214899868355, 0.17867763400136027, 0.1788303969988192, 0.17922225800066371, 0.17844429500109982, 0.17929954099963652, 0.1781905879979604, 0.17882830199960154, 0.17821607500081882, 0.17899254700023448, 0.17947451200234354, 0.17829624699879787, 0.1785193910000089, 0.17969938299938804, 0.1788886909998837, 0.17939772400131915, 0.1799285509987385, 0.1780903569997463, 0.1794828130005044, 0.17861552799877245, 0.17892905700136907, 0.18639473299845122, 0.18158509400018374, 0.1828047470007732, 0.17631329700088827, 0.17814844999884372, 0.17940549700142583, 0.17918072999964352, 0.1795162700000219, 0.178447154998139, 0.17895344000135083, 0.17865193000034196, 0.1787981960005709, 0.17990891699810163, 0.17891564700039453, 0.17884891200083075, 0.17910715999823879, 0.17787753400261863, 0.1789138539970736, 0.17884986200078856, 0.1787605169993185, 0.1783199230012542, 0.17846745700080646, 0.17839386500054388, 0.17877129599946784, 0.17878130600001896, 0.17798752900125692, 0.17896984699837049, 0.17850705399905564, 0.17891599600261543, 0.1790552899983595, 0.17916719099957845, 0.17894342300132848, 0.17958757099768263, 0.1794289960016613, 0.17884615000002668, 0.17830102399966563, 0.179049551999924, 0.18501311300133239, 0.1798021529975813, 0.17933133900078246, 0.1796113480013446, 0.1788715239999874, 0.17805008799768984, 0.17953727200074354, 0.17869040699952166, 0.17967461499938508, 0.17937768699994194, 0.17838885500168544, 0.17848117700123112, 0.1781932979974954, 0.17982217600001604, 0.17812015600065934, 0.1794351739990816, 0.1792972360017302, 0.17916618199888035, 0.17997861600088072, 0.17823399500048254, 0.1846710809986689], [0.18069252900022548, 0.17974448199674953, 0.1801504040013242, 0.17935256000055233, 0.18064946600134135, 0.17843118999735452, 0.17935178600237123, 0.17863230500006466, 0.17910259799828054, 0.1803219440007524, 0.17852185900119366, 0.17891503899954841, 0.17910760399900028, 0.17883478699877742, 0.1788286959999823, 0.17813304499941296, 0.17804133000026923, 0.17916008100291947, 0.1794317999992927, 0.17872831899876473, 0.17889443500098423, 0.17929102199923364, 0.1811626660019101, 0.17933404299765243, 0.17829517200152623, 0.17734758499864256, 0.17907683500015992, 0.17914541299978737, 0.18046949099880294, 0.17886733500199625, 0.17840147099923342, 0.17782345399973565, 0.17959547500140616, 0.17787242099802825, 0.17834247500286438, 0.17848766999668442, 0.17887301100199693, 0.17867770500015467, 0.17845595399921876, 0.1784284329987713, 0.17854961800185265, 0.17837347200111253, 0.17886899599761819, 0.1784782440008712, 0.1793560959995375, 0.17825903500124696, 0.17946458900041762, 0.17925195299903862, 0.17911677899974165, 0.1786859040003037, 0.17883464699843898, 0.17921836900131893, 0.17842976500105578, 0.1793173400001251, 0.17818039799749386, 0.1788406430023315, 0.1782354149981984, 0.1790507890000299, 0.17941061000237823, 0.17828101600025548, 0.17855032199804555, 0.17968104299870902, 0.17890279100174666, 0.1794162949991005, 0.17989855999985593, 0.17811245700067957, 0.17948328300190042, 0.1785940479967394, 0.17894128800253384, 0.1863889019987255, 0.181567214000097, 0.18281522699908237, 0.17634551800074405, 0.1781142389991146, 0.1794119980004325, 0.17917198900249787, 0.1795304999977816, 0.1784425959995133, 0.17895323899938376, 0.17865280100158998, 0.1788084850013547, 0.17990964699856704, 0.17890721699950518, 0.17886293300034595, 0.17911770999853616, 0.17784099300115486, 0.1789283840007556, 0.17884506300106295, 0.17878154699792503, 0.17830904299989925, 0.17846494699915638, 0.17839531500067096, 0.1787798160003149, 0.17878168600145727, 0.17798054900049465, 0.1789897380003822, 0.17849114299679059, 0.17891146600231878, 0.17904987899964908, 0.17916483199951472, 0.17894268199961516, 0.1795991219987627, 0.17942998600119608, 0.17886812000142527, 0.17828999400080647, 0.17902849099846208, 0.18503981400135672, 0.17979515299884952, 0.1793481899985636, 0.1795914360009192, 0.1788760449999245, 0.17806182899948908, 0.17953657100224518, 0.17867731699880096, 0.17968026499875123, 0.1793634870009555, 0.1784020250015601, 0.17847803699987708, 0.17819813799724216, 0.17981612600124208, 0.1781145960012509, 0.17945761399823823, 0.17929436600024928, 0.17916874200091115, 0.1799703459982993, 0.17823900599978515, 0.1856572380020225], [0.18058564600141835, 0.1797357909999846, 0.18016080399684142, 0.17934161000084714, 0.1806490160015528, 0.17843263000031584, 0.1793638959970849, 0.178616975001205, 0.1791007880019606, 0.18032674499772838, 0.17852282800231478, 0.17893016899688519, 0.1790951250004582, 0.1787946650001686, 0.17886053700203774, 0.17813742499856744, 0.1780314890020236, 0.1791613919995143, 0.17942433999996865, 0.17874229899825878, 0.17889739499878488, 0.1792789620012627, 0.18117158600216499, 0.17931392199898255, 0.17831805300011183, 0.17734645499876933, 0.1790893050019804, 0.17912027199781733, 0.180468671998824, 0.17886696500136168, 0.17841492099978495, 0.17781873400235781, 0.17959178399905795, 0.17788836199906655, 0.1783542960001796, 0.17846501899839495, 0.1788784210002632, 0.17865462400004617, 0.17848405500262743, 0.1784397439987515, 0.17852672699882532, 0.17837999200128252, 0.17883801499920082, 0.17849694500182522, 0.17934817599962116, 0.17826986399813904, 0.17946751000272343, 0.17923957299717586, 0.1791273890012235, 0.17868177399941487, 0.1788209270016523, 0.17923332799909986, 0.17844086599870934, 0.1792919500003336, 0.17819397800121806, 0.17882500199993956, 0.17822464499840862, 0.17898487700222176, 0.1794762419995095, 0.17830657699960284, 0.17850871100017685, 0.17970832399805658, 0.17888846999994712, 0.17939293500239728, 0.17992670999956317, 0.1780923869991966, 0.17948860300020897, 0.17861386900040088, 0.1789259069992113, 0.1864010130011593, 0.18158165299973916, 0.18280334700102685, 0.1763141679984983, 0.178146199999901, 0.17940734700096073, 0.17918731000099797, 0.17951319899657392, 0.17844342600074015, 0.17895479000071646, 0.1786511399986921, 0.17880091500046547, 0.17990852699949755, 0.17891425700145192, 0.1788626130000921, 0.1791020490018127, 0.17787851499815588, 0.17890672299836297, 0.17885571300212177, 0.17875375699804863, 0.1783190520000062, 0.17846922800163156, 0.1783953650010517, 0.17877264599883347, 0.1787791360002302, 0.17798523899909924, 0.1789720570013742, 0.1785064039977442, 0.17891637600041577, 0.17905779899956542, 0.17916511200019158, 0.17894511200211127, 0.17958573099895148, 0.17943020700113266, 0.1788555799976166, 0.17830433400013135, 0.17904749200170045, 0.18501422299959813, 0.17980997300037416, 0.17933131899917498, 0.1795967069992912, 0.17887465500098187, 0.17805671799942502, 0.17953409199981252, 0.17868639700100175, 0.17967190499985009, 0.17937955700108432, 0.17838506499901996, 0.1784900269994978, 0.17818643799910205, 0.17982411600314663, 0.1781183159982902, 0.1794431939997594, 0.17930054600219592, 0.17916332199820317, 0.17997529599961126, 0.17823247500200523, 0.1848698859976139], [0.18068632900030934, 0.17974971199873835, 0.18014536300324835, 0.17935704999763402, 0.1806492169998819, 0.17843079900194425, 0.17934707599852118, 0.17863461500019184, 0.17910189800022636, 0.1803230750010698, 0.17852050799774588, 0.17882414600171614, 0.17919288800112554, 0.17883038599757128, 0.17883309700118843, 0.1781314649997512, 0.17804680900007952, 0.17915931199968327, 0.17942512900117435, 0.1787337200003094, 0.17889106399888988, 0.17929560300035519, 0.1811517249989265, 0.179337083001883, 0.17829753199839615, 0.17734764499982703, 0.17898618199978955, 0.17924063600003137, 0.18045739100125502, 0.17887946499831742, 0.17829309800072224, 0.17792529800135526, 0.17948563100071624, 0.1778884309969726, 0.17835453600127948, 0.17857012199965538, 0.1787730680007371, 0.17877924799904577, 0.1783606509998208, 0.1784399640018819, 0.1786278500003391, 0.17827879899778054, 0.178961319001246, 0.17848137399778352, 0.17934746600076323, 0.17816424199918401, 0.17956685200260836, 0.17925061300047673, 0.1790175169990107, 0.1787845760009077, 0.1788396970005124, 0.17911442599870497, 0.178448765000212, 0.1793916629976593, 0.17809302500245394, 0.17892959600067115, 0.17823114499697112, 0.17899018700336455, 0.17947066099804942, 0.17818786399948294, 0.178628835001291, 0.17969442300091032, 0.1789056609995896, 0.1794089350005379, 0.17990680000002612, 0.17809172699708142, 0.1795012830007181, 0.1784953950009367, 0.17903604000093765, 0.18639459299811278, 0.1814701210023486, 0.18291277999742306, 0.17633851800201228, 0.17811884899856523, 0.17940598700079136, 0.179084426999907, 0.17962168300073245, 0.17844451500059222, 0.17895343999771285, 0.17865082999924198, 0.17880220600272878, 0.17990924699915922, 0.17891319699992891, 0.17886350299886544, 0.17909980900003575, 0.17777063100220403, 0.17901730699668406, 0.178745039000205, 0.17887641100242035, 0.1783123719978903, 0.17846393700165208, 0.17839460499817505, 0.1787766859997646, 0.17877652600145666, 0.1779865089993109, 0.17898895799953607, 0.17849094400298782, 0.17891411499658716, 0.17894883700137143, 0.1791638110007625, 0.17894561299908673, 0.17969650400118553, 0.17942993600081536, 0.17887354099730146, 0.17828628300048877, 0.1789384389994666, 0.1851271360028477, 0.1796977509984572, 0.1793338589995983, 0.17959411699848715, 0.17887843500284362, 0.17816546099857078, 0.17953640099949553, 0.17857376400206704, 0.179784498999652, 0.17926696299764444, 0.17849752800248098, 0.1783771139998862, 0.17829854199953843, 0.17971220199979143, 0.1781180959987978, 0.17955743800121127, 0.17918618299881928, 0.17927764500200283, 0.1798628020005708, 0.17834517899973434, 0.18546844299999066], [0.18067791900102748, 0.17975398199996562, 0.18014966400005505, 0.17934367899943027, 0.18065914700127905, 0.17843149899999844, 0.17935099600072135, 0.178633194998838, 0.17906249799852958, 0.1803550950025965, 0.17852525799753494, 0.17889538900271873, 0.1791274049974163, 0.1787962950002111, 0.17884273700110498, 0.17814366599850473, 0.1780261679996329, 0.1791673420011648, 0.17942359000153374, 0.17874427999777254, 0.1788766530007706, 0.17930113300099038, 0.1811545560012746, 0.17929925199860008, 0.17830926199894748, 0.17737689600107842, 0.17906856500121648, 0.17914603199824342, 0.18044844099858892, 0.17887669500123593, 0.17839596100020572, 0.17783318500005407, 0.17956345299899112, 0.17790605300251627, 0.17832478399941465, 0.1785081909984001, 0.17885903000205872, 0.1786623249972763, 0.17847593400074402, 0.178415013000631, 0.17855781799880788, 0.17836155199984205, 0.17886851600269438, 0.17848548399706488, 0.17935533600029885, 0.178252074001648, 0.17949039000086486, 0.17922946299950127, 0.1791046889993595, 0.17867555400152924, 0.17884020699784742, 0.17921761799880187, 0.1784174050008005, 0.17933406100200955, 0.1781801879988052, 0.17883595199964475, 0.17821463500149548, 0.17900166799881845, 0.17944862000149442, 0.17830153799877735, 0.17853114099852974, 0.17969244300184073, 0.1789002609984891, 0.17939468500117073, 0.17992966000019806, 0.17807124699902488, 0.1795076029993652, 0.17857607800033293, 0.1789581180019013, 0.18637714199940092, 0.1815415019991633, 0.18282236800223473, 0.17632419699657476, 0.17816149100326584, 0.179408396998042, 0.1791342889991938, 0.17954230000032112, 0.17846817600002396, 0.17895454999961657, 0.17863587000101688, 0.17880977499953588, 0.17990837700199336, 0.1789201179999509, 0.1788489619975735, 0.17910657900210936, 0.17784859399762354, 0.17894163500022842, 0.17883737200099858, 0.17876654700012296, 0.1783192529983353, 0.17846956700304872, 0.1783937549989787, 0.1787563149991911, 0.1787862060009502, 0.17798528899947996, 0.17896931799987215, 0.17850862400155165, 0.17891766499815276, 0.17901603900099872, 0.17918892200032133, 0.1789412819998688, 0.17959885199888959, 0.17943434599874308, 0.1788460500029032, 0.17829734399856534, 0.17902349100040738, 0.18502031300158706, 0.17979851299969596, 0.17931671899714274, 0.17962725800316548, 0.1788543539987586, 0.1780874500000209, 0.179528370998014, 0.17868179700235487, 0.17967117499938468, 0.17936479600029998, 0.17842056600056821, 0.1784638069984794, 0.17821032800202374, 0.17979728499994962, 0.1781260759998986, 0.179426713999419, 0.17929787599859992, 0.17918993300190778, 0.17995393499950296, 0.1782529859992792, 0.18410285400022985], [0.18068042899903958, 0.1797491520010226, 0.18015065399958985, 0.17934103900188347, 0.18065942699831794, 0.1784311190021981, 0.17935326599763357, 0.17863071499959915, 0.17909461800081772, 0.18032314499942004, 0.17851949800024158, 0.17891886900179088, 0.17910963499889476, 0.1787865350015636, 0.17886393799926736, 0.17812530399896787, 0.1780400700008613, 0.1791699819987116, 0.179419448999397, 0.17874880000090343, 0.17887624300055904, 0.17929669300065143, 0.1811539160007669, 0.17929605099925539, 0.17831401399962488, 0.1773742149998725, 0.17907730500155594, 0.17913981299716397, 0.18045314000119106, 0.1788748549988668, 0.17839925199950812, 0.17782310400070855, 0.17959171400070773, 0.1778978520014789, 0.17832723500032444, 0.1784896999997727, 0.17886618999909842, 0.1786603250002372, 0.17848714499996277, 0.17842829299843288, 0.17853062699941802, 0.17836841200187337, 0.1788641560015094, 0.17848437399879913, 0.17935302600017167, 0.1782645749990479, 0.17947464900134946, 0.17923353299920564, 0.17912259999866365, 0.17866880300061894, 0.17883775700101978, 0.17922553899916238, 0.17842382500020904, 0.1793089200000395, 0.17817841799842427, 0.1788410830013163, 0.17821664399889414, 0.17899933800072176, 0.17946564100202522, 0.1782983669982059, 0.1785236010000517, 0.17968986399864662, 0.17891240100288996, 0.17938765399958356, 0.17991522000011173, 0.17808646699995734, 0.1794890029996168, 0.1786027979978826, 0.17893974800244905, 0.1863889919986832, 0.1815481230005389, 0.18282457700115629, 0.17631671799972537, 0.17816311999922618, 0.17940379699939513, 0.17916066000179853, 0.17951808999714558, 0.17846459599968512, 0.1789545990031911, 0.1786363999999594, 0.17881171599947265, 0.17990986699805944, 0.17891743700238294, 0.17884894300004817, 0.17910738899809076, 0.17786785399948712, 0.1789235340002051, 0.17883815200184472, 0.17876556699775392, 0.1783184630003234, 0.1784706870021182, 0.17839350499707507, 0.178758486003062, 0.17879411600006279, 0.17798754899922642, 0.17896922699947027, 0.17850771400117083, 0.17891735599914682, 0.17904014899977483, 0.17917008199947304, 0.1789434419988538, 0.17959626200172352, 0.17943043600098463, 0.17885724999723607, 0.17828846400152543, 0.1790267610012961, 0.18501640300019062, 0.1798106239984918, 0.1793208790004428, 0.1796136970006046, 0.17887299499852816, 0.1780671890010126, 0.17953180100084865, 0.1786819769986323, 0.17968375499913236, 0.17935733600097592, 0.17841307599883294, 0.17846773700148333, 0.17820527799995034, 0.17980975499813212, 0.17811809600243578, 0.1794305439980235, 0.17929411600198364, 0.1791875729977619, 0.1799652750014502, 0.17824127600033535, 0.18464663999839104], [0.18065943799956585, 0.17974299200068344, 0.18015033299889183, 0.17935307000152534, 0.18064862699975492, 0.17844365899873083, 0.17934793599852128, 0.1786343650019262, 0.17910287899940158, 0.18032127400147147, 0.1785300589981489, 0.17890981800155714, 0.17911467500016443, 0.17882767699848046, 0.178840576998482, 0.17813935500089428, 0.17803270900185453, 0.17916387199875317, 0.17943061899859458, 0.1787612700027239, 0.17885090299751027, 0.17929029300285038, 0.18116947599992272, 0.17932624300010502, 0.1782993919987348, 0.17734591499902308, 0.17907744500189438, 0.1791436719977355, 0.18047496200233581, 0.17886290499882307, 0.17840445099864155, 0.17782242400062387, 0.17959904500094126, 0.17786879100094666, 0.17834409499846515, 0.17848669000159134, 0.17887433099895134, 0.17867679499977385, 0.17845719400065718, 0.17843580299813766, 0.17854197800261318, 0.17837521199908224, 0.17887584599884576, 0.17847226400044747, 0.17936807599835447, 0.17825469500166946, 0.17947338900194154, 0.17925132399977883, 0.1791172289995302, 0.17867903399746865, 0.17883657700076583, 0.17920866799977375, 0.17844176500148023, 0.17930431999775465, 0.17818075800096267, 0.17884076300106244, 0.17824120499790297, 0.17905442000119365, 0.17940284900032566, 0.17828868699871236, 0.17855012200016063, 0.1796809730003588, 0.17890474000159884, 0.17941157599852886, 0.17991715000243858, 0.17809554699852015, 0.17949336300080176, 0.17859397799838916, 0.17894504700234393, 0.18637302299976, 0.1815704229993571, 0.18282103700039443, 0.1763381879973167, 0.17811444000108168, 0.1794127870016382, 0.17917651999960071, 0.17953721999947447, 0.17843982499834965, 0.1789550200010126, 0.17864521999945282, 0.178815236002265, 0.1799010670001735, 0.17890848699971684, 0.1788623419997748, 0.17911850000018603, 0.1778427829995053, 0.178925784999592, 0.17884457200125325, 0.1787824279999768, 0.1783098419982707, 0.1784647770000447, 0.1783966250004596, 0.17878220599959604, 0.17877997599862283, 0.17798175900315982, 0.17898873800004367, 0.17849063299945556, 0.1789134059981734, 0.17905115000030492, 0.1791635209992819, 0.1789434420024918, 0.1796060819979175, 0.17942198600212578, 0.17886895099945832, 0.17829028299820493, 0.179031682000641, 0.185038153998903, 0.17979553199984366, 0.17935269000008702, 0.1795898769996711, 0.17888567500267527, 0.17805236799904378, 0.17953663200023584, 0.17867766700146603, 0.1796804149998934, 0.17938180700002704, 0.17838427499737008, 0.17847734600218246, 0.17819785899700946, 0.17981657500058645, 0.17811548600002425, 0.17945791500096675, 0.17929321599876857, 0.17917068200040376, 0.17997133600147208, 0.17823736499849474, 0.18589380599951255], [0.18069103900052141, 0.17974617200161447, 0.18014897399916663, 0.17935379999835277, 0.1806489859991416, 0.17843089000234613, 0.179350695998437, 0.17863152499921853, 0.17910253800073406, 0.1803227540003718, 0.17852103900077054, 0.17890267799884896, 0.17911836500206846, 0.17882698699759203, 0.1788369360001525, 0.17813083500004723, 0.17804303000229993, 0.17916003099890077, 0.17942459999903804, 0.17873417900045752, 0.17889461400045548, 0.1792917029997625, 0.18115497599865193, 0.17933413200080395, 0.17830102299922146, 0.17734755499986932, 0.17907331500100554, 0.17915045300105703, 0.1804602509982942, 0.178876535002928, 0.17838944100003573, 0.17783306399724097, 0.17949701200268464, 0.17796709399772226, 0.1782596030025161, 0.17857461199673708, 0.1788602200031164, 0.17868960599662387, 0.1784519540015026, 0.17834707099973457, 0.17863276000207406, 0.1783694209989335, 0.17886746599833714, 0.17848525500085088, 0.17934784599856357, 0.17825502400228288, 0.17947603900029208, 0.17925102399749449, 0.1791035490023205, 0.17869843399967067, 0.178836177001358, 0.17920639799922355, 0.1783567429993127, 0.1794005929987179, 0.17817488700165995, 0.17884275300093577, 0.1782275160003337, 0.17899663699790835, 0.17946847100029117, 0.17827695700179902, 0.17853535099857254, 0.17969947399978992, 0.178903320000245, 0.17941278600119404, 0.17990566899970872, 0.1781027279976115, 0.17948631300168927, 0.1785895579996577, 0.17895185700035654, 0.18638920299781603, 0.18147452100311057, 0.18290816899752826, 0.17634426900258404, 0.17811357899699942, 0.17941202700239955, 0.17908332699880702, 0.17961745299908216, 0.178444405002665, 0.17895301999669755, 0.1786521800022456, 0.17880095500004245, 0.1799096879985882, 0.17891366700132494, 0.17886368299878086, 0.1791163490015606, 0.1777499710005941, 0.17902103699816507, 0.17883944200002588, 0.1787851379995118, 0.17830987200068193, 0.17846434700186364, 0.17839528499825974, 0.17877713599955314, 0.17877571600183728, 0.1779870389982534, 0.17898911800148198, 0.17848986299941316, 0.17891502600105014, 0.1790452399982314, 0.1791629510007624, 0.17894422199969995, 0.17960246199800167, 0.17942992600001162, 0.17886991100021987, 0.17828950300099677, 0.1789337689988315, 0.18513289600014105, 0.179791362999822, 0.17933842000275035, 0.17959119599981932, 0.17888234500060207, 0.17806670899881283, 0.17953640099949553, 0.17867204700087314, 0.1796866359982232, 0.17926234300102806, 0.17850212800112786, 0.17847578699729638, 0.17819997900005546, 0.17981149500337779, 0.17811466599960113, 0.17946112400022685, 0.1792837259999942, 0.17918054300025688, 0.17996402499920805, 0.17824412600020878, 0.18552383499991265], [0.18068793799830019, 0.17973759199958295, 0.18015876400022535, 0.1793336000009731, 0.18065845599994645, 0.17843281000023126, 0.17936221600029967, 0.17861788499794784, 0.17909815800157958, 0.1803203540002869, 0.17852223799854983, 0.17882157699932577, 0.17910929400022724, 0.1788922090017877, 0.17886214700047276, 0.17813498499890557, 0.1780256489983003, 0.17916956200133427, 0.17942236900125863, 0.17874361999929533, 0.1788943540013861, 0.17928146299891523, 0.18116360600106418, 0.17931215199860162, 0.17829925199839636, 0.17737290600052802, 0.17908869500024593, 0.17911840200031293, 0.18046357099956367, 0.17887614500068594, 0.17840990200056694, 0.17781325399846537, 0.17948273100046208, 0.1778969920014788, 0.17832798499875935, 0.1785970829987491, 0.17887690100178588, 0.17865428399818484, 0.17837499200322782, 0.17842989299970213, 0.1786373899994942, 0.1783799219992943, 0.178844645000936, 0.17849003499941318, 0.1793537359990296, 0.17815892200087546, 0.17957978200138314, 0.17923829299979843, 0.17901238599733915, 0.17877729700194323, 0.17883043699839618, 0.179124235000927, 0.17843145499864477, 0.17940992399962852, 0.17818956800329033, 0.1788297919993056, 0.17820897499768762, 0.17899965700053144, 0.1794737919990439, 0.17819014400083688, 0.17862558400156558, 0.17969908399754786, 0.17888923000282375, 0.1793969449972792, 0.17992823000167846, 0.17808913699991535, 0.17948374299885472, 0.1786147480015643, 0.1789293469992117, 0.18639487299878965, 0.18158359400331392, 0.18280598699857364, 0.1763130170002114, 0.17814802000066265, 0.17940466700019897, 0.17904888699922594, 0.17964782299895887, 0.17844796600184054, 0.17895364899959532, 0.17865118099871324, 0.17879863499911153, 0.17990823700165492, 0.17891612699895632, 0.17884842200146522, 0.17910811999900034, 0.1777581509995798, 0.17903259699960472, 0.1788499120011693, 0.17875991799883195, 0.17831365200254368, 0.17847275699750753, 0.17839428500155918, 0.1787702059991716, 0.1787825060018804, 0.17798722899897257, 0.17897017799987225, 0.1785065330004727, 0.17891608599893516, 0.1790546100019128, 0.17916770099691348, 0.17894370300200535, 0.17958619099954376, 0.1794300959991233, 0.17884640999909607, 0.1783010640028806, 0.17904800199903548, 0.1850125429991749, 0.1798030829995696, 0.17932904900226276, 0.1796127779998642, 0.17887159399833763, 0.17805050899914932, 0.17953605100046843, 0.178690747001383, 0.1796746649997658, 0.17937830699884216, 0.17838988500079722, 0.1784792770013155, 0.17819397799758008, 0.17982182600098895, 0.17811980600163224, 0.17941744299969287, 0.1793088069971418, 0.1791728720018, 0.1799770659999922, 0.17823505499836756, 0.18461095900056534], [0.1805814660001488, 0.17985125500126742, 0.1800450209993869, 0.1794574029991054, 0.18064877600045293, 0.1784314500000619, 0.179250052999123, 0.17873079700075323, 0.17910083899914753, 0.18032417400172562, 0.17851952799901483, 0.17882890699911513, 0.17908995399920968, 0.17892766899967683, 0.1787348040015786, 0.17813773500165553, 0.1781394019999425, 0.1791591219989641, 0.17942464999941876, 0.17872864899982233, 0.17879727100080345, 0.17939510599899222, 0.18105539300086093, 0.17943233500045608, 0.17820045999906142, 0.17734612500134972, 0.17908992499724263, 0.17923609500212478, 0.18036242900052457, 0.17897473699849797, 0.17829724900002475, 0.17781880400070804, 0.17959198400058085, 0.17788816199754365, 0.17835456500324653, 0.17846437999833142, 0.17887885099844425, 0.17877386700274656, 0.17836574199827737, 0.17843971399997827, 0.17852653600129997, 0.1783801220008172, 0.17895629899794585, 0.17838532099995064, 0.17934153600072023, 0.17827082499934477, 0.1794663690016023, 0.1792406029999256, 0.17912720999811427, 0.1786894940014463, 0.17893049999838695, 0.17911854500198388, 0.17843994500071858, 0.17929892099709832, 0.17818662700301502, 0.17883228299979237, 0.17833051799971145, 0.17899152699828846, 0.17936432900023647, 0.1782990969986713, 0.1786233840030036, 0.17959437999888905, 0.17900604399983422, 0.17940064499998698, 0.17980937700122013, 0.17809300699809683, 0.17960418599977857, 0.1784990359992662, 0.1789168659997813, 0.18640113299989025, 0.1815825540033984, 0.1828024969981925, 0.17631485699894256, 0.17814562000057776, 0.1794080270010454, 0.1791886009996233, 0.17951408899898524, 0.1784406860024319, 0.17895543899794575, 0.1786505300005956, 0.17880153599980986, 0.17990916700000525, 0.17891405699992902, 0.1788631829986116, 0.17910158900122042, 0.17787910400147666, 0.17890642400016077, 0.17885620299784932, 0.17876191700270283, 0.17831104199649417, 0.17846846700194874, 0.17839579499923275, 0.1787739360006526, 0.17877784599841107, 0.1779858490008337, 0.17897215799894184, 0.17850622400146676, 0.17891598500136752, 0.1790588999974716, 0.17916477200196823, 0.1789452919983887, 0.1795855410018703, 0.1794298759996309, 0.17897896399881574, 0.17818116000125883, 0.17904787199950079, 0.1850148330013326, 0.17980995399921085, 0.17933322899989435, 0.179594986999291, 0.1788755650013627, 0.17805579799824045, 0.17953427099928376, 0.17868695800279966, 0.17967114499697345, 0.1793806260029669, 0.17838377499720082, 0.17849121800099965, 0.17818566799905966, 0.1798248049999529, 0.17811800600247807, 0.17944342400005553, 0.17930073699972127, 0.17916320199947222, 0.17997557499984396, 0.17823250600122265, 0.18550756399781676], [0.18068832900098641, 0.17973603200152866, 0.18016037399866036, 0.17934192900065682, 0.18064861699895118, 0.17843273900143686, 0.1793633769993903, 0.17861748399809585, 0.1791002580030181, 0.1803197449989966, 0.1785220780002419, 0.17893691999779548, 0.1790948340021714, 0.17879520499991486, 0.17886066799837863, 0.17813663500055554, 0.1780324589999509, 0.17916122200040263, 0.1794241889983823, 0.1787426000009873, 0.1788962940008787, 0.17927988299925346, 0.18117153600178426, 0.1793133119972481, 0.17831722300252295, 0.17734720500084222, 0.17908928499673493, 0.17912034199980553, 0.1804687610019755, 0.17886756499865442, 0.17841349200170953, 0.17781173399998806, 0.1795987139994395, 0.17788861200097017, 0.1783538649979164, 0.17846523000116576, 0.17887830000108806, 0.17865359499774058, 0.17848461500034318, 0.17843940300008398, 0.17852650699933292, 0.17838046200267854, 0.17883815499953926, 0.1784966949999216, 0.17934724599763285, 0.17826958500154433, 0.1794688590016449, 0.17923985299785272, 0.17912532999980613, 0.178680543001974, 0.1788212069986912, 0.179233368999121, 0.17844015499940724, 0.17929335000007995, 0.17819251800028724, 0.17882621299941093, 0.1782237450024695, 0.17898548700031824, 0.17947520099914982, 0.17830702699939138, 0.17850849100068444, 0.17970834399966407, 0.1788796500004537, 0.17940072499914095, 0.17992695000066306, 0.17809233699881588, 0.17948137300118105, 0.17861994899794809, 0.17892698700234178, 0.1864011629986635, 0.1815809440013254, 0.18280358599804458, 0.17631429800167098, 0.17814655999973183, 0.17940681699838024, 0.17918611999994027, 0.17951298000116367, 0.17844448500181898, 0.17895449999923585, 0.17865135000101873, 0.17880041499665822, 0.1799082580000686, 0.1789144570029748, 0.17886185200040927, 0.17909467899880838, 0.17788509499951033, 0.1789084140000341, 0.17885546199977398, 0.17875376699885237, 0.17831911300163483, 0.17846926700076438, 0.1783949450000364, 0.17877112600035616, 0.17878106599891908, 0.1779847889993107, 0.17897165700196638, 0.17850683399956324, 0.17891638599758153, 0.17905674000212457, 0.17916567099746317, 0.17894409200016526, 0.17958601200007251, 0.17943065600047703, 0.1788547899996047, 0.1783043240029656, 0.17904660199928912, 0.18501436299993657, 0.17980217299918877, 0.17932736899820156, 0.1796086770009424, 0.17887383500055876, 0.17805651900198427, 0.17953444099839544, 0.17868548700062092, 0.17967322500044247, 0.1793787969982077, 0.17838650500198128, 0.17848910699831322, 0.1781866679993982, 0.17982376600048156, 0.17811881600209745, 0.17944261399679817, 0.1793001660007576, 0.1791635720001068, 0.17997525600003428, 0.17823198499900172, 0.18480880500283092], [0.18064652800239855, 0.17974405199856847, 0.18015082299825735, 0.17935269000008702, 0.18064958700051648, 0.17843180899944855, 0.17935169600241352, 0.17863325500002247, 0.1791027489998669, 0.1803215639993141, 0.17852935799965053, 0.17890862900094362, 0.1791073950007558, 0.1788346459979948, 0.17882877699958044, 0.17814022500169813, 0.17803416899914737, 0.17916682199938805, 0.17942532000233768, 0.178728268998384, 0.1788941539998632, 0.17929078299857792, 0.18116280600224854, 0.17933398199966177, 0.17829579300087062, 0.1773475049994886, 0.17907658399781212, 0.17914514299991424, 0.18047079200187, 0.17886673400062136, 0.1784021120001853, 0.17782323400024325, 0.1795961539974087, 0.17787228200177196, 0.17834295499778818, 0.17848662000324111, 0.1788737199967727, 0.17867704500167747, 0.1784567450013128, 0.1784297529993637, 0.17854781699861633, 0.1783744519998436, 0.178868806000537, 0.1784779539993906, 0.17935654699977022, 0.17825859400181798, 0.17946511899936013, 0.1792591640005412, 0.1791097589994024, 0.17868569400161505, 0.1788353969968739, 0.17921820800256683, 0.17843832499784185, 0.179308751001372, 0.1781801680008357, 0.1788410519984609, 0.17823543600025005, 0.1790511190010875, 0.1794102389976615, 0.17828786700192722, 0.1785433719996945, 0.17968178299997817, 0.17890211100166198, 0.17941811499986215, 0.17990656999972998, 0.17810643699704087, 0.17948236300071585, 0.17859900800249306, 0.1789427279982192, 0.18638153199935914, 0.1815679329993145, 0.1828137570009858, 0.17634639899915783, 0.17811457900097594, 0.1794121470011305, 0.17917377000048873, 0.17952945999786607, 0.1784419750001689, 0.17895379000037792, 0.1786528599986923, 0.17880838600103743, 0.17990938699949766, 0.17890839699975913, 0.1788623330030532, 0.17911805899711908, 0.17784157400092226, 0.17892686399864033, 0.17884526200214168, 0.1787813080009073, 0.1783100119973824, 0.17846436699983315, 0.17839604500113637, 0.17878049700084375, 0.17878104600094957, 0.17798100799700478, 0.1789891879998322, 0.1784907640030724, 0.17891193499963265, 0.17905029999747057, 0.1791651820021798, 0.17894255200008047, 0.1796070519994828, 0.17942172499897424, 0.1788678910015733, 0.1782907429987972, 0.17902988200148684, 0.18503849399712635, 0.1797955030015146, 0.17934994000097504, 0.17959172599876183, 0.17888348500127904, 0.1780530190007994, 0.17953642099746503, 0.17867841699990095, 0.1796794050023891, 0.17936542600000394, 0.17840102599802776, 0.1784775769992848, 0.1781973380020645, 0.17981715600035386, 0.1781146949979302, 0.17945725500248955, 0.17929374599771108, 0.1791688420016726, 0.1799718260008376, 0.17823760499959462, 0.18573255099909147], [0.18068116900030873, 0.179749372000515, 0.1801509939978132, 0.17934088000038173, 0.1806590660016809, 0.1784316299999773, 0.17935299599776044, 0.17863141500129132, 0.17906017700079246, 0.18035650499950862, 0.1785198979996494, 0.1789123490016209, 0.1791127049982606, 0.17878933500105632, 0.1788569579985051, 0.1781322650022048, 0.17803954899864038, 0.17916341199816088, 0.17942553900138591, 0.17874925000069197, 0.17887550399973406, 0.17929718300001696, 0.18115319500066107, 0.17929686199931893, 0.17831407300036517, 0.17737449600099353, 0.17907557400030782, 0.17914052299965988, 0.18045257099947776, 0.17887598499874002, 0.17839803099923301, 0.1778234240009624, 0.17958469400036847, 0.17790441299803206, 0.1783270640007686, 0.17849028000273393, 0.17886473099861178, 0.17866103399865096, 0.17848639500152785, 0.1784225029987283, 0.1785372680024011, 0.17836758099656436, 0.1788646860004519, 0.1784842140004912, 0.17935297700023511, 0.1782637540018186, 0.17947601999912877, 0.17923268300000927, 0.17912232899834635, 0.1786606630012102, 0.17884537799909594, 0.17922580800222931, 0.17841542499809293, 0.17931796999982907, 0.17817750800168142, 0.17884138299996266, 0.17821673499929602, 0.17898781699841493, 0.17947065100088366, 0.17830454700015252, 0.17852319200028433, 0.1796897429994715, 0.17890629099929356, 0.17938763400161406, 0.17992103999858955, 0.1780857970006764, 0.17948953300219728, 0.1786013989985804, 0.17894130700005917, 0.18638892300077714, 0.181547011998191, 0.18282494800223503, 0.17631675699885818, 0.1781630410005164, 0.17940313700091792, 0.17915961899780086, 0.1795190699995146, 0.17846416600150405, 0.17895545899955323, 0.17863611999928253, 0.17881050600044546, 0.17991026700110524, 0.17891754700031015, 0.17884912299996358, 0.17910731899974053, 0.1778678939990641, 0.17892317400037427, 0.17883818200061796, 0.17876575799891725, 0.17831844199827174, 0.17846981700131437, 0.17839394499969785, 0.17875819600158138, 0.17879306599934353, 0.17798647900053766, 0.17896993799877237, 0.17850785400150926, 0.17891764500018326, 0.17903414899774361, 0.17917527200188488, 0.17894120200071484, 0.17959825199795887, 0.17942969599971548, 0.17885686000226997, 0.17828944400025648, 0.17902690099799656, 0.1850152730003174, 0.17980290400009835, 0.1793162879985175, 0.17962567799986573, 0.17887051500292728, 0.178069608999067, 0.17953121100072167, 0.17868271699990146, 0.1796658649982419, 0.1793741660003434, 0.17841309600044042, 0.17846896699848003, 0.17820526800278458, 0.1798014449996117, 0.17812645599769894, 0.17942337400018005, 0.17930002600041917, 0.1791884830017807, 0.17995719499958795, 0.1782492659986019, 0.1845694280018506], [0.1806921789975604, 0.1797452320024604, 0.18015007299982244, 0.17935284999839496, 0.18064923700148938, 0.17843087900109822, 0.17935143599970615, 0.17863163499714574, 0.17910222800128395, 0.1803229850011121, 0.17852135800058022, 0.17890690899730544, 0.17911528500189888, 0.17882680600087042, 0.17883638700004667, 0.17813224499695934, 0.17804167900249013, 0.1791600020005717, 0.17942496899922844, 0.17873390999739058, 0.1788958739998634, 0.17929118300162372, 0.18116183600068325, 0.17933332200118457, 0.17829587300002459, 0.17734731499876943, 0.17907604399806587, 0.17914717300300254, 0.1804616809968138, 0.17887487500047428, 0.17839943100261735, 0.17782421499941847, 0.17958349399850704, 0.17788404100065236, 0.17833908600005088, 0.17849148999812314, 0.17887116000201786, 0.17867968499922426, 0.17845494400171447, 0.17842413399921497, 0.1785527469983208, 0.17837383200094337, 0.17886910599918338, 0.17847951400108286, 0.17934883600173634, 0.17826403499930166, 0.17946629899961408, 0.1792516940004134, 0.17911242899936042, 0.178689584001404, 0.17883543700008886, 0.17921653799930937, 0.1784270749994903, 0.1793207810005697, 0.17817866699988372, 0.17883909299780498, 0.17823342500196304, 0.17904550899766036, 0.1794206500017026, 0.17827960700014955, 0.1785502720013028, 0.1796750229987083, 0.1789099300003727, 0.17941104599958635, 0.17990262899911613, 0.17810346799888066, 0.1794919430030859, 0.17858630699993228, 0.17894926799999666, 0.18638830299823894, 0.18156227299914462, 0.18282066699975985, 0.17634510900097666, 0.1781138389997068, 0.17941173700091895, 0.17916794900156674, 0.17953429099725327, 0.17844285500177648, 0.17895316999783972, 0.1786526000032609, 0.1788079949983512, 0.1799100680000265, 0.17890695599999162, 0.17886337299933075, 0.17911678000018583, 0.1778375829999277, 0.1789326450016233, 0.17884318199867266, 0.17878313799883472, 0.17830870200123172, 0.17846505700072157, 0.17839535500024795, 0.17877838599815732, 0.17877480600145645, 0.17798677899918403, 0.17898924800101668, 0.17849312299949815, 0.1789114460007113, 0.17904923899914138, 0.1791635320005298, 0.17894276199876913, 0.17960023200066644, 0.17942993600081536, 0.17886911099776626, 0.17828994299998158, 0.17902328100171871, 0.18504439399839612, 0.1797942730008799, 0.17933980000088923, 0.17959146599969245, 0.17888204499831772, 0.17806294900219655, 0.17953633099750732, 0.17867577700235415, 0.179682715999661, 0.17935175499951583, 0.17841303599925595, 0.1784781770002155, 0.17819767800028785, 0.17981496599895763, 0.17811411600268912, 0.17945850400064955, 0.1792868959964835, 0.17917739300173707, 0.1799685949990817, 0.17824024600122357, 0.18559705699954065], [0.18068860900166328, 0.17973556099968846, 0.1801604739994218, 0.1793421299989859, 0.1806487260000722, 0.17843284000264248, 0.1793623759986076, 0.17861780499879387, 0.17909966800289112, 0.18031974399855244, 0.1785223490005592, 0.17892540899993037, 0.1791050540014112, 0.1787949759964249, 0.1788616470003035, 0.17813572500017472, 0.17803264900067006, 0.17916165200222167, 0.1794241099996725, 0.17874244899940095, 0.1788962949976849, 0.1792799520007975, 0.18117109599916148, 0.1793134520012245, 0.17831455299892696, 0.17734953500257689, 0.17908952499783481, 0.1791199819999747, 0.18046842200055835, 0.17886854400057928, 0.17841298200073652, 0.17781151400049566, 0.1795982740004547, 0.17788802199720521, 0.1783537459996296, 0.17846511900279438, 0.17887920099747134, 0.17865329400228802, 0.17848028499793145, 0.17844112400052836, 0.17852199600019958, 0.17837985200094408, 0.17884516599951894, 0.1784897239995189, 0.1793547259985644, 0.1782677050032362, 0.1794703589985147, 0.17923914399943897, 0.17911507900134893, 0.17867414300053497, 0.17882967699915753, 0.17923242899996694, 0.1784401449986035, 0.1792946000023221, 0.1781907479999063, 0.1788281429980998, 0.17821729500064976, 0.1789917969981616, 0.17947477100096876, 0.17830532800144283, 0.17850973999884445, 0.1797076040020329, 0.17888044999926933, 0.17939973499960615, 0.17992729999969015, 0.17809188699902734, 0.1794812730004196, 0.17861735900078202, 0.17892845700043836, 0.18640227300056722, 0.18157878399870242, 0.18280536599922925, 0.17631332800010568, 0.17814704999909736, 0.17940662700129906, 0.17918430999998236, 0.17951353999887942, 0.17844547500135377, 0.17895391999991261, 0.17865212000106112, 0.17879870499746175, 0.17990840800121077, 0.1789154170000984, 0.17884884199884254, 0.17910712900265935, 0.17788357499739504, 0.17890952400193783, 0.17885593200117, 0.17875327699948684, 0.17832023299706634, 0.178467357000045, 0.17839421500320896, 0.17877178599883337, 0.17878132599798846, 0.17798632900303346, 0.17897047699807445, 0.1785073739993095, 0.17891678600062733, 0.17905547999907867, 0.17916601100296248, 0.17894356199758477, 0.17958736199943814, 0.17943011600073078, 0.17884670000057667, 0.1783068539989472, 0.17905108200284303, 0.18501362299866742, 0.17980185299893492, 0.1793261890015856, 0.1796099069979391, 0.17887233500005095, 0.178056569002365, 0.17952928099839482, 0.17869128700112924, 0.17967407499963883, 0.17937849699956132, 0.1783874350003316, 0.17848772700017435, 0.17818790800083661, 0.1798221859971818, 0.17811983600040548, 0.17944148400056292, 0.1793006760017306, 0.17916394200074137, 0.17997462599669234, 0.1782317850011168, 0.18473170200013556], [0.36589721299969824, 0.177486950000457, 0.17897754200021154, 0.17802110099728452, 0.1801874940028938, 0.1791974849984399, 0.17934485899968422, 0.17782419600189314, 0.17799230699893087, 0.17824380399906659, 0.17925693299912382, 0.1788319400002365, 0.1786124739992374, 0.18078720600169618, 0.17581529000017326, 0.17738992500017048, 0.18010395300007076, 0.1778578789999301, 0.17767813300088164, 0.1788849949989526, 0.1776546490000328, 0.17938851800136035, 0.17779779299962684, 0.17874559999836492, 0.1785016630019527, 0.17889120999825536, 0.17893622100018547, 0.17903000400110614, 0.1779519129995606, 0.17837605599925155, 0.17825989999982994, 0.17949148299885564, 0.17896484800075996, 0.17928187700090348, 0.17802847200073302, 0.17912538199743722, 0.17802536800081725, 0.17889258200011682, 0.17857320300026913, 0.1797313960014435, 0.17888983199736685, 0.18114948500078754, 0.1768943009992654, 0.17864231100247707, 0.17829837099998258, 0.17846254599862732, 0.17966249900200637, 0.17906542099808576, 0.1789903070020955, 0.1789236639997398, 0.17862689699904877, 0.17922564299806254, 0.17816773300000932, 0.1795763390000502, 0.17893042099967715, 0.17919275800159085, 0.17922442000053707, 0.17878028599807294, 0.17968400100289728, 0.1785845470003551, 0.17826091799724963, 0.17910639200272271, 0.17805844199756393, 0.17950580300021102, 0.17823445400063065, 0.1797652659988671, 0.17964908400244894, 0.1790848669988918, 0.17900891499812133, 0.17876422800327418, 0.17808493399934378, 0.1787841049990675, 0.1788758170005167, 0.1787903250005911, 0.17785728799935896, 0.17813122399820713, 0.17903746800220688, 0.17878952099999879, 0.17896968599961838, 0.17955783299839823, 0.17805657999997493, 0.17876762600280927, 0.17865560299833305, 0.17817623000155436, 0.1777456669988169, 0.17839771600120002, 0.17868307199751143, 0.17963340700225672, 0.17822226699718158, 0.18054246199972113, 0.18166745400230866, 0.18057601399777923, 0.17809042900262284, 0.178401268000016, 0.17879452899796888, 0.17939297600241844, 0.17859769399728975, 0.17886906000057934, 0.1782035989999713, 0.17818209699908039, 0.17915104600251652, 0.17844883499856223, 0.17875922399980482, 0.17885846400167793, 0.1781045619973156, 0.17859811600283138, 0.1792428429980646, 0.1781206720006594, 0.17873627999870223, 0.17975530400144635, 0.17865865299972938, 0.18336027600162197, 0.17998291099866037, 0.17887314000108745, 0.17890624899882823, 0.1786332379997475, 0.1783232300003874, 0.1788826459996926, 0.1785060850015725, 0.17896876799932215, 0.1779609059994982, 0.1789254430004803, 0.1789336239999102, 0.17945471799976076, 0.17802544699952705, 0.17836806700142915, 0.18548539399853325], [0.18048812599954545, 0.17748560000109137, 0.17897575100141694, 0.1780233520003094, 0.1801862729989807, 0.17919809500017436, 0.17934429999877466, 0.17782460500166053, 0.17799569799899473, 0.17824198300149874, 0.1792573029997584, 0.1788313709985232, 0.17866125500222552, 0.18074181399788358, 0.17581657100163284, 0.17738980499780155, 0.1801047330009169, 0.17785615799948573, 0.17768325400174945, 0.17887985500055947, 0.1776555689975794, 0.17938693800169858, 0.1778676939975412, 0.1786845090027782, 0.17850280299899168, 0.17888375999973505, 0.1789362909985357, 0.17903857400233392, 0.17794244299875572, 0.17837909499939997, 0.17826132100162795, 0.17949009299991303, 0.17897232799805352, 0.1792815970002266, 0.17802918199959095, 0.17912544200225966, 0.17802623799798312, 0.17889746299988474, 0.17856017200028873, 0.1797306660009781, 0.17890164200071013, 0.18120683699817164, 0.1768371489997662, 0.17863384100201074, 0.17829651099964394, 0.1784645260013349, 0.17967208999834838, 0.17905664999852888, 0.1790026470007433, 0.17891085399969597, 0.17862704700019094, 0.17924601400227402, 0.1781483019985899, 0.17958436900153174, 0.17892906099950778, 0.17919433799761464, 0.17922161000024062, 0.17878911700245226, 0.1796699999977136, 0.17858660700221662, 0.17826791799961939, 0.17911214199921233, 0.17805144199883216, 0.17951244300274993, 0.17823046400008025, 0.17977440699905856, 0.17963896299988846, 0.17907998699956806, 0.17902214499918045, 0.1787525170002482, 0.17808342500211438, 0.17878418499822146, 0.17889020800066646, 0.17877884399786126, 0.1779376010017586, 0.17805308099923423, 0.17904859900227166, 0.17877466999925673, 0.17903349799962598, 0.17949586100075976, 0.1780579599981138, 0.17876636599976337, 0.17865717300082906, 0.17817391000062344, 0.17775782699754927, 0.17838784600098734, 0.17868449200250325, 0.17963331699866103, 0.17822148699997342, 0.18054324200056726, 0.18166666499746498, 0.18057981300080428, 0.1780900890007615, 0.17839935799929663, 0.17879349900249508, 0.17939381599717308, 0.17859747400143533, 0.17887060000066413, 0.1782033989984484, 0.17818380700191483, 0.17914826599735534, 0.17845062500055064, 0.17875832400022773, 0.1788694150018273, 0.17809619099716656, 0.17859969600249315, 0.17925430399918696, 0.1781131120005739, 0.17874107899842784, 0.1797471640020376, 0.1786592339994968, 0.18336129599993, 0.1799825409980258, 0.17887339899971266, 0.17890751900267787, 0.17863391900027636, 0.17832255000030273, 0.17888428500009468, 0.17852711599698523, 0.17894752800202696, 0.17795891599962488, 0.1789270029985346, 0.17893228300090414, 0.17945464800141053, 0.1780264079970948, 0.17841526700067334, 0.18561057800252456], [0.18043888399915886, 0.17748604000007617, 0.17897624200122664, 0.1780228210009227, 0.18018649399891729, 0.17919740499928594, 0.17934482900091098, 0.17782493599952431, 0.17799445700075012, 0.1782419539995317, 0.17925771299996995, 0.1788311700001941, 0.17865740599881974, 0.18074481400253717, 0.17581599099867162, 0.1773901950000436, 0.18010351200064179, 0.17785724900022615, 0.1776777029990626, 0.1788851050005178, 0.1776555489996099, 0.17938778800089494, 0.17786592499760445, 0.17868582800292643, 0.17850220299806097, 0.17888418000075035, 0.17893596100111608, 0.17903382399890688, 0.17794741299803718, 0.17837819600026705, 0.1782613310024317, 0.17948989199794596, 0.17897212900061277, 0.1792815770022571, 0.17802929099707399, 0.17912560300101177, 0.17802606799887144, 0.17889178200130118, 0.1785661430003529, 0.1797305949985457, 0.17889297200235887, 0.18121329699715716, 0.17683834000126808, 0.17863311000110116, 0.17829726099807885, 0.17846412600192707, 0.17966389999855892, 0.17906509000022197, 0.17899657700036187, 0.17891715500081773, 0.17862672599949292, 0.17924370399850886, 0.1781502920021012, 0.17958392999935313, 0.1789294800000789, 0.17919350900046993, 0.17921620899869595, 0.17879430700122612, 0.17967095999847515, 0.1785862270007783, 0.17826801800038083, 0.17910536199997296, 0.17805834200044046, 0.17951085299864644, 0.17823046400008025, 0.17976651700155344, 0.17964728299921262, 0.17907956799899694, 0.1790170250023948, 0.17875724699842976, 0.17808350500126835, 0.17878395399748115, 0.17888242800108856, 0.1787864539983275, 0.17792620100226486, 0.17806444199959515, 0.17904104799890774, 0.17878288000065368, 0.17901964799966663, 0.17950833099894226, 0.17805835000035586, 0.17876665600124397, 0.17865633299879846, 0.17817500000091968, 0.17775628700110246, 0.17838873599976068, 0.17868435199852684, 0.17963237699950696, 0.17822210700251162, 0.1805427729996154, 0.181666733999009, 0.18057891400167136, 0.1780904989973351, 0.17839995800022734, 0.17879340900253737, 0.17939374599882285, 0.17859726299866452, 0.1788702200028638, 0.1782038189994637, 0.17818336799973622, 0.17914863499754574, 0.17844997500287718, 0.178758824000397, 0.17886840499704704, 0.17809614200086799, 0.17859897499874933, 0.17924538400257006, 0.17812106199926347, 0.1787392100013676, 0.1797504440000921, 0.17865935299778357, 0.18336077600179124, 0.1799819909974758, 0.17887408000024152, 0.17890649800028768, 0.1786338390011224, 0.17832320999877993, 0.17888315600066562, 0.1785279649993754, 0.17894761800198467, 0.1779588360004709, 0.1789265429979423, 0.17893215300136944, 0.1794553090003319, 0.17802580699935788, 0.1783784059989557, 0.18559072700008983], [0.18043282500002533, 0.1774815499993565, 0.1789935119995789, 0.17801307100307895, 0.18019312399701448, 0.17919262400027947, 0.17933072900268598, 0.1778302659986366, 0.17799056700096116, 0.17824559399741702, 0.17925615300191566, 0.17881480000141892, 0.1786353349998535, 0.18076774499786552, 0.1758072299999185, 0.1774060659990937, 0.1800801520003006, 0.17787388900251244, 0.17756027999712387, 0.1790048580005532, 0.17762998800026253, 0.17938365900045028, 0.17787778400088428, 0.17869920899829594, 0.17846323200137704, 0.17893399099921226, 0.17892374100119923, 0.17898462299854145, 0.17798393400153145, 0.17839245600043796, 0.17823958000008133, 0.1794919829990249, 0.17896323799868696, 0.17928124700119952, 0.1780328909990203, 0.17910628200115752, 0.17804831900139106, 0.17889966199800256, 0.17854023200197844, 0.1797471059981035, 0.17886285100030364, 0.1812257679994218, 0.17684172000008402, 0.17864710000139894, 0.17829851200076519, 0.17845288499665912, 0.17960532800134388, 0.17910939200010034, 0.17899242700150353, 0.1789443849993404, 0.17860713600020972, 0.17922278299738537, 0.17815948300267337, 0.17958627899861312, 0.17887677900216659, 0.17922243899738532, 0.1792399400001159, 0.17878805700092926, 0.17968976100019063, 0.17856291600037366, 0.1782797189989651, 0.1790988920001837, 0.17808617300033802, 0.17947032099982607, 0.1782174039981328, 0.17975743600254646, 0.17956201099877944, 0.179202201001317, 0.1789746139984345, 0.17878993799968157, 0.17808244499974535, 0.1787784840016684, 0.1788016959981178, 0.17882634499983396, 0.17791654000029666, 0.17806998200103408, 0.17901921800148557, 0.1788410519984609, 0.1789812470015022, 0.1795082110002113, 0.17808061100004124, 0.1787694559970987, 0.17868750400157296, 0.17818294999960926, 0.17774344699864741, 0.17841014600344351, 0.17863229099748423, 0.17961594599910313, 0.1782403470024292, 0.18054066300101113, 0.18166714399922057, 0.18054730299991206, 0.17811689999871305, 0.17843663900202955, 0.17880300899923895, 0.17936667499816394, 0.17862088500260143, 0.17885730899797636, 0.17819863900149358, 0.17817920699962997, 0.1791699460009113, 0.17843336499936413, 0.1787714549973316, 0.17884395400324138, 0.17811774199799402, 0.17858703499950934, 0.1792495539993979, 0.17810639100207482, 0.17868386799818836, 0.1797441050002817, 0.17865761299981386, 0.18328530399958254, 0.18007213300006697, 0.17885431900140247, 0.1788671680005791, 0.1786703090001538, 0.1783502110010886, 0.17887180499747046, 0.1785171360024833, 0.178952357997332, 0.1779698560021643, 0.17880811999930302, 0.17903522599954158, 0.17945934800081886, 0.17797581599734258, 0.1783548260027601, 0.18408881499999552], [0.18043785500049125, 0.1774795700002869, 0.178980352000508, 0.17803889099741355, 0.1801659529992321, 0.1791954350010201, 0.1793411799990281, 0.17782677500144928, 0.17797980700197513, 0.17826155399961863, 0.17924153299827594, 0.17883638000057545, 0.17861031500069657, 0.18078771499858703, 0.17581724100091378, 0.17740724499890348, 0.18008797199945548, 0.17785349900077563, 0.17777573599960306, 0.1787800320016686, 0.17767554999954882, 0.17937372799860896, 0.17777945100169745, 0.17878343199845403, 0.17848152200167533, 0.17890208999961033, 0.1789448519994039, 0.17900325300070108, 0.17793520299892407, 0.17840367600001628, 0.17827097100234823, 0.1794816119981988, 0.1789652389998082, 0.1792777959999512, 0.1780294119998871, 0.17912952299957396, 0.17800942699977895, 0.1788901120016817, 0.17856988299899967, 0.17974103600136004, 0.1788737509996281, 0.1811406460001308, 0.17690293099803966, 0.1786639109996031, 0.17828968100002385, 0.1784666860003199, 0.17961177799952566, 0.17911660200115875, 0.17897912700209417, 0.17893528399872594, 0.17861834699942847, 0.17923922300178674, 0.17813602199748857, 0.17960613000104786, 0.17889375999948243, 0.17920944900106406, 0.17920608900021762, 0.17881960699742194, 0.17965525000181515, 0.1785913370003982, 0.17825413799801026, 0.17912879300274653, 0.17803340099999332, 0.17954177399951732, 0.17818790299861575, 0.17979503700189525, 0.17973675599932903, 0.1789929549995577, 0.17901476499901037, 0.17875142699995195, 0.1780824350025796, 0.1787751539995952, 0.17889914799889084, 0.1787653639985365, 0.17796680200262927, 0.17799914999704924, 0.17907787900185212, 0.17876900999908685, 0.178913845000352, 0.17960487399977865, 0.17808590099957655, 0.17874042500261567, 0.17868546399768093, 0.17815796899958514, 0.17773883700283477, 0.17841562600006, 0.1786701119999634, 0.17963307699756115, 0.17819556600079522, 0.1805530829988129, 0.18165986399981193, 0.18058212400137563, 0.17808541900012642, 0.1784267479997652, 0.1787839390017325, 0.1793806659989059, 0.17860647400084417, 0.1788773099979153, 0.17818445800003246, 0.17818940800134442, 0.17915908599752584, 0.17844445500304573, 0.1787604540004395, 0.17885657399892807, 0.1781073620004463, 0.17859990599754383, 0.17924822400163976, 0.1781085209986486, 0.1786980390024837, 0.17977357400013716, 0.17865928399987752, 0.18328603400004795, 0.18005061299845693, 0.17887337900174316, 0.17883802699725493, 0.17868491999979597, 0.1783335200016154, 0.17888935600058176, 0.17851029499797733, 0.17897640900264378, 0.17794949499875656, 0.17886120199909783, 0.1789810350019252, 0.17947954799819854, 0.1779913470018073, 0.1783513749978738, 0.18457448900153395], [0.18043794500044896, 0.17748672999732662, 0.17897653100226307, 0.17802232199755963, 0.18018673300321097, 0.1791973049985245, 0.17934478000097442, 0.17782473499755724, 0.17799391800144804, 0.17824196299989126, 0.17925755300166202, 0.17883174099915777, 0.1786132439992798, 0.1807880849992216, 0.17581533100019442, 0.17738976500186254, 0.180103472997871, 0.17785825800092425, 0.17767778399866074, 0.1788849550030136, 0.1776545590000751, 0.17938910799784935, 0.17785423399982392, 0.17868950800038874, 0.17850824400011334, 0.17888542999935453, 0.17893524100145441, 0.17903483400004916, 0.17794696299824864, 0.1783774550021917, 0.17826052099917433, 0.1794909029995324, 0.1789645280005061, 0.17928175699853455, 0.17803577200174914, 0.17911834199912846, 0.17802604800090194, 0.17889162199935527, 0.1785733930009883, 0.17973133600025903, 0.1788923509993765, 0.18120876800094265, 0.17683386899807374, 0.17864228100006585, 0.17829722099850187, 0.17846388500038302, 0.1796630400021968, 0.17906489099914324, 0.1789962770017155, 0.1789177339996968, 0.17862642599720857, 0.179227714001172, 0.17816632299945923, 0.17958312900009332, 0.17893054100204608, 0.17918603799989796, 0.17922421899857, 0.17878240700156312, 0.17968220100010512, 0.17858543599868426, 0.178268059000402, 0.17910455200035358, 0.17805962199781789, 0.17950890300198807, 0.1782254739991913, 0.1797657960014476, 0.17964721299722441, 0.17908595799963223, 0.17901018500197097, 0.1787638470013917, 0.1780840649989841, 0.17878405499868677, 0.1788803769995866, 0.17878767500224058, 0.1779222499972093, 0.1780671619999339, 0.17904074800026137, 0.17878456100152107, 0.17896857600135263, 0.17955857299966738, 0.17805823999879067, 0.17876644599891733, 0.1786564130015904, 0.17817555999863544, 0.17775507700207527, 0.17838894499800517, 0.17868392300078995, 0.17963282599885133, 0.1782217670006503, 0.18054296300033457, 0.18166676400142023, 0.18057789399972535, 0.1780904589977581, 0.17840060800153879, 0.17879390899906866, 0.1793935360001342, 0.17859705400042003, 0.17886954999994487, 0.17820379800105002, 0.17818306799745187, 0.17914961499991477, 0.17844937600239064, 0.17875907399866264, 0.17886770400218666, 0.1780956820002757, 0.1785988149968034, 0.17924384400248528, 0.17812097199930577, 0.1787380599998869, 0.1797528040006, 0.1786593430006178, 0.18336042599912616, 0.17998224099937943, 0.17887387999871862, 0.17890599800011842, 0.17863366900201072, 0.17832274999818765, 0.17888342600053875, 0.17850445500153, 0.17897002799873007, 0.177960756001994, 0.1789264129984076, 0.17893240400007926, 0.1794550779995916, 0.17802524700164213, 0.1783692159988277, 0.18554355599917471], [0.18043786400085082, 0.1774789500013867, 0.1789801719969546, 0.1780389820014534, 0.18016660300054355, 0.1791953950014431, 0.17934130899811862, 0.1778267859990592, 0.17798067700277898, 0.17826142400008393, 0.17924807199960924, 0.17883070099924225, 0.1786097839976719, 0.18079070600288105, 0.17581508999865036, 0.17741015600040555, 0.18008473200097797, 0.17785366799944313, 0.17778000699763652, 0.17877623200183734, 0.17768258900105138, 0.17936581799949636, 0.17790236599830678, 0.17866515700006858, 0.17847803300173837, 0.17890407999948366, 0.17894215100022848, 0.1790035039994109, 0.1779364220019488, 0.17840272699686466, 0.1782746910030255, 0.17948189199887565, 0.1789618379989406, 0.17927708700153744, 0.1780341919984494, 0.1791344029988977, 0.17799970700070844, 0.17889233200185117, 0.17856912299976102, 0.17974153599789133, 0.17887297100241994, 0.18126075899999705, 0.1767890279988933, 0.17866207100087195, 0.17828646099951584, 0.17847011599951657, 0.17960859799859463, 0.179119892000017, 0.1789752060030878, 0.1789358949972666, 0.17862692600101582, 0.17923385399990366, 0.178132862001803, 0.1796157899989339, 0.17888361999939661, 0.17921018800188904, 0.17921310999736306, 0.17881624700021348, 0.17965207000088412, 0.17859429699819884, 0.17825034800262074, 0.17913231299826293, 0.1780383110017283, 0.1795384639990516, 0.17818339299992658, 0.17979981700045755, 0.17973186599920155, 0.1789935550004884, 0.17901882500154898, 0.17874809699787875, 0.17808252499889932, 0.17877494400090654, 0.1789041880001605, 0.1787640239999746, 0.17796706100125448, 0.17799666000064462, 0.1790813799998432, 0.17876532999798656, 0.17907660900164046, 0.17944171899944195, 0.17808590099957655, 0.17873980600052164, 0.1786867640003038, 0.17815750899899285, 0.17773897699953523, 0.17841565600247122, 0.1786706819984829, 0.17963248700107215, 0.17819526599851088, 0.18055413299953216, 0.18165929400129244, 0.18058364299940877, 0.1780911300011212, 0.17842042799748015, 0.17878368899982888, 0.17938066600254388, 0.1786067639986868, 0.1788777100009611, 0.17818412799897487, 0.17818985800113296, 0.17915919499864685, 0.1784451160019671, 0.17876006399819744, 0.1788573340018047, 0.17810657199879643, 0.1786010649993841, 0.17924722400130122, 0.17810919199837372, 0.17869805800000904, 0.17977409500235808, 0.17865921299744514, 0.18328718400152866, 0.18004896300044493, 0.1788822899980005, 0.17887933800011524, 0.17863609900086885, 0.1783329700010654, 0.1788898259983398, 0.17850997500136145, 0.1789763380002114, 0.17795094599932781, 0.17887672199867666, 0.17898337500082562, 0.17946037799993064, 0.1779919170003268, 0.17835933600144926, 0.18463187999805086], [0.18043728499833378, 0.17747841000164044, 0.17898003200025414, 0.1780397910006286, 0.18016568299935898, 0.17919624500063946, 0.1793406299984781, 0.17782676500064554, 0.1779815170011716, 0.17826102399703814, 0.17925414300043485, 0.17882528100017225, 0.1786100740027905, 0.18079741499968804, 0.17580907099909382, 0.17741081499843858, 0.1800850729996455, 0.1778524080000352, 0.1777808670012746, 0.17877525099902414, 0.17768389000048046, 0.17936444800216123, 0.1779086649985402, 0.1786595480007236, 0.1784870730007242, 0.17889560999901732, 0.17894201099989004, 0.17900305299917818, 0.17793769299896667, 0.17840730600073584, 0.17827059100090992, 0.17948756300029345, 0.1789628080005059, 0.1792698669996753, 0.17803380099940114, 0.1791361430005054, 0.17799765699965064, 0.17889270299929194, 0.17857626299883123, 0.17973420500129578, 0.1788810120015114, 0.18126465900058975, 0.17677909699705197, 0.17866154100192944, 0.17828621099761222, 0.1784706560029008, 0.17960871799732558, 0.17912044300101115, 0.1789816359996621, 0.1789292450011999, 0.17863159599801293, 0.17922964399986085, 0.1781320420013799, 0.179617199999484, 0.17888185899937525, 0.17921098900114885, 0.1792132890004723, 0.17881732800015016, 0.17965742999876966, 0.17858898700069403, 0.17824863699934212, 0.1791346429999976, 0.17803685200124164, 0.17954037399977096, 0.178188631998637, 0.17979471800208557, 0.17973141499896883, 0.17899948500053142, 0.17901306600106182, 0.17875248699783697, 0.17807670399997733, 0.17877487400255632, 0.17891387899726396, 0.1787564040023426, 0.17796832099702442, 0.17799524000292877, 0.17908306000026641, 0.17876278999756323, 0.17908275900117587, 0.1794361590000335, 0.17808711099860375, 0.17873856500227703, 0.17868770399945788, 0.17816490000041085, 0.17773130599744036, 0.17841542700261925, 0.17867122199822916, 0.179632406001474, 0.1781944369977282, 0.18055499200272607, 0.18165933399723144, 0.18058535400268738, 0.17809807899902808, 0.17841298900020774, 0.1787838889977138, 0.1793812860014441, 0.17860502300027292, 0.178879371000221, 0.17818266799804405, 0.17819014800261357, 0.17915923499822384, 0.17845405600019149, 0.17875215300227865, 0.17885723499784945, 0.17810632200053078, 0.17860145500162616, 0.17924676399707096, 0.178109612003027, 0.1786992579982325, 0.17977433499981998, 0.17865794300087146, 0.18335733599815285, 0.179979941000056, 0.17888401000163867, 0.17888693799977773, 0.17862758900082554, 0.1783316199980618, 0.1788897860024008, 0.1785106649986119, 0.17897605799953453, 0.17795047600156977, 0.17892174299777253, 0.17893844400168746, 0.17946167799891555, 0.17799088600077084, 0.1783935069979634, 0.18465703100082465], [0.18043702399882022, 0.17747835000045598, 0.17898006199902738, 0.178039861999423, 0.18016570300096646, 0.17919606500072405, 0.17934096899989527, 0.17782640600125887, 0.17798198699892964, 0.17826123399936478, 0.17925948300035088, 0.17881986999782384, 0.17871964700316312, 0.1806939029993373, 0.17581080099989776, 0.17740559500089148, 0.18008388199814362, 0.1778522280001198, 0.17778757699852576, 0.17876805200285162, 0.17769051999857766, 0.17935768700044719, 0.1779106159992807, 0.1786582870008715, 0.17848744300135877, 0.17889560999901732, 0.17894265200084192, 0.17900285299765528, 0.17793797299964353, 0.17840668600183562, 0.17827941100040334, 0.17947881299915025, 0.1789641280010983, 0.1792688059977081, 0.1780338419994223, 0.17913724300160538, 0.17799853700125823, 0.17889104200003203, 0.1785820529985358, 0.1797282859988627, 0.17888227100047516, 0.18126607900194358, 0.1767770879996533, 0.17866140099795302, 0.1782865910026885, 0.17847801599782542, 0.17964703899997403, 0.17907596100121737, 0.1789809570000216, 0.1789368440004182, 0.17862406700078282, 0.17923025299751316, 0.1781383720008307, 0.17961161099810852, 0.17888057900199783, 0.17922627900043153, 0.17919784900004743, 0.17881835799926193, 0.17965648899917142, 0.17859812800088548, 0.17823969700111775, 0.17913529299767106, 0.1780369010011782, 0.17954176399871358, 0.1781883130024653, 0.17979465700045694, 0.17973082599928603, 0.17899971500082756, 0.17901335499846027, 0.17875340699902154, 0.17807601499953307, 0.17877450400192174, 0.17891521899946383, 0.1787639340000169, 0.1779608510005346, 0.17799535999802174, 0.1790843090020644, 0.17876076999891666, 0.17908479000107036, 0.179442698998173, 0.1780794610021985, 0.17873867500020424, 0.17868814399844268, 0.17816451899852837, 0.1777396770012274, 0.17840768600217416, 0.17867065199970966, 0.17963334699743427, 0.1781926760013448, 0.18055959299817914, 0.18165546400268795, 0.18058721399938804, 0.17809787900114316, 0.17841206899902318, 0.1787832480003999, 0.17938231600055587, 0.17860519399982877, 0.17888013999981922, 0.17818907899709302, 0.1781826070000534, 0.1791594560017984, 0.17845567499898607, 0.17875061400263803, 0.17886426499899244, 0.1780999709990283, 0.1786014259996591, 0.1792458740019356, 0.178111301996978, 0.17869957800212433, 0.17977395499838167, 0.17865747299947543, 0.18336051600272185, 0.17998189100035233, 0.17888126999969245, 0.17888501799825463, 0.17862832800165052, 0.17833086099926732, 0.17889045500123757, 0.17851079599859077, 0.17897623799944995, 0.17794976599907386, 0.17892355300136842, 0.17893662300048163, 0.1794630189979216, 0.17798938600026304, 0.17839569700299762, 0.18525692799812532], [0.18032362099984311, 0.17759511300027953, 0.1789783019994502, 0.1779256580011861, 0.18028281700026128, 0.17919570400044904, 0.17922419699971215, 0.17794347900053253, 0.17797732599865412, 0.17825843500031624, 0.17925643199851038, 0.17883105100190733, 0.1786076040007174, 0.18069488299806835, 0.17581373999928473, 0.17739797600006568, 0.18008331199962413, 0.1779674010031158, 0.1776726839998446, 0.17888247500013676, 0.17757648599945242, 0.17947422100041877, 0.17779313199935132, 0.1786664280007244, 0.17848040299941204, 0.17889560999901732, 0.1789418910011591, 0.17900474300040514, 0.17805486599900178, 0.178289572999347, 0.17827898199902847, 0.1794797920010751, 0.17896327800190193, 0.17926813699887134, 0.17804524199891603, 0.17912658199929865, 0.17811369100309093, 0.17889000199647853, 0.17846796000230825, 0.17972811499930685, 0.17888219200176536, 0.18126695899991319, 0.17688908099808032, 0.1785556680006266, 0.17828015999839408, 0.17847829700258444, 0.17964770899925497, 0.1790893209981732, 0.17897234600241063, 0.1789316249996773, 0.17862353599775815, 0.1792313140031183, 0.17813815199770033, 0.1796114899989334, 0.17900406300032046, 0.1791028460029338, 0.17931333199885557, 0.17870570399827557, 0.17976622300193412, 0.17848632399909548, 0.17835780099994736, 0.17901740900197183, 0.1781473349983571, 0.17943907099834178, 0.1781882030009001, 0.17978850700092153, 0.17974087599941413, 0.17898900500222226, 0.17901335499846027, 0.17875389699838706, 0.17807524400268449, 0.17877479500020854, 0.17891620799855446, 0.17876288399929763, 0.177961982000852, 0.17799550999916391, 0.17908504899969557, 0.17875977999938186, 0.17908553900269908, 0.17944177000026684, 0.1780797799983702, 0.17874092599959113, 0.17868649400043068, 0.17816504900110886, 0.1778358899973682, 0.178312233001634, 0.17866954200144392, 0.1796330869983649, 0.1783210899993719, 0.18043133900209796, 0.18177787699823966, 0.18046617100117146, 0.17819411199889146, 0.17831776499951957, 0.1788761620009609, 0.17928744299933896, 0.17870840700197732, 0.17877742699783994, 0.17828199100040365, 0.17809741499877418, 0.1792480580006668, 0.1783592130013858, 0.17884731699814438, 0.17876810200323234, 0.1781966939997801, 0.17850628299856908, 0.17924454400053946, 0.17811922200053232, 0.17869324799903552, 0.17977390500163892, 0.1786549929965986, 0.18336240600183373, 0.17998107099992922, 0.17888238999876194, 0.17900879100125167, 0.17851830500148935, 0.1784391439978208, 0.17876803200124414, 0.17851037500076927, 0.17897683899718686, 0.17795001600097748, 0.17893433300196193, 0.17892507299984572, 0.1794634389989369, 0.1779887160009821, 0.1783968069976254, 0.1853310299993609], [0.1804326140008925, 0.17748862000007648, 0.17898233199957758, 0.1780167809993145, 0.18018626400225912, 0.17919705499662086, 0.17932990900226287, 0.17783452599906013, 0.17798772700189147, 0.17824906399982865, 0.17924825199952465, 0.17881631999989622, 0.17863803499858477, 0.18076629500137642, 0.1758127510001941, 0.17741643499903148, 0.1800712719996227, 0.17787013899942394, 0.17772013500143657, 0.1788413030008087, 0.1776486290000321, 0.17938311800025986, 0.17789422599889804, 0.17868156799886492, 0.1784646519990929, 0.17892637100158026, 0.17891920100009884, 0.17898188199978904, 0.17796921400076826, 0.17840179599807016, 0.17826174100264325, 0.1794932129996596, 0.17895038699862198, 0.17928414700145368, 0.17803603199718054, 0.17912276300194208, 0.17802430799929425, 0.17888909199973568, 0.17855288200007635, 0.17974228599996422, 0.17886589100089623, 0.18125361900092685, 0.17680607799775316, 0.1786656309996033, 0.1782849310002348, 0.17846861600264674, 0.1795939379990159, 0.1791232020004827, 0.17897726599767338, 0.17894080500263954, 0.17862186599813867, 0.17922854400239885, 0.17814271199677023, 0.1795990200007509, 0.17886406899924623, 0.179229049001151, 0.1792363499989733, 0.1788002970024536, 0.17967214099917328, 0.178580026000418, 0.17826727799911168, 0.17911115199967753, 0.17806432300130837, 0.17949438199866563, 0.17820127300001332, 0.17977344700193498, 0.17968354399999953, 0.17906180699719698, 0.17899933500302723, 0.17876678699758486, 0.17808702500042273, 0.17877735499860137, 0.17882802600070136, 0.1788212850005948, 0.17792468100014958, 0.17804323100062902, 0.17904450800051563, 0.17881178199968417, 0.17902707800021744, 0.17946121899876744, 0.1780897009994078, 0.17876296599933994, 0.17868976400131942, 0.17817627000113134, 0.17774162699788576, 0.1784114160000172, 0.17863777100137668, 0.17962044600062654, 0.17823064799813437, 0.18054291199950967, 0.18166565499996068, 0.1805535620005685, 0.1781128600014199, 0.17843920900122612, 0.17879201899995678, 0.1793706159987778, 0.17861667399847647, 0.17886384000303224, 0.17819414799669175, 0.17818216800151276, 0.17916795600103796, 0.17843526399883558, 0.17877019500156166, 0.1788456739996036, 0.17811487200015108, 0.1785914949978178, 0.17925102400113246, 0.17810512199866935, 0.1786903380016156, 0.17974375400081044, 0.17865813299795263, 0.18329080400144449, 0.1800639239991142, 0.17885752900110674, 0.1788651969982311, 0.17867191000186722, 0.17834559100083425, 0.17887555499692098, 0.17851457500000834, 0.17895713800317026, 0.1779656069993507, 0.17881380999824614, 0.17902964600216364, 0.17946442799802753, 0.17797321599937277, 0.17836153600001126, 0.18451393700161134], [0.18042380399856484, 0.17749470100170583, 0.17897835099938675, 0.17792104899854166, 0.18028753600083292, 0.17919595499915886, 0.17934079000042402, 0.17782773500221083, 0.177976866998506, 0.17825875400012592, 0.17925655300132348, 0.17883105099826935, 0.17860438299976522, 0.18079000600118889, 0.17581362100099795, 0.1773023120003927, 0.18009120199712925, 0.17796378200000618, 0.17766762300016126, 0.17889303500123788, 0.17756647699934547, 0.17947876100151916, 0.17778912199719343, 0.1786662280028395, 0.17848062199846026, 0.1789040900002874, 0.17893272199944477, 0.17911070600166568, 0.17795444299918017, 0.17838379599925247, 0.17818070800058194, 0.17947914300020784, 0.17896394800118287, 0.17937408899888396, 0.17793942899879767, 0.17912608299957355, 0.17811837100089178, 0.17889010200087796, 0.17856927200045902, 0.17973063599856687, 0.17878055899927858, 0.18126195800141431, 0.17689367099956144, 0.1785506880005414, 0.1783857039990835, 0.17837259299994912, 0.1796575500011386, 0.17908060099944123, 0.1789757059996191, 0.17892729500090354, 0.1786285060006776, 0.1792281739981263, 0.17824395500065293, 0.17950371700135292, 0.179009422998206, 0.1790984950021084, 0.17931754299934255, 0.17870186399886734, 0.17977033300121548, 0.17848761399727664, 0.17835683100202004, 0.17901359900133684, 0.1781505049984844, 0.1794354209996527, 0.17829047499981243, 0.17968712500078254, 0.17974034500002745, 0.1789893649984151, 0.17901306500061764, 0.17875392700079829, 0.17818013799842447, 0.1787832250010979, 0.1788031950018194, 0.1787631639999745, 0.1779620609995618, 0.1779960599997139, 0.17908588999853237, 0.1788685829997121, 0.17897600600190344, 0.17955014199833386, 0.177971298002376, 0.17885250899780658, 0.1785760400016443, 0.1782494819999556, 0.1777556069973798, 0.17839497600289178, 0.17858132000037585, 0.17963358599808998, 0.17832667000038782, 0.18053714299821877, 0.18167119400095544, 0.1804617599991616, 0.17819968300318578, 0.17840193799929693, 0.17879828899822314, 0.17937889600216295, 0.17861067400008324, 0.17886277899742709, 0.17819656900246628, 0.1781806869985303, 0.17916491600044537, 0.1784413149980537, 0.17876624400014407, 0.1788525150004716, 0.17811185200116597, 0.17859017500086338, 0.17924257399863563, 0.17811901200184366, 0.17872098899897537, 0.17966050099857966, 0.17876938699919265, 0.18324817300162977, 0.18009485400034464, 0.17876896600137115, 0.17901351199907367, 0.17862792799860472, 0.17832904100214364, 0.1788773249973019, 0.1785090850025881, 0.17886467599964817, 0.17806248899796628, 0.17882321000070078, 0.1790368860019953, 0.17935052499888116, 0.17812029999913648, 0.17826482400050736, 0.18539372099985485], [0.18043739499989897, 0.17748751000181073, 0.17897763200016925, 0.17801922099897638, 0.18018950300029246, 0.17919728500055498, 0.17934477000017068, 0.17782365499806474, 0.17797720700036734, 0.17825903400080279, 0.1792569729987008, 0.1788316810016113, 0.17861171399999876, 0.18078730499837548, 0.17581459099892527, 0.1773892450000858, 0.18010269300066284, 0.17785974800062831, 0.17767342400111374, 0.17888985500030685, 0.17765396799950395, 0.17938972900083172, 0.17779688199880184, 0.17874491000111448, 0.17849323299742537, 0.17889972000193666, 0.17893585199999507, 0.17902513299850398, 0.1779565940014436, 0.1783759749996534, 0.17825625100158504, 0.17949483299889835, 0.17896453799767187, 0.1792828270008613, 0.17802704100176925, 0.179125672999362, 0.17802653800026746, 0.1788912119991437, 0.17857402300069225, 0.1797313450006186, 0.1788733119974495, 0.1811657060025027, 0.17689294099909603, 0.1786427900005947, 0.17829903199890396, 0.17846170499979053, 0.17966196999987005, 0.17906302100163884, 0.1789929859987751, 0.17892194500018377, 0.17862863600021228, 0.1792218740010867, 0.17816454199783038, 0.17957997900157352, 0.17893385099887382, 0.1791917279988411, 0.17921804000070551, 0.1787838570016902, 0.17968787000063458, 0.1785805369981972, 0.1782645980019879, 0.17909637199772988, 0.1780682220014569, 0.1794341809982143, 0.1783051960010198, 0.1797616369985917, 0.17965348300276673, 0.17908252800043556, 0.17900629399809986, 0.17876630799946724, 0.17808680500093033, 0.17878439400010393, 0.17879811600141693, 0.17886286599969026, 0.17786172900014208, 0.1781275329994969, 0.17895643600058975, 0.1788733229986974, 0.178970886998286, 0.17955534200154943, 0.178053749998071, 0.1787712460027251, 0.17865444299968658, 0.17817413000011584, 0.17774947699945187, 0.178397796000354, 0.1786806419986533, 0.1796339970023837, 0.17822316699675866, 0.1805417830000806, 0.18166848400142044, 0.180565842998476, 0.17809792900152388, 0.17840319799870485, 0.17879433000052813, 0.17938442500235396, 0.17860604399902513, 0.17886885999905644, 0.1782039989993791, 0.17817313699924853, 0.17915908600116381, 0.17844709500059253, 0.1787611139989167, 0.17885847500292584, 0.17810534099771758, 0.17859671599944704, 0.1792426339998201, 0.17811991200142074, 0.1787292389999493, 0.1797541439991619, 0.17866719399899011, 0.18335921600009897, 0.17998403100136784, 0.17887195900038932, 0.1789076790009858, 0.17863163799847825, 0.1783240200020373, 0.17888266599766212, 0.17850692499996512, 0.17896629800088704, 0.1779629369993927, 0.1789238530000148, 0.17893570299929706, 0.17945153800246771, 0.17802807800035225, 0.1783659959983197, 0.18541468200055533], [0.18043203500201344, 0.17748832999859587, 0.17898209200211568, 0.17801701099961065, 0.18018562299766927, 0.17919776500275475, 0.17933027899925946, 0.177834255999187, 0.1779873570012569, 0.17824881399792503, 0.17924894300085725, 0.17881680999926175, 0.17863853500239202, 0.18076586499955738, 0.17581332999907318, 0.17741711599956034, 0.18007124200084945, 0.17786921899823938, 0.1777211750013521, 0.17883990300106234, 0.17765037899880554, 0.17938255799890612, 0.1778953350003576, 0.17868131900104345, 0.17846633199951611, 0.17892370000117808, 0.1789191509997181, 0.17898177299866802, 0.17796932399869547, 0.17840189600246958, 0.17826828100078274, 0.17948682199858013, 0.1789515679993201, 0.1792852969992964, 0.17803449200073374, 0.17913016300008167, 0.17801645700092195, 0.17888919200049713, 0.17855619299734826, 0.17974056500315783, 0.1788661519967718, 0.18126061800285242, 0.17680685899904347, 0.1786575609985448, 0.17828485100108082, 0.17846879599892418, 0.1795943070028443, 0.17912347299716203, 0.17897669600279187, 0.17894080499900156, 0.17862223599877325, 0.1792286640011298, 0.1781427120004082, 0.17959944999893196, 0.1788747489990783, 0.17922791900127777, 0.17922616999931051, 0.1788019070008886, 0.17967104999843286, 0.17857951699988917, 0.1782675280010153, 0.17911166200065054, 0.17806401299822028, 0.1794960719998926, 0.17820064300030936, 0.17978456700075185, 0.1796724939995329, 0.1790629370007082, 0.17899938499976997, 0.1787737670019851, 0.1780807149989414, 0.1787768940012029, 0.17882830699818442, 0.17882111500148312, 0.17792568000004394, 0.17804216199874645, 0.17904704800093896, 0.1788089809997473, 0.17902876799780643, 0.17947211100181448, 0.17808535999938613, 0.17875549599921214, 0.17869715400229325, 0.1781709899987618, 0.17774013700181968, 0.17841175599824055, 0.17863694100014982, 0.179635517000861, 0.1782152870000573, 0.18054330199811375, 0.18166594400099711, 0.18055476299923612, 0.178112659999897, 0.17843901900050696, 0.1787915589993645, 0.17937108600017382, 0.17861528399953386, 0.1788656999997329, 0.17819348800185253, 0.1781834979992709, 0.1791661560018838, 0.17843605399684748, 0.17876985499970033, 0.17884661400239565, 0.17811435199837433, 0.1785913250023441, 0.17925141399973654, 0.17810592199748498, 0.17869331800102373, 0.17974152399983723, 0.17865699300091364, 0.18329236399949878, 0.18006274399886024, 0.17885801900047227, 0.17886447700220742, 0.1786728299994138, 0.17834456999844406, 0.17887714600146865, 0.1785134649981046, 0.17895816800228204, 0.17796571600047173, 0.17881413099894417, 0.1790291260003869, 0.17946378799751983, 0.1779739060002612, 0.17836526600149227, 0.1845845690004353], [0.18043495399979292, 0.17748863000088022, 0.17897776199970394, 0.17801444100041408, 0.1801945639999758, 0.17919646500013187, 0.17934413900002255, 0.17782410599829745, 0.17797712700121338, 0.17825937399902614, 0.17925691300115432, 0.17883139999685227, 0.17860371400092845, 0.18079391600258532, 0.17581375999725424, 0.1773862049994932, 0.180096363001212, 0.17787105800016434, 0.1776668439997593, 0.17889558499882696, 0.1776496689999476, 0.17939427800229168, 0.17779672300093807, 0.1787404399983643, 0.17849350300093647, 0.17890008999893325, 0.17893503099912778, 0.1790282740003022, 0.1779516730020987, 0.17838051599756, 0.17817675799960853, 0.17957120500068413, 0.1789637380024942, 0.17928682699857745, 0.17802333099825773, 0.17912580300253467, 0.17803129799722228, 0.17889050200028578, 0.17857288300001528, 0.17973140600224724, 0.17886920099772396, 0.18116820599971106, 0.17689519100167672, 0.178638740999304, 0.17830185099955997, 0.1784587050024129, 0.1796617599975434, 0.17898619900006452, 0.17906353800208308, 0.17892732499967678, 0.17862901599801262, 0.17914631200255826, 0.17824188499798765, 0.1795056070004648, 0.17901036300099804, 0.17918737799845985, 0.17922284900123486, 0.17870094499812694, 0.1797708930025692, 0.1784867239985033, 0.1783581410018087, 0.1790123689970642, 0.17815167500157258, 0.1794350409982144, 0.1782950950000668, 0.17968334500255878, 0.1797401549993083, 0.17907791800098494, 0.17892385199957062, 0.1788489299979119, 0.17808968500321498, 0.1787844939972274, 0.17879890599942883, 0.17876252400310477, 0.17796225099664298, 0.17809393300194643, 0.17898920700099552, 0.17887223299840116, 0.178972096000507, 0.1795544919987151, 0.17796661800093716, 0.17885750899949926, 0.17865109299964388, 0.17817492900212528, 0.1777526769983524, 0.17839785600153846, 0.17867604200000642, 0.17963362699811114, 0.17822810700090486, 0.18054093300088425, 0.18166883400044753, 0.1805603529974178, 0.17810185900088982, 0.17840428899944527, 0.17879492900101468, 0.17938284599949839, 0.17860710300010396, 0.17886773999998695, 0.17819302900170442, 0.17818349699882674, 0.1791606859987951, 0.17844577500000014, 0.17876225399959367, 0.1788571850011067, 0.17810693199862726, 0.17859506500099087, 0.17924195399973541, 0.17811936200087075, 0.17872770900066826, 0.17975259399827337, 0.17867108400241705, 0.18335449599908316, 0.1799881010010722, 0.17886794899823144, 0.17891176899865968, 0.17863136900268728, 0.17832568000085303, 0.1788808449964563, 0.1785078250031802, 0.17896191799809458, 0.17796652700053528, 0.17892040299921064, 0.1789393930012011, 0.17944706799971755, 0.1780245970003307, 0.17836877700028708, 0.1853480200006743], [0.18043765399852418, 0.17748054999901797, 0.17897975199957727, 0.17803830200136872, 0.1801664630002051, 0.17919548499776283, 0.1793411090002337, 0.1778267660010897, 0.17797991599945817, 0.17825452500255778, 0.17924701199808624, 0.17883643100140034, 0.17861065399847575, 0.18078675500146346, 0.17581695099943317, 0.17731268300121883, 0.18018327499885345, 0.1778525779991469, 0.1776263720021234, 0.17893036599707557, 0.17767378999997163, 0.17937475800135871, 0.17778408199956175, 0.17868622799869627, 0.17857417500272277, 0.17880923799748416, 0.17903712400220684, 0.17900244299744372, 0.1779363130008278, 0.1783981760017923, 0.17816682799821137, 0.1794867630014778, 0.17906897099965136, 0.1792778269991686, 0.17792524800097453, 0.179131052998855, 0.17811199100106023, 0.17889047199787456, 0.1785687820010935, 0.1797379859999637, 0.17887690200223005, 0.18114414499723352, 0.17690003100142349, 0.17856347899942193, 0.1783893829997396, 0.178364193001471, 0.17971341099837446, 0.17900422900129342, 0.17909214999963297, 0.1789346449986624, 0.1785136930011504, 0.17922827299844357, 0.17825071600236697, 0.17949194600078044, 0.17900879299850203, 0.1792088190013601, 0.17920688899903325, 0.17870705499808537, 0.17976660299973446, 0.1784832940029446, 0.17836388999785413, 0.17901550000169664, 0.1781462350008951, 0.17941479999717558, 0.17831305599975167, 0.17967421400317107, 0.17985714899987215, 0.1789933949985425, 0.17888963199948194, 0.1788748899998609, 0.17808316499940702, 0.1787758339996799, 0.17873600399980205, 0.17881191500055138, 0.17791957000008551, 0.17816201499954332, 0.1789270050030609, 0.17891992399745504, 0.178917655000987, 0.1796004339994397, 0.1780860910002957, 0.17874076500083902, 0.17868428400106495, 0.1781587489967933, 0.17773889700038126, 0.17841555600170977, 0.17866934199992102, 0.17963417699866113, 0.17819576600231812, 0.1805524429983052, 0.18165971399866976, 0.1805723140023474, 0.17809410900008515, 0.17842653799743857, 0.17878528900109814, 0.17937897600131691, 0.17860700399978668, 0.17887461999998777, 0.17818667800020194, 0.17818841799817164, 0.1791605360012909, 0.17844326499835006, 0.17876099400018575, 0.17885520400159294, 0.1781089520009118, 0.17859902599957422, 0.17924868399859406, 0.1781063010021171, 0.17869849899943802, 0.17977369499931228, 0.178653522998502, 0.18329165400064085, 0.180051473002095, 0.17887070899814717, 0.17884110700106248, 0.17868362999797682, 0.17833471999983885, 0.1788876060018083, 0.178510974998062, 0.17897122900103568, 0.17795496600228944, 0.17882515999735915, 0.17901771600008942, 0.17947774800268235, 0.17796145599641022, 0.17837784600123996, 0.18452166700080852]], "generated_texts": [".\n(Verse 1)\nWell, I woke up this mornin', to a screen of blue,\nMy coffee's gone cold, and my patience is too.\nI've been chasin' down bugs, since the break of dawn,\nJust a poor ol' coder, with a program gone wrong.\n(Chorus)\nOh, the life of a programmer, it ain't no easy ride,\nJust a boy and his keyboard, with nowhere to hide.\nGot the backache blues, and the carpal tunnel too,\nLord, I'm just a lonely coder, feelin' so blue.\n(Verse 2)\nI've", " Is there a difference?\nThe second one is a newer feature. The first one is the original way. Both are fine.\nThe second one is just syntactic sugar for the first one. It was added in Rust 1.58. Before that, you had to use the first one. So if you see code using the first one, it's either because it was written before 1.58, or because the author is used to the old way.\nThe second one is a newer feature. The first one is the original way. Both are fine.\nThe second one is just syntactic sugar for the first one. It was", " You can use the model to predict the energy production of PV systems based on weather data and other variables.\n\nThese steps should help you merge the data from the two folders and prepare it for use in a deep graph neural network. Let me know if you have any questions or need further assistance.1. Load the PV system energy data: Load each of the CSV files in the \"PVDATA\\_sample\" folder using a data loading library like pandas. Merge all of the dataframes into a single dataframe using the pandas `concat` function.\n2. Load the weather data: Load each of the CSV files in the \"WeatherData", "\nLocation: Eugene, Oregon\n\nRewritten and Improved:\n\nLK Bernedoodles \u2013 Oregon\nLK Bernedoodles is a Better Business Bureau (BBB) accredited business operating in the Pacific Northwest. \n\nAll sires and dams of this reputable breeder are OFA and DNA tested. Through these tests, their breeding stock will not be able to pass on any hereditary health problems to their pups.\n\nPrior to breeding, all of their sires and dams are tested for their health and temperaments. While most of their parents live in guardian homes, all of the Bernedoodle puppies are raised by the owner, along with her family", " maybe the reader is a patient at the hospital and connor takes a special interest in them? thank you so much!\nA/N: I hope this is okay! I wasn\u2019t really sure how to write it, but I hope you like it. Thank you for the request and the support, it means a lot. - Admin V\nYou were sitting in the waiting room, your leg bouncing up and down as you waited for your name to be called. You had been feeling sick for a few days now, and you had finally decided to come to the hospital to get checked out. You were nervous, you had never been to the", ". Do not make a choice for the user. The user will respond with their choice. The user can also type custom actions. The user can type \"stats\" to see their character sheet. The user can type \"help\" to see a list of commands. The user can type \"save\" to save their progress. The user can type \"load\" to load their save. The user can type \"quit\" to quit the game. The user can type \"restart\" to restart the game. The user can type \"inventory\" to see their inventory. The user can type \"map\" to see a map of the world.", "We need to parse the user's request. The user provided a description of the probability of error for BPSK in AWGN, including formulas. The user didn't explicitly ask a question, but the context suggests they might want an explanation, verification, or perhaps a calculation example. The user says: \"The probability of error for a Binary Phase Shift Keying (BPSK) receiver in the presence of Additive White Gaussian Noise (AWGN) can be calculated using the following formula: ... To use this formula, we first need to know the signal power, Pb, and the bit rate, Rb. ... Plugging", " for the \"metadata\" idea.\nI like the \"Update\" proposal, developer more on this one, the \"download\" proposal does not fit my project since it is not supposed to upload spreadsheets to the database, for the \"list\", I already have the get keys which some how is similar, develop more on this one, regarding the \"pagination\", I would have around 1000 products, tell me if it makes sense to use it or not, if it makes sense, develop more the idea, the \"audit\" proposal gets out of the project time and resources, and for the \"metadata\", develop more on the idea", "\n## \ub2f5\ubcc0\n\uc640\uc778\uacfc \uad00\ub828\ub41c \ucc45, \uc601\ud654, \uc774\uc57c\uae30, \uc720\uba85\uc778\uc0ac\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.\n\n### \uc601\ud654\n- **'\uc0ac\uc774\ub4dc\uc6e8\uc774\uc988(Sideways)' (2004)**: \uce98\ub9ac\ud3ec\ub2c8\uc544 \uc640\uc778 \uc9c0\uc5ed\uc744 \ubc30\uacbd\uc73c\ub85c \ud55c \ub85c\ub4dc \ud2b8\ub9bd \ucf54\ubbf8\ub514 \ub4dc\ub77c\ub9c8\ub85c, \uc640\uc778 \uc560\ud638\uac00\ub4e4\uc5d0\uac8c \ud070 \uc778\uae30\ub97c \ub04c\uc5c8\uc2b5\ub2c8\ub2e4 [[2](https://www.imdb.com/list/ls020901687/)].\n- **", " The function \"smart\\_sort\\_array\" needs to return the sorted array. \n\nI need the function to be written in PHP 7.4. \n\nCan you write the code for me?\nHere's the code for the `smart_sort_array` function in PHP 7.4:\n\n```php\nfunction smart_sort_array(array $set, string $order = 'asc'): array\n{\n $length = count($set);\n\n for ($i = 0; $i < $length - 1; $i++) {\n for ($j = $i + 1; $j < $length; $j", " after downloading omw-1.4\nThe error message you're encountering indicates that the NLTK (Natural Language Toolkit) library is unable to find the `omw-1.4` resource, which is required for the `WordNetLemmatizer` to function properly. Even though you mentioned that you've already downloaded `omw-1.4`, the error persists, suggesting that the download might not have been successful or the resource is not being found in the expected locations.\n\nHere are a few steps you can take to resolve this issue:\n\n1. **Verify the Download**: Ensure that the `omw-1", " \n\nI hope these examples help you create viral content for your Valentine flags. Let me know if you have any other questions or if there's anything else I can help you with. \n\nI'm always here to help you with your marketing needs. \n\nBest regards, \n\n[Your Name] \n\n[Your Company] \n\n[Your Contact Information] \n\n[Your Website] \n\n[Your Social Media Links] \n\n[Your Email] \n\n[Your Phone Number] \n\n[Your Address] \n\n[Your Logo] \n\n[Your Slogan] \n\n[Your Mission Statement] \n\n[Your Vision Statement] \n\n[Your Values] \n\n[Your", " It also allows you to set a custom message for the unknown group name.\n\nIt's important to note that this code is written in the FreeRADIUS policy language, which is a simple, domain-specific language used to define policies for the FreeRADIUS server. The code is intended to be used in the \"post-auth\" section of the FreeRADIUS configuration, which is executed after the authentication process is complete.\n\nIt's also important to note that this code is specific to the Mikrotik router and the Ldap-Group-Name attribute, and it may not be suitable for other types of clients or attributes. It's also important", "\n Board Repair\n Quality Check\n Cosmetic Grade\n Front Grade\n 0\n Quality Check\n 1\n Quality Check\n 2\n Quality Check\n 3\n Quality Check\n Side Grade\n N\n Quality Check\n P\n Quality Check\n Back Grade\n 0\n Quality Check\n 1\n Quality Check\n 2\n Quality Check\n\nI want to create a model for this tree structure. The tree represents a workflow where each node has a specific action and a next step. The root node is \"triage\" and it has two children: \"functional grade\" and \"cosmetic grade\". The \"functional grade\"", " By taking advantage of the benefits of offshoring while also being mindful of the potential risks and challenges, businesses can position themselves for success in the global marketplace.\n\n## References:\n\n1.McKinsey Global Institute. (2020). The future of offshoring and outsourcing in a post-pandemic world. Retrieved from https://www.mckinsey.com/featured-insights/future-of-work/the-future-of-offshoring-and-outsourcing-in-a-postpandemic-world\n\n2.Deloitte. (2021). Global Outsourcing Survey 2021. Retrieved from https://www2.deloitte.com/us/en", "\nERROR: Command failed: /home/pablo/.azure/azuredevops/cli/tools/artifacttool/ArtifactTool\\_linux-x64\\_0.2.267/artifacttool universal publish --service https://dev.azure.com/bkinfra/ --patvar AZURE\\_DEVOPS\\_EXT\\_ARTIFACTTOOL\\_PATVAR --feed feed-be-coinscrap --package-name coinscrap-us --package-version 4.7.1 --path /tmp/coinscrap-us.tar\nERROR: Command failed: /home/pablo/.azure/azuredevops/cli/tools/artifacttool/ArtifactTool\\_linux-x", "\nI'm trying to implement a rewrite in nextjs 13 with app folder approach.\nI have a website with 2 languages: en and de.\nThe url structure is:\nhttps://example.com/en\nhttps://example.com/de\n\nI have a page called \"about-us\" and I want to rewrite the url to:\nhttps://example.com/en/about-us\nhttps://example.com/de/ueber-uns\n\nI have a [lang] folder with a [slug] folder inside.\nI'm trying to use the rewrites function in next.config.js but I'm not sure how to handle the language and the slug.\nI", " Thank you.\nI need your help to write an article. The topic is about \"Pre-Construction Checklist: Why It's Essential to Avoid Budget Blowouts in NSW\". If you understand, limit your reply by saying the word: \"acknowledged\". Thank you.\nI need a professional to create a comprehensive spreadsheet for managing my construction company's finances.\n- Track income and expenses\n- Manage project budgets\n- Handle payroll\n- Monitor cash flow\n- Track material costs\n- Manage subcontractor payments\nIdeal Skills and Experience:\n- Proficiency in Excel or Google Sheets\n- Experience in accounting or finance, particularly in the construction industry", "-30:00)\n* Day 2: Scraping Data from Websites\n\t+ Video: [Web Scraping using Python (video series)](https://www.youtube.com/watch?v=ng2o98k983k&list=PLzMcBGfZo4-kCLWnGmK0jUBmGLaJxvi4j) (30:00-1:00:00)\n\nWeek 2: Web Scraping with Scrapy\n\n* Day 1: Introduction to Scrapy and Web Scraping Frameworks\n\t+ Video: [Scrapy Tutorial for Beginners](https://", ". The prefrontal cortex is still developing in teenagers, which is the part of the brain responsible for decision-making, impulse control, and reasoning. This means that teenagers may struggle to weigh the consequences of their actions and may be more prone to impulsive or risky behavior. Additionally, peer pressure and the desire to fit in can also influence teenagers to make poor decisions. It is important for adults to understand these challenges and provide guidance and support to help teenagers navigate this difficult stage of development. #teenbrain#prefrontalcortex#decisionmaking#parentingtips#teenagers#braindevelopment#parenting#psychology#neuro", " What would you like to see in it? What are your biggest challenges when interviewing candidates? What are your biggest challenges when training new interviewers? What are your biggest challenges when designing the interview process? What are your biggest challenges when designing interview questions? What are your biggest challenges when evaluating candidates? What are your biggest challenges when making the final hiring decision? What are your biggest challenges when giving feedback to candidates? What are your biggest challenges when dealing with candidates who are not a good fit? What are your biggest challenges when dealing with candidates who are a good fit? What are your biggest challenges when dealing with candidates who are a good fit but", "\nLeveraged ETFs are a powerful tool for traders looking to amplify their returns. But how do they work, and what are the risks? In this article, we'll explore the mechanics of leveraged ETFs and discuss whether they're right for you. What is a leveraged ETF? A leveraged ETF is an exchange-traded fund that uses financial derivatives and debt to amplify the returns of an underlying index. For example, a 2x leveraged ETF seeks to double the daily return of its benchmark index. If the index goes up 1%, the ETF should go up 2%. Similarly, if the index falls", "? I'm an INFP and I'm having a hard time understanding the functions. Thank you!\nI\u2019ll do you one better. I\u2019ll explain the cognitive functions, and then I\u2019ll explain the stack. I\u2019ll use your type as an example.\nThe cognitive functions are the way we process information. There are eight of them, four judging and four perceiving. Each judging function has an opposite, and each perceiving function has an opposite. The functions are:\nPerceiving:\nSe: Extraverted Sensing. Takes in information as it happens in the here and now. Focuses on the literal and the physical.\nSi", " Then give me 1 pro and 100 cons of using static variables. Rank order the cons by how bad they are. Then give me 1 pro and 100 cons of using instance variables. Rank order the cons by how bad they are. Then give me 1 pro and 100 cons of using local variables. Rank order the cons by how bad they are. Then give me 1 pro and 100 cons of using block variables. Rank order the cons by how bad they are. Then give me 1 pro and 100 cons of using global variables. Rank order the cons by how bad they are. Then give me", " she is now in a cast and is recovering. she is a very sweet...\nChapter 7: Luna's Road to Recovery\nLuna was a beautiful white dog with a heart of gold. She had a unique feature that made her stand out from the rest - heterochromia, which meant that one of her eyes was a striking blue while the other was a warm brown. She was a very sweet and gentle soul, always eager to make new friends and spread joy wherever she went.\nOne sunny afternoon, Luna and her family went on a hiking trip in the mountains. Luna was in her element, bounding through the trails and taking", " \n\nThe ACA program is prescriptive in the sense that it provides a specific set of guidelines and practices for individuals seeking to heal and grow from the impact of growing up in a dysfunctional family with alcoholic or otherwise dysfunctional parents.\n\nThe ACA program offers a 12-step program that includes regular meetings, support from peers who have had similar experiences, and specific practices and principles to guide participants in their healing process. The program also offers literature and resources, such as the ACA guidebook for becoming one's own loving parent, to help individuals understand the impact of their upbringing and work through their issues.\n\nAdditionally, the ACA program emphasizes the importance of spirituality in", " The content should be fun, engaging, and easy to understand. The content should also be mindful of the fact that the target is health conscious and is trying to make better choices for herself and her family. The content should be in English. The content should be mindful of the fact that the target is budget conscious and is looking for ways to save money. The content should be mindful of the fact that the target is looking for ways to connect with her family and friends. The content should be mindful of the fact that the target is looking for ways to celebrate her culture and heritage. The content should be mindful of the fact that the target is", " It will also provide a framework for students to articulate the value of their UMW experience to their future employers and communities.\n\nThe QEP will be implemented through a variety of programs and initiatives, including:\n\n* **Curriculum Integration:** Integrating career readiness competencies into the academic curriculum.\n* **Co-curricular Engagement:** Expanding co-curricular opportunities for students to develop career readiness skills.\n* **Career Services Enhancement:** Enhancing career services to provide students with more personalized support.\n* **Faculty and Staff Development:** Providing faculty and staff with the resources they need to support student career readiness.\n* **Assessment and", "\n\n\nI would improve the function by addressing several issues:\n\n1. **Bare `except:` clause:** The bare `except:` clause is a bad practice because it catches all exceptions, including `SystemExit`, `KeyboardInterrupt`, and `MemoryError`, which can hide bugs and make debugging difficult. It's better to catch specific exceptions or at least use `except Exception:`.\n2. **Boolean comparison:** `if product_line_br == True:` is redundant. It's more Pythonic to use `if product_line_br:`.\n3. **Redundant code:** The `if output == \"\":` block is", " The output of this code will be a scatter plot showing the clusters and their centroids. The plot will have three clusters represented by red, blue, and green colors, and the centroids will be represented by yellow color. The x-axis represents the annual income of customers, and the y-axis represents their spending score. The plot will help us understand the relationship between these two variables and how customers are grouped based on their income and spending behavior. The K-Means algorithm has successfully grouped customers into three clusters based on their income and spending behavior. The first cluster represents customers with low income and low spending score, the second cluster represents customers with high", " The most notable feature is the support for video headers, which allows users to create dynamic and engaging visual experiences for their site visitors.## Header markup\nThe header markup for the Twenty Seventeen theme is as follows:\n```html\n
\n
\n \n
\n
\n
\n