あなたはマイクロサービスアプリケーションSock ShopのSREです。 Sock Shopはcarts,catalogue,front-end,orders,user,payment,shippingの7個のマイクロサービスにより構成されています。 以下は、Sock Shopのネットワーク通信の依存関係をmarmaid記法で表現したものです。 ```mermaid flowchart LR front[front-end] front --> orders[orders] subgraph Orders orders --> ordersdb[orders-db] end front --> carts[carts] subgraph Carts carts --> cartsdb[carts-db] end front --> user[user] subgraph User user[user] --> userdb[user-db] end front --> cata[catalogue] subgraph Catalogue cata --> catadb[catalogue-db] end orders --> carts orders --> user orders --> pay[payment] orders --> ship[shipping] ``` 以下のcsvは、front-endサービスのlatencyが上昇したときの各マイクロサービスのlatency、throughput、errorsの各メトリクスの時系列データを示しています。 上述のネットワーク依存関係を基に、これらの時系列データを解析し、どのメトリクスが原因であるかを調査してください。 ,s-carts_throughput,s-carts_latency,s-catalogue_throughput,s-catalogue_latency,s-front-end_throughput,s-front-end_errors,s-front-end_latency,s-orders_throughput,s-orders_latency,s-payment_throughput,s-payment_latency,s-shipping_throughput,s-shipping_latency,s-user_throughput,s-user_latency 0,138.6,0.0052,69.9333,0.0045,307.7111,4.8,0.0335,31.5556,0.0224,35.2667,0.0003,31.2667,0.0011,242.9778,0.004 1,138.6444,0.0053,70.1111,0.0045,307.9111,4.7111,0.0335,31.2,0.0216,35.3556,0.0003,31.2667,0.0011,243.0889,0.004 2,137.9556,0.0053,69.8667,0.0044,307.5333,4.8444,0.0337,31.4667,0.0222,35.3333,0.0004,30.9333,0.0011,242.9778,0.0041 3,137.9111,0.0054,69.6667,0.0044,306.3556,4.0889,0.0344,31.2889,0.0218,35.2,0.0004,31.6444,0.0011,242.2444,0.0041 4,137.2889,0.0055,69.5556,0.0045,304.7556,5.5111,0.0347,30.3556,0.0225,35.1333,0.0004,30.7111,0.0011,241.6222,0.0043 5,138.0,0.0056,69.6222,0.0045,304.4,5.8444,0.0347,30.2,0.0222,35.1333,0.0004,30.2444,0.0012,241.5111,0.0042 6,137.3333,0.0059,69.4889,0.0045,304.0667,6.4667,0.0346,29.8444,0.0233,35.1556,0.0004,29.8222,0.0012,241.4889,0.0041 7,138.2,0.0061,69.8667,0.0046,306.2444,5.3333,0.0343,30.8444,0.0237,35.2222,0.0003,30.7111,0.0012,242.4444,0.004 8,137.0889,0.0062,69.0667,0.0047,305.3111,5.7111,0.0345,30.0444,0.0253,35.2667,0.0004,30.4,0.0012,242.0444,0.0042 9,137.1556,0.0057,69.6,0.0048,304.9333,5.2889,0.0349,30.8222,0.0251,35.2,0.0004,30.8889,0.0013,241.5556,0.0042 10,134.0,0.0076,67.7556,0.005,298.5556,5.3111,0.0374,30.0889,0.0271,34.5333,0.0004,30.2444,0.0012,235.7333,0.0043 11,135.2222,0.0075,68.8,0.005,298.8889,5.2,0.0374,30.6889,0.0252,34.4222,0.0004,30.2667,0.0011,237.2222,0.0041 12,134.1111,0.0076,67.7778,0.0049,298.5778,5.3333,0.0378,29.7556,0.0274,34.4667,0.0004,30.0444,0.0014,236.4667,0.0042 13,137.0,0.0054,69.2889,0.0046,303.0,5.4667,0.0356,30.3556,0.0253,34.8222,0.0004,29.9778,0.0015,240.7111,0.0041 14,135.4444,0.0055,68.4,0.0046,301.5111,4.6222,0.0365,30.5111,0.0251,34.6889,0.0004,30.8,0.0014,237.9556,0.0041 15,137.3556,0.0054,69.4444,0.0046,303.8222,4.3111,0.0355,31.3333,0.0235,34.8444,0.0004,31.0444,0.0011,240.3111,0.0041 16,137.0444,0.0055,69.3111,0.0046,305.5556,4.6,0.0347,30.9778,0.0244,35.0667,0.0004,31.5111,0.0013,241.5333,0.0041 17,138.5111,0.0053,70.2444,0.0046,307.0222,5.4222,0.0339,31.1111,0.0245,35.3333,0.0004,30.7111,0.0013,242.7333,0.0043 18,137.9778,0.0053,69.9556,0.0046,306.0889,6.3111,0.0339,30.0889,0.0261,35.3556,0.0004,30.4222,0.0016,242.9778,0.0042 19,137.8667,0.0054,69.8667,0.0045,305.2444,6.0889,0.0343,30.4,0.0257,35.2222,0.0004,30.0889,0.0015,241.9111,0.0043 20,137.4667,0.0054,69.8,0.0045,306.0667,5.6889,0.0341,30.4444,0.0259,35.3333,0.0004,30.8444,0.0015,242.7556,0.0042 21,137.3556,0.0055,69.3778,0.0045,305.1333,5.3778,0.0344,30.9111,0.0247,35.1556,0.0004,30.4444,0.0013,241.5111,0.0043 22,137.2222,0.0056,69.6222,0.0047,304.6222,5.2889,0.035,30.9556,0.0241,35.1111,0.0004,30.9556,0.0012,241.8667,0.0042 23,137.2889,0.0058,69.7111,0.0046,304.8222,5.3778,0.0349,30.6222,0.0252,35.1333,0.0004,30.6444,0.0014,241.9111,0.0043 24,138.4222,0.0057,70.2667,0.0045,307.7778,5.5111,0.0335,30.5333,0.0241,35.4444,0.0004,30.9333,0.0013,243.4222,0.0042 25,138.3778,0.0056,70.1778,0.0044,307.0,5.4444,0.0335,31.1333,0.0226,35.4889,0.0004,30.8222,0.0013,243.4,0.0042 26,136.7333,0.0057,69.1333,0.0043,304.3778,5.0444,0.0351,30.7778,0.0229,35.0889,0.0004,30.9333,0.0012,240.7778,0.0042 27,135.2444,0.0057,68.3333,0.0044,300.3556,4.8667,0.0366,31.1556,0.0234,34.5778,0.0004,30.8222,0.0013,237.7111,0.0042 28,135.4667,0.0057,68.4889,0.0044,301.4889,5.0222,0.0363,30.4444,0.0247,34.6222,0.0004,30.7111,0.0013,238.8,0.0042 29,133.4667,0.0058,67.5556,0.0046,297.1778,5.0,0.0382,30.4444,0.0277,34.2,0.0004,30.4,0.0019,234.7333,0.0043 30,133.6444,0.0058,67.7111,0.0047,297.3556,4.2667,0.0385,30.6222,0.027,34.1556,0.0004,30.5111,0.0019,235.5111,0.0044 31,133.8,0.0058,67.9333,0.0047,298.5778,3.8222,0.0384,31.3333,0.0269,34.3556,0.0004,31.1556,0.0019,235.0,0.0043 32,137.0222,0.0055,69.0222,0.0044,303.4222,4.6889,0.0352,30.6,0.0248,34.8222,0.0004,31.0,0.0013,240.0889,0.0042 33,137.8889,0.0054,69.5333,0.0045,305.9333,5.0222,0.0345,30.7111,0.0249,35.2667,0.0004,30.8222,0.0012,241.9111,0.0042 34,136.9778,0.0059,68.9778,0.0045,302.5111,5.3333,0.0356,29.8889,0.0249,34.8667,0.0004,30.2444,0.0012,239.9111,0.0043 35,136.4889,0.0058,69.0889,0.0047,303.0444,4.9111,0.0359,30.9111,0.0236,34.9111,0.0004,30.4667,0.0012,239.5556,0.0042 36,135.7778,0.0059,69.0,0.0048,302.4667,4.9778,0.036,30.8,0.0236,34.8222,0.0003,30.7333,0.0011,238.8889,0.0043 37,137.7111,0.0054,69.6667,0.0049,305.0667,4.9333,0.0348,31.4667,0.0245,35.0889,0.0004,30.7333,0.0013,241.6222,0.0042 38,138.2222,0.0054,70.0444,0.0047,306.1333,4.8222,0.0343,31.3111,0.0242,35.1778,0.0003,31.0889,0.0013,242.3778,0.0042 39,138.7778,0.0053,70.1556,0.0046,307.8,4.6889,0.0336,31.2889,0.0236,35.4,0.0003,31.4667,0.0013,243.4889,0.0041 40,138.0889,0.0052,69.8444,0.0046,307.2222,5.0,0.0337,30.7333,0.0229,35.3778,0.0004,31.2222,0.0013,243.0,0.0041 41,138.4,0.0052,69.7778,0.0048,306.9333,5.2889,0.0338,30.7778,0.0234,35.3333,0.0004,30.9333,0.0014,243.1333,0.0041 42,137.2444,0.0053,69.3778,0.0048,305.2444,5.2889,0.0345,30.7778,0.0236,35.1111,0.0003,30.5778,0.0015,241.0,0.0042 43,136.2,0.0054,68.6222,0.0047,302.9778,4.4667,0.0359,30.6222,0.0233,34.8444,0.0003,30.7556,0.0014,238.8667,0.0044 44,135.7111,0.0054,68.6444,0.0047,302.1333,4.5556,0.0363,30.7556,0.0223,34.8,0.0003,30.8667,0.0013,239.0889,0.0043 45,136.4889,0.0054,69.0667,0.0046,303.0667,4.6444,0.0359,30.7111,0.0226,34.9111,0.0003,30.8444,0.0012,240.1111,0.0042 46,137.1333,0.0055,69.3778,0.0048,303.7333,5.3111,0.0356,30.4667,0.025,34.9333,0.0004,30.5333,0.0013,240.6444,0.0042 47,137.9111,0.0055,69.6667,0.0046,304.8667,4.7556,0.035,31.3333,0.0245,35.0667,0.0004,30.7333,0.0012,241.0889,0.0041 48,137.7556,0.0055,69.4222,0.0046,306.4444,4.1556,0.0344,31.6444,0.0243,35.0889,0.0004,31.7111,0.0012,241.2889,0.0041 49,136.9778,0.0053,69.1111,0.0046,305.0222,3.6,0.035,32.3111,0.0226,34.9556,0.0004,32.1778,0.0013,240.4889,0.004 50,136.2222,0.0054,69.0222,0.0047,304.2222,3.6667,0.0356,31.7778,0.0242,34.7778,0.0004,32.1556,0.0013,239.9111,0.0041 51,136.4444,0.0055,69.0,0.0046,302.4222,4.7778,0.036,31.0444,0.0237,34.7778,0.0004,30.6444,0.0013,239.2,0.004 52,137.4667,0.0055,69.6889,0.0045,306.8889,4.3333,0.0345,31.9333,0.025,35.2667,0.0004,31.7111,0.0014,242.5556,0.004 53,137.8667,0.0054,69.6889,0.0045,306.5111,4.2444,0.0344,31.6444,0.0231,35.2889,0.0004,31.5556,0.0014,241.5778,0.0041 54,137.4,0.0054,69.4222,0.0047,306.5556,3.6889,0.0347,31.9333,0.0237,35.1111,0.0004,32.3111,0.0014,241.4889,0.0042 55,137.2444,0.0058,69.5111,0.0046,303.9778,4.9556,0.0351,30.5556,0.0222,35.0,0.0004,30.9556,0.0013,240.6444,0.0042 56,137.4444,0.0056,69.4444,0.0046,305.6222,5.2667,0.0344,30.8222,0.0229,35.1556,0.0004,30.8444,0.0013,242.0889,0.0042 57,137.7778,0.0056,69.9333,0.0044,305.8222,5.5111,0.0342,31.0667,0.0232,35.1778,0.0004,30.7778,0.0012,242.4222,0.0042 58,137.7778,0.0051,69.9556,0.0046,306.6667,5.3111,0.0338,31.1333,0.0221,35.2667,0.0003,30.7333,0.001,242.3778,0.0041 59,137.8,0.0052,69.9333,0.0047,307.0667,5.1333,0.0339,31.3556,0.0213,35.3333,0.0004,31.3111,0.001,242.5778,0.0042 60,137.3111,0.0053,69.4222,0.0048,305.1556,5.0222,0.0346,30.8889,0.0235,35.2222,0.0004,31.1556,0.0012,241.8,0.0042 61,137.0444,0.0055,69.4444,0.0048,305.0667,5.2444,0.0349,30.7111,0.0241,35.2,0.0004,31.0222,0.0013,241.2444,0.0042 62,136.9333,0.0055,69.2444,0.0047,302.9111,5.1333,0.0358,30.3778,0.0236,34.9778,0.0004,30.3778,0.0013,240.5111,0.0042 63,137.6889,0.0055,69.8,0.0047,305.3778,5.4,0.0345,30.8667,0.0221,35.2222,0.0004,30.7333,0.0012,242.3333,0.0042 64,138.3556,0.0053,70.0222,0.0045,307.3778,4.6444,0.0338,32.0444,0.0215,35.3556,0.0003,31.6444,0.0011,243.2889,0.004 65,138.1333,0.0052,69.8889,0.0044,308.6,4.3333,0.0334,32.4444,0.0222,35.3111,0.0004,32.4,0.0011,242.7778,0.004 66,137.4667,0.0053,69.6667,0.0044,306.3333,4.3333,0.0346,31.7333,0.0228,35.1778,0.0004,32.0667,0.0011,241.9556,0.004 67,136.7556,0.0053,69.2889,0.0046,304.2667,4.7111,0.0353,30.8667,0.0225,34.8889,0.0004,31.1556,0.0011,240.6444,0.004 68,137.6222,0.0054,69.6444,0.0046,305.6889,5.0444,0.0345,31.0222,0.0232,35.2444,0.0004,30.9111,0.0011,241.8667,0.004 69,133.9111,0.0056,67.8444,0.005,300.0444,5.0667,0.0374,30.0,0.0254,34.5778,0.0004,30.0,0.0013,236.3556,0.0041 70,133.6,0.0059,67.2667,0.005,296.2667,4.3111,0.0391,30.9556,0.0255,34.1333,0.0004,30.3556,0.0013,234.1333,0.0042 71,133.5556,0.0059,67.0667,0.0049,296.3111,3.9778,0.0394,30.3556,0.0251,34.0667,0.0004,30.9556,0.0014,234.6444,0.0042 72,134.2889,0.0068,67.3778,0.0047,297.1556,4.5556,0.0388,30.2,0.0297,34.1778,0.0005,30.5333,0.0014,234.8444,0.0041 73,132.0444,0.0083,66.5778,0.0049,294.8444,5.6444,0.0395,28.7778,0.0394,34.0667,0.0006,29.7556,0.0016,233.6667,0.0043 74,129.5778,0.0091,65.7111,0.0053,287.3111,6.9333,0.0428,27.4667,0.0441,33.2444,0.0008,27.6667,0.0016,228.5333,0.0044 75,129.8667,0.0089,66.1333,0.0054,286.9111,7.2667,0.0428,27.2889,0.0422,33.3556,0.0008,27.6444,0.0015,229.4889,0.0044 76,130.6889,0.0082,66.2444,0.0056,288.0444,7.4889,0.0422,27.1333,0.0368,33.2889,0.0006,27.2222,0.0014,229.2444,0.0044 77,130.8444,0.0082,66.6667,0.0055,288.9556,7.4222,0.0418,27.7111,0.0379,33.7333,0.0006,27.4222,0.0014,230.8222,0.0043 78,131.7556,0.0085,66.8222,0.0056,291.4222,5.6889,0.0413,29.2444,0.0331,33.6889,0.0007,28.7111,0.0012,231.6444,0.0043 79,132.3778,0.0084,67.3111,0.0053,292.8444,5.4889,0.0408,29.5556,0.033,33.9556,0.0007,29.1333,0.0012,233.2222,0.0042 80,132.2889,0.0088,67.0,0.0051,294.4222,4.8667,0.0402,29.6889,0.0343,33.8222,0.0007,29.8222,0.0013,232.9333,0.0041 81,130.9333,0.0101,66.2222,0.0052,290.5111,5.6889,0.0415,28.9556,0.0364,33.5111,0.0006,28.9111,0.0013,230.1333,0.0042 82,130.7333,0.0101,66.1778,0.0053,288.9556,5.9111,0.0425,28.2889,0.0377,33.5111,0.0007,28.5111,0.0014,229.9111,0.0044 83,131.0889,0.0098,66.3556,0.0052,290.2889,6.1778,0.0413,28.5111,0.0363,33.6,0.0006,28.4889,0.0013,230.2,0.0043 84,132.6,0.0098,67.3556,0.0049,293.2222,6.6,0.0401,28.8222,0.0366,34.0444,0.0008,28.5111,0.0013,233.8889,0.0044 85,131.3111,0.0101,66.8222,0.0048,292.7333,6.1778,0.0402,28.8222,0.0388,33.7556,0.0007,29.2444,0.0013,232.6222,0.0043 86,130.6889,0.0102,66.6,0.0051,289.6444,6.7333,0.0418,28.2,0.0389,33.5556,0.0008,28.0444,0.0013,230.7111,0.0043 87,130.5333,0.0094,66.4222,0.0054,289.1556,7.0889,0.0417,28.0,0.0421,33.5333,0.0006,27.9333,0.0017,230.2,0.0042 88,131.4667,0.0093,66.9111,0.0056,291.2,6.9778,0.0409,28.1778,0.0412,33.8222,0.0006,28.1111,0.0021,231.4,0.0042 89,130.2667,0.0094,65.7778,0.0059,289.8222,6.7556,0.0412,27.9111,0.0401,33.5556,0.0006,28.4889,0.0021,229.6,0.0042 ## コンテナメトリクスの含める あなたはマイクロサービスアプリケーションSock ShopのSREです。 Sock Shopはcarts,catalogue,front-end,orders,user,payment,shippingの7個のマイクロサービスにより構成されています。 以下は、Sock Shopのネットワーク通信の依存関係をmarmaid記法で表現したものです。 flowchart LR front[front-end] front --> orders[orders] subgraph Orders orders --> ordersdb[orders-db] end front --> carts[carts] subgraph Carts carts --> cartsdb[carts-db] end front --> user[user] subgraph User user[user] --> userdb[user-db] end front --> cata[catalogue] subgraph Catalogue cata --> catadb[catalogue-db] end orders --> carts orders --> user orders --> pay[payment] orders --> ship[shipping] 以下のcsvは、front-endサービスのlatencyが上昇したときの各マイクロサービスのlatency、throughput、errorsの各メトリクスの時系列データを示しています。 上述のネットワーク依存関係を基に、これらの時系列データを解析し、どのメトリクスが原因であるかを調査してください。 ``` ,c-carts_memory_failures_total,c-carts_cpu_usage_seconds_total,c-carts-db_memory_cache,c-carts-db_memory_failures_total,c-carts-db_fs_reads_total,c-carts-db_file_descriptors,c-carts-db_memory_rss,c-carts-db_fs_writes_total,c-carts-db_fs_reads_bytes_total,c-carts-db_sockets,c-carts-db_cpu_cfs_throttled_periods_total,c-carts-db_memory_working_set_bytes,c-carts-db_cpu_cfs_throttled_seconds_total,c-carts-db_fs_writes_bytes_total,c-carts-db_cpu_user_seconds_total,c-carts-db_blkio_device_usage_total,c-carts-db_threads,c-carts-db_memory_usage_bytes,c-carts-db_memory_failcnt,c-carts-db_cpu_cfs_periods_total,c-carts-db_cpu_usage_seconds_total,c-catalogue_file_descriptors,c-catalogue_cpu_system_seconds_total,c-catalogue_sockets,c-catalogue_memory_working_set_bytes,c-catalogue_cpu_user_seconds_total,c-catalogue_last_seen,c-catalogue_memory_usage_bytes,c-catalogue_memory_max_usage_bytes,c-catalogue_cpu_cfs_periods_total,c-catalogue_cpu_usage_seconds_total,c-catalogue-db_memory_failures_total,c-catalogue-db_file_descriptors,c-catalogue-db_memory_rss,c-catalogue-db_sockets,c-catalogue-db_cpu_cfs_throttled_periods_total,c-catalogue-db_memory_working_set_bytes,c-catalogue-db_cpu_cfs_throttled_seconds_total,c-catalogue-db_last_seen,c-catalogue-db_memory_usage_bytes,c-front-end_cpu_system_seconds_total,c-front-end_cpu_cfs_throttled_seconds_total,c-front-end_last_seen,c-orders_file_descriptors,c-orders_memory_rss,c-orders_sockets,c-orders_cpu_cfs_throttled_periods_total,c-orders_memory_working_set_bytes,c-orders_cpu_cfs_throttled_seconds_total,c-orders_threads,c-orders_memory_usage_bytes,c-orders-db_memory_cache,c-orders-db_memory_failures_total,c-orders-db_fs_reads_total,c-orders-db_file_descriptors,c-orders-db_memory_rss,c-orders-db_fs_writes_total,c-orders-db_cpu_system_seconds_total,c-orders-db_fs_reads_bytes_total,c-orders-db_sockets,c-orders-db_cpu_cfs_throttled_periods_total,c-orders-db_memory_working_set_bytes,c-orders-db_cpu_cfs_throttled_seconds_total,c-orders-db_fs_writes_bytes_total,c-orders-db_cpu_user_seconds_total,c-orders-db_blkio_device_usage_total,c-orders-db_threads,c-orders-db_last_seen,c-orders-db_memory_usage_bytes,c-orders-db_memory_failcnt,c-orders-db_cpu_cfs_periods_total,c-orders-db_cpu_usage_seconds_total,c-payment_memory_failures_total,c-payment_memory_rss,c-payment_cpu_system_seconds_total,c-payment_cpu_cfs_throttled_periods_total,c-payment_memory_working_set_bytes,c-payment_cpu_cfs_throttled_seconds_total,c-payment_cpu_user_seconds_total,c-payment_memory_usage_bytes,c-payment_memory_max_usage_bytes,c-payment_cpu_usage_seconds_total,c-shipping_memory_failures_total,c-shipping_file_descriptors,c-shipping_memory_rss,c-shipping_sockets,c-shipping_memory_working_set_bytes,c-shipping_threads,c-shipping_memory_usage_bytes,c-user_memory_failures_total,c-user_file_descriptors,c-user_memory_rss,c-user_sockets,c-user_cpu_cfs_throttled_periods_total,c-user_memory_working_set_bytes,c-user_cpu_cfs_throttled_seconds_total,c-user_memory_usage_bytes,c-user_memory_max_usage_bytes,c-user-db_memory_cache,c-user-db_memory_failures_total,c-user-db_file_descriptors,c-user-db_memory_rss,c-user-db_cpu_system_seconds_total,c-user-db_sockets,c-user-db_cpu_cfs_throttled_periods_total,c-user-db_memory_working_set_bytes,c-user-db_cpu_cfs_throttled_seconds_total,c-user-db_cpu_user_seconds_total,c-user-db_threads,c-user-db_last_seen,c-user-db_memory_usage_bytes,c-user-db_cpu_cfs_periods_total,c-user-db_cpu_usage_seconds_total,c-carts_memory_working_set_bytes,c-carts_memory_cache,c-carts_threads,c-carts_cpu_cfs_throttled_periods_total,c-carts_file_descriptors,c-carts_cpu_cfs_throttled_seconds_total,c-carts_sockets,c-carts_cpu_system_seconds_total,c-carts_memory_usage_bytes,c-carts_memory_mapped_file,c-carts_memory_max_usage_bytes,c-carts_memory_rss,c-carts_cpu_user_seconds_total,c-carts_processes,s-carts_throughput,s-carts_latency,s-catalogue_throughput,s-catalogue_latency,s-front-end_throughput,s-front-end_errors,s-front-end_latency,s-orders_throughput,s-orders_latency,s-payment_throughput,s-payment_latency,s-shipping_throughput,s-shipping_latency,s-user_throughput,s-user_latency 0,2.5069,0.4241,50823168.0,2.5275,0.0,235.0,152334336.0,19.2624,0.0,94.0,0.0574,161361920.0,0.0024,100231.4556,0.1882,300694.3668,125.0,209633280.0,15.1074,9.995,0.2602,9.0,0.0355,5.0,12517376.0,0.0404,1676679722.0,12517376.0,12832768.0,10.0015,0.0798,147.9066,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676679722.0,254087168.0,0.1929,0.0195,1676679722.0,62.0,486064128.0,36.0,0.0659,490831872.0,0.0005,69.0,490831872.0,51228672.0,56.609,0.0,81.0,120840192.0,18.1047,0.0065,0.0,18.0,0.0232,126922752.0,0.0005,88494.4133,0.0158,265483.2398,49.0,1676679722.0,176537600.0,0.0,9.8753,0.0273,0.0,11354112.0,0.0044,0.0231,11898880.0,0.0003,0.0086,11898880.0,12525568.0,0.0148,1.435,43.0,462004224.0,12.0,465072128.0,63.0,465072128.0,0.0,77.0,12435456.0,73.0,0.0,13877248.0,0.0,13877248.0,14172160.0,77856768.0,1.8952,104.0,51093504.0,0.0336,69.0,0.0,104407040.0,0.0,0.091,91.0,1676679722.0,132501504.0,9.9931,0.1333,560680960.0,7299072.0,144.0,0.0,132.0,0.0,102.0,0.0819,560680960.0,135168.0,568684544.0,547835904.0,0.3118,1.0,136.2222,0.0054,69.0222,0.0047,304.2222,3.6667,0.0356,31.7778,0.0242,34.7778,0.0004,32.1556,0.0013,239.9111,0.0041 1,2.5993,0.4272,50823168.0,4.287,0.0,235.0,152334336.0,19.9844,0.0,94.0,0.065,161480704.0,0.0029,105712.3804,0.1866,317137.1411,125.0,209674240.0,15.4376,10.003,0.2606,8.0,0.0354,4.0,12513280.0,0.0396,1676679737.0,12513280.0,12832768.0,9.9848,0.0787,218.1391,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676679737.0,254087168.0,0.1937,0.0174,1676679737.0,62.0,486064128.0,36.0,0.0711,490831872.0,0.0008,69.0,490831872.0,51634176.0,42.5933,0.0,81.0,120840192.0,18.1396,0.0061,0.0,18.0,0.0174,126984192.0,0.0003,82015.7326,0.0155,246047.1979,49.0,1676679737.0,176869376.0,0.0,9.907,0.0268,0.0,11354112.0,0.0054,0.0,11890688.0,0.0,0.0105,11890688.0,12525568.0,0.0177,3.0634,43.0,462004224.0,12.0,465072128.0,63.0,465072128.0,0.0,76.0,12435456.0,72.0,0.0,14008320.0,0.0,14008320.0,14172160.0,77856768.0,0.0,104.0,51093504.0,0.033,69.0,0.0,104419328.0,0.0,0.0896,91.0,1676679737.0,132513792.0,10.0114,0.1328,560680960.0,7299072.0,144.0,0.0,133.0,0.0,103.0,0.0805,560680960.0,135168.0,568684544.0,547835904.0,0.3159,1.0,136.4444,0.0055,69.0,0.0046,302.4222,4.7778,0.036,31.0444,0.0237,34.7778,0.0004,30.6444,0.0013,239.2,0.004 2,0.0,0.4341,50823168.0,1.65,0.0,235.0,152334336.0,12.0,0.0,94.0,0.05,161480704.0,0.0014,65024.0,0.1083,195072.0,125.0,209674240.0,10.775,5.75,0.1539,8.0,0.0346,4.0,12513280.0,0.0404,1676679752.0,12513280.0,12832768.0,10.0095,0.0791,211.2398,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676679752.0,254087168.0,0.1957,0.017,1676679752.0,64.0,486064128.0,38.0,0.0416,490819584.0,0.0005,69.0,490819584.0,51904512.0,2.7866,0.0,81.0,120840192.0,15.6216,0.0049,0.0,18.0,0.0,126873600.0,0.0,77474.9627,0.0135,232424.8881,49.0,1676679752.0,177164288.0,0.0,8.4441,0.0224,0.0,11354112.0,0.0057,0.0,11890688.0,0.0,0.0103,11890688.0,12525568.0,0.0181,3.1584,43.0,462004224.0,12.0,465088512.0,63.0,465088512.0,0.0,76.0,12435456.0,72.0,0.0,13877248.0,0.0,13877248.0,14172160.0,77856768.0,7.6455,104.0,50958336.0,0.0319,69.0,0.0,104353792.0,0.0,0.0909,91.0,1676679752.0,132448256.0,9.9913,0.1344,560812032.0,7299072.0,144.0,0.0,134.0,0.0,104.0,0.0821,560812032.0,135168.0,568684544.0,547835904.0,0.3205,1.0,137.4667,0.0055,69.6889,0.0045,306.8889,4.3333,0.0345,31.9333,0.025,35.2667,0.0004,31.7111,0.0014,242.5556,0.004 3,1.3726,0.4383,50688000.0,1.4355,0.0,235.0,152334336.0,19.9226,0.0,94.0,0.087,161255424.0,0.0028,107705.0763,0.1894,323115.229,125.0,209477632.0,19.5528,10.0048,0.266,8.0,0.0346,4.0,12513280.0,0.0403,1676679767.0,12513280.0,12832768.0,9.9817,0.0798,180.6327,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676679767.0,254087168.0,0.1991,0.016,1676679767.0,62.0,486064128.0,36.0,0.0,490696704.0,0.0,68.0,490696704.0,52174848.0,3.5171,0.0,81.0,120840192.0,18.1004,0.0055,0.0,18.0,0.0,126963712.0,0.0,82870.2062,0.0158,248610.6187,49.0,1676679767.0,177524736.0,0.0,9.8584,0.0262,0.0,11354112.0,0.0038,0.0,11890688.0,0.0,0.0065,11890688.0,12525568.0,0.0116,1.668,43.0,462004224.0,12.0,465088512.0,63.0,465088512.0,0.0,84.0,12435456.0,80.0,0.0,14020608.0,0.0,14020608.0,14172160.0,77856768.0,7.3743,104.0,51093504.0,0.026,69.0,0.0,104456192.0,0.0,0.076,91.0,1676679767.0,132550656.0,8.3519,0.1115,560705536.0,7299072.0,145.0,0.0,133.0,0.0,103.0,0.0849,560705536.0,135168.0,568684544.0,547835904.0,0.3217,1.0,137.8667,0.0054,69.6889,0.0045,306.5111,4.2444,0.0344,31.6444,0.0231,35.2889,0.0004,31.5556,0.0014,241.5778,0.0041 4,2.8663,0.4359,50823168.0,0.0,0.0,235.0,152334336.0,19.1291,0.0,94.0,0.1585,161513472.0,0.0027,101620.799,0.1876,304862.397,125.0,209690624.0,19.684,9.9873,0.262,10.0,0.0344,6.0,12652544.0,0.0415,1676679782.0,12652544.0,12832768.0,10.0158,0.0806,249.442,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676679782.0,254087168.0,0.1452,0.0122,1676679782.0,63.0,485928960.0,37.0,0.0,490876928.0,0.0,69.0,490876928.0,52580352.0,3.3138,0.0,81.0,120975360.0,18.452,0.0053,0.0,18.0,0.0,127152128.0,0.0,77430.4722,0.0166,232291.4167,49.0,1676679782.0,177983488.0,0.0,9.7909,0.0269,0.0,11354112.0,0.006,0.0,11890688.0,0.0,0.0105,11890688.0,12525568.0,0.0182,1.2811,43.0,462004224.0,12.0,465096704.0,63.0,465096704.0,0.0,76.0,12435456.0,72.0,0.0,13881344.0,0.0,13881344.0,14172160.0,77856768.0,6.7481,107.0,51093504.0,0.0317,72.0,0.0,104574976.0,0.0,0.0928,94.0,1676679782.0,132669440.0,9.9994,0.1356,560676864.0,7299072.0,144.0,0.0,134.0,0.0,104.0,0.0853,560676864.0,135168.0,568684544.0,547835904.0,0.3196,1.0,137.4,0.0054,69.4222,0.0047,306.5556,3.6889,0.0347,31.9333,0.0237,35.1111,0.0004,32.3111,0.0014,241.4889,0.0042 5,3.4523,0.3709,50958336.0,0.0,0.0,235.0,152334336.0,15.7285,0.0,94.0,0.1157,161292288.0,0.0008,84082.5763,0.1492,252247.7289,125.0,209608704.0,16.22,8.1534,0.2101,10.0,0.035,6.0,12652544.0,0.0417,1676679797.0,12652544.0,12832768.0,9.997,0.0815,257.3438,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676679797.0,254087168.0,0.1977,0.0162,1676679797.0,63.0,486064128.0,37.0,0.0,490962944.0,0.0,71.0,490962944.0,53121024.0,2.7099,0.0,81.0,120975360.0,18.3946,0.0055,0.0,18.0,0.0,127090688.0,0.0,74335.1263,0.0166,223005.3788,49.0,1676679797.0,178462720.0,0.0,9.8542,0.0271,0.0,11354112.0,0.0061,0.0191,11894784.0,0.0001,0.0109,11894784.0,12525568.0,0.0186,1.5721,43.0,462004224.0,12.0,465096704.0,63.0,465096704.0,0.0,78.0,12435456.0,74.0,0.0189,14012416.0,0.0,14012416.0,14172160.0,77856768.0,2.9178,104.0,51093504.0,0.0318,69.0,0.0,104427520.0,0.0,0.0944,91.0,1676679797.0,132521984.0,10.0135,0.136,560676864.0,7299072.0,144.0,0.0,134.0,0.0,104.0,0.0722,560676864.0,135168.0,568684544.0,547835904.0,0.273,1.0,137.2444,0.0058,69.5111,0.0046,303.9778,4.9556,0.0351,30.5556,0.0222,35.0,0.0004,30.9556,0.0013,240.6444,0.0042 6,1.7499,0.4472,50823168.0,2.7562,0.0,235.0,152469504.0,20.1077,0.0,94.0,0.1253,161681408.0,0.0014,108959.8263,0.1837,326879.4788,125.0,209707008.0,22.6134,9.9808,0.2566,9.0,0.0358,5.0,12517376.0,0.0417,1676679812.0,12517376.0,12832768.0,10.0054,0.081,255.3544,45.0,206807040.0,4.0,0.0,219443200.0,0.0,1676679812.0,254087168.0,0.1962,0.0143,1676679812.0,61.0,486064128.0,35.0,0.0189,490823680.0,0.0001,69.0,490823680.0,53121024.0,1.9907,0.0,81.0,120975360.0,18.6101,0.0057,0.0,18.0,0.0,127090688.0,0.0,79192.1337,0.0169,237576.401,49.0,1676679812.0,178462720.0,0.0,9.8027,0.0273,0.0,11354112.0,0.0047,0.0277,11894784.0,0.0002,0.0083,11894784.0,12525568.0,0.0145,1.5243,47.0,462004224.0,16.0,465129472.0,64.0,465129472.0,0.0,76.0,12435456.0,72.0,0.0244,13877248.0,0.0,13877248.0,14172160.0,77856768.0,6.9878,104.0,50958336.0,0.032,69.0,0.0212,104439808.0,0.0003,0.0953,91.0,1676679812.0,132534272.0,9.9947,0.1366,560652288.0,7299072.0,143.0,0.0,132.0,0.0,102.0,0.087,560652288.0,135168.0,568684544.0,547700736.0,0.3288,1.0,137.4444,0.0056,69.4444,0.0046,305.6222,5.2667,0.0344,30.8222,0.0229,35.1556,0.0004,30.8444,0.0013,242.0889,0.0042 7,0.0,0.4475,50823168.0,2.9503,0.0,235.0,152469504.0,15.087,0.0,94.0,0.0447,161681408.0,0.0009,83218.8825,0.1359,249656.6475,125.0,209707008.0,18.015,7.3758,0.1888,8.0,0.0363,4.0,12517376.0,0.0409,1676679827.0,12517376.0,12832768.0,10.0012,0.081,192.4044,45.0,206807040.0,4.0,0.0,219443200.0,0.0,1676679827.0,254087168.0,0.1981,0.0171,1676679827.0,64.0,486064128.0,38.0,0.0209,490881024.0,0.0001,71.0,490881024.0,53391360.0,0.0,0.0,81.0,120975360.0,17.0286,0.006,0.0,18.0,0.0,127102976.0,0.0,60875.6109,0.0166,182626.8326,49.0,1676679827.0,178880512.0,0.0,9.799,0.0267,0.0,11354112.0,0.006,0.0242,11894784.0,0.0002,0.0109,11894784.0,12525568.0,0.0185,2.5151,43.0,462004224.0,12.0,465117184.0,63.0,465117184.0,0.0,76.0,12435456.0,72.0,0.0522,14008320.0,0.0004,14008320.0,14172160.0,77856768.0,8.4777,104.0,51093504.0,0.0321,69.0,0.0214,104534016.0,0.0003,0.0933,91.0,1676679827.0,132628480.0,9.9976,0.1363,560783360.0,7299072.0,143.0,0.0,135.0,0.0,105.0,0.0881,560783360.0,135168.0,568684544.0,547700736.0,0.3276,1.0,137.7778,0.0056,69.9333,0.0044,305.8222,5.5111,0.0342,31.0667,0.0232,35.1778,0.0004,30.7778,0.0012,242.4222,0.0042 8,0.0,0.3316,50823168.0,6.0163,0.0182,235.0,152199168.0,20.0726,74.675,94.0,0.0365,161124352.0,0.0007,107756.0664,0.185,323492.2244,125.0,209420288.0,20.6195,9.9907,0.2552,8.0,0.0364,4.0,12517376.0,0.0427,1676679842.0,12517376.0,12832768.0,10.0045,0.0825,220.167,45.0,206807040.0,4.0,0.0,219443200.0,0.0,1676679842.0,254087168.0,0.2006,0.0185,1676679842.0,64.0,485928960.0,38.0,0.0213,491032576.0,0.0001,71.0,491032576.0,54067200.0,0.0,0.0,81.0,120975360.0,18.4262,0.0058,0.0,18.0,0.0,127156224.0,0.0,81279.2273,0.0171,243837.6818,49.0,1676679842.0,179474432.0,0.0,9.8168,0.0269,0.0,11354112.0,0.0063,0.0,11894784.0,0.0,0.0106,11894784.0,12525568.0,0.0183,1.6835,43.0,462004224.0,12.0,465117184.0,63.0,465117184.0,0.0,77.0,12435456.0,73.0,0.0219,13885440.0,0.0003,13885440.0,14172160.0,77856768.0,8.5059,104.0,51093504.0,0.0331,69.0,0.0215,104677376.0,0.0003,0.0924,91.0,1676679842.0,132771840.0,9.988,0.1374,560656384.0,7299072.0,143.0,0.0,134.0,0.0,104.0,0.0641,560656384.0,135168.0,568684544.0,547700736.0,0.2441,1.0,137.7778,0.0051,69.9556,0.0046,306.6667,5.3111,0.0338,31.1333,0.0221,35.2667,0.0003,30.7333,0.001,242.3778,0.0041 9,2.4563,0.4287,4866048.0,3.9629,0.02,235.0,151658496.0,20.0548,81.9807,94.0,0.02,158916608.0,0.0008,108624.382,0.1843,326119.0881,125.0,161116160.0,14.0904,10.0074,0.2558,9.0,0.0368,5.0,12521472.0,0.0433,1676679857.0,12521472.0,12832768.0,10.0052,0.0827,217.5012,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676679857.0,254087168.0,0.1456,0.0149,1676679857.0,67.0,486064128.0,41.0,0.0,490860544.0,0.0,68.0,490860544.0,54472704.0,0.0,0.0,81.0,120975360.0,19.1785,0.0052,0.0,18.0,0.0,127193088.0,0.0,81551.8395,0.0167,244655.5184,49.0,1676679857.0,179916800.0,0.0,9.9289,0.0265,0.0,11354112.0,0.0054,0.0,11894784.0,0.0,0.009,11894784.0,12525568.0,0.0156,2.5279,43.0,462004224.0,12.0,465113088.0,63.0,465113088.0,0.0,76.0,12435456.0,72.0,0.02,13877248.0,0.0003,13877248.0,14172160.0,77856768.0,3.9497,104.0,51093504.0,0.0341,69.0,0.0,104685568.0,0.0,0.0936,91.0,1676679857.0,132780032.0,9.994,0.1385,560832512.0,7299072.0,145.0,0.0,137.0,0.0,106.0,0.0819,560832512.0,135168.0,568684544.0,547700736.0,0.3171,1.0,137.8,0.0052,69.9333,0.0047,307.0667,5.1333,0.0339,31.3556,0.0213,35.3333,0.0004,31.3111,0.001,242.5778,0.0042 10,2.8807,0.3656,5541888.0,1.4357,0.0218,235.0,150847488.0,16.9675,89.101,94.0,0.0653,158199808.0,0.0033,89635.6005,0.1547,269174.1046,125.0,161075200.0,5.5688,8.462,0.2166,8.0,0.0363,4.0,12517376.0,0.0435,1676679872.0,12517376.0,12832768.0,9.9912,0.0825,231.8927,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676679872.0,254087168.0,0.2018,0.0193,1676679872.0,67.0,486064128.0,41.0,0.0,490860544.0,0.0,68.0,490860544.0,54743040.0,0.0,0.0,81.0,120975360.0,18.5699,0.0055,0.0,18.0,0.0,127238144.0,0.0,74894.5488,0.0165,224683.6463,49.0,1676679872.0,180232192.0,0.0,9.8647,0.0261,1.4524,11354112.0,0.0064,0.0,12034048.0,0.0,0.011,12034048.0,12525568.0,0.0184,1.4026,44.0,462004224.0,13.0,465121280.0,63.0,465121280.0,0.0,81.0,12435456.0,76.0,0.0,14008320.0,0.0,14008320.0,14172160.0,77856768.0,5.6002,104.0,51093504.0,0.0335,69.0,0.0,104534016.0,0.0,0.0944,91.0,1676679872.0,132628480.0,9.9913,0.1372,560832512.0,7299072.0,145.0,0.0,137.0,0.0,106.0,0.0698,560832512.0,135168.0,568684544.0,547700736.0,0.2708,1.0,137.3111,0.0053,69.4222,0.0048,305.1556,5.0222,0.0346,30.8889,0.0235,35.2222,0.0004,31.1556,0.0012,241.8,0.0042 11,3.169,0.4343,6758400.0,2.2848,0.0173,235.0,150577152.0,19.7674,70.8994,94.0,0.1039,157872128.0,0.0033,103158.6236,0.1854,309688.5689,125.0,161964032.0,4.4312,10.0048,0.2599,8.0,0.035,4.0,12517376.0,0.0432,1676679887.0,12517376.0,12832768.0,10.0002,0.0817,182.9385,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676679887.0,254087168.0,0.1999,0.0174,1676679887.0,63.0,486064128.0,37.0,0.0,490856448.0,0.0,69.0,490856448.0,55013376.0,1.3655,0.0,81.0,120975360.0,17.3587,0.0054,0.0,18.0,0.0,127197184.0,0.0,59067.5522,0.0155,177202.6566,49.0,1676679887.0,180596736.0,0.0,9.8897,0.0251,1.4909,11354112.0,0.0059,0.0,12029952.0,0.0,0.0108,12029952.0,12525568.0,0.0181,2.6359,43.0,462004224.0,12.0,465121280.0,63.0,465121280.0,0.0,81.0,12435456.0,76.0,0.0,14008320.0,0.0,14008320.0,14172160.0,77856768.0,6.1622,104.0,50958336.0,0.0334,69.0,0.0,104427520.0,0.0,0.0937,91.0,1676679887.0,132521984.0,10.009,0.1354,560652288.0,7299072.0,143.0,0.0,132.0,0.0,102.0,0.0833,560652288.0,135168.0,568684544.0,547700736.0,0.3188,1.0,137.0444,0.0055,69.4444,0.0048,305.0667,5.2444,0.0349,30.7111,0.0241,35.2,0.0004,31.0222,0.0013,241.2444,0.0042 12,1.3333,0.4282,7299072.0,3.0392,0.0,235.0,150577152.0,19.0413,0.0,94.0,0.1151,157880320.0,0.0034,96948.9777,0.1863,290846.9331,125.0,162648064.0,0.0,9.9926,0.2602,9.0,0.0348,5.0,12517376.0,0.042,1676679902.0,12517376.0,12832768.0,9.9924,0.0809,216.5507,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676679902.0,254087168.0,0.138,0.0099,1676679902.0,64.0,486199296.0,38.0,0.0,490811392.0,0.0,69.0,490811392.0,55959552.0,1.4118,0.0,81.0,120975360.0,18.097,0.0056,0.0,18.0,0.0,127275008.0,0.0,80696.8426,0.0154,242090.5279,49.0,1676679902.0,181485568.0,0.0,9.8614,0.0254,0.0,11354112.0,0.0052,0.0,12034048.0,0.0,0.0091,12034048.0,12525568.0,0.0151,1.4714,43.0,462004224.0,12.0,465117184.0,63.0,465117184.0,0.0,78.0,12435456.0,74.0,0.0,13885440.0,0.0,13885440.0,14172160.0,77856768.0,7.0758,104.0,50688000.0,0.033,69.0,0.0,104140800.0,0.0,0.0933,91.0,1676679902.0,132235264.0,10.0133,0.1349,560652288.0,7299072.0,143.0,0.0,134.0,0.0,103.0,0.0808,560652288.0,135168.0,568684544.0,547700736.0,0.3133,1.0,136.9333,0.0055,69.2444,0.0047,302.9111,5.1333,0.0358,30.3778,0.0236,34.9778,0.0004,30.3778,0.0013,240.5111,0.0042 13,1.7391,0.4304,8515584.0,12.3944,0.0,235.0,151523328.0,19.9478,0.0,94.0,0.1043,159125504.0,0.0013,108457.4648,0.188,325372.3944,125.0,164974592.0,0.0,9.9948,0.2631,9.0,0.0341,5.0,12521472.0,0.0415,1676679917.0,12521472.0,12832768.0,10.0043,0.0803,220.9484,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676679917.0,254087168.0,0.1986,0.016,1676679917.0,64.0,486064128.0,38.0,0.0,491081728.0,0.0,73.0,491081728.0,56094720.0,3.0823,0.0,81.0,120975360.0,18.5406,0.0054,0.0,18.0,0.0,127250432.0,0.0,84072.014,0.0156,252216.042,49.0,1676679917.0,181731328.0,0.0,9.9708,0.0259,0.0,11354112.0,0.0058,0.0,12034048.0,0.0,0.011,12034048.0,12525568.0,0.0182,3.2389,44.0,462004224.0,13.0,465121280.0,63.0,465121280.0,0.0,78.0,12435456.0,74.0,0.0,13885440.0,0.0,13885440.0,14172160.0,77856768.0,5.7095,104.0,50823168.0,0.0331,69.0,0.0,104304640.0,0.0,0.0932,91.0,1676679917.0,132399104.0,10.0132,0.1346,560803840.0,7299072.0,144.0,0.0,132.0,0.0,102.0,0.0817,560803840.0,135168.0,568684544.0,547700736.0,0.3178,1.0,137.6889,0.0055,69.8,0.0047,305.3778,5.4,0.0345,30.8667,0.0221,35.2222,0.0004,30.7333,0.0012,242.3333,0.0042 14,1.2326,0.4326,9326592.0,14.9494,0.0,235.0,151793664.0,19.9099,0.0,94.0,0.0453,159191040.0,0.0005,109105.4384,0.1857,327316.3152,125.0,165986304.0,0.0,9.9889,0.2589,8.0,0.0355,4.0,12517376.0,0.0418,1676679932.0,12517376.0,12832768.0,9.9942,0.0805,193.5646,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676679932.0,254087168.0,0.128,0.0122,1676679932.0,64.0,486064128.0,38.0,0.0204,490983424.0,0.0,70.0,490983424.0,56500224.0,1.4856,0.0,81.0,120975360.0,19.1104,0.0056,0.0,18.0,0.0,127254528.0,0.0,85467.7891,0.0162,256403.3674,49.0,1676679932.0,182140928.0,0.0,9.9716,0.0266,0.0,11354112.0,0.0057,0.0,12034048.0,0.0,0.0112,12034048.0,12525568.0,0.0183,1.785,42.0,462004224.0,11.0,465281024.0,64.0,465281024.0,0.0,77.0,12435456.0,73.0,0.0,13877248.0,0.0,13877248.0,14172160.0,77856768.0,3.141,104.0,50823168.0,0.0324,69.0,0.0,104329216.0,0.0,0.0945,91.0,1676679932.0,132423680.0,9.9941,0.135,560676864.0,7299072.0,144.0,0.0,132.0,0.0,102.0,0.082,560676864.0,135168.0,568684544.0,547700736.0,0.3182,1.0,138.3556,0.0053,70.0222,0.0045,307.3778,4.6444,0.0338,32.0444,0.0215,35.3556,0.0003,31.6444,0.0011,243.2889,0.004 15,1.3035,0.4356,10272768.0,14.615,0.0,235.0,151793664.0,19.8893,0.0,94.0,0.0604,159342592.0,0.0005,108759.4162,0.1846,326278.2486,125.0,167084032.0,0.0,10.005,0.2575,9.0,0.0342,5.0,12517376.0,0.0413,1676679947.0,12517376.0,12832768.0,10.0011,0.0799,188.9596,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676679947.0,254087168.0,0.2,0.0188,1676679947.0,61.0,486064128.0,35.0,0.0217,490803200.0,0.0,69.0,490803200.0,56905728.0,1.5041,0.0,81.0,120975360.0,18.3679,0.0057,0.0,18.0,0.0,127389696.0,0.0,63473.4851,0.0162,190420.4553,49.0,1676679947.0,182546432.0,0.0,9.9588,0.0265,0.0,11354112.0,0.0056,0.0,12042240.0,0.0,0.0112,12042240.0,12525568.0,0.0183,1.3373,43.0,462004224.0,12.0,465121280.0,63.0,465121280.0,0.0,76.0,12435456.0,72.0,0.0,14004224.0,0.0,14004224.0,14172160.0,77856768.0,3.2157,104.0,50823168.0,0.0319,69.0,0.0,104378368.0,0.0,0.0926,91.0,1676679947.0,132472832.0,9.9883,0.1333,560680960.0,7299072.0,144.0,0.0,133.0,0.0,103.0,0.082,560680960.0,135168.0,568684544.0,547700736.0,0.3205,1.0,138.1333,0.0052,69.8889,0.0044,308.6,4.3333,0.0334,32.4444,0.0222,35.3111,0.0004,32.4,0.0011,242.7778,0.004 16,0.0,0.3657,10948608.0,7.4184,0.0,235.0,152064000.0,19.108,0.0,94.0,0.045,159682560.0,0.0012,98523.5141,0.1816,295570.5422,125.0,168099840.0,0.0,10.0036,0.2544,8.0,0.0349,4.0,12517376.0,0.0413,1676679962.0,12517376.0,12832768.0,10.0056,0.0797,185.6105,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676679962.0,254087168.0,0.1983,0.0189,1676679962.0,64.0,486064128.0,38.0,0.0448,490758144.0,0.0001,69.0,490758144.0,57311232.0,0.0,0.0,81.0,120975360.0,18.4636,0.0058,0.0,18.0,0.0,127287296.0,0.0,73975.8521,0.0155,221927.5564,49.0,1676679962.0,182984704.0,0.0,9.9575,0.026,0.0,11354112.0,0.0059,0.0,12042240.0,0.0,0.0112,12042240.0,12525568.0,0.0182,0.0,43.0,462004224.0,12.0,465121280.0,63.0,465121280.0,0.0,77.0,12435456.0,73.0,0.0,14008320.0,0.0,14008320.0,14172160.0,77856768.0,0.0,104.0,50958336.0,0.0318,69.0,0.0,104419328.0,0.0,0.091,91.0,1676679962.0,132513792.0,9.9862,0.1329,560680960.0,7299072.0,144.0,0.0,133.0,0.0,103.0,0.0682,560680960.0,135168.0,568684544.0,547700736.0,0.2678,1.0,137.4667,0.0053,69.6667,0.0044,306.3333,4.3333,0.0346,31.7333,0.0228,35.1778,0.0004,32.0667,0.0011,241.9556,0.004 17,3.2401,0.434,11624448.0,6.3756,0.0,235.0,152199168.0,20.1652,0.0,94.0,0.0483,159838208.0,0.0013,105644.5131,0.1804,316933.5394,125.0,168796160.0,0.0,9.9981,0.2541,9.0,0.034,5.0,12521472.0,0.0409,1676679977.0,12521472.0,12832768.0,10.0103,0.0792,119.1089,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676679977.0,254087168.0,0.1958,0.019,1676679977.0,64.0,485928960.0,38.0,0.042,490733568.0,0.0002,69.0,490733568.0,57581568.0,0.0,0.0,81.0,121110528.0,18.1181,0.0056,0.0,18.0,0.0,127287296.0,0.0,74394.627,0.0156,223183.8811,49.0,1676679977.0,183255040.0,0.0,9.9516,0.026,0.0,11354112.0,0.0061,0.0,12038144.0,0.0,0.0111,12038144.0,12525568.0,0.0181,1.5123,45.0,462004224.0,14.0,465158144.0,64.0,465158144.0,0.0,77.0,12435456.0,73.0,0.0,14008320.0,0.0,14008320.0,14172160.0,77856768.0,0.0,104.0,50958336.0,0.0304,69.0,0.0,104423424.0,0.0,0.0886,91.0,1676679977.0,132517888.0,9.9882,0.1321,560652288.0,7299072.0,143.0,0.0,131.0,0.0,101.0,0.0795,560652288.0,135168.0,568684544.0,547700736.0,0.3208,1.0,136.7556,0.0053,69.2889,0.0046,304.2667,4.7111,0.0353,30.8667,0.0225,34.8889,0.0004,31.1556,0.0011,240.6444,0.004 18,3.4705,0.441,12705792.0,7.5805,0.0,235.0,151928832.0,20.0078,0.0,94.0,0.0459,159506432.0,0.0013,105474.3758,0.1826,316423.1273,125.0,169680896.0,0.0,9.9924,0.2576,10.0,0.035,6.0,12521472.0,0.0416,1676679992.0,12521472.0,12832768.0,9.999,0.0798,217.1563,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676679992.0,254087168.0,0.1968,0.017,1676679992.0,66.0,485928960.0,40.0,0.0402,490745856.0,0.0002,69.0,490745856.0,57987072.0,0.0,0.0,81.0,121110528.0,17.8963,0.0054,0.0,18.0,0.0,127315968.0,0.0,72510.3893,0.0153,217531.168,49.0,1676679992.0,183689216.0,0.0,9.9806,0.0255,0.0,11354112.0,0.0062,0.0,12038144.0,0.0,0.0108,12038144.0,12525568.0,0.0183,11.7765,43.0,462004224.0,12.0,465117184.0,63.0,465117184.0,0.0,79.0,12435456.0,75.0,0.0,14012416.0,0.0,14012416.0,14172160.0,77856768.0,0.0,104.0,50958336.0,0.0201,69.0,0.0,104423424.0,0.0,0.0592,91.0,1676679992.0,132517888.0,6.7373,0.0892,560652288.0,7299072.0,143.0,0.0,133.0,0.0,103.0,0.0815,560652288.0,135168.0,568684544.0,547700736.0,0.3268,1.0,137.6222,0.0054,69.6444,0.0046,305.6889,5.0444,0.0345,31.0222,0.0232,35.2444,0.0004,30.9111,0.0011,241.8667,0.004 19,0.0,0.309,13516800.0,7.1582,0.0,235.0,152199168.0,19.826,0.0,94.0,0.1301,159707136.0,0.0083,104396.8677,0.1807,313190.6032,125.0,170692608.0,0.0,9.9998,0.253,8.0,0.0341,4.0,12517376.0,0.0404,1676680007.0,12517376.0,12832768.0,9.9372,0.0774,203.9078,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676680007.0,254087168.0,0.197,0.0149,1676680007.0,66.0,486064128.0,40.0,0.0231,490754048.0,0.0001,68.0,490754048.0,57987072.0,0.0,0.0,81.0,121110528.0,17.4999,0.0049,0.0,18.0,0.0,127315968.0,0.0,60610.4868,0.0155,181831.4603,49.0,1676680007.0,183689216.0,0.0,9.9529,0.0255,0.0,11354112.0,0.0061,0.0,12038144.0,0.0,0.0104,12038144.0,12525568.0,0.0177,23.723,43.0,462004224.0,12.0,465117184.0,63.0,465117184.0,0.0,77.0,12435456.0,73.0,0.0,13881344.0,0.0,13881344.0,14172160.0,77856768.0,2.4307,104.0,51093504.0,0.0315,69.0,0.0,104558592.0,0.0,0.0893,91.0,1676680007.0,132653056.0,9.9807,0.1311,560807936.0,7299072.0,144.0,0.0,133.0,0.0,103.0,0.0599,560807936.0,135168.0,568684544.0,547700736.0,0.227,1.0,133.9111,0.0056,67.8444,0.005,300.0444,5.0667,0.0374,30.0,0.0254,34.5778,0.0004,30.0,0.0013,236.3556,0.0041 20,0.0,0.4267,14462976.0,8.0295,0.0,235.0,152469504.0,19.0194,0.0,94.0,0.1419,160006144.0,0.0082,98583.722,0.1788,295751.1659,125.0,171802624.0,0.0,9.9964,0.2494,8.0,0.0269,4.0,12517376.0,0.031,1676680022.0,12517376.0,12832768.0,7.7494,0.0599,128.1112,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676680022.0,254087168.0,0.1917,0.0115,1676680022.0,60.0,486064128.0,34.0,0.0434,490708992.0,0.0002,69.0,490708992.0,58662912.0,2.813,0.0,81.0,121110528.0,17.7944,0.0051,0.0,18.0,0.0,127352832.0,0.0,77424.6564,0.016,232273.9691,49.0,1676680022.0,184537088.0,0.0,9.8029,0.0255,0.0,11354112.0,0.0059,0.0,12038144.0,0.0,0.0104,12038144.0,12525568.0,0.0177,12.0398,43.0,462004224.0,12.0,465125376.0,63.0,465125376.0,0.0,76.0,12435456.0,72.0,0.0,14008320.0,0.0,14008320.0,14172160.0,77856768.0,5.2652,104.0,50958336.0,0.0325,69.0,0.0,104345600.0,0.0,0.0891,91.0,1676680022.0,132440064.0,9.9918,0.1306,560656384.0,7299072.0,143.0,0.0,133.0,0.0,103.0,0.0817,560656384.0,135168.0,568684544.0,547700736.0,0.3129,1.0,133.6,0.0059,67.2667,0.005,296.2667,4.3111,0.0391,30.9556,0.0255,34.1333,0.0004,30.3556,0.0013,234.1333,0.0042 21,102.4241,0.4534,15138816.0,7.1664,0.0,235.0,152469504.0,19.7837,0.0,94.0,0.1954,160169984.0,0.0122,105406.5323,0.1807,316219.5969,125.0,172777472.0,0.0,10.0113,0.2501,8.0,0.035,4.0,12517376.0,0.0387,1676680037.0,12517376.0,12832768.0,9.9342,0.0756,234.8096,45.0,206807040.0,4.0,0.0,219443200.0,0.0,1676680037.0,254087168.0,0.1909,0.0126,1676680037.0,62.0,486064128.0,36.0,0.0494,490717184.0,0.0002,68.0,490717184.0,58662912.0,3.807,0.0,81.0,121110528.0,14.6799,0.0043,0.0,18.0,0.0,127352832.0,0.0,73005.2563,0.0138,219015.7688,49.0,1676680037.0,184537088.0,0.0,7.96,0.0212,0.0,11354112.0,0.0054,0.0,12034048.0,0.0,0.0103,12034048.0,12525568.0,0.0172,1.4541,43.0,462139392.0,12.0,465129472.0,63.0,465129472.0,0.0,76.0,12435456.0,72.0,0.0,14008320.0,0.0,14008320.0,14172160.0,77856768.0,5.3066,104.0,50823168.0,0.0271,69.0,0.0,104194048.0,0.0,0.0762,91.0,1676680037.0,132288512.0,8.5227,0.1104,568504320.0,9596928.0,159.0,0.1572,163.0,0.0014,111.0,0.0839,568504320.0,2433024.0,568766464.0,552296448.0,0.3434,6.0,133.5556,0.0059,67.0667,0.0049,296.3111,3.9778,0.0394,30.3556,0.0251,34.0667,0.0004,30.9556,0.0014,234.6444,0.0042 22,94.1325,0.7311,15138816.0,6.4856,0.0,235.0,152469504.0,20.2758,0.0,94.0,0.131,160169984.0,0.0061,110017.3605,0.1831,330052.0816,125.0,172777472.0,0.0,9.9905,0.253,8.0,0.0363,4.0,12517376.0,0.0391,1676680052.0,12517376.0,12832768.0,9.9848,0.0774,244.5554,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676680052.0,254087168.0,0.1876,0.0136,1676680052.0,66.0,486064128.0,40.0,0.0364,490790912.0,0.0001,70.0,490790912.0,59203584.0,0.0,0.0,81.0,121110528.0,15.2574,0.004,0.0,18.0,0.0,127520768.0,0.0,75504.1613,0.0142,226512.4839,49.0,1676680052.0,184975360.0,0.0,8.1392,0.0221,0.0,11354112.0,0.0047,0.0,12038144.0,0.0,0.0093,12038144.0,12525568.0,0.017,1.6724,43.0,462139392.0,12.0,465129472.0,63.0,465129472.0,0.0,76.0,12435456.0,72.0,0.0,14008320.0,0.0,14008320.0,14172160.0,77856768.0,5.9658,104.0,50823168.0,0.0315,69.0,0.0,104169472.0,0.0,0.0882,91.0,1676680052.0,132263936.0,9.9792,0.1279,568492032.0,9596928.0,159.0,2.4553,156.0,0.0533,104.0,0.0881,568492032.0,2433024.0,568815616.0,552296448.0,0.6516,6.0,134.2889,0.0068,67.3778,0.0047,297.1556,4.5556,0.0388,30.2,0.0297,34.1778,0.0005,30.5333,0.0014,234.8444,0.0041 23,113.4959,1.1319,16355328.0,26.2575,0.0,235.0,153550848.0,19.551,0.0,94.0,0.2273,161427456.0,0.0089,105688.2069,0.1847,317064.6206,125.0,175116288.0,0.0,9.8323,0.2492,8.0,0.0355,4.0,12517376.0,0.0382,1676680067.0,12517376.0,12832768.0,9.9905,0.0748,209.0624,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676680067.0,254087168.0,0.1884,0.0144,1676680067.0,65.0,485928960.0,39.0,0.0196,490651648.0,0.0006,68.0,490651648.0,59203584.0,0.0,0.0,81.0,121110528.0,11.7973,0.0031,0.0,18.0,0.0,127520768.0,0.0,58381.1025,0.011,175143.3076,49.0,1676680067.0,184975360.0,0.0,6.2933,0.0171,0.0,11354112.0,0.0033,0.0,12038144.0,0.0,0.0067,12038144.0,12525568.0,0.0126,1.6241,44.0,462139392.0,13.0,465129472.0,63.0,465129472.0,0.0,80.0,12435456.0,76.0,0.0528,13897728.0,0.0004,13897728.0,14172160.0,77856768.0,3.3641,104.0,50823168.0,0.0255,69.0,0.0,104169472.0,0.0,0.0731,91.0,1676680067.0,132263936.0,8.1808,0.1061,568623104.0,9596928.0,159.0,5.529,159.0,0.1269,107.0,0.0995,568623104.0,2433024.0,568815616.0,552296448.0,1.0884,6.0,132.0444,0.0083,66.5778,0.0049,294.8444,5.6444,0.0395,28.7778,0.0394,34.0667,0.0006,29.7556,0.0016,233.6667,0.0043 24,1.4094,1.4825,17301504.0,26.8757,0.0,235.0,153956352.0,18.1971,0.0,94.0,0.3054,161824768.0,0.0107,94341.8508,0.1827,283025.5523,125.0,176459776.0,0.0,9.7984,0.2449,8.0,0.035,4.0,12517376.0,0.0375,1676680082.0,12517376.0,12832768.0,9.9719,0.0746,200.0947,45.0,206671872.0,4.0,0.0,219443200.0,0.0,1676680082.0,254087168.0,0.1851,0.0147,1676680082.0,82.0,486064128.0,56.0,0.0181,491057152.0,0.0006,78.0,491057152.0,59744256.0,0.0,0.0,81.0,121110528.0,14.0157,0.0053,0.0,18.0,0.0,127442944.0,0.0,53379.7949,0.013,160139.3846,49.0,1676680082.0,185573376.0,0.0,9.4492,0.0222,0.0,11354112.0,0.0031,0.0,12087296.0,0.0,0.0059,12087296.0,12525568.0,0.0152,3.0955,43.0,462139392.0,12.0,465256448.0,64.0,465256448.0,0.0,77.0,12435456.0,73.0,0.1223,13893632.0,0.0012,13893632.0,14172160.0,77856768.0,5.8788,104.0,50688000.0,0.031,69.0,0.0668,104058880.0,0.0004,0.0835,91.0,1676680082.0,132153344.0,9.9984,0.1236,568524800.0,9596928.0,160.0,8.5207,161.0,0.1998,108.0,0.1044,568524800.0,2433024.0,568815616.0,552296448.0,1.4784,6.0,129.5778,0.0091,65.7111,0.0053,287.3111,6.9333,0.0428,27.4667,0.0441,33.2444,0.0008,27.6667,0.0016,228.5333,0.0044 25,2.0598,1.4792,17301504.0,8.1179,0.0,235.0,153956352.0,14.4318,0.0,94.0,0.287,161824768.0,0.0111,75738.2455,0.1476,227214.7364,125.0,176459776.0,0.0,7.8719,0.1992,10.0,0.0342,6.0,12521472.0,0.0368,1676680097.0,12521472.0,12832768.0,9.9787,0.0745,194.2926,45.0,206807040.0,4.0,0.0,219443200.0,0.0,1676680097.0,254087168.0,0.1857,0.0147,1676680097.0,82.0,486064128.0,56.0,0.0207,491057152.0,0.0006,78.0,491057152.0,60555264.0,0.0,0.0,81.0,121110528.0,15.1929,0.0052,0.0,18.0,0.0,127401984.0,0.0,78532.7511,0.0136,235598.2533,49.0,1676680097.0,186343424.0,0.0,9.4614,0.0228,0.0,11354112.0,0.0024,0.0,12083200.0,0.0,0.0048,12083200.0,12525568.0,0.0144,1.4698,43.0,462139392.0,12.0,465256448.0,64.0,465256448.0,0.0,76.0,12435456.0,72.0,0.0619,13881344.0,0.0006,13881344.0,14172160.0,77856768.0,6.9537,104.0,50688000.0,0.0316,69.0,0.0632,104108032.0,0.0003,0.0841,91.0,1676680097.0,132202496.0,10.0091,0.1251,568524800.0,9596928.0,160.0,8.4576,161.0,0.2021,108.0,0.1049,568524800.0,2433024.0,568815616.0,552296448.0,1.474,6.0,129.8667,0.0089,66.1333,0.0054,286.9111,7.2667,0.0428,27.2889,0.0422,33.3556,0.0008,27.6444,0.0015,229.4889,0.0044 26,1.8837,1.4831,18518016.0,4.5364,0.0,235.0,153821184.0,19.062,0.0,94.0,0.2749,161611776.0,0.0087,103322.0153,0.1872,309966.0458,125.0,177598464.0,0.0,9.8747,0.2534,9.0,0.033,5.0,12521472.0,0.0371,1676680112.0,12521472.0,12832768.0,9.9719,0.0753,210.8202,45.0,206807040.0,4.0,0.0,219443200.0,0.0,1676680112.0,254087168.0,0.1876,0.0181,1676680112.0,65.0,486064128.0,39.0,0.061,490946560.0,0.0003,69.0,490946560.0,61231104.0,37.7574,0.0,81.0,124354560.0,16.6819,0.005,0.0,18.0,0.0229,130916352.0,0.0008,80701.5103,0.0146,242104.5309,49.0,1676680112.0,190533632.0,0.0,9.6339,0.0239,0.0,11489280.0,0.0017,0.0241,12111872.0,0.0004,0.0036,12111872.0,12525568.0,0.0109,4.2173,43.0,462139392.0,12.0,465256448.0,64.0,465256448.0,0.0,77.0,12435456.0,73.0,0.0707,14008320.0,0.0005,14008320.0,14172160.0,77856768.0,7.1113,104.0,50688000.0,0.0267,69.0,0.0,104177664.0,0.0,0.0748,91.0,1676680112.0,132272128.0,8.5982,0.1103,568528896.0,9596928.0,160.0,8.2767,162.0,0.198,110.0,0.1065,568528896.0,2433024.0,568815616.0,552296448.0,1.4787,6.0,130.6889,0.0082,66.2444,0.0056,288.0444,7.4889,0.0422,27.1333,0.0368,33.2889,0.0006,27.2222,0.0014,229.2444,0.0044 27,1.9516,1.4825,20140032.0,5.1503,0.0,235.0,153280512.0,19.2942,0.0,94.0,0.2536,161206272.0,0.0061,104519.5575,0.1926,313558.6726,125.0,178679808.0,0.0,9.8714,0.2588,8.0,0.0324,4.0,12517376.0,0.038,1676680127.0,12517376.0,12832768.0,10.0049,0.0767,250.5468,45.0,206807040.0,4.0,0.0,219443200.0,0.0,1676680127.0,254087168.0,0.1897,0.0157,1676680127.0,63.0,485928960.0,37.0,0.072,490782720.0,0.0008,69.0,490782720.0,61501440.0,28.4238,0.0,81.0,124354560.0,16.4169,0.0048,0.0,18.0,0.0172,130969600.0,0.0006,74722.8941,0.015,224168.6822,49.0,1676680127.0,190857216.0,0.0,9.6296,0.0241,0.0,11489280.0,0.0021,0.0215,12111872.0,0.0004,0.0047,12111872.0,12525568.0,0.0146,3.1102,43.0,462139392.0,12.0,465252352.0,64.0,465252352.0,0.0,78.0,12435456.0,73.0,0.0367,14012416.0,0.0001,14012416.0,14172160.0,77856768.0,6.5277,104.0,50688000.0,0.0309,69.0,0.0,104247296.0,0.0,0.0876,91.0,1676680127.0,132341760.0,10.0091,0.1283,568664064.0,9596928.0,160.0,8.1315,164.0,0.1888,112.0,0.1073,568664064.0,2433024.0,568815616.0,552296448.0,1.477,6.0,130.8444,0.0082,66.6667,0.0055,288.9556,7.4222,0.0418,27.7111,0.0379,33.7333,0.0006,27.4222,0.0014,230.8222,0.0043 28,1.9638,1.48,20680704.0,8.2174,0.0,235.0,153550848.0,15.4595,0.0,94.0,0.2283,161619968.0,0.0066,79386.4778,0.1592,238159.4333,125.0,179634176.0,0.0,8.1137,0.2132,8.0,0.0334,4.0,12521472.0,0.0383,1676680142.0,12521472.0,12832768.0,9.9857,0.0765,251.3225,45.0,206807040.0,4.0,0.0,219443200.0,0.0,1676680142.0,254087168.0,0.19,0.0154,1676680142.0,63.0,486064128.0,37.0,0.0513,490909696.0,0.0007,69.0,490909696.0,62177280.0,31.0319,0.0,83.0,124489728.0,16.7456,0.0047,0.0,19.0,0.0181,131051520.0,0.0007,61849.6148,0.0152,185548.8444,50.0,1676680142.0,191479808.0,0.0,9.6568,0.0244,0.0,11489280.0,0.0017,0.0246,12111872.0,0.0005,0.0037,12111872.0,12525568.0,0.0117,3.003,43.0,462139392.0,12.0,465256448.0,64.0,465256448.0,0.0,77.0,12435456.0,72.0,0.0179,13881344.0,0.0001,13881344.0,14172160.0,77856768.0,1.6091,104.0,50688000.0,0.0268,69.0,0.0244,104255488.0,0.0004,0.0761,91.0,1676680142.0,132349952.0,8.7279,0.1116,568524800.0,9596928.0,160.0,8.2718,160.0,0.1785,108.0,0.1107,568524800.0,2433024.0,568815616.0,552296448.0,1.4744,6.0,131.7556,0.0085,66.8222,0.0056,291.4222,5.6889,0.0413,29.2444,0.0331,33.6889,0.0007,28.7111,0.0012,231.6444,0.0043 29,1.3621,1.482,20680704.0,8.0716,0.0,235.0,153550848.0,15.1852,0.0,94.0,0.2242,161619968.0,0.0065,77978.0685,0.1563,233934.2055,125.0,179634176.0,0.0,7.9697,0.2094,8.0,0.0334,4.0,12517376.0,0.0382,1676680157.0,12517376.0,12832768.0,10.0071,0.0765,229.9978,45.0,206807040.0,4.0,0.0,219443200.0,0.0,1676680157.0,254087168.0,0.1905,0.0128,1676680157.0,67.0,486064128.0,41.0,0.0744,490795008.0,0.0007,69.0,490795008.0,62312448.0,3.4414,0.0,81.0,124489728.0,16.8944,0.0047,0.0,18.0,0.0,131129344.0,0.0,63753.0504,0.0151,191259.1511,49.0,1676680157.0,191692800.0,0.0,9.6204,0.0247,0.0,11489280.0,0.0025,0.0,12120064.0,0.0,0.0043,12120064.0,12525568.0,0.0147,0.0,43.0,462139392.0,12.0,465260544.0,64.0,465260544.0,0.0,76.0,12435456.0,72.0,0.0,13877248.0,0.0,13877248.0,14172160.0,77856768.0,0.0,104.0,50688000.0,0.0311,69.0,0.0245,104235008.0,0.0004,0.0873,91.0,1676680157.0,132329472.0,10.0039,0.1286,568528896.0,9596928.0,160.0,8.2343,161.0,0.1772,109.0,0.1098,568528896.0,2433024.0,568815616.0,552296448.0,1.4774,6.0,132.3778,0.0084,67.3111,0.0053,292.8444,5.4889,0.0408,29.5556,0.033,33.9556,0.0007,29.1333,0.0012,233.2222,0.0042 30,1.3639,1.4851,22032384.0,7.2422,0.0,235.0,153686016.0,19.4663,0.0,94.0,0.2414,161705984.0,0.0087,102925.8658,0.1909,308777.5973,125.0,181071872.0,0.0,9.8538,0.2557,8.0,0.0332,4.0,12521472.0,0.0389,1676680172.0,12521472.0,12845056.0,9.9964,0.0757,230.3212,45.0,206807040.0,4.0,0.0,219443200.0,0.0,1676680172.0,254087168.0,0.1882,0.0133,1676680171.0,66.0,486064128.0,39.0,0.0892,490795008.0,0.0003,69.0,490795008.0,62717952.0,5.0332,0.0,81.0,124489728.0,16.6501,0.0046,0.0,18.0,0.0,131067904.0,0.0,62784.7175,0.0135,188354.1524,49.0,1676680172.0,192036864.0,0.0,9.6342,0.0238,0.0,11489280.0,0.0029,0.0,12120064.0,0.0,0.0047,12120064.0,12525568.0,0.0149,0.0,44.0,462139392.0,13.0,465260544.0,64.0,465260544.0,0.0,76.0,12435456.0,72.0,0.0621,13877248.0,0.0008,13877248.0,14172160.0,77856768.0,5.7383,104.0,50823168.0,0.0315,69.0,0.0217,104312832.0,0.0004,0.0854,91.0,1676680172.0,132407296.0,9.9985,0.1278,568504320.0,9596928.0,159.0,8.1837,161.0,0.1748,107.0,0.1104,568504320.0,2433024.0,568815616.0,552296448.0,1.4801,6.0,132.2889,0.0088,67.0,0.0051,294.4222,4.8667,0.0402,29.6889,0.0343,33.8222,0.0007,29.8222,0.0013,232.9333,0.0041 31,1.3759,1.487,22708224.0,24.5444,0.0,235.0,155308032.0,19.4525,0.0,94.0,0.3719,163274752.0,0.023,104049.2033,0.1868,312147.6099,125.0,183451648.0,0.0,9.9265,0.2537,8.0,0.032,4.0,12521472.0,0.0399,1676680187.0,12521472.0,12845056.0,10.0154,0.0756,200.3873,45.0,206807040.0,4.0,0.0,219443200.0,0.0,1676680187.0,254087168.0,0.1852,0.0129,1676680187.0,66.0,486064128.0,39.0,0.0806,490795008.0,0.0003,69.0,490795008.0,62988288.0,3.1038,0.0,81.0,124489728.0,15.4016,0.0047,0.0,18.0,0.0,131129344.0,0.0,53838.9767,0.0125,161516.93,49.0,1676680187.0,192368640.0,0.0,9.6407,0.023,0.0,11489280.0,0.0019,0.0,12120064.0,0.0,0.0036,12120064.0,12525568.0,0.0104,1.3261,44.0,462139392.0,13.0,465260544.0,64.0,465260544.0,0.0,78.0,12435456.0,74.0,0.0907,14000128.0,0.0013,14000128.0,14172160.0,77856768.0,6.11,104.0,50417664.0,0.031,69.0,0.0231,103829504.0,0.0001,0.0859,91.0,1676680187.0,131923968.0,9.9981,0.1274,568606720.0,9596928.0,158.0,8.0887,165.0,0.1787,113.0,0.1072,568606720.0,2433024.0,568815616.0,552296448.0,1.4847,6.0,130.9333,0.0101,66.2222,0.0052,290.5111,5.6889,0.0415,28.9556,0.0364,33.5111,0.0006,28.9111,0.0013,230.1333,0.0042 32,2.4061,1.4871,22708224.0,28.6,0.0,235.0,155308032.0,8.1667,0.0,94.0,0.2667,163274752.0,0.0192,40413.8667,0.0823,121241.6,125.0,183451648.0,0.0,4.4667,0.1148,8.0,0.0319,4.0,12517376.0,0.0381,1676680202.0,12517376.0,12845056.0,9.9953,0.0749,237.8406,45.0,206807040.0,4.0,0.0,219443200.0,0.0,1676680202.0,254087168.0,0.1879,0.0129,1676680202.0,65.0,485928960.0,39.0,0.0222,490721280.0,0.0,68.0,490721280.0,62988288.0,1.6259,0.0,81.0,124489728.0,11.6519,0.0034,0.0,18.0,0.0,131129344.0,0.0,41167.721,0.0094,123503.1631,49.0,1676680202.0,192368640.0,0.0,7.4149,0.0175,1.6142,11759616.0,0.0024,0.0,12283904.0,0.0,0.0051,12283904.0,12525568.0,0.0142,1.7067,44.0,462139392.0,13.0,465260544.0,64.0,465260544.0,0.0,77.0,12435456.0,73.0,0.151,14012416.0,0.0017,14012416.0,14172160.0,77856768.0,9.0304,104.0,50417664.0,0.0301,69.0,0.0228,103960576.0,0.0001,0.0846,91.0,1676680202.0,132055040.0,9.9881,0.1252,568537088.0,9596928.0,160.0,8.2574,168.0,0.1868,116.0,0.1081,568537088.0,2433024.0,568815616.0,552296448.0,1.4821,6.0,130.7333,0.0101,66.1778,0.0053,288.9556,5.9111,0.0425,28.2889,0.0377,33.5111,0.0007,28.5111,0.0014,229.9111,0.0044 33,1.2276,1.4852,24195072.0,28.0951,0.0,235.0,156119040.0,18.6118,0.0,94.0,0.3547,164044800.0,0.0184,91829.4431,0.1835,275488.3292,125.0,185708544.0,0.0,9.9326,0.252,8.0,0.0314,4.0,12517376.0,0.0366,1676680217.0,12517376.0,12845056.0,10.0003,0.0748,210.8449,45.0,206807040.0,4.0,0.0,219455488.0,0.0,1676680217.0,254099456.0,0.1415,0.0106,1676680217.0,68.0,486064128.0,42.0,0.0,490696704.0,0.0,68.0,490696704.0,63528960.0,0.0,0.0,81.0,124489728.0,16.1378,0.0049,0.0,18.0,0.0,131059712.0,0.0,66524.1162,0.0137,199572.3485,49.0,1676680217.0,192839680.0,0.0,9.5947,0.0235,1.499,11759616.0,0.0025,0.0,12283904.0,0.0,0.0048,12283904.0,12525568.0,0.0142,2.7093,44.0,462139392.0,13.0,465133568.0,63.0,465133568.0,0.0,78.0,12435456.0,74.0,0.0705,14004224.0,0.0007,14004224.0,14172160.0,77856768.0,2.9887,104.0,50417664.0,0.0303,69.0,0.0226,104042496.0,0.0001,0.0874,91.0,1676680217.0,132136960.0,9.9848,0.1273,568664064.0,9596928.0,160.0,8.3329,163.0,0.1889,111.0,0.1103,568664064.0,2433024.0,568815616.0,552296448.0,1.4789,6.0,131.0889,0.0098,66.3556,0.0052,290.2889,6.1778,0.0413,28.5111,0.0363,33.6,0.0006,28.4889,0.0013,230.2,0.0043 34,2.6676,1.4817,25006080.0,10.3231,0.0,235.0,156119040.0,19.7077,0.0,94.0,0.4916,164057088.0,0.0301,101590.0255,0.1904,304770.0764,125.0,186531840.0,0.0,9.9209,0.2594,9.0,0.0214,5.0,12521472.0,0.0247,1676680232.0,12521472.0,12845056.0,6.9047,0.0517,219.3154,45.0,206807040.0,4.0,0.0,219443200.0,0.0,1676680232.0,254087168.0,0.1912,0.0126,1676680232.0,68.0,486064128.0,42.0,0.0,490696704.0,0.0,68.0,490696704.0,63799296.0,0.0,0.0,81.0,124624896.0,16.5609,0.0045,0.0,18.0,0.0,131108864.0,0.0,68159.7707,0.0138,204479.3121,49.0,1676680232.0,193159168.0,0.0,9.6871,0.0233,1.2427,11759616.0,0.0028,0.0188,12283904.0,0.0001,0.0053,12283904.0,12525568.0,0.0152,2.0494,44.0,462139392.0,13.0,465133568.0,63.0,465133568.0,0.0,77.0,12435456.0,73.0,0.0442,13885440.0,0.0003,13885440.0,14172160.0,77856768.0,3.8703,104.0,50552832.0,0.0307,69.0,0.0,104103936.0,0.0,0.0872,91.0,1676680232.0,132198400.0,10.008,0.1279,568627200.0,9596928.0,159.0,8.0634,164.0,0.1747,112.0,0.1138,568627200.0,2433024.0,568815616.0,552296448.0,1.4736,6.0,132.6,0.0098,67.3556,0.0049,293.2222,6.6,0.0401,28.8222,0.0366,34.0444,0.0008,28.5111,0.0013,233.8889,0.0044 35,1.1985,1.4809,26087424.0,6.0626,0.0,235.0,155308032.0,19.9945,0.0,94.0,0.643,163192832.0,0.0396,106228.3597,0.1954,318685.0792,125.0,186613760.0,0.0,9.9207,0.265,8.0,0.0332,4.0,12521472.0,0.0371,1676680247.0,12521472.0,12845056.0,10.0095,0.0758,184.0563,45.0,206807040.0,4.0,0.0,219443200.0,0.0,1676680247.0,254087168.0,0.1875,0.0087,1676680247.0,69.0,485928960.0,43.0,0.0206,491003904.0,0.0002,72.0,491003904.0,63799296.0,0.0,0.0,81.0,124624896.0,10.4022,0.0026,0.0,18.0,0.0,131108864.0,0.0,35741.0798,0.0082,107223.2393,49.0,1676680247.0,193159168.0,0.0,6.3187,0.0143,0.0,11759616.0,0.0029,0.0193,12283904.0,0.0001,0.005,12283904.0,12546048.0,0.0152,2.391,43.0,462139392.0,12.0,465133568.0,63.0,465133568.0,0.0,76.0,12435456.0,72.0,0.0,13877248.0,0.0,13877248.0,14172160.0,77856768.0,1.3059,104.0,50552832.0,0.0315,69.0,0.0,104165376.0,0.0,0.0873,91.0,1676680247.0,132259840.0,9.9923,0.1289,568524800.0,9596928.0,160.0,8.0261,160.0,0.1842,108.0,0.1129,568524800.0,2433024.0,568815616.0,552296448.0,1.4736,6.0,131.3111,0.0101,66.8222,0.0048,292.7333,6.1778,0.0402,28.8222,0.0388,33.7556,0.0007,29.2444,0.0013,232.6222,0.0043 36,1.9027,1.2434,26763264.0,4.3288,0.0,239.0,155172864.0,19.6327,0.0,96.0,0.5903,163098624.0,0.032,102265.6756,0.1917,306797.0267,125.0,187195392.0,0.0,9.8819,0.2612,8.0,0.0251,4.0,12521472.0,0.0272,1676680262.0,12521472.0,12845056.0,7.0764,0.0544,196.1881,45.0,206942208.0,4.0,0.0,219729920.0,0.0,1676680262.0,254373888.0,0.1887,0.0113,1676680262.0,69.0,485928960.0,43.0,0.0319,491003904.0,0.0004,72.0,491003904.0,64339968.0,0.0,0.0,81.0,124624896.0,15.8958,0.0045,0.0,18.0,0.0,131026944.0,0.0,54862.9645,0.013,164588.8934,49.0,1676680262.0,193753088.0,0.0,9.6875,0.0228,0.0,11759616.0,0.0028,0.019,12283904.0,0.0001,0.0053,12283904.0,12546048.0,0.0153,2.391,43.0,462139392.0,12.0,465133568.0,63.0,465133568.0,0.0,76.0,12435456.0,72.0,0.0206,14008320.0,0.0001,14008320.0,14172160.0,77856768.0,1.4141,104.0,50552832.0,0.0309,69.0,0.0,104198144.0,0.0,0.0868,91.0,1676680262.0,132292608.0,10.006,0.127,568524800.0,9596928.0,160.0,6.4864,160.0,0.1527,108.0,0.094,568524800.0,2433024.0,568815616.0,552296448.0,1.2382,6.0,130.6889,0.0102,66.6,0.0051,289.6444,6.7333,0.0418,28.2,0.0389,33.5556,0.0008,28.0444,0.0013,230.7111,0.0043 37,1.7917,1.4875,27439104.0,5.9699,0.0,235.0,154902528.0,18.6559,0.0,94.0,0.5201,163147776.0,0.022,93086.6989,0.1866,279260.0968,125.0,187920384.0,0.0,9.8593,0.2547,8.0,0.0337,4.0,12517376.0,0.0393,1676680277.0,12517376.0,12845056.0,9.992,0.0754,222.2944,45.0,207347712.0,4.0,0.0295,220241920.0,0.0006,1676680277.0,254885888.0,0.1887,0.0113,1676680277.0,70.0,486064128.0,44.0,0.0307,490795008.0,0.0003,70.0,490795008.0,64745472.0,0.0,0.0,81.0,124624896.0,15.6668,0.0045,0.0,18.0,0.0,131141632.0,0.0,68265.2741,0.0135,204795.8222,49.0,1676680277.0,194273280.0,0.0,9.6081,0.0228,0.0,11759616.0,0.002,0.0,12283904.0,0.0,0.0041,12283904.0,12546048.0,0.0117,2.0678,42.0,462139392.0,11.0,465133568.0,63.0,465133568.0,0.0,88.0,12435456.0,84.0,0.0433,13922304.0,0.0006,13922304.0,14172160.0,77856768.0,0.0,104.0,50552832.0,0.03,69.0,0.0414,104235008.0,0.0005,0.087,91.0,1676680277.0,132329472.0,9.9845,0.1266,568655872.0,9596928.0,160.0,8.2797,163.0,0.1974,111.0,0.1064,568655872.0,2433024.0,568819712.0,552296448.0,1.4836,6.0,130.5333,0.0094,66.4222,0.0054,289.1556,7.0889,0.0417,28.0,0.0421,33.5333,0.0006,27.9333,0.0017,230.2,0.0042 38,2.0506,1.4865,29061120.0,8.1679,0.0,235.0,155443200.0,19.3236,0.0,94.0,0.4066,163667968.0,0.0192,101163.5168,0.1814,303490.5504,125.0,190062592.0,0.0,9.8474,0.25,8.0,0.0327,4.0,12521472.0,0.0395,1676680292.0,12521472.0,12845056.0,9.9862,0.075,169.0997,45.0,207347712.0,4.0,0.042,220241920.0,0.0008,1676680292.0,254885888.0,0.1883,0.0129,1676680292.0,66.0,486064128.0,38.0,0.0192,490827776.0,0.0002,70.0,490827776.0,65150976.0,0.0,0.0,81.0,124624896.0,15.3353,0.004,0.0,18.0,0.0,131084288.0,0.0,75118.3337,0.0152,225355.0011,49.0,1676680292.0,194621440.0,0.0,9.699,0.0231,0.0,11759616.0,0.0031,0.0,12283904.0,0.0,0.0053,12283904.0,12546048.0,0.0146,1.379,43.0,462139392.0,12.0,465141760.0,63.0,465141760.0,0.0,76.0,12435456.0,72.0,0.0649,13889536.0,0.0006,13889536.0,14172160.0,77856768.0,3.07,104.0,50688000.0,0.03,69.0,0.093,104202240.0,0.0011,0.087,91.0,1676680292.0,132296704.0,10.0007,0.1265,568651776.0,9596928.0,160.0,8.2955,165.0,0.1931,113.0,0.1044,568651776.0,2433024.0,568819712.0,552296448.0,1.4829,6.0,131.4667,0.0093,66.9111,0.0056,291.2,6.9778,0.0409,28.1778,0.0412,33.8222,0.0006,28.1111,0.0021,231.4,0.0042 39,0.0,1.2133,29601792.0,17.4035,0.0,235.0,156524544.0,19.39,0.0,94.0,0.5801,164704256.0,0.0409,101742.9551,0.1818,305228.8653,125.0,191774720.0,0.0,9.8972,0.2507,9.0,0.0274,5.0,12525568.0,0.0319,1676680307.0,12525568.0,12845056.0,8.4136,0.062,214.702,45.0,206671872.0,4.0,0.0452,219443200.0,0.0012,1676680307.0,254087168.0,0.1893,0.0113,1676680307.0,62.0,486064128.0,36.0,0.0,490852352.0,0.0,70.0,490852352.0,65421312.0,1.3663,0.0,81.0,124624896.0,15.1324,0.0041,0.0,18.0,0.0,131080192.0,0.0,68511.1475,0.0143,205533.4424,49.0,1676680307.0,194887680.0,0.0,9.6259,0.0228,0.0,11759616.0,0.003,0.0,12283904.0,0.0,0.0051,12283904.0,12546048.0,0.0144,0.0,43.0,462139392.0,12.0,465141760.0,63.0,465141760.0,0.0,80.0,12435456.0,76.0,0.0483,14028800.0,0.0005,14028800.0,14180352.0,77856768.0,5.8188,104.0,50688000.0,0.0295,69.0,0.0882,104136704.0,0.0011,0.0849,91.0,1676680307.0,132231168.0,10.0066,0.1256,568545280.0,9596928.0,160.0,7.0487,158.0,0.1736,106.0,0.0865,568545280.0,2433024.0,568819712.0,552296448.0,1.2064,6.0,130.2667,0.0094,65.7778,0.0059,289.8222,6.7556,0.0412,27.9111,0.0401,33.5556,0.0006,28.4889,0.0021,229.6,0.0042 ```