diff --git a/examples/reference_plants/01-onshore-steel-mn/input/plant/greenheart_config_onshore_mn.yaml b/examples/reference_plants/01-onshore-steel-mn/input/plant/greenheart_config_onshore_mn.yaml index 1058640dc..53f72b68a 100644 --- a/examples/reference_plants/01-onshore-steel-mn/input/plant/greenheart_config_onshore_mn.yaml +++ b/examples/reference_plants/01-onshore-steel-mn/input/plant/greenheart_config_onshore_mn.yaml @@ -81,9 +81,11 @@ h2_storage_compressor: h2_transport_pipe: outlet_pressure: 10 # bar - from example in code from Jamie #TODO check this value h2_storage: + size_capacity_from_demand: + flag: True # If True, then storage is sized to provide steady-state storage capacity_from_max_on_turbine_storage: False # if True, then days of storage is ignored and storage capacity is based on how much h2 storage fits on the turbines in the plant using Kottenstete 2003. type: "lined_rock_cavern" # can be one of ["none", "pipe", "turbine", "pressure_vessel", "salt_cavern", "lined_rock_cavern"] - days: 8.57267 # from `hydrogen_storage_duration_hr` = 205.74419987482239 [days] how many days worth of production we should be able to store (this is ignored if `capacity_from_max_on_turbine_storage` is set to True) + days: 0 #8.57267 # from `hydrogen_storage_duration_hr` = 205.74419987482239 [days] how many days worth of production we should be able to store (this is ignored if `capacity_from_max_on_turbine_storage` is set to True) policy_parameters: # these should be adjusted for inflation prior to application - order of operations: rate in 1992 $, #then prevailing wage multiplier if applicable, then inflation @@ -92,30 +94,36 @@ policy_parameters: # these should be adjusted for inflation prior to application electricity_itc: 0 electricity_ptc: 0 h2_ptc: 0 + h2_storage_itc: 0 option2: # base credit levels with H2 electricity_itc: 0 electricity_ptc: 0.003 # $0.003/kW (this is base, see inflation adjustment in option 3) h2_ptc: 0.6 # $0.60/kg h2 produced - assumes net zero but not meeting prevailing wage requirements - does this need to be # adjusted for inflation from 2022 dollars to claim date, probably constant after claim date? + h2_storage_itc: 0.06 option3: # same as option 5, but assuming prevailing wages are met --> 5x multiplier on both PTCs electricity_itc: 0 electricity_ptc: 0.015 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg 2022 dollars - do not adjust for inflation + h2_storage_itc: 0.3 # bonus options, option 5 and 6 but ITC equivalents option4: # prevailing wages not met electricity_itc: 0.06 # %/100 capex electricity_ptc: 0.00 # $/kW 1992 dollars h2_ptc: 0.6 # $0.60/kg produced 2022 dollars - assumes net zero but not meeting prevailing wage requirements - does this need to be # do not adjust for inflation, probably constant after claim date? + h2_storage_itc: 0.06 option5: # prevailing wages met electricity_itc: 0.30 # %/100 capex electricity_ptc: 0.0 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.3 option6: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron # and mfg. components from the US) electricity_itc: 0.40 # %/100 capex electricity_ptc: 0.0 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.4 option7: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron # and mfg. components from the US) electricity_itc: 0.0 # %/100 capex @@ -123,6 +131,7 @@ policy_parameters: # these should be adjusted for inflation prior to application h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year # you can elect itc_for_h2 in leu of the h2_ptc - this choice is independent of the other tech credit selections # 6% or %50 for itc_for_h2 + h2_storage_itc: 0.5 plant_design: scenario0: diff --git a/examples/reference_plants/01-onshore-steel-mn/onshore-steel-mn.py b/examples/reference_plants/01-onshore-steel-mn/onshore-steel-mn.py index d2fcc100f..b9241713b 100644 --- a/examples/reference_plants/01-onshore-steel-mn/onshore-steel-mn.py +++ b/examples/reference_plants/01-onshore-steel-mn/onshore-steel-mn.py @@ -57,4 +57,4 @@ print("LCOE: ", lcoe, "[$/MWh]") print("LCOH: ", lcoh, "[$/kg]") - print("LCOS: ", lcos, "[$/metric-tonne]") \ No newline at end of file + print("LCOS: ", lcos, "[$/metric-tonne]") diff --git a/examples/reference_plants/02-onshore-ammonia-tx/input/plant/greenheart_config_onshore_tx.yaml b/examples/reference_plants/02-onshore-ammonia-tx/input/plant/greenheart_config_onshore_tx.yaml index d688c0753..f8801dcfc 100644 --- a/examples/reference_plants/02-onshore-ammonia-tx/input/plant/greenheart_config_onshore_tx.yaml +++ b/examples/reference_plants/02-onshore-ammonia-tx/input/plant/greenheart_config_onshore_tx.yaml @@ -81,9 +81,11 @@ h2_storage_compressor: h2_transport_pipe: outlet_pressure: 10 # bar - from example in code from Jamie #TODO check this value h2_storage: + size_capacity_from_demand: + flag: True # If True, then storage is sized to provide steady-state storage capacity_from_max_on_turbine_storage: False # if True, then days of storage is ignored and storage capacity is based on how much h2 storage fits on the turbines in the plant using Kottenstete 2003. - type: "none" # can be one of ["none", "pipe", "turbine", "pressure_vessel", "salt_cavern", "lined_rock_cavern"] - days: 19.783 # from `hydrogen_storage_duration_hr` = 474.7948370015298 [days] how many days worth of production we should be able to store (this is ignored if `capacity_from_max_on_turbine_storage` is set to True) + type: "salt_cavern" # can be one of ["none", "pipe", "turbine", "pressure_vessel", "salt_cavern", "lined_rock_cavern"] + days: 0 #19.783 # from `hydrogen_storage_duration_hr` = 474.7948370015298 [days] how many days worth of production we should be able to store (this is ignored if `capacity_from_max_on_turbine_storage` is set to True) policy_parameters: # these should be adjusted for inflation prior to application - order of operations: rate in 1992 $, #then prevailing wage multiplier if applicable, then inflation @@ -92,30 +94,36 @@ policy_parameters: # these should be adjusted for inflation prior to application electricity_itc: 0 electricity_ptc: 0 h2_ptc: 0 + h2_storage_itc: 0 option2: # base credit levels with H2 electricity_itc: 0 electricity_ptc: 0.003 # $0.003/kW (this is base, see inflation adjustment in option 3) h2_ptc: 0.6 # $0.60/kg h2 produced - assumes net zero but not meeting prevailing wage requirements - does this need to be # adjusted for inflation from 2022 dollars to claim date, probably constant after claim date? + h2_storage_itc: 0.06 option3: # same as option 5, but assuming prevailing wages are met --> 5x multiplier on both PTCs electricity_itc: 0 electricity_ptc: 0.015 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg 2022 dollars - do not adjust for inflation + h2_storage_itc: 0.3 # bonus options, option 5 and 6 but ITC equivalents option4: # prevailing wages not met electricity_itc: 0.06 # %/100 capex electricity_ptc: 0.00 # $/kW 1992 dollars h2_ptc: 0.6 # $0.60/kg produced 2022 dollars - assumes net zero but not meeting prevailing wage requirements - does this need to be # do not adjust for inflation, probably constant after claim date? + h2_storage_itc: 0.06 option5: # prevailing wages met electricity_itc: 0.30 # %/100 capex electricity_ptc: 0.0 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.3 option6: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron # and mfg. components from the US) electricity_itc: 0.40 # %/100 capex electricity_ptc: 0.0 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.4 option7: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron # and mfg. components from the US) electricity_itc: 0.0 # %/100 capex @@ -123,6 +131,7 @@ policy_parameters: # these should be adjusted for inflation prior to application h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year # you can elect itc_for_h2 in leu of the h2_ptc - this choice is independent of the other tech credit selections # 6% or %50 for itc_for_h2 + h2_storage_itc: 0.5 plant_design: scenario0: diff --git a/examples/reference_plants/02-onshore-ammonia-tx/onshore-ammonia-tx.py b/examples/reference_plants/02-onshore-ammonia-tx/onshore-ammonia-tx.py index d528f244f..3a6197fe1 100644 --- a/examples/reference_plants/02-onshore-ammonia-tx/onshore-ammonia-tx.py +++ b/examples/reference_plants/02-onshore-ammonia-tx/onshore-ammonia-tx.py @@ -57,4 +57,4 @@ print("LCOE: ", lcoe, "[$/MWh]") print("LCOH: ", lcoh, "[$/kg]") - print("LCOA: ", lcoa, "[$/kg]") \ No newline at end of file + print("LCOA: ", lcoa, "[$/kg]") diff --git a/examples/reference_plants/03-offshore-hydrogen-gom/input/plant/greenheart_config_offshore_gom.yaml b/examples/reference_plants/03-offshore-hydrogen-gom/input/plant/greenheart_config_offshore_gom.yaml index e42726849..8281fb7d4 100644 --- a/examples/reference_plants/03-offshore-hydrogen-gom/input/plant/greenheart_config_offshore_gom.yaml +++ b/examples/reference_plants/03-offshore-hydrogen-gom/input/plant/greenheart_config_offshore_gom.yaml @@ -80,10 +80,11 @@ h2_storage_compressor: h2_transport_pipe: outlet_pressure: 10 # bar - from example in code from Jamie #TODO check this value h2_storage: - # capacity_kg: 18750 # kg + size_capacity_from_demand: + flag: True # If True, then storage is sized to provide steady-state storage capacity_from_max_on_turbine_storage: False # if True, then days of storage is ignored and storage capacity is based on how much h2 storage fits on the turbines in the plant using Kottenstete 2003. - type: "none" # can be one of ["none", "pipe", "turbine", "pressure_vessel", "salt_cavern", "lined_rock_cavern"] - days: 3 # [days] how many days worth of production we should be able to store (this is ignored if `capacity_from_max_on_turbine_storage` is set to True) + type: "salt_cavern" # can be one of ["none", "pipe", "turbine", "pressure_vessel", "salt_cavern", "lined_rock_cavern"] + days: 0 # [days] how many days worth of production we should be able to store (this is ignored if `capacity_from_max_on_turbine_storage` is set to True) # platform: # opex_rate: 0.0111 # % of capex to determine opex (see table 5 in https://www.acm.nl/sites/default/files/documents/study-on-estimation-method-for-additional-efficient-offshore-grid-opex.pdf) # installation_days: 14 # days @@ -118,30 +119,36 @@ policy_parameters: # these should be adjusted for inflation prior to application electricity_itc: 0 electricity_ptc: 0 h2_ptc: 0 + h2_storage_itc: 0 option2: # base credit levels with H2 electricity_itc: 0 electricity_ptc: 0.003 # $0.003/kW (this is base, see inflation adjustment in option 3) h2_ptc: 0.6 # $0.60/kg h2 produced - assumes net zero but not meeting prevailing wage requirements - does this need to be # adjusted for inflation from 2022 dollars to claim date, probably constant after claim date? + h2_storage_itc: 0.06 option3: # same as option 5, but assuming prevailing wages are met --> 5x multiplier on both PTCs electricity_itc: 0 electricity_ptc: 0.015 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg 2022 dollars - do not adjust for inflation + h2_storage_itc: 0.3 # bonus options, option 5 and 6 but ITC equivalents option4: # prevailing wages not met electricity_itc: 0.06 # %/100 capex electricity_ptc: 0.00 # $/kW 1992 dollars h2_ptc: 0.6 # $0.60/kg produced 2022 dollars - assumes net zero but not meeting prevailing wage requirements - does this need to be # do not adjust for inflation, probably constant after claim date? + h2_storage_itc: 0.06 option5: # prevailing wages met electricity_itc: 0.30 # %/100 capex electricity_ptc: 0.0 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.3 option6: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron # and mfg. components from the US) electricity_itc: 0.40 # %/100 capex electricity_ptc: 0.0 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.4 option7: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron # and mfg. components from the US) electricity_itc: 0.0 # %/100 capex @@ -149,6 +156,7 @@ policy_parameters: # these should be adjusted for inflation prior to application h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year # you can elect itc_for_h2 in leu of the h2_ptc - this choice is independent of the other tech credit selections # 6% or %50 for itc_for_h2 + h2_storage_itc: 0.5 plant_design: scenario0: diff --git a/examples/reference_plants/03-offshore-hydrogen-gom/offshore-hydrogen-gom.py b/examples/reference_plants/03-offshore-hydrogen-gom/offshore-hydrogen-gom.py index 9d4c59361..37c1f9658 100644 --- a/examples/reference_plants/03-offshore-hydrogen-gom/offshore-hydrogen-gom.py +++ b/examples/reference_plants/03-offshore-hydrogen-gom/offshore-hydrogen-gom.py @@ -23,6 +23,7 @@ # ORBIT imports from ORBIT.core.library import initialize_library + initialize_library(os.path.join(os.getcwd(), "./input/")) # run the stuff @@ -32,7 +33,7 @@ filename_turbine_config = "./input/turbines/" + turbine_model + ".yaml" filename_floris_config = "./input/floris/floris_input_osw_17MW.yaml" filename_hopp_config = "./input/plant/hopp_config_gom.yaml" - filename_orbit_config= "./input/plant/orbit-config-"+turbine_model+"-gom.yaml" + filename_orbit_config = "./input/plant/orbit-config-" + turbine_model + "-gom.yaml" filename_greenheart_config = "./input/plant/greenheart_config_offshore_gom.yaml" config = GreenHeartSimulationConfig( @@ -61,4 +62,4 @@ lcoh = prob.get_val("lcoh", units="USD/kg") print("LCOE: ", lcoe, "[$/MWh]") - print("LCOH: ", lcoh, "[$/kg]") \ No newline at end of file + print("LCOH: ", lcoh, "[$/kg]") diff --git a/examples/reference_plants/04-offshore-hydrogen-ny/input/plant/greenheart_config_offshore_ny.yaml b/examples/reference_plants/04-offshore-hydrogen-ny/input/plant/greenheart_config_offshore_ny.yaml index 9681aae2f..980947a4f 100644 --- a/examples/reference_plants/04-offshore-hydrogen-ny/input/plant/greenheart_config_offshore_ny.yaml +++ b/examples/reference_plants/04-offshore-hydrogen-ny/input/plant/greenheart_config_offshore_ny.yaml @@ -80,10 +80,11 @@ h2_storage_compressor: h2_transport_pipe: outlet_pressure: 10 # bar - from example in code from Jamie #TODO check this value h2_storage: - # capacity_kg: 18750 # kg + size_capacity_from_demand: + flag: True # If True, then storage is sized to provide steady-state storage capacity_from_max_on_turbine_storage: False # if True, then days of storage is ignored and storage capacity is based on how much h2 storage fits on the turbines in the plant using Kottenstete 2003. - type: "none" # can be one of ["none", "pipe", "turbine", "pressure_vessel", "salt_cavern", "lined_rock_cavern"] - days: 3 # [days] how many days worth of production we should be able to store (this is ignored if `capacity_from_max_on_turbine_storage` is set to True) + type: "lined_rock_cavern" # can be one of ["none", "pipe", "turbine", "pressure_vessel", "salt_cavern", "lined_rock_cavern"] + days: 0 # [days] how many days worth of production we should be able to store (this is ignored if `capacity_from_max_on_turbine_storage` is set to True) # platform: # opex_rate: 0.0111 # % of capex to determine opex (see table 5 in https://www.acm.nl/sites/default/files/documents/study-on-estimation-method-for-additional-efficient-offshore-grid-opex.pdf) # installation_days: 14 # days @@ -118,30 +119,36 @@ policy_parameters: # these should be adjusted for inflation prior to application electricity_itc: 0 electricity_ptc: 0 h2_ptc: 0 + h2_storage_itc: 0 option2: # base credit levels with H2 electricity_itc: 0 electricity_ptc: 0.003 # $0.003/kW (this is base, see inflation adjustment in option 3) h2_ptc: 0.6 # $0.60/kg h2 produced - assumes net zero but not meeting prevailing wage requirements - does this need to be # adjusted for inflation from 2022 dollars to claim date, probably constant after claim date? + h2_storage_itc: 0.06 option3: # same as option 5, but assuming prevailing wages are met --> 5x multiplier on both PTCs electricity_itc: 0 electricity_ptc: 0.015 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg 2022 dollars - do not adjust for inflation + h2_storage_itc: 0.3 # bonus options, option 5 and 6 but ITC equivalents option4: # prevailing wages not met electricity_itc: 0.06 # %/100 capex electricity_ptc: 0.00 # $/kW 1992 dollars h2_ptc: 0.6 # $0.60/kg produced 2022 dollars - assumes net zero but not meeting prevailing wage requirements - does this need to be # do not adjust for inflation, probably constant after claim date? + h2_storage_itc: 0.06 option5: # prevailing wages met electricity_itc: 0.30 # %/100 capex electricity_ptc: 0.0 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.3 option6: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron # and mfg. components from the US) electricity_itc: 0.40 # %/100 capex electricity_ptc: 0.0 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.4 option7: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron # and mfg. components from the US) electricity_itc: 0.0 # %/100 capex @@ -149,6 +156,7 @@ policy_parameters: # these should be adjusted for inflation prior to application h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year # you can elect itc_for_h2 in leu of the h2_ptc - this choice is independent of the other tech credit selections # 6% or %50 for itc_for_h2 + h2_storage_itc: 0.5 plant_design: scenario0: diff --git a/examples/reference_plants/04-offshore-hydrogen-ny/offshore-hydrogen-ny.py b/examples/reference_plants/04-offshore-hydrogen-ny/offshore-hydrogen-ny.py index 12afc3d2d..02b657c62 100644 --- a/examples/reference_plants/04-offshore-hydrogen-ny/offshore-hydrogen-ny.py +++ b/examples/reference_plants/04-offshore-hydrogen-ny/offshore-hydrogen-ny.py @@ -23,6 +23,7 @@ # ORBIT imports from ORBIT.core.library import initialize_library + initialize_library(os.path.join(os.getcwd(), "./input/")) # run the stuff @@ -32,7 +33,7 @@ filename_turbine_config = "./input/turbines/" + turbine_model + ".yaml" filename_floris_config = "./input/floris/floris_input_osw_15MW.yaml" filename_hopp_config = "./input/plant/hopp_config_ny.yaml" - filename_orbit_config= "./input/plant/orbit-config-"+turbine_model+"-ny.yaml" + filename_orbit_config = "./input/plant/orbit-config-" + turbine_model + "-ny.yaml" filename_greenheart_config = "./input/plant/greenheart_config_offshore_ny.yaml" config = GreenHeartSimulationConfig( @@ -61,4 +62,4 @@ lcoh = prob.get_val("lcoh", units="USD/kg") print("LCOE: ", lcoe, "[$/MWh]") - print("LCOH: ", lcoh, "[$/kg]") \ No newline at end of file + print("LCOH: ", lcoh, "[$/kg]") diff --git a/examples/reference_plants/05-offshore-hydrogen-ca/input/plant/greenheart_config_offshore_ca.yaml b/examples/reference_plants/05-offshore-hydrogen-ca/input/plant/greenheart_config_offshore_ca.yaml index 2a1f6849d..17255059e 100644 --- a/examples/reference_plants/05-offshore-hydrogen-ca/input/plant/greenheart_config_offshore_ca.yaml +++ b/examples/reference_plants/05-offshore-hydrogen-ca/input/plant/greenheart_config_offshore_ca.yaml @@ -80,10 +80,11 @@ h2_storage_compressor: h2_transport_pipe: outlet_pressure: 10 # bar - from example in code from Jamie #TODO check this value h2_storage: - # capacity_kg: 18750 # kg + size_capacity_from_demand: + flag: True # If True, then storage is sized to provide steady-state storage capacity_from_max_on_turbine_storage: False # if True, then days of storage is ignored and storage capacity is based on how much h2 storage fits on the turbines in the plant using Kottenstete 2003. - type: "none" # can be one of ["none", "pipe", "turbine", "pressure_vessel", "salt_cavern", "lined_rock_cavern"] - days: 3 # [days] how many days worth of production we should be able to store (this is ignored if `capacity_from_max_on_turbine_storage` is set to True) + type: "lined_rock_cavern" # can be one of ["none", "pipe", "turbine", "pressure_vessel", "salt_cavern", "lined_rock_cavern"] + days: 0 # [days] how many days worth of production we should be able to store (this is ignored if `capacity_from_max_on_turbine_storage` is set to True) # platform: # opex_rate: 0.0111 # % of capex to determine opex (see table 5 in https://www.acm.nl/sites/default/files/documents/study-on-estimation-method-for-additional-efficient-offshore-grid-opex.pdf) # installation_days: 14 # days @@ -118,30 +119,36 @@ policy_parameters: # these should be adjusted for inflation prior to application electricity_itc: 0 electricity_ptc: 0 h2_ptc: 0 + h2_storage_itc: 0 option2: # base credit levels with H2 electricity_itc: 0 electricity_ptc: 0.003 # $0.003/kW (this is base, see inflation adjustment in option 3) h2_ptc: 0.6 # $0.60/kg h2 produced - assumes net zero but not meeting prevailing wage requirements - does this need to be # adjusted for inflation from 2022 dollars to claim date, probably constant after claim date? + h2_storage_itc: 0.06 option3: # same as option 5, but assuming prevailing wages are met --> 5x multiplier on both PTCs electricity_itc: 0 electricity_ptc: 0.015 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg 2022 dollars - do not adjust for inflation + h2_storage_itc: 0.3 # bonus options, option 5 and 6 but ITC equivalents option4: # prevailing wages not met electricity_itc: 0.06 # %/100 capex electricity_ptc: 0.00 # $/kW 1992 dollars h2_ptc: 0.6 # $0.60/kg produced 2022 dollars - assumes net zero but not meeting prevailing wage requirements - does this need to be # do not adjust for inflation, probably constant after claim date? + h2_storage_itc: 0.06 option5: # prevailing wages met electricity_itc: 0.30 # %/100 capex electricity_ptc: 0.0 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.3 option6: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron # and mfg. components from the US) electricity_itc: 0.40 # %/100 capex electricity_ptc: 0.0 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.4 option7: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron # and mfg. components from the US) electricity_itc: 0.0 # %/100 capex @@ -149,6 +156,7 @@ policy_parameters: # these should be adjusted for inflation prior to application h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year # you can elect itc_for_h2 in leu of the h2_ptc - this choice is independent of the other tech credit selections # 6% or %50 for itc_for_h2 + h2_storage_itc: 0.5 plant_design: scenario0: diff --git a/examples/reference_plants/05-offshore-hydrogen-ca/offshore-hydrogen-ca.py b/examples/reference_plants/05-offshore-hydrogen-ca/offshore-hydrogen-ca.py index 5b208e9e2..9e2a08679 100644 --- a/examples/reference_plants/05-offshore-hydrogen-ca/offshore-hydrogen-ca.py +++ b/examples/reference_plants/05-offshore-hydrogen-ca/offshore-hydrogen-ca.py @@ -23,6 +23,7 @@ # ORBIT imports from ORBIT.core.library import initialize_library + initialize_library(os.path.join(os.getcwd(), "./input/")) # run the stuff @@ -32,7 +33,7 @@ filename_turbine_config = "./input/turbines/" + turbine_model + ".yaml" filename_floris_config = "./input/floris/floris_input_osw_15MW.yaml" filename_hopp_config = "./input/plant/hopp_config_ca.yaml" - filename_orbit_config= "./input/plant/orbit-config-"+turbine_model+"-ca.yaml" + filename_orbit_config = "./input/plant/orbit-config-" + turbine_model + "-ca.yaml" filename_greenheart_config = "./input/plant/greenheart_config_offshore_ca.yaml" config = GreenHeartSimulationConfig( @@ -52,13 +53,13 @@ ) # for analysis - # prob, config = run_greenheart(config, run_only=True) + prob, config = run_greenheart(config, run_only=True) # for optimization - prob, config = run_greenheart(config, run_only=False) + # prob, config = run_greenheart(config, run_only=False) lcoe = prob.get_val("lcoe", units="USD/(MW*h)") lcoh = prob.get_val("lcoh", units="USD/kg") print("LCOE: ", lcoe, "[$/MWh]") - print("LCOH: ", lcoh, "[$/kg]") \ No newline at end of file + print("LCOH: ", lcoh, "[$/kg]") diff --git a/greenheart/simulation/greenheart_simulation.py b/greenheart/simulation/greenheart_simulation.py index 1245cd430..cccd7b02e 100644 --- a/greenheart/simulation/greenheart_simulation.py +++ b/greenheart/simulation/greenheart_simulation.py @@ -34,6 +34,7 @@ import greenheart.tools.eco.utilities as he_util import greenheart.tools.eco.hydrogen_mgmt as he_h2 + @define class GreenHeartSimulationConfig: """ @@ -157,10 +158,10 @@ def __attrs_post_init__(self): self.orbit_config["plant"]["num_turbines"] = int( self.wind_rating * 1e-3 / self.turbine_config["turbine_rating"] ) - self.hopp_config["technologies"]["wind"]["num_turbines"] = ( - self.orbit_config["plant"]["num_turbines"] - ) - + self.hopp_config["technologies"]["wind"][ + "num_turbines" + ] = self.orbit_config["plant"]["num_turbines"] + if self.grid_connection != None: self.greenheart_config["project_parameters"][ "grid_connection" @@ -238,24 +239,43 @@ def setup_greenheart_simulation(config: GreenHeartSimulationConfig): # run orbit for wind plant construction and other costs ## TODO get correct weather (wind, wave) inputs for ORBIT input (possibly via ERA5) if config.design_scenario["wind_location"] == "offshore": - - if config.orbit_config["plant"]["num_turbines"] != config.hopp_config["technologies"]["wind"]["num_turbines"]: + + if ( + config.orbit_config["plant"]["num_turbines"] + != config.hopp_config["technologies"]["wind"]["num_turbines"] + ): config.orbit_config["plant"].update( - {"num_turbines": config.hopp_config["technologies"]["wind"]["num_turbines"]} + { + "num_turbines": config.hopp_config["technologies"]["wind"][ + "num_turbines" + ] + } ) - warnings.warn(f"'num_turbines' in the orbit_config was {config.orbit_config['plant']['num_turbines']}, but 'num_turbines' in" - f"hopp_config was {config.hopp_config['technologies']['wind']['num_turbines']}. The 'num_turbines' value in the orbit_config" - "is being overwritten with the value from the hopp_config", UserWarning) - - if config.orbit_config["site"]["depth"] != config.greenheart_config["site"]["depth"]: + warnings.warn( + f"'num_turbines' in the orbit_config was {config.orbit_config['plant']['num_turbines']}, but 'num_turbines' in" + f"hopp_config was {config.hopp_config['technologies']['wind']['num_turbines']}. The 'num_turbines' value in the orbit_config" + "is being overwritten with the value from the hopp_config", + UserWarning, + ) + + if ( + config.orbit_config["site"]["depth"] + != config.greenheart_config["site"]["depth"] + ): config.orbit_config["site"].update( {"depth": config.greenheart_config["site"]["depth"]} ) - warnings.warn(f"site depth in the orbit_config was {config.orbit_config['site']['depth']}, but site depth in" - f"greenheart_config was {config.greenheart_config['site']['depth']}. The site depth value in the orbit_config" - "is being overwritten with the value from the greenheart_config", UserWarning) - - if config.orbit_config["plant"]["turbine_spacing"] != config.greenheart_config["site"]["wind_layout"]["turbine_spacing"]: + warnings.warn( + f"site depth in the orbit_config was {config.orbit_config['site']['depth']}, but site depth in" + f"greenheart_config was {config.greenheart_config['site']['depth']}. The site depth value in the orbit_config" + "is being overwritten with the value from the greenheart_config", + UserWarning, + ) + + if ( + config.orbit_config["plant"]["turbine_spacing"] + != config.greenheart_config["site"]["wind_layout"]["turbine_spacing"] + ): config.orbit_config["plant"].update( {"turbine_spacing": config.greenheart_config["site"]["wind_layout"]["turbine_spacing"]} ) @@ -263,13 +283,23 @@ def setup_greenheart_simulation(config: GreenHeartSimulationConfig): f"greenheart_config was {config.greenheart_config['site']['wind_layout']['turbine_spacing']}. The 'turbine_spacing' value in the orbit_config" "is being overwritten with the value from the greenheart_config", UserWarning) - if config.orbit_config["plant"]["row_spacing"] != config.greenheart_config["site"]["wind_layout"]["row_spacing"]: + if ( + config.orbit_config["plant"]["row_spacing"] + != config.greenheart_config["site"]["wind_layout"]["row_spacing"] + ): config.orbit_config["plant"].update( - {"row_spacing": config.greenheart_config["site"]["wind_layout"]["row_spacing"]} + { + "row_spacing": config.greenheart_config["site"]["wind_layout"][ + "row_spacing" + ] + } + ) + warnings.warn( + f"'row_spacing' in the orbit_config was {config.orbit_config['plant']['row_spacing']}, but 'row_spacing' in" + f"greenheart_config was {config.greenheart_config['site']['wind_layout']['row_spacing']}. The 'row_spacing' value in the orbit_config" + "is being overwritten with the value from the greenheart_config", + UserWarning, ) - warnings.warn(f"site depth in the orbit_config was {config.orbit_config['plant']['row_spacing']}, but 'row_spacing' in" - f"greenheart_config was {config.greenheart_config['site']['wind_layout']['row_spacing']}. The 'row_spacing' value in the orbit_config" - "is being overwritten with the value from the greenheart_config", UserWarning) wind_config = he_fin.WindCostConfig( design_scenario=config.design_scenario, @@ -368,7 +398,7 @@ def run_simulation(config: GreenHeartSimulationConfig): hopp_config=config.hopp_config, greenheart_config=config.greenheart_config, turbine_config=config.turbine_config, - hopp_interface=hopp_results["hopp_interface"] + hopp_interface=hopp_results["hopp_interface"], ) wind_cost_results = he_fin.run_wind_cost_model( @@ -457,13 +487,14 @@ def energy_internals( ) # compressor #TODO size correctly - h2_transport_compressor, h2_transport_compressor_results = ( - he_h2.run_h2_transport_compressor( - config.greenheart_config, - electrolyzer_physics_results, - design_scenario, - verbose=verbose, - ) + ( + h2_transport_compressor, + h2_transport_compressor_results, + ) = he_h2.run_h2_transport_compressor( + config.greenheart_config, + electrolyzer_physics_results, + design_scenario, + verbose=verbose, ) # transport pipeline @@ -814,6 +845,9 @@ def simple_solver(initial_guess=0.0): if config.verbose: print("Running ammonia\n") + if "hydrogen_cost" not in config.greenheart_config['ammonia']['costs']['feedstocks']: + config.greenheart_config['ammonia']['costs']['feedstocks']['hydrogen_cost'] = lcoh + # use the hydrogen amount from the electrolyzer physics model if it is not already in the config if ( "hydrogen_amount_kgpy" @@ -916,7 +950,13 @@ def simple_solver(initial_guess=0.0): platform_results = platform_results ) -def run_sweeps(simulate=False, verbose=True, show_plots=True, use_profast=True, output_dir="output/"): +def run_sweeps( + simulate=False, + verbose=True, + show_plots=True, + use_profast=True, + output_dir="output/", +): if simulate: verbose = False @@ -942,7 +982,8 @@ def run_sweeps(simulate=False, verbose=True, show_plots=True, use_profast=True, ) print(lcoh_array) np.savetxt( - output_dir + "data/lcoh_vs_rating_%s_storage_%sMWwindplant.txt" + output_dir + + "data/lcoh_vs_rating_%s_storage_%sMWwindplant.txt" % (storage_type, wind_rating), np.c_[ratings, lcoh_array], ) @@ -1033,7 +1074,11 @@ def run_sweeps(simulate=False, verbose=True, show_plots=True, use_profast=True, def run_policy_options_storage_types( - verbose=True, show_plots=False, save_plots=False, use_profast=True, output_dir="output/" + verbose=True, + show_plots=False, + save_plots=False, + use_profast=True, + output_dir="output/", ): storage_types = ["pressure_vessel", "pipe", "salt_cavern", "none"] @@ -1066,7 +1111,11 @@ def run_policy_options_storage_types( def run_policy_storage_design_options( - verbose=False, show_plots=False, save_plots=False, use_profast=True, output_dir="output/" + verbose=False, + show_plots=False, + save_plots=False, + use_profast=True, + output_dir="output/", ): design_scenarios = [1, 2, 3, 4, 5, 6, 7] @@ -1156,7 +1205,11 @@ def run_policy_storage_design_options( def run_design_options( - verbose=False, show_plots=False, save_plots=False, incentive_option=1, output_dir="output/" + verbose=False, + show_plots=False, + save_plots=False, + incentive_option=1, + output_dir="output/", ): design_options = range(1, 8) # 8 @@ -1232,7 +1285,7 @@ def run_storage_options(output_dir="output/"): storage_type=storage_type, output_level=4, grid_connection=False, - output_dir=output_dir + output_dir=output_dir, ) lcoe_list.append(lcoe) lcoh_list.append(lcoh) @@ -1248,7 +1301,7 @@ def run_storage_options(output_dir="output/"): storage_type=storage_type, output_level=4, grid_connection=True, - output_dir=output_dir + output_dir=output_dir, ) lcoh_with_grid_list.append(lcoh_with_grid) lcoh_grid_only_list.append(lcoh_grid_only) diff --git a/greenheart/tools/eco/electrolysis.py b/greenheart/tools/eco/electrolysis.py index cc93d17fb..a9cc31bd0 100644 --- a/greenheart/tools/eco/electrolysis.py +++ b/greenheart/tools/eco/electrolysis.py @@ -3,6 +3,7 @@ import matplotlib.pyplot as plt from matplotlib import ticker import os +import warnings from greenheart.tools.eco.utilities import ceildiv # import hopp.tools.hopp_tools as hopp_tools @@ -87,6 +88,9 @@ def run_electrolyzer_physics( "turndown_ratio": greenheart_config["electrolyzer"]["turndown_ratio"], } + if "time_between_replacement" in greenheart_config['electrolyzer']: + warnings.warn("`time_between_replacement` as an input is deprecated. It is now calculated internally and is output in electrolyzer_physics_results['H2_Results']['Time Until Replacement [hrs]'].") + H2_Results, h2_ts, h2_tot, power_to_electrolyzer_kw = run_h2_PEM( electrical_generation_timeseries=energy_to_electrolyzer_kw, electrolyzer_size=electrolyzer_size_mw, @@ -392,9 +396,10 @@ def run_electrolyzer_cost( pem_offshore = PEMCostsSingliticoModel(elec_location=offshore) - electrolyzer_capital_cost_musd, electrolyzer_om_cost_musd = ( - pem_offshore.run(P_elec, RC_elec) - ) + ( + electrolyzer_capital_cost_musd, + electrolyzer_om_cost_musd, + ) = pem_offshore.run(P_elec, RC_elec) electrolyzer_total_capital_cost = ( electrolyzer_capital_cost_musd * 1e6 diff --git a/greenheart/tools/eco/finance.py b/greenheart/tools/eco/finance.py index a1ad32528..b247e42d9 100644 --- a/greenheart/tools/eco/finance.py +++ b/greenheart/tools/eco/finance.py @@ -87,21 +87,23 @@ def run_wind_cost_model( orbit_hybrid_electrical_export_config=wind_cost_inputs.orbit_hybrid_electrical_export_config, ) - total_wind_cost_no_export, total_used_export_system_costs = ( - breakout_export_costs_from_orbit_results( - project, - wind_cost_inputs.greenheart_config, - wind_cost_inputs.design_scenario, - ) + ( + total_wind_cost_no_export, + total_used_export_system_costs, + ) = breakout_export_costs_from_orbit_results( + project, + wind_cost_inputs.greenheart_config, + wind_cost_inputs.design_scenario, ) if orbit_hybrid_electrical_export_project is not None: - _, total_used_export_system_costs = ( - breakout_export_costs_from_orbit_results( - orbit_hybrid_electrical_export_project, - wind_cost_inputs.greenheart_config, - wind_cost_inputs.design_scenario, - ) + ( + _, + total_used_export_system_costs, + ) = breakout_export_costs_from_orbit_results( + orbit_hybrid_electrical_export_project, + wind_cost_inputs.greenheart_config, + wind_cost_inputs.design_scenario, ) # WIND ONLY Total O&M expenses including fixed, variable, and capacity-based, $/year @@ -146,9 +148,9 @@ def run_wind_cost_model( * wind_cost_inputs.turbine_config["turbine_rating"] ) - annual_operating_cost_wind = ( - wind_cost_inputs.hopp_interface.system.wind.om_total_expense[0] - ) + annual_operating_cost_wind = wind_cost_inputs.hopp_interface.system.wind.om_total_expense[ + 0 + ] if ( "installation_time" @@ -636,7 +638,10 @@ def run_profast_lcoe( design_scenario["h2_storage_location"] == "onshore" or design_scenario["electrolyzer_location"] == "onshore" ): - land_cost = 1e6 # TODO should model this + if 'land_cost' in greenheart_config['finance_parameters']: + land_cost = greenheart_config['finance_parameters']['land_cost'] + else: + land_cost = 1e6 # TODO should model this else: land_cost = 0.0 @@ -827,7 +832,7 @@ def run_profast_lcoe( # add electricity_ptc ($/kW) # adjust from 1992 dollars to start year wind_ptc_in_dollars_per_kw = -npf.fv( - gen_inflation, + greenheart_config['finance_parameters']['costing_general_inflation'], greenheart_config["project_parameters"]["atb_year"] + round((wind_cost_results.installation_time / 12)) - 1992, @@ -859,8 +864,8 @@ def run_profast_lcoe( scale="M", remove_zeros=True, remove_depreciation=False, - fileout=savepath + "annual_cash_flow_wind_only_%i.png" - % (design_scenario["id"]), + fileout=savepath + + "annual_cash_flow_wind_only_%i.png" % (design_scenario["id"]), show_plot=show_plots, ) pf.plot_costs_yearly2( @@ -868,18 +873,16 @@ def run_profast_lcoe( scale="M", remove_zeros=True, remove_depreciation=False, - fileout=savepath + "annual_cash_flow_wind_only_%i.html" - % (design_scenario["id"]), + fileout=savepath + + "annual_cash_flow_wind_only_%i.html" % (design_scenario["id"]), show_plot=show_plots, ) pf.plot_capital_expenses( - fileout=savepath + "capital_expense_only_%i.png" - % (design_scenario["id"]), + fileout=savepath + "capital_expense_only_%i.png" % (design_scenario["id"]), show_plot=show_plots, ) pf.plot_cashflow( - fileout=savepath + "cash_flow_wind_only_%i.png" - % (design_scenario["id"]), + fileout=savepath + "cash_flow_wind_only_%i.png" % (design_scenario["id"]), show_plot=show_plots, ) pf.plot_costs( @@ -911,7 +914,10 @@ def run_profast_grid_only( design_scenario["h2_storage_location"] == "onshore" or design_scenario["electrolyzer_location"] == "onshore" ): - land_cost = 1e6 # TODO should model this + if 'land_cost' in greenheart_config['finance_parameters']: + land_cost = greenheart_config['finance_parameters']['land_cost'] + else: + land_cost = 1e6 # TODO should model this else: land_cost = 0.0 @@ -1022,8 +1028,10 @@ def run_profast_grid_only( electrolyzer_refurbishment_schedule = np.zeros( greenheart_config["project_parameters"]["project_lifetime"] ) - refurb_period = round( - greenheart_config["electrolyzer"]["time_between_replacement"] / (24 * 365) + # refurb_period = round( + # greenheart_config["electrolyzer"]["time_between_replacement"] / (24 * 365) + # ) + refurb_period = round(electrolyzer_physics_results['H2_Results']['Time Until Replacement [hrs]']/ (24 * 365) ) electrolyzer_refurbishment_schedule[ refurb_period : greenheart_config["project_parameters"][ @@ -1128,13 +1136,13 @@ def run_profast_grid_only( os.makedirs(savepath) pf.plot_capital_expenses( - fileout=savepaths[0] + "capital_expense_grid_only_%i.pdf" - % (design_scenario["id"]), + fileout=savepaths[0] + + "capital_expense_grid_only_%i.pdf" % (design_scenario["id"]), show_plot=show_plots, ) pf.plot_cashflow( - fileout=savepaths[1] + "cash_flow_grid_only_%i.png" - % (design_scenario["id"]), + fileout=savepaths[1] + + "cash_flow_grid_only_%i.png" % (design_scenario["id"]), show_plot=show_plots, ) @@ -1163,7 +1171,7 @@ def run_profast_full_plant_model( verbose=False, show_plots=False, save_plots=False, - output_dir="./output/" + output_dir="./output/", ): gen_inflation = greenheart_config["finance_parameters"]["profast_general_inflation"] @@ -1171,7 +1179,10 @@ def run_profast_full_plant_model( design_scenario["h2_storage_location"] == "onshore" or design_scenario["electrolyzer_location"] == "onshore" ): - land_cost = 1e6 # TODO should model this + if 'land_cost' in greenheart_config['finance_parameters']: + land_cost = greenheart_config['finance_parameters']['land_cost'] + else: + land_cost = 1e6 # TODO should model this else: land_cost = 0.0 @@ -1196,7 +1207,7 @@ def run_profast_full_plant_model( pf.set_params( "analysis start year", greenheart_config["project_parameters"]["atb_year"] - + 1, # Add financial analysis start year + + 2, # Add financial analysis start year ) pf.set_params( "operating life", greenheart_config["project_parameters"]["project_lifetime"] @@ -1268,9 +1279,7 @@ def run_profast_full_plant_model( elif greenheart_config["finance_parameters"]["debt_equity_ratio"]: pf.set_params( "debt equity ratio of initial financing", - ( - greenheart_config["finance_parameters"]["debt_equity_ratio"] - ), + (greenheart_config["finance_parameters"]["debt_equity_ratio"]), ) # TODO this may not be put in right pf.set_params("debt type", greenheart_config["finance_parameters"]["debt_type"]) pf.set_params( @@ -1385,8 +1394,10 @@ def run_profast_full_plant_model( electrolyzer_refurbishment_schedule = np.zeros( greenheart_config["project_parameters"]["project_lifetime"] ) - refurb_period = round( - greenheart_config["electrolyzer"]["time_between_replacement"] / (24 * 365) + # refurb_period = round( + # greenheart_config["electrolyzer"]["time_between_replacement"] / (24 * 365) + # ) + refurb_period = round(electrolyzer_physics_results['H2_Results']['Time Until Replacement [hrs]']/ (24 * 365) ) electrolyzer_refurbishment_schedule[ refurb_period : greenheart_config["project_parameters"][ @@ -1573,10 +1584,27 @@ def run_profast_full_plant_model( }, ) + # add h2_storage_itc (% of h2 storage capex) + itc_value_percent_h2_store_capex = incentive_dict["h2_storage_itc"] + electricity_itc_value_dollars_h2_store = itc_value_percent_h2_store_capex * ( + capex_breakdown["h2_storage"] + ) + pf.set_params( + "one time cap inct", + { + "value": electricity_itc_value_dollars_h2_store, + "depr type": greenheart_config["finance_parameters"]["depreciation_method"], + "depr period": greenheart_config["finance_parameters"][ + "depreciation_period" + ], + "depreciable": True, + }, + ) + # add electricity_ptc ($/kW) # adjust from 1992 dollars to start year electricity_ptc_in_dollars_per_kw = -npf.fv( - gen_inflation, + greenheart_config['finance_parameters']['costing_general_inflation'], greenheart_config["project_parameters"]["atb_year"] + round((wind_cost_results.installation_time / 12)) - 1992, @@ -1602,7 +1630,7 @@ def run_profast_full_plant_model( # add h2_ptc ($/kg) h2_ptc_inflation_adjusted = -npf.fv( - gen_inflation, + greenheart_config['finance_parameters']['costing_general_inflation'], # use ATB year (cost inflation 2.5%) costing_general_inflation greenheart_config["project_parameters"]["atb_year"] + round((wind_cost_results.installation_time / 12)) - 2022, @@ -1612,7 +1640,7 @@ def run_profast_full_plant_model( pf.add_incentive( name="H2 PTC", value=h2_ptc_inflation_adjusted, - decay=-gen_inflation, + decay=-gen_inflation, #correct inflation sunset_years=10, tax_credit=True, ) # TODO check decay @@ -1671,8 +1699,7 @@ def run_profast_full_plant_model( show_plot=show_plots, ) pf.plot_cashflow( - fileout=savepaths[1] + "cash_flow_%i.png" - % (design_scenario["id"]), + fileout=savepaths[1] + "cash_flow_%i.png" % (design_scenario["id"]), show_plot=show_plots, ) @@ -1681,8 +1708,7 @@ def run_profast_full_plant_model( ) pf.plot_costs( - savepaths[2] + "lcoh_%i" % (design_scenario["id"]), - show_plot=show_plots, + savepaths[2] + "lcoh_%i" % (design_scenario["id"]), show_plot=show_plots, ) return lcoh, pf diff --git a/greenheart/tools/eco/hopp_mgmt.py b/greenheart/tools/eco/hopp_mgmt.py index 5aef36d1f..a3e7bc12b 100644 --- a/greenheart/tools/eco/hopp_mgmt.py +++ b/greenheart/tools/eco/hopp_mgmt.py @@ -21,7 +21,7 @@ def setup_hopp( wind_cost_results=None, show_plots=False, save_plots=False, - output_dir="./output/" + output_dir="./output/", ): if "battery" in hopp_config["technologies"].keys() and \ diff --git a/greenheart/tools/eco/hydrogen_mgmt.py b/greenheart/tools/eco/hydrogen_mgmt.py index 8e2ef85ac..9fac3d621 100644 --- a/greenheart/tools/eco/hydrogen_mgmt.py +++ b/greenheart/tools/eco/hydrogen_mgmt.py @@ -44,7 +44,9 @@ ) from greenheart.simulation.technologies.offshore.all_platforms import calc_platform_opex -from greenheart.simulation.technologies.hydrogen.h2_storage.storage_sizing import hydrogen_storage_capacity +from greenheart.simulation.technologies.hydrogen.h2_storage.storage_sizing import ( + hydrogen_storage_capacity, +) def run_h2_pipe_array( @@ -79,7 +81,9 @@ def run_h2_pipe_array( turbine_h2_flowrate = ( max( - electrolyzer_physics_results["H2_Results"]["Hydrogen Hourly Production [kg/hr]"] + electrolyzer_physics_results["H2_Results"][ + "Hydrogen Hourly Production [kg/hr]" + ] ) * ((1.0 / 60.0) ** 2) / hopp_config["technologies"]["wind"]["num_turbines"] @@ -117,7 +121,9 @@ def run_h2_transport_compressor( ): ########## compressor model from Jamie Kee based on HDSAM flow_rate_kg_per_hr = max( - electrolyzer_physics_results["H2_Results"]["Hydrogen Hourly Production [kg/hr]"] + electrolyzer_physics_results["H2_Results"][ + "Hydrogen Hourly Production [kg/hr]" + ] ) # kg/hr number_of_compressors = 2 # a third will be added as backup in the code p_inlet = 20 # bar @@ -244,7 +250,6 @@ def run_h2_storage( design_scenario, verbose=False, ): - nturbines = hopp_config["technologies"]["wind"]["num_turbines"] if design_scenario["h2_storage_location"] == "platform": if ( @@ -255,16 +260,31 @@ def run_h2_storage( "Only pressure vessel storage can be used on the off shore platform" ) - # initialize output dictionary + if design_scenario["h2_storage_location"] == "turbine": + if ( + greenheart_config["h2_storage"]["type"] != "turbine" + and greenheart_config["h2_storage"]["type"] != "pressure_vessel" + and greenheart_config["h2_storage"]["type"] != "none" + ): + raise ValueError( + "Only turbine or pressure vessel storage can be used for turbine hydrogen storage location" + ) + ########### initialize output dictionary ########### h2_storage_results = dict() - storage_hours = greenheart_config["h2_storage"]["days"] * 24 storage_max_fill_rate = np.max( electrolyzer_physics_results["H2_Results"]["Hydrogen Hourly Production [kg/hr]"] ) + ########### get hydrogen storage size in kilograms ########### + ##################### no hydrogen storage + if greenheart_config["h2_storage"]["type"] == "none": + h2_storage_capacity_kg = 0.0 + storage_max_fill_rate = 0.0 + ##################### get storage capacity from turbine storage model - if greenheart_config["h2_storage"]["capacity_from_max_on_turbine_storage"]: + elif greenheart_config["h2_storage"]["capacity_from_max_on_turbine_storage"]: + nturbines = hopp_config["technologies"]["wind"]["num_turbines"] turbine = { "tower_length": turbine_config["tower"]["length"], "section_diameters": turbine_config["tower"]["section_diameters"], @@ -278,27 +298,39 @@ def run_h2_storage( h2_storage_capacity_single_turbine = h2_storage.get_capacity_H2() # kg - h2_capacity = nturbines * h2_storage_capacity_single_turbine # in kg - ################################### - else: - h2_capacity = round(storage_hours * storage_max_fill_rate) + h2_storage_capacity_kg = nturbines * h2_storage_capacity_single_turbine # in kg + + ##################### get storage capacity from hydrogen storage demand + elif greenheart_config["h2_storage"]["size_capacity_from_demand"]["flag"]: + hydrogen_storage_demand = np.mean( + electrolyzer_physics_results["H2_Results"][ + "Hydrogen Hourly Production [kg/hr]" + ] + ) # TODO: update demand based on end-use needs + ( + hydrogen_storage_capacity_kg, + hydrogen_storage_duration_hr, + hydrogen_storage_soc, + ) = hydrogen_storage_capacity( + electrolyzer_physics_results["H2_Results"], + greenheart_config["electrolyzer"]["rating"], + hydrogen_storage_demand, + ) + h2_storage_capacity_kg = hydrogen_storage_capacity_kg + h2_storage_results["hydrogen_storage_duration_hr"] = ( + hydrogen_storage_duration_hr + ) + h2_storage_results["hydrogen_storage_soc"] = hydrogen_storage_soc - if greenheart_config["h2_storage"]["type"] == "none": - greenheart_config["h2_capacity"] = 0.0 - h2_storage_results["h2_storage_kg"] = 0.0 + ##################### get storage capacity based on storage days in config else: - if greenheart_config['h2_storage']['size_capacity_from_demand']['flag']: - hydrogen_storage_demand = np.mean(electrolyzer_physics_results["H2_Results"][ - "Hydrogen Hourly Production [kg/hr]" - ]) # TODO: update demand based on end-use needs - hydrogen_storage_capacity_kg, hydrogen_storage_duration_hr, hydrogen_storage_soc = hydrogen_storage_capacity(electrolyzer_physics_results['H2_Results'], greenheart_config['electrolyzer']['rating'], hydrogen_storage_demand) - greenheart_config["h2_capacity"] = hydrogen_storage_capacity_kg - h2_storage_results["h2_storage_kg"] = hydrogen_storage_capacity_kg - else: - greenheart_config["h2_capacity"] = h2_capacity - h2_storage_results["h2_storage_kg"] = h2_capacity + storage_hours = greenheart_config["h2_storage"]["days"] * 24 + h2_storage_capacity_kg = round(storage_hours * storage_max_fill_rate) - # if storage_hours == 0: + h2_storage_results["h2_storage_capacity_kg"] = h2_storage_capacity_kg + h2_storage_results["h2_storage_max_fill_rate_kg_hr"] = storage_max_fill_rate + + ########### run specific hydrogen storage models for costs and energy use ########### if ( greenheart_config["h2_storage"]["type"] == "none" or design_scenario["h2_storage_location"] == "none" @@ -309,8 +341,8 @@ def run_h2_storage( h2_storage = None - elif design_scenario["h2_storage_location"] == "turbine": - if greenheart_config["h2_storage"]["type"] == "turbine": + elif greenheart_config["h2_storage"]["type"] == "turbine": + if design_scenario["h2_storage_location"] == "turbine": turbine = { "tower_length": turbine_config["tower"]["length"], "section_diameters": turbine_config["tower"]["section_diameters"], @@ -336,9 +368,38 @@ def run_h2_storage( h2_storage_results["storage_energy"] = ( 0.0 # low pressure, so no additional compression needed beyond electolyzer ) + else: + raise ValueError( + "`h2_storage_location` must be set to 'turbine' to use 'turbine' for h2 storage type." + ) + + elif greenheart_config["h2_storage"]["type"] == "pipe": + # for more information, see https://www.nrel.gov/docs/fy14osti/58564.pdf + # initialize dictionary for pipe storage parameters + storage_input = dict() + + # pull parameters from plat_config file + storage_input["h2_storage_kg"] = h2_storage_capacity_kg + storage_input["compressor_output_pressure"] = greenheart_config[ + "h2_storage_compressor" + ]["output_pressure"] + storage_input["system_flow_rate"] = storage_max_fill_rate + storage_input["model"] = "papadias" - elif greenheart_config["h2_storage"]["type"] == "pressure_vessel": + # run pipe storage model + h2_storage = UndergroundPipeStorage(storage_input) + + h2_storage.pipe_storage_capex() + h2_storage.pipe_storage_opex() + + h2_storage_results["storage_capex"] = h2_storage.output_dict[ + "pipe_storage_capex" + ] + h2_storage_results["storage_opex"] = h2_storage.output_dict["pipe_storage_opex"] + h2_storage_results["storage_energy"] = 0.0 + elif greenheart_config["h2_storage"]["type"] == "pressure_vessel": + if design_scenario["h2_storage_location"] == "turbine": energy_cost = 0.0 h2_storage = PressureVessel(Energy_cost=energy_cost) @@ -351,7 +412,7 @@ def run_h2_storage( area_site, mass_tank_empty_site, _, - ) = h2_storage.distributed_storage_vessels(h2_capacity, 1) + ) = h2_storage.distributed_storage_vessels(h2_storage_capacity_kg, 1) # ) = h2_storage.distributed_storage_vessels(h2_capacity, nturbines) # capex, opex, energy = h2_storage.calculate_from_fit(h2_capacity) @@ -359,18 +420,23 @@ def run_h2_storage( h2_storage_results["storage_opex"] = opex_dist_total h2_storage_results["storage_energy"] = ( energy - * electrolyzer_physics_results["H2_Results"]["Life: Annual H2 production [kg/year]"] + * electrolyzer_physics_results["H2_Results"][ + "Life: Annual H2 production [kg/year]" + ] ) # total in kWh h2_storage_results["tank_mass_full_kg"] = ( - h2_storage.get_tank_mass(h2_capacity)[1] + h2_capacity + h2_storage.get_tank_mass(h2_storage_capacity_kg)[1] + + h2_storage_capacity_kg ) h2_storage_results["tank_footprint_m2"] = h2_storage.get_tank_footprint( - h2_capacity, upright=True + h2_storage_capacity_kg, upright=True )[1] h2_storage_results["tank volume (m^3)"] = ( h2_storage.compressed_gas_function.Vtank ) - h2_storage_results["Number of tanks"] = h2_storage.get_tanks(h2_capacity) + h2_storage_results["Number of tanks"] = h2_storage.get_tanks( + h2_storage_capacity_kg + ) if verbose: print("ENERGY FOR STORAGE: ", energy * 1e-3 / (365 * 24), " MW") print("Tank volume (M^3): ", h2_storage_results["tank volume (m^3)"]) @@ -381,80 +447,53 @@ def run_h2_storage( print("N Tanks: ", h2_storage_results["Number of tanks"]) else: - ValueError( - "with storage location set to tower, only 'pressure_vessel' and 'tower' types are implemented." - ) + # if plant_config["project_parameters"]["grid_connection"]: + # energy_cost = plant_config["project_parameters"]["ppa_price"] + # else: + # energy_cost = 0.0 + energy_cost = 0.0 # energy cost is now handled outside the storage model - elif greenheart_config["h2_storage"]["type"] == "pipe": - # for more information, see https://www.nrel.gov/docs/fy14osti/58564.pdf - # initialize dictionary for pipe storage parameters - storage_input = dict() - - # pull parameters from plat_config file - storage_input["h2_storage_kg"] = h2_capacity - storage_input["compressor_output_pressure"] = greenheart_config[ - "h2_storage_compressor" - ]["output_pressure"] - storage_input["system_flow_rate"] = storage_max_fill_rate - storage_input["model"] = "papadias" - - # run pipe storage model - h2_storage = UndergroundPipeStorage(storage_input) - - h2_storage.pipe_storage_capex() - h2_storage.pipe_storage_opex() - - h2_storage_results["storage_capex"] = h2_storage.output_dict[ - "pipe_storage_capex" - ] - h2_storage_results["storage_opex"] = h2_storage.output_dict["pipe_storage_opex"] - h2_storage_results["storage_energy"] = 0.0 - - elif greenheart_config["h2_storage"]["type"] == "pressure_vessel": - # if plant_config["project_parameters"]["grid_connection"]: - # energy_cost = plant_config["project_parameters"]["ppa_price"] - # else: - # energy_cost = 0.0 - energy_cost = 0.0 # energy cost is now handled outside the storage model - - h2_storage = PressureVessel(Energy_cost=energy_cost) - h2_storage.run() + h2_storage = PressureVessel(Energy_cost=energy_cost) + h2_storage.run() - capex, opex, energy = h2_storage.calculate_from_fit(h2_capacity) + capex, opex, energy = h2_storage.calculate_from_fit(h2_storage_capacity_kg) - h2_storage_results["storage_capex"] = capex - h2_storage_results["storage_opex"] = opex - h2_storage_results["storage_energy"] = ( - energy - * electrolyzer_physics_results["H2_Results"]["Life: Annual H2 production [kg/year]"] - ) # total in kWh - h2_storage_results["tank_mass_full_kg"] = ( - h2_storage.get_tank_mass(h2_capacity)[1] + h2_capacity - ) - h2_storage_results["tank_footprint_m2"] = h2_storage.get_tank_footprint( - h2_capacity, upright=True - )[1] - h2_storage_results["tank volume (m^3)"] = ( - h2_storage.compressed_gas_function.Vtank - ) - h2_storage_results["Number of tanks"] = ( - h2_storage.compressed_gas_function.number_of_tanks - ) - if verbose: - print("ENERGY FOR STORAGE: ", energy * 1e-3 / (365 * 24), " MW") - print("Tank volume (M^3): ", h2_storage_results["tank volume (m^3)"]) - print( - "Single Tank capacity (kg): ", - h2_storage.compressed_gas_function.single_tank_h2_capacity_kg, + h2_storage_results["storage_capex"] = capex + h2_storage_results["storage_opex"] = opex + h2_storage_results["storage_energy"] = ( + energy + * electrolyzer_physics_results["H2_Results"][ + "Life: Annual H2 production [kg/year]" + ] + ) # total in kWh + h2_storage_results["tank_mass_full_kg"] = ( + h2_storage.get_tank_mass(h2_storage_capacity_kg)[1] + + h2_storage_capacity_kg ) - print("N Tanks: ", h2_storage_results["Number of tanks"]) + h2_storage_results["tank_footprint_m2"] = h2_storage.get_tank_footprint( + h2_storage_capacity_kg, upright=True + )[1] + h2_storage_results["tank volume (m^3)"] = ( + h2_storage.compressed_gas_function.Vtank + ) + h2_storage_results["Number of tanks"] = ( + h2_storage.compressed_gas_function.number_of_tanks + ) + if verbose: + print("ENERGY FOR STORAGE: ", energy * 1e-3 / (365 * 24), " MW") + print("Tank volume (M^3): ", h2_storage_results["tank volume (m^3)"]) + print( + "Single Tank capacity (kg): ", + h2_storage.compressed_gas_function.single_tank_h2_capacity_kg, + ) + print("N Tanks: ", h2_storage_results["Number of tanks"]) elif greenheart_config["h2_storage"]["type"] == "salt_cavern": # initialize dictionary for salt cavern storage parameters storage_input = dict() - # pull parameters from plat_config file - storage_input["h2_storage_kg"] = h2_capacity + # pull parameters from plant_config file + storage_input["h2_storage_kg"] = h2_storage_capacity_kg storage_input["system_flow_rate"] = storage_max_fill_rate storage_input["model"] = "papadias" @@ -471,23 +510,13 @@ def run_h2_storage( "salt_cavern_storage_opex" ] h2_storage_results["storage_energy"] = 0.0 - # TODO replace this rough estimate with real numbers - # h2_storage = None - # capex = 36.0 * h2_capacity # based on Papadias 2021 table 7 - # opex = ( - # 0.021 * capex - # ) # based on https://www.pnnl.gov/sites/default/files/media/file/Hydrogen_Methodology.pdf - - # h2_storage_results["storage_capex"] = capex - # h2_storage_results["storage_opex"] = opex - # h2_storage_results["storage_energy"] = 0.0 elif greenheart_config["h2_storage"]["type"] == "lined_rock_cavern": # initialize dictionary for salt cavern storage parameters storage_input = dict() # pull parameters from plat_config file - storage_input["h2_storage_kg"] = h2_capacity + storage_input["h2_storage_kg"] = h2_storage_capacity_kg storage_input["system_flow_rate"] = storage_max_fill_rate storage_input["model"] = "papadias" @@ -507,7 +536,7 @@ def run_h2_storage( else: raise ( ValueError( - "H2 storage type %s was given, but must be one of ['none', 'pipe', 'pressure_vessel', 'salt_cavern', 'lined_rock_cavern']" + "H2 storage type %s was given, but must be one of ['none', 'turbine', 'pipe', 'pressure_vessel', 'salt_cavern', 'lined_rock_cavern']" ) ) @@ -520,12 +549,14 @@ def run_h2_storage( ) ) print( - "H2 storage capacity (tonnes): ", h2_storage_results["h2_storage_kg"] / 1000 + "H2 storage capacity (tonnes): ", + h2_storage_results["h2_storage_capacity_kg"] / 1000, ) - if h2_storage_results["h2_storage_kg"] > 0: + if h2_storage_results["h2_storage_capacity_kg"] > 0: print( "H2 storage cost $/kg of H2: ", - h2_storage_results["storage_capex"] / h2_storage_results["h2_storage_kg"], + h2_storage_results["storage_capex"] + / h2_storage_results["h2_storage_capacity_kg"], ) return h2_storage, h2_storage_results @@ -548,7 +579,7 @@ def run_equipment_platform( if ( design_scenario["electrolyzer_location"] == "platform" or design_scenario["h2_storage_location"] == "platform" - or design_scenario["pv_location"] == "platform" + or design_scenario["pv_location"] == "platform" or design_scenario["battery_location"] == "platform" ): """ "equipment_mass_kg": desal_mass_kg, @@ -571,20 +602,28 @@ def run_equipment_platform( ) # from kg to tonnes toparea += h2_storage_results["tank_footprint_m2"] + if ( + "battery" in hopp_config["technologies"].keys() + and design_scenario["battery_location"] == "platform" + ): + battery_area = hopp_results["hybrid_plant"].battery.footprint_area + battery_mass = hopp_results["hybrid_plant"].battery.system_mass - if "battery" in hopp_config["technologies"].keys() and design_scenario["battery_location"] == "platform": - battery_area = hopp_results['hybrid_plant'].battery.footprint_area - battery_mass = hopp_results['hybrid_plant'].battery.system_mass - topmass += battery_mass toparea += battery_area - if hopp_config["site"]["solar"] and design_scenario["pv_location"] == "platform": - pv_area = hopp_results['hybrid_plant'].pv.footprint_area - solar_mass = hopp_results['hybrid_plant'].pv.system_mass - + if ( + hopp_config["site"]["solar"] + and design_scenario["pv_location"] == "platform" + ): + pv_area = hopp_results["hybrid_plant"].pv.footprint_area + solar_mass = hopp_results["hybrid_plant"].pv.system_mass + if pv_area > toparea: - warnings.warn(f"Solar area ({pv_area} m^2) must be smaller than platform area ({toparea} m^2)", UserWarning) + warnings.warn( + f"Solar area ({pv_area} m^2) must be smaller than platform area ({toparea} m^2)", + UserWarning, + ) topmass += solar_mass #### initialize diff --git a/greenheart/tools/eco/utilities.py b/greenheart/tools/eco/utilities.py index b8d906651..166cad8de 100644 --- a/greenheart/tools/eco/utilities.py +++ b/greenheart/tools/eco/utilities.py @@ -247,13 +247,17 @@ def visualize_plant( plant_design_number, show_plots=False, save_plots=False, - output_dir = "./output/" + output_dir="./output/", ): plt.rcParams.update({"font.size": 7}) if hopp_config["technologies"]["wind"]["model_name"] != "floris": - raise(NotImplementedError(f"`visualize_plant()` only works with the 'floris' wind model, `model_name` \ - {hopp_config['technologies']['wind']['model_name']} has been specified")) + raise ( + NotImplementedError( + f"`visualize_plant()` only works with the 'floris' wind model, `model_name` \ + {hopp_config['technologies']['wind']['model_name']} has been specified" + ) + ) # set colors turbine_rotor_color = colors[0] @@ -289,25 +293,35 @@ def visualize_plant( # get cable/pipe locations if design_scenario["wind_location"] == "offshore": cable_array_points = ( - wind_cost_outputs.orbit_project.phases["ArraySystemDesign"].coordinates * 1e3 + wind_cost_outputs.orbit_project.phases["ArraySystemDesign"].coordinates + * 1e3 ) # ORBIT gives coordinates in km, convert to m pipe_array_points = ( - wind_cost_outputs.orbit_project.phases["ArraySystemDesign"].coordinates * 1e3 + wind_cost_outputs.orbit_project.phases["ArraySystemDesign"].coordinates + * 1e3 ) # ORBIT gives coordinates in km, convert to m # get turbine tower base diameter - tower_base_diameter = wind_cost_outputs.orbit_project.config["turbine"]["tower"]["section_diameters"][ + tower_base_diameter = wind_cost_outputs.orbit_project.config["turbine"][ + "tower" + ]["section_diameters"][ 0 ] # in m tower_base_radius = tower_base_diameter / 2.0 - # get turbine locations + # get turbine locations turbine_x = ( - wind_cost_outputs.orbit_project.phases["ArraySystemDesign"].turbines_x.flatten() * 1e3 + wind_cost_outputs.orbit_project.phases[ + "ArraySystemDesign" + ].turbines_x.flatten() + * 1e3 ) # ORBIT gives coordinates in km, convert to m turbine_x = turbine_x[~np.isnan(turbine_x)] turbine_y = ( - wind_cost_outputs.orbit_project.phases["ArraySystemDesign"].turbines_y.flatten() * 1e3 + wind_cost_outputs.orbit_project.phases[ + "ArraySystemDesign" + ].turbines_y.flatten() + * 1e3 ) # ORBIT gives coordinates in km, convert to m turbine_y = turbine_y[~np.isnan(turbine_y)] @@ -340,8 +354,6 @@ def visualize_plant( desal_equipment_side = np.sqrt(desal_equipment_area) - - # get pipe points pipe_x = np.array([substation_x - 1000, substation_x]) pipe_y = np.array([substation_y, substation_y]) @@ -351,10 +363,14 @@ def visualize_plant( cable_y = pipe_y else: - turbine_x = np.array(hopp_config["technologies"]["wind"]["floris_config"]["farm"]["layout_x"]) - turbine_y = np.array(hopp_config["technologies"]["wind"]["floris_config"]["farm"]["layout_y"]) + turbine_x = np.array( + hopp_config["technologies"]["wind"]["floris_config"]["farm"]["layout_x"] + ) + turbine_y = np.array( + hopp_config["technologies"]["wind"]["floris_config"]["farm"]["layout_y"] + ) cable_array_points = [] - + # compressor side # not sized compressor_area = 25 compressor_side = np.sqrt(compressor_area) @@ -385,7 +401,9 @@ def visualize_plant( onshorex = 50 onshorey = 50 - wind_buffer = np.min(turbine_x) - (onshorey + 2*rotor_diameter + electrolyzer_side) + wind_buffer = np.min(turbine_x) - ( + onshorey + 2 * rotor_diameter + electrolyzer_side + ) if "pv" in hopp_config["technologies"].keys(): wind_buffer -= np.sqrt(hopp_results["hybrid_plant"].pv.footprint_area) if "battery" in hopp_config["technologies"].keys(): @@ -431,21 +449,20 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): rlabel = None tlabel = None turbine_patch = patches.Circle( - (x, y), - radius=radius, - color=color, - fill=False, - label=rlabel, - zorder=10, + (x, y), radius=radius, color=color, fill=False, label=rlabel, zorder=10, ) ax.add_patch(turbine_patch) - add_turbines(ax[ax_index_wind_plant], turbine_x, turbine_y, rotor_radius, turbine_rotor_color) - # turbine_patch01_tower = patches.Circle((x, y), radius=tower_base_radius, color=turbine_tower_color, fill=False, label=tlabel, zorder=10) - # ax[0, 1].add_patch(turbine_patch01_tower) + add_turbines( + ax[ax_index_wind_plant], turbine_x, turbine_y, rotor_radius, turbine_rotor_color + ) + # turbine_patch01_tower = patches.Circle((x, y), radius=tower_base_radius, color=turbine_tower_color, fill=False, label=tlabel, zorder=10) + # ax[0, 1].add_patch(turbine_patch01_tower) if design_scenario["wind_location"] == "onshore": - add_turbines(ax[ax_index_detail], turbine_x, turbine_y, rotor_radius, turbine_rotor_color) - + add_turbines( + ax[ax_index_detail], turbine_x, turbine_y, rotor_radius, turbine_rotor_color + ) + if ax_index_turbine_detail: # turbine_patch11_rotor = patches.Circle((turbine_x[0], turbine_y[0]), radius=rotor_radius, color=turbine_rotor_color, fill=False, label=None, zorder=10) tlabel = "Wind Turbine Tower" @@ -501,10 +518,9 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): ) ## add cables - if ( - (len(cable_array_points) > 1) and - (design_scenario["h2_storage_location"] != "turbine" - or design_scenario["transportation"] == "hvdc+pipeline") + if (len(cable_array_points) > 1) and ( + design_scenario["h2_storage_location"] != "turbine" + or design_scenario["transportation"] == "hvdc+pipeline" ): i = 0 for point_string in cable_array_points: @@ -542,9 +558,9 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): ) ## add offshore substation - if (design_scenario["wind_location"] == "offshore" and - (design_scenario["h2_storage_location"] != "turbine" - or design_scenario["transportation"] == "hvdc+pipeline") + if design_scenario["wind_location"] == "offshore" and ( + design_scenario["h2_storage_location"] != "turbine" + or design_scenario["transportation"] == "hvdc+pipeline" ): substation_patch01 = patches.Rectangle( ( @@ -574,9 +590,9 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): ax[1, 0].add_patch(substation_patch10) ## add equipment platform - if (design_scenario["wind_location"] == "offshore" and - (design_scenario["h2_storage_location"] == "platform" - or design_scenario["electrolyzer_location"] == "platform") + if design_scenario["wind_location"] == "offshore" and ( + design_scenario["h2_storage_location"] == "platform" + or design_scenario["electrolyzer_location"] == "platform" ): # or design_scenario["transportation"] == "pipeline": equipment_platform_patch01 = patches.Rectangle( ( @@ -607,8 +623,8 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): ## add hvdc cable if ( - (design_scenario["transportation"] == "hvdc" - or design_scenario["transportation"] == "hvdc+pipeline") + design_scenario["transportation"] == "hvdc" + or design_scenario["transportation"] == "hvdc+pipeline" ): ax[0, 0].plot( [onshorex + onshore_substation_x_side_length, 1000], @@ -732,20 +748,20 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): h2cx = substation_x - substation_side_length h2cy = substation_y h2cax = ax[ax_index_detail] - + if design_scenario["wind_location"] == "onshore": compressor_patch01 = patches.Rectangle( - (origin_x, origin_y), - compressor_side, - compressor_side, - color=compressor_color, - fill=None, - label="Transport Compressor*", - hatch="+++", - zorder=20 + (origin_x, origin_y), + compressor_side, + compressor_side, + color=compressor_color, + fill=None, + label="Transport Compressor*", + hatch="+++", + zorder=20, ) ax[ax_index_plant].add_patch(compressor_patch01) - + compressor_patch10 = patches.Rectangle( (h2cx, h2cy), compressor_side, @@ -776,14 +792,14 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): if design_scenario["wind_location"] == "onshore": electrolyzer_patch = patches.Rectangle( - (onshorex - h2_storage_side, onshorey + 4), - electrolyzer_side, - electrolyzer_side, - color=electrolyzer_color, - fill=None, - label="Electrolyzer", - zorder=20, - hatch=electrolyzer_hatch, + (onshorex - h2_storage_side, onshorey + 4), + electrolyzer_side, + electrolyzer_side, + color=electrolyzer_color, + fill=None, + label="Electrolyzer", + zorder=20, + hatch=electrolyzer_hatch, ) ax[ax_index_detail].add_patch(electrolyzer_patch) @@ -984,7 +1000,7 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): ) ax[ax_index_wind_plant].add_patch(h2_storage_patch) i += 1 - + ## add battery if "battery" in hopp_config["technologies"].keys(): if design_scenario["battery_location"] == "onshore": @@ -996,7 +1012,7 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): batteryx = electrolyzer_x batteryy = electrolyzer_y + electrolyzer_side + 10 - + battery_patch = patches.Rectangle( (batteryx, batteryy), battery_side_x, @@ -1009,7 +1025,7 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): ax[ax_index_plant].add_patch(battery_patch) if design_scenario["wind_location"] == "onshore": - + battery_patch = patches.Rectangle( (batteryx, batteryy), battery_side_x, @@ -1074,7 +1090,7 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): if "battery" in hopp_config["technologies"].keys(): solary += battery_side_y + 10 - + solar_patch = patches.Rectangle( (solarx, solary), solar_side_x, @@ -1096,7 +1112,7 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): label="Solar Array", hatch=solar_hatch, ) - + ax[ax_index_detail].add_patch(solar_patch) else: solar_side_x = 0.0 @@ -1152,7 +1168,6 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): zorder=0, ) - if design_scenario["wind_location"] == "offshore": allpoints = cable_array_points.flatten() else: @@ -1165,11 +1180,28 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): ax[ax_index_plant].set( xlim=[ round(np.min(onshorex - 100), ndigits=roundto), - round(np.max(onshorex + onshore_substation_x_side_length + electrolyzer_side + 200), ndigits=roundto), + round( + np.max( + onshorex + + onshore_substation_x_side_length + + electrolyzer_side + + 200 + ), + ndigits=roundto, + ), ], ylim=[ round(np.min(onshorey - 100), ndigits=roundto), - round(np.max(onshorey + battery_side_y + electrolyzer_side + solar_side_y + 100), ndigits=roundto), + round( + np.max( + onshorey + + battery_side_y + + electrolyzer_side + + solar_side_y + + 100 + ), + ndigits=roundto, + ), ], ) ax[ax_index_plant].set(aspect="equal") @@ -1205,7 +1237,7 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): ax[ax_index_wind_plant].set(aspect="equal") ax[ax_index_wind_plant].xaxis.set_major_locator(ticker.MultipleLocator(5000)) ax[ax_index_wind_plant].yaxis.set_major_locator(ticker.MultipleLocator(1000)) - + if design_scenario["wind_location"] == "offshore": roundto = -2 ax[ax_index_detail].set( @@ -1221,22 +1253,18 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): ax[ax_index_detail].set(aspect="equal") else: roundto = -2 - + if "pv" in hopp_config["technologies"].keys(): - xmax = round(np.max([onshorex + 510, solarx + solar_side_x + 100]), ndigits=roundto) + xmax = round( + np.max([onshorex + 510, solarx + solar_side_x + 100]), ndigits=roundto + ) ymax = round(solary + solar_side_y + 100, ndigits=roundto) else: xmax = round(np.max([onshorex + 510, 100]), ndigits=roundto) ymax = round(100, ndigits=roundto) ax[ax_index_detail].set( - xlim=[ - round(onshorex - 10, ndigits=roundto), - xmax, - ], - ylim=[ - round(onshorey - 200, ndigits=roundto), - ymax, - ], + xlim=[round(onshorex - 10, ndigits=roundto), xmax,], + ylim=[round(onshorey - 200, ndigits=roundto), ymax,], ) ax[ax_index_detail].set(aspect="equal") @@ -1247,18 +1275,22 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): ax[ax_index_turbine_detail].set( xlim=[ round( - turbine_x[0] - tower_base_radius - tower_buffer0 - 50, ndigits=roundto + turbine_x[0] - tower_base_radius - tower_buffer0 - 50, + ndigits=roundto, ), round( - turbine_x[0] + tower_base_radius + 3 * tower_buffer1, ndigits=roundto + turbine_x[0] + tower_base_radius + 3 * tower_buffer1, + ndigits=roundto, ), ], ylim=[ round( - turbine_y[0] - tower_base_radius - 2 * tower_buffer0, ndigits=roundto + turbine_y[0] - tower_base_radius - 2 * tower_buffer0, + ndigits=roundto, ), round( - turbine_y[0] + tower_base_radius + 4 * tower_buffer1, ndigits=roundto + turbine_y[0] + tower_base_radius + 4 * tower_buffer1, + ndigits=roundto, ), ], ) @@ -1275,11 +1307,8 @@ def add_turbines(ax, turbine_x, turbine_y, radius, color): "(c) Equipment platform and substation", "(d) NW-most wind turbine", ] - else: - labels = [ - "(a) Full plant", - "(b) Non-wind plant detail" - ] + else: + labels = ["(a) Full plant", "(b) Non-wind plant detail"] for axi, label in zip(ax.flatten(), labels): axi.legend(frameon=False, ncol=2) # , ncol=2, loc="best") axi.set(xlabel="Easting (m)", ylabel="Northing (m)") @@ -1376,7 +1405,7 @@ def post_process_simulation( show_plots=False, save_plots=False, verbose=False, - output_dir = "./output/" + output_dir="./output/", ): # , lcoe, lcoh, lcoh_with_grid, lcoh_grid_only): # colors (official NREL color palette https://brand.nrel.gov/content/index/guid/color_palette?parent=61) colors = [ @@ -1441,15 +1470,18 @@ def post_process_simulation( save_plots=save_plots, output_dir=output_dir, ) - savepaths = [output_dir + "data/", - output_dir + "data/lcoe/", - output_dir + "data/lcoh/"] + savepaths = [ + output_dir + "data/", + output_dir + "data/lcoe/", + output_dir + "data/lcoh/", + ] for sp in savepaths: if not os.path.exists(sp): os.makedirs(sp) pf_lcoh.get_cost_breakdown().to_csv( - savepaths[2] + "cost_breakdown_lcoh_design%i_incentive%i_%sstorage.csv" + savepaths[2] + + "cost_breakdown_lcoh_design%i_incentive%i_%sstorage.csv" % ( plant_design_number, incentive_option, @@ -1457,7 +1489,8 @@ def post_process_simulation( ) ) pf_lcoe.get_cost_breakdown().to_csv( - savepaths[1] + "cost_breakdown_lcoe_design%i_incentive%i_%sstorage.csv" + savepaths[1] + + "cost_breakdown_lcoe_design%i_incentive%i_%sstorage.csv" % ( plant_design_number, incentive_option, @@ -1535,9 +1568,9 @@ def post_process_simulation( orbit_capex_breakdown["Export System Installation"] -= onshore_substation_costs - orbit_capex_breakdown["Onshore Substation and Installation"] = ( - onshore_substation_costs - ) + orbit_capex_breakdown[ + "Onshore Substation and Installation" + ] = onshore_substation_costs # discount ORBIT cost information for key in orbit_capex_breakdown: @@ -1576,9 +1609,7 @@ def post_process_simulation( hopp_results["hybrid_plant"], start_day=0, n_days=10, - plot_filename=os.path.abspath( - savedir + "generation_profile.pdf" - ), + plot_filename=os.path.abspath(savedir + "generation_profile.pdf"), font_size=14, power_scale=1 / 1000, solar_color="r", diff --git a/tests/greenheart/input_files/plant/greenheart_config.yaml b/tests/greenheart/input_files/plant/greenheart_config.yaml index 03d5256da..926662f50 100644 --- a/tests/greenheart/input_files/plant/greenheart_config.yaml +++ b/tests/greenheart/input_files/plant/greenheart_config.yaml @@ -68,7 +68,6 @@ electrolyzer: electrolyzer_capex: 700 # $/kW conservative 2025 centralized. high 700, low 300 # based on https://www.irena.org/-/media/Files/IRENA/Agency/Publication/2020/Dec/IRENA_Green_hydrogen_cost_2020.pdf replacement_cost_percent: 0.15 # percent of capex - H2A default case cost_model: "singlitico2021" # "basic" is a basic cost model based on H2a and HFTO program record for PEM electrolysis. "singlitico2021" uses cost estimates from that paper - time_between_replacement: 62320 # 62320 based on PEM Electrolysis H2A Production Case Study Documentation estimate of 7 years, 40000 based on current est (see unpublished report), 80000 hours based on OSW atb_year = 2025 h2_transport_compressor: outlet_pressure: 68 # bar based on HDSAM @@ -111,30 +110,36 @@ policy_parameters: # these should be adjusted for inflation prior to application electricity_itc: 0 electricity_ptc: 0 h2_ptc: 0 + h2_storage_itc: 0 option2: # base credit levels with H2 electricity_itc: 0 electricity_ptc: 0.003 # $0.003/kW (this is base, see inflation adjustment in option 3) h2_ptc: 0.6 # $0.60/kg h2 produced - assumes net zero but not meeting prevailing wage requirements - does this need to be # adjusted for inflation from 2022 dollars to claim date, probably constant after claim date? + h2_storage_itc: 0.06 option3: # same as option 5, but assuming prevailing wages are met --> 5x multiplier on both PTCs electricity_itc: 0 electricity_ptc: 0.015 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg 2022 dollars - do not adjust for inflation + h2_storage_itc: 0.3 # bonus options, option 5 and 6 but ITC equivalents option4: # prevailing wages not met electricity_itc: 0.06 # %/100 capex electricity_ptc: 0.00 # $/kW 1992 dollars h2_ptc: 0.6 # $0.60/kg produced 2022 dollars - assumes net zero but not meeting prevailing wage requirements - does this need to be # do not adjust for inflation, probably constant after claim date? + h2_storage_itc: 0.06 option5: # prevailing wages met electricity_itc: 0.30 # %/100 capex electricity_ptc: 0.0 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.3 option6: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron # and mfg. components from the US) electricity_itc: 0.40 # %/100 capex electricity_ptc: 0.0 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.4 option7: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron # and mfg. components from the US) electricity_itc: 0.0 # %/100 capex @@ -142,6 +147,7 @@ policy_parameters: # these should be adjusted for inflation prior to application h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year # you can elect itc_for_h2 in leu of the h2_ptc - this choice is independent of the other tech credit selections # 6% or %50 for itc_for_h2 + h2_storage_itc: 0.5 plant_design: scenario0: diff --git a/tests/greenheart/input_files/plant/greenheart_config_onshore.yaml b/tests/greenheart/input_files/plant/greenheart_config_onshore.yaml index d5ca4133f..c29babd64 100644 --- a/tests/greenheart/input_files/plant/greenheart_config_onshore.yaml +++ b/tests/greenheart/input_files/plant/greenheart_config_onshore.yaml @@ -67,7 +67,6 @@ electrolyzer: include_degradation_penalty: True #include degradation turndown_ratio: 0.1 #turndown_ratio = minimum_cluster_power/cluster_rating_MW electrolyzer_capex: 700 # $/kW conservative 2025 centralized. high 700, low 300 # based on https://www.irena.org/-/media/Files/IRENA/Agency/Publication/2020/Dec/IRENA_Green_hydrogen_cost_2020.pdf - time_between_replacement: 62320 # 62320 based on PEM Electrolysis H2A Production Case Study Documentation estimate of 7 years, 40000 based on current est (see unpublished report), 80000 hours based on OSW atb_year = 2025 replacement_cost_percent: 0.15 # percent of capex - H2A default case cost_model: "singlitico2021" # "basic" is a basic cost model based on H2a and HFTO program record for PEM electrolysis. "singlitico2021" uses cost estimates from that paper @@ -95,30 +94,36 @@ policy_parameters: # these should be adjusted for inflation prior to application electricity_itc: 0 electricity_ptc: 0 h2_ptc: 0 + h2_storage_itc: 0 option2: # base credit levels with H2 electricity_itc: 0 electricity_ptc: 0.003 # $0.003/kW (this is base, see inflation adjustment in option 3) h2_ptc: 0.6 # $0.60/kg h2 produced - assumes net zero but not meeting prevailing wage requirements - does this need to be # adjusted for inflation from 2022 dollars to claim date, probably constant after claim date? + h2_storage_itc: 0.06 option3: # same as option 5, but assuming prevailing wages are met --> 5x multiplier on both PTCs electricity_itc: 0 electricity_ptc: 0.015 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg 2022 dollars - do not adjust for inflation + h2_storage_itc: 0.3 # bonus options, option 5 and 6 but ITC equivalents option4: # prevailing wages not met electricity_itc: 0.06 # %/100 capex electricity_ptc: 0.00 # $/kW 1992 dollars h2_ptc: 0.6 # $0.60/kg produced 2022 dollars - assumes net zero but not meeting prevailing wage requirements - does this need to be # do not adjust for inflation, probably constant after claim date? + h2_storage_itc: 0.06 option5: # prevailing wages met electricity_itc: 0.30 # %/100 capex electricity_ptc: 0.0 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.3 option6: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron # and mfg. components from the US) electricity_itc: 0.40 # %/100 capex electricity_ptc: 0.0 # $/kWh 1992 dollars h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.4 option7: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron # and mfg. components from the US) electricity_itc: 0.0 # %/100 capex @@ -126,6 +131,7 @@ policy_parameters: # these should be adjusted for inflation prior to application h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year # you can elect itc_for_h2 in leu of the h2_ptc - this choice is independent of the other tech credit selections # 6% or %50 for itc_for_h2 + h2_storage_itc: 0.5 plant_design: scenario0: diff --git a/tests/greenheart/test_greenheart_system.py b/tests/greenheart/test_greenheart_system.py index ad172df1d..2291cffcc 100644 --- a/tests/greenheart/test_greenheart_system.py +++ b/tests/greenheart/test_greenheart_system.py @@ -81,7 +81,7 @@ def test_simulation_wind(subtests): with subtests.test("lcoh"): assert lcoh == approx( - 7.056407257515502 + 7.248875250895419 ) # TODO base this test value on something with subtests.test("lcoe"): @@ -135,7 +135,7 @@ def test_simulation_wind_wave(subtests): # TODO base this test value on something with subtests.test("lcoh"): - assert lcoh == approx(8.132181729852855, rel=rtol) + assert lcoh == approx(8.228321816022078, rel=rtol) # prior to 20240207 value was approx(0.11051228251811765) # TODO base this test value on something with subtests.test("lcoe"): @@ -165,7 +165,7 @@ def test_simulation_wind_wave_solar(subtests): # prior to 20240207 value was approx(10.823798551850347) # TODO base this test value on something. Currently just based on output at writing. with subtests.test("lcoh"): - assert lcoh == approx(12.59456856406548, rel=rtol) + assert lcoh == approx(12.715103781326011, rel=rtol) # prior to 20240207 value was approx(0.11035426429749774) # TODO base this test value on something. Currently just based on output at writing. @@ -195,7 +195,7 @@ def test_simulation_wind_wave_solar_battery(subtests): with subtests.test("lcoh"): # TODO base this test value on something. Currently just based on output at writing. - assert lcoh == approx(16.980473887993174, rel=rtol) + assert lcoh == approx(17.101171531014003, rel=rtol) # TODO base this test value on something. Currently just based on output at writing. with subtests.test("lcoe"): @@ -248,7 +248,7 @@ def test_simulation_wind_onshore(subtests): # TODO base this test value on something with subtests.test("lcoh"): - assert lcoh == approx(3.040118464140508, rel=rtol) + assert lcoh == approx(3.1691092704830357, rel=rtol) # TODO base this test value on something with subtests.test("lcoe"): @@ -284,7 +284,7 @@ def test_simulation_wind_onshore_steel_ammonia(subtests): # TODO base this test value on something with subtests.test("lcoh"): - assert lcoh == approx(3.040118464140508, rel=rtol) + assert lcoh == approx(3.1691092704830357, rel=rtol) # TODO base this test value on something with subtests.test("lcoe"): @@ -292,7 +292,7 @@ def test_simulation_wind_onshore_steel_ammonia(subtests): # TODO base this test value on something with subtests.test("steel_finance"): - lcos_expected = 1348.4445102909124 + lcos_expected = 1357.046163641118 assert steel_finance.sol.get("price") == approx(lcos_expected, rel=rtol) @@ -341,7 +341,7 @@ def test_simulation_wind_battery_pv_onshore_steel_ammonia(subtests): # TODO base this test value on something with subtests.test("lcoh"): - assert greenheart_output.lcoh == approx(3.018510013819008, rel=rtol) + assert greenheart_output.lcoh == approx(3.1457862169443622, rel=rtol) # TODO base this test value on something with subtests.test("lcoe"): @@ -349,7 +349,7 @@ def test_simulation_wind_battery_pv_onshore_steel_ammonia(subtests): # TODO base this test value on something with subtests.test("steel_finance"): - lcos_expected = 1340.5030548778843 + lcos_expected = 1348.9903712230794 assert greenheart_output.steel_finance.sol.get("price") == approx(lcos_expected, rel=rtol) @@ -397,7 +397,7 @@ def test_simulation_wind_onshore_steel_ammonia_ss_h2storage(subtests): # TODO base this test value on something with subtests.test("lcoh"): - assert lcoh == approx(4.023687007795485, rel=rtol) + assert lcoh == approx(10.0064010897151, rel=rtol) # TODO base this test value on something with subtests.test("lcoe"): @@ -405,7 +405,7 @@ def test_simulation_wind_onshore_steel_ammonia_ss_h2storage(subtests): # TODO base this test value on something with subtests.test("steel_finance"): - lcos_expected = 1414.0330270955506 + lcos_expected = 1812.985744428756 assert steel_finance.sol.get("price") == approx(lcos_expected, rel=rtol) diff --git a/tests/greenheart/test_greensteel/input/floris/floris_input_lbw_6MW.yaml b/tests/greenheart/test_greensteel/input/floris/floris_input_lbw_6MW.yaml new file mode 100644 index 000000000..e5b650cec --- /dev/null +++ b/tests/greenheart/test_greensteel/input/floris/floris_input_lbw_6MW.yaml @@ -0,0 +1,76 @@ +name: Gauss +description: Three turbines using Gauss model +floris_version: v3.0.0 + +logging: + console: + enable: false + level: WARNING + file: + enable: false + level: WARNING + +solver: + type: turbine_grid + turbine_grid_points: 1 + +flow_field: + air_density: 1.225 + reference_wind_height: -1 # -1 is code for use the hub height + turbulence_intensity: 0.06 + wind_directions: + - 270.0 + wind_shear: 0.33 + wind_speeds: + - 8.0 + wind_veer: 0.0 + +wake: + model_strings: + combination_model: sosfs + deflection_model: gauss + turbulence_model: crespo_hernandez + velocity_model: gauss + + enable_secondary_steering: false + enable_yaw_added_recovery: false + enable_transverse_velocities: false + + wake_deflection_parameters: + gauss: + ad: 0.0 + alpha: 0.58 + bd: 0.0 + beta: 0.077 + dm: 1.0 + ka: 0.38 + kb: 0.004 + jimenez: + ad: 0.0 + bd: 0.0 + kd: 0.05 + + wake_velocity_parameters: + cc: + a_s: 0.179367259 + b_s: 0.0118889215 + c_s1: 0.0563691592 + c_s2: 0.13290157 + a_f: 3.11 + b_f: -0.68 + c_f: 2.41 + alpha_mod: 1.0 + gauss: + alpha: 0.58 + beta: 0.077 + ka: 0.38 + kb: 0.004 + jensen: + we: 0.05 + + wake_turbulence_parameters: + crespo_hernandez: + initial: 0.1 + constant: 0.5 + ai: 0.8 + downstream: -0.32 \ No newline at end of file diff --git a/tests/greenheart/test_greensteel/input/plant/default_fin_config.yaml b/tests/greenheart/test_greensteel/input/plant/default_fin_config.yaml new file mode 100644 index 000000000..40c1f7b0d --- /dev/null +++ b/tests/greenheart/test_greensteel/input/plant/default_fin_config.yaml @@ -0,0 +1,33 @@ +battery_system: + batt_replacement_schedule_percent: + - 0 + batt_bank_replacement: + - 0 + batt_replacement_option: 0 + batt_computed_bank_capacity: 0 + batt_meter_position: 0 +system_costs: + om_fixed: + - 1 + om_production: + - 2 + om_capacity: + - 0 + om_batt_fixed_cost: 42.888 + om_batt_variable_cost: + - 0 + om_batt_capacity_cost: 0 + om_batt_replacement_cost: 0 + om_replacement_cost_escal: 0 +system_use_lifetime_output: 0 +financial_parameters: + inflation_rate: 2.5 + real_discount_rate: 6.4 +cp_capacity_credit_percent: + - 0 +degradation: + - 0 +revenue: + ppa_price_input: + - 0.01 + ppa_escalation: 1 diff --git a/tests/greenheart/test_greensteel/input/plant/greenheart_config_onshore_mn_2030.yaml b/tests/greenheart/test_greensteel/input/plant/greenheart_config_onshore_mn_2030.yaml new file mode 100644 index 000000000..9d6ed4793 --- /dev/null +++ b/tests/greenheart/test_greensteel/input/plant/greenheart_config_onshore_mn_2030.yaml @@ -0,0 +1,309 @@ +site: + mean_windspeed: False + depth: 0 #m + wind_layout: + row_spacing: 5 # Also defined in ORBIT config for offshore layout. Greenheart config values override the values in ORBIT. + turbine_spacing: 5 # Also defined in ORBIT config for offshore layout. Greenheart config values override the values in ORBIT. + grid_angle: 0 # wind layout grid angle in degrees where 0 is north, increasing clockwise + row_phase_offset: 0 # wind layout offset of turbines along row from one row to the next +project_parameters: + project_lifetime: 30 + grid_connection: False # option, can be turned on or off + ppa_price: 0.025 # $/kWh based on 2022 land based wind market report (ERCOT area ppa prices) https://www.energy.gov/sites/default/files/2022-08/land_based_wind_market_report_2202.pdf + hybrid_electricity_estimated_cf: 0.492 #should equal 1 if grid_connection = True + atb_year: 2030 + cost_year: 2020 # to match ATB + installation_time: 36 # months +finance_parameters: + costing_general_inflation: 0.025 # used to adjust modeled costs to cost_year + profast_general_inflation: 0 # based on 2022 ATB + land_cost: 250000 + discount_rate: 0.08769679894574445 # nominal return based on 2022 ATB basline workbook + debt_equity_split: False # 2022 ATB uses 68.5% debt + debt_equity_ratio: 2.0611862838129205 + property_tax: 0.01 # percent of CAPEX # combined with property insurance then between H2A and H2FAST defaults + property_insurance: 0.005 # percent of CAPEX # combined with property tax then between H2A and H2FAST defaults + total_income_tax_rate: 0.2574 # 0.257 tax rate in 2022 atb baseline workbook # current federal income tax rate, but proposed 2023 rate is 0.28. No state income tax in Texas + capital_gains_tax_rate: 0.15 # H2FAST default + sales_tax_rate: 0.0 #Verify that a different rate shouldn't be used # minimum total sales tax rate in Corpus Christi https://www.cctexas.com/detail/corpus-christi-type-fund-purpose - does this apply to H2? + debt_interest_rate: 0.045224254703602806 + debt_type: "Revolving debt" # can be "Revolving debt" or "One time loan". Revolving debt is H2FAST default and leads to much lower LCOH + loan_period: 0 # H2FAST default, not used for revolving debt + cash_onhand_months: 1 # H2FAST default + administrative_expense_percent_of_sales: 0.00 #Check this # percent of sales H2FAST default + depreciation_method: "MACRS" # can be "MACRS" or "Straight line" - MACRS may be better and can reduce LCOH by more than $1/kg and is spec'd in the IRS MACRS schedule https://www.irs.gov/publications/p946#en_US_2020_publink1000107507 + depreciation_period: 7 # years - as specified by the IRS MACRS schedule https://www.irs.gov/publications/p946#en_US_2020_publink1000107507 + depreciation_period_electrolyzer: 7 # based on PEM Electrolysis H2A Production Case Study Documentation estimate of 7 years. also see https://www.irs.gov/publications/p946#en_US_2020_publink1000107507 + discount_years: + wind: 2020 # Updated for GS + wind_and_electrical: 2020 # Updated for GS + wave: 2020 # confirmed by Kaitlin Brunik 20240103 + solar: 2020 # Updated for GS + battery: 2020 # Updated for GS + platform: 2022 # TODO ask Nick and Charlie + electrical_export_system: 2022 # also from ORBIT, so match wind assumptions. TODO ask Sophie Bradenkamp + desal: 2013 # from code citation: https://www.nrel.gov/docs/fy16osti/66073.pdf + electrolyzer: 2020 # 2020 for singlitico2021, 2016 # for simple h2 cost model in hopp (see https://www.hydrogen.energy.gov/pdfs/19009_h2_production_cost_pem_electrolysis_2019.pdf) ## 2020 # based on IRENA report https://www.irena.org/-/media/Files/IRENA/Agency/Publication/2020/Dec/IRENA_Green_hydrogen_cost_2020.pdf + h2_transport_compressor: 2016 # listed in code header + h2_storage: + pressure_vessel: 2022 # based on readme for Compressed_gas_function + pipe: 2019 # Papadias 2021 + salt_cavern: 2019 # Papadias 2021 + turbine: 2003 # assumed based on Kottenstette 2004 + lined_rock_cavern: 2018 # based on Papadias 2021 and HD SAM + none: 2022 # arbitrary + h2_pipe_array: 2018 # ANL costs + h2_transport_pipeline: 2018 # same model for costs as the h2_pipe_array + wind: + expected_plant_cost: 'none' +electrolyzer: + sizing: + resize_for_enduse: False + size_for: 'BOL' #'BOL' (generous) or 'EOL' (conservative) + hydrogen_dmd: + rating: 1160 # MW + cluster_rating_MW: 40 + pem_control_type: 'basic' + eol_eff_percent_loss: 13 #eol defined as x% change in efficiency from bol + uptime_hours_until_eol: 77600 #number of 'on' hours until electrolyzer reaches eol + include_degradation_penalty: True #include degradation + turndown_ratio: 0.1 #turndown_ratio = minimum_cluster_power/cluster_rating_MW + electrolyzer_capex: 765 #1600 # $/kW + time_between_replacement: 62320 # 62320 based on PEM Electrolysis H2A Production Case Study Documentation estimate of 7 years, 40000 based on current est (see unpublished report), 80000 hours based on OSW atb_year = 2025 + replacement_cost_percent: 0.15 # percent of capex - H2A default case + cost_model: "singlitico2021" # "basic" is a basic cost model based on H2a and HFTO program record for PEM electrolysis. "singlitico2021" uses cost estimates from that paper +h2_transport_compressor: + outlet_pressure: 68 # bar based on HDSAM +h2_storage_compressor: + output_pressure: 100 # bar (1 bar = 100 kPa) + flow_rate: 89 # kg/hr + energy_rating: 802 # kWe (aka 1 kWh) + mean_days_between_failures: 200 # days +h2_transport_pipe: + outlet_pressure: 10 # bar - from example in code from Jamie #TODO check this value +h2_storage: + size_capacity_from_demand: + flag: False # If True, then storage is sized to provide steady-state storage + capacity_from_max_on_turbine_storage: False # if True, then days of storage is ignored and storage capacity is based on how much h2 storage fits on the turbines in the plant using Kottenstete 2003. + type: "lined_rock_cavern" # can be one of ["none", "pipe", "turbine", "pressure_vessel", "salt_cavern", "lined_rock_cavern"] + days: 8.57267 # from `hydrogen_storage_duration_hr` = 205.74419987482239 [days] how many days worth of production we should be able to store (this is ignored if `capacity_from_max_on_turbine_storage` is set to True) + +policy_parameters: # these should be adjusted for inflation prior to application - order of operations: rate in 1992 $, +#then prevailing wage multiplier if applicable, then inflation + option1: # base # no policy included ---> see files/task1/regulation and policy revue/ page 4 of 13 middle - read this + # and look at assumptions + electricity_itc: 0 + electricity_ptc: 0 + h2_ptc: 0 + h2_storage_itc: 0 + option2: # base credit levels with H2 + electricity_itc: 0 + electricity_ptc: 0.003 # $0.003/kW (this is base, see inflation adjustment in option 3) + h2_ptc: 0.6 # $0.60/kg h2 produced - assumes net zero but not meeting prevailing wage requirements - does this need to be + # adjusted for inflation from 2022 dollars to claim date, probably constant after claim date? + h2_storage_itc: 0.06 + option3: # same as option 5, but assuming prevailing wages are met --> 5x multiplier on both PTCs + electricity_itc: 0 + electricity_ptc: 0.015 # $/kWh 1992 dollars + h2_ptc: 3.00 # $/kg 2022 dollars - do not adjust for inflation + h2_storage_itc: 0.3 + # bonus options, option 5 and 6 but ITC equivalents + option4: # prevailing wages not met + electricity_itc: 0.06 # %/100 capex + electricity_ptc: 0.00 # $/kW 1992 dollars + h2_ptc: 0.6 # $0.60/kg produced 2022 dollars - assumes net zero but not meeting prevailing wage requirements - does this need to be + # do not adjust for inflation, probably constant after claim date? + h2_storage_itc: 0.06 + option5: # prevailing wages met + electricity_itc: 0.30 # %/100 capex + electricity_ptc: 0.0 # $/kWh 1992 dollars + h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.3 + option6: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron + # and mfg. components from the US) + electricity_itc: 0.40 # %/100 capex + electricity_ptc: 0.0 # $/kWh 1992 dollars + h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.4 + option7: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron + # and mfg. components from the US) + electricity_itc: 0.0 # %/100 capex + electricity_ptc: 0.0165 # $/kWh 1992 dollars (0.015*1.1) + h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + # you can elect itc_for_h2 in leu of the h2_ptc - this choice is independent of the other tech credit selections + # 6% or %50 for itc_for_h2 + h2_storage_itc: 0.5 + +plant_design: + scenario0: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "platform" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario1: + electrolyzer_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + transportation: "hvdc" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario2: + electrolyzer_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + transportation: "hvdc" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "platform" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario3: + electrolyzer_location: "turbine" # can be one of ["onshore", "turbine", "platform"] + transportation: "none" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "turbine" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario4: + electrolyzer_location: "turbine" # can be one of ["onshore", "turbine", "platform"] + transportation: "none" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "platform" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario5: + electrolyzer_location: "turbine" # can be one of ["onshore", "turbine", "platform"] + transportation: "pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario6: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "none" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "platform" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario7: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario8: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "hvdc+pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + scenario9: + electrolyzer_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + transportation: "colocated" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "onshore" # can be one of ["onshore", "offshore"] + pv_location: "onshore" # can be one of ["none", "onshore", "platform"] + battery_location: "onshore" # can be one of ["none", "onshore", "platform"] + scenario10: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + pv_location: "platform" # can be one of ["none", "onshore", "platform"] + battery_location: "platform" # can be one of ["none", "onshore", "platform"] + +steel: + capacity: + input_capacity_factor_estimate: 0.9 + costs: + operational_year: 2035 + o2_heat_integration: false + feedstocks: + oxygen_market_price: 0.0 # 0.03 $/kgO2 if `o2_heat_integration` == 1 + excess_oxygen: 395 + lime_unitcost: 122.1 + carbon_unitcost: 236.97 + electricity_cost: 48.92 + iron_ore_pellet_unitcost: 207.35 + oxygen_market_price: 0.03 + raw_water_unitcost: 0.59289 + iron_ore_consumption: 1.62927 + raw_water_consumption: 0.80367 + lime_consumption: 0.01812 + carbon_consumption: 0.0538 + hydrogen_consumption: 0.06596 + natural_gas_consumption: 0.71657 + electricity_consumption: 0.5502 + slag_disposal_unitcost: 37.63 + slag_production: 0.17433 + maintenance_materials_unitcost: 7.72 + natural_gas_prices: + "2035": 3.76232 + "2036": 3.776032 + "2037": 3.812906 + "2038": 3.9107960000000004 + "2039": 3.865776 + "2040": 3.9617400000000003 + "2041": 4.027136 + "2042": 4.017166 + "2043": 3.9715339999999997 + "2044": 3.924314 + "2045": 3.903287 + "2046": 3.878192 + "2047": 3.845413 + "2048": 3.813366 + "2049": 3.77735 + "2050": 3.766164 + "2051": 3.766164 + "2052": 3.766164 + "2053": 3.766164 + "2054": 3.766164 + "2055": 3.766164 + "2056": 3.766164 + "2057": 3.766164 + "2058": 3.766164 + "2059": 3.766164 + "2060": 3.766164 + "2061": 3.766164 + "2062": 3.766164 + "2063": 3.766164 + "2064": 3.766164 + finances: + plant_life: 30 + grid_prices: + "2035": 89.42320514456621 + "2036": 89.97947569251141 + "2037": 90.53574624045662 + "2038": 91.09201678840184 + "2039": 91.64828733634704 + "2040": 92.20455788429224 + "2041": 89.87291235917809 + "2042": 87.54126683406393 + "2043": 85.20962130894978 + "2044": 82.87797578383562 + "2045": 80.54633025872147 + "2046": 81.38632144593608 + "2047": 82.22631263315068 + "2048": 83.0663038203653 + "2049": 83.90629500757991 + "2050": 84.74628619479452 + "2051": 84.74628619479452 + "2052": 84.74628619479452 + "2053": 84.74628619479452 + "2054": 84.74628619479452 + "2055": 84.74628619479452 + "2056": 84.74628619479452 + "2057": 84.74628619479452 + "2058": 84.74628619479452 + "2059": 84.74628619479452 + "2060": 84.74628619479452 + "2061": 84.74628619479452 + "2062": 84.74628619479452 + "2063": 84.74628619479452 + "2064": 84.74628619479452 + + # Additional parameters passed to ProFAST + financial_assumptions: + "total income tax rate": 0.2574 + "capital gains tax rate": 0.15 + "leverage after tax nominal discount rate": 0.10893 + "debt equity ratio of initial financing": 0.624788 + "debt interest rate": 0.050049 \ No newline at end of file diff --git a/tests/greenheart/test_greensteel/input/plant/greenheart_config_onshore_tx_2025.yaml b/tests/greenheart/test_greensteel/input/plant/greenheart_config_onshore_tx_2025.yaml new file mode 100644 index 000000000..416b23034 --- /dev/null +++ b/tests/greenheart/test_greensteel/input/plant/greenheart_config_onshore_tx_2025.yaml @@ -0,0 +1,262 @@ +site: + mean_windspeed: False + depth: 0 #m + wind_layout: + row_spacing: 5 # Also defined in ORBIT config for offshore layout. Greenheart config values override the values in ORBIT. + turbine_spacing: 5 # Also defined in ORBIT config for offshore layout. Greenheart config values override the values in ORBIT. + grid_angle: 0 # wind layout grid angle in degrees where 0 is north, increasing clockwise + row_phase_offset: 0 # wind layout offset of turbines along row from one row to the next +project_parameters: + project_lifetime: 30 + grid_connection: False # option, can be turned on or off + ppa_price: 0.025 # $/kWh based on 2022 land based wind market report (ERCOT area ppa prices) https://www.energy.gov/sites/default/files/2022-08/land_based_wind_market_report_2202.pdf + hybrid_electricity_estimated_cf: 0.492 #should equal 1 if grid_connection = True + atb_year: 2025 + cost_year: 2020 # to match ATB + installation_time: 36 # months +finance_parameters: + costing_general_inflation: 0.025 # used to adjust modeled costs to cost_year + profast_general_inflation: 0 # based on 2022 ATB + land_cost: 250000 + discount_rate: 0.0948 # nominal return based on 2022 ATB basline workbook + debt_equity_split: False # 2022 ATB uses 68.5% debt + debt_equity_ratio: 1.72 + property_tax: 0.01 # percent of CAPEX # combined with property insurance then between H2A and H2FAST defaults + property_insurance: 0.005 # percent of CAPEX # combined with property tax then between H2A and H2FAST defaults + total_income_tax_rate: 0.2574 # 0.257 tax rate in 2022 atb baseline workbook # current federal income tax rate, but proposed 2023 rate is 0.28. No state income tax in Texas + capital_gains_tax_rate: 0.15 # H2FAST default + sales_tax_rate: 0.0 #Verify that a different rate shouldn't be used # minimum total sales tax rate in Corpus Christi https://www.cctexas.com/detail/corpus-christi-type-fund-purpose - does this apply to H2? + debt_interest_rate: 0.046 + debt_type: "Revolving debt" # can be "Revolving debt" or "One time loan". Revolving debt is H2FAST default and leads to much lower LCOH + loan_period: 0 # H2FAST default, not used for revolving debt + cash_onhand_months: 1 # H2FAST default + administrative_expense_percent_of_sales: 0.00 #Check this # percent of sales H2FAST default + depreciation_method: "MACRS" # can be "MACRS" or "Straight line" - MACRS may be better and can reduce LCOH by more than $1/kg and is spec'd in the IRS MACRS schedule https://www.irs.gov/publications/p946#en_US_2020_publink1000107507 + depreciation_period: 7 # years - as specified by the IRS MACRS schedule https://www.irs.gov/publications/p946#en_US_2020_publink1000107507 + depreciation_period_electrolyzer: 7 # based on PEM Electrolysis H2A Production Case Study Documentation estimate of 7 years. also see https://www.irs.gov/publications/p946#en_US_2020_publink1000107507 + discount_years: + wind: 2020 # Updated for GS + wind_and_electrical: 2020 # Updated for GS + wave: 2020 # confirmed by Kaitlin Brunik 20240103 + solar: 2020 # Updated for GS + battery: 2020 # Updated for GS + platform: 2022 # TODO ask Nick and Charlie + electrical_export_system: 2022 # also from ORBIT, so match wind assumptions. TODO ask Sophie Bradenkamp + desal: 2013 # from code citation: https://www.nrel.gov/docs/fy16osti/66073.pdf + electrolyzer: 2020 # 2020 for singlitico2021, 2016 # for simple h2 cost model in hopp (see https://www.hydrogen.energy.gov/pdfs/19009_h2_production_cost_pem_electrolysis_2019.pdf) ## 2020 # based on IRENA report https://www.irena.org/-/media/Files/IRENA/Agency/Publication/2020/Dec/IRENA_Green_hydrogen_cost_2020.pdf + h2_transport_compressor: 2016 # listed in code header + h2_storage: + pressure_vessel: 2022 # based on readme for Compressed_gas_function + pipe: 2019 # Papadias 2021 + salt_cavern: 2019 # Papadias 2021 + turbine: 2003 # assumed based on Kottenstette 2004 + lined_rock_cavern: 2018 # based on Papadias 2021 and HD SAM + none: 2022 # arbitrary + h2_pipe_array: 2018 # ANL costs + h2_transport_pipeline: 2018 # same model for costs as the h2_pipe_array + wind: + expected_plant_cost: 'none' +electrolyzer: + sizing: + resize_for_enduse: False + size_for: 'BOL' #'BOL' (generous) or 'EOL' (conservative) + hydrogen_dmd: + rating: 960 # MW + cluster_rating_MW: 40 + pem_control_type: 'basic' + eol_eff_percent_loss: 13 #eol defined as x% change in efficiency from bol + uptime_hours_until_eol: 77600 #number of 'on' hours until electrolyzer reaches eol + include_degradation_penalty: True #include degradation + turndown_ratio: 0.1 #turndown_ratio = minimum_cluster_power/cluster_rating_MW + electrolyzer_capex: 1275 #1600 # $/kW + time_between_replacement: 62320 # 62320 based on PEM Electrolysis H2A Production Case Study Documentation estimate of 7 years, 40000 based on current est (see unpublished report), 80000 hours based on OSW atb_year = 2025 + replacement_cost_percent: 0.15 # percent of capex - H2A default case + cost_model: "singlitico2021" # "basic" is a basic cost model based on H2a and HFTO program record for PEM electrolysis. "singlitico2021" uses cost estimates from that paper +h2_transport_compressor: + outlet_pressure: 68 # bar based on HDSAM +h2_storage_compressor: + output_pressure: 100 # bar (1 bar = 100 kPa) + flow_rate: 89 # kg/hr + energy_rating: 802 # kWe (aka 1 kWh) + mean_days_between_failures: 200 # days +h2_transport_pipe: + outlet_pressure: 10 # bar - from example in code from Jamie #TODO check this value +h2_storage: + size_capacity_from_demand: + flag: False # If True, then storage is sized to provide steady-state storage + capacity_from_max_on_turbine_storage: False # if True, then days of storage is ignored and storage capacity is based on how much h2 storage fits on the turbines in the plant using Kottenstete 2003. + type: "salt_cavern" # can be one of ["none", "pipe", "turbine", "pressure_vessel", "salt_cavern", "lined_rock_cavern"] + days: 19.783 # from `hydrogen_storage_duration_hr` = 474.7948370015298 [days] how many days worth of production we should be able to store (this is ignored if `capacity_from_max_on_turbine_storage` is set to True) + +policy_parameters: # these should be adjusted for inflation prior to application - order of operations: rate in 1992 $, +#then prevailing wage multiplier if applicable, then inflation + option1: # base # no policy included ---> see files/task1/regulation and policy revue/ page 4 of 13 middle - read this + # and look at assumptions + electricity_itc: 0 + electricity_ptc: 0 + h2_ptc: 0 + h2_storage_itc: 0 + option2: # base credit levels with H2 + electricity_itc: 0 + electricity_ptc: 0.003 # $0.003/kW (this is base, see inflation adjustment in option 3) + h2_ptc: 0.6 # $0.60/kg h2 produced - assumes net zero but not meeting prevailing wage requirements - does this need to be + # adjusted for inflation from 2022 dollars to claim date, probably constant after claim date? + h2_storage_itc: 0.06 + option3: # same as option 5, but assuming prevailing wages are met --> 5x multiplier on both PTCs + electricity_itc: 0 + electricity_ptc: 0.015 # $/kWh 1992 dollars + h2_ptc: 3.00 # $/kg 2022 dollars - do not adjust for inflation + h2_storage_itc: 0.3 + # bonus options, option 5 and 6 but ITC equivalents + option4: # prevailing wages not met + electricity_itc: 0.06 # %/100 capex + electricity_ptc: 0.00 # $/kW 1992 dollars + h2_ptc: 0.6 # $0.60/kg produced 2022 dollars - assumes net zero but not meeting prevailing wage requirements - does this need to be + # do not adjust for inflation, probably constant after claim date? + h2_storage_itc: 0.06 + option5: # prevailing wages met + electricity_itc: 0.30 # %/100 capex + electricity_ptc: 0.0 # $/kWh 1992 dollars + h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.3 + option6: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron + # and mfg. components from the US) + electricity_itc: 0.40 # %/100 capex + electricity_ptc: 0.0 # $/kWh 1992 dollars + h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.4 + option7: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron + # and mfg. components from the US) + electricity_itc: 0.0 # %/100 capex + electricity_ptc: 0.0165 # $/kWh 1992 dollars (0.015*1.1) + h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + # you can elect itc_for_h2 in leu of the h2_ptc - this choice is independent of the other tech credit selections + # 6% or %50 for itc_for_h2 + h2_storage_itc: 0.5 + +plant_design: + scenario0: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "platform" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario1: + electrolyzer_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + transportation: "hvdc" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario2: + electrolyzer_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + transportation: "hvdc" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "platform" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario3: + electrolyzer_location: "turbine" # can be one of ["onshore", "turbine", "platform"] + transportation: "none" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "turbine" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario4: + electrolyzer_location: "turbine" # can be one of ["onshore", "turbine", "platform"] + transportation: "none" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "platform" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario5: + electrolyzer_location: "turbine" # can be one of ["onshore", "turbine", "platform"] + transportation: "pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario6: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "none" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "platform" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario7: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario8: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "hvdc+pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + scenario9: + electrolyzer_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + transportation: "colocated" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "onshore" # can be one of ["onshore", "offshore"] + pv_location: "onshore" # can be one of ["none", "onshore", "platform"] + battery_location: "onshore" # can be one of ["none", "onshore", "platform"] + scenario10: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + pv_location: "platform" # can be one of ["none", "onshore", "platform"] + battery_location: "platform" # can be one of ["none", "onshore", "platform"] + +ammonia: + capacity: + input_capacity_factor_estimate: 0.9 + costs: + feedstocks: + electricity_cost: 93.83010424374427 + cooling_water_cost: 0.00478 + iron_based_catalyst_cost: 23.19977341 + oxygen_cost: 0 + finances: + plant_life: 30 + grid_prices: + '2035': 93.83010424374427 + '2036': 94.56653899260273 + '2037': 95.30297374146119 + '2038': 96.03940849031963 + '2039': 96.77584323917809 + '2040': 97.51227798803654 + '2041': 95.30655709762559 + '2042': 93.10083620721463 + '2043': 90.89511531680367 + '2044': 88.68939442639271 + '2045': 86.48367353598175 + '2046': 87.5303266407854 + '2047': 88.57697974558906 + '2048': 89.6236328503927 + '2049': 90.67028595519635 + '2050': 91.71693906 + '2051': 91.71693906 + '2052': 91.71693906 + '2053': 91.71693906 + '2054': 91.71693906 + '2055': 91.71693906 + '2056': 91.71693906 + '2057': 91.71693906 + '2058': 91.71693906 + '2059': 91.71693906 + '2060': 91.71693906 + '2061': 91.71693906 + '2062': 91.71693906 + '2063': 91.71693906 + '2064': 91.71693906 + + # Additional parameters passed to ProFAST + financial_assumptions: + "total income tax rate": 0.2574 + "capital gains tax rate": 0.15 + "leverage after tax nominal discount rate": 0.10893 + "debt equity ratio of initial financing": 0.624788 + "debt interest rate": 0.050049 \ No newline at end of file diff --git a/tests/greenheart/test_greensteel/input/plant/greenheart_config_onshore_tx_2030.yaml b/tests/greenheart/test_greensteel/input/plant/greenheart_config_onshore_tx_2030.yaml new file mode 100644 index 000000000..d8836195a --- /dev/null +++ b/tests/greenheart/test_greensteel/input/plant/greenheart_config_onshore_tx_2030.yaml @@ -0,0 +1,262 @@ +site: + mean_windspeed: False + depth: 0 #m + wind_layout: + row_spacing: 5 # Also defined in ORBIT config for offshore layout. Greenheart config values override the values in ORBIT. + turbine_spacing: 5 # Also defined in ORBIT config for offshore layout. Greenheart config values override the values in ORBIT. + grid_angle: 0 # wind layout grid angle in degrees where 0 is north, increasing clockwise + row_phase_offset: 0 # wind layout offset of turbines along row from one row to the next +project_parameters: + project_lifetime: 30 + grid_connection: False # option, can be turned on or off + ppa_price: 0.025 # $/kWh based on 2022 land based wind market report (ERCOT area ppa prices) https://www.energy.gov/sites/default/files/2022-08/land_based_wind_market_report_2202.pdf + hybrid_electricity_estimated_cf: 0.492 #should equal 1 if grid_connection = True + atb_year: 2030 + cost_year: 2020 # to match ATB + installation_time: 36 # months +finance_parameters: + costing_general_inflation: 0.025 # used to adjust modeled costs to cost_year + profast_general_inflation: 0 # based on 2022 ATB + land_cost: 250000 + discount_rate: 0.08935849153844488 # nominal return based on 2022 ATB basline workbook + debt_equity_split: False # 2022 ATB uses 68.5% debt + debt_equity_ratio: 1.9889532198663298 + property_tax: 0.01 # percent of CAPEX # combined with property insurance then between H2A and H2FAST defaults + property_insurance: 0.005 # percent of CAPEX # combined with property tax then between H2A and H2FAST defaults + total_income_tax_rate: 0.2574 # 0.257 tax rate in 2022 atb baseline workbook # current federal income tax rate, but proposed 2023 rate is 0.28. No state income tax in Texas + capital_gains_tax_rate: 0.15 # H2FAST default + sales_tax_rate: 0.0 #Verify that a different rate shouldn't be used # minimum total sales tax rate in Corpus Christi https://www.cctexas.com/detail/corpus-christi-type-fund-purpose - does this apply to H2? + debt_interest_rate: 0.04537858953121199 + debt_type: "Revolving debt" # can be "Revolving debt" or "One time loan". Revolving debt is H2FAST default and leads to much lower LCOH + loan_period: 0 # H2FAST default, not used for revolving debt + cash_onhand_months: 1 # H2FAST default + administrative_expense_percent_of_sales: 0.00 #Check this # percent of sales H2FAST default + depreciation_method: "MACRS" # can be "MACRS" or "Straight line" - MACRS may be better and can reduce LCOH by more than $1/kg and is spec'd in the IRS MACRS schedule https://www.irs.gov/publications/p946#en_US_2020_publink1000107507 + depreciation_period: 7 # years - as specified by the IRS MACRS schedule https://www.irs.gov/publications/p946#en_US_2020_publink1000107507 + depreciation_period_electrolyzer: 7 # based on PEM Electrolysis H2A Production Case Study Documentation estimate of 7 years. also see https://www.irs.gov/publications/p946#en_US_2020_publink1000107507 + discount_years: + wind: 2020 # Updated for GS + wind_and_electrical: 2020 # Updated for GS + wave: 2020 # confirmed by Kaitlin Brunik 20240103 + solar: 2020 # Updated for GS + battery: 2020 # Updated for GS + platform: 2022 # TODO ask Nick and Charlie + electrical_export_system: 2022 # also from ORBIT, so match wind assumptions. TODO ask Sophie Bradenkamp + desal: 2013 # from code citation: https://www.nrel.gov/docs/fy16osti/66073.pdf + electrolyzer: 2020 # 2020 for singlitico2021, 2016 # for simple h2 cost model in hopp (see https://www.hydrogen.energy.gov/pdfs/19009_h2_production_cost_pem_electrolysis_2019.pdf) ## 2020 # based on IRENA report https://www.irena.org/-/media/Files/IRENA/Agency/Publication/2020/Dec/IRENA_Green_hydrogen_cost_2020.pdf + h2_transport_compressor: 2016 # listed in code header + h2_storage: + pressure_vessel: 2022 # based on readme for Compressed_gas_function + pipe: 2019 # Papadias 2021 + salt_cavern: 2019 # Papadias 2021 + turbine: 2003 # assumed based on Kottenstette 2004 + lined_rock_cavern: 2018 # based on Papadias 2021 and HD SAM + none: 2022 # arbitrary + h2_pipe_array: 2018 # ANL costs + h2_transport_pipeline: 2018 # same model for costs as the h2_pipe_array + wind: + expected_plant_cost: 'none' +electrolyzer: + sizing: + resize_for_enduse: False + size_for: 'BOL' #'BOL' (generous) or 'EOL' (conservative) + hydrogen_dmd: + rating: 960 # MW + cluster_rating_MW: 40 + pem_control_type: 'basic' + eol_eff_percent_loss: 13 #eol defined as x% change in efficiency from bol + uptime_hours_until_eol: 77600 #number of 'on' hours until electrolyzer reaches eol + include_degradation_penalty: True #include degradation + turndown_ratio: 0.1 #turndown_ratio = minimum_cluster_power/cluster_rating_MW + electrolyzer_capex: 765 #1600 # $/kW + # time_between_replacement: 62320 # 62320 based on PEM Electrolysis H2A Production Case Study Documentation estimate of 7 years, 40000 based on current est (see unpublished report), 80000 hours based on OSW atb_year = 2025 + replacement_cost_percent: 0.15 # percent of capex - H2A default case + cost_model: "singlitico2021" # "basic" is a basic cost model based on H2a and HFTO program record for PEM electrolysis. "singlitico2021" uses cost estimates from that paper +h2_transport_compressor: + outlet_pressure: 68 # bar based on HDSAM +h2_storage_compressor: + output_pressure: 100 # bar (1 bar = 100 kPa) + flow_rate: 89 # kg/hr + energy_rating: 802 # kWe (aka 1 kWh) + mean_days_between_failures: 200 # days +h2_transport_pipe: + outlet_pressure: 10 # bar - from example in code from Jamie #TODO check this value +h2_storage: + size_capacity_from_demand: + flag: False # If True, then storage is sized to provide steady-state storage + capacity_from_max_on_turbine_storage: False # if True, then days of storage is ignored and storage capacity is based on how much h2 storage fits on the turbines in the plant using Kottenstete 2003. + type: "salt_cavern" # can be one of ["none", "pipe", "turbine", "pressure_vessel", "salt_cavern", "lined_rock_cavern"] + days: 19.783 # from `hydrogen_storage_duration_hr` = 474.7948370015298 [days] how many days worth of production we should be able to store (this is ignored if `capacity_from_max_on_turbine_storage` is set to True) + +policy_parameters: # these should be adjusted for inflation prior to application - order of operations: rate in 1992 $, +#then prevailing wage multiplier if applicable, then inflation + option1: # base # no policy included ---> see files/task1/regulation and policy revue/ page 4 of 13 middle - read this + # and look at assumptions + electricity_itc: 0 + electricity_ptc: 0 + h2_ptc: 0 + h2_storage_itc: 0 + option2: # base credit levels with H2 + electricity_itc: 0 + electricity_ptc: 0.003 # $0.003/kW (this is base, see inflation adjustment in option 3) + h2_ptc: 0.6 # $0.60/kg h2 produced - assumes net zero but not meeting prevailing wage requirements - does this need to be + # adjusted for inflation from 2022 dollars to claim date, probably constant after claim date? + h2_storage_itc: 0.06 + option3: # same as option 5, but assuming prevailing wages are met --> 5x multiplier on both PTCs + electricity_itc: 0 + electricity_ptc: 0.015 # $/kWh 1992 dollars + h2_ptc: 3.00 # $/kg 2022 dollars - do not adjust for inflation + h2_storage_itc: 0.3 + # bonus options, option 5 and 6 but ITC equivalents + option4: # prevailing wages not met + electricity_itc: 0.06 # %/100 capex + electricity_ptc: 0.00 # $/kW 1992 dollars + h2_ptc: 0.6 # $0.60/kg produced 2022 dollars - assumes net zero but not meeting prevailing wage requirements - does this need to be + # do not adjust for inflation, probably constant after claim date? + h2_storage_itc: 0.06 + option5: # prevailing wages met + electricity_itc: 0.30 # %/100 capex + electricity_ptc: 0.0 # $/kWh 1992 dollars + h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.3 + option6: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron + # and mfg. components from the US) + electricity_itc: 0.40 # %/100 capex + electricity_ptc: 0.0 # $/kWh 1992 dollars + h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.4 + option7: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron + # and mfg. components from the US) + electricity_itc: 0.0 # %/100 capex + electricity_ptc: 0.0165 # $/kWh 1992 dollars (0.015*1.1) + h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + # you can elect itc_for_h2 in leu of the h2_ptc - this choice is independent of the other tech credit selections + # 6% or %50 for itc_for_h2 + h2_storage_itc: 0.5 + +plant_design: + scenario0: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "platform" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario1: + electrolyzer_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + transportation: "hvdc" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario2: + electrolyzer_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + transportation: "hvdc" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "platform" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario3: + electrolyzer_location: "turbine" # can be one of ["onshore", "turbine", "platform"] + transportation: "none" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "turbine" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario4: + electrolyzer_location: "turbine" # can be one of ["onshore", "turbine", "platform"] + transportation: "none" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "platform" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario5: + electrolyzer_location: "turbine" # can be one of ["onshore", "turbine", "platform"] + transportation: "pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario6: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "none" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "platform" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario7: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario8: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "hvdc+pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + scenario9: + electrolyzer_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + transportation: "colocated" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "onshore" # can be one of ["onshore", "offshore"] + pv_location: "onshore" # can be one of ["none", "onshore", "platform"] + battery_location: "onshore" # can be one of ["none", "onshore", "platform"] + scenario10: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + pv_location: "platform" # can be one of ["none", "onshore", "platform"] + battery_location: "platform" # can be one of ["none", "onshore", "platform"] + +ammonia: + capacity: + input_capacity_factor_estimate: 0.9 + costs: + feedstocks: + electricity_cost: 93.83010424374427 + cooling_water_cost: 0.00478 + iron_based_catalyst_cost: 23.19977341 + oxygen_cost: 0 + finances: + plant_life: 30 + grid_prices: + '2035': 93.83010424374427 + '2036': 94.56653899260273 + '2037': 95.30297374146119 + '2038': 96.03940849031963 + '2039': 96.77584323917809 + '2040': 97.51227798803654 + '2041': 95.30655709762559 + '2042': 93.10083620721463 + '2043': 90.89511531680367 + '2044': 88.68939442639271 + '2045': 86.48367353598175 + '2046': 87.5303266407854 + '2047': 88.57697974558906 + '2048': 89.6236328503927 + '2049': 90.67028595519635 + '2050': 91.71693906 + '2051': 91.71693906 + '2052': 91.71693906 + '2053': 91.71693906 + '2054': 91.71693906 + '2055': 91.71693906 + '2056': 91.71693906 + '2057': 91.71693906 + '2058': 91.71693906 + '2059': 91.71693906 + '2060': 91.71693906 + '2061': 91.71693906 + '2062': 91.71693906 + '2063': 91.71693906 + '2064': 91.71693906 + + # Additional parameters passed to ProFAST + financial_assumptions: + "total income tax rate": 0.2574 + "capital gains tax rate": 0.15 + "leverage after tax nominal discount rate": 0.10893 + "debt equity ratio of initial financing": 0.624788 + "debt interest rate": 0.050049 \ No newline at end of file diff --git a/tests/greenheart/test_greensteel/input/plant/greenheart_config_onshore_tx_2035.yaml b/tests/greenheart/test_greensteel/input/plant/greenheart_config_onshore_tx_2035.yaml new file mode 100644 index 000000000..4a9927930 --- /dev/null +++ b/tests/greenheart/test_greensteel/input/plant/greenheart_config_onshore_tx_2035.yaml @@ -0,0 +1,262 @@ +site: + mean_windspeed: False + depth: 0 #m + wind_layout: + row_spacing: 5 # Also defined in ORBIT config for offshore layout. Greenheart config values override the values in ORBIT. + turbine_spacing: 5 # Also defined in ORBIT config for offshore layout. Greenheart config values override the values in ORBIT. + grid_angle: 0 # wind layout grid angle in degrees where 0 is north, increasing clockwise + row_phase_offset: 0 # wind layout offset of turbines along row from one row to the next +project_parameters: + project_lifetime: 30 + grid_connection: False # option, can be turned on or off + ppa_price: 0.025 # $/kWh based on 2022 land based wind market report (ERCOT area ppa prices) https://www.energy.gov/sites/default/files/2022-08/land_based_wind_market_report_2202.pdf + hybrid_electricity_estimated_cf: 0.492 #should equal 1 if grid_connection = True + atb_year: 2035 + cost_year: 2020 # to match ATB + installation_time: 36 # months +finance_parameters: + costing_general_inflation: 0.025 # used to adjust modeled costs to cost_year + profast_general_inflation: 0 # based on 2022 ATB + land_cost: 250000 + discount_rate: 0.0948 # nominal return based on 2022 ATB basline workbook + debt_equity_split: False # 2022 ATB uses 68.5% debt + debt_equity_ratio: 1.72 + property_tax: 0.01 # percent of CAPEX # combined with property insurance then between H2A and H2FAST defaults + property_insurance: 0.005 # percent of CAPEX # combined with property tax then between H2A and H2FAST defaults + total_income_tax_rate: 0.2574 # 0.257 tax rate in 2022 atb baseline workbook # current federal income tax rate, but proposed 2023 rate is 0.28. No state income tax in Texas + capital_gains_tax_rate: 0.15 # H2FAST default + sales_tax_rate: 0.0 #Verify that a different rate shouldn't be used # minimum total sales tax rate in Corpus Christi https://www.cctexas.com/detail/corpus-christi-type-fund-purpose - does this apply to H2? + debt_interest_rate: 0.046 + debt_type: "Revolving debt" # can be "Revolving debt" or "One time loan". Revolving debt is H2FAST default and leads to much lower LCOH + loan_period: 0 # H2FAST default, not used for revolving debt + cash_onhand_months: 1 # H2FAST default + administrative_expense_percent_of_sales: 0.00 #Check this # percent of sales H2FAST default + depreciation_method: "MACRS" # can be "MACRS" or "Straight line" - MACRS may be better and can reduce LCOH by more than $1/kg and is spec'd in the IRS MACRS schedule https://www.irs.gov/publications/p946#en_US_2020_publink1000107507 + depreciation_period: 7 # years - as specified by the IRS MACRS schedule https://www.irs.gov/publications/p946#en_US_2020_publink1000107507 + depreciation_period_electrolyzer: 7 # based on PEM Electrolysis H2A Production Case Study Documentation estimate of 7 years. also see https://www.irs.gov/publications/p946#en_US_2020_publink1000107507 + discount_years: + wind: 2020 # Updated for GS + wind_and_electrical: 2020 # Updated for GS + wave: 2020 # confirmed by Kaitlin Brunik 20240103 + solar: 2020 # Updated for GS + battery: 2020 # Updated for GS + platform: 2022 # TODO ask Nick and Charlie + electrical_export_system: 2022 # also from ORBIT, so match wind assumptions. TODO ask Sophie Bradenkamp + desal: 2013 # from code citation: https://www.nrel.gov/docs/fy16osti/66073.pdf + electrolyzer: 2020 # 2020 for singlitico2021, 2016 # for simple h2 cost model in hopp (see https://www.hydrogen.energy.gov/pdfs/19009_h2_production_cost_pem_electrolysis_2019.pdf) ## 2020 # based on IRENA report https://www.irena.org/-/media/Files/IRENA/Agency/Publication/2020/Dec/IRENA_Green_hydrogen_cost_2020.pdf + h2_transport_compressor: 2016 # listed in code header + h2_storage: + pressure_vessel: 2022 # based on readme for Compressed_gas_function + pipe: 2019 # Papadias 2021 + salt_cavern: 2019 # Papadias 2021 + turbine: 2003 # assumed based on Kottenstette 2004 + lined_rock_cavern: 2018 # based on Papadias 2021 and HD SAM + none: 2022 # arbitrary + h2_pipe_array: 2018 # ANL costs + h2_transport_pipeline: 2018 # same model for costs as the h2_pipe_array + wind: + expected_plant_cost: 'none' +electrolyzer: + sizing: + resize_for_enduse: False + size_for: 'BOL' #'BOL' (generous) or 'EOL' (conservative) + hydrogen_dmd: + rating: 960 # MW + cluster_rating_MW: 40 + pem_control_type: 'basic' + eol_eff_percent_loss: 13 #eol defined as x% change in efficiency from bol + uptime_hours_until_eol: 77600 #number of 'on' hours until electrolyzer reaches eol + include_degradation_penalty: True #include degradation + turndown_ratio: 0.1 #turndown_ratio = minimum_cluster_power/cluster_rating_MW + electrolyzer_capex: 625 # 1600 # $/kW + time_between_replacement: 62320 # 62320 based on PEM Electrolysis H2A Production Case Study Documentation estimate of 7 years, 40000 based on current est (see unpublished report), 80000 hours based on OSW atb_year = 2025 + replacement_cost_percent: 0.15 # percent of capex - H2A default case + cost_model: "singlitico2021" # "basic" is a basic cost model based on H2a and HFTO program record for PEM electrolysis. "singlitico2021" uses cost estimates from that paper +h2_transport_compressor: + outlet_pressure: 68 # bar based on HDSAM +h2_storage_compressor: + output_pressure: 100 # bar (1 bar = 100 kPa) + flow_rate: 89 # kg/hr + energy_rating: 802 # kWe (aka 1 kWh) + mean_days_between_failures: 200 # days +h2_transport_pipe: + outlet_pressure: 10 # bar - from example in code from Jamie #TODO check this value +h2_storage: + size_capacity_from_demand: + flag: False # If True, then storage is sized to provide steady-state storage + capacity_from_max_on_turbine_storage: False # if True, then days of storage is ignored and storage capacity is based on how much h2 storage fits on the turbines in the plant using Kottenstete 2003. + type: "salt_cavern" # can be one of ["none", "pipe", "turbine", "pressure_vessel", "salt_cavern", "lined_rock_cavern"] + days: 19.783 # from `hydrogen_storage_duration_hr` = 474.7948370015298 [days] how many days worth of production we should be able to store (this is ignored if `capacity_from_max_on_turbine_storage` is set to True) + +policy_parameters: # these should be adjusted for inflation prior to application - order of operations: rate in 1992 $, +#then prevailing wage multiplier if applicable, then inflation + option1: # base # no policy included ---> see files/task1/regulation and policy revue/ page 4 of 13 middle - read this + # and look at assumptions + electricity_itc: 0 + electricity_ptc: 0 + h2_ptc: 0 + h2_storage_itc: 0 + option2: # base credit levels with H2 + electricity_itc: 0 + electricity_ptc: 0.003 # $0.003/kW (this is base, see inflation adjustment in option 3) + h2_ptc: 0.6 # $0.60/kg h2 produced - assumes net zero but not meeting prevailing wage requirements - does this need to be + # adjusted for inflation from 2022 dollars to claim date, probably constant after claim date? + h2_storage_itc: 0.06 + option3: # same as option 5, but assuming prevailing wages are met --> 5x multiplier on both PTCs + electricity_itc: 0 + electricity_ptc: 0.015 # $/kWh 1992 dollars + h2_ptc: 3.00 # $/kg 2022 dollars - do not adjust for inflation + h2_storage_itc: 0.3 + # bonus options, option 5 and 6 but ITC equivalents + option4: # prevailing wages not met + electricity_itc: 0.06 # %/100 capex + electricity_ptc: 0.00 # $/kW 1992 dollars + h2_ptc: 0.6 # $0.60/kg produced 2022 dollars - assumes net zero but not meeting prevailing wage requirements - does this need to be + # do not adjust for inflation, probably constant after claim date? + h2_storage_itc: 0.06 + option5: # prevailing wages met + electricity_itc: 0.30 # %/100 capex + electricity_ptc: 0.0 # $/kWh 1992 dollars + h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.3 + option6: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron + # and mfg. components from the US) + electricity_itc: 0.40 # %/100 capex + electricity_ptc: 0.0 # $/kWh 1992 dollars + h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + h2_storage_itc: 0.4 + option7: # assumes prevailing wages are met, and includes 10% bonus credit of domestic content (100% of steel and iron + # and mfg. components from the US) + electricity_itc: 0.0 # %/100 capex + electricity_ptc: 0.0165 # $/kWh 1992 dollars (0.015*1.1) + h2_ptc: 3.00 # $/kg of h2 produced 2022 dollars - do adjust for inflation every year applied and until application year + # you can elect itc_for_h2 in leu of the h2_ptc - this choice is independent of the other tech credit selections + # 6% or %50 for itc_for_h2 + h2_storage_itc: 0.5 + +plant_design: + scenario0: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "platform" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario1: + electrolyzer_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + transportation: "hvdc" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario2: + electrolyzer_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + transportation: "hvdc" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "platform" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario3: + electrolyzer_location: "turbine" # can be one of ["onshore", "turbine", "platform"] + transportation: "none" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "turbine" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario4: + electrolyzer_location: "turbine" # can be one of ["onshore", "turbine", "platform"] + transportation: "none" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "platform" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario5: + electrolyzer_location: "turbine" # can be one of ["onshore", "turbine", "platform"] + transportation: "pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario6: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "none" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "platform" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario7: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + pv_location: "none" # can be one of ["none", "onshore", "platform"] + battery_location: "none" # can be one of ["none", "onshore", "platform"] + scenario8: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "hvdc+pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "offshore" # can be one of ["onshore", "offshore"] + scenario9: + electrolyzer_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + transportation: "colocated" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + wind_location: "onshore" # can be one of ["onshore", "offshore"] + pv_location: "onshore" # can be one of ["none", "onshore", "platform"] + battery_location: "onshore" # can be one of ["none", "onshore", "platform"] + scenario10: + electrolyzer_location: "platform" # can be one of ["onshore", "turbine", "platform"] + transportation: "pipeline" # can be one of ["hvdc", "pipeline", "none", hvdc+pipeline, "colocated"] + h2_storage_location: "onshore" # can be one of ["onshore", "turbine", "platform"] + pv_location: "platform" # can be one of ["none", "onshore", "platform"] + battery_location: "platform" # can be one of ["none", "onshore", "platform"] + +ammonia: + capacity: + input_capacity_factor_estimate: 0.9 + costs: + feedstocks: + electricity_cost: 93.83010424374427 + cooling_water_cost: 0.00478 + iron_based_catalyst_cost: 23.19977341 + oxygen_cost: 0 + finances: + plant_life: 30 + grid_prices: + '2035': 93.83010424374427 + '2036': 94.56653899260273 + '2037': 95.30297374146119 + '2038': 96.03940849031963 + '2039': 96.77584323917809 + '2040': 97.51227798803654 + '2041': 95.30655709762559 + '2042': 93.10083620721463 + '2043': 90.89511531680367 + '2044': 88.68939442639271 + '2045': 86.48367353598175 + '2046': 87.5303266407854 + '2047': 88.57697974558906 + '2048': 89.6236328503927 + '2049': 90.67028595519635 + '2050': 91.71693906 + '2051': 91.71693906 + '2052': 91.71693906 + '2053': 91.71693906 + '2054': 91.71693906 + '2055': 91.71693906 + '2056': 91.71693906 + '2057': 91.71693906 + '2058': 91.71693906 + '2059': 91.71693906 + '2060': 91.71693906 + '2061': 91.71693906 + '2062': 91.71693906 + '2063': 91.71693906 + '2064': 91.71693906 + + # Additional parameters passed to ProFAST + financial_assumptions: + "total income tax rate": 0.2574 + "capital gains tax rate": 0.15 + "leverage after tax nominal discount rate": 0.10893 + "debt equity ratio of initial financing": 0.624788 + "debt interest rate": 0.050049 \ No newline at end of file diff --git a/tests/greenheart/test_greensteel/input/plant/hopp_config_mn_2030.yaml b/tests/greenheart/test_greensteel/input/plant/hopp_config_mn_2030.yaml new file mode 100644 index 000000000..817684e36 --- /dev/null +++ b/tests/greenheart/test_greensteel/input/plant/hopp_config_mn_2030.yaml @@ -0,0 +1,72 @@ +site: + data: + lat: 47.5233 + lon: -92.5366 + elev: 1099 + year: 2013 + tz: -6 + site_boundaries: + verts: + - [0.0, 0.0] + - [0.0, 20000.0] + - [20000.0, 20000.0] + - [20000.0, 0.0] + verts_simple: + - [0.0, 0.0] + - [0.0, 20000.0] + - [20000.0, 20000.0] + - [20000.0, 0.0] + solar_resource_file: "tests/greenheart/test_greensteel/input/resource_files/47.5233_-92.5366_psmv3_60_2013.csv" + wind_resource_file: "tests/greenheart/test_greensteel/input/resource_files/47.5233_-92.5366_windtoolkit_2013_60min_100m_120m.srw" + wave_resource_file: "" + grid_resource_file: "" + hub_height: 115.0 + capacity_hours: [] + solar: false + wind: true + wave: false + wind_resource_origin: "WTK" + + +technologies: + wind: + num_turbines: 218 + turbine_rating_kw: 6000.0 + model_name: floris + timestep: [0, 8760] + floris_config: input/floris/floris_input_lbw_6MW.yaml + fin_model: !include default_fin_config.yaml + # pv: + # system_capacity_kw: 100000 + # dc_degradation: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] + # fin_model: !include default_fin_config.yaml + # battery: + # system_capacity_kwh: 100000 + # system_capacity_kw: 100000 + # minimum_SOC: 20.0 + # maximum_SOC: 100.0 + # initial_SOC: 90.0 + # fin_model: !include default_fin_config.yaml + grid: + interconnect_kw: 2000000 # Set higher than rated generation capacity + fin_model: !include default_fin_config.yaml + +config: + simulation_options: + wind: + skip_financial: false + # dispatch_options: + # battery_dispatch: load_following_heuristic # load_following_heuristic #heuristic + # solver: cbc + # n_look_ahead_periods: 48 + # grid_charging: false + # pv_charging_only: false + # include_lifecycle_count: false + cost_info: # Costs from GS Manuscript Supplemental Table S11 + wind_installed_cost_mw: 1304000 #1098000 # (2020USD) + # solar_installed_cost_mw: 991000 # (2020USD) + # storage_installed_cost_mwh: 158000 # (2020USD) + # storage_installed_cost_mw: 212000 # (2020USD) + wind_om_per_kw: 25.8 # (2020USD) + # pv_om_per_kw: 17.2 # (2020USD) + # battery_om_per_kw: 9.25 # (2020USD) based on 0.025 percent of battery capex with a 100MW 1hr battery diff --git a/tests/greenheart/test_greensteel/input/plant/hopp_config_tx_2025.yaml b/tests/greenheart/test_greensteel/input/plant/hopp_config_tx_2025.yaml new file mode 100644 index 000000000..8ebcbbcd0 --- /dev/null +++ b/tests/greenheart/test_greensteel/input/plant/hopp_config_tx_2025.yaml @@ -0,0 +1,72 @@ +site: + data: + lat: 34.22 + lon: -102.75 + elev: 1099 + year: 2013 + tz: -6 + site_boundaries: + verts: + - [0.0, 0.0] + - [0.0, 20000.0] + - [20000.0, 20000.0] + - [20000.0, 0.0] + verts_simple: + - [0.0, 0.0] + - [0.0, 20000.0] + - [20000.0, 20000.0] + - [20000.0, 0.0] + solar_resource_file: "" #"tests/greenheart/test_greensteel/input/resource_files/34.22_-102.75_psmv3_60_2013.csv" + wind_resource_file: "tests/greenheart/test_greensteel/input/resource_files/34.22_-102.75_windtoolkit_2013_60min_100m_120m.srw" + wave_resource_file: "" + grid_resource_file: "" + hub_height: 115.0 + capacity_hours: [] + solar: false + wind: true + wave: false + wind_resource_origin: "WTK" + + +technologies: + wind: + num_turbines: 177 + turbine_rating_kw: 6000.0 + model_name: floris + timestep: [0, 8760] + floris_config: input/floris/floris_input_lbw_6MW.yaml + fin_model: !include default_fin_config.yaml + # pv: + # system_capacity_kw: 500000 + # dc_degradation: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] + # fin_model: !include default_fin_config.yaml + # battery: + # system_capacity_kwh: 100000 + # system_capacity_kw: 100000 + # minimum_SOC: 20.0 + # maximum_SOC: 100.0 + # initial_SOC: 90.0 + # fin_model: !include default_fin_config.yaml + grid: + interconnect_kw: 2000000 # Set higher than rated generation capacity + fin_model: !include default_fin_config.yaml + +config: + simulation_options: + wind: + skip_financial: false + # dispatch_options: + # battery_dispatch: load_following_heuristic # load_following_heuristic #heuristic + # solver: cbc + # n_look_ahead_periods: 48 + # grid_charging: false + # pv_charging_only: false + # include_lifecycle_count: false + cost_info: # Costs from GS Manuscript Supplemental Table S11 + wind_installed_cost_mw: 1242486 # 1211000 # (2020USD) + # solar_installed_cost_mw: 991000 # (2020USD) + # storage_installed_cost_mwh: 158000 # (2020USD) + # storage_installed_cost_mw: 212000 # (2020USD) + wind_om_per_kw: 27.5 # (2020USD) + # pv_om_per_kw: 17.2 # (2020USD) + # battery_om_per_kw: 9.25 # (2020USD) based on 0.025 percent of battery capex with a 100MW 1hr battery diff --git a/tests/greenheart/test_greensteel/input/plant/hopp_config_tx_2030.yaml b/tests/greenheart/test_greensteel/input/plant/hopp_config_tx_2030.yaml new file mode 100644 index 000000000..b2a5a11f7 --- /dev/null +++ b/tests/greenheart/test_greensteel/input/plant/hopp_config_tx_2030.yaml @@ -0,0 +1,72 @@ +site: + data: + lat: 34.22 + lon: -102.75 + elev: 1099 + year: 2013 + tz: -6 + site_boundaries: + verts: + - [0.0, 0.0] + - [0.0, 20000.0] + - [20000.0, 20000.0] + - [20000.0, 0.0] + verts_simple: + - [0.0, 0.0] + - [0.0, 20000.0] + - [20000.0, 20000.0] + - [20000.0, 0.0] + solar_resource_file: "" #"tests/greenheart/test_greensteel/input/resource_files/34.22_-102.75_psmv3_60_2013.csv" + wind_resource_file: "tests/greenheart/test_greensteel/input/resource_files/34.22_-102.75_windtoolkit_2013_60min_100m_120m.srw" + wave_resource_file: "" + grid_resource_file: "" + hub_height: 115.0 + capacity_hours: [] + solar: false + wind: true + wave: false + wind_resource_origin: "WTK" + + +technologies: + wind: + num_turbines: 177 + turbine_rating_kw: 6000.0 + model_name: floris + timestep: [0, 8760] + floris_config: input/floris/floris_input_lbw_6MW.yaml + fin_model: !include default_fin_config.yaml + # pv: + # system_capacity_kw: 500000 + # dc_degradation: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] + # fin_model: !include default_fin_config.yaml + # battery: + # system_capacity_kwh: 100000 + # system_capacity_kw: 100000 + # minimum_SOC: 20.0 + # maximum_SOC: 100.0 + # initial_SOC: 90.0 + # fin_model: !include default_fin_config.yaml + grid: + interconnect_kw: 2000000 # Set higher than rated generation capacity + fin_model: !include default_fin_config.yaml + +config: + simulation_options: + wind: + skip_financial: false + # dispatch_options: + # battery_dispatch: load_following_heuristic # load_following_heuristic #heuristic + # solver: cbc + # n_look_ahead_periods: 48 + # grid_charging: false + # pv_charging_only: false + # include_lifecycle_count: false + cost_info: # Costs from GS Manuscript Supplemental Table S11 + wind_installed_cost_mw: 1098000 # (2020USD) + # solar_installed_cost_mw: 991000 # (2020USD) + # storage_installed_cost_mwh: 158000 # (2020USD) + # storage_installed_cost_mw: 212000 # (2020USD) + wind_om_per_kw: 25.8 # (2020USD) + # pv_om_per_kw: 17.2 # (2020USD) + # battery_om_per_kw: 9.25 # (2020USD) based on 0.025 percent of battery capex with a 100MW 1hr battery diff --git a/tests/greenheart/test_greensteel/input/plant/hopp_config_tx_2035.yaml b/tests/greenheart/test_greensteel/input/plant/hopp_config_tx_2035.yaml new file mode 100644 index 000000000..c7277bd50 --- /dev/null +++ b/tests/greenheart/test_greensteel/input/plant/hopp_config_tx_2035.yaml @@ -0,0 +1,72 @@ +site: + data: + lat: 34.22 + lon: -102.75 + elev: 1099 + year: 2013 + tz: -6 + site_boundaries: + verts: + - [0.0, 0.0] + - [0.0, 20000.0] + - [20000.0, 20000.0] + - [20000.0, 0.0] + verts_simple: + - [0.0, 0.0] + - [0.0, 20000.0] + - [20000.0, 20000.0] + - [20000.0, 0.0] + solar_resource_file: "" #"tests/greenheart/test_greensteel/input/resource_files/34.22_-102.75_psmv3_60_2013.csv" + wind_resource_file: "tests/greenheart/test_greensteel/input/resource_files/34.22_-102.75_windtoolkit_2013_60min_100m_120m.srw" + wave_resource_file: "" + grid_resource_file: "" + hub_height: 115.0 + capacity_hours: [] + solar: false + wind: true + wave: false + wind_resource_origin: "WTK" + + +technologies: + wind: + num_turbines: 177 + turbine_rating_kw: 6000.0 + model_name: floris + timestep: [0, 8760] + floris_config: input/floris/floris_input_lbw_6MW.yaml + fin_model: !include default_fin_config.yaml + # pv: + # system_capacity_kw: 500000 + # dc_degradation: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] + # fin_model: !include default_fin_config.yaml + # battery: + # system_capacity_kwh: 100000 + # system_capacity_kw: 100000 + # minimum_SOC: 20.0 + # maximum_SOC: 100.0 + # initial_SOC: 90.0 + # fin_model: !include default_fin_config.yaml + grid: + interconnect_kw: 2000000 # Set higher than rated generation capacity + fin_model: !include default_fin_config.yaml + +config: + simulation_options: + wind: + skip_financial: false + # dispatch_options: + # battery_dispatch: load_following_heuristic # load_following_heuristic #heuristic + # solver: cbc + # n_look_ahead_periods: 48 + # grid_charging: false + # pv_charging_only: false + # include_lifecycle_count: false + cost_info: # Costs from GS Manuscript Supplemental Table S11 + wind_installed_cost_mw: 1071144 #1044000 # (2020USD) + # solar_installed_cost_mw: 991000 # (2020USD) + # storage_installed_cost_mwh: 158000 # (2020USD) + # storage_installed_cost_mw: 212000 # (2020USD) + wind_om_per_kw: 24.9 # (2020USD) + # pv_om_per_kw: 17.2 # (2020USD) + # battery_om_per_kw: 9.25 # (2020USD) based on 0.025 percent of battery capex with a 100MW 1hr battery diff --git a/tests/greenheart/test_greensteel/input/resource_files/34.22_-102.75_psmv3_60_2013.csv b/tests/greenheart/test_greensteel/input/resource_files/34.22_-102.75_psmv3_60_2013.csv new file mode 100644 index 000000000..0c2cf0048 --- /dev/null +++ b/tests/greenheart/test_greensteel/input/resource_files/34.22_-102.75_psmv3_60_2013.csv @@ -0,0 +1,8763 @@ +Source,Location ID,City,State,Country,Latitude,Longitude,Time Zone,Elevation,Local Time Zone,Clearsky DHI Units,Clearsky DNI Units,Clearsky GHI Units,Dew Point Units,DHI Units,DNI Units,GHI Units,Solar Zenith Angle Units,Temperature Units,Pressure Units,Relative Humidity Units,Precipitable Water Units,Wind Direction Units,Wind Speed Units,Cloud Type -15,Cloud Type 0,Cloud Type 1,Cloud Type 2,Cloud Type 3,Cloud Type 4,Cloud Type 5,Cloud Type 6,Cloud Type 7,Cloud Type 8,Cloud Type 9,Cloud Type 10,Cloud Type 11,Cloud Type 12,Fill Flag 0,Fill Flag 1,Fill Flag 2,Fill Flag 3,Fill Flag 4,Fill Flag 5,Surface Albedo Units,Version +NSRDB,543124,-,-,-,34.21,-102.74,-6,1178,-6,w/m2,w/m2,w/m2,c,w/m2,w/m2,w/m2,Degree,c,mbar,%,cm,Degrees,m/s,N/A,Clear,Probably Clear,Fog,Water,Super-Cooled Water,Mixed,Opaque Ice,Cirrus,Overlapping,Overshooting,Unknown,Dust,Smoke,N/A,Missing Image,Low Irradiance,Exceeds Clearsky,Missing CLoud Properties,Rayleigh Violation,N/A,3.0.6 +Year,Month,Day,Hour,Minute,GHI,DHI,DNI,Wind Speed,Temperature,Solar Zenith Angle,Pressure,Dew Point +2013,1,1,0,30,0,0,0,1.6,-4,167.55,880,-6 +2013,1,1,1,30,0,0,0,1.3,-5,166.34,880,-7 +2013,1,1,2,30,0,0,0,1,-5,156.31,880,-7 +2013,1,1,3,30,0,0,0,1,-6,144.32,880,-7 +2013,1,1,4,30,0,0,0,1.1,-6,131.95,880,-8 +2013,1,1,5,30,0,0,0,1.4000000000000001,-6,119.61,880,-8 +2013,1,1,6,30,0,0,0,1.8,-6,107.52,880,-8 +2013,1,1,7,30,0,0,0,2,-6,95.87,880,-8 +2013,1,1,8,30,64,32,368,2.3000000000000003,-5,84.92,880,-8 +2013,1,1,9,30,180,90,349,2.4000000000000004,-3,75.03,880,-8 +2013,1,1,10,30,411,80,836,2.1,-1,66.7,880,-7 +2013,1,1,11,30,532,89,901,1.6,0,60.59,880,-7 +2013,1,1,12,30,594,87,942,1.8,1,57.45,880,-7 +2013,1,1,13,30,589,86,943,2.3000000000000003,2,57.75,880,-7 +2013,1,1,14,30,519,80,919,2.4000000000000004,2,61.45,880,-7 +2013,1,1,15,30,392,66,870,2,2,68,880,-7 +2013,1,1,16,30,219,51,728,1.3,0,76.64,880,-7 +2013,1,1,17,30,41,21,345,1.1,-1,86.74,880,-7 +2013,1,1,18,30,0,0,0,1.2000000000000002,-2,97.84,880,-8 +2013,1,1,19,30,0,0,0,1.2000000000000002,-3,109.57000000000001,880,-8 +2013,1,1,20,30,0,0,0,1.1,-4,121.72,880,-8 +2013,1,1,21,30,0,0,0,0.9,-4,134.09,880,-8 +2013,1,1,22,30,0,0,0,0.8,-4,146.43,880,-8 +2013,1,1,23,30,0,0,0,0.7000000000000001,-5,158.24,880,-8 +2013,1,2,0,30,0,0,0,0.7000000000000001,-5,167.43,880,-8 +2013,1,2,1,30,0,0,0,0.7000000000000001,-5,166.33,880,-8 +2013,1,2,2,30,0,0,0,0.9,-5,156.35,880,-8 +2013,1,2,3,30,0,0,0,1.1,-5,144.38,880,-9 +2013,1,2,4,30,0,0,0,1.1,-5,132.01,880,-9 +2013,1,2,5,30,0,0,0,1.1,-5,119.66,880,-10 +2013,1,2,6,30,0,0,0,1.1,-6,107.56,880,-10 +2013,1,2,7,30,0,0,0,1.5,-5,95.91,880,-10 +2013,1,2,8,30,71,26,507,2,-3,84.94,880,-10 +2013,1,2,9,30,258,49,807,2,-1,75.03,880,-9 +2013,1,2,10,30,330,126,515,1.7000000000000002,1,66.68,880,-9 +2013,1,2,11,30,547,69,973,1.7000000000000002,3,60.54,880,-9 +2013,1,2,12,30,607,74,989,1.8,4,57.370000000000005,880,-9 +2013,1,2,13,30,601,74,984,1.9000000000000001,4,57.64,880,-9 +2013,1,2,14,30,529,71,954,2,4,61.33,880,-10 +2013,1,2,15,30,399,64,887,1.8,3,67.86,880,-9 +2013,1,2,16,30,224,51,740,1.4000000000000001,1,76.5,880,-8 +2013,1,2,17,30,42,22,350,1.5,-2,86.60000000000001,880,-9 +2013,1,2,18,30,0,0,0,1.8,-3,97.69,880,-10 +2013,1,2,19,30,0,0,0,2.1,-3,109.44,880,-9 +2013,1,2,20,30,0,0,0,2.3000000000000003,-3,121.59,880,-9 +2013,1,2,21,30,0,0,0,2.2,-4,133.95,880,-9 +2013,1,2,22,30,0,0,0,2.1,-4,146.29,890,-9 +2013,1,2,23,30,0,0,0,1.9000000000000001,-4,158.1,890,-9 +2013,1,3,0,30,0,0,0,1.7000000000000002,-5,167.29,890,-9 +2013,1,3,1,30,0,0,0,1.5,-5,166.3,890,-8 +2013,1,3,2,30,0,0,0,1.4000000000000001,-5,156.38,890,-8 +2013,1,3,3,30,0,0,0,1.2000000000000002,-5,144.43,890,-8 +2013,1,3,4,30,0,0,0,1.2000000000000002,-5,132.06,890,-7 +2013,1,3,5,30,0,0,0,1.2000000000000002,-5,119.71000000000001,890,-7 +2013,1,3,6,30,0,0,0,1.4000000000000001,-5,107.60000000000001,890,-7 +2013,1,3,7,30,0,0,0,2.1,-4,95.94,890,-7 +2013,1,3,8,30,43,32,128,2.7,-3,84.96000000000001,890,-7 +2013,1,3,9,30,180,89,351,2.9000000000000004,-1,75.03,890,-7 +2013,1,3,10,30,321,135,469,2.9000000000000004,1,66.65,890,-8 +2013,1,3,11,30,372,212,325,2.8000000000000003,2,60.49,890,-9 +2013,1,3,12,30,314,254,110,2.5,3,57.28,890,-9 +2013,1,3,13,30,326,255,132,2,3,57.53,890,-10 +2013,1,3,14,30,251,215,76,1.8,3,61.19,890,-10 +2013,1,3,15,30,311,122,498,1.4000000000000001,2,67.72,890,-10 +2013,1,3,16,30,221,53,713,1.1,1,76.36,890,-9 +2013,1,3,17,30,43,22,339,1.2000000000000002,0,86.46000000000001,890,-9 +2013,1,3,18,30,0,0,0,1.4000000000000001,-1,97.55,890,-9 +2013,1,3,19,30,0,0,0,1.5,-2,109.29,890,-9 +2013,1,3,20,30,0,0,0,1.6,-2,121.45,890,-9 +2013,1,3,21,30,0,0,0,1.6,-2,133.81,890,-8 +2013,1,3,22,30,0,0,0,1.7000000000000002,-3,146.15,890,-7 +2013,1,3,23,30,0,0,0,1.8,-4,157.96,890,-7 +2013,1,4,0,30,0,0,0,1.8,-4,167.16,890,-6 +2013,1,4,1,30,0,0,0,1.8,-3,166.27,890,-6 +2013,1,4,2,30,0,0,0,1.7000000000000002,-3,156.41,890,-5 +2013,1,4,3,30,0,0,0,1.5,-3,144.47,890,-5 +2013,1,4,4,30,0,0,0,1.4000000000000001,-4,132.11,890,-5 +2013,1,4,5,30,0,0,0,1.3,-4,119.76,890,-5 +2013,1,4,6,30,0,0,0,1.3,-4,107.64,890,-5 +2013,1,4,7,30,0,0,0,1.7000000000000002,-3,95.96000000000001,890,-5 +2013,1,4,8,30,6,6,0,2.7,-2,84.97,890,-5 +2013,1,4,9,30,25,25,0,3.3000000000000003,0,75.02,890,-5 +2013,1,4,10,30,209,173,91,3.5,0,66.62,890,-6 +2013,1,4,11,30,184,177,13,3.5,1,60.42,890,-6 +2013,1,4,12,30,119,119,0,3.7,1,57.18,890,-6 +2013,1,4,13,30,215,204,20,3.8000000000000003,2,57.410000000000004,880,-6 +2013,1,4,14,30,181,175,13,3.8000000000000003,2,61.06,880,-6 +2013,1,4,15,30,121,121,0,3.7,1,67.57000000000001,880,-6 +2013,1,4,16,30,88,86,8,2.7,0,76.21000000000001,880,-6 +2013,1,4,17,30,18,18,0,1.9000000000000001,-1,86.31,880,-6 +2013,1,4,18,30,0,0,0,2.3000000000000003,-2,97.4,880,-6 +2013,1,4,19,30,0,0,0,3,-2,109.15,880,-6 +2013,1,4,20,30,0,0,0,3.4000000000000004,-2,121.3,880,-6 +2013,1,4,21,30,0,0,0,3.5,-3,133.67000000000002,880,-6 +2013,1,4,22,30,0,0,0,3.5,-3,146,880,-5 +2013,1,4,23,30,0,0,0,3.6,-4,157.81,880,-5 +2013,1,5,0,30,0,0,0,3.9000000000000004,-4,167.01,880,-5 +2013,1,5,1,30,0,0,0,4.1000000000000005,-4,166.23,880,-6 +2013,1,5,2,30,0,0,0,4.4,-4,156.43,880,-6 +2013,1,5,3,30,0,0,0,4.6000000000000005,-4,144.51,880,-6 +2013,1,5,4,30,0,0,0,4.7,-4,132.15,880,-7 +2013,1,5,5,30,0,0,0,4.6000000000000005,-4,119.8,880,-8 +2013,1,5,6,30,0,0,0,4.3,-4,107.67,880,-9 +2013,1,5,7,30,0,0,0,4.3,-3,95.98,880,-10 +2013,1,5,8,30,70,24,532,4.4,-2,84.98,880,-10 +2013,1,5,9,30,258,44,828,4.5,0,75.01,880,-10 +2013,1,5,10,30,427,53,940,4.1000000000000005,3,66.58,880,-10 +2013,1,5,11,30,550,59,992,3.6,6,60.35,880,-10 +2013,1,5,12,30,612,62,1012,3.6,8,57.08,880,-11 +2013,1,5,13,30,609,63,1010,3.5,9,57.28,880,-11 +2013,1,5,14,30,540,60,985,3.1,8,60.910000000000004,880,-11 +2013,1,5,15,30,411,54,931,2.1,6,67.42,880,-10 +2013,1,5,16,30,238,44,806,1.4000000000000001,3,76.05,880,-6 +2013,1,5,17,30,52,21,463,1.5,0,86.16,880,-9 +2013,1,5,18,30,0,0,0,1.6,0,97.25,880,-10 +2013,1,5,19,30,0,0,0,1.6,-1,109,890,-10 +2013,1,5,20,30,0,0,0,1.7000000000000002,-2,121.16,890,-10 +2013,1,5,21,30,0,0,0,1.9000000000000001,-2,133.53,890,-10 +2013,1,5,22,30,0,0,0,2,-2,145.86,890,-10 +2013,1,5,23,30,0,0,0,2.1,-3,157.66,890,-10 +2013,1,6,0,30,0,0,0,2,-3,166.86,890,-10 +2013,1,6,1,30,0,0,0,1.8,-3,166.18,890,-10 +2013,1,6,2,30,0,0,0,1.6,-3,156.45000000000002,890,-9 +2013,1,6,3,30,0,0,0,1.5,-3,144.55,890,-8 +2013,1,6,4,30,0,0,0,1.3,-3,132.19,890,-7 +2013,1,6,5,30,0,0,0,1.2000000000000002,-3,119.83,890,-7 +2013,1,6,6,30,0,0,0,1,-2,107.7,890,-7 +2013,1,6,7,30,0,0,0,0.8,-1,96,890,-6 +2013,1,6,8,30,44,31,147,0.5,0,84.98,890,-6 +2013,1,6,9,30,186,86,387,1.2000000000000002,1,74.99,890,-6 +2013,1,6,10,30,309,143,414,2.3000000000000003,4,66.53,890,-6 +2013,1,6,11,30,553,62,989,2.9000000000000004,6,60.27,890,-6 +2013,1,6,12,30,616,67,1006,3,7,56.97,890,-6 +2013,1,6,13,30,613,67,1005,3.1,8,57.15,890,-7 +2013,1,6,14,30,544,64,981,3,8,60.76,890,-7 +2013,1,6,15,30,415,57,926,2.3000000000000003,7,67.26,880,-7 +2013,1,6,16,30,242,45,806,1.6,3,75.89,880,-6 +2013,1,6,17,30,55,22,473,1.6,0,86,880,-7 +2013,1,6,18,30,0,0,0,1.7000000000000002,0,97.10000000000001,880,-8 +2013,1,6,19,30,0,0,0,1.8,-1,108.85000000000001,880,-8 +2013,1,6,20,30,0,0,0,2,-1,121.01,880,-8 +2013,1,6,21,30,0,0,0,2.1,-1,133.38,880,-8 +2013,1,6,22,30,0,0,0,2.2,-1,145.71,880,-8 +2013,1,6,23,30,0,0,0,2.3000000000000003,-1,157.5,880,-8 +2013,1,7,0,30,0,0,0,2.2,-1,166.71,880,-8 +2013,1,7,1,30,0,0,0,1.9000000000000001,-1,166.12,880,-8 +2013,1,7,2,30,0,0,0,1.7000000000000002,-1,156.46,880,-8 +2013,1,7,3,30,0,0,0,1.6,-1,144.57,880,-8 +2013,1,7,4,30,0,0,0,1.5,-1,132.22,880,-8 +2013,1,7,5,30,0,0,0,1.4000000000000001,-1,119.86,880,-8 +2013,1,7,6,30,0,0,0,1.4000000000000001,-1,107.72,880,-7 +2013,1,7,7,30,0,0,0,1.8,0,96.01,880,-7 +2013,1,7,8,30,48,32,178,2.6,0,84.97,880,-7 +2013,1,7,9,30,182,90,355,3.3000000000000003,1,74.96000000000001,880,-7 +2013,1,7,10,30,333,128,513,4.2,3,66.47,880,-6 +2013,1,7,11,30,351,226,252,4.9,4,60.19,880,-6 +2013,1,7,12,30,456,220,431,4.7,5,56.86,880,-6 +2013,1,7,13,30,419,243,323,4.4,6,57,880,-6 +2013,1,7,14,30,419,184,478,4,6,60.6,880,-6 +2013,1,7,15,30,398,67,848,3.2,6,67.1,880,-6 +2013,1,7,16,30,230,52,724,2.1,3,75.73,880,-5 +2013,1,7,17,30,51,24,380,1.8,0,85.84,880,-5 +2013,1,7,18,30,0,0,0,2.1,0,96.95,880,-6 +2013,1,7,19,30,0,0,0,2.2,0,108.7,880,-6 +2013,1,7,20,30,0,0,0,2.2,0,120.87,880,-6 +2013,1,7,21,30,0,0,0,2.2,0,133.23,880,-5 +2013,1,7,22,30,0,0,0,2.1,-1,145.56,880,-5 +2013,1,7,23,30,0,0,0,2,-1,157.34,880,-5 +2013,1,8,0,30,0,0,0,2,-1,166.55,880,-5 +2013,1,8,1,30,0,0,0,2,-1,166.05,880,-5 +2013,1,8,2,30,0,0,0,2,-1,156.46,880,-5 +2013,1,8,3,30,0,0,0,1.8,-2,144.6,880,-5 +2013,1,8,4,30,0,0,0,1.6,-2,132.25,880,-4 +2013,1,8,5,30,0,0,0,1.4000000000000001,-2,119.88,880,-4 +2013,1,8,6,30,0,0,0,1.2000000000000002,-2,107.74000000000001,880,-4 +2013,1,8,7,30,0,0,0,1.4000000000000001,-1,96.01,880,-4 +2013,1,8,8,30,62,29,373,2,0,84.96000000000001,880,-4 +2013,1,8,9,30,178,93,325,3.1,2,74.92,880,-3 +2013,1,8,10,30,317,145,429,3.9000000000000004,5,66.41,880,-3 +2013,1,8,11,30,528,82,893,4.2,7,60.1,880,-2 +2013,1,8,12,30,589,90,908,4.1000000000000005,9,56.730000000000004,880,-2 +2013,1,8,13,30,586,92,903,3.6,10,56.85,870,-1 +2013,1,8,14,30,519,87,874,2.7,10,60.44,870,-1 +2013,1,8,15,30,396,74,822,1.5,9,66.93,870,0 +2013,1,8,16,30,230,57,693,0.8,8,75.56,880,0 +2013,1,8,17,30,52,25,360,0.8,6,85.68,880,-1 +2013,1,8,18,30,0,0,0,1.1,4,96.79,880,-1 +2013,1,8,19,30,0,0,0,1.4000000000000001,2,108.55,880,-1 +2013,1,8,20,30,0,0,0,1.4000000000000001,1,120.72,880,0 +2013,1,8,21,30,0,0,0,1.3,1,133.08,880,0 +2013,1,8,22,30,0,0,0,1.4000000000000001,0,145.41,880,0 +2013,1,8,23,30,0,0,0,1.6,0,157.18,880,0 +2013,1,9,0,30,0,0,0,1.8,-1,166.38,880,-1 +2013,1,9,1,30,0,0,0,2.3000000000000003,-1,165.97,880,-1 +2013,1,9,2,30,0,0,0,2.7,-1,156.46,880,-1 +2013,1,9,3,30,0,0,0,3,0,144.61,880,-2 +2013,1,9,4,30,0,0,0,3.4000000000000004,0,132.27,880,-3 +2013,1,9,5,30,0,0,0,3.8000000000000003,0,119.9,880,-4 +2013,1,9,6,30,0,0,0,4.2,0,107.75,880,-4 +2013,1,9,7,30,0,0,0,4.6000000000000005,0,96.01,890,-5 +2013,1,9,8,30,39,31,89,4.800000000000001,0,84.94,890,-5 +2013,1,9,9,30,154,104,192,5.1000000000000005,2,74.88,890,-5 +2013,1,9,10,30,281,167,285,5.800000000000001,4,66.34,890,-5 +2013,1,9,11,30,381,215,332,6.300000000000001,6,60,890,-5 +2013,1,9,12,30,465,217,450,6.7,7,56.6,880,-5 +2013,1,9,13,30,397,256,257,6.800000000000001,7,56.7,880,-5 +2013,1,9,14,30,208,195,26,6.7,7,60.27,880,-5 +2013,1,9,15,30,246,173,184,6.4,6,66.76,880,-5 +2013,1,9,16,30,85,85,0,6,4,75.39,880,-4 +2013,1,9,17,30,20,20,0,6.4,3,85.51,880,-3 +2013,1,9,18,30,0,0,0,6.9,2,96.63,880,-2 +2013,1,9,19,30,0,0,0,6.800000000000001,1,108.39,880,-1 +2013,1,9,20,30,0,0,0,6.1000000000000005,0,120.56,880,0 +2013,1,9,21,30,0,0,0,5.4,0,132.93,880,0 +2013,1,9,22,30,0,0,0,4.6000000000000005,0,145.26,880,0 +2013,1,9,23,30,0,0,0,4,0,157.02,880,0 +2013,1,10,0,30,0,0,0,3.5,0,166.21,880,0 +2013,1,10,1,30,0,0,0,3.1,0,165.88,880,0 +2013,1,10,2,30,0,0,0,3.2,0,156.45000000000002,880,0 +2013,1,10,3,30,0,0,0,3.6,0,144.63,880,0 +2013,1,10,4,30,0,0,0,3.3000000000000003,0,132.29,870,-1 +2013,1,10,5,30,0,0,0,2.3000000000000003,-1,119.92,870,-1 +2013,1,10,6,30,0,0,0,1.7000000000000002,-2,107.75,880,-2 +2013,1,10,7,30,0,0,0,2,-1,96,880,-3 +2013,1,10,8,30,61,30,357,2.2,0,84.91,880,-2 +2013,1,10,9,30,239,57,696,1.8,1,74.84,880,0 +2013,1,10,10,30,404,71,827,2,3,66.27,880,0 +2013,1,10,11,30,525,75,897,2.8000000000000003,4,59.89,880,0 +2013,1,10,12,30,587,77,923,3.5,6,56.46,870,1 +2013,1,10,13,30,354,265,160,4,7,56.54,870,1 +2013,1,10,14,30,528,68,920,4.2,8,60.1,870,1 +2013,1,10,15,30,311,146,413,3.4000000000000004,8,66.58,870,0 +2013,1,10,16,30,175,90,333,2.1,6,75.22,870,0 +2013,1,10,17,30,44,28,188,1.9000000000000001,3,85.35000000000001,870,0 +2013,1,10,18,30,0,0,0,2.5,2,96.47,870,-2 +2013,1,10,19,30,0,0,0,2.9000000000000004,2,108.24000000000001,870,-3 +2013,1,10,20,30,0,0,0,3.1,1,120.41,870,-4 +2013,1,10,21,30,0,0,0,3.3000000000000003,1,132.78,870,-4 +2013,1,10,22,30,0,0,0,3.5,1,145.1,870,-4 +2013,1,10,23,30,0,0,0,3.6,1,156.85,870,-4 +2013,1,11,0,30,0,0,0,3.9000000000000004,1,166.03,870,-4 +2013,1,11,1,30,0,0,0,3.9000000000000004,2,165.79,870,-3 +2013,1,11,2,30,0,0,0,3.7,2,156.43,870,-2 +2013,1,11,3,30,0,0,0,3.6,2,144.63,870,-1 +2013,1,11,4,30,0,0,0,3.7,2,132.3,870,-1 +2013,1,11,5,30,0,0,0,4,3,119.92,870,-1 +2013,1,11,6,30,0,0,0,4.1000000000000005,3,107.75,870,-1 +2013,1,11,7,30,0,0,0,4.5,3,95.99000000000001,870,-1 +2013,1,11,8,30,58,29,331,5.1000000000000005,4,84.88,870,-1 +2013,1,11,9,30,152,106,178,5.5,6,74.78,870,-1 +2013,1,11,10,30,325,143,449,6.300000000000001,9,66.19,870,0 +2013,1,11,11,30,326,236,177,7.9,10,59.78,870,0 +2013,1,11,12,30,495,185,560,8.9,11,56.32,870,0 +2013,1,11,13,30,517,164,636,8.3,11,56.370000000000005,870,-3 +2013,1,11,14,30,433,175,514,7,9,59.92,870,-6 +2013,1,11,15,30,424,65,895,5.5,8,66.4,870,-8 +2013,1,11,16,30,164,99,254,3.7,7,75.04,870,-8 +2013,1,11,17,30,65,27,453,2.4000000000000004,5,85.17,870,-7 +2013,1,11,18,30,0,0,0,2,3,96.3,870,-6 +2013,1,11,19,30,0,0,0,2,2,108.08,870,-7 +2013,1,11,20,30,0,0,0,2.2,1,120.26,870,-8 +2013,1,11,21,30,0,0,0,2.8000000000000003,0,132.63,870,-10 +2013,1,11,22,30,0,0,0,3.4000000000000004,-1,144.95000000000002,870,-12 +2013,1,11,23,30,0,0,0,3.5,-2,156.68,870,-14 +2013,1,12,0,30,0,0,0,3.4000000000000004,-2,165.84,870,-15 +2013,1,12,1,30,0,0,0,3.2,-3,165.69,870,-15 +2013,1,12,2,30,0,0,0,3,-4,156.4,870,-15 +2013,1,12,3,30,0,0,0,2.5,-4,144.63,870,-15 +2013,1,12,4,30,0,0,0,2.3000000000000003,-5,132.3,870,-15 +2013,1,12,5,30,0,0,0,2.5,-4,119.93,870,-15 +2013,1,12,6,30,0,0,0,2.6,-3,107.75,870,-15 +2013,1,12,7,30,0,0,0,2.8000000000000003,-2,95.97,870,-15 +2013,1,12,8,30,40,33,85,2.9000000000000004,-1,84.85000000000001,870,-14 +2013,1,12,9,30,121,105,60,2.4000000000000004,0,74.72,870,-14 +2013,1,12,10,30,120,120,0,1.5,2,66.1,870,-15 +2013,1,12,11,30,137,137,0,1.2000000000000002,3,59.660000000000004,870,-15 +2013,1,12,12,30,233,219,25,1.7000000000000002,4,56.17,870,-14 +2013,1,12,13,30,421,255,298,1.8,4,56.19,870,-13 +2013,1,12,14,30,437,173,523,1.7000000000000002,5,59.730000000000004,870,-12 +2013,1,12,15,30,428,67,895,1.8,4,66.21000000000001,870,-11 +2013,1,12,16,30,253,56,754,1.1,3,74.86,870,-11 +2013,1,12,17,30,64,29,400,0.6000000000000001,1,85,870,-8 +2013,1,12,18,30,0,0,0,1,0,96.14,870,-9 +2013,1,12,19,30,0,0,0,1.9000000000000001,0,107.92,870,-9 +2013,1,12,20,30,0,0,0,2.5,-2,120.10000000000001,870,-9 +2013,1,12,21,30,0,0,0,2.6,-3,132.47,870,-9 +2013,1,12,22,30,0,0,0,2.6,-4,144.79,870,-9 +2013,1,12,23,30,0,0,0,2.8000000000000003,-5,156.51,880,-9 +2013,1,13,0,30,0,0,0,3,-5,165.65,880,-10 +2013,1,13,1,30,0,0,0,3.3000000000000003,-6,165.57,880,-10 +2013,1,13,2,30,0,0,0,3.2,-6,156.37,880,-10 +2013,1,13,3,30,0,0,0,2.8000000000000003,-7,144.63,880,-10 +2013,1,13,4,30,0,0,0,2.3000000000000003,-7,132.3,880,-10 +2013,1,13,5,30,0,0,0,1.7000000000000002,-7,119.92,880,-11 +2013,1,13,6,30,0,0,0,1.4000000000000001,-7,107.74000000000001,880,-11 +2013,1,13,7,30,0,0,0,1.3,-7,95.95,880,-11 +2013,1,13,8,30,43,33,109,1.1,-6,84.8,880,-11 +2013,1,13,9,30,160,106,204,0.8,-4,74.66,880,-11 +2013,1,13,10,30,277,174,252,0.9,-1,66,880,-12 +2013,1,13,11,30,572,70,989,0.9,0,59.53,880,-14 +2013,1,13,12,30,640,72,1015,0.8,0,56.01,880,-15 +2013,1,13,13,30,639,72,1014,1,1,56.01,880,-16 +2013,1,13,14,30,570,68,991,1.2000000000000002,1,59.54,880,-16 +2013,1,13,15,30,442,59,944,1.1,0,66.02,880,-16 +2013,1,13,16,30,267,47,829,0.9,-1,74.67,880,-16 +2013,1,13,17,30,73,25,532,1.1,-3,84.82000000000001,880,-14 +2013,1,13,18,30,0,0,0,1.5,-5,95.97,880,-15 +2013,1,13,19,30,0,0,0,2,-5,107.76,880,-14 +2013,1,13,20,30,0,0,0,2.5,-5,119.94,880,-14 +2013,1,13,21,30,0,0,0,2.8000000000000003,-6,132.32,880,-13 +2013,1,13,22,30,0,0,0,2.9000000000000004,-6,144.63,880,-13 +2013,1,13,23,30,0,0,0,2.9000000000000004,-6,156.34,880,-12 +2013,1,14,0,30,0,0,0,3.2,-6,165.46,880,-12 +2013,1,14,1,30,0,0,0,3.8000000000000003,-6,165.45000000000002,880,-12 +2013,1,14,2,30,0,0,0,3.9000000000000004,-6,156.33,880,-12 +2013,1,14,3,30,0,0,0,3.7,-6,144.61,880,-12 +2013,1,14,4,30,0,0,0,3.4000000000000004,-6,132.3,880,-12 +2013,1,14,5,30,0,0,0,3.3000000000000003,-6,119.92,880,-12 +2013,1,14,6,30,0,0,0,3.2,-6,107.72,880,-13 +2013,1,14,7,30,0,0,0,3.2,-6,95.92,880,-13 +2013,1,14,8,30,32,31,9,3.3000000000000003,-5,84.75,880,-13 +2013,1,14,9,30,122,108,54,3.5,-3,74.58,880,-13 +2013,1,14,10,30,206,178,68,3.6,-2,65.9,880,-13 +2013,1,14,11,30,267,229,74,3.6,0,59.39,880,-13 +2013,1,14,12,30,289,253,64,3.5,0,55.84,880,-13 +2013,1,14,13,30,192,187,9,3.5,0,55.82,880,-12 +2013,1,14,14,30,147,147,0,3.4000000000000004,0,59.34,880,-12 +2013,1,14,15,30,145,143,6,3.2,0,65.82000000000001,880,-11 +2013,1,14,16,30,56,56,0,2.3000000000000003,0,74.49,880,-11 +2013,1,14,17,30,15,15,0,1.4000000000000001,-2,84.64,880,-10 +2013,1,14,18,30,0,0,0,1.4000000000000001,-3,95.8,880,-10 +2013,1,14,19,30,0,0,0,1.5,-3,107.59,880,-11 +2013,1,14,20,30,0,0,0,1.5,-4,119.78,880,-11 +2013,1,14,21,30,0,0,0,1.6,-5,132.16,880,-11 +2013,1,14,22,30,0,0,0,1.6,-5,144.47,880,-12 +2013,1,14,23,30,0,0,0,1.5,-6,156.16,880,-12 +2013,1,15,0,30,0,0,0,1.5,-6,165.26,880,-12 +2013,1,15,1,30,0,0,0,1.4000000000000001,-6,165.32,880,-12 +2013,1,15,2,30,0,0,0,1.2000000000000002,-6,156.28,880,-13 +2013,1,15,3,30,0,0,0,1,-6,144.59,880,-13 +2013,1,15,4,30,0,0,0,0.8,-6,132.29,880,-13 +2013,1,15,5,30,0,0,0,0.6000000000000001,-6,119.9,880,-13 +2013,1,15,6,30,0,0,0,0.7000000000000001,-6,107.7,880,-12 +2013,1,15,7,30,0,0,0,1,-6,95.88,880,-12 +2013,1,15,8,30,69,30,420,1.7000000000000002,-5,84.7,880,-12 +2013,1,15,9,30,257,59,738,2.5,-3,74.5,880,-11 +2013,1,15,10,30,265,180,207,3,-1,65.79,880,-10 +2013,1,15,11,30,373,235,268,3.3000000000000003,0,59.25,880,-10 +2013,1,15,12,30,219,209,18,3.6,0,55.67,880,-10 +2013,1,15,13,30,254,234,35,3.8000000000000003,0,55.63,880,-11 +2013,1,15,14,30,412,210,395,3.8000000000000003,0,59.14,880,-12 +2013,1,15,15,30,336,151,448,3.5,0,65.62,880,-12 +2013,1,15,16,30,265,58,765,2.5,-1,74.29,880,-13 +2013,1,15,17,30,75,30,468,1.4000000000000001,-3,84.46000000000001,880,-12 +2013,1,15,18,30,0,0,0,1.2000000000000002,-4,95.62,880,-12 +2013,1,15,19,30,0,0,0,1.2000000000000002,-4,107.43,880,-12 +2013,1,15,20,30,0,0,0,1.2000000000000002,-4,119.62,880,-12 +2013,1,15,21,30,0,0,0,1.4000000000000001,-5,132,880,-13 +2013,1,15,22,30,0,0,0,1.8,-5,144.3,880,-13 +2013,1,15,23,30,0,0,0,2.1,-5,155.98,880,-14 +2013,1,16,0,30,0,0,0,2.4000000000000004,-6,165.05,880,-14 +2013,1,16,1,30,0,0,0,2.8000000000000003,-6,165.19,880,-15 +2013,1,16,2,30,0,0,0,3.1,-6,156.22,880,-16 +2013,1,16,3,30,0,0,0,3.3000000000000003,-6,144.57,880,-16 +2013,1,16,4,30,0,0,0,3.4000000000000004,-6,132.27,880,-16 +2013,1,16,5,30,0,0,0,3.4000000000000004,-6,119.88,880,-15 +2013,1,16,6,30,0,0,0,3.5,-6,107.67,880,-15 +2013,1,16,7,30,0,0,0,3.9000000000000004,-5,95.84,880,-14 +2013,1,16,8,30,15,15,0,4.4,-3,84.64,880,-13 +2013,1,16,9,30,67,67,0,4.7,0,74.42,880,-12 +2013,1,16,10,30,147,144,6,5.1000000000000005,2,65.68,880,-11 +2013,1,16,11,30,313,239,144,5.5,5,59.1,880,-8 +2013,1,16,12,30,615,71,959,5.800000000000001,7,55.49,880,-6 +2013,1,16,13,30,614,77,946,5.800000000000001,8,55.43,880,-4 +2013,1,16,14,30,548,77,912,5.5,8,58.93,880,-3 +2013,1,16,15,30,424,70,852,4,7,65.42,880,-3 +2013,1,16,16,30,257,55,737,2.3000000000000003,4,74.10000000000001,880,-2 +2013,1,16,17,30,74,29,447,1.6,1,84.28,880,-3 +2013,1,16,18,30,0,0,0,1.6,1,95.45,880,-3 +2013,1,16,19,30,0,0,0,1.5,0,107.26,890,-3 +2013,1,16,20,30,0,0,0,1.5,0,119.46000000000001,890,-3 +2013,1,16,21,30,0,0,0,1.6,0,131.84,890,-4 +2013,1,16,22,30,0,0,0,1.6,0,144.14000000000001,890,-4 +2013,1,16,23,30,0,0,0,1.8,0,155.8,890,-4 +2013,1,17,0,30,0,0,0,1.9000000000000001,0,164.84,890,-4 +2013,1,17,1,30,0,0,0,2.1,0,165.04,890,-4 +2013,1,17,2,30,0,0,0,2.3000000000000003,0,156.16,890,-4 +2013,1,17,3,30,0,0,0,2.5,0,144.54,890,-4 +2013,1,17,4,30,0,0,0,2.5,-1,132.24,890,-4 +2013,1,17,5,30,0,0,0,2.4000000000000004,-1,119.86,890,-5 +2013,1,17,6,30,0,0,0,2.3000000000000003,-1,107.63,890,-5 +2013,1,17,7,30,0,0,0,2.7,-1,95.79,890,-5 +2013,1,17,8,30,43,33,105,3,0,84.57000000000001,890,-6 +2013,1,17,9,30,262,45,803,2.6,2,74.33,890,-5 +2013,1,17,10,30,434,56,915,2.3000000000000003,5,65.56,890,-5 +2013,1,17,11,30,561,62,967,2.2,8,58.95,890,-6 +2013,1,17,12,30,628,69,982,1.8,9,55.300000000000004,890,-6 +2013,1,17,13,30,629,69,983,1.6,10,55.22,890,-6 +2013,1,17,14,30,565,66,961,1.5,10,58.72,890,-6 +2013,1,17,15,30,442,52,929,1.2000000000000002,9,65.21000000000001,890,-6 +2013,1,17,16,30,271,43,825,1.2000000000000002,6,73.9,890,-3 +2013,1,17,17,30,82,25,558,1.6,2,84.09,890,-6 +2013,1,17,18,30,0,0,0,1.6,0,95.27,890,-6 +2013,1,17,19,30,0,0,0,1.6,0,107.09,890,-7 +2013,1,17,20,30,0,0,0,1.6,0,119.3,890,-7 +2013,1,17,21,30,0,0,0,1.6,0,131.68,890,-7 +2013,1,17,22,30,0,0,0,1.7000000000000002,0,143.97,890,-6 +2013,1,17,23,30,0,0,0,1.7000000000000002,-1,155.61,890,-6 +2013,1,18,0,30,0,0,0,1.7000000000000002,-1,164.63,890,-6 +2013,1,18,1,30,0,0,0,1.8,-1,164.88,890,-6 +2013,1,18,2,30,0,0,0,1.8,-1,156.09,890,-6 +2013,1,18,3,30,0,0,0,1.9000000000000001,-1,144.5,890,-6 +2013,1,18,4,30,0,0,0,2,-1,132.22,890,-6 +2013,1,18,5,30,0,0,0,2.1,-1,119.82000000000001,890,-6 +2013,1,18,6,30,0,0,0,2.3000000000000003,-1,107.59,890,-6 +2013,1,18,7,30,0,0,0,3,0,95.73,890,-6 +2013,1,18,8,30,42,34,87,3.8000000000000003,1,84.5,890,-5 +2013,1,18,9,30,180,103,282,4.2,4,74.23,890,-5 +2013,1,18,10,30,438,64,901,5.300000000000001,7,65.43,890,-4 +2013,1,18,11,30,567,71,955,6.1000000000000005,10,58.79,890,-4 +2013,1,18,12,30,632,82,960,5.9,11,55.11,880,-4 +2013,1,18,13,30,635,80,969,5.5,12,55.01,880,-4 +2013,1,18,14,30,572,74,954,5,12,58.5,880,-4 +2013,1,18,15,30,448,65,907,3.7,11,65,880,-4 +2013,1,18,16,30,277,52,802,2.2,7,73.7,880,-3 +2013,1,18,17,30,85,29,528,1.8,3,83.9,880,-3 +2013,1,18,18,30,0,0,0,2,2,95.09,880,-4 +2013,1,18,19,30,0,0,0,2.2,1,106.92,880,-4 +2013,1,18,20,30,0,0,0,2.5,1,119.14,880,-5 +2013,1,18,21,30,0,0,0,2.8000000000000003,1,131.52,880,-5 +2013,1,18,22,30,0,0,0,3,0,143.8,880,-5 +2013,1,18,23,30,0,0,0,3,0,155.43,880,-5 +2013,1,19,0,30,0,0,0,2.9000000000000004,0,164.41,880,-5 +2013,1,19,1,30,0,0,0,3,-1,164.72,880,-5 +2013,1,19,2,30,0,0,0,3.3000000000000003,-1,156.01,880,-6 +2013,1,19,3,30,0,0,0,3.6,-1,144.45000000000002,880,-7 +2013,1,19,4,30,0,0,0,3.8000000000000003,-1,132.18,880,-7 +2013,1,19,5,30,0,0,0,3.8000000000000003,-2,119.79,880,-7 +2013,1,19,6,30,0,0,0,3.8000000000000003,-2,107.55,880,-7 +2013,1,19,7,30,0,0,0,4.3,-1,95.67,880,-7 +2013,1,19,8,30,37,34,37,4.6000000000000005,0,84.42,880,-7 +2013,1,19,9,30,201,89,409,4.3,3,74.12,880,-7 +2013,1,19,10,30,340,134,493,4.3,7,65.29,880,-7 +2013,1,19,11,30,591,55,1030,4.3,10,58.620000000000005,880,-8 +2013,1,19,12,30,660,62,1041,4.1000000000000005,13,54.910000000000004,880,-8 +2013,1,19,13,30,660,63,1034,4.1000000000000005,14,54.79,880,-9 +2013,1,19,14,30,592,62,1008,4.1000000000000005,15,58.27,880,-9 +2013,1,19,15,30,464,54,962,3.2,14,64.78,880,-9 +2013,1,19,16,30,289,46,857,2.1,10,73.5,880,-7 +2013,1,19,17,30,93,27,596,1.7000000000000002,5,83.71000000000001,880,-5 +2013,1,19,18,30,0,0,0,1.8,3,94.92,880,-7 +2013,1,19,19,30,0,0,0,1.8,2,106.75,880,-7 +2013,1,19,20,30,0,0,0,1.7000000000000002,1,118.97,880,-8 +2013,1,19,21,30,0,0,0,1.7000000000000002,1,131.36,880,-8 +2013,1,19,22,30,0,0,0,1.6,1,143.63,890,-9 +2013,1,19,23,30,0,0,0,1.5,1,155.24,880,-9 +2013,1,20,0,30,0,0,0,1.4000000000000001,1,164.19,880,-10 +2013,1,20,1,30,0,0,0,1.2000000000000002,2,164.55,880,-10 +2013,1,20,2,30,0,0,0,1.1,1,155.93,880,-10 +2013,1,20,3,30,0,0,0,1,1,144.4,880,-10 +2013,1,20,4,30,0,0,0,1.2000000000000002,0,132.14000000000001,880,-10 +2013,1,20,5,30,0,0,0,1.3,0,119.74000000000001,880,-10 +2013,1,20,6,30,0,0,0,1.4000000000000001,0,107.5,880,-10 +2013,1,20,7,30,0,0,0,1.4000000000000001,0,95.61,880,-10 +2013,1,20,8,30,42,35,70,1.9000000000000001,2,84.33,880,-8 +2013,1,20,9,30,201,91,400,2.5,6,74.01,880,-9 +2013,1,20,10,30,330,150,427,2.9000000000000004,10,65.15,880,-8 +2013,1,20,11,30,592,59,1018,3.8000000000000003,13,58.44,880,-8 +2013,1,20,12,30,663,66,1033,4.1000000000000005,14,54.7,880,-9 +2013,1,20,13,30,665,65,1035,4.1000000000000005,15,54.56,880,-10 +2013,1,20,14,30,600,62,1017,3.8000000000000003,16,58.050000000000004,880,-11 +2013,1,20,15,30,472,60,958,2.7,15,64.56,880,-11 +2013,1,20,16,30,295,51,849,1.6,12,73.29,880,-6 +2013,1,20,17,30,95,30,574,1.4000000000000001,8,83.52,880,-6 +2013,1,20,18,30,0,0,0,1.4000000000000001,6,94.74,880,-9 +2013,1,20,19,30,0,0,0,1.8,4,106.58,880,-9 +2013,1,20,20,30,0,0,0,2.8000000000000003,2,118.81,880,-9 +2013,1,20,21,30,0,0,0,3.9000000000000004,1,131.19,880,-8 +2013,1,20,22,30,0,0,0,4.4,0,143.46,880,-8 +2013,1,20,23,30,0,0,0,4.4,0,155.04,880,-7 +2013,1,21,0,30,0,0,0,4.1000000000000005,-1,163.96,880,-6 +2013,1,21,1,30,0,0,0,3.9000000000000004,-2,164.37,880,-5 +2013,1,21,2,30,0,0,0,3.6,-2,155.83,880,-5 +2013,1,21,3,30,0,0,0,3.2,-3,144.34,880,-5 +2013,1,21,4,30,0,0,0,2.9000000000000004,-4,132.09,880,-5 +2013,1,21,5,30,0,0,0,2.9000000000000004,-4,119.69,880,-5 +2013,1,21,6,30,0,0,0,3.2,-5,107.44,880,-5 +2013,1,21,7,30,0,0,0,3.4000000000000004,-4,95.54,890,-6 +2013,1,21,8,30,43,35,73,3.4000000000000004,-2,84.24,890,-6 +2013,1,21,9,30,196,97,357,3.1,0,73.9,890,-7 +2013,1,21,10,30,344,150,458,2.5,1,65,890,-6 +2013,1,21,11,30,582,72,968,1.8,4,58.26,890,-6 +2013,1,21,12,30,652,77,990,1.4000000000000001,6,54.49,880,-5 +2013,1,21,13,30,656,76,995,1.6,7,54.33,880,-5 +2013,1,21,14,30,592,72,976,1.9000000000000001,8,57.81,880,-5 +2013,1,21,15,30,467,64,929,2,8,64.34,880,-5 +2013,1,21,16,30,292,52,824,1.5,6,73.08,880,-5 +2013,1,21,17,30,96,31,561,1.2000000000000002,3,83.32000000000001,880,-4 +2013,1,21,18,30,0,0,0,1.4000000000000001,1,94.55,880,-5 +2013,1,21,19,30,0,0,0,1.5,0,106.41,880,-5 +2013,1,21,20,30,0,0,0,1.6,0,118.64,880,-5 +2013,1,21,21,30,0,0,0,1.6,0,131.03,880,-6 +2013,1,21,22,30,0,0,0,1.7000000000000002,-1,143.29,880,-6 +2013,1,21,23,30,0,0,0,1.9000000000000001,-1,154.85,880,-6 +2013,1,22,0,30,0,0,0,2,-1,163.72,880,-6 +2013,1,22,1,30,0,0,0,2.1,-2,164.18,880,-6 +2013,1,22,2,30,0,0,0,2.2,-2,155.73,880,-7 +2013,1,22,3,30,0,0,0,2.2,-2,144.28,880,-7 +2013,1,22,4,30,0,0,0,2.2,-2,132.04,880,-8 +2013,1,22,5,30,0,0,0,2.1,-2,119.64,880,-8 +2013,1,22,6,30,0,0,0,2,-2,107.37,880,-8 +2013,1,22,7,30,0,0,0,2.5,-1,95.46000000000001,880,-9 +2013,1,22,8,30,42,36,63,3.2,1,84.14,880,-8 +2013,1,22,9,30,197,99,350,3.1,4,73.77,880,-8 +2013,1,22,10,30,339,151,441,3.3000000000000003,8,64.85,880,-7 +2013,1,22,11,30,585,58,997,3.7,11,58.07,880,-7 +2013,1,22,12,30,656,64,1013,3.6,14,54.27,880,-7 +2013,1,22,13,30,660,64,1016,3.3000000000000003,16,54.1,880,-7 +2013,1,22,14,30,597,61,999,2.9000000000000004,17,57.58,880,-7 +2013,1,22,15,30,472,55,955,2,16,64.11,880,-7 +2013,1,22,16,30,299,46,860,1.3,14,72.87,880,-1 +2013,1,22,17,30,102,28,617,1.5,10,83.13,880,-3 +2013,1,22,18,30,0,0,0,1.7000000000000002,8,94.37,880,-6 +2013,1,22,19,30,0,0,0,1.7000000000000002,6,106.24000000000001,880,-6 +2013,1,22,20,30,0,0,0,1.9000000000000001,4,118.48,880,-7 +2013,1,22,21,30,0,0,0,2.1,3,130.86,880,-7 +2013,1,22,22,30,0,0,0,2.4000000000000004,2,143.12,880,-8 +2013,1,22,23,30,0,0,0,2.6,1,154.65,880,-8 +2013,1,23,0,30,0,0,0,2.6,0,163.49,880,-9 +2013,1,23,1,30,0,0,0,2.5,0,163.98,880,-9 +2013,1,23,2,30,0,0,0,2.4000000000000004,0,155.62,880,-9 +2013,1,23,3,30,0,0,0,2.3000000000000003,0,144.20000000000002,880,-10 +2013,1,23,4,30,0,0,0,2.3000000000000003,0,131.98,880,-10 +2013,1,23,5,30,0,0,0,2.3000000000000003,0,119.58,880,-10 +2013,1,23,6,30,0,0,0,2.2,-1,107.31,880,-10 +2013,1,23,7,30,0,0,0,2.3000000000000003,0,95.38,880,-11 +2013,1,23,8,30,43,37,62,3.1,3,84.04,880,-10 +2013,1,23,9,30,206,94,397,3.6,7,73.65,880,-10 +2013,1,23,10,30,354,134,513,3.3000000000000003,11,64.69,880,-10 +2013,1,23,11,30,608,57,1036,3.2,14,57.88,880,-9 +2013,1,23,12,30,681,66,1048,3.4000000000000004,17,54.050000000000004,880,-9 +2013,1,23,13,30,685,66,1050,3.6,19,53.86,880,-11 +2013,1,23,14,30,620,63,1032,3.8000000000000003,20,57.33,880,-12 +2013,1,23,15,30,492,57,988,2.9000000000000004,18,63.88,880,-12 +2013,1,23,16,30,314,47,895,1.8,14,72.65,880,-5 +2013,1,23,17,30,110,29,660,1.8,10,82.93,880,-5 +2013,1,23,18,30,0,0,0,2.2,7,94.19,880,-8 +2013,1,23,19,30,0,0,0,2.6,7,106.07000000000001,880,-8 +2013,1,23,20,30,0,0,0,3,6,118.31,880,-9 +2013,1,23,21,30,0,0,0,3.3000000000000003,5,130.69,880,-9 +2013,1,23,22,30,0,0,0,3.2,4,142.94,880,-10 +2013,1,23,23,30,0,0,0,3.2,3,154.45000000000002,880,-10 +2013,1,24,0,30,0,0,0,3.3000000000000003,3,163.25,880,-10 +2013,1,24,1,30,0,0,0,3.8000000000000003,2,163.78,880,-10 +2013,1,24,2,30,0,0,0,4.1000000000000005,1,155.5,880,-10 +2013,1,24,3,30,0,0,0,4.2,1,144.12,880,-10 +2013,1,24,4,30,0,0,0,4,0,131.91,880,-10 +2013,1,24,5,30,0,0,0,3.6,0,119.51,880,-9 +2013,1,24,6,30,0,0,0,3.3000000000000003,0,107.23,880,-9 +2013,1,24,7,30,0,0,0,3.6,0,95.29,880,-8 +2013,1,24,8,30,48,37,98,3.9000000000000004,2,83.93,880,-7 +2013,1,24,9,30,207,96,392,3.6,6,73.51,880,-7 +2013,1,24,10,30,345,153,445,3.3000000000000003,10,64.52,880,-6 +2013,1,24,11,30,482,154,614,3.5,15,57.67,880,-6 +2013,1,24,12,30,664,70,1007,4.2,18,53.82,880,-7 +2013,1,24,13,30,664,71,999,4.800000000000001,19,53.61,880,-7 +2013,1,24,14,30,516,134,701,4.9,20,57.09,880,-6 +2013,1,24,15,30,397,117,630,3.8000000000000003,18,63.65,880,-4 +2013,1,24,16,30,126,117,29,2.8000000000000003,15,72.44,880,-1 +2013,1,24,17,30,43,43,0,3,13,82.73,880,-1 +2013,1,24,18,30,0,0,0,3.5,12,94,880,0 +2013,1,24,19,30,0,0,0,4,12,105.89,880,0 +2013,1,24,20,30,0,0,0,4.5,11,118.14,880,0 +2013,1,24,21,30,0,0,0,4.9,11,130.53,880,0 +2013,1,24,22,30,0,0,0,5,11,142.76,880,0 +2013,1,24,23,30,0,0,0,4.7,10,154.25,880,0 +2013,1,25,0,30,0,0,0,4.6000000000000005,10,163,880,0 +2013,1,25,1,30,0,0,0,4.6000000000000005,9,163.57,880,0 +2013,1,25,2,30,0,0,0,4.6000000000000005,9,155.38,880,0 +2013,1,25,3,30,0,0,0,4.5,9,144.04,880,0 +2013,1,25,4,30,0,0,0,4.2,8,131.84,880,0 +2013,1,25,5,30,0,0,0,3.9000000000000004,7,119.44,880,0 +2013,1,25,6,30,0,0,0,3.6,6,107.15,880,0 +2013,1,25,7,30,0,0,0,3.7,6,95.19,880,0 +2013,1,25,8,30,37,36,3,4.3,7,83.82000000000001,880,0 +2013,1,25,9,30,195,106,309,4.5,9,73.37,880,-1 +2013,1,25,10,30,345,160,427,4.1000000000000005,11,64.35,880,-1 +2013,1,25,11,30,472,181,540,3.5,12,57.47,880,-2 +2013,1,25,12,30,523,215,518,2.9000000000000004,13,53.58,880,-2 +2013,1,25,13,30,496,254,404,2.2,14,53.36,880,-2 +2013,1,25,14,30,310,256,98,1.7000000000000002,15,56.84,880,-2 +2013,1,25,15,30,212,189,51,1.4000000000000001,15,63.410000000000004,880,-2 +2013,1,25,16,30,144,124,63,1.1,13,72.22,880,-2 +2013,1,25,17,30,47,45,14,1.1,10,82.53,880,0 +2013,1,25,18,30,0,0,0,1.4000000000000001,8,93.82000000000001,880,-1 +2013,1,25,19,30,0,0,0,1.8,8,105.72,880,-1 +2013,1,25,20,30,0,0,0,1.9000000000000001,7,117.97,880,-1 +2013,1,25,21,30,0,0,0,1.6,6,130.36,880,-1 +2013,1,25,22,30,0,0,0,1.2000000000000002,5,142.59,880,-1 +2013,1,25,23,30,0,0,0,1,5,154.05,880,-1 +2013,1,26,0,30,0,0,0,1,4,162.75,880,-1 +2013,1,26,1,30,0,0,0,1,4,163.35,880,-1 +2013,1,26,2,30,0,0,0,1.1,4,155.24,880,-1 +2013,1,26,3,30,0,0,0,1.2000000000000002,4,143.95000000000002,880,-1 +2013,1,26,4,30,0,0,0,1.3,4,131.76,880,-1 +2013,1,26,5,30,0,0,0,1.4000000000000001,4,119.36,880,-1 +2013,1,26,6,30,0,0,0,1.5,4,107.06,880,-1 +2013,1,26,7,30,0,0,0,1.8,5,95.09,880,-1 +2013,1,26,8,30,43,39,38,2.5,6,83.7,880,0 +2013,1,26,9,30,142,118,84,3.1,8,73.22,880,0 +2013,1,26,10,30,254,196,131,3.5,10,64.17,880,0 +2013,1,26,11,30,296,249,86,3.8000000000000003,12,57.25,880,2 +2013,1,26,12,30,229,218,18,4.2,15,53.34,880,4 +2013,1,26,13,30,513,246,444,4.800000000000001,17,53.1,880,6 +2013,1,26,14,30,473,207,482,5.1000000000000005,18,56.58,880,6 +2013,1,26,15,30,179,170,19,4.6000000000000005,17,63.17,880,6 +2013,1,26,16,30,138,124,47,3.3000000000000003,16,72,880,6 +2013,1,26,17,30,45,45,0,2.9000000000000004,14,82.33,880,6 +2013,1,26,18,30,0,0,0,3.8000000000000003,13,93.63,880,5 +2013,1,26,19,30,0,0,0,4.800000000000001,12,105.54,880,5 +2013,1,26,20,30,0,0,0,5.300000000000001,12,117.8,880,6 +2013,1,26,21,30,0,0,0,5.4,11,130.19,880,7 +2013,1,26,22,30,0,0,0,4.5,9,142.41,880,7 +2013,1,26,23,30,0,0,0,3.8000000000000003,9,153.84,880,8 +2013,1,27,0,30,0,0,0,4,8,162.5,880,8 +2013,1,27,1,30,0,0,0,4.3,8,163.12,880,8 +2013,1,27,2,30,0,0,0,4.1000000000000005,8,155.1,880,8 +2013,1,27,3,30,0,0,0,3.9000000000000004,7,143.84,880,7 +2013,1,27,4,30,0,0,0,3.7,7,131.67000000000002,880,7 +2013,1,27,5,30,0,0,0,3.7,7,119.28,880,6 +2013,1,27,6,30,0,0,0,3.7,6,106.97,880,6 +2013,1,27,7,30,0,0,0,4,7,94.99,880,6 +2013,1,27,8,30,89,27,551,4.1000000000000005,9,83.57000000000001,880,6 +2013,1,27,9,30,282,44,819,4.9,12,73.07000000000001,880,6 +2013,1,27,10,30,458,52,925,6.300000000000001,16,63.980000000000004,880,5 +2013,1,27,11,30,588,56,977,7,18,57.03,880,3 +2013,1,27,12,30,661,66,989,7.2,19,53.09,870,2 +2013,1,27,13,30,666,65,994,7.1000000000000005,20,52.83,870,1 +2013,1,27,14,30,604,61,979,6.9,20,56.32,870,0 +2013,1,27,15,30,481,54,936,6.2,19,62.93,870,0 +2013,1,27,16,30,309,45,844,4.5,17,71.78,870,0 +2013,1,27,17,30,114,29,621,3,14,82.13,870,0 +2013,1,27,18,30,0,0,0,2.8000000000000003,11,93.44,870,0 +2013,1,27,19,30,0,0,0,3.2,10,105.37,870,0 +2013,1,27,20,30,0,0,0,3.5,10,117.63,870,0 +2013,1,27,21,30,0,0,0,3.7,9,130.02,880,0 +2013,1,27,22,30,0,0,0,3.7,9,142.23,880,0 +2013,1,27,23,30,0,0,0,3.4000000000000004,8,153.63,880,0 +2013,1,28,0,30,0,0,0,3,7,162.24,880,0 +2013,1,28,1,30,0,0,0,2.6,6,162.89000000000001,880,0 +2013,1,28,2,30,0,0,0,2.4000000000000004,6,154.95000000000002,870,0 +2013,1,28,3,30,0,0,0,2.3000000000000003,5,143.74,870,1 +2013,1,28,4,30,0,0,0,2.1,5,131.58,870,1 +2013,1,28,5,30,0,0,0,1.8,4,119.18,870,2 +2013,1,28,6,30,0,0,0,1.6,4,106.87,870,2 +2013,1,28,7,30,0,0,0,2,5,94.87,870,2 +2013,1,28,8,30,49,41,72,2.8000000000000003,8,83.44,870,2 +2013,1,28,9,30,186,117,234,3.6,12,72.91,870,3 +2013,1,28,10,30,339,176,367,5.300000000000001,16,63.79,870,3 +2013,1,28,11,30,442,231,386,6.7,18,56.81,870,3 +2013,1,28,12,30,546,207,561,7.2,19,52.83,870,2 +2013,1,28,13,30,551,208,565,7.4,19,52.57,870,0 +2013,1,28,14,30,529,149,681,7.300000000000001,19,56.06,870,0 +2013,1,28,15,30,412,123,631,6.9,19,62.68,870,0 +2013,1,28,16,30,245,103,449,5.9,18,71.55,870,-1 +2013,1,28,17,30,78,52,184,4.800000000000001,15,81.92,870,-1 +2013,1,28,18,30,0,0,0,4.5,13,93.25,870,-1 +2013,1,28,19,30,0,0,0,4.5,12,105.19,870,-1 +2013,1,28,20,30,0,0,0,4.4,11,117.47,870,0 +2013,1,28,21,30,0,0,0,3.5,10,129.85,870,0 +2013,1,28,22,30,0,0,0,2.5,9,142.05,870,0 +2013,1,28,23,30,0,0,0,2.4000000000000004,9,153.42000000000002,870,0 +2013,1,29,0,30,0,0,0,2.9000000000000004,9,161.97,870,0 +2013,1,29,1,30,0,0,0,3.4000000000000004,8,162.65,870,0 +2013,1,29,2,30,0,0,0,3.2,7,154.79,870,1 +2013,1,29,3,30,0,0,0,2.7,6,143.62,870,1 +2013,1,29,4,30,0,0,0,2.5,4,131.48,870,1 +2013,1,29,5,30,0,0,0,2.3000000000000003,3,119.09,870,0 +2013,1,29,6,30,0,0,0,2,2,106.77,870,0 +2013,1,29,7,30,0,0,0,2.5,3,94.76,870,-1 +2013,1,29,8,30,3,3,0,4.6000000000000005,6,83.3,870,-2 +2013,1,29,9,30,57,57,0,6.7,8,72.75,870,-3 +2013,1,29,10,30,74,74,0,7.4,9,63.6,870,-6 +2013,1,29,11,30,368,264,189,7.5,9,56.58,870,-7 +2013,1,29,12,30,495,271,369,7.800000000000001,9,52.57,860,-8 +2013,1,29,13,30,556,210,565,7.9,9,52.29,860,-8 +2013,1,29,14,30,500,191,549,8.1,8,55.79,860,-8 +2013,1,29,15,30,418,122,639,7.9,7,62.440000000000005,860,-8 +2013,1,29,16,30,322,62,814,7,6,71.33,860,-10 +2013,1,29,17,30,90,50,276,5.4,4,81.72,870,-14 +2013,1,29,18,30,0,0,0,4.3,2,93.07000000000001,870,-14 +2013,1,29,19,30,0,0,0,4.1000000000000005,0,105.01,870,-12 +2013,1,29,20,30,0,0,0,4.800000000000001,0,117.29,870,-8 +2013,1,29,21,30,0,0,0,6,0,129.68,870,-6 +2013,1,29,22,30,0,0,0,6.6000000000000005,-1,141.86,870,-6 +2013,1,29,23,30,0,0,0,6.300000000000001,-1,153.20000000000002,870,-8 +2013,1,30,0,30,0,0,0,5.800000000000001,-1,161.71,870,-10 +2013,1,30,1,30,0,0,0,5.4,-1,162.4,870,-11 +2013,1,30,2,30,0,0,0,5.1000000000000005,-2,154.63,880,-12 +2013,1,30,3,30,0,0,0,4.800000000000001,-2,143.5,880,-12 +2013,1,30,4,30,0,0,0,4.1000000000000005,-3,131.38,880,-12 +2013,1,30,5,30,0,0,0,3.5,-3,118.99000000000001,880,-12 +2013,1,30,6,30,0,0,0,3.3000000000000003,-4,106.66,880,-12 +2013,1,30,7,30,0,0,0,3.3000000000000003,-4,94.63,880,-11 +2013,1,30,8,30,102,29,613,3.7,-1,83.16,880,-11 +2013,1,30,9,30,308,48,868,3.9000000000000004,1,72.57000000000001,880,-13 +2013,1,30,10,30,491,58,967,4.6000000000000005,3,63.39,880,-13 +2013,1,30,11,30,627,64,1016,5.6000000000000005,4,56.34,880,-14 +2013,1,30,12,30,701,71,1030,6.300000000000001,5,52.31,880,-15 +2013,1,30,13,30,709,70,1037,6.5,6,52.02,880,-17 +2013,1,30,14,30,646,66,1024,6.300000000000001,7,55.52,880,-19 +2013,1,30,15,30,517,60,981,5.6000000000000005,7,62.190000000000005,880,-19 +2013,1,30,16,30,337,50,887,3.8000000000000003,5,71.10000000000001,880,-17 +2013,1,30,17,30,131,33,666,1.9000000000000001,2,81.51,880,-13 +2013,1,30,18,30,0,0,0,1.6,0,92.88,880,-12 +2013,1,30,19,30,0,0,0,2,0,104.84,880,-12 +2013,1,30,20,30,0,0,0,2.6,0,117.12,880,-12 +2013,1,30,21,30,0,0,0,3.2,0,129.51,880,-11 +2013,1,30,22,30,0,0,0,3.7,0,141.68,880,-10 +2013,1,30,23,30,0,0,0,3.9000000000000004,0,152.99,880,-9 +2013,1,31,0,30,0,0,0,3.9000000000000004,0,161.44,880,-9 +2013,1,31,1,30,0,0,0,3.9000000000000004,0,162.15,880,-8 +2013,1,31,2,30,0,0,0,3.9000000000000004,-1,154.46,880,-7 +2013,1,31,3,30,0,0,0,4,-1,143.37,880,-7 +2013,1,31,4,30,0,0,0,4.1000000000000005,-1,131.26,880,-7 +2013,1,31,5,30,0,0,0,4.1000000000000005,-1,118.88,880,-6 +2013,1,31,6,30,0,0,0,4,-1,106.54,880,-6 +2013,1,31,7,30,0,0,0,4.5,0,94.5,880,-6 +2013,1,31,8,30,59,44,127,5.1000000000000005,1,83.01,880,-6 +2013,1,31,9,30,208,110,323,5.6000000000000005,5,72.4,880,-5 +2013,1,31,10,30,494,55,973,6.1000000000000005,9,63.18,880,-6 +2013,1,31,11,30,630,60,1022,5.6000000000000005,12,56.1,880,-8 +2013,1,31,12,30,705,67,1037,4.800000000000001,13,52.04,880,-10 +2013,1,31,13,30,711,68,1038,4,14,51.730000000000004,880,-10 +2013,1,31,14,30,647,65,1021,3.4000000000000004,14,55.25,880,-11 +2013,1,31,15,30,520,61,975,2.8000000000000003,13,61.93,880,-11 +2013,1,31,16,30,307,52,776,1.7000000000000002,11,70.87,880,-11 +2013,1,31,17,30,136,34,670,1.2000000000000002,9,81.3,880,-5 +2013,1,31,18,30,0,0,0,1.4000000000000001,7,92.69,880,-9 +2013,1,31,19,30,0,0,0,1.5,5,104.66,880,-9 +2013,1,31,20,30,0,0,0,1.7000000000000002,3,116.95,880,-9 +2013,1,31,21,30,0,0,0,2.3000000000000003,1,129.34,880,-8 +2013,1,31,22,30,0,0,0,3.2,0,141.5,880,-8 +2013,1,31,23,30,0,0,0,3.7,0,152.77,880,-7 +2013,2,1,0,30,0,0,0,3.7,0,161.16,880,-6 +2013,2,1,1,30,0,0,0,3.4000000000000004,-1,161.89000000000001,880,-6 +2013,2,1,2,30,0,0,0,2.9000000000000004,-2,154.28,880,-5 +2013,2,1,3,30,0,0,0,2.2,-3,143.24,880,-5 +2013,2,1,4,30,0,0,0,1.9000000000000001,-3,131.15,880,-6 +2013,2,1,5,30,0,0,0,1.7000000000000002,-4,118.76,880,-6 +2013,2,1,6,30,0,0,0,1.7000000000000002,-4,106.42,880,-6 +2013,2,1,7,30,0,0,0,2.5,-2,94.37,880,-6 +2013,2,1,8,30,61,45,131,3.5,0,82.85000000000001,880,-6 +2013,2,1,9,30,229,102,415,3.9000000000000004,3,72.22,880,-6 +2013,2,1,10,30,494,61,952,4.5,7,62.97,880,-6 +2013,2,1,11,30,630,67,1002,5.5,11,55.85,880,-7 +2013,2,1,12,30,702,75,1013,6.2,14,51.76,880,-8 +2013,2,1,13,30,708,75,1015,6.1000000000000005,15,51.45,880,-9 +2013,2,1,14,30,645,72,999,5.9,16,54.97,880,-10 +2013,2,1,15,30,518,66,953,5.4,15,61.68,880,-10 +2013,2,1,16,30,340,56,856,3.7,13,70.64,880,-10 +2013,2,1,17,30,135,37,628,2.4000000000000004,9,81.10000000000001,880,-7 +2013,2,1,18,30,0,0,0,2.5,7,92.5,880,-7 +2013,2,1,19,30,0,0,0,2.9000000000000004,6,104.48,880,-8 +2013,2,1,20,30,0,0,0,3.2,5,116.78,880,-8 +2013,2,1,21,30,0,0,0,3.4000000000000004,4,129.16,880,-7 +2013,2,1,22,30,0,0,0,3.6,4,141.31,880,-7 +2013,2,1,23,30,0,0,0,3.7,3,152.55,880,-7 +2013,2,2,0,30,0,0,0,3.9000000000000004,2,160.89000000000001,880,-7 +2013,2,2,1,30,0,0,0,3.9000000000000004,1,161.62,880,-7 +2013,2,2,2,30,0,0,0,4,1,154.09,880,-7 +2013,2,2,3,30,0,0,0,4.1000000000000005,0,143.1,880,-7 +2013,2,2,4,30,0,0,0,3.9000000000000004,0,131.02,880,-7 +2013,2,2,5,30,0,0,0,3.6,0,118.64,880,-7 +2013,2,2,6,30,0,0,0,3.4000000000000004,0,106.3,880,-7 +2013,2,2,7,30,0,0,0,3.8000000000000003,0,94.23,890,-7 +2013,2,2,8,30,63,46,132,4,1,82.69,890,-7 +2013,2,2,9,30,217,113,337,3.9000000000000004,5,72.03,890,-7 +2013,2,2,10,30,368,168,436,4.3,9,62.75,890,-6 +2013,2,2,11,30,463,229,413,4,12,55.59,890,-7 +2013,2,2,12,30,704,75,1008,3.2,13,51.480000000000004,890,-7 +2013,2,2,13,30,708,76,1008,2.5,14,51.15,890,-7 +2013,2,2,14,30,645,73,989,1.9000000000000001,14,54.69,890,-7 +2013,2,2,15,30,517,71,934,1.5,14,61.42,890,-7 +2013,2,2,16,30,247,120,378,1.1,12,70.41,890,-7 +2013,2,2,17,30,105,53,324,1.1,9,80.89,890,-4 +2013,2,2,18,30,0,0,0,1.4000000000000001,6,92.31,890,-6 +2013,2,2,19,30,0,0,0,1.5,4,104.3,890,-6 +2013,2,2,20,30,0,0,0,1.5,3,116.61,890,-6 +2013,2,2,21,30,0,0,0,1.6,2,128.99,890,-6 +2013,2,2,22,30,0,0,0,1.7000000000000002,1,141.12,890,-6 +2013,2,2,23,30,0,0,0,1.6,1,152.33,890,-6 +2013,2,3,0,30,0,0,0,1.6,0,160.61,890,-6 +2013,2,3,1,30,0,0,0,1.6,0,161.35,890,-6 +2013,2,3,2,30,0,0,0,1.6,0,153.89000000000001,890,-6 +2013,2,3,3,30,0,0,0,1.6,0,142.95000000000002,890,-6 +2013,2,3,4,30,0,0,0,1.6,0,130.89000000000001,890,-6 +2013,2,3,5,30,0,0,0,1.7000000000000002,0,118.52,880,-6 +2013,2,3,6,30,0,0,0,1.8,0,106.16,880,-6 +2013,2,3,7,30,0,0,0,2.6,1,94.08,880,-6 +2013,2,3,8,30,86,43,332,3.6,3,82.53,880,-5 +2013,2,3,9,30,230,108,392,4.7,7,71.84,880,-5 +2013,2,3,10,30,335,197,297,5.800000000000001,10,62.53,880,-5 +2013,2,3,11,30,386,272,199,6.1000000000000005,11,55.33,880,-5 +2013,2,3,12,30,504,284,351,5.9,12,51.19,880,-4 +2013,2,3,13,30,513,284,361,5.5,13,50.86,880,-4 +2013,2,3,14,30,437,270,285,4.9,12,54.410000000000004,880,-4 +2013,2,3,15,30,304,223,168,4.1000000000000005,11,61.160000000000004,880,-4 +2013,2,3,16,30,212,141,208,3.4000000000000004,10,70.18,880,-3 +2013,2,3,17,30,90,62,174,3.1,9,80.68,880,-2 +2013,2,3,18,30,0,0,0,3.3000000000000003,9,92.12,880,-2 +2013,2,3,19,30,0,0,0,3.5,8,104.13,880,-2 +2013,2,3,20,30,0,0,0,3.9000000000000004,8,116.44,880,-2 +2013,2,3,21,30,0,0,0,4.5,8,128.82,880,-2 +2013,2,3,22,30,0,0,0,4.6000000000000005,7,140.93,870,-2 +2013,2,3,23,30,0,0,0,4.5,6,152.1,870,-3 +2013,2,4,0,30,0,0,0,4.3,5,160.32,870,-4 +2013,2,4,1,30,0,0,0,4,5,161.07,870,-5 +2013,2,4,2,30,0,0,0,3.7,4,153.69,870,-5 +2013,2,4,3,30,0,0,0,3.6,3,142.79,870,-6 +2013,2,4,4,30,0,0,0,3.4000000000000004,2,130.76,870,-6 +2013,2,4,5,30,0,0,0,3.3000000000000003,1,118.38,870,-5 +2013,2,4,6,30,0,0,0,3.4000000000000004,1,106.03,870,-5 +2013,2,4,7,30,0,0,0,3.9000000000000004,2,93.93,870,-5 +2013,2,4,8,30,63,48,107,4.7,4,82.36,880,-5 +2013,2,4,9,30,215,124,287,5.7,7,71.64,880,-5 +2013,2,4,10,30,492,68,912,6.300000000000001,10,62.300000000000004,880,-6 +2013,2,4,11,30,631,74,973,5.9,13,55.07,880,-7 +2013,2,4,12,30,709,76,1003,5.1000000000000005,14,50.9,880,-8 +2013,2,4,13,30,719,74,1014,4.3,15,50.56,880,-9 +2013,2,4,14,30,658,70,1002,3.6,16,54.120000000000005,880,-9 +2013,2,4,15,30,533,63,966,3,15,60.9,880,-9 +2013,2,4,16,30,356,53,883,2,13,69.95,880,-9 +2013,2,4,17,30,149,36,684,1.2000000000000002,11,80.47,880,-5 +2013,2,4,18,30,0,0,0,1.2000000000000002,9,91.93,880,-7 +2013,2,4,19,30,0,0,0,1.2000000000000002,8,103.95,880,-8 +2013,2,4,20,30,0,0,0,1.2000000000000002,6,116.27,880,-8 +2013,2,4,21,30,0,0,0,1.4000000000000001,4,128.64000000000001,880,-8 +2013,2,4,22,30,0,0,0,1.4000000000000001,3,140.74,880,-8 +2013,2,4,23,30,0,0,0,1.5,2,151.87,880,-8 +2013,2,5,0,30,0,0,0,1.6,2,160.03,880,-8 +2013,2,5,1,30,0,0,0,1.8,2,160.78,880,-8 +2013,2,5,2,30,0,0,0,2.2,1,153.48,880,-8 +2013,2,5,3,30,0,0,0,2.5,1,142.63,880,-8 +2013,2,5,4,30,0,0,0,2.7,0,130.61,880,-8 +2013,2,5,5,30,0,0,0,2.8000000000000003,0,118.25,880,-8 +2013,2,5,6,30,0,0,0,2.8000000000000003,0,105.88,880,-8 +2013,2,5,7,30,0,0,0,3.4000000000000004,0,93.78,880,-8 +2013,2,5,8,30,70,49,154,3.7,2,82.18,880,-8 +2013,2,5,9,30,213,125,277,3.4000000000000004,6,71.44,880,-7 +2013,2,5,10,30,506,62,947,2.9000000000000004,10,62.06,880,-7 +2013,2,5,11,30,641,68,994,2.4000000000000004,13,54.800000000000004,880,-7 +2013,2,5,12,30,715,73,1011,1.8,16,50.6,880,-7 +2013,2,5,13,30,721,73,1013,0.9,17,50.25,880,-8 +2013,2,5,14,30,658,70,995,0.5,18,53.83,880,-8 +2013,2,5,15,30,532,63,956,0.9,17,60.64,880,-8 +2013,2,5,16,30,356,54,870,0.9,15,69.71000000000001,880,-7 +2013,2,5,17,30,150,37,668,0.9,12,80.26,880,-2 +2013,2,5,18,30,0,0,0,1,10,91.74,880,-6 +2013,2,5,19,30,0,0,0,1.1,9,103.77,880,-6 +2013,2,5,20,30,0,0,0,1.2000000000000002,8,116.10000000000001,880,-7 +2013,2,5,21,30,0,0,0,1.4000000000000001,7,128.47,880,-7 +2013,2,5,22,30,0,0,0,1.5,6,140.55,880,-7 +2013,2,5,23,30,0,0,0,1.6,4,151.64000000000001,880,-7 +2013,2,6,0,30,0,0,0,1.6,3,159.74,880,-7 +2013,2,6,1,30,0,0,0,1.6,2,160.49,880,-6 +2013,2,6,2,30,0,0,0,1.6,1,153.26,880,-6 +2013,2,6,3,30,0,0,0,1.5,1,142.46,880,-6 +2013,2,6,4,30,0,0,0,1.5,1,130.47,870,-6 +2013,2,6,5,30,0,0,0,1.5,1,118.10000000000001,870,-7 +2013,2,6,6,30,0,0,0,1.5,1,105.74000000000001,870,-8 +2013,2,6,7,30,0,0,0,1.5,2,93.62,870,-8 +2013,2,6,8,30,71,50,152,2,6,82,870,-6 +2013,2,6,9,30,215,129,268,2.6,11,71.23,870,-7 +2013,2,6,10,30,503,68,922,3.6,15,61.82,870,-5 +2013,2,6,11,30,639,75,972,4.800000000000001,18,54.52,870,-3 +2013,2,6,12,30,713,77,995,5.1000000000000005,19,50.300000000000004,870,-4 +2013,2,6,13,30,720,78,998,5.2,20,49.94,870,-5 +2013,2,6,14,30,658,75,981,5.1000000000000005,20,53.54,870,-6 +2013,2,6,15,30,532,69,938,4.800000000000001,19,60.370000000000005,870,-7 +2013,2,6,16,30,354,60,840,3.3000000000000003,17,69.48,870,-6 +2013,2,6,17,30,148,41,617,1.9000000000000001,13,80.05,870,-3 +2013,2,6,18,30,0,0,0,1.8,10,91.55,870,-3 +2013,2,6,19,30,0,0,0,1.9000000000000001,10,103.59,870,-3 +2013,2,6,20,30,0,0,0,2.1,10,115.92,870,-2 +2013,2,6,21,30,0,0,0,2.5,10,128.29,870,-2 +2013,2,6,22,30,0,0,0,3,9,140.36,870,-2 +2013,2,6,23,30,0,0,0,3.6,9,151.41,870,-2 +2013,2,7,0,30,0,0,0,3.9000000000000004,8,159.45000000000002,870,-2 +2013,2,7,1,30,0,0,0,4.1000000000000005,8,160.20000000000002,870,-2 +2013,2,7,2,30,0,0,0,4.6000000000000005,7,153.04,870,-2 +2013,2,7,3,30,0,0,0,5.1000000000000005,6,142.28,870,-3 +2013,2,7,4,30,0,0,0,5.300000000000001,5,130.31,870,-3 +2013,2,7,5,30,0,0,0,5.300000000000001,4,117.95,880,-2 +2013,2,7,6,30,0,0,0,5.4,3,105.58,880,-2 +2013,2,7,7,30,0,0,0,5.7,3,93.45,880,-2 +2013,2,7,8,30,79,50,208,6.9,5,81.81,880,-2 +2013,2,7,9,30,222,132,275,7.7,8,71.02,880,-2 +2013,2,7,10,30,498,79,879,7.5,10,61.57,880,-2 +2013,2,7,11,30,632,91,925,7,12,54.24,880,-2 +2013,2,7,12,30,706,97,948,6.4,13,49.99,880,-2 +2013,2,7,13,30,713,99,948,6,13,49.63,880,-3 +2013,2,7,14,30,651,95,929,5.5,13,53.24,880,-3 +2013,2,7,15,30,526,86,884,5,13,60.11,880,-4 +2013,2,7,16,30,352,71,793,3.8000000000000003,11,69.24,880,-4 +2013,2,7,17,30,149,46,583,2.4000000000000004,8,79.84,880,-4 +2013,2,7,18,30,0,0,0,1.8,5,91.35000000000001,880,-4 +2013,2,7,19,30,0,0,0,1.9000000000000001,4,103.41,880,-4 +2013,2,7,20,30,0,0,0,1.7000000000000002,3,115.75,880,-5 +2013,2,7,21,30,0,0,0,1.5,2,128.12,880,-5 +2013,2,7,22,30,0,0,0,1.4000000000000001,1,140.17000000000002,880,-5 +2013,2,7,23,30,0,0,0,1.3,1,151.18,880,-5 +2013,2,8,0,30,0,0,0,1.3,0,159.15,880,-5 +2013,2,8,1,30,0,0,0,1.3,0,159.89000000000001,880,-4 +2013,2,8,2,30,0,0,0,1.3,0,152.81,880,-4 +2013,2,8,3,30,0,0,0,1.3,0,142.1,880,-4 +2013,2,8,4,30,0,0,0,1.3,0,130.15,880,-4 +2013,2,8,5,30,0,0,0,1.4000000000000001,-1,117.8,880,-4 +2013,2,8,6,30,0,0,0,1.5,-1,105.42,880,-4 +2013,2,8,7,30,0,0,0,2.2,0,93.28,880,-4 +2013,2,8,8,30,52,51,8,3.4000000000000004,2,81.62,880,-4 +2013,2,8,9,30,271,91,547,4.5,6,70.8,880,-4 +2013,2,8,10,30,287,220,139,5,9,61.32,880,-5 +2013,2,8,11,30,489,246,412,5.1000000000000005,10,53.96,880,-5 +2013,2,8,12,30,622,195,659,5.4,12,49.68,880,-4 +2013,2,8,13,30,577,247,506,5.6000000000000005,13,49.31,880,-4 +2013,2,8,14,30,563,183,631,5.9,13,52.94,880,-4 +2013,2,8,15,30,464,127,671,5.9,12,59.84,880,-4 +2013,2,8,16,30,310,90,611,5.300000000000001,11,69,880,-4 +2013,2,8,17,30,78,69,50,3.9000000000000004,9,79.63,880,-4 +2013,2,8,18,30,0,0,0,3.3000000000000003,7,91.16,880,-4 +2013,2,8,19,30,0,0,0,3.6,5,103.24000000000001,880,-4 +2013,2,8,20,30,0,0,0,3.9000000000000004,5,115.58,880,-4 +2013,2,8,21,30,0,0,0,3.9000000000000004,4,127.94,880,-5 +2013,2,8,22,30,0,0,0,3.9000000000000004,3,139.97,880,-5 +2013,2,8,23,30,0,0,0,3.8000000000000003,3,150.94,880,-5 +2013,2,9,0,30,0,0,0,3.8000000000000003,2,158.85,880,-5 +2013,2,9,1,30,0,0,0,3.8000000000000003,2,159.59,870,-5 +2013,2,9,2,30,0,0,0,3.7,2,152.57,870,-5 +2013,2,9,3,30,0,0,0,3.6,2,141.91,870,-5 +2013,2,9,4,30,0,0,0,3.7,2,129.98,870,-4 +2013,2,9,5,30,0,0,0,3.6,1,117.64,870,-3 +2013,2,9,6,30,0,0,0,3.3000000000000003,1,105.26,870,-2 +2013,2,9,7,30,0,0,0,3.9000000000000004,2,93.10000000000001,870,-1 +2013,2,9,8,30,72,55,113,5,5,81.42,870,0 +2013,2,9,9,30,254,113,425,6.1000000000000005,9,70.58,870,1 +2013,2,9,10,30,401,184,449,7.2,13,61.07,870,2 +2013,2,9,11,30,641,81,943,8.1,16,53.67,870,1 +2013,2,9,12,30,717,87,967,9,18,49.36,870,0 +2013,2,9,13,30,726,86,974,9.600000000000001,19,48.99,870,-1 +2013,2,9,14,30,665,83,959,9.8,19,52.64,860,-3 +2013,2,9,15,30,377,225,299,9.9,18,59.57,860,-4 +2013,2,9,16,30,254,149,290,9.700000000000001,16,68.77,870,-5 +2013,2,9,17,30,110,70,222,8.700000000000001,13,79.42,870,-6 +2013,2,9,18,30,0,0,0,7.7,11,90.97,870,-6 +2013,2,9,19,30,0,0,0,7.6000000000000005,9,103.06,870,-7 +2013,2,9,20,30,0,0,0,7.7,7,115.41,870,-10 +2013,2,9,21,30,0,0,0,7.1000000000000005,6,127.76,870,-12 +2013,2,9,22,30,0,0,0,6.2,4,139.78,870,-14 +2013,2,9,23,30,0,0,0,5.1000000000000005,3,150.70000000000002,870,-14 +2013,2,10,0,30,0,0,0,4.4,1,158.54,870,-13 +2013,2,10,1,30,0,0,0,4.1000000000000005,1,159.28,870,-12 +2013,2,10,2,30,0,0,0,4.1000000000000005,0,152.33,870,-11 +2013,2,10,3,30,0,0,0,4.3,0,141.72,870,-10 +2013,2,10,4,30,0,0,0,4.3,0,129.81,870,-10 +2013,2,10,5,30,0,0,0,4.3,0,117.47,870,-9 +2013,2,10,6,30,0,0,0,4.4,-1,105.09,870,-9 +2013,2,10,7,30,0,0,0,4.800000000000001,0,92.92,870,-9 +2013,2,10,8,30,135,38,631,5.800000000000001,1,81.22,870,-8 +2013,2,10,9,30,350,59,863,6.5,4,70.35000000000001,870,-8 +2013,2,10,10,30,539,71,960,6.300000000000001,7,60.81,870,-9 +2013,2,10,11,30,678,78,1006,5.800000000000001,9,53.370000000000005,870,-11 +2013,2,10,12,30,753,84,1021,5.7,10,49.04,870,-12 +2013,2,10,13,30,760,84,1024,5.7,11,48.67,870,-12 +2013,2,10,14,30,696,81,1006,5.6000000000000005,11,52.34,870,-13 +2013,2,10,15,30,566,74,964,5.2,11,59.300000000000004,870,-13 +2013,2,10,16,30,385,63,879,3.9000000000000004,9,68.53,870,-14 +2013,2,10,17,30,172,44,684,2.1,5,79.21000000000001,870,-12 +2013,2,10,18,30,0,0,0,1.4000000000000001,2,90.78,870,-10 +2013,2,10,19,30,0,0,0,1.4000000000000001,2,102.88,880,-10 +2013,2,10,20,30,0,0,0,1.4000000000000001,2,115.24000000000001,880,-11 +2013,2,10,21,30,0,0,0,1.4000000000000001,1,127.59,880,-11 +2013,2,10,22,30,0,0,0,1.4000000000000001,1,139.58,880,-12 +2013,2,10,23,30,0,0,0,1.4000000000000001,0,150.46,880,-12 +2013,2,11,0,30,0,0,0,1.4000000000000001,0,158.23,880,-12 +2013,2,11,1,30,0,0,0,1.4000000000000001,0,158.96,880,-12 +2013,2,11,2,30,0,0,0,1.4000000000000001,-1,152.07,880,-12 +2013,2,11,3,30,0,0,0,1.6,-2,141.52,880,-11 +2013,2,11,4,30,0,0,0,2,-2,129.63,880,-10 +2013,2,11,5,30,0,0,0,2.2,-2,117.3,880,-9 +2013,2,11,6,30,0,0,0,2.2,-3,104.91,880,-9 +2013,2,11,7,30,0,0,0,2.5,-2,92.73,880,-8 +2013,2,11,8,30,87,56,203,3.1,-1,81.02,880,-8 +2013,2,11,9,30,246,129,344,3.8000000000000003,2,70.12,880,-8 +2013,2,11,10,30,535,73,940,4.4,5,60.54,880,-8 +2013,2,11,11,30,672,81,984,4.6000000000000005,7,53.07,880,-9 +2013,2,11,12,30,744,87,996,4.6000000000000005,9,48.71,880,-9 +2013,2,11,13,30,746,89,987,4.6000000000000005,10,48.34,880,-9 +2013,2,11,14,30,677,91,954,4.6000000000000005,11,52.04,880,-8 +2013,2,11,15,30,546,86,893,4.5,10,59.03,880,-7 +2013,2,11,16,30,364,79,770,4,9,68.29,880,-6 +2013,2,11,17,30,157,57,523,3.4000000000000004,7,79,880,-5 +2013,2,11,18,30,0,0,0,3.8000000000000003,6,90.59,880,-4 +2013,2,11,19,30,0,0,0,4.6000000000000005,5,102.71000000000001,880,-5 +2013,2,11,20,30,0,0,0,4.9,4,115.06,880,-5 +2013,2,11,21,30,0,0,0,5,3,127.41,880,-5 +2013,2,11,22,30,0,0,0,4.6000000000000005,2,139.38,880,-4 +2013,2,11,23,30,0,0,0,3.9000000000000004,2,150.22,870,-2 +2013,2,12,0,30,0,0,0,3.6,1,157.92000000000002,870,-1 +2013,2,12,1,30,0,0,0,3.3000000000000003,1,158.64000000000001,870,0 +2013,2,12,2,30,0,0,0,2.6,1,151.82,870,0 +2013,2,12,3,30,0,0,0,1.9000000000000001,1,141.31,870,0 +2013,2,12,4,30,0,0,0,1.1,1,129.45,870,0 +2013,2,12,5,30,0,0,0,1.1,0,117.12,870,0 +2013,2,12,6,30,0,0,0,2.2,0,104.73,870,0 +2013,2,12,7,30,0,0,0,3.6,0,92.54,870,-1 +2013,2,12,8,30,8,8,0,4.5,0,80.81,870,-2 +2013,2,12,9,30,24,24,0,4.800000000000001,0,69.88,880,-2 +2013,2,12,10,30,97,97,0,4.6000000000000005,1,60.27,880,-3 +2013,2,12,11,30,375,294,133,4.800000000000001,1,52.77,880,-3 +2013,2,12,12,30,744,195,827,5.300000000000001,2,48.39,880,-3 +2013,2,12,13,30,651,202,670,5.7,2,48.01,880,-3 +2013,2,12,14,30,492,281,340,5.800000000000001,3,51.730000000000004,880,-3 +2013,2,12,15,30,565,126,845,5.6000000000000005,3,58.76,880,-3 +2013,2,12,16,30,383,94,773,4.800000000000001,2,68.06,880,-4 +2013,2,12,17,30,172,57,591,2.9000000000000004,1,78.79,880,-4 +2013,2,12,18,30,0,0,0,1.5,0,90.4,880,-5 +2013,2,12,19,30,0,0,0,1.1,-1,102.53,880,-5 +2013,2,12,20,30,0,0,0,0.9,-1,114.89,880,-5 +2013,2,12,21,30,0,0,0,0.8,-1,127.23,880,-5 +2013,2,12,22,30,0,0,0,1,-2,139.18,880,-6 +2013,2,12,23,30,0,0,0,1.2000000000000002,-3,149.97,880,-6 +2013,2,13,0,30,0,0,0,1.3,-4,157.61,880,-7 +2013,2,13,1,30,0,0,0,1.4000000000000001,-4,158.31,880,-8 +2013,2,13,2,30,0,0,0,1.4000000000000001,-4,151.55,880,-9 +2013,2,13,3,30,0,0,0,1.4000000000000001,-4,141.09,880,-10 +2013,2,13,4,30,0,0,0,1.5,-5,129.26,880,-11 +2013,2,13,5,30,0,0,0,1.5,-5,116.94,880,-12 +2013,2,13,6,30,0,0,0,1.5,-4,104.55,880,-12 +2013,2,13,7,30,0,0,0,2.2,-2,92.35000000000001,880,-12 +2013,2,13,8,30,144,38,647,2.7,0,80.59,880,-11 +2013,2,13,9,30,359,58,866,2.5,3,69.64,880,-9 +2013,2,13,10,30,549,69,960,2.6,7,60,880,-10 +2013,2,13,11,30,689,75,1007,2.8000000000000003,9,52.46,880,-12 +2013,2,13,12,30,765,80,1024,3.1,10,48.050000000000004,880,-12 +2013,2,13,13,30,772,80,1027,3.6,11,47.68,880,-12 +2013,2,13,14,30,708,77,1011,4,12,51.42,880,-12 +2013,2,13,15,30,579,69,976,4,11,58.480000000000004,880,-12 +2013,2,13,16,30,397,59,896,2.7,9,67.82000000000001,880,-11 +2013,2,13,17,30,183,42,711,1.5,6,78.58,880,-6 +2013,2,13,18,30,0,0,0,1.5,5,90.21000000000001,880,-8 +2013,2,13,19,30,0,0,0,1.5,4,102.35000000000001,880,-9 +2013,2,13,20,30,0,0,0,1.6,3,114.72,880,-10 +2013,2,13,21,30,0,0,0,1.6,2,127.05,880,-10 +2013,2,13,22,30,0,0,0,1.6,1,138.98,880,-10 +2013,2,13,23,30,0,0,0,1.6,1,149.72,880,-10 +2013,2,14,0,30,0,0,0,1.5,0,157.29,880,-10 +2013,2,14,1,30,0,0,0,1.5,0,157.98,880,-10 +2013,2,14,2,30,0,0,0,1.4000000000000001,0,151.28,880,-10 +2013,2,14,3,30,0,0,0,1.4000000000000001,0,140.87,880,-10 +2013,2,14,4,30,0,0,0,1.4000000000000001,0,129.06,880,-11 +2013,2,14,5,30,0,0,0,1.4000000000000001,-1,116.75,880,-11 +2013,2,14,6,30,0,0,0,1.4000000000000001,-1,104.36,880,-11 +2013,2,14,7,30,0,0,0,1.7000000000000002,0,92.14,880,-10 +2013,2,14,8,30,91,61,177,2.1,2,80.37,880,-9 +2013,2,14,9,30,260,131,366,1.7000000000000002,5,69.39,880,-8 +2013,2,14,10,30,549,71,948,1.3,9,59.72,880,-8 +2013,2,14,11,30,688,78,994,1.6,12,52.14,880,-9 +2013,2,14,12,30,763,83,1010,1.6,13,47.71,880,-9 +2013,2,14,13,30,768,83,1011,1.4000000000000001,14,47.34,880,-9 +2013,2,14,14,30,703,80,993,1.4000000000000001,14,51.11,880,-9 +2013,2,14,15,30,575,72,954,1.6,13,58.21,880,-8 +2013,2,14,16,30,394,61,871,1.6,11,67.58,880,-8 +2013,2,14,17,30,182,44,687,2,8,78.37,880,-4 +2013,2,14,18,30,0,0,0,3.7,5,90.02,880,-6 +2013,2,14,19,30,0,0,0,5.1000000000000005,3,102.18,880,-6 +2013,2,14,20,30,0,0,0,5.2,2,114.55,880,-5 +2013,2,14,21,30,0,0,0,5.1000000000000005,0,126.87,880,-4 +2013,2,14,22,30,0,0,0,5.4,0,138.78,880,-3 +2013,2,14,23,30,0,0,0,5.800000000000001,0,149.47,880,-2 +2013,2,15,0,30,0,0,0,5.9,-1,156.97,880,-2 +2013,2,15,1,30,0,0,0,6,-1,157.64000000000001,880,-3 +2013,2,15,2,30,0,0,0,5.6000000000000005,-2,151.01,890,-4 +2013,2,15,3,30,0,0,0,4.6000000000000005,-3,140.65,890,-4 +2013,2,15,4,30,0,0,0,3.8000000000000003,-3,128.86,890,-5 +2013,2,15,5,30,0,0,0,2.8000000000000003,-3,116.56,890,-6 +2013,2,15,6,30,0,0,0,2.1,-3,104.16,890,-6 +2013,2,15,7,30,0,0,0,2.4000000000000004,-2,91.94,890,-7 +2013,2,15,8,30,143,47,562,2.8000000000000003,0,80.15,890,-7 +2013,2,15,9,30,353,71,791,2.5,1,69.14,890,-9 +2013,2,15,10,30,179,174,9,1.6,3,59.44,890,-9 +2013,2,15,11,30,214,206,11,0.9,5,51.83,890,-9 +2013,2,15,12,30,213,206,10,1,6,47.37,890,-8 +2013,2,15,13,30,451,343,157,1.6,7,47,890,-8 +2013,2,15,14,30,300,273,43,2,8,50.79,880,-7 +2013,2,15,15,30,570,89,906,2.3000000000000003,8,57.94,880,-7 +2013,2,15,16,30,392,73,826,1.9000000000000001,7,67.34,880,-8 +2013,2,15,17,30,183,49,650,1.2000000000000002,5,78.16,880,-6 +2013,2,15,18,30,0,0,0,1,3,89.84,880,-7 +2013,2,15,19,30,0,0,0,1.2000000000000002,2,102,890,-7 +2013,2,15,20,30,0,0,0,1.3,1,114.37,890,-7 +2013,2,15,21,30,0,0,0,1.4000000000000001,0,126.69,890,-8 +2013,2,15,22,30,0,0,0,1.4000000000000001,0,138.57,890,-8 +2013,2,15,23,30,0,0,0,1.4000000000000001,0,149.22,890,-8 +2013,2,16,0,30,0,0,0,1.4000000000000001,-1,156.64000000000001,890,-8 +2013,2,16,1,30,0,0,0,1.3,-1,157.3,890,-8 +2013,2,16,2,30,0,0,0,1.2000000000000002,-2,150.73,890,-8 +2013,2,16,3,30,0,0,0,1.1,-2,140.42000000000002,890,-8 +2013,2,16,4,30,0,0,0,1,-3,128.66,890,-8 +2013,2,16,5,30,0,0,0,0.9,-3,116.36,890,-8 +2013,2,16,6,30,0,0,0,0.8,-3,103.97,890,-8 +2013,2,16,7,30,0,0,0,1.3,-1,91.73,890,-8 +2013,2,16,8,30,98,63,200,2.4000000000000004,1,79.92,890,-8 +2013,2,16,9,30,372,59,870,3.5,5,68.89,890,-8 +2013,2,16,10,30,563,70,961,4.5,8,59.15,890,-9 +2013,2,16,11,30,704,76,1009,5,11,51.51,880,-10 +2013,2,16,12,30,781,81,1026,5.2,14,47.03,880,-11 +2013,2,16,13,30,788,81,1030,5.1000000000000005,15,46.660000000000004,880,-12 +2013,2,16,14,30,724,79,1014,4.800000000000001,16,50.480000000000004,880,-12 +2013,2,16,15,30,595,73,976,4.3,16,57.660000000000004,880,-12 +2013,2,16,16,30,411,63,896,2.8000000000000003,14,67.1,880,-12 +2013,2,16,17,30,195,45,718,1.6,10,77.95,880,-6 +2013,2,16,18,30,0,0,0,1.7000000000000002,7,89.65,880,-8 +2013,2,16,19,30,0,0,0,1.9000000000000001,6,101.83,880,-9 +2013,2,16,20,30,0,0,0,2.1,4,114.2,880,-10 +2013,2,16,21,30,0,0,0,2.3000000000000003,3,126.51,880,-10 +2013,2,16,22,30,0,0,0,2.6,2,138.37,880,-10 +2013,2,16,23,30,0,0,0,2.7,1,148.96,880,-11 +2013,2,17,0,30,0,0,0,2.8000000000000003,0,156.32,880,-11 +2013,2,17,1,30,0,0,0,2.9000000000000004,0,156.96,880,-11 +2013,2,17,2,30,0,0,0,3,0,150.44,880,-11 +2013,2,17,3,30,0,0,0,3.1,0,140.18,880,-10 +2013,2,17,4,30,0,0,0,3.3000000000000003,0,128.44,880,-10 +2013,2,17,5,30,0,0,0,3.3000000000000003,-1,116.16,880,-11 +2013,2,17,6,30,0,0,0,3.3000000000000003,-1,103.76,880,-11 +2013,2,17,7,30,0,0,0,3.8000000000000003,0,91.52,880,-11 +2013,2,17,8,30,105,64,230,3.9000000000000004,3,79.69,880,-11 +2013,2,17,9,30,269,131,377,3.4000000000000004,7,68.63,880,-11 +2013,2,17,10,30,588,67,1007,3.9000000000000004,12,58.86,880,-10 +2013,2,17,11,30,730,74,1047,5,16,51.18,870,-13 +2013,2,17,12,30,804,83,1050,5.7,18,46.68,870,-17 +2013,2,17,13,30,806,86,1042,6.1000000000000005,19,46.31,870,-17 +2013,2,17,14,30,737,85,1017,6.4,19,50.160000000000004,870,-16 +2013,2,17,15,30,602,80,970,6.300000000000001,18,57.39,870,-16 +2013,2,17,16,30,416,68,885,5.2,16,66.87,870,-15 +2013,2,17,17,30,198,49,704,3.7,12,77.75,870,-13 +2013,2,17,18,30,0,0,0,3.5,9,89.46000000000001,870,-11 +2013,2,17,19,30,0,0,0,4.3,8,101.65,870,-12 +2013,2,17,20,30,0,0,0,4.5,7,114.03,870,-11 +2013,2,17,21,30,0,0,0,4.3,6,126.33,870,-11 +2013,2,17,22,30,0,0,0,4.4,6,138.16,870,-11 +2013,2,17,23,30,0,0,0,5,6,148.71,870,-11 +2013,2,18,0,30,0,0,0,5.9,6,155.99,870,-12 +2013,2,18,1,30,0,0,0,6.1000000000000005,5,156.61,870,-12 +2013,2,18,2,30,0,0,0,5.6000000000000005,4,150.15,870,-12 +2013,2,18,3,30,0,0,0,5,4,139.93,870,-11 +2013,2,18,4,30,0,0,0,5.300000000000001,4,128.23,870,-11 +2013,2,18,5,30,0,0,0,5.9,3,115.96000000000001,870,-10 +2013,2,18,6,30,0,0,0,5.7,2,103.55,870,-10 +2013,2,18,7,30,0,0,0,5.800000000000001,2,91.3,870,-9 +2013,2,18,8,30,107,65,229,6.4,4,79.46000000000001,870,-7 +2013,2,18,9,30,279,137,383,6.5,6,68.37,880,-6 +2013,2,18,10,30,568,73,949,6.1000000000000005,8,58.57,880,-6 +2013,2,18,11,30,709,79,999,5.7,9,50.85,880,-7 +2013,2,18,12,30,786,82,1020,5.4,10,46.33,880,-7 +2013,2,18,13,30,793,81,1023,5.1000000000000005,11,45.96,880,-8 +2013,2,18,14,30,727,79,1004,4.6000000000000005,11,49.85,880,-8 +2013,2,18,15,30,598,74,964,4,11,57.11,880,-9 +2013,2,18,16,30,415,64,886,2.9000000000000004,10,66.63,880,-9 +2013,2,18,17,30,200,46,714,1.7000000000000002,7,77.54,880,-7 +2013,2,18,18,30,0,0,0,1.4000000000000001,4,89.27,880,-6 +2013,2,18,19,30,0,0,0,1.7000000000000002,2,101.48,880,-7 +2013,2,18,20,30,0,0,0,1.9000000000000001,1,113.86,880,-8 +2013,2,18,21,30,0,0,0,2,0,126.15,880,-8 +2013,2,18,22,30,0,0,0,2,0,137.95000000000002,880,-8 +2013,2,18,23,30,0,0,0,2.1,0,148.45000000000002,880,-8 +2013,2,19,0,30,0,0,0,2.1,0,155.66,880,-9 +2013,2,19,1,30,0,0,0,2,-1,156.26,880,-9 +2013,2,19,2,30,0,0,0,1.9000000000000001,-2,149.85,880,-9 +2013,2,19,3,30,0,0,0,1.8,-2,139.69,880,-9 +2013,2,19,4,30,0,0,0,1.6,-3,128,880,-10 +2013,2,19,5,30,0,0,0,1.6,-3,115.74000000000001,880,-10 +2013,2,19,6,30,0,0,0,1.7000000000000002,-2,103.34,880,-10 +2013,2,19,7,30,0,0,0,2.6,-1,91.08,880,-9 +2013,2,19,8,30,118,63,296,3.8000000000000003,1,79.22,880,-9 +2013,2,19,9,30,305,121,494,5.2,5,68.11,880,-9 +2013,2,19,10,30,449,188,497,6.4,8,58.27,880,-9 +2013,2,19,11,30,707,84,978,6.6000000000000005,10,50.52,880,-9 +2013,2,19,12,30,781,88,996,6.7,12,45.97,880,-9 +2013,2,19,13,30,684,218,666,6.9,13,45.61,880,-8 +2013,2,19,14,30,636,177,708,7.1000000000000005,13,49.53,880,-8 +2013,2,19,15,30,416,242,318,7.2,12,56.83,880,-8 +2013,2,19,16,30,230,176,136,6.6000000000000005,11,66.39,880,-8 +2013,2,19,17,30,107,86,99,5.800000000000001,9,77.33,880,-7 +2013,2,19,18,30,0,0,0,6,7,89.09,880,-6 +2013,2,19,19,30,0,0,0,6.4,6,101.3,880,-4 +2013,2,19,20,30,0,0,0,6.4,5,113.68,880,-1 +2013,2,19,21,30,0,0,0,5.9,3,125.97,880,0 +2013,2,19,22,30,0,0,0,5.5,3,137.74,880,1 +2013,2,19,23,30,0,0,0,5.300000000000001,3,148.18,880,1 +2013,2,20,0,30,0,0,0,4.800000000000001,3,155.32,870,2 +2013,2,20,1,30,0,0,0,4.3,3,155.91,870,2 +2013,2,20,2,30,0,0,0,4.1000000000000005,3,149.55,870,2 +2013,2,20,3,30,0,0,0,4.5,3,139.43,870,2 +2013,2,20,4,30,0,0,0,5.1000000000000005,4,127.78,870,2 +2013,2,20,5,30,0,0,0,5.2,4,115.53,870,3 +2013,2,20,6,30,0,0,0,5.2,4,103.13,870,3 +2013,2,20,7,30,0,0,0,5.4,4,90.85000000000001,870,4 +2013,2,20,8,30,21,21,0,5.7,5,78.97,870,4 +2013,2,20,9,30,51,51,0,6.1000000000000005,5,67.84,870,4 +2013,2,20,10,30,189,183,11,6.300000000000001,6,57.97,870,4 +2013,2,20,11,30,119,119,0,6.300000000000001,7,50.19,870,4 +2013,2,20,12,30,91,91,0,6.4,8,45.61,870,4 +2013,2,20,13,30,110,110,0,6.300000000000001,9,45.26,870,4 +2013,2,20,14,30,100,100,0,6.2,10,49.21,870,4 +2013,2,20,15,30,79,79,0,6.1000000000000005,11,56.56,870,3 +2013,2,20,16,30,53,53,0,6.1000000000000005,10,66.16,870,3 +2013,2,20,17,30,93,85,39,6,8,77.13,870,3 +2013,2,20,18,30,12,11,46,6,6,88.9,870,3 +2013,2,20,19,30,0,0,0,5.9,5,101.13,870,3 +2013,2,20,20,30,0,0,0,5.2,5,113.51,870,3 +2013,2,20,21,30,0,0,0,4.3,4,125.78,870,3 +2013,2,20,22,30,0,0,0,3.7,4,137.53,870,3 +2013,2,20,23,30,0,0,0,3.5,4,147.92000000000002,870,3 +2013,2,21,0,30,0,0,0,3.4000000000000004,3,154.99,870,2 +2013,2,21,1,30,0,0,0,3.1,3,155.55,860,2 +2013,2,21,2,30,0,0,0,2.9000000000000004,2,149.24,860,2 +2013,2,21,3,30,0,0,0,3,2,139.17000000000002,860,1 +2013,2,21,4,30,0,0,0,3.8000000000000003,1,127.55,860,1 +2013,2,21,5,30,0,0,0,4.9,0,115.31,860,0 +2013,2,21,6,30,0,0,0,5.6000000000000005,0,102.91,860,-2 +2013,2,21,7,30,0,0,0,5.800000000000001,0,90.62,860,-4 +2013,2,21,8,30,124,67,294,6.6000000000000005,2,78.73,860,-4 +2013,2,21,9,30,381,70,814,7.5,5,67.57000000000001,860,-3 +2013,2,21,10,30,449,209,447,8.1,8,57.660000000000004,860,-1 +2013,2,21,11,30,713,86,972,8.5,9,49.85,870,-2 +2013,2,21,12,30,680,238,628,8.200000000000001,10,45.25,870,-3 +2013,2,21,13,30,793,100,978,7.5,11,44.9,870,-5 +2013,2,21,14,30,729,98,960,6.800000000000001,12,48.89,870,-6 +2013,2,21,15,30,603,85,933,5.9,11,56.28,870,-7 +2013,2,21,16,30,421,70,861,4,10,65.92,870,-8 +2013,2,21,17,30,91,84,28,1.9000000000000001,7,76.92,870,-6 +2013,2,21,18,30,15,12,155,0.8,4,88.72,870,-4 +2013,2,21,19,30,0,0,0,0.5,3,100.95,870,-6 +2013,2,21,20,30,0,0,0,0.7000000000000001,2,113.34,870,-6 +2013,2,21,21,30,0,0,0,1.1,1,125.60000000000001,870,-6 +2013,2,21,22,30,0,0,0,1.2000000000000002,0,137.32,870,-6 +2013,2,21,23,30,0,0,0,1.5,-1,147.66,870,-6 +2013,2,22,0,30,0,0,0,2.4000000000000004,-2,154.65,870,-6 +2013,2,22,1,30,0,0,0,3.5,-3,155.19,870,-6 +2013,2,22,2,30,0,0,0,3.8000000000000003,-4,148.93,870,-6 +2013,2,22,3,30,0,0,0,3.1,-5,138.91,870,-7 +2013,2,22,4,30,0,0,0,1.9000000000000001,-6,127.31,870,-8 +2013,2,22,5,30,0,0,0,1,-6,115.08,880,-8 +2013,2,22,6,30,0,0,0,1,-5,102.68,880,-9 +2013,2,22,7,30,0,0,0,1.7000000000000002,-4,90.38,880,-9 +2013,2,22,8,30,129,76,266,2.5,-1,78.48,880,-9 +2013,2,22,9,30,290,156,348,2.8000000000000003,0,67.29,880,-8 +2013,2,22,10,30,420,240,333,2.8000000000000003,2,57.36,880,-7 +2013,2,22,11,30,710,106,930,2.9000000000000004,5,49.5,880,-7 +2013,2,22,12,30,786,108,956,3.5,7,44.89,880,-6 +2013,2,22,13,30,792,108,959,4,8,44.54,870,-6 +2013,2,22,14,30,727,103,942,4,9,48.57,870,-6 +2013,2,22,15,30,599,91,908,3.6,9,56.01,870,-6 +2013,2,22,16,30,417,78,825,2.4000000000000004,8,65.69,870,-6 +2013,2,22,17,30,205,55,652,1,6,76.72,870,-5 +2013,2,22,18,30,17,13,150,0.6000000000000001,4,88.54,880,-5 +2013,2,22,19,30,0,0,0,1.1,3,100.78,880,-6 +2013,2,22,20,30,0,0,0,1.7000000000000002,1,113.17,880,-5 +2013,2,22,21,30,0,0,0,2.2,0,125.41,880,-5 +2013,2,22,22,30,0,0,0,2.6,0,137.11,880,-5 +2013,2,22,23,30,0,0,0,3,0,147.39000000000001,880,-5 +2013,2,23,0,30,0,0,0,3.3000000000000003,0,154.31,880,-5 +2013,2,23,1,30,0,0,0,3,0,154.82,870,-5 +2013,2,23,2,30,0,0,0,2.2,-1,148.61,870,-5 +2013,2,23,3,30,0,0,0,1.3,-1,138.64000000000001,870,-5 +2013,2,23,4,30,0,0,0,0.4,-2,127.07000000000001,870,-5 +2013,2,23,5,30,0,0,0,0.4,-2,114.85000000000001,870,-5 +2013,2,23,6,30,0,0,0,0.9,-3,102.45,870,-6 +2013,2,23,7,30,0,0,0,1.8,-1,90.15,880,-6 +2013,2,23,8,30,185,47,676,3,1,78.22,880,-7 +2013,2,23,9,30,408,67,872,3.9000000000000004,4,67.01,880,-7 +2013,2,23,10,30,601,78,961,4.4,8,57.050000000000004,870,-9 +2013,2,23,11,30,745,83,1011,4.5,10,49.160000000000004,870,-11 +2013,2,23,12,30,821,91,1024,4.6000000000000005,11,44.52,870,-12 +2013,2,23,13,30,827,89,1029,4.9,12,44.18,870,-13 +2013,2,23,14,30,759,85,1011,5.1000000000000005,13,48.24,870,-15 +2013,2,23,15,30,627,73,983,5,14,55.730000000000004,870,-15 +2013,2,23,16,30,441,62,911,3.8000000000000003,12,65.45,870,-14 +2013,2,23,17,30,222,46,752,2.2,8,76.51,870,-10 +2013,2,23,18,30,20,13,250,1.8,5,88.35000000000001,870,-8 +2013,2,23,19,30,0,0,0,2,4,100.61,870,-9 +2013,2,23,20,30,0,0,0,2.5,3,112.99000000000001,870,-10 +2013,2,23,21,30,0,0,0,2.9000000000000004,3,125.23,870,-11 +2013,2,23,22,30,0,0,0,3.1,2,136.89000000000001,870,-11 +2013,2,23,23,30,0,0,0,3.2,1,147.12,870,-10 +2013,2,24,0,30,0,0,0,3.2,1,153.96,870,-10 +2013,2,24,1,30,0,0,0,3.4000000000000004,1,154.45000000000002,870,-9 +2013,2,24,2,30,0,0,0,3.5,0,148.29,870,-9 +2013,2,24,3,30,0,0,0,3.2,0,138.36,870,-8 +2013,2,24,4,30,0,0,0,2.7,0,126.82000000000001,870,-8 +2013,2,24,5,30,0,0,0,2.2,0,114.62,870,-8 +2013,2,24,6,30,0,0,0,1.9000000000000001,0,102.22,870,-8 +2013,2,24,7,30,0,0,0,2.3000000000000003,1,89.91,870,-8 +2013,2,24,8,30,130,74,268,2.5,5,77.97,870,-7 +2013,2,24,9,30,307,149,398,2,9,66.73,870,-6 +2013,2,24,10,30,454,223,422,2.4000000000000004,13,56.730000000000004,870,-5 +2013,2,24,11,30,729,91,969,3.4000000000000004,15,48.81,870,-6 +2013,2,24,12,30,804,94,989,4.4,16,44.15,870,-7 +2013,2,24,13,30,808,95,988,5.1000000000000005,17,43.82,860,-7 +2013,2,24,14,30,287,268,28,5.5,17,47.92,860,-8 +2013,2,24,15,30,569,106,817,5.6000000000000005,16,55.46,860,-8 +2013,2,24,16,30,316,163,364,4.5,14,65.22,860,-8 +2013,2,24,17,30,106,92,57,2.6,11,76.31,860,-5 +2013,2,24,18,30,9,9,0,2.3000000000000003,9,88.17,860,-2 +2013,2,24,19,30,0,0,0,4.5,6,100.44,870,-1 +2013,2,24,20,30,0,0,0,6.9,3,112.82000000000001,870,0 +2013,2,24,21,30,0,0,0,7.9,1,125.04,870,-1 +2013,2,24,22,30,0,0,0,7.800000000000001,0,136.68,870,-2 +2013,2,24,23,30,0,0,0,7.4,0,146.84,870,-3 +2013,2,25,0,30,0,0,0,7.1000000000000005,0,153.62,870,-4 +2013,2,25,1,30,0,0,0,7,-1,154.08,870,-4 +2013,2,25,2,30,0,0,0,7.1000000000000005,-1,147.96,870,-4 +2013,2,25,3,30,0,0,0,7.6000000000000005,-1,138.08,870,-4 +2013,2,25,4,30,0,0,0,8.4,-1,126.57000000000001,870,-5 +2013,2,25,5,30,0,0,0,9.1,-2,114.38,870,-5 +2013,2,25,6,30,0,0,0,9.5,-2,101.98,870,-6 +2013,2,25,7,30,0,0,0,9.700000000000001,-2,89.66,870,-6 +2013,2,25,8,30,16,16,0,10.100000000000001,-1,77.71000000000001,870,-6 +2013,2,25,9,30,33,33,0,10.600000000000001,0,66.45,870,-5 +2013,2,25,10,30,76,76,0,11,0,56.410000000000004,870,-5 +2013,2,25,11,30,132,132,0,11.200000000000001,0,48.46,870,-5 +2013,2,25,12,30,272,259,18,11,1,43.77,870,-5 +2013,2,25,13,30,411,353,80,10.600000000000001,2,43.46,870,-5 +2013,2,25,14,30,558,304,377,10,3,47.6,870,-6 +2013,2,25,15,30,231,218,23,9.200000000000001,4,55.18,870,-6 +2013,2,25,16,30,451,87,861,7.6000000000000005,4,64.98,870,-7 +2013,2,25,17,30,42,42,0,5.1000000000000005,2,76.11,870,-6 +2013,2,25,18,30,24,16,227,3,-1,87.99,870,-7 +2013,2,25,19,30,0,0,0,2.1,-2,100.26,870,-8 +2013,2,25,20,30,0,0,0,1.7000000000000002,-3,112.65,870,-8 +2013,2,25,21,30,0,0,0,1.6,-4,124.86,870,-9 +2013,2,25,22,30,0,0,0,1.6,-4,136.46,870,-9 +2013,2,25,23,30,0,0,0,1.6,-5,146.57,870,-9 +2013,2,26,0,30,0,0,0,1.7000000000000002,-5,153.27,870,-9 +2013,2,26,1,30,0,0,0,1.7000000000000002,-6,153.71,870,-9 +2013,2,26,2,30,0,0,0,1.7000000000000002,-6,147.63,870,-9 +2013,2,26,3,30,0,0,0,1.6,-6,137.8,870,-9 +2013,2,26,4,30,0,0,0,1.6,-6,126.32000000000001,870,-10 +2013,2,26,5,30,0,0,0,1.5,-6,114.14,870,-10 +2013,2,26,6,30,0,0,0,1.7000000000000002,-6,101.74000000000001,870,-10 +2013,2,26,7,30,0,0,0,2.2,-4,89.42,870,-10 +2013,2,26,8,30,208,50,727,2.4000000000000004,0,77.44,870,-9 +2013,2,26,9,30,440,71,912,2.4000000000000004,2,66.16,870,-8 +2013,2,26,10,30,641,85,997,3.2,6,56.09,870,-7 +2013,2,26,11,30,786,95,1035,4,9,48.1,870,-8 +2013,2,26,12,30,862,103,1043,4.3,12,43.4,870,-9 +2013,2,26,13,30,864,104,1041,4.6000000000000005,13,43.09,870,-9 +2013,2,26,14,30,792,99,1022,4.800000000000001,13,47.27,870,-9 +2013,2,26,15,30,654,90,981,4.7,13,54.910000000000004,870,-9 +2013,2,26,16,30,461,77,901,3.4000000000000004,12,64.75,870,-9 +2013,2,26,17,30,184,69,475,1.9000000000000001,9,75.91,870,-5 +2013,2,26,18,30,25,17,221,2.4000000000000004,6,87.81,870,-5 +2013,2,26,19,30,0,0,0,3.8000000000000003,4,100.09,870,-6 +2013,2,26,20,30,0,0,0,4.3,2,112.48,870,-8 +2013,2,26,21,30,0,0,0,4.4,0,124.67,870,-10 +2013,2,26,22,30,0,0,0,4.9,0,136.24,870,-11 +2013,2,26,23,30,0,0,0,5.4,0,146.29,880,-10 +2013,2,27,0,30,0,0,0,5.4,-1,152.92000000000002,880,-8 +2013,2,27,1,30,0,0,0,4.6000000000000005,-2,153.33,880,-6 +2013,2,27,2,30,0,0,0,4,-2,147.3,880,-6 +2013,2,27,3,30,0,0,0,3.7,-3,137.51,880,-5 +2013,2,27,4,30,0,0,0,3.8000000000000003,-3,126.06,880,-5 +2013,2,27,5,30,0,0,0,4.1000000000000005,-3,113.9,880,-5 +2013,2,27,6,30,0,0,0,4.3,-3,101.5,880,-5 +2013,2,27,7,30,0,0,0,5.2,-1,89.17,880,-5 +2013,2,27,8,30,211,57,693,6.7,0,77.18,880,-5 +2013,2,27,9,30,442,83,876,7.2,2,65.87,880,-6 +2013,2,27,10,30,640,102,957,6.7,4,55.77,880,-7 +2013,2,27,11,30,785,114,997,6.2,6,47.75,880,-7 +2013,2,27,12,30,862,120,1015,5.800000000000001,7,43.02,880,-8 +2013,2,27,13,30,866,119,1016,5.4,8,42.730000000000004,880,-8 +2013,2,27,14,30,795,114,998,5,8,46.95,880,-9 +2013,2,27,15,30,658,100,964,4.4,7,54.63,880,-9 +2013,2,27,16,30,465,83,887,3.6,6,64.52,880,-9 +2013,2,27,17,30,238,60,722,2.2,4,75.71000000000001,880,-8 +2013,2,27,18,30,27,17,246,1.2000000000000002,1,87.63,880,-6 +2013,2,27,19,30,0,0,0,1.2000000000000002,0,99.92,880,-8 +2013,2,27,20,30,0,0,0,1.1,0,112.3,880,-8 +2013,2,27,21,30,0,0,0,0.9,0,124.49000000000001,880,-9 +2013,2,27,22,30,0,0,0,0.6000000000000001,0,136.02,880,-9 +2013,2,27,23,30,0,0,0,0.5,0,146.02,880,-9 +2013,2,28,0,30,0,0,0,0.8,-1,152.57,880,-9 +2013,2,28,1,30,0,0,0,1.1,-2,152.95000000000002,880,-9 +2013,2,28,2,30,0,0,0,1.2000000000000002,-3,146.96,880,-9 +2013,2,28,3,30,0,0,0,1.3,-4,137.22,880,-9 +2013,2,28,4,30,0,0,0,1.3,-4,125.79,880,-9 +2013,2,28,5,30,0,0,0,1.3,-4,113.65,880,-9 +2013,2,28,6,30,0,0,0,1.3,-3,101.26,880,-9 +2013,2,28,7,30,13,11,119,1.8,-1,88.92,880,-9 +2013,2,28,8,30,206,54,674,2.2,1,76.91,880,-9 +2013,2,28,9,30,429,74,859,2.5,5,65.58,890,-9 +2013,2,28,10,30,622,86,945,2.9000000000000004,7,55.45,880,-10 +2013,2,28,11,30,763,92,990,3.2,9,47.39,880,-10 +2013,2,28,12,30,839,96,1011,3.5,10,42.64,880,-11 +2013,2,28,13,30,844,96,1013,3.7,11,42.36,880,-12 +2013,2,28,14,30,778,92,998,3.7,11,46.62,880,-12 +2013,2,28,15,30,645,85,960,3.6,10,54.36,880,-12 +2013,2,28,16,30,457,75,879,3.1,9,64.29,880,-12 +2013,2,28,17,30,235,57,712,2,5,75.51,880,-11 +2013,2,28,18,30,29,29,0,1.4000000000000001,2,87.45,880,-8 +2013,2,28,19,30,0,0,0,1.4000000000000001,1,99.75,880,-9 +2013,2,28,20,30,0,0,0,1.3,0,112.13,880,-10 +2013,2,28,21,30,0,0,0,1.3,0,124.3,880,-10 +2013,2,28,22,30,0,0,0,1.3,0,135.8,880,-10 +2013,2,28,23,30,0,0,0,1.2000000000000002,-1,145.73,880,-10 +2013,3,1,0,30,0,0,0,1.2000000000000002,-1,152.21,880,-10 +2013,3,1,1,30,0,0,0,1.1,-2,152.57,880,-10 +2013,3,1,2,30,0,0,0,0.9,-2,146.62,880,-10 +2013,3,1,3,30,0,0,0,0.9,-2,136.93,880,-10 +2013,3,1,4,30,0,0,0,1.3,-3,125.53,880,-10 +2013,3,1,5,30,0,0,0,1.7000000000000002,-3,113.4,880,-11 +2013,3,1,6,30,0,0,0,2.4000000000000004,-2,101.01,880,-11 +2013,3,1,7,30,16,12,156,3.6,-1,88.66,880,-10 +2013,3,1,8,30,213,51,703,4.2,2,76.64,890,-10 +2013,3,1,9,30,436,68,881,5.1000000000000005,7,65.28,890,-9 +2013,3,1,10,30,628,79,960,6.2,9,55.120000000000005,890,-9 +2013,3,1,11,30,765,88,992,6.6000000000000005,10,47.03,890,-9 +2013,3,1,12,30,836,95,1000,6.7,11,42.26,890,-8 +2013,3,1,13,30,837,96,997,6.7,11,41.99,890,-8 +2013,3,1,14,30,769,94,976,6.5,11,46.300000000000004,890,-7 +2013,3,1,15,30,637,85,940,5.9,11,54.09,880,-8 +2013,3,1,16,30,450,74,859,4.7,10,64.06,880,-8 +2013,3,1,17,30,230,58,677,2.6,7,75.31,880,-7 +2013,3,1,18,30,29,20,189,1.3,4,87.27,880,-6 +2013,3,1,19,30,0,0,0,1.3,4,99.58,880,-7 +2013,3,1,20,30,0,0,0,1.3,3,111.96000000000001,890,-7 +2013,3,1,21,30,0,0,0,1.4000000000000001,1,124.11,890,-7 +2013,3,1,22,30,0,0,0,1.4000000000000001,0,135.57,890,-7 +2013,3,1,23,30,0,0,0,1.4000000000000001,0,145.45000000000002,890,-7 +2013,3,2,0,30,0,0,0,1.3,-1,151.86,890,-7 +2013,3,2,1,30,0,0,0,1.2000000000000002,-1,152.19,890,-7 +2013,3,2,2,30,0,0,0,1.2000000000000002,-1,146.27,890,-8 +2013,3,2,3,30,0,0,0,1.1,-1,136.63,890,-8 +2013,3,2,4,30,0,0,0,1.1,-1,125.26,890,-8 +2013,3,2,5,30,0,0,0,1.2000000000000002,-1,113.14,890,-8 +2013,3,2,6,30,0,0,0,1.2000000000000002,-1,100.75,890,-8 +2013,3,2,7,30,17,14,124,1.9000000000000001,1,88.4,890,-7 +2013,3,2,8,30,154,82,304,2.7,5,76.36,890,-7 +2013,3,2,9,30,427,76,830,3,9,64.98,890,-6 +2013,3,2,10,30,616,87,917,3.2,12,54.79,890,-6 +2013,3,2,11,30,755,94,962,3.1,15,46.660000000000004,890,-5 +2013,3,2,12,30,829,98,983,3.1,16,41.87,890,-5 +2013,3,2,13,30,834,97,985,3.2,17,41.62,890,-5 +2013,3,2,14,30,769,93,972,3.3000000000000003,18,45.97,880,-6 +2013,3,2,15,30,636,88,928,3.1,17,53.81,880,-6 +2013,3,2,16,30,453,74,860,2.2,16,63.83,880,-7 +2013,3,2,17,30,237,55,707,1.4000000000000001,12,75.12,880,-3 +2013,3,2,18,30,32,19,259,1.4000000000000001,9,87.09,880,-3 +2013,3,2,19,30,0,0,0,1.5,7,99.41,880,-5 +2013,3,2,20,30,0,0,0,1.6,5,111.79,880,-5 +2013,3,2,21,30,0,0,0,1.8,5,123.92,880,-6 +2013,3,2,22,30,0,0,0,2.1,4,135.35,880,-7 +2013,3,2,23,30,0,0,0,2.4000000000000004,4,145.17000000000002,880,-8 +2013,3,3,0,30,0,0,0,2.7,3,151.5,880,-8 +2013,3,3,1,30,0,0,0,3,3,151.81,880,-8 +2013,3,3,2,30,0,0,0,3.1,2,145.92000000000002,880,-8 +2013,3,3,3,30,0,0,0,2.9000000000000004,1,136.32,880,-8 +2013,3,3,4,30,0,0,0,2.7,1,124.98,880,-8 +2013,3,3,5,30,0,0,0,2.6,1,112.88,880,-8 +2013,3,3,6,30,0,0,0,2.7,1,100.5,880,-7 +2013,3,3,7,30,15,15,0,3.5,3,88.14,880,-7 +2013,3,3,8,30,167,78,369,3.9000000000000004,7,76.09,880,-6 +2013,3,3,9,30,366,124,565,3.9000000000000004,12,64.68,880,-5 +2013,3,3,10,30,638,84,953,4.9,17,54.46,880,-5 +2013,3,3,11,30,668,217,651,6.1000000000000005,21,46.300000000000004,880,-6 +2013,3,3,12,30,576,376,267,6.6000000000000005,23,41.480000000000004,870,-7 +2013,3,3,13,30,465,380,112,7,24,41.25,870,-8 +2013,3,3,14,30,538,340,282,6.9,24,45.65,870,-9 +2013,3,3,15,30,522,207,529,5.9,23,53.54,870,-10 +2013,3,3,16,30,377,141,531,4.2,22,63.61,870,-10 +2013,3,3,17,30,228,46,699,3.3000000000000003,18,74.92,870,-8 +2013,3,3,18,30,33,20,227,3.2,14,86.92,870,-7 +2013,3,3,19,30,0,0,0,3.6,14,99.24000000000001,870,-8 +2013,3,3,20,30,0,0,0,3.9000000000000004,13,111.61,870,-8 +2013,3,3,21,30,0,0,0,3.8000000000000003,12,123.73,870,-7 +2013,3,3,22,30,0,0,0,3.8000000000000003,12,135.12,870,-5 +2013,3,3,23,30,0,0,0,3.9000000000000004,11,144.88,870,-4 +2013,3,4,0,30,0,0,0,4.2,11,151.14000000000001,870,-4 +2013,3,4,1,30,0,0,0,4.6000000000000005,11,151.42000000000002,870,-3 +2013,3,4,2,30,0,0,0,4.6000000000000005,10,145.57,870,-3 +2013,3,4,3,30,0,0,0,4.5,10,136.02,870,-3 +2013,3,4,4,30,0,0,0,4.3,10,124.71000000000001,870,-3 +2013,3,4,5,30,0,0,0,4.1000000000000005,9,112.62,870,-3 +2013,3,4,6,30,0,0,0,4.1000000000000005,9,100.24000000000001,870,-3 +2013,3,4,7,30,23,23,0,4.6000000000000005,10,87.88,870,-3 +2013,3,4,8,30,224,50,711,5.6000000000000005,14,75.81,870,-3 +2013,3,4,9,30,443,67,869,6.9,18,64.38,870,-4 +2013,3,4,10,30,628,82,932,7.7,20,54.13,870,-5 +2013,3,4,11,30,762,92,964,7.6000000000000005,21,45.93,870,-4 +2013,3,4,12,30,830,105,962,7.5,22,41.1,870,-3 +2013,3,4,13,30,830,113,948,7.300000000000001,23,40.87,870,-3 +2013,3,4,14,30,761,113,921,7.1000000000000005,23,45.33,870,-3 +2013,3,4,15,30,632,100,890,6.9,22,53.27,870,-3 +2013,3,4,16,30,449,86,810,6.4,21,63.38,870,-4 +2013,3,4,17,30,232,67,628,5.2,18,74.72,870,-4 +2013,3,4,18,30,33,23,178,4.7,16,86.74,870,-3 +2013,3,4,19,30,0,0,0,4.6000000000000005,13,99.07000000000001,870,-4 +2013,3,4,20,30,0,0,0,4.5,11,111.44,870,-4 +2013,3,4,21,30,0,0,0,6.6000000000000005,8,123.54,880,-3 +2013,3,4,22,30,0,0,0,9.4,4,134.9,880,-2 +2013,3,4,23,30,0,0,0,9.5,2,144.59,880,-2 +2013,3,5,0,30,0,0,0,8.1,0,150.78,880,-3 +2013,3,5,1,30,0,0,0,6.7,0,151.03,880,-4 +2013,3,5,2,30,0,0,0,5.300000000000001,0,145.22,880,-5 +2013,3,5,3,30,0,0,0,4.1000000000000005,0,135.71,880,-5 +2013,3,5,4,30,0,0,0,3,0,124.43,890,-6 +2013,3,5,5,30,0,0,0,2.1,-1,112.35000000000001,890,-6 +2013,3,5,6,30,0,0,0,1.9000000000000001,-2,99.98,890,-7 +2013,3,5,7,30,27,17,233,2.9000000000000004,-1,87.61,890,-7 +2013,3,5,8,30,236,56,721,3.8000000000000003,1,75.53,890,-10 +2013,3,5,9,30,463,75,887,3.4000000000000004,3,64.08,890,-12 +2013,3,5,10,30,657,87,965,2.6,5,53.79,890,-13 +2013,3,5,11,30,799,94,1006,1.8,7,45.56,890,-12 +2013,3,5,12,30,873,99,1021,1.1,8,40.71,890,-11 +2013,3,5,13,30,877,98,1023,0.5,9,40.5,890,-11 +2013,3,5,14,30,807,95,1007,0.4,10,45,890,-10 +2013,3,5,15,30,671,88,967,0.9,11,53.01,890,-10 +2013,3,5,16,30,479,78,890,1.4000000000000001,10,63.160000000000004,890,-10 +2013,3,5,17,30,254,59,732,1.3,8,74.53,890,-10 +2013,3,5,18,30,40,22,295,1.1,5,86.56,890,-6 +2013,3,5,19,30,0,0,0,1.4000000000000001,3,98.91,890,-7 +2013,3,5,20,30,0,0,0,1.6,2,111.27,890,-8 +2013,3,5,21,30,0,0,0,1.8,2,123.35000000000001,890,-8 +2013,3,5,22,30,0,0,0,2,1,134.67000000000002,890,-9 +2013,3,5,23,30,0,0,0,2.1,1,144.3,890,-9 +2013,3,6,0,30,0,0,0,2.2,0,150.41,890,-9 +2013,3,6,1,30,0,0,0,2.1,0,150.64000000000001,890,-9 +2013,3,6,2,30,0,0,0,2.1,0,144.86,890,-9 +2013,3,6,3,30,0,0,0,2.1,0,135.39000000000001,880,-9 +2013,3,6,4,30,0,0,0,2.2,0,124.14,880,-9 +2013,3,6,5,30,0,0,0,2.4000000000000004,0,112.09,880,-10 +2013,3,6,6,30,0,0,0,2.5,0,99.72,890,-10 +2013,3,6,7,30,4,4,0,3,1,87.34,890,-10 +2013,3,6,8,30,198,67,512,4.1000000000000005,3,75.25,890,-11 +2013,3,6,9,30,331,175,352,5.300000000000001,6,63.77,890,-11 +2013,3,6,10,30,498,243,427,5.9,8,53.45,890,-12 +2013,3,6,11,30,641,261,538,6,9,45.19,880,-11 +2013,3,6,12,30,722,291,566,6,11,40.31,880,-11 +2013,3,6,13,30,725,289,569,6,13,40.12,880,-10 +2013,3,6,14,30,701,209,693,6,14,44.68,880,-9 +2013,3,6,15,30,504,249,420,6,15,52.74,880,-8 +2013,3,6,16,30,370,161,457,5.5,14,62.940000000000005,880,-8 +2013,3,6,17,30,236,71,610,4.2,12,74.34,880,-7 +2013,3,6,18,30,36,25,179,3.9000000000000004,9,86.39,880,-6 +2013,3,6,19,30,0,0,0,4.5,8,98.74000000000001,880,-6 +2013,3,6,20,30,0,0,0,4.4,7,111.10000000000001,880,-7 +2013,3,6,21,30,0,0,0,4,6,123.16,880,-7 +2013,3,6,22,30,0,0,0,3.8000000000000003,5,134.44,880,-7 +2013,3,6,23,30,0,0,0,3.7,5,144.01,880,-7 +2013,3,7,0,30,0,0,0,3.7,4,150.05,880,-8 +2013,3,7,1,30,0,0,0,4,4,150.25,880,-8 +2013,3,7,2,30,0,0,0,4.3,4,144.5,880,-8 +2013,3,7,3,30,0,0,0,3.8000000000000003,4,135.08,880,-8 +2013,3,7,4,30,0,0,0,2.9000000000000004,3,123.86,880,-7 +2013,3,7,5,30,0,0,0,2.3000000000000003,3,111.81,880,-6 +2013,3,7,6,30,0,0,0,2.1,3,99.45,880,-6 +2013,3,7,7,30,28,21,135,2.7,6,87.07000000000001,880,-5 +2013,3,7,8,30,176,89,334,2.9000000000000004,10,74.97,880,-4 +2013,3,7,9,30,440,90,785,2.4000000000000004,14,63.47,880,-3 +2013,3,7,10,30,625,106,864,2.5,19,53.120000000000005,880,-2 +2013,3,7,11,30,555,341,301,3,22,44.81,880,-1 +2013,3,7,12,30,708,308,522,3.4000000000000004,24,39.92,880,-1 +2013,3,7,13,30,736,292,577,3.9000000000000004,25,39.75,880,0 +2013,3,7,14,30,432,355,108,4.5,25,44.35,880,-1 +2013,3,7,15,30,631,115,847,5,24,52.47,880,-1 +2013,3,7,16,30,448,102,753,4.9,23,62.72,880,-1 +2013,3,7,17,30,234,79,567,3.9000000000000004,19,74.15,880,-1 +2013,3,7,18,30,37,27,147,3.8000000000000003,16,86.22,880,0 +2013,3,7,19,30,0,0,0,4.7,14,98.57000000000001,880,-1 +2013,3,7,20,30,0,0,0,5,13,110.92,880,-1 +2013,3,7,21,30,0,0,0,4.800000000000001,12,122.96000000000001,880,-1 +2013,3,7,22,30,0,0,0,4.4,11,134.21,880,-1 +2013,3,7,23,30,0,0,0,4.1000000000000005,10,143.72,880,0 +2013,3,8,0,30,0,0,0,3.9000000000000004,9,149.68,880,0 +2013,3,8,1,30,0,0,0,3.7,9,149.85,880,1 +2013,3,8,2,30,0,0,0,3.4000000000000004,9,144.14000000000001,880,2 +2013,3,8,3,30,0,0,0,3,8,134.76,880,3 +2013,3,8,4,30,0,0,0,3,8,123.57000000000001,880,3 +2013,3,8,5,30,0,0,0,3.3000000000000003,9,111.54,880,3 +2013,3,8,6,30,0,0,0,3.6,9,99.18,880,2 +2013,3,8,7,30,16,16,0,4.1000000000000005,11,86.8,880,1 +2013,3,8,8,30,211,66,548,4.7,13,74.68,880,0 +2013,3,8,9,30,211,190,47,5.6000000000000005,17,63.160000000000004,880,-1 +2013,3,8,10,30,622,116,836,6.4,19,52.78,880,0 +2013,3,8,11,30,753,129,873,6.800000000000001,20,44.44,880,2 +2013,3,8,12,30,832,113,931,7.1000000000000005,21,39.52,870,3 +2013,3,8,13,30,835,110,938,7.4,22,39.37,870,3 +2013,3,8,14,30,269,256,18,7.5,23,44.03,870,3 +2013,3,8,15,30,642,88,903,7.300000000000001,22,52.21,870,3 +2013,3,8,16,30,375,166,451,6.7,21,62.5,870,3 +2013,3,8,17,30,116,106,36,5.4,20,73.96000000000001,870,3 +2013,3,8,18,30,20,20,0,4.4,18,86.04,870,3 +2013,3,8,19,30,0,0,0,4.5,16,98.4,870,4 +2013,3,8,20,30,0,0,0,5.1000000000000005,15,110.75,870,4 +2013,3,8,21,30,0,0,0,5.1000000000000005,14,122.77,870,5 +2013,3,8,22,30,0,0,0,4.3,13,133.98,870,6 +2013,3,8,23,30,0,0,0,4.3,12,143.42000000000002,870,6 +2013,3,9,0,30,0,0,0,4.4,11,149.32,870,7 +2013,3,9,1,30,0,0,0,3.5,11,149.46,870,7 +2013,3,9,2,30,0,0,0,2.5,10,143.77,870,7 +2013,3,9,3,30,0,0,0,2.1,10,134.43,870,6 +2013,3,9,4,30,0,0,0,2.5,9,123.27,870,6 +2013,3,9,5,30,0,0,0,3.6,9,111.27,870,5 +2013,3,9,6,30,0,0,0,4.6000000000000005,9,98.91,870,4 +2013,3,9,7,30,40,22,299,5.5,10,86.53,870,3 +2013,3,9,8,30,199,82,436,6.800000000000001,11,74.39,870,2 +2013,3,9,9,30,483,68,909,7.6000000000000005,12,62.85,870,-4 +2013,3,9,10,30,675,76,982,7.7,13,52.44,870,-6 +2013,3,9,11,30,812,80,1019,7.800000000000001,14,44.06,870,-7 +2013,3,9,12,30,884,85,1029,8,14,39.13,870,-8 +2013,3,9,13,30,884,86,1027,8.1,15,39,870,-8 +2013,3,9,14,30,814,83,1010,8.200000000000001,14,43.71,870,-8 +2013,3,9,15,30,679,78,973,8.1,13,51.94,870,-8 +2013,3,9,16,30,491,69,908,7.4,12,62.28,870,-9 +2013,3,9,17,30,269,53,771,5.9,11,73.77,870,-10 +2013,3,9,18,30,51,23,385,4.2,9,85.87,870,-10 +2013,3,9,19,30,0,0,0,3.8000000000000003,7,98.24000000000001,870,-9 +2013,3,9,20,30,0,0,0,4.3,6,110.58,870,-9 +2013,3,9,21,30,0,0,0,4.6000000000000005,5,122.58,870,-9 +2013,3,9,22,30,0,0,0,4.7,4,133.74,870,-8 +2013,3,9,23,30,0,0,0,5.7,3,143.13,870,-6 +2013,3,10,0,30,0,0,0,7.2,2,148.95000000000002,870,-5 +2013,3,10,1,30,0,0,0,7.9,1,149.06,870,-4 +2013,3,10,2,30,0,0,0,7.7,1,143.41,870,-4 +2013,3,10,3,30,0,0,0,7.300000000000001,0,134.11,880,-5 +2013,3,10,4,30,0,0,0,6.9,0,122.98,880,-6 +2013,3,10,5,30,0,0,0,6.300000000000001,0,110.99000000000001,880,-7 +2013,3,10,6,30,0,0,0,5.9,0,98.64,880,-8 +2013,3,10,7,30,44,23,311,6.5,0,86.25,880,-9 +2013,3,10,8,30,259,60,726,7.800000000000001,2,74.10000000000001,880,-11 +2013,3,10,9,30,485,81,876,8.5,3,62.54,880,-12 +2013,3,10,10,30,679,93,954,8.5,5,52.09,880,-13 +2013,3,10,11,30,704,232,652,8.3,6,43.68,880,-13 +2013,3,10,12,30,332,310,27,8,7,38.730000000000004,880,-12 +2013,3,10,13,30,893,103,1011,7.7,8,38.62,880,-12 +2013,3,10,14,30,822,99,995,7.4,8,43.39,880,-12 +2013,3,10,15,30,686,88,964,7.2,9,51.68,880,-12 +2013,3,10,16,30,494,78,887,6.800000000000001,8,62.06,880,-12 +2013,3,10,17,30,268,61,731,5.4,6,73.58,880,-12 +2013,3,10,18,30,51,27,319,3.8000000000000003,4,85.7,880,-12 +2013,3,10,19,30,0,0,0,3.2,2,98.07000000000001,880,-11 +2013,3,10,20,30,0,0,0,2.7,0,110.4,880,-12 +2013,3,10,21,30,0,0,0,2.1,0,122.38,880,-12 +2013,3,10,22,30,0,0,0,1.7000000000000002,0,133.51,880,-12 +2013,3,10,23,30,0,0,0,1.5,-1,142.83,880,-12 +2013,3,11,0,30,0,0,0,1.3,-2,148.58,880,-12 +2013,3,11,1,30,0,0,0,1.3,-2,148.66,880,-12 +2013,3,11,2,30,0,0,0,1.3,-2,143.04,880,-12 +2013,3,11,3,30,0,0,0,1.5,-2,133.78,880,-12 +2013,3,11,4,30,0,0,0,1.7000000000000002,-2,122.68,880,-12 +2013,3,11,5,30,0,0,0,1.9000000000000001,-2,110.71000000000001,880,-12 +2013,3,11,6,30,0,0,0,2.6,-1,98.37,880,-12 +2013,3,11,7,30,48,23,349,3.8000000000000003,1,85.97,880,-12 +2013,3,11,8,30,265,54,757,4.800000000000001,5,73.81,880,-10 +2013,3,11,9,30,489,70,900,5.5,10,62.230000000000004,880,-9 +2013,3,11,10,30,679,82,964,5.6000000000000005,14,51.75,880,-8 +2013,3,11,11,30,816,92,995,5.1000000000000005,16,43.31,880,-8 +2013,3,11,12,30,887,99,1005,4.800000000000001,17,38.33,880,-8 +2013,3,11,13,30,889,98,1007,4.7,18,38.25,880,-9 +2013,3,11,14,30,820,93,995,4.6000000000000005,19,43.07,880,-9 +2013,3,11,15,30,685,84,964,4.4,19,51.42,870,-10 +2013,3,11,16,30,495,74,892,3.5,18,61.84,870,-10 +2013,3,11,17,30,271,58,745,2.1,14,73.4,870,-7 +2013,3,11,18,30,53,26,354,1.5,11,85.53,870,-4 +2013,3,11,19,30,0,0,0,1.6,9,97.91,870,-6 +2013,3,11,20,30,0,0,0,1.8,7,110.23,870,-6 +2013,3,11,21,30,0,0,0,2.1,7,122.19,880,-7 +2013,3,11,22,30,0,0,0,2.5,6,133.27,880,-7 +2013,3,11,23,30,0,0,0,3.1,6,142.53,870,-7 +2013,3,12,0,30,0,0,0,3.6,5,148.21,870,-7 +2013,3,12,1,30,0,0,0,3.9000000000000004,4,148.26,880,-6 +2013,3,12,2,30,0,0,0,4.3,3,142.67000000000002,880,-6 +2013,3,12,3,30,0,0,0,5.2,2,133.45,880,-5 +2013,3,12,4,30,0,0,0,6,1,122.38,880,-3 +2013,3,12,5,30,0,0,0,6.300000000000001,1,110.43,880,-1 +2013,3,12,6,30,0,0,0,6.4,1,98.09,880,-1 +2013,3,12,7,30,48,27,274,7,2,85.7,880,0 +2013,3,12,8,30,256,69,659,7.7,4,73.52,880,0 +2013,3,12,9,30,476,91,816,7.6000000000000005,7,61.92,880,-1 +2013,3,12,10,30,664,102,900,7.1000000000000005,9,51.410000000000004,880,-2 +2013,3,12,11,30,801,106,948,6.4,11,42.93,880,-2 +2013,3,12,12,30,874,102,978,5.6000000000000005,12,37.93,880,-2 +2013,3,12,13,30,874,101,979,4.800000000000001,13,37.87,880,-2 +2013,3,12,14,30,804,99,960,4,14,42.75,880,-2 +2013,3,12,15,30,598,171,681,3.3000000000000003,14,51.160000000000004,880,-2 +2013,3,12,16,30,485,79,854,2.9000000000000004,13,61.63,880,-2 +2013,3,12,17,30,266,61,712,2.1,11,73.21000000000001,880,-2 +2013,3,12,18,30,54,27,328,1.7000000000000002,7,85.36,890,-1 +2013,3,12,19,30,0,0,0,2,6,97.74000000000001,890,-2 +2013,3,12,20,30,0,0,0,2.3000000000000003,5,110.06,890,-2 +2013,3,12,21,30,0,0,0,2.2,4,121.99000000000001,890,-2 +2013,3,12,22,30,0,0,0,1.9000000000000001,2,133.03,890,-2 +2013,3,12,23,30,0,0,0,1.5,1,142.23,890,-2 +2013,3,13,0,30,0,0,0,1.3,1,147.84,890,-2 +2013,3,13,1,30,0,0,0,1.3,0,147.86,890,-2 +2013,3,13,2,30,0,0,0,1.3,0,142.3,890,-2 +2013,3,13,3,30,0,0,0,1.4000000000000001,0,133.12,890,-3 +2013,3,13,4,30,0,0,0,1.4000000000000001,0,122.08,890,-3 +2013,3,13,5,30,0,0,0,1.4000000000000001,0,110.14,890,-3 +2013,3,13,6,30,0,0,0,1.8,0,97.81,890,-4 +2013,3,13,7,30,24,24,0,2.8000000000000003,2,85.42,890,-4 +2013,3,13,8,30,223,82,485,4.2,6,73.23,890,-4 +2013,3,13,9,30,485,84,844,5.1000000000000005,10,61.6,890,-5 +2013,3,13,10,30,673,97,917,5.2,13,51.06,890,-5 +2013,3,13,11,30,809,105,955,5,15,42.550000000000004,890,-5 +2013,3,13,12,30,880,111,970,4.7,17,37.53,890,-5 +2013,3,13,13,30,882,109,974,4.3,19,37.49,890,-4 +2013,3,13,14,30,813,103,961,4,20,42.44,880,-4 +2013,3,13,15,30,678,96,922,3.8000000000000003,20,50.910000000000004,880,-4 +2013,3,13,16,30,491,82,853,3.1,19,61.42,880,-4 +2013,3,13,17,30,270,63,710,2,16,73.03,880,-3 +2013,3,13,18,30,56,28,335,1.7000000000000002,12,85.2,880,-1 +2013,3,13,19,30,0,0,0,2,10,97.57000000000001,880,-2 +2013,3,13,20,30,0,0,0,2.3000000000000003,9,109.88,880,-3 +2013,3,13,21,30,0,0,0,2.5,8,121.79,880,-3 +2013,3,13,22,30,0,0,0,2.5,8,132.79,880,-3 +2013,3,13,23,30,0,0,0,2.3000000000000003,7,141.93,880,-3 +2013,3,14,0,30,0,0,0,2,6,147.46,880,-4 +2013,3,14,1,30,0,0,0,1.9000000000000001,5,147.46,880,-4 +2013,3,14,2,30,0,0,0,1.9000000000000001,5,141.92000000000002,880,-4 +2013,3,14,3,30,0,0,0,1.9000000000000001,4,132.79,880,-4 +2013,3,14,4,30,0,0,0,1.8,4,121.78,880,-4 +2013,3,14,5,30,0,0,0,1.8,3,109.86,880,-5 +2013,3,14,6,30,0,0,0,2,4,97.53,880,-5 +2013,3,14,7,30,56,28,331,2.9000000000000004,7,85.13,880,-4 +2013,3,14,8,30,271,62,713,3.3000000000000003,11,72.94,880,-4 +2013,3,14,9,30,493,79,863,3.2,15,61.29,880,-3 +2013,3,14,10,30,681,89,935,3.6,20,50.72,880,-3 +2013,3,14,11,30,816,95,972,3.8000000000000003,23,42.17,880,-3 +2013,3,14,12,30,888,93,996,3.6,24,37.13,880,-4 +2013,3,14,13,30,889,90,1001,3.4000000000000004,25,37.12,880,-4 +2013,3,14,14,30,819,85,989,3.3000000000000003,25,42.12,880,-4 +2013,3,14,15,30,686,77,960,3.1,24,50.65,880,-4 +2013,3,14,16,30,499,67,899,2.5,23,61.21,880,-4 +2013,3,14,17,30,279,51,772,1.6,20,72.85000000000001,880,-1 +2013,3,14,18,30,62,25,425,1.4000000000000001,15,85.03,880,1 +2013,3,14,19,30,0,0,0,1.5,13,97.41,880,0 +2013,3,14,20,30,0,0,0,1.6,12,109.71000000000001,880,0 +2013,3,14,21,30,0,0,0,1.5,11,121.59,880,-1 +2013,3,14,22,30,0,0,0,1.5,11,132.55,880,-1 +2013,3,14,23,30,0,0,0,1.4000000000000001,11,141.62,880,-2 +2013,3,15,0,30,0,0,0,1.3,12,147.09,880,-2 +2013,3,15,1,30,0,0,0,1.3,11,147.06,880,-2 +2013,3,15,2,30,0,0,0,1.3,10,141.55,880,-3 +2013,3,15,3,30,0,0,0,1.4000000000000001,9,132.45,880,-3 +2013,3,15,4,30,0,0,0,1.5,7,121.47,880,-3 +2013,3,15,5,30,0,0,0,1.6,6,109.57000000000001,880,-3 +2013,3,15,6,30,0,0,0,2,7,97.25,880,-3 +2013,3,15,7,30,63,27,394,3.1,10,84.85000000000001,880,-3 +2013,3,15,8,30,283,57,756,3.7,14,72.65,880,-4 +2013,3,15,9,30,508,73,895,3.9000000000000004,18,60.97,880,-3 +2013,3,15,10,30,699,82,966,5.1000000000000005,23,50.370000000000005,880,-4 +2013,3,15,11,30,835,88,1002,5.800000000000001,26,41.78,880,-6 +2013,3,15,12,30,907,91,1017,5.800000000000001,27,36.730000000000004,880,-6 +2013,3,15,13,30,906,93,1014,5.6000000000000005,28,36.74,880,-7 +2013,3,15,14,30,733,224,683,5.1000000000000005,28,41.800000000000004,870,-7 +2013,3,15,15,30,621,161,721,4.5,28,50.4,870,-7 +2013,3,15,16,30,404,169,484,2.9000000000000004,26,61,870,-7 +2013,3,15,17,30,284,60,753,1.5,23,72.67,870,0 +2013,3,15,18,30,62,30,364,1.3,20,84.86,870,0 +2013,3,15,19,30,0,0,0,1.4000000000000001,17,97.25,870,-2 +2013,3,15,20,30,0,0,0,1.7000000000000002,15,109.53,870,-2 +2013,3,15,21,30,0,0,0,2.1,14,121.4,870,-3 +2013,3,15,22,30,0,0,0,2.5,13,132.31,870,-4 +2013,3,15,23,30,0,0,0,2.6,13,141.32,870,-5 +2013,3,16,0,30,0,0,0,2.8000000000000003,13,146.72,870,-5 +2013,3,16,1,30,0,0,0,2.9000000000000004,12,146.66,870,-6 +2013,3,16,2,30,0,0,0,2.8000000000000003,11,141.17000000000002,870,-6 +2013,3,16,3,30,0,0,0,2.7,9,132.11,870,-5 +2013,3,16,4,30,0,0,0,2.5,9,121.16,870,-5 +2013,3,16,5,30,0,0,0,2.5,8,109.28,870,-4 +2013,3,16,6,30,0,0,0,3.2,8,96.97,870,-4 +2013,3,16,7,30,67,29,394,4.1000000000000005,10,84.57000000000001,870,-4 +2013,3,16,8,30,284,61,736,4.6000000000000005,14,72.35000000000001,870,-3 +2013,3,16,9,30,505,80,867,5.1000000000000005,17,60.660000000000004,870,-2 +2013,3,16,10,30,691,92,931,5.300000000000001,19,50.03,870,-1 +2013,3,16,11,30,824,100,965,4.800000000000001,20,41.4,870,0 +2013,3,16,12,30,893,104,979,4.2,21,36.33,870,0 +2013,3,16,13,30,892,105,977,3.9000000000000004,22,36.36,870,0 +2013,3,16,14,30,820,103,957,3.8000000000000003,22,41.49,870,0 +2013,3,16,15,30,684,97,916,3.8000000000000003,21,50.15,870,0 +2013,3,16,16,30,490,68,863,3.9000000000000004,20,60.79,870,0 +2013,3,16,17,30,188,118,234,3.9000000000000004,17,72.49,870,0 +2013,3,16,18,30,47,34,137,4.1000000000000005,15,84.7,870,0 +2013,3,16,19,30,0,0,0,4.4,13,97.08,870,1 +2013,3,16,20,30,0,0,0,4.2,11,109.36,870,1 +2013,3,16,21,30,0,0,0,4,10,121.2,870,1 +2013,3,16,22,30,0,0,0,3.8000000000000003,9,132.07,870,1 +2013,3,16,23,30,0,0,0,3.8000000000000003,8,141.01,870,1 +2013,3,17,0,30,0,0,0,3.8000000000000003,7,146.34,870,0 +2013,3,17,1,30,0,0,0,3.3000000000000003,6,146.26,870,0 +2013,3,17,2,30,0,0,0,2.2,5,140.79,870,0 +2013,3,17,3,30,0,0,0,1.4000000000000001,4,131.77,870,-1 +2013,3,17,4,30,0,0,0,1.3,3,120.86,870,-1 +2013,3,17,5,30,0,0,0,1.3,2,108.99000000000001,870,-1 +2013,3,17,6,30,0,0,0,1.7000000000000002,3,96.69,870,-1 +2013,3,17,7,30,65,34,304,2,5,84.29,870,-1 +2013,3,17,8,30,281,72,676,1.4000000000000001,8,72.06,870,-1 +2013,3,17,9,30,504,92,833,1.2000000000000002,11,60.35,870,-1 +2013,3,17,10,30,693,104,909,2.4000000000000004,15,49.68,870,0 +2013,3,17,11,30,728,267,611,3.8000000000000003,18,41.02,870,0 +2013,3,17,12,30,893,122,951,4.7,21,35.93,870,-1 +2013,3,17,13,30,764,338,527,5.5,22,35.99,870,-1 +2013,3,17,14,30,689,299,518,6.1000000000000005,23,41.18,870,-2 +2013,3,17,15,30,207,200,10,6.5,23,49.9,870,-3 +2013,3,17,16,30,106,106,0,6.300000000000001,22,60.59,870,-4 +2013,3,17,17,30,128,118,33,4.9,20,72.31,870,-4 +2013,3,17,18,30,63,33,312,3.5,16,84.53,870,-3 +2013,3,17,19,30,0,0,0,3.4000000000000004,15,96.92,870,-3 +2013,3,17,20,30,0,0,0,3.8000000000000003,14,109.18,870,-4 +2013,3,17,21,30,0,0,0,4.2,13,121,870,-4 +2013,3,17,22,30,0,0,0,4.5,12,131.83,870,-5 +2013,3,17,23,30,0,0,0,4.4,11,140.70000000000002,870,-5 +2013,3,18,0,30,0,0,0,3.8000000000000003,10,145.97,870,-5 +2013,3,18,1,30,0,0,0,3,8,145.86,870,-5 +2013,3,18,2,30,0,0,0,2.9000000000000004,7,140.42000000000002,870,-5 +2013,3,18,3,30,0,0,0,4,7,131.43,870,-5 +2013,3,18,4,30,0,0,0,4.800000000000001,6,120.55,870,-5 +2013,3,18,5,30,0,0,0,4.6000000000000005,4,108.7,870,-5 +2013,3,18,6,30,0,0,0,4.5,4,96.41,880,-4 +2013,3,18,7,30,50,36,134,5.2,5,84,880,-4 +2013,3,18,8,30,243,92,482,5.5,7,71.77,880,-6 +2013,3,18,9,30,422,176,491,4.6000000000000005,9,60.03,880,-7 +2013,3,18,10,30,711,98,940,3.4000000000000004,12,49.34,880,-7 +2013,3,18,11,30,843,110,965,1.6,14,40.64,880,-7 +2013,3,18,12,30,913,111,984,1.3,16,35.53,880,-7 +2013,3,18,13,30,912,109,988,2.5,17,35.61,880,-7 +2013,3,18,14,30,842,100,980,2.7,18,40.87,880,-8 +2013,3,18,15,30,704,94,942,2.8000000000000003,19,49.65,870,-8 +2013,3,18,16,30,514,82,874,3,20,60.38,870,-9 +2013,3,18,17,30,290,64,737,2.5,17,72.13,870,-9 +2013,3,18,18,30,68,32,375,2.3000000000000003,13,84.37,870,-5 +2013,3,18,19,30,0,0,0,2.9000000000000004,11,96.75,870,-6 +2013,3,18,20,30,0,0,0,3.1,10,109.01,870,-6 +2013,3,18,21,30,0,0,0,2.6,9,120.8,870,-6 +2013,3,18,22,30,0,0,0,2,8,131.58,870,-6 +2013,3,18,23,30,0,0,0,1.6,7,140.4,870,-7 +2013,3,19,0,30,0,0,0,1.5,7,145.59,870,-8 +2013,3,19,1,30,0,0,0,1.7000000000000002,6,145.46,880,-9 +2013,3,19,2,30,0,0,0,2,5,140.04,880,-9 +2013,3,19,3,30,0,0,0,2,4,131.09,880,-10 +2013,3,19,4,30,0,0,0,2,3,120.23,880,-9 +2013,3,19,5,30,0,0,0,2,3,108.41,880,-9 +2013,3,19,6,30,0,0,0,2.5,4,96.13,880,-9 +2013,3,19,7,30,24,24,0,3,6,83.72,880,-9 +2013,3,19,8,30,88,88,0,3,8,71.47,880,-9 +2013,3,19,9,30,201,190,22,2.7,10,59.72,880,-9 +2013,3,19,10,30,243,232,17,2.7,11,48.99,880,-8 +2013,3,19,11,30,369,336,43,2.9000000000000004,12,40.26,880,-9 +2013,3,19,12,30,413,373,48,3,13,35.12,880,-9 +2013,3,19,13,30,504,416,107,3.1,14,35.24,880,-9 +2013,3,19,14,30,313,294,24,3.4000000000000004,15,40.56,880,-9 +2013,3,19,15,30,448,317,200,3.8000000000000003,15,49.4,880,-8 +2013,3,19,16,30,348,218,259,4.4,14,60.18,880,-8 +2013,3,19,17,30,166,127,127,4.6000000000000005,12,71.96000000000001,880,-7 +2013,3,19,18,30,59,39,202,4.5,10,84.2,880,-6 +2013,3,19,19,30,0,0,0,4.5,8,96.59,880,-3 +2013,3,19,20,30,0,0,0,4.2,7,108.83,880,-2 +2013,3,19,21,30,0,0,0,3.4000000000000004,6,120.59,880,0 +2013,3,19,22,30,0,0,0,2.4000000000000004,5,131.34,880,0 +2013,3,19,23,30,0,0,0,1.6,3,140.09,880,0 +2013,3,20,0,30,0,0,0,1.2000000000000002,2,145.22,880,0 +2013,3,20,1,30,0,0,0,1.1,2,145.05,880,0 +2013,3,20,2,30,0,0,0,1,2,139.66,880,0 +2013,3,20,3,30,0,0,0,0.9,2,130.75,880,0 +2013,3,20,4,30,0,0,0,1,1,119.92,890,0 +2013,3,20,5,30,0,0,0,1.1,0,108.11,890,0 +2013,3,20,6,30,0,0,0,1.4000000000000001,1,95.84,890,0 +2013,3,20,7,30,81,36,391,2,4,83.43,890,0 +2013,3,20,8,30,302,71,715,2.4000000000000004,7,71.18,890,-1 +2013,3,20,9,30,523,91,848,3,10,59.4,890,-4 +2013,3,20,10,30,708,106,910,3.6,13,48.65,890,-5 +2013,3,20,11,30,837,122,932,4.1000000000000005,14,39.88,880,-4 +2013,3,20,12,30,900,136,928,4.6000000000000005,15,34.72,880,-4 +2013,3,20,13,30,814,290,638,5,16,34.87,880,-3 +2013,3,20,14,30,683,307,492,5.300000000000001,17,40.25,880,-2 +2013,3,20,15,30,613,202,629,5.5,17,49.160000000000004,880,-2 +2013,3,20,16,30,416,178,476,5.2,16,59.980000000000004,880,-2 +2013,3,20,17,30,239,96,456,4.1000000000000005,15,71.78,880,-2 +2013,3,20,18,30,45,38,68,3.3000000000000003,13,84.04,880,-1 +2013,3,20,19,30,0,0,0,3.7,12,96.43,880,-1 +2013,3,20,20,30,0,0,0,4.1000000000000005,11,108.66,880,-1 +2013,3,20,21,30,0,0,0,4,11,120.39,880,0 +2013,3,20,22,30,0,0,0,3.7,10,131.09,870,0 +2013,3,20,23,30,0,0,0,3.6,9,139.78,870,0 +2013,3,21,0,30,0,0,0,3.6,9,144.84,870,0 +2013,3,21,1,30,0,0,0,3.6,9,144.65,870,0 +2013,3,21,2,30,0,0,0,3.5,8,139.28,870,0 +2013,3,21,3,30,0,0,0,3.2,7,130.41,870,1 +2013,3,21,4,30,0,0,0,3.1,7,119.61,870,1 +2013,3,21,5,30,0,0,0,3.2,6,107.82000000000001,870,1 +2013,3,21,6,30,0,0,0,3.9000000000000004,7,95.56,870,1 +2013,3,21,7,30,65,40,211,4.6000000000000005,10,83.15,870,0 +2013,3,21,8,30,181,136,138,5.2,14,70.88,870,-1 +2013,3,21,9,30,431,199,451,6.300000000000001,18,59.09,870,-1 +2013,3,21,10,30,593,239,531,7.1000000000000005,20,48.300000000000004,870,0 +2013,3,21,11,30,728,293,564,7.4,21,39.49,870,-1 +2013,3,21,12,30,902,130,934,7.800000000000001,23,34.32,870,-1 +2013,3,21,13,30,902,134,932,8,24,34.5,860,-1 +2013,3,21,14,30,693,310,499,8.200000000000001,24,39.95,860,-2 +2013,3,21,15,30,583,237,525,8.3,24,48.92,860,-3 +2013,3,21,16,30,473,106,729,7.800000000000001,23,59.78,860,-4 +2013,3,21,17,30,262,98,520,6.1000000000000005,21,71.61,860,-5 +2013,3,21,18,30,73,37,330,4.3,18,83.88,860,-5 +2013,3,21,19,30,0,0,0,4.1000000000000005,16,96.27,870,-5 +2013,3,21,20,30,0,0,0,4.7,15,108.48,870,-5 +2013,3,21,21,30,0,0,0,5,14,120.19,870,-5 +2013,3,21,22,30,0,0,0,4.800000000000001,13,130.84,870,-5 +2013,3,21,23,30,0,0,0,4.5,12,139.46,870,-5 +2013,3,22,0,30,0,0,0,4.4,10,144.47,870,-5 +2013,3,22,1,30,0,0,0,4.4,9,144.25,870,-5 +2013,3,22,2,30,0,0,0,4,7,138.9,870,-3 +2013,3,22,3,30,0,0,0,3.5,6,130.06,870,-1 +2013,3,22,4,30,0,0,0,3.4000000000000004,5,119.3,870,0 +2013,3,22,5,30,0,0,0,3.7,4,107.53,870,1 +2013,3,22,6,30,0,0,0,4.1000000000000005,4,95.27,870,1 +2013,3,22,7,30,52,44,69,4.1000000000000005,4,82.87,870,1 +2013,3,22,8,30,76,76,0,3.6,5,70.59,870,1 +2013,3,22,9,30,233,212,40,3.1,6,58.78,870,1 +2013,3,22,10,30,319,289,44,2.9000000000000004,7,47.96,870,1 +2013,3,22,11,30,695,319,485,2.5,9,39.11,870,2 +2013,3,22,12,30,784,354,518,2,11,33.92,870,2 +2013,3,22,13,30,890,176,862,1.9000000000000001,13,34.13,870,2 +2013,3,22,14,30,822,156,865,2.2,15,39.65,870,1 +2013,3,22,15,30,689,134,841,2.3000000000000003,16,48.68,870,0 +2013,3,22,16,30,501,113,766,2.5,17,59.59,870,0 +2013,3,22,17,30,279,93,583,2.6,15,71.44,870,0 +2013,3,22,18,30,65,46,174,3.2,13,83.72,870,0 +2013,3,22,19,30,0,0,0,3.9000000000000004,11,96.10000000000001,870,1 +2013,3,22,20,30,0,0,0,3.7,10,108.31,870,1 +2013,3,22,21,30,0,0,0,3.6,9,119.99000000000001,870,2 +2013,3,22,22,30,0,0,0,3.6,7,130.59,870,2 +2013,3,22,23,30,0,0,0,3.4000000000000004,6,139.15,870,2 +2013,3,23,0,30,0,0,0,3.2,6,144.09,870,2 +2013,3,23,1,30,0,0,0,3,5,143.85,870,2 +2013,3,23,2,30,0,0,0,2.8000000000000003,5,138.52,870,1 +2013,3,23,3,30,0,0,0,2.4000000000000004,5,129.72,870,1 +2013,3,23,4,30,0,0,0,2,6,118.98,870,0 +2013,3,23,5,30,0,0,0,2,6,107.23,870,-1 +2013,3,23,6,30,0,0,0,3,7,94.99,870,-2 +2013,3,23,7,30,91,47,343,4.6000000000000005,8,82.58,870,-3 +2013,3,23,8,30,321,85,701,5.5,10,70.3,870,-4 +2013,3,23,9,30,551,107,848,5.300000000000001,12,58.46,870,-6 +2013,3,23,10,30,740,124,914,5.1000000000000005,15,47.62,870,-8 +2013,3,23,11,30,875,136,947,5.5,18,38.730000000000004,870,-11 +2013,3,23,12,30,946,136,971,6.300000000000001,19,33.52,870,-13 +2013,3,23,13,30,821,310,615,7.5,20,33.76,870,-14 +2013,3,23,14,30,756,273,625,9,19,39.35,870,-16 +2013,3,23,15,30,567,272,444,10.3,18,48.44,870,-17 +2013,3,23,16,30,426,179,485,11,15,59.39,870,-18 +2013,3,23,17,30,245,100,451,11.200000000000001,11,71.27,870,-20 +2013,3,23,18,30,66,42,218,10.9,8,83.56,870,-20 +2013,3,23,19,30,0,0,0,10.8,4,95.94,880,-17 +2013,3,23,20,30,0,0,0,10.5,1,108.13,880,-11 +2013,3,23,21,30,0,0,0,9.600000000000001,0,119.78,880,-10 +2013,3,23,22,30,0,0,0,8.4,-1,130.34,880,-10 +2013,3,23,23,30,0,0,0,7.300000000000001,-2,138.84,880,-11 +2013,3,24,0,30,0,0,0,6.5,-3,143.71,880,-11 +2013,3,24,1,30,0,0,0,5.800000000000001,-4,143.45000000000002,880,-12 +2013,3,24,2,30,0,0,0,5.300000000000001,-5,138.14000000000001,880,-12 +2013,3,24,3,30,0,0,0,5.1000000000000005,-5,129.37,880,-12 +2013,3,24,4,30,0,0,0,4.9,-5,118.67,880,-12 +2013,3,24,5,30,0,0,0,4.5,-6,106.94,880,-12 +2013,3,24,6,30,0,0,0,4.3,-5,94.7,880,-12 +2013,3,24,7,30,102,43,439,4.800000000000001,-4,82.3,880,-12 +2013,3,24,8,30,334,77,752,5.1000000000000005,-1,70,880,-13 +2013,3,24,9,30,563,95,888,4.7,1,58.15,880,-14 +2013,3,24,10,30,756,105,959,3.9000000000000004,3,47.27,880,-15 +2013,3,24,11,30,893,112,996,3.1,5,38.35,880,-15 +2013,3,24,12,30,962,116,1010,2.4000000000000004,6,33.12,880,-16 +2013,3,24,13,30,959,115,1010,2,7,33.39,880,-16 +2013,3,24,14,30,882,111,992,1.8,8,39.050000000000004,880,-16 +2013,3,24,15,30,741,101,960,1.3,8,48.2,880,-16 +2013,3,24,16,30,545,88,892,0.8,7,59.2,880,-16 +2013,3,24,17,30,315,70,758,1.2000000000000002,6,71.10000000000001,880,-16 +2013,3,24,18,30,86,37,424,2.1,3,83.4,880,-14 +2013,3,24,19,30,0,0,0,3.3000000000000003,2,95.78,880,-14 +2013,3,24,20,30,0,0,0,3.8000000000000003,1,107.96000000000001,880,-15 +2013,3,24,21,30,0,0,0,3.7,0,119.58,880,-14 +2013,3,24,22,30,0,0,0,3.4000000000000004,0,130.09,880,-14 +2013,3,24,23,30,0,0,0,3.1,-1,138.53,880,-13 +2013,3,25,0,30,0,0,0,2.8000000000000003,-2,143.34,880,-13 +2013,3,25,1,30,0,0,0,2.4000000000000004,-3,143.05,880,-13 +2013,3,25,2,30,0,0,0,2,-4,137.76,880,-13 +2013,3,25,3,30,0,0,0,1.7000000000000002,-5,129.03,880,-13 +2013,3,25,4,30,0,0,0,1.5,-5,118.35000000000001,880,-13 +2013,3,25,5,30,0,0,0,1.5,-6,106.64,880,-12 +2013,3,25,6,30,0,0,0,2.1,-5,94.42,880,-12 +2013,3,25,7,30,104,47,410,3,-2,82.01,890,-11 +2013,3,25,8,30,333,84,718,3,0,69.71000000000001,890,-12 +2013,3,25,9,30,558,105,850,2.3000000000000003,2,57.84,890,-12 +2013,3,25,10,30,747,120,918,1.5,4,46.93,890,-12 +2013,3,25,11,30,883,127,958,1.1,6,37.97,890,-12 +2013,3,25,12,30,951,132,972,1.2000000000000002,7,32.72,890,-13 +2013,3,25,13,30,947,132,972,1.4000000000000001,8,33.02,880,-13 +2013,3,25,14,30,873,125,959,1.5,9,38.75,880,-13 +2013,3,25,15,30,733,113,926,1.5,9,47.97,880,-14 +2013,3,25,16,30,540,98,858,1.2000000000000002,8,59.01,880,-14 +2013,3,25,17,30,312,77,718,0.9,7,70.93,880,-14 +2013,3,25,18,30,85,40,382,0.9,4,83.24,880,-10 +2013,3,25,19,30,0,0,0,1.4000000000000001,2,95.62,880,-11 +2013,3,25,20,30,0,0,0,2,1,107.78,880,-11 +2013,3,25,21,30,0,0,0,2.4000000000000004,0,119.37,890,-11 +2013,3,25,22,30,0,0,0,2.4000000000000004,0,129.84,890,-11 +2013,3,25,23,30,0,0,0,2.1,0,138.21,890,-11 +2013,3,26,0,30,0,0,0,1.8,-1,142.96,890,-10 +2013,3,26,1,30,0,0,0,1.6,-2,142.65,890,-10 +2013,3,26,2,30,0,0,0,1.5,-3,137.38,890,-10 +2013,3,26,3,30,0,0,0,1.5,-3,128.68,890,-11 +2013,3,26,4,30,0,0,0,1.6,-4,118.04,890,-11 +2013,3,26,5,30,0,0,0,1.8,-4,106.35000000000001,890,-11 +2013,3,26,6,30,0,0,0,2.6,-2,94.13,890,-11 +2013,3,26,7,30,108,45,433,3.8000000000000003,0,81.73,890,-11 +2013,3,26,8,30,333,81,716,5.2,3,69.42,890,-11 +2013,3,26,9,30,554,103,840,6.300000000000001,7,57.53,890,-12 +2013,3,26,10,30,741,118,907,6.5,10,46.59,890,-13 +2013,3,26,11,30,874,127,943,6.4,12,37.6,880,-13 +2013,3,26,12,30,942,129,962,6.4,14,32.32,880,-12 +2013,3,26,13,30,938,129,959,6.300000000000001,15,32.65,880,-12 +2013,3,26,14,30,862,125,942,6.300000000000001,16,38.46,880,-12 +2013,3,26,15,30,725,110,914,6.2,16,47.74,880,-12 +2013,3,26,16,30,450,155,570,5.9,16,58.82,880,-11 +2013,3,26,17,30,269,87,553,4.7,14,70.76,880,-11 +2013,3,26,18,30,80,41,324,3.5,11,83.08,880,-10 +2013,3,26,19,30,0,0,0,3.6,8,95.46000000000001,880,-9 +2013,3,26,20,30,0,0,0,4.3,7,107.60000000000001,880,-10 +2013,3,26,21,30,0,0,0,4.6000000000000005,6,119.16,880,-10 +2013,3,26,22,30,0,0,0,4.5,5,129.59,880,-9 +2013,3,26,23,30,0,0,0,4.6000000000000005,5,137.9,880,-9 +2013,3,27,0,30,0,0,0,4.6000000000000005,5,142.59,880,-9 +2013,3,27,1,30,0,0,0,4.2,4,142.25,880,-8 +2013,3,27,2,30,0,0,0,3.6,3,137,880,-8 +2013,3,27,3,30,0,0,0,3,2,128.34,880,-8 +2013,3,27,4,30,0,0,0,2.8000000000000003,2,117.72,880,-7 +2013,3,27,5,30,0,0,0,2.7,2,106.05,880,-7 +2013,3,27,6,30,0,0,0,3.3000000000000003,3,93.85000000000001,880,-8 +2013,3,27,7,30,76,53,159,3.8000000000000003,6,81.45,880,-8 +2013,3,27,8,30,282,108,490,3.8000000000000003,10,69.13,880,-8 +2013,3,27,9,30,556,106,831,4.4,15,57.22,880,-7 +2013,3,27,10,30,645,244,579,4.800000000000001,20,46.25,880,-7 +2013,3,27,11,30,763,303,578,4.2,23,37.22,880,-7 +2013,3,27,12,30,774,367,479,3.7,24,31.92,880,-7 +2013,3,27,13,30,791,368,501,3.5,24,32.29,880,-7 +2013,3,27,14,30,602,394,265,3.5,24,38.17,880,-7 +2013,3,27,15,30,379,320,87,3.3000000000000003,23,47.51,880,-7 +2013,3,27,16,30,279,233,88,2.2,22,58.63,880,-7 +2013,3,27,17,30,133,125,25,1.2000000000000002,20,70.60000000000001,880,-3 +2013,3,27,18,30,21,21,0,1.2000000000000002,16,82.93,880,0 +2013,3,27,19,30,0,0,0,1.5,14,95.3,880,-2 +2013,3,27,20,30,0,0,0,1.8,13,107.42,880,-3 +2013,3,27,21,30,0,0,0,2.2,12,118.96000000000001,880,-3 +2013,3,27,22,30,0,0,0,2.5,11,129.33,880,-3 +2013,3,27,23,30,0,0,0,2.6,9,137.58,880,-4 +2013,3,28,0,30,0,0,0,2.6,8,142.21,880,-4 +2013,3,28,1,30,0,0,0,2.4000000000000004,7,141.85,880,-4 +2013,3,28,2,30,0,0,0,2.1,6,136.62,880,-4 +2013,3,28,3,30,0,0,0,1.8,5,127.99000000000001,880,-4 +2013,3,28,4,30,0,0,0,1.6,4,117.41,880,-4 +2013,3,28,5,30,0,0,0,1.6,3,105.76,880,-4 +2013,3,28,6,30,0,0,0,2.6,4,93.56,880,-3 +2013,3,28,7,30,83,53,195,3.5,6,81.17,880,-3 +2013,3,28,8,30,175,148,73,3.5,10,68.84,880,-3 +2013,3,28,9,30,407,236,312,3.2,14,56.92,880,-3 +2013,3,28,10,30,594,278,453,2.7,18,45.92,880,-3 +2013,3,28,11,30,741,327,516,2.6,22,36.85,880,-4 +2013,3,28,12,30,937,124,953,2.6,25,31.52,880,-6 +2013,3,28,13,30,934,118,961,2.6,26,31.93,880,-6 +2013,3,28,14,30,860,113,947,2.8000000000000003,26,37.88,880,-6 +2013,3,28,15,30,719,112,895,3,26,47.28,880,-6 +2013,3,28,16,30,467,142,620,2.8000000000000003,25,58.44,880,-6 +2013,3,28,17,30,217,131,257,1.9000000000000001,22,70.43,880,-5 +2013,3,28,18,30,56,47,70,1.3,19,82.77,880,0 +2013,3,28,19,30,0,0,0,1.4000000000000001,17,95.14,880,-1 +2013,3,28,20,30,0,0,0,1.2000000000000002,16,107.25,880,-1 +2013,3,28,21,30,0,0,0,1.1,15,118.75,880,-1 +2013,3,28,22,30,0,0,0,1,14,129.08,880,-1 +2013,3,28,23,30,0,0,0,1,13,137.27,880,-1 +2013,3,29,0,30,0,0,0,1.4000000000000001,12,141.84,880,-1 +2013,3,29,1,30,0,0,0,1.9000000000000001,11,141.45000000000002,880,-1 +2013,3,29,2,30,0,0,0,2,10,136.24,880,0 +2013,3,29,3,30,0,0,0,1.8,9,127.65,880,0 +2013,3,29,4,30,0,0,0,1.5,8,117.09,880,2 +2013,3,29,5,30,0,0,0,1.2000000000000002,8,105.46000000000001,880,3 +2013,3,29,6,30,0,0,0,1.2000000000000002,9,93.28,880,3 +2013,3,29,7,30,112,59,333,1.4000000000000001,11,80.89,880,3 +2013,3,29,8,30,294,108,510,1.6,14,68.56,880,2 +2013,3,29,9,30,471,181,527,1.5,18,56.61,880,2 +2013,3,29,10,30,672,211,659,1.2000000000000002,21,45.58,880,0 +2013,3,29,11,30,638,397,299,0.9,23,36.47,880,-1 +2013,3,29,12,30,708,426,329,0.8,24,31.12,880,-1 +2013,3,29,13,30,525,436,104,0.5,25,31.57,880,-2 +2013,3,29,14,30,667,359,388,0.4,25,37.59,880,-2 +2013,3,29,15,30,491,331,234,0.4,25,47.06,880,-2 +2013,3,29,16,30,350,239,210,0.5,24,58.26,880,-2 +2013,3,29,17,30,301,88,630,0.7000000000000001,22,70.27,880,1 +2013,3,29,18,30,88,41,368,0.9,19,82.61,880,2 +2013,3,29,19,30,0,0,0,1,17,94.97,880,0 +2013,3,29,20,30,0,0,0,1,16,107.07000000000001,880,0 +2013,3,29,21,30,0,0,0,1.1,15,118.54,880,0 +2013,3,29,22,30,0,0,0,1.2000000000000002,14,128.83,880,0 +2013,3,29,23,30,0,0,0,1.5,12,136.95000000000002,880,0 +2013,3,30,0,30,0,0,0,1.7000000000000002,11,141.47,880,0 +2013,3,30,1,30,0,0,0,1.9000000000000001,9,141.06,880,0 +2013,3,30,2,30,0,0,0,1.9000000000000001,9,135.86,880,0 +2013,3,30,3,30,0,0,0,1.8,8,127.31,880,-1 +2013,3,30,4,30,0,0,0,1.8,7,116.78,880,-2 +2013,3,30,5,30,0,0,0,1.9000000000000001,7,105.17,880,-3 +2013,3,30,6,30,0,0,0,2.7,8,93,880,-4 +2013,3,30,7,30,127,43,514,3.7,11,80.61,880,-3 +2013,3,30,8,30,356,70,770,3.8000000000000003,16,68.27,880,-2 +2013,3,30,9,30,576,88,880,3.7,21,56.31,880,-1 +2013,3,30,10,30,760,102,935,3.5,24,45.25,880,-2 +2013,3,30,11,30,890,112,963,2.9000000000000004,25,36.1,880,-2 +2013,3,30,12,30,953,119,970,2.3000000000000003,26,30.73,880,-3 +2013,3,30,13,30,946,123,962,1.9000000000000001,27,31.21,880,-3 +2013,3,30,14,30,870,118,944,1.8,27,37.300000000000004,880,-4 +2013,3,30,15,30,636,227,598,1.9000000000000001,26,46.84,880,-5 +2013,3,30,16,30,443,185,488,1.7000000000000002,25,58.08,880,-5 +2013,3,30,17,30,195,141,159,1,23,70.11,880,-5 +2013,3,30,18,30,45,44,6,0.6000000000000001,21,82.46000000000001,880,-1 +2013,3,30,19,30,0,0,0,0.7000000000000001,19,94.81,880,-1 +2013,3,30,20,30,0,0,0,0.9,18,106.89,880,-2 +2013,3,30,21,30,0,0,0,1,16,118.33,880,-2 +2013,3,30,22,30,0,0,0,1.1,15,128.57,880,-1 +2013,3,30,23,30,0,0,0,1.4000000000000001,15,136.64000000000001,880,-1 +2013,3,31,0,30,0,0,0,2,14,141.09,880,-2 +2013,3,31,1,30,0,0,0,2.5,13,140.66,880,-2 +2013,3,31,2,30,0,0,0,2.7,13,135.49,880,-1 +2013,3,31,3,30,0,0,0,3.7,12,126.96000000000001,880,0 +2013,3,31,4,30,0,0,0,6,10,116.46000000000001,880,3 +2013,3,31,5,30,0,0,0,6.9,8,104.88,880,4 +2013,3,31,6,30,0,0,0,6.4,8,92.72,880,5 +2013,3,31,7,30,72,61,66,6.2,10,80.33,880,5 +2013,3,31,8,30,214,158,148,6.1000000000000005,12,67.98,880,4 +2013,3,31,9,30,554,119,777,5.5,14,56.01,880,2 +2013,3,31,10,30,735,133,849,4.6000000000000005,17,44.92,880,1 +2013,3,31,11,30,864,139,893,3.7,19,35.730000000000004,880,0 +2013,3,31,12,30,933,131,928,2.6,20,30.330000000000002,880,0 +2013,3,31,13,30,929,129,932,1.4000000000000001,21,30.85,880,0 +2013,3,31,14,30,855,124,915,0.6000000000000001,22,37.02,880,0 +2013,3,31,15,30,720,112,884,0.7000000000000001,22,46.62,880,0 +2013,3,31,16,30,532,98,816,1.2000000000000002,21,57.9,880,0 +2013,3,31,17,30,312,77,687,1.1,20,69.95,880,0 +2013,3,31,18,30,94,41,393,0.9,17,82.3,880,2 +2013,3,31,19,30,0,0,0,1.2000000000000002,15,94.65,880,1 +2013,3,31,20,30,0,0,0,1.4000000000000001,13,106.71000000000001,880,1 +2013,3,31,21,30,0,0,0,1.9000000000000001,13,118.12,880,1 +2013,3,31,22,30,0,0,0,2.6,13,128.31,880,2 +2013,3,31,23,30,0,0,0,3.1,12,136.32,880,2 +2013,4,1,0,30,0,0,0,3.3000000000000003,11,140.72,880,2 +2013,4,1,1,30,0,0,0,3.2,10,140.27,880,3 +2013,4,1,2,30,0,0,0,3.1,10,135.11,880,3 +2013,4,1,3,30,0,0,0,2.9000000000000004,9,126.62,880,3 +2013,4,1,4,30,0,0,0,2.7,9,116.15,880,3 +2013,4,1,5,30,0,0,0,2.7,8,104.58,880,4 +2013,4,1,6,30,0,0,0,3.4000000000000004,9,92.44,880,4 +2013,4,1,7,30,93,62,179,4.1000000000000005,12,80.05,880,5 +2013,4,1,8,30,355,80,724,5.300000000000001,16,67.7,880,5 +2013,4,1,9,30,477,197,496,6.4,21,55.71,880,5 +2013,4,1,10,30,759,106,916,6.4,24,44.59,880,3 +2013,4,1,11,30,888,114,948,6.1000000000000005,26,35.36,880,1 +2013,4,1,12,30,950,124,953,6,27,29.94,880,0 +2013,4,1,13,30,942,128,945,5.9,28,30.490000000000002,880,-1 +2013,4,1,14,30,866,125,924,5.800000000000001,28,36.74,870,-2 +2013,4,1,15,30,685,167,751,5.5,27,46.4,870,-2 +2013,4,1,16,30,494,127,687,4.800000000000001,26,57.72,870,-3 +2013,4,1,17,30,265,110,447,2.8000000000000003,24,69.79,870,-4 +2013,4,1,18,30,70,51,137,0.7000000000000001,20,82.15,870,-1 +2013,4,1,19,30,0,0,0,0.2,16,94.49,870,0 +2013,4,1,20,30,0,0,0,0.9,14,106.54,870,0 +2013,4,1,21,30,0,0,0,1.4000000000000001,13,117.91,880,2 +2013,4,1,22,30,0,0,0,1.8,12,128.06,880,4 +2013,4,1,23,30,0,0,0,2.6,11,136.01,880,4 +2013,4,2,0,30,0,0,0,3.6,10,140.35,880,5 +2013,4,2,1,30,0,0,0,4.2,10,139.88,880,5 +2013,4,2,2,30,0,0,0,4.5,10,134.74,880,6 +2013,4,2,3,30,0,0,0,4.5,10,126.28,880,7 +2013,4,2,4,30,0,0,0,4.4,9,115.84,880,8 +2013,4,2,5,30,0,0,0,4.6000000000000005,8,104.29,880,8 +2013,4,2,6,30,0,0,0,5.1000000000000005,7,92.16,880,7 +2013,4,2,7,30,65,62,14,5.4,7,79.78,880,6 +2013,4,2,8,30,96,96,0,5.4,6,67.42,880,4 +2013,4,2,9,30,68,68,0,5.1000000000000005,6,55.410000000000004,880,2 +2013,4,2,10,30,218,210,11,4.6000000000000005,6,44.26,880,1 +2013,4,2,11,30,304,288,19,3.9000000000000004,6,34.99,880,0 +2013,4,2,12,30,287,273,16,3.4000000000000004,6,29.55,880,0 +2013,4,2,13,30,275,261,15,3.3000000000000003,7,30.14,880,0 +2013,4,2,14,30,201,192,10,3.6,8,36.47,880,0 +2013,4,2,15,30,226,217,12,4,9,46.19,880,0 +2013,4,2,16,30,151,150,1,4.4,8,57.54,880,0 +2013,4,2,17,30,307,109,569,4.6000000000000005,7,69.63,880,0 +2013,4,2,18,30,92,55,267,4.5,5,82,880,0 +2013,4,2,19,30,0,0,0,4.4,4,94.33,880,0 +2013,4,2,20,30,0,0,0,4.5,3,106.36,880,0 +2013,4,2,21,30,0,0,0,4.4,3,117.7,880,0 +2013,4,2,22,30,0,0,0,4.4,2,127.8,880,0 +2013,4,2,23,30,0,0,0,4.3,2,135.69,880,0 +2013,4,3,0,30,0,0,0,4.1000000000000005,2,139.98,880,0 +2013,4,3,1,30,0,0,0,3.6,1,139.49,880,-1 +2013,4,3,2,30,0,0,0,3.2,1,134.36,880,-1 +2013,4,3,3,30,0,0,0,3.3000000000000003,1,125.94,880,-1 +2013,4,3,4,30,0,0,0,3.6,0,115.53,880,-2 +2013,4,3,5,30,0,0,0,3.8000000000000003,0,104,880,-2 +2013,4,3,6,30,0,0,0,4,0,91.88,880,-2 +2013,4,3,7,30,5,5,0,4.3,1,79.5,880,-2 +2013,4,3,8,30,8,8,0,4.4,3,67.14,880,-2 +2013,4,3,9,30,132,132,0,4.4,4,55.120000000000005,880,-2 +2013,4,3,10,30,180,175,7,4.3,6,43.94,880,-2 +2013,4,3,11,30,536,423,137,4.1000000000000005,7,34.63,880,-2 +2013,4,3,12,30,564,455,124,4.1000000000000005,9,29.16,880,-1 +2013,4,3,13,30,547,448,113,4.1000000000000005,10,29.79,880,-1 +2013,4,3,14,30,580,414,204,4.1000000000000005,11,36.19,880,-1 +2013,4,3,15,30,730,128,865,4.1000000000000005,12,45.97,880,-1 +2013,4,3,16,30,542,108,805,4.1000000000000005,12,57.36,880,-1 +2013,4,3,17,30,322,82,682,3.6,11,69.47,880,-1 +2013,4,3,18,30,102,45,401,2.5,8,81.84,880,-2 +2013,4,3,19,30,0,0,0,2.4000000000000004,6,94.17,880,-2 +2013,4,3,20,30,0,0,0,3,4,106.18,880,-2 +2013,4,3,21,30,0,0,0,2.9000000000000004,3,117.49000000000001,880,-1 +2013,4,3,22,30,0,0,0,2,2,127.54,880,-1 +2013,4,3,23,30,0,0,0,0.9,0,135.37,880,-1 +2013,4,4,0,30,0,0,0,0.30000000000000004,0,139.61,880,-1 +2013,4,4,1,30,0,0,0,0.4,0,139.1,880,-1 +2013,4,4,2,30,0,0,0,0.8,0,133.99,880,-1 +2013,4,4,3,30,0,0,0,1.2000000000000002,0,125.60000000000001,880,-1 +2013,4,4,4,30,0,0,0,1.5,0,115.22,880,-1 +2013,4,4,5,30,0,0,0,1.8,0,103.71000000000001,880,-1 +2013,4,4,6,30,0,0,0,2.5,1,91.61,880,-1 +2013,4,4,7,30,153,50,553,3,4,79.23,880,-1 +2013,4,4,8,30,387,74,794,3.3000000000000003,9,66.86,880,-1 +2013,4,4,9,30,610,88,905,3.8000000000000003,14,54.82,880,-1 +2013,4,4,10,30,794,97,963,3.7,17,43.62,880,-2 +2013,4,4,11,30,924,102,994,3.6,20,34.27,880,-4 +2013,4,4,12,30,987,106,1005,3.4000000000000004,21,28.77,880,-6 +2013,4,4,13,30,980,105,1005,3,22,29.44,880,-7 +2013,4,4,14,30,903,101,990,2.7,23,35.92,880,-7 +2013,4,4,15,30,762,94,956,2.4000000000000004,23,45.76,880,-7 +2013,4,4,16,30,569,83,896,2,22,57.19,880,-8 +2013,4,4,17,30,342,67,779,1.4000000000000001,20,69.32000000000001,880,-8 +2013,4,4,18,30,112,39,505,1.2000000000000002,16,81.69,880,-3 +2013,4,4,19,30,0,0,0,1.7000000000000002,13,94.01,880,-5 +2013,4,4,20,30,0,0,0,2.3000000000000003,11,106,880,-5 +2013,4,4,21,30,0,0,0,2.8000000000000003,10,117.28,880,-5 +2013,4,4,22,30,0,0,0,3,9,127.29,880,-4 +2013,4,4,23,30,0,0,0,3,7,135.06,880,-4 +2013,4,5,0,30,0,0,0,2.9000000000000004,6,139.24,880,-3 +2013,4,5,1,30,0,0,0,2.8000000000000003,5,138.71,880,-3 +2013,4,5,2,30,0,0,0,2.6,5,133.62,880,-3 +2013,4,5,3,30,0,0,0,2.4000000000000004,4,125.26,880,-3 +2013,4,5,4,30,0,0,0,2.2,4,114.91,880,-2 +2013,4,5,5,30,0,0,0,2.2,4,103.43,880,-2 +2013,4,5,6,30,0,0,0,3,5,91.33,880,-2 +2013,4,5,7,30,116,65,267,3.6,7,78.96000000000001,880,-2 +2013,4,5,8,30,319,124,489,4,11,66.59,880,-2 +2013,4,5,9,30,499,194,524,5.6000000000000005,16,54.53,880,-2 +2013,4,5,10,30,587,335,346,7,20,43.300000000000004,880,-3 +2013,4,5,11,30,809,311,600,7.2,22,33.910000000000004,880,-4 +2013,4,5,12,30,783,398,437,7.2,23,28.39,880,-5 +2013,4,5,13,30,744,403,390,7.4,24,29.09,880,-5 +2013,4,5,14,30,877,147,897,7.4,24,35.65,880,-5 +2013,4,5,15,30,628,255,533,7,24,45.56,870,-6 +2013,4,5,16,30,449,204,449,6.2,24,57.02,870,-5 +2013,4,5,17,30,176,146,84,5.300000000000001,23,69.16,870,-5 +2013,4,5,18,30,53,51,15,5,20,81.54,870,-5 +2013,4,5,19,30,0,0,0,5.6000000000000005,18,93.85000000000001,870,-4 +2013,4,5,20,30,0,0,0,6.1000000000000005,17,105.82000000000001,870,-4 +2013,4,5,21,30,0,0,0,6.4,16,117.07000000000001,870,-3 +2013,4,5,22,30,0,0,0,6.6000000000000005,15,127.03,870,-3 +2013,4,5,23,30,0,0,0,6.6000000000000005,13,134.74,870,-2 +2013,4,6,0,30,0,0,0,6.2,12,138.88,870,-1 +2013,4,6,1,30,0,0,0,5.300000000000001,11,138.33,870,-1 +2013,4,6,2,30,0,0,0,4.5,10,133.26,870,-2 +2013,4,6,3,30,0,0,0,3.9000000000000004,10,124.92,870,-3 +2013,4,6,4,30,0,0,0,3.7,10,114.60000000000001,870,-4 +2013,4,6,5,30,0,0,0,3.7,9,103.14,870,-4 +2013,4,6,6,30,0,0,0,4.3,10,91.06,870,-3 +2013,4,6,7,30,115,68,236,4.9,12,78.69,870,-2 +2013,4,6,8,30,241,171,172,5.2,16,66.32000000000001,880,-2 +2013,4,6,9,30,439,257,311,5.300000000000001,19,54.25,880,-2 +2013,4,6,10,30,614,313,410,4.5,20,42.980000000000004,880,-1 +2013,4,6,11,30,807,324,578,3.4000000000000004,21,33.55,880,-1 +2013,4,6,12,30,779,400,428,2.3000000000000003,22,28,880,-1 +2013,4,6,13,30,495,432,72,1.5,22,28.75,870,-1 +2013,4,6,14,30,416,373,51,1.1,23,35.38,870,-2 +2013,4,6,15,30,708,155,787,1,22,45.35,870,-2 +2013,4,6,16,30,464,183,514,1.1,22,56.85,870,-2 +2013,4,6,17,30,321,62,721,1.1,20,69.01,870,-2 +2013,4,6,18,30,110,43,444,1.2000000000000002,17,81.39,870,0 +2013,4,6,19,30,0,0,0,1.6,14,93.69,870,-1 +2013,4,6,20,30,0,0,0,1.9000000000000001,13,105.64,870,-1 +2013,4,6,21,30,0,0,0,2.1,12,116.86,870,-1 +2013,4,6,22,30,0,0,0,2.3000000000000003,11,126.77,870,0 +2013,4,6,23,30,0,0,0,2.5,11,134.43,870,0 +2013,4,7,0,30,0,0,0,2.7,10,138.51,870,0 +2013,4,7,1,30,0,0,0,2.9000000000000004,10,137.94,870,0 +2013,4,7,2,30,0,0,0,2.7,10,132.89000000000001,870,0 +2013,4,7,3,30,0,0,0,2.2,10,124.59,870,0 +2013,4,7,4,30,0,0,0,2.1,10,114.3,870,-2 +2013,4,7,5,30,0,0,0,2.5,10,102.86,870,-3 +2013,4,7,6,30,0,0,0,3.5,11,90.78,870,-4 +2013,4,7,7,30,157,57,499,4.4,14,78.43,870,-5 +2013,4,7,8,30,383,88,725,4.9,18,66.05,870,-4 +2013,4,7,9,30,598,110,829,5.2,23,53.96,870,-3 +2013,4,7,10,30,776,125,886,5,27,42.67,870,-2 +2013,4,7,11,30,903,130,923,4.9,28,33.19,870,-2 +2013,4,7,12,30,967,128,947,5.1000000000000005,29,27.62,870,-2 +2013,4,7,13,30,960,129,944,5.4,29,28.41,870,-2 +2013,4,7,14,30,884,125,928,5.6000000000000005,29,35.12,870,-3 +2013,4,7,15,30,743,120,884,5.7,28,45.15,870,-4 +2013,4,7,16,30,556,102,827,5.4,27,56.68,870,-5 +2013,4,7,17,30,304,88,598,3.9000000000000004,25,68.85000000000001,870,-5 +2013,4,7,18,30,110,49,401,2.1,21,81.24,870,-4 +2013,4,7,19,30,0,0,0,1.7000000000000002,18,93.53,870,-3 +2013,4,7,20,30,0,0,0,1.7000000000000002,17,105.46000000000001,870,-3 +2013,4,7,21,30,0,0,0,1.8,16,116.65,870,-3 +2013,4,7,22,30,0,0,0,2,16,126.51,870,-4 +2013,4,7,23,30,0,0,0,2.2,15,134.12,870,-4 +2013,4,8,0,30,0,0,0,2.5,14,138.15,870,-4 +2013,4,8,1,30,0,0,0,2.5,13,137.56,870,-4 +2013,4,8,2,30,0,0,0,2.2,11,132.53,870,-5 +2013,4,8,3,30,0,0,0,1.8,11,124.26,870,-5 +2013,4,8,4,30,0,0,0,1.6,10,113.99000000000001,870,-4 +2013,4,8,5,30,0,0,0,1.5,9,102.57000000000001,870,-5 +2013,4,8,6,30,0,0,0,2.1,10,90.51,870,-5 +2013,4,8,7,30,124,71,260,2.7,13,78.16,870,-5 +2013,4,8,8,30,343,115,554,2.5,17,65.78,870,-5 +2013,4,8,9,30,528,182,583,3,22,53.68,870,-5 +2013,4,8,10,30,688,270,566,4,26,42.36,870,-5 +2013,4,8,11,30,784,364,499,4.9,27,32.84,870,-5 +2013,4,8,12,30,981,118,970,5.800000000000001,28,27.240000000000002,860,-4 +2013,4,8,13,30,972,116,971,6.6000000000000005,29,28.07,860,-4 +2013,4,8,14,30,894,112,952,7.4,30,34.86,860,-4 +2013,4,8,15,30,754,103,919,8,29,44.95,860,-4 +2013,4,8,16,30,564,91,857,8.200000000000001,28,56.51,860,-4 +2013,4,8,17,30,341,74,735,7.5,27,68.7,860,-4 +2013,4,8,18,30,115,44,456,6.1000000000000005,24,81.09,860,-4 +2013,4,8,19,30,0,0,0,5.4,22,93.37,860,-4 +2013,4,8,20,30,0,0,0,4.9,20,105.28,860,-4 +2013,4,8,21,30,0,0,0,4.7,19,116.44,860,-4 +2013,4,8,22,30,0,0,0,4.4,17,126.26,860,-4 +2013,4,8,23,30,0,0,0,4.4,16,133.8,860,-4 +2013,4,9,0,30,0,0,0,4.5,16,137.79,860,-3 +2013,4,9,1,30,0,0,0,3.9000000000000004,15,137.18,860,-3 +2013,4,9,2,30,0,0,0,3.3000000000000003,14,132.17000000000002,860,-1 +2013,4,9,3,30,0,0,0,3.7,13,123.93,860,0 +2013,4,9,4,30,0,0,0,4,13,113.69,860,0 +2013,4,9,5,30,0,0,0,4,13,102.29,860,0 +2013,4,9,6,30,0,0,0,4.6000000000000005,14,90.25,860,0 +2013,4,9,7,30,163,67,456,6,16,77.9,860,1 +2013,4,9,8,30,392,99,706,7.6000000000000005,19,65.51,870,0 +2013,4,9,9,30,613,116,833,8.1,20,53.4,870,0 +2013,4,9,10,30,796,127,901,8,21,42.050000000000004,870,-3 +2013,4,9,11,30,924,134,936,7.9,22,32.49,870,-4 +2013,4,9,12,30,552,456,107,7.800000000000001,22,26.86,870,-5 +2013,4,9,13,30,548,453,107,7.6000000000000005,23,27.73,870,-7 +2013,4,9,14,30,831,254,700,7.2,22,34.6,870,-8 +2013,4,9,15,30,498,351,207,6.300000000000001,21,44.75,870,-8 +2013,4,9,16,30,312,254,104,5.1000000000000005,20,56.35,870,-9 +2013,4,9,17,30,43,43,0,3.5,18,68.55,870,-9 +2013,4,9,18,30,22,22,0,1.6,15,80.94,870,-8 +2013,4,9,19,30,0,0,0,2.2,12,93.22,870,-5 +2013,4,9,20,30,0,0,0,5.300000000000001,9,105.10000000000001,870,-6 +2013,4,9,21,30,0,0,0,6.4,6,116.22,870,-4 +2013,4,9,22,30,0,0,0,5.300000000000001,4,126,880,-3 +2013,4,9,23,30,0,0,0,4.4,3,133.49,880,-4 +2013,4,10,0,30,0,0,0,4.2,2,137.43,880,-5 +2013,4,10,1,30,0,0,0,4.4,1,136.81,880,-6 +2013,4,10,2,30,0,0,0,5,0,131.81,880,-7 +2013,4,10,3,30,0,0,0,5.5,0,123.60000000000001,880,-8 +2013,4,10,4,30,0,0,0,5.6000000000000005,-1,113.39,880,-10 +2013,4,10,5,30,0,0,0,5.4,-2,102.01,880,-12 +2013,4,10,6,30,0,0,0,5.1000000000000005,-3,89.98,880,-13 +2013,4,10,7,30,52,52,0,4.9,-2,77.64,880,-14 +2013,4,10,8,30,302,161,336,4.5,0,65.25,880,-14 +2013,4,10,9,30,613,126,811,4.4,1,53.120000000000005,880,-14 +2013,4,10,10,30,796,136,885,4.3,3,41.75,880,-13 +2013,4,10,11,30,925,142,924,4.1000000000000005,6,32.15,880,-12 +2013,4,10,12,30,986,146,939,4.1000000000000005,7,26.490000000000002,880,-11 +2013,4,10,13,30,977,147,935,4.1000000000000005,8,27.400000000000002,880,-10 +2013,4,10,14,30,900,141,919,4.1000000000000005,9,34.35,880,-9 +2013,4,10,15,30,759,131,881,3.8000000000000003,10,44.550000000000004,880,-9 +2013,4,10,16,30,567,115,811,3.3000000000000003,9,56.18,880,-8 +2013,4,10,17,30,264,134,354,2.7,8,68.4,870,-8 +2013,4,10,18,30,116,56,374,1.7000000000000002,7,80.79,880,-8 +2013,4,10,19,30,0,0,0,1.5,5,93.06,880,-7 +2013,4,10,20,30,0,0,0,1.9000000000000001,4,104.92,880,-8 +2013,4,10,21,30,0,0,0,1.8,3,116.01,880,-8 +2013,4,10,22,30,0,0,0,1.6,2,125.74000000000001,880,-8 +2013,4,10,23,30,0,0,0,1.4000000000000001,2,133.18,880,-8 +2013,4,11,0,30,0,0,0,1.2000000000000002,1,137.07,880,-8 +2013,4,11,1,30,0,0,0,1.2000000000000002,0,136.43,870,-8 +2013,4,11,2,30,0,0,0,1.2000000000000002,0,131.45,870,-8 +2013,4,11,3,30,0,0,0,1.5,0,123.27,870,-8 +2013,4,11,4,30,0,0,0,2,0,113.09,870,-8 +2013,4,11,5,30,0,0,0,2.4000000000000004,0,101.74000000000001,870,-8 +2013,4,11,6,30,0,0,0,3.3000000000000003,0,89.72,870,-8 +2013,4,11,7,30,182,59,561,4.4,3,77.39,870,-8 +2013,4,11,8,30,415,86,777,5,7,64.99,870,-8 +2013,4,11,9,30,635,103,881,5.300000000000001,10,52.85,870,-8 +2013,4,11,10,30,817,117,934,5,13,41.45,870,-9 +2013,4,11,11,30,942,130,955,4.5,15,31.8,870,-10 +2013,4,11,12,30,1004,130,974,4,17,26.12,870,-11 +2013,4,11,13,30,993,130,969,3.9000000000000004,18,27.07,870,-12 +2013,4,11,14,30,913,125,952,4,19,34.1,870,-12 +2013,4,11,15,30,772,111,925,3.8000000000000003,20,44.36,870,-12 +2013,4,11,16,30,580,93,871,3.2,19,56.02,870,-11 +2013,4,11,17,30,357,70,776,1.9000000000000001,17,68.25,870,-10 +2013,4,11,18,30,128,42,528,1.1,14,80.64,870,-7 +2013,4,11,19,30,0,0,0,1.3,11,92.9,870,-7 +2013,4,11,20,30,0,0,0,1.6,9,104.74000000000001,870,-8 +2013,4,11,21,30,0,0,0,1.7000000000000002,9,115.8,870,-9 +2013,4,11,22,30,0,0,0,1.8,8,125.48,870,-9 +2013,4,11,23,30,0,0,0,1.7000000000000002,8,132.87,870,-9 +2013,4,12,0,30,0,0,0,1.5,7,136.71,870,-9 +2013,4,12,1,30,0,0,0,1.3,7,136.06,870,-9 +2013,4,12,2,30,0,0,0,1,7,131.09,870,-9 +2013,4,12,3,30,0,0,0,0.8,7,122.95,870,-8 +2013,4,12,4,30,0,0,0,1.4000000000000001,6,112.8,870,-7 +2013,4,12,5,30,0,0,0,2.2,6,101.46000000000001,870,-7 +2013,4,12,6,30,0,0,0,3,6,89.46000000000001,870,-6 +2013,4,12,7,30,177,68,488,4,8,77.13,880,-6 +2013,4,12,8,30,405,94,729,4.7,11,64.74,880,-5 +2013,4,12,9,30,623,110,843,4.800000000000001,15,52.58,880,-6 +2013,4,12,10,30,802,121,904,4.6000000000000005,18,41.15,880,-7 +2013,4,12,11,30,928,128,938,4.6000000000000005,21,31.46,870,-7 +2013,4,12,12,30,987,137,943,4.5,22,25.75,870,-7 +2013,4,12,13,30,977,136,941,4.3,23,26.740000000000002,870,-6 +2013,4,12,14,30,774,350,511,3.9000000000000004,24,33.85,870,-6 +2013,4,12,15,30,601,300,420,3.6,24,44.17,870,-5 +2013,4,12,16,30,561,85,848,3.3000000000000003,23,55.86,870,-4 +2013,4,12,17,30,308,101,555,2.3000000000000003,21,68.11,870,-4 +2013,4,12,18,30,40,40,0,1.2000000000000002,18,80.49,870,-1 +2013,4,12,19,30,0,0,0,1.2000000000000002,16,92.74,870,-1 +2013,4,12,20,30,0,0,0,1.2000000000000002,15,104.56,870,-1 +2013,4,12,21,30,0,0,0,1.2000000000000002,14,115.59,870,-1 +2013,4,12,22,30,0,0,0,1.2000000000000002,14,125.23,870,-1 +2013,4,12,23,30,0,0,0,1.2000000000000002,13,132.56,870,-1 +2013,4,13,0,30,0,0,0,1.7000000000000002,12,136.36,870,-2 +2013,4,13,1,30,0,0,0,2.3000000000000003,11,135.69,870,-2 +2013,4,13,2,30,0,0,0,2.5,10,130.74,870,-2 +2013,4,13,3,30,0,0,0,2.1,9,122.62,870,-1 +2013,4,13,4,30,0,0,0,1.6,8,112.5,870,-1 +2013,4,13,5,30,0,0,0,1.4000000000000001,8,101.19,870,0 +2013,4,13,6,30,0,0,0,1.9000000000000001,9,89.2,870,0 +2013,4,13,7,30,174,77,424,2.9000000000000004,12,76.88,870,1 +2013,4,13,8,30,396,116,649,3.4000000000000004,15,64.48,870,2 +2013,4,13,9,30,608,144,759,3.5,19,52.32,870,3 +2013,4,13,10,30,781,167,812,4,22,40.86,870,2 +2013,4,13,11,30,904,177,849,5,23,31.13,870,1 +2013,4,13,12,30,970,160,896,6.1000000000000005,24,25.38,870,1 +2013,4,13,13,30,961,156,898,6.9,25,26.41,870,0 +2013,4,13,14,30,788,344,533,7.2,25,33.6,870,0 +2013,4,13,15,30,355,319,50,7.1000000000000005,24,43.980000000000004,870,0 +2013,4,13,16,30,514,149,647,6.9,23,55.7,870,0 +2013,4,13,17,30,339,94,653,6.4,22,67.96000000000001,870,0 +2013,4,13,18,30,119,56,373,5.800000000000001,20,80.35000000000001,870,1 +2013,4,13,19,30,0,0,0,5.9,18,92.58,870,3 +2013,4,13,20,30,0,0,0,6.300000000000001,17,104.38,870,4 +2013,4,13,21,30,0,0,0,6.1000000000000005,15,115.37,870,6 +2013,4,13,22,30,0,0,0,5.9,14,124.97,870,7 +2013,4,13,23,30,0,0,0,5.7,13,132.25,870,8 +2013,4,14,0,30,0,0,0,5.6000000000000005,12,136.01,870,8 +2013,4,14,1,30,0,0,0,5.300000000000001,11,135.33,870,8 +2013,4,14,2,30,0,0,0,4.7,10,130.39000000000001,870,7 +2013,4,14,3,30,0,0,0,4.1000000000000005,10,122.3,870,5 +2013,4,14,4,30,0,0,0,3.7,10,112.21000000000001,870,2 +2013,4,14,5,30,0,0,0,3.6,10,100.92,870,0 +2013,4,14,6,30,10,10,35,4.3,12,88.95,870,-2 +2013,4,14,7,30,191,63,552,5.300000000000001,15,76.63,870,-3 +2013,4,14,8,30,351,142,480,6.7,19,64.24,870,-4 +2013,4,14,9,30,499,254,399,7.5,22,52.050000000000004,870,-4 +2013,4,14,10,30,810,124,902,7.2,25,40.57,870,-3 +2013,4,14,11,30,933,129,935,6.9,26,30.8,870,-3 +2013,4,14,12,30,990,136,942,6.7,27,25.01,870,-3 +2013,4,14,13,30,981,132,945,6.6000000000000005,28,26.09,860,-3 +2013,4,14,14,30,907,121,940,6.5,29,33.36,860,-3 +2013,4,14,15,30,767,112,907,6.4,29,43.79,860,-4 +2013,4,14,16,30,578,96,853,6,28,55.54,860,-5 +2013,4,14,17,30,356,76,741,4.4,27,67.81,860,-5 +2013,4,14,18,30,130,48,482,2.7,23,80.2,860,-5 +2013,4,14,19,30,0,0,0,2.5,19,92.42,860,-4 +2013,4,14,20,30,0,0,0,3.2,18,104.2,870,-4 +2013,4,14,21,30,0,0,0,3.8000000000000003,17,115.16,870,-5 +2013,4,14,22,30,0,0,0,4,16,124.71000000000001,870,-5 +2013,4,14,23,30,0,0,0,3.7,15,131.94,870,-5 +2013,4,15,0,30,0,0,0,3.3000000000000003,13,135.66,870,-5 +2013,4,15,1,30,0,0,0,3.1,12,134.96,870,-5 +2013,4,15,2,30,0,0,0,2.9000000000000004,11,130.05,870,-4 +2013,4,15,3,30,0,0,0,2.4000000000000004,10,121.99000000000001,870,-3 +2013,4,15,4,30,0,0,0,2.1,8,111.92,870,-1 +2013,4,15,5,30,0,0,0,2.3000000000000003,7,100.66,870,0 +2013,4,15,6,30,13,11,75,3.3000000000000003,7,88.7,870,0 +2013,4,15,7,30,198,59,587,3.7,9,76.39,870,-1 +2013,4,15,8,30,429,84,786,2.5,12,63.99,870,-3 +2013,4,15,9,30,647,98,887,1,15,51.79,870,-3 +2013,4,15,10,30,827,106,945,1,19,40.28,870,-3 +2013,4,15,11,30,953,108,980,2.3000000000000003,23,30.47,870,-3 +2013,4,15,12,30,1013,111,992,3.6,26,24.650000000000002,870,-3 +2013,4,15,13,30,1005,109,994,5,28,25.77,870,-4 +2013,4,15,14,30,928,102,985,6.1000000000000005,29,33.12,870,-5 +2013,4,15,15,30,788,90,963,6.6000000000000005,29,43.61,870,-5 +2013,4,15,16,30,597,77,915,6.6000000000000005,28,55.39,870,-6 +2013,4,15,17,30,373,62,817,5.6000000000000005,27,67.67,870,-6 +2013,4,15,18,30,142,40,590,4,23,80.05,870,-6 +2013,4,15,19,30,0,0,0,3.4000000000000004,20,92.26,870,-5 +2013,4,15,20,30,0,0,0,3.9000000000000004,19,104.02,870,-6 +2013,4,15,21,30,0,0,0,4.4,18,114.95,870,-6 +2013,4,15,22,30,0,0,0,4.6000000000000005,18,124.46000000000001,870,-7 +2013,4,15,23,30,0,0,0,4.800000000000001,17,131.64000000000001,870,-7 +2013,4,16,0,30,0,0,0,4.6000000000000005,16,135.31,870,-7 +2013,4,16,1,30,0,0,0,4.3,15,134.6,870,-7 +2013,4,16,2,30,0,0,0,3.6,13,129.7,870,-7 +2013,4,16,3,30,0,0,0,2.5,12,121.67,870,-7 +2013,4,16,4,30,0,0,0,1.7000000000000002,10,111.64,870,-6 +2013,4,16,5,30,0,0,0,2,9,100.39,870,-6 +2013,4,16,6,30,16,12,131,3.5,9,88.45,870,-5 +2013,4,16,7,30,208,56,633,4.6000000000000005,9,76.15,870,-3 +2013,4,16,8,30,439,80,812,4.5,11,63.75,880,-2 +2013,4,16,9,30,656,95,901,3.9000000000000004,13,51.54,880,-1 +2013,4,16,10,30,833,105,949,3,16,40,880,-2 +2013,4,16,11,30,953,116,968,2.8000000000000003,19,30.14,870,-2 +2013,4,16,12,30,1011,122,975,3.5,22,24.29,870,-2 +2013,4,16,13,30,998,123,969,4.6000000000000005,25,25.46,870,-3 +2013,4,16,14,30,763,365,473,5.9,28,32.89,870,-3 +2013,4,16,15,30,662,266,544,6.800000000000001,29,43.43,870,-4 +2013,4,16,16,30,578,108,824,7.1000000000000005,28,55.230000000000004,870,-4 +2013,4,16,17,30,355,89,697,6.300000000000001,27,67.52,870,-4 +2013,4,16,18,30,131,53,445,4.9,24,79.91,870,-4 +2013,4,16,19,30,0,0,0,4.3,21,92.11,870,-3 +2013,4,16,20,30,0,0,0,4.1000000000000005,19,103.84,870,-1 +2013,4,16,21,30,0,0,0,3.6,17,114.74000000000001,870,0 +2013,4,16,22,30,0,0,0,3.2,16,124.2,870,1 +2013,4,16,23,30,0,0,0,3,15,131.33,870,2 +2013,4,17,0,30,0,0,0,3.3000000000000003,15,134.97,870,3 +2013,4,17,1,30,0,0,0,3.9000000000000004,14,134.25,870,3 +2013,4,17,2,30,0,0,0,4.1000000000000005,14,129.36,870,4 +2013,4,17,3,30,0,0,0,3.7,13,121.36,870,5 +2013,4,17,4,30,0,0,0,3.1,12,111.35000000000001,870,5 +2013,4,17,5,30,0,0,0,2.6,11,100.13,870,4 +2013,4,17,6,30,17,13,110,3,12,88.2,870,2 +2013,4,17,7,30,117,94,93,3.5,15,75.91,870,1 +2013,4,17,8,30,440,78,810,4.1000000000000005,20,63.51,870,1 +2013,4,17,9,30,659,90,908,5.300000000000001,24,51.29,870,0 +2013,4,17,10,30,839,98,964,6.1000000000000005,26,39.72,870,-1 +2013,4,17,11,30,965,102,994,6.800000000000001,28,29.82,870,-3 +2013,4,17,12,30,1025,106,1006,7.6000000000000005,29,23.94,870,-5 +2013,4,17,13,30,1016,107,1004,8.4,30,25.14,870,-7 +2013,4,17,14,30,938,105,989,8.9,30,32.65,860,-8 +2013,4,17,15,30,798,99,960,9.1,29,43.25,860,-9 +2013,4,17,16,30,605,88,902,9.200000000000001,28,55.08,860,-10 +2013,4,17,17,30,373,77,772,9.1,26,67.38,860,-10 +2013,4,17,18,30,136,54,464,8.3,23,79.76,860,-9 +2013,4,17,19,30,0,0,0,7.800000000000001,21,91.95,870,-7 +2013,4,17,20,30,0,0,0,8.1,18,103.66,870,-7 +2013,4,17,21,30,0,0,0,8.5,15,114.52,870,-8 +2013,4,17,22,30,0,0,0,8.6,12,123.95,870,-7 +2013,4,17,23,30,0,0,0,8.3,10,131.03,870,-5 +2013,4,18,0,30,0,0,0,7.9,8,134.62,870,-4 +2013,4,18,1,30,0,0,0,7.800000000000001,5,133.89000000000001,870,-3 +2013,4,18,2,30,0,0,0,7.800000000000001,3,129.03,880,-3 +2013,4,18,3,30,0,0,0,7.4,1,121.05,880,-4 +2013,4,18,4,30,0,0,0,6.9,0,111.07000000000001,880,-5 +2013,4,18,5,30,0,0,0,6.5,0,99.87,880,-7 +2013,4,18,6,30,21,15,165,6.4,0,87.96000000000001,880,-9 +2013,4,18,7,30,223,55,680,6.6000000000000005,0,75.67,880,-9 +2013,4,18,8,30,462,74,862,6.7,2,63.27,880,-10 +2013,4,18,9,30,683,86,948,6.5,4,51.04,880,-10 +2013,4,18,10,30,863,96,993,6.1000000000000005,7,39.45,880,-11 +2013,4,18,11,30,987,103,1015,5.6000000000000005,8,29.5,880,-12 +2013,4,18,12,30,1045,108,1022,5.300000000000001,9,23.580000000000002,880,-12 +2013,4,18,13,30,1034,107,1021,5.1000000000000005,10,24.830000000000002,880,-13 +2013,4,18,14,30,953,102,1008,4.9,11,32.42,880,-13 +2013,4,18,15,30,805,101,963,4.6000000000000005,11,43.07,880,-13 +2013,4,18,16,30,608,95,893,4.1000000000000005,10,54.93,880,-14 +2013,4,18,17,30,379,79,775,3.7,9,67.24,880,-14 +2013,4,18,18,30,146,51,527,3,7,79.62,880,-14 +2013,4,18,19,30,0,0,0,2.7,5,91.79,880,-13 +2013,4,18,20,30,0,0,0,2.9000000000000004,4,103.48,880,-13 +2013,4,18,21,30,0,0,0,2.4000000000000004,3,114.31,880,-13 +2013,4,18,22,30,0,0,0,1.8,1,123.69,880,-13 +2013,4,18,23,30,0,0,0,1.4000000000000001,0,130.73,880,-13 +2013,4,19,0,30,0,0,0,1.1,0,134.28,880,-13 +2013,4,19,1,30,0,0,0,0.9,0,133.54,880,-13 +2013,4,19,2,30,0,0,0,0.8,0,128.69,880,-13 +2013,4,19,3,30,0,0,0,0.7000000000000001,0,120.75,880,-13 +2013,4,19,4,30,0,0,0,0.5,0,110.8,880,-13 +2013,4,19,5,30,0,0,0,0.30000000000000004,0,99.62,880,-13 +2013,4,19,6,30,22,17,104,0.6000000000000001,0,87.72,880,-13 +2013,4,19,7,30,221,69,604,1.4000000000000001,3,75.44,890,-13 +2013,4,19,8,30,459,94,805,2.4000000000000004,8,63.04,890,-13 +2013,4,19,9,30,682,109,906,2.9000000000000004,11,50.800000000000004,880,-14 +2013,4,19,10,30,865,118,963,3,13,39.18,880,-15 +2013,4,19,11,30,991,122,995,3.1,15,29.19,880,-16 +2013,4,19,12,30,1051,122,1011,3.5,17,23.240000000000002,880,-17 +2013,4,19,13,30,1041,117,1015,4,18,24.53,880,-17 +2013,4,19,14,30,961,111,1005,4.5,18,32.2,880,-18 +2013,4,19,15,30,817,101,977,4.800000000000001,19,42.89,880,-18 +2013,4,19,16,30,620,91,917,4.800000000000001,18,54.78,880,-19 +2013,4,19,17,30,389,75,807,4.1000000000000005,17,67.1,880,-19 +2013,4,19,18,30,152,50,559,2.7,13,79.47,880,-19 +2013,4,19,19,30,0,0,0,2.1,9,91.63,880,-17 +2013,4,19,20,30,0,0,0,2.7,9,103.3,880,-17 +2013,4,19,21,30,0,0,0,3.4000000000000004,8,114.10000000000001,880,-17 +2013,4,19,22,30,0,0,0,4,7,123.44,880,-16 +2013,4,19,23,30,0,0,0,4.2,6,130.43,880,-16 +2013,4,20,0,30,0,0,0,4.3,6,133.95,880,-15 +2013,4,20,1,30,0,0,0,4.1000000000000005,6,133.2,880,-15 +2013,4,20,2,30,0,0,0,3.7,6,128.36,880,-15 +2013,4,20,3,30,0,0,0,3.3000000000000003,6,120.45,880,-14 +2013,4,20,4,30,0,0,0,3.1,5,110.52,880,-14 +2013,4,20,5,30,0,0,0,3.2,5,99.37,880,-13 +2013,4,20,6,30,15,15,0,3.6,5,87.48,880,-13 +2013,4,20,7,30,193,66,497,4,8,75.21000000000001,880,-13 +2013,4,20,8,30,362,158,446,4.7,12,62.81,880,-13 +2013,4,20,9,30,558,212,545,5.300000000000001,17,50.56,870,-17 +2013,4,20,10,30,727,291,560,5.4,20,38.92,870,-18 +2013,4,20,11,30,975,121,974,5.1000000000000005,23,28.88,870,-17 +2013,4,20,12,30,698,484,232,5.1000000000000005,24,22.89,870,-15 +2013,4,20,13,30,1021,120,988,5.300000000000001,25,24.22,870,-14 +2013,4,20,14,30,939,118,967,5.4,25,31.970000000000002,870,-13 +2013,4,20,15,30,795,111,931,5.2,24,42.72,870,-13 +2013,4,20,16,30,490,210,484,4.6000000000000005,24,54.63,870,-12 +2013,4,20,17,30,280,158,310,3,22,66.96000000000001,870,-12 +2013,4,20,18,30,108,70,208,1.6,19,79.33,870,-9 +2013,4,20,19,30,0,0,0,1.4000000000000001,17,91.48,870,-7 +2013,4,20,20,30,0,0,0,2,16,103.13,870,-6 +2013,4,20,21,30,0,0,0,2.5,15,113.89,870,-5 +2013,4,20,22,30,0,0,0,2.2,13,123.19,870,-4 +2013,4,20,23,30,0,0,0,1.7000000000000002,11,130.13,870,-4 +2013,4,21,0,30,0,0,0,1.3,9,133.61,870,-4 +2013,4,21,1,30,0,0,0,1.1,9,132.85,870,-4 +2013,4,21,2,30,0,0,0,0.9,9,128.04,870,-5 +2013,4,21,3,30,0,0,0,0.9,8,120.15,880,-5 +2013,4,21,4,30,0,0,0,1.1,7,110.25,880,-5 +2013,4,21,5,30,0,0,0,1.4000000000000001,6,99.12,880,-5 +2013,4,21,6,30,26,20,122,2.6,8,87.25,880,-4 +2013,4,21,7,30,220,68,586,3.5,12,74.99,880,-3 +2013,4,21,8,30,451,94,776,3.3000000000000003,16,62.59,880,-3 +2013,4,21,9,30,666,111,870,2.7,19,50.33,880,-2 +2013,4,21,10,30,843,122,922,1.9000000000000001,22,38.660000000000004,880,-3 +2013,4,21,11,30,964,130,950,1,23,28.580000000000002,880,-3 +2013,4,21,12,30,1022,132,963,0.5,24,22.55,880,-4 +2013,4,21,13,30,1010,131,961,1.1,25,23.93,880,-5 +2013,4,21,14,30,930,126,945,2,26,31.75,880,-6 +2013,4,21,15,30,791,113,920,2.8000000000000003,25,42.550000000000004,880,-7 +2013,4,21,16,30,603,96,872,3.1,25,54.480000000000004,880,-7 +2013,4,21,17,30,380,78,767,2.5,23,66.82000000000001,880,-9 +2013,4,21,18,30,150,52,520,1.5,20,79.18,880,-8 +2013,4,21,19,30,0,0,0,1.2000000000000002,17,91.32000000000001,880,-7 +2013,4,21,20,30,0,0,0,1.5,15,102.95,880,-8 +2013,4,21,21,30,0,0,0,1.9000000000000001,14,113.68,880,-9 +2013,4,21,22,30,0,0,0,2.2,13,122.94,880,-9 +2013,4,21,23,30,0,0,0,2.4000000000000004,12,129.83,880,-10 +2013,4,22,0,30,0,0,0,2.4000000000000004,11,133.28,880,-10 +2013,4,22,1,30,0,0,0,2.2,10,132.51,880,-10 +2013,4,22,2,30,0,0,0,1.9000000000000001,9,127.71000000000001,880,-10 +2013,4,22,3,30,0,0,0,1.6,9,119.85000000000001,880,-10 +2013,4,22,4,30,0,0,0,1.4000000000000001,9,109.98,870,-10 +2013,4,22,5,30,0,0,0,1.4000000000000001,9,98.87,870,-10 +2013,4,22,6,30,30,20,175,1.8,11,87.02,880,-9 +2013,4,22,7,30,228,64,627,2.4000000000000004,16,74.77,880,-9 +2013,4,22,8,30,460,87,803,3.4000000000000004,20,62.370000000000005,880,-9 +2013,4,22,9,30,675,104,891,4.6000000000000005,24,50.1,880,-8 +2013,4,22,10,30,852,116,939,5.4,27,38.4,870,-8 +2013,4,22,11,30,975,123,966,5.6000000000000005,28,28.28,870,-8 +2013,4,22,12,30,1033,127,978,5.6000000000000005,29,22.21,870,-9 +2013,4,22,13,30,1021,126,976,5.5,30,23.63,870,-9 +2013,4,22,14,30,941,122,960,5.5,31,31.53,870,-10 +2013,4,22,15,30,799,113,927,5.4,31,42.38,870,-10 +2013,4,22,16,30,606,100,867,5,30,54.34,870,-11 +2013,4,22,17,30,380,83,752,3.4000000000000004,28,66.68,870,-11 +2013,4,22,18,30,150,55,501,1.9000000000000001,24,79.04,870,-9 +2013,4,22,19,30,0,0,0,1.7000000000000002,20,91.16,870,-8 +2013,4,22,20,30,0,0,0,1.9000000000000001,18,102.77,870,-8 +2013,4,22,21,30,0,0,0,1.9000000000000001,17,113.47,870,-8 +2013,4,22,22,30,0,0,0,3,15,122.69,870,-7 +2013,4,22,23,30,0,0,0,5.9,10,129.54,870,-3 +2013,4,23,0,30,0,0,0,8,6,132.96,880,0 +2013,4,23,1,30,0,0,0,8.200000000000001,4,132.18,880,0 +2013,4,23,2,30,0,0,0,7.9,2,127.39,880,-1 +2013,4,23,3,30,0,0,0,7.7,1,119.56,880,-3 +2013,4,23,4,30,0,0,0,7.6000000000000005,0,109.72,880,-4 +2013,4,23,5,30,0,0,0,7.6000000000000005,0,98.63,880,-5 +2013,4,23,6,30,31,22,166,7.6000000000000005,0,86.8,880,-6 +2013,4,23,7,30,86,86,0,7.4,1,74.55,880,-6 +2013,4,23,8,30,171,164,14,7,3,62.15,880,-6 +2013,4,23,9,30,375,304,110,6.2,4,49.870000000000005,880,-6 +2013,4,23,10,30,328,307,26,5.5,6,38.15,880,-6 +2013,4,23,11,30,412,379,36,4.9,8,27.990000000000002,880,-6 +2013,4,23,12,30,502,446,60,4.3,9,21.87,880,-5 +2013,4,23,13,30,644,485,172,3.8000000000000003,10,23.34,880,-5 +2013,4,23,14,30,515,430,99,3.3000000000000003,11,31.32,880,-5 +2013,4,23,15,30,402,347,73,3.1,11,42.21,880,-5 +2013,4,23,16,30,252,233,33,3.1,10,54.19,880,-5 +2013,4,23,17,30,81,81,0,3.4000000000000004,9,66.54,880,-5 +2013,4,23,18,30,67,66,5,4,7,78.9,880,-5 +2013,4,23,19,30,0,0,0,4.6000000000000005,5,91.01,880,-5 +2013,4,23,20,30,0,0,0,5,3,102.59,880,-5 +2013,4,23,21,30,0,0,0,4.9,2,113.26,880,-6 +2013,4,23,22,30,0,0,0,4.4,1,122.44,880,-6 +2013,4,23,23,30,0,0,0,3.8000000000000003,0,129.25,880,-6 +2013,4,24,0,30,0,0,0,3.2,0,132.63,880,-6 +2013,4,24,1,30,0,0,0,2.7,0,131.84,880,-6 +2013,4,24,2,30,0,0,0,2,-1,127.08,880,-7 +2013,4,24,3,30,0,0,0,1.4000000000000001,-2,119.27,880,-7 +2013,4,24,4,30,0,0,0,1.1,-2,109.46000000000001,880,-7 +2013,4,24,5,30,0,0,0,1.4000000000000001,-2,98.39,880,-7 +2013,4,24,6,30,35,24,191,2.1,-1,86.57000000000001,890,-7 +2013,4,24,7,30,238,68,629,2.2,1,74.34,890,-7 +2013,4,24,8,30,470,92,803,1.6,4,61.940000000000005,890,-8 +2013,4,24,9,30,684,108,889,1.1,7,49.65,890,-9 +2013,4,24,10,30,859,119,938,1.3,10,37.910000000000004,890,-9 +2013,4,24,11,30,980,126,965,1.7000000000000002,13,27.7,880,-9 +2013,4,24,12,30,1037,128,976,2.2,15,21.54,880,-8 +2013,4,24,13,30,1024,128,973,2.5,17,23.05,880,-7 +2013,4,24,14,30,943,123,957,2.6,18,31.11,880,-6 +2013,4,24,15,30,800,115,921,2.7,19,42.050000000000004,880,-6 +2013,4,24,16,30,606,106,850,2.7,18,54.050000000000004,880,-6 +2013,4,24,17,30,381,88,731,2.9000000000000004,17,66.4,880,-6 +2013,4,24,18,30,154,57,496,2.8000000000000003,15,78.76,880,-6 +2013,4,24,19,30,0,0,0,3.4000000000000004,12,90.85000000000001,880,-5 +2013,4,24,20,30,0,0,0,4.1000000000000005,11,102.41,880,-6 +2013,4,24,21,30,0,0,0,4.1000000000000005,9,113.05,880,-6 +2013,4,24,22,30,0,0,0,3.9000000000000004,8,122.19,880,-6 +2013,4,24,23,30,0,0,0,3.5,7,128.96,880,-6 +2013,4,25,0,30,0,0,0,3.5,7,132.31,880,-6 +2013,4,25,1,30,0,0,0,3.8000000000000003,6,131.52,880,-6 +2013,4,25,2,30,0,0,0,3.7,6,126.76,880,-6 +2013,4,25,3,30,0,0,0,3.3000000000000003,5,118.99000000000001,880,-6 +2013,4,25,4,30,0,0,0,2.8000000000000003,5,109.2,880,-6 +2013,4,25,5,30,0,0,0,2.6,5,98.16,890,-6 +2013,4,25,6,30,22,21,7,3,5,86.36,880,-6 +2013,4,25,7,30,167,101,240,3.7,7,74.13,890,-5 +2013,4,25,8,30,282,208,156,4.1000000000000005,10,61.730000000000004,890,-4 +2013,4,25,9,30,230,220,15,4.3,13,49.43,890,-3 +2013,4,25,10,30,623,379,309,4.7,15,37.67,880,-1 +2013,4,25,11,30,462,411,57,5.4,18,27.41,880,0 +2013,4,25,12,30,718,485,249,6.1000000000000005,20,21.22,880,0 +2013,4,25,13,30,849,437,447,6.6000000000000005,21,22.76,880,1 +2013,4,25,14,30,819,328,572,6.800000000000001,21,30.900000000000002,880,2 +2013,4,25,15,30,760,154,814,7,21,41.89,880,2 +2013,4,25,16,30,561,125,740,7.1000000000000005,20,53.910000000000004,880,3 +2013,4,25,17,30,326,119,514,6.300000000000001,19,66.27,880,3 +2013,4,25,18,30,144,49,481,4.6000000000000005,18,78.62,880,4 +2013,4,25,19,30,0,0,0,3.8000000000000003,16,90.69,880,4 +2013,4,25,20,30,0,0,0,4.2,15,102.23,880,5 +2013,4,25,21,30,0,0,0,4.4,14,112.84,880,5 +2013,4,25,22,30,0,0,0,4.4,13,121.94,880,5 +2013,4,25,23,30,0,0,0,4.800000000000001,12,128.67000000000002,880,5 +2013,4,26,0,30,0,0,0,5.2,11,131.99,880,5 +2013,4,26,1,30,0,0,0,5.1000000000000005,10,131.19,880,6 +2013,4,26,2,30,0,0,0,4.5,9,126.46000000000001,880,6 +2013,4,26,3,30,0,0,0,3.7,8,118.71000000000001,880,6 +2013,4,26,4,30,0,0,0,2.9000000000000004,7,108.95,880,7 +2013,4,26,5,30,0,0,0,2.6,7,97.93,880,7 +2013,4,26,6,30,39,25,206,3.3000000000000003,9,86.14,880,7 +2013,4,26,7,30,245,68,638,4.1000000000000005,12,73.92,880,6 +2013,4,26,8,30,477,91,811,4.7,18,61.53,880,4 +2013,4,26,9,30,689,108,890,5.5,22,49.22,880,0 +2013,4,26,10,30,861,119,933,6,24,37.43,880,-3 +2013,4,26,11,30,977,128,954,6.2,25,27.14,880,-3 +2013,4,26,12,30,1029,134,958,6,26,20.89,880,-3 +2013,4,26,13,30,1013,137,947,5.7,27,22.48,880,-3 +2013,4,26,14,30,929,133,925,5.5,27,30.69,880,-3 +2013,4,26,15,30,786,124,886,5.4,26,41.730000000000004,880,-2 +2013,4,26,16,30,594,113,813,5.7,25,53.77,880,-1 +2013,4,26,17,30,373,94,691,6.2,23,66.13,880,0 +2013,4,26,18,30,152,61,457,6.1000000000000005,20,78.47,880,0 +2013,4,26,19,30,0,0,0,5.4,18,90.54,880,0 +2013,4,26,20,30,0,0,0,4.800000000000001,16,102.06,880,0 +2013,4,26,21,30,0,0,0,4.6000000000000005,14,112.64,880,0 +2013,4,26,22,30,0,0,0,4.5,13,121.7,880,0 +2013,4,26,23,30,0,0,0,4.3,11,128.38,880,0 +2013,4,27,0,30,0,0,0,4.1000000000000005,10,131.68,880,1 +2013,4,27,1,30,0,0,0,4,9,130.87,880,1 +2013,4,27,2,30,0,0,0,3.8000000000000003,9,126.15,880,2 +2013,4,27,3,30,0,0,0,3.4000000000000004,8,118.43,880,3 +2013,4,27,4,30,0,0,0,2.8000000000000003,7,108.7,880,3 +2013,4,27,5,30,0,0,0,2.5,7,97.7,880,4 +2013,4,27,6,30,37,28,127,2.3000000000000003,8,85.93,880,4 +2013,4,27,7,30,183,98,303,1.5,11,73.72,880,4 +2013,4,27,8,30,459,110,727,1.7000000000000002,15,61.33,880,3 +2013,4,27,9,30,669,128,824,2.1,19,49.02,880,0 +2013,4,27,10,30,842,138,884,1.6,22,37.2,880,-2 +2013,4,27,11,30,963,142,920,1,24,26.86,880,-3 +2013,4,27,12,30,1021,142,939,1.1,25,20.57,880,-3 +2013,4,27,13,30,1011,139,941,1.7000000000000002,26,22.2,880,-4 +2013,4,27,14,30,932,133,927,2.3000000000000003,27,30.490000000000002,880,-4 +2013,4,27,15,30,792,123,894,2.6,27,41.57,880,-4 +2013,4,27,16,30,604,109,834,2.8000000000000003,26,53.63,880,-5 +2013,4,27,17,30,383,89,723,2.5,25,66,880,-5 +2013,4,27,18,30,158,58,495,2,21,78.33,880,-5 +2013,4,27,19,30,0,0,0,2.3000000000000003,18,90.38,880,-4 +2013,4,27,20,30,0,0,0,3.4000000000000004,17,101.88,880,-4 +2013,4,27,21,30,0,0,0,4.3,16,112.43,880,-4 +2013,4,27,22,30,0,0,0,4.6000000000000005,15,121.45,880,-3 +2013,4,27,23,30,0,0,0,4.5,14,128.1,880,-3 +2013,4,28,0,30,0,0,0,4.3,13,131.36,880,-2 +2013,4,28,1,30,0,0,0,4.1000000000000005,12,130.55,880,-2 +2013,4,28,2,30,0,0,0,3.9000000000000004,11,125.85000000000001,880,-2 +2013,4,28,3,30,0,0,0,3.8000000000000003,11,118.16,880,-1 +2013,4,28,4,30,0,0,0,3.5,10,108.46000000000001,880,-1 +2013,4,28,5,30,0,0,0,3.5,10,97.48,880,0 +2013,4,28,6,30,41,29,164,4,11,85.72,880,0 +2013,4,28,7,30,238,78,563,4.6000000000000005,14,73.53,880,1 +2013,4,28,8,30,463,105,741,5.300000000000001,19,61.13,880,3 +2013,4,28,9,30,673,122,836,5.6000000000000005,23,48.81,880,6 +2013,4,28,10,30,845,131,893,5.4,26,36.980000000000004,880,4 +2013,4,28,11,30,964,135,926,5.1000000000000005,28,26.59,880,2 +2013,4,28,12,30,1017,143,932,5,29,20.26,880,0 +2013,4,28,13,30,1006,140,933,4.7,30,21.93,880,-1 +2013,4,28,14,30,929,134,920,4.5,30,30.29,870,-3 +2013,4,28,15,30,465,371,125,4.2,29,41.410000000000004,870,-4 +2013,4,28,16,30,604,108,833,3.7,28,53.49,870,-5 +2013,4,28,17,30,385,88,725,2.8000000000000003,27,65.86,870,-5 +2013,4,28,18,30,160,58,501,1.7000000000000002,23,78.19,870,-4 +2013,4,28,19,30,0,0,0,1.6,20,90.23,870,-2 +2013,4,28,20,30,0,0,0,2.3000000000000003,18,101.71000000000001,870,-2 +2013,4,28,21,30,0,0,0,3.4000000000000004,18,112.22,870,-2 +2013,4,28,22,30,0,0,0,4.4,17,121.21000000000001,870,-1 +2013,4,28,23,30,0,0,0,4.9,16,127.82000000000001,870,-1 +2013,4,29,0,30,0,0,0,5.1000000000000005,15,131.06,870,0 +2013,4,29,1,30,0,0,0,5.1000000000000005,14,130.24,870,1 +2013,4,29,2,30,0,0,0,5,14,125.56,870,3 +2013,4,29,3,30,0,0,0,4.9,13,117.89,870,5 +2013,4,29,4,30,0,0,0,4.6000000000000005,12,108.21000000000001,870,7 +2013,4,29,5,30,0,0,0,4.1000000000000005,12,97.26,870,7 +2013,4,29,6,30,46,28,237,4,13,85.52,870,8 +2013,4,29,7,30,249,69,626,4.7,16,73.33,870,8 +2013,4,29,8,30,477,92,793,5.7,21,60.94,870,7 +2013,4,29,9,30,689,107,879,6.1000000000000005,25,48.620000000000005,870,3 +2013,4,29,10,30,861,117,928,6,28,36.76,870,0 +2013,4,29,11,30,980,124,955,5.800000000000001,29,26.330000000000002,870,-2 +2013,4,29,12,30,1033,129,961,5.800000000000001,30,19.95,870,-3 +2013,4,29,13,30,1019,129,958,5.800000000000001,31,21.66,870,-4 +2013,4,29,14,30,938,125,940,5.800000000000001,32,30.1,870,-4 +2013,4,29,15,30,798,116,906,5.6000000000000005,31,41.26,870,-5 +2013,4,29,16,30,609,102,849,5.300000000000001,30,53.36,870,-6 +2013,4,29,17,30,390,82,748,4.6000000000000005,29,65.73,870,-6 +2013,4,29,18,30,166,54,539,3.5,25,78.06,870,-6 +2013,4,29,19,30,0,0,0,3.9000000000000004,22,90.08,870,-4 +2013,4,29,20,30,0,0,0,5.1000000000000005,21,101.53,870,-3 +2013,4,29,21,30,0,0,0,5.4,20,112.02,870,-2 +2013,4,29,22,30,0,0,0,5.4,19,120.97,870,-1 +2013,4,29,23,30,0,0,0,5.4,17,127.54,870,0 +2013,4,30,0,30,0,0,0,5.2,16,130.75,870,0 +2013,4,30,1,30,0,0,0,4.9,15,129.93,870,1 +2013,4,30,2,30,0,0,0,4.800000000000001,14,125.27,870,2 +2013,4,30,3,30,0,0,0,4.5,13,117.63,870,3 +2013,4,30,4,30,0,0,0,3.9000000000000004,12,107.98,870,4 +2013,4,30,5,30,0,0,0,3.5,12,97.05,870,5 +2013,4,30,6,30,52,26,308,3.6,13,85.32000000000001,870,5 +2013,4,30,7,30,260,59,690,3.8000000000000003,17,73.14,870,4 +2013,4,30,8,30,489,78,841,4,23,60.76,870,2 +2013,4,30,9,30,699,92,914,4.2,28,48.42,870,-2 +2013,4,30,10,30,869,102,954,3.9000000000000004,31,36.550000000000004,870,-6 +2013,4,30,11,30,986,110,975,3.6,33,26.07,870,-7 +2013,4,30,12,30,1038,118,977,3.4000000000000004,34,19.64,870,-7 +2013,4,30,13,30,1025,118,973,3.5,35,21.39,870,-7 +2013,4,30,14,30,945,115,957,3.7,35,29.900000000000002,870,-7 +2013,4,30,15,30,805,109,923,4,34,41.11,870,-8 +2013,4,30,16,30,616,98,866,4.1000000000000005,33,53.22,870,-9 +2013,4,30,17,30,396,81,762,3.1,31,65.6,870,-9 +2013,4,30,18,30,169,54,548,1.9000000000000001,27,77.92,870,-8 +2013,4,30,19,30,0,0,0,1.5,24,89.92,870,-5 +2013,4,30,20,30,0,0,0,1.8,22,101.36,870,-6 +2013,4,30,21,30,0,0,0,2.2,21,111.82000000000001,870,-6 +2013,4,30,22,30,0,0,0,2.8000000000000003,21,120.73,870,-6 +2013,4,30,23,30,0,0,0,3.4000000000000004,20,127.27,870,-6 +2013,5,1,0,30,0,0,0,3.7,19,130.45,870,-7 +2013,5,1,1,30,0,0,0,3.8000000000000003,18,129.63,870,-8 +2013,5,1,2,30,0,0,0,3.3000000000000003,17,124.98,870,-9 +2013,5,1,3,30,0,0,0,2.9000000000000004,16,117.37,870,-10 +2013,5,1,4,30,0,0,0,3.1,15,107.74000000000001,870,-9 +2013,5,1,5,30,0,0,0,3.7,15,96.84,870,-9 +2013,5,1,6,30,50,31,224,4.800000000000001,16,85.13,870,-8 +2013,5,1,7,30,251,76,599,6.300000000000001,17,72.96000000000001,870,-6 +2013,5,1,8,30,477,102,763,7.5,18,60.58,880,-1 +2013,5,1,9,30,685,119,849,7.9,18,48.24,880,1 +2013,5,1,10,30,856,130,900,7.9,19,36.34,880,1 +2013,5,1,11,30,973,136,929,7.5,21,25.82,880,1 +2013,5,1,12,30,1026,141,937,7,22,19.34,880,0 +2013,5,1,13,30,878,440,470,6.5,22,21.13,880,0 +2013,5,1,14,30,932,134,918,6,22,29.71,880,0 +2013,5,1,15,30,793,125,884,5.6000000000000005,21,40.96,880,0 +2013,5,1,16,30,605,111,823,5.4,20,53.09,880,0 +2013,5,1,17,30,342,115,547,5.5,18,65.47,880,0 +2013,5,1,18,30,141,74,316,5.800000000000001,15,77.78,880,0 +2013,5,1,19,30,0,0,0,6.5,11,89.77,880,0 +2013,5,1,20,30,0,0,0,7.6000000000000005,8,101.18,880,1 +2013,5,1,21,30,0,0,0,8.6,6,111.61,880,0 +2013,5,1,22,30,0,0,0,9.200000000000001,4,120.5,890,0 +2013,5,1,23,30,0,0,0,9.5,2,127,890,-1 +2013,5,2,0,30,0,0,0,9.5,1,130.16,890,-2 +2013,5,2,1,30,0,0,0,9.200000000000001,1,129.33,890,-3 +2013,5,2,2,30,0,0,0,8.9,0,124.7,890,-3 +2013,5,2,3,30,0,0,0,8.5,0,117.12,890,-4 +2013,5,2,4,30,0,0,0,8.200000000000001,0,107.52,890,-4 +2013,5,2,5,30,0,0,0,8.1,0,96.63,890,-4 +2013,5,2,6,30,7,7,0,8.3,0,84.94,890,-4 +2013,5,2,7,30,43,43,0,8.8,2,72.78,890,-5 +2013,5,2,8,30,123,123,0,9.1,4,60.4,890,-5 +2013,5,2,9,30,264,249,23,9.1,5,48.050000000000004,890,-5 +2013,5,2,10,30,474,396,97,9,7,36.14,890,-5 +2013,5,2,11,30,497,433,70,8.8,8,25.57,890,-6 +2013,5,2,12,30,834,424,434,8.700000000000001,9,19.04,890,-6 +2013,5,2,13,30,1037,133,967,8.6,10,20.87,890,-7 +2013,5,2,14,30,958,125,957,8.4,11,29.53,890,-7 +2013,5,2,15,30,820,111,937,8.1,11,40.81,890,-7 +2013,5,2,16,30,633,95,891,7.6000000000000005,10,52.96,890,-8 +2013,5,2,17,30,412,77,803,7,9,65.34,890,-9 +2013,5,2,18,30,181,54,594,5.800000000000001,8,77.64,890,-10 +2013,5,2,19,30,0,0,0,4,6,89.62,890,-11 +2013,5,2,20,30,0,0,0,2.6,4,101.01,890,-11 +2013,5,2,21,30,0,0,0,1.6,2,111.41,890,-11 +2013,5,2,22,30,0,0,0,1.1,1,120.26,890,-11 +2013,5,2,23,30,0,0,0,0.9,1,126.73,890,-11 +2013,5,3,0,30,0,0,0,0.7000000000000001,1,129.86,890,-11 +2013,5,3,1,30,0,0,0,0.4,2,129.04,890,-11 +2013,5,3,2,30,0,0,0,0.6000000000000001,1,124.42,890,-11 +2013,5,3,3,30,0,0,0,1,0,116.87,890,-11 +2013,5,3,4,30,0,0,0,1.3,0,107.29,890,-11 +2013,5,3,5,30,0,0,0,2,0,96.43,890,-11 +2013,5,3,6,30,57,34,256,3.3000000000000003,1,84.75,890,-11 +2013,5,3,7,30,266,76,636,4.3,5,72.61,890,-11 +2013,5,3,8,30,497,99,801,4.3,8,60.230000000000004,890,-11 +2013,5,3,9,30,709,113,888,3.9000000000000004,11,47.88,890,-12 +2013,5,3,10,30,883,122,940,3.6,14,35.94,890,-11 +2013,5,3,11,30,1004,125,971,3.5,16,25.330000000000002,880,-11 +2013,5,3,12,30,1061,123,989,3.6,18,18.75,880,-11 +2013,5,3,13,30,1049,118,994,3.8000000000000003,19,20.62,880,-11 +2013,5,3,14,30,970,109,987,3.9000000000000004,20,29.34,880,-12 +2013,5,3,15,30,830,97,966,4,20,40.660000000000004,880,-12 +2013,5,3,16,30,640,86,916,3.9000000000000004,20,52.82,880,-12 +2013,5,3,17,30,416,73,819,3.1,19,65.21000000000001,880,-13 +2013,5,3,18,30,185,51,620,1.8,16,77.51,880,-12 +2013,5,3,19,30,0,0,0,1.2000000000000002,13,89.47,880,-10 +2013,5,3,20,30,0,0,0,1.5,11,100.84,880,-11 +2013,5,3,21,30,0,0,0,1.6,9,111.21000000000001,880,-11 +2013,5,3,22,30,0,0,0,1.6,8,120.03,880,-12 +2013,5,3,23,30,0,0,0,1.5,7,126.46000000000001,880,-12 +2013,5,4,0,30,0,0,0,1.2000000000000002,7,129.58,880,-11 +2013,5,4,1,30,0,0,0,1.1,6,128.75,880,-11 +2013,5,4,2,30,0,0,0,0.9,5,124.15,880,-11 +2013,5,4,3,30,0,0,0,0.9,4,116.62,880,-11 +2013,5,4,4,30,0,0,0,0.9,3,107.07000000000001,880,-11 +2013,5,4,5,30,0,0,0,0.9,3,96.23,880,-10 +2013,5,4,6,30,67,28,408,1.5,5,84.57000000000001,880,-10 +2013,5,4,7,30,281,58,738,1.8,9,72.43,880,-9 +2013,5,4,8,30,511,78,868,1.2000000000000002,14,60.06,880,-11 +2013,5,4,9,30,722,92,936,1.3,17,47.7,880,-13 +2013,5,4,10,30,892,103,973,1.5,20,35.75,880,-13 +2013,5,4,11,30,902,292,672,1.5,21,25.1,880,-13 +2013,5,4,12,30,952,362,621,1.1,22,18.47,880,-12 +2013,5,4,13,30,941,349,631,0.8,23,20.37,880,-12 +2013,5,4,14,30,813,380,495,0.7000000000000001,24,29.16,880,-12 +2013,5,4,15,30,750,202,720,0.8,24,40.52,880,-12 +2013,5,4,16,30,520,199,530,1.2000000000000002,23,52.69,880,-12 +2013,5,4,17,30,398,58,807,1.6,22,65.08,880,-12 +2013,5,4,18,30,160,71,407,1.5,18,77.37,880,-12 +2013,5,4,19,30,0,0,0,1.8,15,89.32000000000001,880,-9 +2013,5,4,20,30,0,0,0,3,13,100.67,880,-9 +2013,5,4,21,30,0,0,0,4.2,12,111.02,880,-8 +2013,5,4,22,30,0,0,0,4.6000000000000005,11,119.8,880,-8 +2013,5,4,23,30,0,0,0,4.1000000000000005,9,126.2,880,-8 +2013,5,5,0,30,0,0,0,3.3000000000000003,8,129.29,880,-9 +2013,5,5,1,30,0,0,0,2.5,7,128.46,880,-10 +2013,5,5,2,30,0,0,0,2,6,123.89,880,-11 +2013,5,5,3,30,0,0,0,1.7000000000000002,5,116.38,880,-12 +2013,5,5,4,30,0,0,0,1.5,5,106.86,880,-11 +2013,5,5,5,30,0,0,0,1.7000000000000002,5,96.04,880,-10 +2013,5,5,6,30,24,24,0,2,6,84.4,880,-8 +2013,5,5,7,30,199,109,297,1.9000000000000001,8,72.27,880,-6 +2013,5,5,8,30,432,133,595,1.8,11,59.9,880,-5 +2013,5,5,9,30,585,237,516,1.6,13,47.54,880,-7 +2013,5,5,10,30,756,317,539,1.2000000000000002,15,35.56,880,-7 +2013,5,5,11,30,810,417,433,0.8,18,24.87,880,-7 +2013,5,5,12,30,836,450,406,0.5,19,18.18,880,-6 +2013,5,5,13,30,654,496,168,0.6000000000000001,20,20.12,880,-5 +2013,5,5,14,30,517,437,92,0.8,19,28.98,880,-4 +2013,5,5,15,30,400,350,64,0.7000000000000001,19,40.37,880,-4 +2013,5,5,16,30,263,242,34,0.4,20,52.56,880,-3 +2013,5,5,17,30,383,110,646,0.30000000000000004,19,64.95,880,-3 +2013,5,5,18,30,170,66,469,0.6000000000000001,17,77.23,880,-2 +2013,5,5,19,30,0,0,0,1.1,14,89.17,880,-2 +2013,5,5,20,30,0,0,0,1.4000000000000001,12,100.5,880,-3 +2013,5,5,21,30,0,0,0,1.6,11,110.82000000000001,880,-3 +2013,5,5,22,30,0,0,0,1.9000000000000001,11,119.57000000000001,880,-4 +2013,5,5,23,30,0,0,0,2.2,10,125.94,880,-5 +2013,5,6,0,30,0,0,0,2.3000000000000003,9,129.01,880,-6 +2013,5,6,1,30,0,0,0,2.2,8,128.18,880,-6 +2013,5,6,2,30,0,0,0,2.1,8,123.62,880,-6 +2013,5,6,3,30,0,0,0,1.8,7,116.14,880,-5 +2013,5,6,4,30,0,0,0,1.6,7,106.65,880,-5 +2013,5,6,5,30,0,0,0,1.9000000000000001,7,95.85000000000001,880,-4 +2013,5,6,6,30,52,32,197,2.7,9,84.22,880,-3 +2013,5,6,7,30,125,114,33,3,10,72.11,880,-3 +2013,5,6,8,30,362,207,307,3.2,12,59.74,880,-1 +2013,5,6,9,30,321,289,47,3.7,13,47.38,880,0 +2013,5,6,10,30,624,400,274,3.7,14,35.38,880,3 +2013,5,6,11,30,257,244,14,3.2,15,24.650000000000002,880,5 +2013,5,6,12,30,349,329,20,3,16,17.91,880,7 +2013,5,6,13,30,371,349,23,3.3000000000000003,16,19.88,880,7 +2013,5,6,14,30,841,393,511,3.7,17,28.810000000000002,880,7 +2013,5,6,15,30,718,332,505,4.1000000000000005,18,40.230000000000004,880,7 +2013,5,6,16,30,550,259,478,4.4,18,52.44,880,6 +2013,5,6,17,30,347,125,521,4.6000000000000005,17,64.82000000000001,880,6 +2013,5,6,18,30,76,75,2,4.2,16,77.10000000000001,880,6 +2013,5,6,19,30,0,0,0,3.9000000000000004,14,89.02,880,6 +2013,5,6,20,30,0,0,0,3.9000000000000004,13,100.33,880,6 +2013,5,6,21,30,0,0,0,3.8000000000000003,12,110.63,880,5 +2013,5,6,22,30,0,0,0,3.6,11,119.35000000000001,880,5 +2013,5,6,23,30,0,0,0,3.5,11,125.69,880,5 +2013,5,7,0,30,0,0,0,3.3000000000000003,10,128.74,880,5 +2013,5,7,1,30,0,0,0,3.2,9,127.91,880,5 +2013,5,7,2,30,0,0,0,3.1,8,123.37,880,5 +2013,5,7,3,30,0,0,0,2.9000000000000004,8,115.91,880,5 +2013,5,7,4,30,0,0,0,2.5,7,106.44,880,5 +2013,5,7,5,30,0,0,0,2.5,7,95.66,880,5 +2013,5,7,6,30,65,34,298,3.2,9,84.06,880,4 +2013,5,7,7,30,270,70,645,4.1000000000000005,13,71.95,880,4 +2013,5,7,8,30,494,88,801,4.4,17,59.59,880,5 +2013,5,7,9,30,700,100,883,3.6,21,47.22,880,4 +2013,5,7,10,30,867,108,928,3,24,35.21,880,3 +2013,5,7,11,30,981,113,952,2.9000000000000004,26,24.43,880,2 +2013,5,7,12,30,1034,114,965,3.3000000000000003,27,17.63,880,1 +2013,5,7,13,30,931,383,581,3.8000000000000003,28,19.64,880,1 +2013,5,7,14,30,802,393,466,4.1000000000000005,29,28.63,870,0 +2013,5,7,15,30,693,292,524,4.4,28,40.09,870,0 +2013,5,7,16,30,611,111,816,4.5,27,52.31,870,0 +2013,5,7,17,30,383,79,710,3.9000000000000004,26,64.7,870,0 +2013,5,7,18,30,175,66,485,2.6,23,76.97,870,0 +2013,5,7,19,30,10,10,0,2.1,20,88.88,870,2 +2013,5,7,20,30,0,0,0,2.7,18,100.16,870,2 +2013,5,7,21,30,0,0,0,3.2,18,110.43,870,2 +2013,5,7,22,30,0,0,0,3.2,17,119.12,870,2 +2013,5,7,23,30,0,0,0,2.6,16,125.44,870,1 +2013,5,8,0,30,0,0,0,2.2,14,128.47,870,0 +2013,5,8,1,30,0,0,0,2.3000000000000003,13,127.64,870,0 +2013,5,8,2,30,0,0,0,2.3000000000000003,11,123.11,870,0 +2013,5,8,3,30,0,0,0,2.5,11,115.69,870,1 +2013,5,8,4,30,0,0,0,2.6,10,106.24000000000001,870,2 +2013,5,8,5,30,0,0,0,2.9000000000000004,10,95.49,870,3 +2013,5,8,6,30,65,39,248,3.5,12,83.89,880,5 +2013,5,8,7,30,264,59,656,4.1000000000000005,16,71.8,880,6 +2013,5,8,8,30,389,196,379,4.3,20,59.44,880,5 +2013,5,8,9,30,610,228,561,4.1000000000000005,23,47.07,880,2 +2013,5,8,10,30,615,407,253,3.8000000000000003,25,35.04,880,0 +2013,5,8,11,30,808,423,423,3.8000000000000003,26,24.22,870,-1 +2013,5,8,12,30,889,469,439,4,26,17.37,870,-2 +2013,5,8,13,30,906,431,503,4.1000000000000005,26,19.400000000000002,870,-2 +2013,5,8,14,30,782,395,441,4.3,26,28.47,870,-3 +2013,5,8,15,30,716,273,577,4.4,26,39.96,870,-4 +2013,5,8,16,30,570,154,677,4.3,26,52.19,870,-5 +2013,5,8,17,30,414,82,773,3.5,25,64.57000000000001,870,-6 +2013,5,8,18,30,190,56,591,2,21,76.83,870,-5 +2013,5,8,19,30,13,12,72,1.4000000000000001,18,88.73,870,-2 +2013,5,8,20,30,0,0,0,1.4000000000000001,17,100,870,-3 +2013,5,8,21,30,0,0,0,1.2000000000000002,17,110.24000000000001,870,-3 +2013,5,8,22,30,0,0,0,1.2000000000000002,16,118.9,870,-3 +2013,5,8,23,30,0,0,0,1.2000000000000002,15,125.19,870,-3 +2013,5,9,0,30,0,0,0,1.2000000000000002,14,128.2,870,-3 +2013,5,9,1,30,0,0,0,1.6,13,127.37,870,-3 +2013,5,9,2,30,0,0,0,2.3000000000000003,12,122.87,870,-2 +2013,5,9,3,30,0,0,0,2.8000000000000003,10,115.46000000000001,880,0 +2013,5,9,4,30,0,0,0,3,9,106.05,880,4 +2013,5,9,5,30,0,0,0,3.2,9,95.31,880,6 +2013,5,9,6,30,68,39,263,3.6,10,83.74,880,7 +2013,5,9,7,30,270,81,602,4,12,71.65,880,7 +2013,5,9,8,30,492,104,758,3.7,16,59.300000000000004,880,7 +2013,5,9,9,30,695,120,841,3.1,19,46.92,880,6 +2013,5,9,10,30,861,131,889,2.5,22,34.87,880,4 +2013,5,9,11,30,974,136,916,2.3000000000000003,24,24.01,880,3 +2013,5,9,12,30,1027,136,932,2.4000000000000004,25,17.1,880,2 +2013,5,9,13,30,1012,138,925,2.5,26,19.17,880,1 +2013,5,9,14,30,931,139,899,2.4000000000000004,26,28.3,880,1 +2013,5,9,15,30,479,380,128,2.3000000000000003,26,39.82,880,1 +2013,5,9,16,30,546,185,587,2.4000000000000004,25,52.06,880,0 +2013,5,9,17,30,329,150,416,2.5,24,64.45,880,0 +2013,5,9,18,30,127,84,184,2.1,22,76.7,880,0 +2013,5,9,19,30,9,9,0,2.2,19,88.58,880,2 +2013,5,9,20,30,0,0,0,3.6,18,99.83,880,3 +2013,5,9,21,30,0,0,0,4.9,17,110.05,880,4 +2013,5,9,22,30,0,0,0,5.2,15,118.68,880,6 +2013,5,9,23,30,0,0,0,4.800000000000001,13,124.94,880,8 +2013,5,10,0,30,0,0,0,4.6000000000000005,11,127.94,880,8 +2013,5,10,1,30,0,0,0,4.5,10,127.11,880,8 +2013,5,10,2,30,0,0,0,4.1000000000000005,9,122.63,880,8 +2013,5,10,3,30,0,0,0,3.5,9,115.25,880,7 +2013,5,10,4,30,0,0,0,3,8,105.85000000000001,880,6 +2013,5,10,5,30,0,0,0,3,8,95.14,880,6 +2013,5,10,6,30,2,2,0,3.7,10,83.58,880,6 +2013,5,10,7,30,166,127,124,4.3,12,71.51,880,6 +2013,5,10,8,30,100,100,0,4.3,15,59.160000000000004,880,5 +2013,5,10,9,30,158,155,4,3.8000000000000003,18,46.78,880,5 +2013,5,10,10,30,321,303,22,3.1,19,34.72,880,4 +2013,5,10,11,30,460,416,47,2.5,20,23.82,880,4 +2013,5,10,12,30,555,479,78,2.1,21,16.85,880,4 +2013,5,10,13,30,369,347,22,1.9000000000000001,21,18.95,880,3 +2013,5,10,14,30,428,390,43,1.8,21,28.13,880,4 +2013,5,10,15,30,447,373,97,1.8,20,39.69,880,4 +2013,5,10,16,30,468,266,329,1.8,19,51.94,880,4 +2013,5,10,17,30,326,154,397,1.8,18,64.33,880,4 +2013,5,10,18,30,26,26,0,1.4000000000000001,17,76.57000000000001,880,4 +2013,5,10,19,30,13,12,42,0.9,15,88.44,880,5 +2013,5,10,20,30,0,0,0,0.7000000000000001,13,99.67,880,5 +2013,5,10,21,30,0,0,0,0.5,13,109.86,880,5 +2013,5,10,22,30,0,0,0,0.30000000000000004,12,118.47,880,5 +2013,5,10,23,30,0,0,0,0.30000000000000004,12,124.7,880,5 +2013,5,11,0,30,0,0,0,0.5,11,127.68,880,5 +2013,5,11,1,30,0,0,0,0.8,11,126.86,880,5 +2013,5,11,2,30,0,0,0,0.9,10,122.39,880,5 +2013,5,11,3,30,0,0,0,1,9,115.04,880,4 +2013,5,11,4,30,0,0,0,1,8,105.67,880,4 +2013,5,11,5,30,0,0,0,1,8,94.98,890,4 +2013,5,11,6,30,26,26,0,1.6,10,83.43,890,4 +2013,5,11,7,30,61,61,0,2,14,71.37,890,4 +2013,5,11,8,30,364,216,288,2,18,59.03,890,3 +2013,5,11,9,30,399,325,107,2.3000000000000003,20,46.65,890,2 +2013,5,11,10,30,854,152,852,2.4000000000000004,21,34.57,890,2 +2013,5,11,11,30,966,161,878,2.6,22,23.63,890,2 +2013,5,11,12,30,831,450,397,2.8000000000000003,23,16.6,880,2 +2013,5,11,13,30,1007,155,899,3.1,23,18.73,880,2 +2013,5,11,14,30,812,390,478,3.3000000000000003,24,27.97,880,2 +2013,5,11,15,30,368,333,44,3.4000000000000004,23,39.56,880,1 +2013,5,11,16,30,440,280,259,3.5,23,51.82,880,1 +2013,5,11,17,30,122,122,0,3.5,22,64.2,880,1 +2013,5,11,18,30,180,74,452,2.5,19,76.44,880,1 +2013,5,11,19,30,14,12,41,1.6,17,88.3,890,3 +2013,5,11,20,30,0,0,0,1.7000000000000002,15,99.5,890,3 +2013,5,11,21,30,0,0,0,2,14,109.68,890,3 +2013,5,11,22,30,0,0,0,2.3000000000000003,13,118.26,890,3 +2013,5,11,23,30,0,0,0,2.5,12,124.46000000000001,890,3 +2013,5,12,0,30,0,0,0,2.8000000000000003,11,127.43,890,3 +2013,5,12,1,30,0,0,0,2.8000000000000003,10,126.61,890,4 +2013,5,12,2,30,0,0,0,2.3000000000000003,9,122.16,890,4 +2013,5,12,3,30,0,0,0,1.6,8,114.83,890,5 +2013,5,12,4,30,0,0,0,1.2000000000000002,8,105.49000000000001,890,5 +2013,5,12,5,30,0,0,0,1.4000000000000001,8,94.82000000000001,890,5 +2013,5,12,6,30,73,40,286,2,10,83.29,890,5 +2013,5,12,7,30,276,81,605,2.4000000000000004,14,71.24,890,6 +2013,5,12,8,30,496,105,756,2.6,18,58.9,890,5 +2013,5,12,9,30,699,120,841,2.9000000000000004,21,46.52,890,4 +2013,5,12,10,30,865,129,891,3.5,23,34.42,890,3 +2013,5,12,11,30,978,136,917,4.1000000000000005,24,23.44,880,2 +2013,5,12,12,30,1029,140,926,4.5,25,16.35,880,2 +2013,5,12,13,30,1017,139,925,4.6000000000000005,26,18.51,880,1 +2013,5,12,14,30,940,132,913,4.7,26,27.82,880,1 +2013,5,12,15,30,805,121,885,4.5,26,39.43,880,0 +2013,5,12,16,30,622,107,831,4.2,25,51.7,880,0 +2013,5,12,17,30,409,89,730,3.6,24,64.08,880,0 +2013,5,12,18,30,189,63,529,2.4000000000000004,22,76.31,880,0 +2013,5,12,19,30,16,14,79,1.9000000000000001,19,88.15,880,1 +2013,5,12,20,30,0,0,0,2.6,17,99.34,880,1 +2013,5,12,21,30,0,0,0,3.6,17,109.49000000000001,880,1 +2013,5,12,22,30,0,0,0,4.5,16,118.05,880,0 +2013,5,12,23,30,0,0,0,4.800000000000001,15,124.23,880,1 +2013,5,13,0,30,0,0,0,4.9,14,127.18,880,1 +2013,5,13,1,30,0,0,0,4.800000000000001,13,126.36,880,1 +2013,5,13,2,30,0,0,0,4.6000000000000005,13,121.93,880,1 +2013,5,13,3,30,0,0,0,4.3,12,114.63,880,1 +2013,5,13,4,30,0,0,0,4,11,105.31,880,1 +2013,5,13,5,30,0,0,0,4.1000000000000005,11,94.66,880,2 +2013,5,13,6,30,78,38,338,4.5,13,83.15,890,2 +2013,5,13,7,30,284,72,656,5,16,71.11,890,2 +2013,5,13,8,30,507,92,801,5.1000000000000005,20,58.78,890,2 +2013,5,13,9,30,711,105,879,4.9,23,46.39,890,1 +2013,5,13,10,30,877,113,924,4.5,26,34.28,880,0 +2013,5,13,11,30,991,119,949,4.3,28,23.26,880,0 +2013,5,13,12,30,1045,116,966,4.2,29,16.11,880,0 +2013,5,13,13,30,1031,116,964,4.4,30,18.29,880,0 +2013,5,13,14,30,953,112,949,4.7,30,27.66,880,0 +2013,5,13,15,30,817,107,917,4.9,29,39.300000000000004,880,-1 +2013,5,13,16,30,634,96,866,4.9,28,51.58,880,-1 +2013,5,13,17,30,420,80,774,4.6000000000000005,27,63.96,880,-2 +2013,5,13,18,30,198,57,590,3.5,24,76.18,880,-2 +2013,5,13,19,30,19,14,125,2.8000000000000003,21,88.01,880,-1 +2013,5,13,20,30,0,0,0,3.2,19,99.18,880,-2 +2013,5,13,21,30,0,0,0,3.5,18,109.31,880,-2 +2013,5,13,22,30,0,0,0,3.8000000000000003,17,117.84,880,-2 +2013,5,13,23,30,0,0,0,4.1000000000000005,16,124,880,-2 +2013,5,14,0,30,0,0,0,4.3,15,126.94,880,-1 +2013,5,14,1,30,0,0,0,4.6000000000000005,14,126.13000000000001,880,0 +2013,5,14,2,30,0,0,0,4.6000000000000005,14,121.71000000000001,880,2 +2013,5,14,3,30,0,0,0,4.1000000000000005,13,114.44,880,5 +2013,5,14,4,30,0,0,0,3.3000000000000003,12,105.14,880,7 +2013,5,14,5,30,0,0,0,3,12,94.51,880,9 +2013,5,14,6,30,80,40,327,3.3000000000000003,14,83.02,880,10 +2013,5,14,7,30,286,77,641,3.9000000000000004,17,70.99,880,10 +2013,5,14,8,30,510,97,793,4.3,21,58.660000000000004,880,9 +2013,5,14,9,30,715,110,876,4,24,46.27,880,6 +2013,5,14,10,30,882,118,922,3.8000000000000003,27,34.15,880,4 +2013,5,14,11,30,995,124,946,4,28,23.09,880,2 +2013,5,14,12,30,1045,126,955,4.4,29,15.88,880,1 +2013,5,14,13,30,1029,126,949,4.800000000000001,30,18.080000000000002,880,1 +2013,5,14,14,30,948,123,929,5.1000000000000005,30,27.51,880,0 +2013,5,14,15,30,809,116,894,5.4,30,39.17,880,0 +2013,5,14,16,30,624,105,833,5.6000000000000005,29,51.46,870,0 +2013,5,14,17,30,410,90,726,5.9,28,63.84,870,1 +2013,5,14,18,30,191,64,526,5.7,26,76.06,870,2 +2013,5,14,19,30,18,15,102,5,23,87.87,880,3 +2013,5,14,20,30,0,0,0,4.6000000000000005,21,99.03,880,4 +2013,5,14,21,30,0,0,0,4.5,20,109.13,880,5 +2013,5,14,22,30,0,0,0,4.5,18,117.64,880,5 +2013,5,14,23,30,0,0,0,4.6000000000000005,17,123.78,880,6 +2013,5,15,0,30,0,0,0,4.800000000000001,16,126.71000000000001,880,7 +2013,5,15,1,30,0,0,0,4.800000000000001,15,125.89,880,9 +2013,5,15,2,30,0,0,0,4.4,14,121.5,880,10 +2013,5,15,3,30,0,0,0,4,14,114.25,870,10 +2013,5,15,4,30,0,0,0,3.6,13,104.98,870,9 +2013,5,15,5,30,0,0,0,3.5,13,94.36,870,9 +2013,5,15,6,30,65,40,197,3.6,14,82.89,870,8 +2013,5,15,7,30,222,116,324,3.7,18,70.87,870,7 +2013,5,15,8,30,435,173,502,3.8000000000000003,23,58.550000000000004,870,5 +2013,5,15,9,30,610,237,539,4,26,46.160000000000004,870,4 +2013,5,15,10,30,779,291,588,4.4,29,34.02,870,3 +2013,5,15,11,30,881,405,516,4.800000000000001,30,22.92,870,3 +2013,5,15,12,30,1037,121,951,5.2,31,15.65,870,3 +2013,5,15,13,30,1024,120,950,5.4,31,17.88,870,2 +2013,5,15,14,30,946,116,934,5.300000000000001,32,27.36,870,2 +2013,5,15,15,30,810,109,902,4.800000000000001,32,39.050000000000004,870,2 +2013,5,15,16,30,627,100,842,4,31,51.34,870,2 +2013,5,15,17,30,413,88,733,2.9000000000000004,30,63.72,870,1 +2013,5,15,18,30,193,67,519,1.7000000000000002,27,75.93,870,3 +2013,5,15,19,30,20,20,0,1.2000000000000002,25,87.73,870,4 +2013,5,15,20,30,0,0,0,1.4000000000000001,23,98.87,870,4 +2013,5,15,21,30,0,0,0,1.4000000000000001,22,108.96000000000001,870,4 +2013,5,15,22,30,0,0,0,1.2000000000000002,21,117.44,870,4 +2013,5,15,23,30,0,0,0,1,20,123.56,870,4 +2013,5,16,0,30,0,0,0,0.5,19,126.47,870,4 +2013,5,16,1,30,0,0,0,0.4,18,125.67,870,5 +2013,5,16,2,30,0,0,0,0.6000000000000001,17,121.29,870,5 +2013,5,16,3,30,0,0,0,0.7000000000000001,16,114.06,870,6 +2013,5,16,4,30,0,0,0,0.8,15,104.81,870,6 +2013,5,16,5,30,0,0,0,1.2000000000000002,15,94.22,870,6 +2013,5,16,6,30,83,39,345,2.3000000000000003,17,82.76,870,7 +2013,5,16,7,30,287,72,652,3.2,21,70.76,870,7 +2013,5,16,8,30,507,91,794,3.4000000000000004,25,58.44,870,7 +2013,5,16,9,30,710,105,871,3.3000000000000003,28,46.050000000000004,870,5 +2013,5,16,10,30,876,116,915,3,30,33.9,870,3 +2013,5,16,11,30,991,123,941,3.1,32,22.76,870,1 +2013,5,16,12,30,1046,125,955,3.5,33,15.43,870,0 +2013,5,16,13,30,1038,123,960,3.9000000000000004,34,17.68,870,-2 +2013,5,16,14,30,965,117,954,4.3,34,27.21,870,-4 +2013,5,16,15,30,832,108,930,4.5,34,38.93,870,-6 +2013,5,16,16,30,650,96,885,4.4,33,51.230000000000004,870,-8 +2013,5,16,17,30,434,79,798,3.4000000000000004,32,63.61,870,-9 +2013,5,16,18,30,209,57,619,1.9000000000000001,28,75.8,870,-7 +2013,5,16,19,30,23,17,147,1.4000000000000001,24,87.60000000000001,870,-2 +2013,5,16,20,30,0,0,0,1.5,22,98.72,870,-4 +2013,5,16,21,30,0,0,0,1.5,20,108.78,870,-4 +2013,5,16,22,30,0,0,0,1.6,19,117.24000000000001,870,-5 +2013,5,16,23,30,0,0,0,1.6,17,123.34,870,-5 +2013,5,17,0,30,0,0,0,1.5,16,126.25,870,-5 +2013,5,17,1,30,0,0,0,1.4000000000000001,15,125.45,870,-4 +2013,5,17,2,30,0,0,0,1.2000000000000002,15,121.09,870,-4 +2013,5,17,3,30,0,0,0,1.2000000000000002,14,113.88,870,-4 +2013,5,17,4,30,0,0,0,1.2000000000000002,13,104.66,870,-4 +2013,5,17,5,30,0,0,0,1.4000000000000001,14,94.09,870,-5 +2013,5,17,6,30,89,39,395,2.3000000000000003,17,82.64,870,-6 +2013,5,17,7,30,302,70,700,3.2,21,70.65,870,-7 +2013,5,17,8,30,528,88,837,3.3000000000000003,26,58.34,870,-6 +2013,5,17,9,30,735,101,911,3.2,31,45.95,870,-7 +2013,5,17,10,30,902,109,954,2.5,33,33.78,870,-7 +2013,5,17,11,30,1015,115,975,2,34,22.61,870,-7 +2013,5,17,12,30,1061,123,971,2.3000000000000003,35,15.21,870,-7 +2013,5,17,13,30,1042,126,959,3,36,17.48,870,-8 +2013,5,17,14,30,959,125,936,3.4000000000000004,36,27.07,870,-7 +2013,5,17,15,30,821,118,901,3.4000000000000004,36,38.81,870,-7 +2013,5,17,16,30,559,191,587,3.1,35,51.11,870,-6 +2013,5,17,17,30,297,184,254,2.3000000000000003,34,63.49,870,-6 +2013,5,17,18,30,142,96,184,1.4000000000000001,30,75.68,870,-2 +2013,5,17,19,30,16,16,0,1.3,27,87.46000000000001,870,0 +2013,5,17,20,30,0,0,0,2.2,25,98.56,870,0 +2013,5,17,21,30,0,0,0,4.3,24,108.61,870,0 +2013,5,17,22,30,0,0,0,6.7,25,117.05,870,0 +2013,5,17,23,30,0,0,0,6.800000000000001,24,123.13000000000001,870,3 +2013,5,18,0,30,0,0,0,4.6000000000000005,23,126.03,870,6 +2013,5,18,1,30,0,0,0,2.2,22,125.23,870,8 +2013,5,18,2,30,0,0,0,1.2000000000000002,21,120.89,870,8 +2013,5,18,3,30,0,0,0,1.4000000000000001,19,113.71000000000001,870,8 +2013,5,18,4,30,0,0,0,1.6,18,104.51,870,8 +2013,5,18,5,30,0,0,0,2,18,93.96000000000001,870,8 +2013,5,18,6,30,87,40,357,2.8000000000000003,20,82.53,870,7 +2013,5,18,7,30,293,75,656,3.3000000000000003,24,70.54,870,6 +2013,5,18,8,30,514,96,794,3.4000000000000004,28,58.24,870,3 +2013,5,18,9,30,716,112,867,3.3000000000000003,32,45.85,870,-2 +2013,5,18,10,30,881,125,907,3.2,33,33.67,870,-4 +2013,5,18,11,30,849,437,445,3.3000000000000003,34,22.47,870,-4 +2013,5,18,12,30,965,381,604,3.7,35,15,870,-5 +2013,5,18,13,30,1036,131,948,4.1000000000000005,36,17.29,870,-5 +2013,5,18,14,30,961,123,939,4.5,35,26.92,870,-5 +2013,5,18,15,30,825,120,902,5,34,38.69,870,-6 +2013,5,18,16,30,643,109,848,5.4,33,51,870,-7 +2013,5,18,17,30,429,90,758,5.1000000000000005,32,63.38,870,-8 +2013,5,18,18,30,208,62,584,3.6,29,75.56,870,-8 +2013,5,18,19,30,25,18,141,2.9000000000000004,25,87.33,870,-6 +2013,5,18,20,30,0,0,0,4.1000000000000005,24,98.41,870,-7 +2013,5,18,21,30,0,0,0,4.6000000000000005,23,108.44,870,-7 +2013,5,18,22,30,0,0,0,4.4,21,116.86,870,-8 +2013,5,18,23,30,0,0,0,4.1000000000000005,20,122.92,870,-9 +2013,5,19,0,30,0,0,0,4,18,125.81,870,-9 +2013,5,19,1,30,0,0,0,3.8000000000000003,17,125.02,870,-9 +2013,5,19,2,30,0,0,0,3.5,16,120.7,870,-8 +2013,5,19,3,30,0,0,0,3.5,16,113.54,870,-7 +2013,5,19,4,30,0,0,0,3.8000000000000003,16,104.36,870,-5 +2013,5,19,5,30,0,0,0,4.3,16,93.83,870,-4 +2013,5,19,6,30,87,44,327,4.800000000000001,17,82.42,870,-3 +2013,5,19,7,30,294,82,635,5.4,21,70.44,870,-1 +2013,5,19,8,30,516,104,781,6,24,58.15,870,0 +2013,5,19,9,30,719,119,860,6.2,26,45.75,870,0 +2013,5,19,10,30,883,128,906,6.6000000000000005,27,33.56,870,0 +2013,5,19,11,30,996,133,932,7,28,22.330000000000002,870,0 +2013,5,19,12,30,1047,135,944,7.2,29,14.8,870,0 +2013,5,19,13,30,1036,131,947,7.300000000000001,30,17.1,870,0 +2013,5,19,14,30,964,122,943,7.300000000000001,30,26.78,870,-1 +2013,5,19,15,30,835,105,932,7.2,30,38.57,870,-3 +2013,5,19,16,30,653,93,888,6.9,29,50.89,870,-5 +2013,5,19,17,30,439,77,803,6.1000000000000005,28,63.26,870,-6 +2013,5,19,18,30,215,56,632,4,26,75.44,870,-6 +2013,5,19,19,30,28,19,189,2,22,87.19,870,-5 +2013,5,19,20,30,0,0,0,1.4000000000000001,20,98.27,870,-4 +2013,5,19,21,30,0,0,0,1.3,19,108.28,870,-3 +2013,5,19,22,30,0,0,0,1.3,18,116.67,870,-3 +2013,5,19,23,30,0,0,0,1.5,17,122.72,870,-3 +2013,5,20,0,30,0,0,0,1.6,16,125.60000000000001,870,-2 +2013,5,20,1,30,0,0,0,1.6,15,124.82000000000001,870,-2 +2013,5,20,2,30,0,0,0,1.6,14,120.51,870,-3 +2013,5,20,3,30,0,0,0,1.7000000000000002,14,113.38,870,-3 +2013,5,20,4,30,0,0,0,1.9000000000000001,13,104.23,870,-4 +2013,5,20,5,30,0,0,0,2.5,13,93.71000000000001,870,-4 +2013,5,20,6,30,94,38,416,3.3000000000000003,15,82.31,870,-4 +2013,5,20,7,30,304,66,707,3.5,19,70.35000000000001,870,-3 +2013,5,20,8,30,526,83,837,3.6,23,58.06,870,-3 +2013,5,20,9,30,731,96,909,4,26,45.67,870,-2 +2013,5,20,10,30,900,105,953,4.6000000000000005,27,33.46,870,-3 +2013,5,20,11,30,1017,111,979,5.2,29,22.19,870,-4 +2013,5,20,12,30,1074,109,997,5.7,30,14.6,870,-5 +2013,5,20,13,30,1062,109,996,6.1000000000000005,30,16.92,870,-6 +2013,5,20,14,30,984,105,983,6.2,31,26.650000000000002,870,-7 +2013,5,20,15,30,846,98,955,6,31,38.45,870,-8 +2013,5,20,16,30,660,89,904,5.6000000000000005,30,50.78,870,-8 +2013,5,20,17,30,443,76,814,4.6000000000000005,29,63.15,870,-8 +2013,5,20,18,30,218,57,634,2.6,26,75.32000000000001,870,-9 +2013,5,20,19,30,29,20,180,1.3,22,87.06,870,-7 +2013,5,20,20,30,0,0,0,1.3,20,98.12,870,-6 +2013,5,20,21,30,0,0,0,1.4000000000000001,19,108.11,870,-6 +2013,5,20,22,30,0,0,0,2,18,116.49000000000001,870,-6 +2013,5,20,23,30,0,0,0,3.1,18,122.52,870,-4 +2013,5,21,0,30,0,0,0,4.2,17,125.39,870,-4 +2013,5,21,1,30,0,0,0,4.800000000000001,15,124.62,870,-2 +2013,5,21,2,30,0,0,0,4.800000000000001,14,120.34,870,1 +2013,5,21,3,30,0,0,0,4.9,14,113.22,870,3 +2013,5,21,4,30,0,0,0,5.1000000000000005,13,104.09,870,5 +2013,5,21,5,30,0,0,0,5.4,13,93.60000000000001,870,5 +2013,5,21,6,30,88,46,313,6.2,13,82.21000000000001,880,4 +2013,5,21,7,30,288,88,591,7.1000000000000005,15,70.26,880,3 +2013,5,21,8,30,30,30,0,7,17,57.980000000000004,880,3 +2013,5,21,9,30,637,228,583,6.2,19,45.58,880,3 +2013,5,21,10,30,868,136,876,5.1000000000000005,20,33.37,880,4 +2013,5,21,11,30,982,136,913,3.8000000000000003,22,22.07,880,4 +2013,5,21,12,30,1035,136,927,2.7,23,14.41,880,4 +2013,5,21,13,30,1026,128,937,2.2,24,16.740000000000002,880,4 +2013,5,21,14,30,952,119,931,2.3000000000000003,25,26.51,870,3 +2013,5,21,15,30,823,103,917,2.3000000000000003,26,38.34,870,2 +2013,5,21,16,30,644,91,872,1.9000000000000001,25,50.67,870,2 +2013,5,21,17,30,434,76,789,1.3,24,63.04,870,1 +2013,5,21,18,30,215,55,624,0.7000000000000001,22,75.2,870,1 +2013,5,21,19,30,30,19,211,0.8,19,86.93,870,4 +2013,5,21,20,30,0,0,0,1.6,17,97.98,870,3 +2013,5,21,21,30,0,0,0,2.4000000000000004,17,107.95,870,3 +2013,5,21,22,30,0,0,0,2.8000000000000003,16,116.31,870,3 +2013,5,21,23,30,0,0,0,2.7,15,122.32000000000001,870,3 +2013,5,22,0,30,0,0,0,2.5,14,125.2,870,4 +2013,5,22,1,30,0,0,0,2.4000000000000004,13,124.43,870,4 +2013,5,22,2,30,0,0,0,2.4000000000000004,12,120.16,870,4 +2013,5,22,3,30,0,0,0,2.3000000000000003,11,113.07000000000001,870,5 +2013,5,22,4,30,0,0,0,2.2,10,103.96000000000001,870,5 +2013,5,22,5,30,0,0,0,2.5,11,93.49,880,5 +2013,5,22,6,30,95,40,398,3.1,13,82.12,880,5 +2013,5,22,7,30,300,73,671,4,15,70.18,880,5 +2013,5,22,8,30,518,94,798,5.4,19,57.9,880,5 +2013,5,22,9,30,720,108,872,6.300000000000001,22,45.5,880,4 +2013,5,22,10,30,884,116,918,6.6000000000000005,26,33.28,880,3 +2013,5,22,11,30,997,121,945,6.4,29,21.95,880,2 +2013,5,22,12,30,1047,133,942,6.1000000000000005,31,14.23,870,1 +2013,5,22,13,30,1034,135,938,5.800000000000001,32,16.56,870,0 +2013,5,22,14,30,959,133,922,5.5,33,26.38,870,-2 +2013,5,22,15,30,828,124,896,5.2,33,38.230000000000004,870,-4 +2013,5,22,16,30,648,110,848,4.7,32,50.56,870,-6 +2013,5,22,17,30,437,90,761,3.4000000000000004,31,62.93,870,-7 +2013,5,22,18,30,216,65,585,2.1,28,75.08,870,-2 +2013,5,22,19,30,30,21,164,2.2,24,86.81,870,0 +2013,5,22,20,30,0,0,0,3.1,22,97.84,870,-2 +2013,5,22,21,30,0,0,0,4,20,107.79,870,-2 +2013,5,22,22,30,0,0,0,4.5,19,116.14,870,-1 +2013,5,22,23,30,0,0,0,4.4,18,122.14,870,0 +2013,5,23,0,30,0,0,0,4,18,125,870,2 +2013,5,23,1,30,0,0,0,3.8000000000000003,18,124.24000000000001,870,4 +2013,5,23,2,30,0,0,0,3.9000000000000004,17,119.99000000000001,870,6 +2013,5,23,3,30,0,0,0,3.9000000000000004,17,112.93,870,8 +2013,5,23,4,30,0,0,0,3.7,16,103.84,870,10 +2013,5,23,5,30,0,0,0,3.6,16,93.39,880,12 +2013,5,23,6,30,91,48,316,4.1000000000000005,18,82.03,880,13 +2013,5,23,7,30,296,85,619,5,22,70.10000000000001,880,13 +2013,5,23,8,30,516,105,772,5.2,26,57.83,880,12 +2013,5,23,9,30,718,117,856,4.6000000000000005,29,45.43,880,8 +2013,5,23,10,30,820,267,660,3.9000000000000004,32,33.2,880,4 +2013,5,23,11,30,992,134,925,3.1,34,21.830000000000002,880,1 +2013,5,23,12,30,1042,138,931,2.5,35,14.05,880,0 +2013,5,23,13,30,1025,141,921,2.4000000000000004,36,16.39,870,0 +2013,5,23,14,30,944,145,890,2.3000000000000003,36,26.25,870,0 +2013,5,23,15,30,658,319,430,2.7,36,38.11,870,0 +2013,5,23,16,30,220,211,14,4.3,34,50.45,870,0 +2013,5,23,17,30,360,153,454,5.4,30,62.82,870,3 +2013,5,23,18,30,156,93,245,5.4,26,74.97,880,9 +2013,5,23,19,30,14,14,0,4.3,23,86.68,880,11 +2013,5,23,20,30,0,0,0,3.2,21,97.7,880,12 +2013,5,23,21,30,0,0,0,3.7,21,107.64,880,13 +2013,5,23,22,30,0,0,0,4,20,115.97,880,14 +2013,5,23,23,30,0,0,0,4.4,20,121.95,880,15 +2013,5,24,0,30,0,0,0,4.800000000000001,20,124.81,880,15 +2013,5,24,1,30,0,0,0,4.800000000000001,20,124.06,880,16 +2013,5,24,2,30,0,0,0,4.2,19,119.83,880,16 +2013,5,24,3,30,0,0,0,3.7,18,112.79,880,16 +2013,5,24,4,30,0,0,0,3.3000000000000003,18,103.72,880,16 +2013,5,24,5,30,0,0,0,3.1,18,93.29,880,15 +2013,5,24,6,30,30,30,0,3.1,18,81.94,880,15 +2013,5,24,7,30,188,137,149,3.6,20,70.02,880,15 +2013,5,24,8,30,447,162,533,4.3,22,57.76,880,13 +2013,5,24,9,30,689,146,773,5,24,45.36,880,13 +2013,5,24,10,30,847,159,822,5.5,26,33.12,880,13 +2013,5,24,11,30,828,380,482,5.9,27,21.72,880,12 +2013,5,24,12,30,836,460,388,6.300000000000001,28,13.88,880,12 +2013,5,24,13,30,998,154,878,6.6000000000000005,29,16.22,880,11 +2013,5,24,14,30,924,149,863,6.800000000000001,30,26.13,880,10 +2013,5,24,15,30,794,138,832,6.9,29,38.01,880,10 +2013,5,24,16,30,619,123,776,7,28,50.35,880,10 +2013,5,24,17,30,414,104,675,6.9,27,62.71,880,10 +2013,5,24,18,30,201,76,480,6.6000000000000005,25,74.85000000000001,880,10 +2013,5,24,19,30,28,22,103,6,23,86.56,880,12 +2013,5,24,20,30,0,0,0,5.5,21,97.56,880,13 +2013,5,24,21,30,0,0,0,5.800000000000001,20,107.49000000000001,880,14 +2013,5,24,22,30,0,0,0,6.1000000000000005,19,115.8,880,15 +2013,5,24,23,30,0,0,0,6,18,121.77,880,16 +2013,5,25,0,30,0,0,0,5.800000000000001,17,124.63000000000001,880,16 +2013,5,25,1,30,0,0,0,5,17,123.89,880,15 +2013,5,25,2,30,0,0,0,4.1000000000000005,17,119.68,880,15 +2013,5,25,3,30,0,0,0,3.3000000000000003,17,112.66,880,15 +2013,5,25,4,30,0,0,0,2.8000000000000003,17,103.61,880,15 +2013,5,25,5,30,0,0,0,2.6,17,93.19,880,15 +2013,5,25,6,30,87,52,245,3,17,81.86,880,15 +2013,5,25,7,30,207,134,212,3.5,19,69.95,880,15 +2013,5,25,8,30,491,123,688,4.1000000000000005,21,57.7,880,14 +2013,5,25,9,30,686,138,779,4.4,24,45.300000000000004,880,14 +2013,5,25,10,30,847,145,838,4.4,26,33.05,880,14 +2013,5,25,11,30,961,145,878,4.4,28,21.62,880,13 +2013,5,25,12,30,1015,143,897,4.4,29,13.71,880,13 +2013,5,25,13,30,1006,137,903,4.7,29,16.06,880,12 +2013,5,25,14,30,791,355,484,5.300000000000001,30,26.01,880,12 +2013,5,25,15,30,631,363,339,5.800000000000001,30,37.9,880,12 +2013,5,25,16,30,456,292,257,6,29,50.25,880,12 +2013,5,25,17,30,167,160,15,5.9,27,62.61,880,12 +2013,5,25,18,30,86,86,0,5.1000000000000005,26,74.74,880,13 +2013,5,25,19,30,13,13,0,4.2,24,86.43,880,14 +2013,5,25,20,30,0,0,0,3.8000000000000003,22,97.43,880,14 +2013,5,25,21,30,0,0,0,3.4000000000000004,21,107.34,880,15 +2013,5,25,22,30,0,0,0,3.1,20,115.64,880,15 +2013,5,25,23,30,0,0,0,3.8000000000000003,20,121.60000000000001,880,16 +2013,5,26,0,30,0,0,0,4.800000000000001,19,124.46000000000001,880,16 +2013,5,26,1,30,0,0,0,5.300000000000001,18,123.72,880,16 +2013,5,26,2,30,0,0,0,5.300000000000001,18,119.53,880,17 +2013,5,26,3,30,0,0,0,5.1000000000000005,17,112.53,880,17 +2013,5,26,4,30,0,0,0,5,17,103.5,880,17 +2013,5,26,5,30,0,0,0,4.9,17,93.10000000000001,880,16 +2013,5,26,6,30,92,49,304,5.4,18,81.79,880,16 +2013,5,26,7,30,296,84,614,6.1000000000000005,22,69.89,880,16 +2013,5,26,8,30,516,101,775,6.300000000000001,25,57.64,880,14 +2013,5,26,9,30,717,112,859,6,29,45.24,880,11 +2013,5,26,10,30,879,122,902,5.6000000000000005,32,32.99,880,7 +2013,5,26,11,30,988,131,921,5.2,34,21.53,880,4 +2013,5,26,12,30,1038,134,929,5,35,13.55,880,2 +2013,5,26,13,30,1026,130,932,5,36,15.9,880,1 +2013,5,26,14,30,952,124,920,5.1000000000000005,36,25.89,870,0 +2013,5,26,15,30,821,115,893,5.4,36,37.79,870,0 +2013,5,26,16,30,584,181,628,5.6000000000000005,35,50.15,870,0 +2013,5,26,17,30,333,179,332,5.5,34,62.5,870,0 +2013,5,26,18,30,114,99,53,4.7,31,74.63,870,0 +2013,5,26,19,30,18,18,0,4.7,28,86.31,870,2 +2013,5,26,20,30,0,0,0,5.7,26,97.29,870,4 +2013,5,26,21,30,0,0,0,6.2,25,107.19,870,6 +2013,5,26,22,30,0,0,0,6.1000000000000005,23,115.48,870,8 +2013,5,26,23,30,0,0,0,6.1000000000000005,22,121.43,880,10 +2013,5,27,0,30,0,0,0,6,21,124.28,880,12 +2013,5,27,1,30,0,0,0,5.6000000000000005,20,123.56,880,14 +2013,5,27,2,30,0,0,0,5.2,19,119.39,880,14 +2013,5,27,3,30,0,0,0,4.800000000000001,18,112.41,870,15 +2013,5,27,4,30,0,0,0,4.2,18,103.4,870,15 +2013,5,27,5,30,0,0,0,3.9000000000000004,18,93.02,870,15 +2013,5,27,6,30,102,42,415,4.3,19,81.72,870,15 +2013,5,27,7,30,313,71,702,4.7,23,69.83,870,14 +2013,5,27,8,30,535,87,835,4.6000000000000005,27,57.58,870,9 +2013,5,27,9,30,738,100,906,4.5,31,45.19,870,-1 +2013,5,27,10,30,903,109,946,4.3,33,32.92,870,-7 +2013,5,27,11,30,1014,117,964,4.4,34,21.44,870,-9 +2013,5,27,12,30,1063,126,963,4.6000000000000005,34,13.4,870,-10 +2013,5,27,13,30,931,383,569,4.6000000000000005,34,15.75,870,-10 +2013,5,27,14,30,977,113,958,4.6000000000000005,34,25.77,870,-10 +2013,5,27,15,30,659,333,411,4.800000000000001,35,37.69,870,-10 +2013,5,27,16,30,316,279,58,4.7,34,50.04,870,-11 +2013,5,27,17,30,259,200,126,3.6,33,62.4,870,-11 +2013,5,27,18,30,101,95,22,2,29,74.52,870,-7 +2013,5,27,19,30,17,17,0,1.6,26,86.2,870,-2 +2013,5,27,20,30,0,0,0,2.1,24,97.17,870,-3 +2013,5,27,21,30,0,0,0,2.7,23,107.05,870,-4 +2013,5,27,22,30,0,0,0,3.1,21,115.32000000000001,870,-4 +2013,5,27,23,30,0,0,0,3.6,20,121.27,870,-2 +2013,5,28,0,30,0,0,0,3.8000000000000003,19,124.12,870,0 +2013,5,28,1,30,0,0,0,3.6,18,123.41,870,2 +2013,5,28,2,30,0,0,0,3.5,17,119.25,870,4 +2013,5,28,3,30,0,0,0,3.1,17,112.29,870,7 +2013,5,28,4,30,0,0,0,2.5,16,103.31,870,8 +2013,5,28,5,30,0,0,0,2.5,17,92.94,870,9 +2013,5,28,6,30,96,49,326,3.2,19,81.65,870,10 +2013,5,28,7,30,297,90,599,3.6,22,69.77,870,11 +2013,5,28,8,30,512,117,736,3.6,26,57.53,870,11 +2013,5,28,9,30,709,134,815,3.8000000000000003,29,45.14,870,8 +2013,5,28,10,30,868,146,859,4.6000000000000005,31,32.87,870,4 +2013,5,28,11,30,974,155,879,5.800000000000001,32,21.36,870,4 +2013,5,28,12,30,1019,160,883,6.800000000000001,33,13.26,870,5 +2013,5,28,13,30,582,492,93,7.4,33,15.6,870,7 +2013,5,28,14,30,785,410,415,7.9,33,25.650000000000002,870,9 +2013,5,28,15,30,415,365,63,8.3,32,37.59,870,10 +2013,5,28,16,30,276,255,33,8.700000000000001,31,49.95,870,10 +2013,5,28,17,30,410,118,627,8.9,30,62.300000000000004,870,10 +2013,5,28,18,30,202,86,432,8.9,28,74.41,870,10 +2013,5,28,19,30,32,25,98,8.6,25,86.08,870,10 +2013,5,28,20,30,0,0,0,8.1,23,97.04,870,12 +2013,5,28,21,30,0,0,0,7.4,22,106.92,870,13 +2013,5,28,22,30,0,0,0,6.9,21,115.17,870,14 +2013,5,28,23,30,0,0,0,6.7,20,121.11,870,15 +2013,5,29,0,30,0,0,0,6.6000000000000005,20,123.96000000000001,870,16 +2013,5,29,1,30,0,0,0,6.9,19,123.26,870,16 +2013,5,29,2,30,0,0,0,7.1000000000000005,19,119.12,870,16 +2013,5,29,3,30,0,0,0,6.800000000000001,19,112.18,870,16 +2013,5,29,4,30,0,0,0,5.800000000000001,19,103.22,870,16 +2013,5,29,5,30,0,0,0,5,19,92.87,870,15 +2013,5,29,6,30,95,52,292,4.800000000000001,20,81.59,870,15 +2013,5,29,7,30,299,89,605,4.7,23,69.72,870,13 +2013,5,29,8,30,518,108,762,4.6000000000000005,26,57.49,870,7 +2013,5,29,9,30,719,121,846,4.6000000000000005,28,45.1,870,2 +2013,5,29,10,30,882,133,891,5,30,32.82,870,0 +2013,5,29,11,30,993,142,913,5.5,31,21.28,870,0 +2013,5,29,12,30,1043,150,916,5.9,32,13.120000000000001,870,0 +2013,5,29,13,30,1028,155,906,6.1000000000000005,33,15.46,870,-1 +2013,5,29,14,30,950,156,880,6.2,33,25.54,870,-1 +2013,5,29,15,30,815,151,836,6.2,33,37.49,860,-1 +2013,5,29,16,30,636,139,770,6.1000000000000005,32,49.85,860,-2 +2013,5,29,17,30,427,118,662,5.7,31,62.2,860,-2 +2013,5,29,18,30,212,86,466,4.2,29,74.31,860,-2 +2013,5,29,19,30,35,28,93,2.9000000000000004,25,85.97,860,-1 +2013,5,29,20,30,0,0,0,2.9000000000000004,23,96.92,870,-1 +2013,5,29,21,30,0,0,0,3.2,22,106.78,870,-2 +2013,5,29,22,30,0,0,0,3.3000000000000003,21,115.03,870,-4 +2013,5,29,23,30,0,0,0,3.3000000000000003,20,120.96000000000001,870,-5 +2013,5,30,0,30,0,0,0,3.2,18,123.81,870,-5 +2013,5,30,1,30,0,0,0,2.8000000000000003,17,123.12,870,-5 +2013,5,30,2,30,0,0,0,2.4000000000000004,17,119,870,-5 +2013,5,30,3,30,0,0,0,2,16,112.08,870,-4 +2013,5,30,4,30,0,0,0,1.6,15,103.13,870,-4 +2013,5,30,5,30,0,0,0,1.9000000000000001,15,92.8,870,-3 +2013,5,30,6,30,78,49,194,2.6,17,81.54,870,-3 +2013,5,30,7,30,316,66,719,2.8000000000000003,21,69.68,870,-4 +2013,5,30,8,30,536,83,842,3,25,57.45,870,-4 +2013,5,30,9,30,738,96,908,3.7,28,45.06,870,-5 +2013,5,30,10,30,903,107,947,4.3,30,32.77,870,-5 +2013,5,30,11,30,1017,114,968,4.6000000000000005,31,21.21,870,-5 +2013,5,30,12,30,1069,118,976,4.9,32,12.99,870,-5 +2013,5,30,13,30,1057,117,974,5.2,33,15.32,870,-5 +2013,5,30,14,30,981,113,961,5.4,33,25.43,870,-5 +2013,5,30,15,30,848,105,935,5.4,33,37.39,870,-5 +2013,5,30,16,30,667,94,886,5.4,33,49.75,870,-5 +2013,5,30,17,30,454,81,797,4.9,32,62.1,870,-5 +2013,5,30,18,30,232,62,626,3.2,29,74.21000000000001,870,-5 +2013,5,30,19,30,42,26,220,1.9000000000000001,25,85.86,870,-3 +2013,5,30,20,30,0,0,0,2,23,96.8,870,-2 +2013,5,30,21,30,0,0,0,2.2,22,106.65,870,-2 +2013,5,30,22,30,0,0,0,2.4000000000000004,21,114.89,870,-2 +2013,5,30,23,30,0,0,0,2.5,20,120.81,870,-2 +2013,5,31,0,30,0,0,0,2.5,19,123.66,870,-2 +2013,5,31,1,30,0,0,0,2.3000000000000003,18,122.98,870,-3 +2013,5,31,2,30,0,0,0,1.9000000000000001,17,118.88,870,-3 +2013,5,31,3,30,0,0,0,1.5,15,111.98,870,-3 +2013,5,31,4,30,0,0,0,1.1,14,103.05,870,-2 +2013,5,31,5,30,0,0,0,1.2000000000000002,15,92.74,870,-2 +2013,5,31,6,30,104,44,410,1.8,17,81.49,870,-2 +2013,5,31,7,30,312,73,684,2.1,21,69.64,870,-3 +2013,5,31,8,30,530,91,814,1.9000000000000001,25,57.410000000000004,870,-3 +2013,5,31,9,30,731,104,887,2,29,45.02,870,-4 +2013,5,31,10,30,895,113,929,2.3000000000000003,32,32.730000000000004,870,-4 +2013,5,31,11,30,1007,119,952,2.7,34,21.150000000000002,870,-4 +2013,5,31,12,30,1059,126,956,3,35,12.870000000000001,870,-4 +2013,5,31,13,30,1046,128,951,3.6,36,15.18,870,-4 +2013,5,31,14,30,970,127,932,4.1000000000000005,36,25.32,870,-5 +2013,5,31,15,30,837,118,903,4.4,36,37.29,870,-5 +2013,5,31,16,30,658,107,851,4.6000000000000005,36,49.660000000000004,870,-5 +2013,5,31,17,30,447,91,760,4.3,35,62,870,-5 +2013,5,31,18,30,228,68,583,2.9000000000000004,32,74.10000000000001,870,-4 +2013,5,31,19,30,41,28,183,1.7000000000000002,28,85.75,870,-1 +2013,5,31,20,30,0,0,0,1.6,26,96.68,870,-1 +2013,5,31,21,30,0,0,0,2.2,25,106.52,870,-2 +2013,5,31,22,30,0,0,0,3.4000000000000004,24,114.75,870,-4 +2013,5,31,23,30,0,0,0,4.1000000000000005,22,120.67,870,-5 +2013,6,1,0,30,0,0,0,4.5,20,123.52,870,-4 +2013,6,1,1,30,0,0,0,4.800000000000001,18,122.85000000000001,870,0 +2013,6,1,2,30,0,0,0,4.800000000000001,17,118.77,870,4 +2013,6,1,3,30,0,0,0,4.5,16,111.89,880,7 +2013,6,1,4,30,0,0,0,4.1000000000000005,15,102.98,880,8 +2013,6,1,5,30,0,0,0,4.1000000000000005,15,92.68,880,8 +2013,6,1,6,30,104,45,397,5.300000000000001,17,81.44,880,6 +2013,6,1,7,30,311,76,674,6.800000000000001,19,69.60000000000001,880,4 +2013,6,1,8,30,531,95,808,7.1000000000000005,21,57.38,880,2 +2013,6,1,9,30,733,106,885,6.5,23,45,880,1 +2013,6,1,10,30,898,113,932,5.800000000000001,25,32.7,880,0 +2013,6,1,11,30,1012,116,959,5.1000000000000005,27,21.09,880,0 +2013,6,1,12,30,1064,117,971,4.4,28,12.75,880,-1 +2013,6,1,13,30,1053,115,971,3.8000000000000003,29,15.05,880,-2 +2013,6,1,14,30,978,110,959,3.4000000000000004,29,25.22,880,-2 +2013,6,1,15,30,846,101,935,3.2,29,37.2,880,-3 +2013,6,1,16,30,668,90,891,3,28,49.57,880,-3 +2013,6,1,17,30,459,77,811,3,27,61.910000000000004,880,-3 +2013,6,1,18,30,238,58,653,2.3000000000000003,25,74,880,-3 +2013,6,1,19,30,46,25,270,1.8,22,85.64,880,-2 +2013,6,1,20,30,0,0,0,2.2,20,96.57000000000001,880,-2 +2013,6,1,21,30,0,0,0,2.7,19,106.4,880,-2 +2013,6,1,22,30,0,0,0,2.9000000000000004,18,114.62,880,-2 +2013,6,1,23,30,0,0,0,3,17,120.53,880,-2 +2013,6,2,0,30,0,0,0,3,16,123.39,880,-1 +2013,6,2,1,30,0,0,0,2.8000000000000003,15,122.73,880,0 +2013,6,2,2,30,0,0,0,2.7,14,118.66,880,0 +2013,6,2,3,30,0,0,0,2.8000000000000003,13,111.81,880,1 +2013,6,2,4,30,0,0,0,2.5,13,102.91,880,2 +2013,6,2,5,30,0,0,0,2.8000000000000003,13,92.62,880,3 +2013,6,2,6,30,106,42,428,3.8000000000000003,14,81.4,880,4 +2013,6,2,7,30,309,71,682,4.800000000000001,17,69.57000000000001,880,6 +2013,6,2,8,30,521,90,798,5.300000000000001,20,57.36,880,6 +2013,6,2,9,30,713,107,857,5.1000000000000005,23,44.97,880,5 +2013,6,2,10,30,868,122,886,4.9,25,32.67,880,5 +2013,6,2,11,30,973,135,897,4.800000000000001,27,21.04,880,5 +2013,6,2,12,30,1020,146,895,4.9,29,12.64,880,5 +2013,6,2,13,30,1008,146,891,5.1000000000000005,30,14.93,880,5 +2013,6,2,14,30,935,140,877,5.2,30,25.12,880,6 +2013,6,2,15,30,807,131,847,5.4,31,37.11,880,7 +2013,6,2,16,30,634,118,793,5.6000000000000005,30,49.480000000000004,880,7 +2013,6,2,17,30,432,100,703,5.7,29,61.82,880,7 +2013,6,2,18,30,222,73,538,5.6000000000000005,28,73.91,880,7 +2013,6,2,19,30,43,28,194,5.800000000000001,26,85.54,880,7 +2013,6,2,20,30,0,0,0,5.7,24,96.45,880,7 +2013,6,2,21,30,0,0,0,4.4,23,106.28,880,7 +2013,6,2,22,30,0,0,0,3.3000000000000003,21,114.5,880,7 +2013,6,2,23,30,0,0,0,3.2,21,120.4,880,7 +2013,6,3,0,30,0,0,0,2.6,20,123.26,880,7 +2013,6,3,1,30,0,0,0,2.1,19,122.61,880,9 +2013,6,3,2,30,0,0,0,2.5,18,118.56,880,11 +2013,6,3,3,30,0,0,0,2.8000000000000003,17,111.73,880,13 +2013,6,3,4,30,0,0,0,2.6,17,102.85000000000001,880,14 +2013,6,3,5,30,0,0,0,2.3000000000000003,17,92.58,880,15 +2013,6,3,6,30,66,52,87,2.9000000000000004,17,81.36,880,15 +2013,6,3,7,30,276,119,451,3.8000000000000003,19,69.54,880,16 +2013,6,3,8,30,493,128,676,4.4,21,57.33,880,16 +2013,6,3,9,30,692,133,790,4.6000000000000005,23,44.95,880,16 +2013,6,3,10,30,855,133,857,4.6000000000000005,25,32.64,880,16 +2013,6,3,11,30,969,131,897,4.4,27,20.990000000000002,880,15 +2013,6,3,12,30,1027,119,929,4.2,30,12.540000000000001,870,14 +2013,6,3,13,30,1016,120,926,4.3,32,14.81,870,13 +2013,6,3,14,30,943,119,909,4.6000000000000005,33,25.02,870,12 +2013,6,3,15,30,817,107,888,4.9,34,37.02,870,11 +2013,6,3,16,30,643,97,839,5,34,49.39,870,10 +2013,6,3,17,30,440,82,755,4.5,33,61.730000000000004,870,9 +2013,6,3,18,30,228,62,595,3.1,30,73.81,870,10 +2013,6,3,19,30,45,26,240,2.5,27,85.44,870,11 +2013,6,3,20,30,0,0,0,3.2,26,96.35000000000001,870,11 +2013,6,3,21,30,0,0,0,4.1000000000000005,25,106.17,870,10 +2013,6,3,22,30,0,0,0,4.5,24,114.37,870,10 +2013,6,3,23,30,0,0,0,4.4,23,120.28,870,10 +2013,6,4,0,30,0,0,0,4.4,21,123.14,870,9 +2013,6,4,1,30,0,0,0,4.2,20,122.5,870,10 +2013,6,4,2,30,0,0,0,3.9000000000000004,19,118.47,870,10 +2013,6,4,3,30,0,0,0,3.5,18,111.65,870,10 +2013,6,4,4,30,0,0,0,3,17,102.79,870,10 +2013,6,4,5,30,0,0,0,3.2,17,92.53,870,9 +2013,6,4,6,30,106,44,414,3.6,19,81.33,870,7 +2013,6,4,7,30,314,74,687,3.8000000000000003,22,69.52,870,5 +2013,6,4,8,30,534,90,822,4,26,57.32,870,2 +2013,6,4,9,30,735,100,896,4.1000000000000005,31,44.93,870,0 +2013,6,4,10,30,897,106,938,4.1000000000000005,34,32.62,870,0 +2013,6,4,11,30,1008,110,960,3.9000000000000004,35,20.95,870,0 +2013,6,4,12,30,1059,109,973,3.7,36,12.44,870,0 +2013,6,4,13,30,1046,110,967,3.5,37,14.69,870,0 +2013,6,4,14,30,970,109,950,3.4000000000000004,37,24.92,870,0 +2013,6,4,15,30,840,100,925,3.3000000000000003,37,36.93,870,0 +2013,6,4,16,30,663,92,876,3,36,49.300000000000004,870,0 +2013,6,4,17,30,456,79,793,2.2,35,61.64,870,-1 +2013,6,4,18,30,239,60,637,1.1,32,73.72,870,2 +2013,6,4,19,30,49,25,288,0.7000000000000001,29,85.34,870,7 +2013,6,4,20,30,0,0,0,1,27,96.24000000000001,870,4 +2013,6,4,21,30,0,0,0,1.3,25,106.05,870,4 +2013,6,4,22,30,0,0,0,1.5,23,114.26,870,3 +2013,6,4,23,30,0,0,0,1.7000000000000002,22,120.16,870,3 +2013,6,5,0,30,0,0,0,1.7000000000000002,21,123.03,870,3 +2013,6,5,1,30,0,0,0,1.9000000000000001,20,122.4,870,3 +2013,6,5,2,30,0,0,0,2.1,19,118.39,870,3 +2013,6,5,3,30,0,0,0,1.8,18,111.59,870,4 +2013,6,5,4,30,0,0,0,1.6,17,102.74000000000001,870,6 +2013,6,5,5,30,0,0,0,2.4000000000000004,17,92.5,870,8 +2013,6,5,6,30,55,51,26,3.9000000000000004,19,81.31,870,11 +2013,6,5,7,30,134,126,22,4.9,22,69.5,880,13 +2013,6,5,8,30,397,221,325,5.2,24,57.300000000000004,880,14 +2013,6,5,9,30,707,113,838,5.2,26,44.92,880,13 +2013,6,5,10,30,865,123,880,5.1000000000000005,28,32.6,880,12 +2013,6,5,11,30,973,131,900,4.9,29,20.92,880,11 +2013,6,5,12,30,1023,132,911,4.6000000000000005,30,12.35,880,11 +2013,6,5,13,30,1008,135,901,4.5,30,14.58,880,11 +2013,6,5,14,30,933,135,879,4.5,30,24.830000000000002,880,11 +2013,6,5,15,30,804,129,843,4.5,29,36.84,880,12 +2013,6,5,16,30,632,119,784,4.5,28,49.22,880,12 +2013,6,5,17,30,411,112,628,4.4,26,61.550000000000004,880,12 +2013,6,5,18,30,179,98,288,3.8000000000000003,23,73.63,880,13 +2013,6,5,19,30,34,29,53,3.4000000000000004,21,85.25,880,15 +2013,6,5,20,30,0,0,0,3.5,20,96.14,880,15 +2013,6,5,21,30,0,0,0,3.9000000000000004,19,105.95,880,16 +2013,6,5,22,30,0,0,0,4.800000000000001,18,114.15,880,16 +2013,6,5,23,30,0,0,0,5,17,120.05,880,16 +2013,6,6,0,30,0,0,0,4.3,16,122.92,880,15 +2013,6,6,1,30,0,0,0,3.8000000000000003,16,122.3,880,15 +2013,6,6,2,30,0,0,0,3.7,15,118.31,880,14 +2013,6,6,3,30,0,0,0,3.5,14,111.52,880,13 +2013,6,6,4,30,0,0,0,3.4000000000000004,14,102.7,880,13 +2013,6,6,5,30,0,0,0,3.6,14,92.46000000000001,880,12 +2013,6,6,6,30,21,21,0,4.1000000000000005,14,81.28,880,12 +2013,6,6,7,30,70,70,0,4.4,16,69.48,880,11 +2013,6,6,8,30,135,135,0,4.3,18,57.29,880,11 +2013,6,6,9,30,318,291,38,4,20,44.910000000000004,880,12 +2013,6,6,10,30,466,402,75,3.4000000000000004,22,32.59,880,12 +2013,6,6,11,30,445,408,39,2.6,23,20.89,880,12 +2013,6,6,12,30,437,406,31,1.7000000000000002,25,12.27,880,12 +2013,6,6,13,30,645,508,141,0.9,26,14.47,880,12 +2013,6,6,14,30,665,466,219,0.30000000000000004,26,24.740000000000002,880,12 +2013,6,6,15,30,527,400,158,0.2,26,36.76,880,12 +2013,6,6,16,30,465,300,251,0.5,25,49.14,880,11 +2013,6,6,17,30,253,205,100,0.9,24,61.47,880,11 +2013,6,6,18,30,134,109,87,1,23,73.54,880,11 +2013,6,6,19,30,28,27,10,0.9,21,85.15,880,13 +2013,6,6,20,30,0,0,0,1.1,19,96.04,880,13 +2013,6,6,21,30,0,0,0,1.5,19,105.85000000000001,880,12 +2013,6,6,22,30,0,0,0,1.8,18,114.04,880,12 +2013,6,6,23,30,0,0,0,1.7000000000000002,18,119.94,880,12 +2013,6,7,0,30,0,0,0,2,17,122.82000000000001,880,12 +2013,6,7,1,30,0,0,0,2.6,17,122.22,880,12 +2013,6,7,2,30,0,0,0,2.6,16,118.23,880,13 +2013,6,7,3,30,0,0,0,2.5,16,111.47,880,13 +2013,6,7,4,30,0,0,0,2.4000000000000004,16,102.66,880,13 +2013,6,7,5,30,0,0,0,2.4000000000000004,16,92.44,880,14 +2013,6,7,6,30,89,60,189,2.8000000000000003,16,81.27,880,14 +2013,6,7,7,30,53,53,0,3,18,69.47,880,14 +2013,6,7,8,30,483,146,623,3.1,19,57.29,880,14 +2013,6,7,9,30,679,154,740,3.6,21,44.910000000000004,880,13 +2013,6,7,10,30,841,155,813,4.3,23,32.58,880,13 +2013,6,7,11,30,952,156,851,4.7,24,20.86,880,13 +2013,6,7,12,30,1009,141,888,4.9,25,12.19,880,13 +2013,6,7,13,30,999,140,887,4.800000000000001,25,14.370000000000001,880,13 +2013,6,7,14,30,929,138,870,4.6000000000000005,25,24.650000000000002,880,13 +2013,6,7,15,30,805,130,841,4.6000000000000005,24,36.68,880,13 +2013,6,7,16,30,579,208,567,4.5,23,49.06,880,13 +2013,6,7,17,30,359,178,376,4.2,22,61.39,880,13 +2013,6,7,18,30,131,109,75,3.9000000000000004,21,73.46000000000001,880,13 +2013,6,7,19,30,27,27,0,3.3000000000000003,20,85.06,880,13 +2013,6,7,20,30,0,0,0,3,19,95.95,880,13 +2013,6,7,21,30,0,0,0,3.1,18,105.75,880,13 +2013,6,7,22,30,0,0,0,3.1,17,113.94,880,13 +2013,6,7,23,30,0,0,0,3,17,119.84,880,13 +2013,6,8,0,30,0,0,0,2.7,16,122.72,880,13 +2013,6,8,1,30,0,0,0,2.2,16,122.13,880,13 +2013,6,8,2,30,0,0,0,1.8,15,118.17,880,13 +2013,6,8,3,30,0,0,0,1.8,15,111.42,880,13 +2013,6,8,4,30,0,0,0,2.2,15,102.62,880,14 +2013,6,8,5,30,0,0,0,2.9000000000000004,15,92.41,880,14 +2013,6,8,6,30,86,49,246,4,17,81.25,870,15 +2013,6,8,7,30,293,88,586,5,19,69.47,870,15 +2013,6,8,8,30,504,106,736,5.300000000000001,22,57.28,870,15 +2013,6,8,9,30,699,119,817,5.1000000000000005,25,44.910000000000004,870,14 +2013,6,8,10,30,859,128,867,4.800000000000001,27,32.58,870,13 +2013,6,8,11,30,971,129,900,4.4,29,20.85,870,12 +2013,6,8,12,30,1023,130,913,4.2,31,12.13,870,11 +2013,6,8,13,30,1014,126,915,4.2,32,14.27,870,10 +2013,6,8,14,30,943,122,901,4.1000000000000005,32,24.560000000000002,870,10 +2013,6,8,15,30,817,115,874,3.8000000000000003,33,36.6,870,9 +2013,6,8,16,30,484,295,288,3.4000000000000004,32,48.980000000000004,870,8 +2013,6,8,17,30,133,133,0,3.2,31,61.31,870,8 +2013,6,8,18,30,70,70,0,3.3000000000000003,29,73.38,870,9 +2013,6,8,19,30,15,15,0,4.1000000000000005,26,84.98,870,11 +2013,6,8,20,30,0,0,0,4.5,24,95.86,870,12 +2013,6,8,21,30,0,0,0,4.6000000000000005,23,105.65,870,13 +2013,6,8,22,30,0,0,0,4.5,22,113.84,870,14 +2013,6,8,23,30,0,0,0,3.6,20,119.74000000000001,870,14 +2013,6,9,0,30,0,0,0,2.8000000000000003,19,122.63,870,15 +2013,6,9,1,30,0,0,0,2.2,18,122.06,870,15 +2013,6,9,2,30,0,0,0,1.3,18,118.11,870,15 +2013,6,9,3,30,0,0,0,0.6000000000000001,17,111.37,880,15 +2013,6,9,4,30,0,0,0,0.7000000000000001,16,102.59,880,16 +2013,6,9,5,30,0,0,0,1.6,16,92.4,880,15 +2013,6,9,6,30,100,48,339,2.1,18,81.24,880,16 +2013,6,9,7,30,84,84,0,1.8,21,69.46000000000001,880,16 +2013,6,9,8,30,244,219,46,1.7000000000000002,24,57.29,880,16 +2013,6,9,9,30,271,256,21,1.9000000000000001,26,44.910000000000004,880,15 +2013,6,9,10,30,852,124,864,2,28,32.58,880,14 +2013,6,9,11,30,960,130,888,2.1,29,20.830000000000002,880,13 +2013,6,9,12,30,1015,121,914,2.1,30,12.07,880,13 +2013,6,9,13,30,1004,124,907,2.1,31,14.18,880,13 +2013,6,9,14,30,933,123,889,2.1,31,24.48,880,13 +2013,6,9,15,30,810,113,866,2.1,31,36.52,880,12 +2013,6,9,16,30,641,102,820,2.3000000000000003,31,48.9,880,12 +2013,6,9,17,30,444,86,743,2.6,30,61.230000000000004,880,12 +2013,6,9,18,30,236,64,599,2.3000000000000003,28,73.3,880,12 +2013,6,9,19,30,52,28,273,2.2,26,84.9,880,13 +2013,6,9,20,30,0,0,0,3.2,24,95.77,880,12 +2013,6,9,21,30,0,0,0,4.2,23,105.56,880,12 +2013,6,9,22,30,0,0,0,4.6000000000000005,22,113.75,880,12 +2013,6,9,23,30,0,0,0,4.7,21,119.65,880,12 +2013,6,10,0,30,0,0,0,4.6000000000000005,21,122.55,880,12 +2013,6,10,1,30,0,0,0,4.5,20,121.99000000000001,880,12 +2013,6,10,2,30,0,0,0,4.2,20,118.05,880,12 +2013,6,10,3,30,0,0,0,3.5,19,111.34,880,12 +2013,6,10,4,30,0,0,0,3.1,19,102.57000000000001,880,13 +2013,6,10,5,30,0,0,0,3.4000000000000004,19,92.38,880,13 +2013,6,10,6,30,105,41,419,4.3,21,81.24,880,14 +2013,6,10,7,30,303,69,666,5.4,24,69.47,880,15 +2013,6,10,8,30,513,87,787,5.800000000000001,27,57.29,880,15 +2013,6,10,9,30,706,100,855,5.6000000000000005,30,44.92,880,14 +2013,6,10,10,30,864,108,896,5.4,32,32.59,880,13 +2013,6,10,11,30,973,114,919,5.4,34,20.82,880,12 +2013,6,10,12,30,1026,115,932,5.4,35,12.01,880,11 +2013,6,10,13,30,1018,113,933,5.4,36,14.09,880,10 +2013,6,10,14,30,950,108,924,5.4,36,24.400000000000002,880,9 +2013,6,10,15,30,824,106,891,5.5,36,36.45,880,8 +2013,6,10,16,30,655,94,853,5.5,35,48.83,880,8 +2013,6,10,17,30,456,78,782,5.300000000000001,34,61.160000000000004,880,7 +2013,6,10,18,30,245,59,645,4.6000000000000005,31,73.22,880,7 +2013,6,10,19,30,56,27,322,4,28,84.82000000000001,880,7 +2013,6,10,20,30,0,0,0,4.1000000000000005,26,95.69,880,7 +2013,6,10,21,30,0,0,0,4.2,24,105.48,880,7 +2013,6,10,22,30,0,0,0,4.1000000000000005,23,113.66,880,8 +2013,6,10,23,30,0,0,0,3.9000000000000004,22,119.57000000000001,880,8 +2013,6,11,0,30,0,0,0,3.7,21,122.48,880,8 +2013,6,11,1,30,0,0,0,3.5,21,121.92,880,9 +2013,6,11,2,30,0,0,0,3.3000000000000003,20,118.01,880,9 +2013,6,11,3,30,0,0,0,3,19,111.31,880,10 +2013,6,11,4,30,0,0,0,2.7,19,102.55,880,10 +2013,6,11,5,30,0,0,0,3,19,92.38,880,11 +2013,6,11,6,30,105,44,405,3.9000000000000004,21,81.24,880,12 +2013,6,11,7,30,306,74,661,4.800000000000001,24,69.47,880,12 +2013,6,11,8,30,517,94,784,5.2,27,57.300000000000004,880,12 +2013,6,11,9,30,712,108,853,5.1000000000000005,30,44.93,880,11 +2013,6,11,10,30,871,117,894,5.1000000000000005,33,32.59,880,10 +2013,6,11,11,30,982,124,918,5.1000000000000005,34,20.82,880,9 +2013,6,11,12,30,1036,124,932,5.1000000000000005,35,11.96,880,8 +2013,6,11,13,30,1027,124,930,5.1000000000000005,36,14.01,880,7 +2013,6,11,14,30,957,121,917,5.1000000000000005,37,24.330000000000002,880,7 +2013,6,11,15,30,833,111,895,5.300000000000001,37,36.38,880,6 +2013,6,11,16,30,662,100,852,5.5,36,48.76,880,5 +2013,6,11,17,30,460,84,777,5.6000000000000005,34,61.08,880,4 +2013,6,11,18,30,246,63,631,5.1000000000000005,32,73.15,880,4 +2013,6,11,19,30,56,29,289,4.6000000000000005,28,84.74,880,5 +2013,6,11,20,30,0,0,0,4.6000000000000005,26,95.61,880,7 +2013,6,11,21,30,0,0,0,4.7,25,105.4,880,8 +2013,6,11,22,30,0,0,0,4.7,24,113.58,880,9 +2013,6,11,23,30,0,0,0,4.7,23,119.49000000000001,880,10 +2013,6,12,0,30,0,0,0,4.800000000000001,22,122.41,880,11 +2013,6,12,1,30,0,0,0,4.5,21,121.87,880,13 +2013,6,12,2,30,0,0,0,3.9000000000000004,20,117.97,880,14 +2013,6,12,3,30,0,0,0,3.2,19,111.28,880,14 +2013,6,12,4,30,0,0,0,2.6,19,102.54,880,15 +2013,6,12,5,30,0,0,0,3,19,92.37,880,16 +2013,6,12,6,30,93,56,239,4.1000000000000005,21,81.24,880,16 +2013,6,12,7,30,284,105,509,4.800000000000001,23,69.48,880,16 +2013,6,12,8,30,492,133,663,4.5,26,57.32,880,16 +2013,6,12,9,30,685,151,753,4,29,44.95,880,15 +2013,6,12,10,30,843,163,807,3.7,32,32.61,880,14 +2013,6,12,11,30,954,169,839,3.7,34,20.82,880,13 +2013,6,12,12,30,1019,142,896,4,35,11.92,880,12 +2013,6,12,13,30,1011,138,899,4.4,36,13.93,880,12 +2013,6,12,14,30,943,131,890,4.6000000000000005,37,24.25,880,11 +2013,6,12,15,30,814,132,846,4.800000000000001,36,36.31,880,10 +2013,6,12,16,30,645,118,798,4.800000000000001,35,48.69,880,9 +2013,6,12,17,30,444,100,711,4.6000000000000005,34,61.01,880,9 +2013,6,12,18,30,234,75,547,3.8000000000000003,31,73.07000000000001,880,10 +2013,6,12,19,30,51,31,215,3.3000000000000003,28,84.67,880,11 +2013,6,12,20,30,0,0,0,3.6,26,95.54,880,12 +2013,6,12,21,30,0,0,0,3.9000000000000004,25,105.32000000000001,880,13 +2013,6,12,22,30,0,0,0,3.8000000000000003,24,113.51,880,13 +2013,6,12,23,30,0,0,0,3.6,23,119.42,880,14 +2013,6,13,0,30,0,0,0,3.1,21,122.35000000000001,880,14 +2013,6,13,1,30,0,0,0,2.7,20,121.82000000000001,880,15 +2013,6,13,2,30,0,0,0,2.3000000000000003,20,117.93,880,15 +2013,6,13,3,30,0,0,0,2,19,111.26,880,15 +2013,6,13,4,30,0,0,0,1.7000000000000002,18,102.53,880,16 +2013,6,13,5,30,0,0,0,2.1,19,92.37,880,16 +2013,6,13,6,30,91,57,226,3.1,21,81.25,880,16 +2013,6,13,7,30,284,110,496,3.7,23,69.5,880,17 +2013,6,13,8,30,494,136,664,3.9000000000000004,26,57.34,880,16 +2013,6,13,9,30,691,147,768,4.1000000000000005,28,44.97,880,16 +2013,6,13,10,30,852,153,829,4.4,30,32.62,880,15 +2013,6,13,11,30,963,156,864,4.7,31,20.830000000000002,880,14 +2013,6,13,12,30,1015,158,875,4.9,32,11.89,880,14 +2013,6,13,13,30,1006,154,877,5,33,13.86,880,14 +2013,6,13,14,30,937,145,868,5.1000000000000005,33,24.18,880,13 +2013,6,13,15,30,811,135,838,5.2,33,36.24,880,13 +2013,6,13,16,30,501,290,319,5.2,32,48.620000000000005,880,13 +2013,6,13,17,30,444,98,713,5.300000000000001,31,60.95,880,12 +2013,6,13,18,30,236,71,565,4.9,30,73.01,880,12 +2013,6,13,19,30,55,31,247,4.3,28,84.60000000000001,880,13 +2013,6,13,20,30,0,0,0,4.2,26,95.47,880,13 +2013,6,13,21,30,0,0,0,4,25,105.25,880,13 +2013,6,13,22,30,0,0,0,3.9000000000000004,24,113.44,880,14 +2013,6,13,23,30,0,0,0,3.7,23,119.36,880,14 +2013,6,14,0,30,0,0,0,3.2,22,122.29,880,14 +2013,6,14,1,30,0,0,0,2.7,21,121.78,880,15 +2013,6,14,2,30,0,0,0,2.1,20,117.91,880,16 +2013,6,14,3,30,0,0,0,1.5,20,111.25,880,16 +2013,6,14,4,30,0,0,0,1.1,19,102.53,880,16 +2013,6,14,5,30,0,0,0,1.4000000000000001,19,92.38,880,17 +2013,6,14,6,30,79,51,186,2,20,81.27,880,17 +2013,6,14,7,30,54,54,0,2.4000000000000004,21,69.51,880,17 +2013,6,14,8,30,180,175,10,3.1,22,57.36,880,17 +2013,6,14,9,30,455,340,163,3.8000000000000003,23,44.99,880,16 +2013,6,14,10,30,538,423,135,4.1000000000000005,24,32.65,880,16 +2013,6,14,11,30,227,215,13,4.1000000000000005,24,20.84,880,16 +2013,6,14,12,30,498,451,48,4.1000000000000005,24,11.870000000000001,880,16 +2013,6,14,13,30,825,455,380,4.2,24,13.790000000000001,880,16 +2013,6,14,14,30,748,423,356,4.3,24,24.12,880,16 +2013,6,14,15,30,470,392,97,4.4,23,36.18,880,16 +2013,6,14,16,30,174,170,6,4.5,23,48.56,880,16 +2013,6,14,17,30,262,210,106,4.5,23,60.88,880,16 +2013,6,14,18,30,98,97,3,4.1000000000000005,22,72.94,880,16 +2013,6,14,19,30,2,2,0,3.6,20,84.53,880,16 +2013,6,14,20,30,0,0,0,3.2,19,95.4,880,16 +2013,6,14,21,30,0,0,0,2.9000000000000004,19,105.19,880,16 +2013,6,14,22,30,0,0,0,3,19,113.38,880,16 +2013,6,14,23,30,0,0,0,3.3000000000000003,18,119.3,880,17 +2013,6,15,0,30,0,0,0,3.3000000000000003,18,122.24000000000001,880,17 +2013,6,15,1,30,0,0,0,3.1,18,121.74000000000001,880,17 +2013,6,15,2,30,0,0,0,2.9000000000000004,18,117.88,880,17 +2013,6,15,3,30,0,0,0,3,18,111.24000000000001,880,17 +2013,6,15,4,30,0,0,0,3,17,102.53,880,17 +2013,6,15,5,30,0,0,0,3.2,17,92.39,880,17 +2013,6,15,6,30,94,52,275,3.8000000000000003,19,81.28,880,17 +2013,6,15,7,30,283,95,539,4.3,21,69.54,880,17 +2013,6,15,8,30,155,153,3,4.3,23,57.38,880,17 +2013,6,15,9,30,318,291,38,4.1000000000000005,25,45.01,880,17 +2013,6,15,10,30,580,403,209,3.6,27,32.67,880,17 +2013,6,15,11,30,958,132,884,3,29,20.85,880,16 +2013,6,15,12,30,1013,133,899,2.5,30,11.85,880,16 +2013,6,15,13,30,1008,126,907,2,31,13.73,880,16 +2013,6,15,14,30,942,118,902,1.8,32,24.060000000000002,880,15 +2013,6,15,15,30,821,106,884,2,33,36.11,880,14 +2013,6,15,16,30,653,95,842,2.5,33,48.5,880,14 +2013,6,15,17,30,435,100,687,3.2,32,60.82,880,13 +2013,6,15,18,30,244,61,623,3.4000000000000004,29,72.88,880,13 +2013,6,15,19,30,58,29,302,3.4000000000000004,27,84.47,880,14 +2013,6,15,20,30,0,0,0,3.8000000000000003,25,95.34,880,14 +2013,6,15,21,30,0,0,0,4,24,105.13,880,14 +2013,6,15,22,30,0,0,0,3.9000000000000004,23,113.32000000000001,880,15 +2013,6,15,23,30,0,0,0,3.3000000000000003,22,119.25,880,15 +2013,6,16,0,30,0,0,0,2.3000000000000003,21,122.2,880,15 +2013,6,16,1,30,0,0,0,1.8,21,121.71000000000001,880,15 +2013,6,16,2,30,0,0,0,1.6,20,117.87,880,15 +2013,6,16,3,30,0,0,0,1.5,20,111.24000000000001,880,15 +2013,6,16,4,30,0,0,0,1.2000000000000002,20,102.54,880,15 +2013,6,16,5,30,0,0,0,1.4000000000000001,20,92.41,880,15 +2013,6,16,6,30,93,57,235,2,22,81.3,880,15 +2013,6,16,7,30,69,69,0,2.9000000000000004,24,69.56,880,15 +2013,6,16,8,30,305,239,122,3.7,27,57.410000000000004,880,14 +2013,6,16,9,30,564,306,365,4,29,45.04,880,14 +2013,6,16,10,30,272,259,15,3.9000000000000004,31,32.7,880,13 +2013,6,16,11,30,945,156,845,3.9000000000000004,32,20.87,880,13 +2013,6,16,12,30,994,172,840,3.9000000000000004,33,11.83,880,13 +2013,6,16,13,30,988,167,845,4,34,13.67,880,12 +2013,6,16,14,30,923,157,838,4.1000000000000005,35,24,880,12 +2013,6,16,15,30,804,143,816,3.9000000000000004,35,36.06,880,11 +2013,6,16,16,30,638,128,768,3.6,34,48.44,880,11 +2013,6,16,17,30,440,108,680,3,33,60.76,880,11 +2013,6,16,18,30,234,80,521,2,31,72.82000000000001,880,11 +2013,6,16,19,30,54,34,202,1.7000000000000002,28,84.41,880,14 +2013,6,16,20,30,0,0,0,2.6,26,95.28,880,14 +2013,6,16,21,30,0,0,0,3.6,26,105.07000000000001,880,14 +2013,6,16,22,30,0,0,0,4,25,113.27,880,14 +2013,6,16,23,30,0,0,0,3.9000000000000004,24,119.2,880,15 +2013,6,17,0,30,0,0,0,4.1000000000000005,23,122.17,880,15 +2013,6,17,1,30,0,0,0,3.8000000000000003,22,121.69,880,16 +2013,6,17,2,30,0,0,0,2.8000000000000003,22,117.86,880,17 +2013,6,17,3,30,0,0,0,2.3000000000000003,21,111.24000000000001,880,17 +2013,6,17,4,30,0,0,0,2.4000000000000004,20,102.55,880,17 +2013,6,17,5,30,0,0,0,2.6,20,92.43,880,18 +2013,6,17,6,30,97,47,332,2.8000000000000003,22,81.33,880,18 +2013,6,17,7,30,292,79,609,2.5,24,69.59,880,18 +2013,6,17,8,30,501,96,751,1.9000000000000001,27,57.44,880,17 +2013,6,17,9,30,693,109,828,1.5,30,45.08,880,15 +2013,6,17,10,30,851,118,871,1.8,31,32.730000000000004,880,14 +2013,6,17,11,30,961,125,894,2.5,32,20.900000000000002,880,13 +2013,6,17,12,30,1011,132,898,3.2,33,11.83,880,13 +2013,6,17,13,30,1001,134,891,3.7,34,13.620000000000001,880,13 +2013,6,17,14,30,929,136,867,4.2,33,23.94,880,14 +2013,6,17,15,30,803,132,829,4.6000000000000005,32,36,880,14 +2013,6,17,16,30,632,127,761,4.800000000000001,31,48.38,880,15 +2013,6,17,17,30,72,72,0,4.6000000000000005,29,60.71,880,15 +2013,6,17,18,30,10,10,0,3.5,26,72.76,880,17 +2013,6,17,19,30,1,1,0,3.1,24,84.36,880,18 +2013,6,17,20,30,0,0,0,3.3000000000000003,23,95.23,880,19 +2013,6,17,21,30,0,0,0,2.9000000000000004,22,105.02,880,19 +2013,6,17,22,30,0,0,0,2.5,21,113.22,880,20 +2013,6,17,23,30,0,0,0,2.2,20,119.17,880,20 +2013,6,18,0,30,0,0,0,2,20,122.14,880,20 +2013,6,18,1,30,0,0,0,2.3000000000000003,20,121.68,880,19 +2013,6,18,2,30,0,0,0,2.5,19,117.86,880,19 +2013,6,18,3,30,0,0,0,2.7,19,111.25,880,19 +2013,6,18,4,30,0,0,0,2.8000000000000003,19,102.57000000000001,880,18 +2013,6,18,5,30,0,0,0,2.6,19,92.45,880,18 +2013,6,18,6,30,48,48,0,2.5,20,81.36,880,18 +2013,6,18,7,30,264,101,467,2.2,22,69.62,880,18 +2013,6,18,8,30,484,124,670,1.9000000000000001,23,57.480000000000004,880,17 +2013,6,18,9,30,674,143,753,1.8,25,45.11,880,15 +2013,6,18,10,30,834,150,814,2,26,32.76,880,15 +2013,6,18,11,30,947,152,852,2.5,28,20.93,880,15 +2013,6,18,12,30,1003,151,870,2.7,29,11.83,880,15 +2013,6,18,13,30,996,149,871,2.8000000000000003,30,13.58,880,15 +2013,6,18,14,30,928,145,855,3,31,23.89,880,14 +2013,6,18,15,30,809,127,842,3.4000000000000004,31,35.95,880,14 +2013,6,18,16,30,641,117,787,3.7,30,48.33,880,14 +2013,6,18,17,30,442,103,692,3.8000000000000003,29,60.65,880,13 +2013,6,18,18,30,236,79,527,3.5,28,72.71000000000001,880,13 +2013,6,18,19,30,56,34,221,3.6,26,84.3,880,13 +2013,6,18,20,30,0,0,0,4.4,24,95.18,880,13 +2013,6,18,21,30,0,0,0,5,23,104.97,880,13 +2013,6,18,22,30,0,0,0,5,22,113.18,880,14 +2013,6,18,23,30,0,0,0,4.7,21,119.13,880,14 +2013,6,19,0,30,0,0,0,4.3,20,122.12,880,13 +2013,6,19,1,30,0,0,0,3.9000000000000004,19,121.67,880,14 +2013,6,19,2,30,0,0,0,3.7,19,117.86,880,14 +2013,6,19,3,30,0,0,0,3.5,18,111.26,880,14 +2013,6,19,4,30,0,0,0,3.3000000000000003,18,102.59,880,15 +2013,6,19,5,30,0,0,0,3.4000000000000004,18,92.48,880,15 +2013,6,19,6,30,86,55,207,4.3,19,81.39,880,16 +2013,6,19,7,30,264,120,416,5.300000000000001,22,69.66,880,17 +2013,6,19,8,30,460,169,541,5.7,25,57.51,880,17 +2013,6,19,9,30,642,208,615,5.7,27,45.15,880,17 +2013,6,19,10,30,323,304,22,5.6000000000000005,28,32.8,880,17 +2013,6,19,11,30,902,253,695,5.5,29,20.96,880,17 +2013,6,19,12,30,955,262,708,5.6000000000000005,29,11.84,880,17 +2013,6,19,13,30,909,472,449,5.7,30,13.540000000000001,880,17 +2013,6,19,14,30,844,415,468,5.9,30,23.84,880,17 +2013,6,19,15,30,552,405,181,6.1000000000000005,30,35.9,880,17 +2013,6,19,16,30,334,293,62,6.1000000000000005,29,48.28,880,17 +2013,6,19,17,30,46,46,0,5.800000000000001,28,60.6,880,17 +2013,6,19,18,30,15,15,0,5.1000000000000005,27,72.66,880,17 +2013,6,19,19,30,21,21,0,4.9,25,84.26,880,17 +2013,6,19,20,30,0,0,0,5,24,95.13,880,17 +2013,6,19,21,30,0,0,0,4.9,23,104.93,880,17 +2013,6,19,22,30,0,0,0,5.1000000000000005,23,113.14,880,16 +2013,6,19,23,30,0,0,0,5.5,22,119.11,880,16 +2013,6,20,0,30,0,0,0,5.6000000000000005,21,122.10000000000001,880,15 +2013,6,20,1,30,0,0,0,5.7,21,121.67,880,15 +2013,6,20,2,30,0,0,0,5.4,20,117.87,880,15 +2013,6,20,3,30,0,0,0,4.9,20,111.28,880,15 +2013,6,20,4,30,0,0,0,4.3,19,102.62,880,15 +2013,6,20,5,30,0,0,0,4,19,92.51,880,15 +2013,6,20,6,30,83,55,187,4,21,81.43,880,15 +2013,6,20,7,30,269,118,432,4.2,23,69.7,880,15 +2013,6,20,8,30,472,157,588,4.4,27,57.550000000000004,880,15 +2013,6,20,9,30,662,184,678,4.3,30,45.19,880,14 +2013,6,20,10,30,816,209,721,4.4,33,32.84,880,13 +2013,6,20,11,30,917,241,724,4.800000000000001,34,20.990000000000002,880,12 +2013,6,20,12,30,810,463,355,5.1000000000000005,35,11.85,880,12 +2013,6,20,13,30,966,228,758,5.4,36,13.51,880,12 +2013,6,20,14,30,767,413,387,5.7,36,23.79,880,11 +2013,6,20,15,30,427,375,65,6.1000000000000005,35,35.85,870,10 +2013,6,20,16,30,140,138,2,6.1000000000000005,34,48.230000000000004,870,9 +2013,6,20,17,30,39,39,0,6,31,60.56,870,10 +2013,6,20,18,30,26,26,0,6,29,72.62,880,12 +2013,6,20,19,30,26,26,0,5.800000000000001,26,84.21000000000001,880,14 +2013,6,20,20,30,0,0,0,5.2,24,95.09,880,14 +2013,6,20,21,30,0,0,0,4.9,22,104.9,880,15 +2013,6,20,22,30,0,0,0,5,22,113.12,880,15 +2013,6,20,23,30,0,0,0,5.2,21,119.09,880,15 +2013,6,21,0,30,0,0,0,5.5,21,122.09,880,15 +2013,6,21,1,30,0,0,0,5.5,21,121.67,880,16 +2013,6,21,2,30,0,0,0,5.1000000000000005,20,117.89,880,16 +2013,6,21,3,30,0,0,0,4.6000000000000005,20,111.31,880,16 +2013,6,21,4,30,0,0,0,4,20,102.65,880,16 +2013,6,21,5,30,0,0,0,3.8000000000000003,20,92.55,880,16 +2013,6,21,6,30,91,52,258,4.3,21,81.47,880,16 +2013,6,21,7,30,207,135,208,5.1000000000000005,24,69.74,880,16 +2013,6,21,8,30,487,122,680,5.4,27,57.6,880,16 +2013,6,21,9,30,679,138,768,5.1000000000000005,29,45.24,880,14 +2013,6,21,10,30,837,151,816,5,31,32.89,880,13 +2013,6,21,11,30,945,163,837,5.300000000000001,32,21.04,880,13 +2013,6,21,12,30,998,167,848,5.7,33,11.870000000000001,880,13 +2013,6,21,13,30,991,162,851,6,34,13.48,880,13 +2013,6,21,14,30,924,152,843,6.1000000000000005,35,23.75,880,13 +2013,6,21,15,30,779,195,720,6.4,34,35.81,880,13 +2013,6,21,16,30,612,178,652,6.6000000000000005,33,48.19,880,13 +2013,6,21,17,30,416,156,528,6.6000000000000005,32,60.51,880,13 +2013,6,21,18,30,205,98,357,6.300000000000001,30,72.58,880,13 +2013,6,21,19,30,41,37,41,5.7,28,84.17,880,14 +2013,6,21,20,30,0,0,0,5.4,27,95.06,880,14 +2013,6,21,21,30,0,0,0,5.5,25,104.86,880,14 +2013,6,21,22,30,0,0,0,5.7,24,113.09,880,15 +2013,6,21,23,30,0,0,0,5.9,23,119.07000000000001,880,15 +2013,6,22,0,30,0,0,0,5.7,23,122.09,880,15 +2013,6,22,1,30,0,0,0,5.4,22,121.68,880,15 +2013,6,22,2,30,0,0,0,5.1000000000000005,21,117.91,880,15 +2013,6,22,3,30,0,0,0,5,20,111.34,880,15 +2013,6,22,4,30,0,0,0,5,20,102.69,880,14 +2013,6,22,5,30,0,0,0,4.9,20,92.59,880,14 +2013,6,22,6,30,83,54,196,5,21,81.51,880,14 +2013,6,22,7,30,267,113,444,5.4,23,69.79,880,14 +2013,6,22,8,30,468,154,586,5.6000000000000005,26,57.65,880,14 +2013,6,22,9,30,656,187,665,5.800000000000001,30,45.28,880,14 +2013,6,22,10,30,810,219,704,5.6000000000000005,33,32.93,880,13 +2013,6,22,11,30,917,249,715,5.4,35,21.080000000000002,880,11 +2013,6,22,12,30,987,224,779,5.2,36,11.9,880,9 +2013,6,22,13,30,974,246,748,5.1000000000000005,37,13.46,870,7 +2013,6,22,14,30,777,413,397,5,37,23.71,870,5 +2013,6,22,15,30,688,335,435,4.800000000000001,36,35.76,870,4 +2013,6,22,16,30,425,316,163,4.3,35,48.15,870,4 +2013,6,22,17,30,312,213,201,4.1000000000000005,34,60.47,870,6 +2013,6,22,18,30,159,126,108,4.800000000000001,31,72.54,870,10 +2013,6,22,19,30,28,28,0,6.1000000000000005,28,84.14,870,12 +2013,6,22,20,30,0,0,0,7,26,95.03,870,12 +2013,6,22,21,30,0,0,0,7.300000000000001,25,104.84,870,13 +2013,6,22,22,30,0,0,0,7.2,24,113.08,870,13 +2013,6,22,23,30,0,0,0,6.800000000000001,23,119.07000000000001,870,14 +2013,6,23,0,30,0,0,0,6.1000000000000005,23,122.10000000000001,870,14 +2013,6,23,1,30,0,0,0,5.6000000000000005,22,121.7,870,14 +2013,6,23,2,30,0,0,0,5.1000000000000005,21,117.94,870,14 +2013,6,23,3,30,0,0,0,4.7,21,111.38,880,14 +2013,6,23,4,30,0,0,0,4.4,20,102.73,880,14 +2013,6,23,5,30,0,0,0,4.2,20,92.64,880,13 +2013,6,23,6,30,82,53,196,4.5,22,81.56,880,13 +2013,6,23,7,30,269,113,453,5.2,25,69.84,880,13 +2013,6,23,8,30,478,147,619,5.6000000000000005,28,57.69,880,13 +2013,6,23,9,30,674,167,721,5.300000000000001,31,45.33,880,11 +2013,6,23,10,30,836,183,778,4.7,34,32.980000000000004,870,8 +2013,6,23,11,30,948,199,803,4.1000000000000005,36,21.13,870,4 +2013,6,23,12,30,1005,204,818,3.6,37,11.93,870,2 +2013,6,23,13,30,995,216,800,3.4000000000000004,38,13.44,870,0 +2013,6,23,14,30,920,228,754,3.6,38,23.68,870,0 +2013,6,23,15,30,795,214,715,4.1000000000000005,37,35.730000000000004,870,0 +2013,6,23,16,30,628,187,660,4.7,36,48.11,870,1 +2013,6,23,17,30,338,204,271,5.300000000000001,35,60.44,870,2 +2013,6,23,18,30,188,124,212,6.1000000000000005,32,72.5,870,5 +2013,6,23,19,30,49,38,106,7.2,30,84.11,870,10 +2013,6,23,20,30,0,0,0,7.300000000000001,28,95,870,12 +2013,6,23,21,30,0,0,0,7.1000000000000005,27,104.82000000000001,870,13 +2013,6,23,22,30,0,0,0,7.1000000000000005,25,113.06,870,13 +2013,6,23,23,30,0,0,0,6.9,24,119.07000000000001,880,14 +2013,6,24,0,30,0,0,0,6.6000000000000005,23,122.11,880,14 +2013,6,24,1,30,0,0,0,6.4,23,121.73,880,15 +2013,6,24,2,30,0,0,0,6.300000000000001,22,117.98,880,15 +2013,6,24,3,30,0,0,0,5.9,22,111.42,880,15 +2013,6,24,4,30,0,0,0,5.300000000000001,22,102.78,880,15 +2013,6,24,5,30,0,0,0,4.9,22,92.69,880,15 +2013,6,24,6,30,64,54,68,5.1000000000000005,23,81.61,880,15 +2013,6,24,7,30,192,137,160,5.2,24,69.89,880,15 +2013,6,24,8,30,379,223,292,4.3,25,57.75,880,15 +2013,6,24,9,30,534,315,312,3.2,27,45.39,880,14 +2013,6,24,10,30,739,352,461,2.8000000000000003,29,33.04,880,14 +2013,6,24,11,30,832,440,421,3.2,31,21.18,880,13 +2013,6,24,12,30,795,476,325,3.7,34,11.97,880,12 +2013,6,24,13,30,839,464,386,4.1000000000000005,35,13.43,870,11 +2013,6,24,14,30,784,414,403,4.3,34,23.650000000000002,870,11 +2013,6,24,15,30,731,325,500,4.5,34,35.69,870,12 +2013,6,24,16,30,583,280,452,4.800000000000001,34,48.07,870,12 +2013,6,24,17,30,398,220,359,5,33,60.4,870,12 +2013,6,24,18,30,210,133,257,5.4,32,72.47,870,13 +2013,6,24,19,30,49,39,93,6.300000000000001,30,84.08,870,13 +2013,6,24,20,30,0,0,0,7.2,28,94.98,870,14 +2013,6,24,21,30,0,0,0,7.300000000000001,27,104.8,870,14 +2013,6,24,22,30,0,0,0,6.9,25,113.06,880,14 +2013,6,24,23,30,0,0,0,6.6000000000000005,24,119.07000000000001,880,15 +2013,6,25,0,30,0,0,0,6.5,24,122.13,880,15 +2013,6,25,1,30,0,0,0,6.4,23,121.76,880,15 +2013,6,25,2,30,0,0,0,6.2,22,118.02,880,15 +2013,6,25,3,30,0,0,0,5.7,22,111.47,880,15 +2013,6,25,4,30,0,0,0,5.1000000000000005,21,102.83,880,15 +2013,6,25,5,30,0,0,0,4.2,21,92.74,880,15 +2013,6,25,6,30,58,50,54,4.1000000000000005,23,81.67,880,15 +2013,6,25,7,30,244,112,384,4.5,26,69.94,880,15 +2013,6,25,8,30,348,233,216,4.5,29,57.800000000000004,880,14 +2013,6,25,9,30,508,326,259,4.3,32,45.44,880,8 +2013,6,25,10,30,771,335,520,4.1000000000000005,34,33.09,880,2 +2013,6,25,11,30,875,419,489,3.8000000000000003,35,21.240000000000002,880,0 +2013,6,25,12,30,892,489,412,3.4000000000000004,36,12.01,880,0 +2013,6,25,13,30,889,418,484,3.3000000000000003,37,13.43,880,0 +2013,6,25,14,30,948,146,875,3.4000000000000004,38,23.63,880,1 +2013,6,25,15,30,829,131,859,3.5,38,35.660000000000004,870,1 +2013,6,25,16,30,663,116,818,3.3000000000000003,37,48.04,870,0 +2013,6,25,17,30,434,111,653,2.4000000000000004,36,60.370000000000005,870,0 +2013,6,25,18,30,227,81,486,1.4000000000000001,33,72.45,870,4 +2013,6,25,19,30,56,35,205,1.2000000000000002,29,84.06,870,9 +2013,6,25,20,30,0,0,0,1.6,27,94.96000000000001,870,8 +2013,6,25,21,30,0,0,0,2.4000000000000004,26,104.8,870,7 +2013,6,25,22,30,0,0,0,3.7,25,113.06,870,8 +2013,6,25,23,30,0,0,0,4.800000000000001,24,119.09,870,9 +2013,6,26,0,30,0,0,0,5,23,122.16,870,11 +2013,6,26,1,30,0,0,0,4.7,22,121.8,870,11 +2013,6,26,2,30,0,0,0,4.2,21,118.07000000000001,870,10 +2013,6,26,3,30,0,0,0,3.4000000000000004,20,111.52,880,8 +2013,6,26,4,30,0,0,0,2.6,18,102.89,880,7 +2013,6,26,5,30,0,0,0,2.6,19,92.8,880,6 +2013,6,26,6,30,96,43,367,3.1,21,81.73,880,6 +2013,6,26,7,30,295,78,634,3.2,25,70,880,5 +2013,6,26,8,30,509,99,770,3.2,29,57.86,880,4 +2013,6,26,9,30,707,113,847,3.2,33,45.5,880,1 +2013,6,26,10,30,870,121,893,2.8000000000000003,36,33.15,880,-1 +2013,6,26,11,30,984,126,920,2.1,38,21.29,880,-1 +2013,6,26,12,30,1039,128,931,1.3,39,12.06,880,0 +2013,6,26,13,30,1032,128,929,0.5,40,13.43,880,0 +2013,6,26,14,30,963,125,914,0.30000000000000004,40,23.61,880,0 +2013,6,26,15,30,824,152,826,0.7000000000000001,40,35.64,880,0 +2013,6,26,16,30,654,136,774,1.2000000000000002,39,48.02,880,0 +2013,6,26,17,30,454,114,687,1.2000000000000002,38,60.35,880,0 +2013,6,26,18,30,244,83,533,1,34,72.42,880,5 +2013,6,26,19,30,59,35,232,1.3,30,84.04,880,10 +2013,6,26,20,30,0,0,0,1.7000000000000002,28,94.95,880,7 +2013,6,26,21,30,0,0,0,2.8000000000000003,27,104.79,880,7 +2013,6,26,22,30,0,0,0,4.2,26,113.07000000000001,880,8 +2013,6,26,23,30,0,0,0,4.5,26,119.11,880,10 +2013,6,27,0,30,0,0,0,3.9000000000000004,25,122.19,880,12 +2013,6,27,1,30,0,0,0,3.2,24,121.84,880,13 +2013,6,27,2,30,0,0,0,2.8000000000000003,23,118.12,880,14 +2013,6,27,3,30,0,0,0,2.4000000000000004,22,111.58,880,15 +2013,6,27,4,30,0,0,0,2.1,21,102.95,880,16 +2013,6,27,5,30,0,0,0,2.4000000000000004,22,92.86,880,16 +2013,6,27,6,30,87,49,262,3.1,24,81.79,880,16 +2013,6,27,7,30,276,95,529,3.6,27,70.06,880,16 +2013,6,27,8,30,482,126,670,3.7,31,57.92,880,16 +2013,6,27,9,30,674,149,748,4,35,45.56,880,13 +2013,6,27,10,30,832,167,793,4.2,38,33.21,880,9 +2013,6,27,11,30,942,180,818,4.1000000000000005,39,21.36,880,8 +2013,6,27,12,30,1006,159,866,4.1000000000000005,40,12.120000000000001,880,8 +2013,6,27,13,30,999,157,865,4.2,41,13.44,880,8 +2013,6,27,14,30,931,152,850,4.4,41,23.59,880,8 +2013,6,27,15,30,817,125,851,4.6000000000000005,40,35.61,880,7 +2013,6,27,16,30,649,114,798,4.7,39,47.99,880,7 +2013,6,27,17,30,451,99,711,4.6000000000000005,38,60.33,880,7 +2013,6,27,18,30,243,75,556,3.9000000000000004,35,72.4,880,7 +2013,6,27,19,30,60,35,246,2.9000000000000004,32,84.03,880,8 +2013,6,27,20,30,0,0,0,2.7,30,94.94,880,8 +2013,6,27,21,30,0,0,0,2.7,28,104.79,880,8 +2013,6,27,22,30,0,0,0,2.5,27,113.08,880,9 +2013,6,27,23,30,0,0,0,2.2,25,119.13,880,9 +2013,6,28,0,30,0,0,0,1.9000000000000001,24,122.23,880,10 +2013,6,28,1,30,0,0,0,1.7000000000000002,23,121.9,880,10 +2013,6,28,2,30,0,0,0,1.5,22,118.18,880,11 +2013,6,28,3,30,0,0,0,1.4000000000000001,22,111.65,880,11 +2013,6,28,4,30,0,0,0,1.3,21,103.02,880,11 +2013,6,28,5,30,0,0,0,1.4000000000000001,22,92.93,880,11 +2013,6,28,6,30,54,48,40,2.1,24,81.85000000000001,880,12 +2013,6,28,7,30,239,113,369,2.5,28,70.13,880,10 +2013,6,28,8,30,396,208,355,2.5,31,57.980000000000004,880,10 +2013,6,28,9,30,680,126,792,2.7,34,45.62,880,10 +2013,6,28,10,30,839,136,841,2.9000000000000004,35,33.27,880,10 +2013,6,28,11,30,950,142,868,3.1,37,21.42,880,10 +2013,6,28,12,30,1008,134,894,3.4000000000000004,38,12.19,880,10 +2013,6,28,13,30,1000,136,888,3.7,38,13.450000000000001,880,11 +2013,6,28,14,30,932,135,869,3.9000000000000004,38,23.580000000000002,880,11 +2013,6,28,15,30,816,116,861,4,38,35.59,880,11 +2013,6,28,16,30,650,108,809,4,37,47.97,880,11 +2013,6,28,17,30,452,94,722,3.8000000000000003,36,60.31,880,10 +2013,6,28,18,30,245,72,570,2.9000000000000004,33,72.39,880,10 +2013,6,28,19,30,61,34,254,2.3000000000000003,30,84.02,880,11 +2013,6,28,20,30,0,0,0,2.8000000000000003,28,94.94,880,11 +2013,6,28,21,30,0,0,0,3.4000000000000004,27,104.8,880,10 +2013,6,28,22,30,0,0,0,3.5,26,113.10000000000001,880,10 +2013,6,28,23,30,0,0,0,3,25,119.16,880,10 +2013,6,29,0,30,0,0,0,2.5,23,122.28,880,10 +2013,6,29,1,30,0,0,0,2,22,121.95,880,11 +2013,6,29,2,30,0,0,0,1.8,22,118.25,880,11 +2013,6,29,3,30,0,0,0,1.9000000000000001,21,111.72,880,11 +2013,6,29,4,30,0,0,0,2.1,21,103.09,880,12 +2013,6,29,5,30,0,0,0,2.7,21,93,880,12 +2013,6,29,6,30,78,45,235,3,23,81.92,880,12 +2013,6,29,7,30,200,132,200,3.3000000000000003,26,70.19,880,13 +2013,6,29,8,30,373,220,289,3.6,29,58.050000000000004,880,12 +2013,6,29,9,30,665,144,746,3.3000000000000003,32,45.69,880,11 +2013,6,29,10,30,824,157,798,2.9000000000000004,34,33.34,880,11 +2013,6,29,11,30,936,163,830,2.6,36,21.490000000000002,880,11 +2013,6,29,12,30,997,149,868,2.3000000000000003,37,12.25,880,11 +2013,6,29,13,30,991,149,866,2.1,37,13.47,880,11 +2013,6,29,14,30,924,147,848,1.8,38,23.57,880,11 +2013,6,29,15,30,805,135,823,1.8,37,35.58,880,11 +2013,6,29,16,30,639,126,766,2.2,36,47.95,880,11 +2013,6,29,17,30,247,209,76,3,35,60.29,880,10 +2013,6,29,18,30,103,101,5,3.5,33,72.38,880,11 +2013,6,29,19,30,32,32,0,4.1000000000000005,30,84.01,880,13 +2013,6,29,20,30,0,0,0,4.6000000000000005,28,94.94,880,12 +2013,6,29,21,30,0,0,0,4.7,27,104.81,880,12 +2013,6,29,22,30,0,0,0,4.5,25,113.12,880,12 +2013,6,29,23,30,0,0,0,3.5,24,119.2,880,12 +2013,6,30,0,30,0,0,0,2.2,23,122.33,880,13 +2013,6,30,1,30,0,0,0,1.5,22,122.02,880,14 +2013,6,30,2,30,0,0,0,1.4000000000000001,21,118.32000000000001,880,15 +2013,6,30,3,30,0,0,0,1.3,20,111.79,880,15 +2013,6,30,4,30,0,0,0,1.1,20,103.16,880,15 +2013,6,30,5,30,0,0,0,1,20,93.07000000000001,880,16 +2013,6,30,6,30,75,56,132,1.5,20,81.99,880,15 +2013,6,30,7,30,257,125,391,2.2,22,70.26,880,15 +2013,6,30,8,30,466,146,607,2.5,24,58.120000000000005,880,14 +2013,6,30,9,30,670,139,761,2.5,26,45.76,880,13 +2013,6,30,10,30,841,129,853,2.3000000000000003,28,33.410000000000004,880,13 +2013,6,30,11,30,959,125,896,2.1,29,21.56,880,13 +2013,6,30,12,30,1020,112,929,2.1,30,12.33,880,13 +2013,6,30,13,30,1011,113,922,2.1,30,13.5,880,14 +2013,6,30,14,30,942,108,909,2.2,30,23.57,880,14 +2013,6,30,15,30,816,107,871,2.2,29,35.57,880,14 +2013,6,30,16,30,647,101,815,2.3000000000000003,28,47.94,880,14 +2013,6,30,17,30,444,100,694,2.4000000000000004,27,60.28,880,14 +2013,6,30,18,30,179,114,214,1.9000000000000001,26,72.37,880,15 +2013,6,30,19,30,26,26,0,1.5,24,84.01,880,17 +2013,6,30,20,30,0,0,0,2.1,23,94.95,880,16 +2013,6,30,21,30,0,0,0,3,22,104.83,880,16 +2013,6,30,22,30,0,0,0,3.3000000000000003,21,113.15,880,15 +2013,6,30,23,30,0,0,0,3,21,119.25,880,15 +2013,7,1,0,30,0,0,0,2.6,20,122.39,880,15 +2013,7,1,1,30,0,0,0,2.1,20,122.09,880,14 +2013,7,1,2,30,0,0,0,1.6,19,118.4,880,14 +2013,7,1,3,30,0,0,0,1.2000000000000002,19,111.87,880,13 +2013,7,1,4,30,0,0,0,1.1,18,103.24000000000001,880,13 +2013,7,1,5,30,0,0,0,1.2000000000000002,18,93.15,880,12 +2013,7,1,6,30,36,36,0,1.9000000000000001,19,82.07000000000001,880,12 +2013,7,1,7,30,23,23,0,2.4000000000000004,21,70.33,880,11 +2013,7,1,8,30,361,223,262,2.4000000000000004,23,58.19,880,10 +2013,7,1,9,30,679,123,798,2.4000000000000004,25,45.83,880,10 +2013,7,1,10,30,837,139,837,2.3000000000000003,26,33.480000000000004,880,10 +2013,7,1,11,30,946,155,851,2.2,27,21.64,880,10 +2013,7,1,12,30,1004,149,875,2.2,28,12.41,880,10 +2013,7,1,13,30,993,161,856,2.3000000000000003,28,13.540000000000001,880,10 +2013,7,1,14,30,680,467,233,2.5,27,23.57,880,10 +2013,7,1,15,30,737,319,513,3,26,35.56,880,10 +2013,7,1,16,30,78,78,0,3.3000000000000003,26,47.93,880,10 +2013,7,1,17,30,95,95,0,3.4000000000000004,25,60.28,880,11 +2013,7,1,18,30,10,10,0,2.8000000000000003,24,72.37,880,11 +2013,7,1,19,30,57,36,203,1.8,22,84.02,880,11 +2013,7,1,20,30,0,0,0,1.4000000000000001,20,94.96000000000001,880,12 +2013,7,1,21,30,0,0,0,1.6,19,104.86,880,11 +2013,7,1,22,30,0,0,0,1.9000000000000001,19,113.19,880,11 +2013,7,1,23,30,0,0,0,2.2,19,119.3,880,10 +2013,7,2,0,30,0,0,0,2.3000000000000003,18,122.46000000000001,880,9 +2013,7,2,1,30,0,0,0,2.2,17,122.17,880,9 +2013,7,2,2,30,0,0,0,1.8,17,118.48,880,9 +2013,7,2,3,30,0,0,0,1.3,16,111.96000000000001,880,9 +2013,7,2,4,30,0,0,0,0.8,16,103.32000000000001,880,9 +2013,7,2,5,30,0,0,0,0.9,16,93.23,880,9 +2013,7,2,6,30,10,10,0,1.3,17,82.14,880,8 +2013,7,2,7,30,253,125,382,1.7000000000000002,19,70.41,890,7 +2013,7,2,8,30,183,176,12,1.6,22,58.26,890,6 +2013,7,2,9,30,431,331,142,1.5,24,45.9,880,6 +2013,7,2,10,30,369,341,33,1.7000000000000002,26,33.55,880,7 +2013,7,2,11,30,669,479,204,1.8,27,21.72,880,7 +2013,7,2,12,30,849,467,390,1.8,28,12.5,880,7 +2013,7,2,13,30,840,461,389,1.7000000000000002,28,13.58,880,7 +2013,7,2,14,30,632,473,174,1.6,29,23.57,880,7 +2013,7,2,15,30,553,406,180,1.6,28,35.56,880,6 +2013,7,2,16,30,594,213,567,1.6,27,47.93,880,6 +2013,7,2,17,30,449,112,679,1.8,26,60.27,880,6 +2013,7,2,18,30,192,108,276,1.6,25,72.37,880,6 +2013,7,2,19,30,60,36,226,1.6,23,84.03,880,9 +2013,7,2,20,30,0,0,0,2.7,21,94.98,880,8 +2013,7,2,21,30,0,0,0,3.4000000000000004,20,104.89,880,6 +2013,7,2,22,30,0,0,0,3.2,20,113.24000000000001,880,6 +2013,7,2,23,30,0,0,0,2.7,19,119.36,880,5 +2013,7,3,0,30,0,0,0,2.4000000000000004,18,122.53,880,5 +2013,7,3,1,30,0,0,0,2.1,17,122.25,880,5 +2013,7,3,2,30,0,0,0,1.9000000000000001,16,118.57000000000001,880,5 +2013,7,3,3,30,0,0,0,1.9000000000000001,15,112.04,880,5 +2013,7,3,4,30,0,0,0,1.9000000000000001,14,103.41,880,5 +2013,7,3,5,30,0,0,0,2.5,14,93.31,880,5 +2013,7,3,6,30,84,44,300,3.2,16,82.22,880,5 +2013,7,3,7,30,276,88,562,3.7,20,70.49,880,5 +2013,7,3,8,30,483,117,698,4.4,23,58.33,880,4 +2013,7,3,9,30,677,137,775,4.6000000000000005,26,45.97,880,4 +2013,7,3,10,30,688,357,397,4.7,27,33.63,880,4 +2013,7,3,11,30,944,171,833,4.800000000000001,28,21.8,880,5 +2013,7,3,12,30,989,204,804,4.9,29,12.59,880,6 +2013,7,3,13,30,980,213,789,5.1000000000000005,29,13.620000000000001,880,6 +2013,7,3,14,30,838,419,457,5.2,28,23.580000000000002,880,7 +2013,7,3,15,30,416,369,57,5.1000000000000005,28,35.56,880,7 +2013,7,3,16,30,148,146,3,4.9,27,47.93,880,7 +2013,7,3,17,30,129,129,0,4.4,26,60.28,880,8 +2013,7,3,18,30,155,121,113,3.1,24,72.38,880,9 +2013,7,3,19,30,60,34,253,2.2,21,84.04,880,11 +2013,7,3,20,30,0,0,0,2.2,19,95,880,11 +2013,7,3,21,30,0,0,0,2.3000000000000003,19,104.92,880,11 +2013,7,3,22,30,0,0,0,2.5,18,113.28,880,10 +2013,7,3,23,30,0,0,0,2.8000000000000003,17,119.43,880,9 +2013,7,4,0,30,0,0,0,3,16,122.61,880,9 +2013,7,4,1,30,0,0,0,3,16,122.34,880,8 +2013,7,4,2,30,0,0,0,3,16,118.67,880,7 +2013,7,4,3,30,0,0,0,2.9000000000000004,16,112.14,880,6 +2013,7,4,4,30,0,0,0,2.6,15,103.5,880,6 +2013,7,4,5,30,0,0,0,2.7,15,93.4,880,6 +2013,7,4,6,30,80,48,239,3.2,17,82.31,880,6 +2013,7,4,7,30,268,97,514,4.2,19,70.56,880,6 +2013,7,4,8,30,476,123,672,5.300000000000001,22,58.410000000000004,880,7 +2013,7,4,9,30,548,297,362,5.9,25,46.050000000000004,880,8 +2013,7,4,10,30,637,402,282,6.1000000000000005,27,33.7,880,8 +2013,7,4,11,30,939,173,826,6.2,29,21.89,880,9 +2013,7,4,12,30,1007,146,882,6,30,12.69,880,9 +2013,7,4,13,30,1002,144,883,5.7,31,13.68,880,9 +2013,7,4,14,30,937,141,868,5.4,32,23.6,880,9 +2013,7,4,15,30,815,134,836,5.1000000000000005,32,35.56,880,9 +2013,7,4,16,30,648,122,784,4.9,31,47.93,880,9 +2013,7,4,17,30,450,105,695,4.800000000000001,30,60.28,880,9 +2013,7,4,18,30,243,79,542,4.5,27,72.39,880,9 +2013,7,4,19,30,60,34,247,4.3,25,84.06,880,10 +2013,7,4,20,30,0,0,0,4.1000000000000005,23,95.03,880,10 +2013,7,4,21,30,0,0,0,3.9000000000000004,21,104.96000000000001,880,10 +2013,7,4,22,30,0,0,0,3.7,20,113.34,880,10 +2013,7,4,23,30,0,0,0,3.5,19,119.5,880,10 +2013,7,5,0,30,0,0,0,3.4000000000000004,19,122.7,880,10 +2013,7,5,1,30,0,0,0,3.2,18,122.44,880,10 +2013,7,5,2,30,0,0,0,3.2,18,118.77,880,10 +2013,7,5,3,30,0,0,0,3.2,17,112.24000000000001,880,11 +2013,7,5,4,30,0,0,0,3.1,17,103.60000000000001,880,10 +2013,7,5,5,30,0,0,0,3.4000000000000004,17,93.49,880,10 +2013,7,5,6,30,74,45,215,4.3,19,82.39,880,10 +2013,7,5,7,30,211,122,266,5.4,22,70.65,880,10 +2013,7,5,8,30,474,116,685,6.1000000000000005,25,58.49,880,9 +2013,7,5,9,30,666,135,766,6.300000000000001,28,46.12,880,10 +2013,7,5,10,30,122,121,1,6.300000000000001,31,33.78,880,10 +2013,7,5,11,30,693,433,280,6.300000000000001,32,21.97,880,10 +2013,7,5,12,30,985,188,817,6.4,33,12.790000000000001,880,9 +2013,7,5,13,30,979,192,810,6.4,34,13.74,880,9 +2013,7,5,14,30,913,186,793,6.300000000000001,35,23.62,870,9 +2013,7,5,15,30,799,159,785,6.1000000000000005,34,35.57,870,9 +2013,7,5,16,30,633,145,728,5.9,33,47.94,870,9 +2013,7,5,17,30,437,125,630,5.6000000000000005,32,60.29,870,8 +2013,7,5,18,30,233,93,464,5,30,72.41,870,8 +2013,7,5,19,30,42,36,59,4.3,28,84.08,870,9 +2013,7,5,20,30,0,0,0,4.1000000000000005,26,95.07000000000001,870,9 +2013,7,5,21,30,0,0,0,4.1000000000000005,24,105.01,880,9 +2013,7,5,22,30,0,0,0,4.4,23,113.4,880,9 +2013,7,5,23,30,0,0,0,4.4,23,119.58,880,9 +2013,7,6,0,30,0,0,0,4.2,22,122.79,880,9 +2013,7,6,1,30,0,0,0,3.9000000000000004,21,122.55,880,9 +2013,7,6,2,30,0,0,0,3.5,21,118.87,880,10 +2013,7,6,3,30,0,0,0,3,20,112.34,880,10 +2013,7,6,4,30,0,0,0,2.5,20,103.69,880,10 +2013,7,6,5,30,0,0,0,2.8000000000000003,20,93.58,880,10 +2013,7,6,6,30,72,50,168,4.2,21,82.48,880,10 +2013,7,6,7,30,254,113,425,5.6000000000000005,23,70.73,880,10 +2013,7,6,8,30,456,151,584,6.300000000000001,25,58.57,880,10 +2013,7,6,9,30,648,173,686,6.6000000000000005,28,46.2,880,11 +2013,7,6,10,30,808,183,753,6.800000000000001,30,33.87,880,11 +2013,7,6,11,30,923,186,795,7,32,22.06,880,10 +2013,7,6,12,30,989,161,849,7,33,12.9,880,10 +2013,7,6,13,30,985,160,849,6.9,34,13.81,880,9 +2013,7,6,14,30,919,156,832,6.7,34,23.650000000000002,870,9 +2013,7,6,15,30,805,134,825,6.4,34,35.59,870,9 +2013,7,6,16,30,642,118,781,6.1000000000000005,33,47.95,870,9 +2013,7,6,17,30,447,99,703,5.7,32,60.31,870,9 +2013,7,6,18,30,242,74,555,4.800000000000001,31,72.43,870,9 +2013,7,6,19,30,59,34,240,3.7,28,84.11,870,9 +2013,7,6,20,30,0,0,0,3.5,26,95.11,880,9 +2013,7,6,21,30,0,0,0,3.8000000000000003,25,105.06,880,9 +2013,7,6,22,30,0,0,0,3.9000000000000004,24,113.47,880,10 +2013,7,6,23,30,0,0,0,3.9000000000000004,23,119.66,880,10 +2013,7,7,0,30,0,0,0,3.6,22,122.89,880,10 +2013,7,7,1,30,0,0,0,3.4000000000000004,21,122.65,880,10 +2013,7,7,2,30,0,0,0,3.1,20,118.99000000000001,880,10 +2013,7,7,3,30,0,0,0,2.8000000000000003,20,112.45,880,11 +2013,7,7,4,30,0,0,0,2.5,19,103.8,880,11 +2013,7,7,5,30,0,0,0,2.5,19,93.68,880,11 +2013,7,7,6,30,28,28,0,3.3000000000000003,21,82.57000000000001,880,11 +2013,7,7,7,30,194,127,205,4.4,24,70.81,880,10 +2013,7,7,8,30,421,172,478,5,27,58.65,880,10 +2013,7,7,9,30,660,136,757,5,29,46.28,880,10 +2013,7,7,10,30,819,149,807,5.1000000000000005,31,33.95,880,10 +2013,7,7,11,30,931,158,834,5.2,32,22.16,880,10 +2013,7,7,12,30,987,156,852,5.2,33,13.01,880,10 +2013,7,7,13,30,981,158,847,5.300000000000001,34,13.88,880,10 +2013,7,7,14,30,915,156,829,5.300000000000001,35,23.68,880,10 +2013,7,7,15,30,795,147,796,5.1000000000000005,34,35.6,880,10 +2013,7,7,16,30,630,134,741,5,33,47.97,880,10 +2013,7,7,17,30,436,115,647,4.7,32,60.32,880,11 +2013,7,7,18,30,232,86,484,3.9000000000000004,30,72.45,880,11 +2013,7,7,19,30,55,37,180,3,28,84.14,880,11 +2013,7,7,20,30,0,0,0,2.9000000000000004,26,95.15,880,12 +2013,7,7,21,30,0,0,0,3,25,105.12,880,12 +2013,7,7,22,30,0,0,0,3,24,113.55,880,12 +2013,7,7,23,30,0,0,0,3,24,119.75,880,12 +2013,7,8,0,30,0,0,0,2.9000000000000004,23,123,880,12 +2013,7,8,1,30,0,0,0,2.5,22,122.77,880,12 +2013,7,8,2,30,0,0,0,2.2,22,119.10000000000001,880,13 +2013,7,8,3,30,0,0,0,1.9000000000000001,21,112.57000000000001,880,13 +2013,7,8,4,30,0,0,0,1.6,21,103.9,880,13 +2013,7,8,5,30,0,0,0,1.9000000000000001,21,93.78,880,13 +2013,7,8,6,30,76,43,263,2.7,23,82.66,880,13 +2013,7,8,7,30,263,84,547,3.4000000000000004,26,70.9,880,13 +2013,7,8,8,30,469,108,695,3.6,29,58.74,880,13 +2013,7,8,9,30,661,126,775,3.5,31,46.37,880,13 +2013,7,8,10,30,819,139,820,3.4000000000000004,32,34.03,880,14 +2013,7,8,11,30,931,150,844,3.6,33,22.26,880,14 +2013,7,8,12,30,989,147,864,3.7,34,13.13,880,14 +2013,7,8,13,30,984,145,864,3.8000000000000003,35,13.96,880,14 +2013,7,8,14,30,920,140,852,3.9000000000000004,35,23.72,880,14 +2013,7,8,15,30,801,130,825,3.9000000000000004,34,35.63,880,13 +2013,7,8,16,30,638,115,782,3.8000000000000003,33,47.99,880,13 +2013,7,8,17,30,445,96,704,3.7,32,60.35,880,13 +2013,7,8,18,30,240,71,562,2.9000000000000004,31,72.48,880,12 +2013,7,8,19,30,59,32,261,2.1,28,84.18,880,13 +2013,7,8,20,30,0,0,0,2.4000000000000004,27,95.2,880,13 +2013,7,8,21,30,0,0,0,3,26,105.18,880,13 +2013,7,8,22,30,0,0,0,3.6,25,113.63,880,13 +2013,7,8,23,30,0,0,0,3.8000000000000003,24,119.85000000000001,880,14 +2013,7,9,0,30,0,0,0,3.6,23,123.11,880,14 +2013,7,9,1,30,0,0,0,3.3000000000000003,23,122.89,880,14 +2013,7,9,2,30,0,0,0,3,22,119.23,880,14 +2013,7,9,3,30,0,0,0,2.7,21,112.68,880,15 +2013,7,9,4,30,0,0,0,2.5,21,104.01,880,15 +2013,7,9,5,30,0,0,0,3,21,93.88,880,15 +2013,7,9,6,30,37,37,0,4.1000000000000005,23,82.76,880,15 +2013,7,9,7,30,197,124,225,4.7,25,70.99,880,15 +2013,7,9,8,30,480,87,758,4.5,28,58.82,880,15 +2013,7,9,9,30,676,99,837,4.3,30,46.45,880,14 +2013,7,9,10,30,838,105,884,4.1000000000000005,32,34.12,880,13 +2013,7,9,11,30,952,109,912,4,33,22.36,880,12 +2013,7,9,12,30,1009,111,923,4,34,13.26,880,12 +2013,7,9,13,30,1005,109,923,4,35,14.05,880,11 +2013,7,9,14,30,940,105,911,4.1000000000000005,36,23.76,880,11 +2013,7,9,15,30,820,99,887,4.1000000000000005,35,35.660000000000004,880,11 +2013,7,9,16,30,654,90,843,4.2,34,48.01,880,11 +2013,7,9,17,30,456,77,766,4.3,33,60.370000000000005,880,11 +2013,7,9,18,30,247,60,624,3.8000000000000003,31,72.51,880,12 +2013,7,9,19,30,61,29,311,3.3000000000000003,29,84.22,880,13 +2013,7,9,20,30,0,0,0,3.3000000000000003,27,95.25,880,13 +2013,7,9,21,30,0,0,0,3.4000000000000004,26,105.25,880,13 +2013,7,9,22,30,0,0,0,3.2,25,113.71000000000001,880,13 +2013,7,9,23,30,0,0,0,3.2,24,119.96000000000001,880,14 +2013,7,10,0,30,0,0,0,3.3000000000000003,23,123.23,880,14 +2013,7,10,1,30,0,0,0,3.3000000000000003,23,123.02,880,14 +2013,7,10,2,30,0,0,0,3.1,22,119.35000000000001,880,13 +2013,7,10,3,30,0,0,0,2.5,21,112.81,880,14 +2013,7,10,4,30,0,0,0,1.8,21,104.13,880,14 +2013,7,10,5,30,0,0,0,1.9000000000000001,21,93.98,880,14 +2013,7,10,6,30,78,37,326,2.9000000000000004,23,82.86,880,14 +2013,7,10,7,30,268,68,615,3,26,71.08,880,14 +2013,7,10,8,30,475,86,753,2.4000000000000004,29,58.910000000000004,880,15 +2013,7,10,9,30,669,97,832,2.3000000000000003,31,46.54,880,15 +2013,7,10,10,30,831,104,879,2.9000000000000004,32,34.21,880,14 +2013,7,10,11,30,945,108,905,3.4000000000000004,33,22.46,880,14 +2013,7,10,12,30,999,121,902,3.5,34,13.39,880,14 +2013,7,10,13,30,994,120,901,3.4000000000000004,35,14.15,880,13 +2013,7,10,14,30,929,118,886,3.3000000000000003,35,23.81,880,13 +2013,7,10,15,30,809,112,858,3.1,35,35.69,880,13 +2013,7,10,16,30,620,178,661,3.1,35,48.04,880,12 +2013,7,10,17,30,448,89,727,3.1,34,60.410000000000004,880,12 +2013,7,10,18,30,241,68,577,2.5,32,72.55,880,12 +2013,7,10,19,30,58,32,264,2.2,30,84.27,880,13 +2013,7,10,20,30,0,0,0,3,28,95.31,880,13 +2013,7,10,21,30,0,0,0,3.6,27,105.33,880,13 +2013,7,10,22,30,0,0,0,3.5,26,113.81,880,13 +2013,7,10,23,30,0,0,0,3.1,26,120.07000000000001,880,13 +2013,7,11,0,30,0,0,0,2.7,25,123.36,880,13 +2013,7,11,1,30,0,0,0,2.4000000000000004,24,123.16,880,13 +2013,7,11,2,30,0,0,0,2.3000000000000003,24,119.49000000000001,880,13 +2013,7,11,3,30,0,0,0,2.2,23,112.93,880,12 +2013,7,11,4,30,0,0,0,1.8,22,104.25,880,13 +2013,7,11,5,30,0,0,0,1.9000000000000001,22,94.09,880,13 +2013,7,11,6,30,21,21,0,2.7,24,82.96000000000001,880,13 +2013,7,11,7,30,148,125,69,3.2,26,71.18,880,14 +2013,7,11,8,30,440,135,592,3.2,29,59,880,13 +2013,7,11,9,30,526,286,349,3.1,32,46.62,880,12 +2013,7,11,10,30,822,127,841,3.1,33,34.300000000000004,880,12 +2013,7,11,11,30,935,135,866,3.2,34,22.56,880,12 +2013,7,11,12,30,990,142,872,3.4000000000000004,35,13.52,880,12 +2013,7,11,13,30,983,148,861,3.7,36,14.25,880,12 +2013,7,11,14,30,917,148,841,3.9000000000000004,35,23.86,880,12 +2013,7,11,15,30,796,141,806,4.1000000000000005,34,35.730000000000004,880,12 +2013,7,11,16,30,513,289,335,4.2,34,48.08,880,12 +2013,7,11,17,30,436,110,660,4.2,33,60.44,880,12 +2013,7,11,18,30,231,83,497,3.7,31,72.59,880,12 +2013,7,11,19,30,48,35,132,3.1,30,84.32000000000001,880,13 +2013,7,11,20,30,0,0,0,3.3000000000000003,28,95.38,880,14 +2013,7,11,21,30,0,0,0,3.5,27,105.41,880,14 +2013,7,11,22,30,0,0,0,3.3000000000000003,26,113.9,880,14 +2013,7,11,23,30,0,0,0,2.9000000000000004,25,120.19,880,14 +2013,7,12,0,30,0,0,0,2.4000000000000004,24,123.49000000000001,880,14 +2013,7,12,1,30,0,0,0,2.1,23,123.3,880,13 +2013,7,12,2,30,0,0,0,2,23,119.63,880,13 +2013,7,12,3,30,0,0,0,2,22,113.06,880,13 +2013,7,12,4,30,0,0,0,2,21,104.37,880,13 +2013,7,12,5,30,0,0,0,2.4000000000000004,21,94.2,880,13 +2013,7,12,6,30,60,41,156,3.2,23,83.06,880,13 +2013,7,12,7,30,219,108,343,4,26,71.27,880,13 +2013,7,12,8,30,310,226,164,4,29,59.09,880,13 +2013,7,12,9,30,443,326,169,3.6,32,46.71,880,13 +2013,7,12,10,30,626,399,275,3.6,33,34.4,880,13 +2013,7,12,11,30,941,107,903,3.8000000000000003,35,22.67,880,13 +2013,7,12,12,30,996,118,903,4,36,13.66,880,13 +2013,7,12,13,30,598,497,105,4.3,36,14.36,880,12 +2013,7,12,14,30,927,118,886,4.6000000000000005,36,23.92,880,12 +2013,7,12,15,30,352,326,31,4.9,36,35.77,880,12 +2013,7,12,16,30,638,115,784,5,35,48.11,880,11 +2013,7,12,17,30,443,97,703,4.9,34,60.49,880,11 +2013,7,12,18,30,239,71,562,4.1000000000000005,32,72.64,880,11 +2013,7,12,19,30,57,32,259,3.2,30,84.38,880,11 +2013,7,12,20,30,0,0,0,3.3000000000000003,28,95.45,880,10 +2013,7,12,21,30,0,0,0,3.9000000000000004,27,105.49000000000001,880,10 +2013,7,12,22,30,0,0,0,4.1000000000000005,26,114.01,880,9 +2013,7,12,23,30,0,0,0,4.1000000000000005,25,120.31,880,9 +2013,7,13,0,30,0,0,0,4,24,123.63000000000001,880,9 +2013,7,13,1,30,0,0,0,3.7,23,123.44,880,9 +2013,7,13,2,30,0,0,0,3.3000000000000003,23,119.77,880,9 +2013,7,13,3,30,0,0,0,2.8000000000000003,22,113.2,880,9 +2013,7,13,4,30,0,0,0,2.3000000000000003,21,104.49000000000001,880,9 +2013,7,13,5,30,0,0,0,2.4000000000000004,21,94.32000000000001,880,9 +2013,7,13,6,30,75,37,313,3,23,83.16,880,10 +2013,7,13,7,30,267,72,608,3.5,26,71.37,880,9 +2013,7,13,8,30,478,92,753,3.6,29,59.18,880,9 +2013,7,13,9,30,676,104,834,3.7,32,46.800000000000004,880,9 +2013,7,13,10,30,841,112,883,3.9000000000000004,34,34.49,880,9 +2013,7,13,11,30,958,117,912,4.2,35,22.78,880,9 +2013,7,13,12,30,1017,118,925,4.5,36,13.81,880,9 +2013,7,13,13,30,1014,117,926,4.6000000000000005,36,14.47,880,9 +2013,7,13,14,30,949,113,914,4.5,37,23.990000000000002,880,8 +2013,7,13,15,30,830,101,898,4.4,36,35.82,880,8 +2013,7,13,16,30,662,92,854,4.1000000000000005,35,48.160000000000004,880,8 +2013,7,13,17,30,462,80,777,3.8000000000000003,34,60.53,880,8 +2013,7,13,18,30,250,62,634,2.7,32,72.7,880,7 +2013,7,13,19,30,60,30,313,1.8,29,84.44,880,8 +2013,7,13,20,30,0,0,0,2,27,95.53,880,9 +2013,7,13,21,30,0,0,0,2.5,26,105.59,880,8 +2013,7,13,22,30,0,0,0,3,25,114.12,880,8 +2013,7,13,23,30,0,0,0,3.3000000000000003,24,120.44,880,8 +2013,7,14,0,30,0,0,0,3,23,123.78,880,7 +2013,7,14,1,30,0,0,0,2.7,22,123.59,880,7 +2013,7,14,2,30,0,0,0,2.3000000000000003,22,119.92,880,7 +2013,7,14,3,30,0,0,0,2.1,21,113.34,880,7 +2013,7,14,4,30,0,0,0,2.2,21,104.62,880,7 +2013,7,14,5,30,0,0,0,2.9000000000000004,21,94.43,880,7 +2013,7,14,6,30,74,37,309,3.6,23,83.27,880,8 +2013,7,14,7,30,265,75,598,3.8000000000000003,27,71.47,880,8 +2013,7,14,8,30,475,97,741,3.8000000000000003,30,59.27,880,8 +2013,7,14,9,30,672,111,820,3.3000000000000003,32,46.9,880,8 +2013,7,14,10,30,833,123,862,2.5,34,34.59,880,8 +2013,7,14,11,30,945,132,882,2,35,22.900000000000002,880,8 +2013,7,14,12,30,774,433,351,1.8,36,13.96,880,8 +2013,7,14,13,30,373,351,22,1.9000000000000001,36,14.6,880,8 +2013,7,14,14,30,205,194,12,1.9000000000000001,35,24.060000000000002,880,9 +2013,7,14,15,30,171,164,7,2.2,33,35.87,880,9 +2013,7,14,16,30,275,256,28,3.6,31,48.21,880,10 +2013,7,14,17,30,344,199,293,5.5,28,60.58,880,10 +2013,7,14,18,30,153,115,126,6.300000000000001,26,72.75,880,11 +2013,7,14,19,30,42,34,87,5.7,23,84.51,880,13 +2013,7,14,20,30,0,0,0,4.9,21,95.61,880,14 +2013,7,14,21,30,0,0,0,4.6000000000000005,20,105.69,880,15 +2013,7,14,22,30,0,0,0,4.5,19,114.24000000000001,880,16 +2013,7,14,23,30,0,0,0,4.3,18,120.58,880,16 +2013,7,15,0,30,0,0,0,3.9000000000000004,18,123.93,880,16 +2013,7,15,1,30,0,0,0,3.9000000000000004,17,123.75,880,16 +2013,7,15,2,30,0,0,0,4.3,17,120.07000000000001,880,16 +2013,7,15,3,30,0,0,0,4.6000000000000005,16,113.48,880,15 +2013,7,15,4,30,0,0,0,4.6000000000000005,15,104.75,880,14 +2013,7,15,5,30,0,0,0,4.5,15,94.55,880,14 +2013,7,15,6,30,4,4,0,4.6000000000000005,15,83.38,880,13 +2013,7,15,7,30,69,69,0,5,17,71.57000000000001,880,13 +2013,7,15,8,30,172,167,10,5.300000000000001,19,59.370000000000005,880,12 +2013,7,15,9,30,399,320,114,5.300000000000001,21,46.99,880,11 +2013,7,15,10,30,581,409,208,5.1000000000000005,23,34.69,880,10 +2013,7,15,11,30,447,407,43,4.9,24,23.01,880,9 +2013,7,15,12,30,438,406,33,4.6000000000000005,25,14.11,880,9 +2013,7,15,13,30,289,273,16,4.6000000000000005,26,14.73,880,8 +2013,7,15,14,30,131,128,3,4.6000000000000005,26,24.14,880,9 +2013,7,15,15,30,606,392,264,4.5,25,35.93,880,9 +2013,7,15,16,30,395,312,124,4.4,24,48.26,880,9 +2013,7,15,17,30,324,207,239,4.1000000000000005,23,60.64,880,10 +2013,7,15,18,30,154,115,134,3.5,21,72.82000000000001,880,10 +2013,7,15,19,30,24,24,0,2.6,20,84.58,880,10 +2013,7,15,20,30,0,0,0,1.9000000000000001,18,95.69,880,11 +2013,7,15,21,30,0,0,0,1.5,18,105.79,880,11 +2013,7,15,22,30,0,0,0,1.2000000000000002,17,114.36,880,11 +2013,7,15,23,30,0,0,0,1.1,16,120.72,880,11 +2013,7,16,0,30,0,0,0,0.8,16,124.09,880,12 +2013,7,16,1,30,0,0,0,0.4,15,123.92,880,12 +2013,7,16,2,30,0,0,0,0.30000000000000004,15,120.23,880,12 +2013,7,16,3,30,0,0,0,0.5,14,113.63,880,12 +2013,7,16,4,30,0,0,0,0.7000000000000001,14,104.88,880,12 +2013,7,16,5,30,0,0,0,1.5,14,94.67,880,12 +2013,7,16,6,30,25,25,0,2.5,16,83.49,880,12 +2013,7,16,7,30,120,112,22,3.1,18,71.67,880,12 +2013,7,16,8,30,182,175,15,3.5,19,59.46,880,12 +2013,7,16,9,30,501,308,282,3.5,21,47.08,880,12 +2013,7,16,10,30,687,343,418,2.9000000000000004,22,34.79,880,12 +2013,7,16,11,30,803,420,416,1.9000000000000001,23,23.13,880,13 +2013,7,16,12,30,677,470,213,1,24,14.27,880,13 +2013,7,16,13,30,990,131,889,0.7000000000000001,25,14.86,880,13 +2013,7,16,14,30,924,129,872,1.1,24,24.22,880,14 +2013,7,16,15,30,359,331,34,1.9000000000000001,24,35.99,880,14 +2013,7,16,16,30,159,156,4,2.7,23,48.32,880,14 +2013,7,16,17,30,161,157,8,3.2,21,60.7,880,14 +2013,7,16,18,30,230,75,528,3.3000000000000003,20,72.88,880,15 +2013,7,16,19,30,51,32,203,3.2,18,84.66,880,16 +2013,7,16,20,30,0,0,0,2.9000000000000004,18,95.79,880,16 +2013,7,16,21,30,0,0,0,2.7,18,105.9,880,17 +2013,7,16,22,30,0,0,0,2.6,18,114.49000000000001,890,17 +2013,7,16,23,30,0,0,0,2.6,18,120.87,890,17 +2013,7,17,0,30,0,0,0,2.7,18,124.25,880,17 +2013,7,17,1,30,0,0,0,2.9000000000000004,17,124.09,880,17 +2013,7,17,2,30,0,0,0,3.5,17,120.4,880,17 +2013,7,17,3,30,0,0,0,3.9000000000000004,17,113.78,890,17 +2013,7,17,4,30,0,0,0,3.6,17,105.02,890,17 +2013,7,17,5,30,0,0,0,3.2,17,94.79,890,17 +2013,7,17,6,30,4,4,0,2.9000000000000004,17,83.60000000000001,890,17 +2013,7,17,7,30,17,17,0,3,18,71.77,890,17 +2013,7,17,8,30,161,158,6,3.2,19,59.56,890,18 +2013,7,17,9,30,309,280,41,3.6,20,47.18,890,17 +2013,7,17,10,30,446,386,73,4,21,34.89,890,18 +2013,7,17,11,30,344,325,21,4.4,22,23.25,890,18 +2013,7,17,12,30,657,507,155,4.7,23,14.43,890,17 +2013,7,17,13,30,820,448,385,4.7,23,15.01,890,17 +2013,7,17,14,30,702,455,271,4.5,22,24.310000000000002,890,17 +2013,7,17,15,30,460,388,89,4.2,22,36.06,890,17 +2013,7,17,16,30,521,279,364,4,21,48.38,890,17 +2013,7,17,17,30,194,181,26,3.5,20,60.76,890,17 +2013,7,17,18,30,56,56,0,2.6,19,72.96000000000001,890,17 +2013,7,17,19,30,1,1,0,1.7000000000000002,18,84.75,890,18 +2013,7,17,20,30,0,0,0,1.3,18,95.88,890,18 +2013,7,17,21,30,0,0,0,1.2000000000000002,18,106.01,890,18 +2013,7,17,22,30,0,0,0,1.1,18,114.63,890,18 +2013,7,17,23,30,0,0,0,1.1,18,121.03,890,17 +2013,7,18,0,30,0,0,0,1.2000000000000002,17,124.42,890,17 +2013,7,18,1,30,0,0,0,1.5,17,124.26,890,17 +2013,7,18,2,30,0,0,0,1.7000000000000002,17,120.56,890,17 +2013,7,18,3,30,0,0,0,1.9000000000000001,17,113.93,880,17 +2013,7,18,4,30,0,0,0,2,17,105.16,880,17 +2013,7,18,5,30,0,0,0,2.4000000000000004,17,94.92,880,17 +2013,7,18,6,30,54,36,164,2.8000000000000003,18,83.71000000000001,880,18 +2013,7,18,7,30,38,38,0,3.1,19,71.88,890,18 +2013,7,18,8,30,459,79,753,3.3000000000000003,21,59.660000000000004,890,18 +2013,7,18,9,30,654,89,832,3.3000000000000003,22,47.28,880,18 +2013,7,18,10,30,470,395,91,3.4000000000000004,23,34.99,880,17 +2013,7,18,11,30,722,454,292,3.5,24,23.38,880,17 +2013,7,18,12,30,521,462,61,3.7,24,14.6,880,17 +2013,7,18,13,30,984,103,912,3.9000000000000004,25,15.16,880,16 +2013,7,18,14,30,921,99,902,4,25,24.41,880,16 +2013,7,18,15,30,486,396,111,4,25,36.13,880,16 +2013,7,18,16,30,481,300,273,3.9000000000000004,24,48.45,880,16 +2013,7,18,17,30,443,71,763,3.6,23,60.83,880,16 +2013,7,18,18,30,237,55,624,2.7,22,73.03,880,17 +2013,7,18,19,30,53,26,306,1.9000000000000001,21,84.83,880,17 +2013,7,18,20,30,0,0,0,1.7000000000000002,20,95.99000000000001,880,17 +2013,7,18,21,30,0,0,0,1.9000000000000001,20,106.13,880,17 +2013,7,18,22,30,0,0,0,2.1,19,114.77,880,17 +2013,7,18,23,30,0,0,0,2.2,19,121.19,880,17 +2013,7,19,0,30,0,0,0,2.3000000000000003,18,124.60000000000001,880,17 +2013,7,19,1,30,0,0,0,2.3000000000000003,18,124.44,880,17 +2013,7,19,2,30,0,0,0,2.2,17,120.74000000000001,880,17 +2013,7,19,3,30,0,0,0,2.1,17,114.09,880,17 +2013,7,19,4,30,0,0,0,2,17,105.3,880,17 +2013,7,19,5,30,0,0,0,2.4000000000000004,17,95.05,880,17 +2013,7,19,6,30,65,31,318,3.2,19,83.83,880,17 +2013,7,19,7,30,253,61,619,4,21,71.98,880,17 +2013,7,19,8,30,460,80,754,4.5,23,59.76,880,17 +2013,7,19,9,30,654,93,828,4.6000000000000005,24,47.38,880,16 +2013,7,19,10,30,815,102,871,4.7,25,35.1,880,16 +2013,7,19,11,30,930,108,895,4.6000000000000005,26,23.51,880,16 +2013,7,19,12,30,988,113,904,4.5,27,14.780000000000001,880,16 +2013,7,19,13,30,986,111,906,4.3,28,15.31,880,16 +2013,7,19,14,30,923,106,898,4.1000000000000005,28,24.51,880,16 +2013,7,19,15,30,804,100,872,3.9000000000000004,28,36.21,880,16 +2013,7,19,16,30,640,90,831,3.7,27,48.52,880,16 +2013,7,19,17,30,444,76,755,3.1,26,60.910000000000004,880,16 +2013,7,19,18,30,236,58,613,2.2,25,73.11,880,16 +2013,7,19,19,30,52,26,289,1.9000000000000001,23,84.93,880,17 +2013,7,19,20,30,0,0,0,2.3000000000000003,21,96.09,880,16 +2013,7,19,21,30,0,0,0,2.7,21,106.26,880,16 +2013,7,19,22,30,0,0,0,2.8000000000000003,20,114.92,880,16 +2013,7,19,23,30,0,0,0,2.7,19,121.36,880,16 +2013,7,20,0,30,0,0,0,2.4000000000000004,19,124.78,880,16 +2013,7,20,1,30,0,0,0,2.1,18,124.63000000000001,880,15 +2013,7,20,2,30,0,0,0,2.1,18,120.91,880,15 +2013,7,20,3,30,0,0,0,2.3000000000000003,18,114.25,880,15 +2013,7,20,4,30,0,0,0,2.4000000000000004,18,105.45,880,15 +2013,7,20,5,30,0,0,0,2.7,18,95.18,880,15 +2013,7,20,6,30,63,32,295,3.2,20,83.94,880,15 +2013,7,20,7,30,251,65,604,3.7,22,72.09,880,16 +2013,7,20,8,30,459,83,747,3.9000000000000004,24,59.86,880,16 +2013,7,20,9,30,654,96,825,3.6,26,47.480000000000004,880,16 +2013,7,20,10,30,815,105,868,3.5,27,35.2,880,16 +2013,7,20,11,30,931,111,894,3.5,28,23.64,880,16 +2013,7,20,12,30,989,113,906,3.5,28,14.96,880,16 +2013,7,20,13,30,986,114,904,3.5,29,15.48,880,16 +2013,7,20,14,30,922,112,890,3.4000000000000004,29,24.61,880,16 +2013,7,20,15,30,801,107,861,3.2,28,36.29,880,16 +2013,7,20,16,30,635,99,810,3.1,28,48.6,880,15 +2013,7,20,17,30,437,86,723,2.6,27,60.99,880,15 +2013,7,20,18,30,229,67,562,1.9000000000000001,25,73.2,880,16 +2013,7,20,19,30,48,29,221,1.8,23,85.03,880,17 +2013,7,20,20,30,0,0,0,2.4000000000000004,23,96.21000000000001,880,17 +2013,7,20,21,30,0,0,0,3.1,22,106.39,880,16 +2013,7,20,22,30,0,0,0,3.6,22,115.07000000000001,880,16 +2013,7,20,23,30,0,0,0,3.7,21,121.53,880,16 +2013,7,21,0,30,0,0,0,3.5,20,124.97,880,16 +2013,7,21,1,30,0,0,0,3.1,20,124.82000000000001,880,16 +2013,7,21,2,30,0,0,0,2.9000000000000004,19,121.10000000000001,880,16 +2013,7,21,3,30,0,0,0,2.6,19,114.42,880,16 +2013,7,21,4,30,0,0,0,2.4000000000000004,18,105.59,880,16 +2013,7,21,5,30,0,0,0,2.5,18,95.31,880,16 +2013,7,21,6,30,61,32,280,3,20,84.06,880,16 +2013,7,21,7,30,250,65,602,3.6,22,72.2,880,16 +2013,7,21,8,30,460,82,755,3.9000000000000004,25,59.96,880,16 +2013,7,21,9,30,658,92,839,3.8000000000000003,27,47.58,880,15 +2013,7,21,10,30,823,97,889,3.7,28,35.31,880,15 +2013,7,21,11,30,940,100,918,3.7,29,23.77,880,15 +2013,7,21,12,30,999,105,925,3.8000000000000003,30,15.14,880,14 +2013,7,21,13,30,855,468,401,3.7,31,15.65,880,14 +2013,7,21,14,30,931,100,914,3.5,31,24.73,880,14 +2013,7,21,15,30,809,98,882,3.3000000000000003,31,36.38,880,14 +2013,7,21,16,30,642,89,838,3.1,30,48.68,880,14 +2013,7,21,17,30,444,76,761,2.6,29,61.07,880,14 +2013,7,21,18,30,235,58,616,1.8,27,73.29,880,16 +2013,7,21,19,30,50,26,284,1.6,25,85.13,880,17 +2013,7,21,20,30,0,0,0,2.2,24,96.33,880,16 +2013,7,21,21,30,0,0,0,3.2,23,106.53,880,16 +2013,7,21,22,30,0,0,0,3.8000000000000003,22,115.23,880,16 +2013,7,21,23,30,0,0,0,3.9000000000000004,22,121.71000000000001,880,16 +2013,7,22,0,30,0,0,0,3.5,21,125.17,880,16 +2013,7,22,1,30,0,0,0,3,20,125.01,880,16 +2013,7,22,2,30,0,0,0,2.7,20,121.28,880,17 +2013,7,22,3,30,0,0,0,2.3000000000000003,19,114.59,880,17 +2013,7,22,4,30,0,0,0,1.9000000000000001,18,105.74000000000001,880,17 +2013,7,22,5,30,0,0,0,2,18,95.44,880,17 +2013,7,22,6,30,58,35,228,2.5,20,84.18,880,17 +2013,7,22,7,30,244,77,552,2.7,23,72.31,880,18 +2013,7,22,8,30,455,97,718,2.5,26,60.07,880,18 +2013,7,22,9,30,654,108,810,2.2,28,47.68,880,17 +2013,7,22,10,30,819,115,863,2.3000000000000003,29,35.42,880,17 +2013,7,22,11,30,936,119,894,2.5,30,23.91,880,16 +2013,7,22,12,30,996,119,910,2.9000000000000004,31,15.33,880,16 +2013,7,22,13,30,994,117,911,3.2,32,15.82,880,15 +2013,7,22,14,30,929,113,899,3.4000000000000004,32,24.85,880,15 +2013,7,22,15,30,806,113,861,3.4000000000000004,32,36.480000000000004,880,15 +2013,7,22,16,30,639,102,815,3.4000000000000004,31,48.77,880,15 +2013,7,22,17,30,441,87,733,3,30,61.160000000000004,880,15 +2013,7,22,18,30,231,65,579,2.3000000000000003,28,73.39,880,16 +2013,7,22,19,30,47,27,240,2,26,85.24,880,17 +2013,7,22,20,30,0,0,0,2.4000000000000004,25,96.45,880,17 +2013,7,22,21,30,0,0,0,2.7,24,106.67,880,16 +2013,7,22,22,30,0,0,0,3,23,115.39,880,16 +2013,7,22,23,30,0,0,0,3.3000000000000003,23,121.9,880,16 +2013,7,23,0,30,0,0,0,3.3000000000000003,22,125.37,880,16 +2013,7,23,1,30,0,0,0,3,21,125.22,880,16 +2013,7,23,2,30,0,0,0,2.7,21,121.47,880,16 +2013,7,23,3,30,0,0,0,2.3000000000000003,20,114.76,880,17 +2013,7,23,4,30,0,0,0,1.9000000000000001,19,105.9,880,17 +2013,7,23,5,30,0,0,0,2.2,19,95.58,880,18 +2013,7,23,6,30,58,34,243,2.8000000000000003,21,84.3,880,18 +2013,7,23,7,30,245,73,569,2.9000000000000004,24,72.42,880,18 +2013,7,23,8,30,454,94,724,2.7,27,60.17,880,17 +2013,7,23,9,30,650,108,806,2.3000000000000003,29,47.78,880,16 +2013,7,23,10,30,812,118,851,2.3000000000000003,30,35.53,880,16 +2013,7,23,11,30,925,125,876,2.5,31,24.04,880,16 +2013,7,23,12,30,983,127,889,2.8000000000000003,32,15.52,880,17 +2013,7,23,13,30,978,128,884,3.1,32,16.01,880,17 +2013,7,23,14,30,913,126,868,3.2,32,24.98,880,17 +2013,7,23,15,30,672,279,489,3.3000000000000003,31,36.58,880,17 +2013,7,23,16,30,548,237,472,3,31,48.86,880,16 +2013,7,23,17,30,410,120,603,2.3000000000000003,30,61.26,880,16 +2013,7,23,18,30,188,94,331,1.7000000000000002,28,73.49,880,17 +2013,7,23,19,30,38,27,132,1.6,26,85.35000000000001,880,17 +2013,7,23,20,30,0,0,0,1.8,25,96.58,880,16 +2013,7,23,21,30,0,0,0,2,25,106.82000000000001,880,16 +2013,7,23,22,30,0,0,0,2.4000000000000004,24,115.56,880,16 +2013,7,23,23,30,0,0,0,2.7,24,122.09,880,16 +2013,7,24,0,30,0,0,0,2.7,23,125.57000000000001,880,16 +2013,7,24,1,30,0,0,0,2.6,23,125.42,880,16 +2013,7,24,2,30,0,0,0,2.3000000000000003,23,121.67,880,16 +2013,7,24,3,30,0,0,0,1.8,22,114.94,880,16 +2013,7,24,4,30,0,0,0,1.3,21,106.05,880,16 +2013,7,24,5,30,0,0,0,1,21,95.71000000000001,880,16 +2013,7,24,6,30,52,30,225,1.1,22,84.42,880,17 +2013,7,24,7,30,224,82,471,1.2000000000000002,24,72.53,880,17 +2013,7,24,8,30,398,163,474,0.9,26,60.28,880,17 +2013,7,24,9,30,573,231,510,1.1,29,47.89,880,17 +2013,7,24,10,30,810,129,839,1.8,30,35.65,880,17 +2013,7,24,11,30,927,135,868,2.4000000000000004,31,24.19,880,17 +2013,7,24,12,30,989,130,892,2.9000000000000004,32,15.72,880,17 +2013,7,24,13,30,985,131,889,3.2,32,16.2,880,17 +2013,7,24,14,30,919,128,873,3.4000000000000004,31,25.11,880,18 +2013,7,24,15,30,798,118,847,3.4000000000000004,30,36.69,880,18 +2013,7,24,16,30,598,187,625,3,29,48.96,880,18 +2013,7,24,17,30,328,196,274,2.2,28,61.36,880,19 +2013,7,24,18,30,4,4,0,1.6,26,73.60000000000001,880,21 +2013,7,24,19,30,0,0,0,1.8,24,85.47,880,21 +2013,7,24,20,30,0,0,0,2.3000000000000003,24,96.71000000000001,880,20 +2013,7,24,21,30,0,0,0,2.9000000000000004,23,106.98,880,20 +2013,7,24,22,30,0,0,0,3.3000000000000003,23,115.74000000000001,880,20 +2013,7,24,23,30,0,0,0,3.2,23,122.29,880,19 +2013,7,25,0,30,0,0,0,3,22,125.79,880,19 +2013,7,25,1,30,0,0,0,2.9000000000000004,22,125.64,880,19 +2013,7,25,2,30,0,0,0,2.6,22,121.87,880,19 +2013,7,25,3,30,0,0,0,2.3000000000000003,21,115.11,880,19 +2013,7,25,4,30,0,0,0,2.3000000000000003,21,106.21000000000001,880,19 +2013,7,25,5,30,0,0,0,2.5,21,95.85000000000001,880,19 +2013,7,25,6,30,5,5,0,2.8000000000000003,21,84.55,880,19 +2013,7,25,7,30,170,114,189,3,22,72.64,880,19 +2013,7,25,8,30,293,216,155,3.4000000000000004,24,60.38,880,19 +2013,7,25,9,30,225,216,13,3.9000000000000004,25,47.99,880,18 +2013,7,25,10,30,306,289,21,4.3,26,35.76,880,18 +2013,7,25,11,30,444,404,44,4.4,27,24.330000000000002,880,18 +2013,7,25,12,30,418,389,29,4.4,28,15.92,880,18 +2013,7,25,13,30,712,498,222,4.5,28,16.39,880,18 +2013,7,25,14,30,897,151,825,4.6000000000000005,29,25.25,880,18 +2013,7,25,15,30,779,138,800,4.6000000000000005,29,36.800000000000004,880,17 +2013,7,25,16,30,616,122,754,4.5,28,49.07,880,16 +2013,7,25,17,30,286,206,166,3.8000000000000003,27,61.46,880,16 +2013,7,25,18,30,183,94,315,2.4000000000000004,26,73.71000000000001,880,16 +2013,7,25,19,30,34,27,94,1.5,24,85.59,880,17 +2013,7,25,20,30,0,0,0,1.6,23,96.85000000000001,880,17 +2013,7,25,21,30,0,0,0,1.7000000000000002,22,107.14,880,17 +2013,7,25,22,30,0,0,0,1.8,21,115.92,880,18 +2013,7,25,23,30,0,0,0,1.7000000000000002,21,122.49000000000001,880,18 +2013,7,26,0,30,0,0,0,1.5,21,126,880,17 +2013,7,26,1,30,0,0,0,1.4000000000000001,21,125.85000000000001,880,17 +2013,7,26,2,30,0,0,0,1.1,21,122.07000000000001,880,17 +2013,7,26,3,30,0,0,0,1,20,115.3,880,16 +2013,7,26,4,30,0,0,0,1.3,20,106.37,880,16 +2013,7,26,5,30,0,0,0,2.5,20,95.99000000000001,880,16 +2013,7,26,6,30,18,18,0,4.2,21,84.67,880,16 +2013,7,26,7,30,137,114,75,5.4,23,72.75,880,16 +2013,7,26,8,30,376,180,397,5.7,25,60.49,880,15 +2013,7,26,9,30,646,110,803,5.6000000000000005,26,48.1,880,14 +2013,7,26,10,30,813,118,857,5.4,28,35.88,880,13 +2013,7,26,11,30,932,121,890,5.4,29,24.48,880,13 +2013,7,26,12,30,993,121,908,5.300000000000001,30,16.13,880,12 +2013,7,26,13,30,992,117,913,5.1000000000000005,30,16.6,880,12 +2013,7,26,14,30,928,110,906,5,31,25.39,880,12 +2013,7,26,15,30,808,100,886,4.9,30,36.92,880,12 +2013,7,26,16,30,640,91,840,4.6000000000000005,29,49.17,880,11 +2013,7,26,17,30,439,79,756,4.2,28,61.57,880,11 +2013,7,26,18,30,227,61,598,3,25,73.83,880,11 +2013,7,26,19,30,43,25,238,2.2,23,85.72,880,12 +2013,7,26,20,30,0,0,0,2.3000000000000003,22,97,880,12 +2013,7,26,21,30,0,0,0,2.2,21,107.3,880,12 +2013,7,26,22,30,0,0,0,1.7000000000000002,20,116.11,880,12 +2013,7,26,23,30,0,0,0,1.4000000000000001,19,122.7,890,12 +2013,7,27,0,30,0,0,0,1.2000000000000002,18,126.23,890,13 +2013,7,27,1,30,0,0,0,1,18,126.08,880,13 +2013,7,27,2,30,0,0,0,0.8,17,122.28,880,13 +2013,7,27,3,30,0,0,0,0.7000000000000001,17,115.48,880,13 +2013,7,27,4,30,0,0,0,0.4,17,106.53,880,13 +2013,7,27,5,30,0,0,0,0.4,17,96.13,880,13 +2013,7,27,6,30,55,28,295,0.8,18,84.8,880,14 +2013,7,27,7,30,246,63,621,0.9,21,72.87,880,14 +2013,7,27,8,30,444,93,715,1.2000000000000002,24,60.6,880,13 +2013,7,27,9,30,544,256,432,1.9000000000000001,26,48.21,880,11 +2013,7,27,10,30,637,378,320,2.5,28,36,880,10 +2013,7,27,11,30,688,459,251,3,29,24.63,880,10 +2013,7,27,12,30,846,460,402,3.4000000000000004,30,16.34,880,10 +2013,7,27,13,30,884,460,442,3.7,31,16.81,880,10 +2013,7,27,14,30,757,403,392,3.8000000000000003,31,25.54,880,10 +2013,7,27,15,30,802,113,862,3.9000000000000004,31,37.04,880,10 +2013,7,27,16,30,635,99,821,4,30,49.29,880,10 +2013,7,27,17,30,436,83,743,3.8000000000000003,29,61.690000000000005,880,9 +2013,7,27,18,30,225,61,593,3,27,73.95,880,9 +2013,7,27,19,30,41,24,235,2.7,24,85.86,880,10 +2013,7,27,20,30,0,0,0,3.1,23,97.15,880,9 +2013,7,27,21,30,0,0,0,3.3000000000000003,22,107.47,880,9 +2013,7,27,22,30,0,0,0,3.3000000000000003,21,116.3,880,10 +2013,7,27,23,30,0,0,0,3.1,21,122.92,880,10 +2013,7,28,0,30,0,0,0,2.9000000000000004,20,126.45,880,10 +2013,7,28,1,30,0,0,0,2.7,19,126.3,880,10 +2013,7,28,2,30,0,0,0,2.6,19,122.49000000000001,880,11 +2013,7,28,3,30,0,0,0,2.5,18,115.67,880,11 +2013,7,28,4,30,0,0,0,2.5,18,106.69,880,11 +2013,7,28,5,30,0,0,0,2.8000000000000003,18,96.28,880,11 +2013,7,28,6,30,52,28,266,3.5,19,84.92,880,12 +2013,7,28,7,30,241,64,603,4.4,22,72.98,880,12 +2013,7,28,8,30,453,84,754,4.9,25,60.71,880,12 +2013,7,28,9,30,653,97,835,4.800000000000001,28,48.32,880,12 +2013,7,28,10,30,818,106,881,4.6000000000000005,30,36.12,880,13 +2013,7,28,11,30,935,112,906,4.5,31,24.78,880,12 +2013,7,28,12,30,993,117,913,4.5,32,16.56,880,12 +2013,7,28,13,30,988,119,909,4.6000000000000005,33,17.02,880,12 +2013,7,28,14,30,920,118,890,4.6000000000000005,33,25.7,880,11 +2013,7,28,15,30,796,113,857,4.800000000000001,32,37.17,870,11 +2013,7,28,16,30,534,244,445,4.9,31,49.410000000000004,870,12 +2013,7,28,17,30,316,196,254,4.7,30,61.81,880,12 +2013,7,28,18,30,147,105,156,4.3,28,74.08,880,13 +2013,7,28,19,30,24,23,17,3.8000000000000003,26,85.99,880,15 +2013,7,28,20,30,0,0,0,3.3000000000000003,24,97.3,880,16 +2013,7,28,21,30,0,0,0,2.9000000000000004,23,107.65,880,17 +2013,7,28,22,30,0,0,0,2.7,23,116.5,880,17 +2013,7,28,23,30,0,0,0,2.4000000000000004,22,123.14,880,17 +2013,7,29,0,30,0,0,0,2.2,22,126.69,880,18 +2013,7,29,1,30,0,0,0,2.3000000000000003,21,126.53,880,18 +2013,7,29,2,30,0,0,0,2.3000000000000003,21,122.7,880,18 +2013,7,29,3,30,0,0,0,2,20,115.86,880,18 +2013,7,29,4,30,0,0,0,1.8,20,106.86,880,18 +2013,7,29,5,30,0,0,0,2.1,20,96.42,880,18 +2013,7,29,6,30,34,30,40,2.8000000000000003,21,85.05,880,19 +2013,7,29,7,30,212,83,443,3.2,23,73.10000000000001,880,19 +2013,7,29,8,30,412,128,582,3,26,60.81,880,18 +2013,7,29,9,30,626,119,763,2.7,28,48.43,880,18 +2013,7,29,10,30,794,120,836,2.5,30,36.24,880,17 +2013,7,29,11,30,730,438,322,2.4000000000000004,32,24.94,880,16 +2013,7,29,12,30,749,487,272,2.8000000000000003,33,16.78,880,15 +2013,7,29,13,30,976,115,901,3.5,34,17.240000000000002,880,15 +2013,7,29,14,30,911,117,882,4.2,35,25.87,880,14 +2013,7,29,15,30,633,374,325,4.9,35,37.300000000000004,880,14 +2013,7,29,16,30,623,99,807,5.4,34,49.53,880,14 +2013,7,29,17,30,425,84,724,5.6000000000000005,33,61.93,880,14 +2013,7,29,18,30,215,63,560,5.800000000000001,30,74.21000000000001,880,14 +2013,7,29,19,30,37,22,217,5.7,28,86.14,880,15 +2013,7,29,20,30,0,0,0,5.5,27,97.47,880,15 +2013,7,29,21,30,0,0,0,5.1000000000000005,26,107.83,880,15 +2013,7,29,22,30,0,0,0,4.7,25,116.71000000000001,880,16 +2013,7,29,23,30,0,0,0,4.3,24,123.36,880,16 +2013,7,30,0,30,0,0,0,4.1000000000000005,23,126.93,880,16 +2013,7,30,1,30,0,0,0,3.6,22,126.77,880,15 +2013,7,30,2,30,0,0,0,2.9000000000000004,21,122.92,880,15 +2013,7,30,3,30,0,0,0,2.3000000000000003,21,116.05,880,15 +2013,7,30,4,30,0,0,0,1.7000000000000002,20,107.03,880,15 +2013,7,30,5,30,0,0,0,1.7000000000000002,20,96.57000000000001,880,16 +2013,7,30,6,30,34,27,81,2.6,22,85.18,880,16 +2013,7,30,7,30,194,95,344,3.8000000000000003,24,73.22,880,17 +2013,7,30,8,30,377,171,424,4.7,27,60.93,880,17 +2013,7,30,9,30,644,91,835,4.9,30,48.54,880,16 +2013,7,30,10,30,810,99,882,4.800000000000001,32,36.37,880,16 +2013,7,30,11,30,927,104,909,4.6000000000000005,33,25.1,880,16 +2013,7,30,12,30,987,107,920,4.4,34,17,880,15 +2013,7,30,13,30,986,107,921,4.1000000000000005,35,17.47,880,15 +2013,7,30,14,30,922,104,909,3.9000000000000004,35,26.04,880,14 +2013,7,30,15,30,801,98,884,3.8000000000000003,35,37.44,880,14 +2013,7,30,16,30,632,90,837,3.8000000000000003,34,49.660000000000004,880,13 +2013,7,30,17,30,430,77,752,3.7,33,62.06,880,13 +2013,7,30,18,30,218,58,592,3,30,74.35000000000001,880,13 +2013,7,30,19,30,36,22,217,2.8000000000000003,28,86.29,880,14 +2013,7,30,20,30,0,0,0,3.4000000000000004,26,97.63,880,14 +2013,7,30,21,30,0,0,0,3.8000000000000003,25,108.02,880,15 +2013,7,30,22,30,0,0,0,3.8000000000000003,25,116.92,880,16 +2013,7,30,23,30,0,0,0,3.4000000000000004,24,123.59,880,16 +2013,7,31,0,30,0,0,0,2.6,23,127.17,880,17 +2013,7,31,1,30,0,0,0,1.9000000000000001,23,127.01,880,17 +2013,7,31,2,30,0,0,0,1.7000000000000002,22,123.14,880,17 +2013,7,31,3,30,0,0,0,1.5,21,116.25,880,18 +2013,7,31,4,30,0,0,0,1.4000000000000001,21,107.2,880,18 +2013,7,31,5,30,0,0,0,1.5,21,96.71000000000001,880,18 +2013,7,31,6,30,41,31,123,1.8,22,85.31,880,19 +2013,7,31,7,30,186,98,307,1.9000000000000001,24,73.33,880,19 +2013,7,31,8,30,18,18,0,1.8,27,61.04,880,20 +2013,7,31,9,30,176,172,6,1.8,29,48.65,880,19 +2013,7,31,10,30,157,152,6,2,30,36.49,880,19 +2013,7,31,11,30,117,117,0,2.3000000000000003,31,25.26,880,19 +2013,7,31,12,30,445,410,36,2.6,31,17.23,880,19 +2013,7,31,13,30,960,145,854,2.7,31,17.7,880,19 +2013,7,31,14,30,896,139,844,2.8000000000000003,30,26.21,880,19 +2013,7,31,15,30,782,114,842,2.9000000000000004,30,37.59,880,18 +2013,7,31,16,30,523,250,423,3,29,49.800000000000004,880,18 +2013,7,31,17,30,270,201,149,2.7,28,62.2,880,18 +2013,7,31,18,30,101,95,22,2,27,74.49,880,19 +2013,7,31,19,30,16,16,0,1.8,25,86.44,880,19 +2013,7,31,20,30,0,0,0,2,24,97.8,880,18 +2013,7,31,21,30,0,0,0,2.1,23,108.21000000000001,880,17 +2013,7,31,22,30,0,0,0,2,23,117.13,880,17 +2013,7,31,23,30,0,0,0,1.9000000000000001,22,123.83,880,17 +2013,8,1,0,30,0,0,0,1.6,22,127.42,880,16 +2013,8,1,1,30,0,0,0,1.4000000000000001,21,127.26,880,17 +2013,8,1,2,30,0,0,0,1.2000000000000002,21,123.37,880,17 +2013,8,1,3,30,0,0,0,1.1,20,116.45,880,17 +2013,8,1,4,30,0,0,0,1.1,20,107.37,880,17 +2013,8,1,5,30,0,0,0,1.6,20,96.86,880,17 +2013,8,1,6,30,40,30,129,2.2,21,85.44,880,17 +2013,8,1,7,30,213,89,438,2.3000000000000003,23,73.45,880,18 +2013,8,1,8,30,416,127,599,1.9000000000000001,25,61.15,880,18 +2013,8,1,9,30,611,151,698,1.6,27,48.76,880,18 +2013,8,1,10,30,776,162,764,1.4000000000000001,28,36.62,880,17 +2013,8,1,11,30,894,164,809,1.5,28,25.42,880,17 +2013,8,1,12,30,965,132,873,1.7000000000000002,29,17.47,880,17 +2013,8,1,13,30,962,130,874,1.9000000000000001,30,17.94,880,17 +2013,8,1,14,30,896,127,858,2.2,31,26.400000000000002,880,16 +2013,8,1,15,30,766,142,788,2.5,30,37.74,880,16 +2013,8,1,16,30,596,134,717,2.8000000000000003,30,49.94,880,16 +2013,8,1,17,30,220,191,63,2.4000000000000004,29,62.34,880,16 +2013,8,1,18,30,79,79,0,1.8,27,74.63,880,17 +2013,8,1,19,30,10,10,0,1.9000000000000001,25,86.60000000000001,880,18 +2013,8,1,20,30,0,0,0,2.3000000000000003,25,97.98,880,18 +2013,8,1,21,30,0,0,0,2.5,24,108.4,880,18 +2013,8,1,22,30,0,0,0,2.5,23,117.35000000000001,880,18 +2013,8,1,23,30,0,0,0,2.3000000000000003,23,124.07000000000001,880,17 +2013,8,2,0,30,0,0,0,2.3000000000000003,22,127.68,880,17 +2013,8,2,1,30,0,0,0,2.5,22,127.51,880,17 +2013,8,2,2,30,0,0,0,2.7,22,123.60000000000001,880,16 +2013,8,2,3,30,0,0,0,2.9000000000000004,21,116.65,880,16 +2013,8,2,4,30,0,0,0,2.9000000000000004,21,107.54,880,15 +2013,8,2,5,30,0,0,0,3,21,97.01,880,15 +2013,8,2,6,30,40,29,135,3.6,22,85.57000000000001,880,14 +2013,8,2,7,30,220,79,495,4.800000000000001,25,73.57000000000001,880,14 +2013,8,2,8,30,432,104,681,5.9,28,61.26,880,13 +2013,8,2,9,30,635,118,786,6,31,48.88,880,12 +2013,8,2,10,30,805,124,849,5.6000000000000005,33,36.75,880,12 +2013,8,2,11,30,926,127,886,5.2,34,25.59,880,12 +2013,8,2,12,30,990,122,911,4.800000000000001,35,17.7,880,12 +2013,8,2,13,30,987,121,911,4.6000000000000005,36,18.19,880,12 +2013,8,2,14,30,920,118,896,4.3,36,26.59,880,11 +2013,8,2,15,30,797,107,873,4,36,37.9,880,11 +2013,8,2,16,30,624,98,820,3.5,35,50.08,880,10 +2013,8,2,17,30,420,84,727,2.6,34,62.480000000000004,880,10 +2013,8,2,18,30,207,63,551,1.8,31,74.78,880,13 +2013,8,2,19,30,30,21,152,1.9000000000000001,28,86.76,880,14 +2013,8,2,20,30,0,0,0,2.6,27,98.16,880,12 +2013,8,2,21,30,0,0,0,3.5,27,108.60000000000001,880,11 +2013,8,2,22,30,0,0,0,4.1000000000000005,26,117.58,880,11 +2013,8,2,23,30,0,0,0,4.2,25,124.32000000000001,880,11 +2013,8,3,0,30,0,0,0,4.3,24,127.94,880,11 +2013,8,3,1,30,0,0,0,4.1000000000000005,24,127.76,880,12 +2013,8,3,2,30,0,0,0,3.4000000000000004,23,123.83,880,12 +2013,8,3,3,30,0,0,0,2.7,22,116.85000000000001,880,13 +2013,8,3,4,30,0,0,0,2.4000000000000004,22,107.71000000000001,880,13 +2013,8,3,5,30,0,0,0,2.5,22,97.16,880,13 +2013,8,3,6,30,41,26,195,3.3000000000000003,23,85.7,880,13 +2013,8,3,7,30,225,66,565,4.1000000000000005,26,73.69,880,13 +2013,8,3,8,30,437,87,730,4.4,30,61.38,880,13 +2013,8,3,9,30,636,101,815,4,33,49,880,13 +2013,8,3,10,30,802,112,862,3.3000000000000003,35,36.88,880,13 +2013,8,3,11,30,918,120,886,2.9000000000000004,36,25.76,880,13 +2013,8,3,12,30,980,117,906,2.9000000000000004,37,17.95,880,13 +2013,8,3,13,30,975,121,899,3.3000000000000003,38,18.44,880,13 +2013,8,3,14,30,908,121,881,3.8000000000000003,37,26.78,880,13 +2013,8,3,15,30,786,115,851,4.1000000000000005,37,38.06,880,12 +2013,8,3,16,30,616,104,800,4.4,36,50.230000000000004,880,12 +2013,8,3,17,30,414,90,706,4.4,35,62.63,880,11 +2013,8,3,18,30,203,66,525,4,32,74.94,880,12 +2013,8,3,19,30,27,20,126,3.7,30,86.93,880,12 +2013,8,3,20,30,0,0,0,3.7,28,98.34,880,11 +2013,8,3,21,30,0,0,0,3.5,26,108.81,880,10 +2013,8,3,22,30,0,0,0,3.3000000000000003,25,117.81,880,10 +2013,8,3,23,30,0,0,0,3.1,24,124.58,880,11 +2013,8,4,0,30,0,0,0,2.8000000000000003,23,128.2,880,12 +2013,8,4,1,30,0,0,0,2.5,23,128.02,880,12 +2013,8,4,2,30,0,0,0,2.3000000000000003,22,124.06,880,13 +2013,8,4,3,30,0,0,0,2,21,117.05,880,13 +2013,8,4,4,30,0,0,0,1.6,21,107.89,880,13 +2013,8,4,5,30,0,0,0,1.7000000000000002,21,97.31,880,13 +2013,8,4,6,30,25,24,16,2.5,22,85.84,880,13 +2013,8,4,7,30,176,97,284,3.6,25,73.81,880,13 +2013,8,4,8,30,440,87,740,4,28,61.49,880,13 +2013,8,4,9,30,642,99,829,3.8000000000000003,31,49.11,880,12 +2013,8,4,10,30,810,107,879,3.6,33,37.01,880,12 +2013,8,4,11,30,929,112,908,3.6,34,25.94,880,11 +2013,8,4,12,30,988,114,920,3.5,35,18.19,880,11 +2013,8,4,13,30,984,113,919,3.5,36,18.69,880,11 +2013,8,4,14,30,917,110,905,3.5,37,26.98,880,12 +2013,8,4,15,30,793,103,877,3.5,36,38.230000000000004,880,12 +2013,8,4,16,30,622,94,827,3.6,35,50.39,880,12 +2013,8,4,17,30,418,81,737,3.6,34,62.78,880,11 +2013,8,4,18,30,204,60,562,3.1,31,75.10000000000001,880,12 +2013,8,4,19,30,26,19,152,3.3000000000000003,29,87.10000000000001,880,13 +2013,8,4,20,30,0,0,0,4.1000000000000005,27,98.53,880,13 +2013,8,4,21,30,0,0,0,4.1000000000000005,26,109.02,880,14 +2013,8,4,22,30,0,0,0,3.8000000000000003,26,118.05,880,14 +2013,8,4,23,30,0,0,0,3.6,25,124.83,880,15 +2013,8,5,0,30,0,0,0,3.6,24,128.47,880,15 +2013,8,5,1,30,0,0,0,3.5,24,128.28,880,15 +2013,8,5,2,30,0,0,0,3.3000000000000003,23,124.3,880,15 +2013,8,5,3,30,0,0,0,2.9000000000000004,23,117.26,880,15 +2013,8,5,4,30,0,0,0,2.4000000000000004,22,108.07000000000001,880,15 +2013,8,5,5,30,0,0,0,2.3000000000000003,22,97.47,880,15 +2013,8,5,6,30,37,25,168,2.9000000000000004,24,85.97,880,14 +2013,8,5,7,30,220,68,546,3.7,26,73.93,880,14 +2013,8,5,8,30,435,89,727,3.8000000000000003,28,61.61,880,14 +2013,8,5,9,30,640,99,827,3.1,31,49.230000000000004,880,14 +2013,8,5,10,30,812,104,887,2.7,33,37.15,880,13 +2013,8,5,11,30,936,106,924,3,34,26.11,880,12 +2013,8,5,12,30,1001,102,947,3.6,35,18.44,880,11 +2013,8,5,13,30,1001,100,952,3.9000000000000004,36,18.96,880,10 +2013,8,5,14,30,935,96,943,3.9000000000000004,36,27.19,880,9 +2013,8,5,15,30,811,89,922,3.8000000000000003,36,38.4,880,8 +2013,8,5,16,30,638,81,876,3.5,35,50.550000000000004,880,7 +2013,8,5,17,30,430,69,793,2.9000000000000004,34,62.940000000000005,880,7 +2013,8,5,18,30,211,52,626,1.9000000000000001,31,75.27,880,9 +2013,8,5,19,30,27,17,203,1.7000000000000002,28,87.28,880,11 +2013,8,5,20,30,0,0,0,2.3000000000000003,26,98.72,880,10 +2013,8,5,21,30,0,0,0,3.2,26,109.24000000000001,880,10 +2013,8,5,22,30,0,0,0,3.8000000000000003,25,118.29,880,10 +2013,8,5,23,30,0,0,0,3.9000000000000004,24,125.10000000000001,880,11 +2013,8,6,0,30,0,0,0,3.9000000000000004,23,128.75,880,11 +2013,8,6,1,30,0,0,0,4,23,128.55,880,11 +2013,8,6,2,30,0,0,0,3.7,23,124.54,880,11 +2013,8,6,3,30,0,0,0,3,22,117.47,880,12 +2013,8,6,4,30,0,0,0,2.5,21,108.24000000000001,880,13 +2013,8,6,5,30,0,0,0,2.4000000000000004,21,97.62,880,13 +2013,8,6,6,30,38,23,221,3,23,86.10000000000001,880,13 +2013,8,6,7,30,225,60,601,3.6,26,74.05,880,13 +2013,8,6,8,30,440,79,762,3.5,30,61.72,880,13 +2013,8,6,9,30,643,92,844,2.9000000000000004,33,49.35,880,12 +2013,8,6,10,30,810,102,889,2.4000000000000004,36,37.28,880,11 +2013,8,6,11,30,927,109,912,2.3000000000000003,37,26.29,880,10 +2013,8,6,12,30,987,109,926,2.3000000000000003,38,18.7,880,10 +2013,8,6,13,30,981,111,920,2.4000000000000004,38,19.22,880,10 +2013,8,6,14,30,912,111,902,2.5,39,27.400000000000002,870,10 +2013,8,6,15,30,787,104,874,2.5,38,38.58,870,9 +2013,8,6,16,30,614,98,815,2.5,37,50.72,870,8 +2013,8,6,17,30,409,85,716,2,36,63.11,870,8 +2013,8,6,18,30,194,56,550,1.5,33,75.44,870,11 +2013,8,6,19,30,22,22,0,1.7000000000000002,30,87.46000000000001,870,14 +2013,8,6,20,30,0,0,0,2,28,98.92,880,12 +2013,8,6,21,30,0,0,0,2.4000000000000004,27,109.46000000000001,880,12 +2013,8,6,22,30,0,0,0,3,26,118.53,880,11 +2013,8,6,23,30,0,0,0,3.4000000000000004,26,125.37,880,10 +2013,8,7,0,30,0,0,0,3.5,25,129.03,880,10 +2013,8,7,1,30,0,0,0,3.4000000000000004,24,128.82,880,10 +2013,8,7,2,30,0,0,0,3,23,124.79,880,11 +2013,8,7,3,30,0,0,0,2.5,23,117.68,880,11 +2013,8,7,4,30,0,0,0,2,22,108.42,880,12 +2013,8,7,5,30,0,0,0,1.7000000000000002,22,97.77,880,12 +2013,8,7,6,30,33,23,153,2,22,86.24,880,13 +2013,8,7,7,30,212,69,521,2,24,74.18,880,14 +2013,8,7,8,30,423,93,699,1.6,28,61.84,880,14 +2013,8,7,9,30,361,299,96,1.2000000000000002,31,49.47,880,13 +2013,8,7,10,30,386,348,47,1.2000000000000002,33,37.42,880,12 +2013,8,7,11,30,909,122,879,1.2000000000000002,34,26.48,880,12 +2013,8,7,12,30,970,120,898,1.5,35,18.96,880,12 +2013,8,7,13,30,967,119,898,1.6,35,19.5,880,11 +2013,8,7,14,30,611,456,175,1.8,35,27.62,880,11 +2013,8,7,15,30,345,318,34,2.2,35,38.77,870,11 +2013,8,7,16,30,239,226,20,2.9000000000000004,34,50.89,870,11 +2013,8,7,17,30,107,107,0,3.7,31,63.28,880,12 +2013,8,7,18,30,169,75,378,4.1000000000000005,29,75.61,880,14 +2013,8,7,19,30,18,18,0,3.9000000000000004,26,87.65,880,16 +2013,8,7,20,30,0,0,0,2.9000000000000004,24,99.13,880,17 +2013,8,7,21,30,0,0,0,1.8,23,109.68,880,17 +2013,8,7,22,30,0,0,0,1.4000000000000001,23,118.78,880,17 +2013,8,7,23,30,0,0,0,1.4000000000000001,22,125.64,880,17 +2013,8,8,0,30,0,0,0,1.7000000000000002,22,129.31,880,16 +2013,8,8,1,30,0,0,0,2.7,21,129.1,880,16 +2013,8,8,2,30,0,0,0,2.9000000000000004,21,125.04,880,15 +2013,8,8,3,30,0,0,0,2.5,20,117.89,880,15 +2013,8,8,4,30,0,0,0,2,19,108.60000000000001,880,14 +2013,8,8,5,30,0,0,0,1.7000000000000002,19,97.93,880,14 +2013,8,8,6,30,35,22,211,1.9000000000000001,21,86.37,880,14 +2013,8,8,7,30,222,59,602,2.1,24,74.3,880,14 +2013,8,8,8,30,438,77,768,2.1,27,61.96,880,12 +2013,8,8,9,30,641,88,853,2.3000000000000003,30,49.59,880,11 +2013,8,8,10,30,811,96,901,2.7,31,37.56,880,11 +2013,8,8,11,30,931,101,928,3,32,26.66,880,11 +2013,8,8,12,30,993,104,941,3.3000000000000003,33,19.22,880,11 +2013,8,8,13,30,990,103,942,3.4000000000000004,34,19.77,880,11 +2013,8,8,14,30,923,99,931,3.4000000000000004,34,27.85,880,10 +2013,8,8,15,30,794,101,890,3.3000000000000003,33,38.96,870,10 +2013,8,8,16,30,619,92,838,3,32,51.06,870,10 +2013,8,8,17,30,412,78,746,2.2,31,63.45,880,9 +2013,8,8,18,30,196,56,569,1.2000000000000002,29,75.79,880,10 +2013,8,8,19,30,20,15,137,0.9,26,87.84,880,14 +2013,8,8,20,30,0,0,0,1.1,24,99.34,880,13 +2013,8,8,21,30,0,0,0,1.2000000000000002,23,109.92,880,13 +2013,8,8,22,30,0,0,0,1.4000000000000001,22,119.04,880,13 +2013,8,8,23,30,0,0,0,1.3,21,125.92,880,14 +2013,8,9,0,30,0,0,0,1.1,20,129.6,880,15 +2013,8,9,1,30,0,0,0,1,20,129.37,880,16 +2013,8,9,2,30,0,0,0,1.5,19,125.29,880,17 +2013,8,9,3,30,0,0,0,2.1,19,118.11,880,18 +2013,8,9,4,30,0,0,0,2.5,19,108.79,880,18 +2013,8,9,5,30,0,0,0,3,19,98.08,880,18 +2013,8,9,6,30,33,22,186,3.6,19,86.51,880,18 +2013,8,9,7,30,217,62,577,4.2,21,74.42,880,17 +2013,8,9,8,30,433,82,750,4.3,23,62.07,880,15 +2013,8,9,9,30,637,94,839,4,26,49.71,880,13 +2013,8,9,10,30,807,102,890,3.7,27,37.71,880,12 +2013,8,9,11,30,927,106,919,3.4000000000000004,29,26.85,880,12 +2013,8,9,12,30,983,120,916,3,30,19.490000000000002,880,12 +2013,8,9,13,30,979,120,914,2.7,31,20.06,880,11 +2013,8,9,14,30,910,117,899,2.4000000000000004,31,28.080000000000002,880,11 +2013,8,9,15,30,787,103,882,2.2,31,39.160000000000004,880,11 +2013,8,9,16,30,614,93,832,2.2,30,51.24,880,10 +2013,8,9,17,30,408,78,742,2.1,29,63.63,880,10 +2013,8,9,18,30,193,56,562,1.6,27,75.97,880,10 +2013,8,9,19,30,18,14,119,1.4000000000000001,24,88.03,880,13 +2013,8,9,20,30,0,0,0,2,22,99.55,880,12 +2013,8,9,21,30,0,0,0,2.5,21,110.15,880,11 +2013,8,9,22,30,0,0,0,2.9000000000000004,20,119.3,880,11 +2013,8,9,23,30,0,0,0,2.8000000000000003,19,126.2,880,12 +2013,8,10,0,30,0,0,0,2.5,18,129.89000000000001,880,12 +2013,8,10,1,30,0,0,0,2.4000000000000004,17,129.66,880,13 +2013,8,10,2,30,0,0,0,2.3000000000000003,17,125.54,880,13 +2013,8,10,3,30,0,0,0,2.2,17,118.32000000000001,880,14 +2013,8,10,4,30,0,0,0,2.2,16,108.97,880,14 +2013,8,10,5,30,0,0,0,2.3000000000000003,16,98.24000000000001,890,14 +2013,8,10,6,30,27,21,102,2.5,17,86.65,890,14 +2013,8,10,7,30,119,101,69,2.3000000000000003,19,74.55,890,14 +2013,8,10,8,30,364,159,438,1.8,23,62.190000000000005,890,14 +2013,8,10,9,30,619,113,784,1.1,26,49.84,890,13 +2013,8,10,10,30,785,125,836,0.5,28,37.85,890,13 +2013,8,10,11,30,903,134,863,0.30000000000000004,30,27.05,880,13 +2013,8,10,12,30,899,413,516,0.6000000000000001,31,19.76,880,13 +2013,8,10,13,30,869,438,459,1.1,31,20.34,880,13 +2013,8,10,14,30,893,116,882,1.5,31,28.310000000000002,880,14 +2013,8,10,15,30,766,112,846,1.8,30,39.36,880,14 +2013,8,10,16,30,593,102,788,1.8,29,51.43,880,14 +2013,8,10,17,30,391,85,692,1.5,28,63.81,880,14 +2013,8,10,18,30,181,60,508,1,26,76.16,880,16 +2013,8,10,19,30,16,16,0,0.9,24,88.23,880,17 +2013,8,10,20,30,0,0,0,1.2000000000000002,24,99.77,880,17 +2013,8,10,21,30,0,0,0,1.7000000000000002,23,110.39,880,16 +2013,8,10,22,30,0,0,0,2.3000000000000003,23,119.56,880,15 +2013,8,10,23,30,0,0,0,2.7,22,126.49000000000001,880,15 +2013,8,11,0,30,0,0,0,2.7,22,130.19,880,15 +2013,8,11,1,30,0,0,0,2.4000000000000004,21,129.94,880,15 +2013,8,11,2,30,0,0,0,1.9000000000000001,20,125.79,880,15 +2013,8,11,3,30,0,0,0,1.3,19,118.54,880,15 +2013,8,11,4,30,0,0,0,0.9,19,109.15,880,15 +2013,8,11,5,30,0,0,0,0.8,19,98.39,880,16 +2013,8,11,6,30,5,5,0,1.5,20,86.78,880,16 +2013,8,11,7,30,18,18,0,2.5,22,74.67,880,16 +2013,8,11,8,30,38,38,0,3.1,24,62.31,880,16 +2013,8,11,9,30,279,257,35,3.1,25,49.96,880,16 +2013,8,11,10,30,678,315,461,3,27,38,880,16 +2013,8,11,11,30,384,357,29,3,28,27.240000000000002,880,16 +2013,8,11,12,30,489,438,54,3,28,20.03,880,15 +2013,8,11,13,30,941,157,838,3.1,28,20.64,880,15 +2013,8,11,14,30,870,160,808,3.2,29,28.560000000000002,880,15 +2013,8,11,15,30,755,124,818,3.1,29,39.56,880,15 +2013,8,11,16,30,493,250,390,2.9000000000000004,28,51.620000000000005,880,15 +2013,8,11,17,30,381,95,653,2.2,27,64,880,15 +2013,8,11,18,30,173,66,453,1.2000000000000002,26,76.35000000000001,880,16 +2013,8,11,19,30,13,12,42,0.8,24,88.44,880,17 +2013,8,11,20,30,0,0,0,0.8,23,99.99000000000001,880,17 +2013,8,11,21,30,0,0,0,0.8,23,110.63,880,16 +2013,8,11,22,30,0,0,0,1,22,119.83,880,16 +2013,8,11,23,30,0,0,0,1.3,22,126.78,880,16 +2013,8,12,0,30,0,0,0,1.8,22,130.49,880,16 +2013,8,12,1,30,0,0,0,2.2,21,130.23,880,16 +2013,8,12,2,30,0,0,0,2.4000000000000004,21,126.05,880,15 +2013,8,12,3,30,0,0,0,2.3000000000000003,20,118.76,880,15 +2013,8,12,4,30,0,0,0,2.2,20,109.34,880,15 +2013,8,12,5,30,0,0,0,2.3000000000000003,20,98.55,880,15 +2013,8,12,6,30,24,21,71,2.9000000000000004,21,86.92,880,15 +2013,8,12,7,30,196,79,447,3.8000000000000003,23,74.79,880,16 +2013,8,12,8,30,406,107,646,4.2,26,62.43,880,16 +2013,8,12,9,30,607,124,752,4.1000000000000005,29,50.09,880,16 +2013,8,12,10,30,773,135,810,3.8000000000000003,30,38.15,880,16 +2013,8,12,11,30,889,144,840,3.3000000000000003,31,27.44,880,15 +2013,8,12,12,30,564,475,95,2.8000000000000003,32,20.31,880,15 +2013,8,12,13,30,780,430,373,2.3000000000000003,32,20.93,880,14 +2013,8,12,14,30,876,139,841,1.8,32,28.8,880,14 +2013,8,12,15,30,481,378,133,1.1,31,39.78,880,14 +2013,8,12,16,30,538,192,560,0.5,30,51.82,880,14 +2013,8,12,17,30,251,185,150,0.6000000000000001,29,64.19,880,14 +2013,8,12,18,30,172,63,468,0.9,27,76.55,880,14 +2013,8,12,19,30,12,11,51,1.3,25,88.64,880,16 +2013,8,12,20,30,0,0,0,1.6,24,100.21000000000001,880,15 +2013,8,12,21,30,0,0,0,1.6,23,110.88,880,15 +2013,8,12,22,30,0,0,0,1.4000000000000001,23,120.10000000000001,880,16 +2013,8,12,23,30,0,0,0,1.2000000000000002,22,127.08,880,16 +2013,8,13,0,30,0,0,0,1.1,22,130.8,880,17 +2013,8,13,1,30,0,0,0,1,21,130.52,880,17 +2013,8,13,2,30,0,0,0,0.9,21,126.31,880,17 +2013,8,13,3,30,0,0,0,0.8,21,118.98,880,17 +2013,8,13,4,30,0,0,0,0.6000000000000001,20,109.52,880,16 +2013,8,13,5,30,0,0,0,0.5,20,98.71000000000001,880,16 +2013,8,13,6,30,25,20,106,0.9,22,87.06,880,16 +2013,8,13,7,30,175,87,336,1.8,24,74.92,880,16 +2013,8,13,8,30,219,189,63,2,26,62.550000000000004,880,16 +2013,8,13,9,30,613,109,787,1.4000000000000001,28,50.22,880,16 +2013,8,13,10,30,780,118,843,0.8,29,38.300000000000004,880,16 +2013,8,13,11,30,899,125,874,0.6000000000000001,30,27.64,880,16 +2013,8,13,12,30,958,130,884,0.7000000000000001,31,20.59,880,16 +2013,8,13,13,30,953,132,880,1,31,21.23,880,16 +2013,8,13,14,30,885,129,864,1.2000000000000002,32,29.060000000000002,880,15 +2013,8,13,15,30,762,113,847,1.6,31,39.99,880,15 +2013,8,13,16,30,452,270,296,2,30,52.02,880,14 +2013,8,13,17,30,35,35,0,2.2,29,64.39,880,14 +2013,8,13,18,30,173,59,497,1.9000000000000001,27,76.75,880,15 +2013,8,13,19,30,11,11,0,2,25,88.86,880,17 +2013,8,13,20,30,0,0,0,2.5,23,100.44,880,17 +2013,8,13,21,30,0,0,0,2.9000000000000004,22,111.13,880,17 +2013,8,13,22,30,0,0,0,2.9000000000000004,22,120.38,880,18 +2013,8,13,23,30,0,0,0,2.7,21,127.38000000000001,880,18 +2013,8,14,0,30,0,0,0,2.5,21,131.11,880,18 +2013,8,14,1,30,0,0,0,2.3000000000000003,21,130.82,880,18 +2013,8,14,2,30,0,0,0,2.2,20,126.57000000000001,880,19 +2013,8,14,3,30,0,0,0,2.2,20,119.2,880,19 +2013,8,14,4,30,0,0,0,2.2,19,109.71000000000001,880,19 +2013,8,14,5,30,0,0,0,2.3000000000000003,19,98.87,880,19 +2013,8,14,6,30,20,20,0,2.5,19,87.2,880,19 +2013,8,14,7,30,57,57,0,3,21,75.05,880,19 +2013,8,14,8,30,163,157,13,3,22,62.68,880,19 +2013,8,14,9,30,369,296,113,2.6,24,50.35,880,19 +2013,8,14,10,30,767,153,784,2.2,25,38.45,880,19 +2013,8,14,11,30,886,159,822,1.9000000000000001,26,27.85,880,18 +2013,8,14,12,30,957,129,886,1.9000000000000001,27,20.88,880,18 +2013,8,14,13,30,953,124,891,2.1,27,21.54,880,18 +2013,8,14,14,30,517,433,96,2.3000000000000003,27,29.32,880,18 +2013,8,14,15,30,374,336,50,2.4000000000000004,27,40.22,880,17 +2013,8,14,16,30,452,267,302,2.5,27,52.22,880,17 +2013,8,14,17,30,290,170,278,2.4000000000000004,26,64.59,880,17 +2013,8,14,18,30,89,81,35,1.9000000000000001,24,76.96000000000001,880,17 +2013,8,14,19,30,0,0,0,1.7000000000000002,22,89.07000000000001,880,18 +2013,8,14,20,30,0,0,0,1.9000000000000001,21,100.67,880,18 +2013,8,14,21,30,0,0,0,2.2,21,111.39,880,18 +2013,8,14,22,30,0,0,0,2.4000000000000004,20,120.66,880,18 +2013,8,14,23,30,0,0,0,2.4000000000000004,20,127.68,880,17 +2013,8,15,0,30,0,0,0,2.2,20,131.43,880,17 +2013,8,15,1,30,0,0,0,1.8,19,131.12,880,17 +2013,8,15,2,30,0,0,0,1.5,19,126.84,880,17 +2013,8,15,3,30,0,0,0,1.2000000000000002,18,119.42,880,17 +2013,8,15,4,30,0,0,0,0.9,18,109.9,880,17 +2013,8,15,5,30,0,0,0,0.9,18,99.03,880,17 +2013,8,15,6,30,23,18,126,1.4000000000000001,19,87.33,880,18 +2013,8,15,7,30,198,64,525,1.9000000000000001,21,75.17,880,18 +2013,8,15,8,30,412,87,710,2,23,62.800000000000004,880,17 +2013,8,15,9,30,615,99,810,2.1,25,50.480000000000004,880,17 +2013,8,15,10,30,786,106,869,2.1,27,38.6,880,16 +2013,8,15,11,30,907,110,902,1.9000000000000001,29,28.060000000000002,880,16 +2013,8,15,12,30,968,109,921,1.7000000000000002,30,21.17,880,16 +2013,8,15,13,30,964,108,922,1.7000000000000002,31,21.85,880,16 +2013,8,15,14,30,895,105,908,1.6,31,29.580000000000002,880,15 +2013,8,15,15,30,767,99,878,1.6,32,40.44,880,15 +2013,8,15,16,30,591,90,820,1.8,31,52.43,880,14 +2013,8,15,17,30,383,77,720,2,30,64.8,880,14 +2013,8,15,18,30,14,14,0,2.1,27,77.17,880,15 +2013,8,15,19,30,0,0,0,2.8000000000000003,25,89.29,880,15 +2013,8,15,20,30,0,0,0,3.5,24,100.91,880,15 +2013,8,15,21,30,0,0,0,3.6,23,111.65,880,15 +2013,8,15,22,30,0,0,0,3.5,22,120.95,880,16 +2013,8,15,23,30,0,0,0,3.4000000000000004,21,127.99000000000001,880,16 +2013,8,16,0,30,0,0,0,3,20,131.74,880,16 +2013,8,16,1,30,0,0,0,2.5,20,131.42000000000002,880,16 +2013,8,16,2,30,0,0,0,1.9000000000000001,19,127.10000000000001,880,16 +2013,8,16,3,30,0,0,0,1.4000000000000001,19,119.65,880,16 +2013,8,16,4,30,0,0,0,1.1,19,110.08,880,16 +2013,8,16,5,30,0,0,0,1.2000000000000002,19,99.18,880,16 +2013,8,16,6,30,20,17,72,1.9000000000000001,20,87.47,880,16 +2013,8,16,7,30,192,75,460,2.6,23,75.3,880,16 +2013,8,16,8,30,140,139,2,3,26,62.92,880,16 +2013,8,16,9,30,609,117,775,2.8000000000000003,29,50.61,880,15 +2013,8,16,10,30,778,128,833,2.3000000000000003,30,38.76,880,15 +2013,8,16,11,30,897,135,865,2.1,31,28.27,880,14 +2013,8,16,12,30,958,133,886,2.1,32,21.46,880,14 +2013,8,16,13,30,952,134,883,2.3000000000000003,33,22.17,880,14 +2013,8,16,14,30,882,132,864,2.4000000000000004,33,29.85,880,14 +2013,8,16,15,30,757,115,846,2.6,32,40.67,880,14 +2013,8,16,16,30,581,104,787,2.8000000000000003,31,52.65,880,13 +2013,8,16,17,30,375,86,685,3,30,65.01,880,13 +2013,8,16,18,30,164,58,485,2.9000000000000004,28,77.38,880,14 +2013,8,16,19,30,0,0,0,3,25,89.52,880,14 +2013,8,16,20,30,0,0,0,3.3000000000000003,24,101.15,880,15 +2013,8,16,21,30,0,0,0,3.3000000000000003,23,111.91,880,15 +2013,8,16,22,30,0,0,0,3.2,22,121.24000000000001,880,15 +2013,8,16,23,30,0,0,0,2.9000000000000004,21,128.31,880,16 +2013,8,17,0,30,0,0,0,2.6,20,132.07,880,16 +2013,8,17,1,30,0,0,0,2.4000000000000004,19,131.73,880,16 +2013,8,17,2,30,0,0,0,2.3000000000000003,19,127.37,880,16 +2013,8,17,3,30,0,0,0,2.2,18,119.87,880,16 +2013,8,17,4,30,0,0,0,2.1,18,110.27,880,16 +2013,8,17,5,30,0,0,0,2.3000000000000003,18,99.34,880,16 +2013,8,17,6,30,20,16,86,3,19,87.61,880,16 +2013,8,17,7,30,191,73,468,4,21,75.43,880,16 +2013,8,17,8,30,403,104,659,4.6000000000000005,24,63.050000000000004,880,15 +2013,8,17,9,30,605,122,763,4.6000000000000005,27,50.74,880,15 +2013,8,17,10,30,774,134,822,4.4,29,38.92,880,14 +2013,8,17,11,30,894,142,855,3.9000000000000004,31,28.48,880,14 +2013,8,17,12,30,954,146,870,3.5,33,21.76,880,13 +2013,8,17,13,30,949,144,870,3.2,34,22.490000000000002,880,13 +2013,8,17,14,30,879,138,856,3.1,34,30.12,880,12 +2013,8,17,15,30,741,151,781,3.3000000000000003,34,40.910000000000004,880,12 +2013,8,17,16,30,567,132,719,3.7,33,52.870000000000005,880,12 +2013,8,17,17,30,338,123,513,3.9000000000000004,32,65.22,880,12 +2013,8,17,18,30,134,70,296,3.9000000000000004,29,77.60000000000001,880,13 +2013,8,17,19,30,0,0,0,4,26,89.75,880,13 +2013,8,17,20,30,0,0,0,3.9000000000000004,24,101.4,880,14 +2013,8,17,21,30,0,0,0,3.5,23,112.18,880,14 +2013,8,17,22,30,0,0,0,3.3000000000000003,22,121.53,880,14 +2013,8,17,23,30,0,0,0,3.2,21,128.62,880,14 +2013,8,18,0,30,0,0,0,3.1,20,132.39000000000001,880,14 +2013,8,18,1,30,0,0,0,2.9000000000000004,19,132.03,880,14 +2013,8,18,2,30,0,0,0,2.5,19,127.64,880,14 +2013,8,18,3,30,0,0,0,1.9000000000000001,18,120.10000000000001,880,14 +2013,8,18,4,30,0,0,0,1.5,17,110.46000000000001,880,14 +2013,8,18,5,30,0,0,0,1.7000000000000002,17,99.5,880,14 +2013,8,18,6,30,10,9,30,2.5,18,87.75,880,14 +2013,8,18,7,30,142,91,203,3.4000000000000004,20,75.55,880,14 +2013,8,18,8,30,367,172,431,3.9000000000000004,24,63.17,880,14 +2013,8,18,9,30,564,219,546,3.6,27,50.88,880,13 +2013,8,18,10,30,730,249,620,2.9000000000000004,30,39.08,880,13 +2013,8,18,11,30,849,266,664,2.3000000000000003,33,28.7,880,13 +2013,8,18,12,30,937,202,793,2.1,34,22.06,880,12 +2013,8,18,13,30,933,196,800,2.3000000000000003,35,22.81,880,11 +2013,8,18,14,30,865,185,788,2.8000000000000003,36,30.400000000000002,880,10 +2013,8,18,15,30,745,150,791,3.4000000000000004,35,41.15,880,10 +2013,8,18,16,30,570,130,732,3.9000000000000004,34,53.09,880,9 +2013,8,18,17,30,363,104,623,4.1000000000000005,32,65.44,880,10 +2013,8,18,18,30,152,65,413,4,29,77.82000000000001,880,11 +2013,8,18,19,30,0,0,0,3.9000000000000004,27,89.98,880,12 +2013,8,18,20,30,0,0,0,3.7,25,101.65,880,13 +2013,8,18,21,30,0,0,0,3.5,23,112.45,880,13 +2013,8,18,22,30,0,0,0,3.3000000000000003,22,121.83,880,13 +2013,8,18,23,30,0,0,0,2.9000000000000004,21,128.95,880,13 +2013,8,19,0,30,0,0,0,2.5,20,132.72,880,13 +2013,8,19,1,30,0,0,0,2,20,132.35,880,13 +2013,8,19,2,30,0,0,0,1.7000000000000002,19,127.91,880,12 +2013,8,19,3,30,0,0,0,1.4000000000000001,19,120.33,880,12 +2013,8,19,4,30,0,0,0,1.2000000000000002,18,110.65,880,12 +2013,8,19,5,30,0,0,0,1,18,99.66,880,12 +2013,8,19,6,30,17,14,77,1.2000000000000002,19,87.89,880,12 +2013,8,19,7,30,187,76,451,1.7000000000000002,22,75.68,880,13 +2013,8,19,8,30,398,112,636,1.7000000000000002,26,63.300000000000004,880,13 +2013,8,19,9,30,599,137,735,1.4000000000000001,29,51.01,880,13 +2013,8,19,10,30,767,150,797,1.3,32,39.25,880,13 +2013,8,19,11,30,886,155,835,1.7000000000000002,34,28.93,880,12 +2013,8,19,12,30,948,145,868,2.3000000000000003,35,22.37,880,11 +2013,8,19,13,30,940,146,863,2.9000000000000004,36,23.14,880,11 +2013,8,19,14,30,866,147,836,3.4000000000000004,36,30.68,880,10 +2013,8,19,15,30,736,140,793,3.7,35,41.4,880,10 +2013,8,19,16,30,560,125,728,3.9000000000000004,34,53.32,880,10 +2013,8,19,17,30,355,101,615,3.4000000000000004,32,65.66,880,11 +2013,8,19,18,30,147,64,399,2.7,30,78.05,880,12 +2013,8,19,19,30,0,0,0,2.9000000000000004,28,90.21000000000001,880,12 +2013,8,19,20,30,0,0,0,3.6,27,101.9,880,12 +2013,8,19,21,30,0,0,0,3.8000000000000003,26,112.73,880,12 +2013,8,19,22,30,0,0,0,3.6,24,122.13,880,12 +2013,8,19,23,30,0,0,0,3.2,23,129.27,880,12 +2013,8,20,0,30,0,0,0,2.7,23,133.05,880,12 +2013,8,20,1,30,0,0,0,2.4000000000000004,22,132.66,880,12 +2013,8,20,2,30,0,0,0,2.2,22,128.18,880,12 +2013,8,20,3,30,0,0,0,1.8,21,120.55,880,12 +2013,8,20,4,30,0,0,0,1.6,20,110.84,880,12 +2013,8,20,5,30,0,0,0,1.6,20,99.82000000000001,880,12 +2013,8,20,6,30,15,13,54,2.1,21,88.03,880,12 +2013,8,20,7,30,182,80,413,2.6,23,75.81,880,13 +2013,8,20,8,30,392,118,613,2.5,26,63.42,880,12 +2013,8,20,9,30,595,141,723,2.2,29,51.15,880,12 +2013,8,20,10,30,764,156,787,2.3000000000000003,31,39.410000000000004,880,11 +2013,8,20,11,30,884,164,823,2.8000000000000003,33,29.150000000000002,880,11 +2013,8,20,12,30,929,209,780,3.4000000000000004,34,22.68,880,11 +2013,8,20,13,30,924,207,781,4.1000000000000005,35,23.47,880,10 +2013,8,20,14,30,853,200,760,4.7,36,30.970000000000002,880,10 +2013,8,20,15,30,744,130,822,5.300000000000001,35,41.65,880,10 +2013,8,20,16,30,565,120,749,5.6000000000000005,34,53.550000000000004,880,10 +2013,8,20,17,30,356,103,619,5.6000000000000005,32,65.89,880,10 +2013,8,20,18,30,144,67,381,5,30,78.28,880,10 +2013,8,20,19,30,0,0,0,4.1000000000000005,28,90.45,880,11 +2013,8,20,20,30,0,0,0,3.4000000000000004,26,102.16,880,12 +2013,8,20,21,30,0,0,0,2.9000000000000004,25,113.01,880,12 +2013,8,20,22,30,0,0,0,2.5,24,122.44,880,13 +2013,8,20,23,30,0,0,0,2.3000000000000003,23,129.6,880,13 +2013,8,21,0,30,0,0,0,2.3000000000000003,22,133.39000000000001,880,13 +2013,8,21,1,30,0,0,0,2.5,22,132.98,880,12 +2013,8,21,2,30,0,0,0,2.7,21,128.46,880,12 +2013,8,21,3,30,0,0,0,2.7,20,120.78,880,12 +2013,8,21,4,30,0,0,0,2.5,19,111.02,880,12 +2013,8,21,5,30,0,0,0,2.4000000000000004,19,99.98,880,12 +2013,8,21,6,30,13,12,45,2.8000000000000003,20,88.17,880,11 +2013,8,21,7,30,179,85,386,3.4000000000000004,22,75.94,880,11 +2013,8,21,8,30,389,129,583,3.7,26,63.550000000000004,880,11 +2013,8,21,9,30,592,157,695,3.8000000000000003,29,51.29,880,10 +2013,8,21,10,30,761,175,760,3.6,31,39.58,880,10 +2013,8,21,11,30,882,183,802,3.5,32,29.38,880,10 +2013,8,21,12,30,964,122,914,3.7,33,22.990000000000002,880,10 +2013,8,21,13,30,958,121,915,3.9000000000000004,34,23.81,880,10 +2013,8,21,14,30,887,117,901,4.1000000000000005,34,31.27,880,10 +2013,8,21,15,30,755,114,861,4.2,33,41.910000000000004,880,10 +2013,8,21,16,30,576,102,802,4.1000000000000005,32,53.79,880,10 +2013,8,21,17,30,366,84,695,3.6,31,66.12,880,10 +2013,8,21,18,30,150,55,478,2.6,28,78.51,880,10 +2013,8,21,19,30,0,0,0,2.1,25,90.7,880,11 +2013,8,21,20,30,0,0,0,2.3000000000000003,23,102.42,880,11 +2013,8,21,21,30,0,0,0,2.3000000000000003,22,113.29,880,11 +2013,8,21,22,30,0,0,0,2.2,21,122.75,880,11 +2013,8,21,23,30,0,0,0,2.1,20,129.93,880,11 +2013,8,22,0,30,0,0,0,1.9000000000000001,20,133.73,880,11 +2013,8,22,1,30,0,0,0,1.7000000000000002,19,133.29,880,11 +2013,8,22,2,30,0,0,0,1.6,18,128.73,880,11 +2013,8,22,3,30,0,0,0,1.6,18,121.01,880,11 +2013,8,22,4,30,0,0,0,1.7000000000000002,17,111.21000000000001,880,11 +2013,8,22,5,30,0,0,0,1.8,17,100.14,880,12 +2013,8,22,6,30,15,12,92,2.5,19,88.31,880,13 +2013,8,22,7,30,190,66,515,3.2,22,76.07000000000001,880,13 +2013,8,22,8,30,407,94,704,3.1,25,63.68,880,14 +2013,8,22,9,30,614,112,803,2.8000000000000003,28,51.43,880,13 +2013,8,22,10,30,786,124,861,2.6,30,39.75,880,11 +2013,8,22,11,30,908,129,895,2.8000000000000003,32,29.61,880,10 +2013,8,22,12,30,968,133,909,3,33,23.3,880,10 +2013,8,22,13,30,962,130,911,3.3000000000000003,34,24.14,880,9 +2013,8,22,14,30,889,125,896,3.5,34,31.560000000000002,880,9 +2013,8,22,15,30,757,112,870,3.6,33,42.17,880,8 +2013,8,22,16,30,576,100,810,3.7,32,54.03,880,8 +2013,8,22,17,30,363,82,702,3.4000000000000004,31,66.35,880,8 +2013,8,22,18,30,147,53,481,2.7,28,78.74,880,10 +2013,8,22,19,30,0,0,0,2.7,25,90.94,880,11 +2013,8,22,20,30,0,0,0,3.3000000000000003,25,102.68,880,12 +2013,8,22,21,30,0,0,0,3.4000000000000004,24,113.57000000000001,880,12 +2013,8,22,22,30,0,0,0,3.3000000000000003,23,123.06,880,12 +2013,8,22,23,30,0,0,0,2.9000000000000004,22,130.27,880,13 +2013,8,23,0,30,0,0,0,2.4000000000000004,22,134.07,880,13 +2013,8,23,1,30,0,0,0,2,21,133.62,880,13 +2013,8,23,2,30,0,0,0,1.9000000000000001,20,129.01,880,13 +2013,8,23,3,30,0,0,0,1.9000000000000001,20,121.24000000000001,880,13 +2013,8,23,4,30,0,0,0,1.8,20,111.4,880,13 +2013,8,23,5,30,0,0,0,1.8,20,100.3,880,13 +2013,8,23,6,30,14,12,88,2.3000000000000003,21,88.45,880,14 +2013,8,23,7,30,187,63,518,3,24,76.2,880,14 +2013,8,23,8,30,402,91,705,3.1,27,63.81,880,14 +2013,8,23,9,30,607,107,803,2.8000000000000003,29,51.57,880,14 +2013,8,23,10,30,776,117,858,2.7,30,39.93,880,13 +2013,8,23,11,30,769,380,449,2.9000000000000004,31,29.84,880,13 +2013,8,23,12,30,952,115,913,3.2,32,23.62,880,12 +2013,8,23,13,30,941,118,905,3.5,32,24.490000000000002,880,12 +2013,8,23,14,30,866,117,882,3.7,32,31.86,880,12 +2013,8,23,15,30,732,116,834,3.9000000000000004,31,42.43,880,12 +2013,8,23,16,30,554,102,773,4,30,54.27,880,12 +2013,8,23,17,30,309,129,455,3.9000000000000004,29,66.59,880,12 +2013,8,23,18,30,92,70,116,3.1,28,78.98,880,12 +2013,8,23,19,30,0,0,0,2.7,26,91.2,880,13 +2013,8,23,20,30,0,0,0,2.8000000000000003,25,102.94,880,13 +2013,8,23,21,30,0,0,0,2.6,24,113.86,880,13 +2013,8,23,22,30,0,0,0,2.2,23,123.38000000000001,880,13 +2013,8,23,23,30,0,0,0,1.8,23,130.61,880,13 +2013,8,24,0,30,0,0,0,1.6,22,134.42000000000002,880,13 +2013,8,24,1,30,0,0,0,1.4000000000000001,21,133.94,880,13 +2013,8,24,2,30,0,0,0,1.2000000000000002,21,129.29,880,13 +2013,8,24,3,30,0,0,0,1.1,20,121.47,880,13 +2013,8,24,4,30,0,0,0,1,19,111.59,880,13 +2013,8,24,5,30,0,0,0,1,19,100.46000000000001,880,13 +2013,8,24,6,30,13,11,92,1.7000000000000002,20,88.59,880,13 +2013,8,24,7,30,183,57,534,2.8000000000000003,23,76.33,880,13 +2013,8,24,8,30,397,79,721,3.5,26,63.940000000000005,880,14 +2013,8,24,9,30,600,92,818,3.8000000000000003,28,51.71,880,14 +2013,8,24,10,30,768,101,871,4,29,40.1,880,14 +2013,8,24,11,30,886,107,899,4.1000000000000005,30,30.080000000000002,880,14 +2013,8,24,12,30,944,108,914,4.4,31,23.94,880,13 +2013,8,24,13,30,937,107,914,4.5,31,24.830000000000002,880,13 +2013,8,24,14,30,866,102,902,4.6000000000000005,32,32.17,880,13 +2013,8,24,15,30,735,97,868,4.6000000000000005,32,42.7,880,12 +2013,8,24,16,30,457,230,390,4.6000000000000005,31,54.52,880,12 +2013,8,24,17,30,352,67,724,4.1000000000000005,30,66.83,880,12 +2013,8,24,18,30,139,44,511,3,28,79.23,880,12 +2013,8,24,19,30,0,0,0,2.5,26,91.45,880,13 +2013,8,24,20,30,0,0,0,2.9000000000000004,26,103.21000000000001,880,13 +2013,8,24,21,30,0,0,0,3.3000000000000003,25,114.15,880,13 +2013,8,24,22,30,0,0,0,3.5,24,123.69,880,14 +2013,8,24,23,30,0,0,0,3.4000000000000004,24,130.95,880,14 +2013,8,25,0,30,0,0,0,3.3000000000000003,23,134.77,880,14 +2013,8,25,1,30,0,0,0,3.1,22,134.27,880,14 +2013,8,25,2,30,0,0,0,2.9000000000000004,21,129.57,880,15 +2013,8,25,3,30,0,0,0,2.5,21,121.7,880,15 +2013,8,25,4,30,0,0,0,2.2,20,111.78,880,15 +2013,8,25,5,30,0,0,0,2.1,20,100.62,880,15 +2013,8,25,6,30,12,10,66,2.6,21,88.73,880,15 +2013,8,25,7,30,177,65,479,3.5,24,76.46000000000001,890,16 +2013,8,25,8,30,389,97,668,3.8000000000000003,27,64.07000000000001,890,15 +2013,8,25,9,30,591,118,765,3.4000000000000004,29,51.86,890,15 +2013,8,25,10,30,758,133,818,3,31,40.28,880,14 +2013,8,25,11,30,874,146,842,3,32,30.32,880,13 +2013,8,25,12,30,939,126,891,3.2,33,24.27,880,13 +2013,8,25,13,30,765,408,394,3.5,34,25.18,880,12 +2013,8,25,14,30,852,137,847,3.9000000000000004,33,32.480000000000004,880,12 +2013,8,25,15,30,719,130,805,4.2,33,42.980000000000004,880,12 +2013,8,25,16,30,541,117,736,4.4,32,54.78,880,12 +2013,8,25,17,30,333,95,610,4.2,30,67.07000000000001,880,12 +2013,8,25,18,30,126,58,374,3.3000000000000003,28,79.47,880,12 +2013,8,25,19,30,0,0,0,2.8000000000000003,26,91.7,880,13 +2013,8,25,20,30,0,0,0,3,25,103.49000000000001,880,13 +2013,8,25,21,30,0,0,0,3.1,24,114.45,880,13 +2013,8,25,22,30,0,0,0,3.1,23,124.02,880,13 +2013,8,25,23,30,0,0,0,3,23,131.3,880,13 +2013,8,26,0,30,0,0,0,2.9000000000000004,22,135.12,880,14 +2013,8,26,1,30,0,0,0,2.7,21,134.59,880,14 +2013,8,26,2,30,0,0,0,2.4000000000000004,21,129.85,880,14 +2013,8,26,3,30,0,0,0,2,20,121.93,880,14 +2013,8,26,4,30,0,0,0,1.7000000000000002,19,111.97,880,14 +2013,8,26,5,30,0,0,0,1.7000000000000002,19,100.78,890,14 +2013,8,26,6,30,11,10,61,2.4000000000000004,20,88.87,890,14 +2013,8,26,7,30,177,63,493,3.4000000000000004,23,76.59,890,14 +2013,8,26,8,30,391,91,689,3.7,26,64.2,890,15 +2013,8,26,9,30,596,108,792,3.4000000000000004,28,52,890,14 +2013,8,26,10,30,767,118,852,3.3000000000000003,30,40.46,890,14 +2013,8,26,11,30,887,123,887,3.3000000000000003,31,30.57,880,14 +2013,8,26,12,30,950,112,921,3.5,32,24.59,880,13 +2013,8,26,13,30,943,109,924,3.7,32,25.54,880,12 +2013,8,26,14,30,871,105,910,3.9000000000000004,33,32.8,880,12 +2013,8,26,15,30,738,97,880,4.1000000000000005,32,43.25,880,12 +2013,8,26,16,30,558,86,823,4.2,31,55.03,880,12 +2013,8,26,17,30,347,70,717,4.1000000000000005,30,67.32000000000001,880,12 +2013,8,26,18,30,132,45,491,3.1,27,79.72,880,12 +2013,8,26,19,30,0,0,0,2.4000000000000004,25,91.96000000000001,880,13 +2013,8,26,20,30,0,0,0,2.5,24,103.76,880,13 +2013,8,26,21,30,0,0,0,2.8000000000000003,23,114.75,880,13 +2013,8,26,22,30,0,0,0,3,22,124.34,880,13 +2013,8,26,23,30,0,0,0,3,22,131.65,880,13 +2013,8,27,0,30,0,0,0,2.8000000000000003,21,135.48,880,13 +2013,8,27,1,30,0,0,0,2.6,20,134.92000000000002,880,13 +2013,8,27,2,30,0,0,0,2.3000000000000003,20,130.13,880,13 +2013,8,27,3,30,0,0,0,2,19,122.17,880,14 +2013,8,27,4,30,0,0,0,1.6,18,112.16,880,14 +2013,8,27,5,30,0,0,0,1.5,18,100.94,880,14 +2013,8,27,6,30,0,0,0,2,19,89.01,880,14 +2013,8,27,7,30,185,51,583,2.6,22,76.72,880,14 +2013,8,27,8,30,403,72,764,2.5,25,64.33,880,14 +2013,8,27,9,30,609,85,854,2.3000000000000003,28,52.15,880,14 +2013,8,27,10,30,780,94,903,2.4000000000000004,29,40.64,880,13 +2013,8,27,11,30,899,99,930,2.5,30,30.82,880,12 +2013,8,27,12,30,955,104,938,2.6,31,24.92,880,11 +2013,8,27,13,30,945,103,935,2.6,32,25.89,880,10 +2013,8,27,14,30,870,100,919,2.6,32,33.11,880,10 +2013,8,27,15,30,735,95,883,2.6,32,43.53,880,10 +2013,8,27,16,30,553,84,824,2.6,31,55.29,880,10 +2013,8,27,17,30,342,69,716,2.4000000000000004,30,67.57000000000001,880,10 +2013,8,27,18,30,128,43,483,1.8,27,79.98,880,10 +2013,8,27,19,30,0,0,0,1.6,25,92.22,880,12 +2013,8,27,20,30,0,0,0,2.3000000000000003,24,104.04,880,12 +2013,8,27,21,30,0,0,0,3,24,115.05,880,13 +2013,8,27,22,30,0,0,0,3.3000000000000003,23,124.67,880,13 +2013,8,27,23,30,0,0,0,3.2,22,132,880,14 +2013,8,28,0,30,0,0,0,2.8000000000000003,22,135.84,880,15 +2013,8,28,1,30,0,0,0,2.6,21,135.26,880,15 +2013,8,28,2,30,0,0,0,2.7,21,130.42000000000002,880,15 +2013,8,28,3,30,0,0,0,2.9000000000000004,20,122.4,880,16 +2013,8,28,4,30,0,0,0,2.9000000000000004,20,112.35000000000001,880,16 +2013,8,28,5,30,0,0,0,3,20,101.10000000000001,880,16 +2013,8,28,6,30,0,0,0,3.7,20,89.15,880,16 +2013,8,28,7,30,171,59,493,4.4,22,76.85000000000001,880,16 +2013,8,28,8,30,348,132,501,4.5,25,64.47,880,16 +2013,8,28,9,30,585,101,791,4.2,27,52.300000000000004,880,15 +2013,8,28,10,30,650,253,525,4.1000000000000005,29,40.83,880,15 +2013,8,28,11,30,760,371,454,4.3,30,31.07,880,14 +2013,8,28,12,30,768,408,398,4.4,31,25.26,880,14 +2013,8,28,13,30,721,442,311,4.5,32,26.25,880,14 +2013,8,28,14,30,729,353,451,4.4,32,33.44,880,14 +2013,8,28,15,30,535,341,268,4.3,31,43.82,880,13 +2013,8,28,16,30,531,96,768,4.1000000000000005,30,55.56,880,13 +2013,8,28,17,30,324,78,651,3.7,29,67.83,880,13 +2013,8,28,18,30,100,57,254,3,28,80.23,880,13 +2013,8,28,19,30,0,0,0,3.1,26,92.49,880,13 +2013,8,28,20,30,0,0,0,3.4000000000000004,25,104.32000000000001,880,13 +2013,8,28,21,30,0,0,0,3.2,24,115.35000000000001,880,12 +2013,8,28,22,30,0,0,0,2.9000000000000004,23,125,880,12 +2013,8,28,23,30,0,0,0,2.9000000000000004,22,132.35,880,12 +2013,8,29,0,30,0,0,0,3,22,136.2,880,12 +2013,8,29,1,30,0,0,0,3,22,135.59,880,12 +2013,8,29,2,30,0,0,0,3,21,130.7,880,12 +2013,8,29,3,30,0,0,0,2.9000000000000004,21,122.63,880,12 +2013,8,29,4,30,0,0,0,2.9000000000000004,21,112.54,880,12 +2013,8,29,5,30,0,0,0,2.9000000000000004,21,101.26,880,12 +2013,8,29,6,30,0,0,0,3.5,21,89.29,880,12 +2013,8,29,7,30,171,57,507,4.5,23,76.98,880,13 +2013,8,29,8,30,384,81,706,4.9,26,64.6,880,13 +2013,8,29,9,30,492,242,410,4.6000000000000005,29,52.45,880,14 +2013,8,29,10,30,753,107,856,4.2,30,41.02,880,14 +2013,8,29,11,30,870,114,884,4,32,31.32,880,14 +2013,8,29,12,30,923,123,887,3.9000000000000004,33,25.59,880,14 +2013,8,29,13,30,775,400,419,3.8000000000000003,34,26.61,880,14 +2013,8,29,14,30,704,356,418,3.6,34,33.76,880,14 +2013,8,29,15,30,617,232,535,3.3000000000000003,33,44.11,880,14 +2013,8,29,16,30,423,232,340,2.9000000000000004,32,55.82,880,14 +2013,8,29,17,30,262,135,338,2,31,68.09,880,13 +2013,8,29,18,30,115,45,421,1.2000000000000002,28,80.49,880,14 +2013,8,29,19,30,0,0,0,1.1,26,92.76,880,15 +2013,8,29,20,30,0,0,0,1.1,25,104.60000000000001,880,14 +2013,8,29,21,30,0,0,0,1.2000000000000002,25,115.66,880,14 +2013,8,29,22,30,0,0,0,1.3,24,125.33,880,14 +2013,8,29,23,30,0,0,0,1.4000000000000001,23,132.71,880,14 +2013,8,30,0,30,0,0,0,1.4000000000000001,22,136.56,880,14 +2013,8,30,1,30,0,0,0,1.4000000000000001,22,135.92000000000002,880,14 +2013,8,30,2,30,0,0,0,1.4000000000000001,21,130.98,880,14 +2013,8,30,3,30,0,0,0,1.4000000000000001,21,122.86,880,14 +2013,8,30,4,30,0,0,0,1.4000000000000001,20,112.73,880,14 +2013,8,30,5,30,0,0,0,1.6,20,101.42,880,14 +2013,8,30,6,30,0,0,0,2.5,21,89.43,880,14 +2013,8,30,7,30,174,49,563,3.4000000000000004,24,77.12,880,15 +2013,8,30,8,30,390,69,753,3.7,28,64.74,880,15 +2013,8,30,9,30,594,81,845,3.7,31,52.6,880,14 +2013,8,30,10,30,762,90,893,3.4000000000000004,33,41.21,880,14 +2013,8,30,11,30,879,96,919,3.1,34,31.580000000000002,880,13 +2013,8,30,12,30,936,97,933,2.9000000000000004,35,25.93,880,13 +2013,8,30,13,30,926,98,929,2.9000000000000004,36,26.98,880,13 +2013,8,30,14,30,851,96,912,2.9000000000000004,36,34.09,880,12 +2013,8,30,15,30,720,86,887,2.9000000000000004,36,44.4,880,12 +2013,8,30,16,30,539,77,828,2.9000000000000004,35,56.09,880,12 +2013,8,30,17,30,329,63,719,2.4000000000000004,34,68.35000000000001,880,11 +2013,8,30,18,30,116,40,477,1.8,31,80.75,880,12 +2013,8,30,19,30,0,0,0,2.1,28,93.03,880,13 +2013,8,30,20,30,0,0,0,3,27,104.89,880,12 +2013,8,30,21,30,0,0,0,3.5,26,115.96000000000001,880,12 +2013,8,30,22,30,0,0,0,3.5,25,125.67,880,11 +2013,8,30,23,30,0,0,0,3.4000000000000004,24,133.07,880,11 +2013,8,31,0,30,0,0,0,3.2,23,136.93,880,10 +2013,8,31,1,30,0,0,0,3,23,136.26,880,10 +2013,8,31,2,30,0,0,0,2.8000000000000003,22,131.27,880,10 +2013,8,31,3,30,0,0,0,2.6,21,123.09,880,10 +2013,8,31,4,30,0,0,0,2.4000000000000004,21,112.92,880,10 +2013,8,31,5,30,0,0,0,2.3000000000000003,21,101.58,880,10 +2013,8,31,6,30,0,0,0,2.8000000000000003,21,89.57000000000001,880,11 +2013,8,31,7,30,173,53,547,3.3000000000000003,24,77.25,880,11 +2013,8,31,8,30,391,76,742,3.6,28,64.88,880,11 +2013,8,31,9,30,597,90,838,3.7,32,52.76,880,10 +2013,8,31,10,30,767,100,889,3.6,34,41.4,880,9 +2013,8,31,11,30,885,107,916,3.6,35,31.84,880,9 +2013,8,31,12,30,942,110,927,3.8000000000000003,36,26.28,880,9 +2013,8,31,13,30,932,110,925,3.9000000000000004,37,27.34,880,9 +2013,8,31,14,30,856,107,908,3.9000000000000004,37,34.42,880,9 +2013,8,31,15,30,722,97,878,3.7,36,44.7,880,8 +2013,8,31,16,30,539,86,816,3.5,35,56.370000000000005,880,8 +2013,8,31,17,30,326,70,702,2.8000000000000003,33,68.61,880,8 +2013,8,31,18,30,113,42,452,2,30,81.02,880,9 +2013,8,31,19,30,0,0,0,2,27,93.3,880,10 +2013,8,31,20,30,0,0,0,2.5,27,105.17,880,10 +2013,8,31,21,30,0,0,0,2.8000000000000003,26,116.27,880,10 +2013,8,31,22,30,0,0,0,3,25,126.01,880,10 +2013,8,31,23,30,0,0,0,2.7,24,133.44,880,10 +2013,9,1,0,30,0,0,0,2.2,23,137.29,880,10 +2013,9,1,1,30,0,0,0,1.9000000000000001,22,136.6,880,9 +2013,9,1,2,30,0,0,0,1.9000000000000001,22,131.55,880,9 +2013,9,1,3,30,0,0,0,2,21,123.32000000000001,880,9 +2013,9,1,4,30,0,0,0,1.9000000000000001,20,113.11,880,9 +2013,9,1,5,30,0,0,0,1.6,20,101.74000000000001,880,9 +2013,9,1,6,30,0,0,0,2,20,89.71000000000001,880,10 +2013,9,1,7,30,164,63,463,2.4000000000000004,22,77.38,880,10 +2013,9,1,8,30,376,94,666,2.1,25,65.01,880,11 +2013,9,1,9,30,579,113,773,1.6,28,52.92,880,10 +2013,9,1,10,30,747,125,831,1.3,30,41.59,880,10 +2013,9,1,11,30,862,133,860,1.5,33,32.1,880,10 +2013,9,1,12,30,920,125,889,1.8,34,26.62,880,10 +2013,9,1,13,30,908,126,882,2,34,27.71,880,10 +2013,9,1,14,30,830,124,860,2.1,35,34.76,880,10 +2013,9,1,15,30,696,115,821,2.2,34,45,880,10 +2013,9,1,16,30,210,199,20,2.2,33,56.64,880,10 +2013,9,1,17,30,231,141,250,1.8,31,68.88,880,10 +2013,9,1,18,30,101,46,362,1.2000000000000002,28,81.28,880,13 +2013,9,1,19,30,0,0,0,1.4000000000000001,26,93.57000000000001,880,15 +2013,9,1,20,30,0,0,0,1.8,25,105.46000000000001,880,14 +2013,9,1,21,30,0,0,0,2.1,24,116.59,880,14 +2013,9,1,22,30,0,0,0,2.3000000000000003,23,126.35000000000001,880,14 +2013,9,1,23,30,0,0,0,2.2,23,133.8,880,14 +2013,9,2,0,30,0,0,0,2,22,137.67000000000002,880,14 +2013,9,2,1,30,0,0,0,1.9000000000000001,21,136.94,880,14 +2013,9,2,2,30,0,0,0,2.1,21,131.84,880,13 +2013,9,2,3,30,0,0,0,2.2,21,123.55,880,13 +2013,9,2,4,30,0,0,0,2.3000000000000003,20,113.3,880,13 +2013,9,2,5,30,0,0,0,2.4000000000000004,20,101.9,880,14 +2013,9,2,6,30,0,0,0,2.9000000000000004,21,89.85000000000001,880,14 +2013,9,2,7,30,151,60,419,3.6,23,77.52,880,15 +2013,9,2,8,30,226,179,111,3.7,25,65.15,880,15 +2013,9,2,9,30,341,276,108,3.6,28,53.07,880,15 +2013,9,2,10,30,518,367,202,3.5,29,41.79,880,15 +2013,9,2,11,30,684,408,326,3.5,31,32.37,880,15 +2013,9,2,12,30,674,456,244,3.4000000000000004,32,26.97,880,15 +2013,9,2,13,30,655,453,228,3.4000000000000004,32,28.09,880,14 +2013,9,2,14,30,826,123,859,3.3000000000000003,33,35.1,880,14 +2013,9,2,15,30,687,129,793,3.2,32,45.300000000000004,880,13 +2013,9,2,16,30,507,113,722,3.1,31,56.92,880,12 +2013,9,2,17,30,299,89,590,2.6,30,69.15,880,12 +2013,9,2,18,30,95,48,318,1.8,28,81.55,880,12 +2013,9,2,19,30,0,0,0,1.6,25,93.85000000000001,880,13 +2013,9,2,20,30,0,0,0,1.9000000000000001,24,105.76,880,12 +2013,9,2,21,30,0,0,0,2,23,116.9,880,11 +2013,9,2,22,30,0,0,0,1.9000000000000001,22,126.69,880,11 +2013,9,2,23,30,0,0,0,1.9000000000000001,22,134.17000000000002,880,11 +2013,9,3,0,30,0,0,0,1.8,21,138.04,880,11 +2013,9,3,1,30,0,0,0,1.6,20,137.28,880,11 +2013,9,3,2,30,0,0,0,1.3,20,132.12,880,12 +2013,9,3,3,30,0,0,0,1.1,19,123.78,880,12 +2013,9,3,4,30,0,0,0,0.9,19,113.49000000000001,880,12 +2013,9,3,5,30,0,0,0,0.8,18,102.06,880,13 +2013,9,3,6,30,0,0,0,1,19,90,880,13 +2013,9,3,7,30,158,65,435,1.7000000000000002,22,77.65,880,14 +2013,9,3,8,30,370,99,647,2.2,25,65.29,880,14 +2013,9,3,9,30,574,119,759,2.2,28,53.230000000000004,880,14 +2013,9,3,10,30,745,131,825,2.2,31,41.99,880,13 +2013,9,3,11,30,864,137,863,2.4000000000000004,32,32.64,880,12 +2013,9,3,12,30,928,122,907,2.6,33,27.32,880,12 +2013,9,3,13,30,920,118,911,2.9000000000000004,34,28.46,880,11 +2013,9,3,14,30,844,111,899,3,34,35.44,880,10 +2013,9,3,15,30,711,95,880,3.1,34,45.6,880,9 +2013,9,3,16,30,527,84,818,3.1,33,57.21,880,9 +2013,9,3,17,30,313,67,699,2.5,31,69.42,880,9 +2013,9,3,18,30,100,39,435,1.8,28,81.82000000000001,880,9 +2013,9,3,19,30,0,0,0,1.8,25,94.13,880,10 +2013,9,3,20,30,0,0,0,2.3000000000000003,25,106.05,880,10 +2013,9,3,21,30,0,0,0,2.8000000000000003,24,117.22,880,10 +2013,9,3,22,30,0,0,0,3,23,127.03,880,9 +2013,9,3,23,30,0,0,0,2.9000000000000004,22,134.54,880,9 +2013,9,4,0,30,0,0,0,2.7,21,138.41,880,9 +2013,9,4,1,30,0,0,0,2.4000000000000004,20,137.63,880,9 +2013,9,4,2,30,0,0,0,2.1,19,132.41,880,8 +2013,9,4,3,30,0,0,0,1.8,19,124.02,880,8 +2013,9,4,4,30,0,0,0,1.6,18,113.67,880,8 +2013,9,4,5,30,0,0,0,1.4000000000000001,18,102.21000000000001,880,8 +2013,9,4,6,30,0,0,0,1.9000000000000001,19,90.14,880,8 +2013,9,4,7,30,166,52,541,2.3000000000000003,22,77.79,880,8 +2013,9,4,8,30,384,77,739,2,26,65.43,880,9 +2013,9,4,9,30,591,92,836,1.4000000000000001,30,53.4,880,9 +2013,9,4,10,30,762,102,890,1.2000000000000002,32,42.2,880,9 +2013,9,4,11,30,880,108,919,1.7000000000000002,33,32.910000000000004,880,9 +2013,9,4,12,30,938,103,943,2.3000000000000003,34,27.67,880,9 +2013,9,4,13,30,928,100,944,2.7,35,28.84,880,8 +2013,9,4,14,30,850,96,929,2.9000000000000004,35,35.78,880,8 +2013,9,4,15,30,712,89,896,3,34,45.910000000000004,880,8 +2013,9,4,16,30,527,78,835,2.9000000000000004,33,57.49,880,7 +2013,9,4,17,30,312,62,719,2.3000000000000003,31,69.7,880,7 +2013,9,4,18,30,98,36,452,1.7000000000000002,28,82.10000000000001,880,8 +2013,9,4,19,30,0,0,0,1.8,25,94.41,880,9 +2013,9,4,20,30,0,0,0,2.4000000000000004,25,106.35000000000001,880,8 +2013,9,4,21,30,0,0,0,3,24,117.53,880,8 +2013,9,4,22,30,0,0,0,3.1,23,127.38000000000001,880,7 +2013,9,4,23,30,0,0,0,2.8000000000000003,21,134.91,880,7 +2013,9,5,0,30,0,0,0,2.3000000000000003,20,138.79,880,7 +2013,9,5,1,30,0,0,0,1.9000000000000001,20,137.97,880,7 +2013,9,5,2,30,0,0,0,1.6,19,132.7,880,7 +2013,9,5,3,30,0,0,0,1.3,18,124.25,880,7 +2013,9,5,4,30,0,0,0,1.1,17,113.86,880,7 +2013,9,5,5,30,0,0,0,0.9,17,102.37,880,7 +2013,9,5,6,30,0,0,0,1.4000000000000001,18,90.28,880,7 +2013,9,5,7,30,166,48,565,1.7000000000000002,21,77.92,880,7 +2013,9,5,8,30,384,70,759,1.5,26,65.58,880,8 +2013,9,5,9,30,591,84,853,1.5,30,53.56,880,7 +2013,9,5,10,30,763,93,906,1.6,32,42.4,880,7 +2013,9,5,11,30,882,98,937,2,33,33.18,880,7 +2013,9,5,12,30,937,106,940,2.5,34,28.02,880,7 +2013,9,5,13,30,926,104,941,2.8000000000000003,35,29.22,880,6 +2013,9,5,14,30,849,99,928,2.9000000000000004,35,36.13,880,5 +2013,9,5,15,30,712,90,899,3,34,46.22,880,4 +2013,9,5,16,30,526,79,839,3,33,57.78,880,4 +2013,9,5,17,30,310,62,724,2.3000000000000003,31,69.97,880,3 +2013,9,5,18,30,95,35,455,1.5,28,82.37,880,5 +2013,9,5,19,30,0,0,0,1.5,25,94.69,880,5 +2013,9,5,20,30,0,0,0,1.7000000000000002,23,106.64,880,5 +2013,9,5,21,30,0,0,0,1.9000000000000001,23,117.85000000000001,880,5 +2013,9,5,22,30,0,0,0,2.2,22,127.73,880,6 +2013,9,5,23,30,0,0,0,2.6,22,135.29,880,7 +2013,9,6,0,30,0,0,0,3,22,139.17000000000002,880,9 +2013,9,6,1,30,0,0,0,3,21,138.31,880,11 +2013,9,6,2,30,0,0,0,2.9000000000000004,21,132.98,880,12 +2013,9,6,3,30,0,0,0,2.5,20,124.48,880,13 +2013,9,6,4,30,0,0,0,2.2,20,114.05,880,13 +2013,9,6,5,30,0,0,0,1.9000000000000001,19,102.53,880,14 +2013,9,6,6,30,0,0,0,2.3000000000000003,20,90.42,880,14 +2013,9,6,7,30,153,60,452,2.8000000000000003,23,78.06,880,14 +2013,9,6,8,30,366,91,667,2.7,27,65.72,880,14 +2013,9,6,9,30,569,111,773,2.5,30,53.72,880,14 +2013,9,6,10,30,735,125,829,2.4000000000000004,31,42.61,880,13 +2013,9,6,11,30,850,134,858,2.5,33,33.46,880,12 +2013,9,6,12,30,909,124,891,2.9000000000000004,34,28.38,880,12 +2013,9,6,13,30,895,125,886,3.2,34,29.6,880,12 +2013,9,6,14,30,816,123,863,3.3000000000000003,34,36.480000000000004,880,11 +2013,9,6,15,30,385,322,90,3.4000000000000004,33,46.54,880,11 +2013,9,6,16,30,497,101,747,3.3000000000000003,32,58.07,880,11 +2013,9,6,17,30,287,79,615,2.8000000000000003,31,70.25,880,11 +2013,9,6,18,30,83,41,328,1.9000000000000001,28,82.65,880,11 +2013,9,6,19,30,0,0,0,1.6,26,94.97,880,11 +2013,9,6,20,30,0,0,0,1.9000000000000001,26,106.94,880,11 +2013,9,6,21,30,0,0,0,2.1,25,118.18,880,11 +2013,9,6,22,30,0,0,0,2.1,24,128.08,880,11 +2013,9,6,23,30,0,0,0,2.1,23,135.66,880,11 +2013,9,7,0,30,0,0,0,2.1,22,139.55,880,11 +2013,9,7,1,30,0,0,0,2.1,22,138.66,880,11 +2013,9,7,2,30,0,0,0,2.2,21,133.27,880,12 +2013,9,7,3,30,0,0,0,2.1,21,124.71000000000001,880,12 +2013,9,7,4,30,0,0,0,2,20,114.24000000000001,880,12 +2013,9,7,5,30,0,0,0,1.8,20,102.69,880,12 +2013,9,7,6,30,0,0,0,2.4000000000000004,21,90.56,880,13 +2013,9,7,7,30,154,54,485,3.1,24,78.2,880,13 +2013,9,7,8,30,367,82,695,2.9000000000000004,27,65.86,880,13 +2013,9,7,9,30,569,100,796,2.3000000000000003,30,53.89,880,13 +2013,9,7,10,30,735,113,848,2.2,32,42.82,880,12 +2013,9,7,11,30,849,123,872,2.6,33,33.74,880,12 +2013,9,7,12,30,895,145,855,3,34,28.740000000000002,880,12 +2013,9,7,13,30,326,308,20,3.4000000000000004,34,29.98,880,11 +2013,9,7,14,30,428,375,66,3.5,33,36.83,880,11 +2013,9,7,15,30,669,124,796,3.4000000000000004,32,46.86,880,11 +2013,9,7,16,30,488,105,730,3.3000000000000003,32,58.36,880,11 +2013,9,7,17,30,280,80,600,2.6,31,70.53,880,11 +2013,9,7,18,30,78,39,315,1.8,28,82.93,880,11 +2013,9,7,19,30,0,0,0,1.7000000000000002,26,95.26,880,12 +2013,9,7,20,30,0,0,0,2.1,25,107.24000000000001,880,12 +2013,9,7,21,30,0,0,0,2.5,25,118.5,880,12 +2013,9,7,22,30,0,0,0,2.7,24,128.43,880,11 +2013,9,7,23,30,0,0,0,2.8000000000000003,23,136.04,880,12 +2013,9,8,0,30,0,0,0,2.7,22,139.93,880,12 +2013,9,8,1,30,0,0,0,2.5,22,139.01,880,12 +2013,9,8,2,30,0,0,0,2.3000000000000003,21,133.56,880,12 +2013,9,8,3,30,0,0,0,2,20,124.94,880,12 +2013,9,8,4,30,0,0,0,1.7000000000000002,19,114.42,880,12 +2013,9,8,5,30,0,0,0,1.5,19,102.85000000000001,880,12 +2013,9,8,6,30,0,0,0,2.1,20,90.71000000000001,880,12 +2013,9,8,7,30,146,64,405,2.7,22,78.34,880,12 +2013,9,8,8,30,356,102,625,2.8000000000000003,26,66.01,880,12 +2013,9,8,9,30,559,126,738,2.7,29,54.06,880,11 +2013,9,8,10,30,726,141,800,2.7,31,43.03,880,11 +2013,9,8,11,30,842,152,831,3.1,32,34.02,880,11 +2013,9,8,12,30,911,111,916,3.6,33,29.1,880,11 +2013,9,8,13,30,897,112,909,4,33,30.36,880,11 +2013,9,8,14,30,817,111,887,4.2,33,37.19,880,10 +2013,9,8,15,30,679,105,844,4.3,32,47.17,880,10 +2013,9,8,16,30,494,92,772,4.1000000000000005,31,58.660000000000004,880,10 +2013,9,8,17,30,282,72,639,3.7,30,70.82000000000001,880,10 +2013,9,8,18,30,77,36,342,2.7,27,83.21000000000001,880,10 +2013,9,8,19,30,0,0,0,2.4000000000000004,26,95.55,880,10 +2013,9,8,20,30,0,0,0,3.1,25,107.54,880,10 +2013,9,8,21,30,0,0,0,3.5,24,118.82000000000001,880,10 +2013,9,8,22,30,0,0,0,3.7,23,128.78,880,10 +2013,9,8,23,30,0,0,0,3.9000000000000004,22,136.42000000000002,880,11 +2013,9,9,0,30,0,0,0,3.8000000000000003,22,140.32,880,12 +2013,9,9,1,30,0,0,0,3.7,21,139.35,880,13 +2013,9,9,2,30,0,0,0,3.3000000000000003,20,133.84,880,14 +2013,9,9,3,30,0,0,0,2.7,19,125.16,880,15 +2013,9,9,4,30,0,0,0,2.2,19,114.61,880,16 +2013,9,9,5,30,0,0,0,1.7000000000000002,18,103.01,880,16 +2013,9,9,6,30,0,0,0,2.2,19,90.85000000000001,880,16 +2013,9,9,7,30,151,54,486,3.1,21,78.48,880,16 +2013,9,9,8,30,366,79,709,3.6,24,66.16,880,16 +2013,9,9,9,30,570,94,814,3.9000000000000004,27,54.230000000000004,880,15 +2013,9,9,10,30,736,104,867,4.2,28,43.25,880,14 +2013,9,9,11,30,849,111,892,4.7,29,34.31,880,13 +2013,9,9,12,30,902,107,912,5,30,29.46,880,13 +2013,9,9,13,30,887,106,909,5.300000000000001,29,30.75,880,13 +2013,9,9,14,30,809,101,893,5.300000000000001,29,37.550000000000004,880,13 +2013,9,9,15,30,671,96,850,5.300000000000001,28,47.5,880,12 +2013,9,9,16,30,489,81,792,5.2,28,58.96,880,12 +2013,9,9,17,30,279,62,671,4.9,27,71.10000000000001,880,12 +2013,9,9,18,30,74,32,376,4.2,25,83.49,880,12 +2013,9,9,19,30,0,0,0,3.5,24,95.84,880,12 +2013,9,9,20,30,0,0,0,3.4000000000000004,23,107.85000000000001,880,13 +2013,9,9,21,30,0,0,0,3.7,23,119.15,880,13 +2013,9,9,22,30,0,0,0,4,22,129.14000000000001,880,13 +2013,9,9,23,30,0,0,0,4,21,136.8,880,13 +2013,9,10,0,30,0,0,0,3.9000000000000004,21,140.70000000000002,880,13 +2013,9,10,1,30,0,0,0,3.6,20,139.70000000000002,880,14 +2013,9,10,2,30,0,0,0,3.3000000000000003,19,134.13,880,14 +2013,9,10,3,30,0,0,0,2.8000000000000003,19,125.39,880,15 +2013,9,10,4,30,0,0,0,2.3000000000000003,18,114.79,880,15 +2013,9,10,5,30,0,0,0,2,18,103.16,880,15 +2013,9,10,6,30,0,0,0,2.5,19,90.99,880,16 +2013,9,10,7,30,139,62,387,3.5,21,78.62,880,16 +2013,9,10,8,30,348,95,629,3.8000000000000003,23,66.31,880,16 +2013,9,10,9,30,551,111,754,4.1000000000000005,25,54.4,880,16 +2013,9,10,10,30,716,123,816,4.5,26,43.47,880,15 +2013,9,10,11,30,682,322,437,4.800000000000001,27,34.6,880,15 +2013,9,10,12,30,809,375,500,5,28,29.830000000000002,880,14 +2013,9,10,13,30,868,130,862,4.9,27,31.14,880,14 +2013,9,10,14,30,789,122,845,4.6000000000000005,27,37.9,880,14 +2013,9,10,15,30,443,324,177,4.5,27,47.82,880,14 +2013,9,10,16,30,392,199,378,4.4,26,59.26,880,14 +2013,9,10,17,30,206,119,274,4.2,25,71.39,880,14 +2013,9,10,18,30,49,38,107,3.7,24,83.78,880,15 +2013,9,10,19,30,0,0,0,3.4000000000000004,23,96.13,880,16 +2013,9,10,20,30,0,0,0,3.4000000000000004,22,108.15,880,17 +2013,9,10,21,30,0,0,0,3.4000000000000004,22,119.47,880,17 +2013,9,10,22,30,0,0,0,3.4000000000000004,21,129.49,880,17 +2013,9,10,23,30,0,0,0,3.3000000000000003,21,137.18,880,17 +2013,9,11,0,30,0,0,0,3.3000000000000003,20,141.09,880,17 +2013,9,11,1,30,0,0,0,3.1,20,140.05,880,17 +2013,9,11,2,30,0,0,0,2.9000000000000004,19,134.42000000000002,880,18 +2013,9,11,3,30,0,0,0,2.8000000000000003,19,125.62,880,18 +2013,9,11,4,30,0,0,0,2.5,19,114.98,880,18 +2013,9,11,5,30,0,0,0,2.4000000000000004,19,103.32000000000001,880,18 +2013,9,11,6,30,0,0,0,2.6,19,91.14,880,18 +2013,9,11,7,30,34,34,0,3.2,19,78.76,880,18 +2013,9,11,8,30,78,78,0,3.9000000000000004,20,66.46000000000001,880,18 +2013,9,11,9,30,79,79,0,4.3,22,54.58,880,18 +2013,9,11,10,30,232,223,12,4.6000000000000005,23,43.69,880,17 +2013,9,11,11,30,324,305,23,4.800000000000001,24,34.89,880,17 +2013,9,11,12,30,306,290,18,4.800000000000001,24,30.19,880,17 +2013,9,11,13,30,510,427,98,4.7,25,31.53,880,16 +2013,9,11,14,30,233,223,12,4.6000000000000005,26,38.27,880,16 +2013,9,11,15,30,409,320,132,4.3,25,48.15,880,16 +2013,9,11,16,30,328,224,205,4,24,59.56,880,16 +2013,9,11,17,30,159,126,106,3.4000000000000004,23,71.68,880,16 +2013,9,11,18,30,23,23,0,2.4000000000000004,22,84.06,880,16 +2013,9,11,19,30,0,0,0,1.9000000000000001,22,96.42,880,16 +2013,9,11,20,30,0,0,0,1.9000000000000001,21,108.45,880,16 +2013,9,11,21,30,0,0,0,2,21,119.8,880,15 +2013,9,11,22,30,0,0,0,2.5,21,129.85,880,15 +2013,9,11,23,30,0,0,0,3,21,137.57,880,14 +2013,9,12,0,30,0,0,0,3.1,20,141.48,880,14 +2013,9,12,1,30,0,0,0,2.8000000000000003,20,140.4,880,14 +2013,9,12,2,30,0,0,0,2.4000000000000004,19,134.7,880,14 +2013,9,12,3,30,0,0,0,2,19,125.85000000000001,880,14 +2013,9,12,4,30,0,0,0,1.6,18,115.16,880,14 +2013,9,12,5,30,0,0,0,1.2000000000000002,18,103.48,880,15 +2013,9,12,6,30,0,0,0,1.7000000000000002,18,91.28,880,15 +2013,9,12,7,30,68,66,8,2.6,20,78.9,880,16 +2013,9,12,8,30,242,165,194,3.2,22,66.61,880,16 +2013,9,12,9,30,438,243,336,3.7,24,54.75,880,16 +2013,9,12,10,30,605,289,438,4.1000000000000005,26,43.910000000000004,880,15 +2013,9,12,11,30,583,415,206,4.4,27,35.18,880,14 +2013,9,12,12,30,756,376,441,4.6000000000000005,28,30.560000000000002,880,14 +2013,9,12,13,30,727,369,421,4.7,29,31.92,880,13 +2013,9,12,14,30,630,364,340,4.800000000000001,29,38.63,880,13 +2013,9,12,15,30,397,316,122,4.6000000000000005,29,48.47,880,13 +2013,9,12,16,30,315,223,183,4.4,28,59.86,880,12 +2013,9,12,17,30,86,86,0,3.7,26,71.97,880,12 +2013,9,12,18,30,34,33,18,3,25,84.35000000000001,880,13 +2013,9,12,19,30,0,0,0,2.8000000000000003,24,96.71000000000001,880,13 +2013,9,12,20,30,0,0,0,3,23,108.76,880,13 +2013,9,12,21,30,0,0,0,3,22,120.13,880,13 +2013,9,12,22,30,0,0,0,2.7,22,130.21,880,13 +2013,9,12,23,30,0,0,0,2.1,21,137.95000000000002,880,13 +2013,9,13,0,30,0,0,0,1.5,20,141.86,880,13 +2013,9,13,1,30,0,0,0,1.2000000000000002,19,140.75,880,13 +2013,9,13,2,30,0,0,0,1.1,19,134.99,880,13 +2013,9,13,3,30,0,0,0,1,18,126.07000000000001,880,13 +2013,9,13,4,30,0,0,0,1,18,115.35000000000001,880,13 +2013,9,13,5,30,0,0,0,1,18,103.63,880,13 +2013,9,13,6,30,0,0,0,1.6,18,91.42,880,13 +2013,9,13,7,30,131,63,355,2.4000000000000004,20,79.04,880,14 +2013,9,13,8,30,273,152,306,3.1,22,66.76,880,14 +2013,9,13,9,30,491,184,534,3.7,25,54.93,880,13 +2013,9,13,10,30,701,142,778,4,26,44.13,880,13 +2013,9,13,11,30,698,345,434,4.2,27,35.480000000000004,880,13 +2013,9,13,12,30,646,437,243,4.2,28,30.93,880,13 +2013,9,13,13,30,282,268,16,4.1000000000000005,29,32.31,880,13 +2013,9,13,14,30,592,379,274,3.9000000000000004,28,38.99,880,12 +2013,9,13,15,30,562,239,491,3.6,28,48.800000000000004,880,12 +2013,9,13,16,30,341,214,255,3.2,27,60.17,880,12 +2013,9,13,17,30,190,115,243,2.6,26,72.26,880,13 +2013,9,13,18,30,35,32,26,2.5,24,84.64,880,14 +2013,9,13,19,30,0,0,0,3.2,23,97,880,15 +2013,9,13,20,30,0,0,0,3.6,22,109.07000000000001,880,15 +2013,9,13,21,30,0,0,0,3.7,21,120.46000000000001,880,16 +2013,9,13,22,30,0,0,0,3.8000000000000003,20,130.56,880,16 +2013,9,13,23,30,0,0,0,3.6,20,138.34,880,17 +2013,9,14,0,30,0,0,0,3.3000000000000003,19,142.26,880,17 +2013,9,14,1,30,0,0,0,3.2,18,141.1,880,17 +2013,9,14,2,30,0,0,0,2.9000000000000004,18,135.27,880,17 +2013,9,14,3,30,0,0,0,2.4000000000000004,18,126.3,880,17 +2013,9,14,4,30,0,0,0,1.9000000000000001,18,115.53,880,17 +2013,9,14,5,30,0,0,0,1.4000000000000001,17,103.79,880,17 +2013,9,14,6,30,0,0,0,1.9000000000000001,17,91.57000000000001,880,17 +2013,9,14,7,30,63,63,1,2.7,19,79.18,880,17 +2013,9,14,8,30,296,134,412,3.3000000000000003,22,66.91,880,16 +2013,9,14,9,30,556,99,798,4,25,55.11,880,14 +2013,9,14,10,30,724,108,861,4.5,27,44.36,880,12 +2013,9,14,11,30,839,114,893,4.9,28,35.78,880,11 +2013,9,14,12,30,614,441,202,5.1000000000000005,29,31.3,880,10 +2013,9,14,13,30,650,421,272,5.300000000000001,30,32.7,880,10 +2013,9,14,14,30,637,346,376,5.300000000000001,29,39.36,880,10 +2013,9,14,15,30,534,273,399,5.1000000000000005,29,49.13,880,10 +2013,9,14,16,30,405,164,490,4.800000000000001,28,60.47,880,10 +2013,9,14,17,30,168,125,142,4.1000000000000005,27,72.55,880,10 +2013,9,14,18,30,43,34,101,3.2,25,84.93,880,11 +2013,9,14,19,30,0,0,0,2.8000000000000003,24,97.29,880,11 +2013,9,14,20,30,0,0,0,2.9000000000000004,23,109.37,880,11 +2013,9,14,21,30,0,0,0,3.1,23,120.78,880,11 +2013,9,14,22,30,0,0,0,3.2,23,130.92000000000002,880,12 +2013,9,14,23,30,0,0,0,3.3000000000000003,22,138.73,880,12 +2013,9,15,0,30,0,0,0,3.4000000000000004,22,142.65,880,12 +2013,9,15,1,30,0,0,0,3.5,21,141.45000000000002,880,12 +2013,9,15,2,30,0,0,0,3.5,21,135.55,880,12 +2013,9,15,3,30,0,0,0,3.3000000000000003,20,126.52,880,12 +2013,9,15,4,30,0,0,0,2.8000000000000003,19,115.71000000000001,880,11 +2013,9,15,5,30,0,0,0,2.7,19,103.95,880,11 +2013,9,15,6,30,0,0,0,2.9000000000000004,19,91.71000000000001,880,10 +2013,9,15,7,30,98,66,169,3.6,20,79.32000000000001,880,10 +2013,9,15,8,30,181,157,60,4.5,23,67.07000000000001,880,11 +2013,9,15,9,30,370,262,188,4.800000000000001,26,55.300000000000004,880,11 +2013,9,15,10,30,544,333,296,4.7,27,44.59,880,11 +2013,9,15,11,30,676,317,444,4.7,29,36.08,880,10 +2013,9,15,12,30,704,350,416,4.9,30,31.67,880,10 +2013,9,15,13,30,505,420,101,5,30,33.1,880,10 +2013,9,15,14,30,325,303,28,4.9,29,39.730000000000004,880,10 +2013,9,15,15,30,528,276,387,4.800000000000001,29,49.47,880,10 +2013,9,15,16,30,393,170,457,4.5,28,60.78,880,10 +2013,9,15,17,30,182,111,241,3.7,27,72.85000000000001,880,11 +2013,9,15,18,30,28,27,9,3,25,85.21000000000001,880,12 +2013,9,15,19,30,0,0,0,2.9000000000000004,23,97.59,880,12 +2013,9,15,20,30,0,0,0,3,23,109.68,880,13 +2013,9,15,21,30,0,0,0,3,22,121.11,880,13 +2013,9,15,22,30,0,0,0,3.1,22,131.28,880,13 +2013,9,15,23,30,0,0,0,3.2,21,139.12,880,13 +2013,9,16,0,30,0,0,0,3.1,21,143.04,880,14 +2013,9,16,1,30,0,0,0,2.8000000000000003,20,141.8,880,14 +2013,9,16,2,30,0,0,0,2.5,19,135.84,880,14 +2013,9,16,3,30,0,0,0,2,18,126.75,880,14 +2013,9,16,4,30,0,0,0,1.5,18,115.89,880,14 +2013,9,16,5,30,0,0,0,1.1,17,104.10000000000001,880,14 +2013,9,16,6,30,0,0,0,1.4000000000000001,17,91.86,880,14 +2013,9,16,7,30,133,52,443,2,19,79.47,880,15 +2013,9,16,8,30,344,81,678,2.5,22,67.22,880,15 +2013,9,16,9,30,546,98,791,2.6,25,55.480000000000004,880,15 +2013,9,16,10,30,712,109,850,2.4000000000000004,26,44.82,880,15 +2013,9,16,11,30,645,384,324,2.2,27,36.38,880,14 +2013,9,16,12,30,304,289,18,2.2,28,32.05,880,14 +2013,9,16,13,30,106,106,0,2.4000000000000004,28,33.49,880,13 +2013,9,16,14,30,564,377,245,2.6,28,40.09,880,13 +2013,9,16,15,30,617,141,737,2.8000000000000003,27,49.800000000000004,880,12 +2013,9,16,16,30,129,129,0,2.9000000000000004,26,61.09,880,12 +2013,9,16,17,30,109,104,18,2.6,25,73.14,880,13 +2013,9,16,18,30,20,20,0,2.2,23,85.51,880,14 +2013,9,16,19,30,0,0,0,2.4000000000000004,21,97.88,880,15 +2013,9,16,20,30,0,0,0,2.7,20,109.99000000000001,880,15 +2013,9,16,21,30,0,0,0,2.7,19,121.44,880,15 +2013,9,16,22,30,0,0,0,2.5,19,131.64000000000001,880,16 +2013,9,16,23,30,0,0,0,2.2,19,139.5,880,16 +2013,9,17,0,30,0,0,0,2.1,19,143.43,880,17 +2013,9,17,1,30,0,0,0,2,19,142.15,880,18 +2013,9,17,2,30,0,0,0,1.9000000000000001,19,136.12,880,18 +2013,9,17,3,30,0,0,0,1.6,19,126.97,880,18 +2013,9,17,4,30,0,0,0,1.2000000000000002,18,116.08,880,18 +2013,9,17,5,30,0,0,0,1.1,18,104.26,880,18 +2013,9,17,6,30,0,0,0,1.4000000000000001,18,92,880,17 +2013,9,17,7,30,41,41,0,2.2,19,79.61,880,17 +2013,9,17,8,30,175,154,54,3,21,67.38,880,17 +2013,9,17,9,30,286,246,71,3.5,23,55.67,880,16 +2013,9,17,10,30,555,299,362,3.8000000000000003,25,45.06,880,16 +2013,9,17,11,30,647,380,333,4.2,26,36.69,880,15 +2013,9,17,12,30,773,362,487,4.6000000000000005,27,32.42,880,15 +2013,9,17,13,30,551,426,150,4.800000000000001,27,33.89,880,14 +2013,9,17,14,30,604,357,324,5,26,40.46,880,14 +2013,9,17,15,30,631,86,849,5.1000000000000005,26,50.14,880,14 +2013,9,17,16,30,447,72,784,5.1000000000000005,25,61.4,880,14 +2013,9,17,17,30,238,54,648,4.9,24,73.44,880,14 +2013,9,17,18,30,43,22,286,4.3,23,85.8,880,14 +2013,9,17,19,30,0,0,0,3.7,22,98.18,880,14 +2013,9,17,20,30,0,0,0,3.4000000000000004,21,110.29,880,14 +2013,9,17,21,30,0,0,0,3.3000000000000003,20,121.77,880,14 +2013,9,17,22,30,0,0,0,3.4000000000000004,20,132,880,14 +2013,9,17,23,30,0,0,0,3.3000000000000003,19,139.89000000000001,880,14 +2013,9,18,0,30,0,0,0,3.4000000000000004,19,143.83,880,14 +2013,9,18,1,30,0,0,0,3.5,18,142.5,880,14 +2013,9,18,2,30,0,0,0,3.4000000000000004,18,136.4,880,14 +2013,9,18,3,30,0,0,0,3.2,17,127.19,880,15 +2013,9,18,4,30,0,0,0,3,17,116.26,880,15 +2013,9,18,5,30,0,0,0,3,17,104.42,880,16 +2013,9,18,6,30,0,0,0,3.4000000000000004,17,92.15,880,16 +2013,9,18,7,30,134,41,519,4.6000000000000005,19,79.76,880,17 +2013,9,18,8,30,348,60,754,5.6000000000000005,22,67.54,880,17 +2013,9,18,9,30,551,69,859,5.800000000000001,25,55.85,880,16 +2013,9,18,10,30,716,74,913,5.7,27,45.300000000000004,880,15 +2013,9,18,11,30,829,77,941,5.7,28,36.99,880,15 +2013,9,18,12,30,878,82,947,5.7,29,32.8,880,14 +2013,9,18,13,30,861,82,942,5.6000000000000005,30,34.29,880,14 +2013,9,18,14,30,778,81,922,5.5,30,40.83,880,13 +2013,9,18,15,30,636,78,876,5.4,29,50.47,880,13 +2013,9,18,16,30,224,197,57,5.2,28,61.71,870,13 +2013,9,18,17,30,236,55,646,4.7,27,73.73,880,13 +2013,9,18,18,30,40,22,260,4.2,25,86.09,880,13 +2013,9,18,19,30,0,0,0,4.1000000000000005,24,98.47,880,14 +2013,9,18,20,30,0,0,0,4.1000000000000005,23,110.60000000000001,880,14 +2013,9,18,21,30,0,0,0,4,22,122.10000000000001,880,14 +2013,9,18,22,30,0,0,0,3.9000000000000004,21,132.36,880,14 +2013,9,18,23,30,0,0,0,3.9000000000000004,21,140.28,880,14 +2013,9,19,0,30,0,0,0,3.8000000000000003,20,144.22,880,15 +2013,9,19,1,30,0,0,0,3.7,20,142.85,880,15 +2013,9,19,2,30,0,0,0,3.4000000000000004,19,136.68,880,16 +2013,9,19,3,30,0,0,0,3.1,18,127.41,880,16 +2013,9,19,4,30,0,0,0,2.8000000000000003,18,116.44,880,17 +2013,9,19,5,30,0,0,0,2.6,18,104.57000000000001,880,17 +2013,9,19,6,30,0,0,0,2.8000000000000003,18,92.29,880,17 +2013,9,19,7,30,60,59,4,3.6,20,79.91,880,18 +2013,9,19,8,30,234,156,205,4,22,67.7,880,17 +2013,9,19,9,30,423,235,336,3.7,24,56.04,880,17 +2013,9,19,10,30,387,329,82,3.2,25,45.54,880,16 +2013,9,19,11,30,614,390,281,3.3000000000000003,26,37.300000000000004,880,16 +2013,9,19,12,30,647,419,271,3.8000000000000003,26,33.18,880,16 +2013,9,19,13,30,722,349,454,4,26,34.68,880,16 +2013,9,19,14,30,638,310,435,4,25,41.21,880,16 +2013,9,19,15,30,512,262,395,4,25,50.81,880,16 +2013,9,19,16,30,259,206,113,4,24,62.02,880,16 +2013,9,19,17,30,116,104,43,3.8000000000000003,23,74.03,880,16 +2013,9,19,18,30,18,18,0,3.3000000000000003,21,86.38,880,16 +2013,9,19,19,30,0,0,0,3,20,98.77,880,16 +2013,9,19,20,30,0,0,0,2.8000000000000003,19,110.91,880,16 +2013,9,19,21,30,0,0,0,2.6,19,122.43,880,16 +2013,9,19,22,30,0,0,0,2.1,18,132.72,880,16 +2013,9,19,23,30,0,0,0,1.5,18,140.67000000000002,880,16 +2013,9,20,0,30,0,0,0,1,18,144.61,880,16 +2013,9,20,1,30,0,0,0,0.6000000000000001,18,143.20000000000002,880,17 +2013,9,20,2,30,0,0,0,0.5,17,136.96,880,17 +2013,9,20,3,30,0,0,0,0.9,17,127.63000000000001,880,17 +2013,9,20,4,30,0,0,0,1.8,17,116.62,880,16 +2013,9,20,5,30,0,0,0,3,16,104.73,880,16 +2013,9,20,6,30,0,0,0,4.2,16,92.44,880,14 +2013,9,20,7,30,10,10,0,5.2,16,80.05,880,13 +2013,9,20,8,30,95,95,0,5.7,18,67.86,880,12 +2013,9,20,9,30,154,153,2,5.6000000000000005,20,56.24,880,11 +2013,9,20,10,30,196,190,8,5.4,22,45.78,880,11 +2013,9,20,11,30,457,387,89,5.1000000000000005,24,37.62,880,10 +2013,9,20,12,30,537,416,145,4.9,25,33.55,880,10 +2013,9,20,13,30,278,265,16,4.7,26,35.08,880,10 +2013,9,20,14,30,197,190,9,4.6000000000000005,26,41.58,880,10 +2013,9,20,15,30,222,213,14,4.4,25,51.15,880,10 +2013,9,20,16,30,223,194,62,4.1000000000000005,24,62.33,880,9 +2013,9,20,17,30,233,55,658,3.5,22,74.33,880,9 +2013,9,20,18,30,35,20,256,2.5,19,86.67,880,10 +2013,9,20,19,30,0,0,0,2.1,17,99.06,880,10 +2013,9,20,20,30,0,0,0,1.9000000000000001,16,111.21000000000001,880,10 +2013,9,20,21,30,0,0,0,1.6,15,122.76,880,10 +2013,9,20,22,30,0,0,0,1.4000000000000001,14,133.08,880,10 +2013,9,20,23,30,0,0,0,1.2000000000000002,14,141.06,880,10 +2013,9,21,0,30,0,0,0,1.1,13,145.01,880,10 +2013,9,21,1,30,0,0,0,0.9,13,143.55,880,10 +2013,9,21,2,30,0,0,0,0.8,12,137.24,880,9 +2013,9,21,3,30,0,0,0,0.7000000000000001,12,127.85000000000001,880,9 +2013,9,21,4,30,0,0,0,0.6000000000000001,11,116.8,880,8 +2013,9,21,5,30,0,0,0,0.5,11,104.88,880,8 +2013,9,21,6,30,0,0,0,0.5,12,92.58,880,8 +2013,9,21,7,30,135,38,567,0.9,14,80.2,880,8 +2013,9,21,8,30,355,58,791,1.2000000000000002,18,68.03,880,6 +2013,9,21,9,30,562,70,890,1.3,21,56.43,880,6 +2013,9,21,10,30,732,77,942,1.4000000000000001,23,46.02,880,8 +2013,9,21,11,30,847,82,969,1.6,25,37.93,880,9 +2013,9,21,12,30,894,94,964,1.9000000000000001,26,33.93,880,9 +2013,9,21,13,30,876,91,963,2.2,27,35.480000000000004,880,9 +2013,9,21,14,30,791,86,948,2.4000000000000004,28,41.95,880,9 +2013,9,21,15,30,647,78,913,2.7,28,51.49,880,8 +2013,9,21,16,30,454,67,843,2.8000000000000003,27,62.65,880,7 +2013,9,21,17,30,235,50,696,2.2,24,74.62,880,7 +2013,9,21,18,30,33,18,279,1.8,21,86.96000000000001,880,9 +2013,9,21,19,30,0,0,0,2.4000000000000004,19,99.36,880,8 +2013,9,21,20,30,0,0,0,3,18,111.52,880,7 +2013,9,21,21,30,0,0,0,3.3000000000000003,18,123.09,880,7 +2013,9,21,22,30,0,0,0,3.3000000000000003,17,133.43,880,7 +2013,9,21,23,30,0,0,0,3.3000000000000003,16,141.45000000000002,880,7 +2013,9,22,0,30,0,0,0,3.3000000000000003,16,145.4,880,7 +2013,9,22,1,30,0,0,0,3.2,15,143.9,880,7 +2013,9,22,2,30,0,0,0,3.1,15,137.52,880,8 +2013,9,22,3,30,0,0,0,2.8000000000000003,14,128.07,880,8 +2013,9,22,4,30,0,0,0,2.5,13,116.97,880,8 +2013,9,22,5,30,0,0,0,2.2,13,105.04,880,8 +2013,9,22,6,30,0,0,0,2.6,13,92.73,880,8 +2013,9,22,7,30,134,40,559,3.2,15,80.35000000000001,880,8 +2013,9,22,8,30,355,62,788,4.1000000000000005,19,68.19,880,9 +2013,9,22,9,30,564,76,888,4.7,22,56.63,880,9 +2013,9,22,10,30,735,84,942,4.7,25,46.27,880,9 +2013,9,22,11,30,851,87,972,4.800000000000001,27,38.24,880,8 +2013,9,22,12,30,901,89,983,5.1000000000000005,28,34.31,870,7 +2013,9,22,13,30,883,87,982,5.4,28,35.88,870,6 +2013,9,22,14,30,797,83,965,5.6000000000000005,29,42.32,870,5 +2013,9,22,15,30,650,76,928,5.7,28,51.83,870,4 +2013,9,22,16,30,455,65,857,5.6000000000000005,27,62.96,870,3 +2013,9,22,17,30,233,49,706,4.9,24,74.92,870,3 +2013,9,22,18,30,30,17,268,4.1000000000000005,22,87.25,870,3 +2013,9,22,19,30,0,0,0,4.1000000000000005,20,99.65,870,3 +2013,9,22,20,30,0,0,0,4.4,18,111.83,870,3 +2013,9,22,21,30,0,0,0,4.5,17,123.41,870,3 +2013,9,22,22,30,0,0,0,4.5,16,133.79,870,4 +2013,9,22,23,30,0,0,0,4.3,16,141.84,870,4 +2013,9,23,0,30,0,0,0,4,15,145.8,870,4 +2013,9,23,1,30,0,0,0,3.9000000000000004,15,144.25,870,5 +2013,9,23,2,30,0,0,0,4.3,15,137.8,870,5 +2013,9,23,3,30,0,0,0,4.4,15,128.29,870,5 +2013,9,23,4,30,0,0,0,3.4000000000000004,14,117.15,870,5 +2013,9,23,5,30,0,0,0,2.3000000000000003,13,105.2,870,6 +2013,9,23,6,30,0,0,0,2.4000000000000004,13,92.88,870,6 +2013,9,23,7,30,136,38,594,3.1,15,80.5,870,6 +2013,9,23,8,30,364,56,835,3.9000000000000004,19,68.36,870,4 +2013,9,23,9,30,577,68,931,4.7,22,56.82,870,0 +2013,9,23,10,30,748,76,977,5.1000000000000005,24,46.52,870,0 +2013,9,23,11,30,862,81,998,5.2,26,38.56,870,0 +2013,9,23,12,30,909,85,1002,5.2,27,34.69,870,0 +2013,9,23,13,30,887,85,994,5.1000000000000005,28,36.28,870,0 +2013,9,23,14,30,797,82,972,5,28,42.7,870,0 +2013,9,23,15,30,646,76,929,4.800000000000001,27,52.17,870,0 +2013,9,23,16,30,449,65,852,4.3,26,63.28,870,0 +2013,9,23,17,30,226,49,694,2.8000000000000003,24,75.22,870,1 +2013,9,23,18,30,26,16,246,1.5,20,87.54,870,5 +2013,9,23,19,30,0,0,0,1.3,18,99.94,870,5 +2013,9,23,20,30,0,0,0,1.3,17,112.13,880,5 +2013,9,23,21,30,0,0,0,1.6,17,123.74000000000001,880,5 +2013,9,23,22,30,0,0,0,2.4000000000000004,16,134.15,880,5 +2013,9,23,23,30,0,0,0,3.5,16,142.23,880,5 +2013,9,24,0,30,0,0,0,3.7,15,146.19,880,5 +2013,9,24,1,30,0,0,0,3.3000000000000003,14,144.59,880,6 +2013,9,24,2,30,0,0,0,2.9000000000000004,13,138.07,880,6 +2013,9,24,3,30,0,0,0,2.4000000000000004,12,128.5,880,6 +2013,9,24,4,30,0,0,0,2,11,117.33,880,5 +2013,9,24,5,30,0,0,0,1.7000000000000002,11,105.35000000000001,880,5 +2013,9,24,6,30,0,0,0,2,12,93.02,880,5 +2013,9,24,7,30,127,40,536,2.7,15,80.65,880,6 +2013,9,24,8,30,347,62,776,3.4000000000000004,19,68.53,880,6 +2013,9,24,9,30,555,75,883,3.7,22,57.02,880,4 +2013,9,24,10,30,725,82,938,3.2,25,46.77,880,3 +2013,9,24,11,30,840,87,968,2.4000000000000004,27,38.88,880,3 +2013,9,24,12,30,890,89,978,1.8,28,35.08,880,3 +2013,9,24,13,30,871,87,976,1.5,29,36.67,880,3 +2013,9,24,14,30,783,83,959,1.3,29,43.07,880,2 +2013,9,24,15,30,636,75,922,1.3,29,52.51,880,2 +2013,9,24,16,30,441,64,848,1.4000000000000001,28,63.59,880,2 +2013,9,24,17,30,221,48,692,1.2000000000000002,25,75.52,880,2 +2013,9,24,18,30,23,15,238,1.2000000000000002,21,87.84,880,7 +2013,9,24,19,30,0,0,0,1.5,19,100.24000000000001,880,5 +2013,9,24,20,30,0,0,0,1.9000000000000001,18,112.44,880,5 +2013,9,24,21,30,0,0,0,2.2,17,124.06,880,4 +2013,9,24,22,30,0,0,0,2.4000000000000004,16,134.51,880,4 +2013,9,24,23,30,0,0,0,2.6,16,142.62,880,4 +2013,9,25,0,30,0,0,0,2.9000000000000004,15,146.59,880,4 +2013,9,25,1,30,0,0,0,3.2,15,144.94,880,5 +2013,9,25,2,30,0,0,0,3.4000000000000004,14,138.35,880,5 +2013,9,25,3,30,0,0,0,3.3000000000000003,14,128.72,880,5 +2013,9,25,4,30,0,0,0,3.1,13,117.51,880,6 +2013,9,25,5,30,0,0,0,2.9000000000000004,13,105.51,880,6 +2013,9,25,6,30,0,0,0,3.1,13,93.17,880,6 +2013,9,25,7,30,124,39,533,3.5,15,80.8,880,7 +2013,9,25,8,30,343,63,771,3.8000000000000003,19,68.7,880,7 +2013,9,25,9,30,551,77,876,4.5,24,57.22,880,7 +2013,9,25,10,30,721,86,931,4.800000000000001,27,47.02,880,6 +2013,9,25,11,30,836,92,960,4.7,29,39.2,880,5 +2013,9,25,12,30,886,93,973,4.6000000000000005,30,35.46,870,5 +2013,9,25,13,30,866,93,969,4.5,31,37.07,870,4 +2013,9,25,14,30,778,89,949,4.4,31,43.44,870,3 +2013,9,25,15,30,631,78,915,4.2,31,52.85,870,3 +2013,9,25,16,30,435,67,836,3.8000000000000003,30,63.9,870,2 +2013,9,25,17,30,214,50,669,2.6,27,75.82000000000001,870,3 +2013,9,25,18,30,20,14,185,1.8,23,88.13,870,5 +2013,9,25,19,30,0,0,0,2,21,100.53,870,5 +2013,9,25,20,30,0,0,0,2.5,21,112.74000000000001,870,5 +2013,9,25,21,30,0,0,0,3,21,124.39,870,4 +2013,9,25,22,30,0,0,0,3.3000000000000003,20,134.86,870,4 +2013,9,25,23,30,0,0,0,3.5,19,143.01,870,4 +2013,9,26,0,30,0,0,0,3.7,19,146.99,870,5 +2013,9,26,1,30,0,0,0,3.6,18,145.29,870,5 +2013,9,26,2,30,0,0,0,3.5,17,138.62,870,6 +2013,9,26,3,30,0,0,0,3.3000000000000003,17,128.93,870,8 +2013,9,26,4,30,0,0,0,3,16,117.68,870,9 +2013,9,26,5,30,0,0,0,2.5,16,105.66,870,9 +2013,9,26,6,30,0,0,0,2.8000000000000003,16,93.32000000000001,870,10 +2013,9,26,7,30,116,40,485,3.5,18,80.96000000000001,870,10 +2013,9,26,8,30,329,64,736,3.8000000000000003,22,68.87,870,10 +2013,9,26,9,30,532,77,844,4,27,57.43,870,10 +2013,9,26,10,30,697,86,900,4.2,30,47.27,870,8 +2013,9,26,11,30,808,92,928,4.3,32,39.52,870,7 +2013,9,26,12,30,854,93,939,4.6000000000000005,33,35.84,870,7 +2013,9,26,13,30,832,93,930,4.9,33,37.47,870,7 +2013,9,26,14,30,745,88,910,4.9,33,43.82,870,7 +2013,9,26,15,30,601,78,873,4.9,32,53.19,870,7 +2013,9,26,16,30,413,66,798,4.9,31,64.22,870,7 +2013,9,26,17,30,200,48,633,4.5,29,76.11,870,7 +2013,9,26,18,30,16,12,150,4.5,26,88.42,870,8 +2013,9,26,19,30,0,0,0,4.9,24,100.82000000000001,870,8 +2013,9,26,20,30,0,0,0,4.7,23,113.04,870,9 +2013,9,26,21,30,0,0,0,4.5,22,124.71000000000001,870,9 +2013,9,26,22,30,0,0,0,4.2,21,135.21,870,10 +2013,9,26,23,30,0,0,0,4,21,143.4,870,11 +2013,9,27,0,30,0,0,0,3.9000000000000004,20,147.38,870,12 +2013,9,27,1,30,0,0,0,3.8000000000000003,20,145.63,870,12 +2013,9,27,2,30,0,0,0,3.6,19,138.89000000000001,870,13 +2013,9,27,3,30,0,0,0,3.5,18,129.15,870,13 +2013,9,27,4,30,0,0,0,3.4000000000000004,17,117.86,870,13 +2013,9,27,5,30,0,0,0,3.2,17,105.82000000000001,870,14 +2013,9,27,6,30,0,0,0,3.4000000000000004,17,93.47,870,14 +2013,9,27,7,30,107,48,380,4.2,18,81.11,870,14 +2013,9,27,8,30,313,80,650,4.7,21,69.04,870,14 +2013,9,27,9,30,511,98,771,4.6000000000000005,24,57.63,870,15 +2013,9,27,10,30,344,300,64,4.7,27,47.53,870,14 +2013,9,27,11,30,593,374,284,5.1000000000000005,29,39.85,870,14 +2013,9,27,12,30,275,262,16,5.300000000000001,28,36.22,870,14 +2013,9,27,13,30,263,251,15,5.2,27,37.87,870,15 +2013,9,27,14,30,333,304,40,4.800000000000001,27,44.19,870,15 +2013,9,27,15,30,399,279,202,4.1000000000000005,27,53.53,870,15 +2013,9,27,16,30,385,89,688,3.2,26,64.53,870,15 +2013,9,27,17,30,175,71,443,2.5,25,76.41,870,16 +2013,9,27,18,30,10,9,13,2.5,23,88.7,870,16 +2013,9,27,19,30,0,0,0,2.9000000000000004,22,101.11,870,17 +2013,9,27,20,30,0,0,0,3,21,113.34,870,17 +2013,9,27,21,30,0,0,0,2.8000000000000003,20,125.03,870,17 +2013,9,27,22,30,0,0,0,2.3000000000000003,19,135.57,870,17 +2013,9,27,23,30,0,0,0,2.7,18,143.79,880,15 +2013,9,28,0,30,0,0,0,3.7,15,147.78,880,12 +2013,9,28,1,30,0,0,0,3.9000000000000004,13,145.98,880,8 +2013,9,28,2,30,0,0,0,3.5,12,139.16,880,6 +2013,9,28,3,30,0,0,0,3.2,11,129.36,880,5 +2013,9,28,4,30,0,0,0,3.1,10,118.03,880,3 +2013,9,28,5,30,0,0,0,3.1,9,105.97,880,2 +2013,9,28,6,30,0,0,0,3.4000000000000004,9,93.62,880,1 +2013,9,28,7,30,119,39,527,4.800000000000001,11,81.27,880,1 +2013,9,28,8,30,340,62,783,5.800000000000001,13,69.21000000000001,880,3 +2013,9,28,9,30,552,74,898,5.5,15,57.84,880,3 +2013,9,28,10,30,725,80,959,4.6000000000000005,18,47.79,880,2 +2013,9,28,11,30,842,83,993,3.8000000000000003,19,40.17,880,1 +2013,9,28,12,30,892,85,1005,3.2,20,36.6,880,0 +2013,9,28,13,30,871,83,1004,2.7,21,38.26,880,0 +2013,9,28,14,30,782,79,985,2.3000000000000003,22,44.56,880,-1 +2013,9,28,15,30,630,73,944,2.1,22,53.870000000000005,880,-1 +2013,9,28,16,30,431,63,867,2,21,64.84,880,-2 +2013,9,28,17,30,207,46,700,1.5,19,76.71000000000001,880,-2 +2013,9,28,18,30,13,10,171,1.1,15,88.99,880,3 +2013,9,28,19,30,0,0,0,1.2000000000000002,13,101.4,880,2 +2013,9,28,20,30,0,0,0,1.4000000000000001,12,113.64,880,1 +2013,9,28,21,30,0,0,0,1.4000000000000001,11,125.35000000000001,880,0 +2013,9,28,22,30,0,0,0,1.3,10,135.92000000000002,880,0 +2013,9,28,23,30,0,0,0,1.3,9,144.17000000000002,880,0 +2013,9,29,0,30,0,0,0,1.2000000000000002,9,148.17000000000002,880,0 +2013,9,29,1,30,0,0,0,1.1,8,146.32,880,0 +2013,9,29,2,30,0,0,0,1,8,139.43,880,0 +2013,9,29,3,30,0,0,0,1,7,129.57,880,0 +2013,9,29,4,30,0,0,0,1,7,118.21000000000001,880,0 +2013,9,29,5,30,0,0,0,1,7,106.13,880,0 +2013,9,29,6,30,0,0,0,1.1,7,93.77,880,0 +2013,9,29,7,30,123,34,592,1.8,10,81.42,880,1 +2013,9,29,8,30,347,55,830,2.7,14,69.39,880,1 +2013,9,29,9,30,559,67,929,3,18,58.050000000000004,880,0 +2013,9,29,10,30,729,74,980,3.3000000000000003,21,48.050000000000004,880,0 +2013,9,29,11,30,844,78,1006,3.3000000000000003,23,40.49,880,0 +2013,9,29,12,30,892,80,1016,3.5,25,36.99,880,0 +2013,9,29,13,30,869,79,1011,3.6,26,38.660000000000004,880,0 +2013,9,29,14,30,778,76,991,3.5,27,44.94,880,-1 +2013,9,29,15,30,626,71,949,3.4000000000000004,27,54.21,880,-1 +2013,9,29,16,30,426,61,869,2.7,26,65.16,880,-2 +2013,9,29,17,30,201,45,696,1.7000000000000002,22,77,880,0 +2013,9,29,18,30,0,0,0,1.4000000000000001,18,89.28,880,3 +2013,9,29,19,30,0,0,0,1.8,16,101.69,880,1 +2013,9,29,20,30,0,0,0,2.2,16,113.94,880,0 +2013,9,29,21,30,0,0,0,2.5,15,125.67,880,0 +2013,9,29,22,30,0,0,0,2.7,14,136.27,880,0 +2013,9,29,23,30,0,0,0,2.8000000000000003,14,144.56,880,0 +2013,9,30,0,30,0,0,0,2.8000000000000003,13,148.56,880,0 +2013,9,30,1,30,0,0,0,2.8000000000000003,12,146.66,880,0 +2013,9,30,2,30,0,0,0,2.8000000000000003,11,139.70000000000002,880,0 +2013,9,30,3,30,0,0,0,2.8000000000000003,11,129.78,880,0 +2013,9,30,4,30,0,0,0,2.8000000000000003,10,118.38,870,0 +2013,9,30,5,30,0,0,0,2.9000000000000004,10,106.28,870,0 +2013,9,30,6,30,0,0,0,3.4000000000000004,10,93.92,870,0 +2013,9,30,7,30,120,31,608,3.8000000000000003,12,81.58,870,0 +2013,9,30,8,30,342,50,837,3.7,16,69.56,870,0 +2013,9,30,9,30,550,60,932,3.6,20,58.26,870,0 +2013,9,30,10,30,718,67,979,3.4000000000000004,25,48.31,870,0 +2013,9,30,11,30,748,219,698,3.1,28,40.82,870,-2 +2013,9,30,12,30,755,303,568,3,30,37.37,870,-3 +2013,9,30,13,30,603,380,287,2.8000000000000003,31,39.06,870,-3 +2013,9,30,14,30,658,233,604,2.6,31,45.31,870,-3 +2013,9,30,15,30,609,70,929,2.3000000000000003,31,54.54,870,-3 +2013,9,30,16,30,412,60,848,1.6,30,65.47,870,-3 +2013,9,30,17,30,192,44,673,1,26,77.3,870,3 +2013,9,30,18,30,0,0,0,1.2000000000000002,23,89.56,870,4 +2013,9,30,19,30,0,0,0,1.3,21,101.97,870,2 +2013,9,30,20,30,0,0,0,1.4000000000000001,19,114.23,870,2 +2013,9,30,21,30,0,0,0,1.4000000000000001,18,125.98,870,1 +2013,9,30,22,30,0,0,0,1.4000000000000001,16,136.62,870,1 +2013,9,30,23,30,0,0,0,1.5,15,144.94,870,1 +2013,10,1,0,30,0,0,0,1.5,15,148.96,870,2 +2013,10,1,1,30,0,0,0,1.5,14,147,870,2 +2013,10,1,2,30,0,0,0,1.6,13,139.97,870,2 +2013,10,1,3,30,0,0,0,1.7000000000000002,13,129.99,870,3 +2013,10,1,4,30,0,0,0,1.8,12,118.55,870,4 +2013,10,1,5,30,0,0,0,1.9000000000000001,12,106.44,870,4 +2013,10,1,6,30,0,0,0,2.4000000000000004,12,94.07000000000001,870,4 +2013,10,1,7,30,112,34,539,2.9000000000000004,14,81.74,870,5 +2013,10,1,8,30,330,55,792,2.4000000000000004,18,69.74,870,5 +2013,10,1,9,30,537,67,899,1.8,22,58.47,870,5 +2013,10,1,10,30,707,74,956,2.1,27,48.57,870,4 +2013,10,1,11,30,821,78,986,2.7,30,41.15,870,1 +2013,10,1,12,30,868,82,994,2.9000000000000004,31,37.75,870,0 +2013,10,1,13,30,846,82,990,3,32,39.45,870,0 +2013,10,1,14,30,755,79,968,3,33,45.68,870,0 +2013,10,1,15,30,603,73,922,2.9000000000000004,32,54.88,870,0 +2013,10,1,16,30,406,63,835,2.1,30,65.78,870,0 +2013,10,1,17,30,185,45,649,1.3,26,77.59,870,5 +2013,10,1,18,30,0,0,0,1.3,23,89.85000000000001,870,7 +2013,10,1,19,30,0,0,0,1.5,21,102.26,870,5 +2013,10,1,20,30,0,0,0,1.7000000000000002,20,114.53,870,4 +2013,10,1,21,30,0,0,0,1.8,18,126.3,870,3 +2013,10,1,22,30,0,0,0,1.9000000000000001,17,136.96,870,3 +2013,10,1,23,30,0,0,0,1.9000000000000001,16,145.33,870,3 +2013,10,2,0,30,0,0,0,1.8,15,149.35,870,2 +2013,10,2,1,30,0,0,0,1.6,15,147.34,870,2 +2013,10,2,2,30,0,0,0,1.5,14,140.23,870,2 +2013,10,2,3,30,0,0,0,1.3,13,130.19,870,3 +2013,10,2,4,30,0,0,0,1.3,13,118.73,870,3 +2013,10,2,5,30,0,0,0,1.2000000000000002,13,106.59,870,3 +2013,10,2,6,30,0,0,0,1.1,13,94.22,870,4 +2013,10,2,7,30,107,36,502,1.3,16,81.9,880,5 +2013,10,2,8,30,321,60,759,1.3,20,69.92,880,5 +2013,10,2,9,30,526,74,870,1.1,25,58.68,880,6 +2013,10,2,10,30,693,81,929,1.4000000000000001,29,48.84,880,4 +2013,10,2,11,30,806,85,963,1.5,30,41.480000000000004,880,3 +2013,10,2,12,30,856,85,979,1.7000000000000002,31,38.13,870,2 +2013,10,2,13,30,837,83,981,1.9000000000000001,32,39.84,870,1 +2013,10,2,14,30,750,78,967,2.2,32,46.050000000000004,870,0 +2013,10,2,15,30,602,71,930,2.3000000000000003,31,55.22,870,0 +2013,10,2,16,30,406,60,854,1.9000000000000001,30,66.09,870,-1 +2013,10,2,17,30,185,43,678,1.2000000000000002,26,77.88,870,2 +2013,10,2,18,30,0,0,0,1.2000000000000002,22,90.13,870,4 +2013,10,2,19,30,0,0,0,1.3,20,102.54,870,2 +2013,10,2,20,30,0,0,0,1.4000000000000001,19,114.82000000000001,870,1 +2013,10,2,21,30,0,0,0,1.4000000000000001,18,126.61,870,1 +2013,10,2,22,30,0,0,0,1.5,16,137.31,870,0 +2013,10,2,23,30,0,0,0,1.7000000000000002,16,145.71,870,0 +2013,10,3,0,30,0,0,0,2,15,149.74,870,0 +2013,10,3,1,30,0,0,0,2.4000000000000004,14,147.68,870,0 +2013,10,3,2,30,0,0,0,2.5,14,140.49,870,1 +2013,10,3,3,30,0,0,0,2.1,13,130.4,870,1 +2013,10,3,4,30,0,0,0,1.8,12,118.9,870,2 +2013,10,3,5,30,0,0,0,1.7000000000000002,11,106.75,870,2 +2013,10,3,6,30,0,0,0,1.9000000000000001,12,94.37,870,2 +2013,10,3,7,30,108,35,530,2.7,14,82.06,870,2 +2013,10,3,8,30,327,58,790,3.3000000000000003,18,70.10000000000001,870,2 +2013,10,3,9,30,533,71,895,4,23,58.9,870,3 +2013,10,3,10,30,699,80,946,5.1000000000000005,27,49.1,870,1 +2013,10,3,11,30,808,86,969,5.5,29,41.81,870,0 +2013,10,3,12,30,852,89,975,5.6000000000000005,30,38.51,870,0 +2013,10,3,13,30,826,89,966,5.5,31,40.24,870,1 +2013,10,3,14,30,734,84,942,5.4,31,46.42,870,1 +2013,10,3,15,30,582,76,894,5.2,31,55.56,870,2 +2013,10,3,16,30,338,105,583,4.800000000000001,30,66.4,870,3 +2013,10,3,17,30,147,56,440,3.5,27,78.17,870,4 +2013,10,3,18,30,0,0,0,2.8000000000000003,24,90.41,870,5 +2013,10,3,19,30,0,0,0,3.4000000000000004,22,102.82000000000001,870,6 +2013,10,3,20,30,0,0,0,3.9000000000000004,21,115.11,870,5 +2013,10,3,21,30,0,0,0,3.8000000000000003,20,126.92,870,5 +2013,10,3,22,30,0,0,0,3.3000000000000003,19,137.65,870,5 +2013,10,3,23,30,0,0,0,3,18,146.09,870,5 +2013,10,4,0,30,0,0,0,3,17,150.13,870,5 +2013,10,4,1,30,0,0,0,3.1,16,148.02,870,5 +2013,10,4,2,30,0,0,0,3.2,15,140.76,870,6 +2013,10,4,3,30,0,0,0,3.5,15,130.61,870,6 +2013,10,4,4,30,0,0,0,4,14,119.07000000000001,870,7 +2013,10,4,5,30,0,0,0,4,14,106.9,870,7 +2013,10,4,6,30,0,0,0,3.8000000000000003,14,94.52,870,7 +2013,10,4,7,30,103,36,495,3.9000000000000004,15,82.22,870,6 +2013,10,4,8,30,320,60,770,4,18,70.28,870,6 +2013,10,4,9,30,528,73,885,4.3,23,59.120000000000005,870,4 +2013,10,4,10,30,696,82,942,4.800000000000001,26,49.370000000000005,870,2 +2013,10,4,11,30,808,87,971,5.1000000000000005,27,42.14,870,1 +2013,10,4,12,30,853,90,980,5.1000000000000005,28,38.89,870,0 +2013,10,4,13,30,827,90,970,5,29,40.63,870,0 +2013,10,4,14,30,733,88,942,4.9,29,46.78,870,0 +2013,10,4,15,30,580,79,893,4.5,28,55.89,870,0 +2013,10,4,16,30,383,68,796,3.5,27,66.71000000000001,870,0 +2013,10,4,17,30,164,48,583,2,24,78.46000000000001,870,0 +2013,10,4,18,30,0,0,0,1.5,21,90.69,870,3 +2013,10,4,19,30,0,0,0,2.5,19,103.10000000000001,880,1 +2013,10,4,20,30,0,0,0,3.8000000000000003,18,115.39,880,0 +2013,10,4,21,30,0,0,0,4.3,16,127.22,880,-2 +2013,10,4,22,30,0,0,0,4.3,14,137.99,880,-4 +2013,10,4,23,30,0,0,0,4.5,13,146.47,880,-3 +2013,10,5,0,30,0,0,0,5.300000000000001,11,150.52,880,-3 +2013,10,5,1,30,0,0,0,5.800000000000001,9,148.36,880,-3 +2013,10,5,2,30,0,0,0,5.7,7,141.02,880,-4 +2013,10,5,3,30,0,0,0,5.5,6,130.81,880,-5 +2013,10,5,4,30,0,0,0,5,5,119.24000000000001,880,-5 +2013,10,5,5,30,0,0,0,4.3,5,107.06,880,-5 +2013,10,5,6,30,0,0,0,3.9000000000000004,5,94.68,880,-5 +2013,10,5,7,30,101,35,496,4.3,6,82.38,880,-6 +2013,10,5,8,30,318,59,774,4.6000000000000005,8,70.47,880,-6 +2013,10,5,9,30,528,72,894,4.2,11,59.34,880,-6 +2013,10,5,10,30,700,78,960,3.7,14,49.64,880,-6 +2013,10,5,11,30,817,81,996,3.2,16,42.47,880,-6 +2013,10,5,12,30,864,86,1006,2.9000000000000004,17,39.27,880,-6 +2013,10,5,13,30,841,83,1005,2.9000000000000004,18,41.02,880,-7 +2013,10,5,14,30,749,78,986,2.9000000000000004,19,47.15,880,-7 +2013,10,5,15,30,595,71,942,2.8000000000000003,19,56.22,880,-8 +2013,10,5,16,30,394,60,856,2.5,18,67.01,880,-8 +2013,10,5,17,30,170,41,661,1.6,15,78.75,880,-8 +2013,10,5,18,30,0,0,0,1,13,90.97,880,-2 +2013,10,5,19,30,0,0,0,0.9,13,103.38,880,-4 +2013,10,5,20,30,0,0,0,0.7000000000000001,13,115.68,880,-5 +2013,10,5,21,30,0,0,0,0.6000000000000001,12,127.53,880,-6 +2013,10,5,22,30,0,0,0,0.30000000000000004,11,138.32,880,-6 +2013,10,5,23,30,0,0,0,0.2,11,146.84,880,-6 +2013,10,6,0,30,0,0,0,0.4,10,150.91,880,-7 +2013,10,6,1,30,0,0,0,0.8,9,148.69,880,-7 +2013,10,6,2,30,0,0,0,1,8,141.27,880,-6 +2013,10,6,3,30,0,0,0,1.2000000000000002,6,131.01,880,-6 +2013,10,6,4,30,0,0,0,1.3,6,119.41,880,-6 +2013,10,6,5,30,0,0,0,1.3,5,107.21000000000001,880,-6 +2013,10,6,6,30,0,0,0,1.2000000000000002,5,94.83,880,-6 +2013,10,6,7,30,103,33,540,1.8,8,82.54,880,-5 +2013,10,6,8,30,324,56,809,2.3000000000000003,13,70.65,880,-6 +2013,10,6,9,30,533,68,917,2.3000000000000003,16,59.56,880,-7 +2013,10,6,10,30,700,76,969,2.5,19,49.910000000000004,880,-7 +2013,10,6,11,30,811,80,995,2.7,22,42.800000000000004,880,-7 +2013,10,6,12,30,855,82,1004,2.8000000000000003,23,39.65,880,-7 +2013,10,6,13,30,830,80,999,2.7,24,41.410000000000004,880,-7 +2013,10,6,14,30,736,76,978,2.6,25,47.52,880,-7 +2013,10,6,15,30,583,69,933,2.4000000000000004,24,56.56,880,-7 +2013,10,6,16,30,384,58,846,1.8,23,67.32000000000001,880,-7 +2013,10,6,17,30,164,40,651,1.2000000000000002,20,79.03,880,-2 +2013,10,6,18,30,0,0,0,1.2000000000000002,17,91.25,880,0 +2013,10,6,19,30,0,0,0,1.3,15,103.65,880,-1 +2013,10,6,20,30,0,0,0,1.3,14,115.96000000000001,880,-1 +2013,10,6,21,30,0,0,0,1.3,12,127.83,880,-1 +2013,10,6,22,30,0,0,0,1.3,12,138.66,880,-1 +2013,10,6,23,30,0,0,0,1.2000000000000002,12,147.22,880,-1 +2013,10,7,0,30,0,0,0,1.1,12,151.3,880,-2 +2013,10,7,1,30,0,0,0,0.9,12,149.02,890,-2 +2013,10,7,2,30,0,0,0,0.8,12,141.53,890,-2 +2013,10,7,3,30,0,0,0,0.7000000000000001,11,131.21,880,-2 +2013,10,7,4,30,0,0,0,0.9,10,119.58,880,-2 +2013,10,7,5,30,0,0,0,1.1,10,107.37,880,-2 +2013,10,7,6,30,0,0,0,1.1,10,94.98,880,-2 +2013,10,7,7,30,99,30,543,1.1,11,82.71000000000001,880,-1 +2013,10,7,8,30,316,51,807,0.7000000000000001,15,70.84,890,-1 +2013,10,7,9,30,524,63,914,1,19,59.78,890,-1 +2013,10,7,10,30,691,71,968,1.9000000000000001,23,50.18,880,-2 +2013,10,7,11,30,802,75,995,2.1,24,43.13,880,-3 +2013,10,7,12,30,845,86,991,2.4000000000000004,26,40.03,880,-4 +2013,10,7,13,30,820,84,986,2.6,27,41.79,880,-4 +2013,10,7,14,30,728,80,965,2.8000000000000003,27,47.88,880,-5 +2013,10,7,15,30,575,72,920,3,26,56.89,880,-5 +2013,10,7,16,30,377,61,830,2.6,25,67.62,880,-5 +2013,10,7,17,30,157,41,624,1.9000000000000001,21,79.32000000000001,880,-3 +2013,10,7,18,30,0,0,0,1.8,18,91.52,880,0 +2013,10,7,19,30,0,0,0,2.3000000000000003,16,103.92,880,-1 +2013,10,7,20,30,0,0,0,2.8000000000000003,15,116.24000000000001,880,-1 +2013,10,7,21,30,0,0,0,3.1,14,128.13,880,-2 +2013,10,7,22,30,0,0,0,3.2,13,138.99,880,-2 +2013,10,7,23,30,0,0,0,3,12,147.59,880,-2 +2013,10,8,0,30,0,0,0,2.6,12,151.68,880,-2 +2013,10,8,1,30,0,0,0,2.3000000000000003,11,149.36,880,-2 +2013,10,8,2,30,0,0,0,2,10,141.79,880,-2 +2013,10,8,3,30,0,0,0,1.9000000000000001,9,131.41,880,-3 +2013,10,8,4,30,0,0,0,1.8,9,119.75,880,-3 +2013,10,8,5,30,0,0,0,1.8,8,107.53,880,-3 +2013,10,8,6,30,0,0,0,1.9000000000000001,8,95.14,880,-3 +2013,10,8,7,30,91,38,433,2.6,11,82.87,880,-2 +2013,10,8,8,30,306,69,730,3.3000000000000003,15,71.03,880,-2 +2013,10,8,9,30,513,86,854,4.5,19,60,880,-2 +2013,10,8,10,30,501,285,340,5.800000000000001,23,50.46,880,-4 +2013,10,8,11,30,629,288,468,5.800000000000001,25,43.46,880,-4 +2013,10,8,12,30,769,200,747,5.7,26,40.410000000000004,880,-5 +2013,10,8,13,30,538,370,227,5.6000000000000005,27,42.18,880,-5 +2013,10,8,14,30,723,85,958,5.300000000000001,28,48.24,880,-4 +2013,10,8,15,30,495,138,658,5,27,57.22,880,-4 +2013,10,8,16,30,372,62,825,4.1000000000000005,26,67.92,870,-4 +2013,10,8,17,30,153,41,617,2.9000000000000004,22,79.60000000000001,870,-3 +2013,10,8,18,30,0,0,0,2.8000000000000003,19,91.79,870,-1 +2013,10,8,19,30,0,0,0,3.6,18,104.19,880,-2 +2013,10,8,20,30,0,0,0,3.9000000000000004,17,116.51,880,-2 +2013,10,8,21,30,0,0,0,3.7,15,128.42000000000002,880,-1 +2013,10,8,22,30,0,0,0,3.7,15,139.32,880,0 +2013,10,8,23,30,0,0,0,3.8000000000000003,14,147.96,880,0 +2013,10,9,0,30,0,0,0,3.7,14,152.06,880,1 +2013,10,9,1,30,0,0,0,3.2,13,149.68,880,1 +2013,10,9,2,30,0,0,0,2.8000000000000003,12,142.04,880,2 +2013,10,9,3,30,0,0,0,2.3000000000000003,11,131.61,880,2 +2013,10,9,4,30,0,0,0,2,11,119.92,880,3 +2013,10,9,5,30,0,0,0,1.8,10,107.68,880,3 +2013,10,9,6,30,0,0,0,2.1,10,95.3,880,3 +2013,10,9,7,30,83,38,370,2.7,12,83.04,880,3 +2013,10,9,8,30,288,71,674,3.3000000000000003,15,71.22,880,3 +2013,10,9,9,30,489,88,807,3.8000000000000003,19,60.230000000000004,880,4 +2013,10,9,10,30,556,216,537,4.2,23,50.730000000000004,880,4 +2013,10,9,11,30,588,330,357,4.6000000000000005,26,43.79,880,3 +2013,10,9,12,30,811,97,942,5.1000000000000005,28,40.78,880,2 +2013,10,9,13,30,789,93,943,5.4,29,42.56,870,2 +2013,10,9,14,30,699,88,924,5.5,29,48.6,870,2 +2013,10,9,15,30,552,73,893,5.300000000000001,28,57.54,870,1 +2013,10,9,16,30,357,61,797,4.5,27,68.22,870,0 +2013,10,9,17,30,142,41,573,2.9000000000000004,24,79.88,870,0 +2013,10,9,18,30,0,0,0,2.2,20,92.06,870,2 +2013,10,9,19,30,0,0,0,2.4000000000000004,18,104.46000000000001,880,2 +2013,10,9,20,30,0,0,0,2.7,17,116.79,880,2 +2013,10,9,21,30,0,0,0,3.1,16,128.72,880,3 +2013,10,9,22,30,0,0,0,3.3000000000000003,15,139.64000000000001,880,3 +2013,10,9,23,30,0,0,0,3.4000000000000004,15,148.33,880,5 +2013,10,10,0,30,0,0,0,3.4000000000000004,15,152.45000000000002,880,6 +2013,10,10,1,30,0,0,0,3.5,14,150.01,880,8 +2013,10,10,2,30,0,0,0,3.6,14,142.29,880,8 +2013,10,10,3,30,0,0,0,3.5,13,131.81,880,8 +2013,10,10,4,30,0,0,0,3.3000000000000003,12,120.09,880,8 +2013,10,10,5,30,0,0,0,3.2,12,107.84,880,8 +2013,10,10,6,30,0,0,0,3.4000000000000004,12,95.45,880,8 +2013,10,10,7,30,78,39,328,4.1000000000000005,13,83.21000000000001,880,9 +2013,10,10,8,30,278,76,634,4.5,17,71.41,880,9 +2013,10,10,9,30,477,94,776,4.7,21,60.45,880,9 +2013,10,10,10,30,639,103,851,5.1000000000000005,24,51.01,870,9 +2013,10,10,11,30,747,107,891,5.7,27,44.13,870,8 +2013,10,10,12,30,796,93,933,6.4,28,41.160000000000004,870,8 +2013,10,10,13,30,770,94,922,7.1000000000000005,29,42.95,870,7 +2013,10,10,14,30,678,92,891,7.5,30,48.96,870,7 +2013,10,10,15,30,530,84,838,7.6000000000000005,29,57.870000000000005,870,6 +2013,10,10,16,30,338,71,729,7.1000000000000005,28,68.52,870,5 +2013,10,10,17,30,130,46,492,5.6000000000000005,26,80.16,870,4 +2013,10,10,18,30,0,0,0,4.2,23,92.33,870,4 +2013,10,10,19,30,0,0,0,3.2,21,104.72,870,4 +2013,10,10,20,30,0,0,0,2.3000000000000003,19,117.06,870,4 +2013,10,10,21,30,0,0,0,1.8,17,129,870,4 +2013,10,10,22,30,0,0,0,1.6,16,139.96,870,4 +2013,10,10,23,30,0,0,0,1.5,14,148.69,870,4 +2013,10,11,0,30,0,0,0,1.5,13,152.83,870,3 +2013,10,11,1,30,0,0,0,1.4000000000000001,11,150.34,870,1 +2013,10,11,2,30,0,0,0,1.2000000000000002,10,142.54,870,0 +2013,10,11,3,30,0,0,0,1.1,9,132.01,870,0 +2013,10,11,4,30,0,0,0,1.2000000000000002,8,120.26,870,-1 +2013,10,11,5,30,0,0,0,1.4000000000000001,7,107.99000000000001,880,-1 +2013,10,11,6,30,0,0,0,1.9000000000000001,7,95.61,880,-1 +2013,10,11,7,30,89,30,511,3,9,83.38,880,-1 +2013,10,11,8,30,305,53,798,4,13,71.60000000000001,880,-1 +2013,10,11,9,30,512,65,912,4.6000000000000005,16,60.68,880,-2 +2013,10,11,10,30,678,73,966,5.4,19,51.28,880,-4 +2013,10,11,11,30,787,78,992,6,21,44.46,880,-5 +2013,10,11,12,30,829,81,998,6.4,22,41.53,870,-4 +2013,10,11,13,30,800,81,988,6.4,23,43.32,870,-4 +2013,10,11,14,30,704,79,959,6.2,24,49.31,870,-4 +2013,10,11,15,30,550,71,909,5.9,24,58.19,870,-4 +2013,10,11,16,30,353,60,810,5,23,68.81,870,-4 +2013,10,11,17,30,136,40,582,3.3000000000000003,20,80.43,870,-4 +2013,10,11,18,30,0,0,0,2.4000000000000004,17,92.59,870,-3 +2013,10,11,19,30,0,0,0,3,15,104.98,880,-4 +2013,10,11,20,30,0,0,0,3.3000000000000003,14,117.32000000000001,880,-5 +2013,10,11,21,30,0,0,0,3,13,129.29,880,-4 +2013,10,11,22,30,0,0,0,2.6,12,140.28,880,-3 +2013,10,11,23,30,0,0,0,2.4000000000000004,11,149.06,880,-2 +2013,10,12,0,30,0,0,0,2.2,10,153.21,880,-1 +2013,10,12,1,30,0,0,0,2.2,9,150.66,880,0 +2013,10,12,2,30,0,0,0,2.2,8,142.79,880,0 +2013,10,12,3,30,0,0,0,2.3000000000000003,8,132.21,880,0 +2013,10,12,4,30,0,0,0,2.2,7,120.42,880,1 +2013,10,12,5,30,0,0,0,2,6,108.15,880,1 +2013,10,12,6,30,0,0,0,2.3000000000000003,6,95.77,880,1 +2013,10,12,7,30,83,31,465,3.1,8,83.55,880,2 +2013,10,12,8,30,294,57,760,3.7,11,71.79,880,2 +2013,10,12,9,30,497,71,876,3.5,14,60.910000000000004,880,2 +2013,10,12,10,30,660,79,933,2.5,17,51.56,880,2 +2013,10,12,11,30,766,85,960,1,20,44.79,880,2 +2013,10,12,12,30,806,90,962,0.5,23,41.910000000000004,880,1 +2013,10,12,13,30,779,88,955,1,24,43.7,880,0 +2013,10,12,14,30,685,84,930,1.2000000000000002,25,49.67,880,0 +2013,10,12,15,30,534,74,880,1.5,25,58.51,880,0 +2013,10,12,16,30,339,62,778,1.5,24,69.11,880,0 +2013,10,12,17,30,127,40,541,1.2000000000000002,21,80.71000000000001,880,3 +2013,10,12,18,30,0,0,0,1.6,18,92.85000000000001,880,3 +2013,10,12,19,30,0,0,0,2.7,16,105.24000000000001,880,2 +2013,10,12,20,30,0,0,0,3.5,15,117.59,880,2 +2013,10,12,21,30,0,0,0,3.7,14,129.57,880,3 +2013,10,12,22,30,0,0,0,3.6,12,140.6,880,3 +2013,10,12,23,30,0,0,0,3.6,12,149.41,880,3 +2013,10,13,0,30,0,0,0,3.7,12,153.58,880,4 +2013,10,13,1,30,0,0,0,3.4000000000000004,12,150.98,880,5 +2013,10,13,2,30,0,0,0,3,12,143.03,880,5 +2013,10,13,3,30,0,0,0,2.8000000000000003,11,132.4,880,6 +2013,10,13,4,30,0,0,0,2.8000000000000003,11,120.59,880,7 +2013,10,13,5,30,0,0,0,2.8000000000000003,11,108.31,880,7 +2013,10,13,6,30,0,0,0,2.9000000000000004,11,95.92,880,8 +2013,10,13,7,30,53,37,140,3.2,12,83.72,880,8 +2013,10,13,8,30,149,124,79,3.5,14,71.99,880,9 +2013,10,13,9,30,89,89,0,4.1000000000000005,16,61.14,880,10 +2013,10,13,10,30,335,284,81,4.9,17,51.84,880,11 +2013,10,13,11,30,317,292,34,5.5,17,45.12,880,12 +2013,10,13,12,30,409,353,76,5.2,17,42.28,880,13 +2013,10,13,13,30,331,304,38,4.4,17,44.08,880,13 +2013,10,13,14,30,289,266,36,3.9000000000000004,17,50.02,880,14 +2013,10,13,15,30,183,177,11,3.7,17,58.83,880,14 +2013,10,13,16,30,154,138,44,3.7,16,69.4,880,14 +2013,10,13,17,30,50,50,0,3.6,15,80.98,880,14 +2013,10,13,18,30,0,0,0,3.7,15,93.11,880,15 +2013,10,13,19,30,0,0,0,3.8000000000000003,15,105.49000000000001,880,14 +2013,10,13,20,30,0,0,0,3.8000000000000003,15,117.85000000000001,880,14 +2013,10,13,21,30,0,0,0,4.3,15,129.85,880,14 +2013,10,13,22,30,0,0,0,4.6000000000000005,15,140.91,880,14 +2013,10,13,23,30,0,0,0,4.4,14,149.77,880,14 +2013,10,14,0,30,0,0,0,4.1000000000000005,14,153.96,880,14 +2013,10,14,1,30,0,0,0,3.9000000000000004,14,151.3,880,14 +2013,10,14,2,30,0,0,0,3.5,14,143.28,880,14 +2013,10,14,3,30,0,0,0,3.1,14,132.59,880,14 +2013,10,14,4,30,0,0,0,2.8000000000000003,14,120.76,880,14 +2013,10,14,5,30,0,0,0,3,14,108.47,880,14 +2013,10,14,6,30,0,0,0,3.4000000000000004,14,96.08,880,14 +2013,10,14,7,30,42,37,53,3.6,14,83.89,880,14 +2013,10,14,8,30,210,110,326,4,16,72.18,880,15 +2013,10,14,9,30,204,189,32,4.6000000000000005,18,61.370000000000005,880,15 +2013,10,14,10,30,467,277,308,5,20,52.120000000000005,880,15 +2013,10,14,11,30,628,260,525,5.1000000000000005,22,45.45,880,13 +2013,10,14,12,30,653,288,496,5.1000000000000005,23,42.65,880,10 +2013,10,14,13,30,561,338,312,5.2,23,44.45,880,7 +2013,10,14,14,30,541,247,461,4.9,23,50.370000000000005,880,5 +2013,10,14,15,30,436,168,522,3.8000000000000003,22,59.15,870,3 +2013,10,14,16,30,179,144,99,2.5,21,69.68,870,3 +2013,10,14,17,30,47,47,0,1.7000000000000002,18,81.24,880,4 +2013,10,14,18,30,0,0,0,1.6,16,93.37,880,4 +2013,10,14,19,30,0,0,0,1.5,16,105.74000000000001,880,4 +2013,10,14,20,30,0,0,0,1.5,15,118.10000000000001,880,4 +2013,10,14,21,30,0,0,0,1.4000000000000001,14,130.12,880,3 +2013,10,14,22,30,0,0,0,1.4000000000000001,14,141.21,880,3 +2013,10,14,23,30,0,0,0,1.6,13,150.12,880,2 +2013,10,15,0,30,0,0,0,2.4000000000000004,12,154.33,880,1 +2013,10,15,1,30,0,0,0,3.7,11,151.62,880,0 +2013,10,15,2,30,0,0,0,4.7,10,143.52,880,0 +2013,10,15,3,30,0,0,0,5.2,8,132.79,880,2 +2013,10,15,4,30,0,0,0,5.1000000000000005,7,120.93,880,2 +2013,10,15,5,30,0,0,0,4.9,6,108.62,880,1 +2013,10,15,6,30,0,0,0,4.800000000000001,6,96.24000000000001,880,0 +2013,10,15,7,30,36,35,17,5.300000000000001,6,84.06,880,0 +2013,10,15,8,30,198,113,278,5.9,8,72.38,880,-1 +2013,10,15,9,30,377,177,420,5.800000000000001,10,61.6,880,-2 +2013,10,15,10,30,543,198,564,5.300000000000001,12,52.39,880,-2 +2013,10,15,11,30,757,85,962,4.9,14,45.78,880,-2 +2013,10,15,12,30,694,252,605,4.5,16,43.01,880,-2 +2013,10,15,13,30,711,174,756,4.1000000000000005,17,44.82,880,-2 +2013,10,15,14,30,489,287,319,3.7,18,50.71,880,-2 +2013,10,15,15,30,438,154,559,3.6,17,59.46,880,-2 +2013,10,15,16,30,327,60,778,3.5,16,69.97,880,-2 +2013,10,15,17,30,115,38,525,2.7,13,81.51,880,-1 +2013,10,15,18,30,0,0,0,2.3000000000000003,11,93.62,880,0 +2013,10,15,19,30,0,0,0,2.7,10,105.99000000000001,880,-1 +2013,10,15,20,30,0,0,0,2.9000000000000004,9,118.36,880,-1 +2013,10,15,21,30,0,0,0,3,9,130.39000000000001,880,-1 +2013,10,15,22,30,0,0,0,3.4000000000000004,8,141.51,880,-1 +2013,10,15,23,30,0,0,0,3.3000000000000003,7,150.47,880,-1 +2013,10,16,0,30,0,0,0,3.3000000000000003,7,154.70000000000002,880,-1 +2013,10,16,1,30,0,0,0,3.7,6,151.94,880,-2 +2013,10,16,2,30,0,0,0,3.7,6,143.76,880,-2 +2013,10,16,3,30,0,0,0,3.5,6,132.98,880,-2 +2013,10,16,4,30,0,0,0,3.5,6,121.09,880,-2 +2013,10,16,5,30,0,0,0,3.2,5,108.78,880,-2 +2013,10,16,6,30,0,0,0,2.9000000000000004,5,96.4,880,-1 +2013,10,16,7,30,10,10,0,2.8000000000000003,5,84.24,880,-1 +2013,10,16,8,30,39,39,0,2.5,6,72.57000000000001,880,0 +2013,10,16,9,30,65,65,0,2,6,61.83,880,0 +2013,10,16,10,30,143,143,0,1.1,7,52.67,880,0 +2013,10,16,11,30,138,137,1,0.9,9,46.11,880,0 +2013,10,16,12,30,446,361,116,1.5,10,43.38,880,0 +2013,10,16,13,30,749,113,903,2.2,12,45.19,880,1 +2013,10,16,14,30,355,297,93,2.8000000000000003,13,51.050000000000004,880,1 +2013,10,16,15,30,315,229,169,3.1,14,59.77,880,1 +2013,10,16,16,30,323,62,774,2.9000000000000004,13,70.25,880,1 +2013,10,16,17,30,113,37,531,1.8,11,81.77,880,2 +2013,10,16,18,30,0,0,0,1,9,93.87,880,2 +2013,10,16,19,30,0,0,0,1.1,7,106.23,880,2 +2013,10,16,20,30,0,0,0,1.2000000000000002,7,118.60000000000001,880,2 +2013,10,16,21,30,0,0,0,1.5,7,130.65,880,2 +2013,10,16,22,30,0,0,0,1.8,6,141.81,880,3 +2013,10,16,23,30,0,0,0,2,6,150.82,880,3 +2013,10,17,0,30,0,0,0,2.5,6,155.07,880,4 +2013,10,17,1,30,0,0,0,2.9000000000000004,5,152.25,880,4 +2013,10,17,2,30,0,0,0,2.9000000000000004,5,144,880,4 +2013,10,17,3,30,0,0,0,2.6,4,133.17000000000002,880,4 +2013,10,17,4,30,0,0,0,2.6,4,121.26,880,4 +2013,10,17,5,30,0,0,0,3,4,108.94,880,3 +2013,10,17,6,30,0,0,0,3.1,4,96.57000000000001,880,3 +2013,10,17,7,30,72,29,439,3,5,84.41,880,2 +2013,10,17,8,30,177,117,201,3,8,72.77,880,1 +2013,10,17,9,30,488,69,893,3.4000000000000004,12,62.07,880,1 +2013,10,17,10,30,652,77,954,3.9000000000000004,16,52.95,880,0 +2013,10,17,11,30,759,81,983,4,19,46.44,880,-2 +2013,10,17,12,30,800,84,991,4.1000000000000005,20,43.74,880,-2 +2013,10,17,13,30,771,82,983,4,21,45.550000000000004,880,-3 +2013,10,17,14,30,676,78,958,3.9000000000000004,22,51.39,880,-3 +2013,10,17,15,30,523,71,905,3.7,21,60.08,880,-4 +2013,10,17,16,30,326,58,803,2.7,19,70.53,880,-4 +2013,10,17,17,30,112,35,555,1.5,15,82.03,880,-2 +2013,10,17,18,30,0,0,0,1.2000000000000002,12,94.11,880,0 +2013,10,17,19,30,0,0,0,1.3,10,106.47,880,-1 +2013,10,17,20,30,0,0,0,1.3,9,118.85000000000001,880,-1 +2013,10,17,21,30,0,0,0,1.5,9,130.92000000000002,880,-1 +2013,10,17,22,30,0,0,0,1.7000000000000002,8,142.11,880,0 +2013,10,17,23,30,0,0,0,1.8,8,151.16,880,0 +2013,10,18,0,30,0,0,0,1.9000000000000001,7,155.44,880,1 +2013,10,18,1,30,0,0,0,1.8,7,152.56,880,3 +2013,10,18,2,30,0,0,0,1.6,6,144.24,880,3 +2013,10,18,3,30,0,0,0,1.4000000000000001,5,133.36,870,2 +2013,10,18,4,30,0,0,0,1.2000000000000002,4,121.42,870,1 +2013,10,18,5,30,0,0,0,1.2000000000000002,4,109.10000000000001,880,0 +2013,10,18,6,30,0,0,0,1.4000000000000001,4,96.73,880,-1 +2013,10,18,7,30,68,27,435,2.5,5,84.59,880,-2 +2013,10,18,8,30,277,54,761,3.4000000000000004,8,72.97,880,-2 +2013,10,18,9,30,481,68,888,4.1000000000000005,11,62.300000000000004,880,-1 +2013,10,18,10,30,644,76,948,5,14,53.230000000000004,880,0 +2013,10,18,11,30,749,82,973,5.7,15,46.77,880,-1 +2013,10,18,12,30,555,346,291,6.300000000000001,15,44.1,880,0 +2013,10,18,13,30,329,299,42,7,14,45.92,880,0 +2013,10,18,14,30,493,270,359,7.300000000000001,13,51.730000000000004,880,0 +2013,10,18,15,30,510,81,867,7,11,60.38,880,0 +2013,10,18,16,30,314,65,757,6.300000000000001,10,70.81,880,-1 +2013,10,18,17,30,104,37,494,5.1000000000000005,8,82.28,880,-2 +2013,10,18,18,30,0,0,0,3.9000000000000004,6,94.35000000000001,880,-2 +2013,10,18,19,30,0,0,0,3.2,4,106.71000000000001,880,-2 +2013,10,18,20,30,0,0,0,2.7,3,119.09,880,-2 +2013,10,18,21,30,0,0,0,1.8,2,131.17000000000002,880,-2 +2013,10,18,22,30,0,0,0,1,1,142.39000000000001,880,-2 +2013,10,18,23,30,0,0,0,0.5,1,151.5,880,-2 +2013,10,19,0,30,0,0,0,0.4,1,155.8,880,-2 +2013,10,19,1,30,0,0,0,0.6000000000000001,0,152.87,880,-2 +2013,10,19,2,30,0,0,0,0.9,0,144.47,880,-2 +2013,10,19,3,30,0,0,0,1.2000000000000002,0,133.55,880,-2 +2013,10,19,4,30,0,0,0,1.4000000000000001,0,121.59,880,-2 +2013,10,19,5,30,0,0,0,1.4000000000000001,0,109.25,880,-2 +2013,10,19,6,30,0,0,0,1.5,0,96.89,880,-2 +2013,10,19,7,30,68,26,453,2.2,1,84.76,880,-2 +2013,10,19,8,30,278,52,781,3,5,73.17,880,-2 +2013,10,19,9,30,483,65,907,3.3000000000000003,8,62.54,880,-4 +2013,10,19,10,30,648,72,968,3.8000000000000003,11,53.51,880,-6 +2013,10,19,11,30,756,76,998,4.3,14,47.1,880,-6 +2013,10,19,12,30,797,80,1003,4.5,16,44.46,880,-5 +2013,10,19,13,30,768,79,996,4.6000000000000005,17,46.28,880,-5 +2013,10,19,14,30,671,75,970,4.5,18,52.07,880,-6 +2013,10,19,15,30,515,70,908,4.2,18,60.69,880,-6 +2013,10,19,16,30,316,58,796,3,17,71.08,880,-6 +2013,10,19,17,30,103,34,528,1.7000000000000002,13,82.53,880,-3 +2013,10,19,18,30,0,0,0,1.6,10,94.59,880,-2 +2013,10,19,19,30,0,0,0,2.1,9,106.94,880,-3 +2013,10,19,20,30,0,0,0,3,9,119.32000000000001,880,-3 +2013,10,19,21,30,0,0,0,3.7,8,131.42000000000002,880,-2 +2013,10,19,22,30,0,0,0,3.8000000000000003,8,142.68,880,-2 +2013,10,19,23,30,0,0,0,3.7,7,151.83,880,-1 +2013,10,20,0,30,0,0,0,3.6,6,156.16,880,-1 +2013,10,20,1,30,0,0,0,3.4000000000000004,6,153.18,880,-1 +2013,10,20,2,30,0,0,0,3.1,5,144.71,880,-2 +2013,10,20,3,30,0,0,0,2.8000000000000003,5,133.74,880,-2 +2013,10,20,4,30,0,0,0,2.7,5,121.76,880,-3 +2013,10,20,5,30,0,0,0,2.7,5,109.41,880,-4 +2013,10,20,6,30,0,0,0,2.8000000000000003,5,97.05,870,-4 +2013,10,20,7,30,66,24,475,3.5,6,84.94,870,-4 +2013,10,20,8,30,277,49,798,3.7,9,73.37,870,-4 +2013,10,20,9,30,482,61,919,3.9000000000000004,13,62.77,870,-3 +2013,10,20,10,30,647,69,978,4.9,18,53.79,870,-4 +2013,10,20,11,30,754,73,1006,5.7,21,47.42,870,-6 +2013,10,20,12,30,794,75,1013,5.9,22,44.82,870,-7 +2013,10,20,13,30,765,75,1004,5.800000000000001,23,46.63,870,-7 +2013,10,20,14,30,668,72,976,5.4,24,52.4,870,-7 +2013,10,20,15,30,512,65,921,4.800000000000001,23,60.980000000000004,870,-8 +2013,10,20,16,30,312,54,809,3.1,21,71.35000000000001,870,-7 +2013,10,20,17,30,99,32,536,1.6,16,82.78,870,-2 +2013,10,20,18,30,0,0,0,1.5,13,94.82000000000001,870,-1 +2013,10,20,19,30,0,0,0,2.2,12,107.17,870,-2 +2013,10,20,20,30,0,0,0,3.5,11,119.56,870,-2 +2013,10,20,21,30,0,0,0,4.7,10,131.67000000000002,880,0 +2013,10,20,22,30,0,0,0,4.9,9,142.96,880,0 +2013,10,20,23,30,0,0,0,4.4,8,152.16,880,1 +2013,10,21,0,30,0,0,0,4.2,7,156.52,880,1 +2013,10,21,1,30,0,0,0,4.2,6,153.48,880,1 +2013,10,21,2,30,0,0,0,4.2,6,144.94,880,0 +2013,10,21,3,30,0,0,0,4.2,5,133.92000000000002,880,1 +2013,10,21,4,30,0,0,0,4.3,5,121.92,880,1 +2013,10,21,5,30,0,0,0,4.2,4,109.57000000000001,880,2 +2013,10,21,6,30,0,0,0,4.2,4,97.22,880,2 +2013,10,21,7,30,56,27,350,4.6000000000000005,5,85.12,880,2 +2013,10,21,8,30,254,58,692,5.4,7,73.58,880,2 +2013,10,21,9,30,451,75,828,5.6000000000000005,10,63.01,880,2 +2013,10,21,10,30,610,85,894,5.1000000000000005,13,54.07,880,2 +2013,10,21,11,30,714,92,925,4.5,15,47.75,880,2 +2013,10,21,12,30,756,91,943,3.9000000000000004,16,45.17,880,2 +2013,10,21,13,30,729,90,935,3.5,17,46.980000000000004,880,1 +2013,10,21,14,30,636,86,907,3,18,52.72,880,1 +2013,10,21,15,30,486,76,853,2.7,17,61.28,880,1 +2013,10,21,16,30,294,61,740,2,16,71.62,880,0 +2013,10,21,17,30,90,34,467,1.3,14,83.02,880,1 +2013,10,21,18,30,0,0,0,1.1,11,95.05,880,1 +2013,10,21,19,30,0,0,0,1.2000000000000002,9,107.39,880,0 +2013,10,21,20,30,0,0,0,1.3,8,119.78,880,0 +2013,10,21,21,30,0,0,0,1.3,7,131.91,880,0 +2013,10,21,22,30,0,0,0,1.2000000000000002,6,143.23,880,0 +2013,10,21,23,30,0,0,0,1.2000000000000002,6,152.49,880,0 +2013,10,22,0,30,0,0,0,1.3,6,156.88,880,0 +2013,10,22,1,30,0,0,0,1.5,5,153.78,880,0 +2013,10,22,2,30,0,0,0,1.7000000000000002,5,145.17000000000002,880,1 +2013,10,22,3,30,0,0,0,1.9000000000000001,5,134.11,880,1 +2013,10,22,4,30,0,0,0,2.1,5,122.08,880,1 +2013,10,22,5,30,0,0,0,2.3000000000000003,5,109.73,880,2 +2013,10,22,6,30,0,0,0,2.6,5,97.38,880,2 +2013,10,22,7,30,57,24,394,3.3000000000000003,6,85.3,880,2 +2013,10,22,8,30,258,51,739,3.8000000000000003,10,73.78,880,2 +2013,10,22,9,30,457,65,872,4.2,14,63.25,880,2 +2013,10,22,10,30,619,72,938,4.2,17,54.35,880,1 +2013,10,22,11,30,725,76,971,3.8000000000000003,19,48.07,880,1 +2013,10,22,12,30,766,77,983,3.4000000000000004,21,45.53,880,0 +2013,10,22,13,30,738,76,977,3,22,47.33,880,0 +2013,10,22,14,30,644,72,951,2.7,23,53.050000000000004,880,-1 +2013,10,22,15,30,492,63,902,2.2,22,61.57,880,-2 +2013,10,22,16,30,298,51,793,1.4000000000000001,21,71.88,880,-2 +2013,10,22,17,30,90,29,520,0.9,18,83.26,880,1 +2013,10,22,18,30,0,0,0,1.1,16,95.28,880,0 +2013,10,22,19,30,0,0,0,1.2000000000000002,14,107.61,880,0 +2013,10,22,20,30,0,0,0,1.5,12,120.01,880,0 +2013,10,22,21,30,0,0,0,1.6,11,132.15,880,0 +2013,10,22,22,30,0,0,0,1.7000000000000002,10,143.5,880,0 +2013,10,22,23,30,0,0,0,1.8,9,152.81,880,0 +2013,10,23,0,30,0,0,0,1.9000000000000001,8,157.23,880,0 +2013,10,23,1,30,0,0,0,2,8,154.08,880,0 +2013,10,23,2,30,0,0,0,2.1,8,145.4,880,-1 +2013,10,23,3,30,0,0,0,2.2,7,134.29,880,-1 +2013,10,23,4,30,0,0,0,2.3000000000000003,7,122.25,880,-1 +2013,10,23,5,30,0,0,0,2.2,6,109.89,880,-1 +2013,10,23,6,30,0,0,0,2.1,6,97.55,880,-2 +2013,10,23,7,30,56,23,421,2.8000000000000003,8,85.48,880,-2 +2013,10,23,8,30,259,48,762,3.3000000000000003,12,73.98,880,-2 +2013,10,23,9,30,459,62,890,3.9000000000000004,16,63.480000000000004,880,-1 +2013,10,23,10,30,621,70,952,5,20,54.63,880,-2 +2013,10,23,11,30,727,74,983,5.2,22,48.39,880,-3 +2013,10,23,12,30,767,77,990,5,23,45.87,880,-3 +2013,10,23,13,30,739,76,984,4.7,24,47.68,880,-3 +2013,10,23,14,30,644,72,959,4.4,25,53.370000000000005,880,-4 +2013,10,23,15,30,492,63,909,3.9000000000000004,24,61.86,880,-4 +2013,10,23,16,30,296,52,798,2.6,22,72.14,880,-4 +2013,10,23,17,30,87,29,515,1.5,17,83.5,880,0 +2013,10,23,18,30,0,0,0,1.6,14,95.5,880,0 +2013,10,23,19,30,0,0,0,1.7000000000000002,13,107.83,880,-1 +2013,10,23,20,30,0,0,0,1.8,12,120.22,880,-1 +2013,10,23,21,30,0,0,0,1.8,11,132.38,880,-2 +2013,10,23,22,30,0,0,0,1.9000000000000001,10,143.76,880,-2 +2013,10,23,23,30,0,0,0,1.8,10,153.12,880,-2 +2013,10,24,0,30,0,0,0,1.7000000000000002,10,157.58,880,-2 +2013,10,24,1,30,0,0,0,1.4000000000000001,9,154.38,880,-1 +2013,10,24,2,30,0,0,0,1.2000000000000002,9,145.62,880,-1 +2013,10,24,3,30,0,0,0,1,9,134.48,880,-1 +2013,10,24,4,30,0,0,0,0.7000000000000001,9,122.41,880,-1 +2013,10,24,5,30,0,0,0,0.6000000000000001,9,110.05,880,-1 +2013,10,24,6,30,0,0,0,0.8,8,97.71000000000001,880,0 +2013,10,24,7,30,49,26,312,1.8,9,85.66,880,0 +2013,10,24,8,30,246,60,681,3.3000000000000003,11,74.19,880,0 +2013,10,24,9,30,443,78,825,4.4,14,63.72,890,1 +2013,10,24,10,30,603,89,894,4.9,17,54.910000000000004,890,2 +2013,10,24,11,30,708,95,928,4.9,19,48.71,880,2 +2013,10,24,12,30,748,92,948,4.800000000000001,20,46.22,880,2 +2013,10,24,13,30,719,91,939,4.6000000000000005,21,48.02,880,1 +2013,10,24,14,30,623,86,907,4.5,22,53.69,880,1 +2013,10,24,15,30,472,75,850,4.5,21,62.14,880,1 +2013,10,24,16,30,279,60,723,4.1000000000000005,20,72.39,880,1 +2013,10,24,17,30,77,32,417,3.3000000000000003,17,83.73,880,1 +2013,10,24,18,30,0,0,0,3.4000000000000004,14,95.72,880,2 +2013,10,24,19,30,0,0,0,4,13,108.04,880,3 +2013,10,24,20,30,0,0,0,3.9000000000000004,11,120.44,890,3 +2013,10,24,21,30,0,0,0,3.6,10,132.61,890,3 +2013,10,24,22,30,0,0,0,3.3000000000000003,9,144.02,890,4 +2013,10,24,23,30,0,0,0,3.2,8,153.44,890,4 +2013,10,25,0,30,0,0,0,3.2,8,157.93,890,4 +2013,10,25,1,30,0,0,0,3,7,154.67000000000002,890,3 +2013,10,25,2,30,0,0,0,2.5,7,145.85,890,3 +2013,10,25,3,30,0,0,0,1.8,6,134.66,890,3 +2013,10,25,4,30,0,0,0,1.9000000000000001,6,122.58,890,3 +2013,10,25,5,30,0,0,0,2.3000000000000003,5,110.21000000000001,890,2 +2013,10,25,6,30,0,0,0,2.3000000000000003,5,97.88,890,2 +2013,10,25,7,30,17,17,0,2.3000000000000003,5,85.84,890,2 +2013,10,25,8,30,116,104,45,2.4000000000000004,6,74.39,890,2 +2013,10,25,9,30,330,170,363,2.6,7,63.96,890,2 +2013,10,25,10,30,285,251,60,3.1,9,55.19,890,2 +2013,10,25,11,30,497,308,288,4.4,12,49.03,890,3 +2013,10,25,12,30,450,342,157,5.6000000000000005,15,46.56,890,5 +2013,10,25,13,30,395,322,110,5.7,17,48.36,880,6 +2013,10,25,14,30,265,243,37,5.4,16,54,880,7 +2013,10,25,15,30,430,92,730,5.1000000000000005,16,62.42,880,7 +2013,10,25,16,30,190,114,254,4.3,15,72.64,880,8 +2013,10,25,17,30,2,2,0,2.7,14,83.96000000000001,880,8 +2013,10,25,18,30,0,0,0,1.6,12,95.93,880,8 +2013,10,25,19,30,0,0,0,1.5,11,108.24000000000001,880,9 +2013,10,25,20,30,0,0,0,1.5,11,120.64,880,9 +2013,10,25,21,30,0,0,0,1.7000000000000002,10,132.83,880,9 +2013,10,25,22,30,0,0,0,1.8,10,144.28,880,9 +2013,10,25,23,30,0,0,0,1.9000000000000001,9,153.74,880,8 +2013,10,26,0,30,0,0,0,2,9,158.27,880,8 +2013,10,26,1,30,0,0,0,2,9,154.96,880,9 +2013,10,26,2,30,0,0,0,1.9000000000000001,9,146.07,880,8 +2013,10,26,3,30,0,0,0,1.7000000000000002,9,134.84,880,8 +2013,10,26,4,30,0,0,0,1.6,9,122.74000000000001,880,8 +2013,10,26,5,30,0,0,0,1.5,8,110.37,880,8 +2013,10,26,6,30,0,0,0,1.5,8,98.04,880,8 +2013,10,26,7,30,41,27,202,2.5,9,86.02,880,8 +2013,10,26,8,30,166,99,253,3.7,13,74.60000000000001,880,8 +2013,10,26,9,30,425,80,793,4.3,16,64.2,880,7 +2013,10,26,10,30,583,87,875,4.6000000000000005,18,55.47,880,6 +2013,10,26,11,30,686,92,911,5,19,49.35,880,5 +2013,10,26,12,30,725,91,927,5.6000000000000005,20,46.9,880,5 +2013,10,26,13,30,694,94,909,6.1000000000000005,20,48.7,880,4 +2013,10,26,14,30,599,93,867,6.300000000000001,19,54.31,880,4 +2013,10,26,15,30,451,81,806,6.2,18,62.7,880,3 +2013,10,26,16,30,264,62,685,5.5,17,72.89,880,2 +2013,10,26,17,30,70,30,394,3.8000000000000003,14,84.19,880,1 +2013,10,26,18,30,0,0,0,2.4000000000000004,12,96.14,880,1 +2013,10,26,19,30,0,0,0,2.1,10,108.45,880,1 +2013,10,26,20,30,0,0,0,1.9000000000000001,9,120.85000000000001,890,0 +2013,10,26,21,30,0,0,0,1.7000000000000002,7,133.04,890,0 +2013,10,26,22,30,0,0,0,1.5,6,144.52,890,0 +2013,10,26,23,30,0,0,0,1.2000000000000002,6,154.04,880,-1 +2013,10,27,0,30,0,0,0,1.1,5,158.61,880,-2 +2013,10,27,1,30,0,0,0,1.1,5,155.25,880,-2 +2013,10,27,2,30,0,0,0,1.1,4,146.29,880,-2 +2013,10,27,3,30,0,0,0,1,4,135.02,880,-3 +2013,10,27,4,30,0,0,0,1,4,122.91,880,-3 +2013,10,27,5,30,0,0,0,1.1,4,110.53,880,-3 +2013,10,27,6,30,0,0,0,1,4,98.21000000000001,880,-2 +2013,10,27,7,30,46,20,404,1.3,5,86.2,880,-2 +2013,10,27,8,30,244,45,762,1.9000000000000001,9,74.81,880,-1 +2013,10,27,9,30,442,57,892,2.4000000000000004,13,64.44,880,-1 +2013,10,27,10,30,601,65,953,2.8000000000000003,16,55.75,880,-1 +2013,10,27,11,30,705,69,982,3.2,19,49.660000000000004,880,0 +2013,10,27,12,30,745,70,994,3.7,20,47.24,880,0 +2013,10,27,13,30,716,69,986,4.1000000000000005,21,49.03,880,0 +2013,10,27,14,30,621,66,959,4.3,22,54.61,880,-1 +2013,10,27,15,30,470,58,905,4.1000000000000005,21,62.97,880,-1 +2013,10,27,16,30,276,47,789,2.9000000000000004,19,73.13,880,-1 +2013,10,27,17,30,73,26,488,1.8,15,84.4,880,0 +2013,10,27,18,30,0,0,0,1.7000000000000002,12,96.35000000000001,880,0 +2013,10,27,19,30,0,0,0,1.9000000000000001,12,108.64,880,0 +2013,10,27,20,30,0,0,0,2.2,12,121.04,880,0 +2013,10,27,21,30,0,0,0,2.6,11,133.25,880,0 +2013,10,27,22,30,0,0,0,2.9000000000000004,11,144.76,880,0 +2013,10,27,23,30,0,0,0,3.1,10,154.34,880,1 +2013,10,28,0,30,0,0,0,3.1,10,158.95000000000002,880,2 +2013,10,28,1,30,0,0,0,2.8000000000000003,10,155.54,880,2 +2013,10,28,2,30,0,0,0,2.5,9,146.51,880,3 +2013,10,28,3,30,0,0,0,2.1,9,135.2,880,4 +2013,10,28,4,30,0,0,0,1.9000000000000001,9,123.07000000000001,880,5 +2013,10,28,5,30,0,0,0,1.8,9,110.69,880,6 +2013,10,28,6,30,0,0,0,1.8,9,98.38,880,7 +2013,10,28,7,30,14,14,0,2.5,10,86.39,880,9 +2013,10,28,8,30,52,52,0,3.3000000000000003,12,75.01,880,10 +2013,10,28,9,30,150,147,8,3.8000000000000003,14,64.68,880,11 +2013,10,28,10,30,447,232,384,4.1000000000000005,17,56.02,880,12 +2013,10,28,11,30,562,237,506,4.3,20,49.980000000000004,880,12 +2013,10,28,12,30,607,244,537,4.4,22,47.57,880,12 +2013,10,28,13,30,683,102,892,4.6000000000000005,23,49.36,870,10 +2013,10,28,14,30,491,209,491,4.800000000000001,24,54.910000000000004,870,8 +2013,10,28,15,30,377,147,510,4.7,24,63.24,870,6 +2013,10,28,16,30,264,57,721,3.8000000000000003,22,73.37,870,4 +2013,10,28,17,30,66,28,403,2.8000000000000003,19,84.62,870,3 +2013,10,28,18,30,0,0,0,2.6,17,96.55,880,2 +2013,10,28,19,30,0,0,0,2.6,16,108.83,880,2 +2013,10,28,20,30,0,0,0,2.4000000000000004,15,121.23,880,1 +2013,10,28,21,30,0,0,0,2.1,14,133.46,880,1 +2013,10,28,22,30,0,0,0,2.1,14,145,880,1 +2013,10,28,23,30,0,0,0,2.2,13,154.63,880,1 +2013,10,29,0,30,0,0,0,2.4000000000000004,13,159.28,880,1 +2013,10,29,1,30,0,0,0,2.6,12,155.82,880,2 +2013,10,29,2,30,0,0,0,2.5,12,146.72,880,2 +2013,10,29,3,30,0,0,0,2.3000000000000003,12,135.38,880,3 +2013,10,29,4,30,0,0,0,2.1,12,123.23,880,4 +2013,10,29,5,30,0,0,0,1.9000000000000001,11,110.85000000000001,880,4 +2013,10,29,6,30,0,0,0,1.7000000000000002,11,98.55,880,4 +2013,10,29,7,30,7,7,0,1.9000000000000001,12,86.57000000000001,880,4 +2013,10,29,8,30,9,9,0,2.5,14,75.22,880,4 +2013,10,29,9,30,37,37,0,2.6,16,64.91,880,4 +2013,10,29,10,30,154,153,1,2.5,18,56.300000000000004,880,4 +2013,10,29,11,30,241,230,18,2.8000000000000003,21,50.29,880,3 +2013,10,29,12,30,321,291,44,3.4000000000000004,22,47.9,880,0 +2013,10,29,13,30,296,271,37,3.6,23,49.68,880,-1 +2013,10,29,14,30,366,271,166,3.4000000000000004,22,55.21,880,-1 +2013,10,29,15,30,212,187,56,3.4000000000000004,21,63.5,880,0 +2013,10,29,16,30,118,108,36,3.6,19,73.60000000000001,880,0 +2013,10,29,17,30,36,31,57,3.5,18,84.83,880,1 +2013,10,29,18,30,0,0,0,3.7,17,96.74000000000001,880,1 +2013,10,29,19,30,0,0,0,4.1000000000000005,16,109.02,880,2 +2013,10,29,20,30,0,0,0,3.8000000000000003,15,121.42,880,3 +2013,10,29,21,30,0,0,0,3.4000000000000004,15,133.66,880,4 +2013,10,29,22,30,0,0,0,3.7,14,145.23,880,6 +2013,10,29,23,30,0,0,0,4.1000000000000005,14,154.91,880,10 +2013,10,30,0,30,0,0,0,4.6000000000000005,15,159.61,870,13 +2013,10,30,1,30,0,0,0,5,15,156.1,870,15 +2013,10,30,2,30,0,0,0,5.1000000000000005,15,146.94,870,15 +2013,10,30,3,30,0,0,0,4.800000000000001,14,135.56,870,14 +2013,10,30,4,30,0,0,0,4,13,123.4,870,13 +2013,10,30,5,30,0,0,0,3,12,111.01,870,11 +2013,10,30,6,30,0,0,0,2.7,12,98.72,880,11 +2013,10,30,7,30,29,20,168,3,12,86.75,880,10 +2013,10,30,8,30,149,96,209,3.5,15,75.43,880,8 +2013,10,30,9,30,285,177,256,4.2,19,65.15,880,7 +2013,10,30,10,30,426,236,343,5.2,21,56.57,880,6 +2013,10,30,11,30,331,289,65,5.800000000000001,23,50.6,870,5 +2013,10,30,12,30,277,260,25,6.1000000000000005,24,48.230000000000004,870,4 +2013,10,30,13,30,524,283,374,6.2,24,50,870,4 +2013,10,30,14,30,422,255,294,5.9,23,55.5,870,4 +2013,10,30,15,30,268,197,160,5,22,63.76,870,4 +2013,10,30,16,30,109,103,21,4.1000000000000005,21,73.83,870,5 +2013,10,30,17,30,26,26,0,3.8000000000000003,19,85.04,870,6 +2013,10,30,18,30,0,0,0,3.9000000000000004,18,96.93,870,7 +2013,10,30,19,30,0,0,0,3.9000000000000004,17,109.2,870,7 +2013,10,30,20,30,0,0,0,3.8000000000000003,16,121.60000000000001,870,7 +2013,10,30,21,30,0,0,0,3.8000000000000003,15,133.85,870,8 +2013,10,30,22,30,0,0,0,4.3,14,145.45000000000002,870,7 +2013,10,30,23,30,0,0,0,5.6000000000000005,12,155.19,870,5 +2013,10,31,0,30,0,0,0,6.1000000000000005,10,159.93,870,2 +2013,10,31,1,30,0,0,0,6.1000000000000005,9,156.38,870,0 +2013,10,31,2,30,0,0,0,6.6000000000000005,8,147.15,870,0 +2013,10,31,3,30,0,0,0,6.9,7,135.74,870,-1 +2013,10,31,4,30,0,0,0,6.800000000000001,7,123.56,870,-2 +2013,10,31,5,30,0,0,0,6.5,6,111.17,870,-2 +2013,10,31,6,30,0,0,0,6,6,98.89,870,-3 +2013,10,31,7,30,37,18,349,5.6000000000000005,6,86.94,880,-3 +2013,10,31,8,30,236,47,763,6,9,75.64,880,-3 +2013,10,31,9,30,438,60,906,6.5,12,65.39,880,-4 +2013,10,31,10,30,600,68,973,6.300000000000001,14,56.84,880,-6 +2013,10,31,11,30,706,72,1005,5.7,16,50.9,880,-7 +2013,10,31,12,30,746,74,1015,5.1000000000000005,17,48.550000000000004,870,-8 +2013,10,31,13,30,715,73,1006,4.6000000000000005,18,50.31,870,-9 +2013,10,31,14,30,618,69,976,4.3,19,55.79,870,-9 +2013,10,31,15,30,463,63,914,4.1000000000000005,18,64.01,870,-9 +2013,10,31,16,30,266,50,784,3.1,17,74.06,870,-8 +2013,10,31,17,30,61,25,438,1.9000000000000001,13,85.24,870,-6 +2013,10,31,18,30,0,0,0,1.8,10,97.12,870,-4 +2013,10,31,19,30,0,0,0,2.1,10,109.38,870,-5 +2013,10,31,20,30,0,0,0,2.7,9,121.78,870,-5 +2013,10,31,21,30,0,0,0,3.2,9,134.04,870,-6 +2013,10,31,22,30,0,0,0,3.6,8,145.67000000000002,870,-5 +2013,10,31,23,30,0,0,0,3.9000000000000004,8,155.46,870,-5 +2013,11,1,0,30,0,0,0,4.5,7,160.25,870,-4 +2013,11,1,1,30,0,0,0,4.9,7,156.66,870,-4 +2013,11,1,2,30,0,0,0,4.9,6,147.36,870,-3 +2013,11,1,3,30,0,0,0,4.800000000000001,6,135.91,870,-3 +2013,11,1,4,30,0,0,0,4.6000000000000005,5,123.72,870,-3 +2013,11,1,5,30,0,0,0,4.3,5,111.34,870,-3 +2013,11,1,6,30,0,0,0,4.1000000000000005,4,99.05,880,-3 +2013,11,1,7,30,34,18,324,4.3,5,87.12,880,-3 +2013,11,1,8,30,228,48,736,4.4,8,75.84,880,-3 +2013,11,1,9,30,425,62,880,4.7,12,65.63,880,-3 +2013,11,1,10,30,584,70,946,5.2,16,57.120000000000005,880,-4 +2013,11,1,11,30,687,75,976,4.9,17,51.21,880,-5 +2013,11,1,12,30,726,75,990,4.5,18,48.870000000000005,880,-5 +2013,11,1,13,30,696,75,979,4.3,18,50.620000000000005,880,-5 +2013,11,1,14,30,600,71,947,4,18,56.07,880,-4 +2013,11,1,15,30,449,62,892,3.6,17,64.26,880,-4 +2013,11,1,16,30,257,49,766,2.4000000000000004,16,74.28,880,-4 +2013,11,1,17,30,58,23,436,1.4000000000000001,13,85.44,880,-1 +2013,11,1,18,30,0,0,0,1.5,10,97.3,880,-1 +2013,11,1,19,30,0,0,0,1.9000000000000001,9,109.55,880,-1 +2013,11,1,20,30,0,0,0,2.2,8,121.95,880,-1 +2013,11,1,21,30,0,0,0,2.2,7,134.22,880,-1 +2013,11,1,22,30,0,0,0,2,6,145.88,880,0 +2013,11,1,23,30,0,0,0,1.7000000000000002,5,155.73,890,-1 +2013,11,2,0,30,0,0,0,1.5,5,160.57,890,-1 +2013,11,2,1,30,0,0,0,1.2000000000000002,4,156.93,890,-2 +2013,11,2,2,30,0,0,0,1.2000000000000002,3,147.57,890,-2 +2013,11,2,3,30,0,0,0,1.1,3,136.09,890,-3 +2013,11,2,4,30,0,0,0,1.1,2,123.88000000000001,890,-3 +2013,11,2,5,30,0,0,0,1.1,2,111.5,890,-4 +2013,11,2,6,30,0,0,0,1,2,99.22,890,-4 +2013,11,2,7,30,32,17,334,1,3,87.31,890,-4 +2013,11,2,8,30,224,46,740,1.5,6,76.05,890,-3 +2013,11,2,9,30,420,60,879,2.6,10,65.87,890,-4 +2013,11,2,10,30,578,69,945,3.6,13,57.39,890,-5 +2013,11,2,11,30,681,73,976,4.1000000000000005,15,51.51,890,-5 +2013,11,2,12,30,721,73,990,4.4,17,49.19,890,-4 +2013,11,2,13,30,692,72,983,4.5,18,50.93,880,-4 +2013,11,2,14,30,597,68,955,4.5,19,56.35,880,-4 +2013,11,2,15,30,446,61,894,4.6000000000000005,18,64.51,880,-4 +2013,11,2,16,30,253,48,767,3.9000000000000004,17,74.49,880,-4 +2013,11,2,17,30,55,23,425,2.9000000000000004,13,85.63,880,-3 +2013,11,2,18,30,0,0,0,2.8000000000000003,11,97.47,880,-2 +2013,11,2,19,30,0,0,0,3.2,10,109.72,880,-2 +2013,11,2,20,30,0,0,0,3.4000000000000004,9,122.11,880,-3 +2013,11,2,21,30,0,0,0,3.4000000000000004,8,134.39000000000001,880,-3 +2013,11,2,22,30,0,0,0,3.5,8,146.08,880,-3 +2013,11,2,23,30,0,0,0,3.5,7,155.99,880,-3 +2013,11,3,0,30,0,0,0,3.5,7,160.89000000000001,880,-2 +2013,11,3,1,30,0,0,0,3.4000000000000004,6,157.20000000000002,880,-2 +2013,11,3,2,30,0,0,0,3,6,147.78,880,-2 +2013,11,3,3,30,0,0,0,2.8000000000000003,5,136.26,880,-1 +2013,11,3,4,30,0,0,0,3.3000000000000003,5,124.05,880,-1 +2013,11,3,5,30,0,0,0,3.7,6,111.66,880,-1 +2013,11,3,6,30,0,0,0,3.5,6,99.4,880,-1 +2013,11,3,7,30,17,17,0,3.6,6,87.49,880,-1 +2013,11,3,8,30,127,93,143,4.3,8,76.26,880,-1 +2013,11,3,9,30,302,154,365,5.1000000000000005,11,66.1,880,-1 +2013,11,3,10,30,104,104,0,5.5,14,57.660000000000004,880,-1 +2013,11,3,11,30,99,99,0,5.4,17,51.81,870,0 +2013,11,3,12,30,582,230,541,5.5,19,49.5,870,0 +2013,11,3,13,30,664,78,935,5.7,21,51.230000000000004,870,1 +2013,11,3,14,30,572,74,905,5.800000000000001,22,56.620000000000005,870,2 +2013,11,3,15,30,112,112,0,5.7,22,64.75,870,3 +2013,11,3,16,30,235,54,688,5,20,74.7,870,4 +2013,11,3,17,30,47,25,297,4.5,17,85.81,870,5 +2013,11,3,18,30,0,0,0,4.9,15,97.64,870,5 +2013,11,3,19,30,0,0,0,5.1000000000000005,14,109.88,870,5 +2013,11,3,20,30,0,0,0,4.5,12,122.27,870,5 +2013,11,3,21,30,0,0,0,3.9000000000000004,11,134.56,870,5 +2013,11,3,22,30,0,0,0,3.8000000000000003,10,146.28,870,6 +2013,11,3,23,30,0,0,0,3.8000000000000003,10,156.24,870,6 +2013,11,4,0,30,0,0,0,3.9000000000000004,9,161.19,870,7 +2013,11,4,1,30,0,0,0,3.8000000000000003,9,157.46,870,7 +2013,11,4,2,30,0,0,0,3.5,8,147.99,870,7 +2013,11,4,3,30,0,0,0,2.9000000000000004,8,136.44,870,7 +2013,11,4,4,30,0,0,0,2.3000000000000003,7,124.21000000000001,870,7 +2013,11,4,5,30,0,0,0,2.2,7,111.82000000000001,870,7 +2013,11,4,6,30,0,0,0,2.5,6,99.57000000000001,870,6 +2013,11,4,7,30,25,16,223,2.9000000000000004,7,87.68,870,6 +2013,11,4,8,30,208,49,677,2.9000000000000004,9,76.47,880,5 +2013,11,4,9,30,401,65,837,2.7,12,66.34,880,3 +2013,11,4,10,30,557,74,909,2.7,15,57.92,880,1 +2013,11,4,11,30,659,79,943,2.3000000000000003,17,52.1,880,0 +2013,11,4,12,30,696,80,955,1.9000000000000001,18,49.81,880,0 +2013,11,4,13,30,666,80,942,1.9000000000000001,19,51.53,870,0 +2013,11,4,14,30,571,76,905,2.2,20,56.89,870,0 +2013,11,4,15,30,420,68,833,2.7,20,64.98,870,1 +2013,11,4,16,30,183,86,369,3,18,74.91,870,2 +2013,11,4,17,30,44,24,288,3.3000000000000003,16,86,870,3 +2013,11,4,18,30,0,0,0,3.9000000000000004,14,97.81,870,3 +2013,11,4,19,30,0,0,0,4,13,110.03,880,4 +2013,11,4,20,30,0,0,0,3.6,13,122.43,880,5 +2013,11,4,21,30,0,0,0,3.6,12,134.72,880,7 +2013,11,4,22,30,0,0,0,4.1000000000000005,12,146.47,880,8 +2013,11,4,23,30,0,0,0,4.6000000000000005,11,156.49,870,8 +2013,11,5,0,30,0,0,0,4.6000000000000005,10,161.5,870,9 +2013,11,5,1,30,0,0,0,4.4,10,157.73,870,9 +2013,11,5,2,30,0,0,0,4,10,148.19,870,9 +2013,11,5,3,30,0,0,0,3.8000000000000003,10,136.61,870,9 +2013,11,5,4,30,0,0,0,3.7,10,124.37,870,9 +2013,11,5,5,30,0,0,0,3.6,10,111.98,870,9 +2013,11,5,6,30,0,0,0,3.3000000000000003,10,99.74000000000001,870,9 +2013,11,5,7,30,3,3,0,3.4000000000000004,10,87.87,880,9 +2013,11,5,8,30,36,36,0,3.9000000000000004,11,76.67,880,9 +2013,11,5,9,30,86,86,0,4.2,13,66.57000000000001,880,10 +2013,11,5,10,30,245,221,44,4.1000000000000005,16,58.19,880,9 +2013,11,5,11,30,209,201,11,4.1000000000000005,19,52.39,870,8 +2013,11,5,12,30,677,89,916,4.4,20,50.11,870,7 +2013,11,5,13,30,652,84,919,4.7,20,51.82,870,6 +2013,11,5,14,30,563,77,896,4.9,20,57.15,870,5 +2013,11,5,15,30,418,65,841,4.7,19,65.21000000000001,870,3 +2013,11,5,16,30,232,50,707,3.7,18,75.11,880,2 +2013,11,5,17,30,44,22,334,2.3000000000000003,15,86.17,880,2 +2013,11,5,18,30,0,0,0,2.1,12,97.97,880,2 +2013,11,5,19,30,0,0,0,3,11,110.18,880,1 +2013,11,5,20,30,0,0,0,4.1000000000000005,10,122.57000000000001,880,0 +2013,11,5,21,30,0,0,0,4.800000000000001,8,134.88,880,0 +2013,11,5,22,30,0,0,0,4.9,7,146.65,880,0 +2013,11,5,23,30,0,0,0,4.6000000000000005,5,156.73,880,0 +2013,11,6,0,30,0,0,0,4.3,3,161.8,880,0 +2013,11,6,1,30,0,0,0,4.1000000000000005,2,157.99,880,-1 +2013,11,6,2,30,0,0,0,3.9000000000000004,1,148.39000000000001,880,-2 +2013,11,6,3,30,0,0,0,3.6,1,136.78,880,-2 +2013,11,6,4,30,0,0,0,3.1,0,124.53,880,-3 +2013,11,6,5,30,0,0,0,2.6,0,112.15,890,-3 +2013,11,6,6,30,0,0,0,2.2,0,99.91,890,-3 +2013,11,6,7,30,24,15,268,2.6,0,88.05,890,-3 +2013,11,6,8,30,213,47,733,2.8000000000000003,2,76.88,890,-4 +2013,11,6,9,30,412,62,888,2.1,5,66.81,890,-7 +2013,11,6,10,30,573,71,961,1.4000000000000001,8,58.45,890,-8 +2013,11,6,11,30,679,74,998,1.3,11,52.68,890,-7 +2013,11,6,12,30,719,76,1009,1.7000000000000002,12,50.410000000000004,890,-7 +2013,11,6,13,30,691,73,1005,2,13,52.1,890,-8 +2013,11,6,14,30,595,68,978,2.2,14,57.410000000000004,890,-9 +2013,11,6,15,30,441,62,913,2.2,14,65.44,890,-10 +2013,11,6,16,30,247,48,783,1.6,12,75.3,890,-10 +2013,11,6,17,30,47,21,414,1,10,86.34,890,-5 +2013,11,6,18,30,0,0,0,1,8,98.12,890,-7 +2013,11,6,19,30,0,0,0,1.2000000000000002,6,110.32000000000001,890,-8 +2013,11,6,20,30,0,0,0,1.3,5,122.71000000000001,890,-8 +2013,11,6,21,30,0,0,0,1.3,4,135.03,890,-8 +2013,11,6,22,30,0,0,0,1.4000000000000001,3,146.83,890,-8 +2013,11,6,23,30,0,0,0,1.4000000000000001,2,156.97,890,-8 +2013,11,7,0,30,0,0,0,1.4000000000000001,2,162.09,890,-8 +2013,11,7,1,30,0,0,0,1.4000000000000001,1,158.25,890,-8 +2013,11,7,2,30,0,0,0,1.4000000000000001,1,148.59,890,-8 +2013,11,7,3,30,0,0,0,1.3,0,136.96,890,-7 +2013,11,7,4,30,0,0,0,1.3,0,124.69,890,-7 +2013,11,7,5,30,0,0,0,1.3,0,112.31,890,-7 +2013,11,7,6,30,0,0,0,1.3,0,100.08,890,-6 +2013,11,7,7,30,22,13,287,1.8,1,88.24,890,-6 +2013,11,7,8,30,209,43,746,3,5,77.09,890,-6 +2013,11,7,9,30,406,57,895,4.1000000000000005,9,67.04,890,-6 +2013,11,7,10,30,565,65,964,4.7,12,58.71,890,-7 +2013,11,7,11,30,670,69,997,4.9,15,52.97,890,-8 +2013,11,7,12,30,709,71,1008,5,16,50.7,890,-9 +2013,11,7,13,30,680,70,1000,4.9,17,52.38,890,-9 +2013,11,7,14,30,585,66,970,4.7,17,57.660000000000004,890,-9 +2013,11,7,15,30,433,59,907,4.5,16,65.66,890,-9 +2013,11,7,16,30,240,47,771,3.5,14,75.49,890,-9 +2013,11,7,17,30,44,20,389,2.5,10,86.51,890,-7 +2013,11,7,18,30,0,0,0,2.7,8,98.27,890,-6 +2013,11,7,19,30,0,0,0,3.2,7,110.46000000000001,890,-6 +2013,11,7,20,30,0,0,0,3.4000000000000004,6,122.85000000000001,890,-7 +2013,11,7,21,30,0,0,0,3.3000000000000003,5,135.17000000000002,890,-7 +2013,11,7,22,30,0,0,0,3.2,4,147,890,-7 +2013,11,7,23,30,0,0,0,3.1,4,157.19,890,-7 +2013,11,8,0,30,0,0,0,2.9000000000000004,3,162.38,890,-7 +2013,11,8,1,30,0,0,0,2.8000000000000003,2,158.5,890,-7 +2013,11,8,2,30,0,0,0,2.7,2,148.79,890,-7 +2013,11,8,3,30,0,0,0,2.5,2,137.13,890,-7 +2013,11,8,4,30,0,0,0,2.5,1,124.86,880,-7 +2013,11,8,5,30,0,0,0,2.4000000000000004,1,112.47,880,-7 +2013,11,8,6,30,0,0,0,2.4000000000000004,1,100.25,880,-7 +2013,11,8,7,30,14,14,0,3.1,2,88.42,880,-7 +2013,11,8,8,30,169,56,511,4.1000000000000005,5,77.29,880,-7 +2013,11,8,9,30,301,134,431,5.2,9,67.27,880,-7 +2013,11,8,10,30,467,139,636,6.1000000000000005,13,58.97,880,-6 +2013,11,8,11,30,551,182,616,6.4,16,53.25,880,-4 +2013,11,8,12,30,589,193,629,6.300000000000001,17,50.99,880,-3 +2013,11,8,13,30,572,172,660,6.1000000000000005,18,52.660000000000004,880,-1 +2013,11,8,14,30,468,165,571,5.800000000000001,19,57.910000000000004,880,0 +2013,11,8,15,30,412,55,874,5.4,19,65.87,880,0 +2013,11,8,16,30,230,46,740,4.4,17,75.68,880,1 +2013,11,8,17,30,40,19,358,3.6,14,86.67,880,2 +2013,11,8,18,30,0,0,0,4.1000000000000005,11,98.41,880,3 +2013,11,8,19,30,0,0,0,4.6000000000000005,10,110.60000000000001,880,4 +2013,11,8,20,30,0,0,0,4.5,9,122.98,880,5 +2013,11,8,21,30,0,0,0,4.4,8,135.31,880,5 +2013,11,8,22,30,0,0,0,4.3,8,147.16,880,5 +2013,11,8,23,30,0,0,0,3.9000000000000004,7,157.41,880,5 +2013,11,9,0,30,0,0,0,3.7,6,162.67000000000002,880,4 +2013,11,9,1,30,0,0,0,3.8000000000000003,6,158.75,880,4 +2013,11,9,2,30,0,0,0,4,5,148.99,880,3 +2013,11,9,3,30,0,0,0,3.6,5,137.3,880,2 +2013,11,9,4,30,0,0,0,3.2,4,125.02,880,1 +2013,11,9,5,30,0,0,0,3.3000000000000003,4,112.64,880,0 +2013,11,9,6,30,0,0,0,3.3000000000000003,3,100.42,880,0 +2013,11,9,7,30,17,11,231,3.6,4,88.61,880,-1 +2013,11,9,8,30,196,42,710,4,6,77.5,880,-2 +2013,11,9,9,30,388,56,867,4.4,10,67.5,880,-2 +2013,11,9,10,30,545,64,940,4.6000000000000005,13,59.230000000000004,880,-1 +2013,11,9,11,30,648,69,974,4.4,16,53.53,880,-1 +2013,11,9,12,30,687,70,986,4.2,18,51.28,880,0 +2013,11,9,13,30,658,69,978,3.9000000000000004,19,52.93,880,0 +2013,11,9,14,30,565,65,947,3.5,20,58.15,880,0 +2013,11,9,15,30,415,58,881,3,19,66.08,880,0 +2013,11,9,16,30,227,45,743,2,17,75.86,880,0 +2013,11,9,17,30,38,18,355,1.3,13,86.82000000000001,880,1 +2013,11,9,18,30,0,0,0,1.5,10,98.55,880,0 +2013,11,9,19,30,0,0,0,1.6,9,110.72,880,0 +2013,11,9,20,30,0,0,0,1.7000000000000002,8,123.10000000000001,880,1 +2013,11,9,21,30,0,0,0,1.6,7,135.44,880,1 +2013,11,9,22,30,0,0,0,1.4000000000000001,5,147.31,880,1 +2013,11,9,23,30,0,0,0,1.2000000000000002,5,157.62,880,1 +2013,11,10,0,30,0,0,0,1.2000000000000002,4,162.95000000000002,880,2 +2013,11,10,1,30,0,0,0,1.4000000000000001,3,159,880,2 +2013,11,10,2,30,0,0,0,1.5,3,149.18,880,2 +2013,11,10,3,30,0,0,0,1.6,3,137.47,880,2 +2013,11,10,4,30,0,0,0,1.5,3,125.18,880,2 +2013,11,10,5,30,0,0,0,1.5,3,112.8,890,2 +2013,11,10,6,30,0,0,0,1.7000000000000002,3,100.59,890,2 +2013,11,10,7,30,14,11,136,2.4000000000000004,5,88.8,890,4 +2013,11,10,8,30,184,51,624,2.7,7,77.71000000000001,890,5 +2013,11,10,9,30,373,70,798,2.4000000000000004,10,67.73,890,5 +2013,11,10,10,30,528,78,885,1.9000000000000001,13,59.480000000000004,890,6 +2013,11,10,11,30,631,82,928,1.4000000000000001,16,53.800000000000004,890,5 +2013,11,10,12,30,671,80,951,1.4000000000000001,18,51.56,890,5 +2013,11,10,13,30,644,77,945,1.7000000000000002,19,53.19,880,4 +2013,11,10,14,30,552,72,916,2,20,58.38,880,4 +2013,11,10,15,30,406,61,857,2,20,66.28,880,3 +2013,11,10,16,30,220,47,720,1.5,18,76.03,880,2 +2013,11,10,17,30,35,18,332,1.2000000000000002,14,86.97,880,4 +2013,11,10,18,30,0,0,0,1.6,11,98.68,880,3 +2013,11,10,19,30,0,0,0,2.1,10,110.84,880,3 +2013,11,10,20,30,0,0,0,2.5,9,123.22,880,4 +2013,11,10,21,30,0,0,0,2.7,9,135.57,880,4 +2013,11,10,22,30,0,0,0,2.7,8,147.46,880,5 +2013,11,10,23,30,0,0,0,2.4000000000000004,7,157.83,880,5 +2013,11,11,0,30,0,0,0,2,7,163.23,880,6 +2013,11,11,1,30,0,0,0,1.9000000000000001,6,159.24,880,6 +2013,11,11,2,30,0,0,0,1.9000000000000001,6,149.38,880,6 +2013,11,11,3,30,0,0,0,2,6,137.64000000000001,880,6 +2013,11,11,4,30,0,0,0,2.1,6,125.34,880,5 +2013,11,11,5,30,0,0,0,2.1,6,112.96000000000001,880,4 +2013,11,11,6,30,0,0,0,1.9000000000000001,5,100.76,880,4 +2013,11,11,7,30,13,10,148,2.4000000000000004,6,88.98,880,3 +2013,11,11,8,30,160,53,512,2.9000000000000004,9,77.91,880,2 +2013,11,11,9,30,375,61,837,3,13,67.96000000000001,880,1 +2013,11,11,10,30,532,69,918,3.2,16,59.74,880,1 +2013,11,11,11,30,635,73,957,3.2,19,54.07,880,0 +2013,11,11,12,30,675,73,974,2.9000000000000004,22,51.83,880,-1 +2013,11,11,13,30,647,72,967,2.5,23,53.45,880,-2 +2013,11,11,14,30,555,67,937,2.2,23,58.61,880,-3 +2013,11,11,15,30,407,59,873,1.5,22,66.48,880,-3 +2013,11,11,16,30,220,45,732,0.5,20,76.2,880,-2 +2013,11,11,17,30,34,17,332,0.4,17,87.12,880,0 +2013,11,11,18,30,0,0,0,0.8,14,98.81,880,-1 +2013,11,11,19,30,0,0,0,1.4000000000000001,12,110.96000000000001,880,0 +2013,11,11,20,30,0,0,0,2.8000000000000003,10,123.33,890,1 +2013,11,11,21,30,0,0,0,4,9,135.68,890,3 +2013,11,11,22,30,0,0,0,5,8,147.6,890,4 +2013,11,11,23,30,0,0,0,5.9,7,158.02,890,5 +2013,11,12,0,30,0,0,0,6.300000000000001,6,163.5,890,4 +2013,11,12,1,30,0,0,0,6.6000000000000005,4,159.49,890,2 +2013,11,12,2,30,0,0,0,6.7,3,149.57,890,0 +2013,11,12,3,30,0,0,0,6.7,1,137.8,890,-2 +2013,11,12,4,30,0,0,0,6.7,0,125.5,890,-4 +2013,11,12,5,30,0,0,0,6.6000000000000005,0,113.12,900,-4 +2013,11,12,6,30,0,0,0,6.300000000000001,0,100.94,900,-5 +2013,11,12,7,30,0,0,0,6.1000000000000005,0,89.17,900,-6 +2013,11,12,8,30,21,21,0,5.800000000000001,0,78.11,900,-6 +2013,11,12,9,30,45,45,0,5.4,1,68.18,900,-7 +2013,11,12,10,30,519,80,878,4.800000000000001,3,59.99,900,-7 +2013,11,12,11,30,623,82,928,4.2,6,54.34,900,-7 +2013,11,12,12,30,663,81,948,3.8000000000000003,7,52.1,900,-6 +2013,11,12,13,30,637,78,944,3.6,8,53.71,900,-6 +2013,11,12,14,30,546,72,915,3.6,9,58.84,900,-5 +2013,11,12,15,30,399,63,847,3.5,9,66.67,890,-5 +2013,11,12,16,30,213,48,703,2.9000000000000004,8,76.36,900,-5 +2013,11,12,17,30,31,17,302,1.8,5,87.26,900,-5 +2013,11,12,18,30,0,0,0,1.2000000000000002,3,98.93,900,-5 +2013,11,12,19,30,0,0,0,1.1,2,111.07000000000001,900,-5 +2013,11,12,20,30,0,0,0,0.9,1,123.44,900,-6 +2013,11,12,21,30,0,0,0,0.9,1,135.79,900,-6 +2013,11,12,22,30,0,0,0,0.9,0,147.74,900,-7 +2013,11,12,23,30,0,0,0,0.9,0,158.21,890,-7 +2013,11,13,0,30,0,0,0,0.9,0,163.76,890,-7 +2013,11,13,1,30,0,0,0,1,0,159.73,890,-7 +2013,11,13,2,30,0,0,0,1,0,149.76,890,-8 +2013,11,13,3,30,0,0,0,1.2000000000000002,0,137.97,890,-8 +2013,11,13,4,30,0,0,0,1.3,0,125.66,890,-8 +2013,11,13,5,30,0,0,0,1.4000000000000001,0,113.29,890,-7 +2013,11,13,6,30,0,0,0,1.6,0,101.11,890,-7 +2013,11,13,7,30,0,0,0,2.4000000000000004,0,89.35000000000001,890,-8 +2013,11,13,8,30,179,43,671,3.5,2,78.32000000000001,890,-7 +2013,11,13,9,30,370,59,845,4,5,68.41,890,-8 +2013,11,13,10,30,527,68,925,4.2,8,60.230000000000004,890,-6 +2013,11,13,11,30,631,72,964,4.3,11,54.6,890,-4 +2013,11,13,12,30,671,73,980,4.5,13,52.370000000000005,890,-3 +2013,11,13,13,30,645,71,975,4.6000000000000005,14,53.96,890,-3 +2013,11,13,14,30,553,66,947,4.7,15,59.06,890,-3 +2013,11,13,15,30,405,60,877,4.6000000000000005,14,66.86,890,-3 +2013,11,13,16,30,217,46,731,3.6,12,76.51,890,-3 +2013,11,13,17,30,31,17,314,2.7,9,87.39,880,-3 +2013,11,13,18,30,0,0,0,3.1,7,99.05,880,-3 +2013,11,13,19,30,0,0,0,3.5,6,111.17,880,-4 +2013,11,13,20,30,0,0,0,3.6,5,123.54,880,-5 +2013,11,13,21,30,0,0,0,3.7,5,135.9,880,-5 +2013,11,13,22,30,0,0,0,3.6,4,147.86,880,-6 +2013,11,13,23,30,0,0,0,3.6,4,158.39000000000001,880,-7 +2013,11,14,0,30,0,0,0,3.5,4,164.02,880,-7 +2013,11,14,1,30,0,0,0,3.5,4,159.96,880,-8 +2013,11,14,2,30,0,0,0,3.3000000000000003,3,149.95000000000002,880,-8 +2013,11,14,3,30,0,0,0,3.1,3,138.14000000000001,880,-8 +2013,11,14,4,30,0,0,0,3.1,3,125.82000000000001,880,-7 +2013,11,14,5,30,0,0,0,3.3000000000000003,3,113.45,880,-6 +2013,11,14,6,30,0,0,0,3.8000000000000003,3,101.28,880,-5 +2013,11,14,7,30,0,0,0,4.1000000000000005,3,89.53,880,-4 +2013,11,14,8,30,133,64,344,3.8000000000000003,5,78.52,880,-3 +2013,11,14,9,30,269,134,369,4,9,68.63,880,-2 +2013,11,14,10,30,400,188,429,4.7,13,60.480000000000004,880,0 +2013,11,14,11,30,603,92,889,4.800000000000001,16,54.86,880,2 +2013,11,14,12,30,650,81,938,4.5,17,52.63,880,2 +2013,11,14,13,30,540,175,623,4.1000000000000005,18,54.2,870,1 +2013,11,14,14,30,535,75,901,3.8000000000000003,19,59.27,870,0 +2013,11,14,15,30,390,65,831,3.4000000000000004,18,67.03,870,0 +2013,11,14,16,30,197,44,667,2.4000000000000004,16,76.66,870,-1 +2013,11,14,17,30,26,26,0,2.5,12,87.52,870,-1 +2013,11,14,18,30,0,0,0,3.7,10,99.15,880,-1 +2013,11,14,19,30,0,0,0,3.8000000000000003,9,111.27,880,0 +2013,11,14,20,30,0,0,0,2.7,7,123.63000000000001,880,0 +2013,11,14,21,30,0,0,0,1.8,6,136,880,0 +2013,11,14,22,30,0,0,0,1.6,5,147.98,880,0 +2013,11,14,23,30,0,0,0,1.5,5,158.57,880,0 +2013,11,15,0,30,0,0,0,1.4000000000000001,5,164.27,880,0 +2013,11,15,1,30,0,0,0,1.2000000000000002,4,160.19,880,0 +2013,11,15,2,30,0,0,0,1.2000000000000002,3,150.14000000000001,880,0 +2013,11,15,3,30,0,0,0,1.2000000000000002,3,138.3,880,0 +2013,11,15,4,30,0,0,0,1.2000000000000002,3,125.98,870,0 +2013,11,15,5,30,0,0,0,1.3,2,113.61,870,0 +2013,11,15,6,30,0,0,0,1.5,2,101.45,880,0 +2013,11,15,7,30,0,0,0,2,4,89.72,880,0 +2013,11,15,8,30,118,70,246,3,7,78.72,880,0 +2013,11,15,9,30,273,128,403,3.8000000000000003,11,68.85000000000001,880,0 +2013,11,15,10,30,395,188,422,4.9,14,60.72,870,0 +2013,11,15,11,30,604,84,908,5.800000000000001,17,55.120000000000005,870,3 +2013,11,15,12,30,489,263,374,5.800000000000001,18,52.88,870,4 +2013,11,15,13,30,537,174,624,5.6000000000000005,18,54.44,870,5 +2013,11,15,14,30,411,200,416,5.300000000000001,19,59.47,870,5 +2013,11,15,15,30,373,75,770,4.7,18,67.21000000000001,870,5 +2013,11,15,16,30,170,65,461,3.5,17,76.81,870,5 +2013,11,15,17,30,25,16,204,2.8000000000000003,15,87.64,870,5 +2013,11,15,18,30,0,0,0,3,14,99.26,870,5 +2013,11,15,19,30,0,0,0,3.4000000000000004,14,111.36,870,5 +2013,11,15,20,30,0,0,0,3.7,14,123.72,870,5 +2013,11,15,21,30,0,0,0,4.4,14,136.09,870,5 +2013,11,15,22,30,0,0,0,4.9,14,148.09,870,6 +2013,11,15,23,30,0,0,0,4.6000000000000005,13,158.73,870,7 +2013,11,16,0,30,0,0,0,4.3,12,164.52,870,8 +2013,11,16,1,30,0,0,0,4.3,12,160.42000000000002,870,8 +2013,11,16,2,30,0,0,0,4.3,11,150.32,870,9 +2013,11,16,3,30,0,0,0,4.3,11,138.47,870,9 +2013,11,16,4,30,0,0,0,4.6000000000000005,11,126.14,870,10 +2013,11,16,5,30,0,0,0,4.5,11,113.77,870,9 +2013,11,16,6,30,0,0,0,4.3,10,101.62,870,9 +2013,11,16,7,30,0,0,0,4.7,10,89.9,870,9 +2013,11,16,8,30,155,40,599,5.5,12,78.92,870,10 +2013,11,16,9,30,353,56,830,6.5,16,69.07000000000001,870,10 +2013,11,16,10,30,509,63,918,7.7,19,60.96,870,8 +2013,11,16,11,30,613,67,960,8.6,20,55.370000000000005,870,5 +2013,11,16,12,30,653,67,977,9,21,53.13,870,3 +2013,11,16,13,30,628,67,970,9,21,54.67,870,2 +2013,11,16,14,30,539,63,943,8.9,21,59.67,870,0 +2013,11,16,15,30,394,56,877,8.4,21,67.38,870,0 +2013,11,16,16,30,207,44,724,7.2,20,76.95,870,-1 +2013,11,16,17,30,26,15,279,5.800000000000001,17,87.75,870,0 +2013,11,16,18,30,0,0,0,5.1000000000000005,15,99.36,870,0 +2013,11,16,19,30,0,0,0,5.1000000000000005,14,111.45,870,0 +2013,11,16,20,30,0,0,0,5.300000000000001,13,123.8,870,0 +2013,11,16,21,30,0,0,0,5,12,136.17000000000002,870,0 +2013,11,16,22,30,0,0,0,4.800000000000001,12,148.20000000000002,870,0 +2013,11,16,23,30,0,0,0,4.800000000000001,11,158.89000000000001,870,0 +2013,11,17,0,30,0,0,0,5.2,11,164.76,870,0 +2013,11,17,1,30,0,0,0,5.1000000000000005,10,160.65,870,0 +2013,11,17,2,30,0,0,0,4.3,9,150.5,870,0 +2013,11,17,3,30,0,0,0,3.8000000000000003,9,138.63,870,0 +2013,11,17,4,30,0,0,0,3.5,8,126.3,870,0 +2013,11,17,5,30,0,0,0,3.4000000000000004,8,113.93,870,0 +2013,11,17,6,30,0,0,0,3.6,8,101.79,870,0 +2013,11,17,7,30,0,0,0,4.1000000000000005,8,90.08,870,0 +2013,11,17,8,30,167,41,667,4.9,10,79.12,880,0 +2013,11,17,9,30,358,57,850,5.800000000000001,14,69.29,880,0 +2013,11,17,10,30,515,66,931,6.300000000000001,17,61.19,880,0 +2013,11,17,11,30,619,71,971,6.1000000000000005,18,55.620000000000005,880,-1 +2013,11,17,12,30,659,72,985,5.800000000000001,19,53.38,880,-2 +2013,11,17,13,30,633,70,977,5.300000000000001,20,54.89,880,-3 +2013,11,17,14,30,541,66,946,4.800000000000001,21,59.870000000000005,880,-4 +2013,11,17,15,30,393,57,882,3.9000000000000004,20,67.54,880,-4 +2013,11,17,16,30,207,43,733,2.3000000000000003,17,77.08,880,-3 +2013,11,17,17,30,26,15,291,1.3,14,87.86,880,0 +2013,11,17,18,30,0,0,0,1.3,13,99.45,880,-1 +2013,11,17,19,30,0,0,0,1.2000000000000002,12,111.53,880,-1 +2013,11,17,20,30,0,0,0,1.2000000000000002,11,123.87,880,-2 +2013,11,17,21,30,0,0,0,1.2000000000000002,10,136.25,880,-1 +2013,11,17,22,30,0,0,0,1.2000000000000002,9,148.3,880,-1 +2013,11,17,23,30,0,0,0,1.1,8,159.04,880,-1 +2013,11,18,0,30,0,0,0,1.2000000000000002,7,165,880,-1 +2013,11,18,1,30,0,0,0,2,6,160.87,880,-1 +2013,11,18,2,30,0,0,0,2.9000000000000004,5,150.69,880,-1 +2013,11,18,3,30,0,0,0,2.9000000000000004,5,138.8,880,-1 +2013,11,18,4,30,0,0,0,2.7,4,126.46000000000001,880,-2 +2013,11,18,5,30,0,0,0,2.3000000000000003,4,114.09,880,-3 +2013,11,18,6,30,0,0,0,1.7000000000000002,4,101.96000000000001,880,-4 +2013,11,18,7,30,0,0,0,1.8,4,90.26,880,-5 +2013,11,18,8,30,122,60,335,2.3000000000000003,5,79.31,880,-5 +2013,11,18,9,30,191,149,119,2.9000000000000004,7,69.5,880,-6 +2013,11,18,10,30,383,183,416,3.4000000000000004,9,61.42,880,-8 +2013,11,18,11,30,496,185,554,3.2,10,55.86,880,-8 +2013,11,18,12,30,512,222,489,2.6,12,53.620000000000005,880,-8 +2013,11,18,13,30,447,252,340,2.2,13,55.11,880,-7 +2013,11,18,14,30,259,222,74,2.1,14,60.06,880,-6 +2013,11,18,15,30,243,161,217,2,14,67.69,880,-5 +2013,11,18,16,30,88,82,26,1.5,12,77.21000000000001,880,-5 +2013,11,18,17,30,10,10,0,1.3,10,87.97,880,-2 +2013,11,18,18,30,0,0,0,1.8,8,99.53,880,-3 +2013,11,18,19,30,0,0,0,2.1,8,111.60000000000001,880,-3 +2013,11,18,20,30,0,0,0,2,7,123.94,880,-4 +2013,11,18,21,30,0,0,0,1.8,6,136.32,880,-4 +2013,11,18,22,30,0,0,0,1.7000000000000002,6,148.39000000000001,880,-4 +2013,11,18,23,30,0,0,0,1.7000000000000002,5,159.18,880,-4 +2013,11,19,0,30,0,0,0,1.6,4,165.22,880,-4 +2013,11,19,1,30,0,0,0,1.6,4,161.09,880,-4 +2013,11,19,2,30,0,0,0,1.6,3,150.87,880,-4 +2013,11,19,3,30,0,0,0,1.6,3,138.96,880,-4 +2013,11,19,4,30,0,0,0,1.6,3,126.61,880,-3 +2013,11,19,5,30,0,0,0,1.6,3,114.26,880,-3 +2013,11,19,6,30,0,0,0,1.6,3,102.13,880,-3 +2013,11,19,7,30,0,0,0,2.1,4,90.44,880,-2 +2013,11,19,8,30,156,40,638,2.8000000000000003,6,79.51,880,-2 +2013,11,19,9,30,340,58,815,3.4000000000000004,10,69.71000000000001,880,-1 +2013,11,19,10,30,390,174,455,4.3,14,61.65,880,0 +2013,11,19,11,30,591,75,925,5.1000000000000005,17,56.1,880,0 +2013,11,19,12,30,632,72,949,5.4,20,53.85,880,1 +2013,11,19,13,30,606,70,943,5.5,21,55.32,870,2 +2013,11,19,14,30,517,65,911,5.5,21,60.24,870,3 +2013,11,19,15,30,375,56,845,5.1000000000000005,20,67.84,870,3 +2013,11,19,16,30,119,85,155,3.6,18,77.33,870,4 +2013,11,19,17,30,13,13,0,2.4000000000000004,15,88.06,870,4 +2013,11,19,18,30,0,0,0,2.2,13,99.61,870,4 +2013,11,19,19,30,0,0,0,2.2,12,111.67,870,4 +2013,11,19,20,30,0,0,0,2.3000000000000003,11,124,870,4 +2013,11,19,21,30,0,0,0,2.4000000000000004,10,136.39000000000001,870,4 +2013,11,19,22,30,0,0,0,2.4000000000000004,10,148.47,870,4 +2013,11,19,23,30,0,0,0,2.3000000000000003,10,159.32,870,4 +2013,11,20,0,30,0,0,0,2.1,10,165.45000000000002,870,4 +2013,11,20,1,30,0,0,0,2,10,161.31,870,3 +2013,11,20,2,30,0,0,0,2,9,151.04,870,3 +2013,11,20,3,30,0,0,0,2,8,139.12,870,3 +2013,11,20,4,30,0,0,0,2.1,7,126.77,870,3 +2013,11,20,5,30,0,0,0,2.3000000000000003,7,114.42,870,3 +2013,11,20,6,30,0,0,0,2.5,7,102.29,870,2 +2013,11,20,7,30,0,0,0,3.1,7,90.62,870,2 +2013,11,20,8,30,137,43,521,3.6,9,79.7,870,2 +2013,11,20,9,30,257,121,397,3.2,11,69.92,870,1 +2013,11,20,10,30,273,215,122,2.9000000000000004,13,61.870000000000005,870,1 +2013,11,20,11,30,412,252,289,2.6,15,56.33,870,1 +2013,11,20,12,30,258,239,32,2.2,16,54.08,870,1 +2013,11,20,13,30,380,271,193,1.9000000000000001,17,55.53,870,0 +2013,11,20,14,30,310,229,166,2.2,18,60.410000000000004,870,0 +2013,11,20,15,30,179,156,61,2.1,18,67.99,870,0 +2013,11,20,16,30,122,83,180,1.3,16,77.44,870,0 +2013,11,20,17,30,13,13,0,1,13,88.15,870,1 +2013,11,20,18,30,0,0,0,1.1,12,99.69,870,1 +2013,11,20,19,30,0,0,0,1.2000000000000002,11,111.73,870,1 +2013,11,20,20,30,0,0,0,1.2000000000000002,10,124.06,870,1 +2013,11,20,21,30,0,0,0,1.1,10,136.45,870,1 +2013,11,20,22,30,0,0,0,0.9,10,148.55,870,2 +2013,11,20,23,30,0,0,0,0.8,9,159.44,870,2 +2013,11,21,0,30,0,0,0,0.8,9,165.66,870,2 +2013,11,21,1,30,0,0,0,0.9,9,161.52,870,2 +2013,11,21,2,30,0,0,0,0.9,8,151.22,870,2 +2013,11,21,3,30,0,0,0,1,8,139.28,870,2 +2013,11,21,4,30,0,0,0,1,7,126.93,880,2 +2013,11,21,5,30,0,0,0,1.1,6,114.58,880,2 +2013,11,21,6,30,0,0,0,1.1,6,102.46000000000001,880,2 +2013,11,21,7,30,0,0,0,1.2000000000000002,7,90.8,880,2 +2013,11,21,8,30,145,40,598,1.7000000000000002,9,79.89,880,3 +2013,11,21,9,30,326,58,788,2.2,13,70.13,880,3 +2013,11,21,10,30,380,174,442,2.5,15,62.09,880,3 +2013,11,21,11,30,474,200,496,2.7,16,56.550000000000004,880,3 +2013,11,21,12,30,521,194,560,2.9000000000000004,16,54.300000000000004,880,3 +2013,11,21,13,30,523,159,646,3.2,17,55.730000000000004,880,3 +2013,11,21,14,30,455,117,688,3.5,16,60.58,880,3 +2013,11,21,15,30,266,146,321,4.3,14,68.12,880,3 +2013,11,21,16,30,177,45,610,5.5,11,77.55,880,2 +2013,11,21,17,30,18,18,0,6.5,6,88.24,880,1 +2013,11,21,18,30,0,0,0,6.800000000000001,2,99.76,880,0 +2013,11,21,19,30,0,0,0,6.800000000000001,0,111.79,880,-3 +2013,11,21,20,30,0,0,0,6.6000000000000005,0,124.11,890,-5 +2013,11,21,21,30,0,0,0,6.300000000000001,-1,136.5,890,-6 +2013,11,21,22,30,0,0,0,6.2,-1,148.62,890,-8 +2013,11,21,23,30,0,0,0,6.2,-2,159.56,890,-9 +2013,11,22,0,30,0,0,0,6.2,-2,165.87,890,-9 +2013,11,22,1,30,0,0,0,6.300000000000001,-3,161.73,890,-10 +2013,11,22,2,30,0,0,0,6.5,-4,151.4,890,-11 +2013,11,22,3,30,0,0,0,6.7,-4,139.44,890,-11 +2013,11,22,4,30,0,0,0,6.9,-4,127.08,890,-11 +2013,11,22,5,30,0,0,0,7,-4,114.73,890,-11 +2013,11,22,6,30,0,0,0,6.800000000000001,-4,102.63,890,-11 +2013,11,22,7,30,0,0,0,6.4,-4,90.98,890,-11 +2013,11,22,8,30,8,8,0,5.9,-4,80.08,890,-11 +2013,11,22,9,30,94,94,0,5.7,-3,70.33,890,-10 +2013,11,22,10,30,100,100,0,6,-3,62.31,890,-10 +2013,11,22,11,30,171,168,4,6.1000000000000005,-2,56.78,890,-9 +2013,11,22,12,30,261,240,36,5.9,-1,54.51,890,-9 +2013,11,22,13,30,321,262,105,5.6000000000000005,-1,55.92,890,-9 +2013,11,22,14,30,208,193,29,5.4,-1,60.74,890,-8 +2013,11,22,15,30,128,127,3,5.1000000000000005,-1,68.25,890,-8 +2013,11,22,16,30,111,83,130,4.800000000000001,-1,77.65,890,-8 +2013,11,22,17,30,10,10,0,4.5,-1,88.32000000000001,890,-8 +2013,11,22,18,30,0,0,0,4.3,-2,99.82000000000001,890,-8 +2013,11,22,19,30,0,0,0,4.1000000000000005,-2,111.84,890,-8 +2013,11,22,20,30,0,0,0,4,-2,124.16,890,-8 +2013,11,22,21,30,0,0,0,3.9000000000000004,-3,136.55,890,-7 +2013,11,22,22,30,0,0,0,3.9000000000000004,-3,148.68,890,-7 +2013,11,22,23,30,0,0,0,4.1000000000000005,-3,159.67000000000002,890,-7 +2013,11,23,0,30,0,0,0,4.3,-3,166.07,890,-7 +2013,11,23,1,30,0,0,0,4.6000000000000005,-3,161.94,890,-7 +2013,11,23,2,30,0,0,0,4.9,-3,151.57,890,-7 +2013,11,23,3,30,0,0,0,5,-3,139.6,890,-7 +2013,11,23,4,30,0,0,0,5,-3,127.24000000000001,890,-7 +2013,11,23,5,30,0,0,0,4.9,-3,114.89,890,-7 +2013,11,23,6,30,0,0,0,4.800000000000001,-3,102.79,890,-7 +2013,11,23,7,30,0,0,0,4.9,-2,91.16,890,-7 +2013,11,23,8,30,14,14,0,5.2,-2,80.27,890,-7 +2013,11,23,9,30,97,97,0,5.5,-1,70.54,890,-6 +2013,11,23,10,30,66,66,0,5.800000000000001,0,62.52,890,-6 +2013,11,23,11,30,166,164,3,6,0,56.99,890,-7 +2013,11,23,12,30,168,166,3,5.7,0,54.72,890,-8 +2013,11,23,13,30,192,186,9,5.1000000000000005,0,56.11,890,-8 +2013,11,23,14,30,235,208,55,4.6000000000000005,0,60.9,890,-8 +2013,11,23,15,30,177,153,64,4.800000000000001,0,68.38,890,-8 +2013,11,23,16,30,78,76,10,5.1000000000000005,-1,77.75,890,-9 +2013,11,23,17,30,7,7,0,5.1000000000000005,-2,88.39,890,-9 +2013,11,23,18,30,0,0,0,4.9,-2,99.88,890,-10 +2013,11,23,19,30,0,0,0,4.5,-2,111.88,890,-10 +2013,11,23,20,30,0,0,0,4.1000000000000005,-3,124.19,890,-11 +2013,11,23,21,30,0,0,0,4,-3,136.59,890,-11 +2013,11,23,22,30,0,0,0,3.9000000000000004,-3,148.73,890,-10 +2013,11,23,23,30,0,0,0,3.8000000000000003,-4,159.77,890,-9 +2013,11,24,0,30,0,0,0,3.7,-4,166.27,890,-9 +2013,11,24,1,30,0,0,0,3.3000000000000003,-4,162.14000000000001,890,-9 +2013,11,24,2,30,0,0,0,3.1,-5,151.74,890,-9 +2013,11,24,3,30,0,0,0,3.5,-5,139.76,890,-9 +2013,11,24,4,30,0,0,0,3.6,-5,127.39,890,-8 +2013,11,24,5,30,0,0,0,3.4000000000000004,-5,115.05,890,-8 +2013,11,24,6,30,0,0,0,3.2,-5,102.96000000000001,890,-8 +2013,11,24,7,30,0,0,0,3.2,-5,91.33,890,-8 +2013,11,24,8,30,9,9,0,3.5,-4,80.46000000000001,890,-8 +2013,11,24,9,30,52,52,0,3.8000000000000003,-3,70.73,890,-7 +2013,11,24,10,30,121,121,0,3.8000000000000003,-2,62.730000000000004,890,-7 +2013,11,24,11,30,128,128,0,3.7,-1,57.21,890,-7 +2013,11,24,12,30,79,79,0,3.5,-1,54.92,890,-6 +2013,11,24,13,30,163,161,3,3.4000000000000004,0,56.29,890,-6 +2013,11,24,14,30,517,109,842,3.2,0,61.050000000000004,880,-6 +2013,11,24,15,30,371,90,765,2.9000000000000004,0,68.49,880,-5 +2013,11,24,16,30,187,61,595,2.5,-1,77.84,880,-5 +2013,11,24,17,30,18,18,0,2,-2,88.46000000000001,880,-6 +2013,11,24,18,30,0,0,0,1.9000000000000001,-3,99.93,880,-7 +2013,11,24,19,30,0,0,0,2.1,-4,111.92,880,-7 +2013,11,24,20,30,0,0,0,2.2,-5,124.23,880,-7 +2013,11,24,21,30,0,0,0,2.4000000000000004,-6,136.62,880,-7 +2013,11,24,22,30,0,0,0,2.6,-6,148.78,880,-8 +2013,11,24,23,30,0,0,0,2.9000000000000004,-7,159.86,880,-8 +2013,11,25,0,30,0,0,0,3.1,-6,166.46,880,-8 +2013,11,25,1,30,0,0,0,3.2,-6,162.34,880,-7 +2013,11,25,2,30,0,0,0,3.1,-6,151.91,880,-7 +2013,11,25,3,30,0,0,0,2.9000000000000004,-6,139.91,880,-7 +2013,11,25,4,30,0,0,0,2.8000000000000003,-6,127.55,880,-7 +2013,11,25,5,30,0,0,0,2.8000000000000003,-6,115.21000000000001,880,-7 +2013,11,25,6,30,0,0,0,2.9000000000000004,-5,103.12,880,-7 +2013,11,25,7,30,0,0,0,3,-4,91.51,880,-7 +2013,11,25,8,30,30,30,0,3.4000000000000004,-2,80.64,880,-6 +2013,11,25,9,30,46,46,0,4.1000000000000005,0,70.93,880,-4 +2013,11,25,10,30,52,52,0,4.3,0,62.940000000000005,880,-3 +2013,11,25,11,30,130,130,0,4.2,1,57.410000000000004,880,-2 +2013,11,25,12,30,229,216,21,4.3,2,55.120000000000005,880,-2 +2013,11,25,13,30,196,189,11,4.7,2,56.46,880,-3 +2013,11,25,14,30,131,131,0,5,2,61.19,880,-3 +2013,11,25,15,30,107,107,0,5.2,1,68.60000000000001,880,-3 +2013,11,25,16,30,49,49,0,4.9,0,77.92,880,-3 +2013,11,25,17,30,18,18,0,4.2,-1,88.52,880,-4 +2013,11,25,18,30,0,0,0,3.9000000000000004,-2,99.97,880,-4 +2013,11,25,19,30,0,0,0,3.9000000000000004,-3,111.96000000000001,880,-5 +2013,11,25,20,30,0,0,0,3.9000000000000004,-3,124.25,880,-5 +2013,11,25,21,30,0,0,0,3.6,-4,136.65,880,-6 +2013,11,25,22,30,0,0,0,3.4000000000000004,-5,148.82,880,-6 +2013,11,25,23,30,0,0,0,3.3000000000000003,-5,159.95000000000002,880,-6 +2013,11,26,0,30,0,0,0,3.3000000000000003,-6,166.64000000000001,880,-7 +2013,11,26,1,30,0,0,0,3.6,-5,162.53,880,-7 +2013,11,26,2,30,0,0,0,3.9000000000000004,-5,152.08,880,-6 +2013,11,26,3,30,0,0,0,4,-5,140.07,880,-6 +2013,11,26,4,30,0,0,0,4,-5,127.7,880,-7 +2013,11,26,5,30,0,0,0,4,-5,115.36,890,-7 +2013,11,26,6,30,0,0,0,3.9000000000000004,-5,103.28,890,-7 +2013,11,26,7,30,0,0,0,3.8000000000000003,-4,91.68,890,-7 +2013,11,26,8,30,139,42,612,3.7,-1,80.82000000000001,890,-6 +2013,11,26,9,30,329,68,805,3.8000000000000003,1,71.12,890,-5 +2013,11,26,10,30,488,88,884,3.9000000000000004,3,63.14,890,-5 +2013,11,26,11,30,594,99,923,3.9000000000000004,4,57.61,890,-6 +2013,11,26,12,30,638,96,951,4,5,55.31,890,-5 +2013,11,26,13,30,612,95,940,4.1000000000000005,6,56.63,890,-4 +2013,11,26,14,30,521,88,902,4.2,7,61.33,890,-3 +2013,11,26,15,30,376,72,836,3.7,6,68.71000000000001,890,-3 +2013,11,26,16,30,191,51,676,2.3000000000000003,4,78,890,-2 +2013,11,26,17,30,18,13,209,1.4000000000000001,1,88.58,890,-2 +2013,11,26,18,30,0,0,0,1.4000000000000001,0,100.01,890,-4 +2013,11,26,19,30,0,0,0,1.4000000000000001,-1,111.98,890,-5 +2013,11,26,20,30,0,0,0,1.3,-1,124.27,890,-5 +2013,11,26,21,30,0,0,0,1.3,-1,136.67000000000002,890,-6 +2013,11,26,22,30,0,0,0,1.3,-2,148.85,890,-6 +2013,11,26,23,30,0,0,0,1.3,-2,160.03,890,-7 +2013,11,27,0,30,0,0,0,1.2000000000000002,-1,166.81,890,-7 +2013,11,27,1,30,0,0,0,1.1,-1,162.72,890,-7 +2013,11,27,2,30,0,0,0,0.9,-1,152.24,890,-7 +2013,11,27,3,30,0,0,0,0.7000000000000001,-1,140.22,890,-7 +2013,11,27,4,30,0,0,0,0.30000000000000004,-2,127.85000000000001,890,-7 +2013,11,27,5,30,0,0,0,0.30000000000000004,-2,115.52,890,-7 +2013,11,27,6,30,0,0,0,0.7000000000000001,-3,103.44,890,-7 +2013,11,27,7,30,0,0,0,1.1,-3,91.85000000000001,890,-7 +2013,11,27,8,30,138,40,626,1.7000000000000002,-1,81,890,-6 +2013,11,27,9,30,330,63,833,2.6,1,71.31,890,-4 +2013,11,27,10,30,491,77,922,3.4000000000000004,4,63.33,890,-3 +2013,11,27,11,30,599,85,963,4,7,57.81,890,-2 +2013,11,27,12,30,642,90,974,4.1000000000000005,8,55.5,880,-2 +2013,11,27,13,30,618,89,966,4,9,56.79,880,-2 +2013,11,27,14,30,528,82,934,3.8000000000000003,9,61.45,880,-2 +2013,11,27,15,30,298,109,522,3.1,8,68.81,880,-2 +2013,11,27,16,30,150,60,431,2.2,6,78.07000000000001,880,-2 +2013,11,27,17,30,14,14,0,2,3,88.63,880,-1 +2013,11,27,18,30,0,0,0,2.3000000000000003,2,100.04,880,-3 +2013,11,27,19,30,0,0,0,2.5,1,112,880,-3 +2013,11,27,20,30,0,0,0,2.5,1,124.29,880,-3 +2013,11,27,21,30,0,0,0,2.7,1,136.68,880,-4 +2013,11,27,22,30,0,0,0,2.8000000000000003,1,148.88,880,-4 +2013,11,27,23,30,0,0,0,2.9000000000000004,0,160.09,880,-4 +2013,11,28,0,30,0,0,0,2.8000000000000003,0,166.98,880,-4 +2013,11,28,1,30,0,0,0,2.6,0,162.91,880,-4 +2013,11,28,2,30,0,0,0,2.4000000000000004,0,152.41,880,-4 +2013,11,28,3,30,0,0,0,2.2,0,140.37,880,-4 +2013,11,28,4,30,0,0,0,2,0,128,880,-4 +2013,11,28,5,30,0,0,0,1.9000000000000001,0,115.67,880,-4 +2013,11,28,6,30,0,0,0,1.8,0,103.60000000000001,880,-4 +2013,11,28,7,30,0,0,0,2.1,0,92.01,880,-4 +2013,11,28,8,30,132,40,599,2.5,1,81.18,880,-4 +2013,11,28,9,30,323,63,816,2.5,3,71.49,880,-3 +2013,11,28,10,30,483,77,911,2.7,6,63.52,880,-2 +2013,11,28,11,30,330,250,151,2.8000000000000003,9,58,880,-3 +2013,11,28,12,30,471,227,432,2.7,10,55.67,880,-3 +2013,11,28,13,30,611,81,971,2.6,11,56.94,880,-3 +2013,11,28,14,30,522,75,939,2.3000000000000003,12,61.58,880,-3 +2013,11,28,15,30,376,63,871,1.7000000000000002,11,68.9,880,-3 +2013,11,28,16,30,192,45,716,1.2000000000000002,9,78.13,880,-1 +2013,11,28,17,30,17,12,243,1.2000000000000002,5,88.67,880,-1 +2013,11,28,18,30,0,0,0,1.4000000000000001,3,100.07000000000001,880,-3 +2013,11,28,19,30,0,0,0,1.6,2,112.02,890,-3 +2013,11,28,20,30,0,0,0,1.7000000000000002,1,124.3,890,-3 +2013,11,28,21,30,0,0,0,1.8,1,136.69,890,-3 +2013,11,28,22,30,0,0,0,1.8,0,148.9,890,-3 +2013,11,28,23,30,0,0,0,1.7000000000000002,0,160.15,890,-3 +2013,11,29,0,30,0,0,0,1.7000000000000002,0,167.13,890,-3 +2013,11,29,1,30,0,0,0,1.7000000000000002,0,163.09,890,-3 +2013,11,29,2,30,0,0,0,1.6,0,152.57,890,-3 +2013,11,29,3,30,0,0,0,1.5,-1,140.53,890,-3 +2013,11,29,4,30,0,0,0,1.4000000000000001,-1,128.15,890,-3 +2013,11,29,5,30,0,0,0,1.3,-2,115.82000000000001,890,-3 +2013,11,29,6,30,0,0,0,1.3,-2,103.76,890,-3 +2013,11,29,7,30,0,0,0,1.4000000000000001,-1,92.18,890,-3 +2013,11,29,8,30,128,41,578,2.1,1,81.35000000000001,890,-3 +2013,11,29,9,30,316,66,795,2.5,4,71.68,890,-2 +2013,11,29,10,30,358,160,445,2.9000000000000004,8,63.71,890,-1 +2013,11,29,11,30,485,143,648,3.8000000000000003,11,58.19,890,-1 +2013,11,29,12,30,545,128,743,4,14,55.84,880,0 +2013,11,29,13,30,518,131,711,4,15,57.09,880,0 +2013,11,29,14,30,430,121,651,4,16,61.690000000000005,880,0 +2013,11,29,15,30,372,67,848,3.3000000000000003,15,68.98,880,0 +2013,11,29,16,30,189,48,689,2.1,12,78.19,880,1 +2013,11,29,17,30,17,17,0,1.7000000000000002,8,88.71000000000001,880,2 +2013,11,29,18,30,0,0,0,1.9000000000000001,6,100.09,880,1 +2013,11,29,19,30,0,0,0,2,6,112.03,880,0 +2013,11,29,20,30,0,0,0,2.1,5,124.3,880,0 +2013,11,29,21,30,0,0,0,2.2,5,136.69,880,0 +2013,11,29,22,30,0,0,0,2.3000000000000003,4,148.92000000000002,880,0 +2013,11,29,23,30,0,0,0,2.4000000000000004,3,160.21,880,0 +2013,11,30,0,30,0,0,0,2.4000000000000004,3,167.28,880,0 +2013,11,30,1,30,0,0,0,2.4000000000000004,3,163.27,880,0 +2013,11,30,2,30,0,0,0,2.5,2,152.73,880,0 +2013,11,30,3,30,0,0,0,2.5,2,140.68,880,0 +2013,11,30,4,30,0,0,0,2.5,2,128.3,880,0 +2013,11,30,5,30,0,0,0,2.6,2,115.98,880,0 +2013,11,30,6,30,0,0,0,2.6,2,103.92,880,0 +2013,11,30,7,30,0,0,0,2.9000000000000004,2,92.34,880,0 +2013,11,30,8,30,64,54,64,3.5,4,81.52,880,-1 +2013,11,30,9,30,229,107,392,3.5,7,71.85000000000001,880,0 +2013,11,30,10,30,318,184,303,2.9000000000000004,10,63.89,880,0 +2013,11,30,11,30,329,247,156,3.1,13,58.36,880,1 +2013,11,30,12,30,390,264,225,3.6,15,56.01,880,0 +2013,11,30,13,30,489,163,601,3.6,16,57.22,880,0 +2013,11,30,14,30,419,135,600,3.3000000000000003,17,61.800000000000004,880,0 +2013,11,30,15,30,203,154,137,2.5,16,69.06,880,0 +2013,11,30,16,30,118,76,208,1.6,12,78.24,880,1 +2013,11,30,17,30,10,10,0,1.6,9,88.74,880,1 +2013,11,30,18,30,0,0,0,1.8,8,100.11,880,0 +2013,11,30,19,30,0,0,0,2.1,8,112.03,880,0 +2013,11,30,20,30,0,0,0,2.3000000000000003,8,124.3,880,0 +2013,11,30,21,30,0,0,0,2.4000000000000004,7,136.69,880,0 +2013,11,30,22,30,0,0,0,2.6,6,148.92000000000002,880,0 +2013,11,30,23,30,0,0,0,2.7,6,160.25,880,0 +2013,12,1,0,30,0,0,0,2.7,6,167.42000000000002,880,0 +2013,12,1,1,30,0,0,0,2.7,6,163.45000000000002,880,0 +2013,12,1,2,30,0,0,0,2.8000000000000003,6,152.88,880,0 +2013,12,1,3,30,0,0,0,3,5,140.83,880,0 +2013,12,1,4,30,0,0,0,3,5,128.45,880,0 +2013,12,1,5,30,0,0,0,3.1,5,116.13,880,0 +2013,12,1,6,30,0,0,0,3.3000000000000003,5,104.07000000000001,880,-1 +2013,12,1,7,30,0,0,0,3.5,5,92.5,880,-1 +2013,12,1,8,30,46,46,0,3.8000000000000003,6,81.69,880,-1 +2013,12,1,9,30,63,63,0,3.8000000000000003,8,72.03,880,-1 +2013,12,1,10,30,187,174,31,3.9000000000000004,12,64.07000000000001,880,0 +2013,12,1,11,30,414,217,379,4.800000000000001,15,58.54,880,0 +2013,12,1,12,30,451,234,390,5.6000000000000005,16,56.17,880,-1 +2013,12,1,13,30,471,184,531,5.800000000000001,17,57.36,880,-2 +2013,12,1,14,30,391,170,468,5.6000000000000005,17,61.9,880,-3 +2013,12,1,15,30,257,136,339,4.800000000000001,16,69.13,880,-3 +2013,12,1,16,30,134,68,322,3.1,13,78.29,880,-3 +2013,12,1,17,30,12,12,0,2.3000000000000003,9,88.76,880,-1 +2013,12,1,18,30,0,0,0,2.5,7,100.11,880,-2 +2013,12,1,19,30,0,0,0,3,7,112.03,880,-3 +2013,12,1,20,30,0,0,0,3.5,6,124.29,880,-3 +2013,12,1,21,30,0,0,0,3.8000000000000003,5,136.68,880,-3 +2013,12,1,22,30,0,0,0,4.1000000000000005,4,148.92000000000002,880,-3 +2013,12,1,23,30,0,0,0,4.4,4,160.29,880,-4 +2013,12,2,0,30,0,0,0,4.4,3,167.56,880,-4 +2013,12,2,1,30,0,0,0,4.3,3,163.62,880,-5 +2013,12,2,2,30,0,0,0,4.3,2,153.04,880,-5 +2013,12,2,3,30,0,0,0,4.3,2,140.97,870,-5 +2013,12,2,4,30,0,0,0,4.3,2,128.6,870,-5 +2013,12,2,5,30,0,0,0,4.3,2,116.28,870,-5 +2013,12,2,6,30,0,0,0,4.3,2,104.23,870,-5 +2013,12,2,7,30,0,0,0,4.4,2,92.66,870,-5 +2013,12,2,8,30,119,30,629,4.5,4,81.86,870,-4 +2013,12,2,9,30,222,107,374,4.6000000000000005,8,72.2,870,-4 +2013,12,2,10,30,456,55,924,4.5,12,64.24,870,-3 +2013,12,2,11,30,561,59,966,3.9000000000000004,15,58.7,870,-2 +2013,12,2,12,30,606,59,985,3.3000000000000003,17,56.32,870,-3 +2013,12,2,13,30,585,59,979,3.5,18,57.480000000000004,870,-3 +2013,12,2,14,30,502,57,946,3.9000000000000004,19,61.99,870,-3 +2013,12,2,15,30,363,53,871,3.5,18,69.19,870,-4 +2013,12,2,16,30,184,41,708,2.4000000000000004,15,78.33,870,-3 +2013,12,2,17,30,16,11,219,2.3000000000000003,11,88.78,870,-2 +2013,12,2,18,30,0,0,0,3,9,100.12,870,-3 +2013,12,2,19,30,0,0,0,3.6,8,112.03,870,-3 +2013,12,2,20,30,0,0,0,4.1000000000000005,8,124.28,870,-3 +2013,12,2,21,30,0,0,0,4.7,7,136.67000000000002,870,-3 +2013,12,2,22,30,0,0,0,4.800000000000001,6,148.92000000000002,870,-3 +2013,12,2,23,30,0,0,0,4.6000000000000005,6,160.32,870,-3 +2013,12,3,0,30,0,0,0,4.6000000000000005,5,167.68,870,-3 +2013,12,3,1,30,0,0,0,4.7,5,163.79,870,-4 +2013,12,3,2,30,0,0,0,4.6000000000000005,4,153.19,870,-4 +2013,12,3,3,30,0,0,0,4.5,4,141.12,870,-4 +2013,12,3,4,30,0,0,0,4.5,4,128.74,870,-4 +2013,12,3,5,30,0,0,0,4.4,4,116.42,870,-5 +2013,12,3,6,30,0,0,0,4.1000000000000005,4,104.38,870,-5 +2013,12,3,7,30,0,0,0,4.2,4,92.82000000000001,870,-5 +2013,12,3,8,30,51,49,14,4.6000000000000005,6,82.02,870,-5 +2013,12,3,9,30,194,121,242,4.5,10,72.37,870,-5 +2013,12,3,10,30,369,137,538,4.6000000000000005,14,64.41,870,-4 +2013,12,3,11,30,563,60,973,5.4,18,58.86,870,-4 +2013,12,3,12,30,607,62,987,6,20,56.46,870,-6 +2013,12,3,13,30,587,62,978,6,21,57.6,870,-7 +2013,12,3,14,30,452,88,776,5.7,21,62.08,870,-7 +2013,12,3,15,30,339,54,805,4.4,20,69.25,860,-7 +2013,12,3,16,30,186,39,729,2.7,16,78.36,860,-5 +2013,12,3,17,30,16,11,246,2.2,13,88.79,860,-3 +2013,12,3,18,30,0,0,0,2.6,11,100.12,860,-3 +2013,12,3,19,30,0,0,0,3.2,11,112.01,870,-3 +2013,12,3,20,30,0,0,0,3.7,11,124.26,870,-3 +2013,12,3,21,30,0,0,0,4.1000000000000005,10,136.65,870,-3 +2013,12,3,22,30,0,0,0,4.1000000000000005,9,148.91,870,-4 +2013,12,3,23,30,0,0,0,4,9,160.34,870,-4 +2013,12,4,0,30,0,0,0,3.6,8,167.8,870,-4 +2013,12,4,1,30,0,0,0,3.1,8,163.95000000000002,870,-4 +2013,12,4,2,30,0,0,0,2.5,7,153.34,870,-3 +2013,12,4,3,30,0,0,0,2,6,141.26,870,-2 +2013,12,4,4,30,0,0,0,1.7000000000000002,6,128.89000000000001,870,-1 +2013,12,4,5,30,0,0,0,1.4000000000000001,6,116.57000000000001,870,0 +2013,12,4,6,30,0,0,0,1.2000000000000002,6,104.53,870,0 +2013,12,4,7,30,0,0,0,1,6,92.97,870,0 +2013,12,4,8,30,17,17,0,1,7,82.18,870,1 +2013,12,4,9,30,177,124,178,1.2000000000000002,9,72.53,870,1 +2013,12,4,10,30,369,133,549,2.5,13,64.57000000000001,870,1 +2013,12,4,11,30,409,214,378,4.5,17,59.02,870,1 +2013,12,4,12,30,597,67,962,5.5,18,56.6,870,0 +2013,12,4,13,30,471,173,558,5.6000000000000005,19,57.71,870,0 +2013,12,4,14,30,422,123,640,5.1000000000000005,18,62.160000000000004,870,1 +2013,12,4,15,30,208,152,158,3.9000000000000004,17,69.3,870,2 +2013,12,4,16,30,162,45,577,2.6,15,78.39,870,3 +2013,12,4,17,30,13,13,0,2.2,13,88.8,870,4 +2013,12,4,18,30,0,0,0,2.2,11,100.11,870,4 +2013,12,4,19,30,0,0,0,2.2,10,111.99000000000001,870,4 +2013,12,4,20,30,0,0,0,1.9000000000000001,9,124.23,870,4 +2013,12,4,21,30,0,0,0,1.4000000000000001,8,136.62,870,3 +2013,12,4,22,30,0,0,0,0.8,7,148.89000000000001,870,2 +2013,12,4,23,30,0,0,0,1.7000000000000002,4,160.35,870,1 +2013,12,5,0,30,0,0,0,4.1000000000000005,2,167.91,870,0 +2013,12,5,1,30,0,0,0,5.4,0,164.11,870,-2 +2013,12,5,2,30,0,0,0,5.4,-2,153.49,880,-5 +2013,12,5,3,30,0,0,0,5.2,-4,141.41,880,-7 +2013,12,5,4,30,0,0,0,5.2,-5,129.03,880,-9 +2013,12,5,5,30,0,0,0,5.1000000000000005,-6,116.71000000000001,880,-11 +2013,12,5,6,30,0,0,0,5,-6,104.67,880,-12 +2013,12,5,7,30,0,0,0,4.9,-7,93.12,880,-13 +2013,12,5,8,30,44,44,0,4.6000000000000005,-6,82.33,880,-13 +2013,12,5,9,30,44,44,0,4.2,-5,72.69,880,-13 +2013,12,5,10,30,251,191,139,3.8000000000000003,-5,64.73,880,-13 +2013,12,5,11,30,271,231,77,3.5,-4,59.17,880,-12 +2013,12,5,12,30,271,241,55,3.2,-4,56.730000000000004,880,-12 +2013,12,5,13,30,326,252,138,2.7,-4,57.81,880,-11 +2013,12,5,14,30,185,176,19,2.3000000000000003,-4,62.230000000000004,880,-10 +2013,12,5,15,30,142,134,22,1.8,-4,69.34,880,-10 +2013,12,5,16,30,84,76,39,1.6,-4,78.41,880,-10 +2013,12,5,17,30,7,7,0,1.9000000000000001,-5,88.8,880,-9 +2013,12,5,18,30,0,0,0,2.3000000000000003,-5,100.10000000000001,880,-9 +2013,12,5,19,30,0,0,0,2.4000000000000004,-5,111.97,880,-9 +2013,12,5,20,30,0,0,0,2.5,-5,124.2,880,-10 +2013,12,5,21,30,0,0,0,2.4000000000000004,-6,136.59,880,-10 +2013,12,5,22,30,0,0,0,2.2,-6,148.87,880,-10 +2013,12,5,23,30,0,0,0,2.1,-6,160.36,880,-10 +2013,12,6,0,30,0,0,0,2.1,-6,168.01,880,-10 +2013,12,6,1,30,0,0,0,2.1,-6,164.27,880,-10 +2013,12,6,2,30,0,0,0,2.3000000000000003,-6,153.64000000000001,880,-10 +2013,12,6,3,30,0,0,0,2.5,-6,141.55,880,-10 +2013,12,6,4,30,0,0,0,2.8000000000000003,-6,129.17000000000002,880,-10 +2013,12,6,5,30,0,0,0,3,-7,116.85000000000001,880,-10 +2013,12,6,6,30,0,0,0,3.1,-7,104.82000000000001,880,-11 +2013,12,6,7,30,0,0,0,3.2,-7,93.27,880,-11 +2013,12,6,8,30,56,50,47,3.2,-6,82.48,880,-11 +2013,12,6,9,30,294,91,687,3.1,-5,72.84,880,-11 +2013,12,6,10,30,460,111,822,2.8000000000000003,-4,64.88,880,-11 +2013,12,6,11,30,575,118,895,2.3000000000000003,-3,59.31,880,-11 +2013,12,6,12,30,625,121,920,1.7000000000000002,-1,56.85,880,-11 +2013,12,6,13,30,604,118,915,1.2000000000000002,-1,57.910000000000004,880,-10 +2013,12,6,14,30,516,107,879,0.8,-1,62.300000000000004,880,-10 +2013,12,6,15,30,370,90,794,0.8,-1,69.38,880,-9 +2013,12,6,16,30,185,61,618,0.9,-2,78.42,880,-9 +2013,12,6,17,30,16,13,135,1.1,-4,88.8,880,-9 +2013,12,6,18,30,0,0,0,1.7000000000000002,-5,100.08,880,-10 +2013,12,6,19,30,0,0,0,2.6,-5,111.94,880,-10 +2013,12,6,20,30,0,0,0,3,-6,124.17,890,-11 +2013,12,6,21,30,0,0,0,3.2,-7,136.55,890,-11 +2013,12,6,22,30,0,0,0,3.4000000000000004,-7,148.84,890,-12 +2013,12,6,23,30,0,0,0,3.6,-7,160.36,890,-12 +2013,12,7,0,30,0,0,0,3.5,-8,168.1,890,-13 +2013,12,7,1,30,0,0,0,3.3000000000000003,-8,164.42000000000002,890,-14 +2013,12,7,2,30,0,0,0,3.2,-8,153.78,890,-14 +2013,12,7,3,30,0,0,0,3,-8,141.69,890,-14 +2013,12,7,4,30,0,0,0,2.9000000000000004,-8,129.31,890,-14 +2013,12,7,5,30,0,0,0,2.9000000000000004,-9,117,890,-14 +2013,12,7,6,30,0,0,0,3,-9,104.96000000000001,890,-15 +2013,12,7,7,30,0,0,0,3.1,-8,93.42,890,-15 +2013,12,7,8,30,102,43,465,3.2,-7,82.63,890,-15 +2013,12,7,9,30,286,78,712,3.4000000000000004,-7,72.99,890,-15 +2013,12,7,10,30,170,162,19,3.6,-6,65.03,890,-14 +2013,12,7,11,30,249,221,56,4,-4,59.45,880,-14 +2013,12,7,12,30,196,189,12,4.5,-4,56.97,880,-13 +2013,12,7,13,30,271,236,66,4.9,-3,57.99,880,-12 +2013,12,7,14,30,300,211,190,4.9,-3,62.35,880,-12 +2013,12,7,15,30,260,129,372,4.6000000000000005,-3,69.41,880,-11 +2013,12,7,16,30,179,61,587,4.3,-4,78.43,880,-11 +2013,12,7,17,30,15,15,0,4.1000000000000005,-4,88.79,880,-10 +2013,12,7,18,30,0,0,0,4.1000000000000005,-5,100.05,880,-10 +2013,12,7,19,30,0,0,0,4.2,-6,111.91,880,-10 +2013,12,7,20,30,0,0,0,4.2,-6,124.13000000000001,880,-10 +2013,12,7,21,30,0,0,0,4.2,-6,136.51,880,-10 +2013,12,7,22,30,0,0,0,4.3,-5,148.8,880,-9 +2013,12,7,23,30,0,0,0,4.4,-5,160.35,880,-9 +2013,12,8,0,30,0,0,0,4.5,-5,168.18,880,-8 +2013,12,8,1,30,0,0,0,4.4,-5,164.57,880,-8 +2013,12,8,2,30,0,0,0,4.3,-4,153.93,870,-7 +2013,12,8,3,30,0,0,0,4.1000000000000005,-4,141.83,870,-7 +2013,12,8,4,30,0,0,0,3.9000000000000004,-4,129.44,870,-7 +2013,12,8,5,30,0,0,0,3.4000000000000004,-4,117.13,870,-6 +2013,12,8,6,30,0,0,0,3,-5,105.10000000000001,870,-6 +2013,12,8,7,30,0,0,0,3.3000000000000003,-4,93.56,870,-6 +2013,12,8,8,30,105,32,583,3.8000000000000003,-2,82.78,870,-5 +2013,12,8,9,30,185,114,246,4.2,0,73.13,870,-5 +2013,12,8,10,30,450,57,935,4.800000000000001,4,65.17,870,-4 +2013,12,8,11,30,556,62,977,5.6000000000000005,7,59.57,870,-4 +2013,12,8,12,30,600,69,977,6.300000000000001,9,57.08,870,-4 +2013,12,8,13,30,578,72,958,6.5,9,58.08,870,-5 +2013,12,8,14,30,495,68,922,5.9,9,62.4,870,-6 +2013,12,8,15,30,358,57,856,4,7,69.43,870,-7 +2013,12,8,16,30,182,43,690,2.3000000000000003,3,78.43,870,-6 +2013,12,8,17,30,16,11,196,1.9000000000000001,0,88.77,870,-7 +2013,12,8,18,30,0,0,0,1.8,0,100.02,880,-8 +2013,12,8,19,30,0,0,0,1.8,-1,111.87,880,-9 +2013,12,8,20,30,0,0,0,1.7000000000000002,-1,124.08,880,-9 +2013,12,8,21,30,0,0,0,1.6,-2,136.47,880,-10 +2013,12,8,22,30,0,0,0,1.4000000000000001,-1,148.76,880,-10 +2013,12,8,23,30,0,0,0,1.2000000000000002,-1,160.34,880,-10 +2013,12,9,0,30,0,0,0,1,-1,168.25,880,-9 +2013,12,9,1,30,0,0,0,1.1,-1,164.71,880,-9 +2013,12,9,2,30,0,0,0,1.6,-1,154.07,880,-9 +2013,12,9,3,30,0,0,0,2.7,-1,141.96,880,-10 +2013,12,9,4,30,0,0,0,3.5,-2,129.58,880,-10 +2013,12,9,5,30,0,0,0,3.7,-2,117.27,880,-10 +2013,12,9,6,30,0,0,0,3.6,-3,105.24000000000001,880,-10 +2013,12,9,7,30,0,0,0,3.3000000000000003,-4,93.7,880,-10 +2013,12,9,8,30,37,37,0,3.1,-3,82.92,880,-10 +2013,12,9,9,30,125,113,42,2.8000000000000003,-3,73.27,880,-9 +2013,12,9,10,30,166,158,19,2.4000000000000004,-2,65.3,880,-9 +2013,12,9,11,30,240,215,49,1.7000000000000002,0,59.7,880,-9 +2013,12,9,12,30,399,247,279,1.1,0,57.18,880,-9 +2013,12,9,13,30,381,241,266,1,1,58.15,880,-8 +2013,12,9,14,30,487,86,867,1.2000000000000002,2,62.45,880,-8 +2013,12,9,15,30,348,79,768,1.1,2,69.45,880,-7 +2013,12,9,16,30,175,56,594,0.6000000000000001,1,78.42,880,-7 +2013,12,9,17,30,15,12,145,0.7000000000000001,0,88.75,880,-8 +2013,12,9,18,30,0,0,0,1.3,-2,99.99000000000001,880,-10 +2013,12,9,19,30,0,0,0,1.7000000000000002,-3,111.82000000000001,880,-12 +2013,12,9,20,30,0,0,0,2.3000000000000003,-3,124.03,880,-13 +2013,12,9,21,30,0,0,0,2.7,-4,136.42000000000002,890,-15 +2013,12,9,22,30,0,0,0,3,-4,148.72,890,-15 +2013,12,9,23,30,0,0,0,3,-4,160.31,890,-15 +2013,12,10,0,30,0,0,0,2.7,-4,168.32,890,-15 +2013,12,10,1,30,0,0,0,2.5,-5,164.85,890,-15 +2013,12,10,2,30,0,0,0,2.5,-5,154.20000000000002,890,-15 +2013,12,10,3,30,0,0,0,2.3000000000000003,-5,142.1,890,-15 +2013,12,10,4,30,0,0,0,1.9000000000000001,-5,129.71,890,-15 +2013,12,10,5,30,0,0,0,1.5,-5,117.4,890,-14 +2013,12,10,6,30,0,0,0,1.2000000000000002,-6,105.38,890,-14 +2013,12,10,7,30,0,0,0,1.5,-5,93.84,890,-14 +2013,12,10,8,30,58,43,117,2.2,-3,83.06,890,-15 +2013,12,10,9,30,214,92,429,2.4000000000000004,-1,73.41,890,-15 +2013,12,10,10,30,467,53,997,2.7,2,65.43,890,-15 +2013,12,10,11,30,579,57,1037,3.9000000000000004,5,59.81,880,-16 +2013,12,10,12,30,626,61,1045,5,7,57.27,880,-19 +2013,12,10,13,30,605,62,1030,5.6000000000000005,8,58.22,880,-21 +2013,12,10,14,30,518,60,989,5.300000000000001,8,62.480000000000004,880,-21 +2013,12,10,15,30,375,53,917,3.7,6,69.46000000000001,880,-20 +2013,12,10,16,30,193,40,761,2.4000000000000004,3,78.41,880,-16 +2013,12,10,17,30,18,12,285,2.4000000000000004,0,88.72,880,-15 +2013,12,10,18,30,0,0,0,2.7,0,99.95,880,-16 +2013,12,10,19,30,0,0,0,2.9000000000000004,0,111.78,880,-16 +2013,12,10,20,30,0,0,0,3.1,-1,123.98,880,-16 +2013,12,10,21,30,0,0,0,3.2,-1,136.36,880,-16 +2013,12,10,22,30,0,0,0,3.2,-1,148.66,880,-15 +2013,12,10,23,30,0,0,0,3.1,-1,160.29,880,-15 +2013,12,11,0,30,0,0,0,3,-1,168.37,880,-14 +2013,12,11,1,30,0,0,0,3.1,-1,164.98,880,-13 +2013,12,11,2,30,0,0,0,3.5,-1,154.34,880,-13 +2013,12,11,3,30,0,0,0,4.1000000000000005,-1,142.23,880,-11 +2013,12,11,4,30,0,0,0,4.4,-2,129.84,880,-10 +2013,12,11,5,30,0,0,0,4.5,-2,117.54,890,-10 +2013,12,11,6,30,0,0,0,4.6000000000000005,-2,105.51,890,-11 +2013,12,11,7,30,0,0,0,4.9,-3,93.97,890,-11 +2013,12,11,8,30,66,40,211,5.800000000000001,-2,83.19,890,-11 +2013,12,11,9,30,200,99,356,6.2,0,73.54,890,-10 +2013,12,11,10,30,334,145,458,5.800000000000001,1,65.55,890,-9 +2013,12,11,11,30,544,59,968,5.300000000000001,2,59.92,890,-9 +2013,12,11,12,30,591,61,983,4.6000000000000005,3,57.36,890,-9 +2013,12,11,13,30,574,61,975,3.9000000000000004,4,58.27,890,-9 +2013,12,11,14,30,493,58,942,3.3000000000000003,5,62.51,890,-9 +2013,12,11,15,30,358,51,875,2.5,4,69.46000000000001,890,-9 +2013,12,11,16,30,184,38,725,1.5,1,78.39,890,-8 +2013,12,11,17,30,17,11,272,1.2000000000000002,-1,88.68,890,-8 +2013,12,11,18,30,0,0,0,1.3,-2,99.9,890,-9 +2013,12,11,19,30,0,0,0,1.4000000000000001,-2,111.72,890,-8 +2013,12,11,20,30,0,0,0,1.4000000000000001,-3,123.92,890,-8 +2013,12,11,21,30,0,0,0,1.2000000000000002,-3,136.3,890,-8 +2013,12,11,22,30,0,0,0,1.1,-3,148.61,890,-8 +2013,12,11,23,30,0,0,0,1,-3,160.25,890,-8 +2013,12,12,0,30,0,0,0,0.9,-3,168.42000000000002,890,-8 +2013,12,12,1,30,0,0,0,1,-3,165.1,890,-8 +2013,12,12,2,30,0,0,0,1.2000000000000002,-3,154.47,890,-8 +2013,12,12,3,30,0,0,0,1.3,-3,142.36,890,-8 +2013,12,12,4,30,0,0,0,1.4000000000000001,-3,129.97,890,-8 +2013,12,12,5,30,0,0,0,1.7000000000000002,-2,117.67,890,-8 +2013,12,12,6,30,0,0,0,2,-2,105.64,890,-8 +2013,12,12,7,30,0,0,0,2.6,-1,94.10000000000001,890,-8 +2013,12,12,8,30,44,41,29,3.2,0,83.32000000000001,890,-8 +2013,12,12,9,30,115,107,27,3.8000000000000003,1,73.67,890,-7 +2013,12,12,10,30,182,166,37,4,3,65.67,890,-7 +2013,12,12,11,30,199,189,19,3.9000000000000004,5,60.03,890,-7 +2013,12,12,12,30,371,253,219,3.8000000000000003,6,57.44,890,-7 +2013,12,12,13,30,300,244,106,3.6,7,58.33,880,-7 +2013,12,12,14,30,357,185,371,3,6,62.54,880,-7 +2013,12,12,15,30,235,143,261,2.5,5,69.46000000000001,880,-6 +2013,12,12,16,30,107,78,147,2.4000000000000004,3,78.37,880,-4 +2013,12,12,17,30,9,9,0,2.3000000000000003,1,88.65,880,-2 +2013,12,12,18,30,0,0,0,2.2,1,99.85000000000001,880,0 +2013,12,12,19,30,0,0,0,2.3000000000000003,1,111.66,880,0 +2013,12,12,20,30,0,0,0,2.6,1,123.85000000000001,880,0 +2013,12,12,21,30,0,0,0,3,0,136.23,880,0 +2013,12,12,22,30,0,0,0,3.3000000000000003,0,148.55,880,0 +2013,12,12,23,30,0,0,0,3.3000000000000003,0,160.21,880,0 +2013,12,13,0,30,0,0,0,3.2,0,168.46,880,-1 +2013,12,13,1,30,0,0,0,3.2,0,165.23,880,-1 +2013,12,13,2,30,0,0,0,3.1,0,154.59,880,-2 +2013,12,13,3,30,0,0,0,3.2,-1,142.48,880,-2 +2013,12,13,4,30,0,0,0,3.7,0,130.1,880,-1 +2013,12,13,5,30,0,0,0,4.1000000000000005,0,117.79,880,-1 +2013,12,13,6,30,0,0,0,3.9000000000000004,0,105.77,870,0 +2013,12,13,7,30,0,0,0,3.6,0,94.23,870,0 +2013,12,13,8,30,87,30,499,4,1,83.45,870,0 +2013,12,13,9,30,265,50,767,4.5,3,73.79,870,0 +2013,12,13,10,30,419,60,875,5.1000000000000005,6,65.78,870,1 +2013,12,13,11,30,527,66,925,6.1000000000000005,9,60.120000000000005,870,2 +2013,12,13,12,30,578,65,954,7,11,57.51,870,2 +2013,12,13,13,30,562,66,946,7.2,12,58.370000000000005,870,1 +2013,12,13,14,30,484,64,912,7.1000000000000005,13,62.550000000000004,870,0 +2013,12,13,15,30,353,56,849,6.5,12,69.45,870,0 +2013,12,13,16,30,183,40,707,5.5,10,78.34,870,-2 +2013,12,13,17,30,18,11,260,4.5,6,88.60000000000001,870,-2 +2013,12,13,18,30,0,0,0,3.9000000000000004,4,99.79,870,-3 +2013,12,13,19,30,0,0,0,3.6,3,111.60000000000001,870,-3 +2013,12,13,20,30,0,0,0,3.4000000000000004,1,123.79,870,-4 +2013,12,13,21,30,0,0,0,3.1,0,136.16,870,-5 +2013,12,13,22,30,0,0,0,2.9000000000000004,0,148.48,880,-6 +2013,12,13,23,30,0,0,0,3,0,160.16,880,-7 +2013,12,14,0,30,0,0,0,3.4000000000000004,0,168.49,880,-8 +2013,12,14,1,30,0,0,0,4,0,165.34,880,-8 +2013,12,14,2,30,0,0,0,4.3,-1,154.72,880,-8 +2013,12,14,3,30,0,0,0,4.3,-1,142.61,880,-8 +2013,12,14,4,30,0,0,0,4.1000000000000005,-2,130.23,880,-7 +2013,12,14,5,30,0,0,0,4,-2,117.92,880,-7 +2013,12,14,6,30,0,0,0,3.8000000000000003,-2,105.89,880,-7 +2013,12,14,7,30,0,0,0,4.1000000000000005,-2,94.35000000000001,880,-6 +2013,12,14,8,30,88,31,508,4.800000000000001,-1,83.57000000000001,880,-6 +2013,12,14,9,30,266,54,765,5.7,1,73.9,880,-6 +2013,12,14,10,30,423,65,875,6.2,4,65.89,890,-5 +2013,12,14,11,30,533,71,930,6.1000000000000005,6,60.21,890,-5 +2013,12,14,12,30,586,71,960,5.800000000000001,7,57.58,890,-6 +2013,12,14,13,30,573,68,963,5.300000000000001,8,58.410000000000004,890,-6 +2013,12,14,14,30,497,61,945,4.800000000000001,9,62.56,880,-7 +2013,12,14,15,30,364,50,893,3.9000000000000004,8,69.43,880,-7 +2013,12,14,16,30,190,37,753,2.3000000000000003,5,78.3,890,-7 +2013,12,14,17,30,19,11,310,1.4000000000000001,2,88.55,890,-6 +2013,12,14,18,30,0,0,0,1.3,2,99.73,890,-7 +2013,12,14,19,30,0,0,0,1.2000000000000002,2,111.53,890,-7 +2013,12,14,20,30,0,0,0,1,2,123.71000000000001,890,-7 +2013,12,14,21,30,0,0,0,0.9,1,136.09,890,-7 +2013,12,14,22,30,0,0,0,1.1,0,148.41,890,-7 +2013,12,14,23,30,0,0,0,1.4000000000000001,0,160.11,890,-7 +2013,12,15,0,30,0,0,0,1.5,-1,168.51,890,-7 +2013,12,15,1,30,0,0,0,1.6,-2,165.45000000000002,890,-6 +2013,12,15,2,30,0,0,0,1.9000000000000001,-2,154.84,890,-6 +2013,12,15,3,30,0,0,0,2.2,-2,142.73,880,-6 +2013,12,15,4,30,0,0,0,2.4000000000000004,-2,130.35,880,-6 +2013,12,15,5,30,0,0,0,2.5,-3,118.04,880,-7 +2013,12,15,6,30,0,0,0,2.5,-3,106.01,880,-7 +2013,12,15,7,30,0,0,0,2.8000000000000003,-2,94.47,880,-7 +2013,12,15,8,30,90,28,565,3.2,-1,83.68,880,-7 +2013,12,15,9,30,273,46,823,3,1,74.01,880,-6 +2013,12,15,10,30,432,55,926,3,4,65.99,880,-6 +2013,12,15,11,30,542,59,972,3.5,7,60.29,880,-7 +2013,12,15,12,30,591,60,991,3.7,10,57.64,880,-7 +2013,12,15,13,30,575,59,987,3.6,11,58.43,880,-8 +2013,12,15,14,30,497,55,959,3.3000000000000003,12,62.56,880,-8 +2013,12,15,15,30,363,48,897,2.4000000000000004,11,69.41,880,-8 +2013,12,15,16,30,190,36,755,1.5,8,78.26,880,-5 +2013,12,15,17,30,20,11,318,1.4000000000000001,5,88.49,880,-6 +2013,12,15,18,30,0,0,0,1.5,4,99.67,880,-7 +2013,12,15,19,30,0,0,0,1.5,4,111.46000000000001,880,-8 +2013,12,15,20,30,0,0,0,1.5,3,123.63000000000001,880,-8 +2013,12,15,21,30,0,0,0,1.6,1,136.01,880,-8 +2013,12,15,22,30,0,0,0,1.6,0,148.33,880,-8 +2013,12,15,23,30,0,0,0,1.7000000000000002,0,160.05,880,-8 +2013,12,16,0,30,0,0,0,1.9000000000000001,0,168.52,880,-8 +2013,12,16,1,30,0,0,0,2,0,165.56,880,-7 +2013,12,16,2,30,0,0,0,2.1,0,154.96,880,-6 +2013,12,16,3,30,0,0,0,2.2,-1,142.85,880,-5 +2013,12,16,4,30,0,0,0,2.2,-1,130.47,880,-4 +2013,12,16,5,30,0,0,0,2.3000000000000003,-1,118.16,880,-4 +2013,12,16,6,30,0,0,0,2.4000000000000004,-1,106.13,880,-4 +2013,12,16,7,30,0,0,0,2.8000000000000003,0,94.59,880,-5 +2013,12,16,8,30,54,38,143,3.5,1,83.8,880,-5 +2013,12,16,9,30,275,43,849,3.5,4,74.12,880,-5 +2013,12,16,10,30,436,51,948,2.7,8,66.08,880,-5 +2013,12,16,11,30,547,56,994,2.5,11,60.370000000000005,880,-5 +2013,12,16,12,30,597,54,1015,2.5,14,57.69,880,-5 +2013,12,16,13,30,583,55,1008,2.1,15,58.46,880,-7 +2013,12,16,14,30,504,53,978,1.6,16,62.550000000000004,880,-7 +2013,12,16,15,30,369,47,914,1,15,69.38,880,-8 +2013,12,16,16,30,194,36,772,0.7000000000000001,12,78.21000000000001,880,-3 +2013,12,16,17,30,21,12,333,0.8,10,88.43,880,-6 +2013,12,16,18,30,0,0,0,0.9,9,99.60000000000001,880,-7 +2013,12,16,19,30,0,0,0,1,8,111.38,880,-8 +2013,12,16,20,30,0,0,0,1.1,7,123.55,880,-8 +2013,12,16,21,30,0,0,0,1.2000000000000002,6,135.92000000000002,880,-8 +2013,12,16,22,30,0,0,0,1.5,5,148.25,880,-8 +2013,12,16,23,30,0,0,0,1.6,3,159.98,880,-8 +2013,12,17,0,30,0,0,0,1.6,2,168.52,880,-8 +2013,12,17,1,30,0,0,0,1.7000000000000002,1,165.66,880,-8 +2013,12,17,2,30,0,0,0,1.7000000000000002,0,155.07,880,-8 +2013,12,17,3,30,0,0,0,1.7000000000000002,0,142.97,880,-8 +2013,12,17,4,30,0,0,0,1.7000000000000002,0,130.58,880,-8 +2013,12,17,5,30,0,0,0,1.8,0,118.28,880,-8 +2013,12,17,6,30,0,0,0,1.8,0,106.25,880,-7 +2013,12,17,7,30,0,0,0,1.7000000000000002,0,94.7,890,-7 +2013,12,17,8,30,50,38,116,2.1,3,83.9,890,-6 +2013,12,17,9,30,275,40,864,2.8000000000000003,7,74.22,890,-5 +2013,12,17,10,30,436,48,959,2.8000000000000003,10,66.17,890,-5 +2013,12,17,11,30,548,53,1002,2.3000000000000003,14,60.44,890,-4 +2013,12,17,12,30,600,62,1006,2.1,16,57.730000000000004,890,-6 +2013,12,17,13,30,585,62,1000,2.2,17,58.47,890,-7 +2013,12,17,14,30,507,59,970,2.3000000000000003,17,62.54,880,-7 +2013,12,17,15,30,372,50,913,1.7000000000000002,15,69.34,880,-7 +2013,12,17,16,30,196,38,768,1.2000000000000002,12,78.16,880,-1 +2013,12,17,17,30,22,12,330,1.5,8,88.37,880,-3 +2013,12,17,18,30,0,0,0,1.6,6,99.52,890,-5 +2013,12,17,19,30,0,0,0,1.7000000000000002,4,111.3,890,-5 +2013,12,17,20,30,0,0,0,1.7000000000000002,3,123.47,890,-5 +2013,12,17,21,30,0,0,0,1.6,2,135.84,890,-5 +2013,12,17,22,30,0,0,0,1.6,1,148.17000000000002,890,-5 +2013,12,17,23,30,0,0,0,1.5,1,159.91,880,-5 +2013,12,18,0,30,0,0,0,1.5,1,168.52,880,-5 +2013,12,18,1,30,0,0,0,1.5,0,165.75,880,-5 +2013,12,18,2,30,0,0,0,1.6,0,155.19,880,-5 +2013,12,18,3,30,0,0,0,1.6,0,143.08,880,-5 +2013,12,18,4,30,0,0,0,1.7000000000000002,0,130.7,880,-5 +2013,12,18,5,30,0,0,0,1.8,0,118.39,880,-6 +2013,12,18,6,30,0,0,0,1.9000000000000001,0,106.36,880,-6 +2013,12,18,7,30,0,0,0,2.1,0,94.81,880,-6 +2013,12,18,8,30,54,36,172,3,3,84.01,880,-6 +2013,12,18,9,30,188,96,340,3.7,6,74.31,880,-6 +2013,12,18,10,30,374,79,733,3.9000000000000004,10,66.25,880,-5 +2013,12,18,11,30,451,130,651,5,13,60.5,880,-5 +2013,12,18,12,30,483,161,603,5.7,15,57.76,880,-5 +2013,12,18,13,30,504,117,740,5.7,16,58.47,880,-6 +2013,12,18,14,30,496,70,923,5.4,16,62.52,880,-6 +2013,12,18,15,30,365,59,864,4.2,15,69.3,880,-6 +2013,12,18,16,30,182,37,702,2.9000000000000004,13,78.10000000000001,870,-4 +2013,12,18,17,30,20,20,0,2.7,10,88.29,870,-3 +2013,12,18,18,30,0,0,0,3.2,9,99.44,870,-3 +2013,12,18,19,30,0,0,0,3.5,9,111.21000000000001,870,-4 +2013,12,18,20,30,0,0,0,3.6,8,123.38000000000001,870,-3 +2013,12,18,21,30,0,0,0,3.4000000000000004,8,135.75,870,-3 +2013,12,18,22,30,0,0,0,3.2,7,148.08,870,-3 +2013,12,18,23,30,0,0,0,3,7,159.84,870,-3 +2013,12,19,0,30,0,0,0,2.8000000000000003,6,168.5,870,-3 +2013,12,19,1,30,0,0,0,2.6,6,165.84,870,-3 +2013,12,19,2,30,0,0,0,2.4000000000000004,5,155.29,870,-4 +2013,12,19,3,30,0,0,0,2.4000000000000004,5,143.19,870,-4 +2013,12,19,4,30,0,0,0,2.5,5,130.81,870,-4 +2013,12,19,5,30,0,0,0,2.6,5,118.5,870,-4 +2013,12,19,6,30,0,0,0,2.7,5,106.47,870,-4 +2013,12,19,7,30,0,0,0,2.8000000000000003,5,94.92,870,-4 +2013,12,19,8,30,48,36,115,3.3000000000000003,6,84.10000000000001,870,-4 +2013,12,19,9,30,156,109,174,3.7,8,74.4,870,-4 +2013,12,19,10,30,345,120,559,3.9000000000000004,11,66.33,870,-4 +2013,12,19,11,30,424,173,511,4.7,14,60.550000000000004,870,-3 +2013,12,19,12,30,578,75,944,5.9,17,57.79,870,-3 +2013,12,19,13,30,566,71,947,6.5,18,58.47,870,-4 +2013,12,19,14,30,492,65,924,6.5,19,62.49,870,-5 +2013,12,19,15,30,363,54,871,5.4,18,69.25,870,-6 +2013,12,19,16,30,192,40,733,3.6,14,78.03,870,-6 +2013,12,19,17,30,22,22,0,2.8000000000000003,10,88.22,870,-5 +2013,12,19,18,30,0,0,0,3,9,99.35000000000001,870,-5 +2013,12,19,19,30,0,0,0,3.2,8,111.12,870,-6 +2013,12,19,20,30,0,0,0,3.1,7,123.28,870,-6 +2013,12,19,21,30,0,0,0,2.9000000000000004,6,135.65,870,-6 +2013,12,19,22,30,0,0,0,2.8000000000000003,5,147.99,870,-6 +2013,12,19,23,30,0,0,0,2.7,5,159.76,870,-6 +2013,12,20,0,30,0,0,0,2.5,4,168.48,870,-6 +2013,12,20,1,30,0,0,0,2.5,3,165.92000000000002,870,-6 +2013,12,20,2,30,0,0,0,2.6,2,155.4,870,-6 +2013,12,20,3,30,0,0,0,2.6,1,143.3,870,-6 +2013,12,20,4,30,0,0,0,2.5,0,130.92000000000002,870,-6 +2013,12,20,5,30,0,0,0,2.6,0,118.61,870,-5 +2013,12,20,6,30,0,0,0,3,0,106.57000000000001,870,-5 +2013,12,20,7,30,0,0,0,3.4000000000000004,-1,95.02,870,-4 +2013,12,20,8,30,5,5,0,2.2,0,84.2,870,-4 +2013,12,20,9,30,27,27,0,1.6,0,74.49,870,-3 +2013,12,20,10,30,73,73,0,2,1,66.39,870,-3 +2013,12,20,11,30,112,112,0,1.8,1,60.6,870,-2 +2013,12,20,12,30,141,141,0,2,3,57.81,870,0 +2013,12,20,13,30,125,125,0,2.2,4,58.46,870,0 +2013,12,20,14,30,178,171,16,2.5,4,62.45,870,1 +2013,12,20,15,30,69,69,0,2.5,5,69.19,870,1 +2013,12,20,16,30,70,70,0,1.7000000000000002,4,77.96000000000001,870,1 +2013,12,20,17,30,8,8,0,1.6,3,88.13,870,1 +2013,12,20,18,30,0,0,0,1.9000000000000001,3,99.26,870,1 +2013,12,20,19,30,0,0,0,2.2,2,111.03,870,1 +2013,12,20,20,30,0,0,0,2.5,2,123.19,870,1 +2013,12,20,21,30,0,0,0,2,2,135.55,870,1 +2013,12,20,22,30,0,0,0,2,2,147.89000000000001,870,1 +2013,12,20,23,30,0,0,0,2.4000000000000004,2,159.67000000000002,870,1 +2013,12,21,0,30,0,0,0,2.5,1,168.45000000000002,870,1 +2013,12,21,1,30,0,0,0,2.4000000000000004,1,166,870,1 +2013,12,21,2,30,0,0,0,2,1,155.5,870,1 +2013,12,21,3,30,0,0,0,1.8,1,143.41,860,1 +2013,12,21,4,30,0,0,0,2,1,131.02,860,0 +2013,12,21,5,30,0,0,0,2.1,1,118.71000000000001,860,0 +2013,12,21,6,30,0,0,0,2.1,1,106.67,860,0 +2013,12,21,7,30,0,0,0,2.2,1,95.11,860,0 +2013,12,21,8,30,30,30,0,2.8000000000000003,1,84.29,860,0 +2013,12,21,9,30,100,97,10,3.8000000000000003,2,74.56,860,0 +2013,12,21,10,30,107,107,0,4.6000000000000005,3,66.46000000000001,860,0 +2013,12,21,11,30,32,32,0,5.2,4,60.64,860,0 +2013,12,21,12,30,77,77,0,5.6000000000000005,5,57.82,860,0 +2013,12,21,13,30,44,44,0,5.7,6,58.45,860,0 +2013,12,21,14,30,288,214,160,5.5,6,62.410000000000004,860,0 +2013,12,21,15,30,160,144,44,5.2,5,69.13,860,0 +2013,12,21,16,30,182,53,615,3.9000000000000004,4,77.88,860,-1 +2013,12,21,17,30,22,15,200,2.4000000000000004,1,88.05,860,-1 +2013,12,21,18,30,0,0,0,1.8,0,99.17,870,-2 +2013,12,21,19,30,0,0,0,1.4000000000000001,0,110.93,870,-3 +2013,12,21,20,30,0,0,0,1.5,-1,123.08,870,-4 +2013,12,21,21,30,0,0,0,2.3000000000000003,-2,135.45,870,-4 +2013,12,21,22,30,0,0,0,3.4000000000000004,-2,147.79,870,-5 +2013,12,21,23,30,0,0,0,3.9000000000000004,-3,159.58,870,-5 +2013,12,22,0,30,0,0,0,3.8000000000000003,-3,168.41,870,-6 +2013,12,22,1,30,0,0,0,3.7,-3,166.06,870,-6 +2013,12,22,2,30,0,0,0,3.7,-3,155.59,870,-7 +2013,12,22,3,30,0,0,0,3.5,-3,143.51,870,-7 +2013,12,22,4,30,0,0,0,3.2,-3,131.12,880,-6 +2013,12,22,5,30,0,0,0,2.8000000000000003,-2,118.81,880,-6 +2013,12,22,6,30,0,0,0,2.6,-2,106.77,880,-6 +2013,12,22,7,30,0,0,0,2.6,-2,95.2,880,-5 +2013,12,22,8,30,67,36,317,2.9000000000000004,-1,84.37,880,-5 +2013,12,22,9,30,241,69,650,3.3000000000000003,0,74.64,880,-5 +2013,12,22,10,30,402,82,802,3.6,1,66.51,880,-5 +2013,12,22,11,30,518,86,883,3.4000000000000004,3,60.67,880,-6 +2013,12,22,12,30,577,80,933,3.1,4,57.83,880,-7 +2013,12,22,13,30,568,76,938,2.8000000000000003,5,58.42,880,-7 +2013,12,22,14,30,495,70,914,2.6,5,62.36,880,-7 +2013,12,22,15,30,366,57,864,2.1,4,69.06,880,-7 +2013,12,22,16,30,196,42,726,1.2000000000000002,3,77.8,880,-7 +2013,12,22,17,30,25,14,314,0.30000000000000004,1,87.95,880,-6 +2013,12,22,18,30,0,0,0,0.4,0,99.07000000000001,880,-7 +2013,12,22,19,30,0,0,0,1,0,110.82000000000001,880,-7 +2013,12,22,20,30,0,0,0,1.2000000000000002,-1,122.98,880,-7 +2013,12,22,21,30,0,0,0,1.4000000000000001,-2,135.34,880,-7 +2013,12,22,22,30,0,0,0,1.6,-3,147.68,880,-7 +2013,12,22,23,30,0,0,0,1.8,-3,159.48,880,-7 +2013,12,23,0,30,0,0,0,2,-3,168.36,880,-6 +2013,12,23,1,30,0,0,0,2.3000000000000003,-3,166.12,880,-6 +2013,12,23,2,30,0,0,0,2.7,-3,155.69,880,-5 +2013,12,23,3,30,0,0,0,3.1,-3,143.6,880,-5 +2013,12,23,4,30,0,0,0,3.3000000000000003,-3,131.22,880,-5 +2013,12,23,5,30,0,0,0,3.2,-3,118.91,880,-6 +2013,12,23,6,30,0,0,0,3,-4,106.86,890,-6 +2013,12,23,7,30,0,0,0,3.2,-3,95.29,890,-7 +2013,12,23,8,30,79,25,561,3.6,-1,84.45,890,-7 +2013,12,23,9,30,263,43,834,3.8000000000000003,1,74.7,890,-7 +2013,12,23,10,30,427,53,940,4,3,66.56,890,-7 +2013,12,23,11,30,541,58,988,3.8000000000000003,5,60.7,890,-7 +2013,12,23,12,30,596,59,1007,3.2,6,57.83,890,-7 +2013,12,23,13,30,585,59,1002,2.5,7,58.39,890,-6 +2013,12,23,14,30,509,56,974,2,8,62.300000000000004,890,-6 +2013,12,23,15,30,377,50,911,1.4000000000000001,7,68.98,890,-6 +2013,12,23,16,30,203,39,772,1.1,5,77.71000000000001,890,-5 +2013,12,23,17,30,28,14,364,1.2000000000000002,1,87.86,890,-6 +2013,12,23,18,30,0,0,0,1.4000000000000001,0,98.97,890,-6 +2013,12,23,19,30,0,0,0,1.6,-1,110.72,890,-6 +2013,12,23,20,30,0,0,0,1.7000000000000002,-2,122.87,890,-6 +2013,12,23,21,30,0,0,0,1.7000000000000002,-3,135.23,890,-6 +2013,12,23,22,30,0,0,0,1.7000000000000002,-3,147.58,890,-6 +2013,12,23,23,30,0,0,0,1.7000000000000002,-3,159.38,890,-6 +2013,12,24,0,30,0,0,0,1.9000000000000001,-3,168.3,890,-6 +2013,12,24,1,30,0,0,0,2.3000000000000003,-3,166.18,890,-6 +2013,12,24,2,30,0,0,0,2.6,-3,155.77,890,-6 +2013,12,24,3,30,0,0,0,2.9000000000000004,-3,143.70000000000002,890,-6 +2013,12,24,4,30,0,0,0,3.1,-3,131.32,890,-6 +2013,12,24,5,30,0,0,0,3.4000000000000004,-2,119,880,-6 +2013,12,24,6,30,0,0,0,3.5,-2,106.95,880,-6 +2013,12,24,7,30,0,0,0,3.9000000000000004,-1,95.37,880,-6 +2013,12,24,8,30,77,24,553,4.5,0,84.52,880,-6 +2013,12,24,9,30,258,41,826,4.6000000000000005,2,74.76,880,-6 +2013,12,24,10,30,420,49,932,5.1000000000000005,6,66.6,880,-6 +2013,12,24,11,30,533,53,981,6.1000000000000005,9,60.72,880,-5 +2013,12,24,12,30,588,60,992,6.4,12,57.82,880,-6 +2013,12,24,13,30,577,59,987,6.2,13,58.35,880,-6 +2013,12,24,14,30,502,56,956,5.800000000000001,14,62.24,880,-5 +2013,12,24,15,30,371,50,891,4.5,13,68.9,880,-5 +2013,12,24,16,30,199,39,744,2.9000000000000004,9,77.62,880,-4 +2013,12,24,17,30,27,14,330,2.5,6,87.75,880,-3 +2013,12,24,18,30,0,0,0,2.8000000000000003,5,98.86,880,-4 +2013,12,24,19,30,0,0,0,3,4,110.61,880,-4 +2013,12,24,20,30,0,0,0,3,4,122.76,880,-4 +2013,12,24,21,30,0,0,0,2.9000000000000004,3,135.12,880,-3 +2013,12,24,22,30,0,0,0,3.9000000000000004,2,147.46,880,-2 +2013,12,24,23,30,0,0,0,5.300000000000001,1,159.27,880,-2 +2013,12,25,0,30,0,0,0,6,0,168.24,880,-1 +2013,12,25,1,30,0,0,0,5.9,0,166.23,880,-1 +2013,12,25,2,30,0,0,0,5.300000000000001,0,155.86,880,-1 +2013,12,25,3,30,0,0,0,4.7,0,143.79,880,-1 +2013,12,25,4,30,0,0,0,4.4,-1,131.41,890,-1 +2013,12,25,5,30,0,0,0,4.2,-1,119.09,890,-1 +2013,12,25,6,30,0,0,0,4.1000000000000005,-1,107.03,890,-2 +2013,12,25,7,30,0,0,0,4.1000000000000005,-1,95.45,890,-2 +2013,12,25,8,30,37,33,41,4.5,0,84.59,890,-2 +2013,12,25,9,30,131,107,89,4.6000000000000005,1,74.82000000000001,890,-2 +2013,12,25,10,30,293,156,343,4.4,3,66.64,890,-3 +2013,12,25,11,30,535,64,962,4.3,5,60.730000000000004,890,-3 +2013,12,25,12,30,592,64,990,4.3,6,57.800000000000004,890,-4 +2013,12,25,13,30,583,63,989,4.3,7,58.31,890,-5 +2013,12,25,14,30,509,59,964,4,8,62.17,890,-6 +2013,12,25,15,30,378,52,903,3.4000000000000004,7,68.81,890,-7 +2013,12,25,16,30,206,40,767,2.2,4,77.52,890,-7 +2013,12,25,17,30,30,15,367,1.3,1,87.65,890,-6 +2013,12,25,18,30,0,0,0,1.4000000000000001,0,98.75,890,-7 +2013,12,25,19,30,0,0,0,1.3,0,110.49000000000001,890,-8 +2013,12,25,20,30,0,0,0,1.3,-1,122.64,890,-8 +2013,12,25,21,30,0,0,0,1.2000000000000002,-1,135.01,890,-8 +2013,12,25,22,30,0,0,0,1.1,-2,147.35,890,-9 +2013,12,25,23,30,0,0,0,1,-2,159.16,890,-9 +2013,12,26,0,30,0,0,0,1,-2,168.17000000000002,890,-9 +2013,12,26,1,30,0,0,0,1,-3,166.27,890,-9 +2013,12,26,2,30,0,0,0,1,-3,155.94,890,-9 +2013,12,26,3,30,0,0,0,1.1,-3,143.88,890,-9 +2013,12,26,4,30,0,0,0,1.2000000000000002,-3,131.5,890,-9 +2013,12,26,5,30,0,0,0,1.3,-4,119.17,890,-9 +2013,12,26,6,30,0,0,0,1.4000000000000001,-3,107.11,890,-8 +2013,12,26,7,30,0,0,0,1.7000000000000002,-2,95.52,890,-8 +2013,12,26,8,30,76,23,565,2.5,0,84.65,890,-7 +2013,12,26,9,30,260,41,837,3.4000000000000004,2,74.87,890,-7 +2013,12,26,10,30,423,50,942,3.7,5,66.67,890,-6 +2013,12,26,11,30,540,55,991,3.9000000000000004,8,60.730000000000004,890,-5 +2013,12,26,12,30,596,60,1005,3.8000000000000003,9,57.77,890,-6 +2013,12,26,13,30,587,59,1002,3.6,10,58.25,880,-7 +2013,12,26,14,30,513,57,974,3.1,10,62.09,880,-7 +2013,12,26,15,30,381,50,912,2.1,9,68.72,880,-7 +2013,12,26,16,30,208,39,775,1.3,6,77.41,880,-4 +2013,12,26,17,30,32,15,381,1.4000000000000001,3,87.54,880,-5 +2013,12,26,18,30,0,0,0,1.5,1,98.64,880,-7 +2013,12,26,19,30,0,0,0,1.5,0,110.38,880,-7 +2013,12,26,20,30,0,0,0,1.5,0,122.53,890,-7 +2013,12,26,21,30,0,0,0,1.5,0,134.89000000000001,890,-7 +2013,12,26,22,30,0,0,0,1.5,-1,147.23,890,-8 +2013,12,26,23,30,0,0,0,1.5,-1,159.05,890,-7 +2013,12,27,0,30,0,0,0,1.5,-2,168.09,890,-7 +2013,12,27,1,30,0,0,0,1.5,-2,166.3,890,-7 +2013,12,27,2,30,0,0,0,1.6,-2,156.01,890,-7 +2013,12,27,3,30,0,0,0,1.8,-2,143.96,890,-7 +2013,12,27,4,30,0,0,0,2.1,-2,131.58,890,-7 +2013,12,27,5,30,0,0,0,2.3000000000000003,-2,119.25,890,-7 +2013,12,27,6,30,0,0,0,2.3000000000000003,-2,107.19,890,-8 +2013,12,27,7,30,0,0,0,2.3000000000000003,-2,95.59,890,-8 +2013,12,27,8,30,74,24,537,2.7,0,84.71000000000001,890,-8 +2013,12,27,9,30,258,44,821,2.5,3,74.91,890,-8 +2013,12,27,10,30,422,54,931,1,6,66.69,890,-7 +2013,12,27,11,30,539,59,982,0.7000000000000001,10,60.730000000000004,890,-8 +2013,12,27,12,30,596,60,1004,1.4000000000000001,11,57.74,890,-9 +2013,12,27,13,30,588,59,1002,1.5,12,58.19,890,-10 +2013,12,27,14,30,515,56,977,1.6,12,62.01,890,-10 +2013,12,27,15,30,384,50,917,1.2000000000000002,11,68.62,880,-10 +2013,12,27,16,30,211,39,785,1.1,8,77.3,880,-4 +2013,12,27,17,30,33,15,400,1.4000000000000001,4,87.42,880,-6 +2013,12,27,18,30,0,0,0,1.5,2,98.52,880,-8 +2013,12,27,19,30,0,0,0,1.6,1,110.26,880,-8 +2013,12,27,20,30,0,0,0,1.7000000000000002,0,122.41,880,-9 +2013,12,27,21,30,0,0,0,1.8,0,134.77,880,-9 +2013,12,27,22,30,0,0,0,1.9000000000000001,0,147.11,880,-9 +2013,12,27,23,30,0,0,0,2,-1,158.93,880,-9 +2013,12,28,0,30,0,0,0,2.1,-1,168,880,-9 +2013,12,28,1,30,0,0,0,2.2,-2,166.33,880,-9 +2013,12,28,2,30,0,0,0,2.3000000000000003,-2,156.08,880,-9 +2013,12,28,3,30,0,0,0,2.2,-2,144.04,880,-8 +2013,12,28,4,30,0,0,0,2.2,-2,131.66,880,-8 +2013,12,28,5,30,0,0,0,2.2,-2,119.33,880,-8 +2013,12,28,6,30,0,0,0,2.2,-2,107.26,880,-8 +2013,12,28,7,30,0,0,0,2.5,-1,95.66,880,-8 +2013,12,28,8,30,74,23,557,3.3000000000000003,0,84.76,880,-8 +2013,12,28,9,30,259,42,837,3.7,2,74.94,880,-7 +2013,12,28,10,30,425,51,944,4.2,6,66.71000000000001,880,-7 +2013,12,28,11,30,543,57,994,4.800000000000001,9,60.72,880,-8 +2013,12,28,12,30,601,60,1012,4.7,11,57.7,880,-9 +2013,12,28,13,30,593,60,1009,4.6000000000000005,12,58.120000000000005,870,-9 +2013,12,28,14,30,520,58,981,4.4,13,61.910000000000004,870,-9 +2013,12,28,15,30,388,51,922,3.4000000000000004,12,68.51,870,-9 +2013,12,28,16,30,213,40,782,2.1,8,77.19,870,-7 +2013,12,28,17,30,34,16,381,1.8,5,87.3,870,-6 +2013,12,28,18,30,0,0,0,2.2,4,98.39,870,-7 +2013,12,28,19,30,0,0,0,2.5,3,110.13,870,-7 +2013,12,28,20,30,0,0,0,2.7,3,122.28,870,-7 +2013,12,28,21,30,0,0,0,2.8000000000000003,2,134.64000000000001,870,-7 +2013,12,28,22,30,0,0,0,3,1,146.99,870,-7 +2013,12,28,23,30,0,0,0,3,1,158.81,870,-6 +2013,12,29,0,30,0,0,0,2.9000000000000004,1,167.91,870,-6 +2013,12,29,1,30,0,0,0,3.9000000000000004,0,166.34,870,-5 +2013,12,29,2,30,0,0,0,6.1000000000000005,0,156.14000000000001,870,-5 +2013,12,29,3,30,0,0,0,7.5,-1,144.11,880,-5 +2013,12,29,4,30,0,0,0,7.7,-2,131.74,880,-7 +2013,12,29,5,30,0,0,0,7.6000000000000005,-2,119.4,880,-9 +2013,12,29,6,30,0,0,0,7.4,-3,107.33,880,-11 +2013,12,29,7,30,0,0,0,7.2,-4,95.71000000000001,880,-12 +2013,12,29,8,30,29,29,0,7,-4,84.81,880,-12 +2013,12,29,9,30,157,102,214,6.800000000000001,-3,74.97,880,-12 +2013,12,29,10,30,314,140,439,6.4,-2,66.72,880,-12 +2013,12,29,11,30,349,219,265,5.9,-1,60.7,880,-12 +2013,12,29,12,30,439,218,411,5.5,0,57.65,880,-12 +2013,12,29,13,30,389,241,279,5.2,0,58.050000000000004,880,-11 +2013,12,29,14,30,348,204,305,4.9,0,61.82,880,-10 +2013,12,29,15,30,367,72,802,4.5,0,68.4,880,-10 +2013,12,29,16,30,97,86,48,3.4000000000000004,0,77.07000000000001,880,-10 +2013,12,29,17,30,32,19,258,1.9000000000000001,-2,87.18,880,-10 +2013,12,29,18,30,0,0,0,1.2000000000000002,-3,98.27,880,-10 +2013,12,29,19,30,0,0,0,1,-4,110.01,880,-10 +2013,12,29,20,30,0,0,0,0.8,-4,122.15,880,-11 +2013,12,29,21,30,0,0,0,0.6000000000000001,-4,134.52,880,-11 +2013,12,29,22,30,0,0,0,0.5,-4,146.86,880,-11 +2013,12,29,23,30,0,0,0,0.7000000000000001,-5,158.68,880,-11 +2013,12,30,0,30,0,0,0,1.1,-5,167.8,880,-11 +2013,12,30,1,30,0,0,0,1.6,-4,166.35,880,-11 +2013,12,30,2,30,0,0,0,2.2,-4,156.20000000000002,880,-10 +2013,12,30,3,30,0,0,0,2.6,-4,144.18,880,-10 +2013,12,30,4,30,0,0,0,2.8000000000000003,-4,131.81,880,-9 +2013,12,30,5,30,0,0,0,3.2,-3,119.47,880,-9 +2013,12,30,6,30,0,0,0,3.7,-3,107.39,880,-8 +2013,12,30,7,30,0,0,0,4.2,-2,95.77,880,-8 +2013,12,30,8,30,71,25,522,4.4,-1,84.85000000000001,880,-8 +2013,12,30,9,30,255,46,809,4.5,2,75,880,-7 +2013,12,30,10,30,418,56,915,5.300000000000001,5,66.72,880,-8 +2013,12,30,11,30,534,62,963,5.9,8,60.68,880,-9 +2013,12,30,12,30,591,63,986,6.1000000000000005,9,57.6,880,-9 +2013,12,30,13,30,584,63,982,6.300000000000001,10,57.96,880,-9 +2013,12,30,14,30,513,59,957,6,10,61.71,880,-9 +2013,12,30,15,30,385,51,902,4.7,9,68.28,880,-8 +2013,12,30,16,30,214,39,773,2.7,5,76.94,880,-7 +2013,12,30,17,30,37,16,406,1.7000000000000002,1,87.05,880,-7 +2013,12,30,18,30,0,0,0,1.5,0,98.14,890,-8 +2013,12,30,19,30,0,0,0,1.5,0,109.88,890,-8 +2013,12,30,20,30,0,0,0,1.4000000000000001,0,122.02,890,-7 +2013,12,30,21,30,0,0,0,1.4000000000000001,-1,134.39000000000001,890,-7 +2013,12,30,22,30,0,0,0,1.2000000000000002,-1,146.73,890,-7 +2013,12,30,23,30,0,0,0,1.1,-1,158.55,890,-7 +2013,12,31,0,30,0,0,0,1,-1,167.70000000000002,890,-7 +2013,12,31,1,30,0,0,0,1.1,-1,166.35,890,-7 +2013,12,31,2,30,0,0,0,1.2000000000000002,-2,156.25,890,-7 +2013,12,31,3,30,0,0,0,1.3,-2,144.25,890,-7 +2013,12,31,4,30,0,0,0,1.4000000000000001,-2,131.87,890,-7 +2013,12,31,5,30,0,0,0,1.5,-2,119.54,890,-7 +2013,12,31,6,30,0,0,0,1.6,-2,107.45,890,-7 +2013,12,31,7,30,0,0,0,2.1,-1,95.82000000000001,890,-7 +2013,12,31,8,30,70,24,518,3.1,0,84.89,890,-7 +2013,12,31,9,30,252,44,805,4,3,75.02,890,-7 +2013,12,31,10,30,416,54,916,4.9,6,66.71000000000001,890,-7 +2013,12,31,11,30,534,60,967,5.5,9,60.64,880,-8 +2013,12,31,12,30,592,62,987,5.6000000000000005,11,57.53,880,-8 +2013,12,31,13,30,584,62,982,5.6000000000000005,12,57.870000000000005,880,-8 +2013,12,31,14,30,513,59,955,5.5,13,61.6,880,-8 +2013,12,31,15,30,385,52,895,4.5,12,68.16,880,-8 +2013,12,31,16,30,215,41,761,2.9000000000000004,8,76.81,880,-7 +2013,12,31,17,30,39,18,390,2.2,6,86.92,880,-6 +2013,12,31,18,30,0,0,0,1.4000000000000001,0,97.97,880,-6 +2013,12,31,19,30,0,0,0,1.2000000000000002,0,109.71000000000001,880,-6 +2013,12,31,20,30,0,0,0,1.1,-1,121.86,880,-6 +2013,12,31,21,30,0,0,0,1.1,-2,134.22,880,-6 +2013,12,31,22,30,0,0,0,1.5,-2,146.56,880,-6 +2013,12,31,23,30,0,0,0,1.7000000000000002,-3,158.38,880,-6 diff --git a/tests/greenheart/test_greensteel/input/resource_files/34.22_-102.75_windtoolkit_2013_60min_100m_120m.srw b/tests/greenheart/test_greensteel/input/resource_files/34.22_-102.75_windtoolkit_2013_60min_100m_120m.srw new file mode 100644 index 000000000..6e5da6e58 --- /dev/null +++ b/tests/greenheart/test_greensteel/input/resource_files/34.22_-102.75_windtoolkit_2013_60min_100m_120m.srw @@ -0,0 +1,8765 @@ +934438,city??,TX,country??,2013,34.2183113098,-102.739135742,Not Available,1,8760 +WIND Toolkit data from NREL downloaded on 2024-3-18 +Temperature,Pressure,Speed,Direction,Temperature,Pressure,Speed,Direction +C,atm,m/s,Degrees,C,atm,m/s,Degrees +100,100,100,100,120,120,120,120 +-2.5,0.86,4.800,56.1,-2.7,0.86,5.740,56.2 +-2.8,0.86,4.830,56.1,-2.9,0.86,5.290,54.8 +-3.2,0.86,4.810,28.8,-3.4,0.86,5.240,29.6 +-3.5,0.86,4.940,15.5,-3.7,0.86,5.340,15.8 +-3.7,0.86,4.250,18.6,-3.9,0.86,4.520,18.6 +-4.0,0.87,4.320,14.2,-4.2,0.87,4.510,14.0 +-4.4,0.87,4.300,20.9,-4.6,0.87,4.480,20.6 +-4.7,0.87,4.260,24.4,-4.9,0.87,4.430,23.1 +-5.0,0.87,3.660,20.1,-5.2,0.87,3.830,19.8 +-5.1,0.87,3.360,24.7,-5.3,0.87,3.410,24.4 +-4.3,0.87,2.830,11.3,-4.5,0.87,2.870,11.1 +-3.0,0.87,2.610,12.7,-3.2,0.87,2.650,12.7 +-1.7,0.87,3.210,10.7,-1.9,0.87,3.240,10.7 +-0.8,0.87,3.120,3.4,-1.0,0.87,3.150,3.4 +-0.1,0.87,3.070,5.4,-0.3,0.87,3.090,5.0 +0.4,0.87,2.750,359.2,0.1,0.87,2.780,359.2 +0.7,0.87,2.640,358.1,0.5,0.87,2.650,357.9 +0.7,0.87,2.810,18.9,0.5,0.87,2.760,15.5 +0.3,0.87,3.360,12.6,0.1,0.87,3.330,11.5 +-0.2,0.87,4.940,13.5,-0.4,0.87,4.790,13.7 +-0.9,0.87,4.950,32.3,-1.0,0.87,4.820,30.7 +-1.6,0.87,4.860,47.3,-1.7,0.87,4.710,44.6 +-2.2,0.87,3.390,50.2,-2.3,0.87,3.230,46.0 +-3.0,0.87,2.320,67.4,-3.0,0.87,2.390,58.7 +-3.4,0.87,1.440,94.3,-3.5,0.87,1.440,82.8 +-3.3,0.87,0.440,128.9,-3.3,0.87,0.350,107.7 +-3.5,0.87,1.840,123.1,-3.6,0.87,1.880,126.7 +-3.3,0.87,1.360,162.4,-3.5,0.87,1.460,164.3 +-3.5,0.87,2.100,206.4,-3.6,0.87,2.250,205.3 +-3.4,0.87,2.740,222.5,-3.5,0.87,2.790,221.8 +-3.4,0.87,1.910,242.4,-3.5,0.87,2.120,240.6 +-3.3,0.87,1.870,268.8,-3.4,0.87,2.030,261.7 +-3.4,0.87,2.230,294.7,-3.4,0.87,2.280,287.8 +-3.1,0.87,2.790,304.4,-3.1,0.87,2.840,298.4 +-2.4,0.87,1.930,320.9,-2.6,0.87,2.030,319.9 +-0.8,0.87,2.210,322.9,-0.9,0.87,2.230,322.8 +0.7,0.87,2.150,341.9,0.5,0.87,2.170,341.7 +1.8,0.87,1.610,346.6,1.6,0.87,1.620,346.6 +2.4,0.87,1.910,355.1,2.2,0.87,1.920,355.4 +2.8,0.87,2.570,7.9,2.6,0.87,2.590,7.6 +2.9,0.87,3.120,21.1,2.8,0.87,3.170,21.5 +2.8,0.87,4.400,26.2,2.6,0.87,4.500,27.0 +2.0,0.87,7.030,34.6,2.0,0.87,7.260,35.0 +1.1,0.87,9.670,44.6,1.1,0.87,9.800,44.7 +-0.3,0.87,10.010,54.6,-0.0,0.87,10.630,55.9 +-1.5,0.87,7.480,58.5,-1.1,0.87,8.670,59.0 +-0.9,0.87,8.650,64.9,-0.5,0.87,9.470,66.7 +-1.5,0.87,7.770,65.2,-1.1,0.87,8.700,66.3 +-1.6,0.87,8.400,68.7,-1.2,0.87,9.150,71.0 +-1.9,0.87,8.100,71.0,-1.6,0.87,8.630,72.4 +-2.1,0.87,7.620,70.9,-1.8,0.87,8.000,72.7 +-2.6,0.87,6.780,63.2,-2.4,0.87,7.380,65.5 +-2.7,0.87,6.970,57.5,-2.4,0.87,7.360,60.3 +-2.7,0.87,6.680,58.8,-2.6,0.87,6.920,61.3 +-3.1,0.87,6.310,59.1,-2.9,0.87,6.670,62.1 +-3.5,0.87,6.410,51.4,-3.3,0.87,6.930,55.4 +-3.8,0.87,6.010,49.2,-3.5,0.87,6.560,54.6 +-4.2,0.87,4.190,46.1,-4.0,0.87,4.680,49.1 +-2.9,0.87,2.420,60.1,-3.1,0.87,2.520,60.0 +-1.4,0.87,2.870,82.4,-1.6,0.87,2.910,82.1 +-0.7,0.87,2.810,106.3,-0.8,0.87,2.810,105.1 +-0.1,0.87,3.070,121.7,-0.3,0.87,3.050,120.6 +0.3,0.87,3.140,133.1,0.1,0.87,3.140,132.9 +0.5,0.87,2.630,123.0,0.3,0.87,2.650,123.5 +0.7,0.87,2.160,119.9,0.5,0.87,2.190,120.9 +0.7,0.87,2.130,95.9,0.5,0.87,2.130,98.8 +0.5,0.87,2.610,142.6,0.3,0.87,2.770,148.3 +0.5,0.87,3.620,168.5,0.4,0.87,3.780,169.0 +0.3,0.87,3.890,184.5,0.3,0.87,4.030,184.8 +0.1,0.87,4.360,175.2,0.0,0.87,4.520,175.1 +-0.5,0.87,4.530,178.0,-0.5,0.87,4.690,178.6 +-1.3,0.87,4.580,201.8,-1.2,0.87,4.870,205.8 +-1.8,0.87,4.720,218.4,-1.8,0.87,5.240,223.5 +-2.1,0.87,5.090,236.8,-2.0,0.87,5.740,236.1 +-2.1,0.87,5.000,242.5,-2.2,0.87,5.450,241.5 +-2.3,0.87,4.550,238.1,-2.3,0.87,5.030,237.8 +-2.2,0.87,4.590,233.0,-2.3,0.87,5.050,233.5 +-2.2,0.87,4.470,230.2,-2.3,0.87,4.920,230.1 +-2.2,0.87,5.000,217.0,-2.4,0.87,5.300,217.6 +-2.4,0.87,5.650,219.9,-2.6,0.87,5.900,220.4 +-2.7,0.87,5.610,219.9,-2.9,0.87,5.800,220.4 +-2.8,0.87,5.000,221.9,-3.0,0.87,5.090,222.1 +-2.2,0.87,4.940,224.2,-2.4,0.87,5.000,224.2 +-1.3,0.87,4.980,222.4,-1.5,0.87,5.040,222.5 +-0.6,0.87,5.090,220.2,-0.8,0.87,5.140,220.4 +-0.1,0.87,4.860,220.6,-0.3,0.87,4.920,220.6 +0.2,0.87,4.960,222.0,0.0,0.87,5.030,222.0 +0.5,0.87,5.260,220.3,0.3,0.87,5.330,220.5 +0.7,0.87,5.710,226.0,0.5,0.87,5.780,225.9 +0.4,0.87,6.400,217.6,0.2,0.87,6.600,218.0 +-0.1,0.87,8.570,219.8,-0.3,0.87,8.680,219.5 +-0.7,0.87,7.700,215.8,-0.8,0.87,8.230,218.3 +-0.9,0.87,8.450,211.9,-1.0,0.87,8.870,213.7 +-1.4,0.87,8.080,218.5,-1.4,0.87,8.810,220.5 +-1.6,0.87,8.680,216.4,-1.6,0.87,9.410,216.9 +-1.9,0.87,8.850,217.2,-2.0,0.87,9.580,218.2 +-2.1,0.87,9.120,220.1,-2.1,0.87,9.860,221.2 +-1.9,0.87,10.530,225.6,-2.0,0.87,11.240,226.5 +-1.7,0.87,10.620,228.6,-1.7,0.87,11.310,229.9 +-1.1,0.87,10.790,237.7,-1.2,0.87,11.590,238.6 +-0.8,0.87,12.230,244.8,-0.8,0.87,13.140,245.5 +-0.8,0.87,11.380,248.5,-0.8,0.87,12.290,249.0 +-1.0,0.87,11.170,250.6,-1.0,0.87,11.930,251.9 +-0.7,0.87,11.400,261.6,-0.7,0.87,12.420,262.6 +-0.9,0.87,11.100,268.7,-0.9,0.87,12.200,269.3 +-0.8,0.87,9.350,279.7,-0.9,0.87,10.000,280.1 +0.4,0.87,6.870,292.1,0.3,0.87,6.950,292.3 +2.4,0.87,5.330,295.9,2.2,0.87,5.370,296.2 +4.3,0.87,4.110,299.1,4.1,0.87,4.150,299.7 +6.3,0.87,4.740,329.1,6.1,0.87,4.850,329.3 +7.4,0.87,5.960,335.3,7.2,0.87,6.060,335.3 +7.3,0.87,6.100,341.1,7.1,0.87,6.170,341.2 +7.0,0.87,5.420,347.8,6.8,0.87,5.480,347.6 +6.6,0.87,5.300,349.4,6.4,0.87,5.480,350.3 +5.9,0.87,5.430,6.5,5.8,0.87,5.570,6.1 +5.4,0.87,7.240,7.4,5.3,0.87,7.170,9.6 +4.4,0.87,8.000,17.3,4.6,0.87,8.220,19.8 +2.9,0.87,9.740,16.5,3.4,0.87,10.490,20.3 +2.4,0.87,9.910,27.8,2.8,0.87,10.600,30.5 +2.2,0.87,9.320,32.7,2.4,0.87,9.680,34.5 +1.9,0.87,8.570,30.1,2.0,0.87,8.860,31.3 +1.4,0.87,8.710,26.0,1.6,0.87,9.090,27.4 +0.9,0.87,8.910,22.1,1.2,0.87,9.350,24.2 +0.3,0.87,7.670,20.5,0.6,0.87,7.990,24.2 +-0.3,0.87,7.480,15.7,0.1,0.87,7.710,20.5 +-0.8,0.87,6.440,11.3,-0.5,0.87,6.620,17.0 +-0.8,0.87,5.310,5.4,-0.5,0.87,5.040,10.8 +-1.1,0.87,4.330,359.4,-0.8,0.87,4.140,3.9 +-1.2,0.87,3.280,349.1,-0.9,0.87,2.990,354.7 +-1.3,0.87,2.790,330.5,-0.8,0.87,2.490,334.7 +-0.9,0.87,1.360,309.4,-0.5,0.87,1.570,318.9 +1.0,0.87,0.850,284.6,0.8,0.87,0.800,288.6 +2.4,0.87,1.410,234.4,2.3,0.87,1.330,235.0 +3.4,0.87,2.030,214.8,3.2,0.87,2.010,214.9 +4.3,0.87,2.810,207.0,4.1,0.87,2.850,206.7 +5.1,0.87,2.900,198.9,4.9,0.87,2.970,198.5 +5.4,0.87,4.130,196.5,5.2,0.87,4.170,196.7 +5.4,0.87,4.250,202.4,5.2,0.87,4.380,202.6 +5.4,0.87,4.990,197.2,5.3,0.87,5.080,197.9 +4.7,0.87,6.540,195.4,4.7,0.87,6.810,195.2 +4.6,0.87,6.900,193.9,4.5,0.87,6.840,193.8 +4.2,0.87,6.710,188.1,4.4,0.87,6.750,187.2 +3.9,0.87,7.320,189.0,4.2,0.87,7.710,188.0 +3.0,0.87,7.850,192.3,3.4,0.87,8.590,192.0 +2.3,0.87,7.930,195.4,2.7,0.87,8.960,195.0 +1.8,0.87,7.440,202.5,2.2,0.87,8.590,201.2 +1.5,0.87,6.850,200.4,1.8,0.87,8.010,199.0 +0.8,0.87,6.410,199.5,1.1,0.87,7.730,198.3 +1.3,0.87,7.730,194.5,1.6,0.87,8.920,195.0 +1.0,0.87,6.410,192.5,1.2,0.87,7.460,193.9 +0.7,0.87,6.640,201.7,0.9,0.87,7.860,201.3 +0.7,0.87,6.640,201.0,0.9,0.87,7.670,201.6 +0.6,0.87,6.460,200.6,0.7,0.87,7.480,201.0 +0.7,0.87,5.910,201.4,0.7,0.87,6.690,201.4 +1.2,0.87,4.330,196.8,1.1,0.87,4.800,197.1 +2.4,0.87,4.460,191.7,2.2,0.87,4.550,191.3 +3.7,0.87,5.160,191.8,3.5,0.87,5.240,191.6 +4.6,0.86,5.460,189.8,4.4,0.86,5.550,189.7 +5.4,0.86,5.570,187.9,5.2,0.86,5.660,187.8 +5.7,0.86,4.910,180.0,5.5,0.86,4.960,180.1 +5.8,0.86,4.650,182.2,5.6,0.86,4.720,182.4 +5.5,0.86,4.680,174.8,5.3,0.86,4.800,175.4 +5.2,0.86,6.780,174.4,5.0,0.86,6.950,175.1 +4.9,0.86,6.140,168.0,4.8,0.86,6.960,170.9 +4.4,0.86,8.090,174.0,4.4,0.86,8.900,175.4 +4.2,0.86,8.340,176.9,4.3,0.86,8.950,177.4 +4.8,0.86,8.960,189.5,4.8,0.86,9.710,188.3 +3.6,0.86,7.480,173.9,3.6,0.86,8.480,172.6 +3.1,0.86,8.290,176.2,3.2,0.86,9.260,177.1 +2.7,0.86,8.200,183.2,3.1,0.86,9.450,184.2 +2.5,0.86,8.290,185.2,2.8,0.86,9.490,184.9 +2.0,0.86,7.870,189.5,2.3,0.86,9.120,188.8 +1.3,0.86,6.820,195.1,1.7,0.86,8.030,195.9 +1.3,0.86,7.400,206.3,1.6,0.86,8.340,206.8 +1.0,0.86,7.020,214.4,1.4,0.86,8.050,214.8 +0.8,0.86,5.200,225.2,1.0,0.86,5.800,224.0 +1.2,0.86,5.530,232.0,1.3,0.86,5.950,230.6 +0.9,0.86,4.480,231.2,1.2,0.86,5.040,232.7 +1.7,0.86,3.190,232.1,1.6,0.86,3.500,233.4 +3.2,0.86,3.140,222.6,3.0,0.86,3.170,223.3 +4.5,0.86,3.080,210.8,4.3,0.86,3.110,211.0 +5.7,0.86,3.190,191.6,5.5,0.86,3.230,191.7 +6.7,0.86,4.320,184.3,6.5,0.86,4.350,184.2 +7.3,0.86,2.880,191.1,7.1,0.86,2.890,190.5 +7.7,0.86,1.530,163.7,7.5,0.86,1.550,163.6 +7.6,0.86,2.020,99.0,7.5,0.86,2.000,98.5 +7.1,0.86,3.280,111.1,7.0,0.86,3.250,111.8 +7.1,0.86,2.870,104.9,7.0,0.86,2.930,99.4 +7.2,0.86,3.340,80.4,7.1,0.86,3.570,80.4 +6.5,0.86,3.880,74.3,6.6,0.86,4.040,75.3 +5.8,0.87,4.710,53.1,6.0,0.87,4.640,57.3 +6.1,0.87,7.820,40.1,6.2,0.87,7.380,40.6 +4.4,0.87,11.770,39.5,5.0,0.87,12.120,43.2 +3.8,0.87,11.300,34.3,4.4,0.87,12.110,38.6 +2.5,0.87,12.440,27.6,3.1,0.87,13.270,31.0 +1.7,0.87,11.350,26.5,2.0,0.87,12.470,29.3 +1.2,0.87,11.020,23.1,1.4,0.87,12.130,25.6 +0.8,0.87,10.610,17.6,1.0,0.87,11.740,20.4 +0.7,0.87,9.930,18.1,0.9,0.87,11.020,20.2 +0.7,0.87,10.390,14.8,0.9,0.87,11.470,17.4 +0.8,0.87,11.180,17.6,1.0,0.87,12.220,19.9 +2.0,0.87,10.490,25.4,1.9,0.87,11.020,26.5 +3.0,0.87,7.730,20.6,2.8,0.87,7.950,21.4 +4.9,0.87,8.590,25.0,4.7,0.87,8.730,25.4 +6.5,0.87,9.910,28.1,6.3,0.87,10.080,28.3 +7.4,0.87,11.040,29.9,7.2,0.87,11.230,30.0 +8.0,0.87,11.410,32.5,7.8,0.87,11.610,32.6 +8.3,0.87,11.850,29.7,8.0,0.87,12.070,29.8 +7.9,0.87,11.310,34.4,7.7,0.87,11.530,34.5 +7.4,0.87,9.520,34.8,7.2,0.87,9.920,35.0 +5.4,0.87,10.970,32.1,5.2,0.87,11.450,32.2 +4.1,0.87,12.300,29.7,3.9,0.87,12.770,29.8 +2.7,0.87,12.210,26.3,2.5,0.87,13.000,26.3 +2.6,0.87,11.810,24.5,2.5,0.87,12.150,24.4 +2.1,0.87,11.250,28.2,1.9,0.87,12.050,28.6 +1.8,0.87,7.490,32.4,1.7,0.87,8.500,32.5 +1.9,0.87,3.990,47.2,1.9,0.87,5.860,49.1 +2.0,0.87,6.330,25.1,1.8,0.87,7.000,26.7 +1.7,0.86,7.660,18.5,1.6,0.86,8.190,19.8 +1.8,0.86,7.010,14.2,1.6,0.86,7.500,13.4 +1.8,0.86,6.520,4.0,1.6,0.86,6.840,4.4 +1.8,0.86,6.880,352.8,1.6,0.86,7.260,353.7 +1.7,0.86,6.940,358.3,1.6,0.86,7.350,358.8 +1.7,0.86,6.350,11.9,1.5,0.86,6.740,12.1 +1.8,0.86,4.660,2.1,1.6,0.86,5.020,3.6 +1.7,0.86,3.680,319.0,1.5,0.86,3.980,321.9 +1.9,0.86,3.070,306.2,1.8,0.86,3.330,309.8 +2.3,0.86,4.430,286.1,2.1,0.86,4.460,286.5 +2.6,0.86,3.490,275.6,2.4,0.86,3.500,275.8 +4.0,0.86,3.540,254.6,3.9,0.86,3.590,254.8 +6.2,0.86,6.000,250.0,6.0,0.86,6.060,250.2 +7.7,0.86,5.440,250.3,7.5,0.86,5.520,250.4 +8.8,0.86,5.830,242.8,8.6,0.86,5.910,242.8 +9.5,0.86,5.940,234.2,9.3,0.86,6.230,233.8 +9.4,0.86,9.760,222.2,9.3,0.86,10.180,223.3 +8.8,0.86,10.500,219.3,8.8,0.86,11.010,219.8 +8.2,0.86,10.590,216.9,8.2,0.86,11.480,219.3 +7.0,0.86,10.000,219.1,7.2,0.86,11.240,219.8 +7.2,0.86,11.110,209.6,7.4,0.86,12.190,209.7 +5.5,0.86,11.280,220.3,5.8,0.86,12.670,221.8 +7.6,0.86,13.140,229.2,8.2,0.86,14.960,229.1 +7.1,0.86,10.570,226.5,7.4,0.86,12.400,225.1 +7.1,0.86,12.390,229.0,7.4,0.86,13.530,228.7 +8.2,0.86,12.290,233.5,8.4,0.86,13.490,235.0 +7.4,0.86,11.470,228.7,8.1,0.86,13.260,231.3 +7.7,0.86,9.660,226.4,8.0,0.86,10.790,228.6 +7.5,0.86,11.500,222.1,7.8,0.86,12.900,223.5 +8.7,0.86,14.420,223.5,9.0,0.86,16.090,223.9 +8.1,0.86,12.810,220.2,8.4,0.86,14.280,220.9 +9.1,0.86,15.420,228.2,9.2,0.86,16.420,228.7 +9.6,0.86,18.050,225.6,9.5,0.86,18.760,226.3 +11.2,0.86,16.770,225.0,11.0,0.86,17.280,225.0 +11.4,0.85,17.520,235.7,11.2,0.85,17.900,235.8 +11.8,0.86,17.250,239.4,11.6,0.86,17.640,239.2 +11.6,0.86,14.780,237.9,11.4,0.86,15.070,237.9 +11.1,0.86,16.050,236.8,10.9,0.86,16.340,236.9 +11.3,0.86,12.800,241.9,11.1,0.86,13.080,242.2 +10.5,0.86,14.000,254.4,10.3,0.86,14.580,254.4 +9.3,0.86,12.860,257.8,9.1,0.86,13.670,258.8 +6.5,0.86,7.490,307.4,6.2,0.86,8.050,304.3 +5.2,0.86,6.930,297.2,4.9,0.86,7.690,295.3 +3.8,0.86,7.720,300.4,3.7,0.86,8.330,301.4 +3.2,0.86,3.420,320.6,3.1,0.86,4.030,322.4 +1.9,0.86,4.800,314.9,1.8,0.86,5.890,317.2 +0.5,0.86,10.030,326.6,0.4,0.86,10.850,325.4 +0.3,0.86,11.070,317.6,0.2,0.86,12.100,318.3 +-0.1,0.86,9.880,320.1,-0.1,0.86,11.250,321.9 +-0.5,0.86,9.100,318.6,-0.4,0.86,10.330,320.3 +-0.5,0.86,7.400,325.8,-0.5,0.86,8.390,327.2 +-1.0,0.86,4.900,355.2,-1.1,0.86,5.570,356.4 +-1.0,0.86,3.910,352.2,-1.1,0.86,4.220,353.8 +-1.1,0.86,2.720,32.0,-1.2,0.86,2.910,32.6 +-0.8,0.86,3.690,43.3,-1.0,0.86,3.940,44.8 +-1.0,0.86,4.160,62.2,-1.2,0.86,4.250,62.3 +-0.6,0.86,3.720,73.1,-0.8,0.86,3.760,73.0 +0.5,0.86,2.520,78.1,0.3,0.86,2.550,78.0 +1.2,0.86,2.570,100.8,1.0,0.86,2.580,99.7 +1.9,0.86,2.740,128.7,1.7,0.86,2.700,128.2 +2.3,0.86,1.220,154.7,2.1,0.86,1.200,155.7 +2.8,0.86,1.550,87.1,2.6,0.86,1.530,88.5 +3.2,0.86,1.510,72.5,3.0,0.86,1.470,75.3 +3.5,0.86,0.880,87.3,3.4,0.86,0.870,94.4 +3.0,0.86,2.800,357.8,2.8,0.86,2.760,1.3 +0.7,0.86,7.140,62.6,0.6,0.86,7.330,64.8 +-1.4,0.86,8.190,61.1,-1.5,0.86,8.650,61.6 +-2.8,0.86,8.340,66.0,-2.9,0.86,9.000,66.8 +-3.4,0.86,6.370,64.0,-3.6,0.86,6.900,65.2 +-4.1,0.86,6.540,68.5,-4.2,0.86,6.960,68.9 +-4.5,0.86,6.800,66.3,-4.7,0.86,6.980,66.2 +-4.7,0.86,5.740,60.1,-4.9,0.86,5.850,60.1 +-5.0,0.86,4.850,64.9,-5.2,0.86,4.990,64.7 +-5.4,0.86,4.620,81.7,-5.6,0.86,4.760,81.0 +-5.8,0.86,4.200,71.9,-5.9,0.86,4.360,72.4 +-5.9,0.86,3.890,59.8,-6.1,0.86,4.040,58.5 +-6.5,0.86,5.120,47.2,-6.7,0.86,5.280,47.8 +-7.0,0.86,4.090,59.9,-7.2,0.86,4.170,58.4 +-7.3,0.87,3.560,49.7,-7.5,0.87,3.630,50.4 +-7.5,0.87,2.780,72.1,-7.7,0.87,2.770,72.5 +-6.8,0.87,2.840,60.8,-7.0,0.87,2.840,60.8 +-6.0,0.87,2.320,67.8,-6.2,0.87,2.310,68.0 +-5.1,0.87,2.080,84.6,-5.3,0.87,2.090,84.6 +-4.2,0.87,2.470,116.4,-4.4,0.87,2.450,115.2 +-3.5,0.87,1.890,133.1,-3.7,0.87,1.840,133.5 +-2.8,0.86,2.050,134.5,-3.0,0.86,2.000,134.9 +-2.6,0.86,2.690,121.1,-2.8,0.86,2.680,121.6 +-2.6,0.86,3.760,104.8,-2.8,0.86,3.790,105.6 +-2.7,0.86,5.130,103.2,-2.9,0.86,5.210,104.6 +-3.5,0.86,6.880,128.8,-3.6,0.86,7.220,128.8 +-3.6,0.87,6.990,126.0,-3.7,0.87,7.300,126.2 +-4.6,0.87,7.180,108.7,-4.8,0.87,7.540,110.6 +-5.2,0.87,6.210,117.7,-5.4,0.87,6.540,117.9 +-5.8,0.87,6.700,120.6,-6.0,0.87,7.000,120.3 +-6.2,0.87,6.600,122.3,-6.4,0.87,6.790,121.9 +-6.7,0.87,7.090,120.6,-6.9,0.87,7.250,120.5 +-6.8,0.87,7.220,121.6,-7.0,0.87,7.370,121.7 +-7.2,0.87,7.410,118.4,-7.4,0.87,7.570,118.4 +-7.5,0.87,7.090,118.0,-7.6,0.87,7.240,117.9 +-7.8,0.87,6.920,120.0,-7.9,0.87,7.070,119.7 +-8.0,0.87,5.880,117.7,-8.2,0.87,6.040,117.2 +-8.4,0.87,5.150,105.6,-8.6,0.87,5.350,106.9 +-9.3,0.87,5.800,89.9,-9.5,0.87,5.950,91.6 +-9.5,0.87,6.100,94.1,-9.7,0.87,6.100,94.7 +-8.8,0.87,5.820,99.5,-9.0,0.87,5.880,99.3 +-7.7,0.87,5.210,99.4,-7.9,0.87,5.260,99.0 +-6.5,0.87,5.270,102.6,-6.7,0.87,5.320,102.5 +-5.6,0.87,5.790,108.1,-5.8,0.87,5.840,107.9 +-5.0,0.87,5.440,104.8,-5.2,0.87,5.490,105.0 +-4.5,0.87,5.570,105.7,-4.7,0.87,5.620,105.9 +-4.4,0.87,5.700,103.7,-4.6,0.87,5.750,104.1 +-4.4,0.87,5.970,99.0,-4.6,0.87,6.040,99.7 +-4.8,0.87,6.210,99.4,-4.9,0.87,6.260,100.7 +-5.3,0.87,6.250,99.0,-5.5,0.87,6.290,100.3 +-6.1,0.87,7.310,95.3,-6.2,0.87,7.530,96.6 +-6.4,0.87,5.930,110.3,-6.6,0.87,6.020,111.5 +-6.7,0.87,4.890,100.5,-6.8,0.87,5.020,102.8 +-6.9,0.87,4.610,108.2,-7.0,0.87,4.560,111.8 +-7.1,0.87,3.140,97.8,-7.2,0.87,3.180,103.1 +-7.7,0.87,4.560,80.5,-7.8,0.87,4.560,85.5 +-7.4,0.87,3.200,109.8,-7.5,0.87,3.070,111.1 +-7.6,0.87,2.730,94.6,-7.7,0.87,2.680,98.0 +-7.5,0.87,1.540,107.1,-7.5,0.87,1.750,108.4 +-7.5,0.87,0.460,155.4,-7.5,0.87,0.690,137.6 +-7.6,0.87,0.510,340.9,-7.6,0.87,0.340,3.2 +-7.6,0.87,1.730,321.9,-7.6,0.87,1.520,322.0 +-7.7,0.87,2.930,328.9,-7.6,0.87,2.780,327.2 +-7.5,0.87,3.310,323.4,-7.4,0.87,3.320,321.1 +-6.6,0.87,2.450,323.7,-6.8,0.87,2.510,323.7 +-5.2,0.87,3.230,324.2,-5.4,0.87,3.280,324.4 +-4.0,0.87,4.010,331.2,-4.2,0.87,4.060,331.1 +-3.1,0.87,4.550,328.1,-3.3,0.87,4.620,328.2 +-2.3,0.87,4.900,335.2,-2.5,0.87,4.960,334.9 +-1.9,0.87,4.740,332.2,-2.1,0.87,4.810,331.8 +-1.6,0.87,5.040,324.8,-1.8,0.87,5.120,324.8 +-1.8,0.87,4.580,335.9,-1.9,0.87,4.700,335.5 +-2.3,0.87,5.310,349.6,-2.4,0.87,5.380,348.4 +-2.6,0.87,5.190,348.2,-2.8,0.87,5.170,345.5 +-3.0,0.87,5.790,339.6,-3.2,0.87,5.910,337.5 +-3.3,0.87,5.990,327.4,-3.4,0.87,6.300,326.5 +-3.3,0.87,6.040,314.7,-3.4,0.87,6.260,315.9 +-3.2,0.87,5.970,303.4,-3.3,0.87,6.070,305.9 +-2.8,0.87,6.440,297.8,-2.8,0.87,6.570,300.5 +-3.3,0.87,6.570,269.8,-3.3,0.87,6.960,275.8 +-3.1,0.87,8.130,276.9,-3.1,0.87,8.640,279.1 +-2.9,0.87,8.900,283.9,-3.0,0.87,9.380,286.1 +-3.8,0.87,7.920,299.8,-3.6,0.87,8.620,305.8 +-3.4,0.87,8.810,308.4,-3.1,0.87,10.010,311.9 +-2.8,0.87,9.680,311.6,-2.4,0.87,10.950,314.7 +-2.0,0.87,10.050,312.4,-1.4,0.87,11.250,314.6 +-1.3,0.87,9.900,305.1,-0.6,0.87,10.780,306.4 +-2.8,0.87,6.940,300.1,-2.6,0.87,7.530,304.5 +-0.2,0.87,4.660,309.2,-0.2,0.87,5.460,314.2 +2.7,0.87,6.830,329.3,2.5,0.87,6.930,329.7 +4.2,0.87,7.120,328.9,4.0,0.87,7.220,329.2 +5.7,0.87,7.780,331.6,5.5,0.87,7.910,331.7 +7.2,0.87,8.430,326.9,7.0,0.87,8.580,327.0 +7.7,0.87,8.700,338.3,7.5,0.87,8.840,338.3 +8.0,0.87,7.370,338.1,7.8,0.87,7.560,338.2 +8.0,0.87,7.150,333.6,7.8,0.87,7.420,334.0 +8.0,0.87,7.330,324.4,7.9,0.87,7.720,325.5 +8.0,0.87,8.330,316.8,7.9,0.87,8.390,318.8 +6.5,0.87,7.930,318.1,7.2,0.87,8.060,322.7 +6.7,0.87,8.200,327.6,7.4,0.87,8.380,330.7 +6.4,0.87,7.830,332.6,7.0,0.87,7.830,335.7 +5.5,0.87,7.300,333.2,6.5,0.87,7.450,336.9 +5.2,0.87,7.070,333.2,6.2,0.87,7.120,337.1 +5.4,0.87,6.680,334.7,6.4,0.87,6.640,337.9 +5.0,0.87,6.610,336.1,6.0,0.87,6.650,338.6 +3.2,0.87,6.620,341.6,4.5,0.87,7.420,346.4 +3.4,0.87,8.030,353.0,4.4,0.87,8.730,356.5 +4.1,0.87,8.050,6.5,5.0,0.87,8.320,10.2 +3.6,0.88,7.610,9.9,4.3,0.88,7.810,13.4 +3.3,0.88,7.100,13.3,4.1,0.88,7.140,17.7 +3.0,0.88,6.770,17.2,3.7,0.88,6.830,21.7 +1.6,0.88,4.600,20.6,2.4,0.88,5.240,24.3 +2.5,0.88,2.140,7.3,2.6,0.88,2.860,14.2 +4.5,0.88,1.660,8.0,4.3,0.88,1.690,9.7 +6.3,0.88,1.900,36.0,6.2,0.88,1.940,36.4 +7.6,0.88,2.180,58.9,7.4,0.88,2.200,58.6 +8.2,0.88,1.660,76.9,8.1,0.88,1.670,76.7 +8.4,0.88,1.760,131.6,8.3,0.88,1.710,129.9 +8.4,0.88,2.130,135.7,8.2,0.88,2.120,135.8 +8.2,0.88,2.890,153.9,8.1,0.88,2.880,153.7 +8.1,0.88,3.570,149.6,8.0,0.88,3.630,149.8 +7.8,0.88,3.960,156.9,7.7,0.88,3.990,157.7 +7.4,0.88,4.720,171.8,7.2,0.88,4.590,172.3 +6.9,0.88,4.350,180.4,6.9,0.88,4.380,181.1 +6.5,0.88,4.930,195.0,6.7,0.88,5.200,194.1 +6.1,0.88,4.440,208.7,6.4,0.88,4.770,206.7 +5.5,0.88,4.260,195.4,5.8,0.88,4.640,193.8 +4.1,0.88,5.330,215.0,4.6,0.88,5.870,212.3 +3.9,0.88,6.730,217.5,4.4,0.88,7.380,215.2 +3.6,0.87,6.950,215.3,4.2,0.87,7.640,212.8 +3.4,0.87,7.360,212.1,4.0,0.87,8.190,211.2 +3.5,0.87,8.560,216.8,4.1,0.87,9.400,215.1 +3.4,0.87,8.460,222.1,4.0,0.87,9.690,219.7 +2.8,0.87,8.020,226.6,3.4,0.87,9.410,224.4 +2.3,0.87,7.130,232.3,2.8,0.87,8.600,229.0 +2.5,0.87,7.660,230.6,2.8,0.87,8.480,229.2 +4.3,0.87,6.160,232.1,4.2,0.87,6.830,231.3 +5.9,0.87,5.550,231.0,5.8,0.87,5.660,230.9 +7.8,0.87,7.610,227.2,7.6,0.87,7.740,227.2 +8.8,0.87,8.940,227.7,8.6,0.87,9.080,227.8 +9.4,0.87,8.630,232.1,9.2,0.87,8.770,232.1 +9.9,0.87,8.550,230.7,9.7,0.87,8.690,230.7 +10.2,0.87,8.490,228.3,10.0,0.87,8.660,228.5 +10.0,0.87,8.310,223.2,9.8,0.87,8.720,223.9 +9.6,0.87,9.990,227.3,9.5,0.87,10.440,228.1 +8.9,0.87,11.410,228.0,9.1,0.87,12.350,228.7 +8.6,0.87,12.470,227.0,8.9,0.87,13.500,228.0 +8.3,0.87,12.320,230.6,8.8,0.87,13.270,231.8 +8.0,0.87,12.260,228.8,8.6,0.87,13.190,230.0 +7.5,0.87,12.160,232.8,8.2,0.87,13.430,233.3 +6.7,0.87,10.380,238.8,7.3,0.87,11.570,238.2 +5.5,0.87,10.530,250.5,6.1,0.87,11.770,248.0 +5.4,0.87,10.610,246.2,6.0,0.87,11.840,244.5 +4.8,0.87,9.720,248.6,5.2,0.87,10.990,248.4 +3.5,0.87,8.510,257.3,3.8,0.87,9.400,261.2 +3.7,0.87,9.020,272.6,4.2,0.87,10.410,275.1 +2.8,0.87,9.900,281.1,3.2,0.87,10.620,282.3 +2.6,0.87,11.040,287.6,3.1,0.87,12.120,289.3 +1.8,0.87,9.630,296.2,2.3,0.87,9.560,300.5 +1.2,0.87,6.490,301.3,2.1,0.87,6.910,306.4 +3.6,0.87,4.670,313.2,3.8,0.87,5.880,322.3 +6.5,0.87,3.230,313.2,6.3,0.87,3.330,316.8 +10.0,0.87,3.520,339.3,9.8,0.87,3.600,339.8 +11.7,0.87,7.150,357.4,11.5,0.87,7.240,357.3 +11.5,0.87,5.910,2.9,11.3,0.87,5.990,3.4 +12.6,0.87,5.450,26.0,12.4,0.87,5.560,26.2 +12.7,0.87,5.330,34.6,12.5,0.87,5.420,34.6 +12.3,0.87,5.650,33.7,12.1,0.87,5.840,33.7 +11.7,0.87,6.680,30.0,11.7,0.87,7.260,30.7 +11.3,0.87,9.440,35.1,11.3,0.87,9.820,34.8 +11.3,0.87,9.540,36.9,11.3,0.87,9.860,37.9 +10.3,0.87,8.390,37.1,10.5,0.87,8.370,39.5 +9.3,0.87,7.930,43.0,9.6,0.87,8.190,46.8 +9.0,0.87,8.050,48.5,9.4,0.87,8.430,51.8 +7.5,0.87,5.940,53.4,8.1,0.87,6.530,58.9 +6.0,0.87,3.490,60.2,6.6,0.87,4.100,66.4 +5.7,0.87,2.210,68.0,6.3,0.87,2.760,74.4 +5.8,0.87,1.080,48.5,6.4,0.87,1.460,69.7 +5.3,0.87,0.280,55.6,5.9,0.87,0.210,89.0 +4.3,0.87,1.270,267.3,5.1,0.87,0.880,248.3 +3.6,0.87,2.730,269.4,4.4,0.87,2.310,262.5 +2.7,0.87,4.610,273.8,3.3,0.87,4.320,270.4 +3.1,0.87,4.930,273.2,3.9,0.87,5.040,270.5 +3.9,0.87,5.060,269.1,4.7,0.87,5.330,268.6 +4.0,0.87,4.450,258.0,4.9,0.87,5.460,259.5 +5.5,0.87,3.650,251.4,5.5,0.87,4.080,252.7 +7.4,0.87,4.250,248.6,7.2,0.87,4.320,249.6 +8.9,0.87,4.870,242.5,8.7,0.87,4.920,243.0 +10.1,0.87,4.700,242.2,10.0,0.87,4.760,241.9 +11.3,0.87,3.880,246.0,11.1,0.87,3.910,245.5 +12.2,0.87,3.500,234.6,12.0,0.87,3.560,234.4 +12.7,0.87,4.610,282.4,12.5,0.87,5.090,282.2 +11.9,0.87,4.610,309.6,11.8,0.87,4.720,308.3 +11.3,0.87,5.580,314.5,11.5,0.87,5.830,314.2 +9.1,0.87,14.310,20.4,9.3,0.87,15.440,23.6 +5.4,0.87,13.440,27.1,5.5,0.87,15.080,29.8 +3.6,0.87,11.600,26.9,3.7,0.87,13.010,27.8 +2.4,0.87,10.250,25.6,2.4,0.87,11.620,26.7 +1.6,0.87,10.110,27.3,1.6,0.87,11.380,28.7 +0.9,0.87,10.250,31.9,0.9,0.87,11.490,33.2 +0.1,0.87,9.470,29.6,0.1,0.87,10.560,31.3 +-0.6,0.87,9.660,31.3,-0.6,0.87,10.670,33.3 +-1.2,0.87,9.270,32.7,-1.3,0.87,10.240,34.8 +-1.9,0.87,8.090,33.3,-1.9,0.87,9.000,36.0 +-2.4,0.87,6.590,30.7,-2.5,0.87,7.420,33.4 +-2.8,0.87,5.580,29.8,-3.0,0.87,6.310,32.2 +-3.2,0.87,5.450,28.1,-3.3,0.87,6.140,31.8 +-2.8,0.87,3.300,41.5,-2.9,0.87,3.400,42.1 +-1.3,0.87,2.220,34.7,-1.4,0.87,2.240,34.9 +0.6,0.87,1.290,51.8,0.4,0.87,1.300,51.2 +2.4,0.87,0.410,88.3,2.2,0.87,0.400,83.9 +3.4,0.87,1.320,206.4,3.2,0.87,1.240,206.0 +4.3,0.87,1.960,212.3,4.1,0.87,1.870,212.6 +5.0,0.87,2.100,217.7,4.8,0.87,2.080,218.3 +5.8,0.87,2.680,218.3,5.6,0.87,2.710,218.5 +6.3,0.87,3.120,220.5,6.2,0.87,3.180,220.6 +6.4,0.87,3.320,208.6,6.2,0.87,3.360,209.1 +6.1,0.87,5.590,201.0,6.0,0.87,5.630,203.4 +5.7,0.87,5.840,197.4,5.7,0.87,5.900,201.9 +5.5,0.87,6.810,212.5,5.6,0.87,6.990,215.2 +4.5,0.87,6.680,209.6,5.0,0.87,6.860,211.7 +5.1,0.87,7.420,223.6,5.7,0.87,7.480,222.6 +3.8,0.87,6.060,229.4,4.3,0.87,6.740,227.5 +4.2,0.87,7.690,238.7,4.7,0.87,8.270,236.5 +3.1,0.87,4.510,240.3,3.5,0.87,5.090,241.1 +2.9,0.87,4.450,256.2,3.6,0.87,5.050,256.9 +3.6,0.87,5.650,258.7,4.1,0.87,5.960,256.7 +3.5,0.87,6.700,258.8,3.7,0.87,7.150,258.7 +3.6,0.87,8.310,263.5,4.0,0.87,9.270,263.8 +2.4,0.87,7.730,262.4,2.9,0.87,8.460,264.1 +1.3,0.87,7.620,265.1,1.6,0.87,8.550,268.4 +1.2,0.87,6.500,265.6,1.4,0.87,7.010,267.0 +2.3,0.87,4.510,253.0,2.2,0.87,4.650,254.7 +4.3,0.87,4.580,252.0,4.1,0.87,4.580,253.3 +6.3,0.87,5.150,248.5,6.1,0.87,5.140,249.5 +8.2,0.87,5.240,256.6,8.1,0.87,5.260,257.4 +10.0,0.87,5.320,254.6,9.8,0.87,5.340,255.5 +11.0,0.87,5.020,248.5,10.8,0.87,5.040,249.2 +11.9,0.87,4.940,254.9,11.7,0.87,4.980,255.4 +12.1,0.87,4.480,260.8,11.9,0.87,4.590,261.0 +12.0,0.87,4.950,264.2,11.9,0.87,5.360,263.7 +11.7,0.87,5.200,253.8,12.0,0.87,5.860,254.5 +11.6,0.87,4.650,236.2,12.0,0.87,4.850,238.2 +11.2,0.87,6.400,254.6,11.6,0.87,6.620,255.6 +10.0,0.87,6.010,263.2,10.5,0.87,6.580,263.6 +9.1,0.87,6.420,261.4,9.6,0.87,7.160,261.6 +8.0,0.87,6.760,259.7,8.7,0.87,7.490,259.3 +8.9,0.87,9.160,266.3,9.5,0.87,9.570,265.4 +7.3,0.87,6.830,263.9,8.0,0.87,7.450,262.1 +5.5,0.87,5.100,273.1,6.3,0.87,5.450,270.7 +6.0,0.87,5.920,285.0,6.4,0.87,6.050,285.0 +5.3,0.87,5.810,287.9,6.1,0.87,5.930,286.9 +4.2,0.87,4.840,298.2,5.3,0.87,4.840,299.1 +3.0,0.87,3.240,297.9,4.3,0.87,2.970,306.4 +4.0,0.87,4.350,304.3,5.2,0.87,4.250,310.7 +5.1,0.87,5.010,297.9,6.2,0.87,4.850,301.5 +6.4,0.87,4.860,291.9,7.6,0.87,5.360,294.5 +7.3,0.87,2.870,260.9,7.3,0.87,3.100,265.8 +10.2,0.87,4.280,263.7,10.1,0.87,4.230,266.3 +11.7,0.87,5.150,264.6,11.5,0.87,5.150,265.7 +13.0,0.87,6.260,266.0,12.8,0.87,6.280,266.7 +13.8,0.87,5.160,262.6,13.6,0.87,5.190,262.7 +14.0,0.87,5.940,260.1,13.8,0.87,5.990,260.2 +14.1,0.87,6.120,262.9,14.0,0.87,6.440,263.3 +14.9,0.87,7.160,256.3,15.0,0.87,7.820,256.0 +15.2,0.87,7.700,238.6,15.6,0.87,8.260,239.0 +13.9,0.87,10.310,240.5,14.3,0.87,11.250,241.4 +13.2,0.87,11.460,246.1,13.8,0.87,12.810,248.1 +11.5,0.87,11.710,254.2,12.1,0.87,13.210,255.7 +10.3,0.87,11.610,261.8,11.2,0.87,13.330,263.6 +9.8,0.87,12.800,266.6,10.9,0.87,14.540,267.9 +9.8,0.87,12.120,263.8,10.6,0.87,13.770,265.2 +9.3,0.87,12.560,266.6,10.2,0.87,14.030,267.9 +8.8,0.87,10.010,273.3,9.4,0.87,11.830,272.6 +8.1,0.87,10.870,273.4,9.0,0.87,12.530,273.3 +8.5,0.87,12.010,282.7,9.3,0.87,13.460,281.9 +5.9,0.87,8.680,295.3,6.8,0.87,10.300,290.5 +6.8,0.87,9.250,300.2,7.2,0.87,9.680,297.7 +6.0,0.87,7.990,298.6,6.3,0.87,8.480,294.9 +5.3,0.87,7.510,295.5,6.4,0.87,8.280,291.2 +6.4,0.87,4.540,293.4,6.7,0.87,5.730,289.3 +9.3,0.87,4.310,275.4,9.3,0.87,5.420,276.1 +12.5,0.87,6.060,270.4,12.3,0.87,6.150,270.9 +14.8,0.87,7.600,264.7,14.7,0.87,7.710,264.9 +16.5,0.87,7.580,261.4,16.3,0.87,7.700,261.6 +17.5,0.87,9.050,257.8,17.3,0.87,9.180,258.1 +17.5,0.87,9.440,254.1,17.4,0.87,9.680,254.4 +17.8,0.87,10.730,245.7,17.7,0.87,11.430,246.5 +17.6,0.87,12.000,240.8,17.6,0.87,12.690,242.2 +17.2,0.87,12.300,241.7,17.3,0.87,13.160,243.4 +16.2,0.87,12.000,247.6,16.3,0.87,12.840,249.2 +15.9,0.87,12.170,258.3,16.1,0.87,13.280,259.3 +16.4,0.87,13.760,260.2,16.6,0.87,14.650,261.2 +15.3,0.87,13.440,262.9,15.4,0.87,14.420,264.6 +14.5,0.87,13.270,264.3,14.5,0.87,14.220,266.1 +13.3,0.87,10.770,273.2,13.4,0.87,11.850,273.9 +12.6,0.87,11.040,273.6,12.7,0.87,12.100,275.0 +11.8,0.87,11.020,272.3,12.0,0.87,12.120,275.4 +11.1,0.87,9.730,285.8,11.3,0.87,10.840,288.4 +10.2,0.87,8.730,293.2,10.4,0.87,10.000,294.5 +9.6,0.87,8.470,311.5,10.0,0.87,9.490,316.9 +8.3,0.87,7.240,6.6,8.8,0.87,8.600,8.3 +5.1,0.87,6.370,17.1,4.9,0.87,7.920,14.0 +4.8,0.87,5.820,10.3,4.8,0.87,6.620,11.8 +6.4,0.87,4.630,11.2,6.3,0.87,4.770,12.2 +8.9,0.87,4.790,32.8,8.8,0.87,4.870,33.0 +10.3,0.87,5.020,43.9,10.1,0.87,5.080,43.8 +11.3,0.87,4.570,55.1,11.1,0.87,4.620,55.0 +12.1,0.87,4.010,65.7,11.9,0.87,4.060,65.6 +12.6,0.87,3.460,71.4,12.4,0.87,3.490,71.5 +12.8,0.87,3.950,90.6,12.6,0.87,3.970,90.1 +12.4,0.87,3.190,94.3,12.3,0.87,3.180,94.6 +12.2,0.87,2.980,94.5,12.0,0.87,3.020,96.7 +11.8,0.87,4.520,116.4,11.7,0.87,4.470,116.9 +10.7,0.87,6.110,127.1,10.6,0.87,6.230,127.3 +9.9,0.87,5.860,124.1,10.0,0.87,5.750,128.5 +9.6,0.87,6.140,129.4,9.9,0.87,5.840,133.4 +8.3,0.87,6.540,136.0,8.7,0.87,6.340,140.3 +8.3,0.87,6.680,146.6,8.8,0.87,6.480,148.9 +7.7,0.87,6.730,154.2,8.3,0.87,6.450,156.5 +6.9,0.87,6.670,160.2,7.5,0.87,7.010,163.4 +6.9,0.87,7.230,174.6,7.3,0.87,7.610,177.0 +6.0,0.87,6.680,175.1,6.5,0.87,7.530,179.1 +6.0,0.87,6.850,190.1,6.5,0.87,7.770,193.0 +5.1,0.87,4.980,202.1,5.7,0.87,5.810,202.9 +5.7,0.87,6.680,202.9,6.2,0.87,7.290,204.5 +6.0,0.87,6.980,205.3,6.5,0.87,7.490,205.9 +6.0,0.87,6.400,203.8,6.7,0.87,7.000,204.8 +6.8,0.87,4.110,196.8,7.0,0.87,5.120,196.3 +8.6,0.87,3.700,187.1,8.4,0.87,3.760,186.7 +11.0,0.87,4.510,187.4,10.9,0.87,4.580,187.3 +13.3,0.86,5.260,187.3,13.1,0.86,5.340,187.3 +14.8,0.86,6.850,181.3,14.7,0.86,6.960,181.4 +15.2,0.86,9.660,197.8,15.0,0.86,9.840,198.0 +10.3,0.86,5.870,205.0,10.1,0.86,5.990,204.3 +10.2,0.86,3.970,164.0,10.0,0.86,4.040,164.0 +10.4,0.86,5.940,159.3,10.2,0.86,6.380,160.8 +10.3,0.86,6.250,160.0,10.2,0.86,6.830,162.4 +10.6,0.86,6.120,176.3,10.6,0.86,7.010,175.8 +10.2,0.86,7.100,166.1,10.1,0.86,8.760,170.8 +10.5,0.86,6.640,179.2,10.5,0.86,8.010,178.7 +10.9,0.86,8.760,177.4,11.0,0.86,10.570,179.0 +10.9,0.86,10.460,180.8,11.0,0.86,12.050,181.4 +9.8,0.86,6.460,184.8,9.8,0.86,8.360,185.2 +11.4,0.86,14.720,199.8,11.4,0.86,15.540,199.7 +10.8,0.86,6.290,248.2,10.9,0.86,6.690,238.1 +10.8,0.86,5.050,224.6,10.7,0.86,5.710,218.7 +11.1,0.86,8.740,192.8,11.3,0.86,9.850,195.3 +9.8,0.86,7.450,213.7,9.9,0.86,8.470,214.1 +10.9,0.86,9.580,229.3,11.3,0.86,10.490,231.4 +11.7,0.86,7.750,240.6,11.9,0.86,8.520,241.1 +9.6,0.86,8.060,243.9,9.8,0.86,8.750,243.4 +11.6,0.86,9.990,255.0,11.9,0.86,11.060,254.1 +13.2,0.86,8.920,257.9,13.0,0.86,9.040,257.8 +14.4,0.86,8.970,250.4,14.2,0.86,9.110,250.4 +15.1,0.86,8.990,252.9,14.9,0.86,9.100,252.9 +15.7,0.86,8.160,253.2,15.5,0.86,8.290,252.9 +16.1,0.86,9.100,254.9,15.9,0.86,9.230,254.8 +16.3,0.86,9.150,260.4,16.1,0.86,9.280,260.2 +16.3,0.86,8.130,237.7,16.1,0.86,8.370,237.8 +16.1,0.86,6.860,234.8,16.0,0.86,7.440,236.2 +16.3,0.86,9.330,263.2,16.2,0.86,9.740,265.3 +15.8,0.86,6.730,262.9,15.7,0.86,7.400,268.3 +14.6,0.86,9.540,227.7,14.7,0.86,8.770,233.9 +13.7,0.86,9.140,248.6,13.8,0.86,9.550,252.0 +13.1,0.86,11.280,240.7,13.3,0.86,11.940,241.7 +12.4,0.86,10.930,245.4,12.7,0.86,11.780,246.7 +12.1,0.86,11.220,245.6,12.7,0.86,12.920,246.7 +9.8,0.86,7.590,239.7,10.2,0.86,8.750,241.5 +9.3,0.86,6.720,247.6,9.9,0.86,8.240,249.5 +10.6,0.86,8.480,242.8,11.1,0.86,9.980,244.6 +8.7,0.86,5.750,247.1,9.1,0.86,6.470,248.2 +9.6,0.86,5.920,237.1,10.0,0.86,6.680,237.9 +8.8,0.86,6.290,216.7,9.1,0.86,7.070,220.6 +8.4,0.86,8.010,214.2,8.9,0.86,8.720,215.9 +8.7,0.86,8.360,217.6,9.1,0.86,9.370,219.4 +13.7,0.86,11.090,231.6,13.6,0.86,11.850,231.0 +14.5,0.86,10.040,226.8,14.3,0.86,10.370,227.4 +15.5,0.86,12.850,223.7,15.3,0.86,13.100,223.7 +15.8,0.86,12.730,225.4,15.6,0.86,12.980,225.4 +16.2,0.86,13.190,223.4,16.0,0.86,13.440,223.4 +16.1,0.86,13.500,233.2,15.9,0.86,13.760,233.1 +15.8,0.86,14.220,224.3,15.6,0.86,14.470,224.3 +15.5,0.86,15.240,222.6,15.3,0.86,15.580,222.6 +15.0,0.86,14.310,214.6,14.9,0.86,14.680,214.9 +14.3,0.86,9.750,202.0,14.3,0.86,10.230,203.7 +14.1,0.86,11.440,209.5,14.1,0.86,12.200,211.6 +13.7,0.86,12.420,225.1,13.7,0.86,13.250,227.2 +13.4,0.86,10.670,232.5,13.4,0.86,11.160,234.7 +12.5,0.86,11.340,248.6,12.5,0.86,12.610,251.4 +10.7,0.86,9.740,268.3,10.7,0.86,10.330,269.3 +10.2,0.86,10.460,269.9,10.2,0.86,11.950,272.9 +9.2,0.86,10.810,280.7,9.1,0.86,11.630,281.4 +7.5,0.86,11.830,284.3,7.5,0.86,12.510,286.6 +6.7,0.86,12.460,282.6,6.7,0.86,13.180,283.4 +6.5,0.85,9.550,277.1,6.6,0.85,10.060,278.5 +5.8,0.85,9.540,266.5,6.0,0.85,10.330,268.8 +5.9,0.85,9.980,256.3,6.0,0.85,10.630,259.4 +5.0,0.85,10.550,255.2,5.1,0.85,11.400,256.8 +4.5,0.85,10.010,256.6,4.3,0.85,10.220,256.6 +4.5,0.85,9.650,258.4,4.3,0.85,9.750,258.5 +5.1,0.85,9.820,269.3,4.9,0.85,9.970,269.4 +5.5,0.85,10.560,268.9,5.3,0.85,10.720,268.8 +5.9,0.85,12.970,254.2,5.6,0.85,13.160,254.0 +6.1,0.85,13.510,263.1,5.9,0.85,13.730,263.0 +5.7,0.85,11.580,251.5,5.5,0.85,11.840,251.5 +5.2,0.85,9.790,251.3,5.0,0.85,9.990,251.6 +5.5,0.85,15.460,272.7,5.3,0.85,15.710,272.6 +4.3,0.85,15.010,270.7,4.2,0.85,15.620,270.9 +3.3,0.85,13.010,266.5,3.2,0.85,13.610,267.1 +-0.8,0.85,19.590,280.8,-1.1,0.85,20.410,281.6 +-1.5,0.85,9.720,338.6,-1.6,0.85,10.010,339.1 +-1.7,0.85,13.730,356.4,-1.9,0.85,14.220,356.4 +-1.7,0.86,10.810,339.9,-1.9,0.86,11.350,340.6 +-1.8,0.86,10.120,343.3,-1.9,0.86,10.810,344.3 +-1.8,0.86,8.670,320.6,-1.8,0.86,9.240,322.3 +-2.1,0.86,8.140,308.3,-2.1,0.86,8.600,311.0 +-1.6,0.86,10.600,331.1,-1.7,0.86,11.380,332.9 +-1.9,0.86,9.870,332.8,-2.0,0.86,10.710,334.7 +-2.2,0.86,9.640,325.2,-2.3,0.86,10.520,326.4 +-2.4,0.86,9.020,322.5,-2.5,0.86,9.740,324.1 +-2.8,0.86,7.800,320.2,-2.8,0.86,8.710,323.5 +-2.8,0.86,7.510,322.1,-2.7,0.86,8.450,325.9 +-2.1,0.86,5.490,321.9,-2.3,0.86,6.030,323.7 +-0.5,0.86,6.930,325.4,-0.7,0.86,7.080,325.4 +0.3,0.86,6.870,297.3,0.0,0.86,6.980,297.7 +1.0,0.86,7.970,283.7,0.7,0.86,8.110,283.7 +1.9,0.86,9.560,280.3,1.7,0.86,9.720,280.3 +2.5,0.86,9.750,278.5,2.3,0.86,9.890,278.7 +3.3,0.86,10.190,279.2,3.1,0.86,10.340,279.4 +3.7,0.86,10.010,279.5,3.5,0.86,10.180,279.6 +4.1,0.86,7.550,280.1,3.9,0.86,7.930,280.1 +4.5,0.86,7.630,267.6,4.5,0.86,8.280,268.4 +5.1,0.86,8.440,255.7,5.0,0.86,8.710,257.5 +4.6,0.86,10.290,249.8,4.6,0.86,10.860,254.9 +3.7,0.86,11.630,249.5,3.8,0.86,12.540,253.8 +2.7,0.86,12.130,260.1,2.9,0.86,13.280,262.6 +2.5,0.86,13.730,271.5,2.5,0.86,14.830,272.6 +2.0,0.86,11.310,274.6,2.0,0.86,11.740,276.4 +1.3,0.86,11.110,277.1,1.5,0.86,11.830,280.9 +1.2,0.87,10.450,283.9,1.4,0.87,11.240,287.4 +1.0,0.87,8.970,278.7,1.2,0.87,9.920,282.6 +1.3,0.86,9.630,280.3,1.5,0.86,10.420,284.5 +1.6,0.87,10.180,282.8,1.9,0.87,10.800,286.4 +1.1,0.87,9.870,282.6,1.5,0.87,10.610,286.4 +1.4,0.87,10.130,286.6,1.9,0.87,10.950,290.5 +1.3,0.87,9.390,287.5,1.8,0.87,10.220,291.5 +1.7,0.87,7.960,297.9,1.7,0.87,8.500,299.1 +3.4,0.87,6.340,296.6,3.3,0.87,6.580,297.9 +6.0,0.87,5.990,294.4,5.9,0.87,6.040,295.2 +7.8,0.87,5.530,296.7,7.6,0.87,5.590,297.6 +9.3,0.87,5.040,289.1,9.1,0.87,5.070,290.1 +10.3,0.87,4.150,293.5,10.1,0.87,4.190,294.9 +10.9,0.87,3.420,295.2,10.7,0.87,3.440,296.7 +11.3,0.87,2.990,298.1,11.1,0.87,3.020,299.4 +10.8,0.87,4.980,275.2,10.6,0.87,5.030,275.7 +10.8,0.87,4.300,281.3,10.6,0.87,4.290,282.0 +10.4,0.87,3.880,307.1,10.3,0.87,3.950,307.7 +9.4,0.87,3.610,12.0,9.5,0.87,3.540,17.9 +8.4,0.87,3.360,68.3,8.5,0.87,3.550,70.6 +7.1,0.87,2.600,88.9,7.5,0.87,2.930,91.0 +5.5,0.87,4.460,88.7,5.7,0.87,4.860,89.9 +3.8,0.87,10.730,123.6,3.6,0.87,11.600,125.0 +1.7,0.87,9.610,142.4,1.7,0.87,11.440,137.5 +0.5,0.87,9.890,138.5,0.6,0.87,11.120,137.9 +-0.2,0.87,8.800,146.1,-0.2,0.87,10.130,145.9 +-1.0,0.87,7.070,153.7,-1.1,0.87,8.190,153.7 +-1.6,0.87,5.900,153.0,-1.6,0.87,6.630,156.6 +-2.0,0.87,4.250,154.6,-2.2,0.87,5.270,155.7 +-2.4,0.87,7.430,168.1,-2.5,0.87,8.010,168.0 +-2.5,0.87,5.540,181.1,-2.6,0.87,6.100,180.5 +-2.0,0.87,4.510,200.9,-2.1,0.87,5.250,199.0 +0.2,0.87,4.090,205.2,0.0,0.87,4.240,205.4 +3.1,0.87,4.160,205.7,2.9,0.87,4.230,206.3 +6.1,0.87,5.820,214.7,5.9,0.87,5.890,215.1 +8.8,0.87,6.530,221.8,8.6,0.87,6.620,222.1 +11.8,0.87,9.030,241.6,11.6,0.87,9.200,241.6 +12.3,0.87,9.820,247.3,12.1,0.87,9.970,247.3 +12.8,0.87,8.960,251.4,12.6,0.87,9.150,251.5 +12.8,0.87,7.440,249.4,12.7,0.87,7.830,249.1 +13.3,0.87,8.230,252.7,13.1,0.87,8.680,252.5 +12.6,0.87,8.280,240.0,12.5,0.87,8.750,242.3 +11.9,0.87,9.970,245.8,11.9,0.87,10.430,247.5 +10.6,0.87,9.090,260.6,10.8,0.87,10.680,263.3 +7.8,0.87,5.840,285.9,8.1,0.87,7.270,277.5 +8.9,0.87,9.660,274.6,9.4,0.87,10.170,279.5 +7.9,0.87,8.310,316.4,8.4,0.87,8.570,317.6 +7.4,0.87,5.560,347.0,7.9,0.87,5.420,353.4 +6.8,0.87,8.920,10.7,7.9,0.87,9.560,16.0 +6.1,0.87,9.250,16.2,6.9,0.87,10.380,22.2 +5.0,0.87,10.080,15.3,5.9,0.87,11.110,20.0 +6.0,0.87,10.870,17.4,6.8,0.87,11.260,21.4 +5.1,0.87,8.680,14.0,6.1,0.87,8.720,22.1 +5.0,0.87,9.220,19.5,5.8,0.87,9.270,26.3 +3.9,0.87,9.040,14.7,4.5,0.87,9.210,19.3 +3.0,0.87,5.720,18.5,3.1,0.87,6.320,20.1 +4.5,0.87,3.100,34.3,4.3,0.87,3.200,34.8 +6.4,0.87,3.650,53.7,6.2,0.87,3.710,53.8 +8.2,0.87,4.020,65.2,8.0,0.87,4.080,65.4 +9.6,0.87,3.400,86.7,9.4,0.87,3.460,86.1 +10.5,0.87,3.440,109.9,10.3,0.87,3.460,108.9 +11.0,0.87,3.330,131.3,10.8,0.87,3.340,130.7 +11.3,0.87,2.770,155.0,11.1,0.87,2.790,154.8 +11.4,0.87,2.580,145.4,11.2,0.87,2.620,145.8 +11.4,0.87,2.600,167.9,11.2,0.87,2.700,168.5 +11.2,0.87,3.750,187.0,11.1,0.87,3.860,188.8 +11.1,0.87,3.160,180.2,11.0,0.87,3.260,181.8 +10.5,0.87,2.800,181.3,10.7,0.87,3.060,180.3 +10.1,0.87,3.020,187.8,10.3,0.87,3.400,186.3 +8.8,0.87,4.260,200.6,9.2,0.87,4.760,198.4 +8.3,0.87,6.700,199.1,8.7,0.87,7.360,197.7 +8.4,0.87,8.220,199.5,8.7,0.87,9.070,198.4 +7.4,0.87,8.540,206.1,8.0,0.87,9.680,202.3 +6.5,0.87,8.430,201.8,7.1,0.87,9.770,199.1 +6.3,0.87,9.180,204.9,7.1,0.87,10.530,201.9 +6.1,0.87,8.480,207.1,6.9,0.87,9.460,205.3 +5.0,0.87,7.980,208.9,5.7,0.87,9.000,207.3 +4.7,0.87,8.080,212.3,5.4,0.87,9.280,209.8 +4.1,0.87,7.100,217.2,4.6,0.87,8.060,213.7 +3.8,0.87,6.280,215.2,4.1,0.87,7.030,213.1 +5.8,0.87,4.650,215.5,5.7,0.87,5.130,214.6 +7.9,0.87,5.680,205.5,7.7,0.87,5.810,205.5 +10.1,0.87,8.350,203.3,9.9,0.87,8.480,203.3 +10.8,0.87,8.890,199.5,10.6,0.87,9.020,199.6 +11.5,0.87,9.550,202.5,11.3,0.87,9.690,202.6 +12.0,0.87,8.810,203.2,11.8,0.87,8.950,203.3 +12.5,0.86,7.830,208.5,12.3,0.86,8.000,208.6 +12.6,0.86,8.700,201.5,12.4,0.86,9.000,201.9 +12.4,0.86,8.160,206.1,12.3,0.86,8.660,206.8 +11.8,0.86,9.790,205.1,11.7,0.86,10.620,205.7 +11.3,0.86,10.360,206.9,11.2,0.86,11.140,207.4 +11.1,0.86,10.870,213.1,11.0,0.86,11.600,213.0 +10.6,0.86,9.310,215.2,10.5,0.86,10.100,215.9 +10.7,0.86,10.830,220.5,10.6,0.86,11.720,220.6 +10.9,0.86,10.240,234.1,10.9,0.86,11.030,233.3 +10.9,0.86,10.010,241.8,10.9,0.86,10.930,240.3 +10.8,0.86,10.420,251.3,10.8,0.86,11.300,251.1 +10.1,0.86,11.890,264.1,10.2,0.86,12.630,265.5 +9.6,0.86,10.530,264.9,9.8,0.86,11.090,267.8 +8.2,0.86,9.320,276.0,8.5,0.86,10.260,278.8 +7.3,0.86,10.110,296.2,7.4,0.86,10.990,297.7 +5.5,0.86,9.830,345.9,5.9,0.86,11.030,351.8 +4.7,0.86,8.490,2.0,4.8,0.86,10.250,5.2 +5.5,0.86,8.980,15.7,5.4,0.86,9.830,16.6 +6.7,0.86,7.640,15.1,6.5,0.86,7.770,15.4 +8.2,0.86,7.930,7.7,8.0,0.86,8.030,7.9 +9.6,0.86,7.320,11.4,9.4,0.86,7.410,11.6 +11.0,0.86,5.960,17.3,10.8,0.86,6.050,17.5 +12.1,0.86,5.010,24.0,11.9,0.86,5.090,24.1 +12.8,0.86,4.600,21.9,12.6,0.86,4.660,21.9 +13.1,0.86,3.810,25.6,12.9,0.86,3.860,25.6 +13.1,0.86,3.040,36.7,12.9,0.86,3.080,36.6 +12.8,0.86,2.820,48.8,12.7,0.86,2.850,48.3 +12.5,0.86,2.890,64.4,12.4,0.86,2.850,64.5 +11.8,0.86,2.680,91.0,11.8,0.86,2.920,92.0 +10.8,0.86,2.050,109.9,10.9,0.86,2.420,110.6 +10.0,0.86,1.630,170.3,10.3,0.86,1.880,160.8 +9.7,0.86,2.610,188.1,10.0,0.86,2.900,183.1 +9.3,0.86,3.410,186.2,9.8,0.86,3.840,185.8 +9.0,0.86,4.120,185.2,9.5,0.86,4.680,185.4 +7.7,0.86,4.590,195.4,8.3,0.86,5.160,193.5 +7.2,0.86,5.740,219.7,7.8,0.86,6.120,215.9 +6.7,0.86,4.900,223.5,7.4,0.86,5.580,220.8 +7.3,0.86,7.380,235.6,7.8,0.86,8.090,235.7 +7.6,0.86,9.990,251.1,8.1,0.86,11.310,253.4 +7.0,0.86,11.150,249.6,7.3,0.86,12.160,251.8 +5.5,0.86,9.260,253.5,6.3,0.86,10.950,254.4 +4.1,0.86,7.380,269.8,4.2,0.86,8.050,269.7 +5.7,0.86,5.570,268.4,5.5,0.86,5.600,268.8 +6.7,0.86,4.330,275.3,6.5,0.86,4.340,275.9 +8.7,0.86,3.170,286.9,8.5,0.86,3.190,287.5 +10.4,0.86,2.020,319.0,10.2,0.86,2.040,319.0 +11.7,0.86,1.480,1.9,11.5,0.86,1.490,1.3 +12.6,0.86,1.020,11.1,12.4,0.86,1.040,11.2 +13.1,0.86,1.490,124.7,12.9,0.86,1.470,124.2 +13.0,0.86,1.330,161.9,12.8,0.86,1.300,160.3 +12.9,0.86,1.340,131.6,12.8,0.86,1.300,136.4 +13.2,0.86,0.760,141.4,13.1,0.86,0.740,152.8 +13.1,0.86,0.560,102.0,13.1,0.86,0.430,111.4 +12.3,0.86,0.950,108.0,12.6,0.86,0.880,110.8 +11.8,0.86,0.540,122.4,12.2,0.86,0.820,125.5 +10.0,0.86,1.530,296.9,10.7,0.86,1.190,284.7 +9.3,0.86,1.030,311.3,9.7,0.86,1.110,297.2 +8.7,0.86,0.470,255.8,9.4,0.86,0.540,252.6 +7.4,0.86,1.740,189.5,8.2,0.86,1.890,184.4 +6.8,0.86,3.580,202.9,7.7,0.86,3.920,198.7 +7.5,0.86,3.760,220.7,8.6,0.86,4.120,212.5 +7.0,0.86,3.700,204.3,7.8,0.86,4.160,198.9 +6.8,0.86,3.990,210.5,7.9,0.86,4.560,204.0 +6.3,0.86,3.850,232.2,7.5,0.86,4.310,225.7 +5.8,0.86,3.330,235.7,6.9,0.86,3.800,232.5 +5.4,0.86,3.760,223.1,6.6,0.86,4.400,221.7 +7.0,0.86,3.340,225.5,8.2,0.86,4.480,225.1 +8.9,0.86,2.640,215.7,9.2,0.86,3.460,219.0 +11.6,0.86,2.750,240.6,11.5,0.86,2.870,239.5 +13.7,0.86,4.290,232.9,13.5,0.86,4.370,232.8 +15.2,0.86,4.570,244.2,15.0,0.86,4.620,244.3 +15.8,0.86,4.700,240.6,15.6,0.86,4.770,240.0 +16.9,0.86,3.520,252.0,16.7,0.86,3.540,251.1 +17.2,0.86,7.650,251.1,17.0,0.86,7.790,251.1 +17.1,0.86,6.280,247.4,16.9,0.86,6.650,248.5 +16.4,0.86,10.060,234.1,16.4,0.86,10.290,235.5 +16.3,0.86,10.370,245.4,16.4,0.86,10.610,246.8 +15.6,0.86,12.070,260.1,16.0,0.86,13.140,262.3 +14.6,0.86,14.360,273.6,14.8,0.86,15.230,275.4 +13.8,0.86,13.020,270.5,14.1,0.86,14.140,273.1 +12.8,0.86,10.980,268.5,13.2,0.86,12.150,270.9 +11.8,0.86,12.780,268.9,12.1,0.86,14.020,272.3 +10.9,0.86,13.000,292.7,11.2,0.86,14.190,293.7 +9.3,0.86,11.030,316.3,9.5,0.86,11.800,319.6 +8.2,0.86,11.280,326.1,8.5,0.86,12.390,332.0 +7.5,0.86,10.740,333.3,7.6,0.86,12.040,337.3 +6.3,0.86,13.440,349.1,6.3,0.86,14.580,350.6 +5.6,0.86,13.560,353.5,5.6,0.86,14.720,354.9 +4.9,0.86,10.960,349.7,4.8,0.86,12.000,350.6 +5.6,0.86,12.030,5.5,5.4,0.86,12.650,5.8 +6.5,0.86,11.720,7.0,6.3,0.86,11.950,7.1 +7.7,0.87,11.460,11.1,7.5,0.87,11.680,11.1 +8.6,0.87,10.630,10.8,8.3,0.87,10.820,10.8 +9.4,0.87,10.010,13.2,9.2,0.87,10.180,13.3 +10.1,0.87,8.310,19.6,9.9,0.87,8.460,19.7 +10.5,0.87,8.370,24.5,10.3,0.87,8.520,24.4 +10.6,0.87,7.520,26.9,10.3,0.87,7.660,26.9 +10.4,0.87,6.950,33.1,10.2,0.87,7.080,33.1 +9.9,0.87,6.770,41.8,9.8,0.87,7.040,41.5 +9.4,0.87,8.490,38.9,9.2,0.87,8.490,39.5 +8.7,0.87,8.730,54.0,8.6,0.87,8.790,54.1 +8.2,0.87,8.740,66.8,8.1,0.87,8.750,67.5 +7.9,0.87,9.030,75.2,7.8,0.87,9.010,75.4 +7.4,0.87,8.150,77.3,7.4,0.87,8.130,79.3 +6.6,0.87,8.130,80.2,6.8,0.87,8.450,82.8 +5.9,0.87,8.000,89.2,6.2,0.87,8.960,90.8 +5.4,0.87,9.010,98.6,5.7,0.87,10.210,99.8 +5.0,0.87,9.490,107.1,5.4,0.87,10.550,108.5 +4.6,0.87,10.480,115.1,4.9,0.87,11.070,116.5 +4.2,0.87,10.520,118.3,4.4,0.87,10.930,118.5 +3.3,0.87,11.030,125.7,3.7,0.87,11.990,125.2 +2.6,0.87,9.430,133.5,3.0,0.87,10.460,133.1 +1.7,0.87,8.390,139.9,2.0,0.87,9.510,139.0 +2.2,0.87,4.960,135.2,2.1,0.87,5.870,137.2 +3.8,0.87,4.850,147.7,3.6,0.87,4.950,147.8 +5.4,0.87,6.060,142.9,5.2,0.87,6.140,143.1 +6.7,0.87,6.780,149.9,6.5,0.87,6.880,150.0 +7.9,0.87,7.040,153.5,7.7,0.87,7.150,153.6 +8.9,0.87,8.090,156.2,8.7,0.87,8.220,156.3 +9.8,0.87,9.150,159.6,9.6,0.87,9.290,159.7 +10.2,0.87,9.260,161.2,10.0,0.87,9.430,161.3 +10.0,0.86,9.930,157.4,9.8,0.86,10.140,157.7 +9.5,0.86,8.770,150.5,9.4,0.86,9.210,151.3 +8.9,0.86,9.760,151.2,8.8,0.86,10.330,151.8 +8.0,0.86,8.890,141.7,7.9,0.86,9.490,143.0 +7.0,0.86,9.360,138.6,6.9,0.86,9.990,139.6 +6.1,0.86,9.220,135.2,6.0,0.86,9.890,136.6 +5.4,0.86,8.320,133.8,5.3,0.86,9.050,136.5 +4.9,0.86,7.870,138.4,4.8,0.86,8.560,141.8 +5.3,0.86,9.480,151.9,5.4,0.86,10.640,155.7 +5.3,0.86,9.370,155.3,5.3,0.86,10.780,157.8 +5.4,0.86,11.500,159.5,5.4,0.86,12.750,160.8 +5.1,0.86,11.080,149.9,5.1,0.86,12.100,151.4 +4.6,0.86,9.910,149.0,4.5,0.86,10.910,150.7 +4.2,0.86,9.060,147.8,4.2,0.86,9.990,150.3 +4.0,0.86,9.660,147.5,4.0,0.86,10.630,150.5 +3.7,0.86,8.160,148.3,3.7,0.86,9.140,152.1 +5.5,0.86,6.640,165.8,5.4,0.86,7.370,168.2 +6.4,0.86,7.190,177.1,6.2,0.86,7.620,178.0 +8.3,0.86,7.520,199.3,8.1,0.86,7.700,199.2 +11.4,0.86,9.540,188.7,11.2,0.86,9.680,188.9 +13.9,0.85,11.940,203.6,13.7,0.85,12.130,203.6 +15.3,0.85,14.190,215.8,15.1,0.85,14.440,215.8 +16.2,0.85,17.360,224.2,16.0,0.85,17.700,224.0 +16.4,0.85,18.270,229.7,16.2,0.85,18.660,229.6 +15.0,0.85,18.210,240.8,14.8,0.85,18.600,240.8 +13.3,0.85,17.180,243.0,13.2,0.85,17.870,242.9 +12.0,0.85,15.430,230.6,11.9,0.85,16.240,231.1 +9.8,0.85,13.510,250.4,9.7,0.85,14.370,251.1 +8.5,0.85,14.590,251.6,8.4,0.85,15.390,252.1 +6.8,0.85,10.740,270.4,6.6,0.85,11.480,271.0 +5.5,0.85,13.920,272.6,5.4,0.85,14.740,273.4 +4.9,0.86,14.730,268.2,4.8,0.86,15.670,269.0 +3.8,0.86,11.210,268.5,3.7,0.86,12.070,269.4 +2.8,0.86,10.410,251.9,2.7,0.86,11.190,255.1 +2.0,0.86,11.130,258.7,2.0,0.86,12.110,262.3 +1.6,0.86,10.500,259.4,1.5,0.86,11.390,261.5 +1.2,0.86,12.880,262.4,1.1,0.86,13.820,264.4 +1.0,0.86,12.720,264.6,1.0,0.86,13.780,266.7 +0.9,0.86,14.570,269.3,0.8,0.86,15.560,270.2 +0.6,0.86,12.490,266.2,0.5,0.86,13.460,267.7 +1.5,0.86,10.750,274.7,1.3,0.86,11.110,275.1 +3.0,0.86,11.890,285.5,2.8,0.86,12.140,285.7 +4.2,0.86,11.570,282.3,4.0,0.86,11.760,282.5 +5.5,0.86,10.380,282.6,5.3,0.86,10.560,282.8 +6.6,0.86,10.080,281.1,6.4,0.86,10.240,281.4 +7.3,0.86,9.680,273.7,7.1,0.86,9.820,274.0 +7.9,0.86,9.750,273.1,7.7,0.86,9.890,273.3 +8.1,0.86,8.650,266.7,7.9,0.86,8.780,266.9 +8.1,0.86,8.250,274.9,7.9,0.86,8.390,275.0 +7.9,0.86,7.010,288.3,7.8,0.86,7.420,287.9 +7.6,0.86,4.900,272.6,7.7,0.86,5.300,273.5 +7.8,0.86,4.730,280.0,7.8,0.86,4.890,279.4 +6.0,0.86,0.940,63.2,6.2,0.86,0.690,36.2 +7.0,0.86,0.300,42.3,7.0,0.86,0.350,13.5 +7.1,0.86,1.230,2.5,7.2,0.86,1.200,9.4 +4.7,0.86,1.410,116.5,5.1,0.86,1.300,112.5 +4.1,0.86,2.950,37.7,4.5,0.86,2.690,43.2 +4.4,0.86,3.140,50.2,4.8,0.86,3.360,51.3 +3.3,0.86,5.640,80.9,3.8,0.86,5.980,83.0 +2.8,0.86,9.380,102.0,2.8,0.86,10.170,104.6 +0.2,0.86,9.540,91.2,0.3,0.86,10.150,94.5 +-1.0,0.86,9.090,96.2,-0.8,0.86,10.100,98.0 +-1.8,0.86,9.150,97.1,-1.7,0.86,10.160,98.9 +-2.2,0.86,10.080,97.0,-2.2,0.86,10.930,98.3 +-1.8,0.86,9.310,99.1,-2.0,0.86,9.580,99.6 +-0.4,0.86,8.530,98.7,-0.6,0.86,8.640,98.9 +0.9,0.86,8.170,103.9,0.7,0.86,8.270,104.0 +2.6,0.86,7.480,108.1,2.4,0.86,7.580,108.6 +4.0,0.86,7.310,116.0,3.8,0.86,7.400,116.2 +5.5,0.86,7.130,120.9,5.3,0.86,7.230,121.2 +6.5,0.86,7.520,128.6,6.3,0.86,7.630,128.7 +7.2,0.86,7.800,123.2,7.0,0.86,7.930,123.6 +7.4,0.86,8.560,127.4,7.2,0.86,8.710,127.7 +6.8,0.86,9.360,118.8,6.6,0.86,9.730,119.2 +5.7,0.86,10.240,117.2,5.5,0.86,10.890,117.4 +4.5,0.86,10.420,109.5,4.4,0.86,11.120,111.0 +3.2,0.86,8.740,98.3,3.2,0.86,9.160,100.5 +2.4,0.86,10.270,98.5,2.4,0.86,10.800,99.7 +1.6,0.86,10.050,96.0,1.6,0.86,10.740,97.7 +0.8,0.86,9.410,99.5,0.7,0.86,9.960,101.1 +1.2,0.86,7.430,100.2,1.0,0.86,7.860,102.1 +1.7,0.86,9.130,104.6,1.6,0.86,9.560,105.9 +0.8,0.86,7.380,101.2,0.7,0.86,8.090,105.3 +-0.2,0.86,5.340,83.3,-0.2,0.86,5.600,88.9 +-1.6,0.86,5.740,43.0,-1.7,0.86,5.780,44.4 +-1.9,0.86,4.200,11.1,-2.1,0.86,4.480,13.1 +-2.4,0.86,4.800,13.8,-2.6,0.86,5.050,15.1 +-2.4,0.86,4.260,22.8,-2.6,0.86,4.670,23.8 +-2.2,0.86,4.990,26.9,-2.4,0.86,5.220,27.3 +-1.6,0.86,5.900,12.1,-1.8,0.86,5.980,12.4 +-1.4,0.86,7.040,11.7,-1.6,0.86,7.110,11.9 +-0.6,0.86,7.790,10.2,-0.8,0.86,7.890,10.2 +-0.2,0.86,8.790,8.1,-0.4,0.86,8.900,8.2 +0.7,0.86,7.700,7.7,0.5,0.86,7.840,7.6 +1.2,0.86,7.680,6.6,1.0,0.86,7.800,6.5 +1.5,0.86,6.960,8.3,1.3,0.86,7.070,8.1 +1.8,0.86,6.030,359.8,1.6,0.86,6.140,359.7 +1.8,0.86,5.400,6.5,1.6,0.86,5.590,5.6 +1.7,0.86,4.580,0.3,1.6,0.86,4.800,359.5 +1.5,0.86,2.910,354.4,1.5,0.86,3.210,354.7 +1.3,0.86,2.930,330.6,1.6,0.86,3.240,333.2 +0.8,0.86,2.340,296.0,1.2,0.86,2.620,301.3 +1.1,0.86,2.950,296.8,1.4,0.86,3.240,297.5 +0.8,0.86,3.460,294.7,1.2,0.86,3.660,296.2 +0.7,0.86,3.740,288.0,1.0,0.86,3.930,289.3 +-0.2,0.86,4.220,281.7,0.3,0.86,4.520,284.4 +0.4,0.86,4.530,288.3,0.9,0.86,4.910,288.2 +-0.1,0.86,4.850,278.7,0.4,0.86,5.200,278.4 +-0.1,0.86,4.210,273.8,0.3,0.86,4.620,274.0 +-0.1,0.86,4.140,271.6,0.1,0.86,4.400,269.4 +-0.4,0.86,3.960,271.4,-0.1,0.86,4.300,273.9 +-0.8,0.86,4.960,280.6,-0.6,0.86,5.090,283.5 +-1.2,0.86,4.210,276.4,-1.0,0.86,4.660,278.0 +0.4,0.86,2.940,271.5,0.3,0.86,3.030,271.4 +2.9,0.86,2.590,272.1,2.8,0.86,2.600,273.1 +5.0,0.86,2.820,259.3,4.8,0.86,2.840,260.8 +6.4,0.86,3.590,252.0,6.2,0.86,3.600,252.9 +7.1,0.86,3.920,239.1,6.9,0.86,3.940,239.7 +7.6,0.86,4.800,240.1,7.4,0.86,4.820,240.4 +8.1,0.86,4.160,245.5,7.9,0.86,4.220,245.8 +8.4,0.86,4.080,249.1,8.2,0.86,4.220,249.4 +8.5,0.86,4.110,259.8,8.4,0.86,4.320,259.9 +8.4,0.86,2.340,239.7,8.4,0.86,2.420,244.8 +7.5,0.86,2.720,192.3,7.8,0.86,2.930,194.3 +6.0,0.86,4.770,237.2,6.3,0.86,4.900,238.3 +7.0,0.86,5.780,254.2,7.4,0.86,6.320,253.4 +6.3,0.86,4.630,250.2,6.6,0.86,5.120,248.7 +5.7,0.86,3.790,261.5,5.8,0.86,4.300,261.0 +5.0,0.86,3.880,277.8,5.1,0.86,4.250,278.6 +4.2,0.86,3.790,288.4,4.3,0.86,4.210,288.6 +3.3,0.86,4.150,293.3,3.6,0.86,4.380,294.6 +1.7,0.86,2.860,309.1,2.5,0.86,2.910,311.8 +1.2,0.86,2.150,3.0,2.2,0.86,2.230,7.3 +1.6,0.86,2.110,14.3,2.6,0.86,2.390,26.5 +1.3,0.86,2.510,26.6,2.4,0.86,2.840,35.0 +1.6,0.86,2.420,43.8,2.6,0.86,2.910,49.5 +2.4,0.86,2.540,37.9,3.2,0.86,2.990,47.4 +3.5,0.86,3.450,33.6,3.4,0.86,3.710,33.9 +5.7,0.86,3.830,49.4,5.5,0.86,3.870,49.8 +7.3,0.86,3.720,67.2,7.1,0.86,3.740,67.2 +8.1,0.86,3.460,89.0,7.9,0.86,3.490,88.2 +9.0,0.86,3.060,96.6,8.8,0.86,3.070,95.4 +9.5,0.86,3.510,94.2,9.3,0.86,3.540,93.9 +9.5,0.86,3.920,85.1,9.3,0.86,3.960,84.6 +8.5,0.86,6.400,74.9,8.3,0.86,6.430,74.8 +7.0,0.86,8.890,67.8,6.9,0.86,9.070,67.8 +5.7,0.86,10.370,66.4,5.7,0.86,10.830,66.4 +4.2,0.87,10.690,64.4,4.2,0.87,11.580,65.3 +3.1,0.87,10.960,58.6,3.2,0.87,12.010,59.4 +2.6,0.87,11.570,55.3,2.7,0.87,12.800,56.7 +1.1,0.87,13.230,51.0,1.0,0.87,14.060,51.2 +-0.1,0.87,11.530,43.4,-0.2,0.87,12.380,43.7 +-0.6,0.87,10.970,42.9,-0.7,0.87,11.770,43.3 +-1.0,0.87,10.210,42.7,-1.1,0.87,11.140,43.1 +-1.4,0.87,9.470,44.3,-1.4,0.87,10.380,44.5 +-1.7,0.87,9.110,45.9,-1.8,0.87,10.080,45.9 +-2.1,0.87,8.150,39.6,-2.2,0.87,9.060,40.2 +-2.5,0.87,8.360,45.3,-2.5,0.87,9.400,47.0 +-3.0,0.87,7.990,45.4,-3.0,0.87,9.010,49.3 +-3.4,0.87,6.470,47.2,-3.4,0.87,7.300,50.8 +-2.5,0.87,4.400,52.3,-2.7,0.87,4.500,52.6 +-1.5,0.87,3.750,53.1,-1.7,0.87,3.800,53.1 +-0.3,0.87,2.530,76.8,-0.5,0.87,2.570,76.0 +0.8,0.87,1.470,98.2,0.6,0.87,1.470,96.5 +1.4,0.87,1.620,145.8,1.2,0.87,1.580,145.4 +1.5,0.87,2.790,228.0,1.3,0.87,2.740,227.3 +2.3,0.87,2.460,225.8,2.1,0.87,2.480,225.1 +3.2,0.87,2.870,246.2,3.0,0.87,2.910,246.3 +3.8,0.87,3.550,244.4,3.6,0.87,3.610,244.8 +4.0,0.87,2.820,228.9,3.8,0.87,2.950,228.3 +4.0,0.87,3.570,209.7,3.9,0.87,3.720,209.2 +3.6,0.87,4.730,193.7,3.7,0.87,4.970,195.1 +3.9,0.87,5.350,209.0,4.0,0.87,5.320,211.0 +3.2,0.87,3.320,222.4,3.5,0.87,3.700,224.8 +3.1,0.87,5.240,241.3,3.4,0.87,5.450,243.0 +3.0,0.87,5.410,254.9,3.3,0.87,5.570,254.1 +2.9,0.87,4.540,259.1,3.3,0.87,4.820,257.9 +3.1,0.87,5.160,335.7,3.1,0.87,5.430,337.1 +-0.1,0.87,3.360,20.3,0.4,0.87,4.090,26.5 +-0.5,0.87,2.110,51.1,-0.3,0.87,2.680,50.9 +-0.6,0.87,0.980,65.6,-0.5,0.87,1.390,67.9 +-0.7,0.87,0.590,38.6,-0.3,0.87,0.720,67.2 +-0.9,0.87,1.360,241.5,-0.5,0.87,1.230,225.7 +-0.8,0.87,2.950,251.6,-0.5,0.87,2.840,246.0 +0.1,0.87,3.290,255.3,0.7,0.87,3.540,251.3 +1.7,0.87,3.080,247.5,1.6,0.87,3.330,248.0 +4.4,0.87,4.720,248.1,4.3,0.87,4.790,248.4 +6.3,0.87,5.430,240.2,6.1,0.87,5.490,239.9 +7.9,0.87,5.990,245.5,7.7,0.87,6.070,245.7 +9.3,0.87,6.270,260.9,9.1,0.87,6.340,261.2 +10.9,0.87,7.250,272.7,10.7,0.87,7.350,272.9 +11.7,0.87,6.230,260.1,11.5,0.87,6.320,260.5 +12.0,0.87,5.960,260.6,11.8,0.87,6.110,260.7 +12.4,0.87,3.940,243.0,12.3,0.87,4.240,244.8 +12.1,0.87,6.240,213.6,12.0,0.87,6.550,218.2 +11.8,0.87,10.220,220.3,11.9,0.87,11.130,221.5 +9.8,0.87,7.200,231.2,10.2,0.87,8.120,237.4 +9.0,0.86,8.030,237.7,9.6,0.86,9.760,237.9 +8.0,0.86,8.250,243.4,8.6,0.86,9.690,243.4 +9.3,0.86,9.990,245.1,9.9,0.86,10.680,249.4 +7.9,0.86,10.770,255.2,8.5,0.86,11.580,259.1 +7.1,0.86,10.020,257.5,7.5,0.86,10.640,262.0 +7.0,0.86,11.180,267.9,7.3,0.86,11.600,270.4 +6.7,0.86,11.530,270.4,7.0,0.86,11.960,272.9 +4.9,0.86,10.380,265.7,5.4,0.86,11.430,268.5 +5.0,0.86,11.940,270.8,5.5,0.86,12.820,272.7 +4.6,0.86,11.240,271.4,5.2,0.86,12.300,272.3 +4.0,0.86,9.520,261.4,4.8,0.86,11.280,264.4 +5.7,0.86,7.860,267.0,5.7,0.86,8.500,267.7 +7.1,0.86,8.020,258.6,7.0,0.86,8.530,259.8 +9.9,0.86,8.180,251.5,9.7,0.86,8.320,251.8 +12.1,0.86,11.640,249.7,11.9,0.86,11.790,249.8 +14.0,0.86,11.210,247.6,13.8,0.86,11.390,247.6 +16.1,0.86,8.890,242.9,15.8,0.86,9.020,242.7 +16.8,0.86,9.370,223.1,16.6,0.86,9.520,223.2 +17.1,0.86,8.750,230.9,16.9,0.86,8.910,230.9 +16.7,0.86,9.250,226.0,16.5,0.86,9.580,226.3 +16.4,0.86,10.280,237.2,16.3,0.86,10.560,237.7 +15.2,0.86,8.430,199.7,15.1,0.86,8.720,202.9 +15.2,0.86,14.340,213.0,15.5,0.86,15.270,213.8 +13.1,0.86,11.070,202.7,13.6,0.86,12.560,202.6 +11.8,0.85,10.330,217.1,12.5,0.85,12.520,216.2 +10.2,0.85,9.980,235.9,10.4,0.85,11.170,235.1 +10.9,0.85,12.890,246.1,11.6,0.85,14.200,247.9 +10.4,0.85,10.930,245.8,10.7,0.85,11.310,250.8 +8.8,0.85,13.820,256.4,9.4,0.85,15.510,258.0 +9.6,0.85,16.430,269.6,9.9,0.85,17.450,270.1 +9.0,0.86,13.900,270.4,9.3,0.86,14.500,271.5 +8.2,0.86,13.580,271.1,8.5,0.86,14.520,272.9 +7.6,0.86,13.580,277.6,7.9,0.86,14.880,280.3 +5.9,0.86,10.800,286.0,6.2,0.86,12.230,287.8 +4.6,0.86,10.110,290.1,4.8,0.86,11.650,290.9 +5.6,0.86,10.550,342.0,5.4,0.86,10.680,343.0 +5.4,0.86,7.630,9.5,5.2,0.86,7.740,9.4 +5.8,0.86,8.270,8.5,5.5,0.86,8.410,8.5 +6.3,0.86,7.770,9.1,6.1,0.86,7.890,9.1 +7.2,0.86,6.450,6.9,6.9,0.86,6.570,6.6 +7.7,0.86,6.840,356.3,7.5,0.86,6.930,356.1 +8.3,0.86,6.140,346.9,8.1,0.86,6.220,346.8 +8.6,0.86,4.880,354.4,8.4,0.86,4.960,354.0 +8.4,0.86,5.000,348.8,8.2,0.86,5.080,348.5 +7.8,0.86,5.740,10.1,7.6,0.86,5.810,10.1 +7.5,0.86,4.990,37.2,7.4,0.86,4.960,36.9 +7.3,0.86,6.270,58.6,7.1,0.86,6.000,57.8 +6.3,0.86,8.290,77.6,6.3,0.86,8.240,77.1 +5.2,0.86,7.880,90.8,5.6,0.86,8.320,89.2 +4.5,0.87,8.080,99.9,4.9,0.87,8.810,98.2 +4.2,0.87,9.060,112.6,4.5,0.87,9.920,111.1 +3.3,0.87,7.820,121.2,3.7,0.87,8.990,117.8 +3.5,0.87,9.000,118.2,3.9,0.87,9.950,118.5 +2.7,0.87,9.740,127.1,3.1,0.87,11.390,125.4 +2.8,0.87,9.170,127.7,3.2,0.87,10.460,126.8 +2.3,0.87,9.480,137.7,2.7,0.87,10.890,136.9 +1.7,0.87,8.770,142.9,2.1,0.87,10.370,142.9 +1.3,0.87,8.190,148.0,1.5,0.87,9.860,148.1 +0.8,0.87,8.730,146.9,1.0,0.87,9.690,146.9 +1.9,0.87,6.140,146.8,1.7,0.87,6.350,147.3 +3.3,0.87,6.180,140.6,3.1,0.87,6.290,141.1 +4.8,0.87,7.050,146.9,4.6,0.87,7.160,147.2 +6.0,0.87,8.180,149.4,5.8,0.87,8.310,149.6 +7.6,0.87,9.110,152.3,7.4,0.87,9.280,152.4 +8.8,0.86,10.350,156.9,8.6,0.86,10.530,156.8 +9.3,0.86,10.730,150.1,9.1,0.86,10.940,150.3 +9.7,0.86,12.120,153.6,9.5,0.86,12.380,153.8 +9.7,0.86,12.140,155.8,9.5,0.86,12.440,155.9 +9.2,0.86,12.080,148.9,9.1,0.86,12.580,149.0 +9.1,0.86,11.060,141.6,8.9,0.86,11.650,142.3 +7.7,0.86,9.640,157.3,7.5,0.86,9.990,157.6 +7.6,0.86,12.850,157.5,7.4,0.86,13.470,158.1 +6.6,0.86,11.770,153.0,6.4,0.86,12.230,153.2 +6.7,0.86,11.000,162.0,6.5,0.86,11.420,162.5 +6.7,0.86,12.500,172.7,6.6,0.86,13.000,173.2 +6.2,0.86,12.520,171.1,6.0,0.86,13.000,171.3 +4.5,0.86,12.500,168.4,4.3,0.86,13.010,168.8 +3.8,0.86,11.620,164.1,3.6,0.86,12.510,164.7 +3.1,0.86,5.110,160.0,2.9,0.86,5.990,161.8 +2.8,0.86,5.630,162.7,2.6,0.86,6.010,162.9 +3.2,0.86,5.280,169.5,3.1,0.86,5.920,170.8 +2.7,0.86,9.860,154.1,2.5,0.86,10.520,154.6 +2.2,0.86,7.370,140.4,2.1,0.86,7.830,142.5 +2.9,0.86,7.230,146.2,2.7,0.86,7.430,146.9 +3.5,0.86,8.580,145.1,3.4,0.86,8.730,145.5 +4.6,0.86,9.580,150.2,4.4,0.86,9.740,150.6 +4.2,0.86,11.330,144.7,4.0,0.86,11.500,144.9 +4.4,0.86,11.080,151.5,4.2,0.86,11.250,151.8 +4.7,0.86,9.720,142.2,4.5,0.86,9.890,142.7 +4.6,0.85,9.970,138.4,4.5,0.85,10.130,139.0 +4.7,0.85,9.570,135.1,4.5,0.85,9.740,135.8 +4.2,0.85,9.530,130.4,4.0,0.85,9.710,131.1 +3.5,0.85,9.050,126.5,3.3,0.85,9.310,127.2 +2.9,0.85,7.490,109.5,2.8,0.85,7.760,110.9 +2.9,0.85,7.850,117.0,2.8,0.85,8.600,118.9 +2.4,0.85,8.240,152.5,2.3,0.85,8.680,152.8 +3.9,0.85,7.770,117.7,3.8,0.85,7.970,119.8 +3.6,0.85,5.740,121.5,3.5,0.85,6.190,123.9 +2.4,0.85,7.250,115.9,2.2,0.85,7.550,116.7 +1.7,0.85,9.970,135.8,1.5,0.85,10.190,136.3 +1.1,0.85,8.120,145.5,1.0,0.85,8.610,145.8 +0.6,0.85,4.530,156.2,0.5,0.85,4.840,157.1 +0.8,0.85,3.280,149.1,0.7,0.85,3.570,158.4 +0.7,0.85,4.760,150.2,0.5,0.85,4.780,153.8 +0.4,0.85,6.560,170.2,0.3,0.85,6.890,174.2 +0.8,0.85,7.300,194.6,0.8,0.85,7.900,198.3 +1.6,0.85,13.910,261.2,1.5,0.85,14.580,261.8 +2.0,0.85,11.360,271.6,1.8,0.85,11.640,271.8 +3.2,0.85,11.240,259.0,3.0,0.85,11.410,259.3 +5.0,0.85,13.100,272.3,4.8,0.85,13.320,272.5 +7.4,0.85,14.320,283.2,7.1,0.85,14.550,283.5 +8.6,0.85,11.280,290.9,8.4,0.85,11.470,291.1 +9.2,0.85,10.360,312.5,9.0,0.85,10.530,312.4 +8.9,0.85,9.400,319.9,8.7,0.85,9.540,319.6 +8.9,0.85,7.140,330.6,8.7,0.85,7.240,330.1 +8.6,0.85,5.420,352.8,8.4,0.85,5.470,352.3 +7.4,0.86,6.290,35.3,7.2,0.86,6.460,34.8 +6.2,0.86,7.840,46.5,6.1,0.86,8.040,46.8 +3.3,0.86,8.230,68.0,3.0,0.86,8.860,68.4 +0.8,0.86,7.320,69.4,0.7,0.86,7.750,70.2 +0.2,0.86,7.080,78.4,0.0,0.86,7.510,78.2 +-0.8,0.86,6.680,71.0,-1.0,0.86,7.300,69.8 +-2.4,0.86,8.520,80.7,-2.5,0.86,8.920,79.0 +-2.8,0.86,7.760,82.6,-2.9,0.86,7.830,82.5 +-3.0,0.86,4.990,80.4,-3.1,0.86,5.250,82.0 +-3.3,0.86,4.940,68.4,-3.5,0.86,5.230,69.2 +-3.6,0.86,5.360,78.9,-3.8,0.86,5.690,79.1 +-3.9,0.86,4.800,77.4,-4.0,0.86,4.990,76.6 +-4.0,0.86,3.340,59.3,-4.2,0.86,3.410,58.6 +-4.0,0.86,3.730,68.6,-4.2,0.86,3.800,68.3 +-4.1,0.86,4.120,86.9,-4.3,0.86,4.250,88.0 +-3.1,0.86,2.930,105.9,-3.3,0.86,2.940,106.9 +-1.8,0.86,4.040,108.9,-2.0,0.86,4.050,109.6 +-0.4,0.86,3.870,127.8,-0.6,0.86,3.900,128.2 +1.0,0.86,3.820,140.7,0.8,0.86,3.860,141.5 +2.4,0.86,3.390,170.5,2.2,0.86,3.450,171.2 +3.4,0.86,3.180,197.6,3.1,0.86,3.210,196.8 +4.5,0.86,2.840,182.2,4.3,0.86,2.880,183.2 +5.6,0.86,3.020,169.7,5.4,0.86,3.070,170.4 +6.0,0.86,4.210,187.5,5.8,0.86,4.250,188.1 +6.2,0.86,4.440,142.2,6.0,0.86,4.520,143.8 +5.2,0.86,7.280,137.1,5.1,0.86,7.630,138.6 +4.5,0.86,7.610,137.1,4.4,0.86,8.190,140.0 +3.3,0.86,7.070,132.2,3.2,0.86,7.690,135.8 +1.9,0.86,6.940,130.9,1.8,0.86,7.430,134.7 +0.5,0.86,6.190,121.5,0.4,0.86,6.690,125.4 +-0.6,0.86,8.670,152.4,-0.7,0.86,9.580,152.3 +-1.2,0.86,6.840,164.8,-1.3,0.86,7.820,164.9 +-1.7,0.86,4.260,141.3,-1.9,0.86,4.740,147.6 +-2.0,0.86,6.510,174.2,-2.1,0.86,6.960,175.6 +-2.2,0.86,4.530,186.3,-2.4,0.86,4.870,188.3 +-1.0,0.86,6.780,213.7,-0.4,0.86,7.180,220.7 +0.1,0.86,5.890,253.0,0.6,0.86,6.450,265.4 +0.4,0.86,6.080,270.8,0.6,0.86,6.290,275.0 +0.2,0.86,5.480,264.8,0.1,0.86,5.700,270.5 +0.4,0.86,4.520,270.5,0.2,0.86,4.560,271.7 +1.9,0.86,3.550,264.2,1.8,0.86,3.570,265.3 +4.3,0.86,5.240,260.5,4.1,0.86,5.280,261.1 +6.1,0.86,7.730,264.3,5.9,0.86,7.820,264.5 +6.8,0.86,7.340,247.1,6.6,0.86,7.430,247.3 +7.9,0.86,7.960,250.5,7.7,0.86,8.060,250.7 +9.3,0.86,9.540,255.6,9.1,0.86,9.680,255.7 +10.0,0.86,8.790,251.8,9.8,0.86,8.940,252.0 +11.4,0.86,9.650,249.8,11.2,0.86,9.850,249.9 +11.6,0.86,8.890,241.2,11.5,0.86,9.360,242.2 +10.3,0.86,10.730,222.0,10.3,0.86,11.520,224.3 +9.6,0.86,12.000,215.3,9.9,0.86,13.010,216.2 +9.2,0.86,13.500,218.3,9.4,0.86,14.600,218.1 +8.5,0.86,10.440,224.0,9.1,0.86,11.790,223.3 +7.7,0.86,8.260,220.0,8.4,0.86,10.340,216.3 +5.9,0.86,4.860,244.3,6.0,0.86,5.370,240.3 +6.0,0.86,5.280,240.7,6.2,0.86,5.980,237.3 +5.8,0.86,4.580,227.2,5.7,0.86,4.940,226.6 +4.5,0.85,5.440,240.8,4.6,0.85,5.860,242.2 +4.0,0.85,7.450,259.5,4.3,0.85,8.330,263.3 +2.9,0.85,6.450,274.2,3.3,0.85,7.980,273.1 +4.3,0.85,9.050,270.1,5.3,0.85,9.750,269.5 +6.8,0.85,8.820,271.4,7.1,0.85,9.280,273.3 +6.4,0.85,8.490,265.8,6.7,0.85,9.070,269.2 +5.6,0.85,5.710,273.9,5.7,0.85,6.460,275.0 +6.6,0.85,4.050,265.5,6.4,0.85,4.100,266.5 +7.5,0.85,3.500,239.3,7.4,0.85,3.500,240.3 +9.1,0.85,3.590,244.5,8.9,0.85,3.610,245.7 +10.2,0.85,3.540,238.4,10.0,0.85,3.580,238.7 +11.6,0.85,4.490,208.1,11.4,0.85,4.610,208.0 +12.6,0.85,8.110,226.8,12.4,0.85,8.200,226.5 +13.2,0.85,11.550,215.1,13.0,0.85,11.690,215.1 +13.1,0.85,12.640,210.2,12.9,0.85,12.950,210.5 +12.3,0.85,10.980,225.3,12.1,0.85,11.370,226.5 +11.5,0.85,10.390,232.2,11.4,0.85,11.310,235.2 +8.8,0.85,8.010,295.3,8.3,0.85,8.740,303.6 +3.3,0.85,12.280,41.7,3.1,0.85,12.870,42.1 +0.6,0.85,8.810,25.6,0.4,0.85,9.060,25.8 +-1.6,0.85,9.390,16.5,-1.8,0.85,9.710,16.3 +-3.1,0.85,18.900,46.1,-3.3,0.85,19.340,45.9 +-3.9,0.85,13.870,25.4,-4.1,0.85,14.440,25.6 +-4.1,0.85,13.900,16.8,-4.3,0.85,14.360,16.9 +-4.4,0.85,10.560,3.3,-4.6,0.85,10.950,3.6 +-4.7,0.85,13.780,8.4,-4.8,0.85,14.700,8.4 +-4.3,0.85,13.260,358.8,-4.5,0.85,14.190,359.5 +-3.8,0.85,11.190,352.2,-3.9,0.85,11.840,353.0 +-3.3,0.85,19.650,2.4,-3.5,0.85,20.440,2.6 +-3.3,0.86,19.740,0.7,-3.5,0.86,20.360,0.8 +-3.5,0.86,17.640,351.8,-3.6,0.86,18.570,352.1 +-2.8,0.86,15.200,347.2,-2.9,0.86,15.700,347.6 +-2.3,0.86,16.490,343.8,-2.5,0.86,16.930,344.1 +-2.1,0.86,17.210,342.0,-2.3,0.86,17.630,342.3 +-1.6,0.86,17.780,343.3,-1.8,0.86,18.220,343.5 +-0.9,0.86,16.520,342.9,-1.1,0.86,16.910,343.1 +-0.1,0.86,15.390,345.0,-0.3,0.86,15.760,345.2 +0.5,0.86,12.570,342.9,0.3,0.86,13.120,343.2 +0.9,0.86,11.430,341.2,0.7,0.86,12.000,341.5 +0.7,0.86,10.860,339.6,0.7,0.86,11.710,341.1 +-0.0,0.86,10.350,337.9,0.1,0.86,11.500,341.4 +-0.3,0.86,11.300,342.9,-0.1,0.86,12.400,345.5 +-1.1,0.86,10.050,341.7,-0.7,0.86,11.160,345.7 +-0.5,0.86,9.650,338.4,-0.2,0.86,10.380,342.9 +-0.4,0.86,10.200,345.0,-0.3,0.86,10.690,349.3 +-0.9,0.86,10.860,354.1,-0.7,0.86,11.450,356.9 +-2.8,0.86,7.900,347.8,-2.4,0.86,8.920,351.9 +-3.2,0.86,6.500,339.9,-3.0,0.86,7.030,345.5 +-4.2,0.86,3.480,325.4,-4.0,0.86,3.810,334.9 +-3.9,0.86,5.820,327.7,-3.3,0.86,5.970,332.8 +-4.2,0.86,3.300,305.4,-4.0,0.86,3.280,313.3 +-3.3,0.86,3.950,306.9,-3.0,0.86,3.990,309.7 +-3.3,0.86,3.400,309.5,-2.9,0.86,3.390,309.6 +-2.7,0.86,2.970,308.7,-2.4,0.86,2.880,307.4 +-2.0,0.86,1.600,322.0,-1.6,0.86,1.490,317.7 +-1.9,0.86,0.180,43.1,-1.4,0.86,0.570,324.7 +-0.5,0.86,0.560,161.7,-0.4,0.86,0.650,174.5 +1.4,0.86,1.540,148.5,1.2,0.86,1.400,154.7 +3.5,0.86,1.630,220.1,3.3,0.86,1.770,225.7 +4.2,0.86,1.620,203.3,4.0,0.86,1.640,207.5 +6.6,0.86,1.970,205.8,7.0,0.86,2.620,227.1 +9.5,0.86,6.430,273.1,9.4,0.86,7.100,275.3 +9.6,0.86,8.050,307.8,9.5,0.86,8.480,307.5 +9.4,0.86,9.750,311.9,9.2,0.86,10.290,312.9 +6.5,0.86,6.620,298.7,6.2,0.86,8.110,302.4 +6.5,0.86,18.270,301.2,6.7,0.86,19.740,300.6 +4.5,0.86,14.710,300.6,4.7,0.86,16.330,301.3 +3.4,0.86,15.930,294.1,3.7,0.86,17.460,295.9 +0.7,0.86,7.760,308.7,1.0,0.86,8.900,306.1 +-3.2,0.86,8.520,0.7,-3.4,0.86,8.930,8.1 +-2.9,0.86,11.060,5.5,-2.6,0.86,11.910,7.6 +-1.4,0.86,8.350,354.2,-1.0,0.86,9.330,357.2 +-2.1,0.86,6.530,334.2,-1.9,0.86,8.110,339.0 +-1.6,0.86,7.910,336.9,-1.4,0.86,9.610,340.7 +-1.7,0.86,8.380,335.0,-1.5,0.86,9.860,339.5 +-1.4,0.87,8.850,346.8,-1.3,0.87,10.190,347.8 +-1.6,0.87,9.750,340.3,-1.5,0.87,11.320,342.3 +-1.6,0.87,11.390,340.7,-1.6,0.87,12.580,342.8 +-0.7,0.87,10.440,355.1,-0.9,0.87,10.930,355.2 +-0.0,0.87,10.030,359.3,-0.2,0.87,10.310,359.3 +0.8,0.87,9.860,354.9,0.6,0.87,10.080,355.0 +1.4,0.87,9.310,0.6,1.2,0.87,9.510,0.5 +2.0,0.87,8.200,353.4,1.8,0.87,8.360,353.5 +2.7,0.87,6.800,355.5,2.5,0.87,6.940,355.6 +3.1,0.87,6.370,356.7,2.9,0.87,6.500,356.7 +3.3,0.87,6.080,356.5,3.1,0.87,6.220,356.4 +3.3,0.87,5.110,358.8,3.1,0.87,5.270,358.3 +3.2,0.87,5.100,356.9,3.0,0.87,5.300,357.0 +2.8,0.87,3.900,4.7,2.8,0.87,4.260,6.4 +2.7,0.87,4.040,11.5,2.7,0.87,4.390,13.2 +2.0,0.87,3.740,15.2,2.4,0.87,4.050,20.3 +1.7,0.87,2.960,4.5,2.1,0.87,3.470,10.5 +1.1,0.87,1.800,335.3,1.4,0.87,2.030,347.6 +0.9,0.87,0.930,330.1,1.2,0.87,1.020,343.1 +-0.1,0.87,0.920,207.9,0.4,0.87,0.970,193.8 +1.0,0.87,1.560,216.2,1.4,0.87,1.530,205.5 +-0.5,0.87,0.320,274.0,0.1,0.87,0.360,227.4 +-0.9,0.87,1.950,347.1,-0.6,0.87,1.770,344.7 +-0.6,0.87,1.390,345.1,-0.3,0.87,1.370,347.4 +-1.5,0.87,1.310,28.3,-1.2,0.87,1.330,21.7 +-1.5,0.87,1.270,44.3,-1.1,0.87,1.460,47.8 +-1.4,0.87,0.810,4.9,-1.1,0.87,0.810,13.3 +-0.3,0.87,1.260,65.4,0.0,0.87,1.270,66.4 +0.5,0.87,0.680,94.8,0.3,0.87,0.680,88.3 +1.9,0.87,0.680,122.9,1.8,0.87,0.640,119.7 +3.0,0.87,0.960,143.2,2.8,0.87,0.900,141.1 +3.6,0.87,1.430,180.3,3.4,0.87,1.360,179.8 +4.3,0.87,0.910,173.9,4.1,0.87,0.840,174.5 +4.8,0.87,1.150,141.2,4.6,0.87,1.090,139.2 +5.2,0.87,1.100,82.8,5.0,0.87,1.120,77.8 +5.3,0.87,1.960,32.6,5.1,0.87,1.940,32.5 +4.9,0.87,2.620,39.0,4.7,0.87,2.490,37.4 +5.0,0.87,1.930,16.9,4.9,0.87,1.950,11.9 +4.8,0.87,1.690,4.7,4.9,0.87,1.830,359.1 +3.6,0.87,1.840,341.5,3.8,0.87,1.880,344.4 +3.6,0.87,1.670,323.0,3.9,0.87,1.640,321.7 +3.2,0.87,1.750,276.9,3.5,0.87,1.790,274.4 +3.3,0.87,2.030,282.8,3.8,0.87,2.250,276.6 +2.1,0.87,1.420,288.2,2.7,0.87,1.630,281.3 +1.9,0.87,1.670,263.1,2.5,0.87,1.780,263.3 +1.7,0.87,2.280,267.4,2.1,0.87,2.330,262.3 +1.7,0.87,2.630,279.4,2.0,0.87,2.640,271.2 +1.1,0.87,3.110,294.4,1.4,0.87,3.090,290.0 +0.9,0.87,4.920,340.2,1.2,0.87,4.740,338.7 +1.3,0.87,7.220,1.7,1.7,0.87,7.350,0.0 +-0.2,0.87,8.110,1.3,0.1,0.87,8.960,3.2 +0.7,0.87,3.870,353.9,0.7,0.87,4.540,356.5 +3.2,0.87,2.330,334.6,3.0,0.87,2.550,338.4 +4.3,0.87,5.340,8.3,4.1,0.87,5.400,8.6 +5.1,0.87,3.890,0.4,5.0,0.87,3.930,0.4 +6.1,0.87,3.660,351.0,5.9,0.87,3.730,350.7 +6.6,0.87,5.120,341.6,6.4,0.87,5.200,341.4 +7.3,0.87,5.560,338.5,7.1,0.87,5.670,338.3 +7.4,0.87,6.720,339.5,7.2,0.87,6.830,339.4 +7.0,0.87,6.740,343.2,6.8,0.87,6.830,342.9 +8.5,0.87,6.890,329.5,8.3,0.87,7.040,329.1 +8.4,0.87,7.370,325.3,8.2,0.87,7.450,325.6 +8.4,0.87,6.970,330.9,8.3,0.87,7.200,330.2 +8.6,0.87,6.720,339.9,8.4,0.87,6.690,340.9 +7.2,0.87,6.290,7.3,7.7,0.87,6.920,9.2 +7.3,0.87,8.010,17.9,7.2,0.87,8.230,18.4 +6.7,0.87,8.860,18.3,7.0,0.87,9.390,18.7 +4.5,0.87,5.070,3.7,4.9,0.87,5.990,9.5 +4.2,0.87,5.290,11.9,4.5,0.87,5.710,15.8 +4.3,0.87,4.230,9.7,4.5,0.87,4.360,13.7 +4.2,0.87,3.450,6.4,4.4,0.87,3.570,11.8 +3.0,0.87,2.820,339.0,3.6,0.87,2.930,347.3 +3.6,0.87,3.230,324.3,3.9,0.87,3.320,329.9 +3.5,0.87,4.120,311.3,4.0,0.87,4.120,317.2 +3.8,0.87,4.550,299.6,4.1,0.87,4.400,303.9 +3.7,0.87,3.670,279.6,4.0,0.87,4.370,286.0 +6.6,0.87,4.310,277.2,6.5,0.87,4.310,278.4 +8.2,0.87,5.110,270.5,8.0,0.87,5.130,271.5 +9.9,0.87,5.880,271.1,9.7,0.87,5.930,271.9 +11.6,0.87,6.460,279.4,11.4,0.87,6.520,279.9 +12.6,0.87,5.600,282.5,12.4,0.87,5.660,283.0 +13.5,0.87,5.350,278.7,13.3,0.87,5.400,279.3 +14.1,0.87,4.790,285.5,13.9,0.87,4.830,286.0 +14.2,0.87,4.980,270.2,14.0,0.87,5.030,270.7 +14.1,0.87,5.700,268.5,13.9,0.87,5.790,268.8 +14.0,0.87,5.450,274.9,13.8,0.87,5.410,274.0 +13.8,0.87,5.000,260.8,13.8,0.87,5.000,261.0 +12.5,0.87,4.060,242.3,12.9,0.87,4.200,247.0 +12.3,0.87,6.530,243.5,12.4,0.87,6.680,243.3 +11.6,0.87,6.880,250.6,12.0,0.87,7.330,247.8 +11.2,0.87,7.450,243.1,11.6,0.87,7.890,241.3 +11.6,0.87,6.010,230.7,12.1,0.87,6.640,227.8 +10.7,0.87,8.190,229.1,11.1,0.87,8.750,227.2 +9.2,0.87,7.740,242.3,9.7,0.87,8.430,240.3 +8.7,0.87,7.620,250.1,9.2,0.87,8.210,247.8 +8.2,0.87,8.170,246.2,8.6,0.87,8.750,244.4 +6.9,0.86,7.600,245.7,7.5,0.86,8.740,245.0 +6.8,0.86,8.220,250.2,7.8,0.86,9.380,248.6 +8.0,0.86,10.220,250.4,9.4,0.86,11.980,250.2 +9.4,0.86,10.040,258.8,9.5,0.86,10.980,259.1 +12.0,0.86,10.320,260.5,11.9,0.86,10.790,260.5 +13.8,0.86,8.160,253.3,13.7,0.86,8.280,253.8 +16.4,0.86,8.250,249.6,16.2,0.86,8.400,250.0 +18.9,0.86,11.240,260.4,18.7,0.86,11.430,260.6 +20.2,0.86,12.270,256.1,20.0,0.86,12.450,256.2 +20.8,0.86,13.870,254.0,20.6,0.86,14.090,254.1 +21.1,0.86,12.420,254.9,20.9,0.86,12.660,255.1 +21.1,0.86,12.920,258.2,20.9,0.86,13.350,258.3 +21.2,0.86,11.020,256.1,21.1,0.86,11.720,256.1 +20.4,0.86,11.790,265.1,20.5,0.86,13.510,264.6 +19.3,0.86,11.810,254.5,19.4,0.86,12.900,256.4 +19.0,0.86,14.240,260.1,19.2,0.86,15.690,261.8 +18.6,0.86,14.810,265.2,18.7,0.86,15.500,266.0 +17.4,0.86,13.770,270.4,17.6,0.86,14.880,271.4 +16.4,0.86,13.240,281.4,16.6,0.86,14.260,281.1 +14.2,0.86,10.730,279.1,14.8,0.86,12.680,277.6 +13.6,0.86,12.200,272.5,13.9,0.86,13.780,272.5 +14.2,0.86,14.990,273.8,14.2,0.86,16.050,274.8 +13.3,0.86,14.210,282.2,13.5,0.86,15.500,282.4 +13.5,0.86,16.250,284.9,13.6,0.86,17.510,285.6 +13.2,0.86,16.180,285.5,13.4,0.86,17.430,285.9 +12.5,0.86,11.870,267.3,12.7,0.86,13.060,270.0 +11.8,0.86,8.710,273.4,11.9,0.86,10.000,272.4 +12.1,0.86,8.850,285.9,11.9,0.86,9.120,286.2 +14.2,0.86,12.690,287.2,14.0,0.86,12.970,287.3 +15.2,0.86,13.510,286.3,15.0,0.86,13.740,286.4 +16.4,0.86,15.070,291.1,16.2,0.86,15.350,291.2 +17.0,0.86,13.760,287.1,16.8,0.86,14.020,287.2 +17.9,0.86,14.360,279.8,17.7,0.86,14.630,279.9 +18.4,0.86,14.170,280.7,18.2,0.86,14.440,280.7 +18.8,0.86,14.990,277.2,18.6,0.86,15.280,277.3 +18.8,0.86,13.630,277.7,18.6,0.86,13.910,277.5 +18.2,0.86,13.170,274.4,18.0,0.86,13.690,274.7 +17.4,0.86,9.640,283.6,17.4,0.86,10.310,283.8 +16.8,0.86,10.550,290.1,17.0,0.86,11.760,292.1 +15.5,0.86,10.790,303.8,15.7,0.86,12.310,305.7 +14.1,0.86,10.310,291.8,14.2,0.86,11.440,294.8 +9.9,0.86,15.160,34.0,9.7,0.86,16.040,34.4 +4.6,0.86,14.400,21.9,4.5,0.86,14.900,21.6 +1.9,0.87,12.090,22.3,1.7,0.87,12.530,22.7 +1.2,0.87,11.560,22.4,1.0,0.87,12.100,22.4 +0.5,0.87,8.890,28.6,0.3,0.87,9.460,27.9 +0.0,0.87,7.980,28.8,-0.1,0.87,8.760,28.2 +-0.2,0.87,5.440,27.2,-0.3,0.87,6.400,26.4 +-0.4,0.87,5.600,24.8,-0.5,0.87,6.760,24.5 +-1.2,0.87,5.780,21.7,-1.3,0.87,7.290,25.8 +-2.0,0.87,4.340,19.5,-2.0,0.87,5.660,29.1 +-0.7,0.87,5.440,39.6,-0.8,0.87,5.540,39.5 +0.5,0.87,4.830,42.1,0.3,0.87,4.890,41.9 +2.0,0.87,3.260,36.1,1.8,0.87,3.310,35.8 +3.5,0.87,2.120,48.7,3.3,0.87,2.140,48.1 +4.8,0.87,1.300,85.9,4.5,0.87,1.280,84.5 +6.0,0.87,1.790,179.5,5.7,0.87,1.760,178.7 +6.8,0.87,2.410,224.2,6.6,0.87,2.380,224.9 +7.5,0.87,2.070,208.3,7.3,0.87,2.110,208.4 +8.1,0.87,2.600,210.4,7.9,0.87,2.630,210.4 +8.3,0.87,2.400,195.4,8.1,0.87,2.490,194.9 +8.3,0.87,4.010,193.7,8.1,0.87,4.000,194.3 +7.9,0.87,5.270,165.4,7.8,0.87,5.050,169.1 +7.6,0.87,7.240,164.9,7.5,0.87,7.210,168.3 +7.5,0.87,7.900,186.8,7.5,0.87,7.840,187.7 +7.6,0.87,8.370,186.5,7.5,0.87,8.470,187.6 +6.4,0.87,9.420,182.0,6.6,0.87,10.020,184.0 +6.4,0.87,9.920,193.7,6.6,0.87,10.440,194.2 +4.4,0.87,7.590,184.4,4.8,0.87,8.510,187.7 +4.5,0.87,9.970,186.3,4.8,0.87,11.240,186.9 +3.6,0.87,9.830,184.6,4.0,0.87,11.090,184.8 +2.8,0.87,9.010,186.5,3.0,0.87,10.370,186.8 +2.2,0.87,8.920,187.5,2.5,0.87,10.330,187.6 +2.1,0.87,9.990,186.2,2.5,0.87,11.300,185.8 +2.2,0.87,9.500,180.6,2.2,0.87,10.190,181.0 +2.3,0.87,5.090,179.0,2.2,0.87,5.360,179.3 +4.6,0.87,4.980,177.3,4.4,0.87,5.080,177.5 +7.2,0.87,7.230,188.7,7.0,0.87,7.370,188.8 +9.0,0.87,9.210,192.7,8.8,0.87,9.350,192.7 +10.0,0.87,9.400,193.2,9.8,0.87,9.520,193.2 +11.2,0.87,9.450,193.7,10.9,0.87,9.590,193.7 +12.0,0.87,9.220,188.6,11.8,0.87,9.360,188.7 +12.7,0.87,10.190,188.2,12.5,0.87,10.340,188.3 +13.0,0.87,9.640,186.0,12.8,0.87,9.810,186.0 +12.8,0.87,8.260,181.3,12.7,0.87,8.620,181.4 +12.2,0.87,9.850,183.4,12.2,0.87,11.160,183.5 +11.5,0.87,9.270,177.3,11.6,0.87,10.260,179.3 +10.9,0.87,8.730,175.0,11.0,0.87,10.060,178.0 +10.4,0.86,9.680,186.2,10.5,0.86,10.940,186.7 +10.0,0.86,10.650,188.3,10.2,0.86,12.080,189.1 +9.1,0.86,9.220,198.1,9.1,0.86,10.650,198.5 +7.9,0.86,8.440,201.0,8.1,0.86,10.040,201.2 +6.9,0.86,6.590,206.0,7.1,0.86,8.030,207.1 +6.9,0.86,6.730,213.2,7.0,0.86,7.920,214.3 +7.2,0.86,6.180,223.8,7.3,0.86,7.140,225.6 +7.4,0.86,5.340,228.9,7.7,0.86,6.020,231.4 +8.3,0.86,3.920,231.4,8.6,0.86,4.080,237.5 +8.5,0.86,3.430,234.9,9.0,0.86,3.520,238.6 +9.3,0.86,3.310,230.1,9.7,0.86,3.170,231.5 +9.2,0.86,2.260,241.4,10.0,0.86,2.570,243.5 +10.0,0.86,1.640,209.2,10.0,0.86,1.740,212.0 +13.0,0.86,2.330,217.6,12.8,0.86,2.360,217.1 +15.7,0.86,3.280,195.8,15.5,0.86,3.370,195.7 +18.4,0.86,5.380,201.7,18.2,0.86,5.450,202.2 +20.4,0.86,5.500,156.9,20.3,0.86,5.550,156.9 +21.2,0.86,6.670,190.4,21.0,0.86,6.750,190.5 +21.4,0.86,6.870,184.2,21.2,0.86,6.960,184.4 +21.1,0.86,8.010,165.2,20.9,0.86,8.120,165.6 +19.9,0.86,8.480,162.1,19.8,0.86,8.840,162.4 +18.6,0.86,9.850,164.0,18.6,0.86,10.630,165.8 +17.6,0.86,11.170,163.1,17.6,0.86,12.140,164.1 +16.8,0.86,12.870,168.5,16.9,0.86,14.130,169.1 +15.3,0.86,12.390,168.9,15.3,0.86,13.570,169.5 +13.9,0.86,13.110,177.0,13.9,0.86,14.460,177.3 +12.4,0.86,12.650,181.2,12.4,0.86,13.770,182.1 +10.7,0.86,7.680,174.4,10.8,0.86,9.310,177.1 +10.1,0.86,5.610,205.0,10.0,0.86,7.320,199.5 +9.2,0.86,5.770,203.3,9.1,0.86,6.990,203.5 +9.2,0.86,7.410,192.4,9.2,0.86,8.460,194.1 +9.3,0.86,6.770,201.7,9.3,0.86,7.800,202.6 +9.2,0.86,6.090,194.0,9.0,0.86,6.920,195.7 +9.0,0.86,5.310,183.0,8.8,0.86,5.820,184.9 +9.3,0.86,5.160,181.7,9.1,0.86,5.650,183.8 +9.7,0.86,6.190,189.8,9.6,0.86,6.640,190.8 +11.5,0.86,5.490,187.9,11.3,0.86,5.540,188.0 +13.9,0.86,4.670,179.9,13.7,0.86,4.750,180.0 +16.9,0.86,6.280,186.1,16.7,0.86,6.360,186.3 +19.3,0.86,9.700,215.9,19.1,0.86,9.860,216.0 +20.2,0.86,10.070,207.3,20.0,0.86,10.270,207.6 +20.9,0.86,12.730,209.7,20.7,0.86,12.970,209.9 +20.7,0.86,11.340,207.3,20.5,0.86,11.560,207.5 +20.6,0.86,12.070,204.7,20.4,0.86,12.320,204.9 +20.4,0.86,11.960,202.6,20.2,0.86,12.400,202.8 +20.2,0.86,8.760,193.3,20.2,0.86,9.300,198.1 +19.0,0.86,12.440,169.3,19.1,0.86,13.460,170.3 +19.1,0.86,12.910,179.7,19.2,0.86,14.060,180.6 +17.6,0.86,15.330,182.4,17.5,0.86,16.120,183.4 +16.5,0.86,11.760,193.7,16.4,0.86,12.460,193.7 +15.1,0.86,10.510,217.8,14.9,0.86,11.090,217.9 +14.2,0.86,11.100,230.6,14.1,0.86,11.580,230.0 +13.9,0.86,7.410,234.2,13.8,0.86,7.920,233.7 +13.5,0.86,7.600,253.7,13.4,0.86,8.140,254.1 +12.4,0.86,6.670,268.3,12.4,0.86,7.300,267.6 +11.8,0.86,5.100,240.6,11.8,0.86,5.480,243.1 +12.2,0.86,8.610,221.9,12.2,0.86,8.920,223.9 +9.2,0.86,13.700,269.0,9.1,0.86,14.390,269.7 +8.2,0.86,10.620,271.4,8.1,0.86,11.180,272.1 +8.8,0.86,9.590,273.5,8.6,0.86,9.770,273.6 +9.5,0.86,10.810,255.4,9.3,0.86,10.980,255.4 +9.6,0.86,13.320,259.1,9.4,0.86,13.520,259.1 +9.6,0.86,11.550,262.3,9.4,0.86,11.640,262.3 +10.1,0.86,12.610,256.8,9.8,0.86,12.740,257.3 +10.6,0.86,11.860,262.6,10.3,0.86,12.040,262.5 +10.8,0.86,13.220,260.5,10.6,0.86,13.440,260.5 +10.9,0.85,15.960,253.3,10.7,0.85,16.150,253.2 +11.0,0.86,14.010,260.5,10.8,0.86,14.300,260.5 +10.6,0.86,12.920,263.6,10.4,0.86,13.220,263.6 +9.9,0.86,12.460,261.9,9.8,0.86,13.000,262.0 +9.2,0.86,12.300,262.9,9.1,0.86,13.020,263.1 +8.6,0.86,11.980,253.5,8.6,0.86,12.820,254.3 +8.1,0.86,13.040,262.7,8.1,0.86,13.740,263.4 +5.8,0.86,9.740,326.9,5.8,0.86,10.480,328.1 +4.2,0.86,14.410,336.4,4.1,0.86,15.180,336.7 +3.3,0.86,11.200,339.0,3.2,0.86,12.010,339.9 +2.8,0.86,15.450,343.3,2.6,0.86,16.290,343.5 +1.9,0.86,13.130,348.5,1.8,0.86,14.050,349.2 +1.6,0.86,12.080,339.0,1.5,0.86,13.100,340.9 +0.8,0.86,11.240,342.7,0.7,0.86,12.200,343.8 +-0.0,0.86,9.990,339.9,-0.1,0.86,10.730,340.3 +-0.7,0.86,9.820,334.6,-0.8,0.86,10.980,337.9 +-0.5,0.86,13.630,351.2,-0.7,0.86,14.560,351.4 +-0.0,0.86,15.590,353.8,-0.2,0.86,15.940,353.9 +0.8,0.86,14.830,354.7,0.6,0.86,15.150,354.7 +1.6,0.86,14.710,352.2,1.4,0.86,15.000,352.2 +2.5,0.86,14.230,350.4,2.3,0.86,14.500,350.4 +3.4,0.86,14.300,346.7,3.2,0.86,14.580,346.7 +4.1,0.87,13.170,346.0,3.9,0.87,13.430,346.1 +4.5,0.86,13.810,342.7,4.3,0.86,14.050,342.8 +5.0,0.86,12.620,340.7,4.8,0.86,12.860,340.8 +4.9,0.86,12.290,348.2,4.7,0.86,12.520,348.0 +4.8,0.86,10.190,344.3,4.6,0.86,10.460,344.2 +4.0,0.87,6.160,333.1,3.8,0.87,6.690,336.1 +3.3,0.87,6.980,328.4,3.2,0.87,7.680,333.2 +2.5,0.87,8.300,327.6,2.4,0.87,9.020,331.8 +2.2,0.87,9.180,337.4,2.1,0.87,9.910,340.7 +1.8,0.87,7.820,337.0,1.7,0.87,8.360,341.6 +1.5,0.87,10.750,353.1,1.5,0.87,12.520,357.8 +1.8,0.87,12.450,1.6,1.8,0.87,12.820,1.8 +2.4,0.87,11.300,9.8,2.6,0.87,11.900,8.3 +0.9,0.87,4.580,345.5,1.1,0.87,5.280,349.8 +0.2,0.87,4.190,302.4,0.4,0.87,4.180,309.8 +0.8,0.87,5.020,292.1,1.0,0.87,4.840,296.0 +1.5,0.87,6.180,278.2,1.6,0.87,5.900,280.5 +2.1,0.86,7.220,271.8,2.4,0.86,7.130,271.9 +1.1,0.86,6.860,259.4,1.6,0.86,7.550,259.5 +2.9,0.86,5.240,257.9,2.9,0.86,5.900,259.0 +5.9,0.86,5.940,258.8,5.8,0.86,6.000,259.6 +8.6,0.86,6.900,260.6,8.4,0.86,6.980,261.0 +10.9,0.86,7.120,263.4,10.7,0.86,7.210,263.6 +12.6,0.86,8.120,267.7,12.4,0.86,8.220,267.9 +13.8,0.86,7.810,264.8,13.6,0.86,7.910,264.9 +14.6,0.86,7.220,265.7,14.4,0.86,7.330,265.6 +15.2,0.86,7.470,254.8,15.0,0.86,7.550,255.0 +15.8,0.86,7.060,252.0,15.6,0.86,7.180,252.1 +16.4,0.86,6.900,260.9,16.2,0.86,7.220,260.7 +15.8,0.86,5.670,231.7,15.9,0.86,6.280,242.9 +14.7,0.86,11.730,224.8,14.8,0.86,12.580,227.2 +14.1,0.86,11.340,231.7,14.3,0.86,12.370,233.5 +13.1,0.86,11.240,248.1,13.3,0.86,11.990,250.7 +12.1,0.86,11.360,268.0,12.2,0.86,12.060,273.1 +10.8,0.86,10.670,264.4,11.1,0.86,11.610,266.3 +10.0,0.86,12.310,274.9,10.4,0.86,13.850,276.8 +9.0,0.86,11.960,298.8,9.2,0.86,12.790,301.2 +7.9,0.86,9.800,300.1,8.1,0.86,10.340,305.9 +6.5,0.86,7.120,310.1,6.6,0.86,7.330,323.1 +5.4,0.86,7.440,341.9,5.5,0.86,9.080,352.6 +3.5,0.87,9.060,11.6,3.5,0.87,10.590,15.2 +2.3,0.87,11.590,22.6,2.3,0.87,12.680,24.7 +3.3,0.87,12.920,40.5,3.1,0.87,13.470,41.0 +3.9,0.87,9.340,34.2,3.7,0.87,9.530,34.5 +5.3,0.87,9.410,41.7,5.0,0.87,9.580,41.8 +6.8,0.87,8.540,50.6,6.6,0.87,8.680,50.7 +8.1,0.87,7.720,56.9,7.9,0.87,7.840,56.9 +9.1,0.87,6.680,58.3,8.9,0.87,6.770,58.2 +10.1,0.87,5.860,64.4,9.8,0.87,5.940,64.3 +10.7,0.87,5.280,62.5,10.5,0.87,5.340,62.5 +11.2,0.87,4.690,59.6,11.0,0.87,4.750,60.0 +11.4,0.87,4.110,67.4,11.2,0.87,4.160,67.5 +11.3,0.87,4.390,84.2,11.1,0.87,4.480,84.2 +10.8,0.87,5.250,103.5,10.6,0.87,5.310,104.0 +10.1,0.87,6.800,105.3,10.0,0.87,7.020,106.5 +9.2,0.87,7.590,111.6,9.2,0.87,8.000,111.9 +8.2,0.87,8.710,125.7,8.2,0.87,9.360,125.2 +7.7,0.87,9.150,132.2,7.8,0.87,9.700,132.6 +7.1,0.87,9.100,137.2,7.2,0.87,9.770,136.6 +6.7,0.87,9.670,142.9,6.8,0.87,10.160,142.3 +6.2,0.87,9.720,150.7,6.4,0.87,10.290,149.7 +5.5,0.87,9.450,157.1,5.8,0.87,10.240,156.0 +5.1,0.87,8.960,168.0,5.4,0.87,10.110,167.0 +4.7,0.87,8.920,174.0,5.0,0.87,10.170,172.3 +4.5,0.87,9.090,176.8,4.9,0.87,10.040,175.0 +3.6,0.87,8.830,180.4,4.0,0.87,9.800,177.8 +2.8,0.87,5.940,196.3,3.1,0.87,6.640,194.8 +4.2,0.87,3.700,207.8,4.1,0.87,3.970,207.2 +6.8,0.87,5.710,203.9,6.6,0.87,5.780,203.9 +8.9,0.87,6.740,207.0,8.7,0.87,6.820,207.1 +11.0,0.87,6.550,207.9,10.8,0.87,6.640,208.1 +12.8,0.87,6.720,210.4,12.6,0.87,6.820,210.5 +14.1,0.87,7.050,210.6,13.9,0.87,7.140,210.6 +15.3,0.87,7.370,212.6,15.0,0.87,7.470,212.7 +16.2,0.87,6.900,209.0,16.0,0.87,7.000,209.2 +16.8,0.87,7.150,205.1,16.6,0.87,7.260,205.3 +16.9,0.87,6.920,191.9,16.7,0.87,7.180,192.5 +16.4,0.87,6.620,176.5,16.3,0.87,7.110,179.0 +15.5,0.87,10.140,177.4,15.6,0.87,10.850,180.2 +14.6,0.87,10.310,177.9,14.7,0.87,10.960,180.0 +13.8,0.87,10.040,181.3,14.2,0.87,10.890,184.0 +13.5,0.87,9.010,186.0,13.9,0.87,9.900,188.2 +12.3,0.87,6.660,192.1,12.8,0.87,7.920,194.1 +11.5,0.87,5.430,210.9,11.9,0.87,6.240,209.4 +11.4,0.87,5.210,218.1,11.8,0.87,5.870,217.1 +11.4,0.87,5.340,227.6,11.6,0.87,5.950,227.0 +11.6,0.87,6.120,219.9,11.6,0.87,6.530,221.3 +11.2,0.87,5.310,227.5,11.1,0.87,5.760,229.2 +10.4,0.87,6.160,233.6,10.4,0.87,6.740,234.0 +9.6,0.87,7.850,239.6,9.9,0.87,8.440,240.9 +10.0,0.87,4.250,265.8,10.5,0.87,4.440,270.1 +10.6,0.87,4.590,254.5,10.9,0.87,5.180,255.6 +11.7,0.87,3.730,256.4,11.5,0.87,3.750,257.7 +14.3,0.87,4.380,265.8,14.1,0.87,4.420,266.9 +17.2,0.87,6.400,272.8,17.0,0.87,6.460,272.7 +18.8,0.87,6.210,273.4,18.6,0.87,6.280,273.6 +20.0,0.87,4.440,272.1,19.8,0.87,4.500,272.2 +20.9,0.87,3.040,276.3,20.7,0.87,3.080,276.6 +21.4,0.87,2.200,292.5,21.2,0.87,2.220,292.7 +21.6,0.87,1.490,280.6,21.4,0.87,1.510,283.0 +21.7,0.87,3.030,352.2,21.5,0.87,3.100,352.2 +21.0,0.87,4.610,8.5,20.9,0.87,4.530,8.1 +20.8,0.87,4.940,13.6,20.7,0.87,4.950,12.0 +21.0,0.87,4.270,19.2,20.9,0.87,4.190,17.8 +18.6,0.87,2.050,1.0,19.0,0.87,2.520,6.1 +16.5,0.87,2.090,7.1,17.0,0.87,2.130,14.8 +16.7,0.87,2.170,21.2,17.1,0.87,2.350,31.8 +17.4,0.87,2.090,36.4,17.8,0.87,2.260,46.9 +12.5,0.87,7.200,183.4,12.8,0.87,7.280,181.1 +16.4,0.87,7.720,226.8,17.0,0.87,8.070,225.7 +15.3,0.87,7.710,248.4,16.5,0.87,8.010,244.6 +12.9,0.87,4.860,250.5,14.0,0.87,5.390,253.2 +10.9,0.87,4.200,263.3,12.5,0.87,4.690,267.0 +12.4,0.87,6.170,249.1,12.9,0.87,6.390,247.8 +12.8,0.87,6.630,263.3,13.7,0.87,6.740,262.7 +12.3,0.87,5.050,266.4,13.0,0.87,6.170,266.8 +14.9,0.86,3.800,263.6,14.8,0.86,3.870,265.2 +17.6,0.86,4.340,246.1,17.4,0.86,4.350,247.5 +20.6,0.86,5.710,250.2,20.4,0.86,5.780,251.0 +22.2,0.86,7.870,261.1,22.0,0.86,7.980,261.1 +23.5,0.86,8.930,259.2,23.3,0.86,9.050,259.2 +24.2,0.86,7.180,266.9,24.0,0.86,7.270,267.1 +24.7,0.86,6.750,272.8,24.4,0.86,6.850,272.9 +25.0,0.86,5.830,270.9,24.8,0.86,5.940,271.1 +25.1,0.86,7.000,280.1,25.0,0.86,7.220,280.3 +25.1,0.86,5.490,263.4,25.0,0.86,5.680,263.2 +25.1,0.86,3.400,241.7,25.2,0.86,3.660,244.3 +24.7,0.86,6.400,202.5,24.8,0.86,6.100,204.1 +20.7,0.86,7.590,261.2,22.2,0.86,8.990,274.5 +19.7,0.86,8.990,279.5,20.1,0.86,9.340,288.4 +18.3,0.86,10.590,255.9,18.6,0.86,10.970,259.5 +19.4,0.86,8.270,288.5,20.1,0.86,7.800,296.8 +16.9,0.86,8.780,283.3,17.9,0.86,9.980,289.1 +17.9,0.86,9.700,282.3,19.2,0.86,10.440,282.6 +16.1,0.86,8.660,295.9,17.0,0.86,10.010,297.3 +17.3,0.86,9.630,288.5,18.9,0.86,10.970,289.3 +15.4,0.86,9.600,289.4,16.7,0.86,11.090,291.8 +15.8,0.86,11.320,286.0,16.6,0.86,12.590,287.8 +14.6,0.86,9.940,291.6,15.2,0.86,11.230,293.5 +15.4,0.86,5.800,318.1,15.5,0.86,7.110,323.5 +18.3,0.86,6.360,350.6,18.1,0.86,6.430,350.5 +17.4,0.86,7.120,357.0,17.2,0.86,7.180,356.8 +18.0,0.86,6.150,14.1,17.8,0.86,6.210,14.1 +18.3,0.86,5.240,22.8,18.1,0.86,5.290,23.0 +18.8,0.86,4.650,29.3,18.6,0.86,4.680,29.1 +19.4,0.86,4.420,36.5,19.2,0.86,4.450,36.2 +19.6,0.86,3.660,52.1,19.4,0.86,3.670,52.1 +19.5,0.86,3.960,68.7,19.3,0.86,3.980,69.0 +18.5,0.86,7.370,77.8,18.3,0.86,7.440,77.6 +16.8,0.86,9.070,69.3,16.6,0.86,9.500,69.4 +15.3,0.86,9.510,70.1,15.2,0.86,10.140,70.7 +14.2,0.86,10.060,78.0,14.1,0.86,10.860,78.4 +12.9,0.86,9.460,87.4,12.7,0.86,10.510,88.3 +11.4,0.86,9.600,74.6,11.3,0.86,10.480,76.6 +10.5,0.86,7.520,62.9,10.4,0.86,8.180,67.3 +9.5,0.86,8.000,79.4,9.4,0.86,9.050,81.2 +8.6,0.86,7.560,92.9,8.5,0.86,8.090,93.3 +8.1,0.86,7.340,72.0,8.0,0.86,7.900,72.5 +7.5,0.86,6.750,78.5,7.3,0.86,7.700,81.7 +7.1,0.86,5.640,59.1,7.0,0.86,6.340,60.9 +6.7,0.86,3.210,58.7,6.6,0.86,3.530,60.1 +6.2,0.86,3.320,103.6,6.2,0.86,3.640,100.9 +5.7,0.86,2.130,60.3,5.8,0.86,2.440,65.8 +6.8,0.86,1.700,72.2,6.6,0.86,1.700,71.4 +8.2,0.86,1.570,159.3,8.0,0.86,1.520,159.6 +10.0,0.86,2.690,201.6,9.8,0.86,2.700,201.2 +12.6,0.86,4.460,213.3,12.4,0.86,4.520,213.6 +15.6,0.86,5.900,227.9,15.4,0.86,5.990,228.1 +17.5,0.86,7.780,236.9,17.3,0.86,7.930,237.1 +19.6,0.85,7.760,260.5,19.4,0.85,7.900,260.6 +20.9,0.85,9.430,258.6,20.7,0.85,9.660,258.6 +17.9,0.86,8.420,293.9,17.7,0.86,8.680,293.6 +17.0,0.85,11.930,249.9,16.8,0.85,12.030,250.1 +17.7,0.85,12.580,257.5,17.6,0.85,13.150,257.9 +17.0,0.85,10.100,245.1,17.1,0.85,11.030,247.1 +16.4,0.85,9.120,259.7,16.7,0.85,10.190,260.0 +15.0,0.85,8.990,269.8,15.3,0.85,10.330,272.7 +15.9,0.86,12.970,276.5,16.3,0.86,13.320,277.9 +15.0,0.86,9.340,296.8,15.7,0.86,9.870,302.5 +14.8,0.86,8.680,311.5,15.1,0.86,9.750,317.0 +14.2,0.86,8.990,330.6,14.8,0.86,10.550,338.9 +12.4,0.86,8.690,328.3,13.0,0.86,10.130,338.0 +11.7,0.86,11.780,350.1,11.9,0.86,13.710,355.8 +8.1,0.86,12.390,9.3,8.1,0.86,13.570,12.4 +6.0,0.86,13.540,15.1,5.9,0.86,14.610,16.3 +4.9,0.86,9.580,17.7,5.0,0.86,11.160,20.6 +5.1,0.86,8.810,36.5,5.0,0.86,9.410,36.3 +6.3,0.86,7.140,40.1,6.1,0.86,7.250,40.1 +7.8,0.86,5.410,48.3,7.6,0.86,5.470,48.2 +9.4,0.86,3.690,70.2,9.2,0.86,3.730,70.2 +10.8,0.86,2.350,104.8,10.6,0.86,2.350,103.8 +12.1,0.86,1.770,168.7,11.9,0.86,1.770,169.7 +13.5,0.86,2.310,201.6,13.3,0.86,2.340,201.3 +14.9,0.86,3.470,205.8,14.7,0.86,3.520,205.8 +16.4,0.86,5.060,211.7,16.2,0.86,5.160,211.5 +17.2,0.86,6.190,216.5,17.0,0.86,6.290,216.7 +18.0,0.86,6.480,217.1,17.8,0.86,6.640,217.4 +18.5,0.86,6.860,223.8,18.4,0.86,7.030,226.4 +18.3,0.86,7.480,217.7,18.3,0.86,7.730,219.3 +18.6,0.86,7.560,244.3,18.5,0.86,8.250,244.6 +15.7,0.86,2.120,259.9,15.8,0.86,2.730,274.8 +14.5,0.86,1.830,194.4,14.6,0.86,1.960,215.6 +12.4,0.86,2.200,155.4,13.0,0.86,1.590,171.2 +14.4,0.86,1.980,193.7,14.3,0.86,1.630,194.3 +14.6,0.86,2.430,266.4,14.6,0.86,2.290,273.4 +14.6,0.86,4.570,304.2,14.7,0.86,4.850,306.8 +12.7,0.86,5.670,304.1,13.6,0.86,6.090,305.3 +11.8,0.86,5.480,318.8,12.7,0.86,5.700,318.4 +12.1,0.86,4.480,313.6,13.0,0.86,4.520,316.4 +11.0,0.86,4.740,336.3,12.1,0.86,4.790,334.1 +9.1,0.86,4.450,350.0,10.4,0.86,4.910,348.6 +9.1,0.86,2.550,36.2,9.3,0.86,3.120,30.0 +10.6,0.86,1.930,56.0,10.4,0.86,1.980,53.6 +12.9,0.86,3.130,54.3,12.7,0.86,3.170,53.9 +14.2,0.86,5.020,62.6,14.0,0.86,5.070,62.4 +15.1,0.86,6.180,60.9,14.9,0.86,6.240,60.8 +15.5,0.86,6.810,59.4,15.3,0.86,6.890,59.3 +15.8,0.86,7.320,61.7,15.6,0.86,7.410,61.6 +15.6,0.86,7.900,67.3,15.3,0.86,8.020,67.2 +15.2,0.86,8.330,67.3,15.1,0.86,8.470,67.2 +14.8,0.86,6.920,75.2,14.6,0.86,7.110,74.9 +14.1,0.87,6.390,80.8,14.0,0.87,6.760,81.0 +12.9,0.87,7.320,92.4,12.7,0.87,7.710,94.6 +11.6,0.87,8.170,93.8,11.4,0.87,8.520,94.5 +11.0,0.87,6.300,89.1,10.8,0.87,6.840,90.0 +10.2,0.87,6.590,90.7,10.0,0.87,7.330,90.7 +9.4,0.87,8.190,93.3,9.3,0.87,8.230,94.9 +8.8,0.87,8.650,100.7,8.7,0.87,9.150,100.6 +8.3,0.87,9.380,103.2,8.2,0.87,9.720,104.8 +7.7,0.87,9.470,113.3,7.6,0.87,10.340,114.7 +7.0,0.87,9.520,116.4,7.1,0.87,10.820,117.8 +6.4,0.87,8.600,116.2,6.4,0.87,9.210,118.4 +5.0,0.87,5.630,113.1,5.1,0.87,5.930,115.0 +4.7,0.87,5.060,101.0,4.7,0.87,5.010,103.6 +4.3,0.87,3.900,94.2,4.5,0.87,4.190,98.5 +5.2,0.87,2.840,104.5,5.0,0.87,2.920,104.5 +6.4,0.87,3.610,131.7,6.2,0.87,3.660,132.1 +7.9,0.87,4.760,145.7,7.7,0.87,4.830,146.0 +9.2,0.87,5.040,163.6,9.0,0.87,5.110,163.9 +10.7,0.87,5.250,184.5,10.5,0.87,5.330,184.3 +11.9,0.87,6.450,184.3,11.7,0.87,6.540,184.6 +13.1,0.87,7.110,195.0,12.9,0.87,7.240,195.1 +13.7,0.87,7.730,194.7,13.5,0.87,7.870,195.0 +14.3,0.86,8.530,195.5,14.1,0.86,8.700,195.8 +14.4,0.86,8.990,202.7,14.2,0.86,9.180,202.8 +14.0,0.86,9.200,186.5,13.8,0.86,9.610,186.9 +13.7,0.86,9.170,186.1,13.6,0.86,9.760,186.7 +13.2,0.86,9.460,190.0,13.2,0.86,10.300,191.0 +13.3,0.86,11.310,185.4,13.3,0.86,12.280,186.2 +12.8,0.86,11.700,188.8,13.0,0.86,12.740,189.1 +12.5,0.86,11.590,187.6,12.6,0.86,12.350,188.9 +11.8,0.86,10.420,192.5,11.9,0.86,11.480,194.2 +10.8,0.86,9.400,194.7,11.0,0.86,10.920,196.3 +9.6,0.86,8.920,209.8,9.6,0.86,10.190,210.8 +9.3,0.86,8.780,227.8,9.3,0.86,9.760,227.1 +9.5,0.86,8.500,243.6,9.3,0.86,9.090,242.0 +10.0,0.86,9.460,238.9,10.0,0.86,10.190,240.8 +9.7,0.85,8.960,244.0,10.2,0.85,10.070,245.9 +10.9,0.85,10.950,263.3,11.0,0.85,11.680,263.7 +13.0,0.85,11.110,268.9,13.0,0.85,12.160,268.9 +16.1,0.85,12.430,273.1,15.9,0.85,12.720,273.0 +17.7,0.85,14.100,278.5,17.5,0.85,14.330,278.7 +18.9,0.85,14.000,282.8,18.6,0.85,14.270,282.9 +19.1,0.85,12.770,277.9,18.9,0.85,12.990,278.0 +20.3,0.85,12.500,279.7,20.1,0.85,12.710,279.8 +21.1,0.85,12.780,282.4,20.8,0.85,13.020,282.5 +21.4,0.85,14.630,285.6,21.2,0.85,14.930,285.7 +21.3,0.85,14.690,284.0,21.1,0.85,15.000,284.2 +21.1,0.85,14.200,293.7,21.0,0.85,14.680,293.6 +20.2,0.85,9.760,298.2,20.3,0.85,11.200,298.9 +18.9,0.85,11.530,297.6,19.4,0.85,13.600,297.9 +18.9,0.85,15.000,305.2,19.1,0.85,16.890,305.7 +15.8,0.85,9.650,314.6,16.3,0.85,12.130,316.1 +15.4,0.85,9.750,330.6,16.0,0.85,11.510,331.2 +14.8,0.85,12.140,338.5,15.2,0.85,14.350,339.8 +14.2,0.85,14.180,339.7,14.7,0.85,16.050,341.4 +12.2,0.85,8.700,354.5,12.6,0.85,10.160,356.5 +10.1,0.86,8.520,30.3,10.0,0.86,9.550,31.3 +7.4,0.86,8.040,50.1,7.5,0.86,9.110,50.8 +5.3,0.86,5.920,54.3,5.2,0.86,7.030,54.8 +3.6,0.86,8.050,34.4,3.4,0.86,8.860,35.8 +2.5,0.86,7.230,47.9,2.3,0.86,7.750,48.3 +2.3,0.86,5.820,58.8,2.1,0.86,5.920,58.9 +1.9,0.86,4.240,60.6,1.7,0.86,4.320,61.1 +2.7,0.86,3.740,65.3,2.5,0.86,3.820,65.4 +3.6,0.86,3.690,68.6,3.4,0.86,3.740,68.7 +4.7,0.86,3.010,115.1,4.5,0.86,3.030,114.4 +5.4,0.86,3.550,119.7,5.2,0.86,3.550,119.2 +6.7,0.86,3.170,112.6,6.5,0.86,3.150,113.3 +7.8,0.86,3.290,107.2,7.6,0.86,3.290,107.8 +9.3,0.86,2.840,113.4,9.1,0.86,2.850,115.1 +10.8,0.86,3.220,129.3,10.6,0.86,3.280,131.6 +10.7,0.86,4.090,154.8,10.5,0.86,4.100,154.9 +10.2,0.86,7.680,146.9,10.0,0.86,7.870,147.6 +10.5,0.86,5.740,156.7,10.4,0.86,6.040,160.8 +10.6,0.86,7.800,180.1,10.6,0.86,8.290,180.6 +10.6,0.86,9.340,175.5,10.5,0.86,9.860,176.1 +10.4,0.85,7.930,180.8,10.3,0.85,8.760,181.7 +10.5,0.85,10.420,200.4,10.7,0.85,10.970,205.4 +10.6,0.85,8.810,208.7,10.6,0.85,10.070,208.5 +9.2,0.85,6.410,198.5,9.1,0.85,7.890,200.4 +9.4,0.85,5.060,213.1,9.3,0.85,5.950,212.7 +8.9,0.85,11.070,207.5,9.0,0.85,12.290,209.7 +8.9,0.85,12.040,210.7,9.1,0.85,13.250,211.1 +8.6,0.85,12.610,221.2,8.8,0.85,13.750,222.5 +9.3,0.85,12.340,229.4,9.6,0.85,13.260,232.3 +10.0,0.85,8.620,245.4,10.1,0.85,9.250,248.1 +11.8,0.85,8.800,264.1,11.6,0.85,8.970,265.0 +13.3,0.85,9.840,264.3,13.2,0.85,10.000,264.5 +14.2,0.85,12.470,275.3,14.0,0.85,12.650,275.4 +14.5,0.85,13.730,274.2,14.3,0.85,13.980,274.3 +14.6,0.85,12.200,273.0,14.3,0.85,12.390,273.0 +14.9,0.85,14.690,276.5,14.6,0.85,14.940,276.5 +14.5,0.85,16.710,287.0,14.3,0.85,17.010,286.9 +13.9,0.85,15.940,290.3,13.7,0.85,16.250,290.3 +11.9,0.86,16.960,302.2,11.7,0.86,17.280,302.1 +9.6,0.86,18.050,306.3,9.4,0.86,18.460,306.3 +7.8,0.86,16.190,309.5,7.7,0.86,16.930,309.4 +6.6,0.86,13.870,299.6,6.5,0.86,14.800,299.8 +2.4,0.86,11.060,358.4,2.2,0.86,11.580,358.3 +0.9,0.86,11.730,353.6,0.7,0.86,12.210,353.7 +-0.6,0.86,13.900,352.0,-0.8,0.86,14.370,352.2 +-1.7,0.86,13.940,359.9,-1.9,0.86,14.380,359.9 +-2.7,0.86,13.110,0.8,-2.8,0.86,13.690,1.0 +-3.4,0.86,11.340,356.7,-3.6,0.86,12.010,357.2 +-4.0,0.87,10.440,2.0,-4.2,0.87,11.140,2.0 +-4.3,0.87,12.800,357.9,-4.4,0.87,13.520,358.2 +-4.5,0.87,12.550,354.6,-4.6,0.87,13.400,355.5 +-4.6,0.87,11.530,351.9,-4.7,0.87,12.250,352.4 +-4.8,0.87,10.570,356.7,-4.9,0.87,11.440,357.5 +-4.3,0.87,8.160,357.9,-4.5,0.87,8.420,358.2 +-2.9,0.87,7.670,12.6,-3.1,0.87,7.830,12.6 +-1.5,0.87,6.480,13.5,-1.7,0.87,6.600,13.6 +-0.0,0.87,5.470,10.5,-0.3,0.87,5.550,10.6 +1.3,0.87,4.520,5.3,1.0,0.87,4.580,5.5 +2.4,0.87,3.420,3.6,2.2,0.87,3.460,3.6 +3.4,0.87,2.340,359.1,3.1,0.87,2.360,358.6 +4.2,0.86,1.260,19.4,4.0,0.86,1.240,16.1 +5.0,0.86,0.540,232.7,4.7,0.86,0.560,235.2 +5.0,0.86,2.550,205.1,4.8,0.86,2.520,205.1 +5.3,0.86,2.970,151.8,5.0,0.86,2.990,152.3 +5.3,0.86,3.570,149.9,5.1,0.86,3.580,150.5 +4.8,0.86,5.420,142.9,4.6,0.86,5.660,143.6 +4.7,0.86,6.790,137.3,4.5,0.86,6.810,137.5 +2.8,0.86,8.160,114.0,2.7,0.86,8.760,116.2 +1.2,0.87,8.020,107.6,1.1,0.87,8.830,109.2 +0.4,0.87,9.910,101.5,0.4,0.87,10.640,103.3 +-0.7,0.87,9.250,101.9,-0.7,0.87,9.960,104.9 +-1.4,0.87,8.050,99.6,-1.2,0.87,8.890,103.4 +-1.9,0.87,7.720,97.7,-1.9,0.87,8.440,100.7 +-2.3,0.87,6.340,101.9,-2.3,0.87,6.900,104.7 +-3.0,0.87,5.760,97.8,-3.0,0.87,6.070,100.5 +-4.0,0.87,5.740,87.3,-3.9,0.87,5.980,91.0 +-4.1,0.87,6.900,80.7,-4.2,0.87,7.110,82.4 +-4.2,0.87,4.450,78.9,-4.4,0.87,4.710,78.5 +-2.6,0.87,3.550,78.3,-2.8,0.87,3.600,78.2 +-1.3,0.87,3.020,98.0,-1.5,0.87,3.040,97.6 +-0.2,0.87,2.550,119.2,-0.4,0.87,2.540,119.1 +1.0,0.87,1.860,139.5,0.7,0.87,1.840,140.2 +2.1,0.87,1.550,159.1,1.9,0.87,1.540,160.7 +3.2,0.87,1.940,243.5,3.0,0.87,1.910,242.4 +3.9,0.87,1.930,255.6,3.7,0.87,1.960,254.8 +4.5,0.87,2.230,232.6,4.3,0.87,2.230,232.3 +5.1,0.87,1.630,243.3,4.9,0.87,1.650,243.9 +5.2,0.87,1.120,323.0,5.0,0.87,1.110,320.0 +5.2,0.87,1.150,64.0,5.0,0.87,0.950,61.8 +5.2,0.87,2.100,140.2,5.0,0.87,2.150,141.9 +4.3,0.87,6.510,149.4,4.2,0.87,6.610,149.7 +4.3,0.87,6.930,154.3,4.2,0.87,7.140,154.5 +4.3,0.87,7.620,159.2,4.2,0.87,7.680,159.6 +4.0,0.87,7.540,163.7,4.0,0.87,7.520,165.6 +2.1,0.87,6.280,167.4,2.3,0.87,7.330,170.4 +1.3,0.87,6.910,168.0,1.6,0.87,8.530,172.5 +1.0,0.87,7.470,171.5,1.4,0.87,8.760,174.2 +1.2,0.87,9.610,180.4,1.4,0.87,10.680,180.5 +0.7,0.87,9.660,180.6,0.9,0.87,10.880,180.5 +0.1,0.87,8.640,184.8,0.4,0.87,10.110,184.6 +-0.1,0.87,9.280,185.6,0.0,0.87,10.680,185.7 +0.2,0.87,6.410,191.2,0.0,0.87,7.020,190.9 +1.9,0.87,7.020,194.4,1.7,0.87,7.130,194.2 +3.9,0.87,7.510,192.6,3.7,0.87,7.630,192.6 +5.8,0.87,9.390,197.1,5.6,0.87,9.540,197.2 +7.2,0.87,10.590,200.8,7.0,0.87,10.750,200.8 +8.4,0.87,10.100,202.1,8.2,0.87,10.250,202.3 +9.9,0.87,9.940,202.0,9.7,0.87,10.090,202.2 +11.3,0.87,9.730,203.1,11.1,0.87,9.900,203.3 +12.1,0.87,10.180,204.9,11.9,0.87,10.350,205.0 +12.6,0.87,10.350,199.9,12.4,0.87,10.540,200.1 +12.7,0.87,10.910,198.0,12.5,0.87,11.130,198.1 +12.3,0.87,9.970,194.9,12.2,0.87,10.550,195.5 +11.4,0.87,10.100,190.1,11.5,0.87,11.230,192.0 +11.3,0.87,12.220,190.1,11.3,0.87,13.110,190.6 +10.0,0.87,10.540,183.6,10.0,0.87,11.700,184.6 +8.9,0.87,12.210,191.4,9.0,0.87,13.700,191.9 +7.9,0.86,12.760,194.9,7.9,0.86,14.110,195.5 +6.8,0.86,10.800,192.9,6.7,0.86,12.070,194.4 +5.7,0.86,9.360,201.4,5.7,0.86,10.890,201.8 +5.3,0.86,9.950,207.5,5.2,0.86,11.390,206.9 +4.5,0.86,8.220,216.7,4.5,0.86,9.720,214.3 +4.0,0.86,9.070,214.1,4.1,0.86,10.710,213.3 +4.0,0.86,8.080,228.6,3.9,0.86,9.240,225.7 +3.5,0.86,7.150,222.9,3.5,0.86,8.280,222.1 +4.4,0.86,7.930,231.6,4.6,0.86,8.630,233.1 +6.5,0.86,5.650,236.0,6.4,0.86,5.800,236.8 +10.2,0.86,4.910,242.3,10.1,0.86,4.970,242.4 +13.6,0.86,5.350,239.3,13.4,0.86,5.410,239.0 +16.3,0.86,4.540,234.2,16.1,0.86,4.600,234.1 +18.8,0.86,4.390,239.5,18.6,0.86,4.460,239.2 +20.7,0.86,4.110,251.8,20.5,0.86,4.200,251.5 +21.4,0.86,5.620,244.7,21.2,0.86,5.690,244.6 +21.9,0.86,5.910,228.0,21.7,0.86,5.990,228.2 +22.1,0.86,5.610,224.7,21.9,0.86,5.690,224.7 +22.1,0.86,5.740,223.8,21.9,0.86,5.880,223.8 +21.8,0.86,5.510,206.0,21.7,0.86,5.690,207.4 +20.4,0.86,9.880,185.4,20.3,0.86,10.420,185.0 +19.6,0.86,10.420,178.5,19.5,0.86,10.920,179.6 +18.8,0.86,12.760,196.9,18.8,0.86,13.560,196.8 +16.8,0.86,10.260,190.3,16.9,0.86,11.610,191.3 +15.0,0.86,8.020,195.7,15.1,0.86,9.100,198.0 +13.3,0.86,10.000,190.2,13.2,0.86,10.980,192.3 +11.8,0.86,8.750,191.8,11.8,0.86,10.040,194.3 +11.0,0.86,6.590,208.8,10.8,0.86,7.420,210.7 +12.1,0.86,7.090,215.4,12.8,0.86,7.020,224.5 +11.2,0.86,4.630,226.7,11.8,0.86,4.780,234.1 +8.6,0.86,6.210,340.2,9.2,0.86,5.290,334.6 +6.3,0.86,8.400,355.7,7.4,0.86,8.030,354.3 +5.8,0.86,4.570,353.9,5.7,0.86,5.340,355.4 +8.5,0.86,2.840,340.5,8.4,0.86,2.870,341.6 +12.1,0.87,3.310,344.1,12.0,0.87,3.330,344.4 +15.2,0.87,2.130,350.7,15.0,0.87,2.140,350.9 +17.8,0.87,1.580,359.2,17.6,0.87,1.590,359.4 +19.7,0.87,0.990,326.2,19.5,0.87,1.000,326.2 +21.2,0.86,1.600,258.8,21.0,0.86,1.580,259.6 +21.9,0.86,2.970,234.6,21.7,0.86,3.060,234.9 +22.4,0.86,4.810,254.0,22.1,0.86,4.880,254.1 +23.0,0.86,5.970,258.1,22.8,0.86,6.080,258.1 +23.1,0.86,5.060,251.3,22.9,0.86,5.140,251.3 +23.0,0.86,3.960,232.3,22.9,0.86,4.500,232.6 +22.0,0.86,3.780,237.5,22.1,0.86,3.830,243.6 +22.0,0.86,5.970,253.7,22.2,0.86,6.110,260.4 +21.9,0.86,6.440,237.6,21.8,0.86,6.450,242.4 +21.2,0.86,6.310,257.0,21.4,0.86,7.050,257.9 +19.9,0.86,6.440,209.9,19.7,0.86,5.800,220.7 +19.5,0.86,10.150,220.0,19.6,0.86,11.670,220.6 +18.8,0.87,7.750,326.4,18.5,0.87,8.060,320.6 +18.7,0.87,4.740,296.5,18.7,0.87,4.710,293.4 +16.4,0.87,4.230,198.2,16.4,0.87,4.470,198.6 +16.4,0.86,4.300,216.0,16.5,0.86,4.070,220.6 +16.0,0.86,7.280,216.9,16.2,0.86,7.190,220.6 +13.3,0.86,5.990,211.6,13.9,0.86,5.890,216.4 +10.9,0.87,1.190,318.8,11.0,0.87,1.050,298.0 +12.8,0.87,0.390,285.7,12.7,0.87,0.390,281.0 +15.1,0.87,1.240,285.9,14.9,0.87,1.200,288.8 +18.1,0.87,0.590,300.1,17.9,0.87,0.590,305.5 +20.7,0.87,1.640,340.0,20.5,0.87,1.660,340.8 +22.0,0.86,1.180,332.6,21.8,0.86,1.220,332.7 +23.0,0.86,1.360,258.6,22.8,0.86,1.360,259.2 +22.3,0.86,4.280,342.2,22.1,0.86,4.220,341.1 +17.4,0.86,17.520,337.7,17.3,0.86,17.710,337.8 +19.3,0.86,6.570,17.6,19.1,0.86,6.640,17.6 +19.5,0.86,1.920,255.6,19.6,0.86,2.050,264.3 +18.6,0.86,7.770,57.3,18.5,0.86,7.860,57.2 +14.8,0.86,5.990,62.1,14.6,0.86,6.470,64.5 +15.0,0.86,6.980,128.0,15.2,0.86,7.310,126.9 +14.7,0.86,5.880,104.2,14.8,0.86,6.050,105.8 +14.8,0.86,4.570,66.7,14.9,0.86,4.520,65.2 +13.2,0.86,2.920,132.1,13.5,0.86,3.380,133.1 +14.2,0.86,2.170,106.8,14.7,0.86,2.200,116.2 +14.0,0.86,0.680,329.6,14.5,0.86,0.540,321.6 +13.6,0.86,3.390,269.1,14.2,0.86,3.400,266.2 +13.5,0.86,4.020,274.7,14.3,0.86,4.220,273.9 +13.3,0.86,4.770,288.3,14.3,0.86,5.050,292.4 +14.1,0.86,8.580,324.5,15.5,0.86,9.200,326.8 +13.3,0.86,9.210,331.4,14.6,0.86,10.110,335.6 +12.8,0.86,5.900,346.1,13.3,0.86,6.890,348.0 +16.2,0.86,4.520,345.2,16.1,0.86,5.210,346.9 +19.4,0.86,5.000,354.5,19.2,0.86,5.080,354.9 +21.0,0.86,5.450,353.7,20.8,0.86,5.520,353.7 +21.9,0.86,4.330,346.6,21.7,0.86,4.380,346.4 +22.3,0.86,3.670,347.5,22.1,0.86,3.690,347.1 +22.8,0.86,2.770,344.4,22.6,0.86,2.790,343.7 +23.3,0.86,2.260,319.1,23.1,0.86,2.260,319.3 +23.5,0.86,1.590,313.9,23.3,0.86,1.600,313.2 +23.7,0.86,2.490,234.0,23.5,0.86,2.510,234.9 +23.7,0.86,3.690,272.8,23.6,0.86,3.730,272.6 +23.6,0.86,4.050,272.7,23.4,0.86,4.100,272.9 +23.8,0.86,3.340,267.9,23.7,0.86,3.360,267.4 +21.9,0.86,5.750,120.2,21.8,0.86,5.110,116.6 +20.3,0.86,7.850,116.4,20.1,0.86,8.570,116.5 +18.2,0.86,9.140,136.5,18.1,0.86,10.110,136.7 +17.2,0.86,10.390,148.1,17.2,0.86,11.440,147.0 +16.4,0.86,9.050,157.4,16.6,0.86,10.430,156.0 +15.7,0.86,8.440,143.1,15.9,0.86,9.670,143.0 +14.9,0.86,8.230,139.5,15.2,0.86,9.660,141.3 +12.7,0.86,9.640,56.7,12.6,0.86,10.480,57.2 +13.6,0.86,12.410,52.2,13.4,0.86,12.870,52.2 +10.4,0.86,14.270,51.6,10.3,0.86,14.830,51.7 +9.2,0.87,12.320,50.4,9.0,0.87,12.700,50.5 +8.8,0.87,8.640,53.0,8.7,0.87,8.890,53.0 +8.9,0.87,6.390,47.4,8.7,0.87,6.530,47.6 +9.4,0.87,5.550,41.8,9.2,0.87,5.640,42.0 +11.4,0.87,4.400,54.2,11.2,0.87,4.580,54.0 +13.6,0.87,5.290,61.0,13.4,0.87,5.380,60.8 +14.9,0.87,3.700,56.0,14.7,0.87,3.740,56.0 +16.0,0.87,1.660,77.0,15.8,0.87,1.670,76.7 +16.9,0.87,1.630,132.5,16.7,0.87,1.600,131.7 +17.4,0.86,1.860,216.1,17.2,0.86,1.830,214.8 +17.8,0.86,1.360,233.8,17.6,0.86,1.380,234.8 +18.0,0.86,1.920,214.6,17.8,0.86,1.940,214.6 +18.0,0.86,3.460,184.8,17.8,0.86,3.450,187.4 +17.8,0.86,4.000,194.8,17.7,0.86,4.090,195.9 +17.7,0.86,5.780,188.9,17.5,0.86,5.630,191.5 +17.4,0.86,6.870,178.8,17.3,0.86,6.840,180.3 +17.1,0.86,8.220,179.5,17.0,0.86,8.210,181.7 +15.5,0.86,8.920,171.4,15.7,0.86,9.420,172.2 +14.7,0.86,11.340,180.7,14.9,0.86,12.510,180.6 +13.0,0.86,9.170,182.5,13.2,0.86,10.590,182.9 +12.3,0.86,8.090,189.2,12.6,0.86,9.970,187.9 +11.4,0.86,7.650,197.9,11.8,0.86,9.410,195.9 +11.7,0.86,10.200,201.6,12.1,0.86,11.900,199.9 +11.5,0.86,9.450,205.3,11.9,0.86,11.020,204.2 +11.1,0.86,8.850,205.4,11.5,0.86,10.520,207.9 +11.6,0.86,8.030,207.8,11.6,0.86,8.780,207.8 +14.3,0.86,5.430,200.5,14.2,0.86,5.560,200.5 +16.3,0.86,5.050,199.2,16.1,0.86,5.150,199.1 +18.1,0.86,6.860,197.9,17.9,0.86,6.970,198.1 +20.4,0.86,8.450,196.5,20.2,0.86,8.600,196.8 +21.9,0.86,8.570,212.3,21.7,0.86,8.710,212.4 +23.4,0.86,9.370,216.2,23.2,0.86,9.530,216.4 +24.7,0.86,10.220,243.8,24.5,0.86,10.400,243.8 +25.0,0.86,8.850,244.6,24.8,0.86,9.000,244.8 +18.0,0.86,11.320,67.4,17.8,0.86,11.420,67.4 +23.8,0.86,1.330,347.3,23.8,0.86,1.160,330.4 +16.1,0.86,9.280,76.8,15.9,0.86,9.720,77.0 +13.5,0.86,11.980,82.4,13.4,0.86,12.710,82.6 +12.5,0.86,9.630,81.7,12.3,0.86,9.900,82.2 +12.1,0.86,13.570,106.4,11.9,0.86,14.040,106.7 +11.8,0.86,13.230,105.6,11.7,0.86,13.730,105.9 +12.0,0.86,9.720,105.7,11.8,0.86,10.180,106.9 +12.3,0.86,10.710,112.5,12.1,0.86,11.140,113.2 +12.3,0.86,10.700,113.9,12.1,0.86,11.150,114.5 +12.3,0.86,9.800,112.2,12.2,0.86,10.170,112.6 +9.7,0.86,8.850,90.2,9.5,0.86,8.980,90.8 +8.2,0.86,9.150,89.9,8.0,0.86,9.290,90.2 +7.0,0.86,8.370,82.0,6.9,0.86,8.470,82.4 +6.3,0.86,8.530,78.5,6.1,0.86,8.630,78.7 +5.5,0.86,8.060,69.2,5.3,0.86,8.150,69.6 +4.9,0.86,8.080,66.4,4.7,0.86,8.160,66.7 +4.6,0.86,8.230,70.9,4.4,0.86,8.330,71.1 +4.6,0.86,7.590,68.2,4.4,0.86,7.670,68.4 +4.4,0.86,7.980,73.4,4.2,0.86,8.070,73.6 +4.0,0.86,7.660,75.1,3.8,0.86,7.740,75.0 +3.8,0.86,6.650,69.3,3.6,0.86,6.730,69.2 +3.7,0.86,6.490,60.6,3.5,0.86,6.580,60.5 +3.1,0.86,7.470,58.0,2.9,0.86,7.540,58.1 +3.0,0.86,7.420,63.0,2.8,0.86,7.490,63.1 +2.7,0.86,8.160,65.4,2.5,0.86,8.270,65.3 +2.4,0.86,7.730,55.3,2.2,0.86,7.850,55.4 +2.4,0.87,4.230,71.0,2.3,0.87,4.330,70.7 +1.9,0.86,9.810,94.3,1.7,0.86,10.000,94.0 +1.7,0.86,7.810,57.5,1.5,0.86,7.950,57.5 +1.3,0.86,7.170,48.8,1.1,0.86,7.300,48.6 +1.0,0.87,6.990,43.4,0.8,0.87,7.100,43.6 +0.6,0.87,7.630,21.8,0.4,0.87,7.800,21.9 +0.5,0.87,5.750,53.2,0.3,0.87,5.970,52.6 +0.6,0.87,5.780,102.8,0.4,0.87,5.890,102.1 +0.7,0.87,5.050,359.9,0.5,0.87,5.070,0.3 +1.1,0.87,5.070,5.4,0.9,0.87,5.170,5.2 +0.6,0.87,5.930,30.7,0.4,0.87,6.050,30.5 +0.6,0.87,6.460,12.7,0.4,0.87,6.740,12.4 +-0.6,0.87,6.590,27.9,-0.7,0.87,6.730,27.7 +-0.2,0.87,5.700,15.0,-0.4,0.87,5.770,15.1 +0.2,0.87,5.660,20.5,0.0,0.87,5.720,20.6 +1.0,0.87,5.680,23.5,0.8,0.87,5.750,23.6 +1.2,0.87,4.770,7.5,1.0,0.87,4.800,7.5 +3.1,0.87,4.480,18.1,2.9,0.87,4.540,18.1 +5.3,0.87,4.380,19.9,5.1,0.87,4.440,19.6 +6.5,0.87,4.660,12.6,6.3,0.87,4.710,12.4 +7.1,0.87,5.060,4.9,6.9,0.87,5.100,5.0 +7.3,0.87,4.220,12.2,7.1,0.87,4.260,12.0 +7.4,0.87,3.890,12.7,7.2,0.87,3.920,12.8 +7.0,0.87,4.050,18.2,6.8,0.87,4.070,18.4 +6.0,0.87,5.240,49.8,5.9,0.87,5.230,48.1 +4.5,0.87,6.900,71.2,4.4,0.87,6.840,69.4 +3.4,0.87,4.920,76.1,3.4,0.87,4.980,71.5 +3.1,0.87,3.900,74.9,3.3,0.87,3.770,66.3 +2.5,0.87,5.370,78.8,2.6,0.87,5.190,73.1 +1.8,0.87,3.270,90.9,1.9,0.87,3.210,84.3 +1.8,0.87,0.790,98.0,1.8,0.87,0.960,84.7 +1.5,0.87,0.770,271.0,1.5,0.87,0.700,261.8 +1.8,0.87,2.230,273.1,1.8,0.87,2.360,267.5 +2.0,0.87,3.170,283.9,2.2,0.87,3.340,279.7 +2.0,0.87,3.240,289.5,2.4,0.87,3.370,285.0 +1.7,0.87,3.240,292.7,2.3,0.87,3.470,289.0 +2.0,0.87,4.000,292.1,3.2,0.87,4.450,291.1 +1.9,0.87,2.920,285.2,3.1,0.87,4.130,286.3 +4.4,0.87,2.070,279.8,4.3,0.87,2.270,284.7 +9.4,0.87,2.100,278.4,9.3,0.87,2.150,281.7 +13.3,0.87,1.750,285.4,13.1,0.87,1.810,288.3 +15.3,0.87,2.960,314.8,15.1,0.87,2.980,314.5 +16.8,0.87,2.960,348.9,16.6,0.87,3.020,348.5 +17.7,0.87,3.070,354.4,17.4,0.87,3.110,354.2 +18.2,0.87,2.880,8.1,18.0,0.87,2.890,7.2 +18.3,0.87,2.500,18.4,18.2,0.87,2.510,18.5 +18.4,0.87,2.290,52.7,18.2,0.87,2.280,52.4 +17.8,0.87,4.670,86.7,17.7,0.87,4.630,87.0 +17.0,0.87,6.750,100.7,16.9,0.87,6.650,101.3 +16.2,0.87,8.410,113.6,16.2,0.87,8.550,114.7 +14.3,0.87,10.320,125.2,14.4,0.87,11.080,125.9 +12.7,0.87,9.790,141.9,12.8,0.87,10.940,142.4 +10.8,0.87,9.520,156.1,10.9,0.87,10.890,157.3 +9.9,0.87,9.160,154.9,10.0,0.87,10.460,157.3 +9.0,0.87,7.760,168.2,9.2,0.87,9.090,169.7 +8.5,0.87,6.820,174.8,8.7,0.87,8.270,176.5 +8.0,0.87,6.790,180.3,8.1,0.87,8.640,181.8 +7.5,0.87,8.130,182.4,7.8,0.87,10.310,183.4 +7.9,0.87,7.690,191.7,8.3,0.87,9.340,191.3 +7.7,0.87,7.740,192.8,8.2,0.87,9.330,194.2 +9.2,0.87,7.520,195.1,9.2,0.87,8.240,195.6 +11.1,0.87,6.070,192.3,10.9,0.87,6.250,192.5 +13.7,0.87,6.740,190.3,13.5,0.87,6.850,190.4 +16.2,0.87,8.110,194.1,16.0,0.87,8.240,194.2 +18.8,0.87,10.830,195.7,18.6,0.87,11.020,195.7 +20.4,0.86,11.400,196.6,20.1,0.86,11.600,196.7 +21.6,0.86,12.000,200.7,21.3,0.86,12.210,200.9 +22.4,0.86,12.270,199.7,22.2,0.86,12.490,199.8 +22.8,0.86,12.350,198.8,22.6,0.86,12.570,198.9 +23.0,0.86,12.780,194.7,22.8,0.86,13.040,194.9 +22.8,0.86,12.740,193.5,22.6,0.86,13.130,193.7 +21.8,0.86,11.890,184.0,21.8,0.86,12.810,184.8 +20.5,0.86,8.910,179.0,20.6,0.86,10.490,180.7 +19.9,0.86,12.510,187.0,19.9,0.86,13.640,187.1 +18.8,0.86,12.280,191.4,18.9,0.86,13.310,192.5 +17.9,0.86,12.500,181.0,17.9,0.86,13.330,181.6 +16.4,0.86,15.420,190.2,16.3,0.86,16.490,191.3 +14.8,0.86,14.910,196.1,14.8,0.86,16.240,196.3 +14.0,0.86,18.050,201.8,14.0,0.86,19.390,202.4 +12.9,0.86,13.240,218.9,13.0,0.86,14.420,219.0 +13.3,0.86,8.050,239.6,13.4,0.86,9.170,239.0 +12.9,0.86,7.510,256.1,13.2,0.86,8.920,254.2 +14.5,0.86,10.960,257.6,15.1,0.86,11.980,260.7 +13.7,0.86,9.750,269.5,14.1,0.86,10.460,274.6 +13.7,0.86,7.620,284.1,14.0,0.86,8.290,286.5 +14.9,0.86,4.600,280.3,14.8,0.86,4.650,281.2 +17.9,0.86,3.970,328.0,17.7,0.86,4.040,329.3 +19.6,0.86,5.420,22.9,19.4,0.86,5.470,22.9 +20.4,0.86,4.070,23.2,20.1,0.86,4.120,23.3 +21.2,0.86,3.040,22.1,21.0,0.86,3.050,22.1 +22.1,0.86,1.680,37.3,21.8,0.86,1.660,37.2 +22.5,0.86,1.440,132.3,22.3,0.86,1.420,132.8 +23.0,0.86,1.900,241.8,22.8,0.86,1.970,242.2 +23.2,0.86,1.350,200.0,23.0,0.86,1.360,202.8 +23.3,0.86,1.770,271.8,23.1,0.86,1.750,272.0 +23.1,0.86,0.900,302.3,22.9,0.86,0.870,303.0 +22.3,0.86,3.560,97.7,22.3,0.86,3.620,100.1 +21.0,0.86,6.000,103.1,21.2,0.86,6.120,107.0 +18.2,0.86,10.820,117.9,18.1,0.86,12.070,118.5 +16.8,0.86,9.820,125.0,16.8,0.86,11.030,125.9 +16.3,0.86,11.600,131.9,16.3,0.86,12.850,131.2 +15.7,0.86,9.240,137.6,15.7,0.86,10.350,139.0 +14.2,0.86,6.520,153.5,14.3,0.86,8.030,151.7 +13.4,0.86,6.620,181.8,13.7,0.86,8.440,174.0 +13.5,0.86,8.050,171.2,13.8,0.86,9.790,168.1 +12.9,0.86,7.300,169.3,13.2,0.86,8.800,166.1 +13.2,0.86,7.130,184.6,14.2,0.86,7.120,194.3 +13.3,0.86,5.710,235.7,14.4,0.86,6.090,238.3 +13.2,0.86,5.910,269.4,14.3,0.86,6.550,268.9 +14.8,0.86,3.660,275.4,14.7,0.86,3.810,275.6 +17.9,0.86,4.570,275.9,17.7,0.86,4.590,276.6 +21.5,0.86,5.800,278.1,21.3,0.86,5.860,278.3 +23.4,0.86,5.950,274.0,23.2,0.86,6.030,274.3 +24.2,0.86,7.020,262.8,24.0,0.86,7.100,263.0 +24.3,0.86,7.950,254.7,24.0,0.86,8.020,255.0 +24.6,0.86,6.920,272.4,24.4,0.86,7.010,271.2 +24.7,0.86,9.900,262.5,24.5,0.86,9.950,262.2 +25.0,0.86,8.010,256.5,24.8,0.86,8.110,256.5 +25.0,0.85,10.890,257.1,24.8,0.85,11.040,257.2 +24.7,0.85,11.030,253.7,24.6,0.85,11.650,253.6 +24.4,0.85,11.140,244.5,24.4,0.85,12.290,246.2 +23.9,0.85,11.450,252.0,24.0,0.85,12.040,255.1 +22.9,0.85,9.180,264.8,23.4,0.85,9.900,266.7 +22.9,0.85,8.830,272.0,23.4,0.85,9.600,274.9 +22.2,0.85,8.760,258.7,22.8,0.85,9.260,260.5 +19.3,0.85,6.920,270.6,19.8,0.85,7.510,272.4 +20.4,0.85,11.280,261.4,21.2,0.85,12.150,259.3 +19.4,0.85,8.780,270.7,20.1,0.85,9.310,269.3 +15.7,0.85,1.180,237.7,15.9,0.85,1.490,259.9 +16.8,0.85,2.670,308.3,17.1,0.85,3.010,308.1 +16.5,0.85,4.340,279.9,17.2,0.85,4.290,281.3 +16.0,0.85,6.970,276.5,16.7,0.85,6.940,277.6 +14.4,0.85,7.010,271.9,14.6,0.85,7.650,272.5 +17.4,0.85,5.120,272.8,17.3,0.85,5.220,274.4 +19.7,0.85,5.710,269.1,19.5,0.85,5.780,269.6 +21.8,0.85,5.940,258.9,21.6,0.85,6.010,259.4 +23.2,0.85,6.520,238.9,23.0,0.85,6.600,238.8 +24.3,0.85,7.270,240.5,24.0,0.85,7.390,239.8 +24.9,0.85,9.670,217.7,24.6,0.85,9.840,217.7 +25.1,0.85,11.160,217.1,24.9,0.85,11.370,217.1 +25.3,0.85,13.130,215.6,25.1,0.85,13.390,215.5 +25.0,0.85,14.130,212.7,24.8,0.85,14.400,212.7 +24.8,0.85,13.300,219.8,24.6,0.85,13.640,219.7 +23.9,0.85,10.950,210.0,23.8,0.85,11.630,210.4 +22.8,0.85,9.980,212.0,22.9,0.85,11.530,215.9 +21.2,0.85,7.480,204.0,21.4,0.85,9.100,208.9 +22.2,0.85,11.290,213.8,22.3,0.85,11.900,216.9 +22.4,0.85,13.340,200.9,22.6,0.85,13.920,201.7 +22.1,0.85,14.230,229.6,22.2,0.85,15.360,229.9 +20.1,0.85,12.480,223.0,20.3,0.85,13.240,225.6 +19.1,0.85,10.190,210.2,19.1,0.85,10.600,214.5 +17.5,0.85,10.800,205.9,17.5,0.85,11.150,208.0 +17.0,0.85,6.970,214.2,16.9,0.85,7.100,220.0 +16.3,0.85,12.000,230.2,16.3,0.85,13.260,231.9 +15.6,0.85,11.670,231.4,15.7,0.85,12.290,233.6 +14.8,0.85,8.610,244.8,14.7,0.85,9.020,253.4 +14.5,0.85,4.340,264.3,14.3,0.85,4.400,266.7 +14.8,0.85,8.350,242.3,14.6,0.85,8.470,242.3 +16.0,0.85,8.080,243.2,15.8,0.85,8.200,242.8 +16.6,0.85,10.050,243.4,16.4,0.85,10.220,243.4 +17.2,0.85,11.990,232.4,16.9,0.85,12.180,232.4 +17.2,0.85,12.990,225.3,17.0,0.85,13.220,225.3 +17.4,0.85,14.220,223.4,17.2,0.85,14.480,223.4 +17.5,0.85,13.390,221.5,17.3,0.85,13.640,221.5 +17.7,0.85,12.440,222.6,17.4,0.85,12.670,222.7 +17.5,0.85,12.810,230.2,17.3,0.85,13.020,230.4 +17.2,0.85,10.790,230.2,17.0,0.85,10.980,230.6 +10.1,0.86,10.320,21.1,9.9,0.86,10.540,21.1 +5.9,0.86,12.790,18.8,5.7,0.86,13.010,19.0 +3.2,0.86,14.190,17.2,3.1,0.86,14.540,17.4 +2.3,0.86,12.610,9.0,2.1,0.86,12.850,9.3 +0.3,0.86,11.960,7.0,0.1,0.86,12.180,7.3 +-0.7,0.86,11.740,14.6,-0.9,0.86,11.970,14.7 +-1.9,0.86,12.610,15.6,-2.1,0.86,12.860,15.6 +-2.7,0.86,10.500,13.9,-2.9,0.86,10.710,14.2 +-4.0,0.86,10.600,14.8,-4.2,0.86,10.900,15.2 +-4.9,0.86,10.670,16.6,-5.1,0.86,11.200,16.6 +-5.2,0.86,8.570,6.6,-5.4,0.86,9.150,6.5 +-5.8,0.86,9.520,14.5,-5.9,0.86,10.030,14.5 +-6.0,0.86,8.210,11.9,-6.2,0.86,8.640,11.9 +-5.5,0.86,9.740,12.9,-5.7,0.86,9.910,12.9 +-4.1,0.86,8.600,14.6,-4.3,0.86,8.740,14.6 +-2.3,0.86,8.720,13.6,-2.6,0.86,8.850,13.6 +-0.3,0.86,7.700,9.9,-0.5,0.86,7.800,9.9 +1.7,0.86,6.340,12.5,1.5,0.86,6.420,12.6 +3.5,0.86,5.460,5.5,3.2,0.86,5.520,5.5 +4.9,0.86,4.450,2.6,4.7,0.86,4.500,2.6 +6.1,0.86,4.190,354.3,5.8,0.86,4.230,354.3 +6.7,0.86,3.860,339.6,6.5,0.86,3.890,340.2 +7.2,0.86,3.340,0.7,7.0,0.86,3.380,0.3 +7.4,0.86,2.810,8.0,7.2,0.86,2.820,7.1 +7.2,0.86,2.930,12.3,7.0,0.86,2.970,12.3 +6.8,0.86,3.500,35.6,6.7,0.86,3.290,36.8 +6.1,0.86,7.060,49.8,6.0,0.86,6.860,49.8 +5.2,0.86,7.590,59.5,5.2,0.86,7.650,59.5 +4.0,0.86,7.510,71.6,4.0,0.86,7.900,71.2 +3.2,0.86,7.240,79.8,3.1,0.86,7.750,77.6 +2.3,0.86,8.620,78.8,2.3,0.86,9.020,78.3 +1.9,0.86,5.790,104.4,1.8,0.86,6.010,105.0 +1.6,0.86,6.820,129.7,1.4,0.86,7.320,123.4 +1.4,0.86,6.720,143.4,1.3,0.86,7.320,141.2 +1.2,0.86,7.470,148.3,1.2,0.86,7.950,145.0 +1.0,0.86,8.410,164.8,1.1,0.86,9.430,164.9 +0.4,0.86,7.390,183.4,0.5,0.86,8.160,183.2 +1.1,0.86,5.800,193.3,0.9,0.86,5.950,193.4 +3.2,0.86,5.980,201.2,3.0,0.86,6.060,201.4 +5.6,0.86,5.720,216.8,5.4,0.86,5.800,217.1 +8.4,0.86,6.710,239.3,8.2,0.86,6.830,239.3 +10.7,0.86,6.960,262.7,10.4,0.86,7.060,263.0 +12.3,0.86,6.410,271.8,12.1,0.86,6.500,272.2 +13.4,0.86,5.440,292.8,13.2,0.86,5.510,292.8 +14.5,0.86,4.460,286.4,14.3,0.86,4.530,287.3 +15.5,0.86,3.360,306.7,15.3,0.86,3.440,307.2 +16.1,0.86,3.860,331.4,15.9,0.86,3.920,331.3 +16.2,0.86,1.600,329.0,16.0,0.86,1.640,328.1 +16.3,0.86,0.860,5.2,16.1,0.86,0.940,1.0 +16.1,0.86,2.320,93.2,16.0,0.86,2.340,89.6 +15.0,0.86,3.570,155.4,15.0,0.86,3.610,151.4 +14.9,0.86,5.860,137.3,14.8,0.86,6.050,133.2 +14.9,0.86,6.520,131.2,15.0,0.86,6.680,130.2 +13.5,0.86,5.090,120.0,13.9,0.86,5.700,121.4 +12.3,0.86,6.650,122.4,12.7,0.86,7.370,123.3 +12.9,0.86,4.730,151.1,13.5,0.86,5.270,151.1 +9.9,0.86,7.490,76.5,10.5,0.86,7.340,85.0 +8.5,0.86,11.160,76.0,9.0,0.86,11.690,79.7 +6.5,0.86,10.470,76.7,6.8,0.86,12.030,80.0 +5.5,0.86,11.660,88.3,5.9,0.86,13.210,88.8 +4.3,0.86,9.730,94.3,4.5,0.86,11.100,95.0 +5.4,0.86,6.260,95.1,5.3,0.86,6.660,96.5 +7.9,0.86,5.420,86.6,7.7,0.86,5.460,86.8 +10.3,0.86,5.900,102.0,10.1,0.86,5.940,101.9 +12.3,0.86,6.180,109.4,12.1,0.86,6.250,109.9 +14.7,0.86,6.200,128.0,14.5,0.86,6.280,128.6 +16.3,0.86,6.240,152.5,16.1,0.86,6.320,152.8 +17.6,0.86,5.570,169.5,17.4,0.86,5.640,170.0 +18.7,0.86,3.810,181.5,18.5,0.86,3.880,181.8 +19.6,0.86,3.670,188.3,19.4,0.86,3.740,188.6 +20.1,0.86,3.330,214.2,19.9,0.86,3.410,213.7 +20.4,0.86,4.560,217.6,20.3,0.86,4.650,218.2 +20.3,0.86,5.770,219.0,20.1,0.86,5.660,218.7 +19.8,0.86,6.170,222.6,19.7,0.86,6.370,222.5 +17.7,0.86,0.500,326.9,17.8,0.86,1.400,232.3 +18.9,0.86,7.380,186.6,18.9,0.86,7.760,196.5 +16.8,0.86,9.830,159.3,16.7,0.86,10.360,159.0 +14.6,0.86,8.290,130.1,14.5,0.86,9.220,130.9 +13.3,0.86,9.400,111.1,13.2,0.86,9.980,114.0 +13.0,0.86,3.960,128.8,12.8,0.86,4.520,133.3 +12.8,0.86,1.780,331.4,12.7,0.86,1.500,322.1 +13.2,0.86,5.150,177.3,13.4,0.86,5.670,187.0 +13.2,0.86,3.460,185.3,13.5,0.86,4.290,192.0 +12.7,0.86,4.490,201.8,13.0,0.86,5.130,208.2 +12.0,0.86,1.700,348.1,12.0,0.86,1.380,336.2 +12.0,0.86,3.570,295.1,12.3,0.86,4.080,288.6 +14.4,0.86,3.870,149.4,14.5,0.86,3.800,153.6 +15.2,0.86,4.600,155.8,15.0,0.86,4.610,156.4 +16.2,0.86,7.970,168.3,16.0,0.86,8.090,168.6 +17.9,0.86,6.500,183.3,17.7,0.86,6.620,183.3 +19.6,0.86,9.130,194.1,19.3,0.86,9.260,194.3 +20.6,0.86,10.070,195.4,20.4,0.86,10.220,195.5 +20.8,0.86,11.620,186.9,20.5,0.86,11.800,187.0 +20.8,0.86,8.740,192.9,20.6,0.86,9.040,192.8 +14.8,0.86,8.050,215.1,14.9,0.86,8.230,214.0 +15.6,0.86,10.760,158.1,15.4,0.86,11.100,160.0 +16.3,0.86,7.790,150.2,16.1,0.86,8.050,150.6 +14.3,0.85,11.510,172.4,14.1,0.85,12.260,173.1 +14.5,0.85,9.740,169.2,14.6,0.85,10.640,170.5 +14.3,0.85,8.740,194.9,14.4,0.85,9.660,192.5 +14.4,0.85,8.390,190.9,14.7,0.85,9.810,192.1 +14.0,0.85,9.710,174.3,14.0,0.85,10.910,176.1 +12.8,0.85,9.550,194.4,12.9,0.85,11.040,193.9 +11.8,0.85,9.210,205.7,11.8,0.85,10.580,203.8 +11.3,0.85,8.710,212.5,11.2,0.85,9.810,211.0 +11.4,0.85,8.070,214.8,11.4,0.85,9.240,216.0 +12.2,0.85,9.220,234.5,12.7,0.85,10.280,240.2 +12.9,0.85,9.030,248.5,13.3,0.85,10.250,252.0 +13.6,0.85,11.310,248.6,14.1,0.85,12.550,251.1 +14.4,0.85,9.900,262.3,14.3,0.85,10.530,263.2 +15.9,0.85,10.990,266.0,15.8,0.85,11.300,266.6 +17.8,0.85,13.380,272.8,17.6,0.85,13.630,272.9 +19.1,0.85,11.970,270.4,18.9,0.85,12.180,270.7 +20.1,0.85,11.940,271.4,19.8,0.85,12.170,271.5 +21.5,0.85,10.080,266.2,21.3,0.85,10.270,266.4 +22.5,0.85,11.510,263.0,22.3,0.85,11.670,263.3 +23.4,0.85,10.920,261.4,23.2,0.85,11.060,262.0 +23.9,0.85,10.080,264.5,23.7,0.85,10.260,264.7 +24.3,0.85,11.520,266.3,24.1,0.85,11.720,266.4 +24.4,0.85,10.240,272.2,24.2,0.85,10.480,271.6 +24.3,0.85,9.640,250.4,24.2,0.85,10.130,251.6 +24.4,0.85,9.270,253.1,24.3,0.85,9.610,253.7 +24.0,0.85,8.210,241.4,24.2,0.85,9.670,245.1 +22.1,0.85,6.450,244.4,22.3,0.85,7.060,252.4 +21.4,0.85,6.010,247.1,21.8,0.85,6.620,249.7 +19.6,0.85,7.560,242.6,20.1,0.85,8.630,249.6 +19.0,0.85,9.100,266.2,19.3,0.85,10.700,264.8 +17.9,0.85,10.150,272.6,18.4,0.85,11.070,273.1 +14.9,0.85,5.720,316.2,14.8,0.85,5.930,307.4 +12.5,0.85,8.640,97.8,13.4,0.85,6.690,95.4 +10.3,0.85,6.690,99.6,10.4,0.85,7.110,100.8 +9.8,0.86,5.820,100.1,9.8,0.86,7.070,99.7 +7.9,0.86,4.770,94.1,7.8,0.86,5.270,97.7 +8.4,0.86,3.470,99.6,8.3,0.86,3.570,100.3 +10.3,0.86,1.500,113.9,10.2,0.86,1.470,113.9 +12.8,0.86,2.290,121.2,12.6,0.86,2.210,121.3 +15.8,0.86,1.580,209.9,15.7,0.86,1.620,212.0 +18.8,0.86,3.340,244.7,18.6,0.86,3.430,245.2 +20.8,0.86,5.640,249.5,20.6,0.86,5.750,249.0 +22.7,0.86,6.140,219.9,22.5,0.86,6.230,219.9 +23.7,0.85,8.350,221.3,23.5,0.85,8.480,221.2 +24.4,0.85,9.570,221.4,24.2,0.85,9.710,221.4 +25.1,0.85,9.270,228.9,24.9,0.85,9.440,228.7 +25.1,0.85,9.420,231.2,24.9,0.85,9.620,231.0 +25.3,0.85,10.010,224.3,25.1,0.85,10.670,224.5 +24.5,0.85,9.750,199.5,24.6,0.85,10.950,203.1 +23.1,0.85,13.810,212.3,23.2,0.85,14.790,214.3 +21.6,0.86,11.540,224.9,21.7,0.86,12.630,226.7 +21.8,0.86,11.830,235.3,21.9,0.86,12.300,237.5 +20.8,0.86,11.730,241.5,20.7,0.86,12.910,241.1 +18.1,0.86,6.220,240.9,18.5,0.86,7.530,240.2 +18.4,0.86,7.640,239.5,18.8,0.86,8.910,240.1 +18.3,0.86,6.400,247.2,18.6,0.86,7.280,247.1 +18.3,0.86,5.820,255.4,18.5,0.86,6.610,254.3 +16.5,0.86,5.240,278.3,17.1,0.86,5.870,273.1 +16.7,0.86,4.420,289.2,17.3,0.86,5.030,288.3 +13.4,0.86,8.210,348.9,14.8,0.86,6.590,338.1 +7.9,0.86,4.780,14.1,7.7,0.86,4.820,13.8 +9.5,0.86,4.190,36.5,9.3,0.86,4.230,36.2 +12.0,0.86,4.180,39.1,11.8,0.86,4.180,39.1 +14.1,0.86,4.550,76.1,13.9,0.86,4.580,76.3 +16.7,0.86,4.500,89.8,16.5,0.86,4.550,89.7 +18.9,0.86,6.230,103.0,18.7,0.86,6.300,103.1 +20.8,0.86,7.230,115.7,20.6,0.86,7.330,116.2 +22.7,0.86,7.870,135.8,22.5,0.86,8.010,136.3 +23.3,0.86,11.480,132.5,23.1,0.86,11.680,132.9 +22.9,0.86,13.430,120.1,22.7,0.86,13.640,120.4 +23.9,0.86,11.500,141.3,23.7,0.86,12.080,140.9 +22.1,0.86,12.690,133.2,22.0,0.86,13.160,133.6 +18.5,0.86,11.760,121.6,18.3,0.86,12.390,122.9 +16.7,0.86,10.400,124.0,16.6,0.86,10.760,124.7 +15.5,0.86,9.890,121.4,15.3,0.86,10.500,122.3 +15.5,0.86,11.660,139.3,15.5,0.86,12.590,139.5 +14.2,0.86,6.640,112.4,14.1,0.86,7.350,120.5 +14.5,0.86,7.250,148.5,14.7,0.86,8.690,151.8 +14.0,0.86,5.890,157.8,14.3,0.86,7.420,163.2 +14.3,0.86,9.450,159.5,14.6,0.86,10.830,162.3 +14.7,0.86,9.320,160.8,14.9,0.86,10.510,163.4 +16.0,0.86,9.500,174.3,16.2,0.86,11.040,174.1 +15.9,0.86,9.740,174.3,16.1,0.86,11.260,174.8 +16.0,0.86,11.020,177.9,16.1,0.86,12.070,180.9 +15.9,0.86,6.170,210.0,15.9,0.86,6.790,212.4 +17.6,0.86,5.200,211.1,17.5,0.86,5.250,211.5 +20.3,0.85,6.590,214.7,20.1,0.85,6.680,215.1 +22.5,0.85,8.510,229.4,22.3,0.85,8.670,229.3 +23.5,0.85,10.120,226.1,23.3,0.85,10.320,226.1 +23.8,0.85,12.800,228.7,23.6,0.85,13.010,228.7 +24.3,0.85,14.370,226.0,24.1,0.85,14.630,226.0 +24.7,0.85,16.870,225.1,24.5,0.85,17.180,225.1 +24.6,0.85,17.670,226.8,24.4,0.85,18.020,226.9 +24.1,0.85,19.080,231.6,23.9,0.85,19.480,231.6 +23.3,0.85,16.570,234.8,23.1,0.85,16.990,234.9 +22.2,0.85,16.110,237.2,22.0,0.85,16.770,237.2 +20.7,0.85,13.580,258.7,20.6,0.85,14.720,257.6 +18.5,0.85,14.830,274.0,18.4,0.85,15.920,274.1 +15.8,0.85,14.760,290.8,15.6,0.85,15.460,291.5 +13.9,0.86,13.610,301.7,13.8,0.86,14.500,301.4 +5.8,0.86,10.760,355.4,5.6,0.86,11.070,355.5 +3.5,0.86,14.470,358.6,3.3,0.86,14.880,358.6 +1.5,0.86,13.150,0.4,1.4,0.86,13.560,0.4 +0.1,0.86,12.460,359.1,-0.1,0.86,12.820,359.0 +-0.8,0.86,11.790,1.1,-1.0,0.86,12.250,1.0 +-1.1,0.86,12.970,0.3,-1.3,0.86,13.520,0.2 +-1.8,0.86,13.350,3.9,-2.0,0.86,13.890,3.9 +-2.4,0.86,10.190,6.0,-2.5,0.86,10.620,6.0 +-1.9,0.86,10.440,7.5,-2.1,0.86,10.670,7.5 +-0.7,0.86,10.130,6.2,-0.9,0.86,10.340,6.1 +0.8,0.86,9.530,9.4,0.5,0.86,9.700,9.5 +2.0,0.86,8.960,8.5,1.8,0.86,9.120,8.5 +3.4,0.86,7.890,4.8,3.1,0.86,8.020,4.8 +4.5,0.86,7.680,353.2,4.2,0.86,7.790,353.3 +5.5,0.86,6.660,346.2,5.2,0.86,6.770,346.1 +6.3,0.86,6.380,342.3,6.1,0.86,6.510,341.8 +6.6,0.86,6.900,335.4,6.4,0.86,6.960,335.5 +7.2,0.86,5.780,333.6,7.0,0.86,5.870,333.8 +7.3,0.86,5.650,1.6,7.1,0.86,5.730,1.1 +7.1,0.87,4.890,20.1,6.9,0.87,5.040,20.3 +6.3,0.87,7.250,40.8,6.1,0.87,7.530,41.2 +5.0,0.87,8.050,52.0,4.9,0.87,8.630,52.1 +3.8,0.87,8.850,51.6,3.6,0.87,9.710,50.5 +2.6,0.87,8.600,53.1,2.5,0.87,9.540,52.0 +1.8,0.87,5.920,53.9,1.7,0.87,6.590,48.5 +1.5,0.87,6.110,51.4,1.5,0.87,6.770,52.5 +0.7,0.87,3.610,28.8,0.6,0.87,4.380,29.4 +0.6,0.87,2.030,32.0,0.6,0.87,2.570,35.1 +0.4,0.87,0.580,338.6,0.4,0.87,0.820,8.1 +0.3,0.87,0.920,256.6,0.3,0.87,0.750,268.0 +0.5,0.87,1.840,254.0,0.5,0.87,1.690,252.8 +0.8,0.87,3.090,273.3,0.9,0.87,2.960,269.7 +1.4,0.87,3.350,278.6,1.6,0.87,3.620,275.8 +3.9,0.87,3.270,267.5,3.7,0.87,3.290,267.8 +6.3,0.87,4.820,263.1,6.1,0.87,4.870,263.4 +8.1,0.87,5.450,263.3,7.9,0.87,5.510,263.8 +9.6,0.87,5.390,259.4,9.3,0.87,5.450,259.7 +10.7,0.87,4.880,245.6,10.5,0.87,4.930,246.0 +11.8,0.87,4.930,247.0,11.6,0.87,4.990,247.1 +13.0,0.87,5.060,243.1,12.8,0.87,5.130,242.8 +13.8,0.87,6.230,247.0,13.6,0.87,6.310,246.5 +14.4,0.87,6.340,223.5,14.2,0.87,6.440,223.8 +14.7,0.86,6.720,223.7,14.5,0.86,6.840,223.8 +14.5,0.86,8.230,209.1,14.4,0.86,8.440,209.4 +14.3,0.86,8.110,207.2,14.3,0.86,8.660,208.3 +13.7,0.86,11.110,200.2,13.8,0.86,11.920,201.4 +12.5,0.86,11.410,197.3,12.8,0.86,12.520,199.2 +11.2,0.86,10.690,191.6,11.4,0.86,11.730,193.8 +9.7,0.86,10.700,198.2,9.9,0.86,12.220,199.0 +10.6,0.86,13.460,199.1,10.7,0.86,14.490,199.6 +9.1,0.86,9.200,212.1,9.2,0.86,10.530,209.0 +8.4,0.86,8.410,205.6,8.4,0.86,9.750,206.2 +8.1,0.86,8.760,214.7,8.1,0.86,9.930,213.2 +7.6,0.86,9.930,206.3,7.6,0.86,10.990,205.9 +6.4,0.86,8.300,207.5,6.4,0.86,9.470,208.2 +5.7,0.86,9.140,216.3,5.9,0.86,10.170,217.1 +7.1,0.86,7.690,219.5,7.0,0.86,8.310,220.6 +9.6,0.86,5.870,213.8,9.5,0.86,5.920,214.4 +13.0,0.86,6.780,213.9,12.8,0.86,6.820,214.4 +15.6,0.86,6.630,223.0,15.4,0.86,6.720,223.4 +18.0,0.86,6.530,245.5,17.8,0.86,6.630,245.6 +19.1,0.86,6.340,251.5,18.9,0.86,6.450,251.7 +19.7,0.86,7.860,253.4,19.5,0.86,7.930,254.2 +19.9,0.86,9.650,255.7,19.6,0.86,9.690,255.9 +20.2,0.86,7.930,258.4,20.0,0.86,8.040,258.8 +20.7,0.86,6.520,257.6,20.5,0.86,6.620,257.9 +20.7,0.86,2.950,262.4,20.5,0.86,3.250,260.3 +20.7,0.86,2.450,236.4,20.5,0.86,2.860,237.4 +20.4,0.86,8.370,316.0,20.2,0.86,8.760,319.9 +18.6,0.86,9.090,351.8,18.7,0.86,9.320,355.3 +16.1,0.86,12.260,21.0,16.1,0.86,13.610,20.8 +15.2,0.86,10.570,10.5,15.5,0.86,11.440,11.9 +13.8,0.86,7.770,149.0,13.7,0.86,7.590,147.0 +15.3,0.86,10.150,174.0,14.9,0.86,12.430,173.4 +13.6,0.86,10.200,191.6,13.7,0.86,10.470,192.1 +12.6,0.86,6.660,213.9,13.3,0.86,6.680,214.7 +12.9,0.86,4.760,252.6,13.6,0.86,4.400,254.9 +12.4,0.86,5.740,285.7,13.2,0.86,5.690,286.9 +12.5,0.86,7.010,333.2,13.4,0.86,6.790,330.9 +7.9,0.86,1.650,354.1,8.0,0.86,2.400,350.8 +9.7,0.86,1.670,341.4,10.3,0.86,2.340,344.3 +12.7,0.86,1.970,309.1,12.7,0.86,2.260,309.2 +16.7,0.86,1.720,299.1,16.5,0.86,1.730,299.9 +17.6,0.86,1.620,268.8,17.4,0.86,1.620,269.5 +18.4,0.86,1.980,237.7,18.2,0.86,1.970,238.4 +18.9,0.86,2.380,230.7,18.7,0.86,2.390,230.4 +19.8,0.86,2.500,238.9,19.6,0.86,2.520,238.7 +20.4,0.86,2.820,253.8,20.2,0.86,2.890,253.5 +20.9,0.86,2.510,245.2,20.7,0.86,2.550,245.0 +21.4,0.86,3.540,244.6,21.2,0.86,3.610,243.8 +21.8,0.86,6.540,245.2,21.6,0.86,6.570,245.1 +21.7,0.86,3.470,268.6,21.5,0.86,3.690,268.4 +21.4,0.86,1.100,203.0,21.3,0.86,1.130,208.7 +21.2,0.86,2.730,149.4,21.2,0.86,2.570,151.0 +21.7,0.86,4.090,152.1,21.8,0.86,4.130,154.1 +15.3,0.86,11.480,131.7,15.1,0.86,12.460,130.5 +14.0,0.86,9.770,142.9,14.2,0.86,12.430,148.9 +13.1,0.86,11.330,161.1,13.1,0.86,14.120,160.8 +12.2,0.86,9.660,163.0,12.5,0.86,11.890,165.3 +12.7,0.86,7.080,185.3,14.0,0.86,6.510,194.8 +13.9,0.86,3.350,243.6,15.4,0.86,3.990,246.9 +10.0,0.86,1.940,137.2,10.6,0.86,1.670,144.7 +12.1,0.86,3.510,196.5,12.6,0.86,3.200,191.4 +13.9,0.86,3.360,235.2,14.8,0.86,3.000,231.0 +12.5,0.86,5.710,267.7,14.0,0.86,5.600,266.2 +13.3,0.86,4.300,249.5,14.6,0.86,5.490,251.1 +19.4,0.86,5.200,265.9,19.3,0.86,5.240,266.2 +22.1,0.86,4.730,263.9,21.9,0.86,4.770,264.5 +23.6,0.86,5.740,257.7,23.4,0.86,5.820,258.2 +24.8,0.86,8.160,260.0,24.6,0.86,8.260,260.0 +25.7,0.86,9.030,255.2,25.4,0.86,9.140,255.5 +25.9,0.86,10.280,257.6,25.7,0.86,10.370,257.5 +26.5,0.86,8.810,264.9,26.3,0.86,8.920,264.9 +27.0,0.86,8.650,262.0,26.8,0.86,8.810,262.2 +27.1,0.86,9.140,261.1,26.9,0.86,9.360,260.7 +27.1,0.86,8.790,256.6,27.0,0.86,9.220,256.1 +27.1,0.86,9.040,239.8,26.9,0.86,9.540,240.8 +26.4,0.86,10.980,226.1,26.5,0.86,11.160,229.2 +25.6,0.86,9.560,209.4,25.3,0.86,9.160,210.8 +24.0,0.86,4.660,244.4,23.8,0.86,4.630,244.1 +15.2,0.86,15.760,36.1,15.0,0.86,16.510,35.9 +8.9,0.86,13.210,22.2,8.7,0.86,13.750,22.8 +6.3,0.86,15.490,28.3,6.1,0.86,15.820,28.5 +5.1,0.86,14.420,21.2,4.9,0.86,14.720,21.4 +3.8,0.86,11.580,29.3,3.6,0.86,11.860,29.0 +3.2,0.86,10.490,24.3,3.0,0.86,10.710,24.1 +1.6,0.86,11.630,24.1,1.4,0.86,11.870,24.1 +0.6,0.86,11.590,23.3,0.4,0.86,11.840,23.3 +-0.4,0.86,10.680,26.5,-0.6,0.86,10.880,26.5 +-0.6,0.87,9.850,28.4,-0.8,0.87,10.020,28.4 +0.6,0.87,8.160,28.4,0.4,0.87,8.300,28.3 +1.9,0.87,8.140,35.8,1.6,0.87,8.270,35.6 +4.0,0.87,6.790,41.1,3.8,0.87,6.890,41.0 +5.4,0.86,5.810,45.7,5.1,0.86,5.890,45.4 +6.8,0.86,5.890,52.2,6.5,0.86,5.940,52.0 +7.8,0.86,4.830,63.2,7.6,0.86,4.890,62.5 +8.4,0.86,6.250,59.1,8.2,0.86,6.340,59.3 +8.4,0.86,6.010,70.2,8.2,0.86,6.080,70.1 +7.8,0.86,8.260,72.6,7.5,0.86,8.360,72.4 +7.1,0.87,7.640,57.9,6.9,0.87,7.780,57.9 +5.9,0.87,7.790,53.8,5.7,0.87,8.160,53.9 +4.6,0.87,9.390,46.6,4.4,0.87,9.620,46.6 +3.8,0.87,8.120,63.5,3.6,0.87,8.430,63.3 +2.9,0.87,7.480,47.5,2.7,0.87,7.660,47.7 +1.8,0.87,8.230,42.1,1.6,0.87,8.740,42.4 +1.1,0.87,7.390,47.3,1.0,0.87,7.920,47.8 +0.5,0.87,5.610,48.4,0.3,0.87,6.250,48.7 +-0.2,0.87,4.330,45.5,-0.3,0.87,4.490,47.7 +-0.9,0.87,4.830,64.7,-1.1,0.87,4.710,63.5 +-1.3,0.87,4.460,63.7,-1.4,0.87,4.040,60.1 +-1.6,0.87,2.410,38.9,-1.8,0.87,2.410,37.2 +-1.7,0.87,2.790,354.7,-1.8,0.87,2.820,358.3 +-0.8,0.87,1.150,0.8,-1.0,0.87,1.160,2.0 +0.9,0.87,0.580,357.5,0.8,0.87,0.590,0.2 +3.3,0.87,0.600,30.5,3.1,0.87,0.600,32.4 +5.5,0.87,1.170,151.3,5.3,0.87,1.140,150.7 +7.4,0.87,1.780,145.5,7.2,0.87,1.750,145.8 +9.2,0.87,1.460,164.8,9.0,0.87,1.470,164.9 +10.8,0.87,1.790,198.5,10.6,0.87,1.810,197.6 +12.4,0.87,2.750,189.3,12.2,0.87,2.770,188.9 +13.1,0.87,3.480,173.8,12.9,0.87,3.490,174.2 +13.9,0.87,4.300,148.8,13.7,0.87,4.360,149.4 +14.2,0.87,4.790,151.8,14.0,0.87,4.840,152.1 +13.9,0.87,5.580,145.9,13.8,0.87,5.710,145.9 +13.4,0.87,7.530,136.5,13.3,0.87,7.770,136.4 +12.7,0.87,8.730,133.8,12.6,0.87,9.460,135.0 +11.0,0.87,9.730,138.4,10.9,0.87,10.500,139.4 +9.8,0.87,9.420,140.7,9.6,0.87,10.120,141.9 +8.7,0.87,9.360,150.4,8.6,0.87,10.330,151.4 +7.7,0.87,7.030,132.3,7.6,0.87,7.720,135.3 +6.6,0.87,8.020,126.4,6.5,0.87,8.890,130.1 +6.1,0.87,9.070,132.4,6.1,0.87,10.060,134.1 +6.4,0.87,7.270,131.1,6.2,0.87,7.780,132.6 +6.5,0.87,6.720,130.3,6.4,0.87,7.170,131.8 +6.4,0.87,6.640,139.8,6.2,0.87,7.070,140.7 +6.7,0.87,5.430,166.1,6.5,0.87,5.870,166.2 +6.9,0.87,4.600,148.9,6.8,0.87,4.770,149.9 +8.3,0.87,5.970,153.3,8.1,0.87,6.050,153.6 +9.4,0.87,7.470,159.8,9.2,0.87,7.550,160.1 +10.8,0.87,6.000,165.9,10.6,0.87,6.070,166.1 +11.8,0.87,5.400,165.1,11.6,0.87,5.480,165.3 +11.7,0.87,6.030,171.1,11.5,0.87,6.100,171.2 +11.9,0.87,5.620,190.1,11.7,0.87,5.700,189.7 +12.3,0.87,6.610,173.8,12.1,0.87,6.690,173.5 +12.2,0.87,5.850,145.2,12.0,0.87,5.920,145.6 +11.5,0.87,6.880,152.5,11.3,0.87,6.970,152.5 +12.1,0.87,8.400,153.4,11.9,0.87,8.570,153.4 +12.2,0.86,9.290,156.7,12.0,0.86,9.640,156.7 +11.6,0.86,8.340,151.4,11.5,0.86,9.100,153.1 +11.2,0.86,9.900,158.4,11.1,0.86,10.930,159.1 +10.7,0.86,9.030,154.0,10.6,0.86,9.840,155.4 +10.1,0.86,6.500,147.4,10.1,0.86,7.540,151.8 +9.8,0.86,7.750,159.0,9.8,0.86,8.880,162.2 +11.2,0.86,7.420,171.4,11.1,0.86,8.160,172.3 +11.6,0.86,6.990,175.2,11.5,0.86,7.670,175.3 +11.4,0.86,4.890,206.5,11.3,0.86,5.670,205.3 +11.1,0.86,4.470,205.3,10.9,0.86,4.680,208.7 +10.7,0.86,6.890,198.0,10.5,0.86,7.360,199.5 +10.5,0.86,5.270,202.2,10.3,0.86,5.510,202.8 +9.9,0.86,5.370,206.8,9.7,0.86,5.470,207.8 +9.5,0.86,5.170,218.9,9.3,0.86,5.200,219.3 +11.0,0.86,4.200,220.6,10.8,0.86,4.220,221.9 +15.4,0.86,5.050,260.6,15.2,0.86,5.120,261.3 +19.1,0.86,7.820,287.8,18.9,0.86,7.970,287.9 +20.8,0.86,9.010,285.0,20.6,0.86,9.160,285.1 +21.8,0.86,10.150,281.9,21.6,0.86,10.300,282.1 +22.4,0.86,9.410,287.8,22.2,0.86,9.540,287.9 +22.7,0.86,8.040,294.1,22.5,0.86,8.160,294.3 +22.9,0.86,7.620,308.8,22.6,0.86,7.730,308.6 +22.9,0.86,6.840,323.3,22.7,0.86,6.950,323.0 +22.4,0.87,9.100,336.6,22.2,0.87,9.190,336.8 +19.2,0.87,10.310,358.4,19.1,0.87,10.900,357.8 +19.5,0.87,9.220,7.0,19.5,0.87,9.790,8.1 +15.8,0.87,12.940,11.4,15.6,0.87,13.700,11.6 +14.3,0.87,11.830,15.7,14.2,0.87,12.630,15.8 +13.2,0.87,8.560,30.1,13.1,0.87,9.610,29.2 +12.4,0.87,8.990,29.4,12.4,0.87,10.090,29.2 +11.5,0.87,9.350,33.2,11.4,0.87,10.490,33.0 +11.1,0.87,10.510,25.9,11.3,0.87,11.800,26.7 +10.8,0.87,10.380,19.0,11.2,0.87,11.690,21.8 +10.1,0.87,8.450,26.5,10.4,0.87,9.850,28.1 +9.1,0.87,6.730,29.7,9.5,0.87,8.200,32.0 +8.8,0.87,3.790,30.6,9.0,0.87,4.500,33.0 +8.9,0.87,3.650,357.0,9.0,0.87,4.020,3.8 +9.0,0.87,2.060,324.0,8.9,0.87,2.260,331.7 +11.9,0.87,1.990,17.2,11.7,0.87,2.020,18.2 +14.5,0.87,2.690,46.6,14.3,0.87,2.730,46.6 +16.7,0.87,2.560,67.8,16.5,0.87,2.590,67.7 +18.4,0.87,2.800,100.2,18.1,0.87,2.810,99.6 +19.3,0.87,3.720,122.9,19.1,0.87,3.730,122.5 +20.4,0.87,3.080,120.9,20.1,0.87,3.070,121.0 +21.2,0.87,2.590,141.5,21.0,0.87,2.600,141.8 +21.8,0.87,2.150,162.9,21.6,0.87,2.160,163.0 +22.0,0.87,1.510,153.8,21.8,0.87,1.550,154.3 +22.2,0.87,2.250,176.0,22.0,0.87,2.270,176.6 +22.2,0.87,2.130,174.3,22.0,0.87,2.160,175.8 +21.9,0.86,4.570,167.9,21.8,0.86,4.580,167.8 +21.6,0.86,6.280,164.5,21.5,0.86,6.250,165.5 +19.8,0.86,10.700,156.0,19.7,0.86,11.590,156.4 +18.1,0.86,11.590,164.3,18.1,0.86,12.670,163.7 +16.1,0.86,8.460,163.2,16.2,0.86,10.110,163.8 +15.3,0.86,6.590,184.0,15.3,0.86,8.150,181.7 +14.3,0.86,5.940,186.6,14.5,0.86,7.440,185.4 +14.0,0.86,8.050,194.4,14.2,0.86,9.880,191.4 +13.5,0.86,8.930,205.4,13.7,0.86,10.610,202.0 +12.6,0.86,7.160,221.5,12.9,0.86,9.040,214.2 +12.6,0.86,7.480,236.7,12.8,0.86,8.680,229.4 +12.9,0.86,7.480,240.9,13.0,0.86,8.190,237.3 +13.0,0.86,5.270,246.1,12.9,0.86,5.970,245.1 +15.2,0.86,6.260,237.8,15.0,0.86,6.340,237.7 +18.0,0.86,7.140,230.7,17.8,0.86,7.260,230.6 +20.2,0.86,7.270,232.0,19.9,0.86,7.370,232.0 +21.9,0.86,6.480,235.3,21.7,0.86,6.570,235.2 +23.6,0.86,5.470,241.8,23.4,0.86,5.530,241.7 +24.5,0.86,5.200,239.3,24.3,0.86,5.260,239.4 +24.2,0.86,7.800,200.2,24.0,0.86,7.770,200.9 +24.5,0.86,5.190,230.9,24.3,0.86,5.270,230.9 +24.7,0.86,6.720,224.7,24.5,0.86,6.790,225.0 +24.7,0.86,5.100,219.0,24.5,0.86,5.150,218.9 +24.7,0.86,3.870,220.4,24.6,0.86,4.080,222.7 +24.6,0.86,4.290,194.1,24.4,0.86,4.290,195.5 +22.9,0.86,10.890,165.2,23.4,0.86,9.550,168.6 +22.2,0.86,12.750,178.4,22.4,0.86,13.950,178.7 +21.4,0.86,12.820,181.8,21.5,0.86,13.830,181.6 +20.2,0.86,12.620,186.3,20.5,0.86,13.720,186.4 +18.0,0.86,15.410,202.4,18.1,0.86,17.140,204.4 +16.4,0.86,14.410,204.8,16.5,0.86,15.630,205.5 +15.5,0.86,12.520,208.2,15.7,0.86,13.880,208.5 +15.0,0.86,11.710,218.9,15.1,0.86,13.240,217.9 +15.0,0.86,10.290,219.1,15.2,0.86,11.930,217.9 +14.0,0.86,9.600,213.8,14.3,0.86,11.070,214.0 +14.0,0.86,10.190,206.1,14.2,0.86,11.700,206.7 +16.6,0.86,8.930,214.9,16.5,0.86,9.330,214.8 +18.8,0.86,6.770,209.8,18.7,0.86,6.880,210.0 +20.8,0.86,8.750,203.5,20.6,0.86,8.890,203.6 +23.3,0.86,9.810,211.0,23.1,0.86,9.970,211.1 +24.8,0.86,8.790,223.5,24.6,0.86,8.920,223.4 +26.1,0.86,7.560,215.8,25.9,0.86,7.660,215.9 +27.2,0.86,7.410,208.8,26.9,0.86,7.510,209.1 +27.9,0.86,6.730,250.0,27.7,0.86,6.820,249.4 +28.2,0.86,6.320,245.5,28.0,0.86,6.360,245.4 +28.3,0.86,5.680,223.4,28.1,0.86,5.800,223.8 +28.4,0.86,6.430,236.9,28.2,0.86,6.530,236.9 +28.1,0.85,6.920,203.0,28.0,0.85,7.160,204.6 +27.6,0.85,9.350,188.6,27.6,0.85,9.630,189.3 +25.0,0.85,14.190,181.5,25.1,0.85,15.180,181.8 +23.5,0.85,13.240,179.8,23.5,0.85,14.320,180.3 +22.1,0.86,13.050,190.1,22.2,0.86,14.290,189.9 +20.8,0.86,1.730,203.5,20.6,0.86,2.410,204.6 +19.5,0.86,9.020,167.6,19.4,0.86,9.910,175.7 +17.8,0.86,5.850,239.1,17.9,0.86,6.490,227.2 +17.2,0.86,9.430,190.2,17.4,0.86,11.640,192.7 +16.1,0.86,8.990,202.5,16.1,0.86,10.610,202.3 +15.2,0.85,7.990,205.5,15.2,0.85,9.730,203.7 +14.1,0.86,7.150,212.2,14.2,0.86,8.440,210.7 +13.9,0.86,7.950,230.7,14.0,0.86,9.090,231.7 +15.2,0.86,4.270,241.7,15.1,0.86,4.500,244.3 +18.5,0.86,3.000,241.8,18.3,0.86,3.040,243.5 +21.6,0.86,3.630,238.0,21.5,0.86,3.640,238.9 +25.2,0.86,1.890,214.3,25.0,0.86,1.910,216.7 +27.6,0.86,2.400,213.4,27.4,0.86,2.410,215.0 +29.4,0.85,2.360,244.0,29.1,0.85,2.380,244.9 +30.4,0.85,5.120,241.4,30.1,0.85,5.160,242.3 +28.8,0.85,12.460,333.3,28.6,0.85,12.710,333.7 +28.5,0.85,9.540,166.5,28.3,0.85,9.600,168.1 +28.9,0.85,5.860,191.2,28.7,0.85,5.950,191.3 +25.7,0.85,14.760,121.2,25.5,0.85,14.920,121.6 +24.9,0.85,9.930,150.9,24.7,0.85,10.420,150.0 +24.4,0.85,10.230,161.1,24.6,0.85,11.090,159.6 +22.3,0.85,4.940,125.6,22.4,0.85,5.970,139.7 +22.4,0.85,12.060,164.6,22.6,0.85,13.340,164.5 +22.2,0.85,15.140,171.2,22.1,0.85,16.350,171.0 +19.8,0.85,13.640,171.5,19.8,0.85,14.800,171.8 +20.0,0.86,14.730,182.0,20.1,0.86,16.050,182.5 +19.9,0.86,17.630,190.6,19.9,0.86,18.970,190.5 +19.1,0.86,13.940,206.1,19.1,0.86,15.070,205.5 +17.3,0.86,10.120,214.5,17.4,0.86,11.700,213.7 +16.4,0.86,10.900,220.3,16.7,0.86,11.720,222.8 +18.1,0.86,6.690,308.7,18.6,0.86,7.090,316.1 +16.9,0.86,8.440,307.9,18.4,0.86,9.080,319.5 +16.3,0.86,10.010,347.7,16.1,0.86,10.220,348.1 +15.0,0.86,10.010,1.5,14.8,0.86,10.130,1.6 +15.7,0.86,10.490,5.7,15.4,0.86,10.640,5.8 +16.8,0.86,10.660,9.9,16.6,0.86,10.820,9.8 +17.8,0.86,10.140,15.7,17.6,0.86,10.290,15.7 +18.2,0.86,9.610,19.1,18.0,0.86,9.750,19.2 +18.1,0.86,9.550,30.9,17.9,0.86,9.690,30.8 +16.9,0.86,10.430,35.9,16.7,0.86,10.560,35.8 +16.2,0.86,9.790,42.8,15.9,0.86,9.940,42.7 +13.8,0.86,11.350,40.7,13.6,0.86,11.490,40.8 +13.2,0.86,10.950,37.4,13.0,0.86,11.090,37.6 +11.2,0.87,10.400,26.3,11.0,0.87,10.550,26.4 +7.3,0.87,14.010,32.9,7.1,0.87,14.290,33.0 +5.6,0.87,14.310,32.2,5.4,0.87,14.580,32.2 +4.7,0.87,13.270,28.6,4.5,0.87,13.550,28.5 +3.8,0.87,14.040,21.7,3.6,0.87,14.360,21.7 +3.1,0.87,15.210,15.9,2.9,0.87,15.560,16.0 +2.4,0.87,16.620,13.3,2.1,0.87,16.990,13.4 +1.6,0.87,13.650,17.4,1.4,0.87,13.990,17.5 +0.9,0.87,13.110,16.8,0.7,0.87,13.420,16.9 +0.3,0.87,13.300,17.2,0.1,0.87,13.720,17.2 +0.0,0.87,14.710,13.9,-0.2,0.87,15.240,14.0 +-0.8,0.88,12.280,8.1,-1.0,0.88,12.890,8.2 +-0.6,0.88,12.470,12.6,-0.8,0.88,12.990,12.7 +-0.1,0.88,16.350,19.4,-0.2,0.88,16.750,19.4 +0.7,0.88,14.780,15.4,0.5,0.88,15.090,15.5 +1.7,0.88,14.360,18.9,1.4,0.88,14.670,18.9 +2.6,0.88,13.870,22.9,2.4,0.88,14.160,22.8 +4.5,0.88,13.800,20.4,4.3,0.88,14.070,20.4 +5.9,0.88,12.980,17.4,5.7,0.88,13.230,17.4 +6.9,0.88,12.810,15.7,6.7,0.88,13.060,15.7 +7.5,0.88,12.440,14.1,7.2,0.88,12.670,14.2 +7.5,0.88,12.080,22.8,7.3,0.88,12.280,22.7 +7.7,0.88,11.340,14.8,7.5,0.88,11.550,15.0 +7.3,0.88,11.980,30.3,7.1,0.88,12.190,30.0 +7.0,0.88,10.800,25.2,6.8,0.88,11.040,25.3 +6.2,0.88,8.070,40.8,6.0,0.88,8.640,40.6 +5.7,0.88,8.060,39.8,5.5,0.88,8.950,40.7 +5.0,0.88,7.010,48.2,4.9,0.88,8.230,48.2 +4.6,0.88,6.580,45.0,4.5,0.88,7.560,49.0 +4.3,0.88,5.610,35.6,4.3,0.88,6.250,41.7 +3.9,0.88,3.500,29.6,3.8,0.88,3.620,33.7 +3.6,0.88,2.790,1.0,3.5,0.88,2.720,4.4 +3.1,0.88,2.860,335.0,3.2,0.88,2.720,339.1 +2.3,0.88,3.760,309.3,2.6,0.88,3.640,310.6 +1.7,0.88,5.200,288.6,2.0,0.88,5.090,290.3 +1.8,0.87,6.450,279.8,2.1,0.87,6.420,279.1 +1.0,0.87,6.590,283.3,1.6,0.87,7.140,282.9 +2.3,0.87,4.360,282.9,2.3,0.87,4.690,283.5 +5.3,0.87,5.310,281.4,5.1,0.87,5.380,281.7 +7.1,0.87,6.360,274.4,6.9,0.87,6.430,274.8 +8.6,0.87,6.670,273.8,8.4,0.87,6.750,274.1 +10.1,0.87,6.870,271.9,9.8,0.87,6.950,272.1 +11.4,0.87,7.230,274.3,11.2,0.87,7.320,274.3 +12.9,0.87,6.850,276.2,12.7,0.87,6.940,276.1 +14.1,0.87,6.370,279.1,13.9,0.87,6.460,279.2 +14.9,0.87,6.070,283.4,14.7,0.87,6.150,283.4 +15.5,0.87,5.840,285.9,15.3,0.87,5.920,286.0 +15.8,0.87,5.710,279.9,15.6,0.87,5.790,280.2 +15.8,0.87,5.630,271.8,15.7,0.87,5.730,271.7 +15.8,0.86,4.450,257.5,15.7,0.86,4.690,257.4 +15.9,0.86,5.340,250.8,15.8,0.86,5.380,251.2 +15.0,0.86,5.530,239.9,15.0,0.86,5.650,240.7 +13.7,0.86,6.440,250.4,14.0,0.86,7.040,250.0 +12.6,0.86,5.320,259.8,12.8,0.86,5.770,258.0 +12.2,0.86,6.760,0.6,11.9,0.86,6.620,356.9 +12.6,0.86,6.710,73.8,12.6,0.86,6.300,72.9 +10.0,0.86,9.470,101.3,10.1,0.86,9.850,104.9 +9.3,0.86,7.120,107.0,9.5,0.86,7.740,107.9 +8.2,0.86,4.320,104.5,8.5,0.86,4.940,106.4 +7.5,0.86,3.650,86.9,7.9,0.86,4.010,91.1 +7.1,0.86,4.020,75.0,7.4,0.86,4.300,78.1 +7.6,0.86,2.020,61.0,7.5,0.86,2.280,60.5 +10.4,0.87,2.720,71.8,10.2,0.87,2.760,71.6 +12.6,0.87,3.400,85.5,12.4,0.87,3.440,84.9 +14.2,0.87,3.510,97.6,13.9,0.87,3.540,96.8 +15.5,0.86,2.960,91.7,15.3,0.86,2.990,90.5 +16.7,0.86,2.420,80.8,16.5,0.86,2.450,80.1 +17.6,0.86,2.100,71.7,17.4,0.86,2.120,71.4 +18.4,0.86,2.050,48.0,18.2,0.86,2.050,48.5 +18.7,0.86,2.400,55.5,18.5,0.86,2.400,56.4 +19.2,0.86,2.740,69.9,18.9,0.86,2.750,70.9 +19.1,0.86,3.500,65.6,18.9,0.86,3.490,65.8 +18.7,0.86,5.380,59.7,18.5,0.86,5.350,59.3 +17.9,0.86,8.400,70.7,17.7,0.86,8.680,70.5 +16.1,0.86,10.580,67.0,16.1,0.86,11.270,67.2 +14.9,0.87,9.380,70.4,14.8,0.87,10.290,70.0 +13.2,0.87,9.340,79.3,13.2,0.87,10.400,78.5 +11.9,0.87,9.260,84.7,11.8,0.87,10.210,84.1 +10.7,0.87,8.890,87.2,10.7,0.87,10.060,87.5 +9.8,0.87,7.200,97.4,9.8,0.87,7.880,97.4 +9.3,0.87,5.820,97.8,9.3,0.87,6.550,99.1 +8.7,0.87,5.530,88.7,8.7,0.87,5.850,91.5 +7.4,0.87,6.300,93.0,7.2,0.87,6.630,100.0 +6.1,0.87,6.790,80.7,6.4,0.87,6.640,81.8 +5.3,0.87,4.400,76.6,5.3,0.87,4.940,76.0 +6.5,0.87,1.390,45.5,6.3,0.87,1.470,46.2 +8.1,0.87,1.770,68.2,7.9,0.87,1.800,67.3 +10.2,0.87,1.770,67.6,10.0,0.87,1.800,66.9 +12.2,0.87,1.560,56.8,12.0,0.87,1.570,56.8 +14.0,0.87,1.970,66.5,13.8,0.87,1.980,66.3 +15.4,0.87,1.440,123.3,15.2,0.87,1.440,122.6 +16.2,0.87,2.380,215.7,16.0,0.87,2.380,215.6 +16.0,0.87,2.530,201.5,15.8,0.87,2.490,201.3 +16.5,0.87,1.730,144.2,16.3,0.87,1.700,144.8 +17.2,0.87,2.320,133.9,17.0,0.87,2.330,134.6 +17.7,0.87,3.820,123.7,17.5,0.87,3.850,124.4 +18.0,0.87,3.260,137.2,17.9,0.87,3.350,139.7 +18.0,0.87,5.960,158.6,17.8,0.87,5.920,159.4 +17.8,0.87,6.090,138.0,17.7,0.87,6.340,139.7 +15.9,0.87,6.430,195.4,15.7,0.87,6.360,198.4 +15.9,0.87,5.780,176.1,16.2,0.87,6.310,176.0 +13.9,0.87,5.200,154.1,14.3,0.87,5.990,163.6 +13.3,0.87,8.050,152.1,13.6,0.87,9.280,154.3 +12.7,0.87,7.930,147.6,12.9,0.87,9.110,150.6 +11.7,0.87,7.330,149.3,11.8,0.87,8.650,151.5 +11.1,0.87,7.820,148.4,11.3,0.87,9.390,149.7 +10.2,0.87,7.070,155.7,10.4,0.87,8.570,155.7 +9.7,0.87,8.080,157.8,9.9,0.87,9.530,158.3 +10.0,0.87,6.410,149.6,10.0,0.87,7.190,151.7 +10.3,0.87,6.350,255.8,10.1,0.87,6.600,253.8 +9.9,0.87,1.150,242.4,9.8,0.87,1.230,238.9 +11.4,0.87,3.810,127.7,11.2,0.87,3.810,129.7 +10.8,0.87,6.010,140.2,10.6,0.87,6.050,140.6 +11.8,0.87,7.220,141.7,11.6,0.87,7.310,141.8 +12.1,0.87,9.200,146.8,11.9,0.87,9.280,146.9 +14.1,0.87,8.370,138.1,13.9,0.87,8.470,138.5 +14.9,0.87,7.860,154.4,14.7,0.87,8.040,154.5 +15.4,0.86,5.380,140.4,15.2,0.86,5.500,140.9 +16.6,0.86,8.230,146.8,16.4,0.86,8.380,147.0 +16.6,0.86,7.950,160.3,16.4,0.86,8.080,160.3 +16.5,0.86,6.140,144.4,16.3,0.86,6.380,145.1 +15.8,0.86,7.450,143.8,15.6,0.86,7.880,144.7 +15.4,0.86,7.530,149.0,15.4,0.86,8.120,151.1 +14.8,0.86,4.490,119.6,14.7,0.86,5.280,126.0 +14.3,0.86,4.590,100.6,14.1,0.86,4.840,108.2 +13.5,0.86,4.290,150.5,13.7,0.86,4.440,158.0 +13.5,0.86,8.020,130.7,13.3,0.86,8.330,131.2 +12.7,0.86,7.710,142.2,12.6,0.86,8.230,143.4 +11.9,0.86,6.360,148.5,11.8,0.86,6.930,151.6 +11.8,0.86,7.130,154.6,11.9,0.86,8.230,154.6 +11.3,0.86,8.380,160.1,11.5,0.86,9.690,160.0 +10.8,0.86,6.300,163.6,11.0,0.86,7.760,165.4 +11.1,0.86,5.990,156.4,11.1,0.86,6.690,160.2 +12.4,0.86,4.420,185.7,12.3,0.86,4.550,185.7 +13.3,0.86,3.840,187.7,13.1,0.86,3.910,187.7 +14.5,0.86,3.570,189.9,14.3,0.86,3.610,189.7 +16.2,0.86,3.690,186.4,16.0,0.86,3.740,186.0 +18.2,0.86,3.590,193.3,18.0,0.86,3.630,192.7 +20.0,0.86,3.480,189.6,19.8,0.86,3.540,189.4 +21.9,0.86,4.230,203.1,21.7,0.86,4.310,203.4 +22.9,0.86,4.660,203.3,22.7,0.86,4.740,203.5 +22.6,0.86,5.360,37.6,22.4,0.86,5.110,38.1 +19.6,0.86,9.730,172.6,19.4,0.86,9.860,172.6 +20.4,0.86,7.290,146.3,20.2,0.86,7.370,146.3 +19.0,0.86,9.060,169.7,18.8,0.86,9.240,169.6 +17.8,0.86,5.000,170.4,17.6,0.86,5.180,172.1 +17.3,0.86,7.980,173.6,17.3,0.86,8.970,174.3 +16.2,0.86,11.940,157.3,16.1,0.86,12.710,157.5 +14.8,0.86,8.670,152.8,14.7,0.86,9.500,154.5 +13.9,0.86,6.880,165.1,13.7,0.86,7.920,166.3 +13.6,0.86,8.890,175.2,13.5,0.86,10.190,176.7 +13.2,0.86,8.370,176.9,13.2,0.86,9.930,179.7 +13.2,0.86,8.020,184.7,13.2,0.86,10.240,185.6 +13.0,0.86,10.490,194.6,13.0,0.86,11.670,194.5 +12.2,0.86,7.250,194.4,12.1,0.86,8.670,192.4 +12.0,0.86,8.650,193.6,11.8,0.86,9.120,194.1 +12.1,0.86,6.740,208.1,11.9,0.86,7.140,208.1 +12.5,0.86,5.510,210.5,12.3,0.86,5.590,210.6 +14.5,0.86,4.280,213.6,14.4,0.86,4.310,214.2 +17.6,0.86,4.230,218.9,17.4,0.86,4.270,219.3 +20.6,0.86,5.240,243.6,20.4,0.86,5.330,243.5 +22.5,0.86,6.960,248.1,22.3,0.86,7.050,248.3 +23.0,0.86,6.890,258.6,22.8,0.86,6.970,258.5 +23.3,0.86,6.790,261.4,23.1,0.86,6.860,261.2 +23.8,0.86,7.030,268.8,23.6,0.86,7.130,268.3 +24.1,0.86,8.010,265.4,23.9,0.86,8.090,265.4 +24.2,0.86,8.560,269.1,24.0,0.86,8.710,269.0 +24.2,0.86,7.360,276.7,24.0,0.86,7.470,276.1 +23.9,0.86,7.640,280.5,23.7,0.86,7.750,280.4 +23.7,0.86,5.160,272.1,23.6,0.86,5.500,267.1 +23.7,0.86,6.040,287.8,23.6,0.86,5.920,287.1 +22.8,0.86,9.090,331.2,22.7,0.86,9.580,330.4 +21.8,0.86,10.170,340.4,21.9,0.86,10.610,340.9 +20.7,0.86,9.640,350.8,21.0,0.86,10.450,351.3 +19.4,0.86,8.490,351.5,19.9,0.86,9.840,351.4 +18.7,0.86,7.030,351.8,19.2,0.86,7.920,353.8 +15.0,0.86,4.040,354.7,15.3,0.86,4.700,2.7 +14.6,0.86,5.920,34.5,14.7,0.86,6.350,39.3 +13.7,0.86,7.650,30.5,13.8,0.86,8.360,31.7 +12.2,0.86,7.200,20.8,12.2,0.86,8.520,23.1 +12.3,0.86,7.070,23.3,12.4,0.86,7.820,24.8 +13.5,0.86,5.740,5.2,13.3,0.86,5.890,6.1 +15.7,0.86,4.380,51.0,15.5,0.86,4.450,50.8 +17.7,0.86,5.100,44.5,17.5,0.86,5.160,44.0 +19.0,0.86,5.270,45.2,18.8,0.86,5.340,44.8 +20.3,0.86,3.840,22.5,20.1,0.86,3.880,22.3 +21.3,0.86,2.330,58.8,21.1,0.86,2.340,58.6 +16.3,0.86,12.380,320.2,16.1,0.86,12.750,319.5 +15.6,0.86,5.920,339.8,15.5,0.86,5.710,336.8 +16.7,0.86,4.160,20.7,16.6,0.86,4.080,16.2 +19.8,0.86,5.410,342.9,19.6,0.86,5.400,343.1 +20.0,0.86,4.960,329.4,19.9,0.86,4.990,329.6 +19.9,0.86,6.430,269.7,19.7,0.86,6.560,270.4 +18.8,0.86,7.380,28.6,18.7,0.86,7.740,28.9 +15.9,0.86,9.860,39.8,15.8,0.86,10.620,40.7 +15.3,0.86,10.130,34.8,15.2,0.86,10.800,35.4 +14.4,0.86,7.200,45.4,14.3,0.86,7.860,46.4 +13.8,0.86,7.020,65.4,13.6,0.86,7.360,65.8 +13.3,0.87,5.250,57.2,13.1,0.87,5.800,59.4 +13.2,0.87,8.520,42.4,13.1,0.87,8.940,43.8 +12.7,0.87,10.240,31.4,12.5,0.87,10.600,31.9 +11.8,0.87,5.910,33.8,11.7,0.87,6.510,35.1 +11.2,0.87,4.160,51.3,11.1,0.87,5.060,48.2 +11.1,0.87,5.200,32.7,11.0,0.87,5.910,32.8 +10.9,0.87,5.770,357.4,10.8,0.87,6.180,358.8 +11.3,0.87,5.740,15.8,11.1,0.87,5.800,15.9 +12.2,0.87,5.830,37.5,12.0,0.87,5.900,37.6 +13.8,0.87,4.840,39.5,13.7,0.87,4.920,39.7 +13.8,0.87,5.740,12.2,13.6,0.87,5.790,12.7 +13.0,0.87,3.380,30.4,12.8,0.87,3.430,31.0 +13.8,0.87,5.910,113.5,13.6,0.87,5.960,113.1 +13.1,0.87,4.920,144.0,12.9,0.87,4.880,143.8 +13.3,0.87,6.300,140.3,13.2,0.87,6.280,140.0 +15.1,0.87,3.320,140.4,14.9,0.87,3.330,140.3 +15.1,0.87,5.320,118.8,14.9,0.87,5.310,119.1 +15.5,0.87,3.750,91.3,15.3,0.87,3.780,91.3 +14.0,0.87,7.280,350.3,13.9,0.87,7.330,350.7 +14.3,0.87,2.960,335.8,14.1,0.87,3.070,338.7 +14.7,0.87,2.850,31.8,14.7,0.87,2.950,37.5 +14.3,0.87,5.730,45.9,14.3,0.87,6.100,48.1 +14.0,0.87,3.530,21.7,13.9,0.87,3.670,25.7 +13.1,0.87,3.000,29.6,13.1,0.87,3.340,36.9 +12.9,0.87,3.710,55.1,13.3,0.87,4.330,62.3 +12.6,0.87,4.700,54.5,12.7,0.87,4.860,59.9 +11.8,0.87,3.040,57.4,12.0,0.87,3.210,64.6 +11.8,0.87,1.970,63.9,12.0,0.87,2.020,71.5 +11.7,0.87,1.480,5.3,11.8,0.87,1.370,10.2 +11.4,0.87,1.860,341.5,11.6,0.87,1.770,342.7 +12.0,0.87,2.860,348.8,12.2,0.87,2.580,349.5 +12.1,0.87,2.160,347.1,12.2,0.87,2.810,350.4 +14.4,0.87,1.860,332.6,14.2,0.87,1.890,333.5 +16.2,0.87,1.730,8.8,16.0,0.87,1.760,9.5 +17.5,0.87,2.610,41.6,17.3,0.87,2.650,41.5 +18.2,0.87,3.460,70.5,18.0,0.87,3.520,70.2 +18.9,0.87,3.060,77.0,18.7,0.87,3.110,76.2 +16.2,0.87,6.010,356.3,16.0,0.87,5.870,356.1 +16.3,0.87,5.980,4.9,16.1,0.87,6.140,6.1 +17.9,0.87,1.550,123.0,17.8,0.87,1.590,123.3 +16.9,0.87,5.340,134.3,16.8,0.87,5.360,134.2 +17.7,0.87,2.090,136.3,17.5,0.87,2.110,135.8 +17.6,0.87,2.600,140.1,17.4,0.87,2.580,139.8 +17.4,0.87,1.530,142.4,17.3,0.87,1.540,140.5 +17.1,0.87,2.920,58.2,17.2,0.87,2.890,60.4 +17.7,0.87,1.760,42.3,17.6,0.87,1.750,43.1 +16.0,0.87,5.700,69.3,15.8,0.87,6.280,64.8 +15.1,0.87,8.810,90.9,15.1,0.87,10.630,98.7 +14.0,0.87,9.590,119.2,14.1,0.87,11.130,120.7 +13.5,0.87,8.530,126.7,13.9,0.87,9.750,127.0 +13.8,0.87,8.750,135.9,14.1,0.87,9.100,138.7 +13.3,0.87,8.750,149.6,13.5,0.87,9.330,151.2 +13.0,0.87,7.530,165.3,13.1,0.87,7.820,165.5 +12.2,0.87,6.030,181.2,12.3,0.87,6.330,179.1 +11.2,0.87,4.990,193.1,11.5,0.87,5.510,189.5 +11.7,0.87,2.920,193.8,11.6,0.87,3.330,190.4 +13.9,0.87,3.650,188.6,13.8,0.87,3.710,188.1 +16.1,0.87,5.220,194.2,15.9,0.87,5.290,194.1 +17.8,0.87,5.960,206.9,17.6,0.87,6.030,207.1 +19.1,0.87,5.670,217.3,18.9,0.87,5.750,217.5 +20.2,0.87,5.800,219.1,20.0,0.87,5.870,219.2 +21.1,0.87,5.720,218.6,20.9,0.87,5.790,218.8 +21.8,0.87,5.610,223.8,21.6,0.87,5.680,223.8 +22.3,0.87,5.420,226.8,22.1,0.87,5.500,226.8 +22.6,0.87,5.510,227.4,22.4,0.87,5.580,227.2 +22.5,0.87,6.370,207.5,22.3,0.87,6.460,207.8 +22.5,0.87,6.550,217.6,22.3,0.87,6.700,217.3 +21.4,0.87,9.200,192.0,21.3,0.87,9.750,192.5 +20.6,0.87,10.040,195.7,20.6,0.87,10.750,196.3 +20.1,0.87,11.430,202.7,20.1,0.87,12.210,202.9 +19.2,0.87,11.550,208.1,19.3,0.87,12.440,208.5 +18.6,0.87,11.960,210.4,18.8,0.87,13.020,210.6 +17.8,0.87,9.870,217.8,17.9,0.87,10.940,217.3 +16.9,0.87,8.570,231.5,17.1,0.87,9.720,229.2 +16.5,0.87,8.850,238.9,16.7,0.87,10.040,236.3 +16.0,0.87,8.920,230.6,16.2,0.87,10.380,229.4 +15.1,0.87,9.580,229.9,15.4,0.87,10.980,229.5 +14.7,0.87,10.140,238.0,14.9,0.87,11.480,236.5 +14.1,0.87,8.920,237.3,14.3,0.87,10.040,236.8 +15.2,0.87,7.410,241.7,15.1,0.87,7.900,240.9 +17.1,0.87,7.480,242.3,16.9,0.87,7.590,242.0 +19.4,0.87,7.890,240.7,19.2,0.87,7.990,240.5 +21.2,0.87,7.260,242.2,21.0,0.87,7.350,242.1 +22.5,0.87,6.750,235.4,22.3,0.87,6.850,235.2 +23.4,0.87,6.750,220.2,23.2,0.87,6.830,220.3 +24.0,0.87,6.420,211.3,23.8,0.87,6.490,211.4 +24.4,0.87,6.600,205.1,24.2,0.87,6.670,205.2 +24.7,0.87,6.710,198.3,24.5,0.87,6.800,198.5 +24.6,0.87,6.940,190.5,24.4,0.87,7.010,190.7 +24.5,0.87,7.250,197.6,24.3,0.87,7.340,197.6 +23.8,0.87,8.920,187.4,23.7,0.87,9.110,187.5 +23.1,0.87,8.940,185.4,23.0,0.87,9.380,185.8 +22.2,0.87,10.140,189.9,22.2,0.87,10.740,190.7 +21.6,0.87,10.570,191.6,21.7,0.87,11.380,192.5 +20.9,0.87,11.150,198.3,21.1,0.87,11.940,198.7 +20.3,0.87,11.260,203.6,20.6,0.87,12.200,204.3 +19.7,0.87,10.880,202.5,20.1,0.87,11.800,203.4 +18.6,0.87,11.430,202.5,19.0,0.87,12.720,202.7 +16.8,0.87,10.740,206.6,17.1,0.87,12.430,207.1 +15.8,0.87,9.760,213.8,16.1,0.87,11.430,213.9 +14.9,0.87,9.470,216.7,15.1,0.87,11.300,216.2 +14.0,0.87,8.050,222.0,14.2,0.87,9.680,220.3 +13.9,0.87,8.040,218.7,14.0,0.87,8.940,217.9 +15.4,0.87,6.660,220.9,15.3,0.87,6.810,220.9 +17.6,0.87,6.940,211.3,17.4,0.87,7.030,211.5 +20.0,0.87,6.910,211.3,19.8,0.87,7.020,211.5 +22.0,0.87,6.890,214.2,21.8,0.87,6.990,214.3 +23.1,0.87,6.980,212.1,22.9,0.87,7.090,212.2 +24.1,0.86,7.560,206.7,23.9,0.86,7.660,206.9 +24.9,0.86,7.810,210.1,24.7,0.86,7.930,210.3 +25.6,0.86,7.530,211.6,25.4,0.86,7.650,211.7 +26.1,0.86,7.590,215.8,25.9,0.86,7.700,216.0 +26.3,0.86,6.550,229.1,26.1,0.86,6.670,228.8 +26.1,0.86,7.070,223.3,25.9,0.86,7.190,223.4 +25.7,0.86,7.650,208.2,25.5,0.86,7.840,208.2 +25.2,0.86,10.690,189.0,25.1,0.86,11.160,189.5 +23.9,0.86,12.230,184.7,24.0,0.86,13.260,185.8 +19.6,0.86,12.750,181.6,19.5,0.86,13.410,182.1 +18.4,0.86,12.570,194.3,18.2,0.86,13.360,194.5 +17.4,0.86,11.030,186.8,17.3,0.86,11.790,187.8 +16.7,0.86,10.770,195.2,16.6,0.86,11.680,195.7 +16.2,0.86,10.790,193.1,16.2,0.86,11.790,194.1 +16.4,0.86,11.950,198.8,16.4,0.86,12.750,199.4 +15.8,0.86,9.370,185.3,15.7,0.86,10.420,187.5 +15.1,0.86,9.130,180.8,15.2,0.86,10.240,182.3 +14.4,0.86,6.440,193.3,14.4,0.86,7.500,193.2 +15.2,0.86,9.370,192.5,15.8,0.86,9.420,197.3 +16.0,0.86,2.800,174.6,16.1,0.86,3.130,183.1 +18.6,0.86,2.360,159.1,18.4,0.86,2.330,160.7 +20.4,0.86,2.130,179.6,20.2,0.86,2.130,180.9 +22.5,0.86,3.460,175.1,22.3,0.86,3.500,176.0 +25.1,0.86,6.070,238.6,24.9,0.86,6.150,238.4 +26.2,0.86,5.820,240.6,25.9,0.86,5.900,240.2 +27.2,0.86,5.000,249.0,26.9,0.86,5.060,248.8 +28.3,0.86,4.400,256.8,28.1,0.86,4.440,257.1 +28.8,0.86,4.330,274.2,28.5,0.86,4.380,274.3 +24.8,0.86,11.560,13.5,24.7,0.86,11.700,11.8 +25.9,0.86,4.350,110.5,25.9,0.86,4.200,106.6 +26.0,0.86,6.380,179.1,26.1,0.86,6.740,179.2 +23.8,0.86,9.300,220.1,23.7,0.86,9.780,219.5 +24.1,0.86,2.440,245.1,24.2,0.86,2.950,248.4 +23.8,0.86,3.120,266.0,23.7,0.86,3.530,267.6 +23.0,0.86,3.360,246.1,23.0,0.86,2.730,248.0 +23.1,0.86,6.450,316.4,23.3,0.86,6.780,319.0 +23.2,0.86,13.720,5.7,23.4,0.86,14.670,4.4 +19.1,0.86,5.310,77.0,19.0,0.86,6.170,69.6 +19.1,0.86,4.580,85.6,19.0,0.86,5.260,86.2 +18.6,0.86,1.600,5.0,18.5,0.86,1.660,15.1 +19.7,0.86,3.280,56.8,20.3,0.86,2.920,62.1 +17.4,0.86,3.760,335.5,17.7,0.86,3.520,333.3 +17.2,0.86,5.860,41.1,17.3,0.86,5.690,41.9 +17.5,0.86,2.670,63.6,17.4,0.86,2.730,61.3 +20.1,0.86,0.760,57.0,19.9,0.86,0.780,53.7 +22.2,0.86,2.490,114.2,22.0,0.86,2.430,113.0 +24.2,0.86,2.420,121.9,24.0,0.86,2.380,122.4 +26.2,0.86,2.510,176.4,26.0,0.86,2.530,176.8 +27.8,0.86,3.780,214.4,27.6,0.86,3.800,214.5 +29.2,0.86,5.980,251.6,28.9,0.86,6.060,251.5 +29.9,0.86,6.520,263.7,29.6,0.86,6.610,264.2 +30.2,0.86,8.260,264.4,30.0,0.86,8.340,264.4 +30.5,0.86,7.660,267.3,30.3,0.86,7.760,266.6 +30.7,0.86,8.560,253.1,30.4,0.86,8.750,253.0 +30.4,0.86,8.280,251.6,30.2,0.86,8.620,250.1 +29.9,0.86,8.940,254.3,29.9,0.86,9.630,256.0 +28.9,0.86,8.160,248.5,29.1,0.86,9.010,251.4 +22.3,0.86,10.150,107.9,22.3,0.86,11.380,112.3 +21.4,0.86,11.420,143.6,21.4,0.86,12.560,142.5 +20.9,0.86,13.300,157.0,21.1,0.86,14.810,156.5 +19.4,0.86,13.220,157.6,19.4,0.86,14.640,156.6 +18.3,0.86,10.510,171.9,18.3,0.86,12.100,170.3 +17.2,0.86,7.880,188.2,17.3,0.86,9.670,187.2 +16.5,0.86,4.620,164.3,16.4,0.86,5.800,168.7 +16.9,0.86,2.960,171.7,16.9,0.86,3.270,176.0 +16.9,0.86,2.250,219.5,17.1,0.86,2.620,219.8 +17.9,0.86,3.100,250.3,18.5,0.86,3.480,252.5 +18.2,0.86,3.210,267.4,19.2,0.86,4.060,269.0 +21.0,0.86,2.350,259.9,20.9,0.86,2.390,262.9 +24.9,0.86,3.390,266.1,24.7,0.86,3.380,267.7 +28.3,0.86,2.880,286.4,28.1,0.86,2.920,287.6 +29.8,0.86,2.790,282.7,29.5,0.86,2.830,282.9 +30.8,0.86,3.270,243.9,30.6,0.86,3.280,244.7 +31.2,0.86,4.280,231.5,31.0,0.86,4.320,231.6 +31.3,0.86,3.600,242.8,31.1,0.86,3.640,242.5 +32.0,0.86,2.580,220.0,31.8,0.86,2.630,219.5 +31.4,0.86,8.260,268.9,31.2,0.86,8.390,267.5 +31.2,0.86,6.890,249.2,31.0,0.86,6.980,249.0 +31.1,0.86,4.790,234.3,30.9,0.86,4.950,234.7 +29.5,0.86,5.060,301.6,29.4,0.86,5.150,300.5 +28.9,0.86,3.280,340.1,28.9,0.86,3.490,334.3 +28.1,0.86,2.320,307.7,28.5,0.86,2.520,302.6 +28.4,0.86,0.760,3.9,28.8,0.86,0.720,341.6 +24.3,0.86,8.990,127.7,24.7,0.86,8.170,127.1 +28.7,0.86,14.010,244.8,28.6,0.86,14.340,245.0 +28.8,0.86,6.710,201.5,28.7,0.86,6.720,203.3 +25.8,0.86,8.920,242.9,25.6,0.86,8.410,240.4 +23.7,0.86,7.030,200.3,23.6,0.86,7.650,197.7 +21.6,0.86,6.110,197.0,21.6,0.86,6.740,198.0 +20.1,0.86,7.890,187.3,20.1,0.86,9.060,188.4 +19.3,0.86,5.730,162.0,19.4,0.86,6.440,162.1 +20.6,0.86,4.260,161.2,20.4,0.86,4.340,161.8 +22.0,0.86,4.370,199.6,21.8,0.86,4.400,199.5 +23.9,0.86,4.150,225.4,23.7,0.86,4.200,226.0 +26.4,0.86,3.810,242.2,26.2,0.86,3.830,242.6 +28.7,0.86,5.280,262.8,28.5,0.86,5.340,262.8 +29.2,0.86,7.070,249.7,29.0,0.86,7.140,249.6 +29.8,0.86,7.520,250.0,29.6,0.86,7.630,249.6 +30.3,0.86,9.710,237.3,30.0,0.86,9.920,237.2 +29.8,0.86,11.450,250.5,29.6,0.86,11.600,250.1 +29.7,0.86,11.050,239.7,29.4,0.86,11.190,239.5 +29.6,0.86,11.450,242.5,29.4,0.86,11.600,242.6 +28.7,0.86,5.140,278.5,28.5,0.86,5.310,278.3 +28.6,0.86,8.210,248.5,28.5,0.86,8.160,248.2 +27.4,0.86,6.160,235.0,27.6,0.86,6.560,242.7 +26.4,0.86,11.700,229.6,26.5,0.86,12.360,231.7 +25.1,0.86,11.440,241.0,25.2,0.86,12.390,243.2 +23.7,0.86,13.790,246.8,23.8,0.86,15.290,248.2 +23.7,0.86,14.430,245.3,23.7,0.86,15.640,245.8 +19.7,0.86,7.800,286.9,19.8,0.86,8.920,283.3 +19.6,0.86,11.850,260.5,19.7,0.86,12.080,261.5 +20.2,0.86,8.820,276.7,20.6,0.86,8.570,283.3 +18.9,0.86,9.640,268.4,19.5,0.86,10.250,272.9 +17.8,0.86,11.160,274.1,17.9,0.86,11.990,276.1 +17.1,0.86,8.510,282.7,17.1,0.86,9.000,284.5 +18.0,0.86,7.620,278.7,17.9,0.86,7.730,279.6 +19.9,0.86,7.650,278.3,19.7,0.86,7.760,278.7 +21.9,0.86,8.040,283.4,21.7,0.86,8.160,283.7 +23.0,0.86,8.910,277.8,22.8,0.86,9.050,277.9 +23.7,0.86,9.760,268.2,23.4,0.86,9.910,268.2 +24.1,0.86,10.120,271.0,23.8,0.86,10.270,271.0 +25.2,0.86,10.040,267.7,25.0,0.86,10.220,267.7 +25.3,0.86,11.370,273.7,25.1,0.86,11.540,273.4 +26.0,0.86,12.650,267.9,25.8,0.86,12.890,267.7 +25.8,0.86,12.280,282.1,25.6,0.86,12.490,281.7 +26.0,0.86,10.290,274.6,25.8,0.86,10.500,274.2 +25.7,0.86,7.970,267.9,25.6,0.86,8.210,268.2 +25.4,0.86,8.200,288.4,25.3,0.86,8.450,287.0 +24.8,0.86,6.140,299.0,24.8,0.86,6.950,302.6 +23.8,0.86,5.020,312.0,23.8,0.86,5.530,313.9 +23.0,0.86,8.340,329.3,23.2,0.86,9.160,328.2 +21.7,0.86,8.170,327.2,22.1,0.86,9.350,325.9 +21.3,0.86,7.770,333.2,21.7,0.86,8.890,334.2 +20.4,0.86,6.330,328.2,20.9,0.86,6.890,331.4 +19.7,0.86,7.380,322.1,20.2,0.86,8.170,324.8 +19.1,0.86,7.440,330.3,19.7,0.86,7.910,333.5 +19.3,0.86,8.390,330.7,19.7,0.86,8.930,333.4 +18.3,0.86,7.090,328.1,18.9,0.86,7.610,331.0 +17.6,0.86,5.670,311.6,18.3,0.86,6.190,316.3 +17.7,0.86,3.840,294.1,17.7,0.86,4.820,301.6 +20.6,0.86,4.800,292.8,20.4,0.86,4.870,293.1 +21.8,0.86,7.070,295.7,21.6,0.86,7.180,295.8 +22.9,0.86,8.770,285.1,22.7,0.86,8.900,285.1 +23.6,0.86,8.740,278.0,23.4,0.86,8.850,277.9 +24.0,0.86,8.020,268.3,23.8,0.86,8.120,268.3 +24.2,0.86,9.110,252.0,24.0,0.86,9.220,251.9 +24.9,0.86,11.480,276.0,24.7,0.86,11.570,275.9 +25.6,0.86,9.080,277.7,25.3,0.86,9.240,277.0 +25.8,0.86,10.090,271.6,25.5,0.86,10.250,271.7 +25.8,0.86,8.700,288.3,25.6,0.86,8.830,287.9 +25.2,0.86,8.240,306.2,25.0,0.86,8.590,305.5 +24.5,0.86,8.940,307.9,24.5,0.86,9.740,308.1 +23.9,0.86,10.660,325.3,23.9,0.86,11.260,324.5 +23.3,0.86,10.110,338.4,23.4,0.86,10.640,337.1 +21.7,0.86,7.580,0.5,21.9,0.86,8.540,358.8 +20.8,0.86,9.640,341.1,20.9,0.86,10.660,341.6 +20.2,0.86,10.090,339.8,20.3,0.86,10.760,342.4 +21.4,0.86,9.870,22.8,21.8,0.86,9.770,25.3 +17.1,0.86,11.910,69.9,17.1,0.86,12.860,69.9 +16.2,0.86,10.500,62.9,16.2,0.86,11.690,63.4 +15.3,0.86,10.610,71.5,15.2,0.86,11.570,70.9 +15.0,0.86,9.730,54.6,14.9,0.86,10.610,55.2 +15.0,0.86,7.950,31.4,14.8,0.86,8.350,33.0 +15.5,0.86,9.050,57.6,15.3,0.86,9.190,57.8 +16.2,0.86,6.490,30.2,16.0,0.86,6.590,30.3 +17.3,0.86,6.310,30.5,17.0,0.86,6.420,30.6 +18.5,0.86,5.570,39.8,18.2,0.86,5.660,39.9 +19.3,0.86,5.370,19.5,19.0,0.86,5.390,20.1 +20.0,0.86,3.720,21.9,19.8,0.86,3.730,22.4 +20.9,0.86,2.050,334.6,20.7,0.86,2.030,334.6 +21.7,0.86,2.390,272.7,21.4,0.86,2.410,272.5 +22.3,0.86,4.910,273.6,22.1,0.86,4.940,272.9 +22.8,0.86,4.910,249.8,22.5,0.86,4.940,250.6 +22.8,0.86,3.970,289.3,22.6,0.86,4.000,288.5 +23.2,0.86,4.410,274.0,23.0,0.86,4.510,273.7 +22.9,0.86,3.670,304.8,22.7,0.86,3.760,304.2 +22.5,0.86,1.440,128.8,22.4,0.86,1.260,134.7 +22.3,0.86,4.440,142.9,22.2,0.86,4.460,145.1 +22.1,0.86,6.710,169.9,22.2,0.86,7.010,173.1 +20.9,0.86,7.790,185.6,21.1,0.86,8.530,187.5 +18.4,0.86,9.670,170.0,18.3,0.86,11.040,174.5 +16.6,0.86,6.330,159.2,16.6,0.86,7.480,167.2 +16.0,0.86,8.740,170.9,16.1,0.86,9.840,175.0 +15.2,0.86,7.640,171.6,15.3,0.86,9.050,175.2 +14.9,0.86,8.420,174.5,15.1,0.86,9.730,176.9 +14.3,0.86,7.400,176.5,14.5,0.86,8.920,179.0 +14.0,0.86,6.620,171.7,14.0,0.86,7.270,174.2 +15.3,0.86,5.150,169.7,15.1,0.86,5.250,170.2 +17.1,0.86,5.670,163.7,16.9,0.86,5.740,164.1 +19.4,0.86,6.490,180.8,19.2,0.86,6.610,180.7 +21.5,0.86,7.510,185.7,21.3,0.86,7.630,185.7 +23.7,0.86,8.170,192.1,23.5,0.86,8.310,192.2 +25.4,0.86,8.520,199.4,25.2,0.86,8.650,199.5 +27.0,0.86,7.450,202.4,26.8,0.86,7.570,202.6 +28.6,0.86,6.210,207.7,28.4,0.86,6.330,207.9 +29.5,0.86,8.850,229.3,29.3,0.86,8.890,229.3 +30.0,0.86,7.220,223.5,29.8,0.86,7.370,224.1 +30.1,0.86,8.260,229.0,29.9,0.86,8.400,229.1 +30.1,0.86,6.570,226.1,29.9,0.86,6.770,226.1 +29.9,0.86,6.540,187.2,29.7,0.86,7.150,187.5 +29.0,0.86,10.280,178.5,28.9,0.86,10.830,178.5 +27.8,0.86,11.920,175.6,28.1,0.86,12.990,176.4 +25.8,0.86,12.670,173.7,26.0,0.86,13.890,175.1 +23.8,0.86,9.330,173.8,24.0,0.86,10.720,176.8 +22.2,0.86,5.960,197.3,22.2,0.86,7.490,195.9 +21.5,0.86,6.470,182.2,21.5,0.86,8.080,185.1 +20.6,0.86,7.540,196.3,20.7,0.86,9.260,196.0 +20.0,0.86,7.890,193.2,20.1,0.86,9.760,194.3 +19.1,0.86,5.740,174.6,19.1,0.86,6.560,180.7 +17.9,0.86,6.400,155.1,18.1,0.86,7.650,166.2 +18.1,0.86,7.000,175.1,18.2,0.86,7.730,178.5 +19.6,0.86,7.110,189.9,19.4,0.86,7.290,190.0 +21.8,0.86,7.730,198.8,21.6,0.86,7.850,198.9 +24.4,0.86,5.410,210.7,24.2,0.86,5.500,210.8 +26.6,0.86,4.250,214.8,26.4,0.86,4.300,214.8 +28.6,0.86,3.360,189.4,28.4,0.86,3.410,189.5 +30.4,0.86,3.800,184.9,30.2,0.86,3.840,184.9 +31.4,0.86,4.140,210.5,31.1,0.86,4.180,210.0 +31.2,0.86,4.330,27.8,31.0,0.86,4.030,26.8 +24.5,0.86,15.770,98.8,24.3,0.86,15.940,98.9 +21.3,0.86,9.350,78.5,21.2,0.86,9.390,79.2 +23.7,0.86,9.750,108.2,23.6,0.86,9.880,108.6 +23.0,0.86,9.860,119.6,22.8,0.86,10.050,119.5 +19.2,0.86,15.210,115.3,19.0,0.86,15.540,115.5 +16.8,0.86,14.050,111.6,16.6,0.86,14.630,111.7 +17.4,0.86,11.620,109.5,17.3,0.86,12.210,110.7 +17.1,0.87,7.260,118.4,16.9,0.87,7.720,119.6 +16.4,0.87,7.540,97.0,16.3,0.87,7.870,99.8 +16.1,0.87,5.040,118.1,15.9,0.87,5.370,121.7 +16.3,0.87,5.050,130.4,16.2,0.87,5.500,135.4 +16.1,0.87,7.380,151.3,16.0,0.87,8.100,154.0 +15.4,0.87,5.770,123.9,15.3,0.87,6.030,128.5 +15.0,0.87,4.680,138.3,14.9,0.87,5.310,142.1 +15.0,0.87,4.550,130.7,14.9,0.87,5.000,137.6 +15.3,0.87,4.490,154.2,15.4,0.87,5.020,157.0 +17.1,0.87,2.630,163.2,17.0,0.87,2.870,164.8 +20.0,0.87,5.890,169.5,19.8,0.87,5.960,169.6 +21.5,0.87,4.920,166.6,21.3,0.87,4.980,167.0 +22.9,0.87,7.020,179.8,22.7,0.87,7.110,179.9 +24.7,0.87,6.940,172.7,24.5,0.87,7.050,173.2 +25.6,0.87,9.890,169.2,25.4,0.87,10.000,169.3 +26.1,0.87,10.080,159.6,25.9,0.87,10.210,159.8 +26.7,0.87,9.520,159.1,26.4,0.87,9.680,159.3 +26.6,0.87,11.420,173.2,26.4,0.87,11.610,172.8 +26.7,0.86,11.310,157.7,26.5,0.86,11.480,157.8 +25.9,0.86,13.090,144.0,25.7,0.86,13.360,144.4 +24.5,0.87,12.840,157.4,24.3,0.87,13.150,157.5 +23.9,0.87,11.460,160.1,23.8,0.87,11.960,160.5 +22.4,0.87,14.560,163.1,22.3,0.87,15.100,163.3 +21.7,0.87,12.910,162.8,21.6,0.87,13.430,162.8 +20.5,0.87,9.570,163.7,20.3,0.87,9.930,164.4 +19.9,0.87,8.840,144.0,19.8,0.87,9.330,145.3 +19.4,0.87,6.100,173.4,19.2,0.87,6.690,173.0 +19.0,0.87,7.980,167.2,18.9,0.87,8.770,168.1 +18.2,0.87,7.800,153.3,18.1,0.87,8.470,156.2 +17.4,0.87,8.270,160.9,17.3,0.87,9.060,162.6 +16.9,0.87,6.410,165.9,16.9,0.87,7.360,167.9 +16.4,0.87,7.160,165.4,16.3,0.87,7.980,168.7 +16.8,0.87,5.110,183.5,16.7,0.87,5.580,184.1 +17.7,0.87,6.290,190.6,17.6,0.87,6.400,190.8 +19.1,0.87,5.380,190.0,18.9,0.87,5.460,190.2 +20.4,0.87,5.850,177.9,20.2,0.87,5.930,178.1 +21.3,0.87,6.380,160.4,21.1,0.87,6.430,160.8 +22.7,0.87,5.220,179.7,22.5,0.87,5.290,180.0 +24.2,0.87,5.950,175.4,24.0,0.87,6.000,175.6 +25.3,0.87,7.090,169.5,25.1,0.87,7.150,169.9 +26.0,0.86,7.320,166.1,25.8,0.86,7.420,166.5 +26.9,0.86,7.320,181.5,26.7,0.86,7.440,181.5 +27.3,0.86,8.650,171.1,27.1,0.86,8.780,171.2 +27.2,0.86,8.900,184.8,27.0,0.86,9.060,184.6 +21.0,0.86,5.140,10.6,21.0,0.86,5.170,3.6 +23.6,0.86,2.760,177.0,23.4,0.86,3.280,175.1 +21.6,0.86,4.780,164.9,21.7,0.86,5.150,161.5 +21.0,0.86,2.210,173.8,20.8,0.86,2.820,166.3 +21.0,0.86,4.240,169.5,20.8,0.86,4.540,169.0 +19.6,0.86,9.490,149.0,19.6,0.86,10.190,148.4 +19.4,0.86,11.120,173.4,19.4,0.86,12.340,174.3 +18.8,0.86,9.900,181.7,18.8,0.86,11.090,181.8 +17.9,0.86,8.590,179.1,18.1,0.86,10.210,180.5 +17.9,0.86,11.300,191.8,18.1,0.86,12.390,191.7 +17.1,0.86,8.280,207.4,17.2,0.86,9.640,206.3 +16.7,0.86,9.200,212.6,16.7,0.86,10.490,212.0 +16.9,0.86,8.770,211.0,16.8,0.86,9.470,211.3 +18.1,0.86,6.940,211.9,17.9,0.86,7.050,212.1 +20.3,0.86,6.830,218.6,20.1,0.86,6.910,218.8 +23.1,0.86,6.950,209.5,22.9,0.86,7.040,209.8 +25.1,0.86,7.630,208.7,24.9,0.86,7.730,209.0 +26.9,0.86,6.880,212.9,26.7,0.86,6.980,213.2 +28.8,0.86,6.510,214.4,28.6,0.86,6.610,214.6 +30.7,0.86,7.180,212.0,30.5,0.86,7.290,212.4 +31.6,0.86,8.570,228.4,31.4,0.86,8.680,228.2 +32.3,0.86,8.890,223.5,32.0,0.86,9.010,223.7 +32.4,0.86,8.950,228.9,32.2,0.86,9.110,228.9 +32.2,0.86,9.070,235.8,32.0,0.86,9.230,235.8 +31.9,0.86,10.980,205.2,31.7,0.86,11.320,205.7 +31.0,0.86,10.430,199.7,31.0,0.86,11.070,200.8 +30.0,0.86,11.910,202.0,30.0,0.86,12.770,202.9 +27.2,0.86,12.140,188.0,27.2,0.86,13.060,188.5 +25.9,0.86,11.760,196.1,25.8,0.86,12.770,195.9 +24.4,0.86,16.510,194.8,24.3,0.86,17.380,194.8 +23.1,0.86,16.380,194.8,22.9,0.86,17.220,195.1 +21.9,0.86,15.280,200.3,21.8,0.86,16.170,200.3 +21.1,0.86,15.930,202.0,21.1,0.86,16.940,202.2 +20.3,0.86,14.940,199.3,20.3,0.86,16.000,199.9 +19.8,0.86,13.970,205.7,19.9,0.86,15.280,206.2 +18.7,0.86,10.420,216.5,18.8,0.86,11.900,215.7 +19.2,0.86,10.830,220.1,19.2,0.86,11.610,220.3 +20.9,0.86,6.820,233.9,20.7,0.86,6.920,234.3 +24.0,0.86,5.520,247.4,23.8,0.86,5.640,247.6 +26.6,0.86,7.450,245.7,26.4,0.86,7.550,245.5 +28.0,0.86,7.670,251.0,27.8,0.86,7.770,250.8 +28.9,0.86,8.810,250.8,28.7,0.86,8.940,250.6 +29.8,0.86,9.140,245.7,29.5,0.86,9.280,245.5 +30.5,0.86,10.610,236.6,30.3,0.86,10.770,236.5 +30.9,0.86,10.280,240.7,30.6,0.86,10.430,240.5 +31.3,0.86,10.690,243.0,31.1,0.86,10.850,242.8 +31.5,0.86,9.520,242.2,31.3,0.86,9.680,242.1 +31.7,0.86,7.680,243.9,31.5,0.86,7.830,243.9 +31.6,0.86,5.810,255.7,31.4,0.86,5.980,255.0 +31.0,0.86,7.150,229.7,31.1,0.86,8.220,231.6 +29.2,0.86,12.160,193.4,29.1,0.86,12.890,194.0 +25.6,0.86,11.970,174.8,25.5,0.86,12.890,175.8 +24.2,0.86,10.370,167.6,24.1,0.86,11.330,169.5 +24.0,0.86,3.030,256.7,23.7,0.86,3.700,253.4 +22.4,0.86,9.300,189.7,22.3,0.86,10.580,195.3 +21.1,0.86,7.670,208.8,21.2,0.86,8.800,210.6 +21.0,0.86,9.570,205.8,21.1,0.86,10.610,207.2 +20.6,0.86,7.770,212.9,20.6,0.86,8.810,212.3 +20.2,0.86,9.240,210.5,20.2,0.86,10.830,208.6 +19.1,0.86,8.540,201.7,19.0,0.86,10.120,200.5 +18.7,0.86,6.310,218.9,18.5,0.86,6.720,217.9 +19.7,0.86,5.280,233.0,19.5,0.86,5.340,232.9 +21.9,0.86,2.570,222.8,21.7,0.86,2.600,223.3 +24.2,0.86,3.680,190.9,24.0,0.86,3.710,191.2 +26.4,0.86,5.450,183.9,26.2,0.86,5.500,184.0 +28.1,0.86,6.660,188.8,27.9,0.86,6.740,188.9 +29.4,0.86,7.690,193.9,29.2,0.86,7.800,194.1 +30.6,0.86,9.160,194.0,30.4,0.86,9.300,194.2 +31.0,0.85,10.490,195.3,30.8,0.85,10.650,195.3 +30.8,0.85,12.080,185.4,30.5,0.85,12.270,185.6 +30.6,0.85,11.770,192.2,30.4,0.85,11.960,192.3 +30.5,0.85,12.470,195.4,30.3,0.85,12.710,195.4 +29.9,0.85,13.770,194.3,29.7,0.85,14.090,194.2 +29.0,0.85,14.670,185.0,28.9,0.85,15.280,184.9 +27.7,0.85,13.630,179.6,27.6,0.85,14.380,180.0 +25.5,0.85,14.630,182.7,25.4,0.85,15.310,182.9 +24.2,0.85,15.900,179.4,24.0,0.85,16.600,179.6 +23.1,0.85,15.770,184.0,22.9,0.85,16.470,184.1 +22.1,0.85,16.030,182.9,22.0,0.85,16.840,183.1 +21.1,0.85,12.980,177.0,21.0,0.85,13.870,177.9 +20.4,0.85,13.890,176.1,20.4,0.85,14.810,176.9 +20.4,0.85,15.210,186.9,20.3,0.85,15.970,187.2 +19.9,0.85,13.830,188.2,19.8,0.85,14.520,188.4 +19.0,0.85,12.090,189.5,18.9,0.85,12.890,190.0 +19.2,0.85,11.830,202.9,19.0,0.85,12.350,202.4 +20.3,0.85,8.040,207.7,20.1,0.85,8.120,208.2 +23.1,0.85,7.230,237.3,22.9,0.85,7.340,237.5 +24.5,0.85,8.280,243.8,24.3,0.85,8.380,243.8 +25.9,0.85,9.070,255.6,25.7,0.85,9.190,255.7 +26.7,0.85,9.170,254.9,26.4,0.85,9.310,254.9 +27.2,0.85,9.320,250.2,26.9,0.85,9.470,250.1 +27.9,0.85,8.230,247.6,27.7,0.85,8.410,247.6 +27.8,0.85,13.620,229.5,27.6,0.85,13.730,229.7 +28.1,0.85,10.710,251.2,27.9,0.85,10.880,250.8 +28.4,0.85,10.910,240.8,28.2,0.85,11.090,240.8 +28.3,0.85,10.760,239.9,28.1,0.85,10.910,239.8 +28.4,0.85,11.550,242.2,28.2,0.85,11.910,242.3 +28.1,0.85,10.340,234.4,28.0,0.85,10.920,236.1 +27.1,0.85,10.250,229.9,27.3,0.85,11.310,234.1 +26.2,0.85,9.240,241.0,26.3,0.85,9.430,243.6 +26.3,0.85,11.150,245.9,26.4,0.85,11.370,248.8 +24.6,0.85,10.050,269.8,24.7,0.85,10.260,275.8 +22.8,0.85,6.850,292.4,22.8,0.85,7.140,296.9 +21.7,0.85,7.650,320.4,21.8,0.85,8.680,325.8 +20.2,0.86,6.720,303.8,20.3,0.86,7.590,312.5 +19.8,0.86,5.520,289.7,19.7,0.86,5.870,306.4 +19.8,0.86,8.530,252.6,19.7,0.86,8.570,258.5 +19.7,0.86,8.160,266.8,19.8,0.86,7.910,276.2 +17.8,0.86,7.370,284.1,18.0,0.86,7.860,287.9 +18.2,0.86,3.720,296.7,18.1,0.86,3.830,298.0 +20.6,0.86,1.500,300.1,20.4,0.86,1.550,302.7 +23.3,0.86,3.100,281.8,23.1,0.86,3.150,283.2 +25.4,0.86,5.110,258.3,25.2,0.86,5.200,259.2 +26.3,0.86,8.280,267.4,26.1,0.86,8.400,267.4 +27.1,0.86,8.710,272.6,26.8,0.86,8.820,272.4 +27.8,0.86,8.530,270.9,27.6,0.86,8.660,270.7 +28.3,0.86,8.610,251.8,28.1,0.86,8.740,252.2 +29.0,0.86,10.600,257.3,28.8,0.86,10.720,258.1 +29.2,0.86,9.320,254.8,29.0,0.86,9.450,254.6 +29.6,0.86,11.580,265.1,29.4,0.86,11.750,265.1 +29.6,0.86,8.650,261.0,29.4,0.86,8.830,260.6 +29.4,0.86,8.560,238.7,29.3,0.86,8.920,240.3 +29.3,0.86,10.440,241.4,29.2,0.86,10.900,242.6 +28.9,0.86,11.390,226.9,29.1,0.86,12.020,228.2 +27.6,0.86,10.290,234.5,28.1,0.86,11.100,235.2 +24.9,0.86,7.640,235.7,25.5,0.86,9.070,231.8 +25.7,0.86,8.600,239.2,26.3,0.86,9.630,236.9 +25.2,0.86,9.010,263.5,25.4,0.86,9.450,261.6 +24.7,0.86,5.040,303.2,24.9,0.86,5.270,302.6 +22.5,0.86,4.380,35.2,23.1,0.86,4.610,41.4 +21.4,0.86,6.180,5.9,22.3,0.86,6.900,8.7 +22.3,0.86,5.820,30.8,22.9,0.86,5.950,33.0 +19.1,0.86,3.240,19.5,19.8,0.86,3.970,24.6 +20.8,0.86,2.880,27.4,21.5,0.86,3.970,31.0 +23.9,0.86,1.140,26.9,23.8,0.86,1.170,28.7 +26.3,0.86,0.550,314.6,26.1,0.86,0.560,316.5 +27.7,0.86,2.080,311.1,27.5,0.86,2.080,311.2 +28.9,0.86,2.850,300.4,28.7,0.86,2.890,300.5 +30.0,0.86,4.460,291.2,29.8,0.86,4.520,290.9 +30.6,0.86,6.850,274.1,30.4,0.86,6.890,274.1 +31.4,0.86,8.300,279.1,31.1,0.86,8.370,278.9 +31.9,0.86,7.400,282.4,31.7,0.86,7.500,281.9 +32.3,0.86,7.910,277.5,32.1,0.86,8.040,276.9 +32.2,0.86,10.180,269.8,32.0,0.86,10.290,269.6 +32.1,0.86,9.480,268.4,31.9,0.86,9.660,268.9 +32.0,0.86,7.450,287.7,31.8,0.86,7.580,287.2 +31.2,0.86,8.380,300.8,31.1,0.86,8.750,301.4 +28.4,0.86,11.720,317.0,28.8,0.86,13.630,318.5 +26.9,0.86,14.090,339.8,27.1,0.86,15.770,340.2 +25.0,0.86,15.690,353.6,25.0,0.86,16.640,354.1 +22.4,0.86,9.890,8.8,22.3,0.86,11.260,9.7 +20.8,0.86,10.740,5.0,20.7,0.86,11.720,7.4 +20.2,0.86,9.810,4.2,20.2,0.86,10.500,6.5 +19.0,0.86,11.300,19.9,19.0,0.86,12.170,23.0 +18.5,0.86,9.820,17.1,18.7,0.86,10.490,21.9 +17.7,0.86,10.100,10.9,17.8,0.86,10.830,12.5 +17.1,0.86,9.590,40.0,17.0,0.86,10.290,41.2 +17.8,0.86,9.640,47.6,17.6,0.86,9.830,47.7 +19.1,0.86,9.690,48.8,18.9,0.86,9.870,48.7 +20.1,0.87,8.610,51.1,19.9,0.87,8.760,51.1 +21.2,0.87,7.920,51.7,20.9,0.87,8.050,51.7 +22.0,0.87,7.200,58.6,21.8,0.87,7.310,58.6 +22.8,0.87,6.610,59.2,22.6,0.87,6.690,59.3 +23.4,0.87,5.980,60.6,23.2,0.87,6.030,60.7 +24.1,0.87,5.060,47.2,23.9,0.87,5.120,47.7 +24.4,0.87,5.320,74.2,24.1,0.87,5.380,73.9 +24.7,0.87,4.300,69.5,24.5,0.87,4.360,69.3 +24.6,0.87,4.220,52.5,24.4,0.87,4.280,52.5 +24.5,0.87,3.470,62.2,24.3,0.87,3.550,62.3 +24.0,0.87,6.280,59.9,23.8,0.87,6.250,60.3 +23.6,0.87,6.410,80.8,23.5,0.87,6.440,80.2 +23.0,0.87,8.030,79.6,22.9,0.87,8.350,80.7 +21.8,0.87,9.480,84.7,21.9,0.87,10.080,84.5 +20.6,0.87,9.840,97.6,20.9,0.87,10.840,98.3 +19.8,0.87,9.600,103.0,20.0,0.87,10.600,105.4 +18.8,0.87,10.390,106.9,19.1,0.87,11.520,109.4 +17.7,0.87,9.220,103.5,17.9,0.87,10.370,105.9 +16.7,0.87,9.510,101.6,16.8,0.87,10.750,104.4 +15.6,0.87,9.100,107.3,15.8,0.87,10.450,111.4 +14.5,0.87,9.350,104.4,14.8,0.87,10.460,110.5 +14.8,0.87,7.360,114.9,14.9,0.87,8.020,117.2 +15.9,0.87,6.020,118.9,15.7,0.87,6.130,119.2 +17.2,0.87,6.970,123.9,17.0,0.87,7.080,124.3 +18.6,0.87,6.430,132.6,18.4,0.87,6.530,133.0 +20.0,0.87,6.780,143.8,19.8,0.87,6.890,144.1 +21.4,0.87,6.430,157.8,21.2,0.87,6.530,158.1 +22.7,0.87,6.570,162.8,22.5,0.87,6.670,163.1 +23.9,0.87,7.170,171.1,23.7,0.87,7.290,171.2 +24.7,0.87,7.750,166.6,24.4,0.87,7.830,167.0 +25.2,0.86,8.510,164.8,25.0,0.86,8.610,165.6 +25.8,0.86,8.350,173.9,25.5,0.86,8.490,173.9 +25.8,0.86,8.940,166.2,25.6,0.86,9.100,166.7 +25.8,0.86,8.610,173.8,25.6,0.86,8.830,173.8 +25.4,0.86,7.230,174.8,25.3,0.86,7.780,175.6 +25.3,0.86,8.020,164.9,25.1,0.86,8.790,164.7 +24.8,0.86,7.490,160.9,24.8,0.86,8.280,161.2 +22.3,0.86,7.990,222.1,22.2,0.86,8.160,223.3 +18.8,0.86,14.840,223.0,18.7,0.86,16.110,222.9 +19.9,0.86,21.530,185.1,19.8,0.86,22.000,184.9 +18.5,0.86,15.630,185.8,18.3,0.86,16.150,185.8 +19.0,0.86,8.910,218.6,19.0,0.86,9.530,216.1 +17.8,0.86,14.180,191.0,17.6,0.86,14.840,190.7 +17.9,0.86,13.150,198.0,17.9,0.86,13.860,197.5 +18.0,0.86,9.640,211.5,18.1,0.86,10.480,209.3 +18.3,0.86,7.030,208.7,18.3,0.86,7.770,208.0 +19.5,0.86,4.960,214.0,19.3,0.86,5.060,214.3 +21.7,0.86,6.170,218.0,21.6,0.86,6.280,218.3 +22.8,0.86,7.250,244.2,22.5,0.86,7.340,244.3 +23.7,0.86,7.380,228.9,23.4,0.86,7.480,228.8 +25.1,0.86,8.510,215.1,24.8,0.86,8.620,215.2 +26.4,0.86,8.000,216.3,26.2,0.86,8.100,216.4 +27.6,0.86,8.660,212.2,27.4,0.86,8.780,212.3 +28.9,0.86,8.960,212.5,28.7,0.86,9.090,212.7 +29.6,0.86,9.630,209.0,29.4,0.86,9.750,209.1 +30.2,0.86,10.220,209.0,29.9,0.86,10.400,209.0 +30.3,0.86,9.860,209.7,30.1,0.86,10.040,209.8 +30.5,0.86,8.840,240.2,30.3,0.86,9.120,239.7 +25.3,0.86,8.000,333.1,25.2,0.86,8.680,334.6 +27.9,0.86,2.790,4.3,28.8,0.86,3.230,0.5 +26.8,0.86,4.760,50.3,27.1,0.86,5.500,32.9 +26.8,0.86,2.890,123.1,26.7,0.86,2.730,119.7 +25.6,0.86,0.860,10.3,25.8,0.86,1.070,5.8 +25.7,0.86,4.980,141.2,26.0,0.86,5.260,141.9 +25.3,0.86,7.360,148.7,25.3,0.86,7.010,153.1 +24.3,0.86,3.030,141.1,24.3,0.86,2.840,152.0 +23.3,0.86,7.710,172.5,23.5,0.86,7.640,177.6 +21.3,0.86,8.410,170.9,21.4,0.86,8.980,176.1 +19.8,0.86,9.250,143.1,19.9,0.86,9.640,144.8 +19.5,0.86,6.760,156.9,19.4,0.86,7.370,158.5 +20.4,0.86,4.370,164.7,20.2,0.86,4.390,165.8 +22.2,0.86,0.580,173.6,22.0,0.86,0.570,174.8 +24.8,0.86,2.000,173.3,24.6,0.86,1.950,172.6 +28.0,0.86,1.090,251.8,27.8,0.86,1.030,254.9 +30.2,0.86,1.610,304.8,30.0,0.86,1.610,305.4 +31.7,0.86,2.490,300.8,31.5,0.86,2.520,300.9 +32.7,0.86,2.410,287.7,32.5,0.86,2.430,287.2 +33.6,0.86,5.130,264.1,33.3,0.86,5.180,263.5 +33.7,0.86,4.490,246.0,33.5,0.86,4.540,246.8 +33.8,0.86,4.670,230.5,33.6,0.86,4.680,231.3 +33.0,0.86,6.670,169.7,32.8,0.86,6.680,170.0 +32.9,0.86,5.730,158.6,32.7,0.86,5.890,159.9 +33.1,0.86,4.590,202.0,33.0,0.86,4.670,201.1 +32.4,0.86,6.860,200.6,32.5,0.86,7.020,203.5 +31.8,0.86,8.520,310.5,31.6,0.86,10.190,318.1 +31.8,0.86,6.330,0.2,31.8,0.86,6.340,359.3 +25.0,0.86,10.660,87.5,24.8,0.86,11.340,88.4 +23.4,0.86,9.390,92.0,23.2,0.86,10.070,93.0 +21.2,0.86,8.190,112.6,21.0,0.86,8.950,114.5 +20.2,0.86,12.670,71.8,20.0,0.86,12.890,71.8 +20.2,0.86,3.930,29.3,20.1,0.86,4.260,36.9 +19.3,0.86,7.060,66.4,19.2,0.86,7.610,67.5 +17.8,0.86,13.130,87.8,17.6,0.86,13.430,87.6 +18.0,0.86,9.270,56.2,17.8,0.86,9.460,57.3 +19.5,0.86,11.370,32.3,19.3,0.86,11.540,32.4 +20.4,0.86,13.020,49.9,20.1,0.86,13.290,49.8 +20.4,0.86,13.350,66.7,20.2,0.86,13.580,66.6 +22.5,0.86,11.810,68.0,22.3,0.86,12.030,68.0 +23.6,0.86,10.910,108.0,23.4,0.86,11.060,107.8 +24.7,0.86,9.700,104.0,24.4,0.86,9.830,103.8 +25.3,0.86,9.140,108.5,25.1,0.86,9.250,108.5 +25.7,0.86,7.600,107.5,25.5,0.86,7.680,107.5 +26.6,0.86,7.740,102.6,26.4,0.86,7.840,102.6 +26.9,0.86,7.150,102.1,26.7,0.86,7.280,102.0 +15.6,0.86,25.620,306.6,15.5,0.86,26.790,306.9 +17.0,0.86,9.370,5.6,16.8,0.86,9.560,6.2 +16.4,0.86,11.050,7.4,16.2,0.86,11.350,7.7 +17.1,0.86,6.410,26.6,16.9,0.86,6.750,27.1 +17.8,0.86,9.230,49.9,17.8,0.86,9.840,50.4 +17.9,0.86,10.080,83.0,17.8,0.86,10.850,81.2 +16.9,0.86,1.150,73.6,16.8,0.86,1.620,89.8 +16.7,0.86,3.850,59.8,16.5,0.86,3.860,65.8 +16.6,0.86,7.550,78.4,16.4,0.86,7.970,77.8 +15.5,0.86,5.020,98.2,15.4,0.86,5.670,96.2 +15.3,0.86,7.590,84.5,15.1,0.86,7.960,84.7 +14.9,0.87,7.530,72.6,14.7,0.87,7.860,72.8 +14.5,0.87,5.690,63.8,14.4,0.87,6.120,63.4 +14.6,0.87,4.040,51.3,14.4,0.87,4.090,51.0 +14.4,0.87,6.360,24.6,14.2,0.87,6.370,24.9 +14.9,0.87,5.590,21.2,14.7,0.87,5.650,21.4 +15.8,0.87,3.510,30.7,15.6,0.87,3.570,30.7 +17.6,0.87,2.810,36.3,17.4,0.87,2.850,36.3 +19.4,0.87,2.500,76.9,19.1,0.87,2.530,76.8 +20.3,0.87,2.430,48.4,20.1,0.87,2.450,49.3 +21.8,0.87,2.940,100.3,21.6,0.87,2.960,99.2 +22.3,0.86,3.100,113.0,22.1,0.86,3.040,112.4 +23.2,0.86,1.460,111.9,23.0,0.86,1.480,111.8 +23.1,0.86,3.460,55.1,22.9,0.86,3.410,55.6 +23.6,0.86,3.280,88.4,23.4,0.86,3.320,88.1 +23.8,0.86,1.280,42.4,23.6,0.86,1.250,44.7 +23.5,0.86,3.020,64.1,23.4,0.86,2.920,63.1 +23.4,0.86,4.010,71.2,23.3,0.86,3.920,72.8 +22.8,0.86,5.380,111.2,22.7,0.86,5.710,112.0 +21.0,0.86,6.650,139.8,20.9,0.86,7.150,140.6 +20.1,0.86,5.770,129.4,19.9,0.86,6.250,130.8 +19.4,0.87,1.910,182.4,19.3,0.87,2.110,169.6 +19.1,0.87,6.120,155.0,19.0,0.87,6.220,157.6 +18.3,0.87,6.330,162.3,18.2,0.87,6.860,162.7 +17.7,0.86,6.230,160.8,17.6,0.86,6.780,162.8 +17.2,0.87,6.030,158.9,17.1,0.87,6.750,160.8 +16.6,0.87,6.560,163.4,16.5,0.87,7.290,164.4 +16.6,0.87,6.760,174.1,16.4,0.87,6.950,174.2 +17.2,0.87,5.580,179.4,17.0,0.87,5.670,179.3 +18.3,0.87,4.870,191.4,18.1,0.87,4.940,191.3 +19.8,0.87,4.400,183.1,19.6,0.87,4.460,182.9 +21.2,0.87,4.910,179.5,21.0,0.87,4.970,179.8 +22.3,0.87,5.910,173.2,22.1,0.87,5.970,173.3 +23.4,0.86,5.920,168.8,23.2,0.86,5.990,168.9 +24.2,0.86,6.710,169.4,24.0,0.86,6.750,169.3 +24.7,0.86,8.680,171.5,24.5,0.86,8.780,172.1 +25.2,0.86,8.090,189.3,25.0,0.86,8.180,189.3 +25.8,0.86,7.860,192.5,25.6,0.86,7.970,192.2 +25.7,0.86,9.050,191.5,25.5,0.86,9.130,191.3 +25.5,0.86,9.260,183.2,25.3,0.86,9.430,183.1 +25.0,0.86,9.240,159.7,24.9,0.86,9.620,160.3 +16.3,0.86,12.710,5.6,16.1,0.86,13.180,5.3 +16.1,0.86,6.080,277.3,16.0,0.86,6.130,273.9 +15.1,0.86,7.510,146.0,15.0,0.86,7.810,148.4 +16.1,0.86,9.940,143.9,16.0,0.86,10.300,144.1 +16.4,0.86,9.730,149.0,16.3,0.86,10.230,149.6 +15.8,0.86,8.040,148.8,15.7,0.86,8.630,149.0 +16.4,0.86,7.890,163.0,16.3,0.86,8.660,162.8 +16.5,0.86,6.050,193.2,16.4,0.86,6.960,190.4 +16.4,0.86,7.880,188.3,16.4,0.86,8.870,188.0 +16.2,0.86,9.170,193.1,16.2,0.86,10.120,193.2 +17.1,0.86,9.050,199.4,17.0,0.86,9.530,199.6 +18.0,0.86,8.050,203.3,17.8,0.86,8.200,203.4 +19.3,0.86,7.010,194.6,19.1,0.86,7.100,194.6 +21.1,0.86,6.690,195.1,20.8,0.86,6.780,195.0 +22.4,0.86,7.570,205.3,22.2,0.86,7.680,205.4 +23.9,0.86,6.950,207.1,23.7,0.86,7.050,207.3 +25.6,0.86,6.780,201.0,25.4,0.86,6.880,201.2 +27.0,0.86,7.190,203.0,26.8,0.86,7.300,203.2 +28.3,0.86,8.060,202.7,28.0,0.86,8.180,202.9 +28.8,0.86,9.130,199.5,28.6,0.86,9.250,199.8 +28.7,0.86,8.980,196.3,28.5,0.86,9.100,196.7 +28.6,0.86,7.370,193.2,28.4,0.86,7.490,193.5 +27.6,0.86,4.900,134.9,27.5,0.86,5.270,139.0 +22.5,0.86,3.790,176.0,22.6,0.86,3.580,180.6 +19.9,0.86,5.350,150.8,19.9,0.86,5.920,154.2 +20.7,0.86,2.040,181.0,20.5,0.86,2.440,180.8 +21.5,0.86,1.170,238.8,21.5,0.86,1.590,226.5 +22.7,0.86,2.760,214.0,22.7,0.86,3.140,214.5 +19.9,0.86,9.070,72.4,19.9,0.86,9.500,74.2 +17.0,0.86,9.770,93.7,16.8,0.86,10.340,94.2 +16.5,0.86,8.960,98.8,16.3,0.86,9.450,99.5 +16.2,0.86,7.920,106.5,16.1,0.86,8.400,107.6 +16.3,0.86,6.750,115.2,16.3,0.86,7.410,118.4 +16.3,0.86,5.350,127.3,16.3,0.86,6.180,131.9 +16.9,0.86,4.630,138.3,16.9,0.86,5.810,142.3 +18.3,0.86,4.730,146.7,18.2,0.86,4.840,147.3 +19.8,0.86,5.690,159.3,19.6,0.86,5.770,159.5 +21.3,0.87,5.020,176.8,21.1,0.87,5.100,176.8 +22.9,0.87,5.680,171.0,22.7,0.87,5.760,170.9 +24.4,0.87,5.890,159.3,24.2,0.87,5.980,159.5 +25.5,0.86,6.240,159.8,25.3,0.86,6.330,159.8 +26.5,0.86,6.380,169.0,26.3,0.86,6.480,169.3 +27.3,0.86,6.110,179.0,27.1,0.86,6.180,179.0 +27.8,0.86,5.510,179.2,27.6,0.86,5.540,179.4 +28.3,0.86,5.810,204.2,28.1,0.86,5.870,204.0 +28.4,0.86,5.630,197.0,28.2,0.86,5.700,197.4 +28.6,0.86,4.940,197.9,28.4,0.86,5.020,198.3 +28.4,0.86,5.670,187.6,28.3,0.86,5.990,189.3 +27.6,0.86,8.360,176.1,27.5,0.86,8.710,176.3 +26.8,0.86,9.640,179.0,26.8,0.86,10.160,179.2 +25.5,0.86,10.620,178.2,25.5,0.86,11.730,177.7 +24.6,0.86,11.700,174.1,24.6,0.86,12.860,174.0 +23.7,0.86,11.020,179.3,23.8,0.86,12.220,179.4 +22.4,0.86,9.260,186.6,22.6,0.86,10.800,186.7 +21.6,0.86,8.400,197.4,21.7,0.86,9.790,196.8 +20.9,0.86,9.590,197.7,21.0,0.86,11.070,197.5 +20.1,0.86,8.930,202.5,20.2,0.86,10.380,201.8 +19.4,0.86,8.710,207.0,19.5,0.86,10.160,206.1 +19.9,0.86,8.860,214.8,19.8,0.86,9.560,214.8 +20.9,0.86,6.530,221.5,20.8,0.86,6.670,221.4 +22.8,0.87,6.890,214.6,22.6,0.87,6.990,214.7 +25.1,0.87,6.720,209.7,24.9,0.87,6.830,209.8 +27.0,0.86,7.840,205.6,26.8,0.86,7.950,205.7 +28.3,0.86,8.250,198.8,28.1,0.86,8.360,199.0 +29.3,0.86,8.260,196.1,29.1,0.86,8.370,196.3 +30.3,0.86,8.420,191.2,30.1,0.86,8.530,191.4 +30.9,0.86,8.690,188.6,30.7,0.86,8.820,188.7 +31.2,0.86,9.400,187.1,31.0,0.86,9.540,187.2 +31.1,0.86,10.860,179.5,30.9,0.86,11.020,179.9 +31.1,0.86,10.400,193.1,30.9,0.86,10.550,192.8 +30.6,0.86,10.410,185.3,30.4,0.86,10.730,185.4 +29.8,0.86,10.190,184.2,29.8,0.86,10.870,184.5 +29.3,0.86,11.600,190.4,29.3,0.86,12.600,192.1 +27.8,0.86,6.840,198.5,27.9,0.86,7.950,198.0 +27.5,0.86,9.110,187.6,27.6,0.86,10.010,189.5 +25.2,0.86,5.910,179.9,25.5,0.86,6.880,183.1 +25.6,0.86,7.840,202.8,25.7,0.86,8.410,202.8 +24.7,0.86,7.280,217.1,24.8,0.86,8.000,217.7 +24.2,0.86,8.600,212.4,24.2,0.86,9.670,213.1 +22.6,0.86,8.880,210.8,22.8,0.86,10.370,211.8 +21.5,0.86,10.520,204.2,21.7,0.86,12.230,205.1 +20.7,0.86,7.270,234.2,20.7,0.86,8.250,229.3 +20.5,0.87,5.950,234.9,20.5,0.87,6.710,232.5 +21.2,0.87,5.540,200.4,21.0,0.87,5.710,200.8 +23.1,0.87,7.180,202.6,22.9,0.87,7.260,202.6 +24.9,0.87,8.140,193.9,24.8,0.87,8.250,194.0 +26.6,0.87,8.770,191.3,26.4,0.87,8.890,191.3 +28.0,0.86,7.910,195.4,27.8,0.86,8.020,195.5 +29.1,0.86,7.700,192.3,28.9,0.86,7.800,192.3 +30.0,0.86,8.040,185.5,29.8,0.86,8.140,185.6 +30.7,0.86,8.530,187.8,30.4,0.86,8.620,187.6 +31.1,0.86,8.390,193.0,30.9,0.86,8.520,192.9 +31.2,0.86,9.240,181.6,31.0,0.86,9.340,182.0 +31.1,0.86,9.720,187.0,30.9,0.86,9.870,186.8 +30.5,0.86,9.540,185.0,30.3,0.86,9.850,185.0 +29.7,0.86,11.290,185.6,29.6,0.86,12.000,186.2 +28.6,0.86,10.750,188.3,28.6,0.86,11.770,188.8 +27.2,0.86,8.610,204.7,27.2,0.86,9.460,204.4 +26.1,0.86,8.500,207.3,26.2,0.86,9.540,207.4 +25.5,0.86,11.110,204.4,25.6,0.86,12.440,204.7 +24.4,0.86,12.620,201.6,24.4,0.86,13.860,201.7 +23.1,0.86,12.210,201.2,23.1,0.86,13.420,201.3 +22.1,0.86,11.030,204.1,22.1,0.86,12.210,203.8 +21.1,0.86,7.210,217.4,21.1,0.86,8.470,214.2 +20.6,0.86,7.860,216.1,20.6,0.86,9.220,214.8 +20.0,0.86,8.470,201.4,20.1,0.86,9.870,201.6 +20.3,0.86,8.070,209.2,20.2,0.86,8.760,208.8 +21.3,0.87,7.040,204.2,21.2,0.87,7.170,204.2 +22.8,0.87,6.190,204.0,22.6,0.87,6.270,204.0 +24.7,0.87,5.520,197.7,24.5,0.87,5.600,197.8 +26.5,0.87,6.110,196.7,26.3,0.87,6.190,196.8 +28.1,0.87,5.250,190.5,27.9,0.87,5.310,190.6 +29.4,0.86,5.110,190.3,29.2,0.86,5.160,190.2 +30.3,0.86,5.200,180.3,30.1,0.86,5.240,180.4 +31.2,0.86,4.740,167.8,30.9,0.86,4.790,168.4 +31.5,0.86,6.030,157.8,31.3,0.86,6.100,158.6 +31.7,0.86,6.080,166.4,31.5,0.86,6.190,166.2 +31.6,0.86,7.850,158.5,31.4,0.86,7.970,158.8 +31.1,0.86,7.880,157.4,30.9,0.86,8.020,157.6 +30.5,0.86,7.970,169.5,30.4,0.86,8.630,170.5 +29.4,0.86,10.170,171.0,29.3,0.86,10.820,171.2 +28.3,0.86,9.940,166.7,28.3,0.86,10.700,166.6 +26.8,0.86,10.350,170.7,26.8,0.86,11.320,171.2 +25.8,0.87,10.620,176.4,25.9,0.87,11.790,177.2 +24.9,0.87,11.200,180.9,24.9,0.87,12.450,182.4 +24.0,0.87,11.250,186.6,24.0,0.87,12.320,188.1 +23.1,0.87,11.310,199.9,23.2,0.87,12.270,200.6 +22.2,0.87,10.130,199.8,22.3,0.87,11.090,201.0 +21.4,0.87,8.340,204.9,21.6,0.87,9.430,206.3 +20.8,0.87,8.860,201.3,21.0,0.87,10.210,203.0 +20.5,0.87,8.900,203.3,20.4,0.87,9.580,203.5 +21.3,0.87,7.000,203.3,21.1,0.87,7.110,203.4 +22.7,0.87,6.270,190.4,22.5,0.87,6.340,190.5 +24.2,0.87,5.810,189.1,23.9,0.87,5.880,188.9 +25.4,0.87,5.160,184.5,25.2,0.87,5.230,184.3 +26.6,0.87,5.630,162.7,26.4,0.87,5.700,163.0 +27.5,0.87,5.950,167.7,27.3,0.87,6.030,168.0 +28.4,0.87,6.190,163.2,28.2,0.87,6.280,163.3 +28.9,0.87,6.750,160.7,28.7,0.87,6.840,160.7 +29.1,0.86,8.110,161.1,28.9,0.86,8.170,161.2 +29.3,0.86,7.700,160.4,29.1,0.86,7.770,160.6 +29.4,0.86,7.480,169.2,29.2,0.86,7.580,169.0 +29.1,0.86,8.650,173.2,28.9,0.86,8.760,173.1 +28.6,0.86,7.560,159.4,28.4,0.86,8.050,159.5 +28.0,0.86,8.920,161.4,27.9,0.86,9.520,161.5 +27.0,0.86,9.870,163.1,27.0,0.86,10.720,163.2 +26.2,0.86,9.490,161.1,26.1,0.86,10.260,161.5 +25.6,0.86,9.650,160.6,25.6,0.86,10.540,161.7 +24.9,0.86,10.000,166.3,24.9,0.86,11.000,168.2 +24.4,0.87,10.040,174.1,24.5,0.87,10.950,176.3 +23.7,0.86,9.850,177.6,23.8,0.86,10.790,181.1 +22.4,0.86,7.520,179.6,22.6,0.86,8.740,183.9 +22.1,0.86,8.160,182.5,22.2,0.86,9.070,186.2 +21.4,0.87,9.740,182.8,21.6,0.87,10.770,186.0 +21.1,0.87,6.310,181.9,21.0,0.87,6.740,182.4 +21.6,0.87,6.450,187.4,21.4,0.87,6.540,187.3 +22.4,0.87,4.920,176.0,22.2,0.87,4.990,175.9 +23.4,0.87,5.750,169.4,23.2,0.87,5.830,169.6 +24.4,0.87,5.600,163.9,24.2,0.87,5.660,164.6 +25.3,0.86,6.350,162.1,25.1,0.86,6.430,162.6 +26.3,0.86,5.960,170.1,26.1,0.86,6.050,169.5 +26.8,0.86,6.750,158.1,26.5,0.86,6.840,158.5 +27.4,0.86,6.760,164.5,27.2,0.86,6.870,164.4 +27.8,0.86,7.220,174.6,27.6,0.86,7.330,174.1 +23.2,0.86,16.200,145.2,23.1,0.86,16.460,145.6 +23.5,0.86,11.750,146.9,23.3,0.86,11.970,147.2 +23.5,0.86,8.920,147.5,23.3,0.86,9.060,147.8 +23.1,0.86,8.000,146.9,22.9,0.86,8.280,147.0 +22.5,0.86,6.630,152.4,22.3,0.86,6.980,153.2 +21.1,0.86,5.140,265.1,20.9,0.86,5.110,264.9 +20.7,0.86,1.840,47.7,20.5,0.86,1.910,44.5 +20.6,0.86,2.560,158.5,20.5,0.86,2.930,156.9 +20.7,0.86,7.540,171.4,20.6,0.86,8.200,172.5 +20.3,0.86,7.180,165.7,20.2,0.86,7.710,167.7 +20.0,0.86,7.670,178.1,19.9,0.86,8.270,179.0 +19.3,0.86,7.370,169.6,19.2,0.86,7.950,170.8 +18.5,0.86,8.550,186.1,18.4,0.86,9.100,187.0 +17.8,0.86,6.860,181.6,17.7,0.86,7.430,182.8 +17.9,0.87,6.030,190.9,17.8,0.87,6.140,191.2 +18.9,0.87,5.780,187.0,18.7,0.87,5.870,187.1 +20.5,0.87,6.080,196.9,20.3,0.87,6.170,197.0 +22.0,0.87,6.170,199.6,21.8,0.87,6.240,199.7 +23.5,0.87,5.850,195.4,23.3,0.87,5.920,195.6 +24.8,0.86,5.230,194.7,24.6,0.86,5.290,195.0 +26.1,0.86,5.120,185.4,25.9,0.86,5.170,185.8 +27.3,0.86,4.150,199.1,27.1,0.86,4.180,198.5 +28.1,0.86,4.630,189.8,27.9,0.86,4.650,189.9 +28.8,0.86,5.150,189.3,28.6,0.86,5.210,188.1 +29.1,0.86,5.960,193.1,28.9,0.86,6.000,191.9 +29.3,0.86,6.090,184.7,29.1,0.86,6.170,184.3 +29.3,0.86,6.760,190.9,29.1,0.86,6.830,190.8 +28.8,0.86,8.470,180.9,28.6,0.86,8.740,180.5 +27.8,0.86,8.160,178.9,27.7,0.86,9.020,179.5 +26.9,0.86,9.320,162.0,26.8,0.86,9.940,163.8 +25.9,0.86,8.620,155.1,25.8,0.86,9.390,157.1 +22.9,0.86,8.970,70.3,23.1,0.86,9.100,73.0 +22.8,0.86,6.340,130.9,23.1,0.86,6.750,139.9 +23.5,0.86,9.760,182.4,23.5,0.86,10.820,183.9 +23.0,0.86,10.590,199.0,22.9,0.86,11.410,199.6 +22.3,0.86,8.560,211.0,22.3,0.86,9.480,211.1 +22.0,0.86,2.910,200.2,21.9,0.86,3.680,207.7 +21.6,0.87,4.990,139.2,21.6,0.87,4.990,158.4 +21.5,0.87,6.810,182.5,21.4,0.87,7.550,184.7 +22.6,0.86,8.770,194.3,22.4,0.86,8.880,194.5 +24.6,0.86,7.780,199.8,24.4,0.86,7.890,200.0 +25.8,0.86,7.740,209.9,25.6,0.86,7.840,210.0 +27.9,0.86,6.900,215.7,27.7,0.86,6.990,215.9 +29.5,0.86,5.480,219.9,29.2,0.86,5.550,220.0 +30.7,0.86,4.690,212.8,30.5,0.86,4.740,213.0 +31.4,0.86,5.690,187.4,31.2,0.86,5.720,188.2 +32.6,0.86,3.940,247.0,32.4,0.86,4.000,247.4 +31.4,0.86,4.270,192.8,31.2,0.86,4.340,192.3 +28.4,0.86,13.020,173.1,28.2,0.86,13.240,173.0 +27.3,0.86,11.200,177.7,27.1,0.86,11.380,177.8 +28.1,0.86,9.020,181.0,27.9,0.86,9.140,181.3 +27.0,0.86,12.570,195.4,26.8,0.86,13.090,196.1 +26.3,0.86,8.800,123.9,26.2,0.86,8.800,126.0 +22.4,0.86,11.400,158.0,22.2,0.86,11.870,158.2 +22.6,0.86,12.110,190.0,22.5,0.86,12.650,190.0 +22.1,0.86,10.110,194.0,21.9,0.86,10.710,194.0 +21.7,0.86,7.390,213.0,21.6,0.86,8.090,212.8 +21.7,0.86,7.340,220.4,21.7,0.86,8.300,221.4 +21.6,0.86,8.270,202.9,21.7,0.86,9.120,206.0 +21.2,0.86,7.510,192.8,21.3,0.86,8.300,196.1 +20.3,0.86,7.420,202.7,20.4,0.86,8.520,202.0 +19.7,0.86,3.350,184.1,19.7,0.86,4.290,190.5 +19.3,0.86,4.310,127.5,19.4,0.86,4.500,133.4 +20.6,0.86,2.490,125.4,20.4,0.86,2.440,127.1 +22.5,0.86,3.690,156.9,22.3,0.86,3.740,157.7 +24.7,0.87,3.690,200.2,24.5,0.87,3.720,199.9 +26.5,0.86,3.410,196.0,26.3,0.86,3.430,195.9 +28.2,0.86,1.880,179.9,28.0,0.86,1.880,179.4 +29.7,0.86,1.680,201.3,29.5,0.86,1.670,200.7 +30.8,0.86,2.040,162.5,30.6,0.86,2.060,162.2 +31.2,0.86,4.430,130.8,31.0,0.86,4.430,131.3 +29.8,0.86,10.190,223.2,29.6,0.86,10.210,222.8 +27.3,0.86,10.410,179.7,27.1,0.86,10.540,179.9 +26.3,0.86,9.210,218.1,26.1,0.86,9.320,218.2 +19.3,0.86,13.840,64.9,19.1,0.86,13.910,64.8 +19.3,0.86,11.570,85.1,19.1,0.86,12.030,85.3 +19.4,0.86,8.060,94.9,19.3,0.86,8.630,95.1 +20.7,0.87,8.560,138.7,20.6,0.87,9.070,139.0 +20.5,0.86,4.980,115.6,20.4,0.86,5.480,121.6 +19.8,0.87,9.510,54.1,19.7,0.87,9.830,54.3 +20.5,0.87,7.380,116.5,20.4,0.87,7.480,117.8 +20.3,0.87,6.790,161.8,20.4,0.87,7.430,160.3 +18.8,0.87,6.520,58.8,18.8,0.87,5.740,62.7 +17.4,0.87,3.670,80.3,17.6,0.87,2.890,103.3 +17.7,0.87,4.380,76.0,17.8,0.87,4.170,83.9 +18.1,0.87,11.640,352.5,17.9,0.87,12.250,351.6 +17.8,0.87,4.570,151.7,17.9,0.87,4.780,147.5 +18.9,0.87,4.490,210.6,18.7,0.87,4.520,209.4 +20.2,0.87,2.610,46.7,20.0,0.87,2.600,46.5 +21.5,0.87,2.120,93.7,21.3,0.87,2.130,92.7 +22.4,0.87,2.240,127.9,22.2,0.87,2.220,127.0 +23.9,0.87,2.670,128.2,23.7,0.87,2.660,128.5 +25.2,0.87,2.420,122.0,25.0,0.87,2.420,121.7 +26.2,0.87,2.850,135.7,26.0,0.87,2.890,136.3 +27.0,0.86,4.040,171.6,26.8,0.86,4.090,171.2 +27.4,0.86,5.110,163.8,27.1,0.86,5.160,163.9 +27.8,0.86,6.190,163.6,27.5,0.86,6.290,163.8 +28.3,0.86,6.870,165.1,28.1,0.86,7.010,165.2 +28.1,0.86,7.250,184.1,27.9,0.86,7.390,184.2 +27.7,0.86,7.760,167.8,27.6,0.86,8.200,167.3 +27.1,0.86,7.760,159.9,27.0,0.86,8.360,162.5 +23.1,0.86,9.950,101.7,23.0,0.86,10.160,103.0 +24.2,0.86,10.450,143.3,24.0,0.86,11.130,143.6 +23.2,0.86,11.260,147.7,23.0,0.86,11.800,148.1 +22.7,0.86,10.190,147.8,22.5,0.86,10.830,148.2 +21.9,0.86,9.910,143.7,21.7,0.86,10.540,144.6 +20.6,0.86,10.200,144.6,20.5,0.86,10.800,145.4 +19.6,0.86,10.280,140.2,19.4,0.86,10.820,141.0 +18.9,0.86,9.090,147.5,18.7,0.86,9.640,148.0 +18.5,0.86,6.980,128.6,18.4,0.86,7.410,130.7 +17.9,0.87,10.140,47.9,17.7,0.87,10.270,48.2 +15.1,0.87,12.810,83.0,14.9,0.87,13.100,83.0 +16.3,0.87,13.170,104.7,16.1,0.87,13.380,104.7 +19.0,0.87,11.030,120.6,18.8,0.87,11.180,120.9 +20.9,0.86,10.270,138.4,20.7,0.86,10.430,138.5 +22.6,0.86,10.410,145.9,22.4,0.86,10.580,146.0 +24.5,0.86,10.010,155.1,24.3,0.86,10.180,155.3 +26.0,0.86,10.120,158.6,25.7,0.86,10.280,158.8 +27.0,0.86,10.100,163.8,26.7,0.86,10.260,164.0 +27.8,0.86,10.840,161.8,27.5,0.86,11.030,162.0 +28.5,0.86,12.370,164.8,28.3,0.86,12.620,165.0 +29.1,0.86,6.000,159.3,29.0,0.86,6.250,160.0 +19.5,0.86,7.170,175.2,19.8,0.86,7.660,179.1 +21.0,0.86,8.010,196.7,21.0,0.86,8.820,198.1 +20.6,0.86,10.110,146.9,20.6,0.86,10.760,151.1 +22.3,0.86,3.410,114.4,22.4,0.86,2.190,125.3 +22.6,0.86,5.920,173.9,22.5,0.86,6.830,176.9 +20.8,0.86,6.500,144.5,20.7,0.86,6.930,142.7 +20.2,0.86,9.680,164.4,20.1,0.86,10.640,165.1 +19.4,0.86,8.130,154.5,19.3,0.86,9.040,155.4 +19.5,0.86,10.220,172.5,19.5,0.86,11.400,172.1 +19.3,0.86,8.080,179.7,19.3,0.86,9.150,178.2 +19.4,0.86,9.350,186.4,19.4,0.86,10.320,186.7 +20.0,0.86,7.110,162.2,19.9,0.86,8.340,168.9 +21.2,0.86,14.000,222.1,21.2,0.86,14.860,223.4 +28.1,0.86,13.980,227.1,28.3,0.86,15.100,226.8 +30.2,0.86,13.190,255.9,30.1,0.86,12.890,256.8 +25.8,0.86,9.690,200.3,25.7,0.86,9.810,200.3 +28.4,0.86,9.430,195.9,28.2,0.86,9.540,196.2 +29.2,0.86,10.410,195.5,29.0,0.86,10.560,195.5 +29.5,0.86,9.230,192.3,29.3,0.86,9.370,192.3 +30.7,0.86,9.390,181.9,30.5,0.86,9.540,182.1 +31.9,0.86,9.700,189.0,31.7,0.86,9.870,189.0 +25.7,0.86,18.270,285.8,25.5,0.86,18.340,285.7 +19.8,0.86,20.130,289.9,20.1,0.86,20.990,288.8 +20.8,0.86,18.910,188.8,21.2,0.86,19.290,190.4 +22.2,0.86,11.190,155.0,22.1,0.86,11.710,157.5 +25.0,0.86,7.710,113.7,25.6,0.86,8.560,128.0 +23.5,0.86,24.030,190.1,23.5,0.86,24.710,190.1 +25.3,0.86,20.360,195.4,25.4,0.86,20.670,195.4 +24.7,0.86,15.160,175.5,24.7,0.86,15.690,174.7 +23.7,0.86,17.420,183.0,23.8,0.86,18.570,182.5 +24.7,0.86,14.340,187.8,24.9,0.86,15.420,189.4 +23.3,0.86,10.960,201.6,23.3,0.86,12.080,202.4 +21.9,0.86,9.720,196.9,21.8,0.86,11.110,198.1 +20.8,0.86,4.340,235.6,20.9,0.86,5.570,230.4 +21.2,0.86,3.090,173.5,21.1,0.86,3.610,180.7 +21.3,0.86,5.580,193.5,21.2,0.86,6.700,193.6 +20.5,0.86,8.040,217.3,20.5,0.86,8.950,216.6 +20.7,0.86,5.540,208.9,20.6,0.86,6.130,208.7 +22.1,0.86,4.680,186.4,21.9,0.86,4.840,187.5 +24.0,0.87,6.330,216.3,23.8,0.87,6.430,216.5 +26.6,0.86,9.300,187.4,27.3,0.86,9.390,186.0 +25.5,0.86,7.870,170.6,25.4,0.86,7.960,171.0 +27.6,0.86,7.910,176.4,27.4,0.86,8.010,176.6 +28.9,0.86,7.320,181.6,28.7,0.86,7.440,181.6 +29.9,0.86,7.390,184.8,29.7,0.86,7.540,185.5 +30.6,0.86,8.540,204.9,30.4,0.86,8.660,204.7 +30.8,0.86,8.360,185.2,30.6,0.86,8.550,185.5 +26.1,0.86,10.820,154.2,26.0,0.86,10.800,153.9 +26.7,0.86,13.090,136.5,26.9,0.86,13.660,136.9 +24.7,0.86,11.840,118.5,24.6,0.86,12.600,119.8 +22.6,0.86,13.350,127.2,22.5,0.86,13.980,127.9 +20.8,0.86,13.240,116.2,20.6,0.86,13.790,116.5 +21.3,0.86,14.960,135.0,21.2,0.86,15.580,135.2 +22.1,0.86,13.450,149.8,22.1,0.86,14.240,151.1 +20.9,0.86,11.690,170.5,20.8,0.86,12.530,170.1 +21.2,0.86,9.990,179.6,21.2,0.86,11.320,178.6 +21.6,0.86,10.840,183.3,21.6,0.86,11.960,183.6 +21.9,0.86,9.080,192.8,22.0,0.86,10.960,193.2 +21.9,0.86,11.330,193.7,21.9,0.86,12.740,193.9 +21.1,0.86,11.080,207.4,21.1,0.86,12.110,207.9 +22.6,0.86,7.660,198.8,22.6,0.86,8.560,199.1 +24.8,0.86,10.630,205.8,24.7,0.86,11.970,205.3 +27.1,0.86,7.910,202.0,26.9,0.86,8.100,202.2 +27.9,0.86,8.910,198.9,27.7,0.86,9.040,198.7 +28.9,0.86,10.480,197.8,28.7,0.86,10.710,197.9 +30.0,0.86,10.390,209.5,29.8,0.86,10.550,209.6 +30.5,0.86,9.430,210.3,30.3,0.86,9.570,210.4 +31.2,0.86,8.700,207.5,31.0,0.86,8.810,207.5 +32.0,0.86,7.920,206.7,31.7,0.86,8.030,206.9 +32.5,0.86,8.980,196.6,32.3,0.86,9.100,196.8 +33.0,0.86,9.610,193.5,32.8,0.86,9.770,193.8 +28.7,0.86,4.120,288.4,28.8,0.86,4.830,288.5 +26.7,0.86,5.420,136.9,26.5,0.86,6.210,137.3 +25.5,0.86,11.870,157.9,25.3,0.86,12.490,158.5 +25.0,0.86,11.760,168.0,24.8,0.86,12.430,168.2 +23.5,0.86,10.320,169.8,23.4,0.86,11.180,169.9 +22.4,0.86,7.180,146.2,22.2,0.86,8.080,148.2 +22.3,0.86,9.200,125.0,22.2,0.86,9.760,127.4 +21.8,0.86,11.070,148.3,21.8,0.86,11.960,148.9 +23.3,0.86,8.100,182.0,23.4,0.86,9.690,185.1 +22.7,0.86,5.660,162.0,22.8,0.86,7.290,172.0 +22.4,0.86,11.210,174.6,22.4,0.86,12.370,175.9 +21.9,0.86,9.030,188.6,21.9,0.86,10.150,190.1 +21.3,0.86,8.300,196.9,21.3,0.86,9.550,198.1 +21.6,0.86,8.230,206.7,21.6,0.86,8.930,207.1 +23.0,0.86,7.000,213.6,22.8,0.86,7.400,214.1 +25.4,0.86,7.100,222.6,25.2,0.86,7.210,222.9 +27.3,0.86,7.480,222.5,27.1,0.86,7.580,222.9 +29.1,0.86,6.910,209.4,28.8,0.86,6.990,209.8 +30.8,0.86,6.020,212.4,30.6,0.86,6.100,212.9 +32.8,0.86,4.620,220.1,32.6,0.86,4.680,220.7 +33.8,0.86,4.690,238.9,33.5,0.86,4.770,238.2 +34.3,0.86,7.510,197.3,34.1,0.86,7.580,197.9 +34.3,0.86,7.910,202.4,34.1,0.86,8.020,202.5 +32.3,0.86,14.290,175.6,32.1,0.86,14.500,175.6 +32.3,0.86,12.200,172.9,32.1,0.86,12.420,173.5 +28.2,0.86,15.940,152.3,28.1,0.86,16.740,152.8 +27.1,0.86,15.020,143.9,27.0,0.86,15.570,144.2 +28.3,0.86,12.660,139.6,28.2,0.86,13.360,140.3 +21.5,0.86,8.300,68.7,21.7,0.86,8.110,63.3 +21.4,0.86,12.260,86.0,21.5,0.86,12.720,87.2 +23.0,0.86,10.380,123.3,23.1,0.86,11.000,126.4 +23.3,0.86,6.710,135.6,23.4,0.86,7.490,137.6 +23.0,0.86,8.860,145.5,23.2,0.86,9.430,150.4 +22.6,0.86,8.920,132.8,22.6,0.86,9.210,138.0 +21.9,0.86,8.990,136.4,22.0,0.86,9.560,141.2 +21.8,0.86,8.950,158.7,21.8,0.86,9.710,162.7 +20.9,0.86,7.770,138.9,20.9,0.86,7.900,143.8 +21.0,0.86,7.150,152.9,20.9,0.86,7.830,155.0 +21.7,0.86,10.400,173.0,21.6,0.86,10.670,173.2 +22.7,0.86,9.470,175.6,22.5,0.86,9.660,175.7 +24.1,0.86,8.410,176.7,23.9,0.86,8.570,176.8 +26.1,0.86,8.860,185.2,25.9,0.86,9.030,185.3 +27.9,0.86,9.430,192.6,27.7,0.86,9.580,192.7 +29.4,0.86,9.310,190.5,29.2,0.86,9.460,190.7 +30.6,0.86,9.140,194.4,30.4,0.86,9.300,194.4 +31.6,0.86,8.840,193.8,31.4,0.86,8.990,193.9 +32.2,0.86,9.190,186.0,32.0,0.86,9.340,186.0 +32.5,0.86,9.790,191.3,32.3,0.86,9.950,191.2 +32.4,0.86,10.780,175.9,32.2,0.86,10.970,176.5 +31.8,0.86,7.790,192.2,31.6,0.86,8.270,192.4 +28.8,0.86,11.660,160.9,28.9,0.86,12.230,160.6 +29.2,0.86,13.050,166.7,29.2,0.86,14.150,166.9 +28.4,0.86,14.700,174.1,28.3,0.86,15.650,174.2 +26.9,0.86,13.470,179.8,26.9,0.86,14.530,180.2 +26.3,0.86,14.850,185.4,26.2,0.86,15.810,185.8 +25.3,0.86,14.700,186.1,25.2,0.86,15.730,186.7 +24.3,0.86,14.020,191.4,24.3,0.86,15.090,192.0 +23.7,0.86,12.940,195.3,23.7,0.86,14.050,195.5 +22.5,0.86,9.460,195.9,22.4,0.86,10.770,196.3 +22.0,0.86,10.000,204.6,22.1,0.86,11.250,204.3 +21.3,0.86,7.660,212.8,21.3,0.86,8.930,211.3 +21.6,0.86,9.680,214.8,21.5,0.86,10.400,214.5 +23.1,0.86,8.280,221.5,22.9,0.86,8.420,221.8 +25.5,0.86,5.270,237.9,25.3,0.86,5.360,238.0 +27.9,0.86,6.060,251.8,27.7,0.86,6.140,251.8 +30.2,0.86,6.170,259.1,30.0,0.86,6.250,259.3 +31.8,0.86,6.000,269.6,31.6,0.86,6.090,269.5 +32.6,0.86,6.020,268.9,32.4,0.86,6.110,268.7 +33.4,0.86,6.450,263.3,33.1,0.86,6.550,263.4 +34.0,0.86,9.660,254.9,33.8,0.86,9.750,254.9 +34.6,0.86,7.550,246.2,34.4,0.86,7.680,246.3 +35.0,0.86,8.410,256.3,34.8,0.86,8.560,256.4 +35.0,0.86,7.670,250.7,34.8,0.86,7.750,250.6 +34.8,0.86,6.460,216.8,34.6,0.86,6.620,217.8 +34.5,0.86,6.870,213.4,34.5,0.86,7.170,214.5 +34.2,0.86,7.750,204.8,34.2,0.86,7.990,205.9 +34.0,0.86,8.730,230.6,34.3,0.86,9.090,236.0 +31.6,0.86,5.050,253.2,32.0,0.86,5.380,256.2 +30.5,0.86,7.470,204.2,30.4,0.86,7.120,202.8 +29.6,0.86,11.270,216.9,29.7,0.86,12.910,215.7 +27.0,0.86,10.250,186.7,27.3,0.86,12.030,191.3 +26.5,0.86,11.970,208.7,26.8,0.86,13.020,210.3 +25.1,0.86,7.560,214.4,25.3,0.86,8.600,217.4 +23.8,0.86,6.600,212.3,23.9,0.86,7.190,216.5 +23.5,0.86,8.080,221.1,23.8,0.86,9.130,223.9 +23.1,0.86,5.790,247.8,23.7,0.86,5.980,253.2 +23.2,0.86,2.990,236.3,23.1,0.86,3.150,238.6 +25.5,0.86,2.560,232.8,25.4,0.86,2.580,233.5 +28.7,0.86,2.770,234.3,28.6,0.86,2.810,234.6 +31.8,0.86,2.610,232.3,31.6,0.86,2.650,232.2 +34.0,0.86,2.850,244.1,33.7,0.86,2.890,243.9 +35.0,0.86,3.600,248.5,34.7,0.86,3.650,248.4 +35.8,0.86,3.230,250.6,35.6,0.86,3.270,249.9 +36.2,0.86,2.620,254.8,36.0,0.86,2.650,253.8 +36.8,0.86,3.920,186.4,36.6,0.86,3.960,186.9 +36.9,0.86,3.240,227.7,36.7,0.86,3.300,228.1 +36.2,0.86,6.820,134.9,36.0,0.86,6.880,134.9 +36.4,0.86,6.560,130.9,36.3,0.86,6.610,133.8 +35.9,0.86,7.140,126.0,35.7,0.86,7.230,126.0 +34.1,0.86,8.130,144.4,34.4,0.86,8.630,146.1 +33.2,0.86,9.490,139.8,33.5,0.86,9.870,142.0 +31.8,0.86,9.100,146.9,32.2,0.86,10.120,149.7 +30.2,0.86,11.660,159.1,30.3,0.86,12.780,162.0 +29.2,0.86,12.690,178.9,29.3,0.86,13.750,180.5 +28.1,0.86,11.340,180.0,28.2,0.86,12.430,182.2 +26.9,0.86,9.920,183.8,27.1,0.86,11.180,185.4 +26.1,0.86,10.150,184.5,26.2,0.86,11.610,186.7 +25.0,0.86,8.260,171.9,25.2,0.86,9.540,175.8 +24.3,0.86,8.380,182.9,24.5,0.86,10.100,185.6 +24.0,0.86,7.370,196.0,24.1,0.86,8.320,196.5 +24.8,0.87,4.820,193.5,24.6,0.87,4.930,193.4 +26.3,0.87,3.670,193.3,26.1,0.87,3.740,193.4 +28.4,0.87,3.830,189.7,28.2,0.87,3.890,189.7 +30.5,0.87,4.070,183.4,30.3,0.87,4.150,183.2 +32.4,0.87,4.470,172.1,32.2,0.87,4.540,172.2 +33.6,0.87,6.270,163.6,33.4,0.87,6.350,164.0 +34.6,0.87,6.210,160.9,34.4,0.87,6.320,161.0 +35.1,0.86,6.630,156.3,34.8,0.86,6.720,156.6 +35.4,0.86,6.380,153.2,35.1,0.86,6.450,153.4 +35.6,0.86,5.880,155.3,35.4,0.86,5.960,155.5 +35.5,0.86,6.250,158.5,35.3,0.86,6.330,158.6 +35.2,0.86,6.300,163.3,35.0,0.86,6.520,163.6 +34.9,0.86,8.010,165.8,34.7,0.86,7.900,165.7 +34.1,0.87,7.440,170.4,34.1,0.87,7.710,171.6 +33.4,0.87,10.350,164.5,33.5,0.87,10.780,165.4 +32.1,0.87,10.330,165.5,32.4,0.87,10.980,167.8 +31.4,0.87,11.570,171.6,31.7,0.87,12.360,174.3 +29.7,0.87,7.450,178.5,30.0,0.87,8.900,181.7 +25.0,0.87,13.310,73.4,24.9,0.87,14.550,73.3 +25.4,0.87,11.170,61.7,25.4,0.87,12.190,61.3 +26.4,0.87,7.090,94.9,26.8,0.87,7.960,95.4 +27.5,0.87,7.610,209.1,28.0,0.87,7.940,210.5 +23.0,0.87,10.420,303.4,23.0,0.87,10.690,302.0 +23.7,0.87,5.110,74.4,23.5,0.87,5.080,72.2 +25.9,0.87,3.540,63.5,25.7,0.87,3.650,63.1 +27.7,0.87,4.360,68.0,27.5,0.87,4.400,68.0 +29.1,0.87,3.390,51.7,28.9,0.87,3.430,51.9 +30.6,0.87,2.950,48.1,30.4,0.87,2.980,48.1 +31.6,0.87,3.190,58.8,31.3,0.87,3.200,59.0 +32.3,0.87,2.960,79.6,32.1,0.87,2.990,80.1 +32.9,0.87,3.670,110.8,32.7,0.87,3.690,109.8 +33.4,0.87,3.210,73.6,33.1,0.87,3.210,73.4 +33.9,0.87,3.930,108.8,33.6,0.87,3.980,108.6 +34.1,0.87,3.760,100.3,33.9,0.87,3.800,100.4 +34.0,0.86,3.190,79.5,33.8,0.86,3.220,80.8 +33.7,0.86,5.010,104.3,33.5,0.86,5.060,104.8 +33.2,0.86,6.900,128.1,33.0,0.86,7.010,127.9 +31.9,0.86,9.110,128.2,31.9,0.86,9.590,128.8 +29.9,0.86,0.720,52.3,29.9,0.86,0.250,102.3 +29.8,0.87,6.120,353.6,29.6,0.87,6.840,352.7 +30.3,0.87,5.410,43.2,30.1,0.87,4.660,52.7 +29.5,0.87,6.740,44.2,29.5,0.87,6.350,45.6 +28.9,0.87,5.000,146.1,28.7,0.87,5.150,150.1 +28.0,0.87,4.370,140.7,28.0,0.87,4.630,145.7 +25.7,0.87,11.290,15.0,25.7,0.87,12.110,15.8 +26.1,0.87,6.950,16.5,26.6,0.87,4.640,11.7 +19.8,0.87,13.150,88.0,19.7,0.87,13.650,87.9 +20.6,0.87,15.320,131.7,21.7,0.87,15.630,131.0 +21.6,0.87,8.080,159.8,21.4,0.87,8.360,160.0 +23.4,0.87,6.670,126.5,23.2,0.87,6.750,126.9 +23.4,0.87,8.270,155.3,23.2,0.87,8.370,155.1 +27.3,0.87,6.340,186.5,27.1,0.87,6.460,185.9 +29.1,0.87,6.650,193.0,28.9,0.87,6.730,192.9 +29.6,0.87,6.280,213.5,29.4,0.87,6.350,213.6 +30.7,0.86,3.780,223.4,30.4,0.86,3.820,223.6 +31.6,0.86,3.590,220.1,31.4,0.86,3.630,220.2 +32.2,0.86,3.220,234.4,31.9,0.86,3.260,234.6 +32.5,0.86,2.060,251.4,32.3,0.86,2.090,251.0 +32.7,0.86,3.570,131.2,32.5,0.86,3.560,131.4 +27.4,0.86,12.020,68.0,27.6,0.86,11.950,68.2 +19.6,0.87,15.480,292.5,19.4,0.87,15.690,292.3 +19.9,0.86,15.720,273.2,19.8,0.86,16.510,272.7 +22.6,0.86,7.290,268.6,22.7,0.86,8.370,271.1 +22.2,0.86,7.060,49.0,22.1,0.86,7.660,44.8 +23.2,0.86,6.120,31.9,23.3,0.86,6.650,28.4 +21.6,0.87,5.970,107.5,21.4,0.87,6.040,105.6 +21.0,0.87,1.570,247.6,20.8,0.87,1.380,260.5 +21.8,0.87,1.400,271.8,21.8,0.87,1.730,273.8 +21.7,0.87,2.920,45.6,21.7,0.87,2.720,44.1 +21.0,0.87,5.300,56.6,21.2,0.87,5.010,61.4 +20.5,0.87,6.380,81.3,20.9,0.87,6.560,89.4 +19.7,0.87,5.200,84.5,19.7,0.87,6.190,86.9 +20.9,0.87,4.590,112.5,20.8,0.87,4.650,112.4 +22.4,0.87,4.080,124.0,22.2,0.87,4.130,124.3 +23.9,0.87,3.750,142.7,23.7,0.87,3.800,142.9 +25.1,0.87,3.620,131.7,24.9,0.87,3.650,131.9 +26.1,0.87,2.960,130.4,25.9,0.87,2.990,130.7 +27.0,0.87,3.390,107.8,26.8,0.87,3.390,108.2 +27.8,0.87,3.020,95.9,27.6,0.87,3.020,96.1 +28.5,0.86,2.210,112.5,28.3,0.86,2.210,112.6 +28.9,0.86,4.000,105.3,28.7,0.86,4.020,105.3 +28.4,0.86,5.650,78.6,28.2,0.86,5.660,79.1 +27.4,0.86,7.670,90.7,27.3,0.86,7.750,90.4 +27.0,0.86,7.700,78.6,26.8,0.86,7.790,78.9 +25.3,0.86,7.190,109.6,25.4,0.86,7.600,109.1 +25.8,0.87,3.000,151.1,25.6,0.87,3.210,151.2 +20.8,0.87,7.250,356.0,20.6,0.87,7.350,356.6 +20.0,0.87,4.600,309.0,19.8,0.87,4.670,309.3 +19.8,0.87,3.050,359.0,19.7,0.87,3.160,2.0 +18.7,0.87,5.780,70.5,18.6,0.87,5.890,71.0 +17.8,0.87,2.320,98.5,17.7,0.87,2.620,100.3 +18.3,0.87,1.950,136.3,18.3,0.87,2.630,136.2 +19.1,0.87,2.240,80.9,19.1,0.87,2.490,90.1 +18.9,0.87,2.190,42.0,18.9,0.87,2.150,60.7 +18.7,0.87,2.210,69.4,18.7,0.87,2.280,75.7 +18.6,0.87,1.410,104.2,18.4,0.87,1.470,106.5 +19.4,0.87,2.580,94.5,19.3,0.87,2.630,94.4 +20.5,0.87,2.990,120.2,20.3,0.87,3.020,120.6 +21.4,0.87,3.540,115.3,21.2,0.87,3.570,115.7 +22.1,0.87,4.190,111.3,21.9,0.87,4.220,111.8 +22.9,0.87,3.670,114.4,22.6,0.87,3.680,114.2 +23.3,0.87,4.810,95.1,23.1,0.87,4.830,95.6 +23.4,0.87,1.190,289.7,23.2,0.87,1.050,292.1 +22.5,0.87,2.600,343.5,22.3,0.87,2.660,341.0 +23.4,0.87,1.890,340.6,23.2,0.87,1.770,343.9 +21.3,0.87,5.780,351.3,21.1,0.87,5.770,351.3 +21.7,0.87,1.820,160.5,21.5,0.87,1.820,159.6 +20.9,0.87,4.640,340.7,21.0,0.87,4.580,341.6 +19.2,0.87,4.310,303.6,19.1,0.87,4.240,307.0 +18.9,0.87,2.050,316.0,18.8,0.87,2.140,323.4 +19.0,0.87,2.260,1.9,19.0,0.87,2.280,18.7 +19.7,0.87,0.940,104.4,19.8,0.87,1.530,100.4 +19.8,0.87,3.470,107.0,19.9,0.87,4.130,109.2 +20.1,0.87,5.320,102.4,20.2,0.87,6.210,108.5 +20.1,0.87,6.140,113.4,20.1,0.87,6.780,117.8 +19.6,0.87,6.290,120.9,19.8,0.87,7.040,126.0 +19.2,0.87,6.090,123.6,19.3,0.87,6.630,127.3 +18.7,0.87,6.050,118.7,18.8,0.87,6.930,125.5 +18.3,0.87,7.750,124.8,18.2,0.87,8.260,127.4 +17.9,0.87,5.480,148.3,17.9,0.87,6.060,148.5 +18.5,0.87,3.360,171.2,18.4,0.87,3.460,170.1 +19.6,0.87,4.410,163.7,19.4,0.87,4.470,163.8 +20.7,0.87,4.510,163.5,20.5,0.87,4.570,163.6 +21.1,0.87,3.860,149.5,20.9,0.87,3.880,149.6 +21.8,0.87,2.540,181.0,21.6,0.87,2.520,180.5 +22.6,0.87,2.640,166.1,22.4,0.87,2.670,165.3 +23.3,0.87,3.210,105.5,23.1,0.87,3.240,106.4 +23.2,0.87,5.230,118.7,23.0,0.87,5.240,119.1 +23.6,0.87,4.470,115.5,23.4,0.87,4.490,115.7 +24.2,0.87,4.160,118.7,24.0,0.87,4.200,119.0 +24.4,0.87,4.290,150.3,24.2,0.87,4.350,150.2 +24.4,0.87,3.390,145.5,24.2,0.87,3.450,146.1 +24.4,0.87,3.240,145.2,24.2,0.87,3.390,147.6 +24.0,0.87,5.950,167.7,23.9,0.87,5.980,167.5 +23.7,0.87,7.150,190.7,23.6,0.87,7.130,191.1 +23.4,0.87,5.260,182.7,23.5,0.87,5.540,185.9 +21.6,0.87,8.150,151.2,21.7,0.87,9.170,152.5 +20.9,0.87,9.400,151.3,20.9,0.87,10.400,151.7 +20.1,0.87,7.370,161.8,20.3,0.87,8.760,161.1 +19.4,0.87,4.880,266.8,19.6,0.87,5.180,254.9 +18.4,0.87,6.720,248.2,18.4,0.87,7.370,246.2 +18.2,0.87,5.180,244.0,18.1,0.87,5.630,242.8 +16.1,0.87,5.750,252.1,16.1,0.87,5.890,255.6 +16.1,0.87,2.800,229.7,16.4,0.87,3.130,235.8 +15.4,0.87,0.880,233.2,15.2,0.87,0.870,233.7 +15.4,0.87,3.740,162.7,15.3,0.87,3.790,164.4 +16.9,0.87,5.190,162.6,16.8,0.87,5.210,162.4 +19.2,0.87,3.300,139.4,19.1,0.87,3.320,140.5 +19.9,0.87,4.950,102.5,19.8,0.87,4.930,103.1 +22.1,0.87,5.970,143.7,21.9,0.87,6.040,144.4 +23.9,0.87,6.610,161.9,23.7,0.87,6.710,162.3 +25.2,0.86,6.600,189.1,24.9,0.86,6.700,189.2 +25.7,0.86,6.860,182.6,25.5,0.86,6.990,182.5 +19.3,0.86,15.460,120.0,19.3,0.86,15.560,121.7 +20.8,0.86,10.980,140.0,20.6,0.86,11.270,140.5 +21.6,0.86,10.930,148.3,21.4,0.86,11.480,148.5 +21.8,0.86,8.360,191.4,21.6,0.86,8.730,192.4 +20.7,0.86,2.910,174.5,20.5,0.86,3.310,174.4 +20.7,0.86,10.400,170.8,20.7,0.86,11.140,171.6 +20.2,0.86,7.190,166.1,20.2,0.86,7.760,168.7 +19.8,0.86,9.080,180.3,19.9,0.86,10.240,180.6 +19.5,0.86,8.810,178.2,19.6,0.86,9.780,178.2 +19.5,0.86,9.300,169.3,19.6,0.86,10.610,170.5 +18.8,0.86,7.780,171.0,18.9,0.86,9.380,172.7 +18.3,0.86,6.710,154.9,18.5,0.86,8.310,161.9 +18.0,0.86,8.190,155.7,18.3,0.86,9.440,159.9 +17.3,0.86,6.760,151.6,17.5,0.86,8.020,152.2 +17.7,0.86,5.390,150.6,17.7,0.86,5.820,151.4 +16.9,0.86,7.760,121.6,16.8,0.86,7.830,122.8 +18.3,0.86,7.930,142.9,18.1,0.86,8.040,143.3 +19.5,0.86,9.250,159.5,19.3,0.86,9.400,159.6 +20.7,0.86,9.090,164.6,20.5,0.86,9.220,164.8 +22.1,0.86,8.500,172.9,21.9,0.86,8.610,173.1 +23.4,0.86,7.660,168.9,23.2,0.86,7.750,169.2 +24.3,0.86,7.600,170.1,24.1,0.86,7.680,170.4 +25.3,0.86,7.070,177.5,25.0,0.86,7.180,177.8 +26.1,0.86,5.270,179.9,25.9,0.86,5.350,179.7 +26.3,0.86,6.620,165.9,26.1,0.86,6.690,166.3 +26.2,0.86,7.030,162.1,26.0,0.86,7.120,162.3 +25.9,0.86,7.310,151.9,25.7,0.86,7.460,152.1 +25.5,0.86,7.020,156.2,25.3,0.86,7.400,156.6 +24.4,0.86,8.560,164.0,24.3,0.86,9.240,164.7 +23.1,0.86,9.340,161.3,23.0,0.86,10.060,161.7 +22.0,0.86,8.950,165.8,21.9,0.86,9.830,166.6 +21.2,0.86,9.310,166.3,21.1,0.86,10.280,167.8 +20.4,0.86,6.200,185.6,20.3,0.86,7.730,186.3 +19.8,0.86,6.920,179.2,19.8,0.86,8.300,181.3 +19.3,0.86,6.700,179.0,19.2,0.86,7.830,180.2 +19.0,0.86,6.600,184.4,18.9,0.86,7.790,185.8 +18.6,0.86,6.620,189.4,18.5,0.86,8.020,189.0 +18.1,0.86,5.880,190.4,18.1,0.86,7.340,189.7 +18.8,0.86,7.870,201.2,18.8,0.86,8.610,201.1 +20.1,0.86,6.670,204.1,19.9,0.86,6.820,204.1 +21.8,0.86,7.740,197.6,21.6,0.86,7.870,197.6 +23.9,0.86,7.210,189.6,23.7,0.86,7.330,189.7 +26.1,0.86,8.780,191.2,25.9,0.86,8.920,191.2 +27.3,0.86,9.140,192.5,27.1,0.86,9.290,192.6 +28.3,0.86,9.400,193.4,28.1,0.86,9.560,193.5 +29.2,0.86,9.400,188.9,29.0,0.86,9.560,189.0 +29.7,0.86,9.640,189.6,29.5,0.86,9.790,189.7 +30.2,0.86,10.090,183.9,29.9,0.86,10.280,184.1 +30.3,0.86,9.980,179.6,30.1,0.86,10.160,180.4 +30.3,0.86,10.150,186.2,30.1,0.86,10.370,186.4 +29.9,0.86,11.030,178.8,29.8,0.86,11.410,178.8 +29.2,0.86,8.790,170.9,29.1,0.86,9.320,171.5 +24.6,0.86,3.500,5.0,25.2,0.86,2.760,0.0 +25.6,0.86,4.080,136.3,25.9,0.86,4.640,143.7 +25.9,0.86,8.550,157.5,26.0,0.86,10.040,161.7 +25.4,0.86,8.610,192.6,25.4,0.86,9.520,191.8 +25.1,0.86,9.170,200.3,25.1,0.86,9.880,201.3 +24.4,0.86,9.830,185.1,24.3,0.86,10.870,187.1 +24.0,0.86,11.710,193.8,23.9,0.86,12.700,194.1 +23.1,0.86,10.210,195.2,23.0,0.86,11.190,195.7 +22.1,0.86,9.010,186.2,22.1,0.86,10.440,187.2 +21.4,0.86,6.220,222.5,21.3,0.86,7.210,216.6 +21.1,0.86,9.750,195.8,20.9,0.86,10.460,196.2 +21.8,0.86,8.970,187.9,21.6,0.86,9.170,188.1 +23.3,0.86,8.820,195.8,23.1,0.86,8.970,195.8 +25.0,0.86,9.770,186.7,24.8,0.86,9.940,186.8 +26.4,0.86,9.540,192.1,26.2,0.86,9.700,192.2 +27.8,0.86,9.160,194.3,27.6,0.86,9.310,194.3 +28.7,0.86,9.110,188.3,28.5,0.86,9.260,188.4 +29.5,0.86,9.210,186.1,29.3,0.86,9.360,186.2 +30.1,0.86,9.150,180.9,29.9,0.86,9.300,180.9 +30.3,0.86,9.150,178.9,30.1,0.86,9.280,179.0 +30.3,0.86,10.540,169.9,30.1,0.86,10.680,170.1 +30.4,0.86,9.720,171.5,30.2,0.86,9.890,171.9 +29.9,0.86,9.570,166.7,29.7,0.86,9.870,167.0 +29.2,0.86,11.080,161.7,29.1,0.86,11.620,162.0 +28.3,0.86,10.800,158.5,28.1,0.86,11.560,158.9 +27.4,0.86,11.620,160.2,27.4,0.86,12.550,160.9 +26.6,0.86,11.680,163.7,26.6,0.86,12.720,164.6 +25.8,0.86,10.540,166.1,25.8,0.86,11.670,167.5 +25.1,0.86,8.470,177.2,25.1,0.86,9.620,177.8 +24.0,0.86,5.600,169.6,24.0,0.86,6.390,172.7 +23.7,0.86,6.880,168.8,23.7,0.86,7.550,172.5 +23.5,0.86,4.800,239.2,23.5,0.86,5.480,240.6 +23.2,0.86,5.890,227.1,23.1,0.86,6.190,230.5 +21.9,0.87,3.410,236.1,21.9,0.87,4.040,232.1 +20.4,0.87,5.370,197.9,20.2,0.87,6.660,203.0 +20.5,0.86,5.890,186.7,20.4,0.86,6.010,187.0 +22.9,0.87,6.450,193.6,22.7,0.87,6.540,193.6 +24.4,0.87,5.320,172.9,24.2,0.87,5.390,172.9 +25.9,0.87,4.580,175.5,25.7,0.87,4.640,175.7 +27.1,0.87,5.810,184.3,26.8,0.87,5.900,184.0 +28.1,0.87,6.060,172.6,27.9,0.87,6.140,172.9 +29.0,0.86,6.150,162.5,28.8,0.86,6.240,162.7 +29.8,0.86,6.920,167.1,29.6,0.86,7.020,167.2 +30.0,0.86,8.800,158.1,29.8,0.86,8.900,158.5 +30.3,0.86,7.190,175.6,30.0,0.86,7.330,175.3 +30.0,0.86,8.270,157.8,29.8,0.86,8.350,157.9 +29.8,0.86,7.840,179.0,29.6,0.86,8.030,178.8 +29.3,0.86,7.620,163.3,29.2,0.86,8.170,164.1 +28.5,0.86,7.620,159.5,28.4,0.86,8.210,160.1 +28.0,0.87,8.850,164.8,27.9,0.87,9.270,165.5 +27.2,0.87,9.740,153.6,27.2,0.87,10.650,154.8 +26.4,0.87,9.590,161.4,26.4,0.87,10.390,162.7 +25.7,0.87,9.500,162.7,25.8,0.87,10.480,163.8 +24.8,0.87,8.420,167.7,24.9,0.87,9.640,169.1 +24.2,0.87,6.050,172.7,24.4,0.87,7.190,173.1 +23.5,0.87,6.090,155.3,23.5,0.87,7.140,157.6 +22.7,0.87,5.910,167.9,22.8,0.87,7.020,171.3 +22.5,0.87,7.340,192.9,22.7,0.87,8.060,195.5 +22.7,0.87,5.530,204.6,22.9,0.87,6.100,207.9 +23.6,0.87,3.920,204.7,23.4,0.87,4.070,205.2 +24.9,0.87,5.030,216.8,24.7,0.87,5.090,216.8 +26.0,0.87,5.000,206.7,25.8,0.87,5.070,206.8 +27.1,0.87,5.340,196.0,26.8,0.87,5.410,196.2 +28.0,0.87,4.950,189.8,27.8,0.87,5.000,189.7 +28.8,0.87,5.230,189.7,28.6,0.87,5.290,189.4 +29.6,0.87,5.200,161.5,29.4,0.87,5.270,162.3 +29.8,0.87,4.660,171.1,29.6,0.87,4.740,170.8 +30.2,0.87,6.550,178.7,30.0,0.87,6.650,177.6 +30.2,0.87,7.010,166.2,30.0,0.87,7.070,166.3 +30.2,0.87,6.900,164.8,30.0,0.87,7.010,164.8 +29.9,0.87,7.570,183.0,29.7,0.87,7.710,183.1 +29.4,0.87,7.920,174.9,29.3,0.87,7.840,175.3 +28.9,0.87,8.310,175.5,28.7,0.87,8.650,175.9 +28.4,0.87,8.350,177.3,28.3,0.87,8.960,177.2 +27.9,0.87,9.220,189.6,28.0,0.87,9.920,190.3 +27.1,0.87,11.020,189.0,27.1,0.87,11.950,189.3 +26.2,0.87,10.260,194.7,26.2,0.87,11.200,194.8 +25.6,0.87,11.030,194.2,25.6,0.87,11.920,195.8 +24.6,0.87,9.950,212.1,24.6,0.87,10.990,212.8 +23.8,0.87,9.750,213.6,23.9,0.87,10.900,214.6 +23.0,0.87,8.370,221.9,23.0,0.87,9.520,221.2 +22.5,0.87,6.110,242.4,22.4,0.87,6.640,239.1 +22.0,0.87,7.850,217.9,21.9,0.87,8.460,218.3 +22.6,0.87,7.080,226.8,22.4,0.87,7.180,226.8 +23.9,0.87,6.490,227.3,23.7,0.87,6.570,227.3 +25.4,0.87,5.760,223.2,25.2,0.87,5.840,223.3 +26.8,0.87,5.120,212.5,26.6,0.87,5.180,212.5 +27.9,0.87,4.830,201.4,27.7,0.87,4.890,201.4 +28.9,0.87,4.530,186.8,28.7,0.87,4.580,187.1 +29.7,0.87,4.220,199.2,29.5,0.87,4.260,198.4 +30.1,0.87,4.510,200.5,29.9,0.87,4.590,200.0 +30.7,0.87,5.730,183.8,30.5,0.87,5.800,182.9 +30.8,0.87,5.150,178.4,30.6,0.87,5.230,178.5 +30.7,0.87,5.430,168.0,30.5,0.87,5.530,167.7 +30.2,0.87,6.890,168.6,30.1,0.87,6.980,168.8 +29.8,0.87,7.510,172.3,29.6,0.87,7.470,173.6 +29.0,0.87,7.170,176.3,28.9,0.87,7.430,177.1 +28.4,0.87,8.950,177.0,28.2,0.87,9.530,177.3 +27.7,0.87,8.790,180.5,27.7,0.87,9.400,181.9 +27.1,0.87,9.650,181.7,27.1,0.87,10.490,182.8 +26.3,0.87,10.230,186.4,26.3,0.87,11.070,187.4 +25.1,0.87,11.740,199.5,25.1,0.87,12.770,200.3 +24.2,0.87,9.830,204.4,24.2,0.87,10.840,204.8 +23.3,0.87,6.420,205.1,23.3,0.87,7.580,205.5 +22.8,0.87,5.560,206.8,22.8,0.87,6.740,207.3 +22.4,0.87,6.000,205.9,22.5,0.87,7.450,205.8 +22.2,0.87,6.240,210.9,22.2,0.87,6.870,210.5 +23.1,0.87,4.540,215.1,22.9,0.87,4.620,215.1 +24.7,0.87,4.250,216.4,24.5,0.87,4.310,216.5 +26.1,0.87,3.260,214.5,25.9,0.87,3.290,214.6 +27.4,0.87,2.140,187.8,27.2,0.87,2.160,187.8 +28.4,0.87,2.810,171.2,28.2,0.87,2.850,171.3 +29.2,0.87,3.290,143.1,29.0,0.87,3.350,143.1 +30.0,0.87,4.000,142.2,29.8,0.87,4.040,142.5 +30.8,0.87,4.490,148.9,30.5,0.87,4.550,148.9 +31.3,0.87,5.150,155.6,31.1,0.87,5.220,155.6 +31.4,0.87,6.100,148.1,31.2,0.87,6.150,148.4 +31.3,0.87,5.380,164.1,31.1,0.87,5.440,165.4 +31.0,0.86,5.920,165.5,30.8,0.86,6.010,166.1 +30.5,0.86,7.360,168.6,30.4,0.86,7.320,168.5 +29.9,0.87,9.000,169.1,29.8,0.87,9.580,169.4 +29.4,0.87,9.150,167.5,29.4,0.87,9.800,167.9 +29.0,0.87,10.290,171.4,29.0,0.87,10.800,172.3 +28.2,0.87,8.520,177.0,28.3,0.87,9.280,178.7 +27.3,0.87,7.510,186.4,27.5,0.87,8.760,188.9 +26.8,0.87,8.090,200.4,27.0,0.87,9.240,204.6 +25.8,0.87,6.690,206.1,26.0,0.87,7.890,210.2 +25.0,0.87,7.450,222.9,25.1,0.87,8.970,222.8 +24.1,0.87,7.200,232.2,24.2,0.87,8.710,230.4 +23.5,0.87,6.540,238.8,23.5,0.87,7.760,235.0 +23.0,0.87,6.560,232.8,23.0,0.87,7.110,232.0 +23.6,0.87,4.080,222.6,23.4,0.87,4.170,222.7 +25.5,0.87,4.190,234.2,25.3,0.87,4.260,234.2 +27.2,0.87,3.360,215.9,27.0,0.87,3.410,216.0 +28.8,0.87,3.720,200.2,28.6,0.87,3.780,200.3 +29.8,0.87,4.360,181.6,29.6,0.87,4.420,181.6 +30.5,0.87,4.530,169.6,30.3,0.87,4.580,169.8 +31.3,0.87,5.910,156.6,31.0,0.87,5.920,156.8 +31.8,0.86,5.170,170.7,31.6,0.86,5.230,171.6 +32.0,0.86,6.080,157.4,31.8,0.86,6.200,157.8 +32.0,0.86,5.730,174.5,31.8,0.86,5.800,174.6 +32.0,0.86,5.980,175.3,31.8,0.86,6.070,175.4 +31.7,0.86,7.780,185.5,31.5,0.86,7.890,185.6 +31.2,0.86,9.140,175.7,31.0,0.86,9.250,175.8 +30.6,0.86,9.100,173.2,30.6,0.86,9.420,173.8 +30.2,0.86,9.750,171.1,30.2,0.86,10.100,171.6 +29.3,0.86,10.260,172.5,29.3,0.86,10.910,172.9 +28.5,0.86,11.150,175.0,28.6,0.86,12.120,175.8 +27.7,0.86,11.060,175.2,27.8,0.86,11.970,176.2 +26.8,0.86,10.760,177.5,27.0,0.86,11.850,179.2 +25.7,0.86,9.570,181.8,25.9,0.86,10.770,184.0 +24.7,0.86,7.990,191.2,24.9,0.86,9.320,193.7 +24.2,0.86,7.790,202.4,24.4,0.86,9.070,204.5 +23.3,0.86,6.590,212.0,23.6,0.86,7.820,215.0 +23.0,0.87,7.180,215.5,23.0,0.87,7.880,216.2 +24.1,0.87,5.850,213.8,24.0,0.87,5.970,214.0 +25.6,0.87,6.190,216.5,25.4,0.87,6.280,216.6 +27.3,0.87,6.180,209.3,27.1,0.87,6.280,209.3 +28.8,0.87,5.060,200.0,28.6,0.87,5.140,200.0 +30.0,0.87,5.720,191.5,29.8,0.87,5.790,191.6 +30.9,0.86,5.000,183.0,30.6,0.86,5.070,182.8 +31.6,0.86,5.270,167.7,31.4,0.86,5.330,168.1 +31.9,0.86,5.350,187.7,31.7,0.86,5.410,186.3 +32.0,0.86,6.920,156.3,31.8,0.86,6.970,156.4 +32.3,0.86,7.110,151.4,32.0,0.86,7.190,151.7 +32.1,0.86,7.000,161.9,31.9,0.86,7.130,161.9 +31.7,0.86,7.900,168.0,31.6,0.86,8.000,167.8 +31.2,0.86,7.320,153.8,31.2,0.86,7.600,153.0 +30.8,0.86,8.220,180.0,30.7,0.86,8.250,180.8 +29.7,0.86,9.880,170.5,29.8,0.86,10.630,170.6 +29.5,0.86,10.090,172.7,29.5,0.86,10.530,172.9 +28.5,0.86,9.410,165.8,28.5,0.86,10.180,167.0 +26.8,0.87,9.960,151.1,26.8,0.87,10.600,152.7 +25.6,0.87,10.370,167.5,25.8,0.87,11.710,168.9 +25.0,0.87,10.310,179.3,25.2,0.87,11.390,181.4 +24.5,0.87,7.770,192.3,24.8,0.87,8.840,195.3 +24.4,0.87,7.990,202.8,24.7,0.87,9.070,207.3 +23.4,0.87,6.290,214.6,23.6,0.87,7.510,216.8 +23.3,0.87,7.140,218.8,23.3,0.87,7.750,219.1 +24.0,0.87,4.430,226.3,23.9,0.87,4.560,226.1 +25.8,0.87,5.250,213.1,25.6,0.87,5.330,213.2 +27.2,0.87,4.740,214.1,27.0,0.87,4.810,214.1 +28.6,0.87,4.730,195.1,28.4,0.87,4.800,195.1 +29.6,0.87,4.800,188.4,29.4,0.87,4.860,188.2 +30.6,0.87,4.560,179.2,30.4,0.87,4.630,179.2 +31.2,0.87,5.090,162.6,31.0,0.87,5.110,164.2 +31.5,0.87,4.270,198.4,31.3,0.87,4.310,196.9 +31.8,0.86,4.890,181.5,31.6,0.86,4.960,180.8 +31.9,0.86,5.410,171.1,31.7,0.86,5.450,171.2 +31.8,0.86,6.000,162.0,31.6,0.86,6.070,162.6 +31.4,0.86,7.010,167.8,31.2,0.86,7.160,168.0 +31.0,0.86,7.210,180.6,30.9,0.86,7.500,179.7 +30.7,0.86,8.730,179.0,30.5,0.86,8.990,179.5 +30.1,0.86,8.990,177.6,30.1,0.86,9.240,177.3 +29.7,0.86,9.680,182.8,29.6,0.86,10.060,184.3 +29.3,0.86,9.370,185.0,29.3,0.86,9.690,184.9 +28.2,0.86,8.860,187.3,28.5,0.86,9.750,187.3 +27.1,0.87,8.290,191.2,27.6,0.87,9.590,191.5 +26.5,0.86,7.960,198.4,26.9,0.86,9.010,199.7 +26.1,0.86,7.420,222.0,26.5,0.86,7.790,221.1 +25.3,0.86,7.420,242.4,25.6,0.86,8.020,241.8 +24.4,0.86,6.490,256.3,24.7,0.86,7.130,255.8 +23.9,0.86,6.780,257.5,24.1,0.86,7.470,256.9 +24.8,0.86,4.010,259.2,24.7,0.86,4.100,259.6 +26.9,0.86,3.550,259.5,26.7,0.86,3.610,260.2 +28.8,0.86,3.350,247.5,28.6,0.86,3.380,248.4 +30.3,0.86,2.980,240.2,30.1,0.86,3.000,241.1 +31.3,0.86,2.890,230.5,31.1,0.86,2.890,231.5 +32.1,0.86,2.830,210.2,31.9,0.86,2.820,210.8 +32.6,0.86,3.430,224.6,32.4,0.86,3.460,224.2 +33.3,0.86,1.930,324.1,33.1,0.86,1.920,322.8 +25.5,0.86,13.760,81.6,25.3,0.86,14.060,81.5 +25.5,0.86,15.340,100.2,25.3,0.86,15.570,100.3 +24.0,0.86,15.450,108.7,23.8,0.86,15.760,108.8 +21.4,0.86,15.830,91.7,21.2,0.86,16.120,91.6 +18.2,0.86,10.730,91.6,18.1,0.86,10.970,91.5 +17.8,0.86,9.880,107.0,17.6,0.86,10.080,107.2 +17.2,0.86,6.910,151.3,17.0,0.86,7.060,151.3 +16.8,0.86,8.700,111.4,16.6,0.86,8.810,111.7 +15.8,0.87,10.060,99.8,15.6,0.87,10.270,100.1 +15.5,0.87,7.770,109.3,15.3,0.87,7.910,109.5 +15.3,0.87,6.950,106.5,15.1,0.87,7.060,106.7 +15.1,0.87,7.870,83.0,14.9,0.87,7.990,83.0 +14.0,0.87,2.630,117.4,13.9,0.87,2.640,117.0 +14.1,0.87,1.090,123.6,14.0,0.87,1.200,115.6 +14.4,0.87,3.070,96.4,14.3,0.87,3.100,96.2 +14.5,0.87,3.630,57.0,14.3,0.87,3.630,57.4 +14.8,0.87,6.180,61.9,14.6,0.87,6.250,61.8 +15.2,0.87,5.640,60.6,15.0,0.87,5.700,60.5 +15.2,0.87,4.830,58.7,15.0,0.87,4.870,59.2 +16.3,0.87,4.890,79.3,16.1,0.87,4.970,78.5 +17.6,0.87,4.050,97.0,17.4,0.87,4.090,95.5 +19.2,0.87,4.010,100.5,19.0,0.87,4.100,99.3 +20.8,0.87,4.950,74.4,20.5,0.87,5.040,74.3 +21.0,0.87,5.410,90.2,20.8,0.87,5.470,89.8 +20.6,0.87,6.380,74.6,20.4,0.87,6.380,74.7 +21.5,0.87,3.250,126.8,21.3,0.87,3.310,125.8 +22.1,0.87,4.700,95.3,21.9,0.87,4.840,95.3 +21.3,0.87,5.030,92.7,21.1,0.87,5.140,92.2 +19.2,0.87,7.910,94.2,19.1,0.87,8.340,93.9 +18.7,0.87,6.760,96.0,18.5,0.87,7.200,96.2 +18.8,0.87,6.440,96.7,18.8,0.87,6.970,97.2 +18.5,0.87,5.470,94.3,18.5,0.87,5.800,97.4 +18.1,0.87,5.800,91.3,18.2,0.87,6.180,94.1 +18.0,0.87,6.050,100.0,18.1,0.87,6.400,103.3 +17.3,0.87,4.560,117.7,17.5,0.87,4.860,134.5 +17.3,0.87,3.500,139.0,17.6,0.87,3.640,146.5 +16.2,0.87,2.970,126.3,16.2,0.87,2.900,136.1 +16.2,0.87,2.590,165.4,16.1,0.87,2.820,171.7 +16.0,0.87,1.840,183.7,16.0,0.87,1.950,191.0 +16.1,0.87,1.010,195.6,16.2,0.87,1.270,202.8 +17.0,0.87,0.480,33.1,16.9,0.87,0.480,32.0 +18.4,0.87,1.180,94.9,18.2,0.87,1.170,92.7 +18.6,0.87,5.340,75.0,18.4,0.87,5.320,74.9 +16.9,0.87,4.740,336.8,16.8,0.87,4.640,339.2 +17.6,0.87,3.730,330.3,17.8,0.87,3.560,337.9 +18.4,0.87,2.090,208.3,18.4,0.87,1.990,198.1 +20.8,0.87,0.270,67.9,20.6,0.87,0.240,87.6 +22.2,0.87,2.780,130.7,22.0,0.87,2.810,130.4 +22.6,0.87,5.640,162.3,22.4,0.87,5.710,162.1 +22.1,0.87,5.610,152.7,21.9,0.87,5.640,152.7 +19.4,0.87,5.170,116.5,19.2,0.87,5.210,116.4 +17.8,0.87,2.340,327.7,17.8,0.87,2.210,326.4 +17.3,0.87,2.870,51.1,17.2,0.87,2.630,56.5 +18.2,0.87,4.410,86.6,17.9,0.87,4.440,90.7 +17.8,0.87,6.390,108.3,17.6,0.87,6.580,108.6 +17.6,0.87,3.910,140.7,17.4,0.87,4.140,141.1 +17.7,0.87,4.230,137.2,17.5,0.87,4.460,139.3 +17.1,0.87,3.710,118.8,16.9,0.87,3.900,119.4 +16.7,0.87,2.770,113.4,16.5,0.87,2.920,112.5 +16.8,0.87,4.120,113.7,16.7,0.87,4.300,115.3 +16.9,0.87,2.680,89.2,16.7,0.87,2.760,92.9 +16.9,0.87,4.690,116.4,16.8,0.87,4.860,116.9 +16.7,0.87,4.340,108.5,16.6,0.87,4.590,109.0 +16.5,0.87,4.790,119.8,16.4,0.87,5.220,121.5 +17.1,0.87,4.660,116.7,16.9,0.87,4.740,116.9 +16.9,0.87,2.840,116.3,16.8,0.87,3.020,117.0 +17.6,0.87,2.760,133.8,17.4,0.87,2.860,132.9 +19.3,0.87,5.210,136.7,19.1,0.87,5.270,136.7 +19.2,0.87,4.890,161.5,19.0,0.87,4.970,161.6 +20.1,0.87,3.830,161.2,19.9,0.87,3.900,161.2 +19.1,0.87,1.370,111.4,19.2,0.87,1.850,127.0 +17.9,0.87,5.210,177.9,17.8,0.87,5.310,178.1 +18.5,0.87,4.900,144.5,18.3,0.87,4.990,144.4 +19.8,0.87,3.550,142.2,19.7,0.87,3.610,141.6 +19.7,0.87,6.400,120.5,19.5,0.87,6.470,120.3 +19.6,0.87,3.940,108.7,19.4,0.87,4.180,108.3 +18.4,0.87,6.280,118.0,18.2,0.87,6.520,118.7 +18.3,0.87,5.510,126.8,18.1,0.87,5.800,127.0 +18.2,0.87,4.290,127.0,18.0,0.87,4.630,128.0 +18.0,0.87,4.350,103.9,17.8,0.87,4.580,106.2 +17.9,0.87,3.120,98.7,17.8,0.87,3.230,104.4 +18.0,0.87,3.000,164.0,17.9,0.87,3.460,166.1 +17.6,0.87,2.890,115.4,17.5,0.87,3.070,116.3 +17.4,0.87,2.530,138.5,17.2,0.87,2.670,138.6 +17.4,0.87,4.350,147.3,17.3,0.87,4.640,149.1 +17.5,0.87,3.550,162.8,17.5,0.87,4.190,164.1 +16.9,0.87,4.640,132.3,16.9,0.87,4.950,135.7 +17.0,0.87,3.400,140.0,16.9,0.87,4.060,145.0 +18.1,0.87,4.620,140.2,17.9,0.87,4.670,141.0 +18.5,0.87,4.180,155.7,18.3,0.87,4.260,156.2 +20.2,0.87,4.990,168.4,20.0,0.87,5.050,168.5 +21.0,0.87,4.390,159.0,20.8,0.87,4.480,159.4 +21.7,0.87,4.690,143.2,21.5,0.87,4.710,144.5 +22.1,0.87,4.860,203.2,22.0,0.87,4.970,201.5 +23.1,0.87,5.520,157.3,22.9,0.87,5.570,158.4 +23.4,0.87,7.490,179.5,23.2,0.87,7.590,179.6 +23.4,0.87,6.810,197.6,23.2,0.87,6.940,197.6 +23.1,0.87,9.400,202.7,22.9,0.87,9.510,202.3 +22.7,0.87,7.980,192.8,22.5,0.87,8.090,192.9 +22.4,0.87,6.780,186.3,22.2,0.87,6.880,186.7 +22.5,0.87,6.890,202.1,22.3,0.87,7.100,202.2 +22.0,0.87,5.670,203.8,21.8,0.87,5.920,204.6 +21.7,0.87,5.350,194.0,21.6,0.87,5.710,195.8 +21.5,0.87,6.330,189.8,21.4,0.87,6.630,190.3 +20.7,0.87,7.500,183.6,20.6,0.87,8.010,183.2 +20.3,0.87,8.370,186.7,20.2,0.87,9.250,187.7 +19.6,0.87,8.090,186.7,19.6,0.87,8.770,187.2 +19.2,0.87,7.860,191.9,19.1,0.87,8.680,192.9 +18.9,0.87,8.520,198.0,18.9,0.87,9.360,199.5 +18.7,0.87,8.690,208.8,18.7,0.87,9.570,210.0 +18.4,0.87,8.160,215.3,18.5,0.87,9.140,216.1 +18.3,0.87,6.820,213.7,18.2,0.87,7.460,214.2 +19.4,0.87,6.520,212.4,19.3,0.87,6.620,212.5 +20.8,0.87,6.270,215.1,20.6,0.87,6.360,215.2 +22.1,0.87,6.150,218.8,21.9,0.87,6.250,218.9 +23.4,0.87,6.160,212.0,23.2,0.87,6.250,212.1 +24.3,0.87,6.690,202.0,24.0,0.87,6.780,202.1 +25.1,0.87,6.390,202.6,24.9,0.87,6.490,202.7 +25.7,0.87,7.210,192.0,25.5,0.87,7.310,192.3 +26.3,0.87,7.230,192.0,26.1,0.87,7.310,192.2 +26.7,0.86,7.310,185.0,26.5,0.86,7.400,185.3 +26.9,0.86,7.240,187.0,26.7,0.86,7.370,187.3 +26.6,0.86,7.360,188.8,26.4,0.86,7.420,189.0 +26.2,0.86,7.890,178.3,26.0,0.86,8.100,178.8 +26.1,0.86,6.630,191.7,26.0,0.86,6.850,191.3 +25.6,0.86,7.140,185.3,25.5,0.86,7.400,186.4 +25.4,0.86,7.230,188.9,25.4,0.86,7.480,190.1 +25.1,0.86,7.500,190.4,25.1,0.86,7.780,192.0 +25.0,0.87,6.870,190.1,24.9,0.87,7.000,191.3 +24.4,0.87,8.390,187.2,24.5,0.87,9.020,189.5 +23.6,0.87,9.100,188.1,23.6,0.87,9.930,188.3 +22.8,0.87,9.620,197.7,22.9,0.87,10.700,198.4 +21.8,0.87,7.950,198.6,22.0,0.87,8.760,201.2 +21.6,0.87,7.670,207.8,21.8,0.87,8.670,209.0 +20.8,0.87,6.770,213.8,21.1,0.87,8.050,214.7 +20.4,0.87,6.480,216.6,20.4,0.87,7.080,216.5 +21.4,0.87,5.240,212.8,21.2,0.87,5.340,213.2 +22.6,0.87,6.030,213.6,22.4,0.87,6.120,213.6 +23.7,0.87,6.270,210.5,23.4,0.87,6.360,210.6 +24.6,0.87,6.080,205.8,24.4,0.87,6.170,205.9 +25.5,0.86,5.650,199.2,25.3,0.86,5.730,199.3 +26.3,0.86,6.030,189.9,26.1,0.86,6.100,190.2 +27.1,0.86,5.710,197.5,26.9,0.86,5.780,197.3 +27.6,0.86,6.300,199.8,27.3,0.86,6.380,199.6 +27.9,0.86,7.400,191.5,27.7,0.86,7.470,191.4 +28.1,0.86,8.160,184.0,27.9,0.86,8.230,184.3 +28.2,0.86,7.040,195.5,28.0,0.86,7.160,195.6 +27.9,0.86,7.680,190.0,27.7,0.86,7.900,189.9 +27.5,0.86,7.280,190.3,27.4,0.86,7.860,190.7 +27.0,0.86,6.770,183.3,26.9,0.86,7.140,184.5 +26.1,0.86,8.070,182.7,26.1,0.86,8.770,184.0 +25.1,0.86,9.720,186.0,25.1,0.86,10.640,186.4 +24.0,0.86,10.550,190.5,23.9,0.86,11.360,192.4 +22.8,0.86,10.190,200.7,22.7,0.86,10.970,202.0 +22.1,0.86,8.920,208.3,22.0,0.86,9.790,209.0 +21.5,0.86,7.900,209.8,21.5,0.86,8.870,210.5 +21.0,0.86,7.340,217.5,20.9,0.86,8.390,217.8 +20.4,0.86,7.040,210.6,20.4,0.86,8.150,212.2 +20.0,0.86,8.470,218.2,20.0,0.86,9.750,219.2 +19.7,0.86,7.540,212.7,19.6,0.86,8.180,213.2 +20.8,0.86,6.570,220.9,20.7,0.86,6.690,220.8 +22.4,0.86,6.660,216.3,22.3,0.86,6.750,216.4 +23.9,0.86,6.800,210.3,23.8,0.86,6.900,210.5 +25.3,0.86,6.350,205.7,25.1,0.86,6.440,205.8 +26.5,0.86,6.420,206.3,26.3,0.86,6.510,206.4 +27.3,0.86,6.580,198.4,27.1,0.86,6.670,198.6 +28.0,0.86,6.620,190.2,27.8,0.86,6.700,190.6 +28.6,0.86,6.070,194.1,28.4,0.86,6.140,194.1 +29.0,0.86,6.350,185.2,28.8,0.86,6.440,185.4 +29.2,0.86,6.340,188.1,28.9,0.86,6.450,188.0 +28.9,0.86,7.600,186.8,28.7,0.86,7.690,186.8 +28.6,0.86,8.080,186.9,28.4,0.86,8.190,187.1 +28.0,0.86,7.870,185.8,27.9,0.86,8.130,186.4 +27.3,0.86,8.780,185.8,27.2,0.86,9.360,186.3 +26.7,0.86,8.840,185.6,26.7,0.86,9.650,186.1 +25.7,0.86,9.910,188.2,25.7,0.86,10.800,188.7 +24.5,0.86,10.400,192.9,24.4,0.86,11.250,194.2 +23.9,0.86,8.410,201.1,23.8,0.86,9.110,202.4 +22.9,0.86,9.210,201.3,22.9,0.86,10.100,202.0 +22.1,0.86,7.760,201.5,22.1,0.86,8.720,202.6 +21.4,0.86,7.740,204.5,21.4,0.86,8.690,205.0 +21.0,0.86,7.630,209.0,21.0,0.86,8.600,209.9 +20.6,0.86,5.590,208.6,20.6,0.86,6.660,209.6 +20.6,0.86,5.930,208.4,20.5,0.86,6.460,208.8 +21.6,0.86,5.100,217.4,21.4,0.86,5.190,217.5 +23.2,0.86,5.260,219.5,23.0,0.86,5.340,219.6 +25.0,0.86,4.560,209.9,24.8,0.86,4.620,210.2 +26.4,0.86,4.870,205.9,26.2,0.86,4.930,206.1 +27.6,0.86,3.820,193.4,27.4,0.86,3.870,193.5 +28.6,0.86,4.750,181.1,28.3,0.86,4.800,181.4 +29.4,0.86,5.080,171.9,29.1,0.86,5.140,172.6 +30.0,0.86,4.110,198.2,29.8,0.86,4.150,197.4 +30.2,0.86,5.450,182.0,29.9,0.86,5.520,181.5 +30.2,0.86,5.760,186.1,30.0,0.86,5.840,185.7 +29.9,0.86,5.810,172.7,29.7,0.86,5.920,173.0 +29.5,0.86,6.500,158.9,29.3,0.86,6.740,159.4 +29.2,0.86,7.170,171.9,29.0,0.86,7.220,173.0 +28.6,0.86,8.240,169.6,28.5,0.86,8.870,168.9 +28.1,0.86,9.290,177.3,28.1,0.86,9.740,178.7 +27.6,0.86,8.710,167.2,27.7,0.86,9.140,170.0 +26.7,0.86,8.530,176.4,26.7,0.86,9.270,178.1 +25.8,0.86,10.190,189.3,25.9,0.86,11.120,190.8 +24.8,0.86,9.710,192.6,24.9,0.86,10.720,194.5 +24.1,0.86,8.890,198.5,24.1,0.86,9.970,199.9 +23.3,0.86,7.600,201.9,23.4,0.86,8.890,203.0 +22.8,0.86,7.290,206.4,22.9,0.86,8.520,207.7 +22.3,0.86,6.940,212.7,22.5,0.86,8.300,213.8 +21.9,0.86,6.950,213.4,21.9,0.86,7.560,214.2 +22.8,0.86,3.450,218.4,22.6,0.86,3.530,219.0 +24.5,0.86,5.230,218.4,24.3,0.86,5.300,218.6 +26.1,0.86,4.250,215.4,25.9,0.86,4.300,215.6 +27.4,0.86,4.750,207.7,27.2,0.86,4.800,207.8 +28.5,0.86,4.560,194.8,28.3,0.86,4.620,195.0 +29.4,0.86,4.960,184.3,29.2,0.86,5.010,184.6 +30.3,0.86,5.050,193.8,30.1,0.86,5.120,193.7 +30.7,0.86,6.170,164.4,30.5,0.86,6.210,165.2 +31.0,0.86,6.070,163.8,30.8,0.86,6.140,164.5 +31.3,0.86,6.110,175.7,31.1,0.86,6.200,175.8 +31.2,0.86,6.380,168.5,31.0,0.86,6.490,169.2 +30.9,0.86,6.330,187.6,30.8,0.86,6.430,185.6 +30.5,0.86,7.180,178.4,30.3,0.86,7.250,179.7 +30.0,0.86,7.680,175.7,29.9,0.86,8.060,176.4 +29.9,0.86,7.650,182.5,29.8,0.86,7.760,183.5 +29.4,0.86,8.270,197.1,29.3,0.86,8.540,198.7 +28.8,0.86,9.750,205.6,28.7,0.86,9.980,207.1 +27.4,0.86,9.470,193.9,27.6,0.86,11.440,197.3 +26.6,0.86,10.710,207.9,26.7,0.86,12.370,208.5 +25.4,0.86,8.160,207.9,25.6,0.86,9.890,207.8 +24.4,0.86,7.480,205.3,24.6,0.86,9.100,207.5 +24.0,0.86,5.880,218.3,24.2,0.86,7.150,217.7 +23.7,0.86,4.990,228.1,23.7,0.86,5.820,226.9 +23.3,0.87,3.520,245.9,23.3,0.87,3.930,244.9 +23.7,0.87,2.210,245.3,23.5,0.87,2.280,246.0 +25.0,0.87,0.230,85.0,24.8,0.87,0.220,73.7 +26.5,0.87,1.830,113.1,26.3,0.87,1.800,111.3 +27.8,0.87,3.830,115.0,27.6,0.87,3.870,114.9 +29.1,0.87,4.640,121.5,28.9,0.87,4.690,121.7 +30.3,0.87,5.440,125.9,30.0,0.87,5.510,126.1 +31.1,0.86,6.540,124.7,30.9,0.86,6.640,124.9 +31.5,0.86,8.150,123.6,31.3,0.86,8.270,123.8 +31.7,0.86,8.600,136.6,31.5,0.86,8.750,136.7 +31.9,0.86,8.190,144.0,31.7,0.86,8.330,144.0 +31.6,0.86,8.600,142.0,31.4,0.86,8.780,142.2 +22.6,0.87,21.200,288.5,22.5,0.87,21.540,288.9 +20.8,0.87,6.210,321.0,20.6,0.87,6.360,319.7 +22.9,0.87,5.830,10.2,22.7,0.87,6.090,10.3 +23.6,0.87,3.160,328.3,23.4,0.87,3.500,335.0 +23.4,0.87,2.400,319.2,23.4,0.87,2.480,329.3 +23.0,0.87,7.400,263.0,22.9,0.87,7.740,263.1 +22.8,0.87,7.630,299.1,22.8,0.87,8.240,300.6 +23.0,0.87,4.140,317.9,22.9,0.87,4.360,319.2 +23.1,0.87,4.010,22.5,23.2,0.87,3.500,21.1 +23.2,0.87,4.310,31.9,23.3,0.87,3.520,29.9 +21.5,0.87,7.270,70.1,22.1,0.87,6.660,70.2 +19.7,0.87,6.020,77.0,20.1,0.87,6.040,79.9 +19.4,0.87,4.380,96.0,19.8,0.87,4.950,97.9 +20.7,0.87,3.430,108.1,20.6,0.87,3.470,108.3 +23.1,0.87,3.460,146.0,22.9,0.87,3.520,146.7 +25.3,0.87,4.560,183.8,25.1,0.87,4.640,184.0 +26.6,0.87,6.120,197.7,26.4,0.87,6.210,197.7 +27.8,0.87,7.340,197.7,27.6,0.87,7.460,197.8 +28.7,0.87,8.230,200.4,28.4,0.87,8.360,200.6 +29.5,0.87,8.330,201.4,29.3,0.87,8.460,201.6 +30.1,0.87,9.340,201.7,29.9,0.87,9.480,201.9 +30.6,0.87,9.380,205.5,30.3,0.87,9.540,205.6 +30.8,0.86,10.070,204.0,30.6,0.86,10.240,204.2 +31.0,0.86,10.210,208.3,30.8,0.86,10.420,208.4 +30.7,0.86,9.430,201.7,30.6,0.86,9.790,202.2 +30.3,0.86,9.680,199.3,30.2,0.86,10.380,199.7 +29.2,0.87,8.950,192.5,29.2,0.87,9.570,193.6 +28.9,0.86,10.690,190.3,28.9,0.86,11.400,191.1 +23.4,0.87,9.050,1.2,23.1,0.87,9.550,0.7 +23.2,0.87,6.340,319.5,23.4,0.87,7.170,317.3 +23.8,0.87,7.340,278.4,23.7,0.87,8.780,273.0 +23.6,0.87,6.060,255.5,23.7,0.87,6.360,252.9 +24.5,0.87,3.240,258.4,24.7,0.87,3.790,256.1 +24.4,0.87,2.370,267.6,24.6,0.87,2.690,256.8 +23.7,0.87,2.650,282.7,23.9,0.87,2.780,272.6 +21.9,0.87,3.470,305.8,22.1,0.87,3.380,300.2 +24.4,0.87,4.520,307.2,24.4,0.87,4.760,307.2 +23.3,0.87,2.140,316.7,23.4,0.87,2.640,318.0 +24.5,0.87,4.000,2.9,24.3,0.87,4.020,2.9 +25.4,0.87,4.440,22.2,25.2,0.87,4.500,22.1 +26.4,0.87,5.050,19.1,26.2,0.87,5.110,19.1 +27.3,0.87,4.840,23.5,27.1,0.87,4.910,23.5 +28.0,0.87,5.250,24.1,27.8,0.87,5.310,24.1 +28.9,0.87,5.600,27.7,28.7,0.87,5.670,27.8 +29.4,0.87,5.490,36.5,29.2,0.87,5.560,36.6 +29.6,0.87,6.350,55.5,29.3,0.87,6.430,55.5 +29.5,0.87,6.310,64.5,29.3,0.87,6.400,64.5 +29.5,0.87,7.510,66.0,29.3,0.87,7.640,66.0 +29.0,0.87,6.570,64.0,28.9,0.87,6.840,64.5 +28.3,0.87,8.550,62.2,28.1,0.87,8.900,62.3 +27.0,0.87,8.070,80.3,27.0,0.87,8.510,82.9 +25.8,0.87,8.100,85.3,25.7,0.87,8.600,86.4 +25.2,0.87,9.110,88.1,25.0,0.87,9.770,87.6 +24.0,0.87,7.360,103.1,23.9,0.87,7.840,103.5 +23.3,0.87,6.030,110.9,23.1,0.87,6.560,110.8 +22.6,0.87,6.640,109.2,22.5,0.87,7.160,110.1 +21.8,0.87,6.460,110.7,21.6,0.87,7.110,111.9 +20.9,0.87,6.500,114.8,20.8,0.87,7.240,115.7 +20.3,0.87,5.440,118.8,20.1,0.87,6.140,121.1 +19.6,0.87,5.530,129.2,19.5,0.87,6.650,128.5 +19.0,0.87,3.220,143.3,18.9,0.87,3.560,142.3 +19.7,0.87,2.960,147.1,19.5,0.87,2.990,147.3 +21.5,0.87,2.990,155.3,21.3,0.87,3.030,155.5 +22.9,0.87,3.490,165.0,22.7,0.87,3.530,165.2 +24.4,0.87,3.820,181.2,24.2,0.87,3.870,181.4 +25.5,0.87,4.370,188.9,25.3,0.87,4.410,188.8 +26.6,0.87,4.440,176.3,26.4,0.87,4.500,176.8 +27.4,0.87,5.180,173.3,27.2,0.87,5.200,173.4 +28.1,0.87,5.820,170.8,27.9,0.87,5.900,170.7 +28.5,0.87,6.100,177.4,28.3,0.87,6.170,177.9 +28.7,0.86,7.350,190.5,28.5,0.86,7.450,190.2 +28.8,0.86,7.540,192.7,28.6,0.86,7.650,192.3 +28.3,0.86,7.930,184.1,28.1,0.86,8.270,183.7 +27.7,0.86,8.020,170.8,27.6,0.86,8.650,172.3 +27.1,0.86,9.110,168.4,27.0,0.86,9.780,168.7 +24.9,0.86,5.180,215.9,24.7,0.86,5.380,216.5 +24.7,0.86,5.440,191.6,24.8,0.86,6.090,189.7 +24.8,0.86,10.760,190.3,24.7,0.86,11.400,190.4 +24.8,0.86,10.050,179.1,24.8,0.86,10.870,180.7 +24.0,0.86,10.790,178.8,23.9,0.86,11.740,178.8 +23.0,0.86,9.040,180.8,23.0,0.86,10.080,181.5 +22.4,0.86,10.540,176.6,22.4,0.86,11.740,178.2 +21.5,0.86,8.750,176.9,21.4,0.86,9.780,177.8 +20.7,0.86,9.030,176.7,20.7,0.86,10.150,177.7 +20.6,0.86,9.930,183.5,20.5,0.86,10.450,183.9 +21.2,0.86,8.160,183.9,21.1,0.86,8.340,184.3 +22.9,0.86,8.380,194.2,22.7,0.86,8.510,194.4 +24.6,0.86,7.940,204.3,24.4,0.86,8.070,204.5 +25.7,0.86,7.430,197.0,25.5,0.86,7.540,197.1 +26.7,0.86,7.320,196.2,26.4,0.86,7.430,196.3 +27.6,0.86,7.150,195.0,27.4,0.86,7.260,195.1 +28.5,0.86,7.520,187.9,28.3,0.86,7.630,188.0 +28.9,0.86,7.710,178.5,28.7,0.86,7.840,178.5 +29.2,0.86,7.360,184.6,29.0,0.86,7.490,184.9 +29.8,0.86,8.120,200.0,29.6,0.86,8.250,199.9 +30.1,0.86,8.200,199.7,29.9,0.86,8.370,200.0 +29.3,0.86,7.180,165.3,29.1,0.86,7.480,166.1 +27.2,0.86,9.730,148.9,27.1,0.86,10.360,149.3 +25.5,0.86,10.850,158.9,25.3,0.86,11.470,159.7 +25.3,0.86,11.170,167.8,25.2,0.86,11.920,168.2 +24.7,0.86,11.920,171.1,24.6,0.86,12.740,171.7 +23.8,0.86,10.090,173.7,23.7,0.86,11.000,174.5 +23.6,0.86,9.880,187.4,23.6,0.86,10.800,188.5 +23.3,0.86,9.260,190.0,23.4,0.86,10.130,190.7 +22.9,0.86,9.130,190.3,23.0,0.86,10.090,191.8 +22.8,0.86,9.330,197.8,22.9,0.86,10.180,199.0 +22.3,0.86,9.760,204.3,22.6,0.86,10.800,205.9 +21.9,0.86,9.340,212.1,22.2,0.86,10.150,213.0 +21.8,0.86,7.390,221.2,21.9,0.86,8.110,221.8 +23.1,0.86,4.350,216.6,22.9,0.86,4.470,217.1 +25.2,0.86,5.660,216.5,25.0,0.86,5.740,216.6 +27.2,0.86,5.240,224.8,27.0,0.86,5.330,224.9 +28.9,0.86,5.440,227.3,28.7,0.86,5.520,227.4 +30.3,0.86,5.850,244.5,30.1,0.86,5.930,244.3 +31.2,0.86,6.350,238.9,31.0,0.86,6.430,239.1 +32.0,0.86,6.250,251.0,31.8,0.86,6.330,250.9 +32.6,0.86,6.580,254.5,32.4,0.86,6.680,254.3 +33.1,0.86,7.440,242.4,32.9,0.86,7.510,242.9 +33.4,0.86,6.590,267.8,33.2,0.86,6.680,267.3 +33.4,0.86,8.370,242.2,33.2,0.86,8.480,242.4 +33.4,0.86,6.600,227.7,33.2,0.86,6.780,227.8 +33.1,0.86,7.790,209.7,32.9,0.86,7.940,211.1 +32.3,0.86,9.210,207.9,32.3,0.86,9.530,210.2 +31.7,0.86,11.280,212.6,31.9,0.86,11.830,214.2 +30.8,0.86,10.180,216.2,31.1,0.86,10.910,218.2 +29.6,0.86,11.540,209.2,29.9,0.86,12.380,210.7 +27.5,0.86,6.940,229.3,27.8,0.86,7.940,228.5 +27.0,0.86,6.380,230.1,27.2,0.86,7.080,230.8 +26.8,0.87,8.530,240.6,26.7,0.87,9.220,239.0 +26.1,0.87,7.370,256.9,26.4,0.87,8.370,254.6 +22.6,0.87,5.120,319.1,22.5,0.87,5.240,326.1 +20.4,0.87,10.190,28.8,20.5,0.87,11.440,31.7 +19.9,0.87,8.090,16.0,19.9,0.87,8.670,17.6 +21.8,0.87,7.480,20.4,21.6,0.87,7.600,20.7 +23.9,0.87,6.520,38.3,23.7,0.87,6.640,38.3 +25.9,0.87,6.750,36.3,25.7,0.87,6.860,36.3 +27.8,0.87,6.200,39.2,27.6,0.87,6.300,39.3 +29.2,0.87,5.970,40.4,29.0,0.87,6.070,40.4 +30.4,0.87,5.530,45.7,30.2,0.87,5.610,45.6 +31.3,0.87,5.030,52.5,31.1,0.87,5.100,52.3 +32.0,0.87,4.310,46.1,31.8,0.87,4.370,46.4 +32.3,0.87,4.380,79.8,32.1,0.87,4.400,79.3 +32.5,0.87,3.640,75.8,32.3,0.87,3.680,75.7 +32.5,0.87,3.970,87.7,32.3,0.87,4.010,87.4 +32.4,0.87,4.390,87.3,32.2,0.87,4.540,88.8 +32.1,0.87,4.030,93.8,31.9,0.87,4.150,94.0 +31.1,0.87,7.130,119.5,31.1,0.87,7.270,120.6 +29.7,0.87,8.740,110.4,29.9,0.87,9.540,108.7 +28.4,0.87,10.040,114.8,28.5,0.87,10.840,114.4 +28.2,0.87,11.100,120.1,28.5,0.87,11.930,120.5 +27.0,0.87,10.510,117.8,27.3,0.87,11.650,119.2 +26.4,0.87,10.150,113.9,26.6,0.87,11.120,115.5 +26.4,0.87,10.140,112.9,26.7,0.87,11.250,114.1 +25.1,0.87,10.060,110.1,25.4,0.87,10.590,114.7 +24.5,0.87,8.200,115.8,25.3,0.87,6.790,136.6 +24.4,0.87,5.210,144.4,24.5,0.87,4.730,154.1 +23.3,0.87,3.340,131.2,23.6,0.87,3.040,140.1 +23.3,0.87,3.030,100.1,23.2,0.87,2.990,102.2 +25.0,0.87,2.890,115.3,24.8,0.87,2.860,116.0 +26.8,0.87,1.870,128.6,26.6,0.87,1.850,129.7 +28.4,0.87,2.710,124.4,28.2,0.87,2.710,125.0 +29.5,0.87,3.850,111.4,29.3,0.87,3.840,111.9 +30.4,0.87,3.430,114.8,30.2,0.87,3.440,115.2 +31.3,0.87,3.760,124.5,31.1,0.87,3.790,124.9 +32.0,0.87,4.120,123.7,31.8,0.87,4.160,124.0 +32.5,0.87,4.450,151.2,32.3,0.87,4.500,151.0 +32.7,0.87,4.140,143.3,32.5,0.87,4.220,143.5 +32.6,0.87,4.790,137.6,32.4,0.87,4.870,137.5 +32.5,0.87,5.210,144.1,32.3,0.87,5.270,143.9 +28.9,0.87,7.650,244.6,28.8,0.87,7.670,243.7 +26.9,0.87,5.670,116.7,26.9,0.87,5.970,121.9 +24.4,0.87,8.120,54.2,24.5,0.87,8.470,58.6 +22.4,0.87,9.490,351.1,22.3,0.87,9.730,351.4 +22.9,0.87,8.600,355.6,22.9,0.87,9.130,357.1 +25.7,0.87,6.820,48.5,26.0,0.87,6.940,50.2 +26.0,0.87,6.620,99.7,26.3,0.87,7.370,101.3 +24.9,0.87,9.100,136.7,25.2,0.87,9.540,137.0 +23.9,0.87,5.750,131.4,24.0,0.87,6.680,136.9 +23.1,0.87,4.490,108.9,23.0,0.87,4.490,114.2 +23.3,0.87,4.570,132.6,23.3,0.87,4.630,136.2 +22.4,0.87,3.460,118.4,22.5,0.87,3.860,124.8 +22.7,0.87,2.930,122.7,22.6,0.87,3.050,124.9 +24.3,0.87,4.250,149.7,24.1,0.87,4.310,150.4 +26.4,0.87,4.480,171.1,26.2,0.87,4.540,171.6 +27.8,0.87,4.240,186.0,27.6,0.87,4.290,186.1 +28.9,0.87,3.670,194.3,28.7,0.87,3.720,194.6 +30.0,0.87,3.960,189.9,29.8,0.87,4.020,190.4 +30.8,0.87,4.590,182.0,30.6,0.87,4.630,182.2 +31.3,0.87,4.190,193.1,31.1,0.87,4.230,192.1 +32.0,0.87,6.290,207.4,31.8,0.87,6.330,206.7 +31.9,0.87,7.540,180.3,31.8,0.87,7.600,180.3 +31.9,0.87,7.050,179.8,31.7,0.87,7.220,179.2 +31.3,0.87,8.500,154.9,31.1,0.87,8.800,155.0 +27.1,0.87,8.440,115.5,27.0,0.87,8.750,116.2 +26.2,0.87,7.550,124.1,26.2,0.87,8.330,125.3 +26.2,0.87,8.740,136.1,26.4,0.87,9.850,136.3 +26.8,0.86,9.260,139.4,27.1,0.86,10.360,140.6 +27.6,0.86,10.420,155.7,27.9,0.86,11.020,156.7 +26.2,0.86,8.130,166.1,26.7,0.86,9.100,168.4 +26.0,0.86,8.030,178.2,26.5,0.86,8.820,182.1 +26.1,0.86,8.260,198.2,26.7,0.86,9.640,202.3 +25.0,0.86,8.550,213.4,25.4,0.86,9.990,214.3 +24.6,0.86,7.190,225.2,24.8,0.86,8.340,224.3 +24.0,0.86,6.120,245.7,24.1,0.86,7.150,242.0 +23.4,0.86,6.180,235.1,23.5,0.86,7.300,233.6 +25.2,0.86,6.760,221.6,25.3,0.86,7.920,223.1 +27.4,0.86,7.260,218.8,27.2,0.86,7.400,219.0 +29.2,0.86,8.220,229.5,29.0,0.86,8.350,229.4 +30.2,0.86,7.620,234.8,30.0,0.86,7.750,234.6 +31.2,0.86,7.320,237.6,31.0,0.86,7.440,237.5 +31.9,0.86,7.050,233.4,31.7,0.86,7.160,233.3 +32.5,0.86,7.610,219.0,32.3,0.86,7.710,219.2 +32.9,0.86,6.750,220.9,32.7,0.86,6.850,220.9 +33.2,0.86,6.290,227.6,33.0,0.86,6.390,227.5 +33.2,0.86,6.600,230.6,33.0,0.86,6.680,230.4 +33.2,0.86,7.210,204.8,33.0,0.86,7.300,205.1 +33.0,0.86,6.290,202.6,32.9,0.86,6.460,202.9 +32.0,0.86,9.890,189.5,32.0,0.86,10.450,190.0 +30.8,0.86,11.220,183.9,30.9,0.86,12.040,184.7 +30.0,0.86,12.320,185.5,30.3,0.86,13.280,186.6 +29.7,0.86,12.770,191.4,30.0,0.86,13.820,191.8 +29.4,0.86,13.250,198.3,29.8,0.86,14.460,198.6 +27.8,0.86,12.250,197.5,28.2,0.86,13.580,198.1 +25.6,0.86,9.060,203.1,25.9,0.86,10.960,203.8 +25.2,0.86,11.760,210.2,25.5,0.86,13.560,210.2 +23.9,0.86,9.380,202.6,24.1,0.86,11.430,203.6 +23.2,0.86,8.260,214.8,23.4,0.86,9.970,212.8 +22.8,0.86,9.510,204.2,23.0,0.86,11.450,204.5 +23.0,0.86,9.190,215.3,23.0,0.86,10.110,214.7 +23.9,0.87,5.340,221.2,23.7,0.87,5.520,221.0 +26.0,0.87,4.700,217.8,25.8,0.87,4.770,218.0 +28.4,0.87,4.320,214.1,28.2,0.87,4.380,214.4 +30.5,0.87,4.550,211.4,30.3,0.87,4.630,211.7 +31.9,0.87,4.140,204.9,31.6,0.87,4.200,205.2 +33.0,0.86,4.560,200.0,32.8,0.86,4.620,199.9 +33.6,0.87,5.630,179.8,33.4,0.87,5.690,180.0 +34.0,0.86,5.510,181.0,33.8,0.86,5.560,181.6 +34.2,0.86,6.690,188.3,34.0,0.86,6.800,188.0 +34.0,0.86,7.630,164.9,33.8,0.86,7.660,165.0 +33.8,0.86,6.530,172.4,33.6,0.86,6.600,172.2 +33.3,0.86,9.000,163.2,33.1,0.86,9.180,163.2 +32.3,0.86,10.400,161.2,32.2,0.86,11.050,161.3 +31.6,0.87,10.740,162.6,31.7,0.87,11.400,162.8 +30.9,0.86,10.850,166.6,31.1,0.86,11.460,166.9 +29.5,0.87,10.340,162.1,29.7,0.87,11.240,164.2 +28.7,0.87,11.030,165.5,28.9,0.87,12.040,166.9 +27.4,0.87,10.270,173.2,27.6,0.87,11.670,173.9 +26.0,0.87,8.540,186.8,26.3,0.87,10.080,187.3 +26.0,0.87,12.750,199.3,26.1,0.87,14.030,200.5 +24.1,0.87,5.810,216.5,24.1,0.87,7.070,215.1 +23.7,0.87,5.510,223.7,23.7,0.87,6.730,221.9 +23.4,0.87,3.740,217.0,23.4,0.87,4.560,216.2 +22.9,0.87,4.040,230.1,22.9,0.87,4.870,225.1 +23.3,0.87,4.320,209.5,23.1,0.87,4.670,209.3 +25.1,0.87,5.140,211.6,24.9,0.87,5.230,211.6 +27.0,0.87,4.650,205.2,26.8,0.87,4.730,205.3 +28.7,0.87,4.080,198.0,28.5,0.87,4.140,198.2 +29.9,0.87,3.710,189.2,29.7,0.87,3.750,189.4 +30.9,0.87,3.750,186.5,30.7,0.87,3.800,186.5 +31.7,0.87,3.620,191.6,31.5,0.87,3.650,190.3 +32.1,0.87,4.520,173.1,31.9,0.87,4.580,172.7 +32.3,0.87,5.210,153.9,32.1,0.87,5.270,154.3 +32.1,0.86,6.070,161.6,31.9,0.86,6.140,161.9 +31.8,0.86,6.700,157.2,31.6,0.86,6.790,157.6 +31.4,0.86,6.760,173.8,31.3,0.86,6.850,172.8 +30.6,0.87,8.560,172.0,30.5,0.87,8.760,171.8 +29.9,0.87,8.630,165.8,29.8,0.87,8.890,166.9 +29.3,0.87,11.140,169.5,29.4,0.87,11.770,170.2 +28.6,0.87,10.100,175.3,28.7,0.87,10.700,176.1 +27.9,0.87,11.140,173.7,28.0,0.87,11.980,174.1 +26.9,0.87,9.900,183.1,27.0,0.87,10.990,183.8 +25.7,0.87,9.490,195.1,25.9,0.87,10.640,197.0 +24.4,0.87,8.780,205.4,24.5,0.87,10.310,205.6 +23.4,0.87,8.720,215.9,23.5,0.87,10.090,215.5 +22.7,0.87,6.190,229.2,22.8,0.87,7.470,226.0 +22.3,0.87,6.090,228.1,22.3,0.87,7.300,225.2 +21.8,0.87,5.920,222.7,21.8,0.87,6.950,221.3 +23.0,0.87,5.970,217.7,22.8,0.87,6.210,217.5 +25.0,0.87,6.440,214.9,24.8,0.87,6.540,215.0 +26.9,0.87,6.870,211.0,26.7,0.87,6.960,211.2 +28.6,0.87,5.640,213.1,28.4,0.87,5.710,213.3 +29.8,0.87,4.150,204.4,29.6,0.87,4.200,204.7 +30.8,0.86,4.440,196.5,30.6,0.86,4.490,196.8 +31.6,0.86,5.160,189.1,31.3,0.86,5.220,189.5 +32.1,0.86,4.930,183.4,31.9,0.86,4.980,183.8 +32.6,0.86,5.220,183.9,32.4,0.86,5.290,184.4 +32.6,0.86,5.930,175.3,32.4,0.86,6.000,175.9 +32.5,0.86,6.190,175.4,32.3,0.86,6.290,175.8 +31.9,0.86,7.210,172.3,31.8,0.86,7.440,172.5 +31.1,0.86,9.080,170.1,31.1,0.86,9.620,171.1 +30.2,0.86,10.630,170.7,30.2,0.86,11.260,171.6 +29.7,0.86,11.340,178.0,29.8,0.86,12.160,178.7 +29.2,0.86,11.300,180.9,29.3,0.86,12.230,181.9 +28.4,0.86,11.080,185.6,28.5,0.86,12.190,186.5 +27.0,0.86,9.530,192.2,27.3,0.86,10.850,194.4 +25.7,0.86,8.450,202.1,25.9,0.86,10.260,202.1 +24.7,0.86,10.100,208.3,24.8,0.86,11.540,208.1 +23.9,0.86,9.680,204.5,24.0,0.86,11.200,205.2 +23.3,0.86,9.310,207.7,23.5,0.86,10.970,207.8 +22.5,0.86,9.730,207.1,22.7,0.86,11.080,207.4 +22.5,0.86,10.030,209.0,22.5,0.86,11.110,209.5 +23.7,0.86,4.860,229.3,23.5,0.86,5.030,230.0 +25.8,0.86,3.530,237.8,25.6,0.86,3.560,238.2 +27.8,0.86,4.240,234.0,27.6,0.86,4.260,234.5 +30.8,0.86,4.170,249.4,30.6,0.86,4.240,249.9 +32.5,0.86,4.620,252.7,32.3,0.86,4.680,253.0 +33.3,0.86,4.320,253.5,33.0,0.86,4.370,253.4 +33.8,0.86,4.560,235.9,33.5,0.86,4.540,237.5 +34.5,0.86,4.390,234.5,34.2,0.86,4.440,234.6 +34.7,0.86,4.940,236.8,34.5,0.86,5.010,236.1 +34.7,0.86,7.160,220.2,34.5,0.86,7.240,220.3 +34.8,0.86,7.140,233.4,34.6,0.86,7.250,233.1 +34.5,0.86,4.170,221.2,34.3,0.86,4.270,222.4 +33.8,0.86,5.640,231.4,33.9,0.86,6.500,233.3 +32.8,0.86,4.960,236.9,33.1,0.86,5.630,238.7 +33.1,0.86,8.980,214.2,33.1,0.86,9.560,215.2 +31.2,0.86,9.270,212.2,31.4,0.86,9.960,214.3 +28.9,0.86,6.370,230.1,29.4,0.86,7.020,242.1 +28.9,0.86,6.830,272.1,29.7,0.86,7.430,295.1 +27.4,0.86,5.250,294.4,27.9,0.86,5.580,298.4 +27.8,0.86,4.560,327.1,28.2,0.86,4.730,332.7 +25.2,0.86,4.060,308.8,25.7,0.86,4.190,315.9 +25.1,0.86,3.180,292.9,25.8,0.86,3.010,299.7 +24.7,0.86,4.460,300.7,25.4,0.86,4.240,301.8 +25.0,0.86,4.490,336.8,25.5,0.86,4.210,334.0 +23.6,0.86,2.850,333.8,23.7,0.86,3.630,338.8 +26.8,0.86,1.660,312.0,26.6,0.86,1.670,312.9 +28.9,0.86,2.940,259.1,28.8,0.86,2.970,259.6 +29.9,0.86,3.800,242.7,29.7,0.86,3.810,243.2 +30.8,0.86,3.270,249.3,30.6,0.86,3.290,249.4 +31.6,0.86,4.180,222.1,31.4,0.86,4.230,221.8 +26.9,0.86,2.930,351.4,26.7,0.86,2.770,360.0 +28.7,0.86,6.920,291.5,28.5,0.86,6.970,291.5 +30.3,0.86,1.990,286.2,30.1,0.86,2.020,285.8 +30.7,0.86,2.440,71.4,30.4,0.86,2.360,70.6 +30.7,0.86,1.790,108.4,30.5,0.86,1.790,108.4 +28.5,0.86,5.020,47.5,28.6,0.86,4.620,46.1 +25.0,0.86,6.800,61.3,25.1,0.86,6.790,63.1 +25.6,0.86,2.400,26.1,26.1,0.86,1.630,21.9 +24.0,0.86,6.110,48.9,24.1,0.86,6.200,52.1 +23.2,0.86,10.530,96.5,23.2,0.86,11.060,97.5 +22.2,0.86,9.160,88.7,22.2,0.86,9.770,88.4 +22.1,0.86,8.790,108.1,22.3,0.86,9.280,109.0 +24.0,0.86,7.100,161.4,24.1,0.86,8.260,164.8 +23.2,0.86,6.810,136.7,23.5,0.86,7.870,136.5 +22.0,0.86,6.800,141.8,22.2,0.86,8.050,145.5 +20.8,0.86,5.990,129.4,20.7,0.86,6.830,132.8 +20.5,0.86,6.420,132.3,20.6,0.86,7.150,135.3 +19.4,0.86,3.930,112.3,19.4,0.86,4.300,119.6 +20.3,0.86,2.240,107.0,20.1,0.86,2.240,111.0 +22.1,0.86,1.580,118.3,21.9,0.86,1.550,119.0 +24.1,0.86,1.450,112.6,23.9,0.86,1.420,113.1 +26.4,0.86,1.600,149.8,26.2,0.86,1.610,151.7 +28.7,0.86,2.380,246.6,28.4,0.86,2.420,245.7 +29.3,0.86,1.840,223.7,29.1,0.86,1.870,224.6 +30.2,0.86,5.510,260.9,30.0,0.86,5.510,260.7 +30.9,0.86,3.840,242.8,30.7,0.86,3.930,242.4 +31.0,0.86,6.220,256.7,30.8,0.86,6.260,256.0 +31.5,0.86,6.680,231.5,31.3,0.86,6.750,231.5 +31.4,0.86,6.080,248.6,31.2,0.86,6.130,248.6 +30.9,0.86,5.800,271.1,30.8,0.86,6.030,273.3 +30.8,0.86,6.240,304.9,30.7,0.86,6.420,302.7 +23.1,0.86,10.900,44.1,23.0,0.86,11.600,44.0 +21.9,0.86,8.540,48.2,21.7,0.86,9.270,48.7 +21.2,0.86,7.700,47.9,21.1,0.86,8.530,48.0 +20.7,0.86,7.660,28.9,20.5,0.86,8.330,30.0 +19.6,0.86,9.000,37.1,19.5,0.86,9.590,37.6 +18.9,0.87,9.640,30.9,18.8,0.87,10.280,32.0 +18.7,0.87,9.970,30.9,18.7,0.87,10.580,32.5 +17.9,0.87,8.850,34.4,17.8,0.87,9.540,35.6 +17.3,0.87,8.340,37.2,17.2,0.87,9.100,38.9 +17.2,0.87,8.030,42.0,17.3,0.87,8.820,43.7 +16.7,0.87,5.630,35.0,16.5,0.87,6.080,35.4 +16.8,0.87,5.360,26.5,16.7,0.87,5.360,27.2 +18.4,0.87,3.810,25.5,18.2,0.87,3.880,25.8 +21.2,0.87,4.300,42.2,21.0,0.87,4.360,42.1 +22.6,0.87,3.670,45.1,22.4,0.87,3.710,44.9 +24.1,0.87,3.390,49.4,23.9,0.87,3.430,49.0 +25.5,0.87,2.860,46.4,25.3,0.87,2.890,46.0 +26.5,0.87,3.170,85.4,26.3,0.87,3.180,84.4 +27.4,0.87,2.740,68.3,27.2,0.87,2.740,68.8 +28.3,0.87,2.730,87.8,28.1,0.87,2.760,87.5 +28.3,0.87,3.150,111.6,28.1,0.87,3.180,111.2 +28.6,0.87,2.640,92.5,28.4,0.87,2.670,93.5 +28.4,0.87,3.890,123.5,28.3,0.87,3.910,123.2 +28.1,0.87,4.660,88.4,27.9,0.87,4.520,88.2 +27.3,0.87,6.530,71.7,27.1,0.87,6.680,72.3 +26.1,0.87,9.690,63.3,26.0,0.87,9.850,64.0 +21.5,0.87,10.140,253.3,21.5,0.87,9.590,254.0 +20.6,0.87,14.310,118.2,20.9,0.87,14.620,116.9 +18.2,0.87,9.870,84.2,18.1,0.87,9.980,86.3 +18.7,0.87,4.420,75.8,19.1,0.87,4.830,82.6 +19.1,0.87,4.040,63.7,19.6,0.87,4.500,60.8 +19.4,0.87,5.250,31.8,19.4,0.87,5.680,36.4 +18.7,0.87,2.810,48.7,18.6,0.87,3.320,54.0 +18.2,0.87,2.050,62.1,18.1,0.87,2.280,67.5 +17.9,0.87,5.490,93.5,17.8,0.87,5.800,94.1 +18.5,0.87,5.720,99.0,18.3,0.87,5.760,98.9 +20.1,0.87,2.700,100.8,19.9,0.87,2.720,100.1 +21.4,0.87,2.590,127.0,21.3,0.87,2.570,126.3 +23.0,0.87,1.870,146.9,22.8,0.87,1.850,147.2 +24.4,0.87,1.970,206.9,24.2,0.87,1.950,207.2 +25.4,0.87,1.600,219.0,25.2,0.87,1.610,219.2 +26.5,0.87,1.330,158.8,26.3,0.87,1.350,159.9 +27.5,0.87,3.310,161.8,27.3,0.87,3.320,162.5 +28.2,0.87,3.410,162.7,28.0,0.87,3.430,162.9 +28.7,0.87,3.010,173.1,28.4,0.87,3.010,173.0 +29.0,0.87,3.260,166.3,28.8,0.87,3.320,166.9 +28.3,0.87,5.970,174.7,28.1,0.87,6.130,174.7 +26.4,0.87,7.820,147.8,26.3,0.87,8.160,148.2 +25.2,0.87,11.420,180.5,25.0,0.87,11.950,179.9 +23.1,0.87,9.190,215.1,22.9,0.87,9.410,215.0 +22.2,0.87,3.070,186.3,22.2,0.87,4.120,189.3 +22.6,0.87,3.030,155.4,22.5,0.87,3.430,160.5 +22.5,0.87,9.460,182.1,22.3,0.87,10.170,181.8 +22.6,0.87,5.360,351.1,22.6,0.87,4.520,341.5 +21.5,0.87,1.570,49.7,21.5,0.87,0.990,53.2 +20.1,0.87,5.360,80.3,20.1,0.87,4.980,83.4 +19.7,0.87,3.020,86.8,19.8,0.87,2.800,92.3 +19.1,0.87,2.050,103.6,19.3,0.87,1.620,117.9 +19.4,0.87,0.600,99.8,19.5,0.87,0.460,134.1 +20.4,0.87,1.500,167.8,20.2,0.87,1.540,171.0 +22.3,0.87,3.480,189.5,22.1,0.87,3.540,190.0 +23.8,0.87,5.010,208.4,23.6,0.87,5.110,208.5 +25.0,0.87,6.540,208.3,24.8,0.87,6.640,208.5 +26.2,0.87,5.840,207.3,26.0,0.87,5.920,207.5 +27.3,0.87,6.110,206.5,27.1,0.87,6.210,206.6 +28.1,0.87,6.000,201.8,27.9,0.87,6.090,202.0 +28.8,0.87,5.940,196.7,28.6,0.87,6.030,196.8 +28.6,0.87,10.380,221.0,28.4,0.87,10.370,220.7 +25.2,0.87,3.700,259.9,25.1,0.87,3.750,257.7 +27.2,0.87,8.790,188.4,27.0,0.87,8.990,188.5 +25.3,0.87,5.400,164.3,25.1,0.87,5.700,167.2 +25.3,0.87,5.720,176.6,25.5,0.87,6.190,182.2 +25.1,0.87,7.120,156.7,25.3,0.87,7.140,161.5 +24.9,0.87,9.890,169.4,25.1,0.87,10.640,168.9 +27.4,0.87,7.940,164.1,27.3,0.87,8.070,165.7 +22.9,0.87,9.210,143.2,22.9,0.87,10.100,143.6 +21.6,0.87,7.800,134.2,21.5,0.87,8.580,136.1 +20.9,0.87,6.030,148.3,20.8,0.87,7.010,151.0 +21.0,0.87,7.330,157.8,21.0,0.87,8.420,158.2 +20.5,0.87,5.510,167.2,20.5,0.87,6.610,168.5 +20.5,0.87,5.740,178.1,20.6,0.87,6.890,178.0 +20.1,0.87,6.230,187.4,20.2,0.87,7.320,187.8 +20.1,0.87,7.000,216.2,20.3,0.87,7.690,216.3 +21.3,0.87,5.240,222.6,21.2,0.87,5.360,222.7 +23.7,0.87,4.810,223.4,23.5,0.87,4.890,223.6 +25.5,0.87,5.490,222.9,25.3,0.87,5.580,223.2 +26.9,0.87,5.060,232.8,26.7,0.87,5.140,232.8 +28.1,0.87,4.780,227.1,27.9,0.87,4.850,227.1 +29.1,0.87,5.120,204.2,28.8,0.87,5.180,204.7 +29.7,0.87,5.100,196.9,29.5,0.87,5.160,197.3 +30.3,0.87,5.020,209.2,30.1,0.87,5.100,209.2 +29.6,0.87,2.630,269.8,29.4,0.87,2.630,267.3 +30.5,0.87,1.380,231.8,30.3,0.87,1.440,230.5 +29.0,0.87,1.180,135.1,29.0,0.87,1.260,150.3 +29.5,0.87,2.310,214.2,29.4,0.87,2.730,207.2 +28.0,0.87,6.820,131.9,27.9,0.87,6.870,133.6 +28.1,0.87,8.850,149.0,28.2,0.87,9.440,150.8 +27.3,0.87,8.090,149.6,27.3,0.87,8.700,152.2 +25.6,0.87,8.380,140.8,25.7,0.87,9.430,141.4 +25.1,0.87,8.370,141.7,25.3,0.87,9.300,143.1 +25.3,0.87,8.700,148.5,25.4,0.87,8.660,150.6 +24.9,0.87,5.650,141.1,24.9,0.87,5.360,140.2 +24.6,0.87,5.120,156.4,24.6,0.87,5.160,158.6 +22.4,0.87,2.710,237.0,22.6,0.87,3.080,236.0 +23.7,0.87,4.370,250.8,23.8,0.87,4.950,249.4 +22.8,0.87,3.820,280.0,23.0,0.87,4.340,272.6 +23.1,0.87,2.310,311.1,23.1,0.87,2.490,303.4 +22.9,0.87,1.100,310.7,22.8,0.87,1.230,312.7 +24.1,0.87,1.850,249.4,23.9,0.87,1.860,250.3 +25.4,0.87,2.050,229.2,25.2,0.87,2.050,230.4 +26.5,0.87,1.870,238.5,26.3,0.87,1.900,238.9 +27.7,0.87,1.630,206.7,27.5,0.87,1.650,207.5 +28.9,0.87,0.480,224.2,28.7,0.87,0.520,221.2 +30.1,0.87,3.140,237.1,29.9,0.87,3.160,237.2 +30.9,0.87,3.570,242.3,30.6,0.87,3.610,241.9 +31.4,0.87,2.810,219.9,31.2,0.87,2.850,219.7 +26.5,0.87,9.790,82.1,26.4,0.87,10.100,81.7 +25.1,0.87,6.950,100.0,24.9,0.87,7.000,100.1 +25.6,0.87,6.930,87.8,25.4,0.87,7.060,88.3 +25.6,0.87,6.980,95.0,25.5,0.87,7.260,96.4 +24.9,0.87,4.760,134.8,24.8,0.87,5.340,134.7 +25.0,0.87,8.230,90.6,24.8,0.87,8.600,91.1 +23.6,0.87,7.310,96.4,23.4,0.87,7.680,96.0 +21.9,0.87,7.350,94.7,21.8,0.87,7.820,95.9 +20.9,0.87,5.760,108.7,20.9,0.87,6.150,111.1 +20.5,0.87,5.710,105.5,20.5,0.87,6.050,108.6 +19.8,0.87,6.660,89.0,19.8,0.87,6.870,92.1 +19.2,0.87,6.610,92.5,19.1,0.87,6.940,95.3 +18.6,0.87,5.310,117.2,18.5,0.87,5.790,118.7 +18.2,0.87,5.400,126.4,18.0,0.87,6.050,126.9 +17.6,0.87,4.140,100.2,17.4,0.87,4.510,103.8 +17.3,0.87,4.020,99.9,17.1,0.87,4.020,100.7 +18.5,0.87,3.390,103.0,18.3,0.87,3.410,102.8 +20.7,0.87,3.420,124.5,20.5,0.87,3.450,124.2 +22.4,0.87,3.210,132.7,22.2,0.87,3.230,133.1 +24.0,0.87,2.590,130.4,23.8,0.87,2.600,131.2 +25.5,0.87,2.460,132.2,25.3,0.87,2.460,133.1 +26.6,0.87,2.490,126.7,26.4,0.87,2.480,127.5 +27.4,0.87,3.320,120.5,27.2,0.87,3.330,121.2 +28.1,0.87,4.680,135.9,27.8,0.87,4.720,136.5 +28.2,0.87,5.800,134.9,28.0,0.87,5.870,135.4 +27.4,0.87,9.350,135.7,27.2,0.87,9.430,136.0 +19.6,0.87,15.200,16.3,19.4,0.87,15.990,16.8 +17.3,0.87,12.720,74.9,17.2,0.87,13.450,74.5 +17.5,0.87,7.530,97.0,17.4,0.87,8.120,97.0 +19.1,0.87,6.630,120.4,19.1,0.87,7.380,119.9 +18.8,0.87,6.530,119.9,18.5,0.87,7.280,122.4 +18.0,0.87,4.980,153.8,17.9,0.87,5.390,154.0 +18.2,0.87,4.320,129.9,18.2,0.87,4.860,133.8 +18.0,0.87,3.460,125.0,17.9,0.87,3.800,133.0 +17.7,0.87,2.600,140.4,17.6,0.87,2.920,143.9 +17.6,0.87,3.730,192.5,17.5,0.87,4.210,189.0 +17.6,0.87,4.900,202.6,17.8,0.87,5.540,200.4 +17.9,0.87,8.830,349.9,17.8,0.87,9.200,349.3 +20.0,0.87,5.280,206.3,20.2,0.87,5.560,207.7 +19.8,0.87,7.250,215.5,19.7,0.87,7.860,217.6 +20.4,0.87,5.180,113.0,20.3,0.87,5.130,113.9 +21.5,0.87,2.410,136.7,21.3,0.87,2.370,137.0 +22.9,0.87,2.800,191.5,22.7,0.87,2.810,192.6 +25.1,0.87,2.050,193.5,24.9,0.87,2.060,195.9 +26.7,0.87,2.880,191.4,26.5,0.87,2.920,192.3 +28.1,0.87,2.740,205.1,27.9,0.87,2.790,206.3 +29.2,0.87,2.240,207.2,28.9,0.87,2.250,208.1 +29.8,0.86,2.270,177.8,29.6,0.86,2.260,179.6 +30.1,0.86,2.530,136.2,29.9,0.86,2.490,137.4 +30.1,0.86,3.340,135.1,29.9,0.86,3.340,136.0 +27.8,0.86,6.540,182.9,27.7,0.86,6.950,183.1 +23.8,0.87,10.370,137.9,24.1,0.87,10.750,138.5 +22.3,0.87,9.830,184.3,22.3,0.87,10.460,184.8 +20.0,0.87,8.620,167.1,19.9,0.87,9.270,168.1 +20.1,0.87,3.610,170.4,20.2,0.87,4.460,173.1 +20.7,0.87,3.180,221.1,20.7,0.87,3.440,216.4 +21.4,0.87,4.740,233.2,21.4,0.87,5.060,231.5 +21.5,0.87,5.560,206.7,21.5,0.87,5.690,205.3 +21.3,0.87,7.770,231.6,21.3,0.87,8.050,231.9 +21.3,0.87,8.130,256.7,21.3,0.87,8.740,255.4 +21.0,0.87,4.110,257.8,21.2,0.87,4.700,254.2 +21.0,0.87,5.600,281.7,21.2,0.87,5.830,280.2 +21.5,0.87,5.880,263.7,21.8,0.87,6.300,262.9 +21.3,0.87,2.460,273.6,21.7,0.87,3.430,273.4 +22.5,0.87,2.390,140.6,22.3,0.87,2.310,142.2 +24.2,0.87,3.330,155.9,23.9,0.87,3.350,156.5 +25.6,0.87,3.320,183.1,25.4,0.87,3.350,183.5 +26.9,0.87,3.340,184.6,26.7,0.87,3.360,184.8 +28.1,0.87,3.640,172.1,27.9,0.87,3.660,172.5 +28.9,0.87,3.560,162.0,28.7,0.87,3.580,162.3 +29.5,0.87,4.080,158.1,29.3,0.87,4.110,158.4 +30.0,0.87,4.590,130.6,29.8,0.87,4.630,130.8 +25.5,0.87,17.700,51.2,25.5,0.87,18.570,50.4 +23.8,0.87,10.010,205.3,23.7,0.87,9.970,207.3 +22.0,0.87,5.040,154.6,21.9,0.87,5.120,162.0 +24.5,0.87,9.920,155.8,24.4,0.87,10.700,155.9 +22.7,0.87,13.250,291.1,22.5,0.87,13.800,290.0 +22.8,0.87,7.630,218.8,22.7,0.87,8.110,220.0 +21.9,0.87,5.640,181.2,21.7,0.87,6.370,183.3 +20.9,0.87,3.180,252.1,20.8,0.87,2.680,239.9 +21.3,0.87,7.520,196.5,21.6,0.87,7.740,195.7 +21.2,0.87,7.160,157.5,21.3,0.87,7.750,157.4 +20.6,0.87,7.390,160.4,20.5,0.87,7.480,158.4 +20.0,0.87,7.820,147.1,20.1,0.87,8.650,146.3 +19.5,0.87,6.090,162.1,19.8,0.87,7.120,166.0 +19.1,0.87,3.790,213.3,19.2,0.87,4.200,205.9 +19.4,0.87,3.320,249.8,19.3,0.87,3.360,244.4 +19.6,0.87,2.080,170.9,19.6,0.87,2.460,178.3 +20.8,0.87,2.830,178.9,20.6,0.87,2.880,179.6 +22.8,0.87,4.190,194.6,22.7,0.87,4.260,194.5 +24.7,0.87,4.960,185.1,24.4,0.87,5.030,185.2 +26.3,0.87,5.040,187.3,26.1,0.87,5.110,187.3 +27.3,0.87,6.390,189.2,27.1,0.87,6.460,189.1 +28.0,0.87,6.830,189.1,27.8,0.87,6.890,189.4 +28.9,0.87,6.040,184.1,28.7,0.87,6.140,184.6 +29.4,0.87,5.970,180.3,29.2,0.87,6.060,180.5 +29.8,0.86,6.100,180.4,29.6,0.86,6.180,180.1 +29.8,0.86,6.550,181.5,29.6,0.86,6.640,181.2 +29.4,0.86,6.500,174.5,29.3,0.86,6.730,173.8 +28.7,0.86,8.960,172.9,28.7,0.86,9.750,173.6 +21.5,0.87,14.410,261.3,21.4,0.87,15.200,261.3 +20.9,0.87,11.870,219.3,20.8,0.87,12.430,219.2 +21.6,0.87,10.170,198.8,21.5,0.87,11.080,200.1 +21.0,0.87,9.820,184.2,21.0,0.87,10.860,187.1 +21.5,0.87,8.410,172.5,21.8,0.87,9.870,175.0 +20.5,0.87,6.190,198.4,20.6,0.87,7.080,196.4 +19.2,0.87,4.480,192.7,19.1,0.87,5.100,188.0 +19.2,0.87,5.820,170.2,19.6,0.87,7.240,181.8 +19.2,0.87,6.710,177.0,19.4,0.87,7.720,180.8 +18.7,0.87,5.320,189.1,18.8,0.87,6.310,185.8 +17.8,0.87,5.700,193.8,17.9,0.87,6.360,194.5 +18.7,0.87,4.070,199.2,18.6,0.87,4.450,201.7 +20.8,0.87,3.400,202.1,20.6,0.87,3.480,202.8 +23.1,0.87,4.040,187.3,22.9,0.87,4.080,187.5 +25.1,0.87,5.050,187.0,24.9,0.87,5.110,187.2 +26.8,0.87,5.290,195.5,26.6,0.87,5.350,195.9 +28.3,0.87,5.010,190.1,28.1,0.87,5.060,190.5 +29.4,0.87,5.340,179.9,29.1,0.87,5.390,180.1 +30.1,0.87,5.510,169.4,29.9,0.87,5.530,169.7 +30.4,0.86,6.350,164.5,30.2,0.86,6.390,164.9 +30.8,0.86,6.100,161.7,30.6,0.86,6.180,162.2 +30.7,0.86,6.550,159.9,30.5,0.86,6.670,160.0 +30.4,0.86,7.870,154.7,30.2,0.86,8.250,155.3 +29.5,0.86,9.020,160.5,29.5,0.86,9.650,160.8 +28.5,0.86,9.560,168.3,28.6,0.86,10.400,168.2 +27.1,0.87,5.910,253.6,27.0,0.87,6.050,250.0 +22.4,0.87,8.170,352.3,22.2,0.87,8.700,352.0 +23.7,0.87,5.990,7.9,23.8,0.87,6.690,6.1 +24.4,0.87,5.110,125.9,24.5,0.87,4.610,129.7 +24.4,0.87,7.310,163.3,25.0,0.87,7.400,166.6 +24.2,0.87,6.540,177.3,24.5,0.87,7.480,178.3 +22.9,0.87,7.550,180.2,23.2,0.87,9.060,181.2 +22.7,0.87,9.030,188.2,22.9,0.87,10.150,190.0 +21.6,0.87,7.590,205.7,21.8,0.87,9.070,205.3 +21.8,0.87,7.750,190.9,22.0,0.87,8.800,191.7 +22.7,0.87,5.100,204.6,22.5,0.87,5.400,204.4 +24.3,0.87,3.990,214.6,24.2,0.87,4.040,214.9 +26.4,0.87,2.730,210.6,26.2,0.87,2.770,211.0 +28.2,0.87,1.340,142.3,28.0,0.87,1.330,144.2 +29.6,0.87,3.000,153.0,29.4,0.87,3.030,153.9 +30.8,0.87,4.220,169.6,30.6,0.87,4.280,170.0 +31.6,0.86,5.220,184.5,31.4,0.86,5.300,184.4 +32.2,0.86,5.190,185.8,31.9,0.86,5.280,185.5 +32.2,0.86,6.540,173.1,32.0,0.86,6.590,173.3 +21.0,0.87,12.340,33.6,20.9,0.87,12.710,33.6 +20.5,0.87,14.300,79.2,20.3,0.87,14.640,78.3 +22.9,0.86,9.340,92.2,22.8,0.86,10.370,88.8 +23.7,0.86,8.230,136.3,23.8,0.86,8.680,132.7 +22.9,0.87,8.300,156.1,22.8,0.87,9.020,156.1 +23.2,0.87,7.630,84.9,23.1,0.87,7.730,87.4 +21.9,0.87,6.360,38.5,22.2,0.87,6.160,44.4 +24.5,0.87,4.000,213.8,24.5,0.87,3.720,209.5 +24.8,0.87,7.000,122.7,25.2,0.87,6.790,121.8 +22.0,0.87,3.890,143.3,22.0,0.87,4.250,147.6 +20.7,0.87,2.360,166.2,20.7,0.87,2.840,168.0 +21.1,0.87,2.510,225.2,21.5,0.87,3.030,229.8 +21.4,0.87,1.350,208.0,21.6,0.87,1.430,225.3 +21.6,0.87,2.690,241.3,21.8,0.87,2.850,238.7 +21.9,0.87,2.410,219.9,22.2,0.87,2.630,211.1 +21.9,0.87,2.700,207.0,22.5,0.87,3.260,202.0 +23.2,0.87,3.180,174.7,23.1,0.87,3.270,174.6 +24.9,0.87,4.520,185.3,24.7,0.87,4.580,185.3 +26.3,0.87,5.240,188.5,26.1,0.87,5.320,188.4 +27.7,0.87,5.880,183.2,27.5,0.87,5.970,183.1 +28.8,0.87,6.750,179.9,28.6,0.87,6.840,179.9 +29.6,0.87,7.040,180.9,29.4,0.87,7.150,180.8 +30.1,0.86,8.090,175.4,29.8,0.86,8.150,175.5 +30.5,0.86,7.660,170.6,30.3,0.86,7.770,171.5 +30.7,0.86,7.940,178.0,30.4,0.86,8.080,177.6 +30.4,0.86,8.380,168.9,30.2,0.86,8.570,168.9 +29.8,0.86,7.820,167.4,29.6,0.86,8.250,167.3 +29.0,0.86,9.380,162.5,29.0,0.86,10.140,162.9 +27.0,0.87,6.180,171.2,27.0,0.87,7.470,167.5 +27.3,0.87,10.280,179.8,27.2,0.87,10.590,180.2 +26.7,0.87,8.600,177.2,26.3,0.87,10.050,176.6 +25.2,0.87,8.300,168.1,25.2,0.87,9.500,169.2 +24.3,0.87,9.270,172.7,24.5,0.87,10.720,174.3 +23.9,0.87,9.180,176.5,24.0,0.87,10.410,178.0 +22.8,0.87,7.610,177.7,22.9,0.87,9.070,178.2 +21.9,0.87,7.250,190.5,22.0,0.87,8.780,189.1 +21.4,0.87,7.580,183.2,21.7,0.87,9.620,185.1 +21.3,0.87,8.390,191.0,21.7,0.87,10.110,193.6 +20.9,0.87,8.030,198.3,21.4,0.87,9.440,201.2 +21.0,0.87,4.480,203.2,20.9,0.87,5.090,203.8 +23.0,0.87,4.510,203.7,22.8,0.87,4.600,203.9 +25.0,0.87,6.100,190.7,24.8,0.87,6.190,190.9 +26.4,0.87,6.040,191.1,26.2,0.87,6.120,191.2 +27.5,0.87,5.200,184.4,27.3,0.87,5.270,184.3 +28.3,0.87,5.090,173.2,28.1,0.87,5.150,173.5 +28.9,0.87,3.740,159.1,28.7,0.87,3.760,160.1 +29.3,0.87,4.670,159.1,29.1,0.87,4.740,159.3 +29.5,0.87,5.090,149.2,29.3,0.87,5.140,149.3 +29.5,0.87,6.190,137.3,29.3,0.87,6.240,137.5 +29.2,0.87,6.880,141.8,29.0,0.87,6.960,142.0 +28.7,0.87,8.300,158.7,28.5,0.87,8.470,158.7 +27.9,0.87,8.530,154.1,27.8,0.87,8.760,154.5 +26.9,0.87,10.090,150.3,26.9,0.87,10.450,151.3 +25.9,0.87,10.180,153.6,26.0,0.87,10.990,154.7 +25.5,0.87,10.960,162.5,25.7,0.87,11.820,162.8 +24.9,0.87,11.250,168.7,25.1,0.87,12.210,168.8 +24.4,0.87,10.770,172.5,24.8,0.87,11.980,172.4 +23.6,0.87,9.000,175.2,24.2,0.87,10.520,175.0 +22.4,0.87,8.750,191.5,22.9,0.87,10.500,191.0 +21.7,0.87,8.090,207.9,21.9,0.87,9.580,209.6 +20.4,0.87,5.630,222.3,20.6,0.87,6.590,222.2 +20.1,0.87,5.160,228.6,20.3,0.87,5.920,227.5 +19.5,0.87,6.980,227.5,19.8,0.87,8.370,225.6 +19.2,0.87,3.960,243.2,19.2,0.87,5.080,239.1 +21.5,0.87,2.710,229.6,21.4,0.87,2.780,229.2 +24.1,0.87,3.530,215.8,23.9,0.87,3.590,216.0 +26.4,0.87,3.800,189.6,26.2,0.87,3.840,189.6 +27.2,0.87,3.440,177.8,27.0,0.87,3.460,177.8 +27.9,0.87,3.480,147.2,27.7,0.87,3.510,147.3 +28.3,0.87,2.960,154.3,28.1,0.87,2.990,155.1 +28.9,0.87,3.950,175.4,28.7,0.87,4.020,174.6 +28.8,0.87,4.030,176.6,28.6,0.87,4.080,177.4 +29.0,0.87,4.450,194.1,28.8,0.87,4.510,194.0 +29.1,0.87,5.000,159.8,28.9,0.87,5.030,161.0 +28.9,0.87,4.010,185.7,28.7,0.87,4.160,184.8 +28.2,0.87,5.890,179.1,28.0,0.87,6.020,178.8 +27.7,0.87,6.540,172.8,27.6,0.87,6.780,172.7 +27.0,0.87,8.540,166.9,27.0,0.87,8.980,167.3 +26.7,0.87,8.780,172.2,26.7,0.87,8.990,172.7 +25.9,0.87,8.720,159.8,26.0,0.87,9.350,159.9 +24.8,0.87,8.490,161.4,25.1,0.87,9.480,162.3 +24.9,0.87,8.440,166.0,25.0,0.87,9.050,167.3 +23.4,0.87,6.690,175.8,23.8,0.87,7.880,179.0 +23.2,0.87,7.130,174.8,23.4,0.87,7.980,179.2 +23.1,0.87,7.750,192.2,23.3,0.87,8.650,195.3 +22.1,0.87,7.430,196.2,22.3,0.87,8.800,198.2 +21.1,0.87,6.500,206.1,21.2,0.87,8.200,207.2 +21.0,0.87,3.380,221.8,20.8,0.87,3.590,220.3 +22.8,0.87,2.780,207.5,22.7,0.87,2.850,207.4 +24.8,0.87,3.950,194.5,24.6,0.87,4.020,194.6 +26.3,0.87,4.780,190.0,26.0,0.87,4.850,189.9 +27.0,0.87,4.870,182.6,26.8,0.87,4.950,182.5 +27.8,0.87,5.060,182.3,27.6,0.87,5.130,182.0 +27.5,0.87,6.930,220.8,27.3,0.87,6.980,219.9 +28.3,0.87,8.170,143.4,28.1,0.87,8.190,143.8 +26.7,0.87,3.930,116.6,26.7,0.87,3.630,124.2 +24.8,0.87,4.540,58.7,24.8,0.87,4.330,61.0 +22.7,0.87,11.600,98.6,22.6,0.87,12.010,99.0 +24.6,0.86,7.600,153.4,24.6,0.86,7.850,154.8 +24.5,0.87,6.640,171.6,24.4,0.87,7.300,172.6 +23.6,0.87,5.130,112.1,23.5,0.87,4.980,119.6 +23.2,0.87,5.490,149.5,23.4,0.87,6.430,157.3 +22.7,0.87,6.810,170.4,22.7,0.87,7.990,176.7 +22.1,0.87,7.780,196.2,22.1,0.87,8.410,198.4 +21.9,0.87,5.590,205.1,21.9,0.87,6.240,207.3 +21.8,0.87,4.850,190.3,21.9,0.87,5.480,191.1 +21.4,0.87,5.190,196.7,21.5,0.87,5.810,197.0 +21.0,0.87,7.180,186.8,21.1,0.87,8.140,188.9 +20.6,0.87,6.540,178.7,20.7,0.87,7.520,182.1 +20.1,0.87,5.470,192.0,20.3,0.87,6.460,193.4 +19.9,0.87,6.070,199.9,20.2,0.87,7.200,199.3 +20.2,0.87,2.430,185.6,20.1,0.87,2.920,189.2 +22.5,0.87,3.680,187.6,22.3,0.87,3.750,187.6 +24.1,0.87,5.000,191.7,23.9,0.87,5.080,191.7 +25.3,0.87,5.080,184.1,25.1,0.87,5.150,184.0 +26.3,0.87,5.050,169.5,26.1,0.87,5.130,169.7 +27.3,0.87,5.330,168.0,27.0,0.87,5.410,168.2 +28.0,0.87,6.030,163.1,27.7,0.87,6.100,163.8 +27.4,0.87,10.210,150.7,27.2,0.87,10.280,150.9 +26.8,0.87,7.400,138.6,26.6,0.87,7.590,139.3 +27.2,0.87,1.110,251.6,27.1,0.87,1.090,245.0 +25.9,0.87,2.510,304.2,25.9,0.87,2.330,303.5 +27.3,0.87,5.630,187.0,27.2,0.87,5.980,184.0 +26.6,0.87,7.370,169.1,26.6,0.87,8.120,170.3 +25.7,0.87,5.940,163.5,25.7,0.87,6.600,166.1 +26.7,0.87,6.710,152.6,26.6,0.87,6.700,153.3 +25.6,0.87,8.650,147.5,25.6,0.87,8.940,149.6 +24.1,0.87,10.520,155.3,24.2,0.87,11.960,156.2 +23.8,0.87,10.610,155.6,24.0,0.87,12.010,155.8 +22.7,0.87,8.530,156.6,22.9,0.87,10.080,157.3 +22.7,0.87,8.890,158.2,23.1,0.87,10.510,159.0 +22.5,0.87,8.920,159.8,23.0,0.87,10.510,161.7 +22.4,0.87,8.610,171.2,23.1,0.87,9.160,176.4 +21.9,0.87,5.600,186.5,22.6,0.87,6.570,188.3 +21.1,0.87,4.600,187.4,21.5,0.87,5.240,188.9 +20.8,0.87,2.420,178.1,21.1,0.87,3.430,180.6 +23.0,0.87,2.410,180.2,22.8,0.87,2.490,180.1 +25.0,0.87,3.410,182.3,24.8,0.87,3.470,182.3 +26.2,0.87,4.080,194.0,26.0,0.87,4.140,193.8 +27.2,0.87,3.540,183.5,27.0,0.87,3.600,183.1 +28.2,0.87,4.510,157.8,27.9,0.87,4.560,158.3 +28.7,0.87,4.750,157.6,28.5,0.87,4.830,157.9 +29.2,0.87,5.830,153.0,28.9,0.87,5.890,153.2 +29.2,0.87,5.480,138.9,29.0,0.87,5.480,139.7 +29.5,0.87,6.220,140.7,29.3,0.87,6.290,141.3 +29.4,0.87,7.190,144.9,29.2,0.87,7.330,145.0 +28.8,0.87,8.070,143.1,28.7,0.87,8.490,142.8 +28.4,0.87,8.800,155.6,28.3,0.87,9.210,156.5 +27.5,0.87,9.760,147.3,27.5,0.87,10.880,147.4 +26.7,0.87,10.750,145.0,26.7,0.87,11.790,145.3 +25.9,0.87,10.810,149.8,26.0,0.87,11.640,150.2 +25.4,0.87,10.730,153.2,25.6,0.87,11.860,154.3 +24.2,0.87,9.960,148.2,24.3,0.87,11.180,150.2 +23.3,0.87,10.050,157.2,23.4,0.87,11.380,158.6 +22.5,0.87,9.560,160.9,22.7,0.87,11.000,162.7 +22.0,0.87,8.980,167.1,22.2,0.87,10.520,168.5 +21.4,0.87,7.790,168.1,21.6,0.87,9.310,170.2 +21.1,0.87,7.880,169.3,21.3,0.87,9.270,171.0 +20.7,0.87,7.920,168.3,20.9,0.87,9.250,170.8 +21.2,0.87,4.440,172.0,21.1,0.87,4.600,172.4 +22.6,0.87,4.440,176.7,22.4,0.87,4.530,176.7 +24.0,0.87,5.310,170.2,23.8,0.87,5.390,170.2 +25.0,0.87,4.940,160.1,24.8,0.87,5.000,160.2 +25.9,0.87,5.160,154.8,25.7,0.87,5.220,154.9 +26.6,0.87,5.100,146.7,26.4,0.87,5.160,146.7 +27.3,0.87,5.370,147.0,27.1,0.87,5.440,147.1 +27.3,0.87,4.300,158.3,27.1,0.87,4.480,157.8 +27.9,0.87,6.840,138.1,27.7,0.87,6.900,138.3 +28.1,0.87,6.990,151.6,27.9,0.87,7.030,151.5 +27.8,0.87,6.950,140.7,27.6,0.87,6.950,140.7 +27.4,0.87,7.870,142.6,27.2,0.87,8.160,142.3 +26.7,0.87,8.910,145.2,26.6,0.87,9.250,145.0 +25.5,0.87,8.410,145.8,25.5,0.87,9.240,146.4 +24.7,0.87,10.130,147.8,24.7,0.87,11.020,148.1 +24.2,0.87,9.960,149.4,24.2,0.87,10.790,149.4 +23.3,0.87,10.440,154.3,23.3,0.87,11.580,155.5 +22.8,0.87,9.460,159.4,22.9,0.87,10.550,159.9 +22.0,0.87,8.060,161.8,22.1,0.87,9.320,162.4 +21.5,0.87,7.380,164.1,21.7,0.87,8.810,165.6 +21.0,0.87,7.230,167.9,21.2,0.87,8.670,169.7 +20.6,0.87,7.710,168.3,20.8,0.87,9.140,171.3 +20.3,0.87,8.270,169.3,20.5,0.87,9.450,172.6 +20.1,0.87,8.020,169.9,20.4,0.87,9.050,173.2 +20.6,0.87,3.960,172.0,20.4,0.87,4.110,172.6 +22.5,0.87,4.900,171.5,22.4,0.87,4.990,171.7 +23.7,0.87,4.970,176.5,23.5,0.87,5.050,176.4 +24.5,0.87,4.510,173.7,24.3,0.87,4.550,173.6 +25.3,0.87,3.740,164.3,25.1,0.87,3.760,164.3 +26.0,0.87,4.580,155.9,25.8,0.87,4.600,156.0 +27.1,0.87,4.430,168.1,26.9,0.87,4.470,167.3 +27.3,0.87,4.480,162.1,27.1,0.87,4.540,162.2 +27.8,0.87,4.340,171.0,27.6,0.87,4.380,170.9 +27.8,0.87,4.870,141.8,27.6,0.87,4.910,142.1 +27.8,0.87,5.990,162.4,27.6,0.87,6.070,162.2 +27.4,0.87,6.440,168.9,27.3,0.87,6.540,168.4 +27.1,0.87,6.950,152.1,27.0,0.87,7.050,152.5 +26.4,0.87,8.490,156.7,26.3,0.87,9.040,156.6 +25.9,0.87,8.940,156.0,26.0,0.87,9.280,155.7 +24.3,0.87,10.120,174.6,24.3,0.87,10.950,178.7 +23.2,0.87,10.370,184.2,23.2,0.87,11.110,186.0 +22.1,0.87,9.350,198.8,22.1,0.87,10.090,201.0 +21.5,0.87,8.260,208.0,21.5,0.87,9.080,209.9 +20.4,0.87,6.380,207.8,20.5,0.87,7.230,209.4 +20.1,0.87,6.960,213.7,20.2,0.87,7.940,214.4 +19.6,0.87,5.700,214.8,19.8,0.87,6.760,216.1 +19.3,0.87,7.280,208.6,19.5,0.87,8.450,209.1 +18.4,0.87,6.690,199.9,18.6,0.87,7.950,201.4 +19.3,0.87,6.020,214.7,19.1,0.87,6.230,214.6 +21.0,0.87,6.150,213.3,20.8,0.87,6.240,213.4 +23.0,0.87,6.140,207.7,22.8,0.87,6.220,207.8 +24.4,0.87,5.810,200.5,24.1,0.87,5.890,200.6 +25.3,0.87,5.580,192.7,25.1,0.87,5.650,192.9 +26.2,0.87,6.190,191.2,25.9,0.87,6.270,191.3 +27.1,0.87,6.210,187.0,26.9,0.87,6.290,187.2 +27.9,0.87,5.710,195.2,27.7,0.87,5.800,195.1 +28.4,0.87,6.720,175.1,28.1,0.87,6.800,175.6 +28.4,0.87,5.800,196.5,28.2,0.87,5.890,195.9 +28.0,0.87,7.060,188.7,27.8,0.87,7.120,188.6 +27.7,0.87,9.300,177.4,27.6,0.87,9.430,177.9 +27.2,0.87,8.500,177.1,27.1,0.87,8.880,177.9 +26.3,0.87,8.390,178.0,26.3,0.87,8.990,179.8 +26.0,0.87,9.770,183.9,26.1,0.87,10.430,185.1 +25.4,0.87,10.980,186.9,25.6,0.87,11.960,187.2 +24.6,0.87,10.690,190.4,24.8,0.87,11.790,190.6 +24.0,0.87,10.860,192.9,24.1,0.87,12.070,193.7 +23.2,0.87,10.480,200.8,23.4,0.87,11.620,202.2 +22.2,0.87,9.040,201.6,22.5,0.87,10.510,203.4 +21.3,0.87,7.740,208.7,21.5,0.87,9.230,209.4 +20.9,0.87,7.700,214.6,21.1,0.87,9.290,214.9 +20.5,0.87,7.230,213.4,20.8,0.87,8.700,214.2 +20.1,0.87,7.380,218.8,20.3,0.87,8.840,218.1 +20.5,0.87,5.310,216.3,20.4,0.87,5.910,215.9 +22.2,0.87,4.510,212.0,22.1,0.87,4.580,212.2 +24.4,0.87,4.440,214.1,24.2,0.87,4.500,214.2 +26.4,0.87,5.090,206.6,26.2,0.87,5.160,206.8 +27.7,0.87,5.000,202.7,27.5,0.87,5.070,202.9 +28.6,0.87,5.320,202.0,28.4,0.87,5.380,202.2 +29.4,0.87,5.070,203.3,29.1,0.87,5.140,203.4 +30.1,0.87,5.460,201.7,29.8,0.87,5.540,201.7 +30.6,0.87,5.020,198.2,30.3,0.87,5.100,198.3 +30.7,0.87,5.690,183.6,30.5,0.87,5.760,184.1 +30.7,0.87,6.170,176.0,30.5,0.87,6.250,176.6 +30.3,0.87,7.100,173.3,30.2,0.87,7.290,173.1 +29.4,0.87,9.020,173.0,29.3,0.87,9.400,174.2 +28.8,0.87,9.430,180.7,28.8,0.87,10.000,181.3 +28.4,0.87,10.600,192.0,28.4,0.87,11.230,192.9 +27.6,0.87,9.490,199.4,27.7,0.87,10.410,199.8 +27.0,0.87,8.960,203.7,27.3,0.87,10.030,205.1 +25.9,0.87,7.830,204.9,26.3,0.87,9.080,206.8 +25.1,0.87,7.570,205.1,25.3,0.87,9.040,206.8 +24.1,0.87,7.590,213.2,24.3,0.87,8.730,215.5 +23.5,0.87,6.770,221.4,23.6,0.87,7.840,223.1 +23.1,0.87,7.150,225.3,23.2,0.87,8.350,225.4 +22.5,0.87,6.680,228.8,22.7,0.87,7.990,229.9 +22.4,0.87,6.870,228.7,22.5,0.87,8.190,229.2 +22.7,0.87,6.650,225.1,22.7,0.87,7.660,225.5 +24.8,0.87,5.900,228.9,24.6,0.87,5.980,229.0 +26.8,0.87,4.950,227.7,26.6,0.87,5.010,227.7 +28.5,0.87,4.190,233.2,28.3,0.87,4.240,233.2 +29.9,0.87,3.650,229.8,29.7,0.87,3.690,229.8 +30.8,0.87,3.320,200.9,30.6,0.87,3.350,201.4 +31.4,0.87,3.920,197.7,31.2,0.87,3.970,197.8 +31.9,0.87,4.170,195.6,31.7,0.87,4.210,195.8 +32.3,0.86,4.890,181.8,32.0,0.86,4.940,182.3 +32.3,0.86,4.700,185.4,32.1,0.86,4.740,185.4 +32.1,0.86,6.150,174.2,31.9,0.86,6.180,174.5 +31.4,0.86,8.810,174.7,31.2,0.86,9.080,175.0 +30.5,0.86,9.490,175.4,30.4,0.86,9.940,176.1 +29.5,0.86,9.850,185.8,29.5,0.86,10.520,186.3 +28.5,0.86,9.640,190.4,28.6,0.86,10.470,191.1 +28.0,0.86,9.070,198.8,28.2,0.86,10.070,199.6 +27.4,0.86,8.680,204.7,27.7,0.86,9.920,205.9 +26.6,0.86,8.700,206.6,27.1,0.86,10.130,209.6 +25.8,0.86,8.450,218.8,26.2,0.86,9.980,219.5 +25.2,0.86,7.290,228.6,25.4,0.86,8.860,227.2 +24.6,0.86,8.150,229.0,24.8,0.86,9.880,227.7 +23.8,0.86,8.020,231.3,24.1,0.86,9.950,229.9 +23.0,0.86,7.610,242.0,23.2,0.86,8.900,239.9 +23.0,0.86,8.060,231.2,23.2,0.86,9.650,228.9 +22.5,0.86,6.140,232.6,22.7,0.86,6.790,231.6 +25.0,0.87,4.370,215.5,24.9,0.87,4.460,215.5 +27.7,0.87,4.810,212.8,27.5,0.87,4.890,213.1 +29.6,0.86,6.080,207.7,29.4,0.86,6.160,207.9 +30.7,0.86,5.280,201.2,30.4,0.86,5.340,201.5 +31.4,0.86,4.800,190.4,31.1,0.86,4.850,190.5 +31.9,0.86,4.840,184.1,31.6,0.86,4.880,184.2 +32.2,0.86,5.000,172.6,32.0,0.86,5.020,173.0 +32.3,0.86,6.280,170.1,32.1,0.86,6.310,170.0 +32.5,0.86,4.700,163.9,32.3,0.86,4.800,165.4 +32.1,0.86,6.330,179.0,31.9,0.86,6.430,178.0 +31.7,0.86,7.150,161.7,31.5,0.86,7.290,161.8 +30.6,0.86,8.910,168.9,30.6,0.86,9.230,168.5 +29.9,0.86,10.290,174.2,30.0,0.86,10.730,174.8 +29.3,0.86,10.380,186.3,29.4,0.86,10.810,186.5 +28.6,0.86,9.930,188.1,28.9,0.86,10.610,187.6 +27.2,0.86,8.260,196.8,27.8,0.86,9.480,197.3 +27.0,0.86,8.430,204.9,27.6,0.86,9.620,203.9 +26.3,0.86,8.020,214.8,27.0,0.86,9.530,212.1 +25.4,0.86,9.490,233.7,25.7,0.86,11.660,229.8 +24.5,0.86,7.700,241.1,24.7,0.86,8.870,237.6 +24.2,0.86,8.180,248.5,24.3,0.86,9.440,244.3 +23.4,0.86,7.210,253.7,23.5,0.86,7.720,251.3 +22.8,0.86,5.570,250.4,23.0,0.86,6.210,246.7 +22.8,0.86,4.750,275.4,23.1,0.86,5.150,271.4 +24.2,0.87,1.570,283.8,24.0,0.87,1.630,284.1 +26.8,0.87,2.050,282.2,26.6,0.87,2.080,282.6 +28.8,0.87,1.690,288.5,28.6,0.87,1.690,288.7 +30.0,0.87,1.000,263.8,29.8,0.87,0.980,265.1 +30.8,0.86,1.550,184.4,30.6,0.86,1.500,184.7 +31.4,0.86,1.290,186.9,31.2,0.86,1.310,186.2 +32.0,0.86,2.310,124.8,31.8,0.86,2.310,125.0 +32.3,0.86,2.640,132.2,32.0,0.86,2.650,132.3 +32.4,0.86,2.750,149.2,32.2,0.86,2.770,149.0 +31.8,0.86,2.110,153.0,31.6,0.86,2.120,152.7 +26.9,0.86,11.230,27.3,27.0,0.86,11.940,26.6 +29.0,0.86,7.590,51.6,29.4,0.86,7.380,51.0 +30.9,0.86,5.740,98.0,30.8,0.86,5.790,99.4 +26.6,0.87,5.450,124.4,26.4,0.87,6.210,123.9 +27.3,0.87,5.510,110.9,27.1,0.87,5.490,116.0 +25.8,0.87,6.870,84.6,25.9,0.87,7.120,89.8 +24.4,0.87,4.010,76.8,24.4,0.87,4.890,81.7 +24.0,0.87,3.730,84.0,24.1,0.87,4.190,88.8 +23.8,0.87,5.690,87.6,23.9,0.87,6.200,93.0 +23.3,0.87,6.570,80.3,23.3,0.87,7.230,84.7 +22.9,0.87,7.680,82.8,22.8,0.87,8.320,85.1 +22.0,0.87,6.590,70.3,21.9,0.87,7.020,74.4 +21.0,0.87,7.250,53.9,20.9,0.87,7.660,56.0 +21.3,0.87,6.500,72.5,21.1,0.87,6.620,72.7 +21.3,0.87,6.190,107.5,21.1,0.87,6.260,107.0 +22.5,0.87,5.330,108.7,22.3,0.87,5.390,108.4 +24.2,0.87,4.320,115.0,24.0,0.87,4.370,114.8 +25.4,0.87,4.600,110.8,25.2,0.87,4.610,110.4 +26.3,0.87,3.840,101.7,26.1,0.87,3.870,101.0 +27.6,0.87,3.440,118.3,27.4,0.87,3.440,117.3 +28.4,0.87,3.540,121.2,28.2,0.87,3.560,120.7 +27.3,0.87,7.370,60.3,27.1,0.87,7.140,60.2 +27.2,0.87,4.330,160.4,27.1,0.87,4.390,158.9 +28.4,0.87,1.120,86.6,28.2,0.87,1.090,91.6 +23.2,0.87,3.980,355.7,23.1,0.87,4.320,355.7 +25.0,0.87,0.630,6.9,25.4,0.87,0.820,21.8 +23.9,0.87,3.160,321.9,23.9,0.87,2.920,323.9 +24.6,0.87,2.300,0.8,24.6,0.87,2.190,2.2 +24.8,0.87,3.290,95.7,24.8,0.87,3.410,101.9 +25.0,0.87,6.690,139.2,25.4,0.87,7.150,141.8 +24.9,0.87,7.610,145.7,24.9,0.87,8.220,146.1 +23.9,0.87,6.990,149.8,23.8,0.87,7.660,150.8 +22.8,0.87,4.390,149.8,23.0,0.87,5.070,153.6 +21.7,0.87,2.890,156.8,21.8,0.87,3.530,157.9 +21.5,0.87,4.130,154.3,21.7,0.87,4.660,158.3 +20.6,0.87,3.330,148.0,20.8,0.87,3.750,152.7 +20.4,0.87,3.320,157.2,20.8,0.87,3.850,161.3 +20.1,0.87,2.440,159.5,20.5,0.87,3.280,164.8 +21.8,0.87,2.190,142.5,21.7,0.87,2.300,145.9 +24.3,0.87,3.870,159.1,24.1,0.87,3.950,159.7 +26.1,0.87,4.510,171.4,25.9,0.87,4.570,171.6 +27.2,0.87,3.410,165.5,27.0,0.87,3.450,165.9 +28.2,0.87,3.350,158.3,28.0,0.87,3.390,158.7 +28.9,0.87,3.940,158.6,28.7,0.87,3.990,159.0 +29.3,0.87,4.260,178.7,29.1,0.87,4.300,177.9 +29.8,0.87,4.990,138.4,29.6,0.87,5.040,138.8 +29.9,0.87,5.210,139.9,29.7,0.87,5.270,140.4 +29.6,0.87,4.360,155.3,29.4,0.87,4.410,155.7 +29.5,0.87,4.970,142.1,29.3,0.87,5.200,143.3 +28.2,0.87,7.290,140.6,28.2,0.87,8.120,138.9 +28.1,0.87,7.810,146.8,28.0,0.87,8.150,147.4 +27.6,0.87,9.630,173.6,27.5,0.87,9.940,173.7 +26.8,0.87,7.340,175.8,26.9,0.87,8.040,177.6 +26.1,0.87,6.320,157.1,26.1,0.87,7.410,158.8 +24.7,0.87,6.500,154.3,24.9,0.87,7.730,157.7 +24.1,0.87,7.980,160.2,24.3,0.87,9.370,160.1 +23.3,0.87,7.820,166.1,23.4,0.87,9.180,165.3 +22.7,0.87,7.810,164.5,23.2,0.87,9.470,164.9 +22.2,0.87,6.510,176.7,22.5,0.87,7.840,174.6 +21.4,0.87,3.550,178.1,21.5,0.87,4.310,177.8 +21.6,0.87,4.070,178.8,21.8,0.87,4.350,182.2 +21.0,0.87,2.310,184.1,21.1,0.87,3.010,188.9 +22.6,0.87,1.430,221.5,22.4,0.87,1.460,224.5 +25.1,0.87,1.540,231.2,24.9,0.87,1.540,233.8 +27.4,0.87,2.870,228.7,27.2,0.87,2.870,229.5 +28.5,0.87,1.850,155.7,28.3,0.87,1.850,155.3 +29.0,0.87,2.230,133.1,28.8,0.87,2.260,133.3 +29.5,0.87,2.460,107.4,29.2,0.87,2.500,107.5 +29.9,0.87,4.810,114.0,29.7,0.87,4.860,114.8 +30.1,0.87,5.360,120.9,29.9,0.87,5.380,121.3 +30.3,0.87,5.010,128.5,30.1,0.87,5.120,128.9 +30.1,0.87,5.690,131.2,29.9,0.87,5.800,131.4 +29.9,0.87,3.900,139.3,29.7,0.87,4.260,140.7 +29.5,0.87,5.580,162.7,29.4,0.87,5.630,161.7 +28.1,0.87,9.160,151.0,28.1,0.87,9.860,149.6 +26.5,0.87,9.030,152.5,26.7,0.87,10.330,151.2 +25.2,0.87,7.890,145.3,25.5,0.87,9.360,144.3 +24.5,0.87,9.230,146.5,24.8,0.87,10.780,147.1 +23.8,0.87,8.370,154.0,24.3,0.87,10.250,153.1 +23.4,0.87,7.430,160.3,24.0,0.87,9.120,159.8 +23.5,0.87,7.250,164.5,24.2,0.87,8.630,163.3 +22.9,0.87,6.810,165.3,23.5,0.87,8.170,165.2 +21.2,0.87,3.940,161.5,21.7,0.87,4.950,163.7 +21.2,0.87,2.720,155.5,21.4,0.87,3.300,158.5 +20.6,0.87,2.060,191.7,20.8,0.87,2.450,193.0 +21.3,0.87,1.570,173.7,21.6,0.87,1.980,178.6 +22.2,0.87,1.790,143.0,22.1,0.87,1.820,145.1 +24.4,0.87,2.710,150.8,24.2,0.87,2.720,151.4 +26.8,0.87,3.370,157.0,26.6,0.87,3.430,157.4 +27.9,0.87,2.760,141.7,27.7,0.87,2.780,141.7 +28.4,0.87,3.460,132.5,28.2,0.87,3.480,132.4 +28.9,0.87,3.310,110.7,28.7,0.87,3.340,110.9 +29.3,0.87,4.580,111.3,29.1,0.87,4.610,111.5 +29.4,0.87,3.870,103.1,29.2,0.87,3.910,103.4 +29.5,0.87,3.890,107.2,29.3,0.87,3.930,107.3 +29.4,0.87,4.400,90.9,29.3,0.87,4.470,91.3 +29.2,0.87,6.120,125.0,29.1,0.87,6.500,126.5 +28.6,0.87,5.780,146.2,28.7,0.87,6.230,147.0 +27.8,0.87,7.330,154.3,28.0,0.87,7.640,160.4 +27.6,0.87,6.800,168.1,27.8,0.87,7.030,171.3 +26.2,0.87,6.570,147.4,26.6,0.87,6.250,154.9 +26.5,0.87,5.650,151.3,26.9,0.87,5.950,151.1 +24.1,0.87,10.040,181.8,24.7,0.87,11.770,184.6 +23.3,0.87,9.710,198.1,23.4,0.87,10.950,199.1 +22.4,0.87,7.740,204.7,22.8,0.87,9.370,205.7 +22.0,0.87,7.440,211.6,22.4,0.87,8.790,211.8 +21.0,0.87,6.520,225.8,21.4,0.87,7.810,225.4 +20.8,0.87,5.560,245.1,20.9,0.87,6.100,243.6 +20.6,0.87,5.330,249.8,20.6,0.87,5.800,247.4 +20.2,0.87,4.050,245.2,20.4,0.87,4.600,244.2 +21.7,0.87,1.970,261.5,21.5,0.87,2.020,261.5 +23.8,0.87,2.430,214.1,23.6,0.87,2.450,215.0 +25.8,0.87,2.660,193.8,25.6,0.87,2.710,193.7 +27.1,0.87,3.540,177.9,26.9,0.87,3.580,177.9 +28.0,0.87,3.810,168.1,27.8,0.87,3.870,168.1 +28.6,0.87,3.930,159.1,28.4,0.87,3.960,159.8 +28.9,0.87,4.770,151.0,28.7,0.87,4.800,151.9 +29.2,0.87,4.620,150.5,29.0,0.87,4.690,150.8 +29.3,0.87,4.710,167.9,29.1,0.87,4.760,167.8 +29.1,0.87,4.850,163.2,28.9,0.87,4.910,163.2 +28.5,0.87,6.810,170.7,28.4,0.87,7.170,171.0 +27.8,0.87,7.810,170.7,27.8,0.87,8.380,171.5 +27.5,0.87,9.250,173.8,27.5,0.87,9.560,173.8 +27.1,0.87,9.390,181.1,27.2,0.87,9.850,180.4 +26.4,0.87,9.890,182.2,26.5,0.87,10.540,182.1 +25.3,0.87,9.320,183.2,25.7,0.87,10.370,183.2 +24.9,0.87,9.390,191.4,25.4,0.87,10.780,191.7 +23.7,0.87,8.670,207.3,24.2,0.87,10.400,207.2 +23.1,0.87,8.930,215.2,23.4,0.87,10.340,215.3 +22.3,0.87,7.820,227.2,22.7,0.87,9.310,224.8 +22.0,0.87,7.710,230.1,22.4,0.87,9.130,228.1 +21.5,0.87,7.410,244.6,21.8,0.87,8.700,241.3 +21.2,0.87,5.240,261.9,21.4,0.87,5.750,258.9 +21.1,0.87,4.190,257.5,21.5,0.87,4.680,255.5 +22.4,0.87,3.360,258.4,22.2,0.87,3.450,258.6 +24.6,0.87,3.240,224.6,24.4,0.87,3.270,224.8 +26.5,0.87,2.450,208.4,26.3,0.87,2.490,208.3 +27.6,0.87,3.210,181.9,27.4,0.87,3.250,182.0 +28.4,0.87,3.170,168.1,28.2,0.87,3.210,168.2 +29.0,0.87,4.450,159.9,28.8,0.87,4.500,160.8 +29.1,0.87,5.790,169.0,28.9,0.87,5.840,169.6 +29.3,0.87,3.960,155.5,29.1,0.87,4.040,155.7 +29.5,0.87,4.110,175.0,29.3,0.87,4.190,173.9 +29.2,0.87,5.690,148.7,29.0,0.87,5.750,148.9 +28.9,0.87,5.090,165.6,28.8,0.87,5.100,165.5 +28.4,0.87,7.590,177.3,28.2,0.87,7.580,177.5 +26.7,0.87,7.810,163.1,26.8,0.87,8.380,167.0 +26.1,0.87,6.380,157.5,26.0,0.87,6.820,162.5 +26.1,0.87,8.090,173.3,26.3,0.87,8.830,171.5 +25.0,0.87,7.770,166.0,25.2,0.87,8.870,166.2 +24.6,0.87,9.500,170.4,24.9,0.87,10.870,171.7 +23.9,0.87,9.210,176.2,24.3,0.87,10.960,176.9 +23.2,0.87,8.500,183.7,23.5,0.87,10.140,184.4 +22.9,0.87,8.770,196.6,23.3,0.87,10.530,199.7 +22.0,0.87,8.600,203.1,22.5,0.87,9.970,206.8 +21.1,0.87,8.450,210.3,21.4,0.87,10.190,213.3 +20.3,0.87,6.740,221.5,20.6,0.87,8.130,221.7 +19.9,0.87,4.620,238.8,20.1,0.87,5.270,237.8 +21.7,0.87,3.300,228.1,21.5,0.87,3.370,228.2 +24.1,0.87,3.860,206.3,23.9,0.87,3.940,206.3 +25.8,0.87,3.870,195.8,25.6,0.87,3.920,195.9 +26.7,0.87,3.390,174.5,26.5,0.87,3.440,174.4 +27.6,0.86,4.510,156.9,27.4,0.86,4.570,157.1 +28.1,0.86,5.520,153.7,27.9,0.86,5.590,153.7 +28.4,0.86,6.140,146.6,28.2,0.86,6.230,146.8 +28.5,0.86,5.370,163.9,28.3,0.86,5.460,163.5 +28.3,0.86,5.220,171.4,28.1,0.86,5.300,170.8 +28.4,0.86,7.270,140.6,28.2,0.86,7.400,140.8 +27.7,0.86,8.270,146.5,27.5,0.86,8.670,146.8 +27.0,0.86,9.410,148.6,27.0,0.86,10.120,147.9 +26.5,0.86,10.100,151.4,26.7,0.86,10.690,152.0 +24.7,0.86,10.640,161.2,24.8,0.86,11.730,162.0 +23.5,0.86,9.790,185.1,23.6,0.86,10.730,186.6 +22.9,0.86,9.930,186.5,23.0,0.86,10.850,187.2 +22.4,0.86,9.240,193.5,22.5,0.86,10.110,194.3 +21.4,0.86,7.830,190.8,21.5,0.86,8.990,192.4 +20.5,0.86,8.240,179.1,20.6,0.86,9.400,181.2 +19.8,0.86,8.210,180.5,19.9,0.86,9.360,183.1 +18.8,0.86,6.620,184.8,18.9,0.86,7.920,186.5 +18.1,0.86,7.200,191.0,18.2,0.86,8.310,192.3 +17.7,0.86,6.330,189.1,17.9,0.86,7.540,192.5 +17.9,0.86,4.340,199.7,17.7,0.86,4.550,199.6 +19.4,0.86,4.670,197.7,19.2,0.86,4.730,197.7 +21.3,0.86,5.640,198.7,21.1,0.86,5.730,198.7 +22.9,0.86,5.340,184.1,22.7,0.86,5.420,184.2 +24.2,0.86,5.960,180.1,24.0,0.86,6.050,180.2 +25.2,0.86,6.210,184.9,25.0,0.86,6.280,183.9 +25.5,0.86,8.000,167.1,25.3,0.86,8.110,167.4 +26.4,0.86,6.320,166.3,26.1,0.86,6.440,166.2 +25.3,0.86,12.050,185.2,25.2,0.86,12.060,185.1 +24.9,0.86,6.860,218.0,24.7,0.86,6.930,218.1 +26.0,0.86,8.300,157.9,25.9,0.86,8.660,158.1 +25.7,0.86,10.090,169.3,25.6,0.86,10.610,169.7 +24.5,0.86,10.840,183.1,24.4,0.86,11.730,184.2 +24.2,0.86,10.040,171.1,24.2,0.86,10.930,171.1 +23.3,0.86,7.610,164.5,23.2,0.86,8.290,163.9 +23.2,0.86,7.770,152.7,23.2,0.86,8.280,154.3 +22.2,0.86,8.350,158.1,22.2,0.86,9.100,159.0 +22.2,0.86,10.130,173.8,22.2,0.86,10.960,175.2 +21.1,0.86,9.590,168.6,21.1,0.86,10.550,170.7 +20.0,0.87,8.620,168.9,20.0,0.87,9.770,170.7 +19.7,0.87,8.620,172.0,19.7,0.87,9.630,173.7 +18.8,0.87,7.400,168.9,18.8,0.87,8.350,171.5 +18.2,0.87,7.950,172.2,18.2,0.87,9.000,174.5 +17.7,0.87,6.960,179.9,17.8,0.87,7.960,181.8 +18.0,0.87,2.830,176.5,17.9,0.87,3.050,178.9 +19.5,0.87,5.530,173.8,19.3,0.87,5.620,174.2 +20.1,0.87,5.720,188.3,19.9,0.87,5.770,188.0 +21.6,0.87,5.750,172.2,21.4,0.87,5.810,172.2 +22.4,0.87,5.650,171.1,22.2,0.87,5.730,170.8 +23.8,0.87,7.510,163.7,23.6,0.87,7.620,163.6 +24.3,0.87,8.570,156.4,24.1,0.87,8.670,156.5 +25.0,0.87,8.640,159.4,24.8,0.87,8.800,159.5 +25.3,0.87,9.180,149.4,25.1,0.87,9.330,149.7 +25.7,0.87,8.470,156.8,25.5,0.87,8.640,156.9 +24.8,0.87,8.830,136.2,24.7,0.87,9.090,137.0 +23.9,0.87,10.430,152.5,23.7,0.87,10.950,152.7 +22.2,0.87,9.150,147.9,22.1,0.87,9.740,148.6 +21.5,0.87,8.330,153.6,21.3,0.87,8.960,154.4 +21.2,0.87,8.480,154.1,21.1,0.87,9.120,155.2 +20.7,0.87,8.090,161.4,20.6,0.87,8.920,162.2 +20.2,0.87,7.190,145.1,20.1,0.87,7.800,146.8 +19.9,0.87,7.520,156.8,19.8,0.87,8.140,157.9 +19.7,0.87,7.080,146.6,19.6,0.87,7.480,148.3 +19.5,0.87,6.300,159.5,19.4,0.87,6.690,160.7 +19.1,0.87,6.960,153.7,19.0,0.87,7.310,154.7 +18.7,0.87,6.510,147.0,18.6,0.87,6.880,148.7 +18.5,0.87,6.480,147.2,18.3,0.87,6.870,148.7 +18.5,0.87,6.050,140.5,18.3,0.87,6.490,142.2 +18.5,0.87,6.510,142.0,18.3,0.87,6.780,142.8 +19.1,0.87,6.830,151.8,18.9,0.87,6.960,152.3 +19.4,0.87,6.950,145.3,19.2,0.87,7.050,145.7 +20.8,0.87,8.660,154.4,20.6,0.87,8.790,154.5 +22.1,0.87,8.640,156.8,21.9,0.87,8.800,156.9 +22.7,0.87,9.450,167.0,22.4,0.87,9.610,167.2 +21.8,0.87,13.170,150.4,21.7,0.87,13.230,150.5 +21.8,0.87,9.970,180.2,21.6,0.87,10.160,179.7 +22.8,0.87,10.580,152.6,22.6,0.87,10.750,152.7 +22.8,0.87,8.730,150.9,22.6,0.87,8.920,151.3 +21.2,0.87,10.210,158.9,21.0,0.87,10.560,159.0 +20.6,0.87,3.910,169.0,20.4,0.87,4.010,169.9 +20.4,0.87,2.300,183.0,20.3,0.87,2.510,183.3 +21.1,0.87,2.850,162.7,21.1,0.87,3.380,165.8 +21.6,0.87,3.290,170.0,21.6,0.87,3.900,173.8 +21.0,0.87,4.800,110.7,20.8,0.87,4.990,112.6 +20.4,0.87,2.930,126.7,20.3,0.87,3.400,129.9 +20.4,0.87,3.080,143.8,20.4,0.87,3.800,146.8 +20.3,0.87,6.690,157.2,20.3,0.87,7.670,158.9 +19.7,0.87,7.790,160.2,19.6,0.87,8.670,163.6 +19.4,0.87,7.960,176.8,19.3,0.87,8.580,179.1 +18.7,0.87,7.170,172.1,18.7,0.87,8.200,174.4 +18.5,0.87,7.200,178.4,18.5,0.87,8.170,180.6 +18.0,0.87,6.340,161.8,18.0,0.87,7.110,165.8 +18.3,0.87,3.820,173.2,18.2,0.87,4.080,175.1 +19.8,0.87,3.850,164.6,19.6,0.87,3.920,164.9 +21.2,0.87,4.800,165.9,21.0,0.87,4.880,166.1 +22.3,0.87,5.320,157.7,22.1,0.87,5.400,157.8 +22.5,0.87,5.790,144.0,22.4,0.87,5.860,145.3 +23.2,0.87,8.010,180.2,22.9,0.87,8.030,179.5 +23.9,0.87,8.770,129.8,23.6,0.87,8.850,130.5 +22.6,0.87,9.080,178.0,22.4,0.87,9.350,177.3 +23.9,0.87,6.400,178.3,23.7,0.87,6.540,177.6 +24.8,0.87,5.020,165.8,24.7,0.87,5.200,164.8 +24.2,0.87,3.160,206.3,24.1,0.87,3.210,201.5 +25.3,0.87,6.610,149.3,25.3,0.87,7.410,149.3 +25.4,0.87,10.080,145.9,25.2,0.87,10.460,145.8 +24.1,0.87,8.850,136.4,24.2,0.87,9.470,137.1 +23.4,0.87,8.990,139.6,23.6,0.87,10.090,142.5 +22.3,0.87,7.810,136.5,22.6,0.87,8.780,137.8 +22.6,0.87,9.350,143.3,23.0,0.87,10.370,145.7 +21.5,0.87,8.870,142.2,22.0,0.87,9.930,146.5 +20.9,0.87,8.830,144.7,21.1,0.87,9.420,147.2 +21.1,0.87,9.210,159.9,21.5,0.87,10.690,166.9 +20.7,0.87,8.840,168.6,21.4,0.87,10.490,175.6 +19.8,0.87,8.560,180.9,20.4,0.87,9.810,185.6 +19.1,0.87,5.640,186.2,19.5,0.87,6.340,188.0 +18.6,0.87,5.030,207.1,19.1,0.87,5.850,207.0 +17.4,0.87,2.340,141.5,17.5,0.87,2.500,153.7 +18.2,0.87,4.220,96.0,18.0,0.87,4.150,96.4 +20.5,0.87,2.830,128.5,20.3,0.87,2.830,129.4 +22.8,0.87,4.610,157.9,22.6,0.87,4.720,158.3 +24.0,0.87,6.360,156.3,23.8,0.87,6.460,156.5 +24.6,0.87,6.180,178.2,24.4,0.87,6.280,177.8 +25.7,0.86,6.980,173.2,25.5,0.86,7.100,173.1 +26.1,0.86,6.790,168.2,25.8,0.86,6.920,168.1 +26.2,0.86,7.460,171.1,26.0,0.86,7.580,171.4 +26.4,0.86,6.820,168.4,26.2,0.86,6.920,168.6 +26.4,0.86,7.470,172.8,26.2,0.86,7.570,172.7 +26.1,0.86,6.680,168.4,25.9,0.86,6.760,169.0 +25.8,0.86,7.340,175.8,25.7,0.86,6.940,176.8 +21.0,0.86,8.600,101.6,20.8,0.86,9.240,103.2 +19.5,0.86,8.230,108.1,19.3,0.86,8.710,109.6 +18.5,0.86,7.500,108.6,18.4,0.86,7.900,110.1 +17.5,0.86,8.560,115.0,17.4,0.86,9.160,115.5 +17.1,0.87,6.700,112.7,17.0,0.87,7.390,114.1 +16.7,0.87,7.020,113.5,16.5,0.87,7.730,115.0 +16.4,0.87,6.810,118.3,16.3,0.87,7.380,119.6 +16.7,0.87,4.620,128.9,16.5,0.87,4.790,129.4 +16.8,0.87,4.990,129.3,16.6,0.87,5.200,130.0 +17.0,0.87,3.950,127.0,16.9,0.87,4.080,128.4 +17.2,0.87,3.270,142.1,17.0,0.87,3.350,142.8 +17.2,0.87,2.910,148.1,17.0,0.87,2.960,147.4 +17.0,0.87,2.980,148.9,16.8,0.87,2.980,150.2 +18.0,0.87,2.910,144.2,17.8,0.87,2.950,144.8 +18.3,0.87,3.590,150.9,18.1,0.87,3.600,151.5 +19.8,0.87,3.220,170.6,19.7,0.87,3.260,171.3 +21.1,0.87,2.530,153.5,20.9,0.87,2.560,154.2 +22.3,0.86,4.400,162.8,22.1,0.86,4.490,163.3 +22.7,0.86,3.960,169.0,22.6,0.86,4.110,169.3 +24.8,0.86,6.440,198.6,24.6,0.86,6.600,198.6 +25.3,0.86,6.070,185.9,25.1,0.86,6.240,186.8 +20.1,0.86,0.380,350.7,19.9,0.86,0.240,345.6 +20.7,0.86,3.510,64.0,20.9,0.86,3.310,69.3 +20.8,0.86,1.250,148.0,20.7,0.86,1.530,162.2 +20.8,0.86,4.180,111.0,21.0,0.86,4.620,123.2 +20.7,0.86,2.900,207.0,20.6,0.86,3.320,197.1 +20.2,0.86,1.910,357.7,20.2,0.86,1.570,355.0 +19.2,0.86,2.180,310.5,19.2,0.86,2.210,305.0 +17.8,0.86,2.110,17.2,17.9,0.86,2.300,17.8 +18.3,0.86,3.070,88.9,18.5,0.86,3.090,98.4 +18.2,0.86,4.580,113.9,18.9,0.86,4.990,129.8 +18.9,0.86,4.310,140.1,19.2,0.86,4.520,147.6 +18.2,0.86,3.460,163.3,18.4,0.86,3.830,171.0 +18.9,0.87,3.730,201.0,19.2,0.87,4.110,205.8 +20.2,0.87,5.240,215.1,20.5,0.87,5.870,216.1 +20.3,0.87,5.160,223.7,20.4,0.87,5.780,224.0 +20.6,0.87,4.610,216.8,20.4,0.87,4.690,217.0 +21.6,0.87,5.100,202.0,21.4,0.87,5.200,202.1 +23.0,0.87,6.100,195.0,22.8,0.87,6.200,195.0 +24.3,0.87,6.040,195.0,24.1,0.87,6.130,194.9 +25.4,0.87,5.510,190.1,25.2,0.87,5.600,190.0 +26.3,0.87,5.980,186.5,26.1,0.87,6.040,186.5 +26.9,0.87,5.960,165.1,26.7,0.87,6.090,165.7 +27.0,0.86,8.540,170.5,26.8,0.86,8.740,170.2 +25.8,0.86,9.030,169.6,25.6,0.86,9.180,169.4 +25.9,0.87,7.830,167.3,25.7,0.87,8.030,167.6 +24.2,0.87,9.920,189.3,24.0,0.87,10.360,189.1 +22.2,0.87,7.400,210.0,22.0,0.87,7.910,209.6 +20.9,0.87,5.330,247.3,20.7,0.87,5.620,246.1 +21.0,0.87,6.460,266.2,20.9,0.87,6.720,265.6 +20.6,0.87,5.000,290.4,20.6,0.87,5.180,286.5 +20.8,0.87,2.490,118.1,20.7,0.87,2.200,117.5 +21.1,0.87,3.550,145.8,21.1,0.87,3.620,146.0 +19.7,0.87,0.650,67.7,19.7,0.87,0.390,95.3 +19.9,0.87,1.800,300.1,19.7,0.87,1.780,295.3 +19.4,0.87,0.420,273.9,19.6,0.87,0.670,219.0 +18.1,0.87,3.280,237.0,17.9,0.87,3.390,235.0 +18.7,0.87,1.720,282.2,18.8,0.87,1.730,272.4 +17.4,0.87,2.370,338.6,17.4,0.87,2.310,339.7 +17.8,0.87,3.220,243.8,17.7,0.87,3.440,243.2 +18.7,0.87,1.350,143.3,18.5,0.87,1.330,146.5 +19.9,0.87,2.320,158.3,19.7,0.87,2.340,158.4 +20.8,0.87,3.940,158.1,20.6,0.87,4.000,158.4 +20.7,0.87,4.670,197.0,20.5,0.87,4.690,196.5 +20.9,0.87,5.050,189.0,20.7,0.87,5.120,188.7 +21.3,0.87,5.890,183.8,21.1,0.87,5.930,183.3 +21.9,0.87,4.120,185.3,21.7,0.87,4.180,185.0 +22.1,0.87,5.730,152.3,21.9,0.87,5.790,152.4 +21.3,0.87,7.730,153.9,21.1,0.87,7.810,153.7 +20.9,0.87,7.320,160.5,20.7,0.87,7.410,160.5 +19.4,0.87,4.480,162.5,19.2,0.87,4.570,162.1 +18.9,0.87,3.030,168.1,18.7,0.87,3.110,167.8 +18.8,0.87,4.320,138.3,18.6,0.87,4.620,141.7 +18.4,0.87,3.650,120.0,18.2,0.87,3.730,121.1 +18.3,0.87,4.190,148.2,18.1,0.87,4.360,148.3 +17.7,0.87,2.140,163.4,17.6,0.87,2.150,167.4 +17.6,0.87,2.480,154.5,17.5,0.87,2.860,160.8 +17.6,0.87,3.300,166.8,17.5,0.87,3.610,168.2 +17.0,0.87,3.920,173.9,16.8,0.87,4.220,173.4 +16.6,0.87,3.100,186.5,16.4,0.87,3.190,186.3 +16.3,0.87,2.990,239.3,16.1,0.87,2.920,237.8 +16.1,0.87,3.520,180.1,16.1,0.87,3.720,188.7 +16.6,0.87,3.910,205.7,16.4,0.87,4.000,205.7 +16.9,0.87,3.330,206.9,16.7,0.87,3.450,207.6 +17.3,0.87,4.470,202.6,17.1,0.87,4.580,202.8 +17.8,0.87,4.320,195.6,17.6,0.87,4.390,196.1 +18.3,0.87,5.510,217.8,18.2,0.87,5.580,217.6 +19.6,0.87,4.690,205.6,19.4,0.87,4.780,205.7 +21.1,0.87,5.380,197.8,20.9,0.87,5.490,197.7 +22.9,0.87,6.430,187.8,22.7,0.87,6.520,188.1 +24.3,0.87,7.230,196.4,24.1,0.87,7.370,196.5 +24.9,0.86,7.940,195.8,24.7,0.86,8.070,195.8 +24.9,0.86,8.450,191.3,24.7,0.86,8.560,191.5 +24.6,0.86,8.340,184.8,24.4,0.86,8.510,185.1 +23.9,0.86,9.290,177.8,23.8,0.86,9.750,179.1 +21.4,0.86,12.910,176.1,21.2,0.86,13.040,176.3 +20.3,0.86,10.260,183.7,20.1,0.86,10.810,183.9 +19.6,0.87,9.280,189.9,19.4,0.87,9.900,189.9 +19.1,0.87,8.090,189.1,19.0,0.87,8.760,189.5 +18.9,0.87,8.390,194.2,18.8,0.87,9.080,194.6 +18.6,0.87,8.590,194.5,18.5,0.87,9.360,194.8 +18.1,0.87,8.070,202.9,18.0,0.87,8.860,202.6 +17.6,0.87,8.810,209.7,17.5,0.87,9.580,209.6 +17.3,0.87,8.220,214.3,17.3,0.87,9.150,214.1 +16.9,0.87,5.990,203.3,16.8,0.87,6.920,204.9 +16.5,0.87,6.910,198.0,16.4,0.87,7.850,199.4 +16.4,0.87,7.290,207.8,16.4,0.87,8.280,208.1 +17.0,0.87,6.750,210.4,16.8,0.87,7.120,210.1 +18.1,0.87,8.630,210.7,17.9,0.87,8.760,210.7 +18.4,0.87,7.220,202.8,18.3,0.87,7.330,203.1 +20.4,0.87,8.350,206.5,20.2,0.87,8.480,206.6 +21.9,0.86,8.300,201.0,21.6,0.86,8.410,201.3 +23.7,0.86,7.730,201.8,23.5,0.86,7.850,202.0 +24.7,0.86,7.790,200.7,24.4,0.86,7.920,200.8 +25.2,0.86,8.230,194.8,25.0,0.86,8.340,195.0 +25.5,0.86,8.420,194.0,25.3,0.86,8.540,194.1 +25.4,0.86,8.470,191.4,25.2,0.86,8.610,191.6 +25.2,0.86,8.440,190.6,25.0,0.86,8.620,190.6 +24.4,0.86,8.250,181.7,24.3,0.86,8.780,182.3 +23.8,0.86,9.560,180.6,23.7,0.86,10.260,181.2 +23.3,0.86,8.710,187.8,23.2,0.86,9.470,188.6 +22.9,0.86,9.140,189.0,22.9,0.86,10.070,190.2 +22.4,0.86,8.700,182.3,22.5,0.86,9.580,184.5 +22.2,0.86,9.180,185.9,22.3,0.86,10.020,187.6 +21.6,0.86,10.290,188.3,21.6,0.86,11.330,189.6 +20.8,0.86,9.460,191.3,20.8,0.86,10.400,192.1 +20.5,0.86,8.870,197.7,20.4,0.86,9.830,198.0 +20.0,0.86,9.980,205.5,19.9,0.86,10.980,205.3 +19.5,0.86,7.890,200.2,19.4,0.86,8.630,201.1 +19.1,0.86,8.280,194.7,19.0,0.86,8.960,195.9 +18.6,0.86,8.070,188.9,18.5,0.86,8.900,190.1 +18.8,0.86,7.850,196.5,18.6,0.86,8.150,196.6 +19.7,0.86,6.540,214.7,19.5,0.86,6.660,214.6 +20.3,0.86,7.720,211.0,20.1,0.86,7.800,210.9 +20.3,0.86,7.680,201.7,20.1,0.86,7.730,202.4 +17.4,0.86,10.010,330.8,17.3,0.86,10.420,330.9 +16.6,0.86,2.690,139.9,16.4,0.86,2.420,143.0 +18.7,0.86,4.870,138.4,18.5,0.86,4.870,138.7 +21.1,0.86,6.650,181.4,20.9,0.86,6.730,181.2 +21.7,0.86,5.340,228.9,21.6,0.86,5.400,228.9 +21.8,0.86,3.540,191.1,21.6,0.86,3.630,191.6 +21.1,0.86,5.420,155.9,20.9,0.86,5.600,156.6 +19.8,0.86,6.270,179.9,19.6,0.86,6.570,178.5 +18.8,0.86,5.850,175.4,18.7,0.86,6.330,175.8 +18.0,0.86,3.260,239.2,17.9,0.86,3.600,236.8 +18.2,0.86,3.010,265.7,18.1,0.86,3.490,270.1 +18.1,0.86,0.310,346.0,18.0,0.86,0.450,284.7 +18.0,0.86,2.860,204.2,17.8,0.86,3.040,204.8 +17.7,0.86,1.040,160.2,17.6,0.86,1.260,171.7 +17.9,0.86,1.620,136.7,17.8,0.86,1.750,144.7 +17.5,0.87,0.730,101.6,17.5,0.87,0.800,113.5 +17.3,0.86,1.970,110.0,17.3,0.86,2.180,111.1 +17.4,0.87,3.220,94.4,17.4,0.87,3.340,96.7 +17.5,0.87,3.240,95.8,17.4,0.87,3.420,97.7 +17.2,0.87,4.810,47.2,17.3,0.87,4.500,51.1 +16.4,0.87,6.180,33.3,16.2,0.87,6.880,34.3 +17.3,0.87,6.710,39.9,17.1,0.87,6.820,40.1 +16.9,0.87,7.330,50.6,16.7,0.87,7.460,51.0 +17.0,0.87,7.600,44.5,16.8,0.87,7.700,45.0 +18.0,0.87,8.070,49.8,17.8,0.87,8.150,49.9 +18.9,0.87,5.870,56.6,18.7,0.87,5.970,56.3 +19.3,0.87,6.200,60.8,19.1,0.87,6.280,60.7 +20.1,0.87,4.930,63.3,19.9,0.87,5.030,63.2 +20.0,0.87,7.490,84.7,19.8,0.87,7.560,84.6 +19.9,0.87,7.300,89.0,19.7,0.87,7.380,88.6 +19.9,0.87,6.020,95.5,19.7,0.87,6.100,94.7 +19.7,0.87,5.550,106.2,19.6,0.87,5.780,105.6 +18.6,0.87,5.830,118.7,18.4,0.87,6.170,118.5 +16.9,0.87,6.820,124.4,16.8,0.87,7.130,124.4 +16.1,0.87,6.210,123.8,16.0,0.87,6.820,123.5 +15.6,0.87,5.620,128.6,15.6,0.87,6.210,127.2 +15.6,0.87,4.380,124.7,15.7,0.87,4.970,119.2 +15.1,0.87,2.890,112.4,15.2,0.87,3.250,111.9 +14.7,0.87,1.690,121.3,14.7,0.87,1.990,119.4 +14.5,0.87,1.330,137.9,14.5,0.87,1.620,137.3 +14.2,0.87,1.280,143.5,14.3,0.87,1.570,145.9 +13.8,0.87,1.060,169.7,14.0,0.87,1.360,167.3 +13.6,0.87,1.580,187.4,13.7,0.87,1.870,183.2 +13.5,0.87,1.910,192.0,13.7,0.87,2.230,188.9 +13.3,0.87,2.230,201.8,13.7,0.87,2.640,197.4 +13.5,0.87,1.830,208.5,13.8,0.87,2.610,200.8 +16.4,0.87,2.840,197.8,16.3,0.87,2.900,197.5 +18.1,0.87,2.910,198.0,17.9,0.87,2.930,197.9 +19.7,0.87,3.050,195.8,19.5,0.87,3.090,196.2 +21.0,0.87,3.120,190.2,20.8,0.87,3.160,190.7 +22.1,0.87,3.700,194.0,21.9,0.87,3.750,194.5 +22.9,0.86,4.170,192.7,22.7,0.86,4.220,193.2 +23.4,0.86,4.440,187.5,23.2,0.86,4.510,188.0 +23.6,0.86,5.070,188.5,23.4,0.86,5.140,188.7 +23.4,0.86,5.700,189.7,23.2,0.86,5.730,189.8 +22.5,0.86,7.810,176.0,22.4,0.86,8.000,176.9 +21.3,0.86,9.100,176.4,21.3,0.86,9.570,177.5 +20.7,0.86,9.500,181.3,20.7,0.86,10.160,182.5 +20.1,0.86,9.900,183.3,20.2,0.86,10.640,184.2 +19.2,0.86,10.530,184.0,19.3,0.86,11.380,184.9 +18.5,0.86,10.700,192.7,18.7,0.86,11.630,193.3 +18.2,0.86,10.790,192.8,18.4,0.86,11.780,193.2 +17.9,0.86,10.640,194.7,18.1,0.86,11.670,195.2 +16.8,0.86,9.450,198.8,17.0,0.86,10.510,201.5 +15.7,0.86,7.670,200.7,16.0,0.86,8.790,204.4 +15.0,0.86,7.060,200.3,15.3,0.86,8.310,203.7 +14.6,0.86,6.930,202.7,15.0,0.86,8.200,205.4 +14.4,0.86,7.220,207.9,14.9,0.86,8.720,210.4 +14.8,0.86,7.290,209.0,14.8,0.86,7.990,209.2 +16.5,0.86,4.960,203.5,16.3,0.86,5.100,203.8 +18.8,0.86,6.760,201.5,18.6,0.86,6.870,201.6 +20.6,0.86,7.540,199.6,20.4,0.86,7.660,199.8 +21.8,0.86,7.860,194.6,21.5,0.86,7.980,194.7 +22.6,0.86,8.340,192.9,22.4,0.86,8.460,193.0 +23.4,0.86,8.600,193.6,23.2,0.86,8.740,193.6 +23.8,0.86,9.390,186.3,23.6,0.86,9.510,186.5 +23.8,0.86,10.380,180.9,23.6,0.86,10.500,181.2 +23.6,0.86,10.300,173.9,23.4,0.86,10.500,174.5 +23.3,0.86,8.310,186.1,23.2,0.86,8.660,186.1 +22.4,0.86,10.900,181.3,22.3,0.86,11.400,180.8 +21.1,0.86,10.080,174.3,21.2,0.86,10.950,176.0 +20.6,0.86,10.760,176.0,20.7,0.86,11.840,177.0 +20.0,0.86,11.490,178.5,20.1,0.86,12.440,179.4 +19.6,0.86,12.060,182.8,19.7,0.86,13.130,183.4 +18.8,0.86,12.540,181.1,18.9,0.86,13.570,181.9 +17.9,0.86,12.830,187.0,17.9,0.86,13.990,187.4 +17.3,0.86,11.270,191.2,17.3,0.86,12.390,191.4 +17.2,0.86,10.720,194.2,17.2,0.86,11.850,194.1 +17.3,0.86,13.780,196.2,17.2,0.86,14.560,196.6 +16.4,0.86,3.820,267.4,16.2,0.86,4.180,261.4 +16.6,0.86,5.970,231.2,16.6,0.86,6.440,238.9 +16.8,0.86,6.050,249.5,17.0,0.86,6.590,253.6 +17.1,0.86,8.190,253.2,17.1,0.86,8.710,256.9 +17.4,0.86,6.440,269.7,17.2,0.86,6.560,270.1 +18.7,0.86,8.160,270.7,18.4,0.86,8.300,271.0 +20.1,0.86,9.940,279.5,19.9,0.86,10.110,279.6 +20.9,0.86,10.340,283.5,20.7,0.86,10.500,283.6 +21.7,0.86,9.060,280.6,21.5,0.86,9.200,280.8 +22.6,0.86,8.090,276.9,22.4,0.86,8.220,277.2 +23.5,0.86,7.960,283.6,23.3,0.86,8.090,283.9 +24.1,0.86,6.680,285.0,23.9,0.86,6.790,285.3 +24.4,0.86,5.800,317.9,24.2,0.86,5.900,317.6 +24.3,0.86,5.670,291.7,24.2,0.86,5.740,292.2 +24.2,0.86,6.280,299.5,24.1,0.86,6.370,301.2 +24.0,0.86,5.580,316.3,24.0,0.86,5.550,317.1 +22.9,0.86,3.830,339.1,23.2,0.86,4.010,337.8 +22.1,0.86,3.120,31.4,22.4,0.86,3.310,30.8 +21.6,0.86,3.120,58.7,22.1,0.86,3.420,60.6 +19.7,0.86,3.890,68.1,20.4,0.86,4.470,69.9 +19.0,0.86,4.020,69.6,19.7,0.86,4.680,69.9 +18.8,0.86,3.860,73.4,19.5,0.86,4.550,76.4 +18.8,0.87,7.760,57.2,18.7,0.87,8.700,61.0 +16.7,0.87,7.670,58.5,17.1,0.87,9.110,63.1 +16.3,0.87,9.160,57.6,16.9,0.87,10.460,63.7 +16.4,0.87,9.420,60.9,16.9,0.87,10.580,67.4 +16.2,0.87,8.910,66.8,17.0,0.87,9.770,73.5 +15.6,0.87,6.930,60.4,16.1,0.87,7.820,65.3 +16.8,0.87,2.880,58.9,16.6,0.87,3.030,60.1 +19.3,0.87,3.970,77.4,19.1,0.87,4.050,77.6 +21.0,0.87,4.370,97.1,20.8,0.87,4.440,96.8 +21.9,0.87,3.710,112.6,21.7,0.87,3.740,112.3 +22.9,0.87,2.730,126.6,22.7,0.87,2.730,126.7 +23.6,0.87,1.430,136.5,23.4,0.87,1.420,137.3 +24.2,0.87,1.150,154.8,24.0,0.87,1.140,155.7 +24.5,0.87,1.510,113.9,24.3,0.87,1.510,115.0 +24.8,0.87,2.350,122.0,24.6,0.87,2.370,122.9 +24.6,0.86,3.260,99.8,24.4,0.86,3.260,101.1 +24.9,0.86,4.300,158.3,24.7,0.86,4.220,161.2 +24.1,0.86,5.570,158.8,24.1,0.86,5.690,159.2 +24.1,0.86,7.250,160.1,23.9,0.86,7.190,161.2 +24.0,0.86,7.690,176.0,23.8,0.86,7.620,175.9 +21.6,0.86,9.110,168.5,21.9,0.86,9.840,170.9 +20.8,0.86,10.720,176.9,21.1,0.86,11.500,176.8 +19.9,0.86,9.660,184.9,20.3,0.86,10.980,183.8 +19.3,0.86,10.080,186.9,19.9,0.86,11.620,184.9 +18.4,0.86,9.430,198.1,19.0,0.86,11.000,196.0 +18.0,0.86,9.210,195.6,18.6,0.86,11.070,192.8 +17.4,0.86,9.070,195.6,18.0,0.86,10.880,191.9 +16.6,0.86,9.650,197.4,17.3,0.86,11.760,193.9 +16.5,0.86,9.930,197.9,17.2,0.86,11.860,195.6 +15.6,0.86,7.800,207.8,15.9,0.86,8.700,207.1 +17.4,0.86,4.840,202.3,17.3,0.86,5.120,202.3 +20.3,0.86,5.580,198.0,20.1,0.86,5.680,197.9 +22.7,0.86,6.630,194.8,22.4,0.86,6.750,194.9 +24.6,0.86,8.220,201.4,24.4,0.86,8.360,201.6 +25.6,0.86,8.060,201.0,25.4,0.86,8.190,201.1 +26.4,0.86,7.870,204.2,26.2,0.86,7.990,204.4 +26.9,0.86,8.060,196.3,26.7,0.86,8.200,196.5 +27.3,0.86,8.500,196.5,27.1,0.86,8.650,196.7 +27.4,0.86,9.060,191.8,27.2,0.86,9.250,192.1 +27.1,0.86,8.970,181.0,27.0,0.86,9.360,181.6 +26.0,0.86,11.350,174.5,26.0,0.86,12.070,176.0 +25.3,0.86,12.530,178.5,25.4,0.86,13.410,179.1 +24.7,0.86,12.420,182.8,24.9,0.86,13.500,183.7 +24.5,0.86,13.890,187.5,24.7,0.86,14.980,187.9 +23.8,0.86,13.840,189.7,24.0,0.86,14.990,190.3 +23.2,0.86,14.850,190.7,23.4,0.86,16.220,191.0 +21.9,0.86,14.880,194.9,22.0,0.86,16.200,195.6 +21.1,0.86,14.920,198.9,21.1,0.86,16.170,199.3 +20.8,0.86,16.430,200.7,20.8,0.86,17.680,200.9 +19.9,0.86,15.020,200.1,20.0,0.86,16.210,200.3 +19.4,0.86,13.110,207.5,19.4,0.86,14.160,207.6 +18.9,0.86,12.590,200.6,19.1,0.86,13.630,201.7 +18.9,0.86,11.940,203.1,19.1,0.86,13.120,204.3 +18.9,0.86,9.720,206.6,19.0,0.86,10.490,207.0 +20.4,0.86,6.090,217.3,20.3,0.86,6.350,217.4 +23.5,0.86,5.400,211.8,23.3,0.86,5.470,212.2 +25.8,0.86,7.320,207.3,25.6,0.86,7.420,207.5 +27.9,0.86,7.890,216.8,27.7,0.86,8.030,217.0 +28.9,0.86,9.220,215.2,28.7,0.86,9.380,215.3 +29.6,0.86,9.690,204.3,29.3,0.86,9.850,204.5 +29.7,0.86,9.950,198.1,29.5,0.86,10.110,198.2 +29.8,0.86,10.860,188.7,29.6,0.86,11.060,188.8 +29.6,0.86,11.930,185.1,29.4,0.86,12.210,185.3 +29.1,0.86,10.200,204.2,28.9,0.86,10.590,204.1 +27.9,0.86,5.970,182.3,28.0,0.86,6.950,180.5 +26.8,0.86,10.350,172.6,26.8,0.86,11.400,172.9 +25.9,0.86,12.860,173.1,25.8,0.86,13.840,173.3 +24.5,0.86,13.410,173.2,24.5,0.86,14.420,173.4 +23.4,0.86,13.590,178.5,23.3,0.86,14.640,178.9 +22.2,0.86,12.390,182.3,22.1,0.86,13.400,182.7 +21.1,0.86,11.420,180.4,21.0,0.86,12.550,181.1 +19.8,0.86,4.720,207.1,19.8,0.86,5.810,201.5 +19.0,0.86,6.470,166.6,19.0,0.86,8.100,172.8 +18.4,0.86,9.030,171.6,18.5,0.86,10.430,175.2 +17.9,0.86,8.260,174.5,17.9,0.86,9.900,177.9 +17.3,0.86,8.060,177.5,17.3,0.86,9.650,179.6 +17.1,0.86,9.520,182.9,17.1,0.86,10.770,183.6 +17.5,0.86,10.750,190.3,17.4,0.86,11.560,190.5 +19.3,0.86,8.030,194.3,19.1,0.86,8.220,194.4 +21.6,0.86,7.960,188.4,21.4,0.86,8.080,188.6 +23.9,0.86,8.600,197.3,23.7,0.86,8.740,197.5 +25.5,0.86,9.270,196.8,25.3,0.86,9.420,197.0 +26.7,0.86,10.160,198.4,26.4,0.86,10.330,198.4 +27.3,0.86,10.630,195.6,27.1,0.86,10.830,195.8 +28.0,0.86,11.330,192.9,27.8,0.86,11.550,193.1 +27.9,0.86,12.110,189.9,27.7,0.86,12.350,190.1 +21.6,0.86,12.040,263.6,21.5,0.86,12.660,263.0 +23.3,0.86,8.960,237.1,23.5,0.86,9.800,236.1 +20.3,0.86,12.550,193.2,20.2,0.86,13.070,194.5 +20.6,0.86,8.420,176.7,20.6,0.86,9.130,177.4 +19.9,0.86,12.120,198.6,19.8,0.86,12.560,198.8 +20.6,0.86,12.080,189.9,20.6,0.86,12.460,191.7 +19.5,0.86,8.900,319.4,19.4,0.86,9.560,319.8 +17.9,0.86,6.640,282.5,18.0,0.86,7.380,287.3 +17.6,0.86,6.860,267.0,17.6,0.86,7.480,272.8 +17.1,0.86,8.780,283.8,17.3,0.86,9.430,287.3 +16.7,0.86,8.010,299.7,16.8,0.86,8.520,303.7 +17.1,0.86,8.070,326.5,17.1,0.86,8.870,330.2 +16.6,0.86,8.740,334.3,16.6,0.86,9.580,336.5 +14.6,0.86,11.200,357.2,14.7,0.86,12.260,359.2 +13.7,0.87,10.240,0.3,13.7,0.87,11.320,2.5 +12.2,0.87,9.860,14.9,12.1,0.87,10.420,15.7 +12.4,0.87,8.890,20.0,12.2,0.87,9.060,20.2 +13.6,0.87,8.560,20.7,13.4,0.87,8.700,20.8 +15.0,0.87,7.830,29.0,14.8,0.87,7.970,29.1 +16.1,0.87,6.880,36.8,15.9,0.87,6.990,36.8 +17.2,0.87,5.620,37.5,17.0,0.87,5.700,37.6 +18.0,0.87,4.710,43.2,17.8,0.87,4.780,43.2 +18.6,0.87,3.690,41.4,18.4,0.87,3.740,41.3 +19.0,0.87,2.920,44.7,18.8,0.87,2.960,44.4 +19.1,0.87,2.270,35.2,18.9,0.87,2.300,35.1 +18.9,0.87,2.920,90.0,18.7,0.87,2.930,89.8 +18.3,0.87,2.170,61.7,18.2,0.87,2.230,65.9 +18.3,0.87,3.200,95.6,18.1,0.87,3.180,98.5 +17.2,0.87,5.070,101.0,17.2,0.87,4.950,102.8 +16.4,0.87,4.670,101.1,16.5,0.87,4.740,103.0 +15.8,0.87,5.120,118.0,16.0,0.87,5.450,118.7 +14.9,0.87,4.370,125.5,15.3,0.87,4.810,126.6 +14.5,0.87,3.470,129.2,14.9,0.87,3.900,130.9 +14.5,0.87,2.730,140.6,15.0,0.87,3.250,140.2 +13.7,0.87,2.040,154.6,14.2,0.87,2.530,150.7 +12.3,0.87,1.870,188.7,12.8,0.87,2.230,179.3 +12.2,0.87,2.560,221.4,12.6,0.87,2.760,212.3 +11.5,0.87,2.980,216.5,12.0,0.87,3.390,213.1 +11.3,0.87,4.000,240.7,11.8,0.87,4.280,235.0 +11.2,0.87,3.690,255.4,11.8,0.87,3.980,248.1 +11.6,0.87,2.900,246.5,12.1,0.87,4.160,243.0 +14.3,0.87,3.310,229.3,14.1,0.87,3.370,229.3 +16.9,0.87,3.680,232.5,16.8,0.87,3.750,232.3 +19.4,0.87,6.170,247.6,19.2,0.87,6.270,247.5 +20.7,0.87,5.600,240.9,20.5,0.87,5.700,241.0 +21.9,0.87,5.780,246.6,21.7,0.87,5.870,246.7 +22.9,0.86,6.570,248.8,22.7,0.86,6.660,248.8 +23.8,0.86,5.750,249.1,23.6,0.86,5.840,249.1 +24.1,0.86,6.570,247.7,23.9,0.86,6.660,247.7 +23.9,0.86,6.180,239.0,23.7,0.86,6.280,239.5 +23.6,0.86,8.190,222.5,23.5,0.86,8.470,223.3 +22.8,0.86,9.220,216.1,22.9,0.86,9.600,218.0 +22.2,0.86,10.320,224.6,22.5,0.86,10.820,226.3 +20.9,0.86,11.110,226.8,21.4,0.86,12.340,228.3 +19.1,0.86,8.990,231.9,19.8,0.86,10.650,232.2 +19.6,0.86,11.830,238.1,20.2,0.86,13.350,239.3 +17.9,0.86,10.550,245.1,18.4,0.86,12.270,246.6 +18.9,0.86,12.370,243.4,19.6,0.86,13.480,246.5 +17.3,0.86,11.110,245.4,17.7,0.86,12.430,249.1 +15.4,0.86,9.300,256.8,15.8,0.86,10.560,259.3 +15.8,0.86,11.940,260.1,16.4,0.86,13.400,261.9 +15.2,0.86,11.220,264.8,15.8,0.86,12.650,265.5 +15.1,0.86,11.490,266.9,15.7,0.86,12.900,267.2 +14.1,0.86,11.180,268.3,14.8,0.86,12.720,268.2 +14.6,0.86,5.840,283.3,14.5,0.86,6.120,283.0 +17.2,0.86,4.600,278.8,17.1,0.86,4.630,279.1 +19.9,0.86,3.970,268.4,19.7,0.86,3.990,269.1 +22.2,0.86,3.140,263.6,22.0,0.86,3.160,264.2 +24.1,0.86,2.890,265.4,23.9,0.86,2.920,265.9 +25.4,0.86,2.810,247.1,25.2,0.86,2.820,247.9 +26.3,0.86,3.140,236.3,26.1,0.86,3.150,237.2 +26.8,0.86,3.450,238.5,26.6,0.86,3.470,239.2 +27.1,0.86,3.030,244.0,26.9,0.86,3.070,244.0 +27.3,0.86,1.790,223.4,27.1,0.86,1.860,225.1 +27.4,0.86,2.150,203.0,27.3,0.86,2.200,205.1 +26.7,0.86,2.250,198.3,26.9,0.86,2.310,202.6 +24.6,0.86,2.100,196.2,25.0,0.86,2.360,199.8 +24.8,0.86,2.990,229.2,25.3,0.86,3.490,225.6 +23.3,0.86,4.040,207.7,24.1,0.86,4.510,210.4 +21.5,0.86,4.990,234.3,22.5,0.86,5.550,235.3 +20.3,0.86,6.300,258.1,21.0,0.86,6.880,259.3 +20.4,0.86,7.550,270.4,21.3,0.86,8.230,269.3 +19.6,0.86,8.490,262.4,20.4,0.86,9.070,262.6 +17.9,0.86,7.600,270.5,18.4,0.86,8.360,270.8 +18.3,0.86,8.920,265.6,19.3,0.86,10.120,265.6 +17.9,0.86,9.670,267.1,18.5,0.86,10.400,267.2 +17.7,0.86,9.500,266.9,18.3,0.86,10.130,266.9 +15.9,0.86,8.140,269.1,16.7,0.86,9.170,268.1 +15.7,0.86,5.210,272.8,15.7,0.86,6.090,273.9 +18.2,0.86,4.470,259.7,18.0,0.86,4.510,260.6 +20.3,0.86,3.840,256.1,20.1,0.86,3.860,256.6 +22.3,0.86,3.780,241.8,22.1,0.86,3.790,242.6 +24.1,0.86,3.140,229.0,23.9,0.86,3.140,229.3 +25.8,0.86,2.990,247.3,25.6,0.86,3.040,246.6 +27.0,0.86,3.060,240.4,26.8,0.86,3.100,239.7 +27.6,0.86,2.290,242.0,27.4,0.86,2.310,240.8 +28.0,0.86,1.400,261.7,27.8,0.86,1.400,259.9 +28.0,0.86,2.600,199.8,27.8,0.86,2.850,200.2 +27.7,0.86,8.070,198.6,27.6,0.86,8.000,199.1 +27.1,0.86,8.870,219.2,27.2,0.86,9.100,221.2 +26.7,0.86,7.610,227.3,26.9,0.86,7.680,229.3 +24.3,0.86,5.740,184.2,24.5,0.86,5.430,190.7 +23.9,0.86,4.560,200.3,24.7,0.86,5.310,198.9 +20.9,0.86,2.080,150.3,21.2,0.86,2.350,161.3 +21.0,0.86,3.530,205.1,21.4,0.86,3.850,205.8 +18.9,0.86,3.560,127.5,19.4,0.86,3.110,130.8 +20.6,0.86,8.470,183.7,21.1,0.86,8.250,183.2 +22.5,0.86,4.680,196.7,23.2,0.86,5.030,193.3 +18.2,0.86,3.050,165.8,19.2,0.86,3.200,175.5 +17.7,0.86,4.250,210.4,18.6,0.86,4.470,211.9 +16.1,0.86,4.370,242.8,16.9,0.86,4.830,244.6 +15.3,0.86,4.230,266.5,16.3,0.86,4.840,263.2 +17.4,0.86,3.370,259.2,19.1,0.86,3.920,256.6 +17.8,0.86,2.720,236.3,17.9,0.86,3.040,239.1 +21.5,0.86,3.070,229.1,21.3,0.86,3.080,230.1 +24.2,0.86,3.840,239.3,24.0,0.86,3.860,240.2 +26.6,0.86,4.240,236.8,26.4,0.86,4.290,237.5 +27.7,0.86,4.860,239.7,27.5,0.86,4.910,240.2 +28.2,0.86,4.850,250.9,28.0,0.86,4.920,251.2 +28.5,0.86,4.190,247.3,28.3,0.86,4.260,247.7 +28.6,0.86,4.670,256.6,28.4,0.86,4.730,256.9 +28.2,0.86,3.640,264.0,28.1,0.86,3.760,263.9 +27.8,0.86,4.730,247.0,27.8,0.86,5.020,248.3 +27.6,0.86,8.710,224.9,27.8,0.86,8.930,225.5 +28.0,0.86,5.870,221.5,28.0,0.86,5.670,221.1 +26.5,0.86,9.740,197.0,26.7,0.86,9.820,197.7 +24.0,0.86,9.520,200.4,24.8,0.86,9.640,201.0 +21.0,0.86,7.110,224.7,21.6,0.86,8.090,221.1 +21.2,0.86,7.430,265.0,21.3,0.86,7.700,260.9 +23.7,0.86,8.020,243.0,24.5,0.86,8.750,244.4 +19.2,0.86,3.730,211.7,19.2,0.86,3.710,211.1 +17.4,0.86,2.590,212.0,18.0,0.86,2.580,217.2 +17.5,0.86,4.120,239.7,18.0,0.86,3.810,237.3 +17.0,0.86,6.870,260.7,17.6,0.86,6.850,259.0 +18.3,0.86,6.150,269.2,18.8,0.86,6.430,269.4 +17.0,0.86,4.920,259.9,18.1,0.86,5.320,261.4 +17.1,0.86,5.100,251.4,18.1,0.86,5.640,253.0 +18.7,0.86,2.970,219.2,18.6,0.86,3.240,217.7 +21.8,0.86,4.410,234.5,21.6,0.86,4.510,234.5 +24.4,0.86,6.080,248.6,24.2,0.86,6.240,248.2 +26.4,0.86,8.640,245.9,26.2,0.86,8.800,245.8 +27.3,0.86,10.400,239.1,27.0,0.86,10.600,238.9 +27.6,0.86,10.580,234.2,27.4,0.86,10.790,234.0 +28.0,0.86,10.290,231.3,27.8,0.86,10.520,231.2 +28.1,0.86,9.670,237.6,27.9,0.86,9.880,237.3 +28.2,0.86,10.600,226.8,28.1,0.86,10.850,226.8 +27.5,0.86,12.300,207.1,27.5,0.86,12.920,207.4 +26.8,0.86,12.030,211.7,26.8,0.86,13.120,212.4 +26.7,0.86,11.950,227.3,26.8,0.86,12.640,229.1 +23.5,0.86,8.130,237.8,24.0,0.86,9.900,237.7 +24.8,0.86,15.900,200.7,24.9,0.86,17.230,200.8 +22.5,0.86,13.700,198.5,22.5,0.86,14.870,198.5 +21.4,0.86,11.660,199.4,21.5,0.86,12.630,200.3 +20.0,0.86,13.320,206.7,20.4,0.86,14.740,208.1 +18.5,0.86,12.380,205.8,19.0,0.86,14.190,205.8 +18.9,0.86,15.280,206.1,19.1,0.86,17.000,206.9 +18.0,0.86,13.310,208.9,18.3,0.86,14.900,209.9 +16.1,0.86,8.660,217.5,16.4,0.86,10.260,216.5 +16.1,0.86,7.300,220.6,16.3,0.86,8.620,220.1 +14.0,0.86,6.170,284.1,14.5,0.86,6.450,275.8 +16.9,0.86,4.800,282.7,17.1,0.86,5.690,280.6 +20.3,0.86,5.310,268.1,20.1,0.86,5.390,268.7 +22.2,0.86,7.090,283.5,22.0,0.86,7.210,283.5 +22.8,0.86,6.990,275.1,22.6,0.86,7.080,275.2 +23.7,0.86,6.070,262.9,23.5,0.86,6.180,262.9 +24.3,0.86,5.990,269.6,24.1,0.86,6.100,269.4 +24.9,0.86,7.410,261.2,24.7,0.86,7.460,261.3 +25.1,0.86,6.510,284.1,24.9,0.86,6.600,283.5 +24.9,0.86,6.150,285.6,24.7,0.86,6.250,285.4 +24.4,0.86,7.730,313.3,24.2,0.86,7.900,312.6 +22.9,0.86,11.400,330.8,22.8,0.86,11.750,329.8 +20.7,0.86,11.470,338.3,20.7,0.86,12.420,337.1 +19.2,0.86,12.750,335.9,19.4,0.86,14.050,335.4 +19.4,0.86,11.760,330.2,19.7,0.86,12.910,329.9 +18.1,0.86,10.260,340.6,18.1,0.86,11.450,339.3 +13.1,0.86,12.760,38.2,12.9,0.86,14.370,38.6 +11.3,0.86,12.570,34.2,11.2,0.86,13.390,34.0 +9.5,0.87,10.090,20.3,9.3,0.87,11.110,21.7 +7.9,0.87,11.830,29.6,7.8,0.87,12.800,30.0 +6.9,0.87,8.830,16.3,6.8,0.87,9.460,16.6 +5.8,0.87,8.890,15.8,5.7,0.87,9.790,16.6 +4.9,0.87,9.530,20.3,4.7,0.87,10.390,20.9 +4.3,0.87,6.830,13.0,4.2,0.87,7.620,14.1 +4.4,0.87,8.100,20.2,4.3,0.87,8.640,20.7 +5.7,0.87,7.480,20.1,5.5,0.87,7.610,20.2 +7.5,0.87,6.520,25.1,7.4,0.87,6.620,25.1 +9.4,0.87,5.900,20.5,9.2,0.87,5.990,20.6 +11.0,0.87,4.830,19.3,10.8,0.87,4.900,19.3 +12.3,0.87,4.240,18.4,12.1,0.87,4.300,18.4 +13.5,0.87,3.440,7.0,13.3,0.87,3.490,7.0 +14.3,0.87,3.530,4.6,14.1,0.87,3.580,4.1 +14.6,0.87,3.720,336.2,14.4,0.87,3.740,336.3 +15.0,0.87,4.570,343.7,14.8,0.87,4.610,343.7 +14.9,0.87,5.160,358.1,14.8,0.87,5.110,357.8 +14.8,0.87,3.600,13.5,14.6,0.87,3.690,12.5 +14.5,0.87,4.400,355.6,14.5,0.87,4.470,353.8 +14.1,0.87,3.970,359.3,14.2,0.87,4.210,359.0 +13.9,0.87,2.680,344.4,14.3,0.87,3.000,345.9 +13.1,0.87,1.690,313.9,13.8,0.87,1.950,324.5 +11.7,0.87,2.780,266.5,12.3,0.87,2.610,273.9 +11.8,0.87,3.960,269.6,12.2,0.87,3.770,269.4 +11.3,0.87,4.510,270.6,11.8,0.87,4.440,270.1 +10.8,0.87,4.660,272.4,11.5,0.87,4.770,271.6 +10.4,0.87,4.970,275.9,11.3,0.87,5.160,275.9 +10.2,0.87,6.490,278.9,10.8,0.87,6.650,278.7 +7.7,0.87,5.030,328.9,8.3,0.87,5.090,322.9 +9.8,0.87,6.030,355.9,10.6,0.87,6.230,355.2 +9.3,0.87,4.660,14.7,10.2,0.87,4.840,16.0 +9.7,0.87,2.900,5.7,10.8,0.87,3.480,14.0 +12.1,0.87,1.640,331.1,12.0,0.87,1.650,335.5 +14.8,0.87,2.350,315.1,14.7,0.87,2.360,315.3 +16.4,0.87,3.280,303.6,16.3,0.87,3.320,303.6 +17.9,0.87,4.090,301.6,17.7,0.87,4.150,301.4 +19.1,0.87,3.930,305.6,18.9,0.87,4.000,305.7 +20.1,0.87,3.280,312.2,19.9,0.87,3.350,312.5 +20.8,0.87,3.230,317.2,20.6,0.87,3.300,317.8 +21.1,0.87,4.050,322.6,20.9,0.87,4.110,323.1 +20.9,0.87,4.920,19.2,20.7,0.87,5.010,18.6 +20.6,0.87,4.850,26.3,20.6,0.87,4.870,26.5 +20.0,0.87,6.670,40.8,19.9,0.87,6.560,40.8 +19.4,0.87,7.200,57.3,19.3,0.87,6.960,56.6 +16.6,0.87,2.320,83.2,17.0,0.87,2.940,77.8 +16.1,0.87,0.290,51.3,16.6,0.87,0.990,64.5 +15.8,0.87,0.500,304.7,16.2,0.87,0.300,327.0 +16.0,0.87,0.640,260.6,16.4,0.87,0.400,272.1 +16.3,0.87,0.810,250.5,17.0,0.87,0.580,228.6 +15.1,0.87,1.530,264.2,16.3,0.87,1.090,251.7 +12.8,0.87,1.740,285.1,13.5,0.87,1.620,273.7 +12.6,0.87,2.190,284.8,13.5,0.87,2.140,275.9 +12.8,0.87,3.180,277.0,13.6,0.87,2.910,271.1 +12.5,0.87,3.480,272.1,13.2,0.87,3.250,266.4 +13.5,0.87,2.990,272.9,14.3,0.87,2.850,265.0 +13.7,0.87,3.030,260.8,14.7,0.87,3.040,252.6 +14.6,0.87,1.670,246.3,14.7,0.87,1.940,243.2 +17.3,0.87,2.510,221.8,17.1,0.87,2.550,221.7 +19.8,0.87,3.390,214.4,19.6,0.87,3.440,214.3 +21.1,0.87,3.530,237.1,20.9,0.87,3.570,236.8 +21.9,0.87,2.660,235.7,21.7,0.87,2.690,234.9 +22.9,0.87,3.600,202.4,22.7,0.87,3.690,202.5 +23.2,0.87,5.330,198.6,23.0,0.87,5.390,199.0 +23.3,0.87,5.420,206.2,23.1,0.87,5.510,206.1 +23.0,0.87,6.960,180.8,22.8,0.87,7.140,181.6 +22.3,0.87,8.850,176.8,22.2,0.87,9.000,177.2 +21.7,0.87,10.490,176.3,21.8,0.87,10.480,177.1 +20.8,0.87,11.740,180.4,21.0,0.87,12.290,181.0 +20.1,0.87,11.680,186.1,20.5,0.87,12.280,186.1 +19.8,0.87,11.410,195.7,20.2,0.87,12.100,196.1 +17.6,0.87,9.500,202.1,18.2,0.87,10.580,205.3 +16.9,0.87,9.430,209.1,17.9,0.87,11.350,210.8 +16.3,0.87,8.680,209.2,17.5,0.87,10.700,210.3 +16.1,0.87,8.880,212.0,17.2,0.87,10.660,211.4 +16.1,0.87,9.820,208.2,17.3,0.87,11.520,207.3 +14.7,0.87,9.150,197.8,15.5,0.87,10.690,199.3 +13.8,0.87,8.710,204.0,14.7,0.87,10.530,205.0 +13.3,0.86,8.940,209.6,14.5,0.86,11.110,210.3 +13.0,0.86,9.160,212.0,14.0,0.86,11.110,211.3 +15.2,0.86,8.550,205.4,15.2,0.86,9.540,205.0 +17.1,0.86,6.530,199.8,16.9,0.86,6.730,199.7 +19.6,0.86,8.300,194.5,19.4,0.86,8.450,194.7 +21.7,0.86,9.420,202.7,21.5,0.86,9.590,202.9 +22.8,0.86,9.050,198.4,22.6,0.86,9.200,198.5 +23.5,0.86,8.950,197.3,23.3,0.86,9.100,197.5 +24.1,0.86,8.890,193.1,23.9,0.86,9.040,193.3 +24.3,0.86,8.980,190.1,24.1,0.86,9.150,190.3 +24.1,0.86,8.950,184.2,23.9,0.86,9.170,184.5 +23.5,0.86,8.820,169.9,23.4,0.86,9.270,171.1 +22.4,0.86,11.150,169.0,22.5,0.86,11.890,170.3 +21.4,0.86,11.860,170.1,21.6,0.86,12.950,171.6 +21.2,0.86,12.760,173.5,21.4,0.86,13.950,174.7 +20.2,0.86,12.710,171.6,20.3,0.86,13.820,172.5 +19.1,0.86,14.170,179.0,19.2,0.86,15.490,180.1 +17.2,0.86,11.740,186.2,17.3,0.86,13.210,187.2 +15.7,0.86,10.330,181.8,15.9,0.86,12.440,183.8 +15.2,0.86,11.200,188.6,15.4,0.86,13.120,189.6 +14.3,0.86,8.060,191.1,14.3,0.86,9.960,191.3 +13.9,0.86,7.250,189.9,13.9,0.86,8.740,191.1 +13.4,0.86,8.960,196.0,13.5,0.86,10.500,195.8 +13.3,0.86,10.250,196.2,13.5,0.86,11.740,196.3 +13.3,0.86,7.710,192.3,13.4,0.86,9.130,190.8 +12.0,0.86,6.830,195.2,12.2,0.86,8.020,195.2 +13.4,0.86,3.880,205.7,13.3,0.86,4.220,204.4 +16.1,0.86,4.560,192.6,15.9,0.86,4.640,192.4 +18.3,0.86,4.720,186.0,18.2,0.86,4.790,186.0 +20.8,0.86,5.680,179.9,20.6,0.86,5.770,179.9 +22.3,0.86,6.240,182.6,22.1,0.86,6.350,182.8 +23.9,0.86,7.610,185.3,23.7,0.86,7.720,185.5 +24.8,0.86,7.390,182.8,24.6,0.86,7.510,183.1 +25.3,0.86,7.680,183.4,25.0,0.86,7.830,183.8 +25.1,0.86,8.300,171.7,24.9,0.86,8.420,172.1 +24.5,0.86,8.260,158.6,24.4,0.86,8.750,159.4 +23.3,0.86,10.720,158.9,23.3,0.86,11.550,159.9 +22.5,0.86,12.100,162.1,22.6,0.86,13.120,162.4 +21.4,0.86,12.600,164.9,21.6,0.86,13.790,165.8 +20.6,0.86,12.830,162.6,20.8,0.86,13.930,163.5 +20.0,0.86,12.190,174.6,19.9,0.86,13.320,175.3 +19.0,0.86,11.600,177.8,18.9,0.86,12.490,178.3 +18.5,0.86,12.440,189.7,18.4,0.86,13.220,189.7 +17.5,0.86,7.180,184.8,17.4,0.86,8.400,185.1 +17.0,0.86,6.540,160.7,16.9,0.86,7.420,164.1 +16.6,0.86,8.590,180.1,16.6,0.86,9.700,182.4 +16.4,0.86,4.530,162.6,16.3,0.86,5.420,167.1 +15.6,0.86,6.850,148.8,15.6,0.86,7.260,154.5 +15.4,0.86,4.340,143.8,15.4,0.86,5.160,154.5 +18.8,0.86,7.320,174.3,19.4,0.86,8.310,177.0 +19.2,0.86,8.040,179.4,19.0,0.86,8.410,179.5 +18.3,0.86,10.370,170.0,18.1,0.86,10.620,170.5 +20.3,0.86,11.060,179.2,20.1,0.86,11.230,179.3 +21.8,0.86,10.080,184.1,21.6,0.86,10.260,184.2 +22.9,0.86,9.540,187.3,22.7,0.86,9.750,187.4 +23.4,0.86,11.460,182.3,23.2,0.86,11.700,182.6 +23.8,0.86,12.570,186.5,23.5,0.86,12.810,186.6 +24.7,0.86,13.580,184.2,24.5,0.86,13.890,184.5 +21.4,0.86,6.590,240.6,21.2,0.86,6.660,239.3 +21.2,0.86,14.700,181.1,21.1,0.86,15.280,181.3 +20.2,0.86,13.210,195.2,20.2,0.86,14.010,195.5 +19.3,0.86,10.340,186.4,19.2,0.86,10.960,186.5 +21.6,0.86,9.700,219.6,21.5,0.86,10.270,220.0 +21.2,0.86,6.040,248.6,21.1,0.86,6.580,244.6 +20.6,0.86,6.380,238.8,20.4,0.86,6.700,241.8 +19.0,0.86,5.310,231.5,18.9,0.86,4.410,243.0 +17.5,0.86,8.550,265.6,17.3,0.86,9.200,272.8 +16.5,0.86,6.930,264.8,16.2,0.86,6.840,275.8 +14.9,0.86,8.160,292.7,14.8,0.86,8.880,299.8 +13.0,0.86,4.780,263.6,13.1,0.86,5.380,269.8 +12.7,0.86,7.630,272.1,12.9,0.86,8.650,278.1 +12.5,0.86,8.100,260.0,12.6,0.86,8.720,259.6 +10.8,0.86,9.580,265.3,11.0,0.86,10.930,270.0 +10.1,0.86,9.110,261.4,10.3,0.86,10.470,265.9 +11.7,0.86,9.000,274.4,11.5,0.86,9.360,274.8 +12.9,0.86,8.030,269.0,12.7,0.86,8.160,269.1 +14.5,0.86,8.470,263.6,14.3,0.86,8.600,263.7 +16.4,0.86,9.010,257.8,16.2,0.86,9.180,257.9 +17.9,0.86,10.220,255.5,17.6,0.86,10.400,255.5 +18.8,0.86,10.980,256.9,18.6,0.86,11.170,256.9 +19.1,0.86,10.720,254.8,18.9,0.86,10.900,254.8 +19.6,0.86,10.600,252.9,19.3,0.86,10.790,252.9 +20.1,0.86,9.570,253.4,19.9,0.86,9.770,253.5 +20.4,0.86,10.190,250.7,20.2,0.86,10.460,250.8 +19.5,0.86,10.410,233.6,19.5,0.86,10.930,234.2 +19.4,0.86,10.470,241.5,19.5,0.86,10.920,242.7 +19.6,0.86,12.080,254.6,19.4,0.86,12.430,256.7 +17.8,0.86,11.120,269.6,18.1,0.86,12.120,270.4 +16.9,0.86,10.600,280.4,17.1,0.86,10.980,284.2 +15.4,0.86,10.310,284.9,15.7,0.86,11.180,287.9 +14.1,0.86,9.240,282.4,14.8,0.86,10.520,285.9 +14.8,0.86,11.930,287.0,15.5,0.86,12.810,289.0 +14.5,0.86,11.320,292.0,15.2,0.86,11.740,294.0 +12.8,0.86,9.200,293.7,13.7,0.86,10.070,293.8 +11.7,0.86,7.960,298.9,12.5,0.86,8.700,298.2 +9.9,0.87,4.530,323.7,10.4,0.87,5.030,322.8 +10.0,0.87,7.250,351.4,10.7,0.87,7.470,355.0 +9.2,0.87,7.170,20.0,10.1,0.87,7.590,23.3 +9.0,0.87,3.620,65.6,8.9,0.87,3.870,66.8 +11.4,0.87,3.800,56.5,11.3,0.87,3.830,56.8 +13.5,0.87,4.150,60.1,13.3,0.87,4.190,60.2 +15.6,0.87,3.390,65.8,15.4,0.87,3.420,66.0 +17.1,0.87,3.090,70.5,16.9,0.87,3.120,70.7 +18.3,0.87,2.690,89.0,18.1,0.87,2.720,88.8 +19.1,0.87,3.010,110.4,18.9,0.87,3.030,109.5 +19.7,0.87,2.310,120.9,19.5,0.87,2.300,120.2 +19.9,0.87,2.880,107.6,19.7,0.87,2.910,106.6 +19.7,0.87,4.840,87.3,19.5,0.87,4.800,88.3 +18.9,0.87,7.150,98.4,18.9,0.87,7.410,100.5 +16.7,0.87,10.580,94.8,16.7,0.87,11.390,96.0 +15.2,0.87,10.100,102.0,15.2,0.87,10.980,103.2 +14.5,0.87,9.730,105.4,14.6,0.87,10.810,106.4 +14.6,0.87,9.280,102.8,14.5,0.87,10.150,102.8 +13.4,0.87,10.110,103.2,13.5,0.87,11.040,104.9 +13.1,0.87,10.460,98.7,13.2,0.87,11.240,99.9 +12.1,0.87,8.700,95.6,12.3,0.87,9.750,97.3 +11.3,0.87,8.800,100.9,11.5,0.87,9.940,102.4 +11.0,0.87,8.490,96.6,11.2,0.87,9.650,98.3 +10.3,0.87,8.120,95.5,10.5,0.87,9.380,98.2 +10.3,0.87,10.390,103.0,10.5,0.87,11.190,104.7 +10.9,0.87,7.880,106.9,10.9,0.87,8.450,108.4 +11.7,0.87,7.640,106.8,11.6,0.87,8.120,108.3 +13.5,0.87,8.660,125.4,13.7,0.87,9.150,131.0 +12.9,0.87,6.110,124.9,12.8,0.87,6.280,125.4 +12.9,0.87,4.630,117.9,12.8,0.87,4.710,118.8 +15.0,0.87,6.340,132.8,14.8,0.87,6.490,133.4 +16.0,0.87,7.270,128.0,15.8,0.87,7.370,128.4 +16.3,0.87,8.260,138.0,16.1,0.87,8.400,138.4 +18.0,0.87,10.760,150.3,17.8,0.87,10.970,150.3 +17.4,0.87,10.510,148.1,17.2,0.87,10.690,148.2 +16.8,0.87,9.630,145.9,16.6,0.87,9.800,146.0 +16.0,0.87,7.370,150.0,15.8,0.87,7.600,150.2 +15.5,0.87,6.430,149.7,15.3,0.87,6.620,150.0 +15.2,0.87,6.590,142.1,15.0,0.87,6.880,142.9 +14.9,0.87,7.080,150.6,14.8,0.87,7.710,151.8 +14.8,0.87,6.900,144.3,14.7,0.87,7.770,147.9 +15.2,0.87,8.270,150.5,15.1,0.87,8.800,151.4 +15.6,0.87,9.390,157.4,15.4,0.87,9.930,158.0 +16.0,0.87,9.430,158.5,15.8,0.87,9.850,159.0 +16.3,0.87,8.780,169.4,16.1,0.87,9.190,169.7 +16.4,0.87,8.750,179.0,16.2,0.87,9.300,179.0 +16.2,0.87,7.280,184.8,16.1,0.87,7.650,184.7 +16.4,0.86,9.350,189.1,16.2,0.86,9.710,189.5 +16.3,0.86,7.960,192.0,16.2,0.86,8.490,192.2 +16.5,0.86,8.380,196.7,16.4,0.86,8.890,196.9 +16.7,0.86,8.810,197.9,16.5,0.86,9.350,198.3 +17.0,0.86,9.140,203.7,16.9,0.86,9.380,203.9 +17.8,0.86,10.020,211.2,17.6,0.86,10.170,211.3 +19.7,0.86,9.110,219.3,19.5,0.86,9.250,219.6 +22.1,0.86,10.500,241.7,21.9,0.86,10.690,241.7 +23.0,0.86,9.320,255.3,22.8,0.86,9.480,255.2 +23.0,0.86,8.330,264.9,22.8,0.86,8.480,264.8 +23.0,0.86,9.750,268.7,22.8,0.86,9.840,268.4 +23.0,0.86,8.100,277.1,22.8,0.86,8.230,276.4 +23.1,0.86,8.500,281.0,22.9,0.86,8.630,280.7 +23.2,0.86,8.450,288.6,23.0,0.86,8.760,288.8 +22.5,0.86,6.630,307.8,22.5,0.86,7.840,307.9 +21.8,0.86,8.510,322.5,21.7,0.86,8.650,321.0 +19.9,0.86,9.790,332.9,20.0,0.86,11.000,333.2 +18.8,0.86,9.210,349.4,19.0,0.86,10.330,347.7 +18.1,0.86,9.560,346.7,18.3,0.86,11.200,343.6 +17.7,0.86,10.560,348.8,18.1,0.86,11.900,348.1 +15.7,0.86,7.960,9.5,16.0,0.86,9.530,9.7 +15.7,0.86,9.260,12.9,16.0,0.86,10.430,13.4 +13.7,0.86,11.590,14.5,13.6,0.86,13.000,16.3 +10.1,0.87,12.180,34.5,10.0,0.87,13.230,34.6 +8.6,0.87,10.490,37.9,8.5,0.87,11.670,37.7 +7.6,0.87,10.170,32.6,7.5,0.87,11.240,33.0 +6.6,0.87,10.190,32.2,6.5,0.87,11.100,32.1 +5.9,0.87,8.940,33.5,5.8,0.87,9.620,33.8 +6.5,0.87,10.630,37.1,6.3,0.87,10.850,37.1 +7.5,0.87,9.180,33.6,7.3,0.87,9.340,33.6 +8.8,0.87,9.010,33.5,8.7,0.87,9.150,33.6 +10.2,0.87,8.210,36.6,10.0,0.87,8.340,36.6 +11.3,0.87,7.890,39.6,11.1,0.87,8.010,39.7 +12.4,0.87,7.660,46.1,12.2,0.87,7.780,46.1 +12.9,0.87,7.490,48.3,12.7,0.87,7.600,48.3 +13.2,0.87,7.120,59.1,13.0,0.87,7.230,59.0 +13.2,0.87,6.960,69.0,13.0,0.87,7.090,68.8 +12.6,0.87,7.450,62.2,12.5,0.87,7.710,62.5 +12.0,0.87,8.080,57.5,11.9,0.87,8.520,58.0 +11.1,0.87,9.970,55.8,11.1,0.87,10.600,56.0 +10.2,0.87,9.500,56.5,10.3,0.87,10.120,58.2 +9.4,0.87,9.260,60.0,9.5,0.87,10.060,62.7 +8.9,0.87,10.390,65.7,9.1,0.87,11.330,67.3 +8.5,0.87,10.220,69.7,8.6,0.87,11.100,71.1 +8.1,0.87,10.250,70.8,8.2,0.87,11.020,72.5 +8.0,0.87,10.250,73.0,8.2,0.87,11.010,75.2 +7.0,0.87,9.500,69.6,7.1,0.87,10.290,71.9 +6.1,0.87,8.010,69.3,6.2,0.87,8.710,70.8 +5.9,0.87,7.020,67.4,5.8,0.87,7.480,67.6 +4.8,0.87,7.530,67.5,4.7,0.87,8.020,67.8 +4.6,0.87,6.430,64.2,4.4,0.87,6.850,64.2 +4.4,0.87,5.230,61.8,4.2,0.87,5.360,62.1 +4.0,0.87,4.610,65.0,3.8,0.87,4.670,65.4 +3.6,0.87,4.310,62.1,3.4,0.87,4.350,62.3 +3.6,0.87,3.150,56.5,3.4,0.87,3.180,56.9 +4.1,0.87,1.890,88.3,3.9,0.87,1.920,88.1 +4.8,0.87,0.940,111.0,4.6,0.87,0.940,111.1 +5.4,0.87,0.740,128.8,5.2,0.87,0.730,129.2 +6.8,0.87,2.380,200.9,6.5,0.87,2.380,201.4 +8.0,0.87,3.570,218.1,7.8,0.87,3.620,218.3 +9.1,0.87,1.970,259.3,8.9,0.87,2.020,258.2 +9.8,0.87,2.540,230.7,9.6,0.87,2.660,230.3 +9.6,0.87,3.620,200.3,9.5,0.87,3.640,201.3 +9.9,0.87,6.700,209.5,9.9,0.87,6.750,213.2 +9.3,0.87,7.310,203.5,9.6,0.87,7.600,206.6 +8.1,0.87,6.090,207.6,8.3,0.87,7.220,209.1 +7.3,0.87,6.460,227.5,7.7,0.87,7.800,227.2 +8.6,0.87,7.460,241.4,9.0,0.87,8.010,241.2 +8.5,0.87,8.150,240.5,8.7,0.87,8.550,241.9 +8.1,0.87,8.100,246.7,8.2,0.87,8.620,249.2 +7.4,0.87,8.910,254.5,7.7,0.87,9.790,256.7 +7.1,0.87,9.820,255.8,7.5,0.87,10.880,257.1 +6.2,0.87,8.420,255.3,6.6,0.87,9.770,255.7 +5.6,0.87,7.820,252.4,6.0,0.87,9.170,253.9 +6.3,0.87,8.850,254.6,6.8,0.87,10.130,255.0 +6.3,0.87,8.660,260.1,6.8,0.87,9.710,260.3 +7.0,0.87,4.350,261.1,7.0,0.87,5.660,259.9 +9.3,0.87,3.200,262.5,9.1,0.87,3.310,262.7 +12.8,0.87,3.560,246.0,12.6,0.87,3.640,246.6 +15.0,0.86,5.710,248.4,14.8,0.86,5.800,248.6 +16.4,0.86,6.150,248.9,16.2,0.86,6.250,248.7 +17.4,0.86,6.060,249.0,17.3,0.86,6.170,248.7 +18.3,0.86,6.530,250.4,18.1,0.86,6.650,250.1 +18.8,0.86,6.850,247.6,18.6,0.86,6.970,247.4 +18.8,0.86,6.110,259.3,18.6,0.86,6.210,258.8 +18.6,0.86,4.390,248.6,18.5,0.86,4.860,247.3 +18.0,0.86,5.100,207.9,17.9,0.86,5.380,210.0 +15.8,0.86,10.380,186.4,15.9,0.86,11.170,187.7 +15.3,0.86,10.640,187.6,15.4,0.86,11.150,188.7 +14.4,0.86,10.180,191.8,14.5,0.86,10.780,194.6 +12.6,0.86,8.120,198.1,12.9,0.86,9.340,200.0 +12.9,0.86,9.360,203.3,13.3,0.86,10.780,202.8 +12.4,0.86,8.140,198.6,12.7,0.86,9.440,199.4 +11.5,0.86,6.310,221.2,11.6,0.86,7.240,219.3 +11.5,0.86,5.670,243.8,11.5,0.86,5.970,241.5 +12.2,0.86,7.050,225.8,12.2,0.86,7.790,224.9 +11.6,0.86,7.120,232.7,11.8,0.86,7.910,234.1 +9.3,0.86,5.130,276.0,9.6,0.86,5.510,273.2 +10.2,0.86,6.560,280.9,11.3,0.86,7.200,282.1 +7.9,0.86,7.480,320.4,8.8,0.86,8.600,316.9 +7.1,0.86,3.590,336.4,7.0,0.86,3.840,337.1 +8.7,0.86,5.010,347.9,8.5,0.86,5.050,348.0 +10.2,0.86,7.600,352.2,10.0,0.86,7.700,352.2 +10.5,0.86,8.700,9.6,10.3,0.86,8.830,9.5 +9.2,0.86,11.060,8.2,8.9,0.86,11.200,8.3 +7.0,0.87,10.180,20.7,6.8,0.87,10.360,20.5 +5.4,0.87,11.270,22.3,5.2,0.87,11.450,22.3 +5.0,0.87,9.540,31.1,4.8,0.87,9.710,30.9 +3.6,0.87,9.430,23.6,3.4,0.87,9.580,24.0 +3.7,0.87,5.560,37.1,3.5,0.87,5.670,36.6 +3.5,0.87,5.910,29.2,3.4,0.87,6.420,30.0 +3.6,0.87,6.210,38.1,3.4,0.87,6.500,37.8 +3.5,0.87,5.830,35.7,3.4,0.87,6.100,36.2 +3.4,0.87,5.620,41.7,3.3,0.87,6.210,40.3 +2.7,0.87,3.740,34.5,2.9,0.87,4.260,36.4 +2.5,0.87,2.470,25.2,2.6,0.87,2.840,29.8 +2.3,0.87,2.820,342.5,2.5,0.87,2.800,349.6 +1.7,0.87,2.780,314.4,2.0,0.87,2.590,320.1 +1.7,0.87,2.780,295.5,1.9,0.87,2.600,296.6 +1.7,0.87,4.180,297.6,1.9,0.87,4.010,297.4 +1.9,0.87,5.170,294.6,2.1,0.87,4.960,294.1 +2.1,0.87,6.340,295.9,2.3,0.87,6.100,295.5 +1.6,0.87,6.230,290.6,2.1,0.87,6.330,289.8 +1.1,0.87,6.800,279.3,1.6,0.87,7.070,281.8 +1.8,0.87,3.430,264.8,1.7,0.87,3.810,266.3 +4.8,0.87,4.150,256.9,4.7,0.87,4.160,257.8 +7.2,0.87,4.680,251.1,7.0,0.87,4.710,251.5 +8.8,0.87,4.070,248.1,8.6,0.87,4.110,248.7 +10.7,0.87,4.310,238.3,10.5,0.87,4.380,238.0 +13.0,0.87,4.310,231.3,12.8,0.87,4.410,231.0 +14.6,0.87,6.520,225.1,14.4,0.87,6.620,225.4 +15.5,0.87,6.590,229.1,15.3,0.87,6.720,229.3 +16.0,0.86,6.930,229.0,15.8,0.86,7.060,229.2 +16.1,0.86,6.220,221.8,15.9,0.86,6.540,222.8 +15.9,0.86,6.730,227.6,15.8,0.86,7.070,230.5 +15.5,0.86,7.240,219.2,15.7,0.86,7.900,221.5 +13.9,0.86,10.210,210.0,14.0,0.86,10.980,212.3 +12.1,0.86,9.020,209.0,12.3,0.86,9.950,212.2 +10.5,0.86,7.140,217.9,10.7,0.86,7.880,221.8 +10.4,0.86,7.140,230.6,10.3,0.86,8.340,227.1 +10.2,0.86,10.530,225.7,10.5,0.86,11.950,227.1 +10.3,0.86,11.460,227.3,10.8,0.86,12.450,230.8 +9.7,0.86,9.050,235.7,10.3,0.86,10.160,238.5 +9.1,0.86,7.770,238.1,9.6,0.86,8.980,240.8 +9.6,0.86,10.870,251.1,10.4,0.86,12.720,250.7 +9.1,0.86,11.150,255.7,9.6,0.86,12.720,256.2 +9.5,0.86,12.720,262.1,10.0,0.86,13.980,263.0 +9.3,0.86,12.860,261.0,9.7,0.86,14.090,262.1 +10.4,0.86,10.600,261.3,10.3,0.86,11.320,261.6 +12.8,0.86,9.610,262.2,12.7,0.86,9.840,262.3 +14.7,0.86,10.230,261.3,14.5,0.86,10.380,261.3 +16.0,0.86,9.060,260.3,15.8,0.86,9.190,260.3 +17.0,0.86,8.370,259.3,16.8,0.86,8.490,259.4 +17.8,0.86,8.610,263.6,17.6,0.86,8.730,263.7 +19.1,0.86,7.030,274.0,18.9,0.86,7.160,274.2 +19.9,0.86,5.550,287.3,19.7,0.86,5.660,287.0 +20.5,0.86,3.730,278.0,20.3,0.86,3.880,277.5 +20.4,0.86,3.840,303.2,20.3,0.86,3.810,301.2 +20.0,0.86,2.790,357.2,20.0,0.86,2.920,352.8 +18.7,0.86,1.910,34.0,19.0,0.86,1.920,25.8 +15.9,0.86,6.380,20.6,16.1,0.86,7.190,20.9 +13.2,0.86,12.250,35.9,13.3,0.86,13.980,36.8 +11.7,0.86,12.720,37.9,11.7,0.86,14.240,38.5 +10.7,0.86,14.010,39.9,10.7,0.86,15.350,40.5 +9.6,0.86,12.440,36.8,9.6,0.86,13.720,37.5 +8.8,0.86,11.670,30.9,8.7,0.86,12.890,31.8 +8.2,0.86,11.880,27.9,8.2,0.86,13.040,28.7 +7.7,0.86,11.370,19.4,7.6,0.86,12.530,20.5 +7.0,0.87,11.150,21.2,7.0,0.87,12.270,21.8 +6.4,0.87,10.970,20.2,6.3,0.87,12.100,21.0 +5.7,0.87,11.330,19.2,5.7,0.87,12.530,20.9 +5.5,0.87,10.150,20.7,5.5,0.87,11.000,21.7 +6.5,0.87,8.090,22.4,6.4,0.87,8.290,22.7 +8.1,0.87,7.720,27.6,7.9,0.87,7.850,27.7 +9.7,0.87,6.860,33.1,9.5,0.87,6.980,33.1 +11.1,0.87,5.940,36.7,10.9,0.87,6.040,36.8 +12.3,0.87,4.890,39.1,12.1,0.87,4.960,39.1 +13.3,0.87,4.370,42.1,13.1,0.87,4.430,42.0 +13.9,0.87,3.860,32.0,13.7,0.87,3.920,31.9 +14.2,0.87,3.340,29.3,14.0,0.87,3.390,29.1 +14.4,0.87,3.210,25.3,14.2,0.87,3.250,25.4 +14.2,0.87,3.400,34.9,14.0,0.87,3.470,34.8 +13.7,0.87,4.530,64.4,13.6,0.87,4.370,65.5 +13.4,0.87,5.060,71.3,13.2,0.87,4.900,72.2 +12.3,0.87,5.010,90.1,12.6,0.87,5.250,90.8 +11.9,0.87,3.800,112.7,12.2,0.87,4.150,112.8 +11.2,0.87,3.530,136.0,11.4,0.87,3.970,135.1 +10.4,0.87,4.130,162.7,10.6,0.87,4.650,163.1 +10.0,0.87,5.060,195.8,10.3,0.87,5.540,192.9 +10.1,0.87,6.370,201.8,10.2,0.87,6.720,200.0 +9.7,0.87,7.360,214.2,9.9,0.87,7.920,212.4 +9.3,0.87,7.370,224.1,9.6,0.87,8.150,221.5 +8.6,0.87,6.990,243.0,8.9,0.87,7.500,241.3 +8.8,0.87,6.810,253.6,9.1,0.87,7.200,251.2 +8.0,0.87,7.250,263.3,8.5,0.87,7.480,260.3 +8.1,0.87,8.720,267.6,8.6,0.87,9.300,265.9 +7.8,0.87,5.580,267.7,8.0,0.87,6.870,269.2 +10.4,0.87,4.500,268.0,10.2,0.87,4.580,268.9 +13.1,0.87,5.140,265.9,12.9,0.87,5.210,266.5 +15.1,0.87,5.730,263.9,14.9,0.87,5.800,264.5 +16.6,0.87,5.340,268.0,16.4,0.87,5.410,268.4 +17.8,0.87,4.650,271.8,17.5,0.87,4.720,271.9 +18.6,0.87,4.260,274.9,18.4,0.87,4.320,274.8 +19.0,0.87,3.990,278.9,18.8,0.87,4.040,278.4 +19.2,0.87,3.770,283.5,19.0,0.87,3.810,282.8 +19.0,0.87,3.600,276.6,18.9,0.87,3.650,278.0 +19.0,0.87,3.430,266.5,19.0,0.87,3.520,264.6 +18.9,0.87,3.610,267.0,18.8,0.87,3.550,266.7 +17.1,0.87,3.840,241.7,17.3,0.87,3.850,244.1 +15.8,0.87,4.040,256.1,16.4,0.87,4.320,258.3 +15.9,0.87,4.910,262.3,16.2,0.87,5.180,261.3 +15.0,0.87,4.720,265.2,15.5,0.87,5.070,262.3 +13.8,0.87,4.780,267.3,14.4,0.87,5.040,263.5 +12.7,0.87,5.050,261.4,13.4,0.87,5.500,258.9 +12.6,0.87,5.840,263.1,13.3,0.87,6.260,259.9 +12.0,0.87,7.390,262.6,12.6,0.87,7.490,259.9 +11.4,0.87,8.200,261.7,11.9,0.87,8.450,259.6 +11.0,0.87,8.150,262.8,11.4,0.87,8.380,261.0 +10.9,0.87,8.190,264.8,11.3,0.87,8.380,262.7 +10.5,0.87,7.820,259.0,10.9,0.87,8.090,257.1 +10.1,0.87,6.500,259.8,10.6,0.87,7.250,258.8 +12.0,0.87,3.820,260.8,11.8,0.87,3.910,261.4 +14.7,0.87,3.670,247.9,14.6,0.87,3.720,248.7 +17.3,0.87,3.850,235.5,17.1,0.87,3.930,235.3 +19.7,0.87,4.880,241.7,19.5,0.87,4.980,240.9 +20.8,0.87,6.440,229.8,20.6,0.87,6.550,229.9 +21.2,0.87,6.790,226.0,21.0,0.87,6.890,226.2 +21.4,0.87,6.380,227.1,21.2,0.87,6.480,227.3 +21.5,0.87,5.720,230.4,21.3,0.87,5.860,230.5 +21.3,0.87,6.070,233.8,21.1,0.87,6.340,234.1 +21.1,0.87,6.010,240.6,21.0,0.87,6.030,240.8 +19.7,0.87,8.740,205.0,19.8,0.87,9.250,206.8 +18.9,0.87,9.130,200.5,19.0,0.87,9.430,201.7 +17.6,0.87,9.710,206.0,17.9,0.87,10.700,206.5 +16.0,0.87,8.540,217.0,16.6,0.87,10.210,216.0 +14.8,0.87,7.610,231.2,15.5,0.87,8.880,227.7 +14.3,0.87,5.460,230.3,14.5,0.87,6.160,227.6 +14.0,0.87,5.940,238.6,14.1,0.87,6.590,235.3 +13.8,0.87,5.080,267.2,13.9,0.87,5.450,262.1 +13.3,0.87,2.660,294.8,13.6,0.87,2.780,284.5 +13.1,0.87,2.260,300.9,13.5,0.87,2.380,294.0 +13.4,0.87,2.100,309.8,13.9,0.87,2.280,305.9 +10.8,0.87,2.040,3.4,11.9,0.87,1.980,357.2 +8.9,0.87,4.150,62.1,9.3,0.87,3.830,65.6 +8.1,0.87,4.290,74.0,8.7,0.87,5.690,79.3 +10.3,0.87,4.300,90.1,10.1,0.87,4.380,89.6 +12.7,0.87,5.810,97.8,12.6,0.87,5.850,97.6 +14.6,0.87,5.840,105.8,14.5,0.87,5.880,105.7 +15.8,0.87,6.260,110.0,15.7,0.87,6.310,110.2 +16.8,0.87,6.380,115.0,16.6,0.87,6.450,115.5 +17.4,0.87,7.090,117.9,17.2,0.87,7.190,118.3 +17.5,0.87,7.420,123.7,17.3,0.87,7.510,124.0 +17.3,0.87,7.940,126.5,17.1,0.87,8.070,126.7 +16.3,0.87,8.650,126.7,16.1,0.87,9.100,126.9 +14.6,0.87,10.200,117.5,14.5,0.87,11.000,118.1 +12.9,0.87,10.120,114.1,12.8,0.87,10.880,115.2 +11.3,0.87,9.380,114.1,11.2,0.87,10.280,115.0 +10.2,0.87,8.490,110.3,10.1,0.87,9.390,111.9 +9.0,0.87,8.410,107.7,8.9,0.87,9.270,109.9 +7.9,0.87,8.280,108.6,7.9,0.87,9.180,110.7 +7.1,0.87,7.240,114.3,7.0,0.87,8.260,115.7 +6.3,0.87,7.410,114.3,6.2,0.87,8.600,116.3 +5.4,0.87,6.970,109.8,5.3,0.87,8.020,113.1 +4.5,0.87,6.310,110.3,4.5,0.87,7.360,113.8 +3.9,0.87,5.090,120.8,3.9,0.87,6.160,124.3 +3.8,0.87,4.350,128.2,3.8,0.87,5.070,129.6 +4.0,0.87,3.320,151.8,3.9,0.87,3.780,151.4 +4.3,0.87,3.450,140.6,4.2,0.87,3.840,142.0 +4.6,0.87,1.350,89.0,4.5,0.87,1.570,109.1 +5.4,0.87,1.590,84.0,5.2,0.87,1.540,85.5 +7.1,0.87,1.390,103.5,7.0,0.87,1.370,103.5 +9.6,0.87,0.670,159.9,9.4,0.87,0.660,162.2 +10.2,0.87,1.290,183.2,10.1,0.87,1.290,183.1 +11.4,0.87,3.190,163.5,11.2,0.87,3.260,164.2 +13.1,0.87,5.080,180.8,12.9,0.87,5.180,181.3 +13.6,0.87,7.110,166.7,13.3,0.87,7.240,166.9 +12.8,0.87,4.950,161.0,12.6,0.87,5.070,161.6 +12.5,0.87,4.160,175.8,12.3,0.87,4.280,176.2 +12.1,0.87,4.410,149.5,12.0,0.87,4.730,155.7 +12.9,0.87,4.620,189.3,12.8,0.87,4.910,189.6 +12.9,0.87,4.820,192.7,13.1,0.87,5.060,195.3 +13.2,0.87,3.180,214.3,13.2,0.87,3.430,219.5 +13.0,0.87,5.890,222.2,13.0,0.87,6.390,224.6 +12.2,0.87,7.710,209.7,12.2,0.87,8.270,210.6 +12.2,0.87,11.700,183.7,12.1,0.87,12.280,184.8 +12.7,0.87,10.360,192.8,12.7,0.87,11.010,192.9 +11.7,0.87,7.150,197.6,11.7,0.87,7.890,198.6 +12.1,0.87,6.970,217.2,12.4,0.87,7.550,218.9 +10.4,0.87,7.090,226.2,10.9,0.87,7.620,226.9 +9.7,0.87,4.410,255.8,9.6,0.87,4.650,255.8 +9.4,0.87,4.830,269.8,9.3,0.87,5.010,270.0 +8.5,0.87,4.540,273.7,8.3,0.87,4.940,273.2 +8.6,0.87,4.850,277.3,8.5,0.87,5.120,278.4 +9.4,0.87,4.310,281.9,9.2,0.87,4.340,284.2 +11.9,0.87,3.320,316.0,11.7,0.87,3.420,316.9 +14.8,0.87,7.030,2.0,14.6,0.87,7.150,2.0 +15.6,0.87,9.360,11.7,15.4,0.87,9.520,11.8 +16.5,0.87,8.860,16.1,16.3,0.87,9.030,16.2 +16.7,0.87,9.250,8.2,16.5,0.87,9.400,8.3 +16.1,0.87,8.710,11.0,15.9,0.87,8.850,11.1 +15.9,0.87,7.320,21.5,15.7,0.87,7.470,21.4 +15.4,0.87,6.870,31.7,15.2,0.87,7.220,30.6 +14.8,0.87,6.460,29.6,14.7,0.87,7.170,28.6 +12.4,0.87,8.760,61.0,12.1,0.87,9.430,58.8 +11.1,0.87,10.100,59.6,11.1,0.87,10.820,59.5 +11.3,0.87,8.530,59.7,11.3,0.87,9.000,60.3 +11.1,0.87,7.100,59.2,11.2,0.87,7.600,58.9 +11.0,0.87,6.200,53.1,11.1,0.87,6.530,53.6 +10.2,0.87,3.210,32.1,10.4,0.87,3.440,37.7 +9.1,0.87,2.200,353.8,9.5,0.87,2.220,4.0 +8.2,0.87,2.850,309.4,8.8,0.87,2.500,315.8 +7.9,0.87,2.980,288.1,8.3,0.87,2.920,289.7 +7.3,0.87,5.240,282.2,7.8,0.87,4.880,283.2 +7.2,0.87,5.420,278.9,7.7,0.87,5.340,277.7 +7.3,0.87,5.990,278.5,7.9,0.87,5.880,276.6 +6.9,0.87,6.540,275.9,7.5,0.87,6.650,274.3 +6.6,0.87,5.180,266.0,7.3,0.87,5.850,266.7 +8.6,0.87,3.160,251.9,8.5,0.87,3.320,254.0 +11.6,0.87,4.080,238.7,11.4,0.87,4.120,239.2 +13.8,0.87,4.490,241.9,13.7,0.87,4.530,241.9 +15.9,0.87,4.520,236.1,15.7,0.87,4.590,235.9 +17.4,0.87,3.790,233.8,17.2,0.87,3.870,233.5 +18.4,0.86,5.340,218.7,18.2,0.86,5.420,219.1 +18.8,0.86,6.320,215.9,18.6,0.86,6.420,216.3 +18.6,0.86,7.120,215.5,18.4,0.86,7.240,215.7 +18.3,0.86,6.930,215.6,18.2,0.86,7.260,216.2 +17.9,0.86,7.470,199.1,17.9,0.86,7.690,201.7 +16.8,0.86,10.450,185.0,16.9,0.86,11.140,186.3 +15.7,0.86,10.540,196.9,16.0,0.86,11.510,198.3 +14.9,0.86,10.190,188.5,15.0,0.86,10.840,192.2 +13.3,0.86,8.780,197.6,13.7,0.86,10.170,199.4 +13.6,0.86,8.930,197.7,13.9,0.86,10.560,198.5 +13.8,0.86,8.590,192.4,13.9,0.86,9.980,193.1 +13.1,0.86,7.370,201.0,13.3,0.86,8.920,201.8 +13.4,0.86,7.500,199.9,13.5,0.86,8.970,200.1 +13.5,0.86,7.660,195.6,13.6,0.86,9.170,194.4 +13.0,0.86,6.850,185.6,13.0,0.86,8.150,187.3 +12.7,0.86,6.660,185.2,12.8,0.86,8.130,185.9 +12.1,0.86,4.870,177.6,12.1,0.86,6.010,181.1 +12.1,0.86,4.230,193.4,12.0,0.86,4.960,193.4 +12.6,0.86,4.800,188.5,12.6,0.86,5.620,191.0 +13.8,0.86,5.030,194.7,13.6,0.86,5.310,194.9 +15.1,0.86,6.320,187.3,14.9,0.86,6.450,187.3 +16.8,0.86,6.070,189.6,16.6,0.86,6.150,189.7 +19.4,0.86,6.990,195.3,19.2,0.86,7.130,195.5 +20.9,0.86,7.670,194.2,20.7,0.86,7.780,194.4 +21.5,0.86,8.450,192.4,21.3,0.86,8.590,192.5 +22.3,0.86,9.090,190.6,22.1,0.86,9.240,190.8 +22.6,0.86,9.150,177.8,22.4,0.86,9.380,178.1 +22.2,0.86,9.430,187.4,22.1,0.86,10.330,187.5 +21.0,0.86,10.610,179.7,21.0,0.86,11.730,180.3 +20.6,0.86,11.760,183.1,20.6,0.86,12.580,183.9 +20.1,0.86,11.160,189.8,20.1,0.86,12.160,190.8 +19.3,0.86,8.590,187.6,19.3,0.86,9.340,189.7 +18.9,0.86,8.560,180.2,18.9,0.86,9.210,182.1 +18.1,0.86,9.190,180.6,18.0,0.86,10.040,182.2 +17.5,0.86,11.230,187.1,17.5,0.86,12.520,188.7 +17.0,0.86,12.950,190.6,17.0,0.86,14.130,191.6 +16.7,0.86,11.450,199.1,16.7,0.86,12.750,199.3 +16.3,0.86,10.480,199.0,16.3,0.86,11.580,199.4 +16.4,0.86,11.160,200.1,16.3,0.86,12.090,200.3 +16.5,0.86,10.270,197.8,16.4,0.86,11.080,198.1 +16.3,0.86,9.280,200.2,16.3,0.86,10.200,200.3 +16.3,0.86,8.620,205.8,16.4,0.86,9.540,207.0 +16.8,0.86,6.520,208.2,16.8,0.86,7.090,209.0 +17.8,0.86,4.920,211.2,17.6,0.86,5.240,212.6 +19.4,0.86,4.380,207.4,19.2,0.86,4.450,208.0 +21.3,0.86,6.250,218.7,21.1,0.86,6.360,219.3 +23.3,0.86,7.990,228.8,23.1,0.86,8.160,228.9 +22.4,0.86,9.400,217.7,22.2,0.86,9.560,218.5 +22.4,0.86,8.670,241.0,22.2,0.86,8.800,241.0 +21.7,0.86,8.490,231.0,21.5,0.86,8.670,231.0 +20.2,0.86,7.670,183.6,20.0,0.86,7.880,184.0 +20.4,0.86,5.260,208.3,20.4,0.86,5.520,210.6 +18.5,0.86,7.040,146.4,18.3,0.86,8.020,148.0 +17.2,0.86,8.560,171.1,17.1,0.86,9.100,171.9 +16.9,0.86,7.030,179.8,16.8,0.86,7.880,179.3 +16.8,0.86,4.490,193.1,16.7,0.86,5.600,192.2 +16.9,0.86,6.520,178.5,17.0,0.86,8.480,181.3 +16.4,0.86,7.170,179.4,16.4,0.86,8.830,181.1 +16.0,0.86,3.350,171.5,16.0,0.86,5.910,179.0 +14.6,0.86,4.190,184.9,14.5,0.86,4.750,184.4 +14.2,0.86,4.800,166.5,14.1,0.86,5.140,169.1 +15.2,0.86,7.140,218.5,15.3,0.86,8.310,224.7 +15.8,0.86,11.310,243.3,16.0,0.86,12.140,244.3 +15.3,0.86,7.940,211.1,15.8,0.86,8.620,219.9 +15.3,0.86,9.730,237.5,15.7,0.86,10.690,242.2 +14.8,0.86,8.670,240.6,14.9,0.86,9.410,244.1 +15.1,0.86,6.250,271.6,15.0,0.86,6.820,271.3 +15.7,0.86,4.630,287.6,15.5,0.86,4.720,287.3 +17.2,0.86,8.280,274.6,17.0,0.86,8.440,274.7 +17.9,0.86,6.920,268.1,17.7,0.86,7.040,268.0 +19.1,0.86,5.000,255.1,18.9,0.86,5.130,255.1 +20.6,0.86,6.440,245.2,20.4,0.86,6.630,244.7 +21.2,0.86,8.580,241.0,20.9,0.86,8.750,240.9 +19.9,0.86,9.280,234.6,19.7,0.86,9.470,234.6 +19.2,0.86,10.050,235.3,19.0,0.86,10.240,235.4 +19.1,0.86,9.470,232.7,18.9,0.86,10.340,233.6 +17.0,0.86,16.750,234.1,17.0,0.86,17.250,233.9 +17.8,0.86,10.490,227.7,17.9,0.86,11.210,228.4 +16.9,0.86,8.970,230.1,17.0,0.86,9.840,230.9 +15.9,0.86,10.010,231.3,16.1,0.86,11.210,234.6 +15.3,0.86,12.100,252.3,15.4,0.86,12.950,254.4 +12.6,0.86,11.070,288.2,12.6,0.86,12.090,288.9 +11.3,0.86,11.150,270.2,11.5,0.86,12.690,272.6 +10.6,0.86,12.350,263.6,10.6,0.86,13.390,264.6 +9.6,0.86,13.670,261.6,9.6,0.86,14.580,262.6 +8.5,0.86,11.500,267.2,8.5,0.86,12.670,269.6 +7.5,0.86,11.530,269.3,7.5,0.86,12.570,272.4 +6.9,0.86,11.810,285.9,7.0,0.86,12.940,287.1 +6.6,0.86,12.610,289.9,6.8,0.86,13.700,291.6 +6.3,0.86,11.140,290.4,6.4,0.86,12.120,292.1 +7.2,0.86,7.670,301.1,7.1,0.86,8.160,301.5 +9.2,0.86,7.300,303.7,9.0,0.86,7.400,304.2 +11.3,0.86,7.080,302.3,11.1,0.86,7.190,302.7 +12.8,0.86,7.850,314.7,12.6,0.86,8.010,314.8 +13.8,0.86,7.340,298.2,13.6,0.86,7.460,298.3 +14.6,0.86,6.940,287.6,14.4,0.86,7.050,287.8 +14.8,0.86,7.430,269.1,14.6,0.86,7.520,269.4 +15.0,0.86,7.390,272.5,14.8,0.86,7.510,272.5 +15.2,0.86,7.310,263.3,15.0,0.86,7.460,263.5 +15.2,0.86,5.420,260.5,15.1,0.86,5.690,262.0 +15.7,0.86,11.750,270.3,15.4,0.86,11.660,270.6 +14.7,0.86,10.080,264.9,14.6,0.86,10.840,268.9 +13.3,0.86,9.950,255.8,13.3,0.86,10.250,258.8 +12.6,0.86,13.070,247.6,12.6,0.86,13.920,251.4 +10.3,0.86,12.290,263.6,10.3,0.86,13.390,266.5 +9.3,0.86,11.890,277.5,9.4,0.86,13.200,279.3 +8.8,0.86,12.430,286.1,8.9,0.86,13.690,287.0 +8.1,0.86,11.950,286.5,8.2,0.86,13.170,286.8 +7.4,0.86,11.400,288.2,7.4,0.86,12.510,288.8 +7.2,0.86,10.530,302.1,7.6,0.86,11.450,305.2 +7.9,0.86,9.560,311.5,8.6,0.86,10.450,318.3 +7.3,0.86,9.430,311.9,7.9,0.86,10.850,317.7 +6.8,0.86,8.920,323.4,7.4,0.86,10.680,328.7 +6.7,0.86,8.930,328.0,7.1,0.86,10.490,333.5 +7.5,0.86,7.330,14.0,7.3,0.86,8.130,14.3 +9.1,0.86,8.130,18.4,9.0,0.86,8.320,18.6 +10.8,0.86,8.770,15.6,10.6,0.86,8.910,15.8 +12.2,0.87,8.370,18.8,12.0,0.87,8.520,19.0 +13.3,0.87,7.600,18.3,13.1,0.87,7.730,18.4 +14.2,0.87,6.090,13.6,14.0,0.87,6.190,13.4 +14.8,0.87,4.570,5.3,14.6,0.87,4.640,5.1 +15.0,0.87,3.850,351.7,14.8,0.87,3.910,351.6 +15.0,0.87,3.520,13.9,14.9,0.87,3.570,13.3 +15.0,0.87,5.630,18.6,14.8,0.87,5.590,17.5 +14.4,0.87,5.920,38.3,14.3,0.87,5.870,38.1 +13.3,0.87,8.080,60.4,13.3,0.87,8.470,61.6 +11.9,0.87,7.630,76.7,12.1,0.87,8.190,76.5 +11.8,0.87,9.030,72.6,12.0,0.87,9.650,72.9 +10.6,0.87,8.430,73.5,10.9,0.87,9.260,73.0 +10.2,0.87,8.180,71.5,10.6,0.87,9.120,71.0 +8.8,0.87,6.490,77.0,9.1,0.87,7.290,76.2 +8.3,0.87,5.040,77.1,8.7,0.87,5.630,78.4 +7.6,0.87,3.580,78.5,7.9,0.87,4.070,80.9 +6.8,0.87,2.560,77.6,7.2,0.87,2.990,80.2 +6.3,0.87,1.320,86.5,6.7,0.87,1.770,91.9 +5.9,0.87,0.600,164.9,6.3,0.87,1.090,139.9 +5.6,0.87,1.000,196.2,6.1,0.87,1.330,172.5 +5.7,0.87,1.410,209.5,6.2,0.87,1.640,190.0 +6.0,0.87,2.160,205.6,6.5,0.87,2.450,195.1 +6.6,0.87,2.110,208.2,6.9,0.87,2.940,200.1 +9.3,0.87,3.660,192.3,9.1,0.87,3.750,191.8 +11.4,0.87,5.780,195.1,11.2,0.87,5.860,195.2 +12.6,0.87,6.460,204.2,12.4,0.87,6.570,204.3 +13.7,0.87,6.990,209.6,13.5,0.87,7.110,209.7 +14.5,0.87,7.740,213.6,14.3,0.87,7.860,213.7 +14.9,0.87,7.690,208.5,14.7,0.87,7.820,208.6 +15.2,0.87,7.910,204.0,15.0,0.87,8.090,204.3 +14.8,0.87,8.310,190.7,14.7,0.87,8.720,191.7 +13.9,0.87,11.080,188.7,13.9,0.87,11.890,189.7 +13.0,0.87,11.180,192.1,13.1,0.87,12.170,193.3 +12.3,0.87,11.160,193.6,12.4,0.87,12.080,194.3 +11.8,0.87,11.620,196.1,12.0,0.87,12.600,196.8 +11.3,0.87,12.020,199.9,11.6,0.87,13.210,200.8 +10.8,0.87,11.570,198.2,11.1,0.87,12.950,199.0 +10.9,0.87,13.980,199.0,11.2,0.87,15.390,199.4 +9.8,0.87,13.340,199.8,10.1,0.87,14.860,200.4 +9.8,0.86,14.870,201.4,9.9,0.86,16.150,201.6 +8.4,0.86,9.940,199.1,8.6,0.86,11.410,200.3 +9.1,0.86,11.680,199.6,9.1,0.86,12.830,199.7 +9.3,0.86,13.230,199.4,9.3,0.86,14.320,199.3 +9.0,0.86,11.600,201.8,9.0,0.86,12.610,201.6 +9.3,0.86,11.950,202.8,9.2,0.86,12.800,202.8 +9.3,0.86,10.560,214.3,9.2,0.86,11.060,214.2 +9.2,0.86,9.020,210.0,9.1,0.86,9.540,209.6 +9.0,0.86,7.180,211.8,8.8,0.86,7.280,211.9 +9.3,0.86,3.080,217.3,9.1,0.86,3.190,217.0 +12.9,0.86,8.120,183.3,12.7,0.86,8.220,183.6 +14.4,0.86,9.110,200.8,14.2,0.86,9.240,200.9 +15.1,0.86,9.310,202.4,14.9,0.86,9.490,202.6 +15.7,0.86,8.280,202.6,15.6,0.86,8.500,202.6 +17.4,0.86,8.990,202.5,17.2,0.86,9.400,202.2 +17.7,0.86,7.330,204.6,17.6,0.86,8.420,204.3 +16.9,0.86,11.350,190.4,17.0,0.86,12.320,190.5 +14.8,0.86,11.850,196.2,14.7,0.86,12.930,196.8 +13.7,0.86,12.640,188.2,13.6,0.86,13.660,188.6 +12.3,0.86,14.460,195.6,12.2,0.86,15.460,195.7 +11.1,0.86,12.640,198.9,11.1,0.86,13.690,199.1 +10.5,0.86,11.690,199.7,10.4,0.86,12.770,200.2 +10.2,0.86,12.000,203.1,10.2,0.86,13.010,203.5 +9.4,0.86,8.480,199.7,9.4,0.86,9.830,200.2 +9.2,0.86,7.820,220.9,9.2,0.86,8.940,220.7 +10.0,0.86,6.480,233.7,10.1,0.86,7.290,235.6 +10.5,0.86,4.540,241.0,10.9,0.86,5.060,245.4 +10.0,0.86,2.860,266.8,10.5,0.86,3.580,266.7 +10.5,0.86,3.500,269.9,10.8,0.86,4.120,270.1 +10.4,0.86,2.780,276.5,10.7,0.86,3.230,274.6 +10.3,0.86,2.770,296.9,10.7,0.86,3.280,292.0 +10.8,0.86,0.750,9.1,10.7,0.86,0.850,0.7 +13.3,0.86,0.500,352.5,13.1,0.86,0.570,353.8 +15.3,0.86,1.670,117.0,15.1,0.86,1.640,115.2 +16.2,0.86,3.460,110.3,16.0,0.86,3.450,109.1 +16.8,0.86,4.740,112.8,16.6,0.86,4.770,112.3 +16.9,0.86,6.240,93.3,16.8,0.86,6.300,93.8 +16.7,0.86,7.120,80.0,16.5,0.86,7.160,80.7 +17.4,0.86,7.820,92.2,17.2,0.86,7.950,93.0 +16.2,0.86,9.210,82.3,16.1,0.86,9.570,82.9 +15.2,0.86,10.590,83.9,15.1,0.86,10.960,84.7 +15.1,0.86,7.360,128.5,15.0,0.86,7.650,134.3 +14.4,0.86,9.580,144.2,14.3,0.86,10.040,144.6 +13.7,0.86,8.670,161.6,13.5,0.86,9.110,161.9 +12.7,0.86,8.610,156.2,12.6,0.86,9.310,157.5 +11.5,0.86,11.850,164.7,11.3,0.86,12.310,164.9 +11.3,0.86,9.170,164.9,11.2,0.86,9.590,165.4 +11.0,0.86,8.530,165.4,10.9,0.86,9.260,167.0 +10.7,0.86,8.920,175.1,10.6,0.86,9.430,175.8 +10.9,0.86,5.690,233.6,10.8,0.86,6.050,231.1 +10.9,0.86,4.270,190.7,10.8,0.86,4.760,192.4 +11.3,0.86,5.970,170.2,11.1,0.86,6.310,172.3 +11.2,0.86,3.000,172.3,11.1,0.86,3.280,174.8 +11.4,0.86,4.100,204.0,11.4,0.86,4.520,204.5 +11.7,0.86,6.310,182.1,11.6,0.86,6.780,183.6 +12.5,0.86,6.230,207.4,12.3,0.86,6.370,207.5 +13.3,0.86,4.870,217.6,13.1,0.86,4.940,217.9 +13.8,0.86,5.250,240.7,13.6,0.86,5.340,241.0 +15.0,0.86,5.190,241.9,14.8,0.86,5.260,242.3 +15.7,0.86,5.390,231.4,15.5,0.86,5.470,232.2 +16.9,0.86,5.920,246.2,16.7,0.86,6.040,246.2 +17.6,0.86,7.570,269.7,17.4,0.86,7.720,269.6 +17.4,0.86,7.590,268.1,17.3,0.86,7.720,268.0 +17.2,0.86,6.080,265.4,17.1,0.86,6.230,266.3 +15.8,0.86,7.510,291.6,15.9,0.86,8.340,290.1 +16.6,0.86,9.050,297.3,16.6,0.86,9.740,300.2 +9.9,0.86,10.730,20.6,9.7,0.86,11.420,21.2 +6.9,0.87,12.260,21.3,6.8,0.87,13.020,21.5 +5.9,0.87,8.900,17.7,5.8,0.87,9.640,18.6 +5.0,0.87,8.900,25.5,4.8,0.87,9.640,25.3 +4.5,0.87,6.530,14.7,4.4,0.87,6.790,13.8 +3.9,0.87,7.210,10.1,3.8,0.87,7.880,11.3 +3.5,0.87,7.630,7.8,3.4,0.87,8.610,11.3 +3.0,0.87,6.650,6.3,2.9,0.87,7.630,9.1 +2.7,0.87,6.780,6.8,2.7,0.87,7.730,9.4 +2.3,0.87,8.300,13.1,2.4,0.87,9.640,13.5 +1.7,0.87,7.260,0.4,1.8,0.87,8.520,2.6 +1.4,0.87,6.680,13.7,1.5,0.87,7.960,15.5 +1.5,0.87,2.920,342.9,1.4,0.87,3.580,348.7 +3.3,0.87,3.130,335.5,3.1,0.87,3.170,336.3 +5.3,0.87,2.800,342.6,5.1,0.87,2.850,342.9 +7.0,0.87,2.690,332.4,6.8,0.87,2.730,332.7 +8.2,0.87,2.730,319.8,8.0,0.87,2.770,319.9 +9.2,0.87,2.920,304.9,9.0,0.87,2.960,305.1 +10.0,0.87,2.530,286.9,9.8,0.87,2.560,287.2 +10.5,0.87,2.420,267.7,10.3,0.87,2.450,268.4 +10.6,0.87,3.030,260.4,10.4,0.87,3.040,260.9 +10.5,0.87,2.600,265.0,10.3,0.87,2.710,265.1 +10.3,0.87,2.560,237.8,10.2,0.87,2.650,240.7 +10.5,0.87,2.050,256.1,10.5,0.87,2.340,259.3 +10.3,0.87,1.510,234.5,10.5,0.87,1.750,242.2 +10.3,0.87,1.610,225.5,10.5,0.87,1.890,229.0 +8.8,0.87,2.270,207.7,9.2,0.87,2.460,207.8 +8.2,0.87,2.880,199.2,8.7,0.87,3.240,198.0 +8.2,0.87,3.210,221.0,8.8,0.87,3.620,214.7 +7.9,0.87,3.350,230.5,8.4,0.87,3.680,224.9 +6.7,0.87,3.220,230.8,7.3,0.87,3.600,227.1 +6.2,0.87,2.970,221.5,6.8,0.87,3.460,219.9 +6.6,0.87,4.210,237.9,7.4,0.87,4.620,234.4 +5.5,0.88,3.230,242.5,6.3,0.88,3.680,238.0 +4.6,0.88,2.600,254.9,5.5,0.88,3.030,250.6 +3.3,0.88,1.950,200.5,4.0,0.88,2.260,207.6 +5.1,0.88,2.370,237.9,5.9,0.88,2.900,232.0 +5.6,0.88,1.840,230.8,6.1,0.88,2.770,226.8 +7.7,0.88,2.220,213.6,7.6,0.88,2.410,213.0 +10.5,0.88,3.180,194.7,10.3,0.88,3.260,194.6 +12.3,0.88,5.790,198.0,12.1,0.88,5.860,198.2 +13.3,0.88,6.280,195.1,13.1,0.88,6.370,195.3 +13.8,0.87,6.510,196.2,13.6,0.87,6.610,196.5 +14.0,0.87,6.860,193.7,13.8,0.87,6.950,193.9 +13.9,0.87,6.690,196.0,13.7,0.87,6.880,195.9 +13.5,0.87,8.260,197.1,13.4,0.87,8.300,197.0 +12.7,0.87,10.210,183.6,12.7,0.87,10.560,184.2 +11.6,0.87,10.160,185.1,11.7,0.87,10.930,186.6 +10.7,0.87,11.240,188.3,10.9,0.87,12.260,188.8 +10.2,0.87,11.030,191.5,10.4,0.87,12.060,191.7 +9.7,0.87,11.050,194.9,10.0,0.87,12.270,194.8 +8.7,0.87,10.180,199.7,9.2,0.87,11.560,198.8 +7.8,0.87,9.580,205.1,8.2,0.87,11.300,204.1 +6.9,0.87,9.700,209.5,7.4,0.87,11.340,209.0 +6.6,0.87,9.720,214.0,7.1,0.87,11.350,213.7 +6.2,0.87,10.030,216.1,6.8,0.87,11.810,215.0 +5.7,0.87,10.410,214.6,6.3,0.87,12.310,213.7 +5.1,0.87,9.620,217.4,5.6,0.87,11.540,216.5 +4.9,0.87,9.140,221.9,5.4,0.87,11.090,219.8 +5.0,0.87,8.890,224.3,5.4,0.87,10.680,221.6 +5.0,0.87,8.310,220.5,5.1,0.87,9.130,220.3 +7.1,0.87,5.940,218.6,6.9,0.87,6.050,219.0 +9.3,0.87,5.850,216.8,9.1,0.87,5.920,217.0 +11.6,0.87,6.890,213.6,11.4,0.87,6.990,213.9 +13.3,0.87,8.040,215.7,13.1,0.87,8.170,215.9 +14.6,0.87,8.340,221.1,14.4,0.87,8.490,221.3 +15.7,0.87,8.920,219.7,15.5,0.87,9.080,219.9 +16.5,0.86,8.930,219.0,16.3,0.86,9.090,219.2 +16.8,0.86,8.260,218.7,16.7,0.86,8.600,219.1 +16.4,0.86,9.310,223.7,16.3,0.86,9.930,224.6 +14.5,0.86,10.910,201.2,14.5,0.86,11.780,202.5 +13.1,0.86,11.280,203.1,13.1,0.86,12.220,204.4 +11.8,0.86,10.760,202.0,11.8,0.86,11.660,203.6 +10.9,0.86,12.300,209.2,10.9,0.86,13.280,209.9 +10.0,0.86,11.340,212.8,10.0,0.86,12.370,212.9 +9.4,0.86,10.690,217.0,9.5,0.86,11.710,217.9 +9.1,0.86,9.600,219.3,9.2,0.86,10.570,221.5 +9.7,0.86,10.880,232.4,10.2,0.86,11.950,234.7 +10.1,0.86,7.930,241.5,10.4,0.86,9.340,242.0 +9.4,0.86,7.370,251.4,9.8,0.86,8.860,253.5 +8.8,0.86,8.230,272.3,9.3,0.86,9.780,272.5 +8.9,0.86,10.230,286.0,9.5,0.86,11.330,287.6 +8.7,0.86,9.880,297.5,9.7,0.86,9.060,306.6 +8.7,0.86,8.580,322.8,10.6,0.86,9.460,339.6 +9.0,0.86,7.160,335.1,9.3,0.86,8.020,338.4 +10.2,0.87,5.050,337.0,10.0,0.87,5.180,337.8 +12.1,0.87,5.380,336.8,11.9,0.87,5.450,337.1 +13.9,0.87,5.210,344.6,13.7,0.87,5.270,344.7 +15.4,0.87,5.020,356.9,15.2,0.87,5.090,356.8 +16.3,0.87,4.490,360.0,16.1,0.87,4.550,0.2 +17.0,0.87,4.330,16.3,16.8,0.87,4.380,16.2 +17.2,0.87,3.940,32.1,17.0,0.87,4.010,32.3 +16.7,0.87,4.770,45.2,16.5,0.87,4.890,45.4 +15.9,0.87,6.510,49.5,15.7,0.87,6.430,50.4 +14.7,0.87,8.090,64.0,14.6,0.87,8.270,64.4 +14.4,0.87,7.510,56.2,14.4,0.87,7.220,58.1 +12.6,0.87,8.800,73.6,12.7,0.87,8.890,82.6 +11.3,0.87,7.680,88.7,11.4,0.87,7.950,93.9 +10.3,0.87,7.110,88.0,10.6,0.87,7.440,92.0 +10.0,0.87,6.930,82.0,10.4,0.87,7.160,86.2 +9.4,0.87,7.720,79.0,9.9,0.87,7.850,82.3 +9.1,0.87,7.930,80.6,9.6,0.87,8.070,83.8 +8.6,0.87,7.250,79.7,9.1,0.87,7.440,84.6 +8.6,0.87,6.740,79.3,9.0,0.87,6.750,84.4 +8.0,0.87,6.240,76.5,8.4,0.87,6.460,80.8 +7.6,0.87,5.350,72.9,8.0,0.87,5.740,78.0 +7.4,0.87,5.650,75.5,7.7,0.87,5.970,79.5 +7.1,0.87,5.040,75.3,7.6,0.87,5.460,80.2 +7.2,0.87,4.060,77.9,7.7,0.87,4.630,81.0 +8.1,0.87,1.480,78.0,8.0,0.87,1.720,77.1 +10.4,0.87,2.610,100.9,10.3,0.87,2.650,99.6 +11.7,0.87,2.860,116.2,11.5,0.87,2.850,115.5 +12.9,0.87,2.250,127.9,12.7,0.87,2.240,128.0 +14.2,0.87,1.930,142.5,14.0,0.87,1.930,143.3 +15.3,0.87,2.050,151.9,15.1,0.87,2.090,152.7 +16.2,0.87,2.400,161.8,16.0,0.87,2.440,162.3 +16.5,0.87,3.200,188.6,16.3,0.87,3.240,188.0 +16.3,0.87,4.810,169.3,16.1,0.87,4.880,169.3 +15.9,0.87,6.260,161.8,15.8,0.87,6.290,162.8 +15.7,0.87,8.280,169.1,15.5,0.87,8.430,171.7 +14.9,0.87,9.740,175.8,15.0,0.87,9.780,176.8 +14.4,0.87,10.010,179.6,14.6,0.87,10.280,179.8 +13.8,0.87,9.860,187.9,14.2,0.87,10.460,188.2 +12.8,0.87,8.320,196.9,13.3,0.87,9.410,195.8 +11.3,0.87,6.150,200.3,11.7,0.87,7.040,199.8 +10.8,0.87,5.250,209.3,11.2,0.87,5.960,208.0 +10.8,0.87,4.790,226.1,11.1,0.87,5.460,224.3 +10.7,0.87,6.590,230.3,11.0,0.87,7.440,228.6 +9.7,0.87,5.730,253.4,10.3,0.87,6.680,249.0 +9.9,0.87,6.030,260.8,10.3,0.87,6.550,258.9 +9.5,0.87,5.960,271.2,10.1,0.87,6.480,269.5 +10.4,0.87,6.960,259.2,11.0,0.87,7.400,259.8 +9.8,0.87,5.610,267.2,10.6,0.87,6.260,268.1 +11.1,0.87,4.790,255.3,11.8,0.87,6.100,259.2 +12.8,0.87,4.150,227.7,12.8,0.87,4.270,230.3 +15.4,0.87,4.190,235.1,15.3,0.87,4.240,235.3 +17.7,0.87,4.170,242.5,17.5,0.87,4.230,242.2 +19.0,0.87,4.180,249.0,18.8,0.87,4.220,248.5 +19.9,0.87,3.530,253.7,19.7,0.87,3.560,253.4 +20.3,0.87,2.700,265.4,20.1,0.87,2.730,265.1 +20.4,0.87,2.670,301.5,20.2,0.87,2.650,300.0 +19.0,0.87,3.810,184.7,18.8,0.87,3.930,184.4 +16.8,0.87,1.290,234.5,16.8,0.87,1.750,216.2 +14.8,0.87,12.620,46.2,14.8,0.87,13.680,48.7 +12.6,0.87,12.310,49.3,12.6,0.87,13.550,50.2 +11.7,0.87,12.380,58.4,11.6,0.87,13.320,59.7 +10.2,0.87,10.530,51.3,10.1,0.87,11.230,51.6 +8.6,0.87,10.630,50.8,8.4,0.87,10.940,51.1 +7.7,0.88,11.160,41.3,7.5,0.88,11.410,41.8 +5.8,0.88,10.010,37.3,5.6,0.88,10.250,37.0 +3.2,0.88,10.120,33.3,3.0,0.88,10.330,33.4 +2.0,0.88,10.050,33.2,1.8,0.88,10.240,33.4 +0.9,0.88,9.220,39.3,0.7,0.88,9.410,39.2 +0.0,0.88,10.210,36.6,-0.2,0.88,10.400,36.6 +-0.5,0.88,9.700,34.7,-0.7,0.88,9.870,34.8 +-1.1,0.88,9.200,32.0,-1.3,0.88,9.350,32.0 +-2.0,0.88,8.010,33.7,-2.2,0.88,8.130,33.5 +-1.4,0.88,6.270,28.4,-1.5,0.88,6.360,28.5 +0.6,0.88,6.300,34.7,0.4,0.88,6.380,34.8 +2.3,0.88,6.210,44.1,2.1,0.88,6.290,44.1 +3.8,0.88,5.650,50.9,3.6,0.88,5.720,50.8 +5.0,0.88,4.800,58.0,4.8,0.88,4.850,57.9 +5.9,0.88,4.550,62.2,5.7,0.88,4.590,62.1 +6.3,0.88,4.150,68.4,6.1,0.88,4.190,68.4 +6.3,0.88,3.820,70.7,6.1,0.88,3.850,70.7 +5.7,0.88,4.750,89.1,5.5,0.88,4.740,88.9 +5.1,0.88,5.340,92.0,4.9,0.88,5.380,92.1 +4.8,0.88,4.700,99.7,4.6,0.88,4.590,100.9 +4.4,0.88,4.690,115.2,4.3,0.88,4.680,116.1 +3.7,0.88,3.820,142.9,3.6,0.88,3.900,141.6 +3.6,0.88,3.550,166.9,3.6,0.88,3.300,170.2 +3.1,0.88,4.840,187.2,3.1,0.88,4.470,192.0 +2.4,0.88,6.460,196.2,2.5,0.88,6.470,198.9 +1.9,0.88,6.790,213.9,2.1,0.88,7.350,214.0 +2.4,0.88,7.400,220.6,2.7,0.88,7.840,223.3 +1.6,0.88,7.260,225.6,1.9,0.88,8.150,226.1 +2.0,0.88,7.480,231.8,2.2,0.88,7.950,233.6 +1.6,0.88,6.730,231.0,1.9,0.88,6.980,234.8 +1.4,0.88,6.970,231.9,1.6,0.88,7.260,235.2 +1.6,0.88,6.750,243.5,2.0,0.88,7.090,246.2 +1.6,0.88,4.670,239.4,2.0,0.88,5.460,241.7 +3.3,0.88,3.730,233.5,3.1,0.88,3.850,234.3 +5.6,0.88,4.270,223.3,5.4,0.88,4.330,223.4 +7.6,0.88,5.720,220.9,7.4,0.88,5.790,221.1 +9.0,0.87,6.310,215.7,8.8,0.87,6.390,215.9 +9.9,0.87,6.640,212.2,9.7,0.87,6.720,212.4 +10.5,0.87,6.930,206.0,10.3,0.87,7.010,206.3 +10.8,0.87,7.270,205.2,10.6,0.87,7.370,205.5 +10.7,0.87,7.520,202.8,10.5,0.87,7.650,203.0 +10.1,0.87,8.460,195.2,9.9,0.87,8.850,196.1 +9.3,0.87,10.320,194.3,9.2,0.87,10.890,195.0 +8.3,0.87,10.230,196.6,8.3,0.87,11.010,197.8 +7.4,0.87,10.220,201.2,7.5,0.87,11.130,202.1 +6.8,0.87,9.960,204.1,6.8,0.87,10.860,205.0 +6.1,0.87,9.620,206.8,6.1,0.87,10.630,207.4 +5.6,0.87,8.740,209.5,5.6,0.87,9.730,209.8 +5.4,0.87,8.780,214.1,5.3,0.87,9.790,214.0 +5.1,0.87,8.490,215.4,5.1,0.87,9.420,215.7 +5.0,0.87,8.690,217.0,5.0,0.87,9.630,216.8 +4.7,0.87,7.840,216.8,4.7,0.87,8.800,216.6 +4.7,0.87,7.100,225.0,4.7,0.87,7.860,225.2 +5.0,0.87,6.670,222.6,5.0,0.87,7.440,223.6 +5.1,0.86,6.620,212.0,5.1,0.86,7.300,215.3 +5.1,0.86,6.360,213.0,5.2,0.86,6.960,217.5 +6.3,0.86,6.350,233.1,6.3,0.86,6.970,233.9 +7.7,0.86,4.280,233.6,7.6,0.86,4.390,233.7 +10.0,0.86,4.600,239.3,9.8,0.86,4.670,239.3 +12.0,0.86,6.830,250.8,11.8,0.86,6.940,251.1 +13.1,0.86,7.130,261.0,12.9,0.86,7.230,261.1 +14.1,0.86,6.080,267.5,13.9,0.86,6.170,267.8 +14.5,0.86,5.020,282.9,14.3,0.86,5.050,282.9 +15.1,0.86,3.920,265.6,14.9,0.86,3.970,266.5 +15.7,0.86,3.780,306.9,15.5,0.86,3.970,310.0 +14.7,0.86,8.090,335.4,14.5,0.86,8.310,336.3 +13.7,0.86,8.650,339.8,13.8,0.86,9.090,343.4 +12.2,0.86,9.150,352.8,12.4,0.86,9.580,359.1 +11.6,0.86,8.770,7.9,11.8,0.86,9.210,14.1 +11.1,0.86,8.070,17.9,11.5,0.86,8.440,22.1 +10.4,0.86,6.210,25.3,10.7,0.86,6.310,27.0 +9.4,0.86,3.820,17.6,9.8,0.86,4.220,21.0 +9.1,0.86,1.600,18.6,9.6,0.86,1.910,24.2 +8.3,0.86,0.480,311.4,8.8,0.86,0.340,331.1 +7.2,0.86,2.460,254.3,7.8,0.86,2.110,250.5 +6.9,0.86,4.800,244.8,7.3,0.86,4.750,242.0 +6.9,0.86,4.250,242.5,7.5,0.86,4.300,236.2 +7.0,0.86,5.740,238.0,7.6,0.86,6.040,234.1 +7.1,0.86,4.430,228.6,7.5,0.86,4.880,226.9 +7.8,0.86,6.240,224.6,8.3,0.86,6.820,222.3 +7.2,0.86,5.940,228.9,7.8,0.86,6.540,229.6 +8.2,0.86,4.270,227.0,8.7,0.86,5.440,229.1 +11.2,0.86,3.900,225.4,11.1,0.86,4.330,224.8 +14.4,0.86,4.560,209.8,14.2,0.86,4.650,210.2 +16.8,0.86,6.460,216.2,16.6,0.86,6.590,216.7 +18.2,0.86,11.190,217.8,18.0,0.86,11.420,217.9 +18.3,0.86,13.640,227.9,18.1,0.86,13.910,227.9 +17.7,0.86,11.790,225.6,17.5,0.86,12.030,225.6 +17.4,0.86,10.040,219.1,17.2,0.86,10.490,219.4 +17.1,0.86,9.500,228.3,17.0,0.86,10.230,227.8 +16.0,0.86,9.150,233.8,15.9,0.86,9.760,232.4 +13.7,0.86,11.400,274.2,13.5,0.86,12.000,274.1 +12.8,0.86,6.680,243.5,12.7,0.86,7.110,243.1 +13.3,0.86,8.270,209.4,13.2,0.86,9.000,210.9 +14.1,0.86,8.380,226.8,14.2,0.86,9.240,228.0 +13.4,0.86,5.380,263.1,13.4,0.86,6.080,259.2 +13.2,0.86,4.840,210.0,13.2,0.86,5.370,211.9 +14.3,0.86,10.500,214.5,14.5,0.86,12.220,215.8 +15.2,0.85,14.200,219.3,15.2,0.85,15.280,220.6 +15.2,0.85,11.740,217.9,15.2,0.85,12.690,218.6 +14.5,0.85,12.690,223.9,14.5,0.85,13.690,225.1 +14.3,0.85,13.830,216.9,14.3,0.85,14.890,217.4 +13.6,0.85,14.090,224.0,13.7,0.85,15.270,224.4 +13.3,0.85,14.600,223.7,13.3,0.85,15.690,224.0 +13.7,0.85,14.130,229.0,13.6,0.85,14.810,229.3 +14.9,0.86,12.430,234.4,14.7,0.86,12.870,234.3 +16.0,0.86,12.740,237.3,15.8,0.86,13.030,237.4 +16.7,0.85,13.560,243.3,16.5,0.85,13.830,243.4 +17.6,0.85,12.890,250.5,17.4,0.85,13.150,250.5 +18.2,0.85,13.750,248.3,18.0,0.85,14.000,248.2 +18.5,0.85,13.470,241.3,18.3,0.85,13.740,241.2 +19.1,0.85,13.820,248.0,18.9,0.85,14.160,247.9 +19.0,0.85,12.100,243.3,18.9,0.85,12.700,243.5 +18.6,0.85,12.580,233.6,18.6,0.85,13.480,235.8 +17.9,0.85,12.750,229.9,17.8,0.85,13.000,231.0 +16.2,0.85,10.960,235.6,16.3,0.85,11.760,237.4 +14.7,0.85,7.200,238.5,14.8,0.85,8.660,241.0 +14.0,0.85,7.300,244.0,14.3,0.85,8.650,244.0 +13.9,0.85,9.310,243.1,14.1,0.85,10.410,242.5 +12.8,0.86,6.380,243.8,12.8,0.86,7.340,244.0 +12.6,0.86,8.810,264.1,12.9,0.86,10.160,259.1 +13.0,0.86,11.920,252.3,13.7,0.86,13.410,252.9 +12.1,0.86,9.590,260.8,12.6,0.86,11.260,264.3 +11.1,0.86,7.050,299.0,11.4,0.86,8.260,287.2 +11.3,0.86,9.770,268.7,11.8,0.86,11.130,269.4 +10.7,0.86,10.720,266.1,11.2,0.86,12.210,269.9 +10.0,0.86,10.130,265.5,10.5,0.86,11.290,270.5 +9.6,0.86,10.760,255.3,9.6,0.86,11.290,261.0 +9.3,0.86,9.570,265.9,9.3,0.86,10.270,267.1 +11.1,0.86,8.020,264.3,11.1,0.86,8.930,267.3 +13.0,0.86,8.490,282.4,12.8,0.86,8.640,282.7 +13.6,0.86,9.430,272.3,13.4,0.86,9.540,272.6 +14.7,0.86,9.380,276.2,14.5,0.86,9.490,276.4 +15.4,0.86,9.470,281.8,15.2,0.86,9.600,282.0 +16.2,0.86,8.150,283.9,16.0,0.86,8.290,283.9 +16.5,0.86,6.970,282.2,16.3,0.86,7.080,282.3 +16.4,0.86,7.440,277.2,16.3,0.86,7.670,277.7 +16.7,0.86,7.330,280.0,16.5,0.86,7.700,279.9 +16.4,0.86,5.750,271.5,16.6,0.86,6.210,271.9 +15.7,0.86,4.920,276.2,15.9,0.86,5.600,275.3 +15.5,0.86,6.090,270.5,15.7,0.86,6.780,272.5 +15.3,0.86,6.930,277.7,15.7,0.86,7.570,278.5 +13.0,0.87,1.960,287.8,13.3,0.87,2.570,290.0 +11.2,0.87,3.450,65.7,11.1,0.87,3.160,62.4 +10.5,0.87,11.210,119.0,10.5,0.87,11.480,116.1 +8.6,0.87,9.720,114.8,8.5,0.87,11.540,115.3 +7.7,0.87,8.870,126.8,8.0,0.87,10.530,128.9 +7.3,0.87,7.590,123.6,7.4,0.87,8.820,125.1 +6.4,0.87,6.410,118.6,6.6,0.87,7.700,124.5 +6.0,0.87,6.990,114.6,6.2,0.87,7.900,119.0 +5.8,0.87,7.240,116.5,6.0,0.87,8.170,119.6 +5.5,0.87,7.740,114.9,5.6,0.87,8.540,117.7 +5.4,0.87,7.800,120.5,5.3,0.87,8.380,121.8 +6.2,0.87,5.800,123.7,6.0,0.87,5.890,124.1 +7.4,0.87,5.070,126.4,7.3,0.87,5.140,126.8 +9.0,0.87,4.520,132.6,8.8,0.87,4.580,133.1 +10.5,0.87,4.260,139.4,10.3,0.87,4.320,139.8 +11.7,0.87,4.360,149.4,11.5,0.87,4.410,149.6 +12.5,0.87,4.140,146.8,12.3,0.87,4.180,147.1 +12.7,0.87,3.570,147.0,12.5,0.87,3.620,147.4 +12.6,0.87,5.220,148.7,12.4,0.87,5.360,149.2 +12.3,0.87,5.520,145.6,12.2,0.87,5.710,146.3 +12.1,0.87,6.980,145.4,12.0,0.87,7.040,146.6 +11.5,0.87,8.560,146.2,11.5,0.87,8.880,148.0 +10.2,0.87,10.150,152.0,10.1,0.87,10.920,153.0 +8.9,0.87,9.240,154.7,8.9,0.87,10.390,155.4 +8.2,0.87,8.680,163.4,8.3,0.87,9.890,163.1 +7.8,0.87,8.500,170.6,8.0,0.87,9.880,169.9 +7.2,0.87,7.610,174.3,7.5,0.87,9.220,173.1 +7.0,0.87,7.270,184.2,7.3,0.87,8.880,182.3 +6.9,0.87,7.940,189.7,7.4,0.87,9.370,186.5 +6.6,0.87,6.970,195.3,7.0,0.87,8.340,192.8 +6.7,0.87,8.120,198.7,7.2,0.87,9.490,195.6 +6.5,0.87,8.630,203.0,7.3,0.87,10.230,199.9 +6.8,0.87,8.990,204.0,7.5,0.87,10.270,202.9 +6.3,0.86,9.250,210.5,7.3,0.86,10.770,208.9 +6.5,0.86,7.690,213.3,7.0,0.86,8.650,212.0 +7.2,0.86,4.320,222.2,7.3,0.86,5.390,222.6 +9.6,0.86,2.860,205.0,9.4,0.86,2.990,205.6 +12.7,0.86,4.600,198.8,12.5,0.86,4.680,198.9 +15.2,0.86,5.440,205.1,15.0,0.86,5.550,205.4 +16.7,0.86,6.960,209.9,16.5,0.86,7.060,210.1 +17.4,0.86,7.030,202.4,17.2,0.86,7.130,202.8 +17.9,0.86,7.950,200.2,17.7,0.86,8.070,200.6 +18.2,0.86,7.730,199.6,18.0,0.86,8.080,200.5 +18.0,0.86,9.350,194.5,18.0,0.86,9.680,195.8 +17.1,0.86,10.710,190.9,17.2,0.86,11.510,192.8 +15.8,0.86,9.890,193.6,16.0,0.86,10.890,195.0 +16.0,0.86,11.990,202.4,16.2,0.86,12.860,203.7 +15.1,0.86,11.400,201.6,15.3,0.86,12.180,203.1 +13.9,0.86,10.430,210.8,14.1,0.86,11.540,212.3 +12.3,0.86,8.310,208.6,12.5,0.86,9.610,209.3 +11.8,0.86,9.250,213.9,12.0,0.86,10.330,215.7 +11.7,0.86,7.580,227.6,12.0,0.86,8.430,230.8 +12.7,0.86,7.890,243.4,13.0,0.86,8.960,242.7 +12.7,0.86,7.430,261.5,13.3,0.86,7.720,262.7 +12.4,0.86,9.860,263.4,12.9,0.86,10.250,262.9 +11.7,0.86,9.200,265.1,12.4,0.86,9.540,264.9 +10.5,0.86,8.160,267.9,11.4,0.86,8.830,267.6 +10.0,0.86,6.910,273.3,10.9,0.86,7.760,276.9 +9.8,0.86,5.960,269.1,10.3,0.86,7.080,273.7 +11.5,0.86,4.660,269.2,11.5,0.86,5.550,272.6 +13.0,0.86,3.730,259.5,12.8,0.86,3.770,261.5 +14.9,0.86,4.800,267.3,14.7,0.86,4.860,268.3 +16.2,0.86,5.290,268.6,16.0,0.86,5.350,269.0 +16.9,0.86,5.260,267.5,16.7,0.86,5.330,267.7 +17.1,0.86,5.390,276.8,16.9,0.86,5.470,276.6 +17.0,0.86,5.140,277.6,16.8,0.86,5.210,277.0 +16.7,0.86,3.920,265.3,16.5,0.86,4.080,263.3 +16.8,0.86,4.620,261.6,16.6,0.86,4.750,265.6 +16.1,0.86,5.950,299.2,15.9,0.86,6.090,300.7 +15.3,0.86,6.560,305.1,15.2,0.86,6.930,303.9 +14.6,0.86,5.700,306.7,14.5,0.86,6.730,305.7 +14.1,0.86,6.390,314.3,14.1,0.86,7.430,315.1 +13.9,0.86,6.130,309.0,13.9,0.86,7.910,308.2 +13.6,0.86,6.370,311.8,13.7,0.86,7.970,312.2 +13.4,0.86,6.560,312.0,13.5,0.86,8.150,311.0 +13.0,0.86,5.720,305.6,13.3,0.86,7.010,305.3 +12.0,0.86,5.600,307.3,12.2,0.86,6.720,306.5 +11.1,0.86,5.370,303.1,11.5,0.86,5.990,300.3 +11.6,0.86,4.810,297.1,11.8,0.86,4.910,293.7 +10.8,0.86,2.810,298.8,11.2,0.86,3.020,296.3 +10.8,0.86,2.880,311.1,11.0,0.86,3.100,312.7 +11.3,0.86,3.720,309.0,11.7,0.86,3.790,309.4 +11.5,0.86,2.590,297.4,12.0,0.86,2.690,299.7 +11.9,0.86,2.130,271.1,12.5,0.86,2.790,279.0 +13.0,0.86,1.200,274.5,12.8,0.86,1.230,278.3 +14.8,0.86,1.950,355.9,14.6,0.86,1.970,355.4 +15.5,0.86,2.470,344.3,15.3,0.86,2.500,344.0 +16.5,0.86,2.070,357.1,16.3,0.86,2.100,357.4 +17.0,0.86,2.510,12.1,16.8,0.86,2.540,12.7 +11.6,0.87,13.040,29.7,11.4,0.87,13.120,29.8 +7.4,0.87,10.360,32.0,7.2,0.87,10.470,31.9 +4.5,0.87,10.200,33.4,4.3,0.87,10.400,33.4 +3.5,0.87,9.830,34.5,3.3,0.87,10.030,34.5 +2.3,0.87,10.350,37.5,2.1,0.87,10.540,37.4 +0.8,0.87,10.430,37.0,0.6,0.87,10.680,36.9 +-0.6,0.87,9.680,36.1,-0.8,0.87,9.930,36.2 +-1.9,0.87,11.420,35.1,-2.1,0.87,11.710,35.1 +-2.4,0.87,10.410,34.6,-2.6,0.87,10.640,34.6 +-2.7,0.87,10.330,33.5,-2.9,0.87,10.550,33.6 +-3.0,0.87,11.140,30.8,-3.2,0.87,11.360,30.8 +-3.2,0.87,10.930,28.3,-3.4,0.87,11.160,28.5 +-3.8,0.87,12.100,30.3,-4.0,0.87,12.360,30.3 +-4.3,0.88,11.970,27.1,-4.5,0.88,12.200,27.3 +-5.0,0.88,11.510,28.9,-5.2,0.88,11.740,28.9 +-5.2,0.88,9.810,25.0,-5.4,0.88,9.990,24.9 +-5.7,0.88,10.410,25.2,-5.9,0.88,10.620,25.0 +-5.9,0.88,11.240,21.4,-6.1,0.88,11.490,21.4 +-6.0,0.88,10.410,21.7,-6.2,0.88,10.640,21.6 +-6.0,0.88,9.500,22.3,-6.2,0.88,9.690,22.3 +-6.3,0.88,9.960,26.9,-6.5,0.88,10.160,26.8 +-6.0,0.88,7.970,24.1,-6.2,0.88,8.120,24.1 +-5.8,0.88,7.770,22.3,-6.0,0.88,7.910,22.4 +-5.6,0.88,7.230,22.6,-5.8,0.88,7.350,22.6 +-5.4,0.88,6.950,20.0,-5.6,0.88,7.080,20.0 +-5.1,0.88,7.420,19.8,-5.3,0.88,7.580,19.7 +-4.8,0.88,6.050,16.2,-5.0,0.88,6.170,16.2 +-4.5,0.88,6.190,26.8,-4.7,0.88,6.320,26.6 +-4.0,0.88,6.540,22.0,-4.2,0.88,6.670,22.0 +-3.9,0.88,7.570,21.2,-4.1,0.88,7.690,21.4 +-4.1,0.88,8.460,23.0,-4.3,0.88,8.620,23.1 +-4.0,0.88,7.440,25.2,-4.2,0.88,7.570,25.2 +-4.3,0.88,7.850,31.5,-4.5,0.88,8.010,31.6 +-4.3,0.88,7.600,32.4,-4.4,0.88,7.770,32.4 +-4.6,0.88,6.800,33.3,-4.7,0.88,6.990,33.0 +-5.4,0.88,8.020,23.4,-5.5,0.88,8.270,23.9 +-5.8,0.88,9.100,33.6,-6.0,0.88,9.360,33.7 +-5.9,0.88,7.450,36.3,-6.1,0.88,7.840,36.3 +-5.8,0.88,8.190,29.2,-6.0,0.88,8.720,29.4 +-5.7,0.88,7.220,26.0,-5.8,0.88,7.680,26.0 +-5.7,0.88,8.440,30.3,-5.8,0.88,9.120,30.8 +-5.7,0.88,8.570,30.0,-5.9,0.88,8.860,30.0 +-6.1,0.88,9.530,39.0,-6.2,0.88,10.280,38.9 +-5.9,0.88,7.620,36.2,-6.1,0.88,7.920,36.6 +-5.9,0.88,6.700,35.2,-6.0,0.88,6.980,35.4 +-5.7,0.88,7.290,31.5,-5.9,0.88,7.410,32.1 +-5.5,0.88,8.090,42.0,-5.7,0.88,8.280,41.9 +-5.9,0.88,8.660,42.2,-6.0,0.88,8.920,42.2 +-6.0,0.88,7.780,37.6,-6.1,0.88,8.220,38.1 +-5.9,0.88,7.560,48.3,-6.0,0.88,8.050,49.1 +-5.5,0.88,8.460,46.3,-5.7,0.88,8.900,46.3 +-6.2,0.88,7.950,52.9,-6.3,0.88,8.320,52.9 +-6.1,0.88,7.220,55.7,-6.2,0.88,7.530,55.7 +-6.1,0.88,5.700,49.0,-6.3,0.88,5.930,48.9 +-6.3,0.88,6.450,56.5,-6.5,0.88,6.720,56.4 +-6.5,0.88,6.670,56.4,-6.6,0.88,7.080,56.5 +-6.5,0.88,6.830,56.8,-6.6,0.88,7.240,56.8 +-6.6,0.88,5.440,66.2,-6.7,0.88,5.790,67.1 +-6.5,0.88,6.150,66.9,-6.6,0.88,6.530,67.6 +-6.5,0.88,4.390,63.8,-6.6,0.88,4.680,66.9 +-6.4,0.88,4.610,59.1,-6.6,0.88,4.950,60.9 +-6.5,0.88,4.060,55.0,-6.6,0.88,4.260,55.4 +-6.5,0.88,4.690,66.1,-6.6,0.88,4.980,66.9 +-6.5,0.88,4.080,76.8,-6.7,0.88,4.330,77.1 +-6.8,0.88,3.770,101.9,-7.0,0.88,3.990,101.7 +-7.1,0.88,4.690,101.6,-7.2,0.88,4.990,101.0 +-7.0,0.88,3.760,109.0,-7.1,0.88,4.300,107.1 +-6.8,0.87,3.190,107.2,-6.9,0.87,3.270,106.4 +-6.8,0.87,3.200,103.3,-6.9,0.87,3.220,104.3 +-6.4,0.87,2.860,133.5,-6.5,0.87,2.880,133.6 +-6.1,0.87,2.610,144.1,-6.3,0.87,2.630,144.2 +-6.0,0.87,2.790,156.3,-6.2,0.87,2.800,157.1 +-5.9,0.87,3.210,176.6,-6.1,0.87,3.220,177.0 +-6.0,0.87,3.540,181.6,-6.2,0.87,3.640,182.3 +-6.2,0.87,4.900,181.6,-6.3,0.87,5.020,183.6 +-6.2,0.87,5.600,200.2,-6.0,0.87,5.670,203.2 +-5.7,0.87,7.540,208.9,-5.5,0.87,7.710,208.7 +-6.4,0.87,8.340,210.8,-5.8,0.87,8.580,210.8 +-8.3,0.87,7.080,216.6,-7.5,0.87,7.900,215.7 +-8.2,0.87,6.610,225.9,-7.6,0.87,7.520,224.2 +-8.0,0.87,6.620,235.2,-7.5,0.87,7.320,233.0 +-7.6,0.87,6.780,236.3,-7.1,0.87,7.470,234.9 +-7.3,0.87,7.040,235.7,-6.9,0.87,7.720,235.5 +-6.6,0.86,8.150,235.0,-6.0,0.86,8.770,235.9 +-7.1,0.86,6.440,252.7,-6.5,0.86,7.030,251.3 +-6.1,0.86,7.690,243.0,-5.5,0.86,8.210,243.1 +-5.8,0.86,9.680,245.0,-4.8,0.86,10.370,245.6 +-6.2,0.86,8.920,252.2,-5.6,0.86,9.850,252.7 +-6.5,0.86,10.850,269.4,-5.9,0.86,12.330,268.8 +-5.6,0.86,10.940,274.0,-5.4,0.86,12.030,275.1 +-4.6,0.86,8.500,287.8,-4.7,0.86,9.030,289.0 +-1.2,0.86,7.330,318.0,-1.4,0.86,7.830,319.5 +-1.6,0.86,9.220,338.8,-1.8,0.86,9.440,339.0 +-2.3,0.86,8.880,345.3,-2.5,0.86,9.020,345.4 +-2.1,0.86,8.900,351.7,-2.3,0.86,9.070,351.9 +-2.0,0.86,8.350,357.4,-2.2,0.86,8.650,357.6 +-2.0,0.87,8.000,350.7,-2.2,0.87,8.480,351.0 +-2.4,0.87,8.920,2.9,-2.6,0.87,9.610,3.9 +-3.3,0.87,10.200,8.1,-3.4,0.87,11.020,9.0 +-4.4,0.87,10.890,11.4,-4.5,0.87,11.940,13.0 +-5.2,0.87,10.410,15.3,-5.2,0.87,11.700,16.7 +-5.3,0.87,10.190,12.2,-5.3,0.87,11.200,13.8 +-5.2,0.87,10.030,13.2,-4.9,0.87,11.440,15.2 +-4.1,0.87,10.690,6.6,-4.0,0.87,11.670,8.6 +-3.7,0.87,11.750,3.2,-3.5,0.87,12.740,5.8 +-3.8,0.87,9.540,0.0,-3.6,0.87,10.790,2.7 +-3.4,0.87,11.310,358.0,-3.2,0.87,12.410,0.7 +-3.8,0.87,11.280,355.1,-3.4,0.87,12.390,358.7 +-3.7,0.87,11.870,355.0,-3.3,0.87,12.900,358.9 +-4.3,0.87,10.540,348.4,-3.9,0.87,11.560,352.1 +-4.2,0.87,11.080,348.1,-3.6,0.87,12.050,351.9 +-2.8,0.87,11.490,351.7,-2.2,0.87,12.380,355.5 +-3.1,0.87,9.790,352.4,-2.3,0.87,11.070,356.7 +-2.4,0.87,8.740,353.8,-1.8,0.87,9.500,357.1 +-2.4,0.87,6.610,345.4,-1.9,0.87,7.940,353.0 +-1.2,0.87,5.060,341.6,-1.1,0.87,5.520,345.6 +-0.1,0.87,3.250,306.8,-0.2,0.87,3.540,313.1 +0.3,0.87,4.510,293.4,0.3,0.87,4.910,299.6 +1.3,0.87,5.370,327.9,1.2,0.87,6.030,332.9 +1.6,0.87,5.860,326.3,1.5,0.87,6.640,330.8 +1.3,0.87,4.820,334.9,1.3,0.87,6.030,341.3 +1.5,0.87,6.060,346.4,1.5,0.87,6.870,348.2 +1.3,0.87,6.030,347.7,1.5,0.87,6.670,350.2 +0.8,0.87,5.470,342.3,1.4,0.87,5.920,346.6 +0.6,0.87,4.430,338.0,1.3,0.87,4.920,344.4 +-0.0,0.87,3.940,337.3,1.1,0.87,4.220,346.0 +-0.8,0.87,3.310,334.6,0.6,0.87,3.580,345.2 +1.3,0.87,3.280,346.1,2.3,0.87,3.300,353.9 +-1.8,0.87,2.630,292.4,-0.3,0.87,2.340,305.7 +-1.8,0.87,3.980,283.3,-0.7,0.87,3.360,285.0 +-1.8,0.87,4.400,272.1,-0.9,0.87,4.250,272.2 +-1.5,0.87,5.700,279.2,-0.4,0.87,5.450,277.7 +-1.6,0.87,5.240,279.5,-0.3,0.87,5.450,277.9 +-2.0,0.87,6.830,272.4,-0.7,0.87,6.770,270.4 +-1.4,0.87,8.200,272.6,0.0,0.87,8.230,270.1 +-2.3,0.87,7.700,269.0,-0.8,0.87,7.860,266.4 +-1.3,0.87,7.410,267.2,0.1,0.87,7.490,263.0 +-1.9,0.87,6.970,268.9,-0.5,0.87,7.120,265.1 +-1.7,0.87,7.000,263.3,-0.1,0.87,6.940,260.3 +-0.9,0.87,6.360,263.8,0.5,0.87,6.850,262.6 +0.1,0.87,5.810,260.3,1.2,0.87,6.460,261.3 +0.7,0.87,5.790,254.6,1.4,0.87,6.390,256.1 +1.6,0.87,5.500,241.4,2.0,0.87,5.990,243.3 +0.8,0.87,5.170,237.7,1.0,0.87,5.670,243.7 +1.3,0.87,5.160,235.8,1.6,0.87,5.540,239.1 +2.1,0.87,6.350,238.5,2.5,0.87,6.710,241.3 +2.5,0.87,7.260,245.6,2.9,0.87,7.700,246.5 +1.9,0.87,7.210,247.8,2.5,0.87,7.760,248.1 +1.4,0.87,7.690,247.6,2.1,0.87,8.260,246.2 +0.5,0.87,7.120,243.6,1.4,0.87,7.750,241.7 +1.0,0.87,7.680,242.5,1.9,0.87,8.340,240.9 +0.8,0.87,7.700,241.6,1.7,0.87,8.390,240.1 +0.7,0.87,8.560,242.5,1.6,0.87,9.280,240.9 +0.5,0.87,8.030,245.4,1.2,0.87,8.690,243.6 +0.7,0.87,7.560,246.8,1.3,0.87,8.200,245.4 +1.1,0.87,7.700,252.7,1.6,0.87,8.160,251.0 +0.7,0.87,7.260,256.0,1.2,0.87,7.650,253.9 +0.4,0.87,6.660,254.5,0.9,0.87,6.920,251.5 +0.5,0.87,6.780,257.3,1.1,0.87,6.870,254.0 +0.4,0.87,6.930,258.2,1.0,0.87,7.190,255.5 +0.5,0.87,7.470,261.1,1.3,0.87,7.850,259.5 +0.4,0.87,6.980,262.8,1.1,0.87,7.210,261.1 +-0.3,0.87,5.550,256.4,0.6,0.87,6.170,257.1 +0.5,0.87,4.490,243.5,1.2,0.87,5.120,244.5 +1.8,0.87,4.620,245.3,2.4,0.87,5.160,245.6 +2.5,0.87,3.390,260.1,2.9,0.87,3.810,258.4 +3.4,0.87,4.350,263.5,3.6,0.87,4.330,261.6 +3.8,0.87,4.340,256.6,4.0,0.87,4.000,253.0 +4.3,0.87,3.770,237.4,4.5,0.87,3.820,235.6 +4.9,0.87,2.630,234.9,5.0,0.87,2.710,235.6 +4.6,0.87,1.940,189.2,5.1,0.87,1.890,193.4 +3.8,0.87,2.390,208.3,4.7,0.87,2.600,205.3 +2.9,0.87,3.360,216.0,4.0,0.87,3.920,212.8 +2.1,0.87,4.430,220.2,3.5,0.87,5.080,214.7 +2.2,0.87,5.710,230.6,3.6,0.87,6.250,225.1 +1.3,0.87,5.480,236.6,2.8,0.87,6.070,231.5 +2.0,0.87,5.890,237.9,3.3,0.87,6.220,232.0 +1.6,0.87,5.250,241.1,2.7,0.87,5.530,234.5 +1.0,0.87,4.650,240.6,2.1,0.87,4.890,233.0 +-0.1,0.87,4.210,241.8,0.9,0.87,4.570,234.6 +-0.1,0.87,4.340,246.7,0.9,0.87,4.640,239.6 +1.3,0.87,5.430,245.7,2.4,0.87,5.790,239.7 +2.2,0.87,6.210,248.0,3.1,0.87,6.540,244.7 +1.5,0.87,6.400,247.3,2.5,0.87,6.800,243.1 +1.3,0.87,5.870,251.2,2.3,0.87,6.150,246.7 +0.9,0.87,6.090,251.5,2.0,0.87,6.360,246.3 +1.4,0.87,6.590,248.2,3.0,0.87,6.860,243.1 +1.4,0.87,5.810,244.6,3.0,0.87,6.560,241.9 +2.0,0.87,5.080,242.7,3.0,0.87,5.880,242.0 +2.0,0.87,5.300,249.4,2.8,0.87,6.310,248.8 +2.6,0.87,6.000,252.2,3.5,0.87,7.140,252.9 +3.6,0.87,7.030,258.0,4.6,0.87,8.030,257.4 +4.6,0.87,7.520,256.6,5.5,0.87,8.270,256.0 +4.6,0.87,7.300,255.3,5.7,0.87,7.990,255.0 +2.7,0.87,6.350,252.1,4.5,0.87,7.340,250.1 +1.1,0.87,5.340,253.9,2.9,0.87,6.590,250.3 +1.7,0.87,5.730,253.2,3.7,0.87,6.840,248.2 +2.2,0.87,6.850,257.6,4.1,0.87,7.380,252.4 +4.0,0.87,7.590,258.9,5.6,0.87,7.810,255.1 +4.8,0.87,8.170,259.9,6.3,0.87,8.470,257.1 +4.7,0.87,8.980,262.3,5.8,0.87,9.320,260.4 +4.9,0.87,9.490,267.4,5.9,0.87,10.010,265.1 +4.7,0.87,9.980,272.3,5.8,0.87,10.770,270.5 +4.5,0.87,9.070,273.6,5.5,0.87,10.040,273.6 +4.1,0.87,9.330,276.4,5.4,0.87,10.580,275.9 +4.3,0.87,10.070,277.2,5.7,0.87,11.090,277.1 +4.5,0.87,10.050,277.5,5.8,0.87,11.120,279.9 +3.4,0.87,9.710,280.1,5.0,0.87,11.250,283.0 +4.6,0.87,11.200,279.9,6.3,0.87,12.470,281.9 +5.3,0.87,11.600,276.5,6.8,0.87,12.640,279.2 +4.8,0.87,11.040,274.6,6.1,0.87,12.190,277.7 +4.8,0.87,10.510,275.7,6.0,0.87,11.730,278.9 +5.1,0.87,9.930,275.4,6.1,0.87,11.060,278.8 +5.3,0.87,9.060,274.2,6.0,0.87,9.940,278.1 +5.7,0.87,8.280,273.3,6.3,0.87,8.920,278.1 +6.0,0.87,8.210,274.3,6.5,0.87,8.980,279.4 +6.2,0.87,8.670,276.0,6.8,0.87,9.760,280.4 +6.2,0.87,10.600,275.6,7.4,0.87,11.950,279.0 +5.5,0.87,10.180,275.0,6.8,0.87,11.950,277.1 +6.0,0.87,10.230,272.6,7.2,0.87,11.600,274.6 +4.8,0.87,9.440,270.9,6.3,0.87,10.910,273.2 +5.3,0.87,9.790,270.7,6.6,0.87,11.230,272.0 +5.8,0.87,10.050,269.8,7.0,0.87,11.590,270.3 +5.8,0.87,10.090,271.4,6.9,0.87,11.450,272.4 +5.9,0.87,10.240,272.1,7.1,0.87,11.700,272.4 +5.1,0.87,9.110,278.3,6.2,0.87,10.760,277.3 +5.6,0.87,10.140,279.6,6.4,0.87,11.450,277.8 +5.4,0.87,10.830,283.0,5.8,0.87,11.930,283.3 +5.6,0.87,10.760,290.1,6.4,0.87,11.890,292.8 +5.4,0.87,9.660,292.5,6.3,0.87,10.700,296.7 +6.0,0.87,9.100,292.3,6.9,0.87,10.080,296.9 +7.0,0.87,10.440,292.8,8.2,0.87,11.210,295.6 +6.9,0.87,10.950,287.5,8.0,0.87,11.550,290.8 +7.0,0.87,11.050,284.4,8.0,0.87,11.210,287.6 +6.2,0.87,10.270,281.2,6.8,0.87,10.590,285.0 +5.5,0.87,8.810,283.1,6.1,0.87,9.450,288.6 +6.2,0.87,7.730,278.3,6.6,0.87,8.310,282.6 +7.3,0.87,7.830,272.7,7.6,0.87,8.260,276.6 +8.1,0.87,6.770,272.6,8.3,0.87,7.100,277.9 +9.4,0.87,5.070,308.8,9.6,0.87,5.270,316.2 +9.7,0.86,6.200,286.6,9.7,0.86,6.870,290.4 +9.0,0.86,7.270,287.7,9.1,0.86,7.480,288.7 +16.0,0.86,10.100,275.3,16.2,0.86,11.020,276.9 +13.6,0.86,6.950,274.3,14.1,0.86,8.700,272.7 +12.9,0.86,7.950,270.1,13.4,0.86,9.140,272.5 +12.2,0.86,8.590,270.1,12.7,0.86,9.690,272.7 +11.8,0.86,9.890,267.7,11.9,0.86,10.720,271.4 +10.2,0.86,11.310,268.2,10.4,0.86,12.140,271.9 +9.3,0.86,12.260,271.0,9.5,0.86,12.860,274.4 +8.2,0.86,12.160,276.3,8.5,0.86,13.300,277.4 +7.6,0.86,11.350,276.2,8.0,0.86,12.980,276.8 +7.8,0.86,13.160,277.6,8.0,0.86,14.530,278.3 +7.4,0.86,12.720,273.9,7.6,0.86,13.610,276.2 +6.7,0.86,12.640,280.1,6.9,0.86,13.540,282.6 +6.7,0.86,11.890,282.1,6.9,0.86,12.490,285.4 +6.3,0.86,10.040,275.5,6.4,0.86,10.440,279.7 +5.7,0.86,8.800,275.5,5.9,0.86,9.570,281.5 +5.7,0.86,8.730,282.1,6.3,0.86,8.930,291.0 +7.2,0.86,5.870,295.9,7.6,0.86,6.810,301.3 +9.2,0.86,4.350,269.6,9.1,0.86,4.370,272.9 +11.5,0.86,4.990,266.7,11.3,0.86,4.990,268.1 +13.9,0.86,4.580,271.5,13.7,0.86,4.620,272.1 +15.4,0.86,4.040,259.5,15.2,0.86,4.050,260.5 +15.7,0.86,6.080,259.8,15.6,0.86,6.120,260.1 +15.8,0.86,6.410,271.5,15.6,0.86,6.520,271.5 +16.1,0.86,5.450,265.3,15.9,0.86,5.890,266.4 +16.6,0.86,9.680,264.4,16.7,0.86,10.640,267.1 +15.8,0.86,8.090,266.2,15.6,0.86,9.280,272.0 +13.9,0.86,12.610,264.9,14.1,0.86,13.980,267.0 +12.8,0.85,14.080,272.1,13.0,0.85,15.460,273.6 +11.7,0.85,13.880,273.1,11.8,0.85,15.090,274.1 +11.3,0.85,14.990,276.1,11.4,0.85,16.180,277.3 +10.6,0.85,14.340,277.2,10.8,0.85,15.700,277.9 +10.0,0.85,12.340,284.3,10.1,0.85,13.710,283.6 +10.2,0.85,13.500,280.9,10.3,0.85,15.260,280.2 +9.5,0.85,14.380,279.0,9.6,0.85,15.810,279.4 +10.2,0.85,16.940,286.2,10.3,0.85,18.330,286.1 +11.0,0.85,16.810,283.7,11.2,0.85,18.300,283.5 +11.1,0.85,16.100,282.4,11.2,0.85,17.430,281.9 +10.7,0.85,15.460,283.5,10.9,0.85,16.780,283.6 +11.6,0.85,15.630,280.5,11.7,0.85,16.980,281.0 +11.2,0.85,12.040,268.7,11.3,0.85,13.220,271.5 +13.2,0.85,8.900,280.2,13.0,0.85,9.650,279.8 +13.9,0.85,8.310,270.4,13.8,0.85,8.410,270.9 +15.6,0.85,10.450,270.0,15.4,0.85,10.660,270.4 +15.9,0.85,7.930,255.8,15.7,0.85,8.070,256.4 +17.6,0.85,9.000,259.5,17.4,0.85,9.170,259.6 +18.9,0.85,10.260,262.6,18.7,0.85,10.470,262.4 +19.3,0.85,9.820,245.0,19.1,0.85,9.970,245.1 +19.1,0.85,7.880,238.7,19.1,0.85,8.430,236.9 +19.1,0.85,11.400,227.5,19.1,0.85,12.070,229.2 +17.8,0.85,8.710,221.8,18.0,0.85,9.550,222.7 +16.9,0.85,8.210,225.3,17.3,0.85,9.450,227.8 +15.9,0.85,10.700,229.8,16.2,0.85,11.540,232.6 +14.5,0.85,7.840,238.2,15.0,0.85,9.110,239.3 +13.4,0.85,9.360,240.7,13.9,0.85,11.190,238.9 +13.5,0.85,11.740,240.6,14.0,0.85,13.280,240.7 +14.5,0.85,14.290,252.5,15.2,0.85,15.880,250.8 +13.8,0.85,12.490,251.9,14.4,0.85,14.630,251.0 +12.7,0.85,10.220,252.2,13.6,0.85,12.360,250.2 +12.1,0.85,10.230,252.9,13.0,0.85,12.440,253.0 +11.2,0.85,8.630,262.1,12.0,0.85,9.880,262.5 +11.2,0.85,7.630,263.3,11.8,0.85,8.410,262.2 +11.0,0.85,6.440,257.1,12.1,0.85,7.400,256.4 +11.3,0.85,4.760,246.8,11.8,0.85,5.480,243.5 +10.1,0.85,3.570,247.4,10.7,0.85,4.690,245.1 +11.3,0.85,5.660,248.2,11.5,0.85,6.440,246.7 +13.3,0.85,6.290,247.1,13.4,0.85,7.370,246.9 +15.5,0.85,8.100,240.2,15.3,0.85,8.260,240.3 +16.6,0.85,8.020,232.8,16.4,0.85,8.150,232.7 +17.1,0.85,8.860,234.2,16.9,0.85,9.020,234.1 +17.4,0.85,10.110,241.0,17.2,0.85,10.340,240.8 +17.3,0.85,11.050,231.4,17.1,0.85,11.300,231.3 +17.2,0.85,10.790,222.7,17.1,0.85,11.530,223.1 +16.4,0.85,13.800,221.2,16.4,0.85,15.150,221.8 +15.2,0.86,9.110,196.4,15.0,0.86,9.480,201.9 +14.9,0.86,9.210,216.5,14.8,0.86,10.290,219.9 +15.1,0.86,13.160,227.8,15.1,0.86,14.280,228.3 +14.8,0.86,13.260,222.6,14.9,0.86,14.220,224.5 +14.0,0.86,9.550,241.5,14.0,0.86,10.570,241.9 +5.2,0.86,10.370,44.1,5.1,0.86,10.870,44.4 +3.1,0.86,10.090,53.6,2.9,0.86,10.340,53.7 +-0.3,0.86,9.790,49.9,-0.5,0.86,9.920,50.3 +-1.8,0.86,9.770,53.7,-2.0,0.86,9.920,53.8 +-3.4,0.86,9.220,51.2,-3.6,0.86,9.350,51.5 +-4.8,0.86,8.490,52.5,-4.9,0.86,8.600,52.6 +-5.7,0.86,7.920,52.6,-5.9,0.86,8.010,52.7 +-6.3,0.86,8.030,54.9,-6.5,0.86,8.130,55.0 +-6.7,0.86,7.790,61.2,-6.9,0.86,7.900,61.3 +-6.9,0.86,7.960,63.1,-7.1,0.86,8.060,63.3 +-6.4,0.86,7.590,69.6,-6.5,0.86,7.670,69.6 +-5.7,0.86,7.120,69.2,-6.0,0.86,7.210,69.3 +-5.3,0.86,7.170,69.2,-5.5,0.86,7.250,69.4 +-5.8,0.86,6.040,69.9,-5.9,0.86,6.120,70.3 +-5.5,0.86,5.730,82.0,-5.7,0.86,5.800,82.1 +-5.3,0.86,5.810,79.5,-5.5,0.86,5.880,79.7 +-5.2,0.86,6.270,81.9,-5.4,0.86,6.330,82.2 +-5.8,0.86,5.940,70.8,-6.0,0.86,6.020,71.1 +-6.3,0.86,6.360,81.0,-6.5,0.86,6.460,80.6 +-6.3,0.86,5.160,68.5,-6.5,0.86,5.220,68.9 +-6.9,0.86,6.250,83.4,-7.1,0.86,6.350,82.7 +-7.4,0.86,6.510,78.1,-7.5,0.86,6.690,78.1 +-7.5,0.86,5.370,55.4,-7.7,0.86,5.420,56.0 +-8.1,0.86,5.420,69.1,-8.2,0.86,5.490,68.9 +-8.1,0.86,4.610,65.9,-8.3,0.86,4.730,66.1 +-8.9,0.86,5.170,72.5,-9.1,0.86,5.260,72.2 +-9.2,0.87,5.090,53.5,-9.4,0.87,5.170,54.6 +-9.6,0.87,5.070,64.5,-9.8,0.87,5.350,64.3 +-9.7,0.87,3.880,63.3,-9.8,0.87,4.110,64.2 +-10.1,0.87,3.540,67.2,-10.2,0.87,3.690,64.7 +-10.3,0.87,5.480,51.8,-10.5,0.87,5.830,51.8 +-10.9,0.87,6.100,52.9,-11.1,0.87,6.460,53.9 +-11.7,0.87,5.820,56.5,-11.8,0.87,6.090,55.8 +-11.9,0.87,3.900,54.0,-12.1,0.87,4.170,55.0 +-11.2,0.87,3.210,55.5,-11.3,0.87,3.230,55.5 +-10.1,0.87,3.070,45.9,-10.3,0.87,3.080,46.0 +-8.8,0.87,2.520,60.6,-9.0,0.87,2.530,60.7 +-7.7,0.87,2.450,59.6,-7.9,0.87,2.460,59.8 +-6.8,0.87,2.090,69.6,-7.0,0.87,2.090,70.2 +-6.1,0.87,2.060,89.0,-6.3,0.87,2.070,88.9 +-5.9,0.87,2.950,99.3,-6.1,0.87,2.960,99.0 +-6.0,0.87,3.560,95.9,-6.2,0.87,3.640,97.2 +-6.5,0.87,5.230,89.7,-6.7,0.87,5.070,91.9 +-7.0,0.87,6.120,102.6,-7.1,0.87,6.230,102.3 +-7.9,0.87,4.930,114.9,-8.1,0.87,5.240,115.7 +-8.8,0.87,4.630,116.2,-8.9,0.87,4.860,117.0 +-9.5,0.87,5.080,113.0,-9.6,0.87,5.220,114.7 +-10.1,0.87,4.690,113.6,-10.2,0.87,4.860,114.5 +-11.0,0.87,5.010,123.4,-11.1,0.87,5.250,124.0 +-11.5,0.87,5.740,121.6,-11.7,0.87,5.940,121.1 +-11.9,0.87,5.460,119.5,-12.1,0.87,5.650,119.5 +-12.6,0.87,4.430,117.3,-12.7,0.87,4.610,118.1 +-13.2,0.87,4.040,114.4,-13.3,0.87,4.200,115.9 +-13.6,0.87,3.860,122.2,-13.8,0.87,4.060,122.7 +-14.0,0.87,3.750,123.6,-14.1,0.87,3.900,123.9 +-14.3,0.87,4.110,124.3,-14.5,0.87,4.220,124.1 +-14.8,0.87,3.640,112.9,-14.9,0.87,3.800,115.0 +-14.6,0.87,3.540,110.9,-14.8,0.87,3.600,111.9 +-14.3,0.87,4.040,115.7,-14.5,0.87,4.070,116.1 +-13.8,0.87,3.370,117.7,-14.0,0.87,3.400,117.8 +-13.1,0.87,3.510,123.5,-13.3,0.87,3.540,124.0 +-12.4,0.87,4.110,132.0,-12.6,0.87,4.130,132.0 +-12.7,0.87,3.850,131.0,-12.9,0.87,3.870,131.0 +-12.2,0.87,3.150,133.9,-12.4,0.87,3.200,134.7 +-11.8,0.87,3.460,144.4,-12.0,0.87,3.480,144.5 +-11.7,0.87,3.390,146.4,-11.8,0.87,3.430,147.6 +-12.3,0.87,4.410,159.4,-12.5,0.87,4.550,160.6 +-12.4,0.87,3.520,144.9,-12.6,0.87,3.690,146.7 +-12.7,0.86,3.600,147.1,-12.8,0.86,4.020,151.3 +-12.6,0.86,4.740,165.4,-12.6,0.86,5.640,169.5 +-12.5,0.86,7.060,176.4,-12.5,0.86,7.680,178.5 +-12.3,0.86,6.620,184.3,-12.3,0.86,7.190,185.8 +-12.1,0.86,6.220,190.7,-12.2,0.86,6.780,192.4 +-11.9,0.86,4.060,206.0,-12.0,0.86,4.780,207.0 +-11.3,0.86,4.300,206.5,-11.4,0.86,5.150,209.3 +-10.6,0.86,5.320,222.1,-10.6,0.86,6.230,221.6 +-10.2,0.86,4.490,231.8,-10.2,0.86,5.260,229.8 +-9.2,0.86,6.770,226.0,-8.9,0.86,7.770,226.7 +-8.9,0.86,7.380,221.0,-8.4,0.86,7.960,228.0 +-8.1,0.86,6.680,235.9,-7.5,0.86,7.280,241.5 +-7.2,0.86,5.810,244.2,-6.2,0.86,6.640,247.6 +-6.9,0.86,4.800,249.3,-6.1,0.86,5.580,249.4 +-5.2,0.86,4.880,240.8,-4.5,0.86,5.660,241.9 +-1.6,0.86,4.620,237.6,-1.0,0.86,5.960,242.3 +1.4,0.86,5.220,236.8,1.5,0.86,6.190,238.7 +4.4,0.86,5.390,246.7,4.4,0.86,6.340,250.5 +6.1,0.86,8.240,239.1,5.9,0.86,8.620,239.8 +6.5,0.86,6.270,265.6,6.4,0.86,6.650,265.1 +5.9,0.86,8.060,278.2,5.8,0.86,8.420,278.0 +6.5,0.86,12.540,268.6,6.4,0.86,12.660,269.7 +6.7,0.86,11.990,268.1,6.6,0.86,12.170,268.5 +4.8,0.86,7.620,289.3,5.1,0.86,7.900,288.5 +3.6,0.86,6.960,317.1,3.8,0.86,6.700,313.8 +2.3,0.86,7.410,323.1,3.0,0.86,7.320,321.8 +-0.1,0.86,7.250,339.8,0.9,0.86,7.940,335.2 +1.9,0.86,8.490,332.8,2.7,0.86,8.580,331.2 +2.3,0.86,7.830,342.0,3.2,0.86,7.890,341.9 +1.7,0.86,6.560,331.9,2.8,0.86,6.980,332.6 +-6.2,0.86,8.090,68.0,-6.4,0.86,8.320,63.1 +-7.1,0.86,5.740,57.7,-6.5,0.86,6.390,60.4 +-7.5,0.86,5.030,53.8,-7.5,0.86,5.730,55.5 +-7.5,0.86,5.080,66.4,-7.6,0.86,5.680,68.1 +-7.4,0.86,4.880,68.1,-7.6,0.86,5.420,69.3 +-7.5,0.87,4.420,62.3,-7.7,0.87,4.850,64.2 +-7.7,0.87,4.460,61.3,-7.8,0.87,4.650,62.0 +-7.8,0.87,4.330,62.5,-8.0,0.87,4.360,62.8 +-7.5,0.87,4.180,64.9,-7.7,0.87,4.200,65.0 +-6.7,0.87,3.720,63.7,-6.8,0.87,3.750,63.9 +-5.6,0.87,2.830,71.7,-5.8,0.87,2.840,72.0 +-4.6,0.87,2.180,56.8,-4.8,0.87,2.180,57.4 +-3.7,0.87,1.320,63.9,-3.9,0.87,1.320,64.5 +-2.9,0.87,0.120,56.3,-3.1,0.87,0.120,55.2 +-2.6,0.87,1.790,214.7,-2.8,0.87,1.760,214.5 +-2.5,0.87,1.040,194.2,-2.7,0.87,1.100,196.9 +-2.3,0.87,2.820,231.2,-2.4,0.87,3.010,235.9 +-2.8,0.87,1.640,229.7,-2.7,0.87,2.180,241.3 +-2.1,0.87,4.560,265.8,-1.9,0.87,5.240,267.2 +-2.4,0.87,5.430,277.8,-2.4,0.87,5.660,282.9 +-3.8,0.87,6.900,311.2,-3.7,0.87,7.310,311.5 +-5.8,0.87,4.800,341.2,-4.9,0.87,4.910,341.6 +-6.6,0.87,2.950,344.5,-5.8,0.87,3.570,344.3 +-5.6,0.87,3.140,327.6,-5.1,0.87,3.310,327.8 +-4.9,0.87,4.300,295.4,-4.1,0.87,4.390,298.9 +-5.6,0.87,4.600,276.8,-4.7,0.87,4.980,281.2 +-5.6,0.87,5.270,266.8,-4.8,0.87,5.680,270.6 +-4.8,0.87,7.420,279.6,-3.9,0.87,7.820,282.6 +-5.1,0.87,8.900,283.3,-4.2,0.87,9.180,287.2 +-5.3,0.87,9.100,279.1,-4.4,0.87,9.610,282.7 +-6.0,0.87,7.700,266.2,-5.2,0.87,7.970,270.6 +-6.1,0.87,7.900,260.5,-5.3,0.87,8.350,264.3 +-5.7,0.87,6.250,260.8,-5.3,0.87,7.400,262.1 +-3.5,0.87,5.880,260.4,-3.6,0.87,6.460,261.1 +-1.6,0.87,5.520,250.7,-1.8,0.87,5.620,250.9 +0.3,0.87,6.830,244.8,0.1,0.87,6.900,244.8 +1.9,0.87,7.360,242.9,1.8,0.87,7.470,242.9 +2.7,0.87,8.170,240.2,2.5,0.87,8.330,240.4 +2.9,0.87,9.300,240.0,2.8,0.87,9.710,240.5 +3.2,0.87,9.620,239.1,3.2,0.87,9.970,238.1 +2.4,0.87,11.730,232.5,2.5,0.87,11.810,234.9 +1.4,0.87,11.290,240.2,1.7,0.87,11.970,243.4 +1.1,0.87,12.000,246.6,1.6,0.87,12.580,249.6 +1.2,0.87,12.490,249.2,1.9,0.87,13.660,251.9 +1.4,0.87,13.620,251.4,1.8,0.87,14.870,253.2 +0.7,0.87,12.940,257.9,1.0,0.87,14.280,258.7 +0.5,0.87,12.680,265.3,0.8,0.87,13.860,266.1 +0.4,0.87,11.110,274.8,0.8,0.87,12.250,275.7 +-0.5,0.87,7.440,304.7,-0.1,0.87,8.710,302.3 +-0.8,0.87,10.150,323.1,-0.1,0.87,10.710,328.6 +-1.7,0.87,10.980,5.1,-1.2,0.87,12.280,10.4 +-3.0,0.87,11.280,17.9,-2.7,0.87,13.000,21.5 +-3.8,0.87,10.690,21.1,-3.7,0.87,12.140,23.3 +-4.7,0.87,11.060,22.1,-4.6,0.87,12.490,24.3 +-5.4,0.87,10.880,23.2,-5.3,0.87,12.200,25.9 +-5.0,0.87,9.440,31.9,-5.1,0.87,10.180,32.9 +-4.2,0.88,7.460,34.8,-4.4,0.88,7.650,35.0 +-3.1,0.88,6.700,32.1,-3.3,0.88,6.800,32.3 +-1.9,0.88,6.170,35.3,-2.1,0.88,6.260,35.4 +-0.9,0.88,5.620,37.5,-1.1,0.88,5.700,37.6 +-0.1,0.88,5.210,43.4,-0.3,0.88,5.280,43.3 +0.4,0.88,4.330,45.6,0.1,0.88,4.380,45.5 +0.5,0.88,3.670,42.6,0.3,0.88,3.710,42.8 +0.5,0.88,3.240,44.0,0.3,0.88,3.310,44.7 +0.1,0.88,2.980,85.3,-0.0,0.88,3.070,84.5 +-0.1,0.88,2.250,103.7,-0.0,0.88,2.470,104.6 +-0.1,0.88,1.880,121.6,-0.1,0.88,2.110,118.5 +-1.0,0.88,2.010,97.8,-0.8,0.88,2.260,101.2 +-1.3,0.88,2.240,117.4,-1.0,0.88,2.590,117.8 +-1.3,0.88,3.390,182.6,-1.0,0.88,3.780,178.6 +-1.0,0.88,5.420,202.2,-0.8,0.88,5.610,200.0 +-2.0,0.88,3.760,225.0,-1.6,0.88,4.060,220.4 +-2.3,0.88,4.300,227.3,-1.9,0.88,4.730,226.0 +-1.9,0.88,5.440,230.9,-1.4,0.88,5.890,229.1 +-1.7,0.88,5.380,234.2,-1.3,0.88,5.780,233.3 +-2.1,0.88,5.470,230.0,-1.6,0.88,6.000,230.8 +-2.2,0.88,6.240,231.4,-1.7,0.88,6.980,232.7 +-1.8,0.87,7.120,237.2,-1.3,0.87,7.690,238.8 +-0.5,0.87,7.510,244.9,-0.0,0.87,7.700,245.9 +-1.1,0.87,7.330,246.5,-0.7,0.87,8.090,248.2 +-0.8,0.87,5.800,249.3,-0.5,0.87,6.830,249.9 +1.0,0.87,4.680,240.7,0.8,0.87,4.800,241.4 +2.5,0.87,4.900,237.5,2.3,0.87,4.950,237.1 +4.4,0.87,5.670,237.8,4.2,0.87,5.710,237.3 +5.3,0.87,4.970,237.7,5.2,0.87,5.060,236.8 +6.1,0.87,5.340,231.2,6.0,0.87,5.710,230.5 +5.5,0.87,7.900,223.7,5.4,0.87,8.280,225.6 +5.1,0.87,8.270,237.6,5.1,0.87,8.660,240.9 +2.9,0.87,8.850,218.0,2.9,0.87,9.170,220.9 +1.4,0.87,9.660,242.8,1.4,0.87,10.410,243.8 +1.4,0.87,6.820,231.9,1.7,0.87,7.670,235.1 +2.7,0.87,6.860,222.0,3.4,0.87,7.830,226.3 +2.5,0.87,8.250,209.4,2.6,0.87,9.190,208.7 +3.1,0.87,8.120,239.2,3.1,0.87,8.690,240.4 +2.7,0.87,7.120,232.7,2.7,0.87,7.660,234.5 +2.2,0.87,6.910,273.1,2.3,0.87,7.600,271.2 +3.1,0.86,9.830,259.1,3.2,0.86,10.800,258.6 +3.3,0.86,11.820,253.4,3.5,0.86,12.860,254.3 +3.9,0.86,12.000,249.5,4.1,0.86,12.770,249.8 +3.8,0.86,9.640,257.3,4.2,0.86,10.680,257.7 +1.9,0.86,8.210,253.9,2.0,0.86,8.900,255.2 +0.8,0.86,8.020,250.2,0.7,0.86,8.610,251.4 +1.5,0.86,9.400,253.4,1.5,0.86,10.100,254.7 +1.9,0.86,11.610,257.3,1.9,0.86,12.150,257.9 +2.2,0.86,12.100,260.2,2.0,0.86,12.950,260.5 +4.8,0.86,9.660,258.5,4.7,0.86,10.040,258.6 +6.4,0.86,11.970,250.5,6.2,0.86,12.190,250.9 +8.1,0.86,10.220,264.3,7.9,0.86,10.450,264.3 +9.2,0.86,10.870,263.3,9.0,0.86,11.090,263.4 +10.2,0.86,13.120,269.5,10.0,0.86,13.400,269.5 +10.2,0.86,10.260,271.6,10.0,0.86,10.650,271.9 +9.8,0.86,10.630,272.1,9.7,0.86,11.240,273.4 +8.4,0.86,9.950,269.9,8.5,0.86,10.870,273.8 +7.5,0.86,11.040,282.3,7.8,0.86,12.220,284.1 +7.2,0.86,10.590,328.1,7.3,0.86,11.380,338.0 +4.9,0.86,11.770,359.6,5.3,0.86,13.340,2.0 +4.7,0.86,9.340,356.6,5.1,0.86,10.940,359.4 +4.0,0.86,12.070,356.5,4.4,0.86,13.810,358.9 +2.5,0.86,10.540,356.5,2.6,0.86,12.250,358.9 +1.4,0.86,12.230,0.5,1.4,0.86,13.600,2.1 +0.1,0.86,9.730,358.4,0.1,0.86,11.130,0.0 +-0.1,0.86,10.830,0.3,-0.2,0.86,12.110,1.8 +-0.6,0.87,10.920,0.6,-0.7,0.87,12.100,1.8 +-1.0,0.87,9.900,3.1,-1.1,0.87,11.080,4.1 +-1.2,0.87,11.140,6.2,-1.2,0.87,12.240,7.4 +-1.2,0.87,9.650,359.1,-1.2,0.87,10.680,0.7 +-1.0,0.87,8.520,356.7,-1.0,0.87,9.800,359.3 +-0.2,0.87,10.010,3.5,-0.3,0.87,10.640,4.3 +1.0,0.87,9.230,7.3,0.8,0.87,9.490,7.4 +2.3,0.87,8.910,4.6,2.1,0.87,9.090,4.7 +3.7,0.87,8.070,3.4,3.5,0.87,8.230,3.6 +4.8,0.87,7.870,2.0,4.6,0.87,8.020,2.1 +5.6,0.87,8.150,0.9,5.4,0.87,8.320,1.0 +5.9,0.87,7.510,359.8,5.7,0.87,7.650,359.7 +5.7,0.87,6.880,353.9,5.5,0.87,7.040,353.9 +5.8,0.87,6.860,348.5,5.6,0.87,6.950,348.9 +5.5,0.87,7.590,347.4,5.4,0.87,7.510,347.1 +5.2,0.87,6.530,340.7,5.1,0.87,6.400,340.2 +5.2,0.87,5.020,330.2,5.3,0.87,5.090,330.5 +4.9,0.87,3.330,301.1,5.1,0.87,3.400,302.2 +4.4,0.87,3.980,291.4,4.9,0.87,4.100,291.2 +2.9,0.87,4.730,273.2,3.6,0.87,4.780,276.0 +2.0,0.87,4.930,254.9,2.8,0.87,5.030,257.4 +3.6,0.87,6.630,252.1,4.2,0.87,6.680,249.0 +2.8,0.87,6.940,258.1,3.5,0.87,7.210,255.7 +2.6,0.87,9.050,264.3,2.8,0.87,9.650,264.4 +2.5,0.87,10.400,251.7,3.1,0.87,11.380,252.9 +2.1,0.87,10.050,249.8,2.5,0.87,11.230,250.9 +1.9,0.87,9.750,252.3,2.2,0.87,11.020,253.2 +1.1,0.87,8.410,253.4,1.2,0.87,9.510,255.8 +1.0,0.87,8.980,262.7,1.3,0.87,10.230,263.8 +1.2,0.87,9.390,265.0,1.4,0.87,10.630,265.8 +2.6,0.87,7.120,259.9,2.5,0.87,7.930,260.7 +4.0,0.87,7.010,258.4,3.9,0.87,7.120,258.6 +5.0,0.87,6.320,257.6,4.8,0.87,6.370,257.8 +5.9,0.87,5.500,257.0,5.7,0.87,5.540,257.6 +6.5,0.87,5.170,258.6,6.3,0.87,5.210,259.2 +6.9,0.87,4.930,255.2,6.7,0.87,4.950,255.8 +7.0,0.87,4.510,255.4,6.8,0.87,4.620,257.2 +7.1,0.87,6.030,265.7,6.9,0.87,6.100,266.7 +7.2,0.87,5.970,272.9,7.3,0.87,5.870,273.4 +7.5,0.87,6.420,285.7,8.0,0.87,6.030,285.7 +8.0,0.87,6.250,297.2,8.8,0.87,5.890,297.1 +6.8,0.87,5.630,301.8,8.2,0.87,5.680,302.4 +6.5,0.87,5.050,297.2,7.7,0.87,4.880,300.3 +6.9,0.87,5.600,294.7,7.8,0.87,5.690,297.6 +6.6,0.87,6.020,285.5,7.6,0.87,5.810,288.8 +6.7,0.87,6.260,303.7,7.9,0.87,6.370,306.1 +6.4,0.87,7.400,300.0,7.7,0.87,7.550,301.1 +5.9,0.87,6.040,292.0,7.5,0.87,6.280,295.0 +6.0,0.87,6.320,293.9,7.6,0.87,6.340,296.6 +5.5,0.87,6.300,287.0,6.9,0.87,6.280,289.3 +4.9,0.87,6.630,290.6,6.5,0.87,6.860,291.8 +4.4,0.87,6.660,290.9,6.0,0.87,6.870,293.9 +5.5,0.87,6.460,290.2,6.8,0.87,6.570,292.4 +5.7,0.87,6.590,292.8,7.2,0.87,6.780,295.4 +4.7,0.87,4.760,286.1,6.1,0.87,5.480,289.7 +5.8,0.87,2.730,277.6,6.0,0.87,3.330,287.3 +7.9,0.87,2.520,268.1,7.8,0.87,2.590,275.4 +9.5,0.87,2.700,271.8,9.4,0.87,2.680,277.8 +10.9,0.87,2.140,272.6,10.8,0.87,2.120,278.6 +11.4,0.87,1.710,286.0,11.3,0.87,1.800,299.5 +11.7,0.87,1.200,281.3,12.0,0.87,1.100,306.6 +12.4,0.87,1.140,308.5,12.7,0.87,1.100,331.0 +12.2,0.87,1.470,309.7,12.5,0.87,1.360,324.2 +12.6,0.87,1.030,343.6,12.9,0.87,1.170,10.6 +12.2,0.87,1.300,351.4,12.7,0.87,1.310,12.4 +11.8,0.87,0.970,355.4,12.7,0.87,0.940,25.8 +10.0,0.87,2.040,33.2,10.4,0.87,2.010,29.4 +10.2,0.87,1.640,28.8,10.9,0.87,1.820,32.4 +9.4,0.87,1.060,26.4,10.3,0.87,1.260,34.8 +9.3,0.87,1.260,352.0,10.2,0.87,1.360,7.6 +8.3,0.87,1.690,7.4,8.9,0.87,1.700,7.7 +7.3,0.87,1.660,29.0,7.9,0.87,1.740,33.1 +7.4,0.87,1.910,4.7,8.2,0.87,2.030,12.7 +8.6,0.87,3.050,3.0,9.3,0.87,2.970,8.3 +8.9,0.87,4.010,0.7,9.5,0.87,3.690,4.3 +8.8,0.87,4.010,344.7,9.7,0.87,3.440,345.7 +8.7,0.87,4.300,349.9,9.6,0.87,3.700,350.9 +8.7,0.87,4.660,1.3,9.8,0.87,4.120,4.8 +8.5,0.87,4.330,10.3,9.8,0.87,4.440,17.4 +8.9,0.87,2.930,19.2,8.8,0.87,3.310,19.4 +11.1,0.87,2.200,35.6,10.9,0.87,2.230,35.9 +12.3,0.87,2.130,43.9,12.1,0.87,2.150,43.9 +13.3,0.87,2.230,64.3,13.1,0.87,2.260,63.8 +13.6,0.87,2.310,103.9,13.4,0.87,2.320,100.8 +13.5,0.87,2.520,109.6,13.3,0.87,2.610,105.7 +13.4,0.87,4.490,119.5,13.3,0.87,4.550,116.8 +13.2,0.87,3.990,125.7,13.2,0.87,4.200,124.0 +13.0,0.87,3.450,137.4,13.0,0.87,3.730,135.6 +12.1,0.87,3.810,145.9,12.4,0.87,4.300,148.0 +11.0,0.87,4.210,178.5,11.5,0.87,4.750,177.3 +10.4,0.87,5.760,182.8,10.8,0.87,6.350,180.2 +10.2,0.87,6.500,187.4,10.6,0.87,7.090,184.0 +9.1,0.87,6.480,195.5,9.6,0.87,7.030,195.4 +7.4,0.87,5.700,214.7,8.2,0.87,6.390,210.7 +7.9,0.87,6.990,215.5,8.4,0.87,7.630,214.4 +7.2,0.87,7.290,231.5,7.9,0.87,7.820,228.1 +7.5,0.87,7.440,237.0,8.1,0.87,7.950,233.3 +7.1,0.87,7.290,242.3,7.9,0.87,7.810,238.9 +6.6,0.87,7.450,250.0,7.4,0.87,7.820,245.8 +6.1,0.87,8.420,256.1,7.0,0.87,8.830,251.6 +6.0,0.87,9.230,260.0,6.8,0.87,9.640,257.0 +4.7,0.87,8.830,257.8,5.5,0.87,9.950,256.9 +6.0,0.87,7.910,254.1,6.7,0.87,9.010,253.6 +6.4,0.87,5.190,249.2,6.5,0.87,6.030,251.1 +9.3,0.86,5.460,248.9,9.2,0.86,5.870,248.9 +10.5,0.86,4.980,245.6,10.4,0.86,5.250,243.9 +12.4,0.86,4.200,238.9,12.3,0.86,4.450,237.0 +14.5,0.86,7.960,232.3,14.3,0.86,8.120,232.2 +14.2,0.86,9.030,224.6,14.1,0.86,9.430,224.8 +13.9,0.86,9.610,219.6,13.8,0.86,10.180,220.2 +12.8,0.86,11.050,224.3,12.8,0.86,12.210,224.8 +11.7,0.86,12.240,228.2,12.0,0.86,13.690,228.4 +11.2,0.86,12.010,229.6,11.6,0.86,13.340,230.2 +10.6,0.86,10.880,230.6,11.0,0.86,12.340,231.2 +10.2,0.86,11.400,232.7,10.8,0.86,12.860,234.4 +10.3,0.86,11.000,232.7,10.9,0.86,12.140,234.4 +10.9,0.86,11.020,234.6,11.6,0.86,11.810,237.7 +11.5,0.86,10.850,242.3,12.0,0.86,11.420,245.3 +11.4,0.86,9.780,241.8,11.7,0.86,10.500,245.5 +10.8,0.86,9.430,246.8,11.0,0.86,10.410,249.7 +9.8,0.86,8.890,245.1,10.1,0.86,9.640,248.3 +10.0,0.86,10.860,248.4,10.4,0.86,11.670,250.5 +10.6,0.86,11.500,258.8,10.9,0.86,11.990,260.2 +9.8,0.86,10.600,262.0,10.6,0.86,11.340,262.5 +9.1,0.86,10.620,263.4,10.0,0.86,11.690,264.2 +8.4,0.86,9.430,267.8,9.2,0.86,10.520,268.3 +8.1,0.86,7.770,256.8,8.5,0.86,8.390,258.7 +9.3,0.86,6.060,257.9,9.4,0.86,6.870,260.1 +12.0,0.86,6.860,257.5,11.8,0.86,7.010,257.9 +13.3,0.85,5.880,255.5,13.2,0.85,5.960,255.8 +15.0,0.85,8.050,253.2,14.8,0.85,8.240,253.6 +16.2,0.85,8.200,258.4,16.0,0.85,8.380,258.2 +16.3,0.85,10.050,238.1,16.1,0.85,10.450,238.4 +15.6,0.85,9.300,227.1,15.4,0.85,9.800,228.6 +14.9,0.85,10.540,239.4,15.0,0.85,11.310,239.9 +13.1,0.85,8.660,240.5,13.3,0.85,10.000,241.1 +12.7,0.85,10.300,243.9,13.1,0.85,11.960,243.2 +12.3,0.86,11.990,251.3,12.7,0.86,13.290,250.8 +12.3,0.86,11.140,253.7,12.6,0.86,11.490,255.5 +10.6,0.86,9.340,250.8,10.8,0.86,10.090,252.0 +11.2,0.86,10.190,256.1,11.5,0.86,10.840,254.4 +9.7,0.86,7.030,256.2,9.8,0.86,7.520,250.9 +10.3,0.86,10.220,255.5,11.4,0.86,11.860,248.6 +9.0,0.86,8.210,242.1,9.8,0.86,9.100,240.6 +9.2,0.86,9.260,260.9,10.0,0.86,10.630,256.5 +7.4,0.86,5.750,318.6,7.5,0.86,5.780,311.5 +6.9,0.86,2.880,348.2,7.4,0.86,3.180,337.9 +6.6,0.86,4.120,8.3,6.8,0.86,3.960,3.4 +0.3,0.86,5.360,43.6,1.4,0.86,4.690,40.6 +-2.4,0.86,6.220,55.8,-2.0,0.86,6.270,53.6 +-1.7,0.86,3.490,82.9,-1.8,0.86,3.570,80.9 +1.5,0.86,3.410,86.4,1.3,0.86,3.420,85.9 +3.2,0.86,3.830,101.6,3.0,0.86,3.820,100.5 +4.5,0.86,3.360,104.5,4.3,0.86,3.350,104.7 +5.8,0.86,4.320,114.0,5.6,0.86,4.330,114.5 +7.3,0.86,6.210,126.2,7.1,0.86,6.290,126.8 +7.7,0.86,7.240,137.3,7.5,0.86,7.350,137.7 +7.0,0.85,6.540,151.3,6.8,0.85,6.800,152.3 +6.0,0.86,6.420,146.6,5.8,0.86,6.720,147.7 +6.1,0.85,5.070,129.7,6.0,0.85,5.450,132.9 +5.7,0.85,6.970,135.5,5.5,0.85,7.440,137.9 +4.8,0.85,5.780,134.5,4.6,0.85,6.170,137.5 +3.9,0.85,5.530,146.8,3.8,0.85,5.850,148.7 +3.4,0.85,4.260,131.9,3.2,0.85,4.460,133.7 +3.3,0.85,2.240,338.3,3.1,0.85,2.140,334.7 +3.3,0.85,1.210,34.8,3.2,0.85,0.860,21.7 +3.2,0.85,1.820,88.8,3.2,0.85,1.510,97.1 +3.0,0.85,3.120,116.6,2.9,0.85,3.090,121.7 +3.2,0.85,3.740,126.7,3.3,0.85,3.890,134.3 +3.4,0.85,2.300,107.9,3.5,0.85,2.450,119.6 +3.9,0.85,2.770,149.2,3.9,0.85,3.110,155.3 +4.2,0.85,2.520,145.4,4.2,0.85,2.660,155.9 +4.5,0.85,3.830,158.2,4.4,0.85,4.120,163.9 +4.4,0.85,1.150,177.7,4.3,0.85,1.320,193.6 +4.0,0.85,2.860,296.4,3.9,0.85,3.100,296.6 +2.5,0.85,7.900,263.6,2.4,0.85,7.990,263.1 +2.6,0.85,3.830,235.1,2.4,0.85,4.010,233.8 +3.3,0.85,5.670,194.3,3.2,0.85,5.690,195.1 +5.5,0.85,6.130,232.7,5.3,0.85,6.210,233.0 +3.1,0.85,5.420,17.8,3.0,0.85,5.420,17.0 +3.0,0.85,6.280,9.2,2.8,0.85,6.330,8.8 +2.1,0.85,5.680,21.9,1.9,0.85,5.700,21.8 +0.5,0.85,6.260,24.3,0.3,0.85,6.540,24.7 +-0.6,0.85,6.210,29.8,-0.8,0.85,6.710,30.0 +-1.2,0.85,4.350,27.2,-1.5,0.85,4.950,28.2 +-1.5,0.85,4.250,23.3,-1.7,0.85,4.600,23.2 +-2.1,0.85,4.960,23.4,-2.3,0.85,5.130,23.1 +-3.2,0.86,5.670,14.8,-3.4,0.86,5.860,14.7 +-3.6,0.86,5.670,14.8,-3.8,0.86,5.850,14.9 +-3.6,0.86,5.410,4.8,-3.7,0.86,5.820,5.2 +-3.3,0.86,7.880,10.4,-3.5,0.86,8.090,10.6 +-3.6,0.86,6.660,16.3,-3.9,0.86,6.820,16.3 +-3.6,0.86,5.460,12.2,-3.8,0.86,5.610,12.3 +-3.0,0.86,5.160,10.0,-3.2,0.86,5.280,10.1 +-2.7,0.86,5.260,3.1,-2.9,0.86,5.370,3.3 +-2.5,0.86,5.310,355.6,-2.6,0.86,5.450,356.1 +-2.4,0.86,3.860,347.9,-2.5,0.86,3.970,348.7 +-2.0,0.87,3.500,339.0,-2.2,0.87,3.580,339.8 +-1.3,0.87,3.980,340.7,-1.5,0.87,4.060,341.1 +-0.4,0.87,5.020,351.3,-0.6,0.87,5.090,351.4 +0.4,0.87,4.740,358.6,0.2,0.87,4.800,358.6 +1.1,0.87,4.050,353.1,0.9,0.87,4.110,353.3 +1.7,0.87,3.310,354.1,1.5,0.87,3.350,354.1 +2.1,0.87,3.250,348.2,1.9,0.87,3.250,347.9 +2.4,0.87,2.250,333.4,2.2,0.87,2.270,333.1 +2.3,0.87,1.400,350.8,2.1,0.87,1.420,347.9 +2.4,0.87,0.380,358.2,2.2,0.87,0.400,337.2 +2.3,0.87,2.290,159.3,2.2,0.87,2.220,160.8 +2.2,0.87,2.850,176.8,2.3,0.87,2.930,180.1 +1.6,0.87,4.260,200.9,1.8,0.87,4.640,200.1 +1.4,0.87,5.770,203.7,1.7,0.87,6.120,204.3 +1.0,0.87,6.050,202.5,1.3,0.87,6.640,204.2 +0.9,0.87,6.680,210.3,1.2,0.87,7.280,211.5 +1.0,0.87,7.220,212.9,1.2,0.87,7.980,214.2 +0.7,0.87,7.290,217.6,0.8,0.87,8.240,218.4 +0.8,0.87,7.800,222.8,0.9,0.87,8.740,224.7 +0.5,0.87,7.550,230.6,0.5,0.87,8.400,232.6 +0.7,0.87,7.200,249.1,0.7,0.87,8.310,250.6 +1.3,0.87,8.930,255.1,1.3,0.87,10.140,255.9 +1.1,0.87,9.400,265.1,1.2,0.87,10.460,265.9 +1.0,0.87,10.150,271.4,1.1,0.87,10.870,272.8 +0.6,0.87,7.860,284.6,0.6,0.87,8.310,285.6 +0.7,0.87,3.900,308.2,0.6,0.87,3.960,309.1 +2.1,0.87,2.750,315.8,1.9,0.87,2.800,316.8 +3.9,0.87,2.480,342.3,3.7,0.87,2.520,342.9 +5.4,0.87,2.530,12.3,5.2,0.87,2.570,12.7 +6.0,0.87,2.450,11.0,5.9,0.87,2.470,11.2 +6.2,0.87,1.900,14.4,6.0,0.87,1.900,14.0 +6.2,0.87,1.520,17.7,6.0,0.87,1.490,17.5 +5.9,0.87,1.130,54.9,5.7,0.87,1.160,59.3 +5.0,0.87,3.520,111.0,4.9,0.87,3.690,110.2 +3.6,0.87,4.940,117.5,3.8,0.87,5.160,119.7 +2.1,0.87,6.340,126.3,2.3,0.87,6.690,129.5 +1.4,0.87,7.050,142.8,2.0,0.87,7.170,149.9 +1.1,0.87,6.580,159.8,1.8,0.87,7.060,169.0 +0.1,0.87,7.060,165.1,0.2,0.87,8.060,166.8 +0.2,0.87,6.880,184.9,0.4,0.87,8.400,184.9 +-0.1,0.87,8.850,188.4,-0.1,0.87,9.880,188.7 +0.1,0.87,9.160,193.3,0.1,0.87,10.010,193.9 +0.2,0.87,9.440,202.4,0.2,0.87,10.230,202.5 +0.3,0.87,9.960,209.3,0.4,0.87,10.830,209.3 +-0.0,0.87,9.170,210.8,0.0,0.87,10.040,211.6 +0.3,0.87,8.520,215.2,0.5,0.87,9.430,216.8 +0.9,0.87,9.530,220.1,1.0,0.87,10.510,220.6 +1.4,0.87,9.770,225.2,1.5,0.87,10.810,226.2 +2.2,0.87,10.080,231.8,2.3,0.87,10.990,232.5 +5.0,0.87,11.000,242.6,4.9,0.87,11.690,242.9 +6.1,0.87,12.270,244.8,5.9,0.87,12.650,245.2 +7.3,0.87,10.330,238.4,7.2,0.87,10.620,239.1 +8.6,0.87,10.650,245.0,8.4,0.87,10.810,245.0 +9.7,0.87,8.700,237.4,9.5,0.87,8.890,237.7 +9.8,0.87,9.030,242.0,9.7,0.87,9.350,242.1 +10.2,0.87,8.200,241.5,10.0,0.87,8.660,241.9 +9.7,0.87,8.710,235.4,9.7,0.87,9.540,236.4 +9.4,0.87,11.150,236.3,9.6,0.87,11.810,239.2 +8.4,0.87,12.380,238.6,8.7,0.87,13.370,240.5 +7.3,0.87,11.450,243.9,7.5,0.87,12.070,246.6 +7.7,0.87,11.360,250.9,8.0,0.87,12.330,255.0 +6.2,0.87,8.190,273.0,6.3,0.87,8.990,276.6 +3.7,0.87,9.830,0.1,3.6,0.87,10.980,9.8 +2.0,0.87,12.560,27.6,2.1,0.87,13.980,28.1 +1.2,0.87,12.290,22.4,1.1,0.87,13.470,23.1 +0.9,0.87,13.530,23.1,0.8,0.87,14.660,23.6 +0.2,0.87,13.250,21.9,0.1,0.87,14.350,22.6 +-0.3,0.87,11.190,22.6,-0.4,0.87,12.270,23.0 +-0.9,0.87,9.730,22.1,-1.0,0.87,10.800,22.8 +-1.4,0.87,8.810,17.1,-1.5,0.87,9.860,18.8 +-1.6,0.87,8.170,16.1,-1.7,0.87,9.120,17.5 +-2.0,0.87,8.080,14.1,-2.0,0.87,9.030,16.6 +-1.4,0.87,7.930,15.3,-1.6,0.87,8.390,15.8 +0.0,0.87,6.850,11.0,-0.2,0.87,6.980,11.6 +1.6,0.87,6.500,12.6,1.4,0.87,6.590,13.0 +2.9,0.87,6.450,10.9,2.7,0.87,6.540,11.2 +4.0,0.87,5.820,14.7,3.8,0.87,5.910,14.9 +4.7,0.87,5.410,15.5,4.5,0.87,5.480,15.7 +5.1,0.87,4.960,18.0,4.9,0.87,5.030,18.2 +5.2,0.87,4.830,19.9,5.0,0.87,4.890,20.1 +5.0,0.87,4.570,34.7,4.8,0.87,4.700,34.5 +4.4,0.87,5.030,41.1,4.2,0.87,5.070,41.5 +3.5,0.87,5.260,50.4,3.5,0.87,5.040,49.6 +3.4,0.87,4.510,52.2,3.4,0.87,4.280,52.5 +2.8,0.87,3.250,61.1,3.0,0.87,3.340,64.3 +2.2,0.87,1.220,65.4,2.6,0.87,1.650,71.4 +2.1,0.87,0.380,24.9,2.4,0.87,0.490,79.2 +2.1,0.87,1.370,242.7,2.5,0.87,1.130,233.1 +1.4,0.87,2.520,245.0,1.8,0.87,2.310,238.0 +1.1,0.87,3.700,243.1,1.6,0.87,3.610,237.6 +1.2,0.87,4.800,251.8,1.7,0.87,4.660,247.5 +0.8,0.87,5.170,253.9,1.3,0.87,5.120,249.8 +1.0,0.87,5.340,253.4,1.5,0.87,5.410,249.3 +0.8,0.87,5.990,257.7,1.2,0.87,6.170,254.5 +0.7,0.87,7.320,267.2,1.1,0.87,7.730,266.8 +0.7,0.87,7.160,266.9,0.9,0.87,7.700,268.2 +0.3,0.87,7.080,264.3,0.5,0.87,7.900,265.3 +1.0,0.87,4.370,256.3,0.9,0.87,4.740,257.7 +2.5,0.87,4.330,250.2,2.4,0.87,4.370,251.3 +3.9,0.87,4.510,242.6,3.7,0.87,4.540,243.3 +5.3,0.87,4.730,240.1,5.1,0.87,4.790,240.1 +6.6,0.87,4.040,231.5,6.4,0.87,4.100,231.0 +7.5,0.87,3.430,226.5,7.3,0.87,3.500,226.2 +7.5,0.87,4.810,215.2,7.3,0.87,4.900,215.8 +7.3,0.87,5.340,220.8,7.1,0.87,5.450,221.4 +6.7,0.87,5.520,214.3,6.5,0.87,5.570,216.1 +6.5,0.87,5.800,227.1,6.5,0.87,5.650,227.1 +5.3,0.87,4.480,258.4,5.7,0.87,4.770,255.5 +5.1,0.87,3.570,269.7,5.6,0.87,3.780,266.5 +4.3,0.87,2.370,296.8,5.0,0.87,2.570,287.6 +3.1,0.87,2.010,296.4,3.9,0.87,2.020,295.9 +3.0,0.87,2.600,261.1,3.8,0.87,2.620,263.0 +2.0,0.87,3.140,283.6,2.8,0.87,3.230,283.7 +1.9,0.87,3.300,285.1,2.5,0.87,3.470,287.3 +2.4,0.87,3.480,284.5,3.0,0.87,3.670,287.3 +0.6,0.87,3.690,311.0,1.1,0.87,3.630,307.4 +1.6,0.87,3.350,349.9,2.2,0.87,3.110,353.2 +1.0,0.87,4.240,349.3,1.7,0.87,4.060,354.0 +1.6,0.87,4.240,354.1,2.3,0.87,3.920,357.4 +1.9,0.87,4.010,357.7,2.6,0.87,3.620,1.5 +1.8,0.87,3.260,358.8,2.6,0.87,3.020,5.8 +2.1,0.87,2.160,350.8,3.0,0.87,2.380,2.3 +3.4,0.87,0.860,320.1,3.3,0.87,0.950,331.2 +5.3,0.87,0.820,283.2,5.1,0.87,0.780,290.2 +6.5,0.87,1.110,217.7,6.3,0.87,1.010,218.9 +7.0,0.87,1.500,201.3,6.8,0.87,1.440,201.4 +7.3,0.87,2.020,205.1,7.1,0.87,2.050,204.7 +7.5,0.87,2.180,204.0,7.3,0.87,2.250,203.3 +7.7,0.87,3.050,187.6,7.5,0.87,3.170,187.9 +7.5,0.87,4.260,199.1,7.4,0.87,4.100,199.8 +7.5,0.87,4.690,201.7,7.6,0.87,4.710,200.6 +6.7,0.87,5.340,216.9,7.1,0.87,5.600,215.7 +5.7,0.87,5.570,216.5,6.3,0.87,5.970,214.8 +4.9,0.87,6.750,223.2,5.4,0.87,7.160,220.8 +4.3,0.87,7.350,224.2,4.7,0.87,8.300,220.9 +4.0,0.87,7.020,237.4,4.4,0.87,7.670,235.8 +3.5,0.87,5.440,259.2,4.1,0.87,5.720,255.8 +3.3,0.87,6.550,255.4,3.8,0.87,6.850,254.0 +2.9,0.87,7.440,255.7,3.4,0.87,8.050,254.4 +2.6,0.87,7.870,256.2,3.0,0.87,8.500,255.0 +2.4,0.87,8.160,258.2,2.9,0.87,8.680,256.4 +1.8,0.87,7.870,256.0,2.2,0.87,8.560,255.0 +1.9,0.87,8.060,254.8,2.4,0.87,8.750,253.5 +1.6,0.87,7.400,253.3,2.2,0.87,8.140,252.0 +1.2,0.86,5.910,243.9,1.6,0.86,6.720,244.1 +2.0,0.86,5.250,240.1,2.1,0.86,6.320,241.0 +4.0,0.86,5.240,236.8,3.8,0.86,5.430,236.3 +6.3,0.86,5.030,224.5,6.1,0.86,5.110,224.4 +7.8,0.86,6.270,223.1,7.6,0.86,6.350,223.5 +8.8,0.86,6.800,223.2,8.6,0.86,6.880,223.5 +9.0,0.86,6.670,220.8,8.8,0.86,6.770,221.3 +8.9,0.86,7.320,215.2,8.7,0.86,7.530,215.5 +8.4,0.86,8.580,209.9,8.3,0.86,8.990,210.9 +8.3,0.86,9.770,211.5,8.4,0.86,10.220,213.7 +7.3,0.86,9.610,219.9,7.6,0.86,10.680,221.6 +7.5,0.86,12.860,223.8,8.0,0.86,13.870,226.7 +7.6,0.86,12.250,232.1,8.0,0.86,13.350,235.5 +5.5,0.86,7.710,244.2,5.8,0.86,8.940,248.5 +4.4,0.86,6.990,270.7,4.8,0.86,8.280,272.1 +2.9,0.86,9.030,318.0,3.3,0.86,10.040,322.6 +0.0,0.86,14.010,9.4,-0.1,0.86,15.180,9.7 +-1.1,0.86,16.940,14.3,-1.2,0.86,17.780,14.7 +-1.5,0.86,16.660,22.6,-1.7,0.86,17.390,22.7 +-2.0,0.86,15.250,23.4,-2.1,0.86,15.940,23.5 +-2.4,0.86,13.250,21.3,-2.5,0.86,13.900,21.5 +-3.0,0.86,15.030,25.8,-3.2,0.86,15.800,26.0 +-4.2,0.87,13.640,25.8,-4.3,0.87,14.150,25.8 +-4.4,0.87,10.910,21.1,-4.6,0.87,11.390,21.0 +-4.5,0.87,11.800,23.5,-4.7,0.87,12.110,23.6 +-4.2,0.87,11.100,24.1,-4.4,0.87,11.330,24.1 +-3.6,0.87,10.780,26.9,-3.9,0.87,10.980,26.9 +-2.7,0.87,9.610,24.3,-2.9,0.87,9.780,24.2 +-2.0,0.87,8.600,25.2,-2.2,0.87,8.740,25.1 +-1.4,0.87,8.680,24.8,-1.7,0.87,8.830,24.8 +-0.9,0.87,7.730,25.4,-1.2,0.87,7.860,25.4 +-0.8,0.87,6.950,24.6,-1.0,0.87,7.060,24.4 +-1.0,0.87,5.870,31.1,-1.2,0.87,6.040,30.8 +-1.5,0.87,5.720,35.3,-1.7,0.87,5.900,34.4 +-2.1,0.87,5.680,27.8,-2.2,0.87,5.890,27.6 +-2.5,0.87,4.840,35.5,-2.6,0.87,4.980,33.7 +-3.2,0.87,3.430,44.8,-3.3,0.87,3.380,41.4 +-3.6,0.87,1.510,16.7,-3.7,0.87,1.620,16.7 +-3.8,0.87,1.540,243.3,-3.9,0.87,1.440,247.0 +-3.7,0.87,2.710,240.7,-3.8,0.87,2.780,239.3 +-3.4,0.87,3.270,236.3,-3.6,0.87,3.390,238.5 +-3.3,0.87,4.480,243.4,-3.5,0.87,4.730,245.8 +-3.1,0.87,5.240,238.7,-3.2,0.87,5.700,240.6 +-2.8,0.87,6.190,240.2,-2.8,0.87,6.620,242.0 +-2.2,0.87,6.880,243.1,-2.3,0.87,7.330,245.3 +-1.8,0.87,8.350,242.5,-1.8,0.87,9.050,244.7 +-1.9,0.87,8.210,239.2,-1.9,0.87,8.930,241.7 +-1.5,0.87,8.320,256.6,-1.4,0.87,9.040,258.3 +-0.7,0.87,9.240,276.2,-0.5,0.87,10.220,276.1 +0.6,0.87,5.710,293.7,0.5,0.87,6.290,294.9 +3.2,0.87,5.400,318.1,3.0,0.87,5.460,318.5 +5.2,0.87,4.680,341.2,5.0,0.87,4.770,341.7 +7.1,0.87,6.770,18.5,6.9,0.87,6.880,18.6 +7.1,0.87,6.880,39.3,6.9,0.87,7.000,39.3 +7.4,0.87,6.300,44.5,7.2,0.87,6.420,44.4 +7.3,0.87,5.880,45.9,7.1,0.87,6.000,45.7 +6.9,0.87,5.850,48.2,6.8,0.87,6.030,47.9 +6.5,0.87,6.070,47.8,6.4,0.87,6.210,49.5 +6.0,0.87,5.860,59.3,5.8,0.87,5.930,61.1 +5.3,0.87,5.630,74.8,5.3,0.87,5.830,75.4 +4.7,0.87,4.410,81.5,4.8,0.87,4.560,85.1 +3.2,0.87,2.470,99.4,3.7,0.87,2.900,97.9 +3.4,0.87,1.700,121.5,3.9,0.87,2.150,122.6 +3.0,0.87,1.570,183.6,3.6,0.87,1.940,170.2 +2.6,0.87,2.640,205.1,3.2,0.87,2.920,195.4 +2.3,0.87,3.580,210.7,2.9,0.87,3.940,203.2 +1.9,0.87,4.460,216.6,2.5,0.87,4.780,211.0 +1.6,0.87,5.730,218.1,2.1,0.87,6.160,215.0 +1.2,0.87,6.260,225.1,1.6,0.87,6.850,221.0 +1.6,0.87,7.410,232.7,1.9,0.87,8.170,229.5 +1.3,0.87,8.120,235.7,1.7,0.87,9.210,233.4 +1.7,0.87,8.650,234.7,2.3,0.87,9.820,234.0 +1.5,0.87,8.050,235.8,1.8,0.87,9.040,235.3 +2.8,0.87,7.080,236.9,2.8,0.87,7.910,236.6 +4.5,0.87,4.990,226.5,4.3,0.87,5.110,226.3 +6.4,0.87,6.400,223.5,6.2,0.87,6.480,223.8 +8.3,0.87,8.480,227.2,8.1,0.87,8.590,227.4 +9.5,0.87,9.620,232.5,9.3,0.87,9.770,232.6 +9.8,0.87,8.830,234.4,9.6,0.87,9.140,234.5 +9.5,0.87,9.320,223.3,9.3,0.87,9.630,223.8 +8.9,0.87,10.230,223.0,8.9,0.87,10.780,224.7 +8.0,0.86,7.680,255.9,7.9,0.86,7.920,255.4 +7.1,0.86,5.580,265.2,7.1,0.86,6.460,268.2 +6.3,0.86,4.550,291.7,6.3,0.86,5.310,291.7 +-0.4,0.86,6.620,59.1,-0.2,0.86,6.460,58.3 +-2.0,0.86,6.480,50.7,-2.2,0.86,7.310,50.6 +-2.2,0.86,6.340,60.8,-2.3,0.86,7.330,61.4 diff --git a/tests/greenheart/test_greensteel/input/resource_files/47.5233_-92.5366_psmv3_60_2013.csv b/tests/greenheart/test_greensteel/input/resource_files/47.5233_-92.5366_psmv3_60_2013.csv new file mode 100644 index 000000000..927925158 --- /dev/null +++ b/tests/greenheart/test_greensteel/input/resource_files/47.5233_-92.5366_psmv3_60_2013.csv @@ -0,0 +1,8763 @@ +Source,Location ID,City,State,Country,Latitude,Longitude,Time Zone,Elevation,Local Time Zone,Clearsky DHI Units,Clearsky DNI Units,Clearsky GHI Units,Dew Point Units,DHI Units,DNI Units,GHI Units,Solar Zenith Angle Units,Temperature Units,Pressure Units,Relative Humidity Units,Precipitable Water Units,Wind Direction Units,Wind Speed Units,Cloud Type -15,Cloud Type 0,Cloud Type 1,Cloud Type 2,Cloud Type 3,Cloud Type 4,Cloud Type 5,Cloud Type 6,Cloud Type 7,Cloud Type 8,Cloud Type 9,Cloud Type 10,Cloud Type 11,Cloud Type 12,Fill Flag 0,Fill Flag 1,Fill Flag 2,Fill Flag 3,Fill Flag 4,Fill Flag 5,Surface Albedo Units,Version +NSRDB,793108,-,-,-,47.53,-92.54,-6,445,-6,w/m2,w/m2,w/m2,c,w/m2,w/m2,w/m2,Degree,c,mbar,%,cm,Degrees,m/s,N/A,Clear,Probably Clear,Fog,Water,Super-Cooled Water,Mixed,Opaque Ice,Cirrus,Overlapping,Overshooting,Unknown,Dust,Smoke,N/A,Missing Image,Low Irradiance,Exceeds Clearsky,Missing CLoud Properties,Rayleigh Violation,N/A,3.0.6 +Year,Month,Day,Hour,Minute,GHI,DHI,DNI,Wind Speed,Temperature,Solar Zenith Angle,Pressure,Dew Point +2013,1,1,0,30,0,0,0,1.8,-23,155.23,960,-25 +2013,1,1,1,30,0,0,0,1.8,-24,151.1,960,-25 +2013,1,1,2,30,0,0,0,1.9000000000000001,-24,143.41,960,-25 +2013,1,1,3,30,0,0,0,1.9000000000000001,-24,134.04,960,-26 +2013,1,1,4,30,0,0,0,1.8,-25,124.04,960,-26 +2013,1,1,5,30,0,0,0,1.8,-24,113.95,960,-27 +2013,1,1,6,30,0,0,0,1.7000000000000002,-24,104.12,960,-27 +2013,1,1,7,30,0,0,0,1.7000000000000002,-24,94.87,960,-27 +2013,1,1,8,30,46,21,412,2.2,-22,86.54,960,-26 +2013,1,1,9,30,171,45,698,3.2,-20,79.52,960,-24 +2013,1,1,10,30,277,58,806,3.7,-18,74.25,960,-22 +2013,1,1,11,30,188,134,167,3.7,-17,71.16,960,-21 +2013,1,1,12,30,347,74,820,3.7,-15,70.56,960,-19 +2013,1,1,13,30,303,73,766,3.6,-14,72.51,960,-18 +2013,1,1,14,30,86,83,11,2.9000000000000004,-13,76.81,960,-16 +2013,1,1,15,30,38,38,0,2,-13,83.06,960,-15 +2013,1,1,16,30,0,0,0,1.7000000000000002,-14,90.83,960,-16 +2013,1,1,17,30,0,0,0,1.9000000000000001,-13,99.69,960,-16 +2013,1,1,18,30,0,0,0,2,-13,109.29,960,-15 +2013,1,1,19,30,0,0,0,2,-13,119.3,960,-15 +2013,1,1,20,30,0,0,0,1.9000000000000001,-13,129.39000000000001,950,-14 +2013,1,1,21,30,0,0,0,1.8,-13,139.13,950,-14 +2013,1,1,22,30,0,0,0,1.7000000000000002,-13,147.76,950,-15 +2013,1,1,23,30,0,0,0,1.6,-13,153.82,950,-15 +2013,1,2,0,30,0,0,0,1.6,-13,155.16,950,-15 +2013,1,2,1,30,0,0,0,1.6,-13,151.07,950,-15 +2013,1,2,2,30,0,0,0,1.8,-13,143.41,950,-15 +2013,1,2,3,30,0,0,0,2,-12,134.06,950,-14 +2013,1,2,4,30,0,0,0,2.2,-12,124.06,950,-14 +2013,1,2,5,30,0,0,0,2.1,-12,113.96000000000001,950,-14 +2013,1,2,6,30,0,0,0,2.1,-11,104.12,950,-13 +2013,1,2,7,30,0,0,0,2.4000000000000004,-11,94.87,950,-13 +2013,1,2,8,30,40,24,260,2.9000000000000004,-10,86.52,950,-13 +2013,1,2,9,30,155,60,522,3.2,-10,79.49,950,-12 +2013,1,2,10,30,254,87,613,3.4000000000000004,-9,74.2,950,-11 +2013,1,2,11,30,169,135,104,3.4000000000000004,-9,71.08,950,-11 +2013,1,2,12,30,60,60,0,3.1,-9,70.46000000000001,950,-11 +2013,1,2,13,30,71,71,0,2.8000000000000003,-9,72.39,950,-11 +2013,1,2,14,30,78,78,0,2.1,-9,76.68,950,-11 +2013,1,2,15,30,91,51,325,1.4000000000000001,-9,82.93,950,-11 +2013,1,2,16,30,0,0,0,1.2000000000000002,-10,90.69,960,-12 +2013,1,2,17,30,0,0,0,1.2000000000000002,-11,99.55,960,-13 +2013,1,2,18,30,0,0,0,1.2000000000000002,-11,109.15,960,-13 +2013,1,2,19,30,0,0,0,1.2000000000000002,-11,119.16,960,-12 +2013,1,2,20,30,0,0,0,1.4000000000000001,-11,129.25,960,-12 +2013,1,2,21,30,0,0,0,1.6,-11,138.99,960,-12 +2013,1,2,22,30,0,0,0,1.8,-11,147.63,960,-12 +2013,1,2,23,30,0,0,0,1.9000000000000001,-11,153.70000000000002,960,-12 +2013,1,3,0,30,0,0,0,2,-12,155.07,960,-13 +2013,1,3,1,30,0,0,0,2.2,-12,151.03,960,-13 +2013,1,3,2,30,0,0,0,2.5,-12,143.4,960,-14 +2013,1,3,3,30,0,0,0,3,-12,134.06,960,-14 +2013,1,3,4,30,0,0,0,3.1,-13,124.07000000000001,960,-14 +2013,1,3,5,30,0,0,0,2.6,-13,113.97,960,-15 +2013,1,3,6,30,0,0,0,2,-14,104.13,960,-16 +2013,1,3,7,30,0,0,0,1.8,-15,94.86,960,-17 +2013,1,3,8,30,42,24,294,2.1,-15,86.5,960,-18 +2013,1,3,9,30,162,52,597,2.9000000000000004,-13,79.45,960,-17 +2013,1,3,10,30,266,67,729,3.5,-12,74.13,960,-15 +2013,1,3,11,30,328,76,772,4,-11,71,960,-15 +2013,1,3,12,30,340,79,774,4.5,-11,70.35000000000001,960,-14 +2013,1,3,13,30,301,76,739,4.9,-11,72.27,960,-14 +2013,1,3,14,30,217,64,655,4.9,-11,76.55,960,-13 +2013,1,3,15,30,100,42,459,4.6000000000000005,-11,82.79,960,-13 +2013,1,3,16,30,0,0,0,4.6000000000000005,-11,90.54,960,-13 +2013,1,3,17,30,0,0,0,5.300000000000001,-11,99.41,960,-13 +2013,1,3,18,30,0,0,0,6.1000000000000005,-11,109,950,-13 +2013,1,3,19,30,0,0,0,6.4,-11,119.01,950,-13 +2013,1,3,20,30,0,0,0,6.2,-11,129.1,950,-13 +2013,1,3,21,30,0,0,0,5.7,-11,138.84,950,-12 +2013,1,3,22,30,0,0,0,5.1000000000000005,-11,147.48,950,-12 +2013,1,3,23,30,0,0,0,4.2,-11,153.57,950,-12 +2013,1,4,0,30,0,0,0,3.4000000000000004,-11,154.98,950,-13 +2013,1,4,1,30,0,0,0,2.9000000000000004,-12,150.99,950,-13 +2013,1,4,2,30,0,0,0,2.5,-12,143.38,950,-13 +2013,1,4,3,30,0,0,0,2.3000000000000003,-12,134.07,950,-13 +2013,1,4,4,30,0,0,0,2.1,-12,124.08,950,-14 +2013,1,4,5,30,0,0,0,2.1,-13,113.98,950,-14 +2013,1,4,6,30,0,0,0,2.2,-12,104.13,950,-14 +2013,1,4,7,30,0,0,0,2.5,-12,94.85000000000001,950,-14 +2013,1,4,8,30,46,22,386,3.2,-11,86.47,950,-13 +2013,1,4,9,30,171,47,675,3.8000000000000003,-8,79.4,950,-11 +2013,1,4,10,30,279,60,797,4.2,-6,74.07000000000001,960,-8 +2013,1,4,11,30,344,67,848,4.5,-4,70.91,960,-7 +2013,1,4,12,30,357,68,855,4.5,-4,70.24,960,-6 +2013,1,4,13,30,318,64,827,4,-4,72.14,960,-5 +2013,1,4,14,30,231,54,752,3,-4,76.41,960,-5 +2013,1,4,15,30,110,36,578,2.1,-7,82.64,960,-7 +2013,1,4,16,30,0,0,0,1.8,-10,90.4,960,-10 +2013,1,4,17,30,0,0,0,1.7000000000000002,-12,99.26,960,-12 +2013,1,4,18,30,0,0,0,1.5,-13,108.85000000000001,960,-13 +2013,1,4,19,30,0,0,0,1.4000000000000001,-13,118.86,960,-13 +2013,1,4,20,30,0,0,0,1.4000000000000001,-12,128.95,960,-13 +2013,1,4,21,30,0,0,0,1.3,-12,138.69,960,-13 +2013,1,4,22,30,0,0,0,1.2000000000000002,-11,147.33,960,-13 +2013,1,4,23,30,0,0,0,1.1,-11,153.44,960,-13 +2013,1,5,0,30,0,0,0,1.1,-12,154.88,960,-13 +2013,1,5,1,30,0,0,0,1.2000000000000002,-13,150.93,960,-14 +2013,1,5,2,30,0,0,0,1.3,-14,143.36,960,-15 +2013,1,5,3,30,0,0,0,1.3,-14,134.06,960,-16 +2013,1,5,4,30,0,0,0,1.4000000000000001,-14,124.08,960,-16 +2013,1,5,5,30,0,0,0,1.4000000000000001,-14,113.97,960,-16 +2013,1,5,6,30,0,0,0,1.4000000000000001,-14,104.12,960,-16 +2013,1,5,7,30,0,0,0,1.2000000000000002,-14,94.83,960,-16 +2013,1,5,8,30,45,23,354,1.1,-13,86.44,960,-16 +2013,1,5,9,30,167,49,636,1.3,-11,79.35000000000001,960,-14 +2013,1,5,10,30,272,65,749,1.5,-9,73.99,960,-12 +2013,1,5,11,30,130,124,17,1.5,-7,70.81,950,-10 +2013,1,5,12,30,135,128,19,1.4000000000000001,-5,70.12,950,-8 +2013,1,5,13,30,109,109,1,1.4000000000000001,-4,72.01,950,-7 +2013,1,5,14,30,63,63,0,1.2000000000000002,-4,76.26,950,-6 +2013,1,5,15,30,107,40,512,1.4000000000000001,-6,82.49,950,-7 +2013,1,5,16,30,0,0,0,2.4000000000000004,-8,90.24,950,-9 +2013,1,5,17,30,0,0,0,3.1,-9,99.10000000000001,950,-10 +2013,1,5,18,30,0,0,0,2.8000000000000003,-10,108.7,950,-11 +2013,1,5,19,30,0,0,0,2.4000000000000004,-11,118.71000000000001,950,-13 +2013,1,5,20,30,0,0,0,2.4000000000000004,-11,128.8,960,-13 +2013,1,5,21,30,0,0,0,2.6,-11,138.54,960,-13 +2013,1,5,22,30,0,0,0,2.6,-11,147.18,960,-12 +2013,1,5,23,30,0,0,0,2.6,-11,153.29,960,-12 +2013,1,6,0,30,0,0,0,2.4000000000000004,-11,154.78,960,-13 +2013,1,6,1,30,0,0,0,2,-11,150.87,960,-13 +2013,1,6,2,30,0,0,0,1.8,-13,143.33,960,-14 +2013,1,6,3,30,0,0,0,1.9000000000000001,-16,134.05,960,-16 +2013,1,6,4,30,0,0,0,1.9000000000000001,-17,124.07000000000001,960,-18 +2013,1,6,5,30,0,0,0,1.8,-18,113.96000000000001,960,-19 +2013,1,6,6,30,0,0,0,1.7000000000000002,-18,104.10000000000001,960,-20 +2013,1,6,7,30,0,0,0,1.5,-18,94.8,960,-20 +2013,1,6,8,30,48,22,406,1.2000000000000002,-17,86.39,960,-20 +2013,1,6,9,30,175,46,698,1.5,-14,79.28,960,-18 +2013,1,6,10,30,284,58,814,1.7000000000000002,-12,73.91,960,-16 +2013,1,6,11,30,188,138,153,1.4000000000000001,-10,70.7,960,-15 +2013,1,6,12,30,362,66,865,1.2000000000000002,-9,70,960,-14 +2013,1,6,13,30,233,101,423,1,-8,71.87,960,-13 +2013,1,6,14,30,236,55,754,1,-9,76.11,960,-12 +2013,1,6,15,30,114,39,563,1.3,-11,82.34,960,-13 +2013,1,6,16,30,0,0,0,1.7000000000000002,-13,90.08,960,-16 +2013,1,6,17,30,0,0,0,2.1,-13,98.94,960,-16 +2013,1,6,18,30,0,0,0,2.6,-12,108.54,960,-15 +2013,1,6,19,30,0,0,0,3.3000000000000003,-11,118.55,960,-14 +2013,1,6,20,30,0,0,0,3.9000000000000004,-11,128.64000000000001,960,-13 +2013,1,6,21,30,0,0,0,4.5,-11,138.38,960,-14 +2013,1,6,22,30,0,0,0,4.800000000000001,-12,147.02,950,-14 +2013,1,6,23,30,0,0,0,5,-11,153.15,950,-14 +2013,1,7,0,30,0,0,0,5.300000000000001,-11,154.66,950,-13 +2013,1,7,1,30,0,0,0,5.4,-10,150.8,950,-12 +2013,1,7,2,30,0,0,0,5.2,-10,143.3,950,-12 +2013,1,7,3,30,0,0,0,5,-10,134.03,950,-11 +2013,1,7,4,30,0,0,0,5,-10,124.06,950,-11 +2013,1,7,5,30,0,0,0,4.9,-9,113.95,950,-11 +2013,1,7,6,30,0,0,0,4.800000000000001,-9,104.08,950,-11 +2013,1,7,7,30,0,0,0,4.6000000000000005,-9,94.77,950,-11 +2013,1,7,8,30,21,21,0,4.6000000000000005,-8,86.35000000000001,950,-10 +2013,1,7,9,30,138,50,468,4.9,-7,79.22,950,-9 +2013,1,7,10,30,280,61,785,5,-5,73.82000000000001,950,-7 +2013,1,7,11,30,346,66,844,5.300000000000001,-3,70.59,950,-5 +2013,1,7,12,30,360,68,848,5.5,-1,69.87,950,-3 +2013,1,7,13,30,255,86,538,5.5,0,71.72,950,-2 +2013,1,7,14,30,236,54,750,5.300000000000001,0,75.95,950,-1 +2013,1,7,15,30,117,37,583,4.800000000000001,-1,82.17,950,-2 +2013,1,7,16,30,0,0,0,4.1000000000000005,-2,89.92,950,-3 +2013,1,7,17,30,0,0,0,3.2,-4,98.78,950,-4 +2013,1,7,18,30,0,0,0,2.4000000000000004,-6,108.38,950,-6 +2013,1,7,19,30,0,0,0,2.1,-7,118.39,950,-8 +2013,1,7,20,30,0,0,0,2,-9,128.48,950,-9 +2013,1,7,21,30,0,0,0,1.8,-10,138.21,950,-10 +2013,1,7,22,30,0,0,0,1.6,-10,146.86,950,-11 +2013,1,7,23,30,0,0,0,1.5,-10,152.99,950,-11 +2013,1,8,0,30,0,0,0,1.4000000000000001,-10,154.54,950,-11 +2013,1,8,1,30,0,0,0,1.3,-10,150.73,950,-11 +2013,1,8,2,30,0,0,0,1.2000000000000002,-10,143.25,950,-11 +2013,1,8,3,30,0,0,0,1.2000000000000002,-10,134,950,-12 +2013,1,8,4,30,0,0,0,1.2000000000000002,-11,124.03,950,-12 +2013,1,8,5,30,0,0,0,1.2000000000000002,-11,113.93,950,-12 +2013,1,8,6,30,0,0,0,1.3,-11,104.05,950,-12 +2013,1,8,7,30,0,0,0,1.8,-11,94.72,950,-13 +2013,1,8,8,30,30,24,99,2.6,-10,86.29,950,-12 +2013,1,8,9,30,118,64,284,3.1,-8,79.14,950,-10 +2013,1,8,10,30,193,99,338,3.1,-6,73.72,950,-9 +2013,1,8,11,30,244,118,375,3.1,-5,70.47,950,-8 +2013,1,8,12,30,235,136,285,3.1,-4,69.73,950,-7 +2013,1,8,13,30,187,130,182,3.2,-4,71.57000000000001,950,-6 +2013,1,8,14,30,130,97,132,3.6,-3,75.79,950,-5 +2013,1,8,15,30,78,58,146,4,-3,82.01,950,-5 +2013,1,8,16,30,0,0,0,4,-3,89.75,950,-4 +2013,1,8,17,30,0,0,0,4,-3,98.61,950,-4 +2013,1,8,18,30,0,0,0,3.9000000000000004,-3,108.21000000000001,950,-3 +2013,1,8,19,30,0,0,0,3.7,-3,118.22,950,-3 +2013,1,8,20,30,0,0,0,3.8000000000000003,-3,128.31,950,-3 +2013,1,8,21,30,0,0,0,4.1000000000000005,-3,138.05,950,-4 +2013,1,8,22,30,0,0,0,4.1000000000000005,-4,146.69,950,-4 +2013,1,8,23,30,0,0,0,4.3,-4,152.83,950,-5 +2013,1,9,0,30,0,0,0,4.6000000000000005,-5,154.41,950,-6 +2013,1,9,1,30,0,0,0,5.4,-5,150.64000000000001,950,-6 +2013,1,9,2,30,0,0,0,6.300000000000001,-4,143.20000000000002,950,-5 +2013,1,9,3,30,0,0,0,6.800000000000001,-3,133.97,950,-5 +2013,1,9,4,30,0,0,0,7.1000000000000005,-3,124.01,950,-4 +2013,1,9,5,30,0,0,0,7.4,-3,113.9,950,-4 +2013,1,9,6,30,0,0,0,7.7,-4,104.01,950,-5 +2013,1,9,7,30,0,0,0,7.7,-5,94.68,950,-6 +2013,1,9,8,30,10,10,0,7.300000000000001,-6,86.23,950,-7 +2013,1,9,9,30,40,40,0,6.800000000000001,-5,79.06,960,-8 +2013,1,9,10,30,66,66,0,6.4,-5,73.61,960,-7 +2013,1,9,11,30,82,82,0,5.9,-4,70.34,960,-7 +2013,1,9,12,30,146,136,29,5.300000000000001,-4,69.58,960,-6 +2013,1,9,13,30,125,119,18,4.6000000000000005,-4,71.4,960,-6 +2013,1,9,14,30,52,52,0,3.7,-4,75.62,960,-6 +2013,1,9,15,30,120,41,560,2.7,-6,81.83,960,-6 +2013,1,9,16,30,0,0,0,2.1,-8,89.58,960,-8 +2013,1,9,17,30,0,0,0,1.9000000000000001,-9,98.44,970,-11 +2013,1,9,18,30,0,0,0,1.6,-10,108.04,970,-12 +2013,1,9,19,30,0,0,0,1.4000000000000001,-10,118.05,970,-12 +2013,1,9,20,30,0,0,0,1.4000000000000001,-10,128.14000000000001,960,-12 +2013,1,9,21,30,0,0,0,1.7000000000000002,-11,137.87,960,-12 +2013,1,9,22,30,0,0,0,2.2,-11,146.51,960,-13 +2013,1,9,23,30,0,0,0,2.8000000000000003,-10,152.66,960,-12 +2013,1,10,0,30,0,0,0,3.6,-9,154.27,960,-11 +2013,1,10,1,30,0,0,0,4.4,-8,150.55,970,-10 +2013,1,10,2,30,0,0,0,4.800000000000001,-8,143.14000000000001,960,-9 +2013,1,10,3,30,0,0,0,5,-8,133.93,960,-9 +2013,1,10,4,30,0,0,0,5.2,-7,123.97,960,-9 +2013,1,10,5,30,0,0,0,5.1000000000000005,-7,113.86,960,-9 +2013,1,10,6,30,0,0,0,4.800000000000001,-7,103.97,960,-9 +2013,1,10,7,30,0,0,0,4.7,-6,94.62,960,-9 +2013,1,10,8,30,47,24,345,4.9,-5,86.16,960,-8 +2013,1,10,9,30,172,50,641,5.1000000000000005,-4,78.97,960,-6 +2013,1,10,10,30,282,64,770,5.2,-2,73.5,960,-5 +2013,1,10,11,30,352,69,836,5.1000000000000005,0,70.21000000000001,960,-3 +2013,1,10,12,30,273,115,450,4.800000000000001,0,69.42,960,-2 +2013,1,10,13,30,246,103,446,4.6000000000000005,0,71.24,960,-1 +2013,1,10,14,30,178,81,386,4.3,0,75.45,960,-2 +2013,1,10,15,30,88,51,252,4.1000000000000005,0,81.66,960,-2 +2013,1,10,16,30,0,0,0,4.3,-1,89.4,960,-3 +2013,1,10,17,30,0,0,0,4.4,-1,98.27,950,-4 +2013,1,10,18,30,0,0,0,4.6000000000000005,-1,107.87,950,-3 +2013,1,10,19,30,0,0,0,4.800000000000001,-1,117.88,950,-3 +2013,1,10,20,30,0,0,0,4.6000000000000005,-1,127.97,950,-2 +2013,1,10,21,30,0,0,0,4.6000000000000005,0,137.70000000000002,950,-1 +2013,1,10,22,30,0,0,0,4.5,0,146.33,950,-1 +2013,1,10,23,30,0,0,0,4.1000000000000005,0,152.48,950,-1 +2013,1,11,0,30,0,0,0,3.7,0,154.12,950,-1 +2013,1,11,1,30,0,0,0,3.3000000000000003,0,150.45000000000002,950,-1 +2013,1,11,2,30,0,0,0,2.9000000000000004,0,143.08,950,-1 +2013,1,11,3,30,0,0,0,2.4000000000000004,0,133.88,940,-1 +2013,1,11,4,30,0,0,0,2,0,123.93,940,-1 +2013,1,11,5,30,0,0,0,1.7000000000000002,-1,113.82000000000001,940,-1 +2013,1,11,6,30,0,0,0,1.8,-1,103.92,940,-1 +2013,1,11,7,30,0,0,0,2,0,94.56,940,-1 +2013,1,11,8,30,14,14,0,2.2,0,86.08,940,0 +2013,1,11,9,30,35,35,0,2.3000000000000003,0,78.87,940,0 +2013,1,11,10,30,99,99,0,2.2,0,73.38,940,0 +2013,1,11,11,30,133,127,17,2.4000000000000004,0,70.07000000000001,940,0 +2013,1,11,12,30,153,140,36,2.5,0,69.26,940,0 +2013,1,11,13,30,115,114,3,2.5,0,71.06,940,0 +2013,1,11,14,30,117,100,64,2.5,0,75.27,940,0 +2013,1,11,15,30,33,33,0,2.6,0,81.47,940,0 +2013,1,11,16,30,0,0,0,2.7,0,89.22,940,0 +2013,1,11,17,30,0,0,0,2.9000000000000004,0,98.09,940,0 +2013,1,11,18,30,0,0,0,3.1,0,107.69,940,0 +2013,1,11,19,30,0,0,0,3.4000000000000004,0,117.7,940,0 +2013,1,11,20,30,0,0,0,3.6,0,127.79,940,0 +2013,1,11,21,30,0,0,0,3.2,0,137.52,940,0 +2013,1,11,22,30,0,0,0,2.7,0,146.15,940,0 +2013,1,11,23,30,0,0,0,2.6,0,152.3,930,0 +2013,1,12,0,30,0,0,0,2.7,0,153.97,930,0 +2013,1,12,1,30,0,0,0,2.9000000000000004,0,150.34,930,0 +2013,1,12,2,30,0,0,0,3.2,0,143,930,0 +2013,1,12,3,30,0,0,0,3.5,0,133.82,930,0 +2013,1,12,4,30,0,0,0,4.2,0,123.89,930,0 +2013,1,12,5,30,0,0,0,5.800000000000001,-3,113.77,940,-3 +2013,1,12,6,30,0,0,0,6.6000000000000005,-8,103.87,940,-8 +2013,1,12,7,30,0,0,0,6,-12,94.5,940,-13 +2013,1,12,8,30,15,15,0,5.300000000000001,-13,85.99,940,-15 +2013,1,12,9,30,61,61,0,5.1000000000000005,-12,78.76,940,-15 +2013,1,12,10,30,32,32,0,5.1000000000000005,-12,73.25,950,-15 +2013,1,12,11,30,132,127,14,5.1000000000000005,-12,69.92,950,-15 +2013,1,12,12,30,204,152,146,4.9,-12,69.10000000000001,950,-15 +2013,1,12,13,30,158,134,71,4.6000000000000005,-12,70.88,950,-15 +2013,1,12,14,30,63,63,0,4.3,-12,75.08,950,-15 +2013,1,12,15,30,55,54,7,3.8000000000000003,-12,81.29,950,-15 +2013,1,12,16,30,0,0,0,3.3000000000000003,-13,89.04,950,-16 +2013,1,12,17,30,0,0,0,3,-14,97.91,950,-17 +2013,1,12,18,30,0,0,0,2.5,-15,107.51,950,-18 +2013,1,12,19,30,0,0,0,2.4000000000000004,-16,117.53,950,-18 +2013,1,12,20,30,0,0,0,2.4000000000000004,-17,127.61,950,-19 +2013,1,12,21,30,0,0,0,1.9000000000000001,-17,137.34,960,-20 +2013,1,12,22,30,0,0,0,1.7000000000000002,-18,145.96,960,-21 +2013,1,12,23,30,0,0,0,2,-19,152.12,960,-21 +2013,1,13,0,30,0,0,0,2.2,-19,153.81,960,-22 +2013,1,13,1,30,0,0,0,2,-20,150.22,960,-22 +2013,1,13,2,30,0,0,0,1.9000000000000001,-20,142.92000000000002,960,-22 +2013,1,13,3,30,0,0,0,1.8,-21,133.76,960,-23 +2013,1,13,4,30,0,0,0,1.5,-21,123.83,960,-24 +2013,1,13,5,30,0,0,0,1.3,-22,113.72,960,-25 +2013,1,13,6,30,0,0,0,1.5,-23,103.81,960,-25 +2013,1,13,7,30,0,0,0,2,-22,94.42,960,-25 +2013,1,13,8,30,30,26,54,2.5,-22,85.9,960,-25 +2013,1,13,9,30,113,72,206,2.7,-21,78.65,960,-24 +2013,1,13,10,30,297,69,786,2.8000000000000003,-19,73.12,960,-23 +2013,1,13,11,30,272,109,470,2.7,-19,69.76,960,-22 +2013,1,13,12,30,262,132,360,2.7,-18,68.92,960,-21 +2013,1,13,13,30,352,70,851,2.8000000000000003,-18,70.7,960,-21 +2013,1,13,14,30,190,81,419,3,-18,74.89,960,-20 +2013,1,13,15,30,93,54,252,2.7,-18,81.09,960,-20 +2013,1,13,16,30,11,11,0,2,-18,88.85000000000001,960,-20 +2013,1,13,17,30,0,0,0,1.6,-19,97.72,960,-21 +2013,1,13,18,30,0,0,0,1.4000000000000001,-19,107.33,960,-22 +2013,1,13,19,30,0,0,0,1.4000000000000001,-20,117.34,960,-22 +2013,1,13,20,30,0,0,0,1.4000000000000001,-20,127.43,960,-23 +2013,1,13,21,30,0,0,0,1.5,-22,137.15,960,-24 +2013,1,13,22,30,0,0,0,1.6,-23,145.77,960,-25 +2013,1,13,23,30,0,0,0,1.7000000000000002,-24,151.92000000000002,960,-26 +2013,1,14,0,30,0,0,0,1.6,-24,153.64000000000001,960,-26 +2013,1,14,1,30,0,0,0,1.6,-24,150.1,960,-27 +2013,1,14,2,30,0,0,0,1.6,-25,142.83,960,-28 +2013,1,14,3,30,0,0,0,1.6,-26,133.7,960,-29 +2013,1,14,4,30,0,0,0,1.5,-27,123.77,960,-30 +2013,1,14,5,30,0,0,0,1.2000000000000002,-28,113.66,960,-31 +2013,1,14,6,30,0,0,0,1.2000000000000002,-28,103.74000000000001,960,-31 +2013,1,14,7,30,0,0,0,1.2000000000000002,-29,94.34,970,-32 +2013,1,14,8,30,21,21,0,1.5,-28,85.81,970,-32 +2013,1,14,9,30,94,76,88,2.1,-25,78.54,970,-30 +2013,1,14,10,30,146,119,93,2.5,-22,72.98,970,-27 +2013,1,14,11,30,217,143,211,2.8000000000000003,-19,69.60000000000001,970,-23 +2013,1,14,12,30,225,151,204,3.1,-17,68.74,970,-21 +2013,1,14,13,30,194,139,166,3.3000000000000003,-15,70.5,970,-19 +2013,1,14,14,30,269,63,779,3,-15,74.69,970,-18 +2013,1,14,15,30,144,45,622,2.2,-15,80.9,970,-18 +2013,1,14,16,30,18,13,201,1.6,-17,88.65,970,-19 +2013,1,14,17,30,0,0,0,1.6,-18,97.53,970,-20 +2013,1,14,18,30,0,0,0,1.8,-19,107.14,970,-21 +2013,1,14,19,30,0,0,0,2,-20,117.16,970,-22 +2013,1,14,20,30,0,0,0,2.1,-20,127.24000000000001,960,-22 +2013,1,14,21,30,0,0,0,2,-20,136.96,960,-22 +2013,1,14,22,30,0,0,0,1.9000000000000001,-20,145.57,960,-22 +2013,1,14,23,30,0,0,0,1.8,-21,151.73,960,-23 +2013,1,15,0,30,0,0,0,1.8,-21,153.46,960,-24 +2013,1,15,1,30,0,0,0,1.6,-21,149.96,960,-24 +2013,1,15,2,30,0,0,0,1.6,-21,142.74,960,-24 +2013,1,15,3,30,0,0,0,1.5,-21,133.62,960,-23 +2013,1,15,4,30,0,0,0,1.5,-21,123.7,960,-23 +2013,1,15,5,30,0,0,0,1.5,-21,113.59,960,-23 +2013,1,15,6,30,0,0,0,1.5,-20,103.66,960,-23 +2013,1,15,7,30,0,0,0,1.7000000000000002,-20,94.25,960,-23 +2013,1,15,8,30,58,27,414,2.5,-19,85.7,960,-22 +2013,1,15,9,30,193,51,707,3.4000000000000004,-17,78.41,960,-20 +2013,1,15,10,30,305,67,807,3.9000000000000004,-15,72.83,960,-18 +2013,1,15,11,30,291,105,529,4.4,-13,69.43,960,-16 +2013,1,15,12,30,303,105,543,4.6000000000000005,-12,68.55,960,-15 +2013,1,15,13,30,353,75,823,4.9,-10,70.3,960,-13 +2013,1,15,14,30,268,62,770,4.9,-10,74.49,950,-12 +2013,1,15,15,30,145,43,628,5.1000000000000005,-10,80.69,950,-12 +2013,1,15,16,30,19,13,240,5.4,-10,88.46000000000001,950,-12 +2013,1,15,17,30,0,0,0,5.4,-10,97.34,950,-12 +2013,1,15,18,30,0,0,0,5.6000000000000005,-10,106.95,950,-12 +2013,1,15,19,30,0,0,0,5.9,-10,116.97,950,-13 +2013,1,15,20,30,0,0,0,6.1000000000000005,-9,127.06,950,-12 +2013,1,15,21,30,0,0,0,6.300000000000001,-9,136.77,950,-12 +2013,1,15,22,30,0,0,0,6.5,-9,145.37,950,-12 +2013,1,15,23,30,0,0,0,6.800000000000001,-9,151.52,940,-12 +2013,1,16,0,30,0,0,0,7.1000000000000005,-9,153.28,940,-11 +2013,1,16,1,30,0,0,0,7.300000000000001,-8,149.82,940,-11 +2013,1,16,2,30,0,0,0,7,-8,142.63,940,-10 +2013,1,16,3,30,0,0,0,5.800000000000001,-7,133.54,940,-10 +2013,1,16,4,30,0,0,0,4.3,-6,123.63000000000001,940,-8 +2013,1,16,5,30,0,0,0,3.7,-6,113.51,940,-7 +2013,1,16,6,30,0,0,0,4,-6,103.58,940,-7 +2013,1,16,7,30,0,0,0,4.800000000000001,-6,94.16,940,-8 +2013,1,16,8,30,28,27,13,5.5,-7,85.59,940,-9 +2013,1,16,9,30,98,78,95,5.800000000000001,-8,78.28,950,-10 +2013,1,16,10,30,233,87,490,5.9,-9,72.68,950,-11 +2013,1,16,11,30,247,136,313,6,-10,69.25,950,-13 +2013,1,16,12,30,399,71,887,6,-11,68.36,950,-14 +2013,1,16,13,30,257,115,417,5.9,-12,70.10000000000001,950,-15 +2013,1,16,14,30,280,55,832,5.4,-14,74.28,950,-16 +2013,1,16,15,30,156,39,709,4.6000000000000005,-15,80.49,950,-18 +2013,1,16,16,30,24,14,344,4.1000000000000005,-17,88.25,960,-19 +2013,1,16,17,30,0,0,0,4.1000000000000005,-18,97.14,960,-21 +2013,1,16,18,30,0,0,0,4.1000000000000005,-19,106.76,960,-22 +2013,1,16,19,30,0,0,0,3.8000000000000003,-20,116.78,960,-23 +2013,1,16,20,30,0,0,0,3.2,-20,126.86,960,-23 +2013,1,16,21,30,0,0,0,2.3000000000000003,-22,136.57,960,-24 +2013,1,16,22,30,0,0,0,1.8,-23,145.16,960,-26 +2013,1,16,23,30,0,0,0,1.6,-25,151.31,960,-27 +2013,1,17,0,30,0,0,0,1.5,-26,153.09,960,-29 +2013,1,17,1,30,0,0,0,1.5,-28,149.68,960,-30 +2013,1,17,2,30,0,0,0,1.6,-29,142.52,960,-31 +2013,1,17,3,30,0,0,0,1.6,-30,133.45,960,-32 +2013,1,17,4,30,0,0,0,1.5,-31,123.55,960,-33 +2013,1,17,5,30,0,0,0,1.4000000000000001,-30,113.43,970,-34 +2013,1,17,6,30,0,0,0,1.4000000000000001,-29,103.49000000000001,970,-33 +2013,1,17,7,30,0,0,0,1.6,-28,94.06,970,-32 +2013,1,17,8,30,33,28,58,2,-25,85.47,970,-30 +2013,1,17,9,30,103,78,124,2.5,-23,78.14,970,-28 +2013,1,17,10,30,208,108,334,2.8000000000000003,-21,72.51,970,-26 +2013,1,17,11,30,396,67,921,3,-20,69.07000000000001,970,-24 +2013,1,17,12,30,415,69,929,3.4000000000000004,-18,68.16,970,-23 +2013,1,17,13,30,380,65,914,3.5,-18,69.89,970,-22 +2013,1,17,14,30,291,57,855,2.7,-18,74.07000000000001,970,-21 +2013,1,17,15,30,163,41,720,1.7000000000000002,-20,80.28,970,-22 +2013,1,17,16,30,27,15,350,1.5,-22,88.05,970,-24 +2013,1,17,17,30,0,0,0,1.7000000000000002,-24,96.94,970,-27 +2013,1,17,18,30,0,0,0,1.8,-25,106.56,970,-28 +2013,1,17,19,30,0,0,0,1.8,-25,116.59,970,-28 +2013,1,17,20,30,0,0,0,1.7000000000000002,-24,126.67,970,-28 +2013,1,17,21,30,0,0,0,1.5,-23,136.37,970,-27 +2013,1,17,22,30,0,0,0,1.2000000000000002,-22,144.95000000000002,960,-26 +2013,1,17,23,30,0,0,0,1.1,-21,151.1,960,-25 +2013,1,18,0,30,0,0,0,1,-21,152.89000000000001,960,-25 +2013,1,18,1,30,0,0,0,1.1,-20,149.52,960,-24 +2013,1,18,2,30,0,0,0,1.5,-19,142.41,960,-23 +2013,1,18,3,30,0,0,0,2.4000000000000004,-18,133.35,960,-22 +2013,1,18,4,30,0,0,0,3.1,-17,123.46000000000001,960,-21 +2013,1,18,5,30,0,0,0,3.3000000000000003,-17,113.35000000000001,960,-20 +2013,1,18,6,30,0,0,0,3.3000000000000003,-16,103.4,960,-19 +2013,1,18,7,30,0,0,0,3.5,-15,93.95,950,-18 +2013,1,18,8,30,35,31,47,3.9000000000000004,-14,85.35000000000001,950,-17 +2013,1,18,9,30,36,36,0,3.9000000000000004,-13,77.99,950,-15 +2013,1,18,10,30,63,63,0,3.7,-11,72.34,950,-14 +2013,1,18,11,30,75,75,0,3.3000000000000003,-10,68.88,950,-13 +2013,1,18,12,30,102,102,0,2.7,-9,67.95,950,-12 +2013,1,18,13,30,105,105,0,2,-9,69.67,950,-11 +2013,1,18,14,30,91,91,0,1.3,-9,73.85000000000001,950,-10 +2013,1,18,15,30,27,27,0,0.8,-9,80.06,950,-10 +2013,1,18,16,30,4,4,0,0.8,-9,87.84,950,-11 +2013,1,18,17,30,0,0,0,0.9,-10,96.74000000000001,950,-12 +2013,1,18,18,30,0,0,0,1.1,-11,106.37,950,-13 +2013,1,18,19,30,0,0,0,1.1,-12,116.39,950,-13 +2013,1,18,20,30,0,0,0,1,-11,126.47,950,-13 +2013,1,18,21,30,0,0,0,0.7000000000000001,-11,136.16,950,-13 +2013,1,18,22,30,0,0,0,0.5,-11,144.74,950,-13 +2013,1,18,23,30,0,0,0,0.6000000000000001,-11,150.88,950,-12 +2013,1,19,0,30,0,0,0,0.9,-12,152.69,950,-13 +2013,1,19,1,30,0,0,0,1.1,-12,149.36,950,-13 +2013,1,19,2,30,0,0,0,1.2000000000000002,-12,142.28,950,-14 +2013,1,19,3,30,0,0,0,1.4000000000000001,-12,133.25,950,-14 +2013,1,19,4,30,0,0,0,1.6,-12,123.37,950,-14 +2013,1,19,5,30,0,0,0,1.7000000000000002,-11,113.25,950,-14 +2013,1,19,6,30,0,0,0,1.6,-11,103.3,940,-13 +2013,1,19,7,30,0,0,0,1.8,-12,93.84,940,-14 +2013,1,19,8,30,11,11,0,2.4000000000000004,-12,85.22,940,-14 +2013,1,19,9,30,25,25,0,3.2,-10,77.84,940,-12 +2013,1,19,10,30,126,117,27,4.3,-8,72.17,940,-11 +2013,1,19,11,30,46,46,0,6,-8,68.68,940,-10 +2013,1,19,12,30,178,156,56,7.4,-8,67.74,940,-10 +2013,1,19,13,30,20,20,0,8,-10,69.45,940,-12 +2013,1,19,14,30,86,86,0,8,-12,73.62,950,-14 +2013,1,19,15,30,94,65,164,8,-14,79.84,950,-16 +2013,1,19,16,30,16,16,0,8.200000000000001,-16,87.63,950,-18 +2013,1,19,17,30,0,0,0,8.3,-17,96.53,950,-20 +2013,1,19,18,30,0,0,0,8.1,-18,106.16,950,-21 +2013,1,19,19,30,0,0,0,7.7,-19,116.19,960,-21 +2013,1,19,20,30,0,0,0,7.300000000000001,-19,126.27,960,-22 +2013,1,19,21,30,0,0,0,6.7,-19,135.96,960,-22 +2013,1,19,22,30,0,0,0,6,-20,144.52,960,-22 +2013,1,19,23,30,0,0,0,5.4,-20,150.65,960,-23 +2013,1,20,0,30,0,0,0,4.9,-21,152.48,960,-23 +2013,1,20,1,30,0,0,0,4.3,-22,149.19,960,-24 +2013,1,20,2,30,0,0,0,3.8000000000000003,-23,142.15,960,-25 +2013,1,20,3,30,0,0,0,3.4000000000000004,-23,133.14000000000001,960,-26 +2013,1,20,4,30,0,0,0,3,-24,123.27,960,-27 +2013,1,20,5,30,0,0,0,2.6,-24,113.15,960,-27 +2013,1,20,6,30,0,0,0,2.3000000000000003,-25,103.19,960,-28 +2013,1,20,7,30,0,0,0,1.9000000000000001,-26,93.72,960,-29 +2013,1,20,8,30,25,25,0,2.1,-26,85.08,960,-29 +2013,1,20,9,30,107,82,114,2.7,-25,77.68,960,-29 +2013,1,20,10,30,223,106,378,2.9000000000000004,-24,71.99,960,-28 +2013,1,20,11,30,266,136,355,3.2,-23,68.48,960,-27 +2013,1,20,12,30,424,86,883,3.7,-22,67.52,960,-25 +2013,1,20,13,30,388,83,858,3.9000000000000004,-21,69.22,960,-25 +2013,1,20,14,30,299,74,789,3.7,-21,73.4,960,-25 +2013,1,20,15,30,171,55,640,3.1,-22,79.62,960,-25 +2013,1,20,16,30,33,21,265,2.4000000000000004,-22,87.41,960,-25 +2013,1,20,17,30,0,0,0,2.1,-23,96.32000000000001,960,-26 +2013,1,20,18,30,0,0,0,2.3000000000000003,-24,105.96000000000001,960,-27 +2013,1,20,19,30,0,0,0,2.5,-25,115.99000000000001,960,-28 +2013,1,20,20,30,0,0,0,2.8000000000000003,-25,126.07000000000001,960,-28 +2013,1,20,21,30,0,0,0,3,-26,135.75,960,-29 +2013,1,20,22,30,0,0,0,3.5,-26,144.3,960,-29 +2013,1,20,23,30,0,0,0,3.9000000000000004,-26,150.42000000000002,960,-29 +2013,1,21,0,30,0,0,0,4.3,-27,152.26,960,-30 +2013,1,21,1,30,0,0,0,4.5,-27,149.01,960,-31 +2013,1,21,2,30,0,0,0,4.3,-28,142.01,960,-32 +2013,1,21,3,30,0,0,0,4,-29,133.02,960,-32 +2013,1,21,4,30,0,0,0,3.7,-30,123.16,960,-33 +2013,1,21,5,30,0,0,0,3.2,-30,113.04,960,-34 +2013,1,21,6,30,0,0,0,2.5,-31,103.07000000000001,960,-34 +2013,1,21,7,30,0,0,0,2,-32,93.59,960,-35 +2013,1,21,8,30,73,32,464,2.5,-31,84.93,960,-36 +2013,1,21,9,30,216,58,731,3.8000000000000003,-29,77.51,960,-34 +2013,1,21,10,30,336,74,839,4.7,-27,71.8,960,-32 +2013,1,21,11,30,252,148,280,5,-27,68.27,960,-31 +2013,1,21,12,30,292,139,398,5.1000000000000005,-26,67.29,960,-31 +2013,1,21,13,30,274,122,424,5,-26,68.99,960,-30 +2013,1,21,14,30,307,70,818,4.800000000000001,-26,73.16,960,-30 +2013,1,21,15,30,146,41,567,4.3,-26,79.39,960,-30 +2013,1,21,16,30,37,21,343,3.3000000000000003,-26,87.19,960,-30 +2013,1,21,17,30,0,0,0,2.4000000000000004,-27,96.11,960,-30 +2013,1,21,18,30,0,0,0,2,-29,105.75,960,-32 +2013,1,21,19,30,0,0,0,1.9000000000000001,-30,115.79,960,-33 +2013,1,21,20,30,0,0,0,1.9000000000000001,-31,125.86,960,-34 +2013,1,21,21,30,0,0,0,1.8,-32,135.53,960,-35 +2013,1,21,22,30,0,0,0,1.8,-33,144.08,960,-36 +2013,1,21,23,30,0,0,0,1.7000000000000002,-34,150.19,960,-37 +2013,1,22,0,30,0,0,0,1.7000000000000002,-35,152.04,960,-38 +2013,1,22,1,30,0,0,0,1.6,-36,148.83,960,-38 +2013,1,22,2,30,0,0,0,1.6,-36,141.86,960,-39 +2013,1,22,3,30,0,0,0,1.5,-36,132.89000000000001,960,-39 +2013,1,22,4,30,0,0,0,1.5,-37,123.04,960,-40 +2013,1,22,5,30,0,0,0,1.5,-37,112.93,960,-40 +2013,1,22,6,30,0,0,0,1.5,-38,102.95,960,-41 +2013,1,22,7,30,0,0,0,1.4000000000000001,-37,93.46000000000001,960,-41 +2013,1,22,8,30,77,29,524,1.4000000000000001,-35,84.78,960,-40 +2013,1,22,9,30,163,61,464,1.7000000000000002,-32,77.34,960,-37 +2013,1,22,10,30,340,67,863,2.1,-29,71.60000000000001,960,-34 +2013,1,22,11,30,413,75,906,2.6,-26,68.05,960,-31 +2013,1,22,12,30,318,121,504,3,-24,67.06,960,-29 +2013,1,22,13,30,398,74,895,3,-23,68.75,960,-28 +2013,1,22,14,30,142,119,80,2.6,-23,72.93,960,-27 +2013,1,22,15,30,76,70,36,1.7000000000000002,-23,79.16,960,-27 +2013,1,22,16,30,17,17,0,1.2000000000000002,-25,86.97,960,-28 +2013,1,22,17,30,0,0,0,1.5,-26,95.9,960,-30 +2013,1,22,18,30,0,0,0,1.7000000000000002,-26,105.55,960,-30 +2013,1,22,19,30,0,0,0,1.8,-25,115.58,960,-29 +2013,1,22,20,30,0,0,0,1.8,-25,125.66,960,-28 +2013,1,22,21,30,0,0,0,1.8,-25,135.32,960,-28 +2013,1,22,22,30,0,0,0,1.8,-26,143.85,960,-28 +2013,1,22,23,30,0,0,0,1.8,-26,149.95000000000002,960,-29 +2013,1,23,0,30,0,0,0,1.8,-25,151.81,960,-29 +2013,1,23,1,30,0,0,0,1.8,-24,148.63,960,-27 +2013,1,23,2,30,0,0,0,1.8,-23,141.70000000000002,960,-26 +2013,1,23,3,30,0,0,0,1.8,-22,132.76,960,-25 +2013,1,23,4,30,0,0,0,1.8,-21,122.92,960,-25 +2013,1,23,5,30,0,0,0,1.8,-21,112.81,960,-24 +2013,1,23,6,30,0,0,0,1.9000000000000001,-21,102.83,960,-24 +2013,1,23,7,30,0,0,0,2.6,-21,93.32000000000001,960,-24 +2013,1,23,8,30,77,31,499,4,-20,84.62,960,-23 +2013,1,23,9,30,148,74,335,5.300000000000001,-20,77.16,960,-22 +2013,1,23,10,30,253,92,505,6.1000000000000005,-20,71.4,960,-23 +2013,1,23,11,30,247,156,240,6.7,-21,67.83,960,-24 +2013,1,23,12,30,309,134,444,6.9,-21,66.82000000000001,960,-25 +2013,1,23,13,30,343,60,772,6.9,-22,68.51,960,-25 +2013,1,23,14,30,321,64,863,6.6000000000000005,-22,72.69,970,-26 +2013,1,23,15,30,191,48,740,6.1000000000000005,-23,78.93,970,-26 +2013,1,23,16,30,45,21,418,5.4,-23,86.74,970,-27 +2013,1,23,17,30,0,0,0,4.6000000000000005,-24,95.68,970,-27 +2013,1,23,18,30,0,0,0,3.7,-24,105.34,970,-28 +2013,1,23,19,30,0,0,0,2.7,-26,115.37,970,-29 +2013,1,23,20,30,0,0,0,2,-28,125.44,970,-30 +2013,1,23,21,30,0,0,0,1.8,-30,135.1,970,-32 +2013,1,23,22,30,0,0,0,1.8,-32,143.61,970,-34 +2013,1,23,23,30,0,0,0,1.7000000000000002,-33,149.70000000000002,970,-36 +2013,1,24,0,30,0,0,0,1.6,-34,151.57,970,-37 +2013,1,24,1,30,0,0,0,1.6,-35,148.43,980,-38 +2013,1,24,2,30,0,0,0,1.6,-36,141.54,980,-39 +2013,1,24,3,30,0,0,0,1.6,-37,132.62,980,-39 +2013,1,24,4,30,0,0,0,1.5,-37,122.79,980,-39 +2013,1,24,5,30,0,0,0,1.5,-36,112.68,980,-39 +2013,1,24,6,30,0,0,0,1.4000000000000001,-36,102.69,980,-39 +2013,1,24,7,30,0,0,0,1.3,-35,93.17,980,-39 +2013,1,24,8,30,36,33,28,1.4000000000000001,-33,84.46000000000001,980,-38 +2013,1,24,9,30,113,88,111,1.9000000000000001,-30,76.98,970,-35 +2013,1,24,10,30,194,131,195,2.1,-28,71.19,970,-33 +2013,1,24,11,30,262,151,289,2.3000000000000003,-25,67.6,970,-30 +2013,1,24,12,30,282,156,314,2.7,-23,66.58,970,-28 +2013,1,24,13,30,126,126,0,2.9000000000000004,-21,68.26,970,-26 +2013,1,24,14,30,56,56,0,3,-21,72.44,970,-25 +2013,1,24,15,30,35,35,0,3,-21,78.69,970,-25 +2013,1,24,16,30,8,8,0,2.8000000000000003,-20,86.52,970,-24 +2013,1,24,17,30,0,0,0,2.9000000000000004,-20,95.46000000000001,970,-23 +2013,1,24,18,30,0,0,0,3.2,-19,105.12,960,-22 +2013,1,24,19,30,0,0,0,3.3000000000000003,-18,115.16,960,-22 +2013,1,24,20,30,0,0,0,3.4000000000000004,-18,125.23,960,-21 +2013,1,24,21,30,0,0,0,3.6,-17,134.88,960,-20 +2013,1,24,22,30,0,0,0,3.8000000000000003,-17,143.38,960,-20 +2013,1,24,23,30,0,0,0,3.7,-17,149.45000000000002,960,-19 +2013,1,25,0,30,0,0,0,3.5,-17,151.33,960,-19 +2013,1,25,1,30,0,0,0,3.3000000000000003,-17,148.23,960,-19 +2013,1,25,2,30,0,0,0,3.2,-17,141.37,960,-19 +2013,1,25,3,30,0,0,0,3.1,-16,132.48,950,-19 +2013,1,25,4,30,0,0,0,3,-16,122.66,950,-19 +2013,1,25,5,30,0,0,0,2.6,-16,112.55,950,-18 +2013,1,25,6,30,0,0,0,2,-16,102.55,950,-18 +2013,1,25,7,30,0,0,0,1.2000000000000002,-15,93.02,950,-18 +2013,1,25,8,30,69,45,246,0.8,-15,84.29,950,-18 +2013,1,25,9,30,207,84,536,1.7000000000000002,-14,76.78,950,-17 +2013,1,25,10,30,141,128,39,3.2,-13,70.98,950,-16 +2013,1,25,11,30,155,146,21,3.9000000000000004,-12,67.36,950,-15 +2013,1,25,12,30,176,161,38,4.4,-12,66.33,960,-14 +2013,1,25,13,30,178,157,54,4.6000000000000005,-12,68.01,960,-14 +2013,1,25,14,30,182,123,190,4.6000000000000005,-12,72.19,960,-15 +2013,1,25,15,30,103,76,135,4.2,-13,78.45,960,-15 +2013,1,25,16,30,46,26,315,3.6,-14,86.29,960,-16 +2013,1,25,17,30,0,0,0,3.4000000000000004,-15,95.24,960,-17 +2013,1,25,18,30,0,0,0,3.2,-16,104.91,960,-18 +2013,1,25,19,30,0,0,0,2.7,-16,114.95,960,-19 +2013,1,25,20,30,0,0,0,2.1,-17,125.02,960,-20 +2013,1,25,21,30,0,0,0,1.7000000000000002,-19,134.66,960,-21 +2013,1,25,22,30,0,0,0,1.6,-21,143.14000000000001,960,-22 +2013,1,25,23,30,0,0,0,1.5,-22,149.20000000000002,960,-24 +2013,1,26,0,30,0,0,0,1.3,-23,151.08,960,-25 +2013,1,26,1,30,0,0,0,1.1,-23,148.01,960,-26 +2013,1,26,2,30,0,0,0,1,-24,141.19,970,-26 +2013,1,26,3,30,0,0,0,1,-24,132.32,970,-27 +2013,1,26,4,30,0,0,0,1,-25,122.52,970,-28 +2013,1,26,5,30,0,0,0,1,-25,112.4,970,-28 +2013,1,26,6,30,0,0,0,1.1,-25,102.4,970,-28 +2013,1,26,7,30,0,0,0,1.5,-24,92.86,970,-27 +2013,1,26,8,30,31,31,0,2.5,-21,84.11,970,-25 +2013,1,26,9,30,54,54,0,3.1,-18,76.59,970,-22 +2013,1,26,10,30,182,141,124,3.3000000000000003,-16,70.76,970,-19 +2013,1,26,11,30,130,130,0,3.7,-14,67.12,970,-17 +2013,1,26,12,30,177,162,37,4,-12,66.07000000000001,960,-15 +2013,1,26,13,30,190,160,80,4.1000000000000005,-11,67.75,960,-14 +2013,1,26,14,30,121,115,17,4,-11,71.94,960,-14 +2013,1,26,15,30,138,65,354,3.4000000000000004,-11,78.21000000000001,960,-13 +2013,1,26,16,30,35,26,127,3.1,-12,86.05,960,-14 +2013,1,26,17,30,0,0,0,3,-12,95.01,960,-14 +2013,1,26,18,30,0,0,0,3,-12,104.69,960,-14 +2013,1,26,19,30,0,0,0,3.1,-12,114.74000000000001,960,-14 +2013,1,26,20,30,0,0,0,2.9000000000000004,-12,124.8,960,-14 +2013,1,26,21,30,0,0,0,2.5,-13,134.43,960,-15 +2013,1,26,22,30,0,0,0,2.2,-14,142.9,960,-16 +2013,1,26,23,30,0,0,0,2.1,-14,148.94,960,-16 +2013,1,27,0,30,0,0,0,2,-15,150.83,960,-17 +2013,1,27,1,30,0,0,0,1.9000000000000001,-15,147.79,960,-17 +2013,1,27,2,30,0,0,0,1.8,-15,141.01,960,-17 +2013,1,27,3,30,0,0,0,1.7000000000000002,-15,132.16,960,-17 +2013,1,27,4,30,0,0,0,1.7000000000000002,-15,122.37,960,-17 +2013,1,27,5,30,0,0,0,1.8,-14,112.26,960,-16 +2013,1,27,6,30,0,0,0,1.9000000000000001,-14,102.25,960,-16 +2013,1,27,7,30,0,0,0,2.2,-13,92.69,960,-15 +2013,1,27,8,30,53,38,142,2.9000000000000004,-11,83.93,960,-13 +2013,1,27,9,30,142,87,231,3.2,-9,76.38,960,-11 +2013,1,27,10,30,245,116,387,3.3000000000000003,-7,70.53,960,-9 +2013,1,27,11,30,311,131,459,3.6,-5,66.87,960,-7 +2013,1,27,12,30,296,161,327,3.7,-3,65.81,960,-6 +2013,1,27,13,30,278,145,348,3.6,-3,67.48,960,-5 +2013,1,27,14,30,188,128,191,3.1,-3,71.68,950,-5 +2013,1,27,15,30,109,80,138,2.4000000000000004,-4,77.96000000000001,950,-5 +2013,1,27,16,30,28,26,31,2.2,-4,85.82000000000001,950,-5 +2013,1,27,17,30,0,0,0,2.6,-4,94.79,950,-6 +2013,1,27,18,30,0,0,0,2.9000000000000004,-4,104.47,950,-5 +2013,1,27,19,30,0,0,0,2.8000000000000003,-4,114.52,950,-5 +2013,1,27,20,30,0,0,0,2.5,-3,124.58,950,-4 +2013,1,27,21,30,0,0,0,2.1,-3,134.2,950,-4 +2013,1,27,22,30,0,0,0,1.7000000000000002,-4,142.65,950,-4 +2013,1,27,23,30,0,0,0,1.3,-4,148.67000000000002,950,-5 +2013,1,28,0,30,0,0,0,1.1,-4,150.57,950,-5 +2013,1,28,1,30,0,0,0,0.9,-5,147.56,950,-5 +2013,1,28,2,30,0,0,0,0.9,-5,140.82,950,-5 +2013,1,28,3,30,0,0,0,0.7000000000000001,-5,132,950,-5 +2013,1,28,4,30,0,0,0,0.4,-5,122.21000000000001,950,-5 +2013,1,28,5,30,0,0,0,0.30000000000000004,-5,112.10000000000001,950,-5 +2013,1,28,6,30,0,0,0,0.5,-5,102.09,950,-6 +2013,1,28,7,30,0,0,0,0.9,-6,92.52,950,-6 +2013,1,28,8,30,77,42,324,1.3,-5,83.74,950,-7 +2013,1,28,9,30,212,76,572,2.1,-3,76.17,950,-5 +2013,1,28,10,30,140,130,29,2.7,-2,70.29,950,-3 +2013,1,28,11,30,192,166,64,3,-1,66.62,950,-2 +2013,1,28,12,30,170,160,25,3.2,0,65.55,950,-2 +2013,1,28,13,30,254,161,241,3.2,0,67.22,950,-1 +2013,1,28,14,30,184,131,164,2.8000000000000003,0,71.41,950,-1 +2013,1,28,15,30,78,76,8,2.1,-1,77.71000000000001,950,-2 +2013,1,28,16,30,20,20,0,1.7000000000000002,-1,85.58,950,-2 +2013,1,28,17,30,0,0,0,1.9000000000000001,-2,94.56,950,-3 +2013,1,28,18,30,0,0,0,2.4000000000000004,-3,104.25,950,-3 +2013,1,28,19,30,0,0,0,2.6,-3,114.3,950,-3 +2013,1,28,20,30,0,0,0,2.4000000000000004,-3,124.36,950,-3 +2013,1,28,21,30,0,0,0,2.2,-3,133.97,950,-4 +2013,1,28,22,30,0,0,0,1.8,-3,142.4,950,-4 +2013,1,28,23,30,0,0,0,1.3,-4,148.41,950,-4 +2013,1,29,0,30,0,0,0,0.8,-4,150.3,950,-5 +2013,1,29,1,30,0,0,0,0.7000000000000001,-4,147.33,950,-5 +2013,1,29,2,30,0,0,0,0.7000000000000001,-5,140.62,940,-5 +2013,1,29,3,30,0,0,0,0.7000000000000001,-5,131.82,940,-6 +2013,1,29,4,30,0,0,0,0.6000000000000001,-5,122.05,940,-6 +2013,1,29,5,30,0,0,0,0.9,-6,111.94,940,-6 +2013,1,29,6,30,0,0,0,1.3,-7,101.93,940,-8 +2013,1,29,7,30,0,0,0,1.5,-6,92.34,940,-8 +2013,1,29,8,30,79,46,293,2.2,-5,83.54,940,-7 +2013,1,29,9,30,24,24,0,3.4000000000000004,-3,75.95,940,-5 +2013,1,29,10,30,146,134,35,4.4,-2,70.06,940,-3 +2013,1,29,11,30,36,36,0,5.2,-1,66.36,940,-2 +2013,1,29,12,30,38,38,0,5.6000000000000005,-1,65.28,940,-2 +2013,1,29,13,30,121,121,0,5.4,-2,66.94,940,-3 +2013,1,29,14,30,80,80,0,4.6000000000000005,-3,71.15,950,-4 +2013,1,29,15,30,35,35,0,3.9000000000000004,-4,77.45,950,-5 +2013,1,29,16,30,10,10,0,3.9000000000000004,-5,85.33,950,-6 +2013,1,29,17,30,0,0,0,4.4,-6,94.33,950,-7 +2013,1,29,18,30,0,0,0,4.7,-6,104.03,950,-7 +2013,1,29,19,30,0,0,0,4.7,-6,114.08,950,-8 +2013,1,29,20,30,0,0,0,4.7,-7,124.14,950,-8 +2013,1,29,21,30,0,0,0,4.9,-8,133.73,950,-9 +2013,1,29,22,30,0,0,0,4.7,-8,142.15,950,-10 +2013,1,29,23,30,0,0,0,4.3,-9,148.13,950,-10 +2013,1,30,0,30,0,0,0,4.1000000000000005,-10,150.03,950,-11 +2013,1,30,1,30,0,0,0,4.3,-10,147.09,950,-12 +2013,1,30,2,30,0,0,0,4.5,-11,140.41,950,-13 +2013,1,30,3,30,0,0,0,4.7,-11,131.64000000000001,950,-13 +2013,1,30,4,30,0,0,0,5,-12,121.88,950,-14 +2013,1,30,5,30,0,0,0,4.800000000000001,-12,111.78,950,-14 +2013,1,30,6,30,0,0,0,4.1000000000000005,-13,101.75,950,-15 +2013,1,30,7,30,0,0,0,3.9000000000000004,-14,92.16,950,-16 +2013,1,30,8,30,12,12,0,4.4,-14,83.34,950,-16 +2013,1,30,9,30,35,35,0,4.9,-14,75.73,950,-16 +2013,1,30,10,30,53,53,0,5.2,-13,69.81,950,-16 +2013,1,30,11,30,176,162,35,5.2,-13,66.1,950,-16 +2013,1,30,12,30,185,170,37,5.2,-12,65,950,-15 +2013,1,30,13,30,173,158,37,5.300000000000001,-12,66.67,940,-15 +2013,1,30,14,30,93,93,0,5.300000000000001,-12,70.88,940,-15 +2013,1,30,15,30,103,86,77,5,-13,77.19,940,-15 +2013,1,30,16,30,32,30,22,4.800000000000001,-13,85.09,950,-15 +2013,1,30,17,30,0,0,0,4.6000000000000005,-14,94.10000000000001,950,-16 +2013,1,30,18,30,0,0,0,4.4,-14,103.8,950,-17 +2013,1,30,19,30,0,0,0,4,-15,113.86,950,-17 +2013,1,30,20,30,0,0,0,3.7,-16,123.91,950,-18 +2013,1,30,21,30,0,0,0,3.5,-16,133.5,950,-19 +2013,1,30,22,30,0,0,0,3.4000000000000004,-17,141.89000000000001,950,-19 +2013,1,30,23,30,0,0,0,3.5,-17,147.86,950,-20 +2013,1,31,0,30,0,0,0,3.7,-17,149.76,950,-20 +2013,1,31,1,30,0,0,0,3.9000000000000004,-17,146.84,950,-19 +2013,1,31,2,30,0,0,0,4.1000000000000005,-17,140.20000000000002,950,-19 +2013,1,31,3,30,0,0,0,4.3,-17,131.46,950,-19 +2013,1,31,4,30,0,0,0,4.5,-17,121.71000000000001,950,-20 +2013,1,31,5,30,0,0,0,4.6000000000000005,-18,111.61,950,-20 +2013,1,31,6,30,0,0,0,4.800000000000001,-18,101.58,950,-20 +2013,1,31,7,30,0,0,0,5.2,-18,91.97,950,-21 +2013,1,31,8,30,63,41,184,5.6000000000000005,-18,83.13,950,-21 +2013,1,31,9,30,190,70,479,5.9,-18,75.5,950,-21 +2013,1,31,10,30,265,118,421,6.1000000000000005,-18,69.56,950,-21 +2013,1,31,11,30,334,132,494,6.300000000000001,-18,65.83,950,-21 +2013,1,31,12,30,364,126,556,6.4,-17,64.72,950,-20 +2013,1,31,13,30,338,116,555,6.4,-17,66.38,950,-20 +2013,1,31,14,30,294,66,685,6.300000000000001,-17,70.61,960,-20 +2013,1,31,15,30,165,66,440,5.9,-17,76.93,960,-20 +2013,1,31,16,30,71,31,437,5.5,-18,84.84,960,-21 +2013,1,31,17,30,0,0,0,5.5,-19,93.86,960,-21 +2013,1,31,18,30,0,0,0,5.5,-19,103.58,960,-22 +2013,1,31,19,30,0,0,0,5.300000000000001,-20,113.64,960,-23 +2013,1,31,20,30,0,0,0,5,-21,123.69,960,-24 +2013,1,31,21,30,0,0,0,4.7,-22,133.26,960,-25 +2013,1,31,22,30,0,0,0,4.3,-23,141.63,960,-26 +2013,1,31,23,30,0,0,0,4,-24,147.58,960,-27 +2013,2,1,0,30,0,0,0,3.6,-25,149.48,960,-28 +2013,2,1,1,30,0,0,0,3.1,-27,146.59,960,-29 +2013,2,1,2,30,0,0,0,2.5,-29,139.98,960,-31 +2013,2,1,3,30,0,0,0,2,-30,131.26,960,-33 +2013,2,1,4,30,0,0,0,1.7000000000000002,-32,121.53,960,-34 +2013,2,1,5,30,0,0,0,1.6,-33,111.43,960,-36 +2013,2,1,6,30,0,0,0,1.5,-35,101.39,960,-38 +2013,2,1,7,30,0,0,0,1.4000000000000001,-35,91.77,960,-39 +2013,2,1,8,30,81,36,366,1.8,-33,82.92,960,-38 +2013,2,1,9,30,260,59,791,2.3000000000000003,-30,75.27,960,-36 +2013,2,1,10,30,385,71,887,2.4000000000000004,-28,69.3,960,-33 +2013,2,1,11,30,463,78,929,2.4000000000000004,-26,65.55,960,-30 +2013,2,1,12,30,485,81,936,2.2,-24,64.43,960,-28 +2013,2,1,13,30,448,78,914,2,-22,66.1,960,-27 +2013,2,1,14,30,359,70,859,1.8,-22,70.33,960,-26 +2013,2,1,15,30,227,55,745,1.2000000000000002,-22,76.67,960,-26 +2013,2,1,16,30,76,30,485,0.9,-24,84.60000000000001,960,-26 +2013,2,1,17,30,0,0,0,1.1,-25,93.63,960,-28 +2013,2,1,18,30,0,0,0,1.2000000000000002,-25,103.35000000000001,960,-29 +2013,2,1,19,30,0,0,0,1.1,-25,113.41,960,-29 +2013,2,1,20,30,0,0,0,1.1,-25,123.46000000000001,960,-28 +2013,2,1,21,30,0,0,0,1.1,-25,133.02,960,-28 +2013,2,1,22,30,0,0,0,1.1,-25,141.37,960,-28 +2013,2,1,23,30,0,0,0,1.1,-25,147.29,960,-27 +2013,2,2,0,30,0,0,0,1.1,-25,149.19,960,-27 +2013,2,2,1,30,0,0,0,1.2000000000000002,-25,146.33,960,-28 +2013,2,2,2,30,0,0,0,1.5,-27,139.76,960,-29 +2013,2,2,3,30,0,0,0,1.6,-28,131.06,960,-30 +2013,2,2,4,30,0,0,0,1.7000000000000002,-29,121.34,960,-31 +2013,2,2,5,30,0,0,0,1.6,-30,111.24000000000001,960,-32 +2013,2,2,6,30,0,0,0,1.4000000000000001,-29,101.2,960,-32 +2013,2,2,7,30,0,0,0,1,-28,91.57000000000001,960,-31 +2013,2,2,8,30,87,36,397,0.5,-27,82.7,960,-31 +2013,2,2,9,30,262,61,778,0.7000000000000001,-25,75.03,960,-30 +2013,2,2,10,30,384,77,857,1.4000000000000001,-22,69.04,960,-27 +2013,2,2,11,30,460,85,894,2.1,-20,65.27,960,-24 +2013,2,2,12,30,355,147,478,2.7,-18,64.14,960,-22 +2013,2,2,13,30,325,140,452,3,-18,65.81,960,-21 +2013,2,2,14,30,246,122,362,3,-17,70.05,960,-21 +2013,2,2,15,30,227,57,726,2.5,-17,76.41,960,-20 +2013,2,2,16,30,77,32,461,1.6,-18,84.35000000000001,960,-20 +2013,2,2,17,30,0,0,0,1.2000000000000002,-19,93.39,960,-21 +2013,2,2,18,30,0,0,0,1.2000000000000002,-19,103.12,960,-21 +2013,2,2,19,30,0,0,0,1.3,-18,113.19,950,-21 +2013,2,2,20,30,0,0,0,1.5,-18,123.23,950,-21 +2013,2,2,21,30,0,0,0,1.9000000000000001,-18,132.78,950,-21 +2013,2,2,22,30,0,0,0,2.1,-18,141.11,950,-20 +2013,2,2,23,30,0,0,0,2,-18,147.01,950,-21 +2013,2,3,0,30,0,0,0,2.4000000000000004,-18,148.9,950,-21 +2013,2,3,1,30,0,0,0,3,-18,146.06,950,-20 +2013,2,3,2,30,0,0,0,3.4000000000000004,-18,139.53,950,-20 +2013,2,3,3,30,0,0,0,3.4000000000000004,-18,130.86,950,-21 +2013,2,3,4,30,0,0,0,3.4000000000000004,-19,121.15,950,-21 +2013,2,3,5,30,0,0,0,3.4000000000000004,-19,111.05,950,-22 +2013,2,3,6,30,0,0,0,3.2,-20,101.01,950,-22 +2013,2,3,7,30,0,0,0,3.4000000000000004,-20,91.36,960,-23 +2013,2,3,8,30,76,43,250,4,-20,82.48,960,-23 +2013,2,3,9,30,159,100,222,4.3,-20,74.78,960,-23 +2013,2,3,10,30,395,74,886,4.2,-20,68.77,960,-23 +2013,2,3,11,30,473,81,927,4.1000000000000005,-19,64.98,960,-22 +2013,2,3,12,30,496,82,937,4,-19,63.85,960,-22 +2013,2,3,13,30,460,80,919,3.7,-18,65.51,960,-22 +2013,2,3,14,30,371,72,865,3.3000000000000003,-18,69.77,960,-22 +2013,2,3,15,30,238,57,755,2.7,-18,76.14,960,-22 +2013,2,3,16,30,84,33,502,1.7000000000000002,-19,84.09,960,-22 +2013,2,3,17,30,0,0,0,1.2000000000000002,-19,93.15,960,-22 +2013,2,3,18,30,0,0,0,1.2000000000000002,-20,102.89,950,-23 +2013,2,3,19,30,0,0,0,1.2000000000000002,-20,112.96000000000001,950,-23 +2013,2,3,20,30,0,0,0,1.3,-21,122.99000000000001,950,-23 +2013,2,3,21,30,0,0,0,1.3,-21,132.53,960,-24 +2013,2,3,22,30,0,0,0,1.3,-23,140.84,960,-25 +2013,2,3,23,30,0,0,0,1.4000000000000001,-25,146.71,960,-27 +2013,2,4,0,30,0,0,0,1.3,-26,148.6,960,-29 +2013,2,4,1,30,0,0,0,1.2000000000000002,-27,145.79,960,-29 +2013,2,4,2,30,0,0,0,1.2000000000000002,-27,139.29,960,-30 +2013,2,4,3,30,0,0,0,1.2000000000000002,-28,130.64000000000001,960,-30 +2013,2,4,4,30,0,0,0,1.2000000000000002,-28,120.95,960,-31 +2013,2,4,5,30,0,0,0,1.2000000000000002,-29,110.86,960,-31 +2013,2,4,6,30,0,0,0,1.2000000000000002,-29,100.81,960,-32 +2013,2,4,7,30,0,0,0,1.1,-28,91.15,960,-32 +2013,2,4,8,30,63,49,110,1.3,-26,82.25,960,-31 +2013,2,4,9,30,124,105,67,1.6,-24,74.53,960,-28 +2013,2,4,10,30,157,144,35,1.7000000000000002,-21,68.5,960,-26 +2013,2,4,11,30,473,79,923,2,-18,64.69,960,-23 +2013,2,4,12,30,326,179,328,2.5,-16,63.550000000000004,950,-21 +2013,2,4,13,30,261,182,189,2.8000000000000003,-15,65.22,950,-19 +2013,2,4,14,30,77,77,0,2.9000000000000004,-15,69.48,950,-18 +2013,2,4,15,30,175,76,406,2.4000000000000004,-15,75.87,950,-18 +2013,2,4,16,30,85,34,476,1.7000000000000002,-16,83.84,950,-18 +2013,2,4,17,30,0,0,0,1.8,-17,92.91,950,-19 +2013,2,4,18,30,0,0,0,2.3000000000000003,-16,102.66,950,-20 +2013,2,4,19,30,0,0,0,2.7,-16,112.73,950,-19 +2013,2,4,20,30,0,0,0,3,-16,122.76,950,-19 +2013,2,4,21,30,0,0,0,3.5,-16,132.28,950,-18 +2013,2,4,22,30,0,0,0,4,-16,140.57,950,-18 +2013,2,4,23,30,0,0,0,4.1000000000000005,-16,146.42000000000002,950,-18 +2013,2,5,0,30,0,0,0,3.6,-15,148.3,940,-18 +2013,2,5,1,30,0,0,0,2.3000000000000003,-15,145.51,940,-17 +2013,2,5,2,30,0,0,0,1.1,-16,139.05,940,-17 +2013,2,5,3,30,0,0,0,0.9,-16,130.43,940,-18 +2013,2,5,4,30,0,0,0,1.3,-18,120.74000000000001,940,-19 +2013,2,5,5,30,0,0,0,1.8,-19,110.66,940,-21 +2013,2,5,6,30,0,0,0,2,-20,100.60000000000001,950,-22 +2013,2,5,7,30,0,0,0,2.4000000000000004,-20,90.93,950,-23 +2013,2,5,8,30,120,42,561,3.4000000000000004,-18,82.01,950,-22 +2013,2,5,9,30,276,64,781,4.3,-16,74.27,950,-19 +2013,2,5,10,30,404,76,884,4.5,-14,68.22,950,-17 +2013,2,5,11,30,485,82,932,4.6000000000000005,-12,64.4,950,-16 +2013,2,5,12,30,510,79,955,4.5,-12,63.24,950,-15 +2013,2,5,13,30,475,75,944,4.4,-12,64.91,950,-15 +2013,2,5,14,30,387,67,900,3.8000000000000003,-12,69.19,950,-15 +2013,2,5,15,30,253,53,803,2.5,-13,75.60000000000001,960,-15 +2013,2,5,16,30,96,31,578,1.6,-17,83.58,960,-17 +2013,2,5,17,30,0,0,0,1.7000000000000002,-20,92.67,960,-21 +2013,2,5,18,30,0,0,0,1.8,-21,102.42,960,-23 +2013,2,5,19,30,0,0,0,1.8,-22,112.5,960,-24 +2013,2,5,20,30,0,0,0,1.8,-22,122.52,960,-24 +2013,2,5,21,30,0,0,0,1.7000000000000002,-22,132.03,960,-24 +2013,2,5,22,30,0,0,0,1.5,-21,140.3,960,-23 +2013,2,5,23,30,0,0,0,1.2000000000000002,-20,146.12,960,-23 +2013,2,6,0,30,0,0,0,0.9,-18,147.99,960,-22 +2013,2,6,1,30,0,0,0,0.9,-18,145.23,960,-21 +2013,2,6,2,30,0,0,0,1,-18,138.8,960,-21 +2013,2,6,3,30,0,0,0,1,-18,130.2,960,-21 +2013,2,6,4,30,0,0,0,1,-18,120.53,960,-21 +2013,2,6,5,30,0,0,0,1,-18,110.45,960,-21 +2013,2,6,6,30,0,0,0,1.1,-19,100.39,960,-21 +2013,2,6,7,30,0,0,0,1.2000000000000002,-19,90.7,960,-22 +2013,2,6,8,30,120,45,530,2,-17,81.77,960,-21 +2013,2,6,9,30,70,70,0,2.8000000000000003,-15,74.01,960,-18 +2013,2,6,10,30,147,141,18,3,-13,67.94,960,-16 +2013,2,6,11,30,362,141,504,2.9000000000000004,-11,64.09,960,-14 +2013,2,6,12,30,261,202,128,2.7,-10,62.93,960,-13 +2013,2,6,13,30,102,102,0,2.6,-9,64.61,960,-12 +2013,2,6,14,30,194,152,115,2.8000000000000003,-9,68.9,960,-11 +2013,2,6,15,30,24,24,0,2.7,-9,75.32000000000001,960,-11 +2013,2,6,16,30,27,27,0,2.5,-9,83.33,960,-11 +2013,2,6,17,30,0,0,0,2.4000000000000004,-10,92.42,960,-11 +2013,2,6,18,30,0,0,0,2.3000000000000003,-10,102.19,960,-12 +2013,2,6,19,30,0,0,0,2.2,-10,112.27,960,-12 +2013,2,6,20,30,0,0,0,2.1,-11,122.29,960,-12 +2013,2,6,21,30,0,0,0,2.1,-11,131.78,960,-13 +2013,2,6,22,30,0,0,0,2,-11,140.02,960,-13 +2013,2,6,23,30,0,0,0,1.8,-11,145.82,960,-13 +2013,2,7,0,30,0,0,0,1.8,-12,147.68,960,-13 +2013,2,7,1,30,0,0,0,1.8,-12,144.94,960,-13 +2013,2,7,2,30,0,0,0,1.9000000000000001,-12,138.54,960,-13 +2013,2,7,3,30,0,0,0,2,-12,129.97,960,-13 +2013,2,7,4,30,0,0,0,2,-12,120.31,960,-13 +2013,2,7,5,30,0,0,0,2,-13,110.23,960,-14 +2013,2,7,6,30,0,0,0,2,-15,100.17,960,-15 +2013,2,7,7,30,0,0,0,2,-16,90.47,960,-18 +2013,2,7,8,30,68,54,100,2.8000000000000003,-15,81.52,960,-18 +2013,2,7,9,30,87,87,0,3.4000000000000004,-13,73.74,960,-15 +2013,2,7,10,30,126,126,0,3.4000000000000004,-11,67.65,960,-13 +2013,2,7,11,30,318,189,291,3.4000000000000004,-9,63.79,960,-12 +2013,2,7,12,30,240,200,84,3.3000000000000003,-8,62.620000000000005,960,-11 +2013,2,7,13,30,327,165,372,3.1,-8,64.3,960,-10 +2013,2,7,14,30,164,147,47,3,-8,68.60000000000001,960,-10 +2013,2,7,15,30,72,72,0,2.4000000000000004,-8,75.04,970,-10 +2013,2,7,16,30,96,43,435,1.8,-10,83.07000000000001,970,-11 +2013,2,7,17,30,0,0,0,1.6,-12,92.18,970,-13 +2013,2,7,18,30,0,0,0,1.6,-13,101.95,970,-14 +2013,2,7,19,30,0,0,0,1.5,-14,112.03,970,-16 +2013,2,7,20,30,0,0,0,1.5,-15,122.05,970,-17 +2013,2,7,21,30,0,0,0,1.5,-16,131.53,970,-18 +2013,2,7,22,30,0,0,0,1.5,-16,139.74,970,-18 +2013,2,7,23,30,0,0,0,1.5,-17,145.51,970,-19 +2013,2,8,0,30,0,0,0,1.5,-19,147.37,970,-20 +2013,2,8,1,30,0,0,0,1.5,-20,144.65,970,-21 +2013,2,8,2,30,0,0,0,1.4000000000000001,-20,138.28,970,-22 +2013,2,8,3,30,0,0,0,1.2000000000000002,-19,129.73,970,-22 +2013,2,8,4,30,0,0,0,1.1,-18,120.09,970,-22 +2013,2,8,5,30,0,0,0,0.9,-17,110.01,970,-21 +2013,2,8,6,30,0,0,0,0.8,-16,99.94,970,-20 +2013,2,8,7,30,0,0,0,0.8,-15,90.23,970,-19 +2013,2,8,8,30,72,59,85,1.1,-13,81.27,970,-17 +2013,2,8,9,30,157,119,134,1.8,-11,73.47,970,-14 +2013,2,8,10,30,227,169,150,2.2,-9,67.35,970,-12 +2013,2,8,11,30,272,202,155,2.6,-7,63.480000000000004,970,-10 +2013,2,8,12,30,285,211,158,3,-7,62.300000000000004,970,-9 +2013,2,8,13,30,265,193,165,3.3000000000000003,-7,63.99,970,-9 +2013,2,8,14,30,179,153,70,3.3000000000000003,-7,68.3,970,-9 +2013,2,8,15,30,39,39,0,3,-7,74.77,970,-9 +2013,2,8,16,30,97,46,406,2.7,-8,82.81,970,-9 +2013,2,8,17,30,0,0,0,2.6,-9,91.93,970,-10 +2013,2,8,18,30,0,0,0,2.7,-10,101.72,960,-12 +2013,2,8,19,30,0,0,0,2.9000000000000004,-10,111.8,960,-13 +2013,2,8,20,30,0,0,0,3.2,-9,121.81,960,-12 +2013,2,8,21,30,0,0,0,3.5,-8,131.27,960,-11 +2013,2,8,22,30,0,0,0,3.6,-8,139.46,960,-10 +2013,2,8,23,30,0,0,0,3.7,-8,145.20000000000002,960,-10 +2013,2,9,0,30,0,0,0,3.8000000000000003,-9,147.05,960,-10 +2013,2,9,1,30,0,0,0,4,-9,144.35,960,-11 +2013,2,9,2,30,0,0,0,4.2,-10,138.01,960,-11 +2013,2,9,3,30,0,0,0,4.1000000000000005,-10,129.49,960,-12 +2013,2,9,4,30,0,0,0,4.1000000000000005,-10,119.86,960,-12 +2013,2,9,5,30,0,0,0,4.2,-9,109.79,960,-11 +2013,2,9,6,30,0,0,0,4.4,-9,99.71000000000001,960,-11 +2013,2,9,7,30,0,0,0,4.5,-8,89.99,960,-10 +2013,2,9,8,30,47,47,0,4.6000000000000005,-7,81.01,960,-9 +2013,2,9,9,30,30,30,0,5,-6,73.19,960,-8 +2013,2,9,10,30,123,123,0,5.300000000000001,-5,67.05,960,-7 +2013,2,9,11,30,127,127,0,5.2,-5,63.160000000000004,960,-6 +2013,2,9,12,30,105,105,0,4.9,-4,61.980000000000004,960,-6 +2013,2,9,13,30,127,127,0,4.5,-4,63.67,960,-5 +2013,2,9,14,30,51,51,0,3.7,-4,68,960,-5 +2013,2,9,15,30,21,21,0,2.5,-4,74.48,960,-5 +2013,2,9,16,30,6,6,0,1.6,-5,82.55,960,-5 +2013,2,9,17,30,0,0,0,1.6,-6,91.69,960,-6 +2013,2,9,18,30,0,0,0,1.8,-6,101.48,960,-7 +2013,2,9,19,30,0,0,0,1.8,-6,111.57000000000001,960,-7 +2013,2,9,20,30,0,0,0,1.6,-7,121.57000000000001,960,-8 +2013,2,9,21,30,0,0,0,1.5,-7,131.02,960,-8 +2013,2,9,22,30,0,0,0,1.5,-8,139.18,960,-9 +2013,2,9,23,30,0,0,0,1.5,-8,144.89000000000001,960,-9 +2013,2,10,0,30,0,0,0,1.4000000000000001,-8,146.72,960,-9 +2013,2,10,1,30,0,0,0,1.4000000000000001,-8,144.04,960,-9 +2013,2,10,2,30,0,0,0,1.4000000000000001,-7,137.74,950,-8 +2013,2,10,3,30,0,0,0,1.7000000000000002,-7,129.24,950,-8 +2013,2,10,4,30,0,0,0,2.2,-6,119.63,950,-7 +2013,2,10,5,30,0,0,0,2.7,-6,109.56,950,-7 +2013,2,10,6,30,0,0,0,2.8000000000000003,-6,99.48,950,-7 +2013,2,10,7,30,0,0,0,2.4000000000000004,-6,89.75,950,-7 +2013,2,10,8,30,7,7,0,2.8000000000000003,-5,80.75,950,-7 +2013,2,10,9,30,25,25,0,4,-3,72.91,950,-5 +2013,2,10,10,30,77,77,0,5.1000000000000005,-3,66.75,950,-4 +2013,2,10,11,30,71,71,0,5.9,-2,62.84,950,-4 +2013,2,10,12,30,80,80,0,6.5,-2,61.65,950,-3 +2013,2,10,13,30,94,94,0,6.9,-2,63.35,940,-3 +2013,2,10,14,30,55,55,0,6.9,-2,67.7,940,-3 +2013,2,10,15,30,41,41,0,6.6000000000000005,-2,74.2,940,-3 +2013,2,10,16,30,24,24,0,6.1000000000000005,-2,82.28,940,-3 +2013,2,10,17,30,0,0,0,5.9,-3,91.44,940,-4 +2013,2,10,18,30,0,0,0,5.9,-3,101.24000000000001,940,-4 +2013,2,10,19,30,0,0,0,5.7,-3,111.33,940,-4 +2013,2,10,20,30,0,0,0,5,-3,121.33,940,-4 +2013,2,10,21,30,0,0,0,4.1000000000000005,-3,130.76,940,-4 +2013,2,10,22,30,0,0,0,3.9000000000000004,-3,138.89000000000001,940,-4 +2013,2,10,23,30,0,0,0,4.2,-4,144.58,940,-4 +2013,2,11,0,30,0,0,0,4.5,-4,146.4,940,-5 +2013,2,11,1,30,0,0,0,4.9,-4,143.73,940,-5 +2013,2,11,2,30,0,0,0,5.5,-4,137.46,940,-5 +2013,2,11,3,30,0,0,0,6,-5,128.99,940,-6 +2013,2,11,4,30,0,0,0,6.1000000000000005,-6,119.39,940,-7 +2013,2,11,5,30,0,0,0,6.2,-6,109.32000000000001,940,-8 +2013,2,11,6,30,0,0,0,6.1000000000000005,-7,99.24000000000001,940,-9 +2013,2,11,7,30,0,0,0,6,-8,89.5,940,-9 +2013,2,11,8,30,18,18,0,6.1000000000000005,-8,80.48,940,-10 +2013,2,11,9,30,132,117,47,6.2,-8,72.62,950,-10 +2013,2,11,10,30,281,159,305,6.2,-8,66.44,950,-10 +2013,2,11,11,30,206,187,39,6.2,-8,62.52,950,-10 +2013,2,11,12,30,199,186,26,6.2,-7,61.33,950,-9 +2013,2,11,13,30,244,199,97,6.1000000000000005,-7,63.03,950,-9 +2013,2,11,14,30,83,83,0,5.7,-7,67.4,950,-9 +2013,2,11,15,30,25,25,0,5,-7,73.92,950,-9 +2013,2,11,16,30,12,12,0,4.1000000000000005,-7,82.02,950,-9 +2013,2,11,17,30,0,0,0,3.3000000000000003,-8,91.19,950,-10 +2013,2,11,18,30,0,0,0,2.8000000000000003,-9,101,950,-11 +2013,2,11,19,30,0,0,0,2.6,-10,111.09,950,-11 +2013,2,11,20,30,0,0,0,2.3000000000000003,-10,121.08,950,-12 +2013,2,11,21,30,0,0,0,2.1,-11,130.5,950,-12 +2013,2,11,22,30,0,0,0,1.9000000000000001,-12,138.6,950,-13 +2013,2,11,23,30,0,0,0,1.8,-14,144.26,950,-15 +2013,2,12,0,30,0,0,0,1.8,-16,146.07,950,-17 +2013,2,12,1,30,0,0,0,1.8,-17,143.42000000000002,950,-19 +2013,2,12,2,30,0,0,0,1.9000000000000001,-18,137.17000000000002,950,-20 +2013,2,12,3,30,0,0,0,1.8,-18,128.73,950,-20 +2013,2,12,4,30,0,0,0,1.8,-17,119.14,950,-19 +2013,2,12,5,30,0,0,0,1.8,-15,109.08,950,-18 +2013,2,12,6,30,0,0,0,2.2,-14,99,950,-16 +2013,2,12,7,30,0,0,0,3.1,-13,89.24,950,-15 +2013,2,12,8,30,65,62,17,3.8000000000000003,-11,80.21000000000001,950,-13 +2013,2,12,9,30,134,120,48,4,-9,72.33,950,-11 +2013,2,12,10,30,180,163,41,4.3,-7,66.13,950,-9 +2013,2,12,11,30,254,207,101,4.4,-5,62.190000000000005,950,-8 +2013,2,12,12,30,266,217,101,4.4,-4,60.99,950,-7 +2013,2,12,13,30,491,102,848,4.1000000000000005,-4,62.7,950,-6 +2013,2,12,14,30,404,88,811,3.6,-4,67.09,950,-5 +2013,2,12,15,30,272,69,718,2.7,-4,73.63,950,-5 +2013,2,12,16,30,116,44,505,2.1,-6,81.75,950,-6 +2013,2,12,17,30,0,0,0,2.1,-8,90.94,950,-9 +2013,2,12,18,30,0,0,0,2.3000000000000003,-7,100.76,950,-9 +2013,2,12,19,30,0,0,0,2.4000000000000004,-7,110.85000000000001,950,-8 +2013,2,12,20,30,0,0,0,2.4000000000000004,-6,120.84,950,-8 +2013,2,12,21,30,0,0,0,2.3000000000000003,-6,130.23,950,-7 +2013,2,12,22,30,0,0,0,2.3000000000000003,-7,138.31,950,-7 +2013,2,12,23,30,0,0,0,2.2,-7,143.94,950,-8 +2013,2,13,0,30,0,0,0,2.2,-8,145.73,950,-9 +2013,2,13,1,30,0,0,0,2.7,-8,143.1,950,-10 +2013,2,13,2,30,0,0,0,3.2,-8,136.88,950,-9 +2013,2,13,3,30,0,0,0,2.7,-8,128.46,950,-9 +2013,2,13,4,30,0,0,0,1.8,-8,118.89,950,-9 +2013,2,13,5,30,0,0,0,1.5,-9,108.84,950,-10 +2013,2,13,6,30,0,0,0,1.4000000000000001,-9,98.75,950,-10 +2013,2,13,7,30,6,6,0,1.6,-8,88.98,950,-10 +2013,2,13,8,30,69,64,27,2.3000000000000003,-6,79.94,950,-8 +2013,2,13,9,30,139,124,51,2.7,-5,72.03,950,-7 +2013,2,13,10,30,196,172,59,2.6,-4,65.81,950,-6 +2013,2,13,11,30,232,203,61,2.4000000000000004,-3,61.86,950,-5 +2013,2,13,12,30,241,212,59,2.3000000000000003,-3,60.65,940,-4 +2013,2,13,13,30,344,187,337,2.2,-3,62.38,940,-3 +2013,2,13,14,30,332,112,555,2,-3,66.78,940,-3 +2013,2,13,15,30,173,112,212,1.5,-3,73.35000000000001,940,-3 +2013,2,13,16,30,87,55,215,1,-3,81.49,950,-4 +2013,2,13,17,30,0,0,0,0.9,-4,90.68,950,-5 +2013,2,13,18,30,0,0,0,1.1,-5,100.52,950,-6 +2013,2,13,19,30,0,0,0,1.3,-5,110.61,950,-6 +2013,2,13,20,30,0,0,0,1.5,-6,120.59,950,-6 +2013,2,13,21,30,0,0,0,1.6,-6,129.97,950,-7 +2013,2,13,22,30,0,0,0,1.7000000000000002,-6,138.02,950,-7 +2013,2,13,23,30,0,0,0,1.7000000000000002,-7,143.61,950,-7 +2013,2,14,0,30,0,0,0,1.8,-8,145.39000000000001,950,-9 +2013,2,14,1,30,0,0,0,2,-10,142.77,950,-10 +2013,2,14,2,30,0,0,0,2.5,-11,136.59,950,-12 +2013,2,14,3,30,0,0,0,3,-11,128.19,950,-12 +2013,2,14,4,30,0,0,0,3.1,-11,118.64,950,-13 +2013,2,14,5,30,0,0,0,3,-12,108.59,950,-14 +2013,2,14,6,30,0,0,0,2.9000000000000004,-13,98.49000000000001,950,-15 +2013,2,14,7,30,5,5,0,3.3000000000000003,-13,88.72,950,-16 +2013,2,14,8,30,52,52,0,4.2,-12,79.66,950,-15 +2013,2,14,9,30,186,126,191,4.9,-12,71.73,950,-15 +2013,2,14,10,30,323,146,426,5.1000000000000005,-11,65.49,950,-14 +2013,2,14,11,30,286,214,150,5.300000000000001,-11,61.52,950,-14 +2013,2,14,12,30,558,95,935,5.300000000000001,-11,60.31,960,-14 +2013,2,14,13,30,371,173,422,5.1000000000000005,-10,62.050000000000004,960,-14 +2013,2,14,14,30,431,87,860,4.7,-10,66.47,960,-14 +2013,2,14,15,30,295,72,763,3.7,-11,73.06,960,-14 +2013,2,14,16,30,133,47,565,2.7,-13,81.22,960,-14 +2013,2,14,17,30,0,0,0,2.3000000000000003,-15,90.43,960,-17 +2013,2,14,18,30,0,0,0,2.3000000000000003,-16,100.28,960,-19 +2013,2,14,19,30,0,0,0,2.3000000000000003,-17,110.38,960,-19 +2013,2,14,20,30,0,0,0,2.3000000000000003,-17,120.34,960,-19 +2013,2,14,21,30,0,0,0,2.2,-17,129.7,960,-19 +2013,2,14,22,30,0,0,0,2.1,-17,137.73,960,-19 +2013,2,14,23,30,0,0,0,2.1,-17,143.28,960,-19 +2013,2,15,0,30,0,0,0,2.1,-16,145.05,960,-19 +2013,2,15,1,30,0,0,0,2.1,-16,142.44,960,-18 +2013,2,15,2,30,0,0,0,2,-16,136.29,960,-18 +2013,2,15,3,30,0,0,0,1.9000000000000001,-18,127.92,960,-19 +2013,2,15,4,30,0,0,0,1.9000000000000001,-19,118.38,960,-20 +2013,2,15,5,30,0,0,0,2,-19,108.33,960,-21 +2013,2,15,6,30,0,0,0,2.1,-19,98.23,960,-21 +2013,2,15,7,30,20,14,190,2.7,-18,88.45,960,-21 +2013,2,15,8,30,171,52,640,3.6,-17,79.37,960,-20 +2013,2,15,9,30,332,76,802,4.1000000000000005,-16,71.43,960,-19 +2013,2,15,10,30,461,91,881,4.4,-15,65.16,960,-18 +2013,2,15,11,30,543,98,922,4.6000000000000005,-14,61.18,960,-17 +2013,2,15,12,30,383,201,363,4.7,-14,59.97,960,-17 +2013,2,15,13,30,376,174,427,4.800000000000001,-14,61.71,960,-17 +2013,2,15,14,30,199,170,71,4.7,-14,66.16,960,-17 +2013,2,15,15,30,306,70,798,4.1000000000000005,-14,72.77,960,-17 +2013,2,15,16,30,68,58,63,3.2,-14,80.95,960,-17 +2013,2,15,17,30,0,0,0,2.2,-15,90.18,960,-18 +2013,2,15,18,30,0,0,0,1.7000000000000002,-16,100.04,960,-19 +2013,2,15,19,30,0,0,0,1.5,-17,110.13,960,-19 +2013,2,15,20,30,0,0,0,1.4000000000000001,-18,120.10000000000001,960,-20 +2013,2,15,21,30,0,0,0,1.3,-18,129.44,960,-20 +2013,2,15,22,30,0,0,0,1.2000000000000002,-18,137.43,960,-20 +2013,2,15,23,30,0,0,0,1.2000000000000002,-19,142.95000000000002,960,-21 +2013,2,16,0,30,0,0,0,1.2000000000000002,-20,144.70000000000002,960,-21 +2013,2,16,1,30,0,0,0,1.1,-20,142.11,960,-22 +2013,2,16,2,30,0,0,0,1.1,-21,135.98,960,-23 +2013,2,16,3,30,0,0,0,1.1,-22,127.64,960,-24 +2013,2,16,4,30,0,0,0,1,-22,118.11,960,-24 +2013,2,16,5,30,0,0,0,1,-22,108.07000000000001,960,-24 +2013,2,16,6,30,0,0,0,1,-21,97.97,960,-24 +2013,2,16,7,30,6,6,0,0.9,-20,88.18,960,-24 +2013,2,16,8,30,179,50,685,0.9,-18,79.08,960,-22 +2013,2,16,9,30,343,69,846,1,-16,71.12,960,-20 +2013,2,16,10,30,474,82,922,0.8,-14,64.83,960,-19 +2013,2,16,11,30,555,88,959,0.5,-13,60.83,960,-18 +2013,2,16,12,30,579,89,968,0.4,-12,59.620000000000005,960,-17 +2013,2,16,13,30,544,86,955,0.4,-12,61.38,960,-17 +2013,2,16,14,30,452,78,914,0.30000000000000004,-12,65.84,960,-17 +2013,2,16,15,30,315,64,833,0.2,-12,72.48,960,-17 +2013,2,16,16,30,149,42,657,0.5,-14,80.68,960,-17 +2013,2,16,17,30,0,0,0,1.1,-16,89.93,960,-20 +2013,2,16,18,30,0,0,0,1.5,-18,99.79,960,-21 +2013,2,16,19,30,0,0,0,1.8,-20,109.89,960,-23 +2013,2,16,20,30,0,0,0,1.9000000000000001,-22,119.85000000000001,960,-24 +2013,2,16,21,30,0,0,0,1.9000000000000001,-23,129.17000000000002,960,-25 +2013,2,16,22,30,0,0,0,1.9000000000000001,-24,137.13,960,-25 +2013,2,16,23,30,0,0,0,1.9000000000000001,-23,142.62,960,-25 +2013,2,17,0,30,0,0,0,2,-22,144.35,960,-24 +2013,2,17,1,30,0,0,0,2.4000000000000004,-21,141.77,960,-24 +2013,2,17,2,30,0,0,0,2.8000000000000003,-20,135.67000000000002,960,-23 +2013,2,17,3,30,0,0,0,3.1,-20,127.35000000000001,960,-23 +2013,2,17,4,30,0,0,0,3.4000000000000004,-19,117.84,960,-22 +2013,2,17,5,30,0,0,0,3.8000000000000003,-18,107.81,960,-22 +2013,2,17,6,30,0,0,0,4.2,-18,97.7,960,-21 +2013,2,17,7,30,11,11,0,4.6000000000000005,-17,87.9,960,-20 +2013,2,17,8,30,87,73,69,5,-15,78.79,950,-19 +2013,2,17,9,30,143,129,42,5.4,-14,70.8,950,-17 +2013,2,17,10,30,169,161,18,5.9,-12,64.5,950,-15 +2013,2,17,11,30,279,222,116,6.2,-11,60.49,950,-14 +2013,2,17,12,30,373,218,303,6.2,-10,59.27,950,-12 +2013,2,17,13,30,224,201,47,6.2,-9,61.04,950,-11 +2013,2,17,14,30,247,180,161,6.1000000000000005,-8,65.52,950,-11 +2013,2,17,15,30,147,124,75,6.1000000000000005,-8,72.19,950,-10 +2013,2,17,16,30,47,47,0,6.300000000000001,-7,80.41,950,-9 +2013,2,17,17,30,0,0,0,6.4,-7,89.68,950,-9 +2013,2,17,18,30,0,0,0,6.4,-6,99.55,950,-8 +2013,2,17,19,30,0,0,0,6.4,-6,109.65,950,-8 +2013,2,17,20,30,0,0,0,6.300000000000001,-5,119.60000000000001,950,-7 +2013,2,17,21,30,0,0,0,6.1000000000000005,-5,128.9,950,-7 +2013,2,17,22,30,0,0,0,5.800000000000001,-5,136.83,940,-7 +2013,2,17,23,30,0,0,0,5.4,-6,142.29,940,-7 +2013,2,18,0,30,0,0,0,5,-6,144,940,-7 +2013,2,18,1,30,0,0,0,4.5,-6,141.43,940,-7 +2013,2,18,2,30,0,0,0,4,-6,135.36,940,-7 +2013,2,18,3,30,0,0,0,3.4000000000000004,-7,127.06,940,-8 +2013,2,18,4,30,0,0,0,3.1,-7,117.56,940,-8 +2013,2,18,5,30,0,0,0,3,-7,107.54,940,-8 +2013,2,18,6,30,0,0,0,2.8000000000000003,-7,97.43,940,-8 +2013,2,18,7,30,3,3,0,2.5,-6,87.62,940,-8 +2013,2,18,8,30,13,13,0,2.4000000000000004,-5,78.49,940,-7 +2013,2,18,9,30,17,17,0,2.1,-4,70.49,940,-7 +2013,2,18,10,30,72,72,0,1.5,-3,64.16,940,-6 +2013,2,18,11,30,140,140,0,1.6,-3,60.14,940,-5 +2013,2,18,12,30,98,98,0,2.5,-2,58.92,940,-4 +2013,2,18,13,30,99,99,0,3.6,-2,60.7,940,-4 +2013,2,18,14,30,61,61,0,4.6000000000000005,-2,65.21000000000001,940,-4 +2013,2,18,15,30,44,44,0,5.6000000000000005,-4,71.89,940,-4 +2013,2,18,16,30,18,18,0,6.6000000000000005,-6,80.14,940,-6 +2013,2,18,17,30,0,0,0,7,-9,89.42,950,-9 +2013,2,18,18,30,0,0,0,7,-11,99.31,950,-12 +2013,2,18,19,30,0,0,0,7,-12,109.41,950,-14 +2013,2,18,20,30,0,0,0,7.1000000000000005,-14,119.34,950,-16 +2013,2,18,21,30,0,0,0,7.1000000000000005,-15,128.63,950,-17 +2013,2,18,22,30,0,0,0,7.1000000000000005,-16,136.53,950,-18 +2013,2,18,23,30,0,0,0,7.2,-17,141.95000000000002,950,-19 +2013,2,19,0,30,0,0,0,7.2,-17,143.64000000000001,950,-20 +2013,2,19,1,30,0,0,0,7.300000000000001,-18,141.09,950,-21 +2013,2,19,2,30,0,0,0,7.5,-18,135.04,950,-21 +2013,2,19,3,30,0,0,0,7.800000000000001,-19,126.76,950,-22 +2013,2,19,4,30,0,0,0,7.800000000000001,-20,117.28,950,-23 +2013,2,19,5,30,0,0,0,7.7,-21,107.26,950,-24 +2013,2,19,6,30,0,0,0,7.5,-22,97.15,950,-25 +2013,2,19,7,30,32,21,250,7.5,-22,87.33,950,-25 +2013,2,19,8,30,191,58,648,7.7,-22,78.19,960,-25 +2013,2,19,9,30,355,79,812,7.800000000000001,-21,70.16,960,-25 +2013,2,19,10,30,486,93,891,7.9,-20,63.82,960,-24 +2013,2,19,11,30,567,104,919,7.800000000000001,-19,59.78,960,-23 +2013,2,19,12,30,591,112,918,7.7,-18,58.56,960,-22 +2013,2,19,13,30,556,108,906,7.6000000000000005,-18,60.35,960,-21 +2013,2,19,14,30,466,92,881,7.5,-18,64.89,960,-21 +2013,2,19,15,30,330,74,811,7.2,-18,71.60000000000001,960,-21 +2013,2,19,16,30,163,49,646,6.800000000000001,-18,79.87,960,-21 +2013,2,19,17,30,0,0,0,6.300000000000001,-18,89.17,960,-21 +2013,2,19,18,30,0,0,0,6,-18,99.06,960,-21 +2013,2,19,19,30,0,0,0,5.7,-19,109.16,970,-21 +2013,2,19,20,30,0,0,0,5.4,-19,119.09,970,-21 +2013,2,19,21,30,0,0,0,5.1000000000000005,-19,128.35,970,-22 +2013,2,19,22,30,0,0,0,4.7,-19,136.22,970,-22 +2013,2,19,23,30,0,0,0,4.1000000000000005,-20,141.61,970,-23 +2013,2,20,0,30,0,0,0,3.3000000000000003,-21,143.29,970,-24 +2013,2,20,1,30,0,0,0,2.8000000000000003,-23,140.74,970,-25 +2013,2,20,2,30,0,0,0,2.6,-24,134.71,970,-26 +2013,2,20,3,30,0,0,0,2.5,-25,126.47,970,-27 +2013,2,20,4,30,0,0,0,2.6,-26,117,970,-28 +2013,2,20,5,30,0,0,0,2.7,-26,106.98,970,-29 +2013,2,20,6,30,0,0,0,2.8000000000000003,-27,96.87,970,-30 +2013,2,20,7,30,32,32,0,3.2,-26,87.04,970,-31 +2013,2,20,8,30,204,56,704,3.6,-25,77.88,970,-29 +2013,2,20,9,30,371,76,854,3.4000000000000004,-22,69.84,970,-27 +2013,2,20,10,30,502,90,922,3.2,-19,63.480000000000004,970,-24 +2013,2,20,11,30,582,100,949,3,-17,59.42,970,-22 +2013,2,20,12,30,605,104,952,2.8000000000000003,-15,58.2,970,-20 +2013,2,20,13,30,568,102,932,2.6,-14,60.01,970,-18 +2013,2,20,14,30,474,94,884,2.5,-14,64.57000000000001,970,-18 +2013,2,20,15,30,335,78,802,2,-14,71.3,970,-18 +2013,2,20,16,30,166,52,632,1.4000000000000001,-17,79.60000000000001,970,-18 +2013,2,20,17,30,15,12,158,1.6,-20,88.92,970,-22 +2013,2,20,18,30,0,0,0,2,-22,98.82000000000001,970,-24 +2013,2,20,19,30,0,0,0,2.3000000000000003,-23,108.92,970,-25 +2013,2,20,20,30,0,0,0,2.4000000000000004,-23,118.84,970,-25 +2013,2,20,21,30,0,0,0,2.1,-23,128.08,970,-25 +2013,2,20,22,30,0,0,0,1.8,-24,135.91,970,-27 +2013,2,20,23,30,0,0,0,1.8,-25,141.27,970,-28 +2013,2,21,0,30,0,0,0,1.8,-26,142.92000000000002,970,-29 +2013,2,21,1,30,0,0,0,1.8,-27,140.39000000000001,970,-30 +2013,2,21,2,30,0,0,0,1.9000000000000001,-26,134.39000000000001,970,-30 +2013,2,21,3,30,0,0,0,1.9000000000000001,-26,126.16,970,-29 +2013,2,21,4,30,0,0,0,1.9000000000000001,-26,116.71000000000001,970,-29 +2013,2,21,5,30,0,0,0,1.9000000000000001,-26,106.7,970,-29 +2013,2,21,6,30,0,0,0,2,-26,96.59,970,-29 +2013,2,21,7,30,27,21,94,2.5,-24,86.75,970,-29 +2013,2,21,8,30,208,55,708,3,-20,77.57000000000001,970,-26 +2013,2,21,9,30,374,73,860,2.5,-17,69.51,970,-22 +2013,2,21,10,30,295,195,221,2,-14,63.13,970,-19 +2013,2,21,11,30,470,121,677,2.5,-11,59.06,970,-15 +2013,2,21,12,30,489,128,678,2.9000000000000004,-9,57.84,970,-13 +2013,2,21,13,30,480,95,761,3.1,-8,59.660000000000004,970,-12 +2013,2,21,14,30,471,103,846,3.3000000000000003,-8,64.24,970,-11 +2013,2,21,15,30,333,83,768,2.8000000000000003,-9,71.01,970,-11 +2013,2,21,16,30,166,57,590,1.9000000000000001,-11,79.33,970,-12 +2013,2,21,17,30,16,16,0,1.6,-14,88.66,970,-15 +2013,2,21,18,30,0,0,0,1.7000000000000002,-16,98.57000000000001,970,-18 +2013,2,21,19,30,0,0,0,1.8,-17,108.68,970,-19 +2013,2,21,20,30,0,0,0,1.9000000000000001,-16,118.58,970,-19 +2013,2,21,21,30,0,0,0,2,-15,127.8,970,-18 +2013,2,21,22,30,0,0,0,2.1,-13,135.6,960,-16 +2013,2,21,23,30,0,0,0,2,-12,140.92000000000002,960,-15 +2013,2,22,0,30,0,0,0,2,-12,142.56,960,-14 +2013,2,22,1,30,0,0,0,2.3000000000000003,-11,140.03,960,-14 +2013,2,22,2,30,0,0,0,2.9000000000000004,-11,134.05,960,-13 +2013,2,22,3,30,0,0,0,3.3000000000000003,-11,125.85000000000001,960,-13 +2013,2,22,4,30,0,0,0,3.4000000000000004,-12,116.42,960,-13 +2013,2,22,5,30,0,0,0,3.2,-11,106.41,960,-14 +2013,2,22,6,30,0,0,0,2.6,-10,96.3,960,-13 +2013,2,22,7,30,11,11,0,2.2,-9,86.45,960,-12 +2013,2,22,8,30,56,56,0,2.6,-8,77.26,960,-10 +2013,2,22,9,30,207,148,166,3.1,-6,69.18,960,-8 +2013,2,22,10,30,288,201,190,3.5,-4,62.78,960,-6 +2013,2,22,11,30,75,75,0,3.9000000000000004,-3,58.7,960,-5 +2013,2,22,12,30,211,202,16,3.8000000000000003,-2,57.480000000000004,960,-4 +2013,2,22,13,30,333,230,200,3.5,-2,59.31,950,-4 +2013,2,22,14,30,182,170,26,2.9000000000000004,-2,63.92,950,-4 +2013,2,22,15,30,97,97,0,2.4000000000000004,-2,70.71000000000001,950,-4 +2013,2,22,16,30,56,56,0,1.9000000000000001,-3,79.06,950,-4 +2013,2,22,17,30,5,5,0,1.6,-4,88.41,950,-5 +2013,2,22,18,30,0,0,0,1.5,-4,98.33,950,-5 +2013,2,22,19,30,0,0,0,1.4000000000000001,-5,108.43,950,-6 +2013,2,22,20,30,0,0,0,1.4000000000000001,-6,118.33,950,-7 +2013,2,22,21,30,0,0,0,1.5,-7,127.52,950,-8 +2013,2,22,22,30,0,0,0,1.5,-7,135.29,950,-8 +2013,2,22,23,30,0,0,0,1.6,-8,140.58,950,-9 +2013,2,23,0,30,0,0,0,1.7000000000000002,-8,142.19,950,-9 +2013,2,23,1,30,0,0,0,1.6,-9,139.67000000000002,950,-10 +2013,2,23,2,30,0,0,0,1.5,-9,133.72,950,-10 +2013,2,23,3,30,0,0,0,1.2000000000000002,-9,125.54,950,-11 +2013,2,23,4,30,0,0,0,1.2000000000000002,-10,116.12,950,-11 +2013,2,23,5,30,0,0,0,1.2000000000000002,-11,106.12,950,-12 +2013,2,23,6,30,0,0,0,1.3,-11,96.01,950,-13 +2013,2,23,7,30,45,25,292,1.6,-10,86.15,950,-13 +2013,2,23,8,30,204,62,630,2.1,-8,76.94,950,-10 +2013,2,23,9,30,226,148,214,2.3000000000000003,-6,68.84,950,-8 +2013,2,23,10,30,308,201,232,2.4000000000000004,-4,62.42,950,-6 +2013,2,23,11,30,571,102,892,2.7,-2,58.33,950,-5 +2013,2,23,12,30,595,98,915,2.9000000000000004,-2,57.11,950,-5 +2013,2,23,13,30,282,232,98,3.1,-2,58.96,950,-4 +2013,2,23,14,30,232,193,88,3.2,-2,63.6,950,-4 +2013,2,23,15,30,52,52,0,2.7,-2,70.42,950,-4 +2013,2,23,16,30,97,73,119,1.9000000000000001,-4,78.79,950,-4 +2013,2,23,17,30,21,15,201,1.5,-6,88.15,950,-6 +2013,2,23,18,30,0,0,0,1.6,-8,98.08,950,-8 +2013,2,23,19,30,0,0,0,1.6,-9,108.18,950,-10 +2013,2,23,20,30,0,0,0,1.6,-10,118.07000000000001,950,-11 +2013,2,23,21,30,0,0,0,1.5,-11,127.25,950,-11 +2013,2,23,22,30,0,0,0,1.4000000000000001,-10,134.98,950,-11 +2013,2,23,23,30,0,0,0,1.2000000000000002,-9,140.23,950,-11 +2013,2,24,0,30,0,0,0,1.1,-8,141.82,950,-10 +2013,2,24,1,30,0,0,0,0.8,-8,139.31,950,-9 +2013,2,24,2,30,0,0,0,0.7000000000000001,-8,133.38,960,-9 +2013,2,24,3,30,0,0,0,0.9,-9,125.22,960,-9 +2013,2,24,4,30,0,0,0,1.1,-10,115.82000000000001,960,-11 +2013,2,24,5,30,0,0,0,1,-11,105.83,960,-12 +2013,2,24,6,30,0,0,0,0.9,-11,95.71000000000001,960,-13 +2013,2,24,7,30,51,26,339,1.2000000000000002,-10,85.84,960,-13 +2013,2,24,8,30,215,61,664,1.2000000000000002,-9,76.62,960,-11 +2013,2,24,9,30,376,82,802,0.8,-7,68.5,960,-10 +2013,2,24,10,30,504,96,870,0.7000000000000001,-4,62.06,960,-7 +2013,2,24,11,30,583,104,903,0.8,-2,57.96,960,-4 +2013,2,24,12,30,607,98,928,1.2000000000000002,0,56.74,960,-4 +2013,2,24,13,30,571,94,915,1.7000000000000002,0,58.61,960,-3 +2013,2,24,14,30,479,88,869,2,0,63.27,960,-2 +2013,2,24,15,30,341,77,774,2,0,70.12,960,-2 +2013,2,24,16,30,116,71,224,1.4000000000000001,-1,78.52,960,-2 +2013,2,24,17,30,15,15,0,1.1,-2,87.9,960,-3 +2013,2,24,18,30,0,0,0,1.2000000000000002,-3,97.84,960,-5 +2013,2,24,19,30,0,0,0,1.3,-4,107.94,960,-6 +2013,2,24,20,30,0,0,0,1.4000000000000001,-6,117.81,960,-7 +2013,2,24,21,30,0,0,0,1.5,-7,126.97,960,-8 +2013,2,24,22,30,0,0,0,1.6,-7,134.67000000000002,960,-8 +2013,2,24,23,30,0,0,0,1.7000000000000002,-7,139.88,960,-8 +2013,2,25,0,30,0,0,0,1.6,-7,141.45000000000002,960,-8 +2013,2,25,1,30,0,0,0,1.6,-8,138.94,960,-9 +2013,2,25,2,30,0,0,0,1.5,-8,133.04,960,-9 +2013,2,25,3,30,0,0,0,1.3,-8,124.9,960,-9 +2013,2,25,4,30,0,0,0,1.2000000000000002,-8,115.52,960,-9 +2013,2,25,5,30,0,0,0,1.1,-9,105.53,960,-10 +2013,2,25,6,30,0,0,0,1.1,-9,95.41,960,-10 +2013,2,25,7,30,52,31,269,1.8,-8,85.54,960,-10 +2013,2,25,8,30,160,77,347,2.4000000000000004,-7,76.3,960,-8 +2013,2,25,9,30,199,161,100,2.6,-5,68.16,960,-7 +2013,2,25,10,30,332,200,278,3,-3,61.7,960,-5 +2013,2,25,11,30,591,116,886,3.2,-2,57.58,960,-4 +2013,2,25,12,30,616,115,903,3.3000000000000003,-1,56.370000000000005,960,-3 +2013,2,25,13,30,579,117,877,3.2,-1,58.26,960,-3 +2013,2,25,14,30,487,110,829,2.9000000000000004,-1,62.940000000000005,960,-3 +2013,2,25,15,30,348,93,738,2.2,-1,69.82000000000001,960,-2 +2013,2,25,16,30,181,64,576,1.4000000000000001,-2,78.24,960,-2 +2013,2,25,17,30,26,19,186,1.2000000000000002,-3,87.64,960,-4 +2013,2,25,18,30,0,0,0,1.3,-5,97.59,960,-6 +2013,2,25,19,30,0,0,0,1.5,-6,107.69,960,-7 +2013,2,25,20,30,0,0,0,1.6,-8,117.56,960,-9 +2013,2,25,21,30,0,0,0,1.7000000000000002,-9,126.68,960,-10 +2013,2,25,22,30,0,0,0,1.6,-9,134.35,960,-10 +2013,2,25,23,30,0,0,0,1.5,-10,139.52,960,-10 +2013,2,26,0,30,0,0,0,1.2000000000000002,-10,141.08,960,-10 +2013,2,26,1,30,0,0,0,1.1,-10,138.57,960,-10 +2013,2,26,2,30,0,0,0,0.9,-10,132.69,960,-10 +2013,2,26,3,30,0,0,0,0.6000000000000001,-9,124.58,960,-10 +2013,2,26,4,30,0,0,0,0.6000000000000001,-9,115.21000000000001,960,-10 +2013,2,26,5,30,0,0,0,0.6000000000000001,-10,105.23,960,-10 +2013,2,26,6,30,0,0,0,0.7000000000000001,-10,95.11,960,-10 +2013,2,26,7,30,50,31,231,1.3,-9,85.23,960,-11 +2013,2,26,8,30,194,55,575,1.9000000000000001,-6,75.97,960,-9 +2013,2,26,9,30,282,133,393,2.2,-4,67.82000000000001,960,-6 +2013,2,26,10,30,391,167,466,2.1,-2,61.34,960,-4 +2013,2,26,11,30,524,100,783,1.8,0,57.21,960,-2 +2013,2,26,12,30,622,121,896,1.2000000000000002,0,56,960,-1 +2013,2,26,13,30,585,118,879,0.7000000000000001,0,57.9,960,-1 +2013,2,26,14,30,493,107,838,0.5,0,62.620000000000005,960,0 +2013,2,26,15,30,354,89,758,0.7000000000000001,0,69.53,960,0 +2013,2,26,16,30,187,61,607,1.1,0,77.97,960,0 +2013,2,26,17,30,30,30,0,1.4000000000000001,-2,87.39,960,-2 +2013,2,26,18,30,0,0,0,1.7000000000000002,-4,97.35000000000001,960,-5 +2013,2,26,19,30,0,0,0,1.8,-5,107.45,960,-6 +2013,2,26,20,30,0,0,0,1.9000000000000001,-6,117.3,960,-6 +2013,2,26,21,30,0,0,0,2,-6,126.4,960,-7 +2013,2,26,22,30,0,0,0,1.9000000000000001,-6,134.04,960,-7 +2013,2,26,23,30,0,0,0,1.8,-7,139.17000000000002,960,-7 +2013,2,27,0,30,0,0,0,1.7000000000000002,-7,140.70000000000002,960,-8 +2013,2,27,1,30,0,0,0,1.7000000000000002,-7,138.20000000000002,960,-8 +2013,2,27,2,30,0,0,0,1.9000000000000001,-7,132.34,960,-7 +2013,2,27,3,30,0,0,0,2.2,-7,124.25,960,-7 +2013,2,27,4,30,0,0,0,2.5,-7,114.9,960,-8 +2013,2,27,5,30,0,0,0,2.7,-7,104.93,960,-8 +2013,2,27,6,30,0,0,0,3,-7,94.8,960,-8 +2013,2,27,7,30,65,34,348,3.7,-6,84.91,960,-8 +2013,2,27,8,30,236,69,672,4.1000000000000005,-5,75.64,960,-7 +2013,2,27,9,30,403,91,814,4.4,-3,67.47,960,-5 +2013,2,27,10,30,418,144,564,4.6000000000000005,-1,60.97,960,-4 +2013,2,27,11,30,516,120,724,4.6000000000000005,-1,56.83,960,-3 +2013,2,27,12,30,555,101,804,4.5,0,55.620000000000005,960,-2 +2013,2,27,13,30,508,112,738,4.4,0,57.550000000000004,960,-2 +2013,2,27,14,30,423,100,695,4.4,0,62.29,960,-1 +2013,2,27,15,30,267,118,419,4.3,0,69.23,960,-1 +2013,2,27,16,30,97,81,73,4,-1,77.7,960,-2 +2013,2,27,17,30,16,16,0,3.8000000000000003,-2,87.14,960,-2 +2013,2,27,18,30,0,0,0,3.6,-3,97.10000000000001,960,-3 +2013,2,27,19,30,0,0,0,3.5,-3,107.2,960,-4 +2013,2,27,20,30,0,0,0,3.7,-4,117.04,960,-4 +2013,2,27,21,30,0,0,0,3.6,-4,126.12,960,-5 +2013,2,27,22,30,0,0,0,3.4000000000000004,-4,133.72,960,-5 +2013,2,27,23,30,0,0,0,3.3000000000000003,-5,138.81,960,-6 +2013,2,28,0,30,0,0,0,3.3000000000000003,-5,140.32,960,-6 +2013,2,28,1,30,0,0,0,3.3000000000000003,-6,137.83,960,-7 +2013,2,28,2,30,0,0,0,3.6,-6,131.99,960,-8 +2013,2,28,3,30,0,0,0,3.8000000000000003,-7,123.92,960,-8 +2013,2,28,4,30,0,0,0,3.8000000000000003,-7,114.58,960,-9 +2013,2,28,5,30,0,0,0,3.7,-8,104.62,960,-9 +2013,2,28,6,30,0,0,0,3.8000000000000003,-8,94.49,960,-10 +2013,2,28,7,30,26,26,0,4.1000000000000005,-8,84.59,960,-10 +2013,2,28,8,30,115,98,66,4.4,-8,75.31,960,-10 +2013,2,28,9,30,260,156,266,4.4,-7,67.12,960,-10 +2013,2,28,10,30,535,107,872,4.3,-6,60.6,960,-9 +2013,2,28,11,30,527,114,747,4.1000000000000005,-6,56.45,960,-8 +2013,2,28,12,30,468,235,407,3.9000000000000004,-5,55.25,960,-8 +2013,2,28,13,30,502,127,692,3.8000000000000003,-5,57.19,970,-7 +2013,2,28,14,30,438,89,741,3.7,-5,61.96,970,-7 +2013,2,28,15,30,309,81,634,3.2,-5,68.93,970,-7 +2013,2,28,16,30,166,55,510,2.3000000000000003,-6,77.43,970,-8 +2013,2,28,17,30,30,22,138,1.9000000000000001,-8,86.88,970,-9 +2013,2,28,18,30,0,0,0,2.1,-9,96.85000000000001,970,-11 +2013,2,28,19,30,0,0,0,2.2,-10,106.95,970,-11 +2013,2,28,20,30,0,0,0,2.3000000000000003,-10,116.78,970,-11 +2013,2,28,21,30,0,0,0,2.2,-10,125.83,970,-12 +2013,2,28,22,30,0,0,0,2,-10,133.4,970,-12 +2013,2,28,23,30,0,0,0,1.8,-11,138.45000000000002,970,-13 +2013,3,1,0,30,0,0,0,1.6,-12,139.94,970,-14 +2013,3,1,1,30,0,0,0,1.6,-13,137.45000000000002,970,-15 +2013,3,1,2,30,0,0,0,1.6,-14,131.63,970,-16 +2013,3,1,3,30,0,0,0,1.6,-14,123.59,970,-16 +2013,3,1,4,30,0,0,0,1.6,-15,114.26,970,-17 +2013,3,1,5,30,0,0,0,1.7000000000000002,-15,104.31,970,-17 +2013,3,1,6,30,0,0,0,1.8,-15,94.18,970,-17 +2013,3,1,7,30,46,37,86,2.4000000000000004,-14,84.27,970,-17 +2013,3,1,8,30,191,76,443,3.1,-13,74.98,970,-16 +2013,3,1,9,30,331,108,565,3.1,-12,66.77,970,-15 +2013,3,1,10,30,462,100,729,2.9000000000000004,-10,60.230000000000004,970,-14 +2013,3,1,11,30,541,104,781,2.8000000000000003,-9,56.07,970,-13 +2013,3,1,12,30,551,140,713,2.8000000000000003,-8,54.870000000000005,970,-12 +2013,3,1,13,30,523,107,760,2.8000000000000003,-8,56.83,970,-11 +2013,3,1,14,30,409,135,576,2.8000000000000003,-8,61.63,970,-11 +2013,3,1,15,30,181,151,82,2.4000000000000004,-8,68.64,970,-11 +2013,3,1,16,30,208,62,658,1.6,-9,77.15,970,-10 +2013,3,1,17,30,41,24,297,1.2000000000000002,-11,86.63,970,-11 +2013,3,1,18,30,0,0,0,1.4000000000000001,-13,96.61,970,-14 +2013,3,1,19,30,0,0,0,1.5,-15,106.7,970,-16 +2013,3,1,20,30,0,0,0,1.6,-16,116.52,970,-17 +2013,3,1,21,30,0,0,0,1.7000000000000002,-17,125.55,970,-18 +2013,3,1,22,30,0,0,0,1.7000000000000002,-18,133.08,970,-19 +2013,3,1,23,30,0,0,0,1.7000000000000002,-19,138.09,970,-20 +2013,3,2,0,30,0,0,0,1.7000000000000002,-19,139.56,970,-21 +2013,3,2,1,30,0,0,0,1.7000000000000002,-20,137.07,970,-22 +2013,3,2,2,30,0,0,0,1.6,-20,131.27,970,-22 +2013,3,2,3,30,0,0,0,1.5,-20,123.25,970,-22 +2013,3,2,4,30,0,0,0,1.4000000000000001,-20,113.94,970,-23 +2013,3,2,5,30,0,0,0,1.2000000000000002,-20,103.99000000000001,970,-23 +2013,3,2,6,30,0,0,0,1,-20,93.87,970,-24 +2013,3,2,7,30,84,35,469,0.9,-19,83.95,970,-24 +2013,3,2,8,30,264,66,745,0.8,-16,74.64,970,-22 +2013,3,2,9,30,432,87,863,0.6000000000000001,-14,66.41,970,-19 +2013,3,2,10,30,563,100,922,0.6000000000000001,-11,59.86,970,-16 +2013,3,2,11,30,642,107,948,0.8,-8,55.68,970,-12 +2013,3,2,12,30,661,112,946,0.8,-6,54.49,970,-10 +2013,3,2,13,30,621,108,928,0.6000000000000001,-6,56.47,960,-10 +2013,3,2,14,30,325,207,245,0.5,-5,61.31,960,-10 +2013,3,2,15,30,305,100,557,0.4,-5,68.34,960,-11 +2013,3,2,16,30,211,60,664,0.4,-5,76.88,960,-10 +2013,3,2,17,30,43,24,297,0.6000000000000001,-6,86.37,960,-11 +2013,3,2,18,30,0,0,0,0.8,-6,96.36,960,-12 +2013,3,2,19,30,0,0,0,1,-7,106.45,960,-13 +2013,3,2,20,30,0,0,0,1.1,-8,116.25,960,-13 +2013,3,2,21,30,0,0,0,1.2000000000000002,-9,125.26,960,-14 +2013,3,2,22,30,0,0,0,1.4000000000000001,-10,132.75,960,-15 +2013,3,2,23,30,0,0,0,1.5,-11,137.73,960,-15 +2013,3,3,0,30,0,0,0,1.5,-11,139.17000000000002,960,-15 +2013,3,3,1,30,0,0,0,1.5,-12,136.69,960,-15 +2013,3,3,2,30,0,0,0,1.5,-12,130.91,960,-16 +2013,3,3,3,30,0,0,0,1.5,-14,122.91,960,-16 +2013,3,3,4,30,0,0,0,1.6,-15,113.62,960,-17 +2013,3,3,5,30,0,0,0,1.7000000000000002,-16,103.68,960,-18 +2013,3,3,6,30,0,0,0,1.7000000000000002,-17,93.55,960,-18 +2013,3,3,7,30,85,39,414,2,-15,83.63,960,-18 +2013,3,3,8,30,260,74,688,2.8000000000000003,-11,74.3,960,-14 +2013,3,3,9,30,427,96,817,3.4000000000000004,-8,66.05,960,-11 +2013,3,3,10,30,558,108,886,3.7,-6,59.480000000000004,960,-10 +2013,3,3,11,30,638,115,918,3.8000000000000003,-5,55.300000000000004,960,-9 +2013,3,3,12,30,659,116,927,3.8000000000000003,-5,54.1,960,-8 +2013,3,3,13,30,621,108,919,3.8000000000000003,-4,56.11,960,-8 +2013,3,3,14,30,527,97,888,3.7,-4,60.980000000000004,960,-8 +2013,3,3,15,30,387,81,817,3.1,-5,68.04,960,-8 +2013,3,3,16,30,132,86,197,2.3000000000000003,-6,76.61,960,-8 +2013,3,3,17,30,46,26,296,2,-8,86.12,960,-9 +2013,3,3,18,30,0,0,0,2.2,-9,96.11,960,-11 +2013,3,3,19,30,0,0,0,2.4000000000000004,-10,106.2,960,-12 +2013,3,3,20,30,0,0,0,2.5,-10,115.99000000000001,960,-13 +2013,3,3,21,30,0,0,0,2.5,-10,124.97,960,-13 +2013,3,3,22,30,0,0,0,2.6,-10,132.43,960,-12 +2013,3,3,23,30,0,0,0,2.7,-9,137.37,960,-12 +2013,3,4,0,30,0,0,0,2.9000000000000004,-9,138.79,960,-11 +2013,3,4,1,30,0,0,0,3.1,-8,136.31,960,-10 +2013,3,4,2,30,0,0,0,3.3000000000000003,-8,130.55,960,-10 +2013,3,4,3,30,0,0,0,3.4000000000000004,-8,122.57000000000001,960,-10 +2013,3,4,4,30,0,0,0,3.3000000000000003,-8,113.29,960,-10 +2013,3,4,5,30,0,0,0,3.3000000000000003,-9,103.36,960,-10 +2013,3,4,6,30,0,0,0,3.9000000000000004,-8,93.23,960,-10 +2013,3,4,7,30,37,37,0,4.7,-7,83.3,960,-10 +2013,3,4,8,30,201,85,419,5.300000000000001,-5,73.96000000000001,960,-8 +2013,3,4,9,30,346,116,560,5.6000000000000005,-4,65.69,960,-7 +2013,3,4,10,30,319,233,167,5.800000000000001,-4,59.1,960,-7 +2013,3,4,11,30,514,166,604,5.6000000000000005,-4,54.910000000000004,960,-6 +2013,3,4,12,30,454,255,336,5.5,-4,53.72,960,-6 +2013,3,4,13,30,366,260,187,5.4,-4,55.75,960,-6 +2013,3,4,14,30,276,219,116,5.2,-4,60.65,960,-6 +2013,3,4,15,30,237,156,214,4.9,-4,67.74,960,-6 +2013,3,4,16,30,135,89,195,4.6000000000000005,-5,76.34,960,-6 +2013,3,4,17,30,28,26,28,4.3,-5,85.86,960,-6 +2013,3,4,18,30,0,0,0,4.2,-5,95.87,960,-7 +2013,3,4,19,30,0,0,0,4.1000000000000005,-6,105.96000000000001,960,-7 +2013,3,4,20,30,0,0,0,4,-6,115.73,960,-7 +2013,3,4,21,30,0,0,0,3.9000000000000004,-6,124.68,960,-7 +2013,3,4,22,30,0,0,0,3.9000000000000004,-6,132.1,960,-7 +2013,3,4,23,30,0,0,0,3.9000000000000004,-6,137.01,960,-7 +2013,3,5,0,30,0,0,0,3.6,-6,138.4,960,-7 +2013,3,5,1,30,0,0,0,3,-6,135.92000000000002,960,-7 +2013,3,5,2,30,0,0,0,2.6,-6,130.18,960,-8 +2013,3,5,3,30,0,0,0,2.4000000000000004,-6,122.22,960,-8 +2013,3,5,4,30,0,0,0,2.4000000000000004,-7,112.96000000000001,960,-8 +2013,3,5,5,30,0,0,0,2.6,-7,103.03,960,-8 +2013,3,5,6,30,0,0,0,3.1,-7,92.91,960,-8 +2013,3,5,7,30,18,18,0,3.7,-7,82.97,960,-8 +2013,3,5,8,30,82,82,0,4.1000000000000005,-7,73.62,960,-8 +2013,3,5,9,30,154,149,11,4.4,-7,65.33,960,-8 +2013,3,5,10,30,195,187,14,4.6000000000000005,-7,58.72,960,-8 +2013,3,5,11,30,196,191,8,4.5,-7,54.52,960,-8 +2013,3,5,12,30,345,278,113,4.3,-7,53.34,960,-8 +2013,3,5,13,30,369,263,187,4.1000000000000005,-7,55.39,960,-8 +2013,3,5,14,30,314,221,188,3.7,-7,60.32,960,-9 +2013,3,5,15,30,159,148,30,3.1,-7,67.45,960,-9 +2013,3,5,16,30,18,18,0,2.3000000000000003,-7,76.07000000000001,970,-9 +2013,3,5,17,30,4,4,0,1.8,-7,85.61,970,-9 +2013,3,5,18,30,0,0,0,1.6,-8,95.62,970,-9 +2013,3,5,19,30,0,0,0,1.6,-8,105.71000000000001,970,-10 +2013,3,5,20,30,0,0,0,1.5,-9,115.47,970,-10 +2013,3,5,21,30,0,0,0,1.5,-9,124.39,970,-11 +2013,3,5,22,30,0,0,0,1.5,-10,131.78,970,-11 +2013,3,5,23,30,0,0,0,1.5,-10,136.64000000000001,970,-12 +2013,3,6,0,30,0,0,0,1.5,-12,138.01,970,-13 +2013,3,6,1,30,0,0,0,1.5,-14,135.53,970,-14 +2013,3,6,2,30,0,0,0,1.5,-15,129.81,970,-16 +2013,3,6,3,30,0,0,0,1.6,-16,121.88,970,-17 +2013,3,6,4,30,0,0,0,1.7000000000000002,-16,112.63,970,-18 +2013,3,6,5,30,0,0,0,1.6,-16,102.71000000000001,970,-18 +2013,3,6,6,30,0,0,0,1.8,-15,92.58,970,-17 +2013,3,6,7,30,103,42,477,2.5,-14,82.64,970,-17 +2013,3,6,8,30,179,108,246,3.2,-11,73.27,970,-14 +2013,3,6,9,30,208,177,72,3.6,-9,64.97,970,-12 +2013,3,6,10,30,350,235,219,3.8000000000000003,-8,58.34,970,-11 +2013,3,6,11,30,380,273,182,3.8000000000000003,-7,54.13,970,-10 +2013,3,6,12,30,460,262,328,3.9000000000000004,-7,52.95,970,-9 +2013,3,6,13,30,328,264,112,3.8000000000000003,-7,55.02,970,-9 +2013,3,6,14,30,553,108,888,3.7,-7,59.99,970,-9 +2013,3,6,15,30,408,93,813,3.3000000000000003,-7,67.15,970,-9 +2013,3,6,16,30,233,69,669,2.4000000000000004,-7,75.8,970,-9 +2013,3,6,17,30,58,31,331,1.6,-8,85.36,970,-10 +2013,3,6,18,30,0,0,0,1.3,-9,95.38,970,-11 +2013,3,6,19,30,0,0,0,1.3,-11,105.46000000000001,970,-12 +2013,3,6,20,30,0,0,0,1.3,-12,115.2,970,-14 +2013,3,6,21,30,0,0,0,1.5,-14,124.10000000000001,970,-15 +2013,3,6,22,30,0,0,0,1.6,-15,131.45,970,-16 +2013,3,6,23,30,0,0,0,1.7000000000000002,-16,136.27,970,-17 +2013,3,7,0,30,0,0,0,1.7000000000000002,-16,137.62,970,-17 +2013,3,7,1,30,0,0,0,1.6,-16,135.14000000000001,970,-18 +2013,3,7,2,30,0,0,0,1.5,-16,129.44,970,-18 +2013,3,7,3,30,0,0,0,1.5,-16,121.53,970,-18 +2013,3,7,4,30,0,0,0,1.5,-16,112.29,970,-18 +2013,3,7,5,30,0,0,0,1.5,-17,102.38,970,-18 +2013,3,7,6,30,0,0,0,1.5,-17,92.26,970,-19 +2013,3,7,7,30,107,49,434,1.5,-15,82.3,970,-19 +2013,3,7,8,30,288,83,699,1.9000000000000001,-11,72.92,970,-15 +2013,3,7,9,30,456,105,818,2.1,-8,64.6,970,-12 +2013,3,7,10,30,586,115,888,2,-6,57.96,970,-9 +2013,3,7,11,30,663,122,914,2.1,-4,53.730000000000004,970,-8 +2013,3,7,12,30,682,124,917,2.3000000000000003,-3,52.56,970,-7 +2013,3,7,13,30,640,122,896,2.5,-3,54.660000000000004,970,-6 +2013,3,7,14,30,544,114,851,2.7,-3,59.660000000000004,970,-5 +2013,3,7,15,30,400,100,762,2.5,-3,66.85,970,-5 +2013,3,7,16,30,225,81,575,2,-4,75.53,970,-5 +2013,3,7,17,30,54,37,198,2,-6,85.11,970,-7 +2013,3,7,18,30,0,0,0,2.5,-7,95.13,970,-9 +2013,3,7,19,30,0,0,0,2.8000000000000003,-8,105.21000000000001,970,-9 +2013,3,7,20,30,0,0,0,2.6,-9,114.94,970,-10 +2013,3,7,21,30,0,0,0,2.4000000000000004,-9,123.81,970,-11 +2013,3,7,22,30,0,0,0,2.3000000000000003,-9,131.12,970,-10 +2013,3,7,23,30,0,0,0,2.2,-9,135.91,970,-10 +2013,3,8,0,30,0,0,0,2,-8,137.23,970,-10 +2013,3,8,1,30,0,0,0,2.1,-8,134.75,970,-9 +2013,3,8,2,30,0,0,0,2.5,-7,129.07,970,-9 +2013,3,8,3,30,0,0,0,2.7,-7,121.17,970,-8 +2013,3,8,4,30,0,0,0,2.5,-7,111.96000000000001,970,-9 +2013,3,8,5,30,0,0,0,2.3000000000000003,-9,102.05,970,-10 +2013,3,8,6,30,0,0,0,2.3000000000000003,-10,91.93,970,-11 +2013,3,8,7,30,101,60,295,3.1,-9,81.97,970,-11 +2013,3,8,8,30,68,68,0,3.8000000000000003,-7,72.58,970,-9 +2013,3,8,9,30,147,146,3,3.7,-5,64.24,970,-7 +2013,3,8,10,30,192,186,11,3.4000000000000004,-4,57.57,970,-6 +2013,3,8,11,30,219,211,14,3.2,-3,53.34,970,-5 +2013,3,8,12,30,215,208,11,3.1,-2,52.17,960,-4 +2013,3,8,13,30,243,227,26,3,-2,54.300000000000004,960,-3 +2013,3,8,14,30,273,226,92,2.9000000000000004,-2,59.33,960,-3 +2013,3,8,15,30,239,168,177,2.7,-2,66.56,960,-3 +2013,3,8,16,30,63,63,0,1.9000000000000001,-2,75.26,960,-3 +2013,3,8,17,30,14,14,0,1.1,-3,84.85000000000001,960,-3 +2013,3,8,18,30,0,0,0,1,-4,94.88,960,-4 +2013,3,8,19,30,0,0,0,1,-4,104.96000000000001,960,-5 +2013,3,8,20,30,0,0,0,1,-5,114.67,960,-6 +2013,3,8,21,30,0,0,0,1.3,-4,123.52,960,-6 +2013,3,8,22,30,0,0,0,1.5,-4,130.79,960,-5 +2013,3,8,23,30,0,0,0,1.5,-4,135.54,960,-5 +2013,3,9,0,30,0,0,0,1.5,-4,136.83,960,-4 +2013,3,9,1,30,0,0,0,1.9000000000000001,-3,134.36,960,-4 +2013,3,9,2,30,0,0,0,2.6,-3,128.69,960,-4 +2013,3,9,3,30,0,0,0,3,-3,120.82000000000001,960,-3 +2013,3,9,4,30,0,0,0,3.1,-3,111.62,960,-3 +2013,3,9,5,30,0,0,0,3.2,-3,101.72,960,-3 +2013,3,9,6,30,0,0,0,3.3000000000000003,-2,91.60000000000001,960,-3 +2013,3,9,7,30,26,26,0,3.4000000000000004,-2,81.63,960,-3 +2013,3,9,8,30,102,102,0,3.5,-1,72.22,950,-2 +2013,3,9,9,30,60,60,0,3.9000000000000004,0,63.870000000000005,950,-2 +2013,3,9,10,30,123,123,0,4.2,0,57.19,950,-1 +2013,3,9,11,30,118,118,0,3.8000000000000003,0,52.94,950,0 +2013,3,9,12,30,161,161,0,3,0,51.79,950,0 +2013,3,9,13,30,104,104,0,2.5,0,53.93,950,0 +2013,3,9,14,30,158,157,1,2.1,0,59,950,0 +2013,3,9,15,30,109,109,0,1.7000000000000002,0,66.26,950,0 +2013,3,9,16,30,70,70,0,1.2000000000000002,0,74.99,950,0 +2013,3,9,17,30,17,17,0,0.6000000000000001,0,84.60000000000001,950,0 +2013,3,9,18,30,0,0,0,0.2,0,94.64,950,0 +2013,3,9,19,30,0,0,0,0.4,0,104.71000000000001,950,-1 +2013,3,9,20,30,0,0,0,0.9,-1,114.41,950,-2 +2013,3,9,21,30,0,0,0,1.3,-2,123.23,950,-3 +2013,3,9,22,30,0,0,0,2,-2,130.46,950,-3 +2013,3,9,23,30,0,0,0,2.9000000000000004,-2,135.17000000000002,950,-2 +2013,3,10,0,30,0,0,0,3.9000000000000004,-2,136.44,950,-2 +2013,3,10,1,30,0,0,0,4.3,-2,133.97,950,-2 +2013,3,10,2,30,0,0,0,4,-2,128.31,950,-3 +2013,3,10,3,30,0,0,0,3.9000000000000004,-3,120.46000000000001,950,-3 +2013,3,10,4,30,0,0,0,4,-3,111.28,950,-4 +2013,3,10,5,30,0,0,0,4.3,-3,101.39,950,-4 +2013,3,10,6,30,0,0,0,4.6000000000000005,-3,91.26,950,-4 +2013,3,10,7,30,23,23,0,4.9,-3,81.29,960,-4 +2013,3,10,8,30,95,95,0,5.5,-3,71.87,960,-4 +2013,3,10,9,30,105,105,0,5.6000000000000005,-2,63.5,960,-4 +2013,3,10,10,30,286,243,79,4.800000000000001,-2,56.800000000000004,960,-4 +2013,3,10,11,30,314,273,66,4.5,-1,52.54,960,-3 +2013,3,10,12,30,211,205,10,4.9,-1,51.4,960,-3 +2013,3,10,13,30,307,265,71,5.2,-2,53.57,960,-3 +2013,3,10,14,30,309,236,141,5,-2,58.67,960,-4 +2013,3,10,15,30,247,173,182,4.3,-2,65.97,960,-4 +2013,3,10,16,30,162,97,244,3.5,-3,74.72,960,-4 +2013,3,10,17,30,47,36,108,3.2,-4,84.35000000000001,960,-5 +2013,3,10,18,30,0,0,0,3.1,-5,94.39,960,-6 +2013,3,10,19,30,0,0,0,2.8000000000000003,-5,104.46000000000001,960,-7 +2013,3,10,20,30,0,0,0,2.3000000000000003,-6,114.14,960,-7 +2013,3,10,21,30,0,0,0,2,-6,122.93,960,-8 +2013,3,10,22,30,0,0,0,1.9000000000000001,-7,130.13,960,-9 +2013,3,10,23,30,0,0,0,1.9000000000000001,-8,134.8,960,-9 +2013,3,11,0,30,0,0,0,1.9000000000000001,-8,136.04,960,-9 +2013,3,11,1,30,0,0,0,1.9000000000000001,-9,133.57,960,-11 +2013,3,11,2,30,0,0,0,1.9000000000000001,-10,127.94,950,-11 +2013,3,11,3,30,0,0,0,2,-11,120.10000000000001,950,-12 +2013,3,11,4,30,0,0,0,2.1,-11,110.93,950,-13 +2013,3,11,5,30,0,0,0,2,-12,101.05,950,-13 +2013,3,11,6,30,0,0,0,1.9000000000000001,-12,90.93,950,-14 +2013,3,11,7,30,129,56,467,2.5,-11,80.95,950,-14 +2013,3,11,8,30,132,123,29,3,-9,71.52,950,-11 +2013,3,11,9,30,229,197,71,3,-7,63.13,950,-10 +2013,3,11,10,30,331,255,138,3.3000000000000003,-5,56.410000000000004,950,-8 +2013,3,11,11,30,345,285,98,3.6,-4,52.15,950,-7 +2013,3,11,12,30,352,292,93,3.8000000000000003,-4,51.01,950,-7 +2013,3,11,13,30,249,233,26,3.8000000000000003,-4,53.21,950,-6 +2013,3,11,14,30,205,195,19,3.6,-4,58.35,950,-6 +2013,3,11,15,30,134,134,0,3.3000000000000003,-4,65.68,950,-7 +2013,3,11,16,30,155,103,194,2.7,-5,74.46000000000001,950,-7 +2013,3,11,17,30,72,44,274,2,-6,84.10000000000001,950,-7 +2013,3,11,18,30,0,0,0,1.7000000000000002,-7,94.15,950,-8 +2013,3,11,19,30,0,0,0,1.7000000000000002,-7,104.21000000000001,950,-8 +2013,3,11,20,30,0,0,0,1.6,-7,113.87,950,-9 +2013,3,11,21,30,0,0,0,1.5,-8,122.64,950,-9 +2013,3,11,22,30,0,0,0,1.5,-8,129.8,950,-9 +2013,3,11,23,30,0,0,0,1.4000000000000001,-8,134.43,950,-9 +2013,3,12,0,30,0,0,0,1.4000000000000001,-8,135.65,950,-9 +2013,3,12,1,30,0,0,0,1.4000000000000001,-9,133.17000000000002,950,-10 +2013,3,12,2,30,0,0,0,1.5,-10,127.56,950,-12 +2013,3,12,3,30,0,0,0,1.6,-11,119.74000000000001,950,-13 +2013,3,12,4,30,0,0,0,1.7000000000000002,-12,110.59,950,-13 +2013,3,12,5,30,0,0,0,1.9000000000000001,-12,100.72,950,-14 +2013,3,12,6,30,0,0,0,2.9000000000000004,-11,90.59,950,-14 +2013,3,12,7,30,68,59,56,4.3,-10,80.61,950,-13 +2013,3,12,8,30,249,95,477,5,-10,71.16,950,-12 +2013,3,12,9,30,401,114,628,5.1000000000000005,-10,62.75,950,-12 +2013,3,12,10,30,496,159,602,5.300000000000001,-9,56.02,950,-12 +2013,3,12,11,30,539,208,533,5.4,-9,51.75,950,-11 +2013,3,12,12,30,554,216,532,5.5,-8,50.61,960,-11 +2013,3,12,13,30,502,234,444,5.6000000000000005,-8,52.84,960,-11 +2013,3,12,14,30,430,195,443,5.5,-8,58.02,960,-10 +2013,3,12,15,30,320,145,418,5.2,-8,65.38,960,-10 +2013,3,12,16,30,203,78,457,4.9,-8,74.19,960,-10 +2013,3,12,17,30,64,44,186,4.5,-8,83.85000000000001,960,-10 +2013,3,12,18,30,0,0,0,4,-8,93.9,960,-11 +2013,3,12,19,30,0,0,0,3.3000000000000003,-9,103.96000000000001,960,-11 +2013,3,12,20,30,0,0,0,2.7,-10,113.61,960,-11 +2013,3,12,21,30,0,0,0,2.4000000000000004,-10,122.34,960,-12 +2013,3,12,22,30,0,0,0,2.2,-11,129.46,960,-13 +2013,3,12,23,30,0,0,0,2,-12,134.05,960,-14 +2013,3,13,0,30,0,0,0,1.9000000000000001,-13,135.25,960,-15 +2013,3,13,1,30,0,0,0,1.8,-15,132.78,960,-16 +2013,3,13,2,30,0,0,0,1.8,-16,127.17,960,-18 +2013,3,13,3,30,0,0,0,1.7000000000000002,-17,119.38,960,-19 +2013,3,13,4,30,0,0,0,1.6,-18,110.24000000000001,960,-20 +2013,3,13,5,30,0,0,0,1.5,-19,100.38,960,-21 +2013,3,13,6,30,0,0,0,1.6,-18,90.25,970,-21 +2013,3,13,7,30,140,59,482,2,-16,80.27,970,-19 +2013,3,13,8,30,325,97,694,2.1,-13,70.81,970,-17 +2013,3,13,9,30,494,122,801,2.1,-10,62.38,970,-14 +2013,3,13,10,30,624,139,860,2.3000000000000003,-7,55.63,970,-11 +2013,3,13,11,30,703,147,890,2.8000000000000003,-5,51.35,970,-9 +2013,3,13,12,30,724,142,910,3.2,-4,50.22,970,-8 +2013,3,13,13,30,683,135,900,3.3000000000000003,-3,52.480000000000004,970,-7 +2013,3,13,14,30,587,120,873,3,-3,57.69,970,-6 +2013,3,13,15,30,442,100,811,2.3000000000000003,-3,65.09,970,-6 +2013,3,13,16,30,265,76,679,1.3,-4,73.92,970,-6 +2013,3,13,17,30,83,42,368,1,-5,83.60000000000001,970,-7 +2013,3,13,18,30,0,0,0,1,-6,93.66,970,-9 +2013,3,13,19,30,0,0,0,1,-6,103.71000000000001,960,-10 +2013,3,13,20,30,0,0,0,1,-6,113.34,960,-10 +2013,3,13,21,30,0,0,0,1.2000000000000002,-8,122.05,960,-11 +2013,3,13,22,30,0,0,0,1.3,-9,129.13,960,-12 +2013,3,13,23,30,0,0,0,1.4000000000000001,-10,133.68,960,-12 +2013,3,14,0,30,0,0,0,1.4000000000000001,-11,134.85,960,-13 +2013,3,14,1,30,0,0,0,1.4000000000000001,-12,132.38,960,-13 +2013,3,14,2,30,0,0,0,1.5,-12,126.79,960,-13 +2013,3,14,3,30,0,0,0,1.4000000000000001,-13,119.02,960,-14 +2013,3,14,4,30,0,0,0,1.3,-12,109.89,960,-14 +2013,3,14,5,30,0,0,0,1.3,-12,100.04,960,-14 +2013,3,14,6,30,0,0,0,1.5,-11,89.92,960,-13 +2013,3,14,7,30,140,61,452,2.4000000000000004,-9,79.92,960,-12 +2013,3,14,8,30,224,125,295,3,-7,70.45,960,-10 +2013,3,14,9,30,377,161,460,3.1,-5,62.01,960,-7 +2013,3,14,10,30,332,262,121,3.3000000000000003,-3,55.24,960,-5 +2013,3,14,11,30,312,276,57,3.5,-1,50.95,960,-3 +2013,3,14,12,30,385,306,122,3.7,-1,49.83,960,-2 +2013,3,14,13,30,308,270,61,3.8000000000000003,-1,52.120000000000005,960,-1 +2013,3,14,14,30,316,246,130,3.8000000000000003,0,57.370000000000005,960,-1 +2013,3,14,15,30,203,176,62,3.4000000000000004,0,64.8,960,-1 +2013,3,14,16,30,24,24,0,2.8000000000000003,0,73.66,960,-1 +2013,3,14,17,30,74,53,189,2.2,0,83.35000000000001,960,-1 +2013,3,14,18,30,0,0,0,2,-1,93.41,960,-1 +2013,3,14,19,30,0,0,0,2,-1,103.46000000000001,960,-2 +2013,3,14,20,30,0,0,0,2,-2,113.07000000000001,960,-3 +2013,3,14,21,30,0,0,0,2.1,-3,121.75,960,-3 +2013,3,14,22,30,0,0,0,2.1,-4,128.79,960,-5 +2013,3,14,23,30,0,0,0,2.1,-5,133.31,960,-6 +2013,3,15,0,30,0,0,0,2.2,-5,134.46,960,-6 +2013,3,15,1,30,0,0,0,2.3000000000000003,-6,131.98,960,-7 +2013,3,15,2,30,0,0,0,2.4000000000000004,-6,126.41,960,-7 +2013,3,15,3,30,0,0,0,2.5,-7,118.65,960,-8 +2013,3,15,4,30,0,0,0,2.8000000000000003,-7,109.55,960,-8 +2013,3,15,5,30,0,0,0,3.1,-8,99.7,960,-9 +2013,3,15,6,30,0,0,0,3.5,-8,89.58,960,-10 +2013,3,15,7,30,84,67,95,4,-9,79.58,960,-10 +2013,3,15,8,30,239,121,346,4.2,-9,70.10000000000001,960,-11 +2013,3,15,9,30,503,114,819,4.2,-9,61.63,960,-11 +2013,3,15,10,30,631,134,862,4.1000000000000005,-8,54.85,960,-11 +2013,3,15,11,30,481,284,309,3.9000000000000004,-8,50.54,960,-11 +2013,3,15,12,30,581,209,572,3.7,-8,49.44,960,-11 +2013,3,15,13,30,498,255,392,3.5,-8,51.75,960,-11 +2013,3,15,14,30,336,249,160,3.3000000000000003,-8,57.04,960,-11 +2013,3,15,15,30,172,162,23,3.1,-8,64.51,960,-11 +2013,3,15,16,30,147,114,117,2.8000000000000003,-9,73.4,960,-11 +2013,3,15,17,30,38,38,0,2.5,-9,83.10000000000001,960,-11 +2013,3,15,18,30,0,0,0,2.3000000000000003,-10,93.17,960,-12 +2013,3,15,19,30,0,0,0,2.1,-11,103.21000000000001,960,-12 +2013,3,15,20,30,0,0,0,2.1,-11,112.81,960,-13 +2013,3,15,21,30,0,0,0,2.1,-12,121.45,960,-14 +2013,3,15,22,30,0,0,0,1.8,-13,128.46,960,-14 +2013,3,15,23,30,0,0,0,1.7000000000000002,-13,132.93,960,-15 +2013,3,16,0,30,0,0,0,1.7000000000000002,-14,134.06,960,-16 +2013,3,16,1,30,0,0,0,1.7000000000000002,-14,131.58,960,-16 +2013,3,16,2,30,0,0,0,1.8,-15,126.02,960,-17 +2013,3,16,3,30,0,0,0,1.6,-15,118.29,960,-17 +2013,3,16,4,30,0,0,0,1.3,-17,109.2,960,-18 +2013,3,16,5,30,0,0,0,1.2000000000000002,-18,99.36,960,-20 +2013,3,16,6,30,0,0,0,1.3,-18,89.24,960,-21 +2013,3,16,7,30,164,58,569,1.9000000000000001,-17,79.23,960,-20 +2013,3,16,8,30,356,83,787,2.8000000000000003,-15,69.74,960,-18 +2013,3,16,9,30,526,100,886,3.7,-13,61.26,960,-16 +2013,3,16,10,30,655,114,931,4.4,-12,54.45,960,-15 +2013,3,16,11,30,581,193,605,5,-12,50.14,960,-15 +2013,3,16,12,30,537,272,403,5.4,-12,49.050000000000004,960,-14 +2013,3,16,13,30,560,189,593,5.6000000000000005,-12,51.39,960,-14 +2013,3,16,14,30,340,251,161,5.800000000000001,-12,56.72,960,-15 +2013,3,16,15,30,296,178,270,5.6000000000000005,-12,64.22,960,-15 +2013,3,16,16,30,41,41,0,5.1000000000000005,-13,73.13,960,-16 +2013,3,16,17,30,76,47,227,4.5,-13,82.85000000000001,960,-16 +2013,3,16,18,30,0,0,0,3.9000000000000004,-14,92.93,960,-17 +2013,3,16,19,30,0,0,0,3.2,-15,102.96000000000001,960,-18 +2013,3,16,20,30,0,0,0,2.4000000000000004,-16,112.54,960,-18 +2013,3,16,21,30,0,0,0,1.7000000000000002,-18,121.16,960,-20 +2013,3,16,22,30,0,0,0,1.5,-21,128.12,960,-23 +2013,3,16,23,30,0,0,0,1.5,-24,132.56,960,-25 +2013,3,17,0,30,0,0,0,1.5,-25,133.66,960,-26 +2013,3,17,1,30,0,0,0,1.4000000000000001,-25,131.18,960,-27 +2013,3,17,2,30,0,0,0,1.2000000000000002,-26,125.64,960,-28 +2013,3,17,3,30,0,0,0,1,-26,117.92,960,-28 +2013,3,17,4,30,0,0,0,1,-26,108.84,960,-29 +2013,3,17,5,30,0,0,0,1.2000000000000002,-26,99.02,960,-29 +2013,3,17,6,30,14,14,0,1.7000000000000002,-25,88.9,960,-29 +2013,3,17,7,30,173,59,595,2.7,-22,78.89,960,-27 +2013,3,17,8,30,362,89,774,3.2,-18,69.38,960,-23 +2013,3,17,9,30,528,118,841,3.7,-15,60.88,960,-19 +2013,3,17,10,30,653,139,875,4.4,-12,54.06,960,-16 +2013,3,17,11,30,580,202,583,4.6000000000000005,-10,49.74,960,-14 +2013,3,17,12,30,747,138,922,4.800000000000001,-9,48.660000000000004,960,-12 +2013,3,17,13,30,582,172,651,4.800000000000001,-8,51.03,960,-12 +2013,3,17,14,30,358,253,190,4.7,-8,56.39,960,-11 +2013,3,17,15,30,455,118,767,4.5,-8,63.93,960,-11 +2013,3,17,16,30,218,89,437,4,-8,72.87,960,-11 +2013,3,17,17,30,52,48,34,3.4000000000000004,-9,82.61,960,-11 +2013,3,17,18,30,0,0,0,3.4000000000000004,-10,92.68,960,-12 +2013,3,17,19,30,0,0,0,3.6,-10,102.71000000000001,950,-12 +2013,3,17,20,30,0,0,0,3.6,-10,112.27,950,-12 +2013,3,17,21,30,0,0,0,3.6,-9,120.86,950,-12 +2013,3,17,22,30,0,0,0,4.1000000000000005,-9,127.79,950,-11 +2013,3,17,23,30,0,0,0,5.1000000000000005,-8,132.19,950,-10 +2013,3,18,0,30,0,0,0,5.6000000000000005,-7,133.26,950,-9 +2013,3,18,1,30,0,0,0,5.5,-7,130.78,950,-9 +2013,3,18,2,30,0,0,0,5.4,-7,125.25,950,-9 +2013,3,18,3,30,0,0,0,5.5,-8,117.56,950,-9 +2013,3,18,4,30,0,0,0,5.6000000000000005,-8,108.49000000000001,950,-9 +2013,3,18,5,30,0,0,0,5.6000000000000005,-7,98.68,950,-9 +2013,3,18,6,30,2,2,0,5.6000000000000005,-7,88.56,940,-9 +2013,3,18,7,30,25,25,0,5.7,-6,78.54,940,-8 +2013,3,18,8,30,92,92,0,5.800000000000001,-5,69.02,940,-7 +2013,3,18,9,30,177,172,11,6.1000000000000005,-4,60.51,940,-6 +2013,3,18,10,30,287,255,53,6.1000000000000005,-4,53.67,940,-5 +2013,3,18,11,30,345,297,73,5.800000000000001,-3,49.34,940,-5 +2013,3,18,12,30,354,305,73,5.2,-3,48.26,940,-4 +2013,3,18,13,30,82,82,0,4.6000000000000005,-3,50.67,940,-4 +2013,3,18,14,30,89,89,0,4.2,-3,56.07,940,-5 +2013,3,18,15,30,85,85,0,3.7,-4,63.64,940,-6 +2013,3,18,16,30,92,92,0,3,-4,72.61,940,-6 +2013,3,18,17,30,43,43,0,2.3000000000000003,-5,82.36,940,-6 +2013,3,18,18,30,0,0,0,2.8000000000000003,-6,92.44,940,-7 +2013,3,18,19,30,0,0,0,4.5,-6,102.46000000000001,940,-7 +2013,3,18,20,30,0,0,0,6.1000000000000005,-6,112,940,-7 +2013,3,18,21,30,0,0,0,7.2,-8,120.56,940,-8 +2013,3,18,22,30,0,0,0,7.6000000000000005,-9,127.45,940,-10 +2013,3,18,23,30,0,0,0,7.4,-10,131.81,940,-12 +2013,3,19,0,30,0,0,0,7.300000000000001,-11,132.86,940,-12 +2013,3,19,1,30,0,0,0,7.300000000000001,-11,130.38,940,-12 +2013,3,19,2,30,0,0,0,7.300000000000001,-11,124.87,950,-13 +2013,3,19,3,30,0,0,0,7.2,-11,117.19,950,-13 +2013,3,19,4,30,0,0,0,7.1000000000000005,-11,108.14,950,-13 +2013,3,19,5,30,0,0,0,7,-12,98.33,950,-14 +2013,3,19,6,30,20,16,125,7,-13,88.22,950,-14 +2013,3,19,7,30,94,77,83,7,-13,78.19,950,-15 +2013,3,19,8,30,321,69,694,7,-12,68.66,950,-15 +2013,3,19,9,30,448,116,665,7.2,-11,60.13,950,-14 +2013,3,19,10,30,679,124,928,7.300000000000001,-10,53.27,950,-13 +2013,3,19,11,30,758,128,959,7.4,-10,48.94,950,-13 +2013,3,19,12,30,776,127,966,7.5,-10,47.870000000000005,950,-12 +2013,3,19,13,30,733,123,954,7.5,-10,50.31,950,-12 +2013,3,19,14,30,632,114,920,7.5,-10,55.75,950,-12 +2013,3,19,15,30,483,103,847,7.2,-10,63.36,960,-12 +2013,3,19,16,30,301,79,732,6.9,-10,72.35000000000001,960,-13 +2013,3,19,17,30,112,46,479,6.5,-10,82.11,960,-13 +2013,3,19,18,30,0,0,0,6.2,-11,92.2,960,-14 +2013,3,19,19,30,0,0,0,6,-12,102.21000000000001,960,-14 +2013,3,19,20,30,0,0,0,5.9,-12,111.73,960,-15 +2013,3,19,21,30,0,0,0,5.9,-12,120.26,960,-15 +2013,3,19,22,30,0,0,0,5.800000000000001,-13,127.11,960,-15 +2013,3,19,23,30,0,0,0,5.7,-13,131.44,960,-15 +2013,3,20,0,30,0,0,0,5.7,-13,132.47,960,-15 +2013,3,20,1,30,0,0,0,5.7,-13,129.98,960,-15 +2013,3,20,2,30,0,0,0,5.7,-14,124.48,960,-16 +2013,3,20,3,30,0,0,0,5.6000000000000005,-14,116.82000000000001,960,-16 +2013,3,20,4,30,0,0,0,5.5,-14,107.79,960,-16 +2013,3,20,5,30,0,0,0,5.4,-15,97.99000000000001,960,-17 +2013,3,20,6,30,22,18,99,5.300000000000001,-15,87.88,960,-17 +2013,3,20,7,30,183,74,516,5.4,-14,77.85000000000001,960,-17 +2013,3,20,8,30,309,93,583,5.6000000000000005,-14,68.3,960,-17 +2013,3,20,9,30,544,126,828,5.6000000000000005,-13,59.75,960,-16 +2013,3,20,10,30,518,204,519,5.4,-12,52.88,960,-15 +2013,3,20,11,30,755,133,939,5.300000000000001,-11,48.53,960,-15 +2013,3,20,12,30,505,312,286,5.2,-11,47.480000000000004,960,-14 +2013,3,20,13,30,520,268,391,5.1000000000000005,-11,49.95,960,-14 +2013,3,20,14,30,422,243,315,4.800000000000001,-10,55.43,960,-13 +2013,3,20,15,30,238,195,95,4.3,-10,63.07,960,-13 +2013,3,20,16,30,217,103,370,3.5,-10,72.09,960,-13 +2013,3,20,17,30,68,54,99,2.5,-11,81.87,960,-13 +2013,3,20,18,30,0,0,0,1.9000000000000001,-12,91.96000000000001,960,-13 +2013,3,20,19,30,0,0,0,1.6,-13,101.96000000000001,960,-15 +2013,3,20,20,30,0,0,0,1.4000000000000001,-14,111.46000000000001,960,-16 +2013,3,20,21,30,0,0,0,1.4000000000000001,-14,119.96000000000001,960,-16 +2013,3,20,22,30,0,0,0,1.4000000000000001,-15,126.78,960,-17 +2013,3,20,23,30,0,0,0,1.4000000000000001,-16,131.06,960,-18 +2013,3,21,0,30,0,0,0,1.5,-18,132.07,960,-19 +2013,3,21,1,30,0,0,0,1.6,-19,129.58,960,-20 +2013,3,21,2,30,0,0,0,1.6,-20,124.09,960,-21 +2013,3,21,3,30,0,0,0,1.6,-20,116.45,960,-22 +2013,3,21,4,30,0,0,0,1.6,-21,107.44,960,-22 +2013,3,21,5,30,0,0,0,1.5,-20,97.65,960,-22 +2013,3,21,6,30,17,17,0,1.7000000000000002,-18,87.54,960,-22 +2013,3,21,7,30,121,85,165,2.3000000000000003,-15,77.5,960,-18 +2013,3,21,8,30,239,151,236,2.8000000000000003,-11,67.95,960,-15 +2013,3,21,9,30,451,128,633,3,-9,59.38,960,-12 +2013,3,21,10,30,683,132,905,2.9000000000000004,-8,52.49,960,-11 +2013,3,21,11,30,760,147,918,2.8000000000000003,-6,48.13,960,-10 +2013,3,21,12,30,779,155,917,2.8000000000000003,-6,47.09,960,-9 +2013,3,21,13,30,738,150,907,2.9000000000000004,-6,49.59,960,-8 +2013,3,21,14,30,638,137,875,3,-6,55.11,960,-8 +2013,3,21,15,30,490,118,813,2.8000000000000003,-6,62.79,960,-8 +2013,3,21,16,30,308,91,694,2,-6,71.83,960,-8 +2013,3,21,17,30,118,53,445,1.4000000000000001,-9,81.62,960,-9 +2013,3,21,18,30,0,0,0,1.6,-12,91.72,960,-12 +2013,3,21,19,30,0,0,0,1.7000000000000002,-13,101.71000000000001,960,-14 +2013,3,21,20,30,0,0,0,1.7000000000000002,-14,111.19,960,-15 +2013,3,21,21,30,0,0,0,1.7000000000000002,-14,119.66,960,-16 +2013,3,21,22,30,0,0,0,1.7000000000000002,-15,126.44,960,-16 +2013,3,21,23,30,0,0,0,1.7000000000000002,-15,130.69,960,-16 +2013,3,22,0,30,0,0,0,1.7000000000000002,-15,131.67000000000002,960,-17 +2013,3,22,1,30,0,0,0,1.6,-16,129.18,960,-17 +2013,3,22,2,30,0,0,0,1.5,-16,123.71000000000001,960,-18 +2013,3,22,3,30,0,0,0,1.5,-17,116.08,960,-18 +2013,3,22,4,30,0,0,0,1.5,-17,107.08,960,-18 +2013,3,22,5,30,0,0,0,1.5,-17,97.3,960,-19 +2013,3,22,6,30,23,23,0,1.4000000000000001,-16,87.19,960,-19 +2013,3,22,7,30,114,84,136,1.8,-13,77.15,960,-17 +2013,3,22,8,30,284,131,401,2,-9,67.59,960,-13 +2013,3,22,9,30,356,222,259,1.8,-6,59,960,-10 +2013,3,22,10,30,439,280,258,2,-3,52.09,960,-7 +2013,3,22,11,30,586,236,519,2,-2,47.730000000000004,960,-5 +2013,3,22,12,30,627,216,598,1.9000000000000001,-1,46.7,960,-4 +2013,3,22,13,30,474,302,262,1.6,-1,49.230000000000004,960,-3 +2013,3,22,14,30,527,146,661,1.2000000000000002,-1,54.79,960,-3 +2013,3,22,15,30,313,193,259,1.2000000000000002,0,62.51,960,-3 +2013,3,22,16,30,308,81,719,1.1,0,71.57000000000001,960,-3 +2013,3,22,17,30,121,49,478,0.9,-2,81.38,960,-2 +2013,3,22,18,30,0,0,0,1.1,-4,91.47,960,-4 +2013,3,22,19,30,0,0,0,1.2000000000000002,-5,101.46000000000001,960,-6 +2013,3,22,20,30,0,0,0,1.3,-6,110.93,960,-7 +2013,3,22,21,30,0,0,0,1.3,-7,119.37,960,-7 +2013,3,22,22,30,0,0,0,1.3,-7,126.10000000000001,960,-8 +2013,3,22,23,30,0,0,0,1.3,-7,130.31,960,-8 +2013,3,23,0,30,0,0,0,1.3,-8,131.27,960,-8 +2013,3,23,1,30,0,0,0,1.2000000000000002,-8,128.78,960,-8 +2013,3,23,2,30,0,0,0,1.2000000000000002,-8,123.32000000000001,960,-9 +2013,3,23,3,30,0,0,0,1.1,-8,115.71000000000001,960,-9 +2013,3,23,4,30,0,0,0,1,-8,106.73,960,-9 +2013,3,23,5,30,0,0,0,0.8,-8,96.96000000000001,960,-9 +2013,3,23,6,30,11,11,0,0.7000000000000001,-7,86.85000000000001,960,-9 +2013,3,23,7,30,116,87,130,1,-6,76.81,960,-8 +2013,3,23,8,30,248,156,237,1.3,-4,67.23,960,-6 +2013,3,23,9,30,435,173,502,1.2000000000000002,-2,58.63,960,-4 +2013,3,23,10,30,495,255,386,1.1,-1,51.7,960,-4 +2013,3,23,11,30,599,229,544,1,-1,47.33,960,-4 +2013,3,23,12,30,610,274,485,1,0,46.31,960,-4 +2013,3,23,13,30,555,251,462,1.2000000000000002,0,48.870000000000005,960,-3 +2013,3,23,14,30,412,259,263,1.4000000000000001,0,54.47,960,-3 +2013,3,23,15,30,238,199,83,1.7000000000000002,0,62.22,960,-3 +2013,3,23,16,30,110,110,2,1.7000000000000002,0,71.32000000000001,960,-3 +2013,3,23,17,30,56,54,13,1.3,-2,81.14,960,-3 +2013,3,23,18,30,0,0,0,1.1,-3,91.23,960,-4 +2013,3,23,19,30,0,0,0,1.2000000000000002,-4,101.21000000000001,960,-5 +2013,3,23,20,30,0,0,0,1.3,-5,110.66,960,-6 +2013,3,23,21,30,0,0,0,1.3,-5,119.07000000000001,960,-6 +2013,3,23,22,30,0,0,0,1.3,-5,125.77,960,-6 +2013,3,23,23,30,0,0,0,1.2000000000000002,-5,129.94,960,-6 +2013,3,24,0,30,0,0,0,1.2000000000000002,-5,130.87,960,-6 +2013,3,24,1,30,0,0,0,1.2000000000000002,-6,128.38,960,-7 +2013,3,24,2,30,0,0,0,1.2000000000000002,-6,122.94,960,-7 +2013,3,24,3,30,0,0,0,1.4000000000000001,-6,115.35000000000001,960,-7 +2013,3,24,4,30,0,0,0,1.4000000000000001,-6,106.38,960,-7 +2013,3,24,5,30,0,0,0,1.2000000000000002,-6,96.61,960,-7 +2013,3,24,6,30,19,19,0,1.4000000000000001,-5,86.51,960,-7 +2013,3,24,7,30,115,89,107,1.8,-4,76.46000000000001,960,-6 +2013,3,24,8,30,172,155,43,2.2,-3,66.87,960,-5 +2013,3,24,9,30,265,227,71,2.5,-3,58.25,960,-5 +2013,3,24,10,30,370,293,123,2.8000000000000003,-2,51.31,960,-4 +2013,3,24,11,30,419,328,132,2.8000000000000003,-2,46.93,960,-4 +2013,3,24,12,30,426,336,130,2.7,-2,45.92,960,-4 +2013,3,24,13,30,402,316,130,2.8000000000000003,-2,48.51,960,-4 +2013,3,24,14,30,344,270,126,3,-2,54.160000000000004,960,-4 +2013,3,24,15,30,317,198,251,3,-2,61.940000000000005,960,-4 +2013,3,24,16,30,234,107,393,2.8000000000000003,-2,71.06,960,-4 +2013,3,24,17,30,93,68,158,2.4000000000000004,-3,80.9,960,-4 +2013,3,24,18,30,0,0,0,2.1,-4,90.99,960,-5 +2013,3,24,19,30,0,0,0,2,-5,100.96000000000001,960,-6 +2013,3,24,20,30,0,0,0,1.9000000000000001,-6,110.39,960,-7 +2013,3,24,21,30,0,0,0,1.9000000000000001,-7,118.77,960,-7 +2013,3,24,22,30,0,0,0,1.9000000000000001,-7,125.43,960,-8 +2013,3,24,23,30,0,0,0,1.9000000000000001,-8,129.56,960,-9 +2013,3,25,0,30,0,0,0,1.9000000000000001,-9,130.48,960,-10 +2013,3,25,1,30,0,0,0,2,-9,127.98,960,-10 +2013,3,25,2,30,0,0,0,2.1,-10,122.55,960,-11 +2013,3,25,3,30,0,0,0,2.1,-10,114.98,960,-11 +2013,3,25,4,30,0,0,0,2.1,-10,106.02,960,-11 +2013,3,25,5,30,0,0,0,2.2,-10,96.27,960,-11 +2013,3,25,6,30,31,26,75,2.8000000000000003,-9,86.17,960,-11 +2013,3,25,7,30,181,61,497,3.7,-7,76.12,960,-9 +2013,3,25,8,30,331,108,558,4.1000000000000005,-5,66.52,960,-7 +2013,3,25,9,30,466,144,605,4.4,-3,57.88,960,-6 +2013,3,25,10,30,585,166,663,4.5,-2,50.92,960,-5 +2013,3,25,11,30,596,246,508,4.5,-1,46.53,960,-4 +2013,3,25,12,30,675,182,704,4.6000000000000005,-1,45.53,960,-3 +2013,3,25,13,30,750,125,936,4.6000000000000005,-1,48.160000000000004,960,-3 +2013,3,25,14,30,456,245,358,4.5,-1,53.84,960,-3 +2013,3,25,15,30,282,208,155,4.1000000000000005,-1,61.67,960,-3 +2013,3,25,16,30,135,125,32,3.5,-1,70.81,960,-3 +2013,3,25,17,30,41,41,0,2.9000000000000004,-1,80.65,960,-3 +2013,3,25,18,30,0,0,0,2.4000000000000004,-2,90.75,960,-3 +2013,3,25,19,30,0,0,0,2,-3,100.71000000000001,960,-4 +2013,3,25,20,30,0,0,0,1.7000000000000002,-4,110.12,960,-5 +2013,3,25,21,30,0,0,0,1.5,-5,118.47,960,-6 +2013,3,25,22,30,0,0,0,1.5,-6,125.09,960,-7 +2013,3,25,23,30,0,0,0,1.4000000000000001,-6,129.19,960,-7 +2013,3,26,0,30,0,0,0,1.4000000000000001,-6,130.08,960,-7 +2013,3,26,1,30,0,0,0,1.4000000000000001,-7,127.58,960,-8 +2013,3,26,2,30,0,0,0,1.4000000000000001,-7,122.16,960,-8 +2013,3,26,3,30,0,0,0,1.4000000000000001,-8,114.61,960,-9 +2013,3,26,4,30,0,0,0,1.4000000000000001,-8,105.67,970,-9 +2013,3,26,5,30,0,0,0,1.4000000000000001,-9,95.93,970,-10 +2013,3,26,6,30,10,10,0,1.6,-8,85.83,970,-10 +2013,3,26,7,30,95,89,22,2.2,-5,75.77,970,-8 +2013,3,26,8,30,246,172,183,2.7,-3,66.16,970,-5 +2013,3,26,9,30,420,207,395,2.8000000000000003,-1,57.51,970,-3 +2013,3,26,10,30,267,249,28,2.7,0,50.53,970,-2 +2013,3,26,11,30,340,303,52,2.6,0,46.13,970,-2 +2013,3,26,12,30,265,252,18,2.4000000000000004,0,45.15,970,-2 +2013,3,26,13,30,282,263,28,2.4000000000000004,0,47.81,970,-2 +2013,3,26,14,30,358,275,138,2.3000000000000003,0,53.53,970,-2 +2013,3,26,15,30,207,190,37,2.2,0,61.39,970,-2 +2013,3,26,16,30,121,117,9,2,0,70.55,970,-1 +2013,3,26,17,30,50,50,0,1.6,-1,80.41,970,-1 +2013,3,26,18,30,0,0,0,1.2000000000000002,-3,90.51,970,-2 +2013,3,26,19,30,0,0,0,1.3,-4,100.46000000000001,970,-5 +2013,3,26,20,30,0,0,0,1.4000000000000001,-5,109.85000000000001,970,-6 +2013,3,26,21,30,0,0,0,1.5,-6,118.17,970,-7 +2013,3,26,22,30,0,0,0,1.5,-6,124.75,970,-7 +2013,3,26,23,30,0,0,0,1.4000000000000001,-7,128.82,970,-7 +2013,3,27,0,30,0,0,0,1.2000000000000002,-7,129.69,970,-7 +2013,3,27,1,30,0,0,0,1.1,-6,127.19,970,-7 +2013,3,27,2,30,0,0,0,1,-6,121.78,970,-7 +2013,3,27,3,30,0,0,0,1,-6,114.24000000000001,970,-7 +2013,3,27,4,30,0,0,0,1,-6,105.32000000000001,970,-7 +2013,3,27,5,30,0,0,0,1.1,-6,95.58,970,-7 +2013,3,27,6,30,11,11,0,1.1,-5,85.49,970,-7 +2013,3,27,7,30,95,90,17,1.5,-3,75.43,970,-5 +2013,3,27,8,30,251,171,195,1.7000000000000002,-1,65.8,970,-3 +2013,3,27,9,30,408,221,345,1.5,0,57.14,970,-1 +2013,3,27,10,30,497,291,321,1.4000000000000001,0,50.14,970,-1 +2013,3,27,11,30,461,338,177,1.4000000000000001,0,45.730000000000004,970,0 +2013,3,27,12,30,623,251,524,1.4000000000000001,0,44.76,970,0 +2013,3,27,13,30,670,135,790,1.4000000000000001,0,47.45,970,0 +2013,3,27,14,30,525,181,575,1.3,0,53.22,970,0 +2013,3,27,15,30,513,104,846,1,0,61.11,970,0 +2013,3,27,16,30,333,82,743,0.9,0,70.3,970,0 +2013,3,27,17,30,142,52,526,0.9,0,80.17,970,0 +2013,3,27,18,30,0,0,0,1,-1,90.27,970,-1 +2013,3,27,19,30,0,0,0,1.2000000000000002,-2,100.22,970,-4 +2013,3,27,20,30,0,0,0,1.3,-3,109.58,970,-4 +2013,3,27,21,30,0,0,0,1.4000000000000001,-4,117.87,970,-5 +2013,3,27,22,30,0,0,0,1.4000000000000001,-5,124.42,970,-5 +2013,3,27,23,30,0,0,0,1.4000000000000001,-6,128.45,970,-6 +2013,3,28,0,30,0,0,0,1.2000000000000002,-7,129.29,970,-7 +2013,3,28,1,30,0,0,0,1.1,-7,126.79,970,-8 +2013,3,28,2,30,0,0,0,1,-7,121.39,970,-8 +2013,3,28,3,30,0,0,0,0.9,-7,113.88,970,-8 +2013,3,28,4,30,0,0,0,0.8,-8,104.97,970,-9 +2013,3,28,5,30,0,0,0,0.8,-7,95.24,970,-9 +2013,3,28,6,30,56,34,262,1,-6,85.15,970,-8 +2013,3,28,7,30,234,79,601,1.2000000000000002,-4,75.09,970,-6 +2013,3,28,8,30,424,108,759,1,-2,65.45,970,-4 +2013,3,28,9,30,592,127,848,0.5,-1,56.76,970,-2 +2013,3,28,10,30,719,139,897,0.2,0,49.75,970,-1 +2013,3,28,11,30,793,149,916,0.1,0,45.33,970,-1 +2013,3,28,12,30,811,140,938,0.1,0,44.38,970,-1 +2013,3,28,13,30,765,138,921,0.2,0,47.1,970,0 +2013,3,28,14,30,664,129,887,0.30000000000000004,0,52.910000000000004,970,0 +2013,3,28,15,30,515,113,824,0.4,0,60.84,970,0 +2013,3,28,16,30,333,91,710,0.5,0,70.05,970,0 +2013,3,28,17,30,142,58,481,0.7000000000000001,0,79.94,970,0 +2013,3,28,18,30,0,0,0,1,-1,90.03,970,-1 +2013,3,28,19,30,0,0,0,1.2000000000000002,-2,99.97,970,-4 +2013,3,28,20,30,0,0,0,1.3,-3,109.31,970,-6 +2013,3,28,21,30,0,0,0,1.4000000000000001,-4,117.57000000000001,970,-7 +2013,3,28,22,30,0,0,0,1.5,-5,124.08,970,-9 +2013,3,28,23,30,0,0,0,1.5,-5,128.07,970,-10 +2013,3,29,0,30,0,0,0,1.5,-6,128.9,970,-11 +2013,3,29,1,30,0,0,0,1.6,-7,126.39,970,-12 +2013,3,29,2,30,0,0,0,1.5,-8,121.01,970,-13 +2013,3,29,3,30,0,0,0,1.4000000000000001,-8,113.51,970,-13 +2013,3,29,4,30,0,0,0,1.3,-8,104.62,970,-13 +2013,3,29,5,30,0,0,0,1.2000000000000002,-8,94.9,970,-13 +2013,3,29,6,30,32,31,16,1.1,-7,84.81,970,-13 +2013,3,29,7,30,133,110,89,1.2000000000000002,-5,74.74,970,-11 +2013,3,29,8,30,344,124,523,1.5,-2,65.1,970,-7 +2013,3,29,9,30,477,165,564,1.9000000000000001,0,56.4,960,-4 +2013,3,29,10,30,713,166,839,2,0,49.36,960,-2 +2013,3,29,11,30,787,178,859,1.9000000000000001,0,44.94,960,-1 +2013,3,29,12,30,797,200,830,1.5,0,43.99,960,0 +2013,3,29,13,30,750,200,801,1.3,0,46.75,960,0 +2013,3,29,14,30,646,189,751,1.2000000000000002,0,52.6,960,0 +2013,3,29,15,30,496,165,673,1.2000000000000002,1,60.56,960,0 +2013,3,29,16,30,251,115,391,1.1,1,69.8,960,0 +2013,3,29,17,30,132,75,316,1.1,1,79.7,960,0 +2013,3,29,18,30,0,0,0,1.2000000000000002,0,89.8,960,0 +2013,3,29,19,30,0,0,0,1.4000000000000001,-1,99.72,960,-1 +2013,3,29,20,30,0,0,0,1.6,-2,109.04,960,-2 +2013,3,29,21,30,0,0,0,1.7000000000000002,-2,117.27,960,-3 +2013,3,29,22,30,0,0,0,1.7000000000000002,-1,123.74000000000001,960,-2 +2013,3,29,23,30,0,0,0,1.7000000000000002,0,127.7,960,-1 +2013,3,30,0,30,0,0,0,1.8,0,128.5,960,0 +2013,3,30,1,30,0,0,0,1.6,0,126,960,0 +2013,3,30,2,30,0,0,0,1.4000000000000001,0,120.63,960,0 +2013,3,30,3,30,0,0,0,1.2000000000000002,0,113.14,960,0 +2013,3,30,4,30,0,0,0,1,0,104.27,950,0 +2013,3,30,5,30,0,0,0,1,0,94.56,950,0 +2013,3,30,6,30,57,43,152,1.1,0,84.48,950,0 +2013,3,30,7,30,232,102,484,1.2000000000000002,0,74.4,950,0 +2013,3,30,8,30,423,133,678,1.5,0,64.75,950,0 +2013,3,30,9,30,592,155,780,1.9000000000000001,0,56.03,950,0 +2013,3,30,10,30,720,165,846,2.2,0,48.97,950,0 +2013,3,30,11,30,796,165,885,2.3000000000000003,0,44.54,950,0 +2013,3,30,12,30,809,168,885,2.4000000000000004,1,43.61,950,0 +2013,3,30,13,30,760,167,860,2.6,1,46.4,950,0 +2013,3,30,14,30,657,159,814,2.9000000000000004,2,52.29,950,0 +2013,3,30,15,30,510,140,746,2.7,3,60.29,950,0 +2013,3,30,16,30,331,112,627,1.9000000000000001,2,69.55,950,0 +2013,3,30,17,30,143,71,393,1.5,0,79.46000000000001,950,0 +2013,3,30,18,30,0,0,0,1.6,-1,89.56,950,-1 +2013,3,30,19,30,0,0,0,1.7000000000000002,-2,99.47,950,-2 +2013,3,30,20,30,0,0,0,1.7000000000000002,-2,108.78,950,-3 +2013,3,30,21,30,0,0,0,1.6,-2,116.97,950,-2 +2013,3,30,22,30,0,0,0,1.5,-2,123.41,950,-2 +2013,3,30,23,30,0,0,0,1.4000000000000001,-2,127.33,950,-2 +2013,3,31,0,30,0,0,0,1.5,-2,128.11,950,-2 +2013,3,31,1,30,0,0,0,2,-2,125.60000000000001,950,-2 +2013,3,31,2,30,0,0,0,2.6,-2,120.25,950,-2 +2013,3,31,3,30,0,0,0,3,-2,112.78,950,-2 +2013,3,31,4,30,0,0,0,3.1,-3,103.92,950,-3 +2013,3,31,5,30,0,0,0,3.5,-3,94.22,950,-4 +2013,3,31,6,30,70,42,273,4.7,-3,84.14,950,-4 +2013,3,31,7,30,94,94,1,6,-3,74.07000000000001,950,-4 +2013,3,31,8,30,220,182,86,6.7,-2,64.4,950,-5 +2013,3,31,9,30,323,257,116,7,-2,55.660000000000004,950,-5 +2013,3,31,10,30,646,141,764,7.1000000000000005,-2,48.59,950,-6 +2013,3,31,11,30,696,185,711,7.1000000000000005,-2,44.15,950,-7 +2013,3,31,12,30,639,266,512,7.1000000000000005,-2,43.230000000000004,950,-7 +2013,3,31,13,30,376,321,79,6.9,-2,46.06,950,-8 +2013,3,31,14,30,476,261,348,6.6000000000000005,-3,51.99,950,-8 +2013,3,31,15,30,443,119,649,6.300000000000001,-3,60.02,950,-8 +2013,3,31,16,30,241,130,315,5.7,-4,69.31,950,-9 +2013,3,31,17,30,94,72,119,4.800000000000001,-5,79.23,960,-9 +2013,3,31,18,30,0,0,0,4,-6,89.33,960,-9 +2013,3,31,19,30,0,0,0,3.7,-7,99.23,960,-10 +2013,3,31,20,30,0,0,0,3.4000000000000004,-8,108.51,960,-10 +2013,3,31,21,30,0,0,0,3.4000000000000004,-9,116.67,960,-11 +2013,3,31,22,30,0,0,0,3.4000000000000004,-9,123.07000000000001,960,-11 +2013,3,31,23,30,0,0,0,3,-9,126.96000000000001,960,-11 +2013,4,1,0,30,0,0,0,2.9000000000000004,-10,127.72,960,-12 +2013,4,1,1,30,0,0,0,3,-10,125.21000000000001,960,-12 +2013,4,1,2,30,0,0,0,3,-11,119.87,960,-13 +2013,4,1,3,30,0,0,0,2.8000000000000003,-11,112.42,960,-13 +2013,4,1,4,30,0,0,0,2.8000000000000003,-11,103.57000000000001,960,-13 +2013,4,1,5,30,0,0,0,3.3000000000000003,-11,93.89,960,-13 +2013,4,1,6,30,81,41,369,4.2,-10,83.81,960,-13 +2013,4,1,7,30,271,81,678,5.1000000000000005,-9,73.73,960,-13 +2013,4,1,8,30,466,109,816,5.4,-8,64.05,960,-13 +2013,4,1,9,30,635,129,889,5.5,-7,55.300000000000004,960,-12 +2013,4,1,10,30,762,142,929,5.5,-5,48.21,960,-11 +2013,4,1,11,30,834,150,946,5.6000000000000005,-4,43.75,960,-10 +2013,4,1,12,30,848,145,958,5.7,-3,42.85,960,-9 +2013,4,1,13,30,800,144,939,5.7,-2,45.71,960,-9 +2013,4,1,14,30,695,134,905,5.6000000000000005,-2,51.69,960,-8 +2013,4,1,15,30,544,117,847,5.4,-1,59.76,960,-7 +2013,4,1,16,30,360,92,750,4.7,-1,69.06,960,-7 +2013,4,1,17,30,165,60,554,3.7,-3,78.99,960,-7 +2013,4,1,18,30,0,0,0,3.3000000000000003,-4,89.09,960,-7 +2013,4,1,19,30,0,0,0,3.4000000000000004,-4,98.98,960,-7 +2013,4,1,20,30,0,0,0,3.3000000000000003,-4,108.24000000000001,960,-8 +2013,4,1,21,30,0,0,0,3.1,-5,116.37,960,-8 +2013,4,1,22,30,0,0,0,2.9000000000000004,-5,122.74000000000001,960,-8 +2013,4,1,23,30,0,0,0,2.7,-6,126.59,960,-9 +2013,4,2,0,30,0,0,0,2.7,-7,127.33,960,-9 +2013,4,2,1,30,0,0,0,2.5,-8,124.82000000000001,960,-10 +2013,4,2,2,30,0,0,0,2.4000000000000004,-9,119.49000000000001,960,-11 +2013,4,2,3,30,0,0,0,2.4000000000000004,-9,112.06,960,-11 +2013,4,2,4,30,0,0,0,2.3000000000000003,-9,103.22,960,-11 +2013,4,2,5,30,0,0,0,2.3000000000000003,-9,93.55,960,-10 +2013,4,2,6,30,48,39,82,2.7,-8,83.48,960,-10 +2013,4,2,7,30,269,90,628,3.4000000000000004,-6,73.39,960,-9 +2013,4,2,8,30,463,119,777,3.9000000000000004,-4,63.7,960,-8 +2013,4,2,9,30,637,122,896,4.3,-3,54.93,960,-8 +2013,4,2,10,30,766,133,941,4.5,-2,47.82,970,-8 +2013,4,2,11,30,841,140,963,4.6000000000000005,-1,43.36,970,-8 +2013,4,2,12,30,856,141,968,4.800000000000001,-1,42.47,970,-8 +2013,4,2,13,30,810,138,956,4.9,-1,45.37,970,-8 +2013,4,2,14,30,706,129,925,4.9,-1,51.38,970,-8 +2013,4,2,15,30,555,115,866,4.7,-2,59.49,970,-9 +2013,4,2,16,30,368,97,750,4.1000000000000005,-3,68.82000000000001,970,-9 +2013,4,2,17,30,169,66,526,3,-5,78.76,970,-9 +2013,4,2,18,30,13,12,43,2,-7,88.86,970,-10 +2013,4,2,19,30,0,0,0,1.7000000000000002,-9,98.73,970,-11 +2013,4,2,20,30,0,0,0,1.5,-10,107.97,970,-11 +2013,4,2,21,30,0,0,0,1.5,-10,116.08,970,-12 +2013,4,2,22,30,0,0,0,1.4000000000000001,-10,122.4,970,-12 +2013,4,2,23,30,0,0,0,1.3,-10,126.23,970,-12 +2013,4,3,0,30,0,0,0,1.3,-10,126.95,970,-12 +2013,4,3,1,30,0,0,0,1.2000000000000002,-10,124.43,970,-12 +2013,4,3,2,30,0,0,0,1.1,-10,119.11,970,-12 +2013,4,3,3,30,0,0,0,1.2000000000000002,-10,111.7,970,-13 +2013,4,3,4,30,0,0,0,1.4000000000000001,-11,102.88,970,-14 +2013,4,3,5,30,0,0,0,1.7000000000000002,-11,93.21000000000001,970,-14 +2013,4,3,6,30,90,42,400,2.5,-8,83.15,970,-13 +2013,4,3,7,30,278,79,683,3.6,-4,73.06,970,-11 +2013,4,3,8,30,468,105,807,4.3,-2,63.36,970,-9 +2013,4,3,9,30,629,136,850,4.6000000000000005,0,54.57,970,-9 +2013,4,3,10,30,749,163,867,4.9,0,47.44,970,-8 +2013,4,3,11,30,737,147,806,5.1000000000000005,0,42.97,960,-7 +2013,4,3,12,30,738,167,769,5.1000000000000005,1,42.09,960,-6 +2013,4,3,13,30,672,193,677,5,1,45.03,960,-6 +2013,4,3,14,30,608,125,769,5.1000000000000005,2,51.09,960,-5 +2013,4,3,15,30,464,110,691,5.4,2,59.22,960,-5 +2013,4,3,16,30,343,132,578,5.300000000000001,2,68.58,960,-4 +2013,4,3,17,30,100,73,134,5.1000000000000005,1,78.53,960,-3 +2013,4,3,18,30,11,11,0,5.4,1,88.62,960,-3 +2013,4,3,19,30,0,0,0,5.5,0,98.49000000000001,960,-2 +2013,4,3,20,30,0,0,0,5.5,0,107.71000000000001,960,-2 +2013,4,3,21,30,0,0,0,5.4,0,115.78,950,-2 +2013,4,3,22,30,0,0,0,5,0,122.07000000000001,950,-1 +2013,4,3,23,30,0,0,0,3.9000000000000004,0,125.86,950,-1 +2013,4,4,0,30,0,0,0,2.6,-1,126.56,950,-1 +2013,4,4,1,30,0,0,0,1.9000000000000001,-2,124.05,950,-2 +2013,4,4,2,30,0,0,0,1.9000000000000001,-3,118.74000000000001,960,-2 +2013,4,4,3,30,0,0,0,2.1,-3,111.34,960,-3 +2013,4,4,4,30,0,0,0,2.4000000000000004,-3,102.53,960,-3 +2013,4,4,5,30,0,0,0,2.8000000000000003,-2,92.88,960,-3 +2013,4,4,6,30,46,42,25,3.3000000000000003,-1,82.82000000000001,960,-3 +2013,4,4,7,30,217,90,427,3.8000000000000003,0,72.73,960,-2 +2013,4,4,8,30,389,114,606,4.5,0,63.02,960,-2 +2013,4,4,9,30,550,125,727,5.2,1,54.21,960,-2 +2013,4,4,10,30,762,137,917,5.7,2,47.07,960,-2 +2013,4,4,11,30,835,147,934,5.9,3,42.58,960,-3 +2013,4,4,12,30,850,148,939,6,3,41.72,960,-3 +2013,4,4,13,30,804,146,925,6.1000000000000005,3,44.69,960,-3 +2013,4,4,14,30,702,134,899,6.2,2,50.79,960,-4 +2013,4,4,15,30,554,112,856,6,1,58.96,960,-4 +2013,4,4,16,30,371,93,752,5.5,0,68.33,960,-5 +2013,4,4,17,30,175,64,546,4.3,-1,78.29,960,-6 +2013,4,4,18,30,17,15,76,3.3000000000000003,-2,88.39,960,-6 +2013,4,4,19,30,0,0,0,2.8000000000000003,-3,98.24000000000001,960,-6 +2013,4,4,20,30,0,0,0,2.6,-4,107.44,960,-6 +2013,4,4,21,30,0,0,0,2.4000000000000004,-4,115.48,960,-6 +2013,4,4,22,30,0,0,0,2.2,-5,121.74000000000001,960,-6 +2013,4,4,23,30,0,0,0,1.9000000000000001,-5,125.5,960,-6 +2013,4,5,0,30,0,0,0,1.6,-6,126.18,960,-7 +2013,4,5,1,30,0,0,0,1.5,-7,123.66,960,-7 +2013,4,5,2,30,0,0,0,1.4000000000000001,-8,118.36,960,-8 +2013,4,5,3,30,0,0,0,1.3,-9,110.98,970,-8 +2013,4,5,4,30,0,0,0,1.3,-9,102.19,970,-9 +2013,4,5,5,30,0,0,0,1.6,-8,92.55,970,-9 +2013,4,5,6,30,100,48,396,1.6,-7,82.49,970,-10 +2013,4,5,7,30,291,82,690,1.2000000000000002,-4,72.4,960,-9 +2013,4,5,8,30,484,100,834,1.1,-2,62.67,960,-10 +2013,4,5,9,30,577,98,811,0.9,0,53.85,960,-10 +2013,4,5,10,30,686,127,814,0.8,1,46.69,960,-10 +2013,4,5,11,30,748,148,810,1.1,2,42.2,960,-9 +2013,4,5,12,30,693,250,589,1.6,3,41.35,960,-9 +2013,4,5,13,30,705,159,763,2,2,44.35,960,-8 +2013,4,5,14,30,524,251,428,2.2,2,50.49,960,-8 +2013,4,5,15,30,333,230,198,2,1,58.7,960,-7 +2013,4,5,16,30,277,124,410,1.9000000000000001,0,68.09,960,-5 +2013,4,5,17,30,67,67,0,2,0,78.06,960,-4 +2013,4,5,18,30,6,6,0,2.3000000000000003,0,88.16,960,-5 +2013,4,5,19,30,0,0,0,2.7,-1,98,960,-5 +2013,4,5,20,30,0,0,0,3,-1,107.17,960,-5 +2013,4,5,21,30,0,0,0,3.4000000000000004,-2,115.18,960,-5 +2013,4,5,22,30,0,0,0,3.6,-2,121.41,960,-5 +2013,4,5,23,30,0,0,0,3.9000000000000004,-3,125.13000000000001,960,-5 +2013,4,6,0,30,0,0,0,4,-2,125.79,960,-5 +2013,4,6,1,30,0,0,0,4,-2,123.28,950,-4 +2013,4,6,2,30,0,0,0,4.1000000000000005,-2,117.99000000000001,950,-3 +2013,4,6,3,30,0,0,0,4.1000000000000005,-2,110.62,950,-3 +2013,4,6,4,30,0,0,0,4,-2,101.85000000000001,950,-3 +2013,4,6,5,30,0,0,0,4.1000000000000005,-1,92.22,950,-2 +2013,4,6,6,30,14,14,0,4.2,-1,82.16,950,-2 +2013,4,6,7,30,125,115,31,4.2,0,72.07000000000001,950,-2 +2013,4,6,8,30,30,30,0,3.8000000000000003,0,62.34,950,-2 +2013,4,6,9,30,129,129,0,3.4000000000000004,0,53.5,950,-2 +2013,4,6,10,30,70,70,0,3.2,0,46.32,950,-1 +2013,4,6,11,30,159,156,3,2.9000000000000004,0,41.81,950,-1 +2013,4,6,12,30,88,88,0,2,1,40.97,950,-1 +2013,4,6,13,30,307,285,29,1.1,0,44.02,950,-1 +2013,4,6,14,30,180,177,4,1.2000000000000002,0,50.2,950,-1 +2013,4,6,15,30,239,214,46,2.1,0,58.44,950,-1 +2013,4,6,16,30,135,132,9,2.6,0,67.86,950,0 +2013,4,6,17,30,9,9,0,2.6,0,77.83,950,0 +2013,4,6,18,30,0,0,0,2.5,0,87.93,950,-1 +2013,4,6,19,30,0,0,0,2.7,-1,97.75,950,-1 +2013,4,6,20,30,0,0,0,3,-1,106.91,950,-2 +2013,4,6,21,30,0,0,0,3.2,-2,114.89,950,-2 +2013,4,6,22,30,0,0,0,3.2,-2,121.08,950,-2 +2013,4,6,23,30,0,0,0,3.1,-2,124.77,950,-2 +2013,4,7,0,30,0,0,0,3,-2,125.41,950,-3 +2013,4,7,1,30,0,0,0,2.8000000000000003,-2,122.9,950,-3 +2013,4,7,2,30,0,0,0,2.5,-2,117.62,950,-3 +2013,4,7,3,30,0,0,0,2,-3,110.27,950,-3 +2013,4,7,4,30,0,0,0,1.5,-3,101.51,950,-4 +2013,4,7,5,30,0,0,0,1.4000000000000001,-3,91.89,950,-4 +2013,4,7,6,30,107,47,423,1.7000000000000002,-2,81.84,950,-4 +2013,4,7,7,30,109,107,4,1.5,0,71.74,950,-2 +2013,4,7,8,30,158,155,5,0.9,0,62,950,-2 +2013,4,7,9,30,223,213,16,0.8,1,53.15,950,-2 +2013,4,7,10,30,468,345,176,1.2000000000000002,2,45.94,950,-2 +2013,4,7,11,30,411,351,79,1.7000000000000002,3,41.43,950,-1 +2013,4,7,12,30,384,341,56,2.1,3,40.61,950,-1 +2013,4,7,13,30,270,257,18,2.2,4,43.69,950,0 +2013,4,7,14,30,266,249,27,2.2,4,49.910000000000004,950,0 +2013,4,7,15,30,135,135,0,2.1,4,58.18,950,0 +2013,4,7,16,30,212,158,141,1.5,3,67.62,950,0 +2013,4,7,17,30,50,50,0,1,2,77.61,950,0 +2013,4,7,18,30,6,6,0,1,0,87.7,950,0 +2013,4,7,19,30,0,0,0,1.1,0,97.51,950,0 +2013,4,7,20,30,0,0,0,1.1,0,106.64,950,0 +2013,4,7,21,30,0,0,0,1.6,0,114.59,950,0 +2013,4,7,22,30,0,0,0,2.1,0,120.75,950,0 +2013,4,7,23,30,0,0,0,2,0,124.41,950,0 +2013,4,8,0,30,0,0,0,1.6,0,125.04,950,0 +2013,4,8,1,30,0,0,0,1.4000000000000001,0,122.52,950,-1 +2013,4,8,2,30,0,0,0,1.2000000000000002,-1,117.25,950,-1 +2013,4,8,3,30,0,0,0,1,-1,109.92,950,-1 +2013,4,8,4,30,0,0,0,1,-2,101.18,950,-2 +2013,4,8,5,30,0,0,0,1.4000000000000001,-1,91.57000000000001,950,-2 +2013,4,8,6,30,20,20,0,1.6,0,81.52,950,-1 +2013,4,8,7,30,73,73,0,1.6,0,71.42,950,0 +2013,4,8,8,30,160,157,6,1.8,2,61.67,950,0 +2013,4,8,9,30,198,193,8,2.2,3,52.800000000000004,950,1 +2013,4,8,10,30,341,305,52,2.3000000000000003,4,45.57,950,1 +2013,4,8,11,30,572,357,284,2.5,5,41.050000000000004,950,1 +2013,4,8,12,30,494,377,152,2.8000000000000003,5,40.24,950,1 +2013,4,8,13,30,377,330,64,3.3000000000000003,6,43.36,950,1 +2013,4,8,14,30,335,290,70,3.6,5,49.620000000000005,950,1 +2013,4,8,15,30,183,178,9,3.5,5,57.93,950,1 +2013,4,8,16,30,94,94,0,3,4,67.38,960,0 +2013,4,8,17,30,15,15,0,2.2,1,77.38,960,0 +2013,4,8,18,30,2,2,0,1.8,0,87.47,960,0 +2013,4,8,19,30,0,0,0,1.8,-1,97.27,960,-1 +2013,4,8,20,30,0,0,0,1.5,-1,106.38,960,-1 +2013,4,8,21,30,0,0,0,1.5,-1,114.3,960,-2 +2013,4,8,22,30,0,0,0,1.7000000000000002,-1,120.42,960,-2 +2013,4,8,23,30,0,0,0,2,-1,124.05,960,-2 +2013,4,9,0,30,0,0,0,2.3000000000000003,-1,124.66,960,-2 +2013,4,9,1,30,0,0,0,2.7,-2,122.14,960,-2 +2013,4,9,2,30,0,0,0,3.5,-2,116.89,960,-3 +2013,4,9,3,30,0,0,0,4.2,-3,109.57000000000001,960,-4 +2013,4,9,4,30,0,0,0,4.4,-3,100.84,960,-5 +2013,4,9,5,30,0,0,0,4.4,-3,91.24,960,-5 +2013,4,9,6,30,76,54,144,4.6000000000000005,-2,81.2,960,-6 +2013,4,9,7,30,182,129,164,4.800000000000001,-1,71.10000000000001,960,-5 +2013,4,9,8,30,403,138,551,4.7,0,61.34,960,-5 +2013,4,9,9,30,578,128,739,4.7,0,52.45,960,-5 +2013,4,9,10,30,683,167,732,4.7,1,45.21,960,-6 +2013,4,9,11,30,738,201,708,4.5,2,40.67,960,-6 +2013,4,9,12,30,746,209,699,4.5,2,39.87,960,-6 +2013,4,9,13,30,709,185,716,4.5,2,43.03,960,-6 +2013,4,9,14,30,651,109,830,4.3,2,49.33,960,-6 +2013,4,9,15,30,406,211,365,4,2,57.67,960,-6 +2013,4,9,16,30,263,148,297,3.3000000000000003,1,67.15,960,-6 +2013,4,9,17,30,112,83,131,2.2,0,77.15,960,-5 +2013,4,9,18,30,16,16,0,1.9000000000000001,0,87.24,960,-4 +2013,4,9,19,30,0,0,0,2.2,-1,97.03,970,-4 +2013,4,9,20,30,0,0,0,2.3000000000000003,-1,106.11,970,-4 +2013,4,9,21,30,0,0,0,2.2,-1,114.01,970,-4 +2013,4,9,22,30,0,0,0,2.1,-1,120.09,960,-4 +2013,4,9,23,30,0,0,0,1.8,-1,123.7,960,-4 +2013,4,10,0,30,0,0,0,1.6,-2,124.29,970,-4 +2013,4,10,1,30,0,0,0,1.5,-2,121.76,970,-4 +2013,4,10,2,30,0,0,0,1.9000000000000001,-2,116.53,970,-4 +2013,4,10,3,30,0,0,0,3,-2,109.22,960,-4 +2013,4,10,4,30,0,0,0,2.7,-3,100.51,960,-4 +2013,4,10,5,30,0,0,0,2.3000000000000003,-2,90.92,960,-4 +2013,4,10,6,30,75,56,120,3.2,-1,80.89,960,-4 +2013,4,10,7,30,229,112,354,4.1000000000000005,0,70.78,960,-5 +2013,4,10,8,30,447,86,744,4.2,0,61.01,960,-5 +2013,4,10,9,30,567,150,679,4,1,52.1,960,-5 +2013,4,10,10,30,697,153,767,4.2,2,44.84,960,-6 +2013,4,10,11,30,766,165,787,4.6000000000000005,2,40.300000000000004,960,-6 +2013,4,10,12,30,745,221,679,4.6000000000000005,3,39.51,960,-6 +2013,4,10,13,30,689,222,635,4,3,42.7,960,-6 +2013,4,10,14,30,575,210,556,3.2,4,49.050000000000004,960,-5 +2013,4,10,15,30,470,144,605,2.6,4,57.42,960,-5 +2013,4,10,16,30,250,157,238,1.9000000000000001,3,66.92,960,-4 +2013,4,10,17,30,25,25,0,1.5,1,76.93,960,-1 +2013,4,10,18,30,3,3,0,1.8,0,87.01,960,-2 +2013,4,10,19,30,0,0,0,2,0,96.79,960,-3 +2013,4,10,20,30,0,0,0,1.9000000000000001,-1,105.85000000000001,960,-3 +2013,4,10,21,30,0,0,0,1.9000000000000001,-2,113.71000000000001,960,-4 +2013,4,10,22,30,0,0,0,2.5,-2,119.77,960,-4 +2013,4,10,23,30,0,0,0,3.5,-2,123.34,960,-4 +2013,4,11,0,30,0,0,0,3.9000000000000004,-2,123.91,960,-5 +2013,4,11,1,30,0,0,0,4.1000000000000005,-3,121.39,960,-6 +2013,4,11,2,30,0,0,0,4.2,-3,116.17,960,-6 +2013,4,11,3,30,0,0,0,4.2,-3,108.88,960,-6 +2013,4,11,4,30,0,0,0,4.4,-3,100.18,960,-6 +2013,4,11,5,30,0,0,0,4.9,-3,90.60000000000001,960,-7 +2013,4,11,6,30,49,49,0,5.5,-2,80.57000000000001,960,-8 +2013,4,11,7,30,132,124,26,6,-2,70.46000000000001,960,-8 +2013,4,11,8,30,223,199,49,6.7,-1,60.68,960,-9 +2013,4,11,9,30,275,251,38,7.2,-1,51.76,960,-9 +2013,4,11,10,30,170,167,3,7.5,-1,44.480000000000004,960,-8 +2013,4,11,11,30,134,134,0,7.6000000000000005,-2,39.93,960,-8 +2013,4,11,12,30,279,266,16,7.4,-1,39.15,960,-8 +2013,4,11,13,30,371,329,56,7,0,42.38,950,-7 +2013,4,11,14,30,490,296,294,6.9,0,48.76,950,-6 +2013,4,11,15,30,240,218,40,6.9,0,57.17,950,-6 +2013,4,11,16,30,102,102,0,6.800000000000001,-1,66.68,950,-6 +2013,4,11,17,30,56,56,0,6.5,-1,76.7,950,-6 +2013,4,11,18,30,9,9,0,6.2,-2,86.78,950,-6 +2013,4,11,19,30,0,0,0,5.800000000000001,-2,96.55,950,-6 +2013,4,11,20,30,0,0,0,5.6000000000000005,-2,105.59,950,-5 +2013,4,11,21,30,0,0,0,5.5,-1,113.42,950,-5 +2013,4,11,22,30,0,0,0,5.4,-1,119.44,950,-4 +2013,4,11,23,30,0,0,0,5.4,-1,122.99000000000001,950,-4 +2013,4,12,0,30,0,0,0,5.300000000000001,-2,123.54,950,-4 +2013,4,12,1,30,0,0,0,5.300000000000001,-2,121.02,950,-4 +2013,4,12,2,30,0,0,0,5.2,-2,115.81,950,-4 +2013,4,12,3,30,0,0,0,5.1000000000000005,-2,108.54,950,-4 +2013,4,12,4,30,0,0,0,5,-2,99.86,950,-4 +2013,4,12,5,30,0,0,0,4.800000000000001,-3,90.28,950,-4 +2013,4,12,6,30,25,25,0,4.800000000000001,-3,80.26,950,-5 +2013,4,12,7,30,134,125,25,4.800000000000001,-3,70.15,950,-5 +2013,4,12,8,30,345,205,282,4.800000000000001,-2,60.36,950,-5 +2013,4,12,9,30,453,278,280,4.6000000000000005,-2,51.42,950,-6 +2013,4,12,10,30,555,325,320,4.3,-1,44.12,950,-6 +2013,4,12,11,30,638,334,394,3.9000000000000004,-1,39.56,950,-6 +2013,4,12,12,30,617,360,328,3.7,-1,38.79,950,-6 +2013,4,12,13,30,591,333,348,3.5,-1,42.06,950,-6 +2013,4,12,14,30,420,315,158,3.4000000000000004,-1,48.480000000000004,950,-5 +2013,4,12,15,30,442,197,448,3.3000000000000003,-1,56.92,950,-5 +2013,4,12,16,30,310,126,460,3,-1,66.45,950,-5 +2013,4,12,17,30,141,82,254,2.4000000000000004,-1,76.48,950,-5 +2013,4,12,18,30,25,22,47,1.8,-2,86.55,950,-5 +2013,4,12,19,30,0,0,0,1.7000000000000002,-3,96.31,950,-5 +2013,4,12,20,30,0,0,0,1.8,-4,105.33,950,-5 +2013,4,12,21,30,0,0,0,1.8,-4,113.13,950,-5 +2013,4,12,22,30,0,0,0,1.9000000000000001,-4,119.12,950,-6 +2013,4,12,23,30,0,0,0,1.9000000000000001,-5,122.64,950,-6 +2013,4,13,0,30,0,0,0,1.9000000000000001,-5,123.18,950,-7 +2013,4,13,1,30,0,0,0,1.9000000000000001,-5,120.66,950,-7 +2013,4,13,2,30,0,0,0,1.9000000000000001,-6,115.45,950,-7 +2013,4,13,3,30,0,0,0,1.9000000000000001,-6,108.2,950,-7 +2013,4,13,4,30,0,0,0,2,-6,99.53,950,-7 +2013,4,13,5,30,0,0,0,2.1,-5,89.97,950,-7 +2013,4,13,6,30,39,39,0,2.4000000000000004,-4,79.95,950,-6 +2013,4,13,7,30,118,116,3,2.7,-3,69.84,950,-5 +2013,4,13,8,30,260,216,88,2.7,-2,60.04,950,-5 +2013,4,13,9,30,354,289,104,2.8000000000000003,-1,51.09,950,-5 +2013,4,13,10,30,366,323,60,2.7,0,43.77,950,-5 +2013,4,13,11,30,492,383,141,2.5,0,39.19,950,-5 +2013,4,13,12,30,432,370,79,2.5,0,38.44,950,-5 +2013,4,13,13,30,446,361,114,2.5,0,41.74,950,-5 +2013,4,13,14,30,409,316,139,2.4000000000000004,1,48.21,950,-4 +2013,4,13,15,30,263,231,57,2.3000000000000003,0,56.67,950,-4 +2013,4,13,16,30,297,141,386,1.9000000000000001,0,66.23,950,-4 +2013,4,13,17,30,134,87,197,1.2000000000000002,0,76.26,950,-4 +2013,4,13,18,30,39,25,218,0.9,-1,86.33,950,-4 +2013,4,13,19,30,0,0,0,1,-2,96.07000000000001,950,-5 +2013,4,13,20,30,0,0,0,1,-3,105.07000000000001,960,-6 +2013,4,13,21,30,0,0,0,1,-3,112.84,960,-7 +2013,4,13,22,30,0,0,0,1,-4,118.8,960,-7 +2013,4,13,23,30,0,0,0,1.1,-5,122.29,960,-7 +2013,4,14,0,30,0,0,0,1.2000000000000002,-5,122.81,960,-7 +2013,4,14,1,30,0,0,0,1.2000000000000002,-6,120.29,960,-7 +2013,4,14,2,30,0,0,0,1.2000000000000002,-7,115.10000000000001,960,-7 +2013,4,14,3,30,0,0,0,1.3,-8,107.86,960,-8 +2013,4,14,4,30,0,0,0,1.4000000000000001,-8,99.21000000000001,960,-8 +2013,4,14,5,30,0,0,0,1.8,-6,89.66,960,-7 +2013,4,14,6,30,147,54,519,2.5,-3,79.65,960,-6 +2013,4,14,7,30,341,81,742,3,-1,69.54,950,-4 +2013,4,14,8,30,529,100,851,3.7,1,59.730000000000004,950,-2 +2013,4,14,9,30,601,139,730,4.2,2,50.76,950,-3 +2013,4,14,10,30,706,178,726,4.7,2,43.410000000000004,950,-3 +2013,4,14,11,30,670,304,468,5.2,3,38.82,950,-2 +2013,4,14,12,30,730,275,578,5.6000000000000005,2,38.09,950,-2 +2013,4,14,13,30,599,336,350,6,2,41.42,950,-2 +2013,4,14,14,30,635,167,698,6.300000000000001,1,47.93,950,-2 +2013,4,14,15,30,305,247,105,5.9,0,56.43,950,-2 +2013,4,14,16,30,44,44,0,5.6000000000000005,0,66,950,-2 +2013,4,14,17,30,89,85,14,6.1000000000000005,0,76.04,950,-2 +2013,4,14,18,30,16,16,0,6.6000000000000005,0,86.11,950,-2 +2013,4,14,19,30,0,0,0,7,-1,95.83,950,-2 +2013,4,14,20,30,0,0,0,7.2,0,104.81,950,-2 +2013,4,14,21,30,0,0,0,7.2,0,112.56,950,-2 +2013,4,14,22,30,0,0,0,7.6000000000000005,0,118.48,950,-2 +2013,4,14,23,30,0,0,0,8.1,0,121.94,940,-2 +2013,4,15,0,30,0,0,0,7.9,0,122.45,940,-2 +2013,4,15,1,30,0,0,0,7.2,0,119.93,940,-2 +2013,4,15,2,30,0,0,0,6.2,0,114.75,940,-1 +2013,4,15,3,30,0,0,0,5.5,0,107.53,940,-1 +2013,4,15,4,30,0,0,0,4.7,-1,98.89,940,-1 +2013,4,15,5,30,0,0,0,4.1000000000000005,0,89.36,940,-1 +2013,4,15,6,30,9,9,0,4,0,79.35000000000001,940,-1 +2013,4,15,7,30,43,43,0,4.1000000000000005,0,69.23,940,0 +2013,4,15,8,30,88,88,0,4.3,0,59.42,940,-1 +2013,4,15,9,30,254,239,23,4.3,0,50.43,940,-1 +2013,4,15,10,30,302,283,26,4.1000000000000005,0,43.07,940,-2 +2013,4,15,11,30,435,371,81,3.9000000000000004,1,38.46,940,-2 +2013,4,15,12,30,413,363,62,3.5,1,37.74,940,-2 +2013,4,15,13,30,309,290,25,2.9000000000000004,1,41.11,940,-1 +2013,4,15,14,30,223,215,11,2.6,2,47.660000000000004,940,-1 +2013,4,15,15,30,229,213,27,2.4000000000000004,2,56.19,950,-1 +2013,4,15,16,30,227,173,131,2.2,1,65.77,950,-1 +2013,4,15,17,30,104,92,52,1.9000000000000001,0,75.82000000000001,950,-1 +2013,4,15,18,30,20,20,0,1.9000000000000001,0,85.88,950,-1 +2013,4,15,19,30,0,0,0,2.2,-1,95.59,950,-2 +2013,4,15,20,30,0,0,0,2.4000000000000004,-1,104.55,950,-2 +2013,4,15,21,30,0,0,0,2.2,-1,112.27,950,-2 +2013,4,15,22,30,0,0,0,2,-1,118.16,950,-2 +2013,4,15,23,30,0,0,0,2.2,-2,121.60000000000001,950,-2 +2013,4,16,0,30,0,0,0,2.4000000000000004,-2,122.09,950,-2 +2013,4,16,1,30,0,0,0,2.5,-2,119.57000000000001,950,-2 +2013,4,16,2,30,0,0,0,2.5,-2,114.4,950,-2 +2013,4,16,3,30,0,0,0,2.4000000000000004,-2,107.2,960,-3 +2013,4,16,4,30,0,0,0,2.4000000000000004,-3,98.58,960,-3 +2013,4,16,5,30,0,0,0,2.6,-2,89.05,960,-3 +2013,4,16,6,30,54,54,0,3.2,-1,79.05,960,-3 +2013,4,16,7,30,241,133,302,3.6,0,68.93,960,-3 +2013,4,16,8,30,319,226,180,3.5,0,59.11,960,-3 +2013,4,16,9,30,277,256,33,3.3000000000000003,1,50.1,960,-2 +2013,4,16,10,30,462,356,144,3.1,1,42.72,960,-2 +2013,4,16,11,30,422,366,71,2.8000000000000003,2,38.1,960,-2 +2013,4,16,12,30,522,394,160,2.4000000000000004,3,37.39,960,-2 +2013,4,16,13,30,531,368,215,2.3000000000000003,3,40.800000000000004,960,-2 +2013,4,16,14,30,301,276,36,2.2,3,47.39,960,-2 +2013,4,16,15,30,247,225,39,1.8,3,55.94,960,-2 +2013,4,16,16,30,138,137,3,1.3,2,65.55,970,-2 +2013,4,16,17,30,48,48,0,0.9,1,75.60000000000001,970,-1 +2013,4,16,18,30,48,28,258,0.9,0,85.66,970,-1 +2013,4,16,19,30,0,0,0,1,0,95.36,970,-3 +2013,4,16,20,30,0,0,0,1.1,-1,104.29,970,-2 +2013,4,16,21,30,0,0,0,1.2000000000000002,-1,111.98,970,-2 +2013,4,16,22,30,0,0,0,1.2000000000000002,-1,117.85000000000001,970,-2 +2013,4,16,23,30,0,0,0,1.5,-1,121.26,970,-2 +2013,4,17,0,30,0,0,0,1.4000000000000001,-1,121.74000000000001,970,-1 +2013,4,17,1,30,0,0,0,1.5,-1,119.22,970,-1 +2013,4,17,2,30,0,0,0,1.9000000000000001,0,114.06,970,-1 +2013,4,17,3,30,0,0,0,2.2,0,106.87,970,-1 +2013,4,17,4,30,0,0,0,2.3000000000000003,0,98.27,970,-1 +2013,4,17,5,30,2,2,0,2.9000000000000004,0,88.75,970,-1 +2013,4,17,6,30,90,71,94,3.6,0,78.75,970,-1 +2013,4,17,7,30,90,90,0,4,0,68.64,970,-1 +2013,4,17,8,30,163,161,3,4.5,1,58.800000000000004,970,-1 +2013,4,17,9,30,315,278,56,4.7,1,49.78,970,-1 +2013,4,17,10,30,307,287,27,4.4,2,42.38,970,-1 +2013,4,17,11,30,311,293,22,4,2,37.75,970,-1 +2013,4,17,12,30,365,335,38,3.8000000000000003,2,37.050000000000004,970,-1 +2013,4,17,13,30,370,332,49,3.8000000000000003,3,40.49,970,-1 +2013,4,17,14,30,285,265,28,3.8000000000000003,3,47.12,960,-1 +2013,4,17,15,30,195,189,11,3.7,3,55.71,960,-1 +2013,4,17,16,30,211,173,90,3.1,2,65.33,960,-1 +2013,4,17,17,30,39,39,0,1.9000000000000001,1,75.38,960,-1 +2013,4,17,18,30,8,8,0,1.2000000000000002,0,85.44,960,-1 +2013,4,17,19,30,0,0,0,1.4000000000000001,-1,95.12,960,-1 +2013,4,17,20,30,0,0,0,1.5,-1,104.04,960,-1 +2013,4,17,21,30,0,0,0,2,-1,111.7,960,-1 +2013,4,17,22,30,0,0,0,2.3000000000000003,-1,117.53,960,-2 +2013,4,17,23,30,0,0,0,2.4000000000000004,-2,120.92,960,-2 +2013,4,18,0,30,0,0,0,2.4000000000000004,-2,121.38,960,-2 +2013,4,18,1,30,0,0,0,2.7,-2,118.86,960,-3 +2013,4,18,2,30,0,0,0,3.4000000000000004,-2,113.72,950,-3 +2013,4,18,3,30,0,0,0,3.4000000000000004,-2,106.55,950,-3 +2013,4,18,4,30,0,0,0,3.5,-2,97.96000000000001,950,-3 +2013,4,18,5,30,6,6,0,4.1000000000000005,-2,88.46000000000001,950,-3 +2013,4,18,6,30,75,70,21,4.800000000000001,-1,78.46000000000001,950,-3 +2013,4,18,7,30,97,97,0,5.1000000000000005,0,68.34,950,-3 +2013,4,18,8,30,349,226,235,5.4,0,58.5,950,-3 +2013,4,18,9,30,305,274,47,5.800000000000001,0,49.46,950,-2 +2013,4,18,10,30,442,358,113,6.2,0,42.04,950,-2 +2013,4,18,11,30,237,228,11,6,1,37.4,950,-2 +2013,4,18,12,30,396,356,50,5.5,1,36.7,950,-2 +2013,4,18,13,30,257,246,14,5.4,1,40.18,950,-1 +2013,4,18,14,30,195,191,6,5.9,1,46.85,950,-1 +2013,4,18,15,30,153,153,0,5.9,0,55.47,950,-1 +2013,4,18,16,30,52,52,0,5.300000000000001,0,65.11,950,-1 +2013,4,18,17,30,39,39,0,5.1000000000000005,0,75.17,950,-1 +2013,4,18,18,30,9,9,0,5.7,0,85.22,950,-1 +2013,4,18,19,30,0,0,0,6.2,-1,94.89,950,-1 +2013,4,18,20,30,0,0,0,6.2,-1,103.78,940,-2 +2013,4,18,21,30,0,0,0,6,-1,111.42,940,-2 +2013,4,18,22,30,0,0,0,5.9,-1,117.22,940,-2 +2013,4,18,23,30,0,0,0,6.1000000000000005,-2,120.58,940,-3 +2013,4,19,0,30,0,0,0,6.300000000000001,-2,121.03,940,-3 +2013,4,19,1,30,0,0,0,6.5,-3,118.52,940,-4 +2013,4,19,2,30,0,0,0,6.800000000000001,-3,113.38,940,-4 +2013,4,19,3,30,0,0,0,6.9,-4,106.23,940,-5 +2013,4,19,4,30,0,0,0,7,-4,97.65,940,-5 +2013,4,19,5,30,4,4,0,7.1000000000000005,-4,88.16,940,-6 +2013,4,19,6,30,11,11,0,7.2,-4,78.17,940,-6 +2013,4,19,7,30,200,154,122,7.300000000000001,-4,68.06,940,-6 +2013,4,19,8,30,341,232,207,7.5,-4,58.2,940,-6 +2013,4,19,9,30,390,307,126,7.7,-4,49.15,940,-6 +2013,4,19,10,30,403,346,75,7.9,-3,41.7,950,-6 +2013,4,19,11,30,521,398,153,7.800000000000001,-3,37.050000000000004,950,-6 +2013,4,19,12,30,581,398,227,7.6000000000000005,-2,36.37,950,-5 +2013,4,19,13,30,590,359,300,7.300000000000001,-2,39.88,950,-5 +2013,4,19,14,30,598,234,530,6.800000000000001,-2,46.59,950,-6 +2013,4,19,15,30,618,118,877,6.1000000000000005,-2,55.230000000000004,950,-6 +2013,4,19,16,30,438,96,807,5.1000000000000005,-2,64.89,950,-6 +2013,4,19,17,30,241,69,664,3.9000000000000004,-3,74.95,950,-7 +2013,4,19,18,30,61,31,339,2.7,-5,85,950,-7 +2013,4,19,19,30,0,0,0,2.1,-7,94.66,950,-9 +2013,4,19,20,30,0,0,0,1.9000000000000001,-9,103.53,950,-11 +2013,4,19,21,30,0,0,0,1.9000000000000001,-10,111.14,950,-12 +2013,4,19,22,30,0,0,0,2,-10,116.91,960,-13 +2013,4,19,23,30,0,0,0,2,-11,120.25,960,-13 +2013,4,20,0,30,0,0,0,2,-10,120.69,960,-14 +2013,4,20,1,30,0,0,0,2,-10,118.17,960,-14 +2013,4,20,2,30,0,0,0,1.9000000000000001,-10,113.05,960,-13 +2013,4,20,3,30,0,0,0,1.8,-10,105.91,960,-14 +2013,4,20,4,30,0,0,0,1.8,-11,97.35000000000001,960,-14 +2013,4,20,5,30,23,23,0,1.7000000000000002,-11,87.87,960,-15 +2013,4,20,6,30,186,64,582,1.9000000000000001,-8,77.89,960,-13 +2013,4,20,7,30,386,96,767,2.4000000000000004,-5,67.77,960,-10 +2013,4,20,8,30,578,121,861,2.4000000000000004,-4,57.910000000000004,960,-9 +2013,4,20,9,30,742,141,912,2.2,-2,48.84,960,-8 +2013,4,20,10,30,861,155,941,1.9000000000000001,-1,41.37,960,-7 +2013,4,20,11,30,927,164,951,1.6,0,36.7,960,-7 +2013,4,20,12,30,936,159,960,1.2000000000000002,0,36.03,960,-7 +2013,4,20,13,30,884,158,940,0.9,0,39.58,960,-7 +2013,4,20,14,30,777,149,910,0.8,1,46.33,960,-7 +2013,4,20,15,30,626,126,872,0.9,1,55,970,-6 +2013,4,20,16,30,441,105,786,1.3,0,64.67,970,-6 +2013,4,20,17,30,187,76,419,1.4000000000000001,0,74.74,970,-5 +2013,4,20,18,30,48,35,141,1.6,-2,84.78,970,-4 +2013,4,20,19,30,0,0,0,2.2,-4,94.42,970,-7 +2013,4,20,20,30,0,0,0,2.7,-4,103.27,970,-7 +2013,4,20,21,30,0,0,0,2.8000000000000003,-4,110.86,970,-7 +2013,4,20,22,30,0,0,0,2.9000000000000004,-5,116.61,970,-7 +2013,4,20,23,30,0,0,0,2.8000000000000003,-5,119.92,970,-6 +2013,4,21,0,30,0,0,0,2.7,-5,120.34,970,-6 +2013,4,21,1,30,0,0,0,2.7,-5,117.83,970,-6 +2013,4,21,2,30,0,0,0,2.7,-5,112.72,970,-6 +2013,4,21,3,30,0,0,0,2.7,-5,105.60000000000001,970,-6 +2013,4,21,4,30,0,0,0,2.9000000000000004,-5,97.06,970,-6 +2013,4,21,5,30,22,19,85,3.3000000000000003,-4,87.59,970,-6 +2013,4,21,6,30,20,20,0,4.2,-2,77.61,960,-5 +2013,4,21,7,30,128,127,2,5.2,0,67.49,960,-3 +2013,4,21,8,30,151,151,0,5.9,1,57.620000000000005,960,-1 +2013,4,21,9,30,350,298,77,6.1000000000000005,2,48.53,960,-1 +2013,4,21,10,30,282,267,18,6.2,3,41.04,960,0 +2013,4,21,11,30,376,343,40,6.2,4,36.36,960,0 +2013,4,21,12,30,238,229,11,6.2,3,35.7,960,0 +2013,4,21,13,30,322,301,27,6.1000000000000005,3,39.28,960,0 +2013,4,21,14,30,273,258,22,5.7,2,46.07,960,0 +2013,4,21,15,30,115,115,0,5.2,1,54.77,960,0 +2013,4,21,16,30,148,145,6,4.7,0,64.46000000000001,960,0 +2013,4,21,17,30,75,75,0,4.1000000000000005,0,74.53,960,0 +2013,4,21,18,30,18,18,0,3.6,0,84.56,960,0 +2013,4,21,19,30,0,0,0,3.4000000000000004,0,94.19,960,0 +2013,4,21,20,30,0,0,0,3.1,0,103.02,960,0 +2013,4,21,21,30,0,0,0,2.6,0,110.58,960,0 +2013,4,21,22,30,0,0,0,2.6,0,116.3,960,0 +2013,4,21,23,30,0,0,0,2.5,0,119.59,960,0 +2013,4,22,0,30,0,0,0,2.1,0,120,960,0 +2013,4,22,1,30,0,0,0,2.1,-1,117.49000000000001,960,-1 +2013,4,22,2,30,0,0,0,2.4000000000000004,-2,112.4,960,-2 +2013,4,22,3,30,0,0,0,2.2,-2,105.29,960,-2 +2013,4,22,4,30,0,0,0,2.1,-3,96.76,960,-3 +2013,4,22,5,30,13,13,0,2.5,-2,87.3,960,-3 +2013,4,22,6,30,63,63,0,3,0,77.33,960,-3 +2013,4,22,7,30,253,150,267,3.2,0,67.21000000000001,960,-2 +2013,4,22,8,30,437,188,460,3.1,0,57.33,960,-2 +2013,4,22,9,30,412,313,147,3.1,1,48.230000000000004,960,-3 +2013,4,22,10,30,577,351,297,3.1,1,40.72,970,-3 +2013,4,22,11,30,578,398,223,3.1,1,36.02,970,-3 +2013,4,22,12,30,594,400,237,3.2,1,35.37,970,-3 +2013,4,22,13,30,532,381,194,3.3000000000000003,1,38.99,970,-3 +2013,4,22,14,30,250,239,15,3,1,45.81,970,-3 +2013,4,22,15,30,340,263,133,2.7,1,54.54,960,-3 +2013,4,22,16,30,209,178,70,2.1,0,64.24,960,-3 +2013,4,22,17,30,135,104,114,1.5,0,74.32000000000001,960,-2 +2013,4,22,18,30,34,33,11,1.3,0,84.35000000000001,960,-2 +2013,4,22,19,30,0,0,0,1.7000000000000002,-1,93.97,960,-3 +2013,4,22,20,30,0,0,0,1.8,-1,102.77,960,-3 +2013,4,22,21,30,0,0,0,1.9000000000000001,-1,110.3,960,-3 +2013,4,22,22,30,0,0,0,2.2,-1,116,960,-3 +2013,4,22,23,30,0,0,0,2.4000000000000004,-1,119.26,960,-2 +2013,4,23,0,30,0,0,0,2.5,-1,119.67,960,-2 +2013,4,23,1,30,0,0,0,2.5,-1,117.16,960,-2 +2013,4,23,2,30,0,0,0,2.4000000000000004,-1,112.07000000000001,960,-2 +2013,4,23,3,30,0,0,0,2.1,-1,104.98,960,-2 +2013,4,23,4,30,0,0,0,2.1,-2,96.47,960,-3 +2013,4,23,5,30,31,21,189,2.5,-1,87.02,960,-3 +2013,4,23,6,30,195,65,582,3,0,77.06,960,-3 +2013,4,23,7,30,392,95,757,3.4000000000000004,0,66.94,960,-3 +2013,4,23,8,30,580,123,841,3.4000000000000004,0,57.050000000000004,960,-4 +2013,4,23,9,30,740,147,886,3.5,1,47.93,960,-4 +2013,4,23,10,30,859,161,915,3.6,2,40.4,960,-4 +2013,4,23,11,30,924,167,932,3.7,3,35.68,960,-4 +2013,4,23,12,30,932,162,940,3.7,4,35.050000000000004,960,-4 +2013,4,23,13,30,881,159,925,3.7,4,38.7,960,-4 +2013,4,23,14,30,775,152,890,3.6,4,45.56,960,-4 +2013,4,23,15,30,624,137,835,3.3000000000000003,4,54.32,960,-4 +2013,4,23,16,30,442,113,752,2.6,3,64.03,960,-5 +2013,4,23,17,30,246,82,600,1.6,1,74.11,960,-3 +2013,4,23,18,30,68,39,290,1.2000000000000002,-1,84.14,960,-3 +2013,4,23,19,30,0,0,0,1.4000000000000001,-2,93.74,960,-5 +2013,4,23,20,30,0,0,0,1.6,-2,102.53,960,-5 +2013,4,23,21,30,0,0,0,1.7000000000000002,-3,110.03,960,-5 +2013,4,23,22,30,0,0,0,1.7000000000000002,-3,115.7,960,-5 +2013,4,23,23,30,0,0,0,1.6,-3,118.94,960,-5 +2013,4,24,0,30,0,0,0,1.5,-3,119.34,960,-5 +2013,4,24,1,30,0,0,0,1.4000000000000001,-3,116.83,960,-5 +2013,4,24,2,30,0,0,0,1.4000000000000001,-3,111.76,960,-5 +2013,4,24,3,30,0,0,0,1.3,-3,104.68,960,-5 +2013,4,24,4,30,0,0,0,1.5,-3,96.18,960,-5 +2013,4,24,5,30,31,25,112,1.8,-2,86.75,960,-5 +2013,4,24,6,30,188,87,441,2,0,76.79,960,-4 +2013,4,24,7,30,381,131,629,2.1,1,66.67,960,-5 +2013,4,24,8,30,569,159,748,2.3000000000000003,2,56.78,950,-4 +2013,4,24,9,30,730,175,822,2.4000000000000004,3,47.64,950,-4 +2013,4,24,10,30,649,298,458,2.6,4,40.09,950,-3 +2013,4,24,11,30,672,359,383,2.8000000000000003,3,35.35,950,-3 +2013,4,24,12,30,823,204,753,2.9000000000000004,2,34.72,950,-2 +2013,4,24,13,30,694,291,513,3,2,38.410000000000004,950,-1 +2013,4,24,14,30,383,324,84,2.9000000000000004,1,45.31,950,-1 +2013,4,24,15,30,232,218,23,2.5,1,54.09,950,-1 +2013,4,24,16,30,253,187,148,1.9000000000000001,0,63.82,950,-1 +2013,4,24,17,30,179,95,303,1.2000000000000002,0,73.91,950,0 +2013,4,24,18,30,63,47,148,1,0,83.92,950,0 +2013,4,24,19,30,0,0,0,1.2000000000000002,-1,93.51,950,-1 +2013,4,24,20,30,0,0,0,1.5,-1,102.28,950,-1 +2013,4,24,21,30,0,0,0,1.7000000000000002,-1,109.76,950,-2 +2013,4,24,22,30,0,0,0,1.7000000000000002,-1,115.4,950,-2 +2013,4,24,23,30,0,0,0,1.5,-1,118.62,960,-2 +2013,4,25,0,30,0,0,0,1.2000000000000002,-2,119.01,960,-2 +2013,4,25,1,30,0,0,0,1.1,-2,116.5,960,-2 +2013,4,25,2,30,0,0,0,1.2000000000000002,-3,111.44,960,-3 +2013,4,25,3,30,0,0,0,1.5,-2,104.38,960,-2 +2013,4,25,4,30,0,0,0,2,-2,95.9,960,-3 +2013,4,25,5,30,36,26,158,2.5,-1,86.48,960,-2 +2013,4,25,6,30,68,68,0,3,0,76.53,960,-2 +2013,4,25,7,30,197,164,82,3.5,1,66.4,960,-1 +2013,4,25,8,30,384,251,241,3.7,2,56.5,960,-2 +2013,4,25,9,30,594,218,555,3.8000000000000003,2,47.35,960,-2 +2013,4,25,10,30,524,382,185,3.7,3,39.77,960,-2 +2013,4,25,11,30,666,375,355,3.7,4,35.03,960,-3 +2013,4,25,12,30,824,206,749,3.7,4,34.410000000000004,960,-3 +2013,4,25,13,30,881,160,916,3.6,5,38.12,960,-3 +2013,4,25,14,30,775,153,879,3.5,5,45.06,960,-3 +2013,4,25,15,30,623,145,809,3.2,5,53.870000000000005,960,-3 +2013,4,25,16,30,443,116,734,2.5,4,63.61,960,-3 +2013,4,25,17,30,227,58,601,1.5,2,73.7,960,-2 +2013,4,25,18,30,46,40,50,1.2000000000000002,0,83.71000000000001,960,-1 +2013,4,25,19,30,0,0,0,1.6,0,93.29,960,-3 +2013,4,25,20,30,0,0,0,1.8,0,102.03,960,-2 +2013,4,25,21,30,0,0,0,1.9000000000000001,0,109.49000000000001,960,-2 +2013,4,25,22,30,0,0,0,2.1,0,115.10000000000001,960,-2 +2013,4,25,23,30,0,0,0,2.4000000000000004,0,118.31,960,-2 +2013,4,26,0,30,0,0,0,2.5,0,118.68,960,-2 +2013,4,26,1,30,0,0,0,2.5,0,116.18,960,-2 +2013,4,26,2,30,0,0,0,2.5,0,111.13,960,-1 +2013,4,26,3,30,0,0,0,2.5,0,104.09,960,-1 +2013,4,26,4,30,0,0,0,2.4000000000000004,0,95.62,960,0 +2013,4,26,5,30,31,27,57,2.7,0,86.21000000000001,960,0 +2013,4,26,6,30,185,97,370,3,2,76.27,960,0 +2013,4,26,7,30,270,156,282,2.9000000000000004,4,66.14,960,2 +2013,4,26,8,30,495,135,647,2.3000000000000003,7,56.24,960,2 +2013,4,26,9,30,617,202,609,1.6,9,47.07,960,4 +2013,4,26,10,30,837,199,825,1.6,12,39.47,960,5 +2013,4,26,11,30,905,194,864,2,14,34.7,960,4 +2013,4,26,12,30,915,180,887,2.4000000000000004,15,34.09,960,4 +2013,4,26,13,30,865,174,874,2.6,16,37.84,960,4 +2013,4,26,14,30,762,159,849,2.7,16,44.81,960,4 +2013,4,26,15,30,614,141,798,2.6,16,53.65,960,4 +2013,4,26,16,30,436,119,707,2,15,63.410000000000004,960,5 +2013,4,26,17,30,246,87,562,1.2000000000000002,12,73.5,960,7 +2013,4,26,18,30,74,42,280,1.2000000000000002,9,83.5,960,7 +2013,4,26,19,30,0,0,0,1.4000000000000001,6,93.06,960,3 +2013,4,26,20,30,0,0,0,1.4000000000000001,5,101.79,960,3 +2013,4,26,21,30,0,0,0,1.4000000000000001,4,109.22,960,2 +2013,4,26,22,30,0,0,0,1.4000000000000001,4,114.81,960,2 +2013,4,26,23,30,0,0,0,1.3,3,117.99000000000001,960,2 +2013,4,27,0,30,0,0,0,1.3,3,118.36,960,2 +2013,4,27,1,30,0,0,0,1.4000000000000001,3,115.86,960,1 +2013,4,27,2,30,0,0,0,1.5,2,110.83,960,1 +2013,4,27,3,30,0,0,0,1.6,1,103.8,960,1 +2013,4,27,4,30,0,0,0,1.6,1,95.35000000000001,960,0 +2013,4,27,5,30,41,29,171,2,2,85.95,960,0 +2013,4,27,6,30,203,78,513,2.5,5,76.01,960,1 +2013,4,27,7,30,394,114,686,2.6,8,65.89,960,2 +2013,4,27,8,30,578,141,780,3,12,55.97,960,4 +2013,4,27,9,30,733,161,835,3.8000000000000003,15,46.79,960,5 +2013,4,27,10,30,846,171,869,4.1000000000000005,16,39.17,960,5 +2013,4,27,11,30,906,180,880,4.4,17,34.38,960,6 +2013,4,27,12,30,863,159,846,4.5,18,33.78,960,6 +2013,4,27,13,30,803,163,807,4.6000000000000005,18,37.56,960,7 +2013,4,27,14,30,691,161,744,4.6000000000000005,18,44.57,960,7 +2013,4,27,15,30,611,142,787,4.3,18,53.43,960,7 +2013,4,27,16,30,435,119,700,3.6,17,63.2,950,8 +2013,4,27,17,30,218,75,496,2.7,14,73.29,950,9 +2013,4,27,18,30,65,44,178,2.1,11,83.29,950,8 +2013,4,27,19,30,0,0,0,2.1,9,92.84,950,7 +2013,4,27,20,30,0,0,0,2.2,8,101.55,950,6 +2013,4,27,21,30,0,0,0,2.2,8,108.96000000000001,950,6 +2013,4,27,22,30,0,0,0,2,7,114.52,950,5 +2013,4,27,23,30,0,0,0,1.8,6,117.68,950,4 +2013,4,28,0,30,0,0,0,2,6,118.04,950,3 +2013,4,28,1,30,0,0,0,2.5,6,115.55,950,3 +2013,4,28,2,30,0,0,0,3.2,6,110.53,950,4 +2013,4,28,3,30,0,0,0,3.1,5,103.52,950,4 +2013,4,28,4,30,0,0,0,3.1,4,95.08,950,4 +2013,4,28,5,30,28,26,18,3.8000000000000003,5,85.69,950,4 +2013,4,28,6,30,59,59,0,4.3,7,75.76,950,6 +2013,4,28,7,30,172,158,34,4.5,9,65.64,950,7 +2013,4,28,8,30,292,246,81,4.2,10,55.71,950,8 +2013,4,28,9,30,543,293,363,4,11,46.51,950,9 +2013,4,28,10,30,711,273,562,4.3,12,38.87,950,10 +2013,4,28,11,30,790,277,619,4.6000000000000005,13,34.07,950,10 +2013,4,28,12,30,643,401,289,4.7,14,33.47,950,11 +2013,4,28,13,30,563,391,215,4.4,15,37.29,950,11 +2013,4,28,14,30,399,334,91,3.6,16,44.33,950,12 +2013,4,28,15,30,328,269,97,3,15,53.22,950,12 +2013,4,28,16,30,287,190,213,2.5,14,63,950,12 +2013,4,28,17,30,163,111,176,2.2,12,73.09,950,11 +2013,4,28,18,30,33,33,0,2,10,83.09,950,9 +2013,4,28,19,30,0,0,0,1.8,8,92.62,950,8 +2013,4,28,20,30,0,0,0,1.7000000000000002,7,101.31,950,7 +2013,4,28,21,30,0,0,0,1.8,5,108.69,950,4 +2013,4,28,22,30,0,0,0,1.8,3,114.24000000000001,950,2 +2013,4,28,23,30,0,0,0,1.7000000000000002,2,117.38,950,1 +2013,4,29,0,30,0,0,0,1.5,0,117.73,950,0 +2013,4,29,1,30,0,0,0,1.5,0,115.24000000000001,950,0 +2013,4,29,2,30,0,0,0,1.5,0,110.23,950,-1 +2013,4,29,3,30,0,0,0,1.5,-1,103.24000000000001,950,-1 +2013,4,29,4,30,0,0,0,1.4000000000000001,-1,94.81,950,-1 +2013,4,29,5,30,47,30,206,1.8,0,85.44,950,-1 +2013,4,29,6,30,209,69,559,2,3,75.51,950,0 +2013,4,29,7,30,397,90,737,2.1,6,65.39,950,1 +2013,4,29,8,30,577,103,835,2.2,10,55.46,950,0 +2013,4,29,9,30,727,113,888,2.1,12,46.24,950,1 +2013,4,29,10,30,837,117,921,2.1,14,38.58,950,1 +2013,4,29,11,30,896,119,934,2.2,15,33.76,950,2 +2013,4,29,12,30,900,123,928,2.5,16,33.17,950,3 +2013,4,29,13,30,790,200,738,3.1,16,37.02,950,3 +2013,4,29,14,30,745,127,860,3.6,15,44.09,950,3 +2013,4,29,15,30,560,131,713,3.9000000000000004,14,53,950,4 +2013,4,29,16,30,351,158,423,3.5,13,62.800000000000004,950,4 +2013,4,29,17,30,237,64,590,2.4000000000000004,11,72.89,950,4 +2013,4,29,18,30,76,43,267,1.7000000000000002,8,82.88,950,5 +2013,4,29,19,30,0,0,0,1.9000000000000001,6,92.4,950,4 +2013,4,29,20,30,0,0,0,2.3000000000000003,5,101.07000000000001,950,3 +2013,4,29,21,30,0,0,0,2.5,4,108.43,950,2 +2013,4,29,22,30,0,0,0,2.6,4,113.95,950,2 +2013,4,29,23,30,0,0,0,3,4,117.08,940,2 +2013,4,30,0,30,0,0,0,2.9000000000000004,3,117.42,940,2 +2013,4,30,1,30,0,0,0,3,3,114.93,940,2 +2013,4,30,2,30,0,0,0,3.8000000000000003,5,109.94,940,4 +2013,4,30,3,30,0,0,0,4.800000000000001,6,102.96000000000001,940,6 +2013,4,30,4,30,0,0,0,5.300000000000001,7,94.55,940,7 +2013,4,30,5,30,20,20,0,5.7,8,85.19,940,8 +2013,4,30,6,30,47,47,0,5.9,10,75.27,940,9 +2013,4,30,7,30,124,124,0,5.5,12,65.15,940,10 +2013,4,30,8,30,97,97,0,5.800000000000001,15,55.21,940,13 +2013,4,30,9,30,165,162,3,6.9,16,45.980000000000004,940,14 +2013,4,30,10,30,813,113,892,7.4,16,38.29,940,11 +2013,4,30,11,30,880,112,920,7.1000000000000005,16,33.45,940,8 +2013,4,30,12,30,885,115,916,6.9,16,32.87,940,8 +2013,4,30,13,30,794,200,741,6.800000000000001,16,36.75,940,7 +2013,4,30,14,30,748,108,887,6.6000000000000005,15,43.86,950,5 +2013,4,30,15,30,612,101,845,6,14,52.79,950,2 +2013,4,30,16,30,272,197,162,4.9,13,62.6,950,1 +2013,4,30,17,30,131,114,59,3.7,11,72.7,950,1 +2013,4,30,18,30,38,38,0,3,9,82.68,950,2 +2013,4,30,19,30,0,0,0,2.6,7,92.19,950,3 +2013,4,30,20,30,0,0,0,2.3000000000000003,6,100.84,950,3 +2013,4,30,21,30,0,0,0,2.1,4,108.18,950,3 +2013,4,30,22,30,0,0,0,2.1,4,113.67,950,2 +2013,4,30,23,30,0,0,0,2.2,4,116.78,960,2 +2013,5,1,0,30,0,0,0,2.7,3,117.11,960,2 +2013,5,1,1,30,0,0,0,3.3000000000000003,2,114.63,960,2 +2013,5,1,2,30,0,0,0,3,1,109.65,960,0 +2013,5,1,3,30,0,0,0,2.6,0,102.69,960,-1 +2013,5,1,4,30,0,0,0,2.5,0,94.3,960,-2 +2013,5,1,5,30,17,17,0,3.2,0,84.94,960,-2 +2013,5,1,6,30,37,37,0,3.9000000000000004,0,75.03,960,-3 +2013,5,1,7,30,90,90,0,4.2,0,64.91,960,-3 +2013,5,1,8,30,291,248,74,4.4,1,54.97,970,-4 +2013,5,1,9,30,472,329,205,4.5,2,45.72,970,-4 +2013,5,1,10,30,265,254,14,4.5,4,38.01,970,-3 +2013,5,1,11,30,510,412,117,4.5,5,33.15,970,-3 +2013,5,1,12,30,584,420,194,4.5,6,32.57,970,-2 +2013,5,1,13,30,635,368,332,4.4,6,36.480000000000004,970,-2 +2013,5,1,14,30,536,332,281,4.3,6,43.63,970,-2 +2013,5,1,15,30,467,246,364,4,5,52.58,970,-2 +2013,5,1,16,30,222,191,67,3.7,4,62.4,970,-2 +2013,5,1,17,30,117,109,25,3.2,2,72.5,970,-2 +2013,5,1,18,30,57,47,81,2.5,1,82.48,970,-2 +2013,5,1,19,30,0,0,0,2,0,91.97,970,-2 +2013,5,1,20,30,0,0,0,1.8,0,100.60000000000001,970,-2 +2013,5,1,21,30,0,0,0,1.7000000000000002,0,107.92,970,-2 +2013,5,1,22,30,0,0,0,1.8,0,113.39,970,-2 +2013,5,1,23,30,0,0,0,1.8,0,116.48,970,-2 +2013,5,2,0,30,0,0,0,1.5,-1,116.81,970,-2 +2013,5,2,1,30,0,0,0,1.4000000000000001,-1,114.34,970,-2 +2013,5,2,2,30,0,0,0,1.4000000000000001,-1,109.36,980,-3 +2013,5,2,3,30,0,0,0,1.3,-1,102.42,980,-3 +2013,5,2,4,30,0,0,0,1.3,-1,94.04,980,-3 +2013,5,2,5,30,20,20,0,1.6,-1,84.7,980,-3 +2013,5,2,6,30,73,73,0,2.3000000000000003,0,74.8,980,-2 +2013,5,2,7,30,225,178,108,2.9000000000000004,0,64.68,980,-3 +2013,5,2,8,30,318,257,105,3.2,0,54.730000000000004,980,-4 +2013,5,2,9,30,401,327,105,3.5,0,45.46,980,-4 +2013,5,2,10,30,522,387,170,3.6,1,37.730000000000004,980,-4 +2013,5,2,11,30,619,410,248,3.6,2,32.86,980,-4 +2013,5,2,12,30,687,386,356,3.7,3,32.28,970,-4 +2013,5,2,13,30,571,393,219,3.8000000000000003,4,36.22,970,-4 +2013,5,2,14,30,587,304,388,3.9000000000000004,5,43.4,970,-3 +2013,5,2,15,30,472,244,372,4,4,52.38,970,-3 +2013,5,2,16,30,299,194,225,3.9000000000000004,3,62.21,970,-4 +2013,5,2,17,30,215,93,402,3.6,2,72.31,970,-4 +2013,5,2,18,30,67,48,140,3,1,82.27,970,-4 +2013,5,2,19,30,0,0,0,2.4000000000000004,0,91.76,970,-3 +2013,5,2,20,30,0,0,0,2,-1,100.37,970,-3 +2013,5,2,21,30,0,0,0,1.8,-2,107.67,970,-4 +2013,5,2,22,30,0,0,0,1.7000000000000002,-3,113.12,970,-4 +2013,5,2,23,30,0,0,0,2,-2,116.19,970,-5 +2013,5,3,0,30,0,0,0,2.4000000000000004,-2,116.52,970,-4 +2013,5,3,1,30,0,0,0,2.4000000000000004,-2,114.04,970,-4 +2013,5,3,2,30,0,0,0,2.1,-2,109.09,970,-4 +2013,5,3,3,30,0,0,0,1.9000000000000001,-3,102.16,970,-4 +2013,5,3,4,30,0,0,0,2.7,-2,93.8,970,-4 +2013,5,3,5,30,37,32,50,3.7,-1,84.47,970,-4 +2013,5,3,6,30,224,60,618,4.3,0,74.57000000000001,970,-5 +2013,5,3,7,30,405,80,753,4.3,0,64.45,970,-5 +2013,5,3,8,30,574,97,821,4.1000000000000005,1,54.49,970,-5 +2013,5,3,9,30,571,291,397,4,2,45.21,970,-4 +2013,5,3,10,30,561,386,220,3.9000000000000004,3,37.46,970,-4 +2013,5,3,11,30,208,200,8,3.9000000000000004,4,32.56,970,-3 +2013,5,3,12,30,367,341,30,3.8000000000000003,5,31.990000000000002,970,-2 +2013,5,3,13,30,233,224,10,3.7,5,35.96,970,-1 +2013,5,3,14,30,170,167,3,3.7,4,43.17,970,0 +2013,5,3,15,30,253,235,28,3.8000000000000003,4,52.17,970,0 +2013,5,3,16,30,101,101,0,3.5,3,62.01,970,0 +2013,5,3,17,30,115,109,17,3,2,72.12,970,0 +2013,5,3,18,30,49,47,16,2.5,1,82.08,970,0 +2013,5,3,19,30,0,0,0,2.4000000000000004,0,91.55,970,0 +2013,5,3,20,30,0,0,0,2.4000000000000004,0,100.14,970,0 +2013,5,3,21,30,0,0,0,2.3000000000000003,0,107.42,970,0 +2013,5,3,22,30,0,0,0,2.1,0,112.85000000000001,970,0 +2013,5,3,23,30,0,0,0,2,0,115.91,970,0 +2013,5,4,0,30,0,0,0,1.9000000000000001,0,116.23,970,0 +2013,5,4,1,30,0,0,0,1.8,0,113.76,970,0 +2013,5,4,2,30,0,0,0,1.9000000000000001,0,108.81,970,0 +2013,5,4,3,30,0,0,0,2.1,0,101.9,960,0 +2013,5,4,4,30,0,0,0,2.3000000000000003,0,93.55,960,0 +2013,5,4,5,30,2,2,0,2.5,0,84.24,960,0 +2013,5,4,6,30,10,10,0,2.8000000000000003,0,74.35000000000001,960,0 +2013,5,4,7,30,92,92,0,2.7,1,64.23,960,0 +2013,5,4,8,30,109,109,0,2.7,2,54.26,960,0 +2013,5,4,9,30,217,210,9,2.6,2,44.97,960,0 +2013,5,4,10,30,316,297,23,2.5,3,37.19,970,1 +2013,5,4,11,30,246,236,11,2.4000000000000004,4,32.28,970,2 +2013,5,4,12,30,290,276,16,2.4000000000000004,4,31.71,960,2 +2013,5,4,13,30,264,252,13,2.4000000000000004,5,35.71,960,3 +2013,5,4,14,30,122,122,0,2.5,5,42.95,960,3 +2013,5,4,15,30,239,225,21,2.6,5,51.97,960,3 +2013,5,4,16,30,142,142,0,2.5,5,61.82,970,3 +2013,5,4,17,30,9,9,0,2.3000000000000003,4,71.93,970,3 +2013,5,4,18,30,3,3,0,2,3,81.88,970,2 +2013,5,4,19,30,0,0,0,1.9000000000000001,3,91.34,970,2 +2013,5,4,20,30,0,0,0,1.9000000000000001,3,99.91,970,2 +2013,5,4,21,30,0,0,0,1.7000000000000002,2,107.17,970,2 +2013,5,4,22,30,0,0,0,1.5,2,112.58,970,2 +2013,5,4,23,30,0,0,0,1.2000000000000002,2,115.63,970,2 +2013,5,5,0,30,0,0,0,1.1,2,115.94,970,2 +2013,5,5,1,30,0,0,0,1.1,2,113.48,970,2 +2013,5,5,2,30,0,0,0,1.4000000000000001,2,108.54,970,2 +2013,5,5,3,30,0,0,0,1.7000000000000002,2,101.65,970,2 +2013,5,5,4,30,0,0,0,1.8,1,93.32000000000001,970,1 +2013,5,5,5,30,4,4,0,1.9000000000000001,1,84.01,970,1 +2013,5,5,6,30,91,91,0,1.8,2,74.13,970,1 +2013,5,5,7,30,217,181,82,1.7000000000000002,3,64.01,960,2 +2013,5,5,8,30,236,221,25,1.6,5,54.04,960,3 +2013,5,5,9,30,358,314,62,1.5,7,44.730000000000004,960,4 +2013,5,5,10,30,446,378,85,1.5,9,36.93,960,5 +2013,5,5,11,30,512,417,112,1.5,10,31.990000000000002,960,6 +2013,5,5,12,30,573,428,169,1.6,11,31.43,960,7 +2013,5,5,13,30,636,378,317,1.7000000000000002,12,35.46,960,7 +2013,5,5,14,30,727,140,798,1.9000000000000001,13,42.730000000000004,960,8 +2013,5,5,15,30,595,123,762,2,13,51.77,960,8 +2013,5,5,16,30,433,106,687,1.9000000000000001,12,61.63,960,8 +2013,5,5,17,30,257,84,553,1.6,11,71.74,960,8 +2013,5,5,18,30,94,50,305,1.1,8,81.68,960,8 +2013,5,5,19,30,0,0,0,0.9,6,91.13,960,6 +2013,5,5,20,30,0,0,0,0.9,5,99.69,960,4 +2013,5,5,21,30,0,0,0,1,4,106.93,960,4 +2013,5,5,22,30,0,0,0,1,4,112.32000000000001,960,4 +2013,5,5,23,30,0,0,0,1.1,3,115.35000000000001,960,4 +2013,5,6,0,30,0,0,0,1.1,3,115.66,960,2 +2013,5,6,1,30,0,0,0,1.2000000000000002,2,113.2,960,2 +2013,5,6,2,30,0,0,0,1.2000000000000002,2,108.28,960,2 +2013,5,6,3,30,0,0,0,1.1,2,101.4,960,2 +2013,5,6,4,30,0,0,0,0.9,2,93.08,960,2 +2013,5,6,5,30,66,37,270,1,4,83.79,960,4 +2013,5,6,6,30,223,70,554,1,7,73.91,960,5 +2013,5,6,7,30,401,88,710,0.6000000000000001,9,63.800000000000004,960,6 +2013,5,6,8,30,571,98,800,0.4,12,53.82,960,7 +2013,5,6,9,30,717,101,863,0.4,14,44.5,960,8 +2013,5,6,10,30,821,106,891,0.7000000000000001,17,36.67,960,9 +2013,5,6,11,30,878,109,903,1.3,18,31.720000000000002,960,10 +2013,5,6,12,30,883,110,903,1.7000000000000002,19,31.16,960,11 +2013,5,6,13,30,835,110,888,1.9000000000000001,20,35.21,960,11 +2013,5,6,14,30,545,341,276,1.8,20,42.52,960,11 +2013,5,6,15,30,468,260,333,1.7000000000000002,19,51.58,960,11 +2013,5,6,16,30,440,88,737,1.3,18,61.45,960,11 +2013,5,6,17,30,100,100,0,0.9,17,71.55,960,11 +2013,5,6,18,30,98,44,365,0.7000000000000001,16,81.49,960,13 +2013,5,6,19,30,0,0,0,0.7000000000000001,15,90.92,960,10 +2013,5,6,20,30,0,0,0,0.7000000000000001,14,99.47,960,9 +2013,5,6,21,30,0,0,0,0.7000000000000001,13,106.68,960,9 +2013,5,6,22,30,0,0,0,0.9,12,112.06,960,8 +2013,5,6,23,30,0,0,0,1.1,11,115.07000000000001,960,8 +2013,5,7,0,30,0,0,0,1.2000000000000002,10,115.38,960,7 +2013,5,7,1,30,0,0,0,1.2000000000000002,8,112.93,960,7 +2013,5,7,2,30,0,0,0,1.2000000000000002,8,108.02,960,6 +2013,5,7,3,30,0,0,0,1.1,7,101.16,960,6 +2013,5,7,4,30,0,0,0,1,7,92.86,960,5 +2013,5,7,5,30,69,37,280,1.2000000000000002,8,83.58,960,6 +2013,5,7,6,30,228,71,559,1.7000000000000002,11,73.71000000000001,960,7 +2013,5,7,7,30,407,90,711,2,14,63.59,960,8 +2013,5,7,8,30,579,101,805,2.5,17,53.61,960,10 +2013,5,7,9,30,724,108,860,3.2,19,44.27,960,10 +2013,5,7,10,30,831,113,891,3.6,20,36.42,960,9 +2013,5,7,11,30,358,334,28,3.8000000000000003,21,31.44,960,9 +2013,5,7,12,30,710,373,392,3.8000000000000003,21,30.89,960,9 +2013,5,7,13,30,700,324,458,3.7,21,34.97,960,9 +2013,5,7,14,30,572,330,326,3.5,21,42.300000000000004,960,10 +2013,5,7,15,30,449,273,281,3,20,51.38,960,10 +2013,5,7,16,30,314,215,205,2.3000000000000003,19,61.26,960,11 +2013,5,7,17,30,209,112,303,1.5,18,71.37,960,13 +2013,5,7,18,30,89,63,174,1.2000000000000002,15,81.3,960,14 +2013,5,7,19,30,0,0,0,1.3,13,90.72,960,12 +2013,5,7,20,30,0,0,0,1.4000000000000001,12,99.25,960,11 +2013,5,7,21,30,0,0,0,1.3,11,106.45,960,10 +2013,5,7,22,30,0,0,0,1.2000000000000002,10,111.8,960,9 +2013,5,7,23,30,0,0,0,1.2000000000000002,10,114.81,960,9 +2013,5,8,0,30,0,0,0,1.2000000000000002,10,115.10000000000001,960,8 +2013,5,8,1,30,0,0,0,1.2000000000000002,10,112.66,960,8 +2013,5,8,2,30,0,0,0,1.2000000000000002,9,107.77,960,8 +2013,5,8,3,30,0,0,0,1.2000000000000002,9,100.92,960,8 +2013,5,8,4,30,0,0,0,1.1,9,92.63,960,7 +2013,5,8,5,30,64,44,172,1.1,10,83.37,960,8 +2013,5,8,6,30,180,98,287,1.5,12,73.5,960,9 +2013,5,8,7,30,334,157,393,1.8,13,63.39,960,9 +2013,5,8,8,30,348,270,131,1.8,14,53.4,960,10 +2013,5,8,9,30,641,233,568,1.8,15,44.050000000000004,960,10 +2013,5,8,10,30,495,395,124,1.7000000000000002,16,36.17,960,10 +2013,5,8,11,30,706,373,388,1.5,17,31.18,960,11 +2013,5,8,12,30,362,338,28,1.3,19,30.62,960,11 +2013,5,8,13,30,533,407,153,1.2000000000000002,20,34.730000000000004,960,10 +2013,5,8,14,30,281,266,20,1.1,21,42.09,960,10 +2013,5,8,15,30,68,68,0,1,20,51.19,960,10 +2013,5,8,16,30,73,73,0,0.9,20,61.08,960,11 +2013,5,8,17,30,43,43,0,0.8,18,71.18,960,11 +2013,5,8,18,30,28,28,0,0.8,16,81.11,960,13 +2013,5,8,19,30,0,0,0,1,14,90.51,960,11 +2013,5,8,20,30,0,0,0,1.1,12,99.03,960,11 +2013,5,8,21,30,0,0,0,1.4000000000000001,11,106.21000000000001,960,10 +2013,5,8,22,30,0,0,0,1.9000000000000001,10,111.55,960,9 +2013,5,8,23,30,0,0,0,2.3000000000000003,9,114.54,960,9 +2013,5,9,0,30,0,0,0,2.5,8,114.84,960,8 +2013,5,9,1,30,0,0,0,2.6,8,112.4,960,8 +2013,5,9,2,30,0,0,0,2.3000000000000003,8,107.52,960,8 +2013,5,9,3,30,0,0,0,1.9000000000000001,8,100.69,960,7 +2013,5,9,4,30,0,0,0,2,8,92.42,960,7 +2013,5,9,5,30,9,9,0,2.6,8,83.16,960,7 +2013,5,9,6,30,36,36,0,3.2,8,73.31,960,7 +2013,5,9,7,30,56,56,0,3.4000000000000004,8,63.190000000000005,960,6 +2013,5,9,8,30,135,135,0,3.5,9,53.2,960,6 +2013,5,9,9,30,152,151,1,3.6,11,43.83,960,6 +2013,5,9,10,30,284,270,16,3.6,12,35.94,960,6 +2013,5,9,11,30,315,299,19,3.6,13,30.91,960,6 +2013,5,9,12,30,537,429,125,3.6,15,30.36,960,6 +2013,5,9,13,30,860,134,880,3.7,16,34.49,960,5 +2013,5,9,14,30,767,127,859,3.7,16,41.88,960,4 +2013,5,9,15,30,635,109,836,3.7,15,51,960,2 +2013,5,9,16,30,468,95,767,3.3000000000000003,14,60.9,960,2 +2013,5,9,17,30,287,75,651,2.3000000000000003,12,71,960,2 +2013,5,9,18,30,114,47,422,1.4000000000000001,9,80.92,960,5 +2013,5,9,19,30,0,0,0,1.2000000000000002,6,90.32000000000001,960,4 +2013,5,9,20,30,0,0,0,1.2000000000000002,4,98.82000000000001,960,3 +2013,5,9,21,30,0,0,0,1.1,2,105.98,960,2 +2013,5,9,22,30,0,0,0,1.2000000000000002,1,111.3,960,1 +2013,5,9,23,30,0,0,0,1.3,0,114.28,960,0 +2013,5,10,0,30,0,0,0,1.5,0,114.57000000000001,960,0 +2013,5,10,1,30,0,0,0,1.6,0,112.14,960,0 +2013,5,10,2,30,0,0,0,1.6,0,107.28,960,-1 +2013,5,10,3,30,0,0,0,1.5,-1,100.46000000000001,960,-2 +2013,5,10,4,30,0,0,0,1.7000000000000002,-1,92.2,960,-3 +2013,5,10,5,30,82,40,345,2.5,0,82.96000000000001,960,-2 +2013,5,10,6,30,250,71,618,3.2,2,73.11,960,-3 +2013,5,10,7,30,435,89,761,3.2,4,63,960,-4 +2013,5,10,8,30,611,99,850,2.9000000000000004,6,53,960,-3 +2013,5,10,9,30,760,104,907,2.7,8,43.62,960,-2 +2013,5,10,10,30,869,107,939,2.7,10,35.7,960,-1 +2013,5,10,11,30,928,110,950,2.9000000000000004,11,30.66,960,0 +2013,5,10,12,30,933,110,950,3.3000000000000003,12,30.1,960,0 +2013,5,10,13,30,881,111,932,3.6,13,34.26,960,0 +2013,5,10,14,30,642,270,498,3.6,12,41.68,960,0 +2013,5,10,15,30,215,207,12,3.1,11,50.82,960,1 +2013,5,10,16,30,223,197,51,2.5,11,60.72,960,2 +2013,5,10,17,30,156,129,82,2.2,10,70.82000000000001,950,3 +2013,5,10,18,30,42,42,0,1.7000000000000002,8,80.74,950,4 +2013,5,10,19,30,0,0,0,1.2000000000000002,7,90.12,950,4 +2013,5,10,20,30,0,0,0,1.5,7,98.61,950,5 +2013,5,10,21,30,0,0,0,2.6,6,105.75,950,6 +2013,5,10,22,30,0,0,0,3.8000000000000003,5,111.06,960,4 +2013,5,10,23,30,0,0,0,3.7,3,114.02,960,2 +2013,5,11,0,30,0,0,0,2.9000000000000004,1,114.32000000000001,960,1 +2013,5,11,1,30,0,0,0,2.4000000000000004,0,111.89,960,0 +2013,5,11,2,30,0,0,0,2.4000000000000004,0,107.04,960,0 +2013,5,11,3,30,0,0,0,2.7,0,100.24000000000001,960,0 +2013,5,11,4,30,0,0,0,3.2,0,92,960,0 +2013,5,11,5,30,54,43,92,4.2,0,82.77,960,0 +2013,5,11,6,30,26,26,0,5.4,1,72.93,960,0 +2013,5,11,7,30,172,163,18,6.300000000000001,2,62.82,960,-2 +2013,5,11,8,30,116,116,0,6.800000000000001,3,52.81,960,-3 +2013,5,11,9,30,206,200,8,7.1000000000000005,3,43.42,960,-3 +2013,5,11,10,30,688,325,444,7.2,4,35.47,960,-3 +2013,5,11,11,30,421,380,47,7.300000000000001,4,30.41,960,-3 +2013,5,11,12,30,679,413,306,7.4,5,29.85,960,-3 +2013,5,11,13,30,712,327,465,7.300000000000001,5,34.03,960,-3 +2013,5,11,14,30,413,348,86,7.2,5,41.480000000000004,960,-3 +2013,5,11,15,30,146,146,0,7,5,50.63,960,-3 +2013,5,11,16,30,265,211,109,6.6000000000000005,4,60.54,960,-3 +2013,5,11,17,30,95,95,0,5.800000000000001,3,70.65,960,-3 +2013,5,11,18,30,30,30,0,4.800000000000001,2,80.56,960,-3 +2013,5,11,19,30,0,0,0,4,0,89.93,960,-3 +2013,5,11,20,30,0,0,0,3.5,0,98.4,960,-3 +2013,5,11,21,30,0,0,0,3,0,105.52,960,-3 +2013,5,11,22,30,0,0,0,2.7,0,110.81,960,-3 +2013,5,11,23,30,0,0,0,2.3000000000000003,-1,113.77,960,-3 +2013,5,12,0,30,0,0,0,2,-2,114.06,960,-3 +2013,5,12,1,30,0,0,0,1.8,-2,111.65,960,-4 +2013,5,12,2,30,0,0,0,1.7000000000000002,-3,106.81,960,-4 +2013,5,12,3,30,0,0,0,1.7000000000000002,-4,100.02,960,-4 +2013,5,12,4,30,0,0,0,2.2,-3,91.8,960,-4 +2013,5,12,5,30,93,38,428,3.2,-2,82.58,960,-4 +2013,5,12,6,30,267,64,684,4.1000000000000005,0,72.74,960,-5 +2013,5,12,7,30,453,81,811,4.6000000000000005,1,62.64,960,-6 +2013,5,12,8,30,629,93,882,4.800000000000001,2,52.63,960,-6 +2013,5,12,9,30,776,101,927,4.9,4,43.22,960,-6 +2013,5,12,10,30,884,105,953,4.9,6,35.25,960,-6 +2013,5,12,11,30,941,107,965,4.800000000000001,7,30.16,960,-5 +2013,5,12,12,30,950,98,979,4.7,8,29.6,960,-4 +2013,5,12,13,30,899,98,964,4.6000000000000005,9,33.81,960,-4 +2013,5,12,14,30,800,94,939,4.4,9,41.28,960,-3 +2013,5,12,15,30,661,87,901,4,9,50.45,960,-3 +2013,5,12,16,30,491,78,835,3.5,8,60.370000000000005,960,-3 +2013,5,12,17,30,306,65,722,2.4000000000000004,7,70.47,960,-3 +2013,5,12,18,30,129,43,512,1.3,4,80.38,960,0 +2013,5,12,19,30,0,0,0,1.1,2,89.74,960,0 +2013,5,12,20,30,0,0,0,1.2000000000000002,1,98.19,960,-2 +2013,5,12,21,30,0,0,0,1.1,1,105.3,960,-3 +2013,5,12,22,30,0,0,0,1,1,110.58,960,-3 +2013,5,12,23,30,0,0,0,1,0,113.53,960,-3 +2013,5,13,0,30,0,0,0,1,0,113.82000000000001,960,-3 +2013,5,13,1,30,0,0,0,1,0,111.41,960,-3 +2013,5,13,2,30,0,0,0,1,0,106.58,960,-3 +2013,5,13,3,30,0,0,0,1.1,0,99.81,960,-2 +2013,5,13,4,30,0,0,0,1.2000000000000002,0,91.60000000000001,960,-2 +2013,5,13,5,30,64,45,146,1.9000000000000001,1,82.39,960,-2 +2013,5,13,6,30,260,63,660,2.5,2,72.57000000000001,960,-2 +2013,5,13,7,30,231,192,82,3,4,62.46,960,-1 +2013,5,13,8,30,412,272,228,3.6,5,52.45,960,-1 +2013,5,13,9,30,566,323,332,4,6,43.02,960,-1 +2013,5,13,10,30,590,399,233,4.6000000000000005,7,35.03,960,0 +2013,5,13,11,30,366,341,28,5.4,8,29.92,960,1 +2013,5,13,12,30,206,198,9,5.5,8,29.36,950,3 +2013,5,13,13,30,575,413,193,5.5,9,33.59,950,4 +2013,5,13,14,30,714,222,652,5.9,10,41.08,950,4 +2013,5,13,15,30,611,134,747,5.9,11,50.27,950,5 +2013,5,13,16,30,449,116,668,5.5,10,60.2,950,5 +2013,5,13,17,30,273,93,533,4.9,9,70.3,950,5 +2013,5,13,18,30,111,56,320,4.4,8,80.2,950,5 +2013,5,13,19,30,0,0,0,4.2,6,89.55,950,5 +2013,5,13,20,30,0,0,0,3.8000000000000003,5,97.99000000000001,950,4 +2013,5,13,21,30,0,0,0,2.8000000000000003,4,105.08,950,4 +2013,5,13,22,30,0,0,0,2,3,110.35000000000001,950,2 +2013,5,13,23,30,0,0,0,1.5,2,113.29,950,2 +2013,5,14,0,30,0,0,0,1.2000000000000002,2,113.57000000000001,950,2 +2013,5,14,1,30,0,0,0,1.2000000000000002,2,111.17,950,2 +2013,5,14,2,30,0,0,0,1.2000000000000002,3,106.36,950,2 +2013,5,14,3,30,0,0,0,1.4000000000000001,3,99.61,950,2 +2013,5,14,4,30,0,0,0,1.7000000000000002,4,91.41,950,4 +2013,5,14,5,30,55,46,66,2.5,6,82.21000000000001,950,4 +2013,5,14,6,30,51,51,0,3.5,8,72.39,950,5 +2013,5,14,7,30,35,35,0,3.7,10,62.29,950,5 +2013,5,14,8,30,128,128,0,2.1,12,52.27,950,7 +2013,5,14,9,30,637,257,519,1.7000000000000002,12,42.84,950,8 +2013,5,14,10,30,744,307,532,4,14,34.82,950,9 +2013,5,14,11,30,861,175,790,5.4,17,29.68,940,9 +2013,5,14,12,30,907,87,938,5.6000000000000005,18,29.12,940,10 +2013,5,14,13,30,860,91,920,5.7,19,33.37,940,11 +2013,5,14,14,30,761,97,878,5.4,20,40.89,940,11 +2013,5,14,15,30,618,108,796,4.1000000000000005,21,50.1,940,12 +2013,5,14,16,30,141,141,0,3.3000000000000003,21,60.03,940,14 +2013,5,14,17,30,289,78,620,3.4000000000000004,19,70.13,940,14 +2013,5,14,18,30,121,51,406,3,16,80.02,940,11 +2013,5,14,19,30,0,0,0,3,13,89.36,940,9 +2013,5,14,20,30,0,0,0,3.4000000000000004,12,97.79,940,9 +2013,5,14,21,30,0,0,0,3.8000000000000003,11,104.87,940,9 +2013,5,14,22,30,0,0,0,3.8000000000000003,10,110.12,950,9 +2013,5,14,23,30,0,0,0,3.4000000000000004,9,113.05,950,9 +2013,5,15,0,30,0,0,0,2.9000000000000004,8,113.34,950,8 +2013,5,15,1,30,0,0,0,2.6,8,110.94,950,8 +2013,5,15,2,30,0,0,0,2.6,7,106.15,950,7 +2013,5,15,3,30,0,0,0,2.6,7,99.41,950,7 +2013,5,15,4,30,0,0,0,2.7,7,91.22,950,6 +2013,5,15,5,30,98,37,442,3.1,9,82.04,950,6 +2013,5,15,6,30,266,59,681,3.2,12,72.23,950,7 +2013,5,15,7,30,447,72,802,3.2,14,62.13,950,7 +2013,5,15,8,30,616,81,870,3.7,16,52.1,950,7 +2013,5,15,9,30,757,91,906,4.2,17,42.65,950,7 +2013,5,15,10,30,860,97,926,4.5,19,34.62,950,8 +2013,5,15,11,30,682,395,329,4.6000000000000005,20,29.46,950,8 +2013,5,15,12,30,753,362,447,4.6000000000000005,20,28.89,950,8 +2013,5,15,13,30,280,267,15,4.5,21,33.160000000000004,950,8 +2013,5,15,14,30,304,285,24,4.2,21,40.7,950,8 +2013,5,15,15,30,344,289,86,3.8000000000000003,21,49.92,950,8 +2013,5,15,16,30,329,212,232,2.9000000000000004,20,59.86,950,8 +2013,5,15,17,30,55,55,0,1.8,18,69.96000000000001,950,10 +2013,5,15,18,30,126,49,435,1.2000000000000002,15,79.85000000000001,950,13 +2013,5,15,19,30,0,0,0,1.2000000000000002,12,89.18,950,10 +2013,5,15,20,30,0,0,0,1.4000000000000001,10,97.59,950,8 +2013,5,15,21,30,0,0,0,1.5,10,104.66,950,8 +2013,5,15,22,30,0,0,0,1.6,9,109.89,950,8 +2013,5,15,23,30,0,0,0,1.5,8,112.82000000000001,950,7 +2013,5,16,0,30,0,0,0,1.5,7,113.11,950,7 +2013,5,16,1,30,0,0,0,1.4000000000000001,6,110.72,960,6 +2013,5,16,2,30,0,0,0,1.4000000000000001,5,105.94,960,4 +2013,5,16,3,30,0,0,0,1.3,4,99.21000000000001,960,4 +2013,5,16,4,30,0,0,0,1.4000000000000001,5,91.05,960,4 +2013,5,16,5,30,101,38,445,1.7000000000000002,7,81.87,960,5 +2013,5,16,6,30,270,61,676,1.9000000000000001,9,72.07000000000001,960,5 +2013,5,16,7,30,451,76,798,1.9000000000000001,12,61.97,960,5 +2013,5,16,8,30,623,84,874,2,15,51.94,960,5 +2013,5,16,9,30,766,89,919,1.9000000000000001,17,42.480000000000004,960,4 +2013,5,16,10,30,869,93,941,1.6,18,34.42,960,5 +2013,5,16,11,30,924,97,947,1.2000000000000002,19,29.23,960,6 +2013,5,16,12,30,928,95,949,0.9,20,28.66,960,6 +2013,5,16,13,30,654,393,310,0.9,20,32.95,960,6 +2013,5,16,14,30,545,360,244,0.9,19,40.52,960,6 +2013,5,16,15,30,640,103,832,0.9,18,49.75,960,7 +2013,5,16,16,30,230,204,51,1,18,59.7,960,6 +2013,5,16,17,30,204,134,202,1,17,69.8,960,7 +2013,5,16,18,30,66,62,23,1,14,79.68,960,10 +2013,5,16,19,30,0,0,0,1.2000000000000002,12,89,960,9 +2013,5,16,20,30,0,0,0,1.4000000000000001,10,97.4,960,7 +2013,5,16,21,30,0,0,0,1.6,8,104.45,960,6 +2013,5,16,22,30,0,0,0,2,7,109.68,960,5 +2013,5,16,23,30,0,0,0,2.3000000000000003,6,112.59,960,4 +2013,5,17,0,30,0,0,0,2.5,5,112.88,960,3 +2013,5,17,1,30,0,0,0,2.8000000000000003,5,110.5,960,3 +2013,5,17,2,30,0,0,0,3,5,105.73,960,2 +2013,5,17,3,30,0,0,0,3,5,99.03,960,2 +2013,5,17,4,30,0,0,0,3.1,5,90.87,960,2 +2013,5,17,5,30,19,19,0,3.4000000000000004,6,81.71000000000001,960,2 +2013,5,17,6,30,35,35,0,3.8000000000000003,8,71.91,960,3 +2013,5,17,7,30,138,138,0,4.2,11,61.82,960,4 +2013,5,17,8,30,124,124,0,4.5,13,51.79,960,4 +2013,5,17,9,30,354,317,49,4.7,14,42.31,960,5 +2013,5,17,10,30,704,327,456,4.9,15,34.230000000000004,960,5 +2013,5,17,11,30,516,428,100,5,16,29.02,960,6 +2013,5,17,12,30,568,441,143,5,17,28.44,960,6 +2013,5,17,13,30,511,413,117,4.800000000000001,16,32.75,960,5 +2013,5,17,14,30,640,290,459,4.5,15,40.34,960,5 +2013,5,17,15,30,399,300,153,4.2,14,49.59,960,5 +2013,5,17,16,30,317,218,195,3.7,13,59.54,960,5 +2013,5,17,17,30,255,106,426,3.3000000000000003,12,69.64,960,5 +2013,5,17,18,30,101,67,187,3.1,11,79.51,960,6 +2013,5,17,19,30,7,7,0,3.1,9,88.82000000000001,960,5 +2013,5,17,20,30,0,0,0,3.4000000000000004,8,97.21000000000001,960,5 +2013,5,17,21,30,0,0,0,3.5,7,104.25,960,5 +2013,5,17,22,30,0,0,0,3.4000000000000004,6,109.46000000000001,960,5 +2013,5,17,23,30,0,0,0,3.4000000000000004,6,112.37,960,5 +2013,5,18,0,30,0,0,0,3,5,112.66,960,4 +2013,5,18,1,30,0,0,0,2.6,5,110.29,960,4 +2013,5,18,2,30,0,0,0,2.5,5,105.53,960,4 +2013,5,18,3,30,0,0,0,2.6,5,98.84,960,5 +2013,5,18,4,30,0,0,0,3,6,90.7,960,5 +2013,5,18,5,30,15,15,0,3.3000000000000003,6,81.55,960,5 +2013,5,18,6,30,72,72,0,3.4000000000000004,6,71.76,960,6 +2013,5,18,7,30,252,201,107,3.4000000000000004,6,61.67,960,6 +2013,5,18,8,30,116,116,0,3.5,7,51.63,960,7 +2013,5,18,9,30,206,200,8,3.6,8,42.14,960,7 +2013,5,18,10,30,199,192,8,3.7,9,34.04,960,7 +2013,5,18,11,30,59,59,0,3.9000000000000004,10,28.8,960,8 +2013,5,18,12,30,50,50,0,3.9000000000000004,12,28.22,960,9 +2013,5,18,13,30,263,251,15,3.8000000000000003,13,32.55,960,10 +2013,5,18,14,30,155,153,3,3.6,14,40.160000000000004,950,11 +2013,5,18,15,30,197,192,7,3.6,15,49.42,950,13 +2013,5,18,16,30,76,76,0,3.5,15,59.38,950,13 +2013,5,18,17,30,49,49,0,3.3000000000000003,14,69.48,950,14 +2013,5,18,18,30,12,12,0,2.7,14,79.35000000000001,950,14 +2013,5,18,19,30,0,0,0,2.1,14,88.65,950,14 +2013,5,18,20,30,0,0,0,1.8,14,97.02,950,14 +2013,5,18,21,30,0,0,0,1.7000000000000002,13,104.05,950,13 +2013,5,18,22,30,0,0,0,1.5,13,109.25,950,13 +2013,5,18,23,30,0,0,0,1.4000000000000001,12,112.16,950,13 +2013,5,19,0,30,0,0,0,1.2000000000000002,12,112.45,950,11 +2013,5,19,1,30,0,0,0,1.1,12,110.09,950,11 +2013,5,19,2,30,0,0,0,0.9,12,105.34,950,11 +2013,5,19,3,30,0,0,0,0.8,11,98.67,950,11 +2013,5,19,4,30,0,0,0,0.7000000000000001,11,90.54,950,11 +2013,5,19,5,30,27,27,0,1.1,12,81.4,950,11 +2013,5,19,6,30,54,54,0,1.9000000000000001,13,71.62,950,13 +2013,5,19,7,30,148,147,2,2.5,13,61.53,950,13 +2013,5,19,8,30,192,187,7,3.1,14,51.49,950,13 +2013,5,19,9,30,304,284,26,3.7,14,41.99,950,14 +2013,5,19,10,30,326,307,23,4.2,15,33.86,950,14 +2013,5,19,11,30,103,103,0,4.4,16,28.6,950,14 +2013,5,19,12,30,167,162,6,4.6000000000000005,17,28.01,950,14 +2013,5,19,13,30,48,48,0,4.6000000000000005,16,32.35,950,14 +2013,5,19,14,30,261,250,15,4.4,15,39.980000000000004,950,13 +2013,5,19,15,30,135,135,0,4.5,13,49.26,950,12 +2013,5,19,16,30,135,135,0,4.800000000000001,12,59.22,950,11 +2013,5,19,17,30,113,113,0,4.9,11,69.32000000000001,950,10 +2013,5,19,18,30,35,35,0,4.7,10,79.18,950,9 +2013,5,19,19,30,2,2,0,4.6000000000000005,10,88.47,950,9 +2013,5,19,20,30,0,0,0,4.6000000000000005,10,96.84,950,9 +2013,5,19,21,30,0,0,0,4.800000000000001,10,103.86,950,9 +2013,5,19,22,30,0,0,0,5.2,10,109.05,950,9 +2013,5,19,23,30,0,0,0,5.4,9,111.95,950,9 +2013,5,20,0,30,0,0,0,5.4,9,112.24000000000001,950,9 +2013,5,20,1,30,0,0,0,5.4,8,109.89,950,8 +2013,5,20,2,30,0,0,0,5.300000000000001,8,105.16,950,8 +2013,5,20,3,30,0,0,0,5.2,7,98.5,950,7 +2013,5,20,4,30,0,0,0,5.2,7,90.38,950,7 +2013,5,20,5,30,9,9,0,5.300000000000001,8,81.26,950,7 +2013,5,20,6,30,26,26,0,5.6000000000000005,8,71.48,950,8 +2013,5,20,7,30,67,67,0,5.9,8,61.4,950,7 +2013,5,20,8,30,96,96,0,6,9,51.35,950,7 +2013,5,20,9,30,147,145,1,6.1000000000000005,10,41.84,950,8 +2013,5,20,10,30,85,85,0,6.1000000000000005,11,33.69,950,9 +2013,5,20,11,30,123,123,0,6.2,11,28.400000000000002,950,9 +2013,5,20,12,30,179,172,7,6.1000000000000005,12,27.8,950,9 +2013,5,20,13,30,181,175,7,5.800000000000001,12,32.160000000000004,950,9 +2013,5,20,14,30,87,87,0,5.5,13,39.81,950,10 +2013,5,20,15,30,100,100,0,5.1000000000000005,12,49.1,950,10 +2013,5,20,16,30,367,205,315,4.6000000000000005,11,59.07,950,9 +2013,5,20,17,30,176,142,96,4.1000000000000005,10,69.17,950,9 +2013,5,20,18,30,42,42,0,3.8000000000000003,9,79.02,950,9 +2013,5,20,19,30,3,3,0,3.7,8,88.31,950,8 +2013,5,20,20,30,0,0,0,3.5,8,96.66,950,8 +2013,5,20,21,30,0,0,0,3.5,8,103.67,950,8 +2013,5,20,22,30,0,0,0,3.7,7,108.85000000000001,950,7 +2013,5,20,23,30,0,0,0,4,7,111.74000000000001,950,7 +2013,5,21,0,30,0,0,0,4,7,112.03,950,7 +2013,5,21,1,30,0,0,0,4,6,109.69,950,6 +2013,5,21,2,30,0,0,0,4.1000000000000005,6,104.98,950,6 +2013,5,21,3,30,0,0,0,4,5,98.33,950,4 +2013,5,21,4,30,0,0,0,4,5,90.23,950,4 +2013,5,21,5,30,17,17,0,4.1000000000000005,5,81.12,950,4 +2013,5,21,6,30,99,99,0,4.5,6,71.35000000000001,950,6 +2013,5,21,7,30,50,50,0,4.800000000000001,7,61.27,950,6 +2013,5,21,8,30,121,121,0,4.9,8,51.22,950,6 +2013,5,21,9,30,255,244,14,4.800000000000001,9,41.69,950,7 +2013,5,21,10,30,304,288,18,4.6000000000000005,11,33.52,950,7 +2013,5,21,11,30,299,284,16,4.5,12,28.21,950,8 +2013,5,21,12,30,328,310,20,4.5,11,27.6,950,8 +2013,5,21,13,30,383,352,36,4.5,11,31.970000000000002,950,8 +2013,5,21,14,30,171,167,5,4.6000000000000005,10,39.64,950,8 +2013,5,21,15,30,105,105,0,4.5,10,48.94,950,7 +2013,5,21,16,30,129,129,0,4.4,9,58.92,950,7 +2013,5,21,17,30,78,78,0,4.1000000000000005,8,69.01,950,7 +2013,5,21,18,30,52,52,0,3.9000000000000004,7,78.87,950,6 +2013,5,21,19,30,5,5,0,3.7,6,88.14,950,6 +2013,5,21,20,30,0,0,0,3.5,6,96.49000000000001,950,5 +2013,5,21,21,30,0,0,0,3.3000000000000003,5,103.48,950,4 +2013,5,21,22,30,0,0,0,3.2,5,108.65,950,4 +2013,5,21,23,30,0,0,0,3,5,111.54,950,4 +2013,5,22,0,30,0,0,0,2.5,4,111.84,950,4 +2013,5,22,1,30,0,0,0,2.4000000000000004,4,109.5,950,4 +2013,5,22,2,30,0,0,0,2.6,4,104.8,950,4 +2013,5,22,3,30,0,0,0,2.7,4,98.17,950,4 +2013,5,22,4,30,0,0,0,2.8000000000000003,4,90.08,950,4 +2013,5,22,5,30,42,42,0,2.9000000000000004,4,80.98,950,4 +2013,5,22,6,30,108,107,2,3.2,5,71.22,950,4 +2013,5,22,7,30,181,173,16,3.5,6,61.14,950,5 +2013,5,22,8,30,252,236,24,3.8000000000000003,7,51.09,950,6 +2013,5,22,9,30,312,291,28,4.1000000000000005,9,41.550000000000004,950,6 +2013,5,22,10,30,357,332,30,4.2,11,33.36,950,6 +2013,5,22,11,30,382,354,31,4.1000000000000005,12,28.02,950,6 +2013,5,22,12,30,936,141,895,4,14,27.400000000000002,960,6 +2013,5,22,13,30,892,130,897,3.8000000000000003,15,31.79,960,6 +2013,5,22,14,30,799,114,887,3.6,16,39.480000000000004,960,7 +2013,5,22,15,30,663,102,851,3.3000000000000003,16,48.79,960,7 +2013,5,22,16,30,498,87,791,2.8000000000000003,16,58.77,960,8 +2013,5,22,17,30,319,72,683,2.3000000000000003,15,68.86,960,10 +2013,5,22,18,30,146,52,480,2.2,13,78.71000000000001,960,10 +2013,5,22,19,30,18,18,0,2.2,11,87.98,960,9 +2013,5,22,20,30,0,0,0,2.1,9,96.31,960,9 +2013,5,22,21,30,0,0,0,1.9000000000000001,7,103.3,960,7 +2013,5,22,22,30,0,0,0,1.8,6,108.46000000000001,960,6 +2013,5,22,23,30,0,0,0,1.7000000000000002,4,111.35000000000001,960,4 +2013,5,23,0,30,0,0,0,1.7000000000000002,3,111.65,960,2 +2013,5,23,1,30,0,0,0,1.7000000000000002,2,109.32000000000001,960,2 +2013,5,23,2,30,0,0,0,1.6,1,104.63,960,1 +2013,5,23,3,30,0,0,0,1.6,0,98.02,970,0 +2013,5,23,4,30,0,0,0,2.1,0,89.94,970,0 +2013,5,23,5,30,125,41,532,3,2,80.85000000000001,970,0 +2013,5,23,6,30,302,60,747,3.5,4,71.10000000000001,970,0 +2013,5,23,7,30,487,73,855,3.4000000000000004,6,61.02,970,0 +2013,5,23,8,30,660,82,918,3.2,8,50.97,970,0 +2013,5,23,9,30,806,88,957,3.1,10,41.42,970,0 +2013,5,23,10,30,912,91,982,3,11,33.21,970,0 +2013,5,23,11,30,970,92,992,2.9000000000000004,12,27.84,970,0 +2013,5,23,12,30,974,93,989,2.7,13,27.21,970,1 +2013,5,23,13,30,924,93,976,2.5,14,31.61,970,1 +2013,5,23,14,30,827,92,950,2.4000000000000004,14,39.32,970,1 +2013,5,23,15,30,688,89,906,2.3000000000000003,14,48.64,970,1 +2013,5,23,16,30,519,82,840,2.1,13,58.620000000000005,970,1 +2013,5,23,17,30,336,69,735,1.6,12,68.72,970,1 +2013,5,23,18,30,158,49,547,1.1,10,78.56,970,4 +2013,5,23,19,30,21,15,155,1.1,7,87.82000000000001,970,4 +2013,5,23,20,30,0,0,0,1.2000000000000002,6,96.15,970,2 +2013,5,23,21,30,0,0,0,1.2000000000000002,5,103.12,970,2 +2013,5,23,22,30,0,0,0,1.2000000000000002,4,108.28,970,1 +2013,5,23,23,30,0,0,0,1.2000000000000002,3,111.16,970,1 +2013,5,24,0,30,0,0,0,1.2000000000000002,2,111.46000000000001,970,1 +2013,5,24,1,30,0,0,0,1.2000000000000002,1,109.15,970,0 +2013,5,24,2,30,0,0,0,1.2000000000000002,0,104.47,970,0 +2013,5,24,3,30,0,0,0,1.2000000000000002,0,97.87,970,0 +2013,5,24,4,30,0,0,0,1.5,1,89.81,970,0 +2013,5,24,5,30,119,45,455,1.9000000000000001,3,80.73,970,0 +2013,5,24,6,30,290,72,668,2.1,5,70.99,970,0 +2013,5,24,7,30,470,94,772,2.5,8,60.910000000000004,970,1 +2013,5,24,8,30,580,143,692,2.6,11,50.85,970,1 +2013,5,24,9,30,718,183,712,2.3000000000000003,13,41.29,970,2 +2013,5,24,10,30,845,177,796,2,14,33.06,970,3 +2013,5,24,11,30,829,325,568,2,15,27.67,970,3 +2013,5,24,12,30,865,278,658,2.1,16,27.03,970,4 +2013,5,24,13,30,831,238,695,2.2,16,31.44,970,4 +2013,5,24,14,30,711,248,596,2.2,15,39.160000000000004,970,5 +2013,5,24,15,30,647,137,770,2.2,15,48.49,970,5 +2013,5,24,16,30,392,196,374,2.1,15,58.480000000000004,970,5 +2013,5,24,17,30,188,146,114,1.7000000000000002,14,68.57000000000001,970,6 +2013,5,24,18,30,116,67,245,1.2000000000000002,12,78.41,970,8 +2013,5,24,19,30,15,15,0,1.1,10,87.66,970,8 +2013,5,24,20,30,0,0,0,1.2000000000000002,9,95.98,970,7 +2013,5,24,21,30,0,0,0,1.3,8,102.95,970,7 +2013,5,24,22,30,0,0,0,1.3,8,108.09,970,6 +2013,5,24,23,30,0,0,0,1.4000000000000001,7,110.98,970,6 +2013,5,25,0,30,0,0,0,1.5,6,111.28,970,6 +2013,5,25,1,30,0,0,0,1.5,5,108.98,970,4 +2013,5,25,2,30,0,0,0,1.4000000000000001,5,104.32000000000001,970,4 +2013,5,25,3,30,0,0,0,1.5,4,97.73,970,4 +2013,5,25,4,30,0,0,0,2,4,89.68,970,3 +2013,5,25,5,30,33,33,0,2.7,5,80.61,970,3 +2013,5,25,6,30,106,106,0,3.1,7,70.88,970,3 +2013,5,25,7,30,191,179,24,3.4000000000000004,10,60.800000000000004,970,4 +2013,5,25,8,30,259,241,28,3.8000000000000003,13,50.74,970,5 +2013,5,25,9,30,329,303,34,4.1000000000000005,14,41.17,970,5 +2013,5,25,10,30,322,303,21,4.3,15,32.92,970,5 +2013,5,25,11,30,311,295,17,4.1000000000000005,16,27.5,970,6 +2013,5,25,12,30,517,434,93,3.9000000000000004,17,26.85,970,7 +2013,5,25,13,30,621,417,238,3.7,17,31.27,970,7 +2013,5,25,14,30,581,359,286,3.6,17,39.01,970,8 +2013,5,25,15,30,463,300,245,3.3000000000000003,16,48.35,970,8 +2013,5,25,16,30,243,214,55,3.2,15,58.34,970,8 +2013,5,25,17,30,259,123,369,2.9000000000000004,14,68.43,970,8 +2013,5,25,18,30,108,71,179,2.1,11,78.27,970,8 +2013,5,25,19,30,20,17,70,1.7000000000000002,9,87.51,970,8 +2013,5,25,20,30,0,0,0,1.8,7,95.82000000000001,970,6 +2013,5,25,21,30,0,0,0,2,6,102.78,970,5 +2013,5,25,22,30,0,0,0,2.2,5,107.92,970,3 +2013,5,25,23,30,0,0,0,2.1,4,110.8,970,2 +2013,5,26,0,30,0,0,0,2.1,3,111.11,970,2 +2013,5,26,1,30,0,0,0,2.2,2,108.82000000000001,970,1 +2013,5,26,2,30,0,0,0,2.1,2,104.17,970,1 +2013,5,26,3,30,0,0,0,1.9000000000000001,2,97.60000000000001,970,1 +2013,5,26,4,30,0,0,0,2.2,3,89.56,970,1 +2013,5,26,5,30,93,53,246,2.6,5,80.5,970,2 +2013,5,26,6,30,249,89,486,2.7,8,70.77,970,4 +2013,5,26,7,30,392,154,485,3.2,11,60.7,970,5 +2013,5,26,8,30,501,247,400,4.1000000000000005,14,50.64,970,6 +2013,5,26,9,30,656,262,522,4.6000000000000005,15,41.06,970,5 +2013,5,26,10,30,755,316,523,4.7,16,32.78,970,5 +2013,5,26,11,30,915,142,870,4.6000000000000005,17,27.34,970,6 +2013,5,26,12,30,863,290,640,4.4,17,26.67,970,6 +2013,5,26,13,30,876,138,861,4.1000000000000005,16,31.11,960,6 +2013,5,26,14,30,786,127,846,4,15,38.86,960,6 +2013,5,26,15,30,599,183,624,3.7,14,48.21,960,6 +2013,5,26,16,30,459,122,640,3.1,14,58.2,960,6 +2013,5,26,17,30,263,133,349,2.7,13,68.3,960,6 +2013,5,26,18,30,153,56,472,2.3000000000000003,11,78.13,960,6 +2013,5,26,19,30,23,18,117,2.2,9,87.36,960,6 +2013,5,26,20,30,0,0,0,2.3000000000000003,7,95.67,960,4 +2013,5,26,21,30,0,0,0,2.5,6,102.61,960,3 +2013,5,26,22,30,0,0,0,2.5,5,107.75,960,3 +2013,5,26,23,30,0,0,0,2.4000000000000004,4,110.63,960,2 +2013,5,27,0,30,0,0,0,2.3000000000000003,4,110.94,960,2 +2013,5,27,1,30,0,0,0,2,4,108.66,960,2 +2013,5,27,2,30,0,0,0,1.8,3,104.03,960,2 +2013,5,27,3,30,0,0,0,1.6,3,97.47,960,2 +2013,5,27,4,30,0,0,0,2,4,89.45,960,2 +2013,5,27,5,30,84,57,160,2.5,6,80.4,960,3 +2013,5,27,6,30,248,92,470,3,8,70.68,960,4 +2013,5,27,7,30,417,119,607,3.6,11,60.61,960,5 +2013,5,27,8,30,511,243,421,4,12,50.54,960,7 +2013,5,27,9,30,647,271,497,4.4,14,40.95,960,7 +2013,5,27,10,30,772,307,551,4.7,15,32.65,960,8 +2013,5,27,11,30,708,418,326,4.9,16,27.18,960,8 +2013,5,27,12,30,540,443,108,4.9,17,26.5,960,8 +2013,5,27,13,30,505,417,102,4.5,16,30.95,960,8 +2013,5,27,14,30,451,371,103,4.1000000000000005,16,38.71,960,7 +2013,5,27,15,30,353,299,81,3.8000000000000003,16,48.07,960,7 +2013,5,27,16,30,358,221,258,3.5,15,58.07,960,7 +2013,5,27,17,30,179,153,70,2.9000000000000004,14,68.16,960,7 +2013,5,27,18,30,59,59,0,2.3000000000000003,12,77.99,960,7 +2013,5,27,19,30,8,8,0,2.1,10,87.22,960,7 +2013,5,27,20,30,0,0,0,2.3000000000000003,8,95.51,960,6 +2013,5,27,21,30,0,0,0,2.4000000000000004,7,102.45,960,6 +2013,5,27,22,30,0,0,0,2.3000000000000003,6,107.59,960,5 +2013,5,27,23,30,0,0,0,2.1,5,110.46000000000001,950,4 +2013,5,28,0,30,0,0,0,2.1,5,110.78,950,4 +2013,5,28,1,30,0,0,0,2,5,108.51,950,4 +2013,5,28,2,30,0,0,0,1.8,5,103.89,950,4 +2013,5,28,3,30,0,0,0,1.8,5,97.34,950,4 +2013,5,28,4,30,0,0,0,2,5,89.34,950,4 +2013,5,28,5,30,24,24,0,2.4000000000000004,7,80.3,950,5 +2013,5,28,6,30,144,126,51,2.9000000000000004,9,70.58,950,6 +2013,5,28,7,30,189,178,21,3.4000000000000004,12,60.52,950,7 +2013,5,28,8,30,506,248,406,3.9000000000000004,14,50.45,950,8 +2013,5,28,9,30,398,344,72,4.4,16,40.84,950,10 +2013,5,28,10,30,406,367,46,4.6000000000000005,17,32.53,950,11 +2013,5,28,11,30,587,449,155,4.4,18,27.04,950,11 +2013,5,28,12,30,568,450,131,3.9000000000000004,18,26.34,950,11 +2013,5,28,13,30,724,354,430,3.3000000000000003,18,30.79,950,11 +2013,5,28,14,30,615,349,340,2.9000000000000004,18,38.57,950,12 +2013,5,28,15,30,432,312,180,2.5,17,47.94,950,12 +2013,5,28,16,30,233,210,42,2.3000000000000003,16,57.94,950,11 +2013,5,28,17,30,237,143,251,2.1,15,68.03,950,11 +2013,5,28,18,30,64,64,0,1.7000000000000002,13,77.85000000000001,950,11 +2013,5,28,19,30,21,21,0,1.4000000000000001,11,87.08,950,11 +2013,5,28,20,30,0,0,0,1.4000000000000001,9,95.37,950,9 +2013,5,28,21,30,0,0,0,1.4000000000000001,9,102.3,950,8 +2013,5,28,22,30,0,0,0,1.5,8,107.43,950,8 +2013,5,28,23,30,0,0,0,1.4000000000000001,8,110.3,950,7 +2013,5,29,0,30,0,0,0,1.2000000000000002,7,110.63,950,7 +2013,5,29,1,30,0,0,0,1.1,7,108.37,950,7 +2013,5,29,2,30,0,0,0,1.1,7,103.76,950,7 +2013,5,29,3,30,0,0,0,1,7,97.23,950,7 +2013,5,29,4,30,0,0,0,1.4000000000000001,8,89.23,950,8 +2013,5,29,5,30,50,50,0,1.9000000000000001,10,80.21000000000001,950,9 +2013,5,29,6,30,125,118,18,2,12,70.5,950,10 +2013,5,29,7,30,277,212,131,2.2,14,60.43,950,12 +2013,5,29,8,30,607,116,770,2.4000000000000004,17,50.36,950,13 +2013,5,29,9,30,744,127,815,2.5,19,40.75,950,14 +2013,5,29,10,30,761,323,518,2.6,21,32.42,950,15 +2013,5,29,11,30,780,370,459,2.5,22,26.89,950,15 +2013,5,29,12,30,682,439,270,2.5,22,26.19,950,15 +2013,5,29,13,30,482,410,83,2.8000000000000003,23,30.64,950,15 +2013,5,29,14,30,409,356,67,3,22,38.43,950,15 +2013,5,29,15,30,364,304,89,2.8000000000000003,21,47.81,950,15 +2013,5,29,16,30,209,196,24,2.2,20,57.81,950,15 +2013,5,29,17,30,124,123,3,1.7000000000000002,19,67.9,950,16 +2013,5,29,18,30,60,60,0,1.6,17,77.72,950,16 +2013,5,29,19,30,9,9,0,1.9000000000000001,16,86.94,950,15 +2013,5,29,20,30,0,0,0,2.2,15,95.22,950,14 +2013,5,29,21,30,0,0,0,2.3000000000000003,14,102.15,950,14 +2013,5,29,22,30,0,0,0,2.2,13,107.27,950,13 +2013,5,29,23,30,0,0,0,2.1,13,110.15,950,13 +2013,5,30,0,30,0,0,0,2,12,110.48,950,11 +2013,5,30,1,30,0,0,0,2,12,108.23,950,11 +2013,5,30,2,30,0,0,0,2.1,12,103.63,950,11 +2013,5,30,3,30,0,0,0,2.3000000000000003,12,97.12,950,11 +2013,5,30,4,30,0,0,0,2.5,12,89.14,950,11 +2013,5,30,5,30,33,33,0,3,12,80.12,950,11 +2013,5,30,6,30,73,73,0,3.4000000000000004,13,70.41,950,13 +2013,5,30,7,30,111,111,0,3.6,14,60.35,950,13 +2013,5,30,8,30,184,181,5,4,15,50.28,950,14 +2013,5,30,9,30,298,280,23,4.1000000000000005,16,40.660000000000004,950,16 +2013,5,30,10,30,328,309,22,4.4,17,32.31,950,16 +2013,5,30,11,30,155,151,4,4.5,17,26.76,950,16 +2013,5,30,12,30,444,400,48,4.4,17,26.04,950,16 +2013,5,30,13,30,344,323,24,4.1000000000000005,17,30.5,950,16 +2013,5,30,14,30,469,378,116,4.1000000000000005,18,38.300000000000004,950,16 +2013,5,30,15,30,462,309,227,4.1000000000000005,17,47.68,950,16 +2013,5,30,16,30,473,125,650,3.7,16,57.69,950,16 +2013,5,30,17,30,304,106,522,3.2,15,67.78,950,15 +2013,5,30,18,30,60,60,0,2.7,13,77.59,950,13 +2013,5,30,19,30,10,10,0,2.3000000000000003,13,86.81,940,13 +2013,5,30,20,30,0,0,0,2.3000000000000003,12,95.08,940,11 +2013,5,30,21,30,0,0,0,2.6,12,102.01,940,11 +2013,5,30,22,30,0,0,0,2.7,12,107.13,940,11 +2013,5,30,23,30,0,0,0,2.6,12,110,940,11 +2013,5,31,0,30,0,0,0,2.6,12,110.34,940,11 +2013,5,31,1,30,0,0,0,2.6,12,108.10000000000001,940,11 +2013,5,31,2,30,0,0,0,2.4000000000000004,12,103.52,940,11 +2013,5,31,3,30,0,0,0,1.8,12,97.01,940,11 +2013,5,31,4,30,0,0,0,1.4000000000000001,12,89.04,940,11 +2013,5,31,5,30,98,56,245,1.8,13,80.03,940,13 +2013,5,31,6,30,33,33,0,2.7,15,70.34,940,14 +2013,5,31,7,30,319,209,223,3.6,16,60.28,940,15 +2013,5,31,8,30,578,166,644,4.4,17,50.2,940,15 +2013,5,31,9,30,614,320,387,4.800000000000001,19,40.57,940,14 +2013,5,31,10,30,795,293,592,5,20,32.2,940,14 +2013,5,31,11,30,366,343,26,5.4,21,26.63,940,14 +2013,5,31,12,30,527,441,94,5.7,22,25.89,940,15 +2013,5,31,13,30,335,316,22,5.4,22,30.36,940,15 +2013,5,31,14,30,718,268,572,4.6000000000000005,21,38.17,940,15 +2013,5,31,15,30,81,81,0,3.6,20,47.56,940,15 +2013,5,31,16,30,453,147,570,2.5,19,57.57,940,15 +2013,5,31,17,30,202,154,124,1.7000000000000002,18,67.66,940,16 +2013,5,31,18,30,98,79,85,1.2000000000000002,17,77.47,940,16 +2013,5,31,19,30,18,18,0,1.2000000000000002,15,86.68,940,15 +2013,5,31,20,30,0,0,0,1.4000000000000001,14,94.95,950,14 +2013,5,31,21,30,0,0,0,1.4000000000000001,14,101.87,950,14 +2013,5,31,22,30,0,0,0,1.1,13,106.98,940,13 +2013,5,31,23,30,0,0,0,0.9,12,109.86,940,11 +2013,6,1,0,30,0,0,0,0.8,12,110.21000000000001,940,11 +2013,6,1,1,30,0,0,0,0.8,11,107.97,950,11 +2013,6,1,2,30,0,0,0,0.7000000000000001,11,103.41,950,11 +2013,6,1,3,30,0,0,0,0.6000000000000001,11,96.92,950,11 +2013,6,1,4,30,4,4,0,0.7000000000000001,11,88.96000000000001,950,11 +2013,6,1,5,30,49,49,0,1.1,12,79.96000000000001,950,11 +2013,6,1,6,30,155,131,70,1.6,12,70.27,950,11 +2013,6,1,7,30,143,143,0,2.4000000000000004,13,60.21,950,12 +2013,6,1,8,30,146,146,0,3.2,12,50.14,950,11 +2013,6,1,9,30,139,138,0,4.1000000000000005,11,40.5,950,11 +2013,6,1,10,30,293,278,16,4.9,10,32.11,950,9 +2013,6,1,11,30,218,208,10,5.300000000000001,9,26.51,950,7 +2013,6,1,12,30,313,297,17,5.5,8,25.75,950,6 +2013,6,1,13,30,359,335,27,5.5,8,30.22,950,5 +2013,6,1,14,30,336,311,31,5.300000000000001,8,38.04,950,4 +2013,6,1,15,30,222,214,11,5.2,8,47.44,950,4 +2013,6,1,16,30,240,215,45,5.2,9,57.45,950,4 +2013,6,1,17,30,198,155,113,5,8,67.54,950,4 +2013,6,1,18,30,87,78,39,4.6000000000000005,7,77.35000000000001,950,3 +2013,6,1,19,30,34,20,234,3.9000000000000004,6,86.56,960,3 +2013,6,1,20,30,0,0,0,3.3000000000000003,5,94.82000000000001,960,3 +2013,6,1,21,30,0,0,0,2.8000000000000003,4,101.73,960,3 +2013,6,1,22,30,0,0,0,2.4000000000000004,4,106.85000000000001,960,3 +2013,6,1,23,30,0,0,0,2,3,109.73,960,2 +2013,6,2,0,30,0,0,0,1.7000000000000002,2,110.08,960,2 +2013,6,2,1,30,0,0,0,1.5,2,107.86,960,2 +2013,6,2,2,30,0,0,0,1.7000000000000002,2,103.3,960,2 +2013,6,2,3,30,0,0,0,2,3,96.82000000000001,960,2 +2013,6,2,4,30,12,10,76,2.2,3,88.88,960,2 +2013,6,2,5,30,135,46,505,2.5,4,79.89,960,3 +2013,6,2,6,30,308,66,715,3,6,70.2,960,3 +2013,6,2,7,30,492,78,831,3.4000000000000004,8,60.15,960,2 +2013,6,2,8,30,513,250,410,3.7,9,50.07,960,2 +2013,6,2,9,30,702,231,619,3.8000000000000003,11,40.42,960,2 +2013,6,2,10,30,910,96,959,3.9000000000000004,12,32.02,960,3 +2013,6,2,11,30,966,99,967,3.8000000000000003,13,26.39,960,3 +2013,6,2,12,30,974,93,976,3.7,14,25.62,960,3 +2013,6,2,13,30,926,95,960,3.6,15,30.09,960,3 +2013,6,2,14,30,832,93,937,3.5,15,37.92,960,3 +2013,6,2,15,30,699,87,903,3.4000000000000004,15,47.32,960,3 +2013,6,2,16,30,536,78,849,3,14,57.34,960,3 +2013,6,2,17,30,357,66,758,2.4000000000000004,13,67.42,960,3 +2013,6,2,18,30,181,50,592,1.5,11,77.23,960,5 +2013,6,2,19,30,37,21,245,1.2000000000000002,8,86.43,960,6 +2013,6,2,20,30,0,0,0,1.2000000000000002,6,94.69,960,4 +2013,6,2,21,30,0,0,0,1.2000000000000002,5,101.60000000000001,960,4 +2013,6,2,22,30,0,0,0,1.1,4,106.72,960,3 +2013,6,2,23,30,0,0,0,1.1,4,109.60000000000001,960,3 +2013,6,3,0,30,0,0,0,1.1,3,109.96000000000001,960,2 +2013,6,3,1,30,0,0,0,1.1,3,107.74000000000001,960,2 +2013,6,3,2,30,0,0,0,1.1,3,103.2,960,2 +2013,6,3,3,30,0,0,0,1.1,3,96.74000000000001,960,2 +2013,6,3,4,30,12,11,88,1,4,88.8,960,2 +2013,6,3,5,30,137,44,524,1.1,6,79.82000000000001,960,3 +2013,6,3,6,30,311,64,727,1.6,9,70.15,960,3 +2013,6,3,7,30,494,77,836,1.9000000000000001,11,60.1,960,2 +2013,6,3,8,30,664,86,899,1.8,12,50.01,960,2 +2013,6,3,9,30,807,92,938,1.6,13,40.36,960,2 +2013,6,3,10,30,911,96,960,1.6,14,31.94,960,3 +2013,6,3,11,30,815,360,507,1.5,15,26.29,960,3 +2013,6,3,12,30,830,358,522,1.5,16,25.5,960,3 +2013,6,3,13,30,852,233,714,1.7000000000000002,17,29.97,960,4 +2013,6,3,14,30,710,274,551,1.7000000000000002,16,37.800000000000004,960,3 +2013,6,3,15,30,486,304,268,1.5,15,47.21,960,3 +2013,6,3,16,30,375,224,278,1.2000000000000002,15,57.230000000000004,960,4 +2013,6,3,17,30,16,16,0,0.8,14,67.31,960,5 +2013,6,3,18,30,94,83,48,0.7000000000000001,13,77.12,960,7 +2013,6,3,19,30,18,18,0,0.9,11,86.32000000000001,960,6 +2013,6,3,20,30,0,0,0,1,9,94.57000000000001,960,6 +2013,6,3,21,30,0,0,0,1.1,8,101.48,960,6 +2013,6,3,22,30,0,0,0,1.2000000000000002,7,106.59,960,6 +2013,6,3,23,30,0,0,0,1.2000000000000002,6,109.48,960,5 +2013,6,4,0,30,0,0,0,1.1,5,109.84,960,4 +2013,6,4,1,30,0,0,0,1.1,5,107.64,960,3 +2013,6,4,2,30,0,0,0,1.1,4,103.11,960,3 +2013,6,4,3,30,0,0,0,1,4,96.66,960,2 +2013,6,4,4,30,4,4,0,1,6,88.73,960,2 +2013,6,4,5,30,43,43,0,1.5,8,79.76,960,3 +2013,6,4,6,30,70,70,0,2.2,9,70.09,960,2 +2013,6,4,7,30,110,110,0,2.8000000000000003,11,60.050000000000004,960,4 +2013,6,4,8,30,249,234,22,3.6,13,49.96,960,5 +2013,6,4,9,30,233,224,11,4.1000000000000005,14,40.300000000000004,960,3 +2013,6,4,10,30,401,364,43,4.2,14,31.86,960,3 +2013,6,4,11,30,563,448,128,4.1000000000000005,15,26.19,960,3 +2013,6,4,12,30,437,396,45,3.9000000000000004,15,25.38,960,4 +2013,6,4,13,30,357,334,26,3.8000000000000003,16,29.85,960,5 +2013,6,4,14,30,380,341,48,3.8000000000000003,15,37.69,960,5 +2013,6,4,15,30,281,261,29,3.8000000000000003,14,47.1,960,5 +2013,6,4,16,30,351,234,215,3.6,13,57.120000000000005,960,5 +2013,6,4,17,30,106,106,0,3.1,12,67.21000000000001,960,4 +2013,6,4,18,30,72,72,0,2.5,10,77.01,960,4 +2013,6,4,19,30,14,14,0,2.4000000000000004,8,86.2,960,4 +2013,6,4,20,30,0,0,0,2.6,7,94.46000000000001,960,4 +2013,6,4,21,30,0,0,0,2.7,6,101.36,960,4 +2013,6,4,22,30,0,0,0,2.7,6,106.47,960,4 +2013,6,4,23,30,0,0,0,2.6,6,109.36,960,4 +2013,6,5,0,30,0,0,0,2.4000000000000004,5,109.73,960,4 +2013,6,5,1,30,0,0,0,2,5,107.54,960,4 +2013,6,5,2,30,0,0,0,1.7000000000000002,5,103.02,960,4 +2013,6,5,3,30,0,0,0,1.6,4,96.59,960,4 +2013,6,5,4,30,2,2,0,2.1,4,88.67,960,4 +2013,6,5,5,30,30,30,0,2.6,5,79.71000000000001,960,4 +2013,6,5,6,30,90,90,0,2.6,6,70.04,960,6 +2013,6,5,7,30,94,94,0,3,7,60,960,7 +2013,6,5,8,30,152,151,0,3.4000000000000004,8,49.910000000000004,960,7 +2013,6,5,9,30,125,125,0,3.7,8,40.24,960,7 +2013,6,5,10,30,180,174,6,3.8000000000000003,9,31.79,960,7 +2013,6,5,11,30,214,205,10,3.9000000000000004,9,26.09,960,7 +2013,6,5,12,30,189,182,8,4,10,25.26,960,7 +2013,6,5,13,30,215,206,9,3.9000000000000004,10,29.73,960,8 +2013,6,5,14,30,260,249,14,3.8000000000000003,10,37.58,960,7 +2013,6,5,15,30,256,242,19,3.7,10,47,960,7 +2013,6,5,16,30,195,187,14,3.5,9,57.02,960,7 +2013,6,5,17,30,144,137,16,3.2,9,67.1,960,7 +2013,6,5,18,30,5,5,0,2.6,8,76.9,960,7 +2013,6,5,19,30,1,1,0,2,7,86.10000000000001,960,7 +2013,6,5,20,30,0,0,0,1.4000000000000001,6,94.35000000000001,960,6 +2013,6,5,21,30,0,0,0,1.1,5,101.25,960,4 +2013,6,5,22,30,0,0,0,1,5,106.36,960,4 +2013,6,5,23,30,0,0,0,1,4,109.25,960,4 +2013,6,6,0,30,0,0,0,1.1,4,109.63,960,4 +2013,6,6,1,30,0,0,0,1.1,3,107.45,960,2 +2013,6,6,2,30,0,0,0,1.2000000000000002,3,102.95,960,2 +2013,6,6,3,30,0,0,0,1.2000000000000002,3,96.52,960,2 +2013,6,6,4,30,3,3,0,1.6,4,88.62,960,3 +2013,6,6,5,30,31,31,0,2.2,6,79.66,960,4 +2013,6,6,6,30,85,85,0,2.5,8,70,960,6 +2013,6,6,7,30,145,145,0,3,11,59.96,960,7 +2013,6,6,8,30,108,108,0,3.4000000000000004,12,49.870000000000005,960,8 +2013,6,6,9,30,192,187,6,3.6,13,40.2,960,8 +2013,6,6,10,30,206,198,9,3.6,14,31.73,960,8 +2013,6,6,11,30,594,452,158,3.5,14,26,960,9 +2013,6,6,12,30,563,452,123,3.5,15,25.16,960,9 +2013,6,6,13,30,202,194,9,3.4000000000000004,15,29.63,960,9 +2013,6,6,14,30,541,384,198,3.3000000000000003,15,37.480000000000004,960,9 +2013,6,6,15,30,416,318,143,3.2,15,46.9,960,9 +2013,6,6,16,30,333,239,172,3.1,15,56.92,960,8 +2013,6,6,17,30,247,150,247,2.6,14,67,960,8 +2013,6,6,18,30,41,41,0,1.6,12,76.8,960,8 +2013,6,6,19,30,37,25,170,1,9,85.99,960,9 +2013,6,6,20,30,0,0,0,1,8,94.24,960,7 +2013,6,6,21,30,0,0,0,1,7,101.14,960,6 +2013,6,6,22,30,0,0,0,0.9,7,106.25,960,6 +2013,6,6,23,30,0,0,0,0.8,7,109.15,960,5 +2013,6,7,0,30,0,0,0,0.7000000000000001,6,109.53,960,5 +2013,6,7,1,30,0,0,0,0.7000000000000001,6,107.37,960,5 +2013,6,7,2,30,0,0,0,0.8,5,102.87,960,5 +2013,6,7,3,30,0,0,0,0.9,5,96.46000000000001,960,4 +2013,6,7,4,30,12,12,0,0.9,5,88.57000000000001,960,4 +2013,6,7,5,30,125,56,387,0.9,7,79.62,960,5 +2013,6,7,6,30,171,135,106,0.8,9,69.97,960,5 +2013,6,7,7,30,205,189,31,0.7000000000000001,11,59.93,960,5 +2013,6,7,8,30,282,258,38,0.8,12,49.84,960,5 +2013,6,7,9,30,309,289,26,1,13,40.15,960,7 +2013,6,7,10,30,358,334,29,1.4000000000000001,14,31.67,960,8 +2013,6,7,11,30,547,445,113,1.7000000000000002,14,25.92,960,8 +2013,6,7,12,30,578,455,136,1.9000000000000001,15,25.060000000000002,960,9 +2013,6,7,13,30,495,418,88,2,15,29.52,960,9 +2013,6,7,14,30,387,346,51,1.8,15,37.38,960,9 +2013,6,7,15,30,253,240,18,1.5,15,46.800000000000004,960,10 +2013,6,7,16,30,148,148,0,1.2000000000000002,14,56.82,960,10 +2013,6,7,17,30,110,110,0,0.9,14,66.91,960,10 +2013,6,7,18,30,48,48,0,0.7000000000000001,13,76.7,960,11 +2013,6,7,19,30,10,10,0,0.8,11,85.89,960,10 +2013,6,7,20,30,0,0,0,0.9,10,94.14,960,9 +2013,6,7,21,30,0,0,0,0.9,9,101.04,960,9 +2013,6,7,22,30,0,0,0,1,8,106.15,960,8 +2013,6,7,23,30,0,0,0,1,8,109.05,960,8 +2013,6,8,0,30,0,0,0,1.1,7,109.45,960,7 +2013,6,8,1,30,0,0,0,1.2000000000000002,7,107.29,960,7 +2013,6,8,2,30,0,0,0,1.2000000000000002,6,102.81,960,6 +2013,6,8,3,30,0,0,0,1.1,6,96.4,960,6 +2013,6,8,4,30,10,10,0,1.5,7,88.52,960,7 +2013,6,8,5,30,130,49,446,1.9000000000000001,9,79.58,960,7 +2013,6,8,6,30,292,73,638,1.9000000000000001,11,69.93,960,8 +2013,6,8,7,30,465,91,745,2.1,13,59.9,960,10 +2013,6,8,8,30,628,104,813,2.4000000000000004,15,49.81,960,11 +2013,6,8,9,30,766,114,852,2.8000000000000003,16,40.12,960,11 +2013,6,8,10,30,866,128,866,3.1,17,31.62,960,11 +2013,6,8,11,30,856,316,600,3.4000000000000004,17,25.85,960,11 +2013,6,8,12,30,639,455,203,3.6,18,24.96,960,11 +2013,6,8,13,30,516,418,112,3.7,19,29.42,960,11 +2013,6,8,14,30,539,386,193,3.6,19,37.28,960,11 +2013,6,8,15,30,608,204,589,3.5,18,46.71,960,11 +2013,6,8,16,30,346,239,195,3.3000000000000003,18,56.730000000000004,960,11 +2013,6,8,17,30,213,160,134,2.7,17,66.81,960,11 +2013,6,8,18,30,179,56,532,1.8,15,76.61,960,11 +2013,6,8,19,30,41,24,233,1.4000000000000001,12,85.8,960,11 +2013,6,8,20,30,0,0,0,1.6,10,94.04,960,9 +2013,6,8,21,30,0,0,0,1.6,9,100.94,960,9 +2013,6,8,22,30,0,0,0,1.6,8,106.06,960,8 +2013,6,8,23,30,0,0,0,1.5,8,108.96000000000001,960,8 +2013,6,9,0,30,0,0,0,1.4000000000000001,8,109.36,960,8 +2013,6,9,1,30,0,0,0,1.5,8,107.22,960,8 +2013,6,9,2,30,0,0,0,1.9000000000000001,8,102.75,960,8 +2013,6,9,3,30,0,0,0,2.2,8,96.35000000000001,960,8 +2013,6,9,4,30,9,9,0,2.4000000000000004,8,88.48,960,8 +2013,6,9,5,30,94,62,177,2.6,9,79.55,960,8 +2013,6,9,6,30,207,130,223,2.6,10,69.91,960,8 +2013,6,9,7,30,351,198,304,2.6,11,59.870000000000005,960,8 +2013,6,9,8,30,412,295,181,2.8000000000000003,12,49.78,960,9 +2013,6,9,9,30,480,367,147,3,12,40.09,960,9 +2013,6,9,10,30,373,344,33,3.3000000000000003,12,31.57,960,9 +2013,6,9,11,30,355,333,23,3.9000000000000004,12,25.78,960,9 +2013,6,9,12,30,368,345,25,4.3,12,24.88,960,9 +2013,6,9,13,30,350,328,25,4.4,11,29.330000000000002,960,9 +2013,6,9,14,30,356,326,36,4.2,11,37.19,960,9 +2013,6,9,15,30,217,210,10,4,11,46.62,960,9 +2013,6,9,16,30,113,113,0,3.9000000000000004,10,56.64,950,9 +2013,6,9,17,30,107,107,0,3.5,10,66.73,950,9 +2013,6,9,18,30,4,4,0,3,10,76.52,950,9 +2013,6,9,19,30,0,0,0,2.8000000000000003,9,85.71000000000001,950,9 +2013,6,9,20,30,0,0,0,2.6,9,93.95,950,9 +2013,6,9,21,30,0,0,0,2.7,9,100.85000000000001,950,9 +2013,6,9,22,30,0,0,0,2.6,8,105.97,950,8 +2013,6,9,23,30,0,0,0,2.2,8,108.88,950,8 +2013,6,10,0,30,0,0,0,1.8,8,109.29,950,8 +2013,6,10,1,30,0,0,0,1.6,8,107.15,950,8 +2013,6,10,2,30,0,0,0,1.4000000000000001,8,102.69,950,9 +2013,6,10,3,30,0,0,0,1.2000000000000002,9,96.31,950,9 +2013,6,10,4,30,0,0,0,1.2000000000000002,9,88.45,950,9 +2013,6,10,5,30,7,7,0,1.5,10,79.52,950,9 +2013,6,10,6,30,69,69,0,1.6,12,69.89,950,11 +2013,6,10,7,30,156,154,3,1.6,14,59.86,950,12 +2013,6,10,8,30,244,231,20,1.8,16,49.76,950,14 +2013,6,10,9,30,216,209,9,2,17,40.06,950,14 +2013,6,10,10,30,263,251,13,2.1,18,31.53,950,15 +2013,6,10,11,30,204,195,9,2.1,19,25.72,950,15 +2013,6,10,12,30,236,225,12,2.1,20,24.8,950,15 +2013,6,10,13,30,398,365,37,2.1,21,29.240000000000002,950,15 +2013,6,10,14,30,570,381,236,2.1,21,37.1,950,15 +2013,6,10,15,30,260,246,20,2.2,21,46.53,950,15 +2013,6,10,16,30,419,206,387,2.2,20,56.56,950,14 +2013,6,10,17,30,342,79,663,1.7000000000000002,19,66.64,950,14 +2013,6,10,18,30,101,86,64,1.1,18,76.44,950,15 +2013,6,10,19,30,23,23,0,0.9,16,85.62,950,15 +2013,6,10,20,30,0,0,0,0.9,14,93.86,950,14 +2013,6,10,21,30,0,0,0,1.1,14,100.77,950,13 +2013,6,10,22,30,0,0,0,1.2000000000000002,14,105.89,950,13 +2013,6,10,23,30,0,0,0,1.2000000000000002,13,108.8,950,13 +2013,6,11,0,30,0,0,0,1.1,13,109.22,950,13 +2013,6,11,1,30,0,0,0,1.2000000000000002,12,107.09,950,11 +2013,6,11,2,30,0,0,0,1.2000000000000002,12,102.65,950,11 +2013,6,11,3,30,0,0,0,1.1,11,96.28,950,11 +2013,6,11,4,30,12,12,0,1.4000000000000001,11,88.42,950,11 +2013,6,11,5,30,125,46,436,2,13,79.5,950,12 +2013,6,11,6,30,298,76,647,2.4000000000000004,14,69.87,950,13 +2013,6,11,7,30,478,86,779,2.7,16,59.84,950,14 +2013,6,11,8,30,647,92,859,2.7,18,49.75,950,13 +2013,6,11,9,30,790,95,907,2.8000000000000003,19,40.04,950,12 +2013,6,11,10,30,894,98,932,2.9000000000000004,20,31.5,950,12 +2013,6,11,11,30,951,100,943,2.9000000000000004,20,25.67,950,11 +2013,6,11,12,30,959,97,948,2.9000000000000004,21,24.72,950,11 +2013,6,11,13,30,913,96,935,2.8000000000000003,21,29.16,950,11 +2013,6,11,14,30,821,94,910,2.7,21,37.02,950,12 +2013,6,11,15,30,691,89,873,2.5,21,46.45,950,12 +2013,6,11,16,30,531,81,814,2.1,21,56.480000000000004,950,12 +2013,6,11,17,30,359,68,732,1.6,20,66.56,950,12 +2013,6,11,18,30,190,50,593,1.2000000000000002,18,76.36,950,13 +2013,6,11,19,30,47,24,299,1.1,16,85.54,950,14 +2013,6,11,20,30,0,0,0,1.1,15,93.78,950,11 +2013,6,11,21,30,0,0,0,1,15,100.69,950,10 +2013,6,11,22,30,0,0,0,0.9,14,105.81,950,10 +2013,6,11,23,30,0,0,0,0.9,13,108.73,950,9 +2013,6,12,0,30,0,0,0,1,12,109.16,950,9 +2013,6,12,1,30,0,0,0,1.1,11,107.04,950,9 +2013,6,12,2,30,0,0,0,1.1,10,102.61,960,9 +2013,6,12,3,30,0,0,0,1.1,9,96.25,960,9 +2013,6,12,4,30,14,12,88,1.2000000000000002,10,88.4,960,9 +2013,6,12,5,30,131,48,455,1.7000000000000002,13,79.49,960,11 +2013,6,12,6,30,295,70,652,2,16,69.86,960,12 +2013,6,12,7,30,467,85,760,2.2,18,59.83,960,13 +2013,6,12,8,30,525,234,449,2.7,19,49.74,950,12 +2013,6,12,9,30,629,302,427,2.8000000000000003,20,40.03,950,12 +2013,6,12,10,30,867,119,876,2.5,21,31.48,950,12 +2013,6,12,11,30,835,351,536,2.5,22,25.62,950,12 +2013,6,12,12,30,840,360,527,2.8000000000000003,21,24.650000000000002,950,12 +2013,6,12,13,30,765,353,472,3,20,29.09,950,12 +2013,6,12,14,30,701,293,510,2.9000000000000004,20,36.94,950,11 +2013,6,12,15,30,611,207,585,2.8000000000000003,19,46.38,950,12 +2013,6,12,16,30,477,140,609,2.5,18,56.4,950,12 +2013,6,12,17,30,231,161,176,2.2,17,66.49,950,13 +2013,6,12,18,30,106,87,77,2.1,16,76.28,950,13 +2013,6,12,19,30,26,25,12,2.1,15,85.47,960,12 +2013,6,12,20,30,0,0,0,2,13,93.71000000000001,960,11 +2013,6,12,21,30,0,0,0,1.7000000000000002,12,100.61,960,11 +2013,6,12,22,30,0,0,0,1.5,11,105.74000000000001,960,11 +2013,6,12,23,30,0,0,0,1.5,10,108.67,960,9 +2013,6,13,0,30,0,0,0,1.5,10,109.10000000000001,960,9 +2013,6,13,1,30,0,0,0,1.5,10,107,960,9 +2013,6,13,2,30,0,0,0,1.6,10,102.57000000000001,960,9 +2013,6,13,3,30,0,0,0,1.9000000000000001,10,96.22,960,9 +2013,6,13,4,30,15,12,103,2.7,10,88.38,960,9 +2013,6,13,5,30,133,50,450,3.1,11,79.48,960,10 +2013,6,13,6,30,295,78,630,3.1,12,69.86,960,10 +2013,6,13,7,30,465,100,725,3.1,14,59.83,960,10 +2013,6,13,8,30,624,124,773,3,16,49.74,960,11 +2013,6,13,9,30,757,146,798,2.8000000000000003,18,40.02,960,11 +2013,6,13,10,30,856,163,813,2.6,19,31.46,960,12 +2013,6,13,11,30,912,171,822,2.3000000000000003,20,25.580000000000002,960,12 +2013,6,13,12,30,944,117,908,1.9000000000000001,21,24.59,960,12 +2013,6,13,13,30,901,117,896,1.5,22,29.01,960,12 +2013,6,13,14,30,812,113,874,1.2000000000000002,22,36.87,960,12 +2013,6,13,15,30,684,105,838,1.1,22,46.31,960,12 +2013,6,13,16,30,528,94,781,1.1,22,56.33,960,12 +2013,6,13,17,30,357,78,696,1.1,21,66.42,960,12 +2013,6,13,18,30,187,58,544,1,19,76.21000000000001,960,13 +2013,6,13,19,30,46,26,251,1.2000000000000002,15,85.39,960,14 +2013,6,13,20,30,0,0,0,1.4000000000000001,13,93.64,960,12 +2013,6,13,21,30,0,0,0,1.4000000000000001,12,100.54,960,11 +2013,6,13,22,30,0,0,0,1.4000000000000001,10,105.68,960,10 +2013,6,13,23,30,0,0,0,1.3,10,108.61,960,9 +2013,6,14,0,30,0,0,0,1.3,9,109.06,960,9 +2013,6,14,1,30,0,0,0,1.4000000000000001,8,106.96000000000001,960,8 +2013,6,14,2,30,0,0,0,1.6,8,102.55,960,7 +2013,6,14,3,30,0,0,0,1.8,8,96.2,960,6 +2013,6,14,4,30,15,12,97,2.4000000000000004,9,88.37,960,6 +2013,6,14,5,30,133,50,451,3,11,79.48,960,6 +2013,6,14,6,30,295,77,633,3.3000000000000003,13,69.86,960,7 +2013,6,14,7,30,464,99,726,3.6,15,59.83,960,7 +2013,6,14,8,30,620,121,771,3.7,16,49.74,960,9 +2013,6,14,9,30,754,127,818,3.8000000000000003,17,40.02,960,9 +2013,6,14,10,30,851,140,833,4,18,31.44,960,10 +2013,6,14,11,30,799,372,472,4,19,25.55,960,11 +2013,6,14,12,30,781,381,440,3.9000000000000004,20,24.54,960,12 +2013,6,14,13,30,568,436,151,4,20,28.95,960,12 +2013,6,14,14,30,232,224,11,4.1000000000000005,20,36.800000000000004,960,12 +2013,6,14,15,30,47,47,0,4.1000000000000005,20,46.24,960,13 +2013,6,14,16,30,404,221,329,3.8000000000000003,19,56.26,960,13 +2013,6,14,17,30,194,161,82,3.3000000000000003,18,66.35,960,13 +2013,6,14,18,30,174,67,448,2.9000000000000004,16,76.14,960,13 +2013,6,14,19,30,40,29,136,2.9000000000000004,14,85.33,960,12 +2013,6,14,20,30,0,0,0,3.3000000000000003,12,93.57000000000001,960,11 +2013,6,14,21,30,0,0,0,3.6,10,100.48,960,9 +2013,6,14,22,30,0,0,0,3.5,9,105.62,960,8 +2013,6,14,23,30,0,0,0,3.2,9,108.56,950,8 +2013,6,15,0,30,0,0,0,3,9,109.01,950,8 +2013,6,15,1,30,0,0,0,2.7,9,106.93,950,8 +2013,6,15,2,30,0,0,0,2.3000000000000003,9,102.53,950,9 +2013,6,15,3,30,0,0,0,1.9000000000000001,10,96.19,950,9 +2013,6,15,4,30,9,9,0,1.7000000000000002,10,88.37,950,9 +2013,6,15,5,30,89,64,139,1.5,11,79.48,950,11 +2013,6,15,6,30,288,90,576,1.2000000000000002,13,69.86,950,12 +2013,6,15,7,30,201,188,26,1.6,16,59.84,950,14 +2013,6,15,8,30,629,108,806,2.2,19,49.75,950,15 +2013,6,15,9,30,764,120,841,2.2,20,40.02,950,15 +2013,6,15,10,30,689,378,364,2.1,21,31.43,950,14 +2013,6,15,11,30,554,448,117,2.4000000000000004,22,25.52,950,14 +2013,6,15,12,30,257,245,13,3,23,24.490000000000002,950,15 +2013,6,15,13,30,273,260,14,3.4000000000000004,23,28.89,950,15 +2013,6,15,14,30,638,361,345,3.2,23,36.74,950,14 +2013,6,15,15,30,607,215,565,3.1,23,46.18,950,14 +2013,6,15,16,30,528,89,788,2.8000000000000003,22,56.2,950,13 +2013,6,15,17,30,361,72,719,2.1,21,66.29,950,14 +2013,6,15,18,30,192,53,579,1.5,19,76.08,950,15 +2013,6,15,19,30,49,25,294,1.4000000000000001,16,85.27,950,14 +2013,6,15,20,30,0,0,0,1.4000000000000001,14,93.51,950,12 +2013,6,15,21,30,0,0,0,1.5,13,100.43,950,11 +2013,6,15,22,30,0,0,0,1.7000000000000002,13,105.57000000000001,950,10 +2013,6,15,23,30,0,0,0,1.9000000000000001,13,108.52,950,10 +2013,6,16,0,30,0,0,0,1.9000000000000001,12,108.98,950,10 +2013,6,16,1,30,0,0,0,1.7000000000000002,11,106.91,950,10 +2013,6,16,2,30,0,0,0,1.6,11,102.51,950,10 +2013,6,16,3,30,0,0,0,1.6,11,96.19,950,10 +2013,6,16,4,30,15,12,128,1.9000000000000001,12,88.37,950,10 +2013,6,16,5,30,135,43,502,2.4000000000000004,14,79.48,950,11 +2013,6,16,6,30,300,63,689,2.7,16,69.87,950,12 +2013,6,16,7,30,474,77,790,3.4000000000000004,19,59.85,950,13 +2013,6,16,8,30,637,87,850,4,20,49.76,950,12 +2013,6,16,9,30,774,95,887,4.3,21,40.03,950,12 +2013,6,16,10,30,310,293,19,4.6000000000000005,22,31.43,950,12 +2013,6,16,11,30,931,103,917,4.800000000000001,23,25.5,950,12 +2013,6,16,12,30,939,102,919,4.800000000000001,23,24.45,950,12 +2013,6,16,13,30,471,409,70,4.6000000000000005,23,28.84,950,13 +2013,6,16,14,30,343,318,31,4.3,23,36.69,950,13 +2013,6,16,15,30,502,310,277,3.5,22,46.12,950,13 +2013,6,16,16,30,167,165,4,2.6,21,56.14,950,14 +2013,6,16,17,30,351,80,671,1.8,20,66.23,950,14 +2013,6,16,18,30,155,75,329,1.1,19,76.02,950,15 +2013,6,16,19,30,39,28,125,0.8,17,85.21000000000001,950,15 +2013,6,16,20,30,0,0,0,0.9,15,93.46000000000001,950,14 +2013,6,16,21,30,0,0,0,0.9,14,100.38,950,13 +2013,6,16,22,30,0,0,0,0.8,13,105.52,950,12 +2013,6,16,23,30,0,0,0,0.7000000000000001,13,108.48,950,12 +2013,6,17,0,30,0,0,0,0.7000000000000001,12,108.95,950,11 +2013,6,17,1,30,0,0,0,0.7000000000000001,11,106.89,950,11 +2013,6,17,2,30,0,0,0,0.8,10,102.5,950,9 +2013,6,17,3,30,0,0,0,1.1,10,96.19,950,9 +2013,6,17,4,30,2,2,0,2,10,88.38,960,9 +2013,6,17,5,30,13,13,0,2.7,11,79.5,960,10 +2013,6,17,6,30,53,53,0,2.9000000000000004,11,69.89,960,10 +2013,6,17,7,30,274,215,117,3.1,11,59.870000000000005,960,9 +2013,6,17,8,30,279,256,36,3.2,11,49.77,960,9 +2013,6,17,9,30,224,217,10,3.1,11,40.04,960,9 +2013,6,17,10,30,213,205,9,3,11,31.44,960,9 +2013,6,17,11,30,447,402,50,2.7,12,25.490000000000002,960,9 +2013,6,17,12,30,453,407,51,2.3000000000000003,13,24.42,960,9 +2013,6,17,13,30,320,303,19,1.9000000000000001,14,28.79,960,10 +2013,6,17,14,30,269,256,15,1.5,15,36.63,960,10 +2013,6,17,15,30,444,324,173,1.3,16,46.06,960,10 +2013,6,17,16,30,350,244,190,1.3,16,56.09,960,11 +2013,6,17,17,30,363,72,720,1.2000000000000002,16,66.17,960,11 +2013,6,17,18,30,193,54,571,0.8,15,75.97,960,11 +2013,6,17,19,30,50,26,286,0.6000000000000001,13,85.16,960,11 +2013,6,17,20,30,0,0,0,0.7000000000000001,12,93.41,960,10 +2013,6,17,21,30,0,0,0,0.9,11,100.33,960,9 +2013,6,17,22,30,0,0,0,1,9,105.49000000000001,960,9 +2013,6,17,23,30,0,0,0,0.9,7,108.45,960,7 +2013,6,18,0,30,0,0,0,0.9,6,108.93,960,6 +2013,6,18,1,30,0,0,0,0.9,6,106.88,960,6 +2013,6,18,2,30,0,0,0,0.8,6,102.5,960,5 +2013,6,18,3,30,0,0,0,0.7000000000000001,6,96.19,960,4 +2013,6,18,4,30,15,12,129,0.7000000000000001,8,88.39,960,3 +2013,6,18,5,30,138,44,516,0.9,10,79.51,960,5 +2013,6,18,6,30,305,63,704,1.1,12,69.91,960,3 +2013,6,18,7,30,481,77,804,1.4000000000000001,14,59.89,960,5 +2013,6,18,8,30,646,88,863,1.7000000000000002,17,49.800000000000004,960,5 +2013,6,18,9,30,786,97,900,1.8,18,40.06,960,6 +2013,6,18,10,30,889,102,922,2,19,31.45,960,7 +2013,6,18,11,30,949,102,938,2.3000000000000003,19,25.490000000000002,960,7 +2013,6,18,12,30,961,96,950,2.4000000000000004,20,24.39,960,8 +2013,6,18,13,30,921,94,943,2.5,20,28.75,960,8 +2013,6,18,14,30,834,92,924,2.5,20,36.59,960,8 +2013,6,18,15,30,706,89,889,2.4000000000000004,19,46.01,960,8 +2013,6,18,16,30,548,81,834,2.3000000000000003,18,56.04,960,8 +2013,6,18,17,30,373,70,748,2,17,66.13,960,8 +2013,6,18,18,30,199,53,602,1.4000000000000001,15,75.92,960,9 +2013,6,18,19,30,53,26,315,1.1,12,85.11,960,10 +2013,6,18,20,30,0,0,0,1.1,10,93.37,960,8 +2013,6,18,21,30,0,0,0,1.2000000000000002,9,100.29,960,6 +2013,6,18,22,30,0,0,0,1.2000000000000002,8,105.45,960,6 +2013,6,18,23,30,0,0,0,1.2000000000000002,8,108.43,960,5 +2013,6,19,0,30,0,0,0,1.3,7,108.92,960,5 +2013,6,19,1,30,0,0,0,1.2000000000000002,7,106.87,960,5 +2013,6,19,2,30,0,0,0,1.1,7,102.51,960,6 +2013,6,19,3,30,0,0,0,1.1,7,96.21000000000001,960,6 +2013,6,19,4,30,14,12,84,1.5,8,88.41,960,7 +2013,6,19,5,30,79,64,80,2,11,79.54,960,8 +2013,6,19,6,30,93,93,0,2,13,69.93,960,9 +2013,6,19,7,30,458,96,722,2,16,59.92,960,10 +2013,6,19,8,30,461,281,280,2.2,19,49.82,960,11 +2013,6,19,9,30,556,355,263,2.3000000000000003,21,40.08,960,12 +2013,6,19,10,30,667,394,320,2.5,22,31.46,960,13 +2013,6,19,11,30,368,345,26,2.8000000000000003,23,25.490000000000002,960,14 +2013,6,19,12,30,827,372,499,2.9000000000000004,23,24.37,960,15 +2013,6,19,13,30,875,132,847,2.8000000000000003,23,28.72,960,15 +2013,6,19,14,30,655,332,401,2.6,23,36.54,960,15 +2013,6,19,15,30,612,213,573,2.5,23,45.97,960,16 +2013,6,19,16,30,469,158,555,2.3000000000000003,22,55.99,960,16 +2013,6,19,17,30,348,81,657,1.9000000000000001,21,66.08,960,16 +2013,6,19,18,30,182,60,502,1.3,20,75.88,960,17 +2013,6,19,19,30,46,28,219,1.2000000000000002,17,85.07000000000001,960,17 +2013,6,19,20,30,0,0,0,1.3,16,93.33,960,15 +2013,6,19,21,30,0,0,0,1.4000000000000001,15,100.26,960,15 +2013,6,19,22,30,0,0,0,1.3,15,105.43,960,15 +2013,6,19,23,30,0,0,0,1.3,14,108.41,960,14 +2013,6,20,0,30,0,0,0,1.2000000000000002,14,108.91,960,14 +2013,6,20,1,30,0,0,0,1.1,14,106.88,960,14 +2013,6,20,2,30,0,0,0,1,14,102.52,960,14 +2013,6,20,3,30,0,0,0,0.8,14,96.22,960,14 +2013,6,20,4,30,9,9,0,0.8,14,88.43,960,14 +2013,6,20,5,30,90,63,150,1.3,15,79.56,960,15 +2013,6,20,6,30,60,60,0,1.8,16,69.96000000000001,960,16 +2013,6,20,7,30,132,132,0,2.1,17,59.95,960,16 +2013,6,20,8,30,147,147,0,2.3000000000000003,18,49.85,960,17 +2013,6,20,9,30,145,144,1,2.4000000000000004,19,40.11,960,18 +2013,6,20,10,30,249,238,12,2.1,21,31.48,960,18 +2013,6,20,11,30,365,342,25,1.8,22,25.490000000000002,960,19 +2013,6,20,12,30,327,310,19,2,23,24.36,960,19 +2013,6,20,13,30,387,357,33,2.2,22,28.69,960,19 +2013,6,20,14,30,256,245,13,2.2,21,36.51,960,19 +2013,6,20,15,30,211,205,9,2.7,20,45.93,960,18 +2013,6,20,16,30,361,243,211,3.3000000000000003,19,55.95,960,18 +2013,6,20,17,30,144,139,11,3.1,17,66.04,960,17 +2013,6,20,18,30,123,90,136,2.6,16,75.84,960,16 +2013,6,20,19,30,28,28,6,2.7,15,85.04,960,15 +2013,6,20,20,30,0,0,0,2.9000000000000004,14,93.3,960,14 +2013,6,20,21,30,0,0,0,3.1,14,100.24000000000001,960,14 +2013,6,20,22,30,0,0,0,3.5,14,105.41,960,14 +2013,6,20,23,30,0,0,0,3.6,13,108.4,960,13 +2013,6,21,0,30,0,0,0,3.6,13,108.91,960,13 +2013,6,21,1,30,0,0,0,3.8000000000000003,13,106.89,960,13 +2013,6,21,2,30,0,0,0,4.2,12,102.53,950,13 +2013,6,21,3,30,0,0,0,4.6000000000000005,12,96.25,950,12 +2013,6,21,4,30,1,1,0,4.4,13,88.46000000000001,950,13 +2013,6,21,5,30,16,16,0,3.6,13,79.60000000000001,950,13 +2013,6,21,6,30,113,112,2,3,13,70,950,12 +2013,6,21,7,30,154,152,3,2.3000000000000003,13,59.99,950,13 +2013,6,21,8,30,385,295,140,1.5,14,49.89,950,13 +2013,6,21,9,30,405,348,74,1.7000000000000002,15,40.14,950,14 +2013,6,21,10,30,682,386,347,2.6,16,31.51,960,14 +2013,6,21,11,30,747,386,400,3.1,18,25.51,960,15 +2013,6,21,12,30,655,455,219,3.2,19,24.35,960,15 +2013,6,21,13,30,671,418,288,3.2,20,28.66,960,16 +2013,6,21,14,30,676,310,454,2.9000000000000004,21,36.480000000000004,960,16 +2013,6,21,15,30,343,301,60,2.6,21,45.9,960,16 +2013,6,21,16,30,398,230,299,2.3000000000000003,21,55.92,960,16 +2013,6,21,17,30,230,165,160,1.8,20,66.01,960,16 +2013,6,21,18,30,93,86,26,1.2000000000000002,18,75.81,960,17 +2013,6,21,19,30,22,22,0,1.1,16,85.01,960,16 +2013,6,21,20,30,0,0,0,1.1,14,93.28,960,14 +2013,6,21,21,30,0,0,0,1,13,100.22,960,13 +2013,6,21,22,30,0,0,0,0.9,13,105.4,960,13 +2013,6,21,23,30,0,0,0,1.3,12,108.4,960,13 +2013,6,22,0,30,0,0,0,1.5,12,108.92,960,11 +2013,6,22,1,30,0,0,0,1.5,12,106.9,960,11 +2013,6,22,2,30,0,0,0,1.6,12,102.56,960,11 +2013,6,22,3,30,0,0,0,1.9000000000000001,12,96.28,960,11 +2013,6,22,4,30,1,1,0,2.5,12,88.5,960,11 +2013,6,22,5,30,84,63,117,3,12,79.63,960,12 +2013,6,22,6,30,10,10,0,3.6,13,70.04,960,13 +2013,6,22,7,30,280,214,131,4,14,60.03,960,13 +2013,6,22,8,30,479,270,324,4.1000000000000005,14,49.93,960,13 +2013,6,22,9,30,113,113,0,4,15,40.18,960,13 +2013,6,22,10,30,340,319,24,3.9000000000000004,16,31.55,960,14 +2013,6,22,11,30,134,133,1,3.8000000000000003,17,25.53,960,14 +2013,6,22,12,30,177,170,7,3.7,17,24.35,960,15 +2013,6,22,13,30,137,135,1,3.7,18,28.650000000000002,960,15 +2013,6,22,14,30,292,277,18,3.6,18,36.45,960,15 +2013,6,22,15,30,178,175,4,3.2,18,45.87,960,15 +2013,6,22,16,30,62,62,0,2.8000000000000003,17,55.89,960,15 +2013,6,22,17,30,102,102,0,2.7,16,65.98,960,15 +2013,6,22,18,30,45,45,0,2.3000000000000003,15,75.78,960,14 +2013,6,22,19,30,39,32,73,1.9000000000000001,14,84.98,960,14 +2013,6,22,20,30,0,0,0,1.8,13,93.26,960,13 +2013,6,22,21,30,0,0,0,2,12,100.2,960,11 +2013,6,22,22,30,0,0,0,1.8,12,105.39,960,11 +2013,6,22,23,30,0,0,0,1.5,11,108.4,960,11 +2013,6,23,0,30,0,0,0,1.6,11,108.93,950,11 +2013,6,23,1,30,0,0,0,1.7000000000000002,11,106.92,950,11 +2013,6,23,2,30,0,0,0,1.4000000000000001,11,102.59,950,11 +2013,6,23,3,30,0,0,0,1.2000000000000002,11,96.31,950,11 +2013,6,23,4,30,3,3,0,1.9000000000000001,11,88.53,950,11 +2013,6,23,5,30,33,33,0,2.5,12,79.68,950,11 +2013,6,23,6,30,23,23,0,2.7,13,70.08,950,13 +2013,6,23,7,30,60,60,0,3.2,15,60.07,950,14 +2013,6,23,8,30,169,167,3,4.1000000000000005,17,49.97,950,15 +2013,6,23,9,30,258,247,15,4.800000000000001,18,40.22,950,16 +2013,6,23,10,30,321,303,21,5.1000000000000005,18,31.580000000000002,950,16 +2013,6,23,11,30,91,91,0,4.9,18,25.560000000000002,950,16 +2013,6,23,12,30,563,454,119,4.5,19,24.36,950,17 +2013,6,23,13,30,374,348,29,4.1000000000000005,21,28.64,950,18 +2013,6,23,14,30,769,179,732,4.2,22,36.43,950,20 +2013,6,23,15,30,665,143,749,4.7,22,45.84,950,20 +2013,6,23,16,30,459,189,481,4.5,21,55.86,950,18 +2013,6,23,17,30,361,83,681,3.8000000000000003,20,65.95,950,17 +2013,6,23,18,30,192,48,585,2.9000000000000004,19,75.76,950,16 +2013,6,23,19,30,51,28,269,2.2,17,84.97,950,15 +2013,6,23,20,30,0,0,0,1.9000000000000001,15,93.24,950,14 +2013,6,23,21,30,0,0,0,1.8,14,100.2,950,13 +2013,6,23,22,30,0,0,0,1.6,13,105.4,950,13 +2013,6,23,23,30,0,0,0,1.6,12,108.41,950,11 +2013,6,24,0,30,0,0,0,1.6,11,108.95,950,11 +2013,6,24,1,30,0,0,0,1.5,11,106.95,950,11 +2013,6,24,2,30,0,0,0,1.4000000000000001,10,102.62,950,9 +2013,6,24,3,30,0,0,0,1.3,10,96.35000000000001,950,9 +2013,6,24,4,30,14,11,107,1.6,11,88.58,950,11 +2013,6,24,5,30,132,43,496,2.1,14,79.72,950,12 +2013,6,24,6,30,297,64,685,2.4000000000000004,16,70.13,950,13 +2013,6,24,7,30,467,86,764,2.8000000000000003,19,60.120000000000005,950,15 +2013,6,24,8,30,628,104,815,3.4000000000000004,22,50.02,950,16 +2013,6,24,9,30,771,101,878,3.8000000000000003,23,40.27,950,16 +2013,6,24,10,30,872,105,901,3.9000000000000004,24,31.63,950,15 +2013,6,24,11,30,928,110,906,3.8000000000000003,25,25.59,950,15 +2013,6,24,12,30,854,345,559,3.7,25,24.38,950,15 +2013,6,24,13,30,816,323,561,3.7,25,28.63,950,16 +2013,6,24,14,30,807,105,872,3.5,25,36.42,950,16 +2013,6,24,15,30,677,109,814,3,25,45.82,950,16 +2013,6,24,16,30,435,206,408,2.4000000000000004,24,55.84,950,16 +2013,6,24,17,30,279,148,321,1.7000000000000002,23,65.93,950,17 +2013,6,24,18,30,161,75,350,1.2000000000000002,20,75.74,950,18 +2013,6,24,19,30,43,30,148,1.2000000000000002,18,84.95,950,17 +2013,6,24,20,30,0,0,0,1.1,17,93.23,950,15 +2013,6,24,21,30,0,0,0,1.1,17,100.2,950,15 +2013,6,24,22,30,0,0,0,1,16,105.4,950,14 +2013,6,24,23,30,0,0,0,1,16,108.43,950,14 +2013,6,25,0,30,0,0,0,1.1,16,108.98,950,14 +2013,6,25,1,30,0,0,0,1.1,15,106.99000000000001,950,14 +2013,6,25,2,30,0,0,0,1,15,102.67,950,13 +2013,6,25,3,30,0,0,0,1,14,96.4,950,13 +2013,6,25,4,30,10,10,0,0.9,14,88.63,950,13 +2013,6,25,5,30,101,57,248,0.9,16,79.77,950,14 +2013,6,25,6,30,143,128,46,0.7000000000000001,17,70.18,950,15 +2013,6,25,7,30,395,160,472,0.4,19,60.17,950,15 +2013,6,25,8,30,619,92,821,0.6000000000000001,22,50.08,950,16 +2013,6,25,9,30,757,97,865,1.1,25,40.32,950,16 +2013,6,25,10,30,858,100,890,1.8,26,31.68,950,17 +2013,6,25,11,30,913,104,897,2.1,26,25.63,950,18 +2013,6,25,12,30,922,103,899,2.1,26,24.400000000000002,950,19 +2013,6,25,13,30,881,104,886,2,26,28.64,950,19 +2013,6,25,14,30,797,100,866,1.9000000000000001,26,36.410000000000004,950,19 +2013,6,25,15,30,675,91,836,1.9000000000000001,26,45.81,950,19 +2013,6,25,16,30,524,80,789,2,25,55.82,950,19 +2013,6,25,17,30,357,68,708,1.9000000000000001,24,65.92,950,19 +2013,6,25,18,30,191,51,566,1.5,22,75.73,950,20 +2013,6,25,19,30,51,26,287,1.3,20,84.94,950,20 +2013,6,25,20,30,0,0,0,1.3,19,93.23,950,19 +2013,6,25,21,30,0,0,0,1.3,18,100.2,950,18 +2013,6,25,22,30,0,0,0,1.3,18,105.42,950,18 +2013,6,25,23,30,0,0,0,1.3,17,108.46000000000001,950,17 +2013,6,26,0,30,0,0,0,1.3,17,109.01,950,17 +2013,6,26,1,30,0,0,0,1.3,17,107.03,950,17 +2013,6,26,2,30,0,0,0,1.3,16,102.71000000000001,950,16 +2013,6,26,3,30,0,0,0,1.3,16,96.45,950,16 +2013,6,26,4,30,6,6,0,1.5,16,88.68,950,16 +2013,6,26,5,30,55,55,0,1.8,17,79.83,950,17 +2013,6,26,6,30,217,121,284,1.7000000000000002,17,70.24,950,17 +2013,6,26,7,30,56,56,0,1.6,18,60.230000000000004,950,17 +2013,6,26,8,30,161,160,2,1.7000000000000002,20,50.13,950,19 +2013,6,26,9,30,32,32,0,2.2,21,40.38,950,20 +2013,6,26,10,30,663,395,315,2.8000000000000003,23,31.73,950,21 +2013,6,26,11,30,886,140,827,3.1,24,25.68,950,21 +2013,6,26,12,30,760,390,406,3.1,25,24.43,950,21 +2013,6,26,13,30,709,393,359,3.1,25,28.64,950,21 +2013,6,26,14,30,350,323,33,3.4000000000000004,25,36.4,950,21 +2013,6,26,15,30,657,127,760,3.5,25,45.800000000000004,950,21 +2013,6,26,16,30,327,248,140,3,24,55.81,950,21 +2013,6,26,17,30,263,158,258,2.5,23,65.91,950,20 +2013,6,26,18,30,188,55,541,2.2,22,75.72,950,20 +2013,6,26,19,30,51,26,287,1.9000000000000001,20,84.94,950,19 +2013,6,26,20,30,0,0,0,1.7000000000000002,18,93.24,950,18 +2013,6,26,21,30,0,0,0,1.4000000000000001,17,100.21000000000001,950,17 +2013,6,26,22,30,0,0,0,1.2000000000000002,17,105.44,950,16 +2013,6,26,23,30,0,0,0,1.2000000000000002,17,108.49000000000001,950,16 +2013,6,27,0,30,0,0,0,1.2000000000000002,17,109.05,950,16 +2013,6,27,1,30,0,0,0,1.2000000000000002,17,107.08,950,16 +2013,6,27,2,30,0,0,0,1.2000000000000002,16,102.77,950,16 +2013,6,27,3,30,0,0,0,1.2000000000000002,16,96.51,950,16 +2013,6,27,4,30,12,12,0,1.3,16,88.74,950,16 +2013,6,27,5,30,126,41,481,1.8,17,79.89,950,17 +2013,6,27,6,30,279,65,633,2.2,19,70.3,950,18 +2013,6,27,7,30,437,97,686,3,21,60.29,950,18 +2013,6,27,8,30,573,166,635,3.8000000000000003,22,50.2,950,18 +2013,6,27,9,30,758,87,881,4.3,23,40.44,950,18 +2013,6,27,10,30,745,334,483,4.6000000000000005,24,31.79,950,17 +2013,6,27,11,30,919,91,920,4.800000000000001,24,25.73,950,17 +2013,6,27,12,30,926,101,906,4.9,25,24.46,950,17 +2013,6,27,13,30,287,273,15,5,25,28.66,950,16 +2013,6,27,14,30,800,102,868,4.9,24,36.410000000000004,950,16 +2013,6,27,15,30,563,271,419,4.5,24,45.800000000000004,950,16 +2013,6,27,16,30,518,97,749,4,23,55.81,950,16 +2013,6,27,17,30,288,143,355,3.5,22,65.9,950,17 +2013,6,27,18,30,85,83,7,2.9000000000000004,20,75.72,950,16 +2013,6,27,19,30,22,22,0,2.6,18,84.95,950,16 +2013,6,27,20,30,0,0,0,2.4000000000000004,17,93.25,950,15 +2013,6,27,21,30,0,0,0,2.2,16,100.23,950,15 +2013,6,27,22,30,0,0,0,2,15,105.47,950,15 +2013,6,27,23,30,0,0,0,1.8,15,108.52,950,15 +2013,6,28,0,30,0,0,0,2.1,15,109.10000000000001,950,15 +2013,6,28,1,30,0,0,0,2.5,15,107.13,950,15 +2013,6,28,2,30,0,0,0,2.7,15,102.83,950,15 +2013,6,28,3,30,0,0,0,2.6,15,96.57000000000001,950,15 +2013,6,28,4,30,1,1,0,2.7,15,88.81,950,15 +2013,6,28,5,30,19,19,0,3.4000000000000004,16,79.96000000000001,950,16 +2013,6,28,6,30,105,105,0,3.9000000000000004,17,70.37,950,16 +2013,6,28,7,30,289,211,156,4.1000000000000005,18,60.36,950,16 +2013,6,28,8,30,88,88,0,4.2,19,50.26,950,16 +2013,6,28,9,30,450,361,117,4.1000000000000005,20,40.51,950,16 +2013,6,28,10,30,855,89,901,4,21,31.86,950,16 +2013,6,28,11,30,464,411,58,3.8000000000000003,21,25.79,950,16 +2013,6,28,12,30,514,438,83,3.7,22,24.51,950,17 +2013,6,28,13,30,351,329,24,3.6,22,28.68,950,17 +2013,6,28,14,30,797,91,877,3.5,22,36.410000000000004,950,17 +2013,6,28,15,30,37,37,0,3.3000000000000003,21,45.800000000000004,950,17 +2013,6,28,16,30,70,70,0,3,20,55.81,950,17 +2013,6,28,17,30,295,138,383,2.5,19,65.9,950,17 +2013,6,28,18,30,147,84,255,2.1,18,75.72,950,18 +2013,6,28,19,30,38,29,108,2,17,84.95,950,17 +2013,6,28,20,30,0,0,0,1.9000000000000001,17,93.26,950,17 +2013,6,28,21,30,0,0,0,1.7000000000000002,16,100.26,950,16 +2013,6,28,22,30,0,0,0,1.5,16,105.5,950,16 +2013,6,28,23,30,0,0,0,1.2000000000000002,15,108.57000000000001,950,15 +2013,6,29,0,30,0,0,0,1.2000000000000002,15,109.15,950,15 +2013,6,29,1,30,0,0,0,1.3,14,107.19,950,15 +2013,6,29,2,30,0,0,0,1.5,14,102.89,950,14 +2013,6,29,3,30,0,0,0,1.8,14,96.64,950,14 +2013,6,29,4,30,4,4,0,2.3000000000000003,14,88.88,950,14 +2013,6,29,5,30,54,54,0,2.6,14,80.03,950,14 +2013,6,29,6,30,281,79,605,2.9000000000000004,15,70.44,960,14 +2013,6,29,7,30,457,94,735,3.3000000000000003,17,60.43,960,15 +2013,6,29,8,30,554,183,581,3.7,19,50.33,960,14 +2013,6,29,9,30,534,357,233,3.9000000000000004,20,40.58,960,13 +2013,6,29,10,30,688,366,379,3.8000000000000003,20,31.93,960,12 +2013,6,29,11,30,936,119,908,3.5,21,25.86,960,12 +2013,6,29,12,30,879,267,672,3.3000000000000003,21,24.560000000000002,960,11 +2013,6,29,13,30,827,288,614,3.1,22,28.71,960,11 +2013,6,29,14,30,682,306,466,2.9000000000000004,22,36.43,960,11 +2013,6,29,15,30,453,325,183,2.6,21,45.800000000000004,960,11 +2013,6,29,16,30,369,242,224,2.2,21,55.81,960,12 +2013,6,29,17,30,314,157,383,1.5,20,65.91,960,13 +2013,6,29,18,30,163,93,284,1,18,75.73,960,15 +2013,6,29,19,30,39,29,116,1,16,84.97,960,14 +2013,6,29,20,30,0,0,0,1.1,14,93.29,960,13 +2013,6,29,21,30,0,0,0,1.1,14,100.29,960,13 +2013,6,29,22,30,0,0,0,1,13,105.54,960,13 +2013,6,29,23,30,0,0,0,1,13,108.62,960,13 +2013,6,30,0,30,0,0,0,1,12,109.22,960,11 +2013,6,30,1,30,0,0,0,1,12,107.26,960,11 +2013,6,30,2,30,0,0,0,1.1,11,102.97,960,11 +2013,6,30,3,30,0,0,0,1.1,11,96.72,960,11 +2013,6,30,4,30,9,9,0,1.5,12,88.95,960,11 +2013,6,30,5,30,117,50,391,2,15,80.10000000000001,960,13 +2013,6,30,6,30,216,117,295,2.3000000000000003,17,70.51,960,14 +2013,6,30,7,30,365,177,382,2.4000000000000004,19,60.5,960,15 +2013,6,30,8,30,611,109,787,2.7,21,50.410000000000004,960,14 +2013,6,30,9,30,749,122,826,3,22,40.660000000000004,960,14 +2013,6,30,10,30,852,133,847,3.1,23,32.01,960,14 +2013,6,30,11,30,783,370,459,3.1,24,25.93,960,14 +2013,6,30,12,30,919,150,845,3,24,24.61,960,14 +2013,6,30,13,30,511,424,98,2.9000000000000004,24,28.740000000000002,960,14 +2013,6,30,14,30,661,323,420,2.8000000000000003,24,36.45,960,13 +2013,6,30,15,30,517,304,304,2.5,24,45.82,960,13 +2013,6,30,16,30,508,139,657,2.1,23,55.82,960,13 +2013,6,30,17,30,338,120,534,1.7000000000000002,22,65.92,960,14 +2013,6,30,18,30,172,87,348,1.3,20,75.75,960,15 +2013,6,30,19,30,39,30,104,1.2000000000000002,18,84.99,960,15 +2013,6,30,20,30,0,0,0,1.3,16,93.31,960,13 +2013,6,30,21,30,0,0,0,1.3,16,100.33,960,13 +2013,6,30,22,30,0,0,0,1.4000000000000001,15,105.59,960,14 +2013,6,30,23,30,0,0,0,1.5,14,108.68,960,14 +2013,7,1,0,30,0,0,0,1.5,13,109.28,960,13 +2013,7,1,1,30,0,0,0,1.4000000000000001,12,107.34,960,11 +2013,7,1,2,30,0,0,0,1.3,12,103.04,960,11 +2013,7,1,3,30,0,0,0,1.2000000000000002,11,96.8,970,11 +2013,7,1,4,30,0,0,0,1.4000000000000001,12,89.03,970,11 +2013,7,1,5,30,118,49,402,1.8,14,80.18,970,12 +2013,7,1,6,30,282,70,638,1.7000000000000002,16,70.59,970,12 +2013,7,1,7,30,457,83,761,1.5,18,60.58,970,13 +2013,7,1,8,30,622,94,829,1.4000000000000001,21,50.49,970,14 +2013,7,1,9,30,763,101,873,1.4000000000000001,22,40.74,970,13 +2013,7,1,10,30,866,108,894,1.5,23,32.09,970,12 +2013,7,1,11,30,583,449,149,1.5,24,26.01,970,13 +2013,7,1,12,30,538,445,102,1.6,24,24.68,970,13 +2013,7,1,13,30,675,413,298,1.7000000000000002,24,28.79,970,13 +2013,7,1,14,30,685,302,476,1.8,24,36.47,970,13 +2013,7,1,15,30,679,112,813,1.9000000000000001,24,45.83,970,13 +2013,7,1,16,30,525,98,761,2.1,23,55.84,960,13 +2013,7,1,17,30,358,77,688,2.3000000000000003,22,65.94,960,14 +2013,7,1,18,30,190,56,544,2.6,19,75.77,960,14 +2013,7,1,19,30,50,26,270,2.7,15,85.02,970,13 +2013,7,1,20,30,0,0,0,2.3000000000000003,13,93.35000000000001,970,11 +2013,7,1,21,30,0,0,0,1.7000000000000002,11,100.37,970,10 +2013,7,1,22,30,0,0,0,1.2000000000000002,11,105.65,970,8 +2013,7,1,23,30,0,0,0,1.1,10,108.74000000000001,970,7 +2013,7,2,0,30,0,0,0,1,10,109.36,970,7 +2013,7,2,1,30,0,0,0,1,9,107.42,970,7 +2013,7,2,2,30,0,0,0,0.9,9,103.13,970,6 +2013,7,2,3,30,0,0,0,0.9,9,96.88,970,6 +2013,7,2,4,30,0,0,0,1,10,89.12,960,6 +2013,7,2,5,30,115,48,395,1.2000000000000002,12,80.27,960,7 +2013,7,2,6,30,274,77,596,1.2000000000000002,14,70.67,960,6 +2013,7,2,7,30,447,96,714,1,17,60.67,960,8 +2013,7,2,8,30,611,110,788,0.8,20,50.57,960,9 +2013,7,2,9,30,753,117,840,0.5,22,40.82,960,11 +2013,7,2,10,30,857,122,868,0.5,23,32.17,960,12 +2013,7,2,11,30,918,125,882,0.8,24,26.09,960,13 +2013,7,2,12,30,936,110,910,0.9,25,24.75,960,13 +2013,7,2,13,30,663,419,279,0.9,25,28.830000000000002,960,13 +2013,7,2,14,30,667,315,436,0.9,25,36.5,960,13 +2013,7,2,15,30,686,97,845,0.8,25,45.86,960,13 +2013,7,2,16,30,532,88,791,0.8,24,55.86,960,13 +2013,7,2,17,30,361,74,704,0.8,24,65.96000000000001,960,14 +2013,7,2,18,30,192,56,553,0.9,22,75.79,960,13 +2013,7,2,19,30,50,26,274,1,18,85.05,960,16 +2013,7,2,20,30,0,0,0,1.2000000000000002,15,93.39,960,14 +2013,7,2,21,30,0,0,0,1.3,14,100.42,960,13 +2013,7,2,22,30,0,0,0,1.3,13,105.71000000000001,960,12 +2013,7,2,23,30,0,0,0,1.3,12,108.82000000000001,960,11 +2013,7,3,0,30,0,0,0,1.2000000000000002,11,109.44,960,10 +2013,7,3,1,30,0,0,0,1.1,11,107.5,960,10 +2013,7,3,2,30,0,0,0,1.1,10,103.22,960,9 +2013,7,3,3,30,0,0,0,1.1,10,96.97,960,9 +2013,7,3,4,30,0,0,0,1.2000000000000002,12,89.21000000000001,960,9 +2013,7,3,5,30,115,47,405,1.6,14,80.35000000000001,960,10 +2013,7,3,6,30,274,74,606,1.6,16,70.76,960,10 +2013,7,3,7,30,446,92,725,1.5,19,60.75,960,12 +2013,7,3,8,30,611,104,799,1.3,22,50.660000000000004,960,14 +2013,7,3,9,30,752,112,846,1,24,40.910000000000004,960,14 +2013,7,3,10,30,857,118,874,1,25,32.27,960,13 +2013,7,3,11,30,918,120,889,1.4000000000000001,26,26.18,960,14 +2013,7,3,12,30,933,113,903,1.8,26,24.82,960,14 +2013,7,3,13,30,726,365,411,2.1,26,28.89,960,14 +2013,7,3,14,30,390,349,50,2.3000000000000003,26,36.54,960,14 +2013,7,3,15,30,535,293,347,2.4000000000000004,26,45.89,960,14 +2013,7,3,16,30,443,197,438,2.2,25,55.88,960,14 +2013,7,3,17,30,351,89,644,1.9000000000000001,24,65.98,960,14 +2013,7,3,18,30,185,64,494,1.6,21,75.82000000000001,960,15 +2013,7,3,19,30,47,27,227,1.6,19,85.09,960,15 +2013,7,3,20,30,0,0,0,1.7000000000000002,17,93.43,960,13 +2013,7,3,21,30,0,0,0,1.6,15,100.48,960,13 +2013,7,3,22,30,0,0,0,1.6,14,105.78,960,12 +2013,7,3,23,30,0,0,0,1.5,14,108.9,960,12 +2013,7,4,0,30,0,0,0,1.4000000000000001,13,109.53,960,12 +2013,7,4,1,30,0,0,0,1.3,12,107.60000000000001,960,11 +2013,7,4,2,30,0,0,0,1.3,11,103.31,960,11 +2013,7,4,3,30,0,0,0,1.2000000000000002,11,97.07000000000001,960,11 +2013,7,4,4,30,0,0,0,1.6,12,89.3,960,11 +2013,7,4,5,30,116,45,430,2.1,14,80.45,960,12 +2013,7,4,6,30,278,68,639,2.1,16,70.85000000000001,960,13 +2013,7,4,7,30,452,84,755,2.4000000000000004,20,60.84,960,14 +2013,7,4,8,30,615,97,819,2.9000000000000004,22,50.75,960,14 +2013,7,4,9,30,751,110,849,3,23,41,960,13 +2013,7,4,10,30,850,123,860,3.1,24,32.36,950,14 +2013,7,4,11,30,904,135,857,3.4000000000000004,25,26.28,950,15 +2013,7,4,12,30,908,147,838,3.7,26,24.91,950,15 +2013,7,4,13,30,858,171,784,3.8000000000000003,26,28.95,950,16 +2013,7,4,14,30,622,363,322,3.6,25,36.59,950,16 +2013,7,4,15,30,634,188,641,3.3000000000000003,25,45.92,950,16 +2013,7,4,16,30,422,214,370,2.8000000000000003,25,55.92,950,16 +2013,7,4,17,30,289,140,367,2.2,24,66.02,950,17 +2013,7,4,18,30,162,97,266,2.1,22,75.86,950,18 +2013,7,4,19,30,36,29,74,2.4000000000000004,21,85.13,950,17 +2013,7,4,20,30,0,0,0,2.7,20,93.49,950,17 +2013,7,4,21,30,0,0,0,2.9000000000000004,19,100.54,950,17 +2013,7,4,22,30,0,0,0,2.8000000000000003,18,105.85000000000001,950,16 +2013,7,4,23,30,0,0,0,2.5,17,108.98,950,16 +2013,7,5,0,30,0,0,0,2.4000000000000004,16,109.62,950,16 +2013,7,5,1,30,0,0,0,2.5,16,107.7,950,16 +2013,7,5,2,30,0,0,0,2.8000000000000003,16,103.41,950,16 +2013,7,5,3,30,0,0,0,2.9000000000000004,16,97.17,950,16 +2013,7,5,4,30,0,0,0,3.3000000000000003,16,89.4,950,15 +2013,7,5,5,30,37,37,0,3.8000000000000003,18,80.54,950,16 +2013,7,5,6,30,147,125,66,4.1000000000000005,20,70.94,950,16 +2013,7,5,7,30,420,120,617,4.3,22,60.93,950,16 +2013,7,5,8,30,577,145,683,4.4,24,50.84,950,16 +2013,7,5,9,30,712,162,729,4.6000000000000005,25,41.1,950,16 +2013,7,5,10,30,813,174,757,4.800000000000001,25,32.46,950,16 +2013,7,5,11,30,400,369,34,5,26,26.38,950,17 +2013,7,5,12,30,733,411,355,5.2,27,25,950,17 +2013,7,5,13,30,758,354,461,5.300000000000001,27,29.02,950,17 +2013,7,5,14,30,759,175,727,5.300000000000001,27,36.64,950,18 +2013,7,5,15,30,528,298,330,5,27,45.96,950,18 +2013,7,5,16,30,500,122,675,4.4,26,55.95,950,18 +2013,7,5,17,30,108,108,0,3.7,25,66.06,950,18 +2013,7,5,18,30,171,79,378,3,24,75.9,950,18 +2013,7,5,19,30,41,30,123,2.7,22,85.18,950,19 +2013,7,5,20,30,0,0,0,2.6,21,93.55,950,19 +2013,7,5,21,30,0,0,0,2.5,20,100.61,950,19 +2013,7,5,22,30,0,0,0,2.2,19,105.93,950,19 +2013,7,5,23,30,0,0,0,1.8,18,109.07000000000001,950,18 +2013,7,6,0,30,0,0,0,1.7000000000000002,18,109.72,950,18 +2013,7,6,1,30,0,0,0,1.8,17,107.8,950,17 +2013,7,6,2,30,0,0,0,1.8,17,103.52,950,17 +2013,7,6,3,30,0,0,0,1.7000000000000002,17,97.27,950,17 +2013,7,6,4,30,0,0,0,1.8,17,89.5,950,17 +2013,7,6,5,30,103,51,324,2.1,18,80.64,950,18 +2013,7,6,6,30,187,123,194,2.1,19,71.04,950,18 +2013,7,6,7,30,18,18,0,2,21,61.03,950,18 +2013,7,6,8,30,361,285,120,1.7000000000000002,23,50.94,950,19 +2013,7,6,9,30,238,229,12,1.3,24,41.2,950,19 +2013,7,6,10,30,207,199,9,1,25,32.57,950,18 +2013,7,6,11,30,122,122,0,1.2000000000000002,26,26.490000000000002,950,18 +2013,7,6,12,30,507,434,80,1.8,25,25.09,950,18 +2013,7,6,13,30,501,421,91,2.3000000000000003,24,29.09,950,19 +2013,7,6,14,30,216,208,9,2.6,23,36.69,950,19 +2013,7,6,15,30,299,275,34,2.4000000000000004,23,46.01,950,20 +2013,7,6,16,30,197,189,13,2,22,56,950,20 +2013,7,6,17,30,74,74,0,1.6,21,66.1,950,20 +2013,7,6,18,30,16,16,0,1.2000000000000002,20,75.95,950,20 +2013,7,6,19,30,3,3,0,1,19,85.23,950,19 +2013,7,6,20,30,0,0,0,1.1,19,93.61,950,19 +2013,7,6,21,30,0,0,0,1.2000000000000002,19,100.69,950,19 +2013,7,6,22,30,0,0,0,1.2000000000000002,19,106.02,950,19 +2013,7,6,23,30,0,0,0,1,18,109.17,950,18 +2013,7,7,0,30,0,0,0,0.8,18,109.83,950,18 +2013,7,7,1,30,0,0,0,0.7000000000000001,18,107.91,950,18 +2013,7,7,2,30,0,0,0,0.7000000000000001,18,103.63,950,18 +2013,7,7,3,30,0,0,0,0.6000000000000001,18,97.38,950,18 +2013,7,7,4,30,0,0,0,0.4,18,89.61,950,18 +2013,7,7,5,30,95,61,211,0.6000000000000001,20,80.75,950,19 +2013,7,7,6,30,246,105,436,1.3,21,71.14,950,20 +2013,7,7,7,30,139,139,0,1.7000000000000002,23,61.13,950,20 +2013,7,7,8,30,179,176,5,1.6,24,51.04,950,20 +2013,7,7,9,30,242,232,12,1.4000000000000001,25,41.300000000000004,950,20 +2013,7,7,10,30,272,260,14,1.9000000000000001,26,32.68,950,19 +2013,7,7,11,30,220,210,10,2.5,27,26.61,950,20 +2013,7,7,12,30,257,245,13,2.8000000000000003,26,25.2,950,20 +2013,7,7,13,30,232,222,11,2.9000000000000004,25,29.17,950,20 +2013,7,7,14,30,369,336,41,3.2,24,36.75,950,20 +2013,7,7,15,30,264,249,21,3.5,23,46.06,960,20 +2013,7,7,16,30,322,246,136,3.5,21,56.04,960,19 +2013,7,7,17,30,193,162,76,3.4000000000000004,19,66.15,960,17 +2013,7,7,18,30,146,80,271,3.3000000000000003,17,76.01,960,15 +2013,7,7,19,30,33,29,56,3,15,85.3,960,14 +2013,7,7,20,30,0,0,0,2.6,14,93.68,960,13 +2013,7,7,21,30,0,0,0,2.2,13,100.77,960,12 +2013,7,7,22,30,0,0,0,1.9000000000000001,13,106.11,960,12 +2013,7,7,23,30,0,0,0,1.7000000000000002,12,109.28,960,11 +2013,7,8,0,30,0,0,0,1.4000000000000001,12,109.94,960,11 +2013,7,8,1,30,0,0,0,0.9,12,108.03,960,11 +2013,7,8,2,30,0,0,0,0.5,11,103.75,960,11 +2013,7,8,3,30,0,0,0,0.4,11,97.5,960,11 +2013,7,8,4,30,0,0,0,0.30000000000000004,12,89.72,960,11 +2013,7,8,5,30,107,45,385,0.5,14,80.85000000000001,960,12 +2013,7,8,6,30,266,68,615,0.7000000000000001,16,71.25,960,12 +2013,7,8,7,30,135,135,0,1.1,19,61.230000000000004,960,14 +2013,7,8,8,30,263,243,32,1.7000000000000002,22,51.14,960,16 +2013,7,8,9,30,329,301,37,1.8,23,41.410000000000004,960,16 +2013,7,8,10,30,665,360,362,1.6,24,32.79,960,16 +2013,7,8,11,30,921,106,912,1.4000000000000001,25,26.72,960,16 +2013,7,8,12,30,931,107,911,1.1,26,25.310000000000002,960,16 +2013,7,8,13,30,891,104,901,0.8,27,29.26,960,16 +2013,7,8,14,30,802,103,873,0.6000000000000001,27,36.82,960,16 +2013,7,8,15,30,677,96,838,0.5,27,46.12,960,15 +2013,7,8,16,30,524,85,786,0.6000000000000001,27,56.1,960,15 +2013,7,8,17,30,354,71,700,0.7000000000000001,26,66.2,960,15 +2013,7,8,18,30,185,53,549,0.9,24,76.07000000000001,960,16 +2013,7,8,19,30,46,24,266,1.2000000000000002,21,85.36,960,18 +2013,7,8,20,30,0,0,0,1.9000000000000001,19,93.76,960,16 +2013,7,8,21,30,0,0,0,2.5,18,100.86,960,17 +2013,7,8,22,30,0,0,0,2.5,17,106.21000000000001,960,17 +2013,7,8,23,30,0,0,0,2.3000000000000003,17,109.39,960,17 +2013,7,9,0,30,0,0,0,2.3000000000000003,17,110.06,960,16 +2013,7,9,1,30,0,0,0,2.2,16,108.15,960,16 +2013,7,9,2,30,0,0,0,2.1,16,103.87,960,16 +2013,7,9,3,30,0,0,0,2,15,97.62,960,15 +2013,7,9,4,30,0,0,0,2.2,15,89.84,960,15 +2013,7,9,5,30,53,51,7,2.5,16,80.96000000000001,960,15 +2013,7,9,6,30,109,107,6,2.7,18,71.36,950,15 +2013,7,9,7,30,191,178,28,2.8000000000000003,20,61.34,950,16 +2013,7,9,8,30,261,241,31,2.6,20,51.25,950,17 +2013,7,9,9,30,187,182,6,2.2,21,41.52,950,17 +2013,7,9,10,30,238,229,11,1.6,21,32.910000000000004,950,18 +2013,7,9,11,30,358,336,25,1.1,22,26.85,950,18 +2013,7,9,12,30,251,239,12,1,23,25.43,950,18 +2013,7,9,13,30,528,428,114,1.4000000000000001,24,29.35,950,18 +2013,7,9,14,30,222,214,10,2,24,36.9,950,18 +2013,7,9,15,30,488,314,250,2.6,24,46.18,950,18 +2013,7,9,16,30,235,216,35,3.2,23,56.160000000000004,950,19 +2013,7,9,17,30,203,163,99,4.2,22,66.26,950,19 +2013,7,9,18,30,121,88,138,5,19,76.13,950,18 +2013,7,9,19,30,42,27,187,4.3,16,85.44,950,14 +2013,7,9,20,30,0,0,0,2.9000000000000004,14,93.84,950,13 +2013,7,9,21,30,0,0,0,2.1,13,100.95,950,13 +2013,7,9,22,30,0,0,0,1.8,13,106.32000000000001,950,13 +2013,7,9,23,30,0,0,0,1.9000000000000001,13,109.51,950,13 +2013,7,10,0,30,0,0,0,2,13,110.19,960,13 +2013,7,10,1,30,0,0,0,1.9000000000000001,12,108.28,960,11 +2013,7,10,2,30,0,0,0,2,12,104,960,11 +2013,7,10,3,30,0,0,0,2.3000000000000003,12,97.74000000000001,960,11 +2013,7,10,4,30,0,0,0,2.9000000000000004,12,89.96000000000001,960,11 +2013,7,10,5,30,92,57,228,3.4000000000000004,13,81.08,960,12 +2013,7,10,6,30,245,103,445,3.7,15,71.47,960,13 +2013,7,10,7,30,417,126,608,4.1000000000000005,17,61.45,960,13 +2013,7,10,8,30,414,279,216,4.4,19,51.36,960,12 +2013,7,10,9,30,724,147,772,4.5,20,41.64,960,11 +2013,7,10,10,30,827,157,799,4.5,21,33.04,960,11 +2013,7,10,11,30,886,165,809,4.4,22,26.98,960,12 +2013,7,10,12,30,913,129,869,4.4,22,25.55,960,12 +2013,7,10,13,30,872,132,850,4.3,23,29.45,960,12 +2013,7,10,14,30,783,135,811,4.1000000000000005,22,36.980000000000004,960,12 +2013,7,10,15,30,494,310,265,3.8000000000000003,22,46.25,960,12 +2013,7,10,16,30,362,240,220,3.3000000000000003,21,56.22,960,12 +2013,7,10,17,30,53,53,0,2.4000000000000004,20,66.33,960,12 +2013,7,10,18,30,113,88,105,1.4000000000000001,19,76.2,960,14 +2013,7,10,19,30,24,24,0,1,17,85.51,960,14 +2013,7,10,20,30,0,0,0,1,15,93.93,960,13 +2013,7,10,21,30,0,0,0,1,14,101.05,960,13 +2013,7,10,22,30,0,0,0,1,14,106.44,960,13 +2013,7,10,23,30,0,0,0,1,14,109.63,960,13 +2013,7,11,0,30,0,0,0,0.9,14,110.32000000000001,960,13 +2013,7,11,1,30,0,0,0,0.8,14,108.42,960,13 +2013,7,11,2,30,0,0,0,0.6000000000000001,14,104.13,960,12 +2013,7,11,3,30,0,0,0,0.6000000000000001,14,97.87,960,12 +2013,7,11,4,30,0,0,0,0.7000000000000001,14,90.08,960,12 +2013,7,11,5,30,95,51,292,1.2000000000000002,16,81.2,960,13 +2013,7,11,6,30,250,90,505,1.7000000000000002,18,71.58,960,13 +2013,7,11,7,30,420,116,639,2.1,20,61.56,960,14 +2013,7,11,8,30,584,134,721,2.4000000000000004,22,51.480000000000004,960,13 +2013,7,11,9,30,725,147,775,2.5,23,41.76,960,13 +2013,7,11,10,30,832,155,807,2.7,24,33.160000000000004,960,14 +2013,7,11,11,30,894,159,825,2.9000000000000004,25,27.12,960,14 +2013,7,11,12,30,922,126,883,3.2,26,25.68,960,14 +2013,7,11,13,30,885,124,875,3.3000000000000003,26,29.560000000000002,960,14 +2013,7,11,14,30,800,120,851,3.4000000000000004,26,37.06,960,14 +2013,7,11,15,30,673,114,809,3.4000000000000004,26,46.32,960,14 +2013,7,11,16,30,516,105,739,3.3000000000000003,25,56.29,960,13 +2013,7,11,17,30,344,91,631,2.8000000000000003,24,66.4,960,14 +2013,7,11,18,30,175,66,458,2.1,21,76.28,960,15 +2013,7,11,19,30,39,26,172,1.8,19,85.60000000000001,960,15 +2013,7,11,20,30,0,0,0,1.9000000000000001,18,94.03,960,14 +2013,7,11,21,30,0,0,0,1.9000000000000001,17,101.16,960,14 +2013,7,11,22,30,0,0,0,1.8,17,106.56,960,14 +2013,7,11,23,30,0,0,0,2,17,109.76,960,14 +2013,7,12,0,30,0,0,0,2.1,17,110.46000000000001,960,14 +2013,7,12,1,30,0,0,0,2.7,17,108.56,960,14 +2013,7,12,2,30,0,0,0,3.4000000000000004,18,104.27,960,14 +2013,7,12,3,30,0,0,0,3.5,18,98,960,14 +2013,7,12,4,30,0,0,0,3.3000000000000003,18,90.21000000000001,960,14 +2013,7,12,5,30,74,51,155,3.6,18,81.32000000000001,960,14 +2013,7,12,6,30,212,102,352,4.1000000000000005,20,71.7,960,14 +2013,7,12,7,30,321,187,281,4.7,22,61.68,960,15 +2013,7,12,8,30,567,126,709,5.2,24,51.59,960,15 +2013,7,12,9,30,708,132,772,5.5,25,41.88,960,16 +2013,7,12,10,30,658,380,332,5.7,26,33.3,950,17 +2013,7,12,11,30,712,410,340,6,27,27.26,950,17 +2013,7,12,12,30,761,376,426,6.1000000000000005,28,25.82,950,17 +2013,7,12,13,30,564,432,152,6,28,29.68,950,18 +2013,7,12,14,30,771,133,801,5.6000000000000005,27,37.160000000000004,950,18 +2013,7,12,15,30,646,129,749,5.2,27,46.4,950,18 +2013,7,12,16,30,456,167,523,4.800000000000001,26,56.370000000000005,950,18 +2013,7,12,17,30,262,150,279,4.3,25,66.48,950,18 +2013,7,12,18,30,129,84,191,3.8000000000000003,24,76.36,950,18 +2013,7,12,19,30,27,25,26,3.6,23,85.69,950,18 +2013,7,12,20,30,0,0,0,3.7,22,94.13,950,18 +2013,7,12,21,30,0,0,0,4.1000000000000005,21,101.28,950,18 +2013,7,12,22,30,0,0,0,4.6000000000000005,20,106.68,950,18 +2013,7,12,23,30,0,0,0,4.3,20,109.9,950,18 +2013,7,13,0,30,0,0,0,3.8000000000000003,20,110.60000000000001,950,18 +2013,7,13,1,30,0,0,0,3.1,19,108.7,960,18 +2013,7,13,2,30,0,0,0,2.5,19,104.42,960,18 +2013,7,13,3,30,0,0,0,2.1,18,98.14,960,18 +2013,7,13,4,30,0,0,0,2.2,18,90.34,960,18 +2013,7,13,5,30,71,50,137,2.5,19,81.45,960,19 +2013,7,13,6,30,225,109,374,2.7,20,71.82000000000001,960,19 +2013,7,13,7,30,310,191,252,2.5,22,61.800000000000004,960,20 +2013,7,13,8,30,539,180,580,1.7000000000000002,23,51.71,960,20 +2013,7,13,9,30,511,349,217,1.1,24,42.01,960,20 +2013,7,13,10,30,397,354,51,1,25,33.43,960,21 +2013,7,13,11,30,494,422,80,1.3,26,27.41,960,21 +2013,7,13,12,30,669,440,254,1.8,26,25.96,960,21 +2013,7,13,13,30,611,428,211,2.3000000000000003,26,29.8,960,21 +2013,7,13,14,30,318,298,25,2.7,26,37.26,960,21 +2013,7,13,15,30,233,224,13,2.8000000000000003,25,46.49,960,21 +2013,7,13,16,30,287,237,89,2.7,25,56.45,960,21 +2013,7,13,17,30,158,146,29,2.5,24,66.56,960,20 +2013,7,13,18,30,59,59,0,1.9000000000000001,23,76.45,960,20 +2013,7,13,19,30,30,25,69,1.7000000000000002,21,85.79,960,20 +2013,7,13,20,30,0,0,0,2.1,21,94.24,960,20 +2013,7,13,21,30,0,0,0,2.7,20,101.4,960,20 +2013,7,13,22,30,0,0,0,3.1,19,106.82000000000001,960,20 +2013,7,13,23,30,0,0,0,3.3000000000000003,19,110.05,960,19 +2013,7,14,0,30,0,0,0,3.3000000000000003,18,110.75,960,18 +2013,7,14,1,30,0,0,0,3.1,18,108.85000000000001,960,17 +2013,7,14,2,30,0,0,0,3.1,17,104.56,960,16 +2013,7,14,3,30,0,0,0,3.1,17,98.28,960,16 +2013,7,14,4,30,0,0,0,3.3000000000000003,17,90.47,960,17 +2013,7,14,5,30,5,5,0,3.5,18,81.58,960,17 +2013,7,14,6,30,64,64,0,3.9000000000000004,20,71.95,960,17 +2013,7,14,7,30,58,58,0,4.1000000000000005,21,61.92,960,18 +2013,7,14,8,30,85,85,0,4.1000000000000005,23,51.84,960,18 +2013,7,14,9,30,120,120,0,3.9000000000000004,24,42.14,960,17 +2013,7,14,10,30,196,189,8,3.5,24,33.58,960,17 +2013,7,14,11,30,143,141,2,3.3000000000000003,25,27.560000000000002,960,18 +2013,7,14,12,30,296,281,16,3.1,24,26.11,960,18 +2013,7,14,13,30,369,342,30,2.9000000000000004,23,29.93,960,18 +2013,7,14,14,30,98,98,0,2.9000000000000004,23,37.36,960,18 +2013,7,14,15,30,95,95,0,2.8000000000000003,22,46.58,960,19 +2013,7,14,16,30,201,192,16,2.5,20,56.54,960,19 +2013,7,14,17,30,236,157,198,2.1,20,66.65,960,19 +2013,7,14,18,30,117,85,140,1.7000000000000002,19,76.54,960,19 +2013,7,14,19,30,22,22,0,1.2000000000000002,18,85.89,960,18 +2013,7,14,20,30,0,0,0,0.8,18,94.35000000000001,960,18 +2013,7,14,21,30,0,0,0,0.7000000000000001,18,101.52,970,18 +2013,7,14,22,30,0,0,0,0.7000000000000001,18,106.96000000000001,970,18 +2013,7,14,23,30,0,0,0,0.8,17,110.2,970,17 +2013,7,15,0,30,0,0,0,0.8,17,110.91,970,17 +2013,7,15,1,30,0,0,0,0.7000000000000001,17,109.01,970,17 +2013,7,15,2,30,0,0,0,0.7000000000000001,17,104.72,970,17 +2013,7,15,3,30,0,0,0,0.7000000000000001,17,98.43,970,17 +2013,7,15,4,30,0,0,0,0.9,17,90.61,970,17 +2013,7,15,5,30,39,39,0,1.2000000000000002,18,81.71000000000001,970,18 +2013,7,15,6,30,97,97,0,1.3,18,72.08,970,18 +2013,7,15,7,30,30,30,0,1.2000000000000002,19,62.050000000000004,970,18 +2013,7,15,8,30,77,77,0,1.2000000000000002,20,51.97,970,19 +2013,7,15,9,30,127,127,0,1.2000000000000002,21,42.27,970,20 +2013,7,15,10,30,104,104,0,1.5,22,33.72,970,20 +2013,7,15,11,30,196,189,8,1.6,23,27.72,970,20 +2013,7,15,12,30,327,309,19,1.8,24,26.27,970,20 +2013,7,15,13,30,289,275,15,1.9000000000000001,25,30.060000000000002,970,20 +2013,7,15,14,30,224,216,10,2,25,37.47,970,20 +2013,7,15,15,30,266,250,22,2.1,26,46.68,960,20 +2013,7,15,16,30,179,175,8,1.9000000000000001,25,56.63,960,19 +2013,7,15,17,30,220,159,154,1.6,24,66.75,960,20 +2013,7,15,18,30,162,69,402,1.4000000000000001,23,76.64,960,20 +2013,7,15,19,30,35,24,144,1.5,21,86,960,20 +2013,7,15,20,30,0,0,0,1.8,20,94.47,960,19 +2013,7,15,21,30,0,0,0,1.9000000000000001,19,101.66,960,18 +2013,7,15,22,30,0,0,0,1.8,18,107.10000000000001,960,18 +2013,7,15,23,30,0,0,0,1.7000000000000002,18,110.35000000000001,960,17 +2013,7,16,0,30,0,0,0,1.6,17,111.07000000000001,960,17 +2013,7,16,1,30,0,0,0,1.7000000000000002,17,109.18,960,17 +2013,7,16,2,30,0,0,0,2,17,104.88,960,17 +2013,7,16,3,30,0,0,0,2.1,18,98.58,960,18 +2013,7,16,4,30,0,0,0,2.3000000000000003,19,90.76,960,18 +2013,7,16,5,30,87,44,304,2.7,20,81.85000000000001,960,19 +2013,7,16,6,30,237,74,534,3.1,22,72.21000000000001,960,20 +2013,7,16,7,30,406,93,670,3.9000000000000004,25,62.18,960,21 +2013,7,16,8,30,567,107,749,4.4,27,52.1,960,21 +2013,7,16,9,30,705,122,790,4.5,28,42.410000000000004,960,21 +2013,7,16,10,30,813,125,829,4.5,29,33.87,960,20 +2013,7,16,11,30,878,124,852,4.6000000000000005,29,27.88,960,20 +2013,7,16,12,30,616,447,187,4.6000000000000005,30,26.43,960,19 +2013,7,16,13,30,742,345,460,4.5,30,30.2,960,19 +2013,7,16,14,30,772,118,825,4.4,30,37.59,960,19 +2013,7,16,15,30,642,126,753,4.2,30,46.79,960,19 +2013,7,16,16,30,490,112,688,3.8000000000000003,29,56.730000000000004,960,19 +2013,7,16,17,30,325,92,591,3.2,28,66.85,960,19 +2013,7,16,18,30,163,63,435,2.5,26,76.75,960,20 +2013,7,16,19,30,34,23,161,2.2,24,86.11,960,19 +2013,7,16,20,30,0,0,0,2.2,23,94.60000000000001,960,19 +2013,7,16,21,30,0,0,0,2,22,101.8,960,19 +2013,7,16,22,30,0,0,0,1.7000000000000002,21,107.26,960,19 +2013,7,16,23,30,0,0,0,1.5,20,110.52,960,19 +2013,7,17,0,30,0,0,0,1.3,19,111.24000000000001,960,19 +2013,7,17,1,30,0,0,0,1.2000000000000002,19,109.34,960,19 +2013,7,17,2,30,0,0,0,1.1,18,105.04,960,18 +2013,7,17,3,30,0,0,0,0.9,18,98.74000000000001,960,18 +2013,7,17,4,30,0,0,0,1.2000000000000002,19,90.9,960,19 +2013,7,17,5,30,86,42,315,1.8,21,81.98,960,19 +2013,7,17,6,30,236,73,536,2.1,23,72.34,960,20 +2013,7,17,7,30,400,97,652,2.1,24,62.31,960,20 +2013,7,17,8,30,560,114,728,1.8,25,52.230000000000004,960,20 +2013,7,17,9,30,526,339,253,1.5,26,42.550000000000004,960,20 +2013,7,17,10,30,654,373,338,1.4000000000000001,27,34.02,960,20 +2013,7,17,11,30,529,432,109,1.9000000000000001,28,28.05,960,20 +2013,7,17,12,30,793,363,481,2.3000000000000003,28,26.6,960,20 +2013,7,17,13,30,483,410,85,2.5,28,30.35,960,20 +2013,7,17,14,30,85,85,0,2.7,27,37.72,960,20 +2013,7,17,15,30,487,305,266,2.7,26,46.9,960,20 +2013,7,17,16,30,478,124,646,2.5,25,56.84,960,20 +2013,7,17,17,30,245,151,240,2.2,24,66.95,960,20 +2013,7,17,18,30,3,3,0,1.7000000000000002,22,76.86,960,19 +2013,7,17,19,30,0,0,0,1.2000000000000002,20,86.23,960,19 +2013,7,17,20,30,0,0,0,0.9,19,94.73,960,19 +2013,7,17,21,30,0,0,0,0.7000000000000001,18,101.94,960,18 +2013,7,17,22,30,0,0,0,0.6000000000000001,18,107.41,960,18 +2013,7,17,23,30,0,0,0,0.6000000000000001,18,110.68,960,18 +2013,7,18,0,30,0,0,0,0.6000000000000001,18,111.41,960,18 +2013,7,18,1,30,0,0,0,0.6000000000000001,18,109.52,960,18 +2013,7,18,2,30,0,0,0,0.6000000000000001,17,105.21000000000001,960,18 +2013,7,18,3,30,0,0,0,0.8,17,98.9,960,17 +2013,7,18,4,30,0,0,0,1.6,18,91.06,960,18 +2013,7,18,5,30,57,46,78,2.4000000000000004,19,82.13,960,18 +2013,7,18,6,30,159,115,144,2.7,21,72.48,960,19 +2013,7,18,7,30,371,136,507,3,23,62.440000000000005,960,21 +2013,7,18,8,30,556,110,730,3.4000000000000004,25,52.36,950,22 +2013,7,18,9,30,425,344,109,3.9000000000000004,26,42.69,950,22 +2013,7,18,10,30,801,120,823,4.4,28,34.18,950,22 +2013,7,18,11,30,672,423,283,4.6000000000000005,29,28.23,950,22 +2013,7,18,12,30,788,368,470,4.6000000000000005,29,26.77,950,22 +2013,7,18,13,30,840,121,834,4.5,30,30.5,950,22 +2013,7,18,14,30,758,119,809,4.2,30,37.85,950,22 +2013,7,18,15,30,590,216,548,4,29,47.02,950,22 +2013,7,18,16,30,488,98,715,3.8000000000000003,28,56.95,950,22 +2013,7,18,17,30,323,81,621,3.5,27,67.07000000000001,950,22 +2013,7,18,18,30,161,58,454,3.3000000000000003,26,76.98,950,22 +2013,7,18,19,30,31,22,141,3.2,24,86.36,950,21 +2013,7,18,20,30,0,0,0,2.7,23,94.87,950,21 +2013,7,18,21,30,0,0,0,2.4000000000000004,22,102.09,950,21 +2013,7,18,22,30,0,0,0,2.4000000000000004,21,107.58,950,21 +2013,7,18,23,30,0,0,0,2,20,110.86,950,20 +2013,7,19,0,30,0,0,0,1.9000000000000001,20,111.59,950,20 +2013,7,19,1,30,0,0,0,2,19,109.7,950,19 +2013,7,19,2,30,0,0,0,2.1,19,105.38,950,19 +2013,7,19,3,30,0,0,0,2.5,19,99.06,950,19 +2013,7,19,4,30,0,0,0,3.1,19,91.21000000000001,950,19 +2013,7,19,5,30,24,24,0,3.7,19,82.27,950,19 +2013,7,19,6,30,109,104,16,4.1000000000000005,19,72.62,950,18 +2013,7,19,7,30,121,121,0,4.2,19,62.58,950,17 +2013,7,19,8,30,590,92,817,4.2,20,52.5,950,16 +2013,7,19,9,30,740,94,881,4.2,22,42.84,950,14 +2013,7,19,10,30,507,402,126,4.4,23,34.34,950,14 +2013,7,19,11,30,909,95,925,4.6000000000000005,23,28.41,950,13 +2013,7,19,12,30,918,97,921,4.800000000000001,24,26.95,950,13 +2013,7,19,13,30,708,363,401,4.9,25,30.66,950,13 +2013,7,19,14,30,792,94,885,5,24,37.980000000000004,950,13 +2013,7,19,15,30,658,106,811,4.800000000000001,24,47.14,950,13 +2013,7,19,16,30,409,205,375,4.4,23,57.07,950,13 +2013,7,19,17,30,304,106,510,3.7,22,67.18,950,14 +2013,7,19,18,30,158,65,420,2.9000000000000004,21,77.10000000000001,950,14 +2013,7,19,19,30,28,21,119,2.4000000000000004,19,86.49,950,14 +2013,7,19,20,30,0,0,0,2,18,95.01,950,14 +2013,7,19,21,30,0,0,0,1.6,16,102.25,950,14 +2013,7,19,22,30,0,0,0,1.5,15,107.75,950,13 +2013,7,19,23,30,0,0,0,1.5,14,111.04,950,12 +2013,7,20,0,30,0,0,0,1.5,13,111.78,950,12 +2013,7,20,1,30,0,0,0,1.5,12,109.88,950,11 +2013,7,20,2,30,0,0,0,1.4000000000000001,11,105.56,960,11 +2013,7,20,3,30,0,0,0,1.2000000000000002,10,99.23,960,9 +2013,7,20,4,30,0,0,0,1.5,10,91.37,960,9 +2013,7,20,5,30,92,35,436,2,12,82.42,960,9 +2013,7,20,6,30,199,95,351,2.2,14,72.76,960,8 +2013,7,20,7,30,440,68,810,2.2,15,62.72,960,6 +2013,7,20,8,30,612,77,881,2.2,17,52.64,960,6 +2013,7,20,9,30,758,82,924,2.2,18,42.99,960,6 +2013,7,20,10,30,868,86,948,2.1,19,34.51,960,6 +2013,7,20,11,30,932,89,960,2,19,28.59,960,6 +2013,7,20,12,30,945,88,962,1.9000000000000001,20,27.14,960,7 +2013,7,20,13,30,906,87,953,1.8,21,30.830000000000002,960,7 +2013,7,20,14,30,818,86,930,1.7000000000000002,21,38.13,960,7 +2013,7,20,15,30,688,82,891,1.5,20,47.27,960,7 +2013,7,20,16,30,527,75,833,1.4000000000000001,19,57.19,960,7 +2013,7,20,17,30,350,65,738,1.2000000000000002,18,67.31,960,7 +2013,7,20,18,30,175,48,573,0.9,17,77.23,960,8 +2013,7,20,19,30,33,19,247,0.7000000000000001,15,86.63,960,10 +2013,7,20,20,30,0,0,0,0.8,13,95.16,960,9 +2013,7,20,21,30,0,0,0,0.9,12,102.42,960,9 +2013,7,20,22,30,0,0,0,1,11,107.93,960,9 +2013,7,20,23,30,0,0,0,1,10,111.23,960,9 +2013,7,21,0,30,0,0,0,1,9,111.97,960,9 +2013,7,21,1,30,0,0,0,1.1,9,110.07000000000001,960,9 +2013,7,21,2,30,0,0,0,1,8,105.74000000000001,960,8 +2013,7,21,3,30,0,0,0,1,8,99.4,960,8 +2013,7,21,4,30,0,0,0,1.6,8,91.53,960,8 +2013,7,21,5,30,85,35,390,2.4000000000000004,10,82.57000000000001,960,8 +2013,7,21,6,30,243,60,624,2.7,13,72.9,960,8 +2013,7,21,7,30,127,127,0,2.9000000000000004,15,62.86,960,8 +2013,7,21,8,30,402,267,222,2.9000000000000004,18,52.79,960,9 +2013,7,21,9,30,722,104,846,2.8000000000000003,19,43.14,960,10 +2013,7,21,10,30,662,358,370,2.8000000000000003,20,34.68,960,10 +2013,7,21,11,30,890,118,880,2.8000000000000003,20,28.78,960,11 +2013,7,21,12,30,908,105,904,2.9000000000000004,20,27.330000000000002,960,11 +2013,7,21,13,30,755,337,487,3,20,31,960,11 +2013,7,21,14,30,781,107,859,3,20,38.28,960,11 +2013,7,21,15,30,657,96,829,3.1,20,47.4,950,11 +2013,7,21,16,30,503,86,771,3.2,20,57.32,950,11 +2013,7,21,17,30,331,74,670,3.2,19,67.44,950,11 +2013,7,21,18,30,163,55,493,2.9000000000000004,17,77.37,950,11 +2013,7,21,19,30,29,20,162,2.8000000000000003,15,86.77,950,11 +2013,7,21,20,30,0,0,0,3,13,95.32000000000001,950,10 +2013,7,21,21,30,0,0,0,3.2,12,102.59,950,9 +2013,7,21,22,30,0,0,0,3.4000000000000004,11,108.11,950,9 +2013,7,21,23,30,0,0,0,3.3000000000000003,11,111.42,950,8 +2013,7,22,0,30,0,0,0,3,11,112.17,950,9 +2013,7,22,1,30,0,0,0,3.3000000000000003,12,110.26,950,10 +2013,7,22,2,30,0,0,0,3.8000000000000003,14,105.92,950,12 +2013,7,22,3,30,0,0,0,4,16,99.57000000000001,950,15 +2013,7,22,4,30,0,0,0,3.8000000000000003,17,91.69,950,17 +2013,7,22,5,30,7,7,0,3.8000000000000003,18,82.72,950,18 +2013,7,22,6,30,28,28,0,4.5,19,73.05,950,18 +2013,7,22,7,30,113,113,0,5.1000000000000005,20,63.01,950,19 +2013,7,22,8,30,569,107,767,5.2,21,52.94,950,19 +2013,7,22,9,30,725,99,859,5.2,22,43.300000000000004,950,17 +2013,7,22,10,30,844,88,921,5.1000000000000005,23,34.85,950,16 +2013,7,22,11,30,913,84,947,5.1000000000000005,24,28.97,950,14 +2013,7,22,12,30,674,429,276,5.1000000000000005,24,27.53,950,14 +2013,7,22,13,30,464,401,74,5.2,24,31.18,950,13 +2013,7,22,14,30,438,367,90,5.4,23,38.43,950,13 +2013,7,22,15,30,529,275,375,5.4,22,47.54,950,13 +2013,7,22,16,30,411,198,394,5.1000000000000005,21,57.45,950,12 +2013,7,22,17,30,254,139,302,4.4,20,67.57000000000001,950,11 +2013,7,22,18,30,170,47,570,3.6,19,77.51,950,11 +2013,7,22,19,30,31,18,246,3,17,86.92,950,11 +2013,7,22,20,30,0,0,0,2.4000000000000004,16,95.48,950,11 +2013,7,22,21,30,0,0,0,2.3000000000000003,14,102.76,950,11 +2013,7,22,22,30,0,0,0,2.4000000000000004,13,108.3,950,11 +2013,7,22,23,30,0,0,0,2.3000000000000003,12,111.62,950,10 +2013,7,23,0,30,0,0,0,2.4000000000000004,11,112.37,950,10 +2013,7,23,1,30,0,0,0,2.5,10,110.46000000000001,950,9 +2013,7,23,2,30,0,0,0,2.5,10,106.11,950,9 +2013,7,23,3,30,0,0,0,2.4000000000000004,10,99.75,960,9 +2013,7,23,4,30,0,0,0,2.6,10,91.86,960,9 +2013,7,23,5,30,40,39,3,3.1,11,82.88,960,9 +2013,7,23,6,30,245,56,655,3.3000000000000003,13,73.2,960,9 +2013,7,23,7,30,420,71,773,3.3000000000000003,15,63.15,960,8 +2013,7,23,8,30,587,83,838,3.2,16,53.08,960,8 +2013,7,23,9,30,732,90,884,3,18,43.46,960,9 +2013,7,23,10,30,840,97,908,2.9000000000000004,19,35.03,960,9 +2013,7,23,11,30,771,349,483,2.7,20,29.17,960,9 +2013,7,23,12,30,920,96,931,2.5,21,27.740000000000002,960,9 +2013,7,23,13,30,512,416,112,2.4000000000000004,21,31.36,960,9 +2013,7,23,14,30,583,360,285,2.5,22,38.59,960,9 +2013,7,23,15,30,489,295,288,2.6,21,47.69,960,9 +2013,7,23,16,30,371,220,281,2.6,20,57.59,960,8 +2013,7,23,17,30,337,67,712,2.1,19,67.71000000000001,960,8 +2013,7,23,18,30,164,49,541,1.4000000000000001,17,77.65,960,9 +2013,7,23,19,30,27,27,0,1,15,87.08,960,10 +2013,7,23,20,30,0,0,0,0.9,14,95.65,960,10 +2013,7,23,21,30,0,0,0,0.8,13,102.94,960,10 +2013,7,23,22,30,0,0,0,0.8,13,108.5,960,11 +2013,7,23,23,30,0,0,0,0.8,13,111.83,960,11 +2013,7,24,0,30,0,0,0,0.7000000000000001,13,112.58,960,11 +2013,7,24,1,30,0,0,0,0.5,13,110.67,960,11 +2013,7,24,2,30,0,0,0,0.5,12,106.31,960,11 +2013,7,24,3,30,0,0,0,0.6000000000000001,12,99.93,960,11 +2013,7,24,4,30,0,0,0,0.7000000000000001,12,92.03,960,11 +2013,7,24,5,30,39,38,2,0.8,13,83.04,960,11 +2013,7,24,6,30,69,69,0,1,15,73.35000000000001,960,11 +2013,7,24,7,30,384,93,649,1.3,18,63.300000000000004,960,10 +2013,7,24,8,30,497,187,518,1.6,19,53.24,960,9 +2013,7,24,9,30,713,109,834,1.9000000000000001,20,43.62,960,10 +2013,7,24,10,30,569,396,211,2.1,21,35.21,960,10 +2013,7,24,11,30,753,351,461,2.3000000000000003,21,29.38,960,10 +2013,7,24,12,30,815,334,544,2.5,22,27.95,960,10 +2013,7,24,13,30,864,111,883,2.6,23,31.55,960,10 +2013,7,24,14,30,356,324,40,2.7,22,38.76,960,10 +2013,7,24,15,30,546,248,444,2.7,22,47.84,960,10 +2013,7,24,16,30,442,153,542,2.5,21,57.74,960,10 +2013,7,24,17,30,228,147,217,2,20,67.86,960,11 +2013,7,24,18,30,110,75,165,1.3,19,77.8,960,12 +2013,7,24,19,30,17,17,0,1.1,17,87.24,960,13 +2013,7,24,20,30,0,0,0,1.2000000000000002,17,95.82000000000001,960,12 +2013,7,24,21,30,0,0,0,1.5,16,103.13,960,12 +2013,7,24,22,30,0,0,0,1.6,16,108.7,960,12 +2013,7,24,23,30,0,0,0,1.7000000000000002,15,112.04,960,12 +2013,7,25,0,30,0,0,0,1.7000000000000002,14,112.79,950,12 +2013,7,25,1,30,0,0,0,1.4000000000000001,13,110.88,950,12 +2013,7,25,2,30,0,0,0,1.2000000000000002,12,106.51,950,11 +2013,7,25,3,30,0,0,0,1.1,12,100.12,950,11 +2013,7,25,4,30,0,0,0,1,13,92.2,950,13 +2013,7,25,5,30,74,35,329,1.1,14,83.2,950,13 +2013,7,25,6,30,229,65,576,1.3,16,73.51,960,14 +2013,7,25,7,30,349,137,473,1.8,18,63.45,960,13 +2013,7,25,8,30,355,268,147,2.2,20,53.39,960,13 +2013,7,25,9,30,332,300,44,2.4000000000000004,21,43.79,950,14 +2013,7,25,10,30,822,107,876,2.5,22,35.4,950,14 +2013,7,25,11,30,668,413,293,2.6,23,29.59,950,14 +2013,7,25,12,30,569,440,146,2.7,23,28.16,950,13 +2013,7,25,13,30,666,393,320,2.6,23,31.75,950,13 +2013,7,25,14,30,552,369,236,2.3000000000000003,22,38.94,950,13 +2013,7,25,15,30,132,132,0,1.9000000000000001,21,48,950,14 +2013,7,25,16,30,371,216,290,1.7000000000000002,21,57.89,950,14 +2013,7,25,17,30,321,73,664,1.4000000000000001,20,68.01,950,15 +2013,7,25,18,30,117,71,224,1,18,77.96000000000001,950,15 +2013,7,25,19,30,23,16,149,0.7000000000000001,16,87.41,950,15 +2013,7,25,20,30,0,0,0,0.7000000000000001,16,96,950,15 +2013,7,25,21,30,0,0,0,0.7000000000000001,15,103.32000000000001,950,15 +2013,7,25,22,30,0,0,0,0.7000000000000001,14,108.9,950,14 +2013,7,25,23,30,0,0,0,0.8,13,112.25,950,13 +2013,7,26,0,30,0,0,0,0.8,13,113.01,950,13 +2013,7,26,1,30,0,0,0,0.8,12,111.09,950,11 +2013,7,26,2,30,0,0,0,0.7000000000000001,12,106.71000000000001,950,11 +2013,7,26,3,30,0,0,0,0.6000000000000001,12,100.31,950,11 +2013,7,26,4,30,0,0,0,0.5,12,92.38,950,11 +2013,7,26,5,30,38,37,10,0.9,13,83.37,950,13 +2013,7,26,6,30,93,93,0,2,14,73.66,950,13 +2013,7,26,7,30,201,176,55,3.2,13,63.61,950,13 +2013,7,26,8,30,241,224,28,4,11,53.550000000000004,960,11 +2013,7,26,9,30,257,245,16,4.6000000000000005,10,43.95,960,9 +2013,7,26,10,30,232,223,10,5.1000000000000005,9,35.59,960,8 +2013,7,26,11,30,575,432,165,5.300000000000001,9,29.8,960,7 +2013,7,26,12,30,242,232,12,5.4,11,28.38,960,7 +2013,7,26,13,30,202,194,8,5.6000000000000005,12,31.96,960,7 +2013,7,26,14,30,592,350,312,5.7,12,39.12,960,6 +2013,7,26,15,30,347,295,78,5.5,12,48.160000000000004,960,6 +2013,7,26,16,30,262,222,75,5.1000000000000005,11,58.050000000000004,960,6 +2013,7,26,17,30,66,66,0,4.3,10,68.17,960,6 +2013,7,26,18,30,106,73,159,3.2,9,78.12,960,6 +2013,7,26,19,30,15,15,0,2.2,8,87.58,960,7 +2013,7,26,20,30,0,0,0,2,7,96.19,960,7 +2013,7,26,21,30,0,0,0,2.3000000000000003,7,103.52,960,7 +2013,7,26,22,30,0,0,0,2.6,7,109.12,960,7 +2013,7,26,23,30,0,0,0,2.8000000000000003,7,112.48,960,6 +2013,7,27,0,30,0,0,0,2.5,6,113.24000000000001,960,6 +2013,7,27,1,30,0,0,0,2.5,6,111.31,960,6 +2013,7,27,2,30,0,0,0,2.8000000000000003,6,106.92,960,6 +2013,7,27,3,30,0,0,0,2.9000000000000004,6,100.5,960,6 +2013,7,27,4,30,0,0,0,3.2,6,92.56,960,6 +2013,7,27,5,30,5,5,0,3.7,8,83.53,960,6 +2013,7,27,6,30,34,34,0,4.2,9,73.82000000000001,960,7 +2013,7,27,7,30,75,75,0,4.7,10,63.76,960,7 +2013,7,27,8,30,205,197,12,5.2,10,53.71,960,8 +2013,7,27,9,30,171,168,4,5.6000000000000005,11,44.12,960,8 +2013,7,27,10,30,474,389,105,5.7,12,35.78,960,7 +2013,7,27,11,30,226,216,10,5.7,12,30.02,960,7 +2013,7,27,12,30,485,416,78,5.5,12,28.61,960,7 +2013,7,27,13,30,421,376,53,5.300000000000001,12,32.17,960,7 +2013,7,27,14,30,363,328,45,5.1000000000000005,12,39.300000000000004,960,7 +2013,7,27,15,30,184,180,5,5,11,48.34,960,7 +2013,7,27,16,30,133,133,0,4.800000000000001,10,58.21,960,7 +2013,7,27,17,30,166,144,61,4.5,10,68.33,960,7 +2013,7,27,18,30,85,73,62,4,9,78.29,960,7 +2013,7,27,19,30,11,11,0,3.6,8,87.76,960,8 +2013,7,27,20,30,0,0,0,3.2,8,96.38,960,8 +2013,7,27,21,30,0,0,0,2.7,8,103.73,960,8 +2013,7,27,22,30,0,0,0,2.4000000000000004,7,109.34,960,7 +2013,7,27,23,30,0,0,0,2.2,7,112.7,960,7 +2013,7,28,0,30,0,0,0,2.2,7,113.47,960,7 +2013,7,28,1,30,0,0,0,2.2,7,111.53,960,7 +2013,7,28,2,30,0,0,0,2.3000000000000003,7,107.13,960,7 +2013,7,28,3,30,0,0,0,2.5,7,100.7,960,7 +2013,7,28,4,30,0,0,0,2.8000000000000003,7,92.74,960,7 +2013,7,28,5,30,8,8,0,3.1,8,83.7,960,7 +2013,7,28,6,30,69,69,0,3.4000000000000004,9,73.98,960,8 +2013,7,28,7,30,88,88,0,3.6,11,63.92,960,8 +2013,7,28,8,30,191,186,8,3.8000000000000003,14,53.870000000000005,960,9 +2013,7,28,9,30,275,260,22,3.8000000000000003,15,44.300000000000004,960,9 +2013,7,28,10,30,598,382,267,3.8000000000000003,17,35.97,960,9 +2013,7,28,11,30,507,419,101,3.8000000000000003,18,30.240000000000002,960,9 +2013,7,28,12,30,736,362,426,3.7,19,28.84,960,10 +2013,7,28,13,30,864,107,896,3.7,20,32.38,960,10 +2013,7,28,14,30,781,101,881,3.6,20,39.49,960,10 +2013,7,28,15,30,654,97,841,3.4000000000000004,20,48.51,960,10 +2013,7,28,16,30,499,83,793,3,19,58.38,960,10 +2013,7,28,17,30,326,66,710,2.2,18,68.5,960,9 +2013,7,28,18,30,154,45,547,1.3,16,78.46000000000001,960,10 +2013,7,28,19,30,20,13,186,1.1,13,87.94,960,10 +2013,7,28,20,30,0,0,0,1.1,12,96.57000000000001,960,9 +2013,7,28,21,30,0,0,0,1,12,103.94,960,9 +2013,7,28,22,30,0,0,0,0.7000000000000001,12,109.56,960,9 +2013,7,28,23,30,0,0,0,0.6000000000000001,12,112.94,960,9 +2013,7,29,0,30,0,0,0,0.8,11,113.7,960,9 +2013,7,29,1,30,0,0,0,1,9,111.76,960,8 +2013,7,29,2,30,0,0,0,1,9,107.34,960,8 +2013,7,29,3,30,0,0,0,1,9,100.89,960,8 +2013,7,29,4,30,0,0,0,0.9,9,92.92,960,8 +2013,7,29,5,30,70,29,386,1.2000000000000002,11,83.87,960,8 +2013,7,29,6,30,230,53,646,1.6,14,74.15,960,9 +2013,7,29,7,30,406,70,768,1.8,17,64.08,960,9 +2013,7,29,8,30,574,86,830,2,19,54.04,960,9 +2013,7,29,9,30,716,105,856,2.1,19,44.480000000000004,960,9 +2013,7,29,10,30,746,263,598,2.2,19,36.17,960,9 +2013,7,29,11,30,680,398,327,2.3000000000000003,20,30.46,960,9 +2013,7,29,12,30,462,404,66,2.4000000000000004,21,29.080000000000002,960,10 +2013,7,29,13,30,599,411,223,2.5,22,32.6,960,10 +2013,7,29,14,30,681,265,540,2.4000000000000004,22,39.69,960,10 +2013,7,29,15,30,548,225,488,2.2,22,48.69,960,9 +2013,7,29,16,30,401,186,412,1.9000000000000001,21,58.550000000000004,960,9 +2013,7,29,17,30,200,145,152,1.4000000000000001,20,68.67,960,10 +2013,7,29,18,30,84,70,70,1.1,18,78.64,960,12 +2013,7,29,19,30,16,13,104,1.3,16,88.13,960,11 +2013,7,29,20,30,0,0,0,1.6,16,96.77,960,10 +2013,7,29,21,30,0,0,0,1.6,15,104.16,960,10 +2013,7,29,22,30,0,0,0,1.5,14,109.79,960,10 +2013,7,29,23,30,0,0,0,1.4000000000000001,13,113.18,960,10 +2013,7,30,0,30,0,0,0,1.2000000000000002,13,113.94,960,10 +2013,7,30,1,30,0,0,0,1.2000000000000002,13,111.99000000000001,960,10 +2013,7,30,2,30,0,0,0,1.1,13,107.56,960,11 +2013,7,30,3,30,0,0,0,0.9,13,101.10000000000001,960,12 +2013,7,30,4,30,0,0,0,0.7000000000000001,13,93.11,960,12 +2013,7,30,5,30,16,16,0,1.3,13,84.05,960,12 +2013,7,30,6,30,7,7,0,2.2,14,74.31,960,13 +2013,7,30,7,30,70,70,0,2.8000000000000003,16,64.25,960,14 +2013,7,30,8,30,124,124,0,3.4000000000000004,18,54.2,960,14 +2013,7,30,9,30,335,300,48,3.6,19,44.660000000000004,960,14 +2013,7,30,10,30,178,173,6,3.6,20,36.38,960,14 +2013,7,30,11,30,292,278,16,3.3000000000000003,20,30.7,960,14 +2013,7,30,12,30,320,302,19,2.9000000000000004,20,29.32,960,14 +2013,7,30,13,30,392,357,42,2.7,20,32.83,960,15 +2013,7,30,14,30,588,344,318,2.4000000000000004,20,39.9,960,15 +2013,7,30,15,30,540,233,466,2,20,48.88,960,15 +2013,7,30,16,30,471,111,694,1.7000000000000002,20,58.730000000000004,960,15 +2013,7,30,17,30,297,96,556,1.3,19,68.85000000000001,960,15 +2013,7,30,18,30,33,33,0,1,18,78.83,960,15 +2013,7,30,19,30,3,3,0,1,16,88.32000000000001,960,14 +2013,7,30,20,30,0,0,0,1,15,96.98,960,13 +2013,7,30,21,30,0,0,0,1.1,14,104.38,960,13 +2013,7,30,22,30,0,0,0,1.1,13,110.02,960,12 +2013,7,30,23,30,0,0,0,1.2000000000000002,12,113.42,960,11 +2013,7,31,0,30,0,0,0,1.2000000000000002,11,114.19,960,11 +2013,7,31,1,30,0,0,0,1.1,11,112.23,960,11 +2013,7,31,2,30,0,0,0,1,10,107.78,960,9 +2013,7,31,3,30,0,0,0,1,10,101.3,960,9 +2013,7,31,4,30,0,0,0,1.4000000000000001,11,93.3,960,11 +2013,7,31,5,30,60,32,278,2.1,13,84.22,960,11 +2013,7,31,6,30,214,62,569,2.8000000000000003,15,74.48,960,11 +2013,7,31,7,30,391,79,721,3.4000000000000004,18,64.41,960,11 +2013,7,31,8,30,562,91,807,3.8000000000000003,19,54.370000000000005,960,11 +2013,7,31,9,30,710,97,864,4.1000000000000005,20,44.84,960,11 +2013,7,31,10,30,569,386,227,4.4,21,36.58,960,10 +2013,7,31,11,30,583,425,183,4.6000000000000005,22,30.93,960,9 +2013,7,31,12,30,903,102,920,4.9,23,29.57,960,9 +2013,7,31,13,30,865,99,912,5,23,33.06,960,8 +2013,7,31,14,30,777,94,893,5,22,40.11,960,8 +2013,7,31,15,30,649,85,861,4.9,21,49.07,960,8 +2013,7,31,16,30,491,74,808,4.6000000000000005,20,58.92,960,9 +2013,7,31,17,30,316,61,714,3.9000000000000004,19,69.04,960,9 +2013,7,31,18,30,144,42,534,2.8000000000000003,17,79.02,960,9 +2013,7,31,19,30,14,11,135,1.8,15,88.52,960,9 +2013,7,31,20,30,0,0,0,1.5,14,97.2,960,9 +2013,7,31,21,30,0,0,0,1.3,13,104.61,960,9 +2013,7,31,22,30,0,0,0,1.3,12,110.27,960,9 +2013,7,31,23,30,0,0,0,1.3,11,113.67,960,9 +2013,8,1,0,30,0,0,0,1.3,11,114.44,960,9 +2013,8,1,1,30,0,0,0,1.4000000000000001,11,112.47,960,9 +2013,8,1,2,30,0,0,0,1.4000000000000001,11,108.01,960,9 +2013,8,1,3,30,0,0,0,1.3,10,101.51,960,9 +2013,8,1,4,30,0,0,0,1.5,10,93.49,960,9 +2013,8,1,5,30,58,30,296,2,12,84.4,960,9 +2013,8,1,6,30,212,59,577,2.5,15,74.65,960,9 +2013,8,1,7,30,388,76,728,3,18,64.58,960,9 +2013,8,1,8,30,559,86,816,3.3000000000000003,19,54.54,960,9 +2013,8,1,9,30,703,99,854,3.4000000000000004,20,45.02,960,9 +2013,8,1,10,30,170,166,5,3.4000000000000004,21,36.79,960,9 +2013,8,1,11,30,307,291,18,3.4000000000000004,21,31.17,960,9 +2013,8,1,12,30,234,224,11,3.4000000000000004,22,29.82,950,10 +2013,8,1,13,30,685,352,398,3.4000000000000004,22,33.3,950,10 +2013,8,1,14,30,341,312,38,3.5,22,40.32,950,9 +2013,8,1,15,30,497,271,347,3.3000000000000003,22,49.27,950,9 +2013,8,1,16,30,406,171,457,2.9000000000000004,21,59.11,950,9 +2013,8,1,17,30,306,72,659,2.1,20,69.23,950,9 +2013,8,1,18,30,100,64,195,1.5,17,79.21000000000001,950,11 +2013,8,1,19,30,9,9,0,1.3,15,88.73,950,11 +2013,8,1,20,30,0,0,0,1.2000000000000002,14,97.41,950,11 +2013,8,1,21,30,0,0,0,1.2000000000000002,13,104.84,950,11 +2013,8,1,22,30,0,0,0,1.2000000000000002,12,110.51,950,11 +2013,8,1,23,30,0,0,0,1.2000000000000002,12,113.92,950,11 +2013,8,2,0,30,0,0,0,1.2000000000000002,11,114.69,950,11 +2013,8,2,1,30,0,0,0,1.2000000000000002,10,112.71000000000001,950,10 +2013,8,2,2,30,0,0,0,1.2000000000000002,10,108.24000000000001,950,9 +2013,8,2,3,30,0,0,0,1.2000000000000002,9,101.72,950,9 +2013,8,2,4,30,0,0,0,1.6,10,93.68,950,9 +2013,8,2,5,30,59,28,336,2.3000000000000003,12,84.58,950,11 +2013,8,2,6,30,218,53,629,2.8000000000000003,14,74.82000000000001,950,11 +2013,8,2,7,30,398,67,775,3.2,16,64.75,950,11 +2013,8,2,8,30,570,76,854,3.6,18,54.72,950,11 +2013,8,2,9,30,717,82,901,3.8000000000000003,19,45.21,960,10 +2013,8,2,10,30,826,85,928,3.8000000000000003,20,37.01,960,9 +2013,8,2,11,30,665,398,312,3.8000000000000003,21,31.41,960,9 +2013,8,2,12,30,903,90,939,3.8000000000000003,21,30.080000000000002,960,9 +2013,8,2,13,30,716,325,469,3.9000000000000004,22,33.55,960,9 +2013,8,2,14,30,778,85,911,4,22,40.54,960,10 +2013,8,2,15,30,281,258,36,3.9000000000000004,21,49.480000000000004,960,10 +2013,8,2,16,30,328,216,221,3.6,20,59.31,960,9 +2013,8,2,17,30,314,59,725,2.9000000000000004,19,69.42,960,9 +2013,8,2,18,30,141,41,546,1.8,16,79.41,960,9 +2013,8,2,19,30,12,9,130,1.2000000000000002,14,88.94,960,10 +2013,8,2,20,30,0,0,0,1.2000000000000002,13,97.64,960,9 +2013,8,2,21,30,0,0,0,1.2000000000000002,12,105.08,960,9 +2013,8,2,22,30,0,0,0,1.2000000000000002,11,110.76,960,8 +2013,8,2,23,30,0,0,0,1.2000000000000002,11,114.18,960,8 +2013,8,3,0,30,0,0,0,1.1,10,114.95,960,8 +2013,8,3,1,30,0,0,0,1,10,112.96000000000001,960,8 +2013,8,3,2,30,0,0,0,1,10,108.47,960,9 +2013,8,3,3,30,0,0,0,0.9,9,101.93,960,9 +2013,8,3,4,30,0,0,0,1.1,9,93.88,960,9 +2013,8,3,5,30,37,31,69,1.6,11,84.76,960,10 +2013,8,3,6,30,209,61,570,2.1,13,75,960,10 +2013,8,3,7,30,324,132,452,2.6,15,64.92,960,10 +2013,8,3,8,30,557,94,805,3.2,17,54.89,960,9 +2013,8,3,9,30,547,294,360,3.6,18,45.4,960,9 +2013,8,3,10,30,697,290,512,3.8000000000000003,19,37.22,960,9 +2013,8,3,11,30,644,405,280,3.9000000000000004,20,31.66,960,8 +2013,8,3,12,30,768,338,498,3.9000000000000004,21,30.34,960,8 +2013,8,3,13,30,713,322,471,3.9000000000000004,21,33.8,960,8 +2013,8,3,14,30,621,297,428,3.8000000000000003,20,40.77,960,8 +2013,8,3,15,30,536,219,489,3.7,20,49.69,960,8 +2013,8,3,16,30,485,76,805,3.4000000000000004,19,59.51,960,8 +2013,8,3,17,30,309,61,711,2.8000000000000003,18,69.62,960,8 +2013,8,3,18,30,137,40,537,1.8,15,79.62,960,9 +2013,8,3,19,30,0,0,0,1.1,13,89.15,960,10 +2013,8,3,20,30,0,0,0,1.1,12,97.87,960,9 +2013,8,3,21,30,0,0,0,1.1,11,105.32000000000001,970,9 +2013,8,3,22,30,0,0,0,1,10,111.02,970,9 +2013,8,3,23,30,0,0,0,1,9,114.45,970,9 +2013,8,4,0,30,0,0,0,1,9,115.21000000000001,970,9 +2013,8,4,1,30,0,0,0,1.1,9,113.21000000000001,970,9 +2013,8,4,2,30,0,0,0,1,9,108.7,970,9 +2013,8,4,3,30,0,0,0,0.9,9,102.15,970,8 +2013,8,4,4,30,0,0,0,0.8,9,94.07000000000001,970,8 +2013,8,4,5,30,57,25,364,0.6000000000000001,11,84.95,970,8 +2013,8,4,6,30,217,50,652,0.4,14,75.17,970,9 +2013,8,4,7,30,370,72,708,0.5,17,65.09,970,7 +2013,8,4,8,30,531,103,746,0.7000000000000001,18,55.07,970,5 +2013,8,4,9,30,587,243,492,1,20,45.6,960,5 +2013,8,4,10,30,737,247,616,1.6,21,37.44,960,6 +2013,8,4,11,30,676,386,341,2,21,31.91,960,6 +2013,8,4,12,30,712,336,437,2.2,22,30.61,960,6 +2013,8,4,13,30,866,90,935,2.2,23,34.05,960,7 +2013,8,4,14,30,679,244,577,2.1,23,41,960,7 +2013,8,4,15,30,437,290,228,2.1,22,49.9,960,7 +2013,8,4,16,30,483,74,811,2,21,59.71,960,7 +2013,8,4,17,30,304,62,702,1.7000000000000002,20,69.83,960,7 +2013,8,4,18,30,131,43,498,1.2000000000000002,17,79.83,960,9 +2013,8,4,19,30,0,0,0,1.3,15,89.37,960,9 +2013,8,4,20,30,0,0,0,1.5,14,98.10000000000001,960,8 +2013,8,4,21,30,0,0,0,1.6,13,105.57000000000001,960,9 +2013,8,4,22,30,0,0,0,1.5,12,111.28,960,9 +2013,8,4,23,30,0,0,0,1.5,12,114.72,960,9 +2013,8,5,0,30,0,0,0,1.7000000000000002,12,115.48,960,9 +2013,8,5,1,30,0,0,0,1.8,11,113.47,960,10 +2013,8,5,2,30,0,0,0,1.8,11,108.94,960,10 +2013,8,5,3,30,0,0,0,1.8,11,102.37,960,11 +2013,8,5,4,30,0,0,0,1.7000000000000002,12,94.27,960,11 +2013,8,5,5,30,23,23,0,1.8,12,85.13,950,11 +2013,8,5,6,30,28,28,0,2,13,75.35000000000001,950,12 +2013,8,5,7,30,40,40,0,2.1,15,65.26,950,13 +2013,8,5,8,30,129,129,0,2.2,16,55.25,950,14 +2013,8,5,9,30,112,112,0,2.3000000000000003,18,45.79,950,15 +2013,8,5,10,30,284,270,17,2.4000000000000004,19,37.67,950,15 +2013,8,5,11,30,255,244,13,2.4000000000000004,21,32.17,950,15 +2013,8,5,12,30,402,366,41,2.6,22,30.88,950,15 +2013,8,5,13,30,254,243,13,2.9000000000000004,23,34.31,950,15 +2013,8,5,14,30,448,358,120,2.9000000000000004,23,41.24,950,14 +2013,8,5,15,30,317,276,64,2.7,23,50.120000000000005,950,14 +2013,8,5,16,30,301,215,170,2.4000000000000004,22,59.93,950,14 +2013,8,5,17,30,282,83,581,1.7000000000000002,21,70.04,950,14 +2013,8,5,18,30,117,54,363,1.1,19,80.05,950,15 +2013,8,5,19,30,0,0,0,1.1,17,89.60000000000001,950,14 +2013,8,5,20,30,0,0,0,1.5,16,98.34,950,14 +2013,8,5,21,30,0,0,0,1.8,16,105.82000000000001,950,14 +2013,8,5,22,30,0,0,0,1.8,15,111.55,950,14 +2013,8,5,23,30,0,0,0,1.3,14,114.99000000000001,950,14 +2013,8,6,0,30,0,0,0,1,12,115.75,950,11 +2013,8,6,1,30,0,0,0,1,12,113.73,950,11 +2013,8,6,2,30,0,0,0,1,11,109.18,950,11 +2013,8,6,3,30,0,0,0,1,11,102.59,950,11 +2013,8,6,4,30,0,0,0,1.3,11,94.48,950,11 +2013,8,6,5,30,48,24,294,1.7000000000000002,12,85.32000000000001,950,11 +2013,8,6,6,30,199,52,589,1.7000000000000002,15,75.53,950,11 +2013,8,6,7,30,372,70,726,1.9000000000000001,18,65.44,950,12 +2013,8,6,8,30,384,244,245,1.8,20,55.43,950,12 +2013,8,6,9,30,276,259,24,1.4000000000000001,21,45.99,950,12 +2013,8,6,10,30,494,383,140,1.5,22,37.89,950,12 +2013,8,6,11,30,453,393,71,1.8,21,32.43,950,12 +2013,8,6,12,30,395,361,39,2,20,31.16,950,13 +2013,8,6,13,30,267,255,14,2,20,34.58,950,14 +2013,8,6,14,30,56,56,0,1.9000000000000001,20,41.49,950,14 +2013,8,6,15,30,431,288,223,1.7000000000000002,19,50.35,950,14 +2013,8,6,16,30,224,199,49,1.3,19,60.14,950,14 +2013,8,6,17,30,197,130,196,0.6000000000000001,18,70.26,950,15 +2013,8,6,18,30,79,63,95,0.6000000000000001,17,80.27,950,15 +2013,8,6,19,30,0,0,0,1.9000000000000001,15,89.83,950,15 +2013,8,6,20,30,0,0,0,2.7,15,98.58,950,15 +2013,8,6,21,30,0,0,0,3,14,106.08,950,14 +2013,8,6,22,30,0,0,0,3.2,13,111.82000000000001,950,13 +2013,8,6,23,30,0,0,0,3.3000000000000003,12,115.27,950,11 +2013,8,7,0,30,0,0,0,3.2,11,116.03,950,11 +2013,8,7,1,30,0,0,0,2.8000000000000003,11,114,950,11 +2013,8,7,2,30,0,0,0,2.6,10,109.43,950,9 +2013,8,7,3,30,0,0,0,2.3000000000000003,10,102.81,950,9 +2013,8,7,4,30,0,0,0,2.2,10,94.68,950,9 +2013,8,7,5,30,49,23,337,2.4000000000000004,10,85.51,950,9 +2013,8,7,6,30,206,47,645,2.4000000000000004,12,75.71000000000001,960,10 +2013,8,7,7,30,385,62,782,2.8000000000000003,14,65.62,960,10 +2013,8,7,8,30,554,73,852,3.3000000000000003,17,55.620000000000005,960,9 +2013,8,7,9,30,699,82,890,3.6,18,46.19,960,9 +2013,8,7,10,30,807,91,910,3.9000000000000004,19,38.12,960,9 +2013,8,7,11,30,870,100,914,4.1000000000000005,20,32.69,960,8 +2013,8,7,12,30,888,92,933,4.2,20,31.44,960,8 +2013,8,7,13,30,273,261,15,4.3,20,34.85,960,8 +2013,8,7,14,30,438,353,114,4.2,20,41.730000000000004,960,8 +2013,8,7,15,30,529,210,501,4.1000000000000005,20,50.58,960,8 +2013,8,7,16,30,267,211,112,3.8000000000000003,19,60.370000000000005,960,8 +2013,8,7,17,30,297,58,715,3,18,70.48,960,8 +2013,8,7,18,30,123,39,509,1.9000000000000001,15,80.5,960,8 +2013,8,7,19,30,0,0,0,1.2000000000000002,13,90.07000000000001,960,9 +2013,8,7,20,30,0,0,0,1.1,12,98.83,960,8 +2013,8,7,21,30,0,0,0,0.9,11,106.35000000000001,960,8 +2013,8,7,22,30,0,0,0,0.8,11,112.10000000000001,960,8 +2013,8,7,23,30,0,0,0,0.8,11,115.55,960,8 +2013,8,8,0,30,0,0,0,0.7000000000000001,11,116.31,960,8 +2013,8,8,1,30,0,0,0,0.7000000000000001,11,114.26,960,9 +2013,8,8,2,30,0,0,0,0.7000000000000001,10,109.68,960,9 +2013,8,8,3,30,0,0,0,0.7000000000000001,10,103.04,960,9 +2013,8,8,4,30,0,0,0,0.8,10,94.89,960,9 +2013,8,8,5,30,41,26,200,1.3,11,85.7,960,9 +2013,8,8,6,30,188,65,504,1.9000000000000001,13,75.89,960,10 +2013,8,8,7,30,362,88,667,2.5,15,65.8,960,10 +2013,8,8,8,30,534,99,773,3,17,55.800000000000004,960,10 +2013,8,8,9,30,683,102,842,3.4000000000000004,18,46.4,960,10 +2013,8,8,10,30,791,113,864,3.5,18,38.36,960,9 +2013,8,8,11,30,526,413,134,3.6,18,32.96,960,9 +2013,8,8,12,30,712,348,427,3.6,19,31.73,960,9 +2013,8,8,13,30,250,240,12,3.7,19,35.13,960,8 +2013,8,8,14,30,130,130,0,3.9000000000000004,19,41.99,960,8 +2013,8,8,15,30,233,222,18,3.8000000000000003,19,50.82,960,8 +2013,8,8,16,30,202,186,32,3.5,19,60.6,960,8 +2013,8,8,17,30,143,126,53,2.7,18,70.7,960,8 +2013,8,8,18,30,112,46,408,1.7000000000000002,15,80.73,960,9 +2013,8,8,19,30,0,0,0,1.2000000000000002,13,90.31,960,9 +2013,8,8,20,30,0,0,0,1.1,12,99.09,960,9 +2013,8,8,21,30,0,0,0,1.1,11,106.61,960,9 +2013,8,8,22,30,0,0,0,1.1,10,112.38,960,8 +2013,8,8,23,30,0,0,0,1.2000000000000002,9,115.84,960,8 +2013,8,9,0,30,0,0,0,1.3,9,116.59,960,7 +2013,8,9,1,30,0,0,0,1.3,8,114.53,960,7 +2013,8,9,2,30,0,0,0,1.3,8,109.93,960,6 +2013,8,9,3,30,0,0,0,1.4000000000000001,8,103.27,960,6 +2013,8,9,4,30,0,0,0,1.6,8,95.10000000000001,960,7 +2013,8,9,5,30,44,20,326,2.3000000000000003,10,85.9,960,7 +2013,8,9,6,30,197,45,629,3.5,13,76.07000000000001,960,8 +2013,8,9,7,30,211,167,108,4.3,15,65.98,960,8 +2013,8,9,8,30,544,68,850,4.4,16,55.99,960,8 +2013,8,9,9,30,691,74,898,4.2,17,46.6,960,8 +2013,8,9,10,30,107,107,0,4,18,38.59,960,9 +2013,8,9,11,30,235,226,11,3.8000000000000003,19,33.230000000000004,960,9 +2013,8,9,12,30,191,184,7,3.8000000000000003,19,32.02,960,9 +2013,8,9,13,30,467,389,96,3.8000000000000003,20,35.410000000000004,960,9 +2013,8,9,14,30,464,353,149,3.7,20,42.25,960,9 +2013,8,9,15,30,213,206,12,3.5,19,51.06,960,9 +2013,8,9,16,30,308,205,211,3,18,60.83,960,9 +2013,8,9,17,30,210,116,289,2.3000000000000003,17,70.93,960,9 +2013,8,9,18,30,76,54,140,1.6,16,80.96000000000001,960,9 +2013,8,9,19,30,0,0,0,1.3,15,90.55,960,10 +2013,8,9,20,30,0,0,0,1.3,14,99.34,960,10 +2013,8,9,21,30,0,0,0,1.2000000000000002,13,106.89,960,11 +2013,8,9,22,30,0,0,0,1.1,12,112.67,960,11 +2013,8,9,23,30,0,0,0,0.9,11,116.14,960,11 +2013,8,10,0,30,0,0,0,0.9,10,116.88,960,9 +2013,8,10,1,30,0,0,0,0.9,10,114.81,960,9 +2013,8,10,2,30,0,0,0,1,9,110.18,960,9 +2013,8,10,3,30,0,0,0,1,9,103.5,960,9 +2013,8,10,4,30,0,0,0,0.9,9,95.31,960,9 +2013,8,10,5,30,41,22,282,1.2000000000000002,11,86.09,960,10 +2013,8,10,6,30,193,51,600,1.7000000000000002,14,76.26,960,11 +2013,8,10,7,30,371,68,750,1.8,17,66.16,960,10 +2013,8,10,8,30,543,78,836,1.7000000000000002,18,56.18,960,9 +2013,8,10,9,30,691,86,883,1.6,20,46.81,960,9 +2013,8,10,10,30,801,92,909,1.5,21,38.83,960,9 +2013,8,10,11,30,864,96,921,1.6,22,33.51,960,9 +2013,8,10,12,30,876,94,925,2,22,32.32,960,9 +2013,8,10,13,30,568,394,213,2.3000000000000003,23,35.69,960,9 +2013,8,10,14,30,745,93,885,2.4000000000000004,23,42.51,960,9 +2013,8,10,15,30,490,244,393,2.2,22,51.31,960,9 +2013,8,10,16,30,451,80,767,1.9000000000000001,22,61.07,960,9 +2013,8,10,17,30,276,63,660,1.4000000000000001,21,71.17,960,9 +2013,8,10,18,30,108,39,450,1,18,81.2,960,11 +2013,8,10,19,30,0,0,0,1,16,90.8,960,10 +2013,8,10,20,30,0,0,0,1,15,99.61,960,10 +2013,8,10,21,30,0,0,0,0.9,15,107.17,960,10 +2013,8,10,22,30,0,0,0,0.8,14,112.96000000000001,960,11 +2013,8,10,23,30,0,0,0,0.8,14,116.43,960,11 +2013,8,11,0,30,0,0,0,0.7000000000000001,13,117.18,960,11 +2013,8,11,1,30,0,0,0,0.7000000000000001,13,115.09,960,11 +2013,8,11,2,30,0,0,0,0.30000000000000004,13,110.44,960,11 +2013,8,11,3,30,0,0,0,0.4,12,103.73,960,11 +2013,8,11,4,30,0,0,0,0.7000000000000001,12,95.52,960,11 +2013,8,11,5,30,17,17,0,0.8,13,86.29,960,11 +2013,8,11,6,30,45,45,0,1.1,15,76.45,960,12 +2013,8,11,7,30,352,82,672,1.4000000000000001,16,66.35,960,12 +2013,8,11,8,30,523,93,775,1.6,17,56.38,960,12 +2013,8,11,9,30,671,99,838,1.5,19,47.02,960,12 +2013,8,11,10,30,331,305,32,1.5,20,39.08,960,12 +2013,8,11,11,30,268,256,14,1.7000000000000002,21,33.79,960,11 +2013,8,11,12,30,248,238,12,1.9000000000000001,21,32.62,960,11 +2013,8,11,13,30,629,370,320,2,21,35.980000000000004,960,11 +2013,8,11,14,30,323,297,36,2.1,22,42.78,960,11 +2013,8,11,15,30,251,234,27,2.2,22,51.56,960,11 +2013,8,11,16,30,326,192,278,2,21,61.31,960,11 +2013,8,11,17,30,185,121,203,1.4000000000000001,20,71.41,960,11 +2013,8,11,18,30,101,41,406,0.9,18,81.45,960,13 +2013,8,11,19,30,0,0,0,0.9,16,91.06,960,12 +2013,8,11,20,30,0,0,0,1,14,99.88,960,12 +2013,8,11,21,30,0,0,0,1,13,107.45,960,12 +2013,8,11,22,30,0,0,0,1,13,113.25,960,12 +2013,8,11,23,30,0,0,0,1,12,116.74000000000001,960,11 +2013,8,12,0,30,0,0,0,1.1,11,117.47,960,11 +2013,8,12,1,30,0,0,0,1.1,11,115.37,960,11 +2013,8,12,2,30,0,0,0,1.1,10,110.69,960,9 +2013,8,12,3,30,0,0,0,1.1,10,103.96000000000001,960,9 +2013,8,12,4,30,0,0,0,1.2000000000000002,10,95.73,960,9 +2013,8,12,5,30,29,21,129,1.7000000000000002,11,86.48,960,11 +2013,8,12,6,30,165,78,376,2.3000000000000003,14,76.63,960,11 +2013,8,12,7,30,328,127,505,2.8000000000000003,16,66.54,960,11 +2013,8,12,8,30,487,173,571,3.5,19,56.57,960,10 +2013,8,12,9,30,623,217,597,3.8000000000000003,20,47.24,960,10 +2013,8,12,10,30,351,320,39,3.9000000000000004,21,39.32,960,10 +2013,8,12,11,30,749,304,536,4,21,34.07,960,10 +2013,8,12,12,30,650,392,306,4.1000000000000005,22,32.92,960,10 +2013,8,12,13,30,574,389,229,4,21,36.28,960,10 +2013,8,12,14,30,723,135,804,3.8000000000000003,21,43.06,960,9 +2013,8,12,15,30,399,279,192,3.6,20,51.82,960,9 +2013,8,12,16,30,305,197,226,3.3000000000000003,19,61.56,960,8 +2013,8,12,17,30,271,65,652,2.7,18,71.66,960,7 +2013,8,12,18,30,102,39,434,1.7000000000000002,15,81.7,960,7 +2013,8,12,19,30,0,0,0,1.3,13,91.32000000000001,960,7 +2013,8,12,20,30,0,0,0,1.2000000000000002,11,100.15,960,7 +2013,8,12,21,30,0,0,0,1.1,10,107.74000000000001,960,7 +2013,8,12,22,30,0,0,0,1,10,113.55,960,7 +2013,8,12,23,30,0,0,0,1,9,117.04,960,7 +2013,8,13,0,30,0,0,0,1,9,117.77,960,7 +2013,8,13,1,30,0,0,0,1,8,115.65,960,7 +2013,8,13,2,30,0,0,0,1,8,110.95,960,7 +2013,8,13,3,30,0,0,0,1,7,104.2,960,7 +2013,8,13,4,30,0,0,0,0.9,7,95.95,960,7 +2013,8,13,5,30,33,19,226,1.3,9,86.68,960,8 +2013,8,13,6,30,182,52,570,2,13,76.82000000000001,960,8 +2013,8,13,7,30,361,69,740,2.5,16,66.72,960,7 +2013,8,13,8,30,536,79,833,2.9000000000000004,17,56.77,960,7 +2013,8,13,9,30,589,209,561,3.1,18,47.45,960,7 +2013,8,13,10,30,558,354,264,3.2,19,39.57,960,7 +2013,8,13,11,30,686,335,425,3.1,19,34.36,960,7 +2013,8,13,12,30,738,320,500,3.1,20,33.230000000000004,960,7 +2013,8,13,13,30,334,311,28,3,20,36.58,960,7 +2013,8,13,14,30,372,323,66,2.9000000000000004,20,43.34,960,7 +2013,8,13,15,30,428,269,258,2.7,19,52.08,960,6 +2013,8,13,16,30,453,69,813,2.5,19,61.81,960,6 +2013,8,13,17,30,273,57,695,1.9000000000000001,18,71.91,960,6 +2013,8,13,18,30,101,36,465,1.2000000000000002,15,81.95,960,7 +2013,8,13,19,30,0,0,0,1,12,91.58,960,7 +2013,8,13,20,30,0,0,0,1,11,100.43,960,7 +2013,8,13,21,30,0,0,0,1,10,108.03,960,7 +2013,8,13,22,30,0,0,0,1,10,113.86,960,7 +2013,8,13,23,30,0,0,0,0.9,10,117.35000000000001,960,8 +2013,8,14,0,30,0,0,0,0.8,10,118.08,960,8 +2013,8,14,1,30,0,0,0,0.6000000000000001,10,115.94,960,8 +2013,8,14,2,30,0,0,0,0.4,10,111.22,960,8 +2013,8,14,3,30,0,0,0,0.4,9,104.44,960,7 +2013,8,14,4,30,0,0,0,0.6000000000000001,9,96.16,960,7 +2013,8,14,5,30,31,19,233,0.7000000000000001,10,86.88,960,7 +2013,8,14,6,30,82,78,17,1,13,77.01,960,8 +2013,8,14,7,30,361,70,742,1.5,16,66.91,960,7 +2013,8,14,8,30,535,82,831,1.9000000000000001,18,56.96,960,6 +2013,8,14,9,30,685,90,882,1.9000000000000001,19,47.67,960,6 +2013,8,14,10,30,604,337,347,1.9000000000000001,20,39.82,960,6 +2013,8,14,11,30,585,400,224,2,21,34.65,960,7 +2013,8,14,12,30,281,268,15,2.2,22,33.54,960,7 +2013,8,14,13,30,671,312,448,2.4000000000000004,22,36.89,960,7 +2013,8,14,14,30,598,274,448,2.6,23,43.62,960,7 +2013,8,14,15,30,202,196,10,2.6,23,52.35,960,7 +2013,8,14,16,30,300,193,227,2.4000000000000004,22,62.07,960,7 +2013,8,14,17,30,117,110,23,1.6,20,72.16,960,7 +2013,8,14,18,30,94,37,422,1,17,82.21000000000001,960,9 +2013,8,14,19,30,0,0,0,1.1,15,91.85000000000001,960,8 +2013,8,14,20,30,0,0,0,1.1,14,100.71000000000001,960,7 +2013,8,14,21,30,0,0,0,1.1,14,108.32000000000001,960,7 +2013,8,14,22,30,0,0,0,1.1,13,114.17,960,8 +2013,8,14,23,30,0,0,0,1,13,117.67,960,8 +2013,8,15,0,30,0,0,0,0.9,13,118.39,960,8 +2013,8,15,1,30,0,0,0,0.8,12,116.23,960,8 +2013,8,15,2,30,0,0,0,0.9,12,111.48,960,8 +2013,8,15,3,30,0,0,0,1,11,104.68,960,8 +2013,8,15,4,30,0,0,0,1.1,11,96.38,960,8 +2013,8,15,5,30,28,18,192,1.2000000000000002,12,87.09,960,8 +2013,8,15,6,30,173,54,535,1.4000000000000001,15,77.21000000000001,960,9 +2013,8,15,7,30,349,76,701,1.6,18,67.11,960,9 +2013,8,15,8,30,520,92,790,1.9000000000000001,20,57.17,960,8 +2013,8,15,9,30,669,100,848,2,22,47.89,960,8 +2013,8,15,10,30,780,105,881,2.1,23,40.08,960,8 +2013,8,15,11,30,427,374,65,2.1,23,34.94,960,8 +2013,8,15,12,30,738,314,510,2.1,24,33.85,960,8 +2013,8,15,13,30,805,127,851,2,25,37.19,960,8 +2013,8,15,14,30,716,120,827,1.9000000000000001,25,43.910000000000004,960,8 +2013,8,15,15,30,589,101,803,1.8,24,52.620000000000005,960,8 +2013,8,15,16,30,428,86,735,1.5,23,62.33,960,8 +2013,8,15,17,30,211,92,394,1.1,22,72.42,960,8 +2013,8,15,18,30,87,37,385,0.9,20,82.47,960,10 +2013,8,15,19,30,0,0,0,1,18,92.13,960,9 +2013,8,15,20,30,0,0,0,1,17,100.99000000000001,960,8 +2013,8,15,21,30,0,0,0,1,16,108.62,960,8 +2013,8,15,22,30,0,0,0,1,15,114.48,960,8 +2013,8,15,23,30,0,0,0,1,15,117.98,960,8 +2013,8,16,0,30,0,0,0,1,14,118.7,960,8 +2013,8,16,1,30,0,0,0,1,14,116.52,960,8 +2013,8,16,2,30,0,0,0,1,13,111.75,960,7 +2013,8,16,3,30,0,0,0,1.1,13,104.92,960,7 +2013,8,16,4,30,0,0,0,1,13,96.60000000000001,960,7 +2013,8,16,5,30,24,18,130,1.1,14,87.29,960,8 +2013,8,16,6,30,161,63,450,1.3,17,77.4,960,9 +2013,8,16,7,30,330,94,611,1.5,20,67.3,960,9 +2013,8,16,8,30,496,116,704,1.8,22,57.370000000000005,960,11 +2013,8,16,9,30,539,260,418,1.9000000000000001,23,48.120000000000005,960,12 +2013,8,16,10,30,744,153,775,2,24,40.33,960,12 +2013,8,16,11,30,226,217,10,2.2,25,35.24,960,12 +2013,8,16,12,30,425,375,61,2.3000000000000003,25,34.17,960,12 +2013,8,16,13,30,677,300,475,2.3000000000000003,25,37.51,960,12 +2013,8,16,14,30,368,318,69,2.3000000000000003,25,44.2,960,12 +2013,8,16,15,30,454,245,347,2.3000000000000003,25,52.89,960,12 +2013,8,16,16,30,410,100,673,2.1,25,62.59,960,12 +2013,8,16,17,30,239,74,554,1.5,23,72.68,960,12 +2013,8,16,18,30,80,40,316,1.1,20,82.74,960,13 +2013,8,16,19,30,0,0,0,1.3,18,92.4,960,11 +2013,8,16,20,30,0,0,0,1.6,17,101.28,960,10 +2013,8,16,21,30,0,0,0,1.6,16,108.93,960,10 +2013,8,16,22,30,0,0,0,1.5,15,114.8,960,9 +2013,8,16,23,30,0,0,0,1.4000000000000001,14,118.31,960,9 +2013,8,17,0,30,0,0,0,1.3,13,119.01,960,10 +2013,8,17,1,30,0,0,0,1.3,13,116.82000000000001,960,10 +2013,8,17,2,30,0,0,0,1.2000000000000002,12,112.02,960,10 +2013,8,17,3,30,0,0,0,1.2000000000000002,12,105.16,960,10 +2013,8,17,4,30,0,0,0,1.2000000000000002,12,96.82000000000001,960,10 +2013,8,17,5,30,22,17,127,1.8,13,87.49,960,10 +2013,8,17,6,30,159,61,456,2.7,16,77.60000000000001,960,11 +2013,8,17,7,30,330,93,618,3.6,19,67.49,960,11 +2013,8,17,8,30,496,117,707,4.5,22,57.57,960,12 +2013,8,17,9,30,556,227,495,4.800000000000001,23,48.34,960,12 +2013,8,17,10,30,651,275,495,4.9,24,40.59,960,12 +2013,8,17,11,30,674,333,418,4.9,25,35.54,960,11 +2013,8,17,12,30,741,305,528,4.9,26,34.5,960,11 +2013,8,17,13,30,739,243,628,4.9,27,37.83,960,11 +2013,8,17,14,30,708,105,846,4.800000000000001,27,44.5,960,11 +2013,8,17,15,30,563,112,752,4.6000000000000005,27,53.17,960,11 +2013,8,17,16,30,412,88,711,4.4,26,62.86,960,11 +2013,8,17,17,30,200,92,367,3.6,24,72.95,960,11 +2013,8,17,18,30,62,43,152,2.5,21,83.01,960,11 +2013,8,17,19,30,0,0,0,2,19,92.68,960,11 +2013,8,17,20,30,0,0,0,2.2,18,101.58,960,11 +2013,8,17,21,30,0,0,0,2.2,17,109.24000000000001,960,10 +2013,8,17,22,30,0,0,0,2,16,115.12,960,10 +2013,8,17,23,30,0,0,0,1.9000000000000001,16,118.63,960,10 +2013,8,18,0,30,0,0,0,1.8,15,119.33,960,11 +2013,8,18,1,30,0,0,0,1.7000000000000002,14,117.12,960,11 +2013,8,18,2,30,0,0,0,1.6,14,112.29,960,11 +2013,8,18,3,30,0,0,0,1.6,14,105.41,960,11 +2013,8,18,4,30,0,0,0,1.8,14,97.04,960,11 +2013,8,18,5,30,7,7,0,2.5,14,87.7,960,11 +2013,8,18,6,30,92,77,71,2.9000000000000004,16,77.79,960,12 +2013,8,18,7,30,213,153,156,3.3000000000000003,18,67.69,960,12 +2013,8,18,8,30,424,184,450,4.1000000000000005,21,57.78,960,12 +2013,8,18,9,30,528,262,401,4.6000000000000005,23,48.57,960,12 +2013,8,18,10,30,703,256,591,4.6000000000000005,24,40.86,960,12 +2013,8,18,11,30,716,302,509,4.7,25,35.84,960,12 +2013,8,18,12,30,733,306,520,4.800000000000001,26,34.82,960,11 +2013,8,18,13,30,614,355,329,4.9,26,38.15,960,10 +2013,8,18,14,30,415,332,115,5,26,44.81,960,10 +2013,8,18,15,30,415,258,262,4.800000000000001,25,53.46,960,10 +2013,8,18,16,30,388,97,645,4,24,63.14,960,10 +2013,8,18,17,30,222,91,454,2.8000000000000003,23,73.22,960,10 +2013,8,18,18,30,68,40,240,2,20,83.29,960,11 +2013,8,18,19,30,0,0,0,1.9000000000000001,19,92.97,960,11 +2013,8,18,20,30,0,0,0,2.3000000000000003,19,101.87,960,11 +2013,8,18,21,30,0,0,0,3,19,109.55,960,11 +2013,8,18,22,30,0,0,0,3.4000000000000004,19,115.44,960,11 +2013,8,18,23,30,0,0,0,3.4000000000000004,19,118.96000000000001,960,11 +2013,8,19,0,30,0,0,0,3.5,19,119.65,960,12 +2013,8,19,1,30,0,0,0,3.7,19,117.42,960,13 +2013,8,19,2,30,0,0,0,3.5,18,112.57000000000001,950,13 +2013,8,19,3,30,0,0,0,3.2,17,105.66,950,14 +2013,8,19,4,30,0,0,0,3,17,97.27,950,15 +2013,8,19,5,30,8,8,0,3,17,87.91,950,16 +2013,8,19,6,30,91,76,74,2.7,18,77.99,950,17 +2013,8,19,7,30,286,151,359,2.6,19,67.89,960,17 +2013,8,19,8,30,355,225,245,2.8000000000000003,22,57.99,960,18 +2013,8,19,9,30,612,155,693,2.7,25,48.800000000000004,960,18 +2013,8,19,10,30,731,142,781,2.8000000000000003,27,41.12,950,17 +2013,8,19,11,30,799,136,820,2.8000000000000003,29,36.15,950,17 +2013,8,19,12,30,819,119,856,2.7,30,35.15,950,16 +2013,8,19,13,30,778,117,844,2.7,30,38.47,950,16 +2013,8,19,14,30,687,113,814,2.6,31,45.11,950,15 +2013,8,19,15,30,555,105,761,2.5,30,53.75,950,15 +2013,8,19,16,30,395,93,675,2.3000000000000003,29,63.42,950,15 +2013,8,19,17,30,222,73,523,1.7000000000000002,27,73.5,950,15 +2013,8,19,18,30,66,37,254,1.4000000000000001,25,83.57000000000001,950,17 +2013,8,19,19,30,0,0,0,2.1,24,93.26,950,16 +2013,8,19,20,30,0,0,0,2.6,23,102.18,950,17 +2013,8,19,21,30,0,0,0,2.5,22,109.87,950,18 +2013,8,19,22,30,0,0,0,2.1,20,115.77,950,19 +2013,8,19,23,30,0,0,0,1.9000000000000001,20,119.3,950,19 +2013,8,20,0,30,0,0,0,1.7000000000000002,19,119.98,950,19 +2013,8,20,1,30,0,0,0,1.6,19,117.72,950,19 +2013,8,20,2,30,0,0,0,1.7000000000000002,19,112.84,950,19 +2013,8,20,3,30,0,0,0,1.6,18,105.9,950,18 +2013,8,20,4,30,0,0,0,1.7000000000000002,18,97.49000000000001,950,18 +2013,8,20,5,30,14,13,57,2.3000000000000003,19,88.11,950,19 +2013,8,20,6,30,143,65,382,2.8000000000000003,21,78.19,950,19 +2013,8,20,7,30,311,95,576,3.3000000000000003,24,68.09,950,19 +2013,8,20,8,30,475,116,679,3.6,27,58.2,950,20 +2013,8,20,9,30,616,132,737,3.7,28,49.03,950,19 +2013,8,20,10,30,721,143,771,3.8000000000000003,29,41.39,950,19 +2013,8,20,11,30,783,146,791,3.8000000000000003,31,36.46,950,18 +2013,8,20,12,30,796,140,806,3.8000000000000003,32,35.49,950,18 +2013,8,20,13,30,758,134,800,3.9000000000000004,32,38.800000000000004,950,18 +2013,8,20,14,30,669,129,769,3.8000000000000003,32,45.42,950,18 +2013,8,20,15,30,538,124,705,3.6,32,54.04,950,18 +2013,8,20,16,30,379,109,607,3.1,31,63.7,950,18 +2013,8,20,17,30,210,82,458,2.4000000000000004,29,73.78,950,19 +2013,8,20,18,30,59,36,213,2.3000000000000003,27,83.85000000000001,950,19 +2013,8,20,19,30,0,0,0,2.8000000000000003,25,93.55,950,19 +2013,8,20,20,30,0,0,0,3.2,24,102.48,950,19 +2013,8,20,21,30,0,0,0,3.1,23,110.19,950,19 +2013,8,20,22,30,0,0,0,2.9000000000000004,22,116.11,950,19 +2013,8,20,23,30,0,0,0,2.8000000000000003,21,119.63,950,20 +2013,8,21,0,30,0,0,0,2.8000000000000003,21,120.31,950,20 +2013,8,21,1,30,0,0,0,2.8000000000000003,20,118.03,950,20 +2013,8,21,2,30,0,0,0,2.7,20,113.12,950,20 +2013,8,21,3,30,0,0,0,2.5,19,106.15,950,19 +2013,8,21,4,30,0,0,0,2.3000000000000003,19,97.72,950,19 +2013,8,21,5,30,6,6,0,2.3000000000000003,19,88.32000000000001,950,19 +2013,8,21,6,30,122,79,209,2.6,20,78.39,950,18 +2013,8,21,7,30,60,60,0,3.1,22,68.29,950,18 +2013,8,21,8,30,424,171,483,3.7,23,58.410000000000004,950,17 +2013,8,21,9,30,425,301,190,4.1000000000000005,25,49.27,960,16 +2013,8,21,10,30,748,114,848,4.2,26,41.67,960,15 +2013,8,21,11,30,826,100,907,4.3,27,36.77,960,14 +2013,8,21,12,30,845,92,927,4.2,28,35.83,960,12 +2013,8,21,13,30,803,88,921,4.2,28,39.14,960,10 +2013,8,21,14,30,710,83,897,4.2,28,45.74,960,9 +2013,8,21,15,30,575,77,852,4.1000000000000005,27,54.34,960,8 +2013,8,21,16,30,410,68,780,3.6,26,63.99,960,7 +2013,8,21,17,30,232,54,651,2.3000000000000003,24,74.06,960,7 +2013,8,21,18,30,67,29,377,1.2000000000000002,20,84.14,960,9 +2013,8,21,19,30,0,0,0,1.2000000000000002,18,93.85000000000001,960,9 +2013,8,21,20,30,0,0,0,1.2000000000000002,16,102.79,960,8 +2013,8,21,21,30,0,0,0,1.2000000000000002,16,110.51,960,8 +2013,8,21,22,30,0,0,0,1.2000000000000002,16,116.44,960,8 +2013,8,21,23,30,0,0,0,1.1,16,119.97,960,9 +2013,8,22,0,30,0,0,0,1,16,120.64,960,9 +2013,8,22,1,30,0,0,0,1,15,118.34,960,10 +2013,8,22,2,30,0,0,0,1,14,113.4,960,10 +2013,8,22,3,30,0,0,0,1,13,106.41,960,9 +2013,8,22,4,30,0,0,0,1.1,12,97.95,960,9 +2013,8,22,5,30,16,11,174,1.4000000000000001,13,88.53,960,9 +2013,8,22,6,30,160,43,592,1.7000000000000002,15,78.59,960,9 +2013,8,22,7,30,340,59,767,1.9000000000000001,19,68.49,960,9 +2013,8,22,8,30,516,68,861,2.3000000000000003,21,58.620000000000005,960,6 +2013,8,22,9,30,667,74,913,2.4000000000000004,22,49.51,960,6 +2013,8,22,10,30,778,78,941,2.3000000000000003,23,41.94,960,6 +2013,8,22,11,30,842,80,954,2.1,24,37.09,960,7 +2013,8,22,12,30,853,80,957,2.1,25,36.17,960,7 +2013,8,22,13,30,809,79,946,2.1,26,39.47,960,7 +2013,8,22,14,30,716,75,923,2.2,25,46.06,960,6 +2013,8,22,15,30,580,70,881,2.1,25,54.64,960,6 +2013,8,22,16,30,414,61,811,1.8,24,64.28,960,6 +2013,8,22,17,30,233,48,683,1.3,22,74.35000000000001,960,7 +2013,8,22,18,30,65,26,409,1,19,84.43,960,10 +2013,8,22,19,30,0,0,0,1.1,17,94.14,960,9 +2013,8,22,20,30,0,0,0,1.1,16,103.10000000000001,960,9 +2013,8,22,21,30,0,0,0,1,15,110.84,960,9 +2013,8,22,22,30,0,0,0,1,14,116.78,960,9 +2013,8,22,23,30,0,0,0,1,13,120.32000000000001,960,9 +2013,8,23,0,30,0,0,0,1,13,120.97,960,9 +2013,8,23,1,30,0,0,0,1,12,118.65,960,9 +2013,8,23,2,30,0,0,0,1,12,113.68,960,9 +2013,8,23,3,30,0,0,0,1,11,106.66,960,9 +2013,8,23,4,30,0,0,0,1.1,11,98.17,960,9 +2013,8,23,5,30,14,10,149,1.4000000000000001,13,88.74,960,9 +2013,8,23,6,30,154,44,570,1.8,16,78.79,960,10 +2013,8,23,7,30,333,61,749,2.2,19,68.69,960,10 +2013,8,23,8,30,508,72,841,2.7,22,58.84,960,9 +2013,8,23,9,30,655,81,889,2.8000000000000003,24,49.75,960,7 +2013,8,23,10,30,673,232,594,2.7,25,42.22,960,8 +2013,8,23,11,30,725,272,570,2.5,26,37.4,960,8 +2013,8,23,12,30,830,95,913,2.4000000000000004,27,36.51,960,8 +2013,8,23,13,30,784,96,896,2.2,28,39.81,960,8 +2013,8,23,14,30,577,246,480,2.1,28,46.38,960,8 +2013,8,23,15,30,479,179,522,2.1,27,54.95,960,9 +2013,8,23,16,30,346,122,521,1.9000000000000001,26,64.57000000000001,960,9 +2013,8,23,17,30,208,69,526,1.5,24,74.64,960,10 +2013,8,23,18,30,52,31,227,1.5,21,84.72,960,12 +2013,8,23,19,30,0,0,0,2,20,94.45,960,11 +2013,8,23,20,30,0,0,0,2.4000000000000004,19,103.42,960,11 +2013,8,23,21,30,0,0,0,2.5,18,111.17,960,12 +2013,8,23,22,30,0,0,0,2.4000000000000004,17,117.12,960,12 +2013,8,23,23,30,0,0,0,2.2,17,120.66,960,13 +2013,8,24,0,30,0,0,0,2.1,17,121.31,960,14 +2013,8,24,1,30,0,0,0,1.9000000000000001,17,118.96000000000001,960,15 +2013,8,24,2,30,0,0,0,2.1,17,113.97,960,15 +2013,8,24,3,30,0,0,0,2.6,18,106.91,960,16 +2013,8,24,4,30,0,0,0,3,18,98.4,960,17 +2013,8,24,5,30,5,5,9,3.2,19,88.95,960,18 +2013,8,24,6,30,116,75,215,3.5,20,79,960,18 +2013,8,24,7,30,214,141,202,3.9000000000000004,22,68.9,960,17 +2013,8,24,8,30,400,182,423,4.5,24,59.050000000000004,960,17 +2013,8,24,9,30,526,236,450,5.1000000000000005,27,49.99,960,17 +2013,8,24,10,30,693,165,716,5.6000000000000005,28,42.5,960,18 +2013,8,24,11,30,758,160,756,5.9,29,37.730000000000004,960,18 +2013,8,24,12,30,763,172,739,6,30,36.86,960,18 +2013,8,24,13,30,586,348,312,5.800000000000001,30,40.160000000000004,960,18 +2013,8,24,14,30,513,302,307,5.4,30,46.71,960,18 +2013,8,24,15,30,508,129,666,4.9,29,55.26,960,18 +2013,8,24,16,30,353,107,578,4.5,28,64.87,950,18 +2013,8,24,17,30,166,86,307,4.1000000000000005,27,74.94,950,18 +2013,8,24,18,30,39,30,101,4,26,85.02,950,18 +2013,8,24,19,30,0,0,0,4.4,25,94.76,950,18 +2013,8,24,20,30,0,0,0,4.6000000000000005,24,103.74000000000001,950,17 +2013,8,24,21,30,0,0,0,4.5,23,111.51,950,17 +2013,8,24,22,30,0,0,0,4.3,22,117.47,950,17 +2013,8,24,23,30,0,0,0,4.1000000000000005,21,121.01,950,17 +2013,8,25,0,30,0,0,0,4.1000000000000005,21,121.65,950,18 +2013,8,25,1,30,0,0,0,4.2,21,119.28,950,19 +2013,8,25,2,30,0,0,0,4.1000000000000005,21,114.25,950,19 +2013,8,25,3,30,0,0,0,3.8000000000000003,21,107.17,950,20 +2013,8,25,4,30,0,0,0,3.4000000000000004,21,98.63,950,20 +2013,8,25,5,30,0,0,0,3.2,21,89.17,950,20 +2013,8,25,6,30,10,10,0,3.5,23,79.2,950,20 +2013,8,25,7,30,192,143,136,3.7,25,69.10000000000001,960,20 +2013,8,25,8,30,233,207,50,3.4000000000000004,26,59.27,960,21 +2013,8,25,9,30,505,255,390,3.1,27,50.230000000000004,960,21 +2013,8,25,10,30,694,138,757,3.1,29,42.78,960,21 +2013,8,25,11,30,758,136,789,3.2,30,38.050000000000004,960,21 +2013,8,25,12,30,777,115,831,3.2,31,37.21,960,21 +2013,8,25,13,30,736,112,820,3.2,32,40.51,950,20 +2013,8,25,14,30,441,320,177,3.1,32,47.04,950,20 +2013,8,25,15,30,468,181,506,2.7,31,55.57,950,20 +2013,8,25,16,30,287,159,306,2.1,30,65.17,950,20 +2013,8,25,17,30,149,90,230,1.5,28,75.24,960,21 +2013,8,25,18,30,33,28,59,1.3,26,85.32000000000001,960,21 +2013,8,25,19,30,0,0,0,1.2000000000000002,25,95.07000000000001,960,21 +2013,8,25,20,30,0,0,0,1.1,24,104.06,960,21 +2013,8,25,21,30,0,0,0,1,23,111.84,960,20 +2013,8,25,22,30,0,0,0,0.9,22,117.82000000000001,960,20 +2013,8,25,23,30,0,0,0,0.9,21,121.37,960,19 +2013,8,26,0,30,0,0,0,0.9,20,121.99000000000001,960,18 +2013,8,26,1,30,0,0,0,0.9,19,119.60000000000001,960,18 +2013,8,26,2,30,0,0,0,0.9,18,114.54,960,18 +2013,8,26,3,30,0,0,0,0.9,18,107.42,960,18 +2013,8,26,4,30,0,0,0,0.9,18,98.86,960,18 +2013,8,26,5,30,0,0,0,1.1,19,89.38,960,18 +2013,8,26,6,30,124,57,361,1.2000000000000002,21,79.41,960,18 +2013,8,26,7,30,282,88,546,1.1,23,69.31,960,18 +2013,8,26,8,30,364,201,321,1.2000000000000002,26,59.49,960,18 +2013,8,26,9,30,531,216,494,1.2000000000000002,29,50.480000000000004,960,17 +2013,8,26,10,30,631,256,514,0.9,31,43.06,960,17 +2013,8,26,11,30,770,128,819,0.7000000000000001,32,38.38,960,16 +2013,8,26,12,30,684,299,485,0.7000000000000001,33,37.56,960,16 +2013,8,26,13,30,571,347,296,0.9,33,40.86,960,16 +2013,8,26,14,30,420,318,151,1,33,47.37,960,16 +2013,8,26,15,30,209,199,17,1.1,32,55.88,960,16 +2013,8,26,16,30,238,172,160,1,30,65.48,960,17 +2013,8,26,17,30,23,23,0,1,28,75.54,960,19 +2013,8,26,18,30,4,4,0,1.1,26,85.63,960,20 +2013,8,26,19,30,0,0,0,0.7000000000000001,24,95.38,960,21 +2013,8,26,20,30,0,0,0,0.4,23,104.39,960,22 +2013,8,26,21,30,0,0,0,0.30000000000000004,22,112.18,960,22 +2013,8,26,22,30,0,0,0,0.4,21,118.17,960,21 +2013,8,26,23,30,0,0,0,0.6000000000000001,21,121.72,960,21 +2013,8,27,0,30,0,0,0,0.6000000000000001,20,122.33,950,20 +2013,8,27,1,30,0,0,0,0.5,20,119.92,950,20 +2013,8,27,2,30,0,0,0,0.5,19,114.83,950,19 +2013,8,27,3,30,0,0,0,0.6000000000000001,18,107.68,950,18 +2013,8,27,4,30,0,0,0,0.8,18,99.09,950,18 +2013,8,27,5,30,0,0,0,1,18,89.60000000000001,950,18 +2013,8,27,6,30,123,54,385,1.3,20,79.62,950,19 +2013,8,27,7,30,290,83,592,1.3,22,69.52,950,20 +2013,8,27,8,30,458,100,711,1.2000000000000002,25,59.71,950,19 +2013,8,27,9,30,604,110,780,1.2000000000000002,27,50.730000000000004,950,18 +2013,8,27,10,30,713,117,819,1.3,29,43.35,950,17 +2013,8,27,11,30,775,121,839,1.6,30,38.71,950,16 +2013,8,27,12,30,788,115,852,1.7000000000000002,31,37.92,950,16 +2013,8,27,13,30,745,113,839,1.8,31,41.21,950,16 +2013,8,27,14,30,653,107,810,1.7000000000000002,31,47.71,950,15 +2013,8,27,15,30,522,95,767,1.6,31,56.2,950,15 +2013,8,27,16,30,360,81,681,1.5,30,65.79,950,15 +2013,8,27,17,30,188,60,523,1.1,28,75.84,950,15 +2013,8,27,18,30,38,23,209,0.7000000000000001,26,85.94,960,17 +2013,8,27,19,30,0,0,0,0.6000000000000001,25,95.69,960,15 +2013,8,27,20,30,0,0,0,0.8,23,104.72,960,16 +2013,8,27,21,30,0,0,0,0.9,22,112.53,960,16 +2013,8,27,22,30,0,0,0,0.9,20,118.53,960,17 +2013,8,27,23,30,0,0,0,1,19,122.08,960,17 +2013,8,28,0,30,0,0,0,1.1,18,122.68,960,18 +2013,8,28,1,30,0,0,0,1.1,18,120.24000000000001,960,18 +2013,8,28,2,30,0,0,0,1.1,18,115.11,960,18 +2013,8,28,3,30,0,0,0,1.1,18,107.94,960,18 +2013,8,28,4,30,0,0,0,1,18,99.33,960,18 +2013,8,28,5,30,0,0,0,1.4000000000000001,19,89.81,960,18 +2013,8,28,6,30,119,53,370,1.6,21,79.82000000000001,960,18 +2013,8,28,7,30,236,120,335,1.5,23,69.73,960,19 +2013,8,28,8,30,359,197,324,1.5,26,59.94,960,18 +2013,8,28,9,30,467,268,315,1.6,29,50.980000000000004,960,17 +2013,8,28,10,30,696,127,786,1.8,30,43.64,960,17 +2013,8,28,11,30,754,134,798,2,30,39.04,960,17 +2013,8,28,12,30,769,119,828,2.1,31,38.27,960,17 +2013,8,28,13,30,725,118,810,2.1,31,41.57,960,17 +2013,8,28,14,30,633,114,776,2.1,30,48.050000000000004,960,17 +2013,8,28,15,30,502,105,718,2,30,56.53,960,17 +2013,8,28,16,30,343,90,626,1.7000000000000002,29,66.1,960,18 +2013,8,28,17,30,176,64,466,1.2000000000000002,27,76.15,960,18 +2013,8,28,18,30,33,23,158,1,25,86.25,960,20 +2013,8,28,19,30,0,0,0,1.1,23,96.01,960,19 +2013,8,28,20,30,0,0,0,1.1,22,105.05,960,19 +2013,8,28,21,30,0,0,0,1.1,22,112.88,960,19 +2013,8,28,22,30,0,0,0,1,21,118.89,960,19 +2013,8,28,23,30,0,0,0,0.9,21,122.44,960,18 +2013,8,29,0,30,0,0,0,0.9,20,123.03,960,18 +2013,8,29,1,30,0,0,0,0.8,20,120.56,960,18 +2013,8,29,2,30,0,0,0,0.8,19,115.4,960,18 +2013,8,29,3,30,0,0,0,0.8,19,108.19,960,18 +2013,8,29,4,30,0,0,0,0.8,19,99.56,960,18 +2013,8,29,5,30,0,0,0,1.1,19,90.03,960,19 +2013,8,29,6,30,88,60,159,1.5,20,80.03,960,19 +2013,8,29,7,30,174,137,108,1.6,21,69.94,960,20 +2013,8,29,8,30,125,125,0,1.8,22,60.160000000000004,960,21 +2013,8,29,9,30,187,184,6,2.1,23,51.230000000000004,960,21 +2013,8,29,10,30,30,30,0,2.4000000000000004,24,43.93,960,21 +2013,8,29,11,30,98,98,0,2.6,24,39.38,960,21 +2013,8,29,12,30,105,105,0,2.7,24,38.64,960,22 +2013,8,29,13,30,286,270,21,3.1,24,41.93,960,22 +2013,8,29,14,30,472,300,258,3.6,24,48.39,950,23 +2013,8,29,15,30,462,178,519,3.6,24,56.85,950,23 +2013,8,29,16,30,182,159,58,3.3000000000000003,24,66.41,950,23 +2013,8,29,17,30,73,73,0,2.7,23,76.46000000000001,950,23 +2013,8,29,18,30,12,12,0,2.2,22,86.56,950,22 +2013,8,29,19,30,0,0,0,1.6,21,96.34,950,21 +2013,8,29,20,30,0,0,0,1.1,21,105.39,950,21 +2013,8,29,21,30,0,0,0,1.1,21,113.22,950,21 +2013,8,29,22,30,0,0,0,1.8,20,119.25,950,20 +2013,8,29,23,30,0,0,0,2.5,19,122.81,950,19 +2013,8,30,0,30,0,0,0,3,18,123.38000000000001,950,18 +2013,8,30,1,30,0,0,0,2.9000000000000004,18,120.88,950,18 +2013,8,30,2,30,0,0,0,2.6,17,115.7,950,17 +2013,8,30,3,30,0,0,0,2.5,17,108.45,950,17 +2013,8,30,4,30,0,0,0,2.5,17,99.79,950,17 +2013,8,30,5,30,0,0,0,2.7,17,90.24,960,17 +2013,8,30,6,30,122,45,451,3.2,17,80.24,960,17 +2013,8,30,7,30,99,99,0,3.6,18,70.15,960,17 +2013,8,30,8,30,459,92,744,3.5,20,60.39,960,17 +2013,8,30,9,30,604,104,803,3.2,22,51.49,960,17 +2013,8,30,10,30,711,111,837,2.8000000000000003,24,44.230000000000004,960,16 +2013,8,30,11,30,770,118,848,2.4000000000000004,25,39.71,960,16 +2013,8,30,12,30,782,110,864,2.1,26,39,960,15 +2013,8,30,13,30,737,109,848,1.7000000000000002,27,42.29,960,15 +2013,8,30,14,30,643,104,817,1.3,28,48.74,960,15 +2013,8,30,15,30,508,97,758,1.1,27,57.18,960,15 +2013,8,30,16,30,345,83,662,0.9,26,66.73,960,15 +2013,8,30,17,30,173,61,492,0.8,24,76.78,960,15 +2013,8,30,18,30,28,20,150,1,22,86.88,960,17 +2013,8,30,19,30,0,0,0,1.6,20,96.66,960,16 +2013,8,30,20,30,0,0,0,2.2,19,105.72,960,16 +2013,8,30,21,30,0,0,0,2.2,18,113.58,960,16 +2013,8,30,22,30,0,0,0,1.8,17,119.62,960,16 +2013,8,30,23,30,0,0,0,1.5,16,123.17,960,16 +2013,8,31,0,30,0,0,0,1.5,16,123.74000000000001,960,16 +2013,8,31,1,30,0,0,0,1.8,16,121.21000000000001,960,16 +2013,8,31,2,30,0,0,0,2.1,16,115.99000000000001,950,16 +2013,8,31,3,30,0,0,0,1.8,15,108.71000000000001,950,15 +2013,8,31,4,30,0,0,0,1.4000000000000001,15,100.03,950,15 +2013,8,31,5,30,0,0,0,2,15,90.46000000000001,950,15 +2013,8,31,6,30,67,58,51,2.8000000000000003,17,80.45,950,15 +2013,8,31,7,30,205,132,216,3,19,70.37,950,15 +2013,8,31,8,30,361,186,357,3.1,22,60.620000000000005,950,16 +2013,8,31,9,30,585,108,771,2.9000000000000004,23,51.74,950,16 +2013,8,31,10,30,695,110,820,2.8000000000000003,24,44.53,950,16 +2013,8,31,11,30,491,373,154,3.1,26,40.050000000000004,950,17 +2013,8,31,12,30,769,111,851,3.2,27,39.37,950,17 +2013,8,31,13,30,729,103,851,3.3000000000000003,28,42.660000000000004,950,17 +2013,8,31,14,30,637,97,823,3.2,28,49.09,950,17 +2013,8,31,15,30,131,131,0,3.1,28,57.52,950,17 +2013,8,31,16,30,121,121,0,2.6,27,67.05,950,17 +2013,8,31,17,30,78,76,8,2.1,25,77.09,950,18 +2013,8,31,18,30,9,9,0,2.4000000000000004,23,87.2,950,18 +2013,8,31,19,30,0,0,0,2.1,21,96.99000000000001,950,18 +2013,8,31,20,30,0,0,0,2.2,20,106.06,950,18 +2013,8,31,21,30,0,0,0,2.7,19,113.93,950,19 +2013,8,31,22,30,0,0,0,2,19,119.98,950,19 +2013,8,31,23,30,0,0,0,1.7000000000000002,19,123.54,950,19 +2013,9,1,0,30,0,0,0,2,18,124.09,950,18 +2013,9,1,1,30,0,0,0,2.4000000000000004,17,121.54,950,18 +2013,9,1,2,30,0,0,0,2.6,17,116.28,950,17 +2013,9,1,3,30,0,0,0,2.7,17,108.97,950,17 +2013,9,1,4,30,0,0,0,3,17,100.26,950,17 +2013,9,1,5,30,0,0,0,3.4000000000000004,17,90.68,950,17 +2013,9,1,6,30,53,53,0,3.9000000000000004,17,80.66,950,17 +2013,9,1,7,30,122,118,14,4.3,18,70.58,950,17 +2013,9,1,8,30,240,204,74,4.5,18,60.85,950,16 +2013,9,1,9,30,92,92,0,4.5,19,52,950,16 +2013,9,1,10,30,225,218,10,4.5,19,44.83,950,15 +2013,9,1,11,30,346,316,38,4.6000000000000005,20,40.4,950,14 +2013,9,1,12,30,349,320,38,4.7,19,39.730000000000004,950,13 +2013,9,1,13,30,185,181,5,4.7,18,43.03,950,12 +2013,9,1,14,30,255,240,23,4.800000000000001,17,49.44,950,12 +2013,9,1,15,30,176,172,7,4.800000000000001,17,57.85,950,11 +2013,9,1,16,30,135,132,9,4.5,16,67.38,960,10 +2013,9,1,17,30,55,55,0,4.1000000000000005,15,77.41,960,9 +2013,9,1,18,30,26,15,242,3.7,13,87.52,960,9 +2013,9,1,19,30,0,0,0,3.5,12,97.32000000000001,960,9 +2013,9,1,20,30,0,0,0,3.4000000000000004,11,106.41,960,8 +2013,9,1,21,30,0,0,0,3.1,10,114.29,960,8 +2013,9,1,22,30,0,0,0,2.9000000000000004,10,120.35000000000001,960,7 +2013,9,1,23,30,0,0,0,2.9000000000000004,9,123.91,960,7 +2013,9,2,0,30,0,0,0,2.9000000000000004,9,124.45,960,7 +2013,9,2,1,30,0,0,0,2.9000000000000004,8,121.87,960,7 +2013,9,2,2,30,0,0,0,2.8000000000000003,8,116.58,960,6 +2013,9,2,3,30,0,0,0,2.4000000000000004,8,109.24000000000001,960,6 +2013,9,2,4,30,0,0,0,2.1,8,100.5,960,6 +2013,9,2,5,30,0,0,0,2.4000000000000004,8,90.9,960,6 +2013,9,2,6,30,16,16,0,2.9000000000000004,8,80.88,960,5 +2013,9,2,7,30,108,108,0,3,10,70.8,960,5 +2013,9,2,8,30,177,170,14,2.9000000000000004,12,61.08,960,5 +2013,9,2,9,30,373,280,151,2.7,14,52.26,960,5 +2013,9,2,10,30,447,333,162,2.6,16,45.13,960,6 +2013,9,2,11,30,802,82,951,2.6,17,40.74,960,6 +2013,9,2,12,30,811,81,954,2.6,18,40.11,960,6 +2013,9,2,13,30,765,78,945,2.6,19,43.4,960,5 +2013,9,2,14,30,668,73,920,2.5,20,49.79,960,5 +2013,9,2,15,30,528,66,875,2.4000000000000004,20,58.19,960,5 +2013,9,2,16,30,358,57,795,1.9000000000000001,19,67.7,960,4 +2013,9,2,17,30,177,42,637,1.2000000000000002,16,77.73,960,5 +2013,9,2,18,30,23,14,247,0.9,14,87.84,960,7 +2013,9,2,19,30,0,0,0,0.8,14,97.65,960,6 +2013,9,2,20,30,0,0,0,0.7000000000000001,14,106.75,960,5 +2013,9,2,21,30,0,0,0,0.8,13,114.65,960,5 +2013,9,2,22,30,0,0,0,1,11,120.72,960,5 +2013,9,2,23,30,0,0,0,1.1,10,124.29,960,5 +2013,9,3,0,30,0,0,0,1.1,9,124.81,960,5 +2013,9,3,1,30,0,0,0,1.1,9,122.2,960,5 +2013,9,3,2,30,0,0,0,1.2000000000000002,8,116.87,960,5 +2013,9,3,3,30,0,0,0,1.4000000000000001,8,109.5,960,5 +2013,9,3,4,30,0,0,0,1.3,8,100.74000000000001,960,6 +2013,9,3,5,30,0,0,0,1.6,9,91.13,960,7 +2013,9,3,6,30,116,39,496,2,11,81.09,960,7 +2013,9,3,7,30,293,61,712,2.4000000000000004,14,71.02,960,8 +2013,9,3,8,30,465,74,815,3,17,61.32,960,8 +2013,9,3,9,30,612,82,871,3.4000000000000004,20,52.53,960,7 +2013,9,3,10,30,719,86,902,3.6,22,45.43,960,8 +2013,9,3,11,30,777,88,914,3.8000000000000003,24,41.09,960,9 +2013,9,3,12,30,782,88,912,3.9000000000000004,25,40.480000000000004,960,9 +2013,9,3,13,30,733,86,896,4,26,43.77,960,9 +2013,9,3,14,30,635,83,861,4,27,50.15,950,10 +2013,9,3,15,30,495,81,793,3.8000000000000003,27,58.53,950,10 +2013,9,3,16,30,328,72,685,3.2,26,68.03,950,11 +2013,9,3,17,30,156,51,507,2.4000000000000004,23,78.06,950,13 +2013,9,3,18,30,17,13,132,2,21,88.17,950,13 +2013,9,3,19,30,0,0,0,2,19,97.99000000000001,950,12 +2013,9,3,20,30,0,0,0,2,18,107.10000000000001,960,12 +2013,9,3,21,30,0,0,0,2.1,18,115.01,960,13 +2013,9,3,22,30,0,0,0,2,17,121.10000000000001,960,13 +2013,9,3,23,30,0,0,0,1.9000000000000001,16,124.66,960,14 +2013,9,4,0,30,0,0,0,1.6,15,125.17,960,14 +2013,9,4,1,30,0,0,0,1.6,14,122.53,960,15 +2013,9,4,2,30,0,0,0,2,14,117.17,960,14 +2013,9,4,3,30,0,0,0,2.2,13,109.76,960,13 +2013,9,4,4,30,0,0,0,2,12,100.97,960,12 +2013,9,4,5,30,0,0,0,2.1,12,91.35000000000001,960,10 +2013,9,4,6,30,113,38,490,2.4000000000000004,12,81.31,960,9 +2013,9,4,7,30,289,59,714,2.2,14,71.24,960,8 +2013,9,4,8,30,411,109,634,1.9000000000000001,16,61.550000000000004,960,7 +2013,9,4,9,30,483,230,417,1.9000000000000001,18,52.79,960,6 +2013,9,4,10,30,625,216,585,2.2,19,45.74,960,4 +2013,9,4,11,30,787,82,940,2.5,21,41.44,960,3 +2013,9,4,12,30,794,81,943,2.8000000000000003,22,40.85,960,2 +2013,9,4,13,30,748,76,936,3,22,44.14,960,2 +2013,9,4,14,30,650,71,911,3,22,50.51,960,2 +2013,9,4,15,30,511,65,863,2.8000000000000003,22,58.870000000000005,960,2 +2013,9,4,16,30,343,56,779,2.2,21,68.37,960,2 +2013,9,4,17,30,164,41,612,1.3,18,78.39,960,5 +2013,9,4,18,30,16,11,199,1.1,15,88.5,960,7 +2013,9,4,19,30,0,0,0,1.3,13,98.32000000000001,960,6 +2013,9,4,20,30,0,0,0,1.3,12,107.45,960,6 +2013,9,4,21,30,0,0,0,1.2000000000000002,11,115.38,960,6 +2013,9,4,22,30,0,0,0,1,10,121.48,960,6 +2013,9,4,23,30,0,0,0,1,10,125.04,960,6 +2013,9,5,0,30,0,0,0,1,9,125.53,970,6 +2013,9,5,1,30,0,0,0,1,9,122.86,970,6 +2013,9,5,2,30,0,0,0,1,9,117.46000000000001,970,6 +2013,9,5,3,30,0,0,0,1,9,110.02,970,6 +2013,9,5,4,30,0,0,0,1,8,101.21000000000001,970,6 +2013,9,5,5,30,0,0,0,1.2000000000000002,9,91.57000000000001,970,7 +2013,9,5,6,30,110,35,509,1.7000000000000002,11,81.52,970,7 +2013,9,5,7,30,285,55,722,1.9000000000000001,15,71.46000000000001,970,8 +2013,9,5,8,30,457,68,822,1.8,18,61.79,970,6 +2013,9,5,9,30,603,77,875,1.8,20,53.06,970,6 +2013,9,5,10,30,711,83,904,2,21,46.050000000000004,970,6 +2013,9,5,11,30,771,85,920,2.1,22,41.79,970,7 +2013,9,5,12,30,778,82,926,2.2,23,41.230000000000004,960,8 +2013,9,5,13,30,730,80,912,2.3000000000000003,24,44.52,960,8 +2013,9,5,14,30,632,76,881,2.4000000000000004,24,50.88,960,9 +2013,9,5,15,30,443,125,622,2.5,24,59.22,960,9 +2013,9,5,16,30,324,65,714,2.3000000000000003,23,68.7,960,9 +2013,9,5,17,30,149,47,519,1.7000000000000002,20,78.72,960,10 +2013,9,5,18,30,12,10,97,1.5,17,88.83,960,10 +2013,9,5,19,30,0,0,0,1.6,16,98.66,960,10 +2013,9,5,20,30,0,0,0,1.7000000000000002,16,107.8,960,10 +2013,9,5,21,30,0,0,0,1.6,15,115.74000000000001,960,10 +2013,9,5,22,30,0,0,0,1.6,15,121.85000000000001,960,10 +2013,9,5,23,30,0,0,0,1.7000000000000002,15,125.42,960,10 +2013,9,6,0,30,0,0,0,1.7000000000000002,15,125.9,960,10 +2013,9,6,1,30,0,0,0,1.8,15,123.2,960,10 +2013,9,6,2,30,0,0,0,2,15,117.76,960,11 +2013,9,6,3,30,0,0,0,2.3000000000000003,15,110.29,960,12 +2013,9,6,4,30,0,0,0,2.4000000000000004,15,101.45,960,13 +2013,9,6,5,30,0,0,0,2.6,15,91.79,960,14 +2013,9,6,6,30,86,51,239,2.9000000000000004,17,81.74,960,15 +2013,9,6,7,30,125,116,30,3.2,19,71.68,960,16 +2013,9,6,8,30,316,191,267,3.7,22,62.03,960,17 +2013,9,6,9,30,480,219,437,4.1000000000000005,25,53.33,960,17 +2013,9,6,10,30,649,138,741,4.3,27,46.36,960,17 +2013,9,6,11,30,711,137,774,4.3,28,42.14,950,17 +2013,9,6,12,30,726,124,804,4.3,29,41.61,950,17 +2013,9,6,13,30,622,237,544,4.1000000000000005,30,44.9,950,17 +2013,9,6,14,30,463,270,308,3.6,29,51.24,950,17 +2013,9,6,15,30,345,211,264,2.9000000000000004,28,59.57,950,18 +2013,9,6,16,30,177,144,92,1.7000000000000002,27,69.04,950,18 +2013,9,6,17,30,111,67,228,1,25,79.05,950,19 +2013,9,6,18,30,0,0,0,0.9,23,89.16,950,18 +2013,9,6,19,30,0,0,0,0.9,22,99,950,18 +2013,9,6,20,30,0,0,0,0.9,21,108.15,950,18 +2013,9,6,21,30,0,0,0,0.9,20,116.11,950,18 +2013,9,6,22,30,0,0,0,0.9,20,122.23,950,18 +2013,9,6,23,30,0,0,0,0.9,19,125.8,950,18 +2013,9,7,0,30,0,0,0,0.9,18,126.26,950,18 +2013,9,7,1,30,0,0,0,1,17,123.53,950,17 +2013,9,7,2,30,0,0,0,1.1,17,118.06,960,17 +2013,9,7,3,30,0,0,0,1,17,110.55,960,17 +2013,9,7,4,30,0,0,0,0.9,16,101.69,960,16 +2013,9,7,5,30,0,0,0,1.3,17,92.01,960,17 +2013,9,7,6,30,68,48,143,1.9000000000000001,19,81.95,960,18 +2013,9,7,7,30,211,104,346,2.4000000000000004,21,71.9,960,18 +2013,9,7,8,30,403,115,618,2.8000000000000003,24,62.27,960,18 +2013,9,7,9,30,545,128,702,3.3000000000000003,25,53.6,960,18 +2013,9,7,10,30,652,134,755,3.7,26,46.67,960,17 +2013,9,7,11,30,718,127,801,3.7,27,42.5,960,17 +2013,9,7,12,30,734,117,830,3.6,27,41.99,960,16 +2013,9,7,13,30,696,107,837,3.4000000000000004,27,45.28,960,16 +2013,9,7,14,30,609,95,828,3.2,27,51.61,960,15 +2013,9,7,15,30,478,83,789,3,26,59.92,960,14 +2013,9,7,16,30,317,65,714,2.6,25,69.37,960,12 +2013,9,7,17,30,142,37,573,1.6,22,79.38,960,12 +2013,9,7,18,30,0,0,0,1.1,19,89.49,960,12 +2013,9,7,19,30,0,0,0,1,17,99.34,960,12 +2013,9,7,20,30,0,0,0,1,16,108.51,960,12 +2013,9,7,21,30,0,0,0,1,15,116.48,960,13 +2013,9,7,22,30,0,0,0,1.2000000000000002,15,122.62,960,14 +2013,9,7,23,30,0,0,0,1.3,14,126.19,960,14 +2013,9,8,0,30,0,0,0,1.3,14,126.63000000000001,960,14 +2013,9,8,1,30,0,0,0,1.5,14,123.87,960,14 +2013,9,8,2,30,0,0,0,1.8,13,118.36,960,13 +2013,9,8,3,30,0,0,0,1.8,13,110.82000000000001,960,13 +2013,9,8,4,30,0,0,0,1.5,12,101.93,960,11 +2013,9,8,5,30,0,0,0,2,12,92.24,960,11 +2013,9,8,6,30,33,33,0,3.1,14,82.17,960,12 +2013,9,8,7,30,193,111,266,3.9000000000000004,16,72.13,960,11 +2013,9,8,8,30,290,194,208,4.1000000000000005,18,62.51,960,10 +2013,9,8,9,30,306,259,80,4,19,53.870000000000005,960,10 +2013,9,8,10,30,538,287,368,4,20,46.99,960,10 +2013,9,8,11,30,603,298,416,4,21,42.86,960,10 +2013,9,8,12,30,525,351,235,3.8000000000000003,21,42.37,960,9 +2013,9,8,13,30,378,320,83,3.5,21,45.67,960,8 +2013,9,8,14,30,371,283,142,3.2,20,51.980000000000004,960,7 +2013,9,8,15,30,127,127,0,3.1,20,60.27,960,7 +2013,9,8,16,30,193,139,158,2.7,19,69.72,960,8 +2013,9,8,17,30,61,60,7,2.2,17,79.72,960,9 +2013,9,8,18,30,0,0,0,1.9000000000000001,15,89.83,960,10 +2013,9,8,19,30,0,0,0,1.9000000000000001,15,99.69,960,11 +2013,9,8,20,30,0,0,0,2,14,108.87,960,12 +2013,9,8,21,30,0,0,0,2.2,14,116.85000000000001,960,12 +2013,9,8,22,30,0,0,0,2.1,14,123,960,12 +2013,9,8,23,30,0,0,0,2,14,126.57000000000001,960,12 +2013,9,9,0,30,0,0,0,2,14,127,950,13 +2013,9,9,1,30,0,0,0,2,14,124.2,950,13 +2013,9,9,2,30,0,0,0,1.9000000000000001,14,118.65,950,13 +2013,9,9,3,30,0,0,0,1.7000000000000002,13,111.08,950,13 +2013,9,9,4,30,0,0,0,1.8,13,102.17,950,13 +2013,9,9,5,30,0,0,0,2.1,13,92.46000000000001,950,13 +2013,9,9,6,30,8,8,0,2.5,14,82.39,950,14 +2013,9,9,7,30,20,20,0,2.8000000000000003,16,72.35000000000001,950,14 +2013,9,9,8,30,36,36,0,3.2,17,62.75,950,16 +2013,9,9,9,30,112,112,0,3.6,17,54.15,950,16 +2013,9,9,10,30,74,74,0,4.1000000000000005,18,47.300000000000004,950,17 +2013,9,9,11,30,61,61,0,4.1000000000000005,19,43.21,950,17 +2013,9,9,12,30,95,95,0,3.6,21,42.76,950,18 +2013,9,9,13,30,176,173,4,3,22,46.050000000000004,950,19 +2013,9,9,14,30,110,110,0,2.5,23,52.35,950,20 +2013,9,9,15,30,77,77,0,2.1,23,60.63,950,21 +2013,9,9,16,30,199,135,189,1.6,22,70.06,950,21 +2013,9,9,17,30,105,65,234,1.3,21,80.05,950,21 +2013,9,9,18,30,0,0,0,1.5,20,90.17,950,20 +2013,9,9,19,30,0,0,0,2.1,20,100.03,950,20 +2013,9,9,20,30,0,0,0,2.7,20,109.22,950,20 +2013,9,9,21,30,0,0,0,2.9000000000000004,19,117.23,950,19 +2013,9,9,22,30,0,0,0,2.9000000000000004,18,123.39,950,18 +2013,9,9,23,30,0,0,0,2.9000000000000004,17,126.96000000000001,950,17 +2013,9,10,0,30,0,0,0,2.7,16,127.37,950,16 +2013,9,10,1,30,0,0,0,2.4000000000000004,16,124.54,950,16 +2013,9,10,2,30,0,0,0,2.2,16,118.95,950,16 +2013,9,10,3,30,0,0,0,2.2,16,111.35000000000001,950,16 +2013,9,10,4,30,0,0,0,2.1,15,102.41,950,16 +2013,9,10,5,30,0,0,0,2.2,15,92.68,950,16 +2013,9,10,6,30,12,12,0,2.6,16,82.61,950,16 +2013,9,10,7,30,116,109,24,3.2,17,72.58,950,17 +2013,9,10,8,30,145,144,2,3.4000000000000004,18,63,950,17 +2013,9,10,9,30,158,157,0,3.5,20,54.42,950,17 +2013,9,10,10,30,327,289,56,3.8000000000000003,21,47.62,950,16 +2013,9,10,11,30,395,335,83,4.1000000000000005,22,43.57,950,15 +2013,9,10,12,30,496,351,198,4.2,23,43.14,950,15 +2013,9,10,13,30,677,109,824,4.1000000000000005,24,46.44,950,14 +2013,9,10,14,30,198,193,9,4,23,52.72,950,14 +2013,9,10,15,30,444,94,721,3.8000000000000003,23,60.980000000000004,950,14 +2013,9,10,16,30,236,111,372,3.2,22,70.4,950,13 +2013,9,10,17,30,117,45,430,2.1,20,80.39,950,14 +2013,9,10,18,30,0,0,0,1.4000000000000001,18,90.51,950,14 +2013,9,10,19,30,0,0,0,1.2000000000000002,17,100.38,960,14 +2013,9,10,20,30,0,0,0,1,16,109.58,960,14 +2013,9,10,21,30,0,0,0,0.9,15,117.60000000000001,960,14 +2013,9,10,22,30,0,0,0,0.9,14,123.77,960,14 +2013,9,10,23,30,0,0,0,1,14,127.35000000000001,960,14 +2013,9,11,0,30,0,0,0,1.2000000000000002,14,127.74000000000001,960,13 +2013,9,11,1,30,0,0,0,1.4000000000000001,14,124.88000000000001,960,13 +2013,9,11,2,30,0,0,0,1.6,14,119.25,960,13 +2013,9,11,3,30,0,0,0,1.7000000000000002,14,111.61,950,13 +2013,9,11,4,30,0,0,0,1.7000000000000002,13,102.65,950,13 +2013,9,11,5,30,0,0,0,2,13,92.91,960,13 +2013,9,11,6,30,81,39,341,2.8000000000000003,15,82.83,960,14 +2013,9,11,7,30,81,81,0,3.4000000000000004,17,72.8,960,14 +2013,9,11,8,30,342,156,413,3.8000000000000003,19,63.25,960,14 +2013,9,11,9,30,557,95,799,4.1000000000000005,20,54.7,960,14 +2013,9,11,10,30,670,92,863,4.3,21,47.94,960,14 +2013,9,11,11,30,735,89,897,4.4,22,43.94,960,12 +2013,9,11,12,30,676,211,641,4.4,23,43.53,960,11 +2013,9,11,13,30,698,81,902,4.5,23,46.83,960,9 +2013,9,11,14,30,562,126,725,4.4,23,53.09,960,8 +2013,9,11,15,30,380,159,460,4.1000000000000005,22,61.34,960,8 +2013,9,11,16,30,151,129,67,3.2,21,70.75,960,8 +2013,9,11,17,30,6,6,0,1.8,18,80.73,960,9 +2013,9,11,18,30,0,0,0,1.2000000000000002,15,90.85000000000001,960,10 +2013,9,11,19,30,0,0,0,1.3,14,100.73,960,9 +2013,9,11,20,30,0,0,0,1.3,13,109.94,960,9 +2013,9,11,21,30,0,0,0,1.4000000000000001,12,117.98,960,9 +2013,9,11,22,30,0,0,0,1.5,11,124.16,960,9 +2013,9,11,23,30,0,0,0,1.5,10,127.74000000000001,960,9 +2013,9,12,0,30,0,0,0,1.6,10,128.11,960,9 +2013,9,12,1,30,0,0,0,2,10,125.22,960,9 +2013,9,12,2,30,0,0,0,2.1,10,119.55,960,9 +2013,9,12,3,30,0,0,0,2,10,111.88,960,9 +2013,9,12,4,30,0,0,0,2.1,9,102.89,960,9 +2013,9,12,5,30,0,0,0,2.5,9,93.13,960,8 +2013,9,12,6,30,50,41,70,3.3000000000000003,11,83.05,960,8 +2013,9,12,7,30,259,51,713,4.1000000000000005,12,73.03,960,8 +2013,9,12,8,30,431,62,827,4.5,14,63.49,960,6 +2013,9,12,9,30,230,216,25,4.6000000000000005,15,54.980000000000004,960,5 +2013,9,12,10,30,179,176,4,4.7,16,48.26,960,5 +2013,9,12,11,30,749,74,943,4.800000000000001,17,44.300000000000004,960,5 +2013,9,12,12,30,756,74,947,4.800000000000001,18,43.92,960,5 +2013,9,12,13,30,708,72,936,4.6000000000000005,18,47.22,960,5 +2013,9,12,14,30,608,68,908,4.5,18,53.47,960,5 +2013,9,12,15,30,466,64,846,4.4,17,61.7,960,5 +2013,9,12,16,30,295,55,742,3.9000000000000004,16,71.09,960,5 +2013,9,12,17,30,119,37,530,2.7,14,81.07000000000001,960,5 +2013,9,12,18,30,0,0,0,1.6,12,91.2,970,6 +2013,9,12,19,30,0,0,0,1.3,10,101.08,970,6 +2013,9,12,20,30,0,0,0,1.2000000000000002,10,110.31,970,6 +2013,9,12,21,30,0,0,0,1,9,118.35000000000001,970,6 +2013,9,12,22,30,0,0,0,0.9,8,124.55,970,6 +2013,9,12,23,30,0,0,0,0.9,8,128.13,970,6 +2013,9,13,0,30,0,0,0,0.7000000000000001,8,128.48,970,6 +2013,9,13,1,30,0,0,0,0.30000000000000004,8,125.56,970,6 +2013,9,13,2,30,0,0,0,0.2,8,119.85000000000001,970,6 +2013,9,13,3,30,0,0,0,0.4,8,112.14,970,6 +2013,9,13,4,30,0,0,0,0.5,8,103.13,970,6 +2013,9,13,5,30,0,0,0,0.6000000000000001,8,93.36,970,6 +2013,9,13,6,30,85,30,471,0.8,9,83.27,970,6 +2013,9,13,7,30,258,50,719,0.9,12,73.26,970,6 +2013,9,13,8,30,430,63,829,0.8,15,63.74,970,5 +2013,9,13,9,30,577,71,888,1.1,16,55.26,970,5 +2013,9,13,10,30,685,76,920,1.5,18,48.59,960,5 +2013,9,13,11,30,743,80,933,1.9000000000000001,19,44.67,960,6 +2013,9,13,12,30,551,319,324,2.2,20,44.31,960,6 +2013,9,13,13,30,502,300,298,2.5,20,47.61,960,6 +2013,9,13,14,30,597,76,883,2.6,20,53.85,960,6 +2013,9,13,15,30,456,68,828,2.7,19,62.06,960,6 +2013,9,13,16,30,287,56,727,2.5,18,71.44,960,6 +2013,9,13,17,30,112,36,513,1.9000000000000001,16,81.41,960,6 +2013,9,13,18,30,0,0,0,1.7000000000000002,13,91.54,960,6 +2013,9,13,19,30,0,0,0,2,12,101.43,960,6 +2013,9,13,20,30,0,0,0,2.1,11,110.67,960,6 +2013,9,13,21,30,0,0,0,1.9000000000000001,11,118.73,960,6 +2013,9,13,22,30,0,0,0,1.8,10,124.94,960,6 +2013,9,13,23,30,0,0,0,1.8,9,128.52,960,6 +2013,9,14,0,30,0,0,0,2,9,128.86,960,5 +2013,9,14,1,30,0,0,0,2.5,9,125.89,960,5 +2013,9,14,2,30,0,0,0,2.7,9,120.15,960,5 +2013,9,14,3,30,0,0,0,2.7,9,112.41,960,4 +2013,9,14,4,30,0,0,0,2.7,8,103.37,960,4 +2013,9,14,5,30,0,0,0,2.9000000000000004,8,93.59,960,4 +2013,9,14,6,30,78,31,415,3.2,9,83.5,960,4 +2013,9,14,7,30,247,56,673,3.3000000000000003,11,73.49,960,5 +2013,9,14,8,30,345,140,466,3.6,13,63.99,960,6 +2013,9,14,9,30,489,159,583,3.9000000000000004,15,55.550000000000004,960,6 +2013,9,14,10,30,517,274,369,4,17,48.910000000000004,950,7 +2013,9,14,11,30,589,273,446,3.9000000000000004,18,45.03,950,8 +2013,9,14,12,30,578,302,387,3.5,19,44.7,950,8 +2013,9,14,13,30,291,268,34,3,19,48,950,9 +2013,9,14,14,30,221,210,18,2.7,19,54.22,950,9 +2013,9,14,15,30,110,110,0,2.3000000000000003,18,62.42,950,10 +2013,9,14,16,30,111,108,9,2.2,17,71.79,950,11 +2013,9,14,17,30,37,37,0,2.4000000000000004,15,81.76,950,12 +2013,9,14,18,30,0,0,0,2.5,13,91.88,950,12 +2013,9,14,19,30,0,0,0,2.6,13,101.78,960,13 +2013,9,14,20,30,0,0,0,2.7,12,111.03,960,11 +2013,9,14,21,30,0,0,0,2.5,12,119.11,960,11 +2013,9,14,22,30,0,0,0,2.1,12,125.33,960,11 +2013,9,14,23,30,0,0,0,1.8,12,128.91,960,11 +2013,9,15,0,30,0,0,0,1.4000000000000001,11,129.23,960,11 +2013,9,15,1,30,0,0,0,1.1,11,126.23,960,11 +2013,9,15,2,30,0,0,0,1.5,11,120.45,960,11 +2013,9,15,3,30,0,0,0,2.5,10,112.67,960,9 +2013,9,15,4,30,0,0,0,3.3000000000000003,9,103.61,960,9 +2013,9,15,5,30,0,0,0,3.8000000000000003,8,93.81,960,8 +2013,9,15,6,30,77,31,418,4.1000000000000005,8,83.72,960,8 +2013,9,15,7,30,68,68,0,4,8,73.73,960,7 +2013,9,15,8,30,212,179,75,3.7,10,64.25,960,6 +2013,9,15,9,30,182,178,6,3.5,12,55.83,960,6 +2013,9,15,10,30,382,303,120,3.3000000000000003,14,49.24,960,5 +2013,9,15,11,30,462,335,180,3.3000000000000003,15,45.4,960,3 +2013,9,15,12,30,563,300,371,3.4000000000000004,16,45.09,960,2 +2013,9,15,13,30,709,75,954,3.4000000000000004,16,48.39,970,0 +2013,9,15,14,30,606,71,922,3.4000000000000004,15,54.6,970,0 +2013,9,15,15,30,460,63,867,3.3000000000000003,14,62.78,970,0 +2013,9,15,16,30,286,52,763,2.8000000000000003,13,72.14,970,0 +2013,9,15,17,30,107,33,538,1.8,11,82.10000000000001,970,0 +2013,9,15,18,30,0,0,0,1.2000000000000002,8,92.23,970,2 +2013,9,15,19,30,0,0,0,1.2000000000000002,7,102.13,970,2 +2013,9,15,20,30,0,0,0,1.1,6,111.4,970,2 +2013,9,15,21,30,0,0,0,1.1,5,119.49000000000001,970,2 +2013,9,15,22,30,0,0,0,1,4,125.73,970,2 +2013,9,15,23,30,0,0,0,1,4,129.31,970,2 +2013,9,16,0,30,0,0,0,1,3,129.61,970,2 +2013,9,16,1,30,0,0,0,1,3,126.58,970,2 +2013,9,16,2,30,0,0,0,0.9,3,120.75,970,2 +2013,9,16,3,30,0,0,0,0.9,3,112.94,970,1 +2013,9,16,4,30,0,0,0,0.9,3,103.85000000000001,970,1 +2013,9,16,5,30,0,0,0,0.9,3,94.04,970,1 +2013,9,16,6,30,78,28,467,1.1,5,83.95,970,1 +2013,9,16,7,30,252,50,733,1.2000000000000002,8,73.96000000000001,970,2 +2013,9,16,8,30,428,62,850,1,11,64.5,970,1 +2013,9,16,9,30,578,69,911,1.1,14,56.120000000000005,970,0 +2013,9,16,10,30,687,73,946,1.3,15,49.57,970,0 +2013,9,16,11,30,746,75,961,1.7000000000000002,17,45.77,970,0 +2013,9,16,12,30,749,76,961,2,18,45.49,970,0 +2013,9,16,13,30,698,73,947,2.2,18,48.79,970,1 +2013,9,16,14,30,595,69,916,2.3000000000000003,19,54.980000000000004,970,1 +2013,9,16,15,30,450,63,856,2.4000000000000004,18,63.15,970,1 +2013,9,16,16,30,277,52,750,2,17,72.49,970,1 +2013,9,16,17,30,100,32,519,1.5,14,82.45,970,3 +2013,9,16,18,30,0,0,0,1.5,11,92.57000000000001,970,3 +2013,9,16,19,30,0,0,0,1.6,9,102.49000000000001,970,3 +2013,9,16,20,30,0,0,0,1.7000000000000002,8,111.76,970,4 +2013,9,16,21,30,0,0,0,1.7000000000000002,7,119.87,970,4 +2013,9,16,22,30,0,0,0,1.7000000000000002,7,126.12,970,5 +2013,9,16,23,30,0,0,0,1.7000000000000002,6,129.7,970,5 +2013,9,17,0,30,0,0,0,1.7000000000000002,6,129.98,970,5 +2013,9,17,1,30,0,0,0,1.7000000000000002,5,126.92,970,4 +2013,9,17,2,30,0,0,0,1.7000000000000002,5,121.05,960,3 +2013,9,17,3,30,0,0,0,1.7000000000000002,4,113.2,960,3 +2013,9,17,4,30,0,0,0,1.7000000000000002,4,104.09,960,3 +2013,9,17,5,30,0,0,0,2.2,4,94.27,960,3 +2013,9,17,6,30,71,29,411,3,6,84.17,960,3 +2013,9,17,7,30,242,55,689,3.6,9,74.19,960,4 +2013,9,17,8,30,416,69,814,4.3,13,64.75,960,4 +2013,9,17,9,30,565,78,881,4.800000000000001,16,56.410000000000004,960,5 +2013,9,17,10,30,674,83,916,4.9,17,49.9,960,5 +2013,9,17,11,30,730,86,929,5,18,46.14,960,5 +2013,9,17,12,30,726,89,915,5.1000000000000005,19,45.88,960,5 +2013,9,17,13,30,669,87,889,5,20,49.18,960,5 +2013,9,17,14,30,564,82,846,5,20,55.36,960,5 +2013,9,17,15,30,293,183,246,4.800000000000001,19,63.51,960,5 +2013,9,17,16,30,149,116,113,4.1000000000000005,18,72.85000000000001,960,5 +2013,9,17,17,30,86,34,412,2.9000000000000004,16,82.79,960,6 +2013,9,17,18,30,0,0,0,2.2,13,92.92,960,7 +2013,9,17,19,30,0,0,0,2.3000000000000003,12,102.84,960,7 +2013,9,17,20,30,0,0,0,2.4000000000000004,12,112.13,960,8 +2013,9,17,21,30,0,0,0,2.6,12,120.25,960,8 +2013,9,17,22,30,0,0,0,2.8000000000000003,11,126.52,960,9 +2013,9,17,23,30,0,0,0,2.7,11,130.1,960,10 +2013,9,18,0,30,0,0,0,2.5,11,130.36,960,10 +2013,9,18,1,30,0,0,0,2.2,11,127.26,950,11 +2013,9,18,2,30,0,0,0,2,11,121.36,950,11 +2013,9,18,3,30,0,0,0,2,11,113.47,950,11 +2013,9,18,4,30,0,0,0,1.9000000000000001,11,104.33,950,11 +2013,9,18,5,30,0,0,0,1.8,11,94.5,950,11 +2013,9,18,6,30,2,2,0,2.1,12,84.4,950,11 +2013,9,18,7,30,23,23,0,2.4000000000000004,13,74.43,950,12 +2013,9,18,8,30,82,82,0,2.6,15,65.01,950,13 +2013,9,18,9,30,114,114,0,2.9000000000000004,16,56.7,950,14 +2013,9,18,10,30,145,145,0,3,18,50.230000000000004,950,14 +2013,9,18,11,30,187,183,5,3.1,19,46.51,950,15 +2013,9,18,12,30,218,211,10,3.2,20,46.27,950,15 +2013,9,18,13,30,162,160,1,3.1,21,49.58,950,16 +2013,9,18,14,30,101,101,0,3,21,55.75,950,16 +2013,9,18,15,30,108,108,0,2.9000000000000004,21,63.88,950,17 +2013,9,18,16,30,87,87,0,2.6,20,73.2,950,17 +2013,9,18,17,30,68,45,185,2.2,18,83.14,950,17 +2013,9,18,18,30,0,0,0,2.2,17,93.27,950,17 +2013,9,18,19,30,0,0,0,2.6,16,103.19,950,16 +2013,9,18,20,30,0,0,0,2.7,16,112.49000000000001,950,16 +2013,9,18,21,30,0,0,0,2.8000000000000003,16,120.64,950,16 +2013,9,18,22,30,0,0,0,2.9000000000000004,16,126.91,950,16 +2013,9,18,23,30,0,0,0,2.8000000000000003,16,130.49,950,16 +2013,9,19,0,30,0,0,0,2.5,16,130.74,950,16 +2013,9,19,1,30,0,0,0,2.2,16,127.60000000000001,950,16 +2013,9,19,2,30,0,0,0,2,16,121.66,950,16 +2013,9,19,3,30,0,0,0,1.8,16,113.74000000000001,950,16 +2013,9,19,4,30,0,0,0,1.7000000000000002,16,104.57000000000001,950,16 +2013,9,19,5,30,0,0,0,1.6,16,94.72,950,16 +2013,9,19,6,30,14,14,0,1.9000000000000001,17,84.62,950,17 +2013,9,19,7,30,42,42,0,2.1,19,74.66,950,18 +2013,9,19,8,30,154,148,13,1.8,20,65.27,950,19 +2013,9,19,9,30,133,133,0,1.5,21,56.99,950,19 +2013,9,19,10,30,149,149,0,1.4000000000000001,22,50.56,950,19 +2013,9,19,11,30,60,60,0,1.2000000000000002,21,46.88,950,19 +2013,9,19,12,30,64,64,0,1.1,21,46.67,950,19 +2013,9,19,13,30,58,58,0,1.5,20,49.97,950,19 +2013,9,19,14,30,169,166,3,2.4000000000000004,19,56.13,950,19 +2013,9,19,15,30,192,172,45,3.3000000000000003,18,64.24,950,18 +2013,9,19,16,30,15,15,0,3.8000000000000003,17,73.55,950,17 +2013,9,19,17,30,12,12,0,3.4000000000000004,16,83.49,950,16 +2013,9,19,18,30,0,0,0,2.8000000000000003,15,93.61,950,15 +2013,9,19,19,30,0,0,0,2.7,15,103.55,950,15 +2013,9,19,20,30,0,0,0,2.6,15,112.86,950,14 +2013,9,19,21,30,0,0,0,2.5,15,121.02,950,14 +2013,9,19,22,30,0,0,0,2.6,14,127.31,950,14 +2013,9,19,23,30,0,0,0,2.8000000000000003,13,130.89000000000001,950,13 +2013,9,20,0,30,0,0,0,2.5,12,131.11,950,11 +2013,9,20,1,30,0,0,0,2.2,11,127.94,950,11 +2013,9,20,2,30,0,0,0,2.2,10,121.96000000000001,950,9 +2013,9,20,3,30,0,0,0,2.5,10,114,950,9 +2013,9,20,4,30,0,0,0,2.7,9,104.81,950,9 +2013,9,20,5,30,0,0,0,2.9000000000000004,9,94.95,950,9 +2013,9,20,6,30,1,1,0,3.3000000000000003,9,84.85000000000001,950,8 +2013,9,20,7,30,46,46,0,3.7,10,74.9,950,8 +2013,9,20,8,30,151,146,12,4.1000000000000005,11,65.53,950,8 +2013,9,20,9,30,123,123,0,4.5,13,57.28,950,7 +2013,9,20,10,30,219,211,12,4.6000000000000005,14,50.89,950,7 +2013,9,20,11,30,228,220,12,4.5,15,47.25,950,6 +2013,9,20,12,30,271,255,23,4.5,16,47.07,950,6 +2013,9,20,13,30,378,297,126,4.6000000000000005,15,50.370000000000005,950,5 +2013,9,20,14,30,346,248,178,4.5,14,56.51,950,5 +2013,9,20,15,30,85,85,0,4.2,14,64.61,950,5 +2013,9,20,16,30,66,66,0,3.8000000000000003,13,73.91,950,5 +2013,9,20,17,30,72,32,379,3.1,11,83.83,950,5 +2013,9,20,18,30,0,0,0,2.6,10,93.96000000000001,950,5 +2013,9,20,19,30,0,0,0,2.5,9,103.9,950,5 +2013,9,20,20,30,0,0,0,2.3000000000000003,8,113.23,950,5 +2013,9,20,21,30,0,0,0,2,7,121.4,950,5 +2013,9,20,22,30,0,0,0,1.8,7,127.7,950,5 +2013,9,20,23,30,0,0,0,1.8,6,131.28,950,4 +2013,9,21,0,30,0,0,0,1.9000000000000001,5,131.49,950,4 +2013,9,21,1,30,0,0,0,1.9000000000000001,5,128.28,950,3 +2013,9,21,2,30,0,0,0,1.9000000000000001,4,122.25,950,2 +2013,9,21,3,30,0,0,0,1.7000000000000002,3,114.27,950,2 +2013,9,21,4,30,0,0,0,1.5,2,105.05,950,1 +2013,9,21,5,30,0,0,0,1.7000000000000002,2,95.18,960,1 +2013,9,21,6,30,60,24,419,2.6,3,85.08,960,1 +2013,9,21,7,30,228,45,712,3.4000000000000004,5,75.14,960,0 +2013,9,21,8,30,399,57,835,3.6,7,65.79,960,0 +2013,9,21,9,30,417,203,398,3.5,9,57.57,960,0 +2013,9,21,10,30,652,67,934,3.3000000000000003,11,51.230000000000004,960,0 +2013,9,21,11,30,709,69,949,3.1,12,47.63,960,0 +2013,9,21,12,30,712,68,952,3,13,47.46,960,0 +2013,9,21,13,30,660,67,938,3,14,50.76,960,0 +2013,9,21,14,30,558,63,906,2.9000000000000004,14,56.89,960,0 +2013,9,21,15,30,415,58,842,2.7,14,64.98,960,0 +2013,9,21,16,30,244,47,727,2.1,13,74.26,960,0 +2013,9,21,17,30,73,27,460,1.3,10,84.18,960,1 +2013,9,21,18,30,0,0,0,1.1,7,94.31,960,1 +2013,9,21,19,30,0,0,0,1.2000000000000002,6,104.25,960,1 +2013,9,21,20,30,0,0,0,1.2000000000000002,5,113.59,960,1 +2013,9,21,21,30,0,0,0,1.2000000000000002,4,121.78,960,1 +2013,9,21,22,30,0,0,0,1.3,4,128.1,960,1 +2013,9,21,23,30,0,0,0,1.3,3,131.68,960,1 +2013,9,22,0,30,0,0,0,1.3,3,131.87,960,1 +2013,9,22,1,30,0,0,0,1.4000000000000001,2,128.62,960,2 +2013,9,22,2,30,0,0,0,1.4000000000000001,2,122.55,960,2 +2013,9,22,3,30,0,0,0,1.3,2,114.53,960,2 +2013,9,22,4,30,0,0,0,1.3,2,105.3,960,2 +2013,9,22,5,30,0,0,0,1.6,3,95.41,960,2 +2013,9,22,6,30,54,27,334,2.5,5,85.31,960,4 +2013,9,22,7,30,221,52,670,3.6,7,75.38,960,4 +2013,9,22,8,30,396,64,816,4.3,10,66.05,960,4 +2013,9,22,9,30,545,71,889,4.5,12,57.870000000000005,960,4 +2013,9,22,10,30,652,77,924,4.5,14,51.56,960,3 +2013,9,22,11,30,707,81,936,4.6000000000000005,15,48,960,3 +2013,9,22,12,30,708,81,933,4.800000000000001,15,47.86,960,3 +2013,9,22,13,30,651,79,911,4.800000000000001,16,51.160000000000004,960,3 +2013,9,22,14,30,544,75,867,4.800000000000001,15,57.28,960,3 +2013,9,22,15,30,399,67,794,4.7,14,65.34,960,3 +2013,9,22,16,30,230,53,665,4.4,13,74.61,960,3 +2013,9,22,17,30,64,28,379,3.9000000000000004,11,84.53,960,4 +2013,9,22,18,30,0,0,0,3.9000000000000004,9,94.66,960,4 +2013,9,22,19,30,0,0,0,4.1000000000000005,8,104.61,960,5 +2013,9,22,20,30,0,0,0,4,8,113.96000000000001,960,6 +2013,9,22,21,30,0,0,0,3.9000000000000004,8,122.16,960,6 +2013,9,22,22,30,0,0,0,3.8000000000000003,8,128.49,960,7 +2013,9,22,23,30,0,0,0,3.7,8,132.08,960,7 +2013,9,23,0,30,0,0,0,3.7,8,132.25,960,6 +2013,9,23,1,30,0,0,0,3.7,8,128.96,960,6 +2013,9,23,2,30,0,0,0,3.6,8,122.85000000000001,960,6 +2013,9,23,3,30,0,0,0,3.6,8,114.8,960,6 +2013,9,23,4,30,0,0,0,3.5,8,105.54,960,6 +2013,9,23,5,30,0,0,0,3.6,8,95.64,960,6 +2013,9,23,6,30,48,25,300,4,9,85.54,960,6 +2013,9,23,7,30,208,55,616,4.5,11,75.62,960,6 +2013,9,23,8,30,376,72,756,4.9,14,66.31,960,6 +2013,9,23,9,30,521,82,832,5.2,16,58.160000000000004,960,7 +2013,9,23,10,30,628,87,877,5.5,18,51.9,960,8 +2013,9,23,11,30,688,88,903,5.6000000000000005,19,48.38,960,8 +2013,9,23,12,30,691,86,908,5.7,20,48.25,960,8 +2013,9,23,13,30,637,85,888,5.6000000000000005,20,51.56,950,8 +2013,9,23,14,30,533,82,842,5.4,20,57.660000000000004,950,8 +2013,9,23,15,30,319,132,455,5,19,65.71000000000001,950,8 +2013,9,23,16,30,180,79,391,4.2,18,74.97,950,8 +2013,9,23,17,30,44,30,152,3.3000000000000003,16,84.87,960,8 +2013,9,23,18,30,0,0,0,2.8000000000000003,14,95,960,8 +2013,9,23,19,30,0,0,0,2.4000000000000004,12,104.96000000000001,960,9 +2013,9,23,20,30,0,0,0,2,10,114.32000000000001,960,9 +2013,9,23,21,30,0,0,0,1.8,10,122.55,960,9 +2013,9,23,22,30,0,0,0,1.7000000000000002,9,128.89000000000001,960,9 +2013,9,23,23,30,0,0,0,1.7000000000000002,9,132.48,960,9 +2013,9,24,0,30,0,0,0,1.8,8,132.62,960,8 +2013,9,24,1,30,0,0,0,1.9000000000000001,8,129.3,960,8 +2013,9,24,2,30,0,0,0,2,8,123.15,960,8 +2013,9,24,3,30,0,0,0,2.3000000000000003,8,115.06,960,8 +2013,9,24,4,30,0,0,0,2.6,9,105.78,960,9 +2013,9,24,5,30,0,0,0,2.8000000000000003,9,95.87,960,9 +2013,9,24,6,30,44,27,226,3,9,85.77,960,9 +2013,9,24,7,30,202,61,575,3.1,11,75.86,960,9 +2013,9,24,8,30,371,77,740,3,14,66.58,960,9 +2013,9,24,9,30,516,87,821,3,17,58.46,960,10 +2013,9,24,10,30,621,93,862,3.1,19,52.24,960,10 +2013,9,24,11,30,677,96,880,3.2,21,48.75,960,10 +2013,9,24,12,30,604,188,629,3.3000000000000003,22,48.65,960,9 +2013,9,24,13,30,632,77,900,3.2,22,51.95,960,9 +2013,9,24,14,30,528,73,860,2.9000000000000004,21,58.04,960,9 +2013,9,24,15,30,366,68,735,2.6,21,66.08,960,8 +2013,9,24,16,30,201,54,580,1.9000000000000001,19,75.32000000000001,960,9 +2013,9,24,17,30,54,25,352,1.3,16,85.22,960,10 +2013,9,24,18,30,0,0,0,1.3,13,95.35000000000001,960,9 +2013,9,24,19,30,0,0,0,1.4000000000000001,13,105.31,960,9 +2013,9,24,20,30,0,0,0,1.3,12,114.69,960,9 +2013,9,24,21,30,0,0,0,1.3,11,122.93,960,9 +2013,9,24,22,30,0,0,0,1.2000000000000002,10,129.28,960,9 +2013,9,24,23,30,0,0,0,1.2000000000000002,9,132.87,960,9 +2013,9,25,0,30,0,0,0,1.2000000000000002,9,133,960,9 +2013,9,25,1,30,0,0,0,1.1,8,129.64000000000001,960,8 +2013,9,25,2,30,0,0,0,1.1,8,123.45,960,8 +2013,9,25,3,30,0,0,0,1.1,8,115.33,960,8 +2013,9,25,4,30,0,0,0,1.1,8,106.02,960,8 +2013,9,25,5,30,0,0,0,1.3,8,96.10000000000001,960,8 +2013,9,25,6,30,39,26,189,1.9000000000000001,10,86,960,9 +2013,9,25,7,30,192,64,535,2.3000000000000003,12,76.10000000000001,960,9 +2013,9,25,8,30,359,80,710,2.5,15,66.84,960,10 +2013,9,25,9,30,508,80,826,3.2,18,58.76,960,10 +2013,9,25,10,30,613,86,866,3.6,20,52.58,960,10 +2013,9,25,11,30,668,89,885,3.7,21,49.13,960,10 +2013,9,25,12,30,671,87,890,3.6,21,49.050000000000004,960,10 +2013,9,25,13,30,618,84,874,3.5,21,52.35,960,10 +2013,9,25,14,30,478,109,706,3.3000000000000003,21,58.43,960,10 +2013,9,25,15,30,318,119,497,3.1,20,66.45,960,9 +2013,9,25,16,30,146,89,229,2.6,19,75.68,960,9 +2013,9,25,17,30,48,25,296,2,16,85.57000000000001,960,10 +2013,9,25,18,30,0,0,0,1.8,14,95.69,960,10 +2013,9,25,19,30,0,0,0,1.8,12,105.66,960,10 +2013,9,25,20,30,0,0,0,2,11,115.05,960,11 +2013,9,25,21,30,0,0,0,2.2,11,123.31,960,11 +2013,9,25,22,30,0,0,0,2.4000000000000004,10,129.68,960,11 +2013,9,25,23,30,0,0,0,2.6,10,133.27,960,9 +2013,9,26,0,30,0,0,0,2.7,10,133.38,960,9 +2013,9,26,1,30,0,0,0,2.8000000000000003,10,129.98,960,9 +2013,9,26,2,30,0,0,0,2.9000000000000004,10,123.75,960,9 +2013,9,26,3,30,0,0,0,2.9000000000000004,9,115.59,960,9 +2013,9,26,4,30,0,0,0,3,9,106.26,960,9 +2013,9,26,5,30,0,0,0,3.1,9,96.33,960,9 +2013,9,26,6,30,38,25,193,3.4000000000000004,10,86.23,960,9 +2013,9,26,7,30,189,64,530,3.9000000000000004,12,76.34,960,9 +2013,9,26,8,30,352,86,684,4.3,14,67.11,960,10 +2013,9,26,9,30,492,100,761,4.6000000000000005,17,59.06,960,10 +2013,9,26,10,30,593,112,798,4.9,19,52.92,960,11 +2013,9,26,11,30,645,120,808,5.2,20,49.51,960,11 +2013,9,26,12,30,653,103,846,5.5,21,49.44,960,11 +2013,9,26,13,30,599,100,824,5.6000000000000005,22,52.75,960,11 +2013,9,26,14,30,495,93,775,5.6000000000000005,21,58.81,960,12 +2013,9,26,15,30,352,82,688,5.4,21,66.81,950,12 +2013,9,26,16,30,189,62,526,4.7,20,76.03,950,12 +2013,9,26,17,30,39,25,192,3.9000000000000004,17,85.91,950,12 +2013,9,26,18,30,0,0,0,3.6,15,96.04,960,12 +2013,9,26,19,30,0,0,0,3.7,14,106.02,960,12 +2013,9,26,20,30,0,0,0,3.7,13,115.42,960,12 +2013,9,26,21,30,0,0,0,3.5,13,123.69,960,12 +2013,9,26,22,30,0,0,0,3.3000000000000003,13,130.08,960,12 +2013,9,26,23,30,0,0,0,3.3000000000000003,13,133.67000000000002,960,12 +2013,9,27,0,30,0,0,0,3.2,13,133.76,960,12 +2013,9,27,1,30,0,0,0,3,13,130.32,960,12 +2013,9,27,2,30,0,0,0,2.9000000000000004,13,124.05,960,12 +2013,9,27,3,30,0,0,0,3.2,13,115.85000000000001,960,12 +2013,9,27,4,30,0,0,0,3.3000000000000003,13,106.5,960,12 +2013,9,27,5,30,0,0,0,3.2,13,96.56,960,12 +2013,9,27,6,30,23,22,29,3.6,14,86.46000000000001,960,12 +2013,9,27,7,30,19,19,0,4.3,16,76.59,950,11 +2013,9,27,8,30,220,159,158,5,18,67.37,950,12 +2013,9,27,9,30,32,32,0,5.5,21,59.36,950,13 +2013,9,27,10,30,306,263,71,5.4,22,53.26,950,14 +2013,9,27,11,30,489,282,321,5.4,22,49.88,950,15 +2013,9,27,12,30,434,302,204,5.800000000000001,24,49.84,950,15 +2013,9,27,13,30,138,138,0,5.7,24,53.14,950,15 +2013,9,27,14,30,337,223,222,5.1000000000000005,23,59.19,950,15 +2013,9,27,15,30,78,78,0,4.800000000000001,22,67.18,950,15 +2013,9,27,16,30,90,85,23,4.6000000000000005,21,76.38,950,16 +2013,9,27,17,30,15,15,0,4.6000000000000005,21,86.26,950,16 +2013,9,27,18,30,0,0,0,5,21,96.38,950,16 +2013,9,27,19,30,0,0,0,5.5,21,106.37,950,15 +2013,9,27,20,30,0,0,0,5.5,20,115.78,950,15 +2013,9,27,21,30,0,0,0,4.9,20,124.07000000000001,950,15 +2013,9,27,22,30,0,0,0,4.4,19,130.47,950,15 +2013,9,27,23,30,0,0,0,4.1000000000000005,18,134.07,950,15 +2013,9,28,0,30,0,0,0,3.9000000000000004,18,134.13,950,14 +2013,9,28,1,30,0,0,0,4,17,130.66,950,13 +2013,9,28,2,30,0,0,0,4.4,17,124.34,950,12 +2013,9,28,3,30,0,0,0,4.6000000000000005,17,116.12,950,11 +2013,9,28,4,30,0,0,0,4.4,17,106.74000000000001,950,11 +2013,9,28,5,30,0,0,0,4.4,16,96.79,950,11 +2013,9,28,6,30,13,13,0,4.9,16,86.69,950,11 +2013,9,28,7,30,117,85,138,5.6000000000000005,17,76.83,950,11 +2013,9,28,8,30,139,135,12,6,17,67.64,950,11 +2013,9,28,9,30,78,78,0,6.1000000000000005,16,59.660000000000004,940,12 +2013,9,28,10,30,69,69,0,6.1000000000000005,16,53.6,940,13 +2013,9,28,11,30,34,34,0,6.2,16,50.26,940,14 +2013,9,28,12,30,124,124,0,6.6000000000000005,16,50.24,940,15 +2013,9,28,13,30,163,162,1,6.6000000000000005,14,53.54,940,12 +2013,9,28,14,30,186,179,14,6,11,59.57,950,8 +2013,9,28,15,30,166,149,43,5.5,10,67.54,950,7 +2013,9,28,16,30,62,62,0,5.2,10,76.73,950,6 +2013,9,28,17,30,11,11,0,4.7,9,86.60000000000001,950,6 +2013,9,28,18,30,0,0,0,4.4,9,96.73,950,6 +2013,9,28,19,30,0,0,0,3.9000000000000004,8,106.72,950,6 +2013,9,28,20,30,0,0,0,3,7,116.14,950,6 +2013,9,28,21,30,0,0,0,2.4000000000000004,7,124.45,950,6 +2013,9,28,22,30,0,0,0,2.1,6,130.86,950,5 +2013,9,28,23,30,0,0,0,1.8,6,134.46,950,5 +2013,9,29,0,30,0,0,0,2,5,134.51,950,4 +2013,9,29,1,30,0,0,0,2.1,5,130.99,950,4 +2013,9,29,2,30,0,0,0,2.3000000000000003,5,124.64,950,4 +2013,9,29,3,30,0,0,0,2.3000000000000003,5,116.38,950,4 +2013,9,29,4,30,0,0,0,2.4000000000000004,5,106.99000000000001,950,4 +2013,9,29,5,30,0,0,0,2.5,5,97.02,950,4 +2013,9,29,6,30,33,19,256,2.5,6,86.92,950,5 +2013,9,29,7,30,190,48,638,2.4000000000000004,8,77.08,950,5 +2013,9,29,8,30,359,62,789,2.7,12,67.91,950,5 +2013,9,29,9,30,502,71,862,3.4000000000000004,15,59.96,950,5 +2013,9,29,10,30,606,76,899,3.8000000000000003,18,53.94,950,4 +2013,9,29,11,30,659,78,914,3.9000000000000004,19,50.63,950,3 +2013,9,29,12,30,656,79,910,3.8000000000000003,20,50.63,950,3 +2013,9,29,13,30,599,74,891,3.7,21,53.93,950,3 +2013,9,29,14,30,424,144,558,3.5,21,59.96,950,4 +2013,9,29,15,30,259,139,318,3.2,20,67.91,950,4 +2013,9,29,16,30,108,84,107,2.6,18,77.09,950,5 +2013,9,29,17,30,18,18,0,2.1,16,86.95,950,6 +2013,9,29,18,30,0,0,0,2.2,15,97.07000000000001,950,7 +2013,9,29,19,30,0,0,0,2.5,14,107.06,950,7 +2013,9,29,20,30,0,0,0,2.7,13,116.5,950,7 +2013,9,29,21,30,0,0,0,3,12,124.82000000000001,950,7 +2013,9,29,22,30,0,0,0,3.3000000000000003,12,131.26,950,7 +2013,9,29,23,30,0,0,0,3.6,11,134.86,950,7 +2013,9,30,0,30,0,0,0,3.7,11,134.88,950,7 +2013,9,30,1,30,0,0,0,3.8000000000000003,11,131.33,950,7 +2013,9,30,2,30,0,0,0,3.7,11,124.93,950,7 +2013,9,30,3,30,0,0,0,3.8000000000000003,11,116.64,950,7 +2013,9,30,4,30,0,0,0,4.1000000000000005,11,107.23,950,7 +2013,9,30,5,30,0,0,0,3.8000000000000003,11,97.26,950,7 +2013,9,30,6,30,28,28,0,3.5,11,87.16,950,7 +2013,9,30,7,30,178,47,596,4,12,77.32000000000001,950,7 +2013,9,30,8,30,342,62,752,4.5,14,68.18,950,7 +2013,9,30,9,30,481,72,825,4.4,17,60.27,950,7 +2013,9,30,10,30,491,199,500,4.2,18,54.28,950,8 +2013,9,30,11,30,573,175,633,4.1000000000000005,19,51.01,950,8 +2013,9,30,12,30,542,209,529,4,20,51.03,940,8 +2013,9,30,13,30,580,76,864,3.9000000000000004,21,54.33,940,8 +2013,9,30,14,30,399,170,463,3.8000000000000003,22,60.34,940,8 +2013,9,30,15,30,266,130,367,3.6,21,68.27,940,9 +2013,9,30,16,30,176,44,603,2.7,19,77.44,940,9 +2013,9,30,17,30,27,27,0,1.9000000000000001,16,87.29,940,9 +2013,9,30,18,30,0,0,0,1.8,15,97.41,950,9 +2013,9,30,19,30,0,0,0,1.7000000000000002,14,107.41,950,9 +2013,9,30,20,30,0,0,0,1.5,13,116.86,940,9 +2013,9,30,21,30,0,0,0,1.5,13,125.2,940,9 +2013,9,30,22,30,0,0,0,1.5,12,131.65,940,9 +2013,9,30,23,30,0,0,0,1.7000000000000002,12,135.25,940,9 +2013,10,1,0,30,0,0,0,1.9000000000000001,12,135.26,940,9 +2013,10,1,1,30,0,0,0,1.9000000000000001,11,131.67000000000002,940,9 +2013,10,1,2,30,0,0,0,1.9000000000000001,10,125.23,940,9 +2013,10,1,3,30,0,0,0,1.8,10,116.9,940,9 +2013,10,1,4,30,0,0,0,1.7000000000000002,10,107.47,940,9 +2013,10,1,5,30,0,0,0,1.8,10,97.49000000000001,940,9 +2013,10,1,6,30,27,27,0,2.3000000000000003,12,87.39,950,10 +2013,10,1,7,30,185,44,655,3.3000000000000003,14,77.57000000000001,950,10 +2013,10,1,8,30,357,58,816,4.5,16,68.45,950,8 +2013,10,1,9,30,504,65,893,5.7,17,60.57,950,4 +2013,10,1,10,30,611,69,936,6.4,18,54.620000000000005,950,2 +2013,10,1,11,30,667,71,954,6.6000000000000005,19,51.39,950,1 +2013,10,1,12,30,666,72,953,6.6000000000000005,19,51.42,950,0 +2013,10,1,13,30,609,69,934,6.6000000000000005,19,54.72,950,0 +2013,10,1,14,30,501,64,893,6.6000000000000005,19,60.72,950,0 +2013,10,1,15,30,353,57,814,6.2,18,68.64,950,0 +2013,10,1,16,30,182,43,658,5.300000000000001,17,77.79,950,0 +2013,10,1,17,30,26,15,255,4.2,15,87.63,950,0 +2013,10,1,18,30,0,0,0,3.6,13,97.75,950,0 +2013,10,1,19,30,0,0,0,3.2,12,107.76,950,1 +2013,10,1,20,30,0,0,0,2.8000000000000003,11,117.22,950,1 +2013,10,1,21,30,0,0,0,2.1,10,125.58,950,2 +2013,10,1,22,30,0,0,0,1.8,8,132.04,950,3 +2013,10,1,23,30,0,0,0,1.9000000000000001,8,135.65,950,3 +2013,10,2,0,30,0,0,0,1.8,7,135.63,960,3 +2013,10,2,1,30,0,0,0,1.6,6,132,960,3 +2013,10,2,2,30,0,0,0,1.5,6,125.52,960,3 +2013,10,2,3,30,0,0,0,1.4000000000000001,5,117.16,960,3 +2013,10,2,4,30,0,0,0,1.3,5,107.71000000000001,960,3 +2013,10,2,5,30,0,0,0,1.2000000000000002,5,97.72,960,3 +2013,10,2,6,30,25,16,232,1.5,6,87.63,960,3 +2013,10,2,7,30,176,45,621,1.8,9,77.82000000000001,960,3 +2013,10,2,8,30,225,144,221,1.9000000000000001,13,68.72,960,3 +2013,10,2,9,30,84,84,0,2.5,17,60.870000000000005,960,3 +2013,10,2,10,30,291,250,70,2.9000000000000004,19,54.97,960,0 +2013,10,2,11,30,421,285,220,3,20,51.76,960,0 +2013,10,2,12,30,445,277,271,2.9000000000000004,19,51.82,960,0 +2013,10,2,13,30,488,179,540,2.7,19,55.11,960,1 +2013,10,2,14,30,153,152,2,2.5,18,61.09,960,1 +2013,10,2,15,30,134,129,15,2.7,17,69,960,2 +2013,10,2,16,30,65,65,0,2.8000000000000003,15,78.13,960,3 +2013,10,2,17,30,7,7,0,2,12,87.97,960,6 +2013,10,2,18,30,0,0,0,1.2000000000000002,10,98.09,960,8 +2013,10,2,19,30,0,0,0,1.1,10,108.10000000000001,960,8 +2013,10,2,20,30,0,0,0,1.4000000000000001,10,117.58,960,8 +2013,10,2,21,30,0,0,0,1.7000000000000002,9,125.95,960,8 +2013,10,2,22,30,0,0,0,1.7000000000000002,9,132.43,960,8 +2013,10,2,23,30,0,0,0,1.3,8,136.04,960,8 +2013,10,3,0,30,0,0,0,1.1,8,136.01,960,7 +2013,10,3,1,30,0,0,0,1.2000000000000002,8,132.34,960,7 +2013,10,3,2,30,0,0,0,1.1,7,125.82000000000001,960,7 +2013,10,3,3,30,0,0,0,1,7,117.43,960,7 +2013,10,3,4,30,0,0,0,1,7,107.95,960,7 +2013,10,3,5,30,0,0,0,1.1,7,97.95,960,7 +2013,10,3,6,30,14,14,0,1.6,7,87.86,960,7 +2013,10,3,7,30,110,75,167,2.2,8,78.07000000000001,960,8 +2013,10,3,8,30,256,124,367,2.3000000000000003,9,68.99,960,8 +2013,10,3,9,30,265,210,113,2.4000000000000004,10,61.18,960,9 +2013,10,3,10,30,265,237,48,2.7,12,55.31,960,9 +2013,10,3,11,30,495,243,411,3.2,13,52.14,960,8 +2013,10,3,12,30,506,233,445,3.6,14,52.21,960,8 +2013,10,3,13,30,268,238,52,3.8000000000000003,15,55.5,960,7 +2013,10,3,14,30,162,159,6,3.8000000000000003,15,61.47,960,7 +2013,10,3,15,30,55,55,0,3.5,15,69.36,960,7 +2013,10,3,16,30,72,70,12,2.7,14,78.48,960,8 +2013,10,3,17,30,7,7,0,1.8,12,88.31,960,8 +2013,10,3,18,30,0,0,0,1.5,11,98.43,960,8 +2013,10,3,19,30,0,0,0,1.2000000000000002,10,108.44,960,8 +2013,10,3,20,30,0,0,0,1.2000000000000002,10,117.93,960,9 +2013,10,3,21,30,0,0,0,1.4000000000000001,9,126.32000000000001,960,9 +2013,10,3,22,30,0,0,0,1.5,9,132.82,960,9 +2013,10,3,23,30,0,0,0,1.4000000000000001,8,136.43,960,8 +2013,10,4,0,30,0,0,0,1.3,8,136.38,960,8 +2013,10,4,1,30,0,0,0,1.4000000000000001,8,132.67000000000002,960,8 +2013,10,4,2,30,0,0,0,1.6,8,126.11,960,8 +2013,10,4,3,30,0,0,0,2.1,8,117.69,960,8 +2013,10,4,4,30,0,0,0,2.4000000000000004,8,108.19,960,8 +2013,10,4,5,30,0,0,0,2.5,8,98.18,960,7 +2013,10,4,6,30,6,6,0,2.7,8,88.10000000000001,960,7 +2013,10,4,7,30,32,32,0,3.1,8,78.32000000000001,960,7 +2013,10,4,8,30,49,49,0,3.6,8,69.27,960,8 +2013,10,4,9,30,84,84,0,4,9,61.480000000000004,960,8 +2013,10,4,10,30,219,207,20,4.3,10,55.65,960,8 +2013,10,4,11,30,328,276,86,4.4,11,52.51,960,8 +2013,10,4,12,30,454,262,315,4.3,11,52.6,960,7 +2013,10,4,13,30,380,250,232,4.3,11,55.89,960,7 +2013,10,4,14,30,134,134,0,4.4,11,61.85,960,7 +2013,10,4,15,30,132,126,17,4.3,11,69.72,960,7 +2013,10,4,16,30,87,71,80,4.1000000000000005,10,78.83,960,6 +2013,10,4,17,30,7,7,0,4.1000000000000005,10,88.65,960,6 +2013,10,4,18,30,0,0,0,4.1000000000000005,9,98.76,960,6 +2013,10,4,19,30,0,0,0,4.5,9,108.78,960,6 +2013,10,4,20,30,0,0,0,4.800000000000001,8,118.28,960,6 +2013,10,4,21,30,0,0,0,5.1000000000000005,8,126.69,960,6 +2013,10,4,22,30,0,0,0,5.4,8,133.21,960,6 +2013,10,4,23,30,0,0,0,5.5,8,136.82,960,6 +2013,10,5,0,30,0,0,0,5.1000000000000005,7,136.75,960,6 +2013,10,5,1,30,0,0,0,4.800000000000001,7,133,960,6 +2013,10,5,2,30,0,0,0,4.9,7,126.4,960,5 +2013,10,5,3,30,0,0,0,5,6,117.95,960,5 +2013,10,5,4,30,0,0,0,5.1000000000000005,6,108.43,960,5 +2013,10,5,5,30,0,0,0,5.300000000000001,5,98.42,960,4 +2013,10,5,6,30,15,13,52,5.5,5,88.33,960,4 +2013,10,5,7,30,145,61,425,5.5,5,78.57000000000001,960,4 +2013,10,5,8,30,151,137,41,5.300000000000001,5,69.54,960,4 +2013,10,5,9,30,219,195,51,5.300000000000001,6,61.79,960,4 +2013,10,5,10,30,23,23,0,5.6000000000000005,7,55.99,960,5 +2013,10,5,11,30,25,25,0,5.9,8,52.89,960,5 +2013,10,5,12,30,340,276,106,6,9,52.99,960,6 +2013,10,5,13,30,29,29,0,6,10,56.28,950,6 +2013,10,5,14,30,43,43,0,5.6000000000000005,10,62.22,950,6 +2013,10,5,15,30,10,10,0,5,9,70.07000000000001,950,6 +2013,10,5,16,30,90,69,111,4.4,8,79.17,950,6 +2013,10,5,17,30,6,6,0,4.2,7,88.98,950,6 +2013,10,5,18,30,0,0,0,4.3,7,99.09,950,6 +2013,10,5,19,30,0,0,0,4.3,6,109.12,950,6 +2013,10,5,20,30,0,0,0,3.9000000000000004,6,118.63,950,5 +2013,10,5,21,30,0,0,0,3.4000000000000004,6,127.06,950,5 +2013,10,5,22,30,0,0,0,2.9000000000000004,6,133.59,950,5 +2013,10,5,23,30,0,0,0,2.6,6,137.21,950,5 +2013,10,6,0,30,0,0,0,2.7,5,137.12,950,4 +2013,10,6,1,30,0,0,0,2.9000000000000004,5,133.34,950,4 +2013,10,6,2,30,0,0,0,3.1,5,126.69,950,4 +2013,10,6,3,30,0,0,0,3.2,4,118.21000000000001,950,4 +2013,10,6,4,30,0,0,0,3.1,4,108.67,950,4 +2013,10,6,5,30,0,0,0,3.1,4,98.65,950,4 +2013,10,6,6,30,0,0,0,3,4,88.57000000000001,950,4 +2013,10,6,7,30,2,2,0,2.8000000000000003,4,78.82000000000001,950,4 +2013,10,6,8,30,6,6,0,2.9000000000000004,5,69.82000000000001,950,4 +2013,10,6,9,30,157,155,5,3.3000000000000003,6,62.1,950,4 +2013,10,6,10,30,215,204,19,3.6,6,56.34,950,5 +2013,10,6,11,30,271,246,41,3.8000000000000003,7,53.26,950,5 +2013,10,6,12,30,155,155,0,3.8000000000000003,8,53.38,950,5 +2013,10,6,13,30,142,142,0,3.8000000000000003,9,56.67,950,4 +2013,10,6,14,30,257,200,123,3.8000000000000003,10,62.59,950,5 +2013,10,6,15,30,107,107,0,3.5,11,70.43,950,4 +2013,10,6,16,30,148,40,592,2.4000000000000004,9,79.51,950,4 +2013,10,6,17,30,0,0,0,1.5,7,89.31,950,4 +2013,10,6,18,30,0,0,0,1.5,5,99.43,950,3 +2013,10,6,19,30,0,0,0,1.6,5,109.46000000000001,950,2 +2013,10,6,20,30,0,0,0,1.6,4,118.98,950,2 +2013,10,6,21,30,0,0,0,1.5,4,127.43,950,1 +2013,10,6,22,30,0,0,0,1.4000000000000001,4,133.98,950,2 +2013,10,6,23,30,0,0,0,1.4000000000000001,3,137.6,950,2 +2013,10,7,0,30,0,0,0,1.5,3,137.49,950,2 +2013,10,7,1,30,0,0,0,1.5,3,133.67000000000002,950,2 +2013,10,7,2,30,0,0,0,1.5,2,126.98,950,2 +2013,10,7,3,30,0,0,0,1.4000000000000001,1,118.46000000000001,950,2 +2013,10,7,4,30,0,0,0,1.3,1,108.91,950,2 +2013,10,7,5,30,0,0,0,1.6,2,98.88,950,2 +2013,10,7,6,30,15,11,170,2.3000000000000003,3,88.8,950,2 +2013,10,7,7,30,160,43,615,2.8000000000000003,4,79.07000000000001,950,4 +2013,10,7,8,30,327,58,789,3.1,6,70.09,950,4 +2013,10,7,9,30,471,65,877,3.3000000000000003,8,62.4,950,4 +2013,10,7,10,30,575,67,924,3.5,11,56.68,950,4 +2013,10,7,11,30,423,264,267,3.5,12,53.64,950,3 +2013,10,7,12,30,450,249,340,3.4000000000000004,13,53.77,950,2 +2013,10,7,13,30,566,67,918,3.3000000000000003,14,57.050000000000004,950,1 +2013,10,7,14,30,458,63,868,3.1,14,62.97,950,1 +2013,10,7,15,30,310,57,770,2.5,13,70.78,950,1 +2013,10,7,16,30,143,41,582,1.5,11,79.85000000000001,960,2 +2013,10,7,17,30,0,0,0,1.1,8,89.64,960,3 +2013,10,7,18,30,0,0,0,1.2000000000000002,7,99.75,960,2 +2013,10,7,19,30,0,0,0,1.2000000000000002,6,109.79,960,2 +2013,10,7,20,30,0,0,0,1.2000000000000002,5,119.33,960,2 +2013,10,7,21,30,0,0,0,1.2000000000000002,5,127.79,960,2 +2013,10,7,22,30,0,0,0,1.3,5,134.36,960,2 +2013,10,7,23,30,0,0,0,1.5,5,137.99,960,2 +2013,10,8,0,30,0,0,0,1.7000000000000002,5,137.86,960,3 +2013,10,8,1,30,0,0,0,1.8,5,134,960,3 +2013,10,8,2,30,0,0,0,2,5,127.27,960,4 +2013,10,8,3,30,0,0,0,2.2,5,118.72,950,3 +2013,10,8,4,30,0,0,0,2.6,5,109.15,950,3 +2013,10,8,5,30,0,0,0,3.1,5,99.12,950,3 +2013,10,8,6,30,0,0,0,3.7,6,89.04,950,3 +2013,10,8,7,30,147,46,541,4.2,8,79.32000000000001,950,4 +2013,10,8,8,30,307,66,716,4.800000000000001,11,70.37,950,5 +2013,10,8,9,30,369,151,476,5.4,14,62.71,950,6 +2013,10,8,10,30,456,191,486,5.6000000000000005,16,57.02,950,6 +2013,10,8,11,30,509,183,553,5.6000000000000005,17,54.01,950,7 +2013,10,8,12,30,496,198,510,5.800000000000001,18,54.15,950,8 +2013,10,8,13,30,458,167,541,5.800000000000001,19,57.44,950,8 +2013,10,8,14,30,422,87,748,5.6000000000000005,19,63.34,950,9 +2013,10,8,15,30,220,115,323,5.1000000000000005,18,71.14,950,9 +2013,10,8,16,30,126,47,466,4.5,17,80.19,950,9 +2013,10,8,17,30,0,0,0,4.1000000000000005,16,89.97,950,9 +2013,10,8,18,30,0,0,0,4.1000000000000005,15,100.08,950,8 +2013,10,8,19,30,0,0,0,4.3,14,110.12,950,8 +2013,10,8,20,30,0,0,0,4.5,14,119.67,950,8 +2013,10,8,21,30,0,0,0,4.6000000000000005,14,128.15,950,7 +2013,10,8,22,30,0,0,0,4.800000000000001,13,134.74,950,7 +2013,10,8,23,30,0,0,0,4.7,13,138.38,950,7 +2013,10,9,0,30,0,0,0,4.1000000000000005,12,138.23,950,7 +2013,10,9,1,30,0,0,0,3.7,10,134.32,950,7 +2013,10,9,2,30,0,0,0,3.5,10,127.56,950,7 +2013,10,9,3,30,0,0,0,3,9,118.98,950,7 +2013,10,9,4,30,0,0,0,2.5,8,109.39,950,7 +2013,10,9,5,30,0,0,0,2.2,8,99.35000000000001,960,7 +2013,10,9,6,30,0,0,0,2.4000000000000004,8,89.28,960,7 +2013,10,9,7,30,139,46,512,2.9000000000000004,10,79.57000000000001,960,7 +2013,10,9,8,30,297,66,698,3.1,12,70.64,960,8 +2013,10,9,9,30,436,78,789,3,15,63.02,960,8 +2013,10,9,10,30,534,86,830,2.8000000000000003,17,57.370000000000005,960,9 +2013,10,9,11,30,582,92,840,2.8000000000000003,19,54.38,960,10 +2013,10,9,12,30,578,92,836,2.9000000000000004,20,54.54,960,10 +2013,10,9,13,30,519,91,805,2.8000000000000003,21,57.82,960,10 +2013,10,9,14,30,414,84,746,2.7,20,63.7,960,10 +2013,10,9,15,30,274,70,642,2,19,71.49,960,10 +2013,10,9,16,30,118,47,433,1.2000000000000002,17,80.53,960,12 +2013,10,9,17,30,0,0,0,1.1,14,90.3,960,11 +2013,10,9,18,30,0,0,0,1.1,14,100.4,960,10 +2013,10,9,19,30,0,0,0,1.1,13,110.45,960,10 +2013,10,9,20,30,0,0,0,1.1,13,120.01,960,10 +2013,10,9,21,30,0,0,0,1.1,12,128.51,960,10 +2013,10,9,22,30,0,0,0,1.2000000000000002,11,135.12,960,10 +2013,10,9,23,30,0,0,0,1.4000000000000001,10,138.76,960,10 +2013,10,10,0,30,0,0,0,1.4000000000000001,10,138.59,960,9 +2013,10,10,1,30,0,0,0,1.4000000000000001,9,134.65,960,9 +2013,10,10,2,30,0,0,0,1.5,9,127.85000000000001,960,9 +2013,10,10,3,30,0,0,0,1.5,8,119.24000000000001,960,8 +2013,10,10,4,30,0,0,0,1.5,8,109.63,960,8 +2013,10,10,5,30,0,0,0,1.5,7,99.58,960,7 +2013,10,10,6,30,0,0,0,2.1,8,89.52,960,8 +2013,10,10,7,30,110,56,308,2.7,10,79.82000000000001,960,8 +2013,10,10,8,30,251,94,481,2.8000000000000003,12,70.92,960,8 +2013,10,10,9,30,366,141,500,3.1,15,63.33,960,8 +2013,10,10,10,30,381,228,287,3.6,17,57.71,960,8 +2013,10,10,11,30,500,176,561,4.1000000000000005,18,54.75,960,8 +2013,10,10,12,30,476,211,461,4.5,19,54.92,960,8 +2013,10,10,13,30,427,189,452,4.6000000000000005,20,58.2,960,8 +2013,10,10,14,30,397,100,680,4.3,19,64.07000000000001,960,9 +2013,10,10,15,30,261,79,583,3.7,18,71.84,960,9 +2013,10,10,16,30,110,51,371,3,17,80.86,960,10 +2013,10,10,17,30,0,0,0,3,15,90.62,960,10 +2013,10,10,18,30,0,0,0,3.4000000000000004,14,100.73,960,10 +2013,10,10,19,30,0,0,0,3.5,14,110.78,960,9 +2013,10,10,20,30,0,0,0,3.4000000000000004,13,120.35000000000001,960,9 +2013,10,10,21,30,0,0,0,3,12,128.87,960,9 +2013,10,10,22,30,0,0,0,2.9000000000000004,12,135.49,960,9 +2013,10,10,23,30,0,0,0,3.2,12,139.14000000000001,960,9 +2013,10,11,0,30,0,0,0,3.4000000000000004,11,138.95000000000002,960,9 +2013,10,11,1,30,0,0,0,3.3000000000000003,11,134.98,960,9 +2013,10,11,2,30,0,0,0,3.3000000000000003,10,128.13,960,9 +2013,10,11,3,30,0,0,0,3.2,10,119.49000000000001,960,9 +2013,10,11,4,30,0,0,0,3.1,10,109.87,960,9 +2013,10,11,5,30,0,0,0,3.2,9,99.81,960,9 +2013,10,11,6,30,0,0,0,3.6,9,89.75,950,9 +2013,10,11,7,30,72,62,58,4.1000000000000005,11,80.08,950,10 +2013,10,11,8,30,172,130,129,4.3,13,71.19,950,10 +2013,10,11,9,30,296,184,252,4.800000000000001,15,63.63,950,11 +2013,10,11,10,30,351,235,220,5.5,17,58.050000000000004,950,11 +2013,10,11,11,30,538,122,727,6.2,19,55.120000000000005,950,12 +2013,10,11,12,30,574,88,852,6.800000000000001,20,55.31,950,12 +2013,10,11,13,30,511,91,806,7,20,58.58,950,12 +2013,10,11,14,30,373,118,592,6.800000000000001,20,64.43,950,12 +2013,10,11,15,30,149,122,89,6.300000000000001,19,72.18,950,12 +2013,10,11,16,30,15,15,0,5.9,18,81.19,950,13 +2013,10,11,17,30,0,0,0,5.9,17,90.95,950,13 +2013,10,11,18,30,0,0,0,6,17,101.05,950,13 +2013,10,11,19,30,0,0,0,6.1000000000000005,16,111.10000000000001,950,14 +2013,10,11,20,30,0,0,0,6.1000000000000005,16,120.68,950,14 +2013,10,11,21,30,0,0,0,6.300000000000001,15,129.22,950,14 +2013,10,11,22,30,0,0,0,6,15,135.87,950,14 +2013,10,11,23,30,0,0,0,5.5,15,139.53,950,14 +2013,10,12,0,30,0,0,0,5.300000000000001,14,139.32,950,14 +2013,10,12,1,30,0,0,0,5.1000000000000005,13,135.3,950,13 +2013,10,12,2,30,0,0,0,5.1000000000000005,11,128.42000000000002,950,11 +2013,10,12,3,30,0,0,0,4.9,9,119.75,950,9 +2013,10,12,4,30,0,0,0,4.4,7,110.10000000000001,950,7 +2013,10,12,5,30,0,0,0,4.1000000000000005,7,100.05,950,6 +2013,10,12,6,30,0,0,0,4.1000000000000005,7,89.99,950,5 +2013,10,12,7,30,12,12,0,4.5,7,80.33,950,5 +2013,10,12,8,30,52,52,0,4.800000000000001,8,71.47,950,5 +2013,10,12,9,30,172,163,19,4.800000000000001,9,63.940000000000005,950,5 +2013,10,12,10,30,204,194,20,4.800000000000001,10,58.39,950,5 +2013,10,12,11,30,96,96,0,4.9,10,55.49,950,5 +2013,10,12,12,30,89,89,0,4.9,10,55.68,950,5 +2013,10,12,13,30,73,73,0,4.7,10,58.95,950,5 +2013,10,12,14,30,76,76,0,4.5,9,64.79,950,5 +2013,10,12,15,30,53,53,0,4.3,8,72.52,950,5 +2013,10,12,16,30,20,20,0,4,7,81.52,950,5 +2013,10,12,17,30,0,0,0,3.9000000000000004,6,91.27,950,5 +2013,10,12,18,30,0,0,0,3.9000000000000004,6,101.36,960,5 +2013,10,12,19,30,0,0,0,3.7,6,111.42,960,5 +2013,10,12,20,30,0,0,0,3.5,5,121.02,960,4 +2013,10,12,21,30,0,0,0,3.5,5,129.57,960,4 +2013,10,12,22,30,0,0,0,3.5,4,136.24,960,4 +2013,10,12,23,30,0,0,0,3.2,3,139.9,960,2 +2013,10,13,0,30,0,0,0,2.6,2,139.68,960,2 +2013,10,13,1,30,0,0,0,1.9000000000000001,1,135.62,960,2 +2013,10,13,2,30,0,0,0,1.4000000000000001,1,128.7,960,1 +2013,10,13,3,30,0,0,0,1.2000000000000002,1,120,960,1 +2013,10,13,4,30,0,0,0,1.1,1,110.34,970,1 +2013,10,13,5,30,0,0,0,1.1,1,100.28,970,1 +2013,10,13,6,30,0,0,0,1.3,1,90.23,970,1 +2013,10,13,7,30,134,41,567,1.7000000000000002,3,80.58,970,2 +2013,10,13,8,30,299,56,774,2.5,6,71.75,970,3 +2013,10,13,9,30,441,63,869,3.2,9,64.25,970,1 +2013,10,13,10,30,542,69,910,3.5,10,58.730000000000004,970,0 +2013,10,13,11,30,592,74,922,3.6,11,55.85,970,-1 +2013,10,13,12,30,365,252,201,3.7,12,56.06,970,-1 +2013,10,13,13,30,393,195,387,3.6,12,59.32,970,-1 +2013,10,13,14,30,415,74,811,3.6,12,65.15,970,-1 +2013,10,13,15,30,270,61,709,3.1,11,72.86,970,-1 +2013,10,13,16,30,109,39,489,2,9,81.84,970,-1 +2013,10,13,17,30,0,0,0,1.3,6,91.58,970,0 +2013,10,13,18,30,0,0,0,1.2000000000000002,4,101.67,970,0 +2013,10,13,19,30,0,0,0,1.2000000000000002,4,111.74000000000001,970,0 +2013,10,13,20,30,0,0,0,1.2000000000000002,3,121.35000000000001,970,0 +2013,10,13,21,30,0,0,0,1.2000000000000002,3,129.92000000000002,970,0 +2013,10,13,22,30,0,0,0,1.2000000000000002,3,136.61,970,0 +2013,10,13,23,30,0,0,0,1.1,3,140.28,970,0 +2013,10,14,0,30,0,0,0,1,3,140.04,970,0 +2013,10,14,1,30,0,0,0,0.8,4,135.95,970,0 +2013,10,14,2,30,0,0,0,0.7000000000000001,4,128.98,970,0 +2013,10,14,3,30,0,0,0,0.9,3,120.26,970,0 +2013,10,14,4,30,0,0,0,1.1,2,110.58,970,0 +2013,10,14,5,30,0,0,0,1.1,2,100.51,970,0 +2013,10,14,6,30,0,0,0,1.1,3,90.47,970,0 +2013,10,14,7,30,67,57,60,1.6,5,80.84,970,0 +2013,10,14,8,30,136,120,51,2.1,6,72.02,970,1 +2013,10,14,9,30,144,142,3,1.8,7,64.56,970,1 +2013,10,14,10,30,141,141,0,1.6,7,59.07,970,1 +2013,10,14,11,30,207,198,15,1.9000000000000001,8,56.22,970,1 +2013,10,14,12,30,121,121,0,2,9,56.44,970,2 +2013,10,14,13,30,133,133,0,1.6,8,59.7,970,2 +2013,10,14,14,30,151,146,11,1.4000000000000001,7,65.51,970,3 +2013,10,14,15,30,99,99,0,1.5,6,73.2,970,4 +2013,10,14,16,30,39,39,0,2,5,82.17,970,3 +2013,10,14,17,30,0,0,0,2.6,5,91.9,970,3 +2013,10,14,18,30,0,0,0,3,4,101.98,960,3 +2013,10,14,19,30,0,0,0,3,4,112.05,960,3 +2013,10,14,20,30,0,0,0,2.3000000000000003,4,121.67,960,3 +2013,10,14,21,30,0,0,0,2.4000000000000004,4,130.27,960,3 +2013,10,14,22,30,0,0,0,3.4000000000000004,4,136.97,960,3 +2013,10,14,23,30,0,0,0,3.6,4,140.66,960,3 +2013,10,15,0,30,0,0,0,3.6,4,140.39000000000001,960,3 +2013,10,15,1,30,0,0,0,3.5,4,136.26,960,3 +2013,10,15,2,30,0,0,0,3.3000000000000003,4,129.26,960,4 +2013,10,15,3,30,0,0,0,3.6,5,120.51,960,4 +2013,10,15,4,30,0,0,0,3.7,5,110.82000000000001,960,4 +2013,10,15,5,30,0,0,0,3.7,5,100.75,960,4 +2013,10,15,6,30,0,0,0,4,4,90.71000000000001,960,4 +2013,10,15,7,30,67,56,72,4.2,4,81.09,960,4 +2013,10,15,8,30,9,9,0,4.6000000000000005,4,72.3,950,4 +2013,10,15,9,30,79,79,0,4.9,5,64.86,950,4 +2013,10,15,10,30,87,87,0,5,5,59.410000000000004,950,4 +2013,10,15,11,30,52,52,0,5.1000000000000005,6,56.58,950,4 +2013,10,15,12,30,32,32,0,5.1000000000000005,5,56.81,950,4 +2013,10,15,13,30,71,71,0,4.9,5,60.06,950,4 +2013,10,15,14,30,110,110,0,4.6000000000000005,5,65.86,950,4 +2013,10,15,15,30,32,32,0,4.2,5,73.54,950,4 +2013,10,15,16,30,87,47,303,4.1000000000000005,5,82.49,950,4 +2013,10,15,17,30,0,0,0,4.1000000000000005,5,92.21000000000001,950,4 +2013,10,15,18,30,0,0,0,4.1000000000000005,4,102.29,950,4 +2013,10,15,19,30,0,0,0,3.8000000000000003,4,112.36,950,4 +2013,10,15,20,30,0,0,0,3.6,4,121.99000000000001,950,3 +2013,10,15,21,30,0,0,0,3.5,4,130.61,950,3 +2013,10,15,22,30,0,0,0,3.3000000000000003,4,137.34,950,3 +2013,10,15,23,30,0,0,0,3.1,3,141.03,950,2 +2013,10,16,0,30,0,0,0,3,3,140.75,950,2 +2013,10,16,1,30,0,0,0,2.7,3,136.58,950,2 +2013,10,16,2,30,0,0,0,2.4000000000000004,2,129.54,950,2 +2013,10,16,3,30,0,0,0,2.2,1,120.76,950,2 +2013,10,16,4,30,0,0,0,2.3000000000000003,1,111.05,950,1 +2013,10,16,5,30,0,0,0,2.2,1,100.98,950,1 +2013,10,16,6,30,0,0,0,1.9000000000000001,1,90.95,950,1 +2013,10,16,7,30,120,39,537,1.5,1,81.34,950,1 +2013,10,16,8,30,280,58,741,1.2000000000000002,2,72.58,950,1 +2013,10,16,9,30,418,68,833,1.4000000000000001,4,65.17,950,2 +2013,10,16,10,30,517,73,881,1.7000000000000002,6,59.74,950,2 +2013,10,16,11,30,565,75,899,2.1,8,56.94,950,1 +2013,10,16,12,30,559,75,893,2.5,9,57.18,950,0 +2013,10,16,13,30,499,73,863,2.8000000000000003,10,60.43,950,0 +2013,10,16,14,30,392,66,807,2.8000000000000003,11,66.21000000000001,950,0 +2013,10,16,15,30,249,54,704,2.2,10,73.87,950,0 +2013,10,16,16,30,93,33,478,1.4000000000000001,7,82.8,950,2 +2013,10,16,17,30,0,0,0,1.2000000000000002,6,92.51,950,2 +2013,10,16,18,30,0,0,0,1.5,6,102.59,950,2 +2013,10,16,19,30,0,0,0,1.6,5,112.67,950,2 +2013,10,16,20,30,0,0,0,1.5,5,122.31,950,2 +2013,10,16,21,30,0,0,0,1.4000000000000001,4,130.95,950,2 +2013,10,16,22,30,0,0,0,1.3,3,137.70000000000002,950,2 +2013,10,16,23,30,0,0,0,1.2000000000000002,3,141.4,950,2 +2013,10,17,0,30,0,0,0,1.2000000000000002,2,141.1,950,2 +2013,10,17,1,30,0,0,0,1.2000000000000002,1,136.9,950,1 +2013,10,17,2,30,0,0,0,1.1,1,129.82,950,1 +2013,10,17,3,30,0,0,0,1,1,121.01,950,1 +2013,10,17,4,30,0,0,0,0.8,1,111.29,950,1 +2013,10,17,5,30,0,0,0,0.7000000000000001,2,101.21000000000001,950,2 +2013,10,17,6,30,0,0,0,0.7000000000000001,2,91.19,950,2 +2013,10,17,7,30,26,26,0,0.9,4,81.60000000000001,950,3 +2013,10,17,8,30,22,22,0,1.1,5,72.86,950,4 +2013,10,17,9,30,176,161,34,1.3,5,65.48,950,4 +2013,10,17,10,30,253,215,75,1.6,6,60.08,950,5 +2013,10,17,11,30,254,226,50,2.1,7,57.300000000000004,950,5 +2013,10,17,12,30,254,226,52,2.5,7,57.550000000000004,950,5 +2013,10,17,13,30,188,179,18,2.9000000000000004,7,60.79,950,5 +2013,10,17,14,30,127,127,0,2.8000000000000003,7,66.56,950,5 +2013,10,17,15,30,157,104,192,2.6,6,74.2,950,4 +2013,10,17,16,30,26,26,0,2.5,5,83.12,950,4 +2013,10,17,17,30,0,0,0,2.7,4,92.82000000000001,950,4 +2013,10,17,18,30,0,0,0,2.8000000000000003,4,102.89,950,3 +2013,10,17,19,30,0,0,0,2.8000000000000003,4,112.97,950,3 +2013,10,17,20,30,0,0,0,2.6,3,122.63,950,2 +2013,10,17,21,30,0,0,0,2.3000000000000003,3,131.28,950,2 +2013,10,17,22,30,0,0,0,2.1,3,138.05,950,2 +2013,10,17,23,30,0,0,0,2.1,2,141.77,950,2 +2013,10,18,0,30,0,0,0,2.1,2,141.46,950,2 +2013,10,18,1,30,0,0,0,2.2,2,137.21,950,2 +2013,10,18,2,30,0,0,0,2,1,130.1,950,1 +2013,10,18,3,30,0,0,0,1.6,0,121.26,950,0 +2013,10,18,4,30,0,0,0,1.2000000000000002,0,111.53,950,0 +2013,10,18,5,30,0,0,0,1,0,101.44,950,0 +2013,10,18,6,30,0,0,0,1,0,91.43,950,0 +2013,10,18,7,30,111,37,521,1.4000000000000001,1,81.85000000000001,950,0 +2013,10,18,8,30,269,56,735,1.8,3,73.13,950,1 +2013,10,18,9,30,409,66,836,2.4000000000000004,5,65.78,950,0 +2013,10,18,10,30,319,217,207,2.8000000000000003,6,60.42,950,0 +2013,10,18,11,30,351,240,206,3,6,57.660000000000004,950,0 +2013,10,18,12,30,322,241,152,3.1,7,57.92,950,-1 +2013,10,18,13,30,224,199,51,3.1,7,61.15,950,-1 +2013,10,18,14,30,29,29,0,3,6,66.9,950,-1 +2013,10,18,15,30,238,59,667,2.5,6,74.52,950,-1 +2013,10,18,16,30,42,39,23,1.6,5,83.43,950,0 +2013,10,18,17,30,0,0,0,1.2000000000000002,3,93.12,950,0 +2013,10,18,18,30,0,0,0,1.4000000000000001,3,103.19,950,0 +2013,10,18,19,30,0,0,0,1.2000000000000002,2,113.27,950,0 +2013,10,18,20,30,0,0,0,1.1,1,122.94,950,0 +2013,10,18,21,30,0,0,0,1.1,1,131.61,950,0 +2013,10,18,22,30,0,0,0,1.1,1,138.41,950,0 +2013,10,18,23,30,0,0,0,1,1,142.13,950,1 +2013,10,19,0,30,0,0,0,0.9,1,141.8,950,1 +2013,10,19,1,30,0,0,0,0.8,0,137.53,950,0 +2013,10,19,2,30,0,0,0,0.8,0,130.38,950,0 +2013,10,19,3,30,0,0,0,1,1,121.51,950,1 +2013,10,19,4,30,0,0,0,1.1,0,111.76,950,0 +2013,10,19,5,30,0,0,0,0.9,0,101.68,950,0 +2013,10,19,6,30,0,0,0,0.7000000000000001,0,91.67,950,0 +2013,10,19,7,30,74,47,197,0.4,0,82.10000000000001,950,0 +2013,10,19,8,30,66,66,0,0.4,1,73.41,950,0 +2013,10,19,9,30,192,168,59,0.5,3,66.09,950,0 +2013,10,19,10,30,281,217,130,0.8,4,60.75,950,0 +2013,10,19,11,30,309,240,130,1.2000000000000002,5,58.01,950,0 +2013,10,19,12,30,169,167,4,1.7000000000000002,5,58.28,950,0 +2013,10,19,13,30,486,77,858,2.2,6,61.51,950,-1 +2013,10,19,14,30,382,64,823,2.5,5,67.24,950,-1 +2013,10,19,15,30,240,50,724,2.2,4,74.85000000000001,950,-2 +2013,10,19,16,30,82,30,476,1.5,3,83.73,950,-1 +2013,10,19,17,30,0,0,0,1.1,1,93.41,950,0 +2013,10,19,18,30,0,0,0,1.2000000000000002,0,103.48,950,0 +2013,10,19,19,30,0,0,0,1.2000000000000002,0,113.57000000000001,950,-1 +2013,10,19,20,30,0,0,0,1.1,0,123.25,950,-1 +2013,10,19,21,30,0,0,0,1,0,131.94,950,-1 +2013,10,19,22,30,0,0,0,1,-1,138.76,950,-1 +2013,10,19,23,30,0,0,0,1,-1,142.49,950,-1 +2013,10,20,0,30,0,0,0,0.9,-1,142.15,950,-1 +2013,10,20,1,30,0,0,0,0.8,-1,137.84,950,-1 +2013,10,20,2,30,0,0,0,0.5,0,130.65,950,-1 +2013,10,20,3,30,0,0,0,0.30000000000000004,0,121.76,950,-1 +2013,10,20,4,30,0,0,0,0.4,0,112,950,-1 +2013,10,20,5,30,0,0,0,0.5,0,101.91,950,-1 +2013,10,20,6,30,0,0,0,0.6000000000000001,0,91.9,950,-1 +2013,10,20,7,30,52,46,39,1,0,82.36,950,0 +2013,10,20,8,30,132,110,76,1.4000000000000001,0,73.69,950,0 +2013,10,20,9,30,185,163,56,1.3,1,66.39,950,0 +2013,10,20,10,30,225,200,52,1.2000000000000002,1,61.08,950,0 +2013,10,20,11,30,284,234,96,0.9,1,58.370000000000005,950,0 +2013,10,20,12,30,258,224,66,0.7000000000000001,1,58.64,950,0 +2013,10,20,13,30,178,171,15,0.8,2,61.86,950,0 +2013,10,20,14,30,137,134,8,1.1,2,67.58,950,0 +2013,10,20,15,30,109,97,47,1,2,75.17,950,0 +2013,10,20,16,30,10,10,0,0.8,1,84.04,950,0 +2013,10,20,17,30,0,0,0,1,0,93.71000000000001,950,0 +2013,10,20,18,30,0,0,0,1.7000000000000002,0,103.77,950,0 +2013,10,20,19,30,0,0,0,2.6,0,113.86,950,0 +2013,10,20,20,30,0,0,0,3.4000000000000004,0,123.55,950,0 +2013,10,20,21,30,0,0,0,3.5,0,132.26,950,-1 +2013,10,20,22,30,0,0,0,3.1,-1,139.1,950,-3 +2013,10,20,23,30,0,0,0,2.8000000000000003,-2,142.85,950,-4 +2013,10,21,0,30,0,0,0,2.7,-3,142.5,950,-4 +2013,10,21,1,30,0,0,0,2.6,-4,138.15,950,-5 +2013,10,21,2,30,0,0,0,2.6,-4,130.92000000000002,950,-5 +2013,10,21,3,30,0,0,0,2.9000000000000004,-4,122.01,950,-6 +2013,10,21,4,30,0,0,0,3.1,-4,112.23,950,-6 +2013,10,21,5,30,0,0,0,3.1,-4,102.14,950,-6 +2013,10,21,6,30,0,0,0,3.2,-3,92.14,950,-6 +2013,10,21,7,30,6,6,0,3.8000000000000003,-2,82.61,950,-5 +2013,10,21,8,30,177,99,280,4.4,-1,73.96000000000001,950,-5 +2013,10,21,9,30,168,154,35,4.6000000000000005,-1,66.69,950,-5 +2013,10,21,10,30,257,209,99,4.6000000000000005,0,61.410000000000004,950,-5 +2013,10,21,11,30,183,178,10,4.6000000000000005,0,58.72,950,-5 +2013,10,21,12,30,397,202,377,4.5,0,59,950,-5 +2013,10,21,13,30,140,140,0,4.5,1,62.21,950,-5 +2013,10,21,14,30,156,144,31,4.3,0,67.91,950,-4 +2013,10,21,15,30,93,89,12,3.7,0,75.48,950,-2 +2013,10,21,16,30,75,29,459,3.5,0,84.34,950,-1 +2013,10,21,17,30,0,0,0,3.9000000000000004,0,93.99,950,-1 +2013,10,21,18,30,0,0,0,4,0,104.05,950,0 +2013,10,21,19,30,0,0,0,3.6,0,114.14,950,-1 +2013,10,21,20,30,0,0,0,3.2,-1,123.85000000000001,950,-1 +2013,10,21,21,30,0,0,0,2.7,-2,132.58,950,-2 +2013,10,21,22,30,0,0,0,2.5,-2,139.45000000000002,950,-2 +2013,10,21,23,30,0,0,0,2.5,-2,143.21,950,-2 +2013,10,22,0,30,0,0,0,2.5,-2,142.84,950,-2 +2013,10,22,1,30,0,0,0,2.3000000000000003,-2,138.46,950,-2 +2013,10,22,2,30,0,0,0,2,-2,131.2,950,-3 +2013,10,22,3,30,0,0,0,1.9000000000000001,-3,122.25,960,-3 +2013,10,22,4,30,0,0,0,1.9000000000000001,-3,112.46000000000001,960,-3 +2013,10,22,5,30,0,0,0,1.8,-3,102.37,960,-3 +2013,10,22,6,30,0,0,0,2,-2,92.38,960,-3 +2013,10,22,7,30,103,33,560,2.5,-1,82.87,960,-3 +2013,10,22,8,30,113,103,38,2.8000000000000003,0,74.24,960,-3 +2013,10,22,9,30,182,159,59,2.9000000000000004,0,67,960,-3 +2013,10,22,10,30,265,208,119,2.8000000000000003,1,61.74,960,-4 +2013,10,22,11,30,340,228,218,2.8000000000000003,2,59.07,960,-4 +2013,10,22,12,30,286,228,113,2.8000000000000003,3,59.35,960,-4 +2013,10,22,13,30,305,196,236,2.7,3,62.56,960,-4 +2013,10,22,14,30,163,146,44,2.5,3,68.24,960,-4 +2013,10,22,15,30,41,41,0,2,2,75.79,960,-4 +2013,10,22,16,30,37,32,50,1.3,1,84.63,960,-3 +2013,10,22,17,30,0,0,0,1.1,0,94.28,960,-3 +2013,10,22,18,30,0,0,0,1.2000000000000002,0,104.33,960,-3 +2013,10,22,19,30,0,0,0,1.3,-1,114.43,960,-2 +2013,10,22,20,30,0,0,0,1.4000000000000001,-1,124.14,960,-2 +2013,10,22,21,30,0,0,0,1.8,-1,132.9,960,-2 +2013,10,22,22,30,0,0,0,2,-1,139.78,960,-2 +2013,10,22,23,30,0,0,0,1.6,-1,143.56,960,-2 +2013,10,23,0,30,0,0,0,1.4000000000000001,-2,143.18,960,-2 +2013,10,23,1,30,0,0,0,1.5,-3,138.76,960,-3 +2013,10,23,2,30,0,0,0,2,-3,131.47,950,-3 +2013,10,23,3,30,0,0,0,2.4000000000000004,-3,122.5,950,-3 +2013,10,23,4,30,0,0,0,2.4000000000000004,-3,112.7,960,-4 +2013,10,23,5,30,0,0,0,2.2,-3,102.60000000000001,960,-4 +2013,10,23,6,30,0,0,0,2.3000000000000003,-2,92.62,960,-4 +2013,10,23,7,30,94,32,516,2.9000000000000004,-1,83.12,960,-4 +2013,10,23,8,30,250,51,746,3.5,0,74.51,960,-4 +2013,10,23,9,30,207,163,113,3.9000000000000004,0,67.3,960,-5 +2013,10,23,10,30,151,150,1,4,0,62.07,960,-6 +2013,10,23,11,30,149,149,0,3.9000000000000004,1,59.410000000000004,960,-6 +2013,10,23,12,30,172,168,6,3.8000000000000003,1,59.71,960,-6 +2013,10,23,13,30,123,123,0,3.8000000000000003,1,62.9,960,-5 +2013,10,23,14,30,362,61,822,3.7,0,68.57000000000001,960,-5 +2013,10,23,15,30,72,72,0,3.4000000000000004,0,76.10000000000001,960,-5 +2013,10,23,16,30,64,27,421,2.5,0,84.92,960,-5 +2013,10,23,17,30,0,0,0,1.9000000000000001,-1,94.56,960,-5 +2013,10,23,18,30,0,0,0,2,-2,104.61,960,-5 +2013,10,23,19,30,0,0,0,2.2,-2,114.71000000000001,960,-5 +2013,10,23,20,30,0,0,0,2.5,-2,124.43,960,-5 +2013,10,23,21,30,0,0,0,2.7,-2,133.21,960,-4 +2013,10,23,22,30,0,0,0,2.5,-2,140.12,960,-4 +2013,10,23,23,30,0,0,0,2.2,-2,143.91,960,-4 +2013,10,24,0,30,0,0,0,2,-2,143.52,960,-4 +2013,10,24,1,30,0,0,0,1.7000000000000002,-3,139.06,960,-4 +2013,10,24,2,30,0,0,0,1.8,-3,131.74,960,-4 +2013,10,24,3,30,0,0,0,2,-3,122.75,960,-4 +2013,10,24,4,30,0,0,0,1.9000000000000001,-3,112.93,960,-4 +2013,10,24,5,30,0,0,0,1.8,-3,102.83,960,-4 +2013,10,24,6,30,0,0,0,2.1,-2,92.86,960,-4 +2013,10,24,7,30,88,33,479,2.7,-1,83.37,960,-4 +2013,10,24,8,30,138,102,134,3.4000000000000004,0,74.79,960,-3 +2013,10,24,9,30,193,160,85,3.6,0,67.6,960,-3 +2013,10,24,10,30,345,185,346,3.5,1,62.39,960,-3 +2013,10,24,11,30,281,224,112,3.5,2,59.76,960,-3 +2013,10,24,12,30,379,196,367,3.5,3,60.050000000000004,960,-3 +2013,10,24,13,30,327,176,334,3.4000000000000004,3,63.24,960,-3 +2013,10,24,14,30,222,146,212,3,2,68.89,960,-3 +2013,10,24,15,30,210,51,675,2,1,76.4,960,-2 +2013,10,24,16,30,59,26,394,1.3,0,85.21000000000001,960,-1 +2013,10,24,17,30,0,0,0,1.4000000000000001,-1,94.84,960,-2 +2013,10,24,18,30,0,0,0,1.6,-1,104.88,960,-2 +2013,10,24,19,30,0,0,0,1.5,-1,114.98,960,-2 +2013,10,24,20,30,0,0,0,1.3,-2,124.72,960,-2 +2013,10,24,21,30,0,0,0,1.3,-3,133.51,960,-3 +2013,10,24,22,30,0,0,0,1.4000000000000001,-3,140.45000000000002,960,-3 +2013,10,24,23,30,0,0,0,1.4000000000000001,-3,144.26,960,-3 +2013,10,25,0,30,0,0,0,1.4000000000000001,-4,143.85,960,-4 +2013,10,25,1,30,0,0,0,1.6,-3,139.37,960,-3 +2013,10,25,2,30,0,0,0,2,-3,132,960,-3 +2013,10,25,3,30,0,0,0,2.1,-3,122.99000000000001,960,-3 +2013,10,25,4,30,0,0,0,2,-3,113.16,960,-3 +2013,10,25,5,30,0,0,0,2.3000000000000003,-3,103.06,960,-3 +2013,10,25,6,30,0,0,0,3,-2,93.09,960,-4 +2013,10,25,7,30,33,33,0,3.5,-1,83.62,960,-3 +2013,10,25,8,30,75,75,0,4,0,75.06,960,-3 +2013,10,25,9,30,189,158,83,4.7,0,67.9,960,-2 +2013,10,25,10,30,324,187,299,5.6000000000000005,1,62.72,960,-2 +2013,10,25,11,30,340,216,248,6.300000000000001,3,60.1,950,-1 +2013,10,25,12,30,136,136,0,6.6000000000000005,4,60.4,950,0 +2013,10,25,13,30,131,131,0,6.4,5,63.58,950,0 +2013,10,25,14,30,231,140,256,5.7,5,69.21000000000001,950,1 +2013,10,25,15,30,48,48,0,4.9,5,76.7,950,1 +2013,10,25,16,30,12,12,0,4.2,5,85.49,950,2 +2013,10,25,17,30,0,0,0,3.6,4,95.11,950,3 +2013,10,25,18,30,0,0,0,3.2,3,105.15,950,2 +2013,10,25,19,30,0,0,0,3.5,3,115.25,950,2 +2013,10,25,20,30,0,0,0,4.2,3,125,950,2 +2013,10,25,21,30,0,0,0,4.4,2,133.81,950,2 +2013,10,25,22,30,0,0,0,4.4,1,140.78,950,1 +2013,10,25,23,30,0,0,0,4.3,0,144.6,950,0 +2013,10,26,0,30,0,0,0,4.2,0,144.18,950,0 +2013,10,26,1,30,0,0,0,4.1000000000000005,0,139.67000000000002,950,0 +2013,10,26,2,30,0,0,0,4,0,132.27,950,-1 +2013,10,26,3,30,0,0,0,4.1000000000000005,0,123.23,950,-1 +2013,10,26,4,30,0,0,0,4.1000000000000005,0,113.39,950,-1 +2013,10,26,5,30,0,0,0,4.2,0,103.29,950,-1 +2013,10,26,6,30,0,0,0,4.2,0,93.33,950,-1 +2013,10,26,7,30,44,37,64,4.3,0,83.88,950,-1 +2013,10,26,8,30,86,86,0,4.7,1,75.33,960,0 +2013,10,26,9,30,121,121,0,5,2,68.19,960,0 +2013,10,26,10,30,165,160,11,4.9,3,63.04,960,-1 +2013,10,26,11,30,307,220,177,4.6000000000000005,3,60.44,960,-2 +2013,10,26,12,30,131,131,0,4.5,4,60.74,960,-2 +2013,10,26,13,30,285,186,224,4.2,4,63.910000000000004,960,-3 +2013,10,26,14,30,205,143,175,3.7,3,69.52,960,-3 +2013,10,26,15,30,108,86,97,2.9000000000000004,2,77,960,-3 +2013,10,26,16,30,27,25,24,1.8,1,85.77,960,-3 +2013,10,26,17,30,0,0,0,1.2000000000000002,0,95.37,960,-2 +2013,10,26,18,30,0,0,0,1.1,0,105.41,960,-2 +2013,10,26,19,30,0,0,0,1.1,0,115.51,960,-3 +2013,10,26,20,30,0,0,0,1.2000000000000002,-1,125.28,960,-3 +2013,10,26,21,30,0,0,0,1.3,-1,134.11,960,-3 +2013,10,26,22,30,0,0,0,1.3,-1,141.1,960,-3 +2013,10,26,23,30,0,0,0,1.3,-1,144.94,950,-3 +2013,10,27,0,30,0,0,0,1.3,-1,144.51,950,-2 +2013,10,27,1,30,0,0,0,1.6,0,139.96,950,-2 +2013,10,27,2,30,0,0,0,2,0,132.53,950,-2 +2013,10,27,3,30,0,0,0,2.5,-1,123.47,950,-2 +2013,10,27,4,30,0,0,0,2.8000000000000003,-1,113.62,950,-2 +2013,10,27,5,30,0,0,0,2.8000000000000003,-1,103.52,950,-2 +2013,10,27,6,30,0,0,0,2.9000000000000004,-1,93.57000000000001,950,-3 +2013,10,27,7,30,25,25,0,3.1,0,84.13,950,-3 +2013,10,27,8,30,154,89,260,3.4000000000000004,1,75.61,950,-2 +2013,10,27,9,30,348,69,762,3.6,2,68.49,950,-2 +2013,10,27,10,30,444,77,817,3.9000000000000004,4,63.36,950,-1 +2013,10,27,11,30,319,215,213,4.3,5,60.77,950,-1 +2013,10,27,12,30,201,187,28,4.7,5,61.08,950,-1 +2013,10,27,13,30,52,52,0,5,5,64.24,950,-1 +2013,10,27,14,30,44,44,0,4.9,4,69.83,950,-1 +2013,10,27,15,30,20,20,0,4.3,3,77.29,960,-2 +2013,10,27,16,30,46,24,328,3.5,2,86.05,960,-2 +2013,10,27,17,30,0,0,0,3.5,1,95.64,960,-2 +2013,10,27,18,30,0,0,0,4,0,105.67,960,-2 +2013,10,27,19,30,0,0,0,4.3,0,115.77,960,-3 +2013,10,27,20,30,0,0,0,4.1000000000000005,-2,125.55,960,-5 +2013,10,27,21,30,0,0,0,3.6,-3,134.4,970,-7 +2013,10,27,22,30,0,0,0,3.2,-4,141.42000000000002,970,-8 +2013,10,27,23,30,0,0,0,2.8000000000000003,-4,145.28,970,-8 +2013,10,28,0,30,0,0,0,2.4000000000000004,-5,144.84,970,-8 +2013,10,28,1,30,0,0,0,2.2,-5,140.26,970,-8 +2013,10,28,2,30,0,0,0,2.1,-6,132.79,970,-8 +2013,10,28,3,30,0,0,0,2,-6,123.71000000000001,970,-8 +2013,10,28,4,30,0,0,0,1.8,-6,113.85000000000001,970,-8 +2013,10,28,5,30,0,0,0,1.6,-6,103.75,970,-8 +2013,10,28,6,30,0,0,0,1.8,-5,93.8,970,-7 +2013,10,28,7,30,77,29,491,2.3000000000000003,-4,84.38,970,-7 +2013,10,28,8,30,177,70,436,2.5,-2,75.88,970,-8 +2013,10,28,9,30,372,60,864,2.1,0,68.79,970,-9 +2013,10,28,10,30,471,66,912,1.6,0,63.67,970,-10 +2013,10,28,11,30,518,70,927,1.4000000000000001,1,61.1,970,-11 +2013,10,28,12,30,447,87,750,1.4000000000000001,2,61.410000000000004,970,-11 +2013,10,28,13,30,391,80,725,1.4000000000000001,2,64.56,970,-11 +2013,10,28,14,30,290,74,635,1.3,1,70.14,970,-11 +2013,10,28,15,30,196,48,687,1,0,77.58,970,-10 +2013,10,28,16,30,46,22,379,0.9,-1,86.32000000000001,970,-7 +2013,10,28,17,30,0,0,0,1.1,-2,95.9,970,-10 +2013,10,28,18,30,0,0,0,1.1,-3,105.92,970,-10 +2013,10,28,19,30,0,0,0,1.1,-4,116.03,970,-9 +2013,10,28,20,30,0,0,0,1.1,-4,125.81,970,-9 +2013,10,28,21,30,0,0,0,1.2000000000000002,-4,134.69,970,-9 +2013,10,28,22,30,0,0,0,1.2000000000000002,-4,141.73,970,-8 +2013,10,28,23,30,0,0,0,1.1,-4,145.61,970,-8 +2013,10,29,0,30,0,0,0,1,-4,145.16,970,-8 +2013,10,29,1,30,0,0,0,0.8,-4,140.55,970,-8 +2013,10,29,2,30,0,0,0,0.7000000000000001,-4,133.06,970,-7 +2013,10,29,3,30,0,0,0,0.7000000000000001,-4,123.95,970,-7 +2013,10,29,4,30,0,0,0,0.7000000000000001,-3,114.08,970,-7 +2013,10,29,5,30,0,0,0,0.7000000000000001,-2,103.98,970,-6 +2013,10,29,6,30,0,0,0,0.8,-2,94.04,970,-5 +2013,10,29,7,30,52,34,189,1.1,-1,84.63,970,-5 +2013,10,29,8,30,178,64,476,1.3,0,76.15,970,-5 +2013,10,29,9,30,243,134,304,1.6,0,69.08,970,-4 +2013,10,29,10,30,299,180,270,1.9000000000000001,1,63.99,970,-4 +2013,10,29,11,30,333,201,275,2,1,61.43,970,-4 +2013,10,29,12,30,317,203,242,2,2,61.74,970,-4 +2013,10,29,13,30,221,181,94,1.7000000000000002,2,64.88,970,-4 +2013,10,29,14,30,310,69,720,1.5,1,70.44,960,-4 +2013,10,29,15,30,59,59,0,1.1,0,77.86,960,-3 +2013,10,29,16,30,12,12,0,0.8,0,86.58,960,-2 +2013,10,29,17,30,0,0,0,0.9,-1,96.15,960,-3 +2013,10,29,18,30,0,0,0,0.9,-2,106.17,960,-3 +2013,10,29,19,30,0,0,0,1,-2,116.28,960,-3 +2013,10,29,20,30,0,0,0,0.9,-2,126.07000000000001,960,-3 +2013,10,29,21,30,0,0,0,0.8,-2,134.97,960,-3 +2013,10,29,22,30,0,0,0,0.7000000000000001,-3,142.04,960,-3 +2013,10,29,23,30,0,0,0,0.7000000000000001,-2,145.94,960,-3 +2013,10,30,0,30,0,0,0,0.6000000000000001,-2,145.48,960,-3 +2013,10,30,1,30,0,0,0,0.30000000000000004,-2,140.84,960,-3 +2013,10,30,2,30,0,0,0,0.2,-2,133.31,960,-2 +2013,10,30,3,30,0,0,0,0.4,-2,124.19,960,-2 +2013,10,30,4,30,0,0,0,0.5,-2,114.31,960,-2 +2013,10,30,5,30,0,0,0,0.7000000000000001,-2,104.21000000000001,960,-2 +2013,10,30,6,30,0,0,0,1,-2,94.28,960,-2 +2013,10,30,7,30,19,19,0,1.7000000000000002,-1,84.88,960,-2 +2013,10,30,8,30,65,65,0,2.2,0,76.42,960,-2 +2013,10,30,9,30,107,107,0,2.4000000000000004,1,69.37,960,-1 +2013,10,30,10,30,138,138,0,2.5,2,64.3,960,0 +2013,10,30,11,30,146,146,0,2.5,3,61.76,960,1 +2013,10,30,12,30,72,72,0,2.5,3,62.07,950,2 +2013,10,30,13,30,74,74,0,2.4000000000000004,4,65.19,950,2 +2013,10,30,14,30,10,10,0,2.1,4,70.74,950,3 +2013,10,30,15,30,32,32,0,1.5,3,78.14,950,2 +2013,10,30,16,30,23,21,41,1.2000000000000002,1,86.84,950,1 +2013,10,30,17,30,0,0,0,1.5,1,96.4,950,1 +2013,10,30,18,30,0,0,0,1.3,1,106.41,950,1 +2013,10,30,19,30,0,0,0,0.9,1,116.52,950,1 +2013,10,30,20,30,0,0,0,0.7000000000000001,1,126.33,950,1 +2013,10,30,21,30,0,0,0,0.6000000000000001,1,135.24,950,1 +2013,10,30,22,30,0,0,0,0.7000000000000001,1,142.34,950,1 +2013,10,30,23,30,0,0,0,0.8,1,146.26,950,1 +2013,10,31,0,30,0,0,0,0.7000000000000001,1,145.8,950,1 +2013,10,31,1,30,0,0,0,0.7000000000000001,0,141.13,940,1 +2013,10,31,2,30,0,0,0,0.6000000000000001,0,133.57,940,0 +2013,10,31,3,30,0,0,0,0.6000000000000001,0,124.43,940,0 +2013,10,31,4,30,0,0,0,0.6000000000000001,0,114.54,940,0 +2013,10,31,5,30,0,0,0,0.5,0,104.43,940,0 +2013,10,31,6,30,0,0,0,0.5,0,94.51,940,0 +2013,10,31,7,30,52,33,217,0.4,0,85.13,940,0 +2013,10,31,8,30,151,77,323,0.5,1,76.68,940,1 +2013,10,31,9,30,96,96,0,0.8,2,69.66,940,2 +2013,10,31,10,30,124,124,0,1.2000000000000002,4,64.61,940,3 +2013,10,31,11,30,221,195,54,1.5,5,62.08,940,3 +2013,10,31,12,30,114,114,0,1.6,6,62.39,940,4 +2013,10,31,13,30,89,89,0,1.8,6,65.51,940,4 +2013,10,31,14,30,49,49,0,1.8,6,71.03,940,4 +2013,10,31,15,30,55,55,0,1.3,5,78.41,940,4 +2013,10,31,16,30,29,29,0,1.3,3,87.10000000000001,940,2 +2013,10,31,17,30,0,0,0,1.8,3,96.64,940,2 +2013,10,31,18,30,0,0,0,2.3000000000000003,2,106.65,940,2 +2013,10,31,19,30,0,0,0,2.3000000000000003,2,116.76,940,2 +2013,10,31,20,30,0,0,0,1.9000000000000001,1,126.58,940,1 +2013,10,31,21,30,0,0,0,1.5,1,135.51,940,1 +2013,10,31,22,30,0,0,0,1.4000000000000001,1,142.64000000000001,940,1 +2013,10,31,23,30,0,0,0,1.9000000000000001,0,146.58,940,1 +2013,11,1,0,30,0,0,0,2.3000000000000003,0,146.12,940,0 +2013,11,1,1,30,0,0,0,2.5,0,141.41,940,0 +2013,11,1,2,30,0,0,0,2.7,0,133.83,940,0 +2013,11,1,3,30,0,0,0,2.7,0,124.66,940,0 +2013,11,1,4,30,0,0,0,2.4000000000000004,0,114.76,940,0 +2013,11,1,5,30,0,0,0,2.2,0,104.66,940,0 +2013,11,1,6,30,0,0,0,2.2,0,94.74,940,-1 +2013,11,1,7,30,52,30,279,2.6,0,85.37,940,-1 +2013,11,1,8,30,193,59,593,3.2,1,76.95,940,0 +2013,11,1,9,30,64,64,0,3.3000000000000003,2,69.95,940,0 +2013,11,1,10,30,112,112,0,3.2,3,64.92,940,0 +2013,11,1,11,30,90,90,0,3.2,4,62.39,940,0 +2013,11,1,12,30,118,118,0,3.2,5,62.71,940,0 +2013,11,1,13,30,66,66,0,3.2,6,65.81,940,0 +2013,11,1,14,30,34,34,0,3,6,71.32000000000001,950,-1 +2013,11,1,15,30,70,69,7,2,4,78.68,950,-1 +2013,11,1,16,30,30,30,0,1.3,2,87.35000000000001,950,0 +2013,11,1,17,30,0,0,0,1.4000000000000001,0,96.88,950,-1 +2013,11,1,18,30,0,0,0,1.5,0,106.88,950,-1 +2013,11,1,19,30,0,0,0,1.4000000000000001,0,116.99000000000001,950,-1 +2013,11,1,20,30,0,0,0,1.3,-1,126.82000000000001,950,-1 +2013,11,1,21,30,0,0,0,1.2000000000000002,-2,135.78,950,-2 +2013,11,1,22,30,0,0,0,1.1,-3,142.93,950,-2 +2013,11,1,23,30,0,0,0,1.1,-2,146.9,950,-2 +2013,11,2,0,30,0,0,0,1.4000000000000001,-2,146.43,950,-2 +2013,11,2,1,30,0,0,0,1.8,-2,141.70000000000002,950,-2 +2013,11,2,2,30,0,0,0,1.6,-2,134.08,950,-2 +2013,11,2,3,30,0,0,0,1.2000000000000002,-2,124.9,950,-2 +2013,11,2,4,30,0,0,0,1.1,-2,114.99000000000001,950,-2 +2013,11,2,5,30,0,0,0,1,-2,104.88,960,-2 +2013,11,2,6,30,0,0,0,1,-2,94.98,960,-2 +2013,11,2,7,30,39,27,167,1.5,-1,85.62,960,-2 +2013,11,2,8,30,147,75,321,2,0,77.21000000000001,960,-2 +2013,11,2,9,30,246,118,378,1.9000000000000001,1,70.23,960,-2 +2013,11,2,10,30,317,154,389,1.7000000000000002,3,65.22,960,-3 +2013,11,2,11,30,276,202,159,1.5,4,62.71,960,-3 +2013,11,2,12,30,272,199,160,1.4000000000000001,5,63.02,960,-3 +2013,11,2,13,30,409,61,860,1.4000000000000001,5,66.11,960,-3 +2013,11,2,14,30,304,54,794,1.3,5,71.60000000000001,960,-3 +2013,11,2,15,30,166,41,652,0.9,4,78.94,960,-2 +2013,11,2,16,30,28,16,290,0.6000000000000001,2,87.59,960,-1 +2013,11,2,17,30,0,0,0,0.8,1,97.11,960,-3 +2013,11,2,18,30,0,0,0,1.1,0,107.11,960,-3 +2013,11,2,19,30,0,0,0,1.2000000000000002,0,117.22,960,-3 +2013,11,2,20,30,0,0,0,1.3,-1,127.06,960,-2 +2013,11,2,21,30,0,0,0,1.4000000000000001,-2,136.04,960,-2 +2013,11,2,22,30,0,0,0,1.5,-2,143.22,960,-2 +2013,11,2,23,30,0,0,0,1.5,-2,147.21,960,-2 +2013,11,3,0,30,0,0,0,1.4000000000000001,-2,146.73,960,-2 +2013,11,3,1,30,0,0,0,1.4000000000000001,-1,141.98,960,-1 +2013,11,3,2,30,0,0,0,1.4000000000000001,-1,134.33,960,-1 +2013,11,3,3,30,0,0,0,1.5,-1,125.13000000000001,960,-1 +2013,11,3,4,30,0,0,0,1.7000000000000002,-1,115.21000000000001,960,-1 +2013,11,3,5,30,0,0,0,2.1,0,105.11,960,-1 +2013,11,3,6,30,0,0,0,2.5,0,95.21000000000001,960,-1 +2013,11,3,7,30,14,14,0,3.2,0,85.86,960,-1 +2013,11,3,8,30,130,77,246,3.8000000000000003,1,77.48,960,0 +2013,11,3,9,30,218,128,272,4.5,3,70.51,960,0 +2013,11,3,10,30,405,81,781,5.2,5,65.52,960,0 +2013,11,3,11,30,372,148,494,5.4,6,63.02,960,0 +2013,11,3,12,30,334,173,360,5.5,6,63.33,960,0 +2013,11,3,13,30,221,171,125,5.5,6,66.41,960,0 +2013,11,3,14,30,177,125,166,5.4,6,71.88,960,0 +2013,11,3,15,30,84,70,74,5.1000000000000005,5,79.2,960,0 +2013,11,3,16,30,12,12,0,5.1000000000000005,4,87.83,960,0 +2013,11,3,17,30,0,0,0,5.300000000000001,4,97.34,960,0 +2013,11,3,18,30,0,0,0,5.4,4,107.33,960,0 +2013,11,3,19,30,0,0,0,5.5,4,117.45,960,0 +2013,11,3,20,30,0,0,0,5.6000000000000005,4,127.29,960,0 +2013,11,3,21,30,0,0,0,5.6000000000000005,4,136.29,960,0 +2013,11,3,22,30,0,0,0,5.6000000000000005,4,143.5,960,0 +2013,11,3,23,30,0,0,0,5.6000000000000005,4,147.51,960,0 +2013,11,4,0,30,0,0,0,5.7,3,147.04,950,1 +2013,11,4,1,30,0,0,0,5.6000000000000005,3,142.25,950,1 +2013,11,4,2,30,0,0,0,5.300000000000001,3,134.58,950,1 +2013,11,4,3,30,0,0,0,5.1000000000000005,3,125.36,950,1 +2013,11,4,4,30,0,0,0,5,3,115.43,950,1 +2013,11,4,5,30,0,0,0,4.800000000000001,3,105.33,950,1 +2013,11,4,6,30,0,0,0,4.6000000000000005,2,95.44,950,1 +2013,11,4,7,30,1,1,0,4.6000000000000005,2,86.11,950,1 +2013,11,4,8,30,8,8,0,4.7,3,77.74,950,2 +2013,11,4,9,30,163,134,87,4.7,3,70.79,950,2 +2013,11,4,10,30,92,92,0,4.7,3,65.82000000000001,950,2 +2013,11,4,11,30,120,120,0,4.5,2,63.33,950,2 +2013,11,4,12,30,35,35,0,4.3,2,63.63,950,1 +2013,11,4,13,30,24,24,0,3.9000000000000004,2,66.7,950,1 +2013,11,4,14,30,41,41,0,3.6,2,72.15,950,1 +2013,11,4,15,30,4,4,0,3.2,3,79.45,950,2 +2013,11,4,16,30,17,17,0,3,2,88.07000000000001,950,2 +2013,11,4,17,30,0,0,0,2.7,1,97.56,950,1 +2013,11,4,18,30,0,0,0,2.4000000000000004,0,107.54,950,0 +2013,11,4,19,30,0,0,0,2.2,0,117.66,960,-1 +2013,11,4,20,30,0,0,0,1.9000000000000001,-1,127.52,960,-2 +2013,11,4,21,30,0,0,0,1.9000000000000001,-2,136.54,960,-3 +2013,11,4,22,30,0,0,0,2,-2,143.78,960,-3 +2013,11,4,23,30,0,0,0,1.9000000000000001,-3,147.82,960,-3 +2013,11,5,0,30,0,0,0,1.8,-3,147.34,960,-4 +2013,11,5,1,30,0,0,0,1.8,-3,142.53,960,-4 +2013,11,5,2,30,0,0,0,1.8,-3,134.83,960,-4 +2013,11,5,3,30,0,0,0,1.8,-4,125.59,960,-5 +2013,11,5,4,30,0,0,0,1.8,-4,115.66,960,-5 +2013,11,5,5,30,0,0,0,1.8,-4,105.55,960,-5 +2013,11,5,6,30,0,0,0,2,-4,95.67,960,-5 +2013,11,5,7,30,13,13,0,2.6,-3,86.35000000000001,960,-5 +2013,11,5,8,30,143,63,385,3.3000000000000003,-1,78,960,-4 +2013,11,5,9,30,252,95,485,3.8000000000000003,0,71.07000000000001,960,-5 +2013,11,5,10,30,248,172,187,3.8000000000000003,0,66.11,960,-6 +2013,11,5,11,30,237,192,99,3.5,0,63.63,960,-6 +2013,11,5,12,30,242,191,115,3.3000000000000003,0,63.93,960,-6 +2013,11,5,13,30,190,162,71,2.9000000000000004,0,66.99,960,-6 +2013,11,5,14,30,136,119,57,2,0,72.42,960,-5 +2013,11,5,15,30,82,66,88,1.1,0,79.7,960,-4 +2013,11,5,16,30,10,10,0,0.9,0,88.3,960,-4 +2013,11,5,17,30,0,0,0,0.9,-1,97.78,960,-4 +2013,11,5,18,30,0,0,0,1,-1,107.75,960,-4 +2013,11,5,19,30,0,0,0,1.2000000000000002,-1,117.87,960,-4 +2013,11,5,20,30,0,0,0,1.2000000000000002,-1,127.74000000000001,960,-4 +2013,11,5,21,30,0,0,0,1.1,-1,136.78,960,-4 +2013,11,5,22,30,0,0,0,1.1,-1,144.05,960,-4 +2013,11,5,23,30,0,0,0,1.1,-1,148.11,960,-4 +2013,11,6,0,30,0,0,0,1.1,-2,147.63,960,-4 +2013,11,6,1,30,0,0,0,1.1,-2,142.8,960,-4 +2013,11,6,2,30,0,0,0,1.2000000000000002,-2,135.07,960,-4 +2013,11,6,3,30,0,0,0,1.4000000000000001,-2,125.82000000000001,960,-4 +2013,11,6,4,30,0,0,0,1.4000000000000001,-2,115.88,960,-4 +2013,11,6,5,30,0,0,0,1.6,-2,105.78,960,-4 +2013,11,6,6,30,0,0,0,2,-3,95.9,960,-4 +2013,11,6,7,30,13,13,0,3,-3,86.59,960,-5 +2013,11,6,8,30,60,60,0,4,-2,78.26,960,-5 +2013,11,6,9,30,105,105,0,4.4,0,71.35000000000001,960,-7 +2013,11,6,10,30,137,136,2,4.5,0,66.4,960,-7 +2013,11,6,11,30,138,138,0,4.5,0,63.93,960,-8 +2013,11,6,12,30,136,136,0,4.5,0,64.23,960,-8 +2013,11,6,13,30,116,116,0,4.4,1,67.27,960,-8 +2013,11,6,14,30,47,47,0,4.2,0,72.68,960,-9 +2013,11,6,15,30,51,51,0,3.2,0,79.94,960,-9 +2013,11,6,16,30,6,6,0,2,-2,88.52,960,-8 +2013,11,6,17,30,0,0,0,1.6,-3,97.99000000000001,960,-7 +2013,11,6,18,30,0,0,0,1.5,-4,107.96000000000001,960,-7 +2013,11,6,19,30,0,0,0,1.4000000000000001,-4,118.08,960,-7 +2013,11,6,20,30,0,0,0,1.4000000000000001,-4,127.95,960,-7 +2013,11,6,21,30,0,0,0,1.4000000000000001,-4,137.01,960,-7 +2013,11,6,22,30,0,0,0,1.4000000000000001,-4,144.32,960,-7 +2013,11,6,23,30,0,0,0,1.4000000000000001,-4,148.41,960,-7 +2013,11,7,0,30,0,0,0,1.4000000000000001,-4,147.93,960,-6 +2013,11,7,1,30,0,0,0,1.4000000000000001,-3,143.07,960,-6 +2013,11,7,2,30,0,0,0,1.5,-3,135.32,960,-6 +2013,11,7,3,30,0,0,0,1.7000000000000002,-3,126.04,960,-5 +2013,11,7,4,30,0,0,0,1.9000000000000001,-3,116.10000000000001,960,-5 +2013,11,7,5,30,0,0,0,2.1,-3,106,960,-5 +2013,11,7,6,30,0,0,0,2.4000000000000004,-3,96.13,960,-5 +2013,11,7,7,30,13,13,0,2.7,-2,86.83,960,-5 +2013,11,7,8,30,64,64,0,3.1,-1,78.51,960,-5 +2013,11,7,9,30,139,124,48,3.3000000000000003,0,71.62,960,-6 +2013,11,7,10,30,203,167,91,3.1,0,66.69,960,-7 +2013,11,7,11,30,256,190,153,3,0,64.22,960,-8 +2013,11,7,12,30,266,186,187,3,1,64.52,960,-9 +2013,11,7,13,30,128,128,0,3,1,67.55,960,-9 +2013,11,7,14,30,75,75,0,2.8000000000000003,0,72.94,960,-9 +2013,11,7,15,30,61,59,9,1.9000000000000001,0,80.18,960,-9 +2013,11,7,16,30,6,6,0,1.3,-2,88.74,960,-7 +2013,11,7,17,30,0,0,0,1.3,-3,98.2,960,-7 +2013,11,7,18,30,0,0,0,1.3,-3,108.16,960,-7 +2013,11,7,19,30,0,0,0,1.2000000000000002,-3,118.28,960,-7 +2013,11,7,20,30,0,0,0,1,-3,128.16,960,-7 +2013,11,7,21,30,0,0,0,1,-4,137.24,960,-7 +2013,11,7,22,30,0,0,0,1,-4,144.58,960,-7 +2013,11,7,23,30,0,0,0,1.1,-4,148.69,960,-7 +2013,11,8,0,30,0,0,0,1.2000000000000002,-4,148.22,960,-7 +2013,11,8,1,30,0,0,0,1.3,-4,143.33,960,-7 +2013,11,8,2,30,0,0,0,1.2000000000000002,-4,135.56,960,-7 +2013,11,8,3,30,0,0,0,1,-5,126.27,960,-7 +2013,11,8,4,30,0,0,0,0.9,-5,116.31,960,-8 +2013,11,8,5,30,0,0,0,0.9,-5,106.22,960,-8 +2013,11,8,6,30,0,0,0,1,-6,96.35000000000001,960,-8 +2013,11,8,7,30,28,28,0,1.5,-5,87.07000000000001,960,-7 +2013,11,8,8,30,113,69,223,2.2,-3,78.77,960,-7 +2013,11,8,9,30,223,104,384,2.9000000000000004,-1,71.89,960,-6 +2013,11,8,10,30,336,97,609,3.4000000000000004,0,66.98,960,-5 +2013,11,8,11,30,318,165,355,3.7,1,64.51,960,-4 +2013,11,8,12,30,297,172,294,3.8000000000000003,1,64.81,960,-4 +2013,11,8,13,30,252,151,268,3.9000000000000004,0,67.82000000000001,950,-3 +2013,11,8,14,30,136,115,73,4,0,73.19,950,-2 +2013,11,8,15,30,70,65,31,4.2,0,80.41,950,-2 +2013,11,8,16,30,5,5,0,4.4,0,88.95,950,-2 +2013,11,8,17,30,0,0,0,4.800000000000001,0,98.4,950,-1 +2013,11,8,18,30,0,0,0,5.1000000000000005,0,108.35000000000001,950,-1 +2013,11,8,19,30,0,0,0,5.2,0,118.47,950,-1 +2013,11,8,20,30,0,0,0,4.9,0,128.36,950,-1 +2013,11,8,21,30,0,0,0,4.3,0,137.46,950,-1 +2013,11,8,22,30,0,0,0,3.6,0,144.83,940,0 +2013,11,8,23,30,0,0,0,2.3000000000000003,0,148.98,940,0 +2013,11,9,0,30,0,0,0,1.2000000000000002,0,148.5,940,-1 +2013,11,9,1,30,0,0,0,0.7000000000000001,-1,143.6,940,-1 +2013,11,9,2,30,0,0,0,0.5,0,135.8,940,-1 +2013,11,9,3,30,0,0,0,0.6000000000000001,0,126.49000000000001,940,-1 +2013,11,9,4,30,0,0,0,1.1,-1,116.53,940,-1 +2013,11,9,5,30,0,0,0,1.7000000000000002,-1,106.43,940,-1 +2013,11,9,6,30,0,0,0,2.3000000000000003,-1,96.58,940,-1 +2013,11,9,7,30,2,2,0,3,0,87.31,950,-1 +2013,11,9,8,30,19,19,0,3.7,0,79.02,950,-1 +2013,11,9,9,30,55,55,0,4.5,0,72.16,950,0 +2013,11,9,10,30,79,79,0,5.1000000000000005,1,67.26,950,0 +2013,11,9,11,30,118,118,0,5.2,1,64.8,950,0 +2013,11,9,12,30,122,122,0,5.1000000000000005,2,65.09,950,-1 +2013,11,9,13,30,105,105,0,4.9,1,68.08,950,0 +2013,11,9,14,30,50,50,0,4.5,1,73.44,950,0 +2013,11,9,15,30,28,28,0,4.4,0,80.63,950,0 +2013,11,9,16,30,0,0,0,4.3,0,89.16,950,0 +2013,11,9,17,30,0,0,0,4.2,0,98.59,950,0 +2013,11,9,18,30,0,0,0,4.2,0,108.54,950,0 +2013,11,9,19,30,0,0,0,4.2,0,118.66,960,0 +2013,11,9,20,30,0,0,0,4.2,0,128.56,960,0 +2013,11,9,21,30,0,0,0,4.2,0,137.68,960,0 +2013,11,9,22,30,0,0,0,4.2,0,145.08,960,-1 +2013,11,9,23,30,0,0,0,4.4,-1,149.25,960,-1 +2013,11,10,0,30,0,0,0,4.4,-1,148.78,960,-2 +2013,11,10,1,30,0,0,0,4.2,-1,143.86,960,-2 +2013,11,10,2,30,0,0,0,3.8000000000000003,-2,136.04,960,-3 +2013,11,10,3,30,0,0,0,3.3000000000000003,-2,126.71000000000001,960,-3 +2013,11,10,4,30,0,0,0,2.8000000000000003,-2,116.75,960,-3 +2013,11,10,5,30,0,0,0,2.5,-3,106.65,960,-4 +2013,11,10,6,30,0,0,0,2.1,-3,96.8,960,-4 +2013,11,10,7,30,12,12,0,2.1,-2,87.54,960,-5 +2013,11,10,8,30,72,67,26,2.7,-1,79.27,960,-5 +2013,11,10,9,30,191,115,250,3.3000000000000003,0,72.42,960,-4 +2013,11,10,10,30,269,146,321,3.7,0,67.53,960,-4 +2013,11,10,11,30,328,147,430,4.1000000000000005,0,65.08,960,-4 +2013,11,10,12,30,289,168,290,4.4,1,65.36,960,-4 +2013,11,10,13,30,254,142,304,4.5,1,68.34,960,-3 +2013,11,10,14,30,164,110,193,4.2,1,73.68,960,-3 +2013,11,10,15,30,59,57,11,3.9000000000000004,0,80.85000000000001,960,-2 +2013,11,10,16,30,0,0,0,3.4000000000000004,0,89.36,960,-2 +2013,11,10,17,30,0,0,0,3.1,0,98.78,960,-1 +2013,11,10,18,30,0,0,0,3.6,0,108.72,960,-1 +2013,11,10,19,30,0,0,0,4.3,-2,118.84,960,-3 +2013,11,10,20,30,0,0,0,4.4,-3,128.75,960,-6 +2013,11,10,21,30,0,0,0,4.3,-4,137.89000000000001,960,-9 +2013,11,10,22,30,0,0,0,4.5,-6,145.32,960,-11 +2013,11,10,23,30,0,0,0,4.6000000000000005,-8,149.52,960,-13 +2013,11,11,0,30,0,0,0,4.4,-11,149.06,960,-15 +2013,11,11,1,30,0,0,0,4.1000000000000005,-12,144.12,960,-17 +2013,11,11,2,30,0,0,0,3.8000000000000003,-13,136.27,960,-18 +2013,11,11,3,30,0,0,0,3.6,-13,126.93,960,-18 +2013,11,11,4,30,0,0,0,3.4000000000000004,-14,116.96000000000001,970,-18 +2013,11,11,5,30,0,0,0,3.2,-14,106.87,970,-19 +2013,11,11,6,30,0,0,0,3.1,-14,97.02,970,-19 +2013,11,11,7,30,27,27,0,3.3000000000000003,-13,87.78,970,-19 +2013,11,11,8,30,167,55,614,4.1000000000000005,-11,79.51,970,-18 +2013,11,11,9,30,306,75,775,4.9,-9,72.69,970,-17 +2013,11,11,10,30,278,135,379,5.1000000000000005,-8,67.81,970,-16 +2013,11,11,11,30,460,86,895,5.2,-6,65.36,970,-16 +2013,11,11,12,30,454,84,898,5.2,-6,65.63,970,-15 +2013,11,11,13,30,393,78,862,5.1000000000000005,-6,68.60000000000001,970,-15 +2013,11,11,14,30,282,67,777,4.9,-6,73.91,970,-15 +2013,11,11,15,30,139,46,597,4.4,-8,81.07000000000001,970,-16 +2013,11,11,16,30,0,0,0,3.7,-10,89.56,970,-16 +2013,11,11,17,30,0,0,0,3.3000000000000003,-11,98.96000000000001,970,-17 +2013,11,11,18,30,0,0,0,3.1,-12,108.89,980,-17 +2013,11,11,19,30,0,0,0,2.9000000000000004,-12,119.01,980,-17 +2013,11,11,20,30,0,0,0,2.5,-13,128.93,980,-18 +2013,11,11,21,30,0,0,0,2.3000000000000003,-14,138.09,980,-18 +2013,11,11,22,30,0,0,0,2.2,-14,145.55,980,-18 +2013,11,11,23,30,0,0,0,2.1,-14,149.79,980,-18 +2013,11,12,0,30,0,0,0,2,-15,149.33,980,-18 +2013,11,12,1,30,0,0,0,2.1,-15,144.37,980,-18 +2013,11,12,2,30,0,0,0,2.2,-14,136.5,980,-18 +2013,11,12,3,30,0,0,0,2.3000000000000003,-14,127.15,980,-18 +2013,11,12,4,30,0,0,0,2.4000000000000004,-13,117.17,980,-18 +2013,11,12,5,30,0,0,0,2.4000000000000004,-13,107.08,980,-18 +2013,11,12,6,30,0,0,0,2.3000000000000003,-14,97.24000000000001,980,-18 +2013,11,12,7,30,15,15,0,2.6,-13,88.01,980,-18 +2013,11,12,8,30,109,59,280,3.3000000000000003,-11,79.76,980,-17 +2013,11,12,9,30,299,61,810,3.8000000000000003,-9,72.94,980,-17 +2013,11,12,10,30,398,72,874,4.1000000000000005,-7,68.07000000000001,980,-16 +2013,11,12,11,30,447,78,896,4.3,-5,65.63,980,-16 +2013,11,12,12,30,441,78,890,4.4,-4,65.9,970,-15 +2013,11,12,13,30,379,73,847,4.3,-3,68.85000000000001,970,-14 +2013,11,12,14,30,212,73,509,3.9000000000000004,-3,74.14,970,-14 +2013,11,12,15,30,95,55,260,3.3000000000000003,-3,81.27,970,-13 +2013,11,12,16,30,0,0,0,2.8000000000000003,-4,89.75,970,-12 +2013,11,12,17,30,0,0,0,2.8000000000000003,-5,99.14,970,-12 +2013,11,12,18,30,0,0,0,2.9000000000000004,-6,109.06,970,-11 +2013,11,12,19,30,0,0,0,2.8000000000000003,-7,119.18,970,-12 +2013,11,12,20,30,0,0,0,2.8000000000000003,-8,129.11,970,-12 +2013,11,12,21,30,0,0,0,3,-8,138.29,970,-12 +2013,11,12,22,30,0,0,0,3.1,-8,145.78,970,-12 +2013,11,12,23,30,0,0,0,3.1,-9,150.05,970,-12 +2013,11,13,0,30,0,0,0,3.3000000000000003,-9,149.6,960,-13 +2013,11,13,1,30,0,0,0,3.5,-8,144.62,960,-13 +2013,11,13,2,30,0,0,0,3.6,-8,136.73,960,-12 +2013,11,13,3,30,0,0,0,3.5,-8,127.37,960,-12 +2013,11,13,4,30,0,0,0,3.5,-8,117.38,960,-12 +2013,11,13,5,30,0,0,0,3.7,-9,107.29,960,-12 +2013,11,13,6,30,0,0,0,4,-8,97.46000000000001,960,-11 +2013,11,13,7,30,13,13,0,4.4,-7,88.24,960,-11 +2013,11,13,8,30,129,44,489,4.9,-5,80,950,-10 +2013,11,13,9,30,233,72,556,5.6000000000000005,-2,73.2,950,-8 +2013,11,13,10,30,370,76,796,5.800000000000001,0,68.34,950,-6 +2013,11,13,11,30,350,108,594,5.7,2,65.89,950,-4 +2013,11,13,12,30,412,79,823,5.4,3,66.16,950,-2 +2013,11,13,13,30,276,115,452,4.800000000000001,4,69.09,950,0 +2013,11,13,14,30,184,92,339,3.9000000000000004,4,74.36,950,0 +2013,11,13,15,30,77,55,143,2.9000000000000004,3,81.47,950,0 +2013,11,13,16,30,0,0,0,2.4000000000000004,1,89.93,950,0 +2013,11,13,17,30,0,0,0,2.4000000000000004,0,99.31,950,0 +2013,11,13,18,30,0,0,0,2.4000000000000004,0,109.22,950,0 +2013,11,13,19,30,0,0,0,2.1,0,119.34,950,0 +2013,11,13,20,30,0,0,0,1.9000000000000001,0,129.28,950,0 +2013,11,13,21,30,0,0,0,1.7000000000000002,0,138.48,950,0 +2013,11,13,22,30,0,0,0,1.5,0,146,950,0 +2013,11,13,23,30,0,0,0,1.2000000000000002,0,150.3,950,0 +2013,11,14,0,30,0,0,0,1.1,0,149.86,950,0 +2013,11,14,1,30,0,0,0,1.1,0,144.87,950,0 +2013,11,14,2,30,0,0,0,1.1,0,136.96,950,0 +2013,11,14,3,30,0,0,0,1.2000000000000002,0,127.58,950,0 +2013,11,14,4,30,0,0,0,1.2000000000000002,0,117.59,950,0 +2013,11,14,5,30,0,0,0,0.9,0,107.5,950,0 +2013,11,14,6,30,0,0,0,0.6000000000000001,0,97.68,950,-1 +2013,11,14,7,30,11,11,0,0.7000000000000001,0,88.46000000000001,950,-1 +2013,11,14,8,30,94,60,196,0.9,0,80.24,950,-1 +2013,11,14,9,30,103,101,6,1.2000000000000002,1,73.45,950,0 +2013,11,14,10,30,139,134,13,1.6,2,68.60000000000001,950,0 +2013,11,14,11,30,173,159,34,1.8,3,66.16,950,0 +2013,11,14,12,30,20,20,0,1.6,3,66.41,950,0 +2013,11,14,13,30,135,130,15,1.4000000000000001,3,69.33,950,0 +2013,11,14,14,30,144,105,147,1,2,74.58,950,0 +2013,11,14,15,30,49,49,0,0.8,1,81.67,950,0 +2013,11,14,16,30,0,0,0,0.9,0,90.11,950,0 +2013,11,14,17,30,0,0,0,0.9,0,99.47,950,0 +2013,11,14,18,30,0,0,0,0.9,0,109.38,950,0 +2013,11,14,19,30,0,0,0,1,0,119.49000000000001,950,0 +2013,11,14,20,30,0,0,0,1.4000000000000001,0,129.44,950,0 +2013,11,14,21,30,0,0,0,1.9000000000000001,0,138.66,950,0 +2013,11,14,22,30,0,0,0,2.1,0,146.22,950,0 +2013,11,14,23,30,0,0,0,2,0,150.55,950,0 +2013,11,15,0,30,0,0,0,1.8,0,150.12,950,0 +2013,11,15,1,30,0,0,0,1.8,0,145.11,950,0 +2013,11,15,2,30,0,0,0,2.2,0,137.18,950,0 +2013,11,15,3,30,0,0,0,2.5,0,127.8,950,0 +2013,11,15,4,30,0,0,0,2.4000000000000004,0,117.8,950,-1 +2013,11,15,5,30,0,0,0,2.2,-1,107.71000000000001,950,-1 +2013,11,15,6,30,0,0,0,2.1,-1,97.89,950,-2 +2013,11,15,7,30,15,12,139,2.2,-1,88.69,950,-2 +2013,11,15,8,30,135,44,551,2.2,0,80.48,950,-2 +2013,11,15,9,30,262,58,726,2.1,0,73.7,950,-1 +2013,11,15,10,30,355,64,806,2.2,2,68.85000000000001,950,0 +2013,11,15,11,30,403,66,842,2.5,4,66.41,950,0 +2013,11,15,12,30,400,63,850,2.9000000000000004,5,66.66,950,-1 +2013,11,15,13,30,346,58,825,2.9000000000000004,5,69.56,950,-1 +2013,11,15,14,30,245,49,748,2.3000000000000003,4,74.79,950,0 +2013,11,15,15,30,114,34,561,1.9000000000000001,2,81.86,950,0 +2013,11,15,16,30,0,0,0,2,0,90.28,950,0 +2013,11,15,17,30,0,0,0,2.3000000000000003,0,99.63,950,0 +2013,11,15,18,30,0,0,0,2.7,0,109.53,950,0 +2013,11,15,19,30,0,0,0,3.4000000000000004,1,119.64,950,1 +2013,11,15,20,30,0,0,0,3.4000000000000004,2,129.59,950,2 +2013,11,15,21,30,0,0,0,3,1,138.84,950,1 +2013,11,15,22,30,0,0,0,3.3000000000000003,1,146.42000000000002,950,1 +2013,11,15,23,30,0,0,0,3.7,1,150.79,940,1 +2013,11,16,0,30,0,0,0,3.8000000000000003,0,150.38,940,0 +2013,11,16,1,30,0,0,0,3.9000000000000004,0,145.35,940,0 +2013,11,16,2,30,0,0,0,4,0,137.41,940,0 +2013,11,16,3,30,0,0,0,4,0,128.01,940,0 +2013,11,16,4,30,0,0,0,4.1000000000000005,0,118.01,940,0 +2013,11,16,5,30,0,0,0,3.9000000000000004,0,107.92,940,0 +2013,11,16,6,30,0,0,0,3.6,0,98.11,940,0 +2013,11,16,7,30,6,6,0,3.3000000000000003,1,88.91,940,0 +2013,11,16,8,30,68,59,55,3.1,1,80.71000000000001,940,1 +2013,11,16,9,30,135,116,67,3,2,73.94,940,2 +2013,11,16,10,30,63,63,0,2.9000000000000004,2,69.11,940,2 +2013,11,16,11,30,77,77,0,2.5,2,66.66,940,2 +2013,11,16,12,30,118,118,0,2,2,66.9,940,2 +2013,11,16,13,30,74,74,0,1.5,2,69.78,940,2 +2013,11,16,14,30,79,79,0,1.3,2,74.99,940,2 +2013,11,16,15,30,19,19,0,1.4000000000000001,1,82.04,940,2 +2013,11,16,16,30,0,0,0,1.4000000000000001,1,90.44,940,1 +2013,11,16,17,30,0,0,0,1.2000000000000002,1,99.78,940,1 +2013,11,16,18,30,0,0,0,1,0,109.67,940,0 +2013,11,16,19,30,0,0,0,0.9,0,119.78,930,0 +2013,11,16,20,30,0,0,0,0.8,0,129.74,930,0 +2013,11,16,21,30,0,0,0,0.8,0,139,930,0 +2013,11,16,22,30,0,0,0,0.8,0,146.63,930,0 +2013,11,16,23,30,0,0,0,0.7000000000000001,0,151.03,930,0 +2013,11,17,0,30,0,0,0,0.7000000000000001,0,150.63,930,0 +2013,11,17,1,30,0,0,0,0.7000000000000001,0,145.59,930,0 +2013,11,17,2,30,0,0,0,0.7000000000000001,0,137.63,930,0 +2013,11,17,3,30,0,0,0,0.7000000000000001,0,128.21,930,0 +2013,11,17,4,30,0,0,0,0.8,0,118.21000000000001,930,0 +2013,11,17,5,30,0,0,0,0.9,0,108.12,930,0 +2013,11,17,6,30,0,0,0,1.1,0,98.32000000000001,930,0 +2013,11,17,7,30,0,0,0,1.4000000000000001,0,89.13,930,0 +2013,11,17,8,30,19,19,0,2.1,1,80.94,930,0 +2013,11,17,9,30,40,40,0,2.8000000000000003,1,74.19,930,1 +2013,11,17,10,30,51,51,0,2.9000000000000004,1,69.35000000000001,930,1 +2013,11,17,11,30,89,89,0,3,1,66.91,930,1 +2013,11,17,12,30,126,126,0,3.5,2,67.13,940,1 +2013,11,17,13,30,59,59,0,4.2,2,70,940,1 +2013,11,17,14,30,46,46,0,4.7,1,75.19,940,1 +2013,11,17,15,30,40,40,0,4.9,0,82.22,940,0 +2013,11,17,16,30,0,0,0,5,0,90.60000000000001,940,0 +2013,11,17,17,30,0,0,0,5.2,0,99.92,940,-1 +2013,11,17,18,30,0,0,0,5.4,-1,109.81,940,-3 +2013,11,17,19,30,0,0,0,5.5,-2,119.92,940,-3 +2013,11,17,20,30,0,0,0,5.6000000000000005,-2,129.89000000000001,940,-4 +2013,11,17,21,30,0,0,0,5.7,-2,139.17000000000002,940,-4 +2013,11,17,22,30,0,0,0,5.7,-3,146.82,940,-5 +2013,11,17,23,30,0,0,0,5.800000000000001,-3,151.26,950,-5 +2013,11,18,0,30,0,0,0,6,-3,150.87,950,-6 +2013,11,18,1,30,0,0,0,6.1000000000000005,-3,145.82,950,-6 +2013,11,18,2,30,0,0,0,6.2,-3,137.84,950,-7 +2013,11,18,3,30,0,0,0,6.2,-4,128.42000000000002,950,-8 +2013,11,18,4,30,0,0,0,6.1000000000000005,-4,118.41,950,-8 +2013,11,18,5,30,0,0,0,6,-4,108.33,950,-9 +2013,11,18,6,30,0,0,0,5.800000000000001,-5,98.53,950,-9 +2013,11,18,7,30,0,0,0,5.6000000000000005,-5,89.35000000000001,950,-10 +2013,11,18,8,30,37,37,0,5.4,-4,81.17,950,-10 +2013,11,18,9,30,89,89,0,5.4,-3,74.42,960,-10 +2013,11,18,10,30,158,140,52,5.4,-3,69.60000000000001,960,-10 +2013,11,18,11,30,178,158,51,5.5,-2,67.15,960,-10 +2013,11,18,12,30,182,158,60,5.300000000000001,-2,67.36,960,-10 +2013,11,18,13,30,139,130,28,5,-2,70.21000000000001,960,-10 +2013,11,18,14,30,78,78,0,4.5,-2,75.38,960,-10 +2013,11,18,15,30,115,36,597,3.6,-2,82.39,960,-10 +2013,11,18,16,30,0,0,0,2.3000000000000003,-3,90.75,960,-10 +2013,11,18,17,30,0,0,0,1.6,-4,100.06,960,-9 +2013,11,18,18,30,0,0,0,1.4000000000000001,-5,109.94,960,-8 +2013,11,18,19,30,0,0,0,1.1,-5,120.05,960,-8 +2013,11,18,20,30,0,0,0,0.9,-6,130.02,960,-8 +2013,11,18,21,30,0,0,0,0.7000000000000001,-6,139.32,960,-8 +2013,11,18,22,30,0,0,0,0.7000000000000001,-7,147.01,960,-9 +2013,11,18,23,30,0,0,0,0.7000000000000001,-7,151.48,960,-9 +2013,11,19,0,30,0,0,0,0.7000000000000001,-8,151.11,960,-10 +2013,11,19,1,30,0,0,0,0.7000000000000001,-8,146.05,960,-10 +2013,11,19,2,30,0,0,0,0.8,-9,138.06,960,-11 +2013,11,19,3,30,0,0,0,1,-9,128.62,960,-11 +2013,11,19,4,30,0,0,0,1.3,-9,118.61,960,-11 +2013,11,19,5,30,0,0,0,1.7000000000000002,-8,108.53,960,-10 +2013,11,19,6,30,0,0,0,2.3000000000000003,-7,98.74000000000001,960,-10 +2013,11,19,7,30,0,0,0,3,-6,89.56,960,-9 +2013,11,19,8,30,80,53,186,3.8000000000000003,-5,81.39,960,-8 +2013,11,19,9,30,188,85,388,4.5,-3,74.66,960,-7 +2013,11,19,10,30,263,111,440,5.1000000000000005,-2,69.83,960,-7 +2013,11,19,11,30,305,123,474,5.6000000000000005,0,67.39,960,-6 +2013,11,19,12,30,298,125,452,5.9,0,67.59,960,-6 +2013,11,19,13,30,327,86,718,6,0,70.42,960,-6 +2013,11,19,14,30,152,92,240,5.9,0,75.56,960,-5 +2013,11,19,15,30,62,50,98,5.800000000000001,0,82.55,960,-5 +2013,11,19,16,30,0,0,0,5.800000000000001,0,90.9,950,-4 +2013,11,19,17,30,0,0,0,5.800000000000001,0,100.19,950,-4 +2013,11,19,18,30,0,0,0,6,0,110.06,950,-4 +2013,11,19,19,30,0,0,0,6.2,0,120.17,950,-4 +2013,11,19,20,30,0,0,0,6.4,0,130.15,950,-3 +2013,11,19,21,30,0,0,0,6.4,0,139.47,950,-3 +2013,11,19,22,30,0,0,0,6.6000000000000005,0,147.18,950,-3 +2013,11,19,23,30,0,0,0,6.9,0,151.70000000000002,950,-2 +2013,11,20,0,30,0,0,0,7,1,151.35,950,-2 +2013,11,20,1,30,0,0,0,6.9,1,146.28,950,-2 +2013,11,20,2,30,0,0,0,6.7,1,138.27,950,-2 +2013,11,20,3,30,0,0,0,6.2,1,128.83,950,-2 +2013,11,20,4,30,0,0,0,5.2,0,118.81,950,-2 +2013,11,20,5,30,0,0,0,4.4,0,108.73,950,-2 +2013,11,20,6,30,0,0,0,4,0,98.94,950,-2 +2013,11,20,7,30,0,0,0,3.9000000000000004,0,89.78,950,-2 +2013,11,20,8,30,92,45,321,3.8000000000000003,0,81.62,950,-2 +2013,11,20,9,30,173,91,312,3.7,1,74.88,950,-2 +2013,11,20,10,30,247,120,374,3.6,2,70.07000000000001,950,-1 +2013,11,20,11,30,239,159,209,3.5,2,67.61,950,-1 +2013,11,20,12,30,268,144,329,3.4000000000000004,3,67.81,950,0 +2013,11,20,13,30,185,137,144,3.3000000000000003,3,70.62,950,0 +2013,11,20,14,30,185,69,471,2.6,2,75.74,950,0 +2013,11,20,15,30,71,49,173,1.7000000000000002,1,82.71000000000001,950,0 +2013,11,20,16,30,0,0,0,1.5,0,91.04,960,0 +2013,11,20,17,30,0,0,0,1.7000000000000002,0,100.32000000000001,960,0 +2013,11,20,18,30,0,0,0,1.7000000000000002,0,110.18,960,0 +2013,11,20,19,30,0,0,0,1.6,0,120.28,960,0 +2013,11,20,20,30,0,0,0,1.6,0,130.27,960,0 +2013,11,20,21,30,0,0,0,1.6,0,139.61,960,0 +2013,11,20,22,30,0,0,0,1.6,0,147.36,960,0 +2013,11,20,23,30,0,0,0,1.7000000000000002,0,151.91,960,0 +2013,11,21,0,30,0,0,0,1.7000000000000002,0,151.57,960,0 +2013,11,21,1,30,0,0,0,1.6,0,146.5,960,-1 +2013,11,21,2,30,0,0,0,1.9000000000000001,0,138.48,960,-1 +2013,11,21,3,30,0,0,0,2.5,-1,129.03,960,-1 +2013,11,21,4,30,0,0,0,3.3000000000000003,-1,119.01,960,-2 +2013,11,21,5,30,0,0,0,4,-2,108.93,960,-3 +2013,11,21,6,30,0,0,0,4.6000000000000005,-2,99.14,960,-5 +2013,11,21,7,30,0,0,0,4.9,-3,89.98,960,-6 +2013,11,21,8,30,19,19,0,5.1000000000000005,-4,81.83,960,-8 +2013,11,21,9,30,42,42,0,5.5,-4,75.11,970,-9 +2013,11,21,10,30,203,138,194,5.9,-3,70.29,970,-9 +2013,11,21,11,30,249,152,255,6,-3,67.84,970,-10 +2013,11,21,12,30,293,121,459,5.800000000000001,-4,68.02,970,-10 +2013,11,21,13,30,207,130,234,5.5,-4,70.81,970,-11 +2013,11,21,14,30,165,81,345,5.1000000000000005,-4,75.91,970,-11 +2013,11,21,15,30,78,45,265,4.6000000000000005,-5,82.86,970,-12 +2013,11,21,16,30,0,0,0,4.1000000000000005,-5,91.17,970,-12 +2013,11,21,17,30,0,0,0,4,-6,100.44,970,-12 +2013,11,21,18,30,0,0,0,4,-7,110.29,970,-12 +2013,11,21,19,30,0,0,0,4.1000000000000005,-7,120.39,970,-12 +2013,11,21,20,30,0,0,0,4,-7,130.39000000000001,970,-12 +2013,11,21,21,30,0,0,0,3.6,-8,139.74,970,-13 +2013,11,21,22,30,0,0,0,3,-8,147.52,970,-13 +2013,11,21,23,30,0,0,0,2.1,-8,152.12,970,-13 +2013,11,22,0,30,0,0,0,1.3,-9,151.8,970,-12 +2013,11,22,1,30,0,0,0,1,-10,146.72,970,-13 +2013,11,22,2,30,0,0,0,1,-11,138.68,970,-13 +2013,11,22,3,30,0,0,0,1,-11,129.22,970,-13 +2013,11,22,4,30,0,0,0,1.1,-12,119.2,970,-14 +2013,11,22,5,30,0,0,0,1.4000000000000001,-12,109.12,970,-14 +2013,11,22,6,30,0,0,0,2,-13,99.34,970,-14 +2013,11,22,7,30,0,0,0,2.8000000000000003,-12,90.19,970,-15 +2013,11,22,8,30,119,44,540,3.5,-11,82.05,970,-15 +2013,11,22,9,30,178,81,384,4.1000000000000005,-9,75.33,970,-16 +2013,11,22,10,30,218,129,266,4.5,-8,70.52,970,-16 +2013,11,22,11,30,242,152,239,4.5,-7,68.06,970,-16 +2013,11,22,12,30,214,157,155,4.4,-7,68.22,970,-14 +2013,11,22,13,30,231,115,355,4.5,-7,71,970,-12 +2013,11,22,14,30,172,73,409,4.9,-7,76.08,970,-13 +2013,11,22,15,30,53,46,59,5.1000000000000005,-8,83,970,-16 +2013,11,22,16,30,0,0,0,5.300000000000001,-9,91.3,970,-18 +2013,11,22,17,30,0,0,0,5.4,-10,100.55,970,-18 +2013,11,22,18,30,0,0,0,5.300000000000001,-11,110.39,970,-18 +2013,11,22,19,30,0,0,0,5.300000000000001,-11,120.49000000000001,970,-18 +2013,11,22,20,30,0,0,0,5.300000000000001,-11,130.5,970,-18 +2013,11,22,21,30,0,0,0,5.4,-11,139.86,970,-18 +2013,11,22,22,30,0,0,0,5.4,-11,147.68,970,-18 +2013,11,22,23,30,0,0,0,5.4,-12,152.31,980,-18 +2013,11,23,0,30,0,0,0,5.300000000000001,-12,152.02,980,-19 +2013,11,23,1,30,0,0,0,4.9,-13,146.93,980,-19 +2013,11,23,2,30,0,0,0,4.5,-14,138.89000000000001,980,-20 +2013,11,23,3,30,0,0,0,4.3,-14,129.42000000000002,980,-20 +2013,11,23,4,30,0,0,0,4.2,-14,119.39,980,-21 +2013,11,23,5,30,0,0,0,4.2,-15,109.31,980,-21 +2013,11,23,6,30,0,0,0,4,-15,99.54,980,-21 +2013,11,23,7,30,0,0,0,3.8000000000000003,-15,90.39,980,-22 +2013,11,23,8,30,86,41,337,3.9000000000000004,-14,82.26,980,-22 +2013,11,23,9,30,192,55,548,4.1000000000000005,-13,75.54,980,-22 +2013,11,23,10,30,272,84,568,4.2,-12,70.73,980,-22 +2013,11,23,11,30,318,90,616,4.4,-11,68.27,980,-21 +2013,11,23,12,30,407,66,926,4.6000000000000005,-11,68.42,980,-21 +2013,11,23,13,30,349,61,894,4.800000000000001,-11,71.18,980,-21 +2013,11,23,14,30,244,50,814,4.6000000000000005,-11,76.24,980,-22 +2013,11,23,15,30,107,32,627,4,-12,83.14,980,-22 +2013,11,23,16,30,0,0,0,3,-13,91.42,980,-22 +2013,11,23,17,30,0,0,0,2.2,-14,100.65,980,-22 +2013,11,23,18,30,0,0,0,1.7000000000000002,-15,110.49000000000001,980,-21 +2013,11,23,19,30,0,0,0,1.3,-16,120.59,980,-21 +2013,11,23,20,30,0,0,0,1.1,-16,130.6,980,-21 +2013,11,23,21,30,0,0,0,0.9,-17,139.98,980,-21 +2013,11,23,22,30,0,0,0,0.7000000000000001,-17,147.83,980,-21 +2013,11,23,23,30,0,0,0,0.6000000000000001,-17,152.5,980,-21 +2013,11,24,0,30,0,0,0,0.6000000000000001,-17,152.23,980,-21 +2013,11,24,1,30,0,0,0,1,-16,147.14000000000001,980,-21 +2013,11,24,2,30,0,0,0,1.6,-15,139.08,970,-21 +2013,11,24,3,30,0,0,0,2,-15,129.61,970,-21 +2013,11,24,4,30,0,0,0,2.4000000000000004,-15,119.58,970,-21 +2013,11,24,5,30,0,0,0,2.9000000000000004,-14,109.5,970,-20 +2013,11,24,6,30,0,0,0,3.4000000000000004,-14,99.73,970,-19 +2013,11,24,7,30,0,0,0,3.8000000000000003,-13,90.59,970,-19 +2013,11,24,8,30,71,45,201,4.5,-12,82.46000000000001,970,-18 +2013,11,24,9,30,67,67,0,5.300000000000001,-11,75.76,970,-18 +2013,11,24,10,30,225,120,323,6.1000000000000005,-11,70.95,960,-17 +2013,11,24,11,30,222,154,186,6.5,-10,68.47,960,-17 +2013,11,24,12,30,232,149,227,6.5,-9,68.62,960,-16 +2013,11,24,13,30,146,128,56,6,-7,71.35000000000001,960,-15 +2013,11,24,14,30,36,36,0,5.5,-6,76.39,960,-13 +2013,11,24,15,30,55,43,97,5.1000000000000005,-5,83.27,950,-12 +2013,11,24,16,30,0,0,0,4.9,-5,91.53,950,-11 +2013,11,24,17,30,0,0,0,4.800000000000001,-4,100.75,950,-10 +2013,11,24,18,30,0,0,0,5,-4,110.58,950,-9 +2013,11,24,19,30,0,0,0,4.9,-4,120.68,950,-8 +2013,11,24,20,30,0,0,0,4.6000000000000005,-4,130.69,950,-7 +2013,11,24,21,30,0,0,0,4.5,-4,140.09,950,-6 +2013,11,24,22,30,0,0,0,4.4,-4,147.97,950,-6 +2013,11,24,23,30,0,0,0,4.5,-3,152.69,950,-5 +2013,11,25,0,30,0,0,0,4.3,-3,152.44,950,-4 +2013,11,25,1,30,0,0,0,3.9000000000000004,-3,147.35,950,-4 +2013,11,25,2,30,0,0,0,3.7,-4,139.28,950,-4 +2013,11,25,3,30,0,0,0,3.6,-4,129.8,950,-4 +2013,11,25,4,30,0,0,0,3.4000000000000004,-4,119.77,950,-4 +2013,11,25,5,30,0,0,0,3.3000000000000003,-5,109.69,950,-5 +2013,11,25,6,30,0,0,0,3.3000000000000003,-6,99.93,950,-6 +2013,11,25,7,30,0,0,0,3.4000000000000004,-6,90.79,950,-7 +2013,11,25,8,30,11,11,0,3.7,-5,82.67,950,-6 +2013,11,25,9,30,43,43,0,4.1000000000000005,-3,75.96000000000001,950,-5 +2013,11,25,10,30,52,52,0,4.6000000000000005,-1,71.15,950,-4 +2013,11,25,11,30,178,151,73,5.2,0,68.67,950,-4 +2013,11,25,12,30,167,147,55,5.4,0,68.8,950,-4 +2013,11,25,13,30,114,112,4,5.2,0,71.52,950,-4 +2013,11,25,14,30,62,62,0,4.800000000000001,0,76.53,950,-4 +2013,11,25,15,30,44,41,29,4.4,0,83.39,950,-4 +2013,11,25,16,30,0,0,0,4.6000000000000005,-1,91.64,950,-3 +2013,11,25,17,30,0,0,0,5.1000000000000005,-2,100.84,950,-4 +2013,11,25,18,30,0,0,0,5.300000000000001,-3,110.66,950,-7 +2013,11,25,19,30,0,0,0,5.1000000000000005,-4,120.76,960,-9 +2013,11,25,20,30,0,0,0,4.9,-5,130.78,960,-10 +2013,11,25,21,30,0,0,0,4.800000000000001,-6,140.20000000000002,960,-11 +2013,11,25,22,30,0,0,0,4.800000000000001,-7,148.1,960,-12 +2013,11,25,23,30,0,0,0,4.9,-7,152.86,960,-13 +2013,11,26,0,30,0,0,0,5,-8,152.64000000000001,960,-14 +2013,11,26,1,30,0,0,0,5.1000000000000005,-8,147.55,960,-15 +2013,11,26,2,30,0,0,0,5.300000000000001,-9,139.47,960,-15 +2013,11,26,3,30,0,0,0,5.2,-9,129.98,960,-16 +2013,11,26,4,30,0,0,0,4.800000000000001,-10,119.95,960,-16 +2013,11,26,5,30,0,0,0,4.6000000000000005,-10,109.88,960,-16 +2013,11,26,6,30,0,0,0,4.800000000000001,-11,100.11,960,-16 +2013,11,26,7,30,0,0,0,5.1000000000000005,-11,90.99,960,-17 +2013,11,26,8,30,68,42,209,5.4,-11,82.87,960,-18 +2013,11,26,9,30,231,70,674,5.5,-12,76.17,960,-19 +2013,11,26,10,30,228,112,363,5.4,-12,71.35000000000001,960,-19 +2013,11,26,11,30,275,121,426,5.300000000000001,-11,68.87,960,-19 +2013,11,26,12,30,293,103,529,5.2,-11,68.98,960,-19 +2013,11,26,13,30,325,77,790,5.2,-10,71.68,960,-18 +2013,11,26,14,30,223,64,688,5.1000000000000005,-10,76.67,960,-17 +2013,11,26,15,30,92,40,463,4.800000000000001,-10,83.51,970,-16 +2013,11,26,16,30,0,0,0,4.4,-10,91.74,970,-15 +2013,11,26,17,30,0,0,0,4.1000000000000005,-11,100.93,970,-15 +2013,11,26,18,30,0,0,0,3.6,-11,110.74000000000001,970,-15 +2013,11,26,19,30,0,0,0,3.2,-12,120.83,970,-15 +2013,11,26,20,30,0,0,0,2.8000000000000003,-12,130.86,970,-15 +2013,11,26,21,30,0,0,0,2.6,-12,140.29,970,-15 +2013,11,26,22,30,0,0,0,2.2,-13,148.23,970,-15 +2013,11,26,23,30,0,0,0,1.8,-13,153.03,970,-15 +2013,11,27,0,30,0,0,0,1.6,-14,152.84,970,-15 +2013,11,27,1,30,0,0,0,1.6,-14,147.75,970,-15 +2013,11,27,2,30,0,0,0,1.6,-14,139.66,970,-15 +2013,11,27,3,30,0,0,0,1.6,-13,130.17000000000002,970,-15 +2013,11,27,4,30,0,0,0,1.4000000000000001,-13,120.13,970,-15 +2013,11,27,5,30,0,0,0,1,-13,110.06,970,-15 +2013,11,27,6,30,0,0,0,0.8,-13,100.3,970,-15 +2013,11,27,7,30,0,0,0,1.1,-13,91.18,970,-15 +2013,11,27,8,30,37,37,0,1.6,-12,83.06,970,-15 +2013,11,27,9,30,168,72,408,1.7000000000000002,-11,76.36,970,-15 +2013,11,27,10,30,215,117,310,1.8,-10,71.55,960,-15 +2013,11,27,11,30,195,151,123,2,-10,69.06,960,-15 +2013,11,27,12,30,127,125,5,2.3000000000000003,-10,69.15,960,-14 +2013,11,27,13,30,127,119,26,2.5,-9,71.83,960,-14 +2013,11,27,14,30,76,76,0,2.5,-9,76.8,960,-13 +2013,11,27,15,30,39,38,8,2.1,-9,83.62,960,-13 +2013,11,27,16,30,0,0,0,1.7000000000000002,-10,91.83,960,-13 +2013,11,27,17,30,0,0,0,1.4000000000000001,-10,101.01,960,-12 +2013,11,27,18,30,0,0,0,1.2000000000000002,-10,110.81,960,-12 +2013,11,27,19,30,0,0,0,1.2000000000000002,-10,120.9,960,-12 +2013,11,27,20,30,0,0,0,1.1,-10,130.93,960,-12 +2013,11,27,21,30,0,0,0,1,-10,140.38,960,-11 +2013,11,27,22,30,0,0,0,1,-10,148.35,960,-11 +2013,11,27,23,30,0,0,0,0.9,-10,153.19,960,-11 +2013,11,28,0,30,0,0,0,0.6000000000000001,-10,153.03,960,-11 +2013,11,28,1,30,0,0,0,0.4,-10,147.94,960,-11 +2013,11,28,2,30,0,0,0,0.4,-10,139.85,960,-11 +2013,11,28,3,30,0,0,0,0.7000000000000001,-10,130.35,960,-11 +2013,11,28,4,30,0,0,0,0.9,-10,120.31,960,-11 +2013,11,28,5,30,0,0,0,1.1,-10,110.24000000000001,960,-12 +2013,11,28,6,30,0,0,0,1.2000000000000002,-11,100.48,960,-12 +2013,11,28,7,30,0,0,0,1.6,-11,91.37,960,-12 +2013,11,28,8,30,91,48,364,2.5,-10,83.25,960,-12 +2013,11,28,9,30,217,79,592,3.2,-8,76.55,960,-11 +2013,11,28,10,30,315,96,697,3.4000000000000004,-6,71.74,960,-11 +2013,11,28,11,30,367,104,740,3.4000000000000004,-6,69.24,970,-11 +2013,11,28,12,30,60,60,0,3.4000000000000004,-6,69.32000000000001,970,-11 +2013,11,28,13,30,51,51,0,3.4000000000000004,-6,71.97,970,-12 +2013,11,28,14,30,35,35,0,3.2,-6,76.92,970,-12 +2013,11,28,15,30,36,36,0,2.7,-6,83.72,970,-12 +2013,11,28,16,30,0,0,0,2,-7,91.91,970,-12 +2013,11,28,17,30,0,0,0,1.8,-8,101.08,970,-12 +2013,11,28,18,30,0,0,0,1.5,-9,110.87,970,-12 +2013,11,28,19,30,0,0,0,1.2000000000000002,-10,120.96000000000001,970,-13 +2013,11,28,20,30,0,0,0,1,-11,130.99,970,-13 +2013,11,28,21,30,0,0,0,0.9,-12,140.46,970,-13 +2013,11,28,22,30,0,0,0,0.8,-12,148.46,970,-13 +2013,11,28,23,30,0,0,0,0.8,-12,153.34,970,-13 +2013,11,29,0,30,0,0,0,0.7000000000000001,-12,153.21,970,-13 +2013,11,29,1,30,0,0,0,0.5,-12,148.13,970,-13 +2013,11,29,2,30,0,0,0,0.6000000000000001,-12,140.03,970,-13 +2013,11,29,3,30,0,0,0,0.7000000000000001,-12,130.53,970,-13 +2013,11,29,4,30,0,0,0,0.8,-12,120.49000000000001,970,-13 +2013,11,29,5,30,0,0,0,1.1,-11,110.42,970,-13 +2013,11,29,6,30,0,0,0,1.6,-11,100.66,970,-13 +2013,11,29,7,30,0,0,0,2,-11,91.55,970,-13 +2013,11,29,8,30,59,39,169,2.4000000000000004,-10,83.44,970,-12 +2013,11,29,9,30,123,88,153,2.7,-9,76.74,970,-12 +2013,11,29,10,30,188,124,205,3.3000000000000003,-7,71.92,970,-12 +2013,11,29,11,30,183,147,101,3.9000000000000004,-6,69.41,970,-12 +2013,11,29,12,30,199,147,147,4.1000000000000005,-6,69.48,970,-11 +2013,11,29,13,30,142,123,62,4.2,-5,72.11,970,-11 +2013,11,29,14,30,165,63,452,4,-5,77.04,970,-11 +2013,11,29,15,30,59,41,167,3.5,-6,83.82000000000001,970,-10 +2013,11,29,16,30,0,0,0,2.9000000000000004,-7,91.99,960,-10 +2013,11,29,17,30,0,0,0,2.8000000000000003,-8,101.15,960,-10 +2013,11,29,18,30,0,0,0,3,-8,110.93,960,-10 +2013,11,29,19,30,0,0,0,3.1,-7,121.02,960,-10 +2013,11,29,20,30,0,0,0,3.3000000000000003,-6,131.05,960,-9 +2013,11,29,21,30,0,0,0,3.4000000000000004,-6,140.54,960,-8 +2013,11,29,22,30,0,0,0,3.3000000000000003,-6,148.57,960,-8 +2013,11,29,23,30,0,0,0,3.2,-6,153.49,960,-8 +2013,11,30,0,30,0,0,0,2.9000000000000004,-6,153.39000000000001,960,-7 +2013,11,30,1,30,0,0,0,2.5,-6,148.31,960,-7 +2013,11,30,2,30,0,0,0,2.1,-6,140.21,960,-8 +2013,11,30,3,30,0,0,0,1.8,-7,130.7,960,-8 +2013,11,30,4,30,0,0,0,1.4000000000000001,-7,120.66,960,-8 +2013,11,30,5,30,0,0,0,1.2000000000000002,-7,110.59,960,-8 +2013,11,30,6,30,0,0,0,1.1,-8,100.84,960,-8 +2013,11,30,7,30,0,0,0,1.1,-7,91.73,960,-8 +2013,11,30,8,30,47,39,67,1.5,-6,83.62,960,-8 +2013,11,30,9,30,165,65,444,1.8,-4,76.92,960,-7 +2013,11,30,10,30,302,81,718,1.9000000000000001,-2,72.10000000000001,960,-6 +2013,11,30,11,30,354,89,758,2.1,-1,69.58,960,-5 +2013,11,30,12,30,79,79,0,2.4000000000000004,0,69.63,960,-5 +2013,11,30,13,30,67,67,0,2.6,0,72.24,960,-5 +2013,11,30,14,30,48,48,0,2.6,-1,77.15,960,-5 +2013,11,30,15,30,78,41,350,2,-2,83.91,960,-5 +2013,11,30,16,30,0,0,0,1.5,-3,92.06,960,-6 +2013,11,30,17,30,0,0,0,1.4000000000000001,-4,101.2,960,-6 +2013,11,30,18,30,0,0,0,1.3,-5,110.98,960,-6 +2013,11,30,19,30,0,0,0,1.3,-5,121.06,960,-6 +2013,11,30,20,30,0,0,0,1.2000000000000002,-5,131.1,960,-7 +2013,11,30,21,30,0,0,0,1.1,-6,140.6,960,-7 +2013,11,30,22,30,0,0,0,1,-6,148.66,960,-7 +2013,11,30,23,30,0,0,0,1,-7,153.63,960,-7 +2013,12,1,0,30,0,0,0,0.9,-7,153.56,960,-7 +2013,12,1,1,30,0,0,0,0.9,-7,148.49,960,-7 +2013,12,1,2,30,0,0,0,0.8,-7,140.39000000000001,960,-7 +2013,12,1,3,30,0,0,0,0.8,-7,130.87,960,-7 +2013,12,1,4,30,0,0,0,0.8,-7,120.83,960,-7 +2013,12,1,5,30,0,0,0,0.7000000000000001,-6,110.76,960,-7 +2013,12,1,6,30,0,0,0,0.7000000000000001,-6,101.01,960,-7 +2013,12,1,7,30,0,0,0,0.6000000000000001,-5,91.91,960,-7 +2013,12,1,8,30,22,22,0,0.6000000000000001,-4,83.8,960,-7 +2013,12,1,9,30,19,19,0,0.9,-3,77.10000000000001,960,-6 +2013,12,1,10,30,73,73,0,1.5,-1,72.27,960,-6 +2013,12,1,11,30,83,83,0,1.9000000000000001,-1,69.74,960,-6 +2013,12,1,12,30,80,80,0,2.2,-1,69.77,960,-6 +2013,12,1,13,30,105,105,0,2.3000000000000003,-1,72.37,960,-6 +2013,12,1,14,30,63,63,0,2,-1,77.25,960,-6 +2013,12,1,15,30,8,8,0,1.4000000000000001,-3,83.99,960,-6 +2013,12,1,16,30,0,0,0,0.8,-4,92.13,960,-6 +2013,12,1,17,30,0,0,0,0.6000000000000001,-4,101.26,960,-7 +2013,12,1,18,30,0,0,0,0.5,-5,111.02,960,-7 +2013,12,1,19,30,0,0,0,0.4,-5,121.10000000000001,960,-7 +2013,12,1,20,30,0,0,0,0.4,-6,131.15,960,-7 +2013,12,1,21,30,0,0,0,0.4,-6,140.66,960,-7 +2013,12,1,22,30,0,0,0,0.5,-7,148.75,960,-7 +2013,12,1,23,30,0,0,0,0.6000000000000001,-7,153.76,960,-8 +2013,12,2,0,30,0,0,0,0.5,-7,153.73,950,-8 +2013,12,2,1,30,0,0,0,0.5,-7,148.67000000000002,950,-8 +2013,12,2,2,30,0,0,0,0.7000000000000001,-7,140.56,950,-8 +2013,12,2,3,30,0,0,0,0.9,-7,131.04,950,-8 +2013,12,2,4,30,0,0,0,1.1,-7,121,950,-8 +2013,12,2,5,30,0,0,0,1.5,-7,110.93,950,-8 +2013,12,2,6,30,0,0,0,1.9000000000000001,-7,101.18,950,-8 +2013,12,2,7,30,0,0,0,2.1,-6,92.08,950,-8 +2013,12,2,8,30,53,36,156,2.3000000000000003,-5,83.97,950,-8 +2013,12,2,9,30,80,79,7,2.5,-5,77.27,950,-7 +2013,12,2,10,30,146,122,79,2.6,-4,72.44,950,-7 +2013,12,2,11,30,215,140,215,2.7,-3,69.9,950,-6 +2013,12,2,12,30,123,122,5,2.7,-2,69.91,950,-5 +2013,12,2,13,30,138,120,58,2.6,-2,72.49,950,-4 +2013,12,2,14,30,28,28,0,2.4000000000000004,-2,77.35000000000001,950,-3 +2013,12,2,15,30,14,14,0,2.4000000000000004,-2,84.06,950,-3 +2013,12,2,16,30,0,0,0,2.5,-2,92.19,950,-3 +2013,12,2,17,30,0,0,0,2.7,-2,101.3,950,-3 +2013,12,2,18,30,0,0,0,2.8000000000000003,-2,111.06,950,-3 +2013,12,2,19,30,0,0,0,2.8000000000000003,-2,121.14,950,-2 +2013,12,2,20,30,0,0,0,2.8000000000000003,-2,131.19,950,-2 +2013,12,2,21,30,0,0,0,2.8000000000000003,-2,140.71,950,-2 +2013,12,2,22,30,0,0,0,2.8000000000000003,-2,148.83,950,-2 +2013,12,2,23,30,0,0,0,2.9000000000000004,-2,153.88,950,-2 +2013,12,3,0,30,0,0,0,3,-2,153.88,950,-2 +2013,12,3,1,30,0,0,0,3.1,-2,148.84,950,-2 +2013,12,3,2,30,0,0,0,3.1,-2,140.72,950,-2 +2013,12,3,3,30,0,0,0,3,-2,131.2,950,-2 +2013,12,3,4,30,0,0,0,3,-2,121.16,950,-2 +2013,12,3,5,30,0,0,0,3.2,-2,111.09,950,-2 +2013,12,3,6,30,0,0,0,3.4000000000000004,-2,101.35000000000001,950,-2 +2013,12,3,7,30,0,0,0,3.5,-2,92.24,950,-2 +2013,12,3,8,30,10,10,0,3.7,-1,84.14,950,-2 +2013,12,3,9,30,26,26,0,4.5,-1,77.44,950,-2 +2013,12,3,10,30,118,112,19,5.300000000000001,0,72.60000000000001,950,-2 +2013,12,3,11,30,72,72,0,5.6000000000000005,0,70.04,950,-2 +2013,12,3,12,30,109,109,0,5.6000000000000005,0,70.04,950,-2 +2013,12,3,13,30,98,98,0,5.300000000000001,-1,72.60000000000001,950,-2 +2013,12,3,14,30,35,35,0,5.300000000000001,-1,77.43,950,-3 +2013,12,3,15,30,13,13,0,5.300000000000001,-2,84.13,950,-3 +2013,12,3,16,30,0,0,0,5.300000000000001,-2,92.24,950,-4 +2013,12,3,17,30,0,0,0,5.1000000000000005,-3,101.34,950,-5 +2013,12,3,18,30,0,0,0,4.800000000000001,-4,111.09,950,-6 +2013,12,3,19,30,0,0,0,4.5,-4,121.17,950,-6 +2013,12,3,20,30,0,0,0,4.2,-5,131.22,950,-7 +2013,12,3,21,30,0,0,0,4,-5,140.76,950,-7 +2013,12,3,22,30,0,0,0,3.8000000000000003,-6,148.9,950,-7 +2013,12,3,23,30,0,0,0,3.6,-6,154,950,-8 +2013,12,4,0,30,0,0,0,3.5,-7,154.04,950,-8 +2013,12,4,1,30,0,0,0,3.5,-8,149,950,-9 +2013,12,4,2,30,0,0,0,3.5,-8,140.89000000000001,950,-10 +2013,12,4,3,30,0,0,0,3.6,-8,131.36,950,-10 +2013,12,4,4,30,0,0,0,3.7,-8,121.32000000000001,950,-10 +2013,12,4,5,30,0,0,0,3.8000000000000003,-8,111.25,950,-10 +2013,12,4,6,30,0,0,0,4,-7,101.51,950,-9 +2013,12,4,7,30,0,0,0,4.1000000000000005,-6,92.41,950,-9 +2013,12,4,8,30,22,22,0,4.1000000000000005,-5,84.3,950,-8 +2013,12,4,9,30,57,57,0,4.1000000000000005,-4,77.60000000000001,950,-7 +2013,12,4,10,30,101,101,0,4.2,-3,72.75,950,-5 +2013,12,4,11,30,139,130,27,4.3,-2,70.19,950,-4 +2013,12,4,12,30,150,135,44,4.5,-2,70.17,950,-3 +2013,12,4,13,30,133,118,51,4.6000000000000005,-2,72.7,940,-3 +2013,12,4,14,30,76,76,0,4.800000000000001,-3,77.51,940,-4 +2013,12,4,15,30,26,26,0,4.800000000000001,-3,84.19,940,-4 +2013,12,4,16,30,0,0,0,4.4,-4,92.28,940,-4 +2013,12,4,17,30,0,0,0,4,-4,101.37,940,-5 +2013,12,4,18,30,0,0,0,3.6,-5,111.11,940,-6 +2013,12,4,19,30,0,0,0,3.6,-6,121.19,940,-7 +2013,12,4,20,30,0,0,0,3.7,-7,131.24,940,-8 +2013,12,4,21,30,0,0,0,3.6,-8,140.79,940,-9 +2013,12,4,22,30,0,0,0,3.2,-8,148.97,940,-10 +2013,12,4,23,30,0,0,0,2.9000000000000004,-9,154.1,940,-10 +2013,12,5,0,30,0,0,0,3.1,-9,154.18,940,-11 +2013,12,5,1,30,0,0,0,3.6,-10,149.16,940,-11 +2013,12,5,2,30,0,0,0,3.9000000000000004,-10,141.05,940,-12 +2013,12,5,3,30,0,0,0,4.1000000000000005,-11,131.52,940,-12 +2013,12,5,4,30,0,0,0,4.4,-11,121.48,940,-13 +2013,12,5,5,30,0,0,0,4.800000000000001,-12,111.41,940,-14 +2013,12,5,6,30,0,0,0,5.1000000000000005,-13,101.67,940,-15 +2013,12,5,7,30,0,0,0,5.4,-14,92.57000000000001,940,-15 +2013,12,5,8,30,31,31,0,5.6000000000000005,-14,84.46000000000001,950,-16 +2013,12,5,9,30,95,81,64,5.800000000000001,-14,77.75,950,-16 +2013,12,5,10,30,303,72,784,6.2,-14,72.9,950,-16 +2013,12,5,11,30,160,138,65,6.5,-14,70.32000000000001,950,-16 +2013,12,5,12,30,359,76,837,6.6000000000000005,-14,70.28,950,-16 +2013,12,5,13,30,128,116,42,6.5,-14,72.79,950,-16 +2013,12,5,14,30,73,73,0,6.2,-14,77.59,950,-16 +2013,12,5,15,30,29,29,0,6,-14,84.24,950,-16 +2013,12,5,16,30,0,0,0,5.800000000000001,-14,92.32000000000001,950,-16 +2013,12,5,17,30,0,0,0,5.6000000000000005,-14,101.4,960,-17 +2013,12,5,18,30,0,0,0,5.300000000000001,-15,111.13,960,-17 +2013,12,5,19,30,0,0,0,5,-15,121.2,960,-18 +2013,12,5,20,30,0,0,0,4.6000000000000005,-16,131.26,960,-18 +2013,12,5,21,30,0,0,0,4.3,-16,140.82,960,-19 +2013,12,5,22,30,0,0,0,4,-17,149.02,960,-19 +2013,12,5,23,30,0,0,0,4,-17,154.20000000000002,960,-20 +2013,12,6,0,30,0,0,0,4,-18,154.32,960,-20 +2013,12,6,1,30,0,0,0,4,-18,149.31,960,-20 +2013,12,6,2,30,0,0,0,3.9000000000000004,-18,141.20000000000002,960,-21 +2013,12,6,3,30,0,0,0,3.8000000000000003,-19,131.68,960,-22 +2013,12,6,4,30,0,0,0,3.6,-20,121.63,960,-22 +2013,12,6,5,30,0,0,0,3,-21,111.56,960,-23 +2013,12,6,6,30,0,0,0,2.4000000000000004,-22,101.82000000000001,960,-24 +2013,12,6,7,30,0,0,0,2.3000000000000003,-23,92.72,970,-25 +2013,12,6,8,30,77,32,471,2.7,-22,84.61,970,-26 +2013,12,6,9,30,205,56,708,3.3000000000000003,-21,77.9,970,-25 +2013,12,6,10,30,305,69,808,3.7,-20,73.04,970,-24 +2013,12,6,11,30,359,75,848,3.8000000000000003,-19,70.45,970,-23 +2013,12,6,12,30,361,75,853,3.8000000000000003,-19,70.39,970,-22 +2013,12,6,13,30,309,69,815,3.8000000000000003,-18,72.88,970,-21 +2013,12,6,14,30,210,56,719,3.7,-18,77.65,970,-21 +2013,12,6,15,30,83,34,491,3.5,-18,84.29,970,-21 +2013,12,6,16,30,0,0,0,3.3000000000000003,-19,92.35000000000001,970,-21 +2013,12,6,17,30,0,0,0,3.3000000000000003,-20,101.42,970,-22 +2013,12,6,18,30,0,0,0,3.3000000000000003,-20,111.14,970,-23 +2013,12,6,19,30,0,0,0,3.3000000000000003,-20,121.21000000000001,970,-23 +2013,12,6,20,30,0,0,0,3,-20,131.27,970,-23 +2013,12,6,21,30,0,0,0,2.4000000000000004,-21,140.85,970,-23 +2013,12,6,22,30,0,0,0,2,-21,149.07,970,-24 +2013,12,6,23,30,0,0,0,1.9000000000000001,-22,154.3,970,-25 +2013,12,7,0,30,0,0,0,1.9000000000000001,-23,154.45000000000002,970,-25 +2013,12,7,1,30,0,0,0,1.9000000000000001,-23,149.46,970,-25 +2013,12,7,2,30,0,0,0,1.8,-23,141.35,970,-26 +2013,12,7,3,30,0,0,0,1.6,-24,131.83,970,-26 +2013,12,7,4,30,0,0,0,1.6,-24,121.78,970,-27 +2013,12,7,5,30,0,0,0,1.7000000000000002,-25,111.71000000000001,970,-28 +2013,12,7,6,30,0,0,0,1.8,-26,101.97,970,-29 +2013,12,7,7,30,0,0,0,2,-27,92.87,970,-29 +2013,12,7,8,30,37,33,53,2.4000000000000004,-27,84.76,970,-30 +2013,12,7,9,30,93,79,67,2.7,-26,78.05,970,-30 +2013,12,7,10,30,305,67,822,2.9000000000000004,-25,73.18,970,-29 +2013,12,7,11,30,361,73,863,3.1,-24,70.57000000000001,970,-28 +2013,12,7,12,30,362,74,864,3.2,-24,70.49,970,-27 +2013,12,7,13,30,311,68,827,3.3000000000000003,-23,72.96000000000001,970,-27 +2013,12,7,14,30,212,56,731,3.3000000000000003,-23,77.71000000000001,970,-26 +2013,12,7,15,30,83,33,505,3,-23,84.33,970,-26 +2013,12,7,16,30,0,0,0,2.4000000000000004,-24,92.37,970,-27 +2013,12,7,17,30,0,0,0,1.9000000000000001,-25,101.43,970,-28 +2013,12,7,18,30,0,0,0,1.6,-25,111.15,970,-28 +2013,12,7,19,30,0,0,0,1.4000000000000001,-26,121.21000000000001,970,-29 +2013,12,7,20,30,0,0,0,1.3,-26,131.27,970,-29 +2013,12,7,21,30,0,0,0,1.3,-27,140.86,970,-30 +2013,12,7,22,30,0,0,0,1.3,-28,149.11,970,-30 +2013,12,7,23,30,0,0,0,1.3,-28,154.38,970,-31 +2013,12,8,0,30,0,0,0,1.2000000000000002,-28,154.58,970,-31 +2013,12,8,1,30,0,0,0,1.2000000000000002,-29,149.6,970,-32 +2013,12,8,2,30,0,0,0,1.2000000000000002,-31,141.5,970,-33 +2013,12,8,3,30,0,0,0,1.2000000000000002,-32,131.97,970,-35 +2013,12,8,4,30,0,0,0,1.1,-33,121.93,970,-36 +2013,12,8,5,30,0,0,0,1.1,-34,111.86,970,-37 +2013,12,8,6,30,0,0,0,1.1,-33,102.12,970,-37 +2013,12,8,7,30,0,0,0,1.1,-32,93.01,970,-36 +2013,12,8,8,30,59,34,275,1.6,-29,84.9,970,-34 +2013,12,8,9,30,158,50,527,2.2,-26,78.18,970,-31 +2013,12,8,10,30,204,97,371,2.3000000000000003,-24,73.3,970,-28 +2013,12,8,11,30,257,102,466,2.3000000000000003,-22,70.68,970,-26 +2013,12,8,12,30,221,129,278,2.3000000000000003,-20,70.59,960,-24 +2013,12,8,13,30,187,111,258,2.3000000000000003,-19,73.03,960,-23 +2013,12,8,14,30,184,96,416,2.3000000000000003,-19,77.76,960,-22 +2013,12,8,15,30,67,48,185,1.9000000000000001,-18,84.36,960,-21 +2013,12,8,16,30,0,0,0,1.6,-18,92.39,960,-21 +2013,12,8,17,30,0,0,0,1.5,-17,101.43,960,-20 +2013,12,8,18,30,0,0,0,1.3,-17,111.14,960,-19 +2013,12,8,19,30,0,0,0,1.2000000000000002,-16,121.2,960,-19 +2013,12,8,20,30,0,0,0,1.2000000000000002,-16,131.27,960,-18 +2013,12,8,21,30,0,0,0,1.3,-16,140.87,960,-18 +2013,12,8,22,30,0,0,0,1.3,-16,149.15,960,-18 +2013,12,8,23,30,0,0,0,1.3,-16,154.45000000000002,960,-18 +2013,12,9,0,30,0,0,0,1.5,-17,154.69,950,-19 +2013,12,9,1,30,0,0,0,1.8,-17,149.74,950,-19 +2013,12,9,2,30,0,0,0,2,-17,141.64000000000001,950,-20 +2013,12,9,3,30,0,0,0,2,-18,132.11,950,-20 +2013,12,9,4,30,0,0,0,1.9000000000000001,-18,122.07000000000001,950,-21 +2013,12,9,5,30,0,0,0,2,-19,112,950,-22 +2013,12,9,6,30,0,0,0,2.7,-20,102.26,950,-22 +2013,12,9,7,30,0,0,0,3.5,-20,93.15,950,-23 +2013,12,9,8,30,67,33,388,4.3,-20,85.04,950,-23 +2013,12,9,9,30,194,59,667,4.800000000000001,-21,78.32000000000001,950,-23 +2013,12,9,10,30,297,71,792,5.1000000000000005,-21,73.42,950,-24 +2013,12,9,11,30,356,75,852,5.2,-21,70.79,950,-24 +2013,12,9,12,30,360,73,867,5.300000000000001,-21,70.67,950,-24 +2013,12,9,13,30,310,67,837,5.1000000000000005,-21,73.10000000000001,950,-24 +2013,12,9,14,30,211,54,742,4.800000000000001,-21,77.81,950,-24 +2013,12,9,15,30,83,33,515,4.2,-22,84.39,950,-25 +2013,12,9,16,30,0,0,0,3.5,-22,92.4,950,-25 +2013,12,9,17,30,0,0,0,2.7,-23,101.43,950,-26 +2013,12,9,18,30,0,0,0,2,-24,111.13,950,-26 +2013,12,9,19,30,0,0,0,1.5,-24,121.19,950,-27 +2013,12,9,20,30,0,0,0,1.4000000000000001,-25,131.26,950,-28 +2013,12,9,21,30,0,0,0,1.4000000000000001,-25,140.87,950,-28 +2013,12,9,22,30,0,0,0,1.4000000000000001,-25,149.17000000000002,950,-28 +2013,12,9,23,30,0,0,0,1.4000000000000001,-25,154.52,950,-28 +2013,12,10,0,30,0,0,0,1.3,-25,154.8,950,-28 +2013,12,10,1,30,0,0,0,1.1,-25,149.87,950,-28 +2013,12,10,2,30,0,0,0,0.8,-24,141.78,950,-28 +2013,12,10,3,30,0,0,0,0.6000000000000001,-24,132.25,950,-27 +2013,12,10,4,30,0,0,0,0.8,-24,122.21000000000001,950,-27 +2013,12,10,5,30,0,0,0,1,-25,112.14,950,-28 +2013,12,10,6,30,0,0,0,1.2000000000000002,-26,102.39,950,-29 +2013,12,10,7,30,0,0,0,1.5,-26,93.29,950,-29 +2013,12,10,8,30,66,31,419,2.1,-25,85.17,950,-29 +2013,12,10,9,30,96,77,94,2.9000000000000004,-23,78.44,950,-27 +2013,12,10,10,30,176,110,232,3.5,-21,73.54,950,-25 +2013,12,10,11,30,349,80,822,4.1000000000000005,-20,70.89,950,-23 +2013,12,10,12,30,353,78,834,4.3,-19,70.75,950,-23 +2013,12,10,13,30,303,71,803,4.1000000000000005,-19,73.16,950,-22 +2013,12,10,14,30,206,57,707,3.8000000000000003,-19,77.84,950,-22 +2013,12,10,15,30,80,34,474,2.9000000000000004,-19,84.41,950,-22 +2013,12,10,16,30,0,0,0,2,-20,92.4,950,-22 +2013,12,10,17,30,0,0,0,1.7000000000000002,-21,101.42,960,-23 +2013,12,10,18,30,0,0,0,1.8,-22,111.12,960,-24 +2013,12,10,19,30,0,0,0,1.9000000000000001,-22,121.17,960,-25 +2013,12,10,20,30,0,0,0,1.9000000000000001,-22,131.25,960,-25 +2013,12,10,21,30,0,0,0,2.2,-23,140.87,960,-25 +2013,12,10,22,30,0,0,0,2.8000000000000003,-22,149.19,960,-25 +2013,12,10,23,30,0,0,0,3.4000000000000004,-22,154.58,960,-25 +2013,12,11,0,30,0,0,0,3.9000000000000004,-22,154.91,960,-25 +2013,12,11,1,30,0,0,0,4,-22,150,960,-26 +2013,12,11,2,30,0,0,0,3.8000000000000003,-23,141.91,960,-26 +2013,12,11,3,30,0,0,0,3.6,-24,132.39000000000001,960,-27 +2013,12,11,4,30,0,0,0,3.2,-24,122.34,970,-27 +2013,12,11,5,30,0,0,0,2.6,-25,112.27,970,-28 +2013,12,11,6,30,0,0,0,2,-27,102.53,970,-29 +2013,12,11,7,30,0,0,0,1.6,-29,93.42,970,-31 +2013,12,11,8,30,68,28,487,2.1,-29,85.3,970,-33 +2013,12,11,9,30,197,50,740,2.7,-28,78.56,970,-32 +2013,12,11,10,30,300,62,844,2.8000000000000003,-27,73.65,970,-32 +2013,12,11,11,30,356,67,887,3,-26,70.98,970,-30 +2013,12,11,12,30,359,67,890,3.2,-24,70.83,970,-28 +2013,12,11,13,30,308,63,850,3.2,-23,73.21000000000001,970,-26 +2013,12,11,14,30,210,52,755,2.8000000000000003,-23,77.87,970,-26 +2013,12,11,15,30,83,31,533,2.1,-24,84.42,970,-26 +2013,12,11,16,30,0,0,0,1.8,-25,92.4,970,-27 +2013,12,11,17,30,0,0,0,2.2,-25,101.41,970,-28 +2013,12,11,18,30,0,0,0,2.5,-25,111.10000000000001,970,-28 +2013,12,11,19,30,0,0,0,2.8000000000000003,-24,121.15,970,-27 +2013,12,11,20,30,0,0,0,2.7,-24,131.22,960,-27 +2013,12,11,21,30,0,0,0,2.5,-24,140.86,960,-27 +2013,12,11,22,30,0,0,0,2.3000000000000003,-24,149.20000000000002,960,-27 +2013,12,11,23,30,0,0,0,2,-24,154.63,960,-27 +2013,12,12,0,30,0,0,0,2.1,-23,155,960,-27 +2013,12,12,1,30,0,0,0,2.2,-23,150.12,960,-26 +2013,12,12,2,30,0,0,0,1.8,-23,142.04,960,-25 +2013,12,12,3,30,0,0,0,1.3,-23,132.52,960,-25 +2013,12,12,4,30,0,0,0,1.2000000000000002,-23,122.47,960,-26 +2013,12,12,5,30,0,0,0,1.2000000000000002,-24,112.4,960,-27 +2013,12,12,6,30,0,0,0,1.2000000000000002,-25,102.65,960,-27 +2013,12,12,7,30,0,0,0,1.1,-24,93.55,960,-27 +2013,12,12,8,30,62,28,429,1.2000000000000002,-23,85.42,960,-27 +2013,12,12,9,30,186,49,695,1.7000000000000002,-21,78.67,960,-25 +2013,12,12,10,30,286,59,811,2.3000000000000003,-19,73.75,960,-23 +2013,12,12,11,30,341,64,851,2.8000000000000003,-17,71.06,960,-21 +2013,12,12,12,30,114,114,0,3.2,-15,70.89,960,-19 +2013,12,12,13,30,129,114,51,3.4000000000000004,-15,73.25,960,-18 +2013,12,12,14,30,48,48,0,3,-15,77.9,960,-17 +2013,12,12,15,30,18,18,0,2.3000000000000003,-15,84.42,960,-17 +2013,12,12,16,30,0,0,0,1.7000000000000002,-16,92.39,960,-18 +2013,12,12,17,30,0,0,0,1.5,-17,101.39,960,-19 +2013,12,12,18,30,0,0,0,1.5,-18,111.07000000000001,960,-20 +2013,12,12,19,30,0,0,0,1.5,-19,121.12,960,-21 +2013,12,12,20,30,0,0,0,1.8,-20,131.2,960,-22 +2013,12,12,21,30,0,0,0,2.3000000000000003,-19,140.84,960,-22 +2013,12,12,22,30,0,0,0,2.9000000000000004,-19,149.20000000000002,960,-22 +2013,12,12,23,30,0,0,0,3,-20,154.67000000000002,960,-23 +2013,12,13,0,30,0,0,0,2.9000000000000004,-21,155.09,960,-24 +2013,12,13,1,30,0,0,0,2.9000000000000004,-21,150.23,960,-24 +2013,12,13,2,30,0,0,0,2.8000000000000003,-22,142.16,960,-25 +2013,12,13,3,30,0,0,0,2.7,-22,132.64000000000001,960,-26 +2013,12,13,4,30,0,0,0,2.7,-23,122.60000000000001,960,-26 +2013,12,13,5,30,0,0,0,2.7,-23,112.53,960,-26 +2013,12,13,6,30,0,0,0,2.7,-23,102.78,960,-26 +2013,12,13,7,30,0,0,0,2.7,-23,93.67,960,-27 +2013,12,13,8,30,35,28,86,3,-23,85.53,970,-27 +2013,12,13,9,30,138,56,419,3.3000000000000003,-22,78.78,970,-27 +2013,12,13,10,30,191,97,340,3.3000000000000003,-22,73.84,970,-26 +2013,12,13,11,30,258,93,510,3.1,-21,71.14,970,-25 +2013,12,13,12,30,250,104,446,2.9000000000000004,-20,70.95,970,-25 +2013,12,13,13,30,221,85,472,2.8000000000000003,-20,73.28,970,-24 +2013,12,13,14,30,204,49,737,2.3000000000000003,-20,77.91,970,-24 +2013,12,13,15,30,81,30,524,1.7000000000000002,-22,84.42,970,-24 +2013,12,13,16,30,0,0,0,1.5,-25,92.37,970,-27 +2013,12,13,17,30,0,0,0,1.6,-26,101.36,970,-29 +2013,12,13,18,30,0,0,0,1.7000000000000002,-27,111.04,970,-30 +2013,12,13,19,30,0,0,0,1.7000000000000002,-28,121.08,970,-30 +2013,12,13,20,30,0,0,0,1.6,-27,131.16,970,-31 +2013,12,13,21,30,0,0,0,1.5,-26,140.81,970,-30 +2013,12,13,22,30,0,0,0,1.6,-25,149.20000000000002,970,-30 +2013,12,13,23,30,0,0,0,2,-23,154.71,970,-28 +2013,12,14,0,30,0,0,0,2.3000000000000003,-22,155.17000000000002,970,-27 +2013,12,14,1,30,0,0,0,2.2,-22,150.34,970,-26 +2013,12,14,2,30,0,0,0,2.2,-21,142.28,970,-25 +2013,12,14,3,30,0,0,0,2.1,-21,132.76,970,-24 +2013,12,14,4,30,0,0,0,1.9000000000000001,-21,122.72,970,-24 +2013,12,14,5,30,0,0,0,1.8,-21,112.65,970,-23 +2013,12,14,6,30,0,0,0,1.7000000000000002,-20,102.9,970,-23 +2013,12,14,7,30,0,0,0,1.6,-20,93.78,970,-23 +2013,12,14,8,30,32,28,50,1.6,-20,85.64,960,-23 +2013,12,14,9,30,33,33,0,1.5,-19,78.88,960,-22 +2013,12,14,10,30,121,108,47,1.2000000000000002,-18,73.93,960,-21 +2013,12,14,11,30,216,123,290,0.9,-16,71.21000000000001,960,-20 +2013,12,14,12,30,213,127,264,1,-15,71,960,-18 +2013,12,14,13,30,98,98,0,1.4000000000000001,-13,73.31,960,-16 +2013,12,14,14,30,88,79,44,1.3,-13,77.92,960,-16 +2013,12,14,15,30,71,42,303,1,-14,84.41,960,-16 +2013,12,14,16,30,0,0,0,1.1,-15,92.35000000000001,960,-17 +2013,12,14,17,30,0,0,0,1.5,-16,101.33,960,-18 +2013,12,14,18,30,0,0,0,1.9000000000000001,-16,111,960,-18 +2013,12,14,19,30,0,0,0,2.3000000000000003,-17,121.04,960,-19 +2013,12,14,20,30,0,0,0,2.9000000000000004,-17,131.12,960,-20 +2013,12,14,21,30,0,0,0,3.6,-18,140.78,960,-20 +2013,12,14,22,30,0,0,0,4.1000000000000005,-20,149.19,960,-22 +2013,12,14,23,30,0,0,0,4.1000000000000005,-21,154.74,960,-23 +2013,12,15,0,30,0,0,0,4.1000000000000005,-22,155.24,960,-25 +2013,12,15,1,30,0,0,0,3.8000000000000003,-23,150.44,960,-26 +2013,12,15,2,30,0,0,0,3.2,-25,142.39000000000001,960,-27 +2013,12,15,3,30,0,0,0,2.7,-26,132.88,960,-29 +2013,12,15,4,30,0,0,0,2.6,-27,122.83,960,-30 +2013,12,15,5,30,0,0,0,2.6,-28,112.76,960,-31 +2013,12,15,6,30,0,0,0,2.4000000000000004,-29,103.01,960,-32 +2013,12,15,7,30,0,0,0,2.2,-30,93.89,960,-33 +2013,12,15,8,30,22,22,0,2.4000000000000004,-30,85.75,960,-34 +2013,12,15,9,30,191,46,762,2.9000000000000004,-29,78.97,960,-33 +2013,12,15,10,30,295,57,867,3.2,-27,74.01,960,-31 +2013,12,15,11,30,353,62,907,3.3000000000000003,-25,71.27,960,-29 +2013,12,15,12,30,358,62,909,3,-23,71.04,960,-27 +2013,12,15,13,30,309,58,873,2.7,-23,73.33,960,-26 +2013,12,15,14,30,212,48,783,1.9000000000000001,-23,77.92,960,-26 +2013,12,15,15,30,85,29,567,1.3,-25,84.39,960,-27 +2013,12,15,16,30,0,0,0,1.3,-28,92.32000000000001,960,-30 +2013,12,15,17,30,0,0,0,1.4000000000000001,-29,101.29,960,-32 +2013,12,15,18,30,0,0,0,1.4000000000000001,-29,110.95,960,-33 +2013,12,15,19,30,0,0,0,1.3,-29,120.99000000000001,960,-32 +2013,12,15,20,30,0,0,0,1.2000000000000002,-29,131.07,960,-32 +2013,12,15,21,30,0,0,0,1.2000000000000002,-29,140.74,960,-32 +2013,12,15,22,30,0,0,0,1.3,-29,149.17000000000002,960,-32 +2013,12,15,23,30,0,0,0,1.2000000000000002,-29,154.75,960,-32 +2013,12,16,0,30,0,0,0,1.2000000000000002,-29,155.31,960,-32 +2013,12,16,1,30,0,0,0,1.1,-28,150.53,960,-32 +2013,12,16,2,30,0,0,0,1.1,-26,142.5,960,-30 +2013,12,16,3,30,0,0,0,1.5,-25,132.99,960,-29 +2013,12,16,4,30,0,0,0,2.2,-24,122.95,960,-28 +2013,12,16,5,30,0,0,0,2.4000000000000004,-24,112.87,960,-27 +2013,12,16,6,30,0,0,0,2.8000000000000003,-23,103.12,960,-27 +2013,12,16,7,30,0,0,0,3.7,-21,94,950,-26 +2013,12,16,8,30,9,9,0,4,-21,85.84,950,-25 +2013,12,16,9,30,38,38,0,4.1000000000000005,-20,79.06,950,-24 +2013,12,16,10,30,101,99,7,4.5,-19,74.08,950,-23 +2013,12,16,11,30,126,121,14,4.800000000000001,-18,71.33,950,-22 +2013,12,16,12,30,148,130,53,4.6000000000000005,-18,71.07000000000001,950,-21 +2013,12,16,13,30,73,73,0,4.2,-17,73.35000000000001,950,-20 +2013,12,16,14,30,52,52,0,3.4000000000000004,-16,77.91,950,-19 +2013,12,16,15,30,20,20,0,2.6,-15,84.37,950,-18 +2013,12,16,16,30,0,0,0,2.5,-14,92.28,950,-17 +2013,12,16,17,30,0,0,0,2.2,-12,101.24000000000001,950,-15 +2013,12,16,18,30,0,0,0,1.8,-12,110.9,950,-14 +2013,12,16,19,30,0,0,0,2,-13,120.93,950,-15 +2013,12,16,20,30,0,0,0,2.8000000000000003,-13,131.02,950,-15 +2013,12,16,21,30,0,0,0,3,-13,140.69,950,-15 +2013,12,16,22,30,0,0,0,2.5,-11,149.14000000000001,950,-14 +2013,12,16,23,30,0,0,0,2.1,-9,154.76,950,-11 +2013,12,17,0,30,0,0,0,2.1,-7,155.36,950,-9 +2013,12,17,1,30,0,0,0,2.3000000000000003,-6,150.62,950,-7 +2013,12,17,2,30,0,0,0,2.9000000000000004,-5,142.6,950,-6 +2013,12,17,3,30,0,0,0,3.8000000000000003,-5,133.1,950,-6 +2013,12,17,4,30,0,0,0,3.9000000000000004,-5,123.05,950,-6 +2013,12,17,5,30,0,0,0,3.7,-6,112.98,950,-7 +2013,12,17,6,30,0,0,0,3.8000000000000003,-6,103.22,950,-7 +2013,12,17,7,30,0,0,0,3.9000000000000004,-7,94.09,950,-8 +2013,12,17,8,30,22,22,0,4.4,-7,85.93,950,-8 +2013,12,17,9,30,31,31,0,5.1000000000000005,-7,79.14,950,-9 +2013,12,17,10,30,89,89,0,5.6000000000000005,-8,74.15,950,-10 +2013,12,17,11,30,119,116,9,5.6000000000000005,-10,71.37,950,-12 +2013,12,17,12,30,133,124,26,5.4,-11,71.10000000000001,950,-13 +2013,12,17,13,30,36,36,0,5.1000000000000005,-12,73.35000000000001,950,-15 +2013,12,17,14,30,124,77,223,4.7,-13,77.9,950,-15 +2013,12,17,15,30,50,36,142,4.1000000000000005,-13,84.34,960,-16 +2013,12,17,16,30,0,0,0,3.9000000000000004,-14,92.24,960,-17 +2013,12,17,17,30,0,0,0,3.7,-15,101.19,960,-18 +2013,12,17,18,30,0,0,0,3.1,-16,110.84,960,-19 +2013,12,17,19,30,0,0,0,2.4000000000000004,-17,120.87,960,-20 +2013,12,17,20,30,0,0,0,1.7000000000000002,-18,130.96,960,-21 +2013,12,17,21,30,0,0,0,1.2000000000000002,-20,140.64000000000001,960,-22 +2013,12,17,22,30,0,0,0,1.2000000000000002,-21,149.11,960,-23 +2013,12,17,23,30,0,0,0,1.2000000000000002,-22,154.77,960,-25 +2013,12,18,0,30,0,0,0,1.2000000000000002,-22,155.41,960,-25 +2013,12,18,1,30,0,0,0,1,-21,150.70000000000002,960,-24 +2013,12,18,2,30,0,0,0,1,-20,142.69,960,-24 +2013,12,18,3,30,0,0,0,1.2000000000000002,-19,133.2,950,-23 +2013,12,18,4,30,0,0,0,1.8,-19,123.16,950,-22 +2013,12,18,5,30,0,0,0,2.3000000000000003,-18,113.08,950,-21 +2013,12,18,6,30,0,0,0,2.7,-18,103.32000000000001,950,-21 +2013,12,18,7,30,0,0,0,3,-17,94.19,950,-20 +2013,12,18,8,30,12,12,0,3.5,-16,86.02,950,-20 +2013,12,18,9,30,41,41,0,3.7,-15,79.22,950,-18 +2013,12,18,10,30,262,66,720,3.9000000000000004,-13,74.21000000000001,950,-16 +2013,12,18,11,30,317,74,764,4.3,-11,71.41,950,-14 +2013,12,18,12,30,322,77,755,4.4,-9,71.12,940,-12 +2013,12,18,13,30,276,75,702,3.5,-9,73.35000000000001,940,-11 +2013,12,18,14,30,187,61,604,2,-9,77.88,940,-11 +2013,12,18,15,30,72,36,361,0.8,-9,84.3,940,-11 +2013,12,18,16,30,0,0,0,0.4,-10,92.19,940,-11 +2013,12,18,17,30,0,0,0,0.7000000000000001,-11,101.13,950,-12 +2013,12,18,18,30,0,0,0,1.1,-13,110.78,950,-14 +2013,12,18,19,30,0,0,0,1.4000000000000001,-15,120.81,950,-15 +2013,12,18,20,30,0,0,0,1.7000000000000002,-16,130.89000000000001,950,-17 +2013,12,18,21,30,0,0,0,2,-15,140.58,950,-17 +2013,12,18,22,30,0,0,0,2.2,-14,149.07,950,-16 +2013,12,18,23,30,0,0,0,2.5,-14,154.76,950,-16 +2013,12,19,0,30,0,0,0,2.7,-15,155.45000000000002,950,-17 +2013,12,19,1,30,0,0,0,2.7,-16,150.78,950,-18 +2013,12,19,2,30,0,0,0,2.6,-17,142.79,950,-19 +2013,12,19,3,30,0,0,0,2.6,-18,133.29,960,-20 +2013,12,19,4,30,0,0,0,2.8000000000000003,-19,123.25,960,-21 +2013,12,19,5,30,0,0,0,3,-20,113.18,960,-22 +2013,12,19,6,30,0,0,0,3,-21,103.41,960,-23 +2013,12,19,7,30,0,0,0,2.5,-22,94.28,960,-24 +2013,12,19,8,30,19,19,0,2.5,-22,86.10000000000001,960,-25 +2013,12,19,9,30,171,54,627,2.9000000000000004,-20,79.28,960,-24 +2013,12,19,10,30,203,82,447,3.1,-19,74.26,960,-23 +2013,12,19,11,30,269,76,608,3.1,-17,71.45,960,-21 +2013,12,19,12,30,232,115,364,2.9000000000000004,-16,71.13,960,-20 +2013,12,19,13,30,180,110,244,2.7,-16,73.34,960,-19 +2013,12,19,14,30,105,81,111,2.4000000000000004,-16,77.85000000000001,960,-19 +2013,12,19,15,30,40,36,37,2.1,-16,84.26,960,-19 +2013,12,19,16,30,0,0,0,2,-17,92.14,960,-19 +2013,12,19,17,30,0,0,0,2.1,-17,101.07000000000001,960,-19 +2013,12,19,18,30,0,0,0,2.3000000000000003,-17,110.71000000000001,960,-19 +2013,12,19,19,30,0,0,0,2.4000000000000004,-17,120.74000000000001,960,-20 +2013,12,19,20,30,0,0,0,2.5,-17,130.82,960,-20 +2013,12,19,21,30,0,0,0,2.3000000000000003,-18,140.52,960,-20 +2013,12,19,22,30,0,0,0,1.9000000000000001,-18,149.02,960,-20 +2013,12,19,23,30,0,0,0,1.5,-18,154.75,960,-21 +2013,12,20,0,30,0,0,0,1,-18,155.49,960,-21 +2013,12,20,1,30,0,0,0,0.9,-20,150.85,960,-21 +2013,12,20,2,30,0,0,0,1.1,-21,142.87,960,-23 +2013,12,20,3,30,0,0,0,1.1,-22,133.38,960,-24 +2013,12,20,4,30,0,0,0,1,-22,123.35000000000001,960,-24 +2013,12,20,5,30,0,0,0,0.7000000000000001,-21,113.27,960,-24 +2013,12,20,6,30,0,0,0,0.4,-20,103.5,960,-24 +2013,12,20,7,30,0,0,0,0.4,-19,94.36,960,-22 +2013,12,20,8,30,20,20,0,0.6000000000000001,-18,86.17,960,-21 +2013,12,20,9,30,69,66,12,1,-17,79.34,960,-20 +2013,12,20,10,30,110,103,25,1.4000000000000001,-15,74.3,960,-18 +2013,12,20,11,30,173,134,123,1.6,-13,71.47,960,-16 +2013,12,20,12,30,176,135,128,1.6,-11,71.13,960,-14 +2013,12,20,13,30,290,73,758,1.7000000000000002,-10,73.32000000000001,950,-13 +2013,12,20,14,30,199,60,656,1.4000000000000001,-10,77.81,950,-12 +2013,12,20,15,30,79,36,427,1,-12,84.21000000000001,950,-13 +2013,12,20,16,30,0,0,0,1.1,-13,92.08,950,-14 +2013,12,20,17,30,0,0,0,1.2000000000000002,-14,101,950,-15 +2013,12,20,18,30,0,0,0,1.2000000000000002,-14,110.63,950,-16 +2013,12,20,19,30,0,0,0,1.1,-14,120.66,950,-16 +2013,12,20,20,30,0,0,0,1,-13,130.75,950,-15 +2013,12,20,21,30,0,0,0,0.9,-13,140.45000000000002,950,-15 +2013,12,20,22,30,0,0,0,0.8,-13,148.96,950,-15 +2013,12,20,23,30,0,0,0,0.7000000000000001,-13,154.72,950,-15 +2013,12,21,0,30,0,0,0,0.7000000000000001,-14,155.51,950,-15 +2013,12,21,1,30,0,0,0,0.7000000000000001,-14,150.91,950,-16 +2013,12,21,2,30,0,0,0,0.7000000000000001,-15,142.95000000000002,950,-16 +2013,12,21,3,30,0,0,0,0.7000000000000001,-15,133.47,950,-17 +2013,12,21,4,30,0,0,0,0.9,-16,123.43,950,-18 +2013,12,21,5,30,0,0,0,1,-16,113.36,950,-18 +2013,12,21,6,30,0,0,0,1,-17,103.58,950,-19 +2013,12,21,7,30,0,0,0,1,-17,94.43,950,-19 +2013,12,21,8,30,46,27,303,1.1,-16,86.24,950,-19 +2013,12,21,9,30,165,56,591,1.4000000000000001,-14,79.4,960,-17 +2013,12,21,10,30,72,72,0,1.4000000000000001,-12,74.34,960,-16 +2013,12,21,11,30,82,82,0,1.5,-11,71.49,960,-14 +2013,12,21,12,30,142,128,42,1.8,-10,71.13,960,-13 +2013,12,21,13,30,123,113,34,2,-10,73.3,960,-13 +2013,12,21,14,30,84,79,22,1.9000000000000001,-10,77.77,960,-12 +2013,12,21,15,30,33,33,0,1.7000000000000002,-11,84.15,960,-12 +2013,12,21,16,30,0,0,0,1.8,-12,92.01,960,-13 +2013,12,21,17,30,0,0,0,2.3000000000000003,-12,100.92,960,-14 +2013,12,21,18,30,0,0,0,2.7,-12,110.55,960,-14 +2013,12,21,19,30,0,0,0,3,-13,120.58,960,-14 +2013,12,21,20,30,0,0,0,3,-13,130.67000000000002,960,-15 +2013,12,21,21,30,0,0,0,2.8000000000000003,-13,140.37,960,-15 +2013,12,21,22,30,0,0,0,2.8000000000000003,-13,148.9,960,-15 +2013,12,21,23,30,0,0,0,2.7,-14,154.69,960,-16 +2013,12,22,0,30,0,0,0,2.7,-14,155.53,960,-16 +2013,12,22,1,30,0,0,0,2.7,-15,150.96,960,-17 +2013,12,22,2,30,0,0,0,2.6,-15,143.02,960,-17 +2013,12,22,3,30,0,0,0,2.5,-16,133.55,960,-18 +2013,12,22,4,30,0,0,0,2.7,-16,123.52,960,-18 +2013,12,22,5,30,0,0,0,3,-16,113.44,960,-19 +2013,12,22,6,30,0,0,0,3.3000000000000003,-17,103.66,960,-19 +2013,12,22,7,30,0,0,0,3.5,-17,94.5,960,-19 +2013,12,22,8,30,20,20,0,3.6,-17,86.3,960,-20 +2013,12,22,9,30,53,53,0,3.5,-17,79.44,960,-20 +2013,12,22,10,30,105,100,17,3.4000000000000004,-17,74.37,960,-20 +2013,12,22,11,30,188,130,182,3.3000000000000003,-16,71.5,960,-19 +2013,12,22,12,30,189,134,170,3.1,-16,71.12,960,-19 +2013,12,22,13,30,282,90,667,3,-16,73.26,960,-19 +2013,12,22,14,30,193,73,563,2.9000000000000004,-16,77.72,960,-18 +2013,12,22,15,30,77,43,330,2.7,-16,84.09,960,-19 +2013,12,22,16,30,0,0,0,2.8000000000000003,-17,91.93,960,-19 +2013,12,22,17,30,0,0,0,3.1,-17,100.84,960,-19 +2013,12,22,18,30,0,0,0,3.3000000000000003,-18,110.47,960,-20 +2013,12,22,19,30,0,0,0,3.3000000000000003,-18,120.49000000000001,960,-21 +2013,12,22,20,30,0,0,0,3.3000000000000003,-19,130.58,960,-21 +2013,12,22,21,30,0,0,0,3.3000000000000003,-19,140.29,960,-22 +2013,12,22,22,30,0,0,0,3.2,-19,148.83,960,-22 +2013,12,22,23,30,0,0,0,3.1,-19,154.65,960,-22 +2013,12,23,0,30,0,0,0,3.1,-20,155.54,960,-22 +2013,12,23,1,30,0,0,0,3.1,-20,151.01,970,-22 +2013,12,23,2,30,0,0,0,3.2,-20,143.09,970,-23 +2013,12,23,3,30,0,0,0,3.3000000000000003,-20,133.63,970,-23 +2013,12,23,4,30,0,0,0,3.3000000000000003,-21,123.59,970,-24 +2013,12,23,5,30,0,0,0,3.2,-21,113.51,970,-24 +2013,12,23,6,30,0,0,0,3.1,-22,103.73,970,-25 +2013,12,23,7,30,0,0,0,3,-23,94.57000000000001,970,-25 +2013,12,23,8,30,37,27,161,3.2,-23,86.35000000000001,970,-26 +2013,12,23,9,30,65,64,3,3.4000000000000004,-22,79.48,970,-26 +2013,12,23,10,30,266,82,685,3.4000000000000004,-21,74.39,970,-25 +2013,12,23,11,30,327,90,747,3.3000000000000003,-20,71.5,970,-24 +2013,12,23,12,30,337,89,765,3.2,-19,71.10000000000001,970,-23 +2013,12,23,13,30,294,79,747,2.9000000000000004,-19,73.22,970,-22 +2013,12,23,14,30,205,62,668,2.2,-19,77.66,970,-22 +2013,12,23,15,30,85,36,467,1.4000000000000001,-21,84.02,970,-22 +2013,12,23,16,30,0,0,0,1.2000000000000002,-23,91.85000000000001,970,-25 +2013,12,23,17,30,0,0,0,1.4000000000000001,-25,100.75,970,-28 +2013,12,23,18,30,0,0,0,1.3,-26,110.37,970,-28 +2013,12,23,19,30,0,0,0,1.3,-26,120.39,970,-29 +2013,12,23,20,30,0,0,0,1.3,-25,130.49,970,-28 +2013,12,23,21,30,0,0,0,1.2000000000000002,-25,140.20000000000002,970,-28 +2013,12,23,22,30,0,0,0,1,-25,148.76,970,-27 +2013,12,23,23,30,0,0,0,1,-25,154.61,970,-27 +2013,12,24,0,30,0,0,0,1.1,-26,155.54,970,-28 +2013,12,24,1,30,0,0,0,1.1,-27,151.05,970,-30 +2013,12,24,2,30,0,0,0,1.1,-28,143.15,970,-31 +2013,12,24,3,30,0,0,0,1.1,-28,133.7,970,-31 +2013,12,24,4,30,0,0,0,1.1,-28,123.67,970,-31 +2013,12,24,5,30,0,0,0,1.5,-28,113.58,970,-31 +2013,12,24,6,30,0,0,0,2.4000000000000004,-27,103.8,970,-30 +2013,12,24,7,30,0,0,0,3.3000000000000003,-26,94.63,970,-29 +2013,12,24,8,30,12,12,0,3.6,-25,86.4,970,-29 +2013,12,24,9,30,74,67,38,3.7,-24,79.52,970,-28 +2013,12,24,10,30,272,67,764,3.9000000000000004,-22,74.41,970,-26 +2013,12,24,11,30,243,99,453,4.4,-20,71.49,960,-24 +2013,12,24,12,30,227,119,334,4.7,-19,71.07000000000001,960,-22 +2013,12,24,13,30,211,95,402,4.7,-18,73.18,960,-22 +2013,12,24,14,30,124,80,204,4.5,-18,77.60000000000001,960,-21 +2013,12,24,15,30,50,39,106,4.2,-18,83.94,960,-20 +2013,12,24,16,30,0,0,0,3.9000000000000004,-17,91.77,960,-20 +2013,12,24,17,30,0,0,0,4,-16,100.66,960,-19 +2013,12,24,18,30,0,0,0,4.1000000000000005,-16,110.28,960,-19 +2013,12,24,19,30,0,0,0,4.5,-15,120.3,960,-18 +2013,12,24,20,30,0,0,0,4.6000000000000005,-14,130.39000000000001,960,-17 +2013,12,24,21,30,0,0,0,4.1000000000000005,-14,140.11,960,-16 +2013,12,24,22,30,0,0,0,3.6,-14,148.68,960,-16 +2013,12,24,23,30,0,0,0,3.3000000000000003,-15,154.55,960,-17 +2013,12,25,0,30,0,0,0,3,-15,155.53,960,-17 +2013,12,25,1,30,0,0,0,2.5,-16,151.08,960,-17 +2013,12,25,2,30,0,0,0,1.9000000000000001,-16,143.20000000000002,960,-18 +2013,12,25,3,30,0,0,0,1.6,-17,133.76,960,-19 +2013,12,25,4,30,0,0,0,1.5,-17,123.73,960,-19 +2013,12,25,5,30,0,0,0,1.4000000000000001,-18,113.65,960,-20 +2013,12,25,6,30,0,0,0,1.4000000000000001,-19,103.86,960,-21 +2013,12,25,7,30,0,0,0,1.4000000000000001,-18,94.68,960,-21 +2013,12,25,8,30,26,23,55,1.6,-17,86.44,960,-20 +2013,12,25,9,30,97,69,153,2,-15,79.54,960,-18 +2013,12,25,10,30,110,102,28,2.3000000000000003,-13,74.41,960,-16 +2013,12,25,11,30,124,119,17,2.7,-12,71.48,960,-15 +2013,12,25,12,30,347,69,852,3.1,-11,71.03,960,-13 +2013,12,25,13,30,303,65,821,3.4000000000000004,-11,73.12,960,-13 +2013,12,25,14,30,212,53,738,3.4000000000000004,-11,77.53,960,-14 +2013,12,25,15,30,90,33,537,3.3000000000000003,-12,83.86,960,-14 +2013,12,25,16,30,0,0,0,3.4000000000000004,-13,91.67,960,-15 +2013,12,25,17,30,0,0,0,3.4000000000000004,-13,100.56,960,-16 +2013,12,25,18,30,0,0,0,3,-14,110.18,960,-17 +2013,12,25,19,30,0,0,0,2.4000000000000004,-16,120.19,960,-18 +2013,12,25,20,30,0,0,0,1.9000000000000001,-17,130.28,960,-19 +2013,12,25,21,30,0,0,0,1.6,-18,140.01,960,-20 +2013,12,25,22,30,0,0,0,1.4000000000000001,-19,148.59,960,-21 +2013,12,25,23,30,0,0,0,1.2000000000000002,-19,154.49,960,-22 +2013,12,26,0,30,0,0,0,1.2000000000000002,-20,155.52,960,-23 +2013,12,26,1,30,0,0,0,1.2000000000000002,-21,151.11,960,-24 +2013,12,26,2,30,0,0,0,1.2000000000000002,-22,143.25,960,-24 +2013,12,26,3,30,0,0,0,1.2000000000000002,-22,133.82,960,-25 +2013,12,26,4,30,0,0,0,1,-22,123.79,960,-25 +2013,12,26,5,30,0,0,0,0.7000000000000001,-22,113.71000000000001,960,-25 +2013,12,26,6,30,0,0,0,0.6000000000000001,-22,103.91,960,-25 +2013,12,26,7,30,0,0,0,0.4,-22,94.72,960,-25 +2013,12,26,8,30,47,22,412,0.2,-21,86.47,960,-24 +2013,12,26,9,30,170,47,679,0.30000000000000004,-19,79.56,960,-24 +2013,12,26,10,30,273,60,791,0.7000000000000001,-18,74.42,960,-22 +2013,12,26,11,30,243,100,449,1,-16,71.46000000000001,960,-20 +2013,12,26,12,30,161,134,82,1.3,-14,70.99,960,-19 +2013,12,26,13,30,173,116,195,1.2000000000000002,-13,73.06,960,-17 +2013,12,26,14,30,138,76,283,0.8,-13,77.45,960,-16 +2013,12,26,15,30,91,31,552,0.8,-15,83.77,960,-17 +2013,12,26,16,30,0,0,0,1.1,-17,91.57000000000001,960,-19 +2013,12,26,17,30,0,0,0,1.4000000000000001,-18,100.46000000000001,960,-21 +2013,12,26,18,30,0,0,0,1.6,-20,110.07000000000001,960,-22 +2013,12,26,19,30,0,0,0,1.7000000000000002,-21,120.08,960,-23 +2013,12,26,20,30,0,0,0,1.8,-22,130.18,960,-23 +2013,12,26,21,30,0,0,0,1.8,-21,139.9,960,-24 +2013,12,26,22,30,0,0,0,1.9000000000000001,-20,148.49,960,-23 +2013,12,26,23,30,0,0,0,2,-18,154.42000000000002,960,-21 +2013,12,27,0,30,0,0,0,2.6,-16,155.49,960,-19 +2013,12,27,1,30,0,0,0,3,-15,151.13,960,-18 +2013,12,27,2,30,0,0,0,2.9000000000000004,-14,143.29,960,-17 +2013,12,27,3,30,0,0,0,3,-13,133.87,960,-16 +2013,12,27,4,30,0,0,0,3.3000000000000003,-11,123.85000000000001,960,-14 +2013,12,27,5,30,0,0,0,3.6,-10,113.76,960,-12 +2013,12,27,6,30,0,0,0,4,-9,103.96000000000001,950,-11 +2013,12,27,7,30,0,0,0,4.3,-8,94.76,950,-10 +2013,12,27,8,30,3,3,0,4.5,-8,86.5,950,-10 +2013,12,27,9,30,63,63,0,4.9,-7,79.57000000000001,950,-9 +2013,12,27,10,30,82,82,0,5,-6,74.41,950,-8 +2013,12,27,11,30,143,127,49,5.1000000000000005,-5,71.43,950,-6 +2013,12,27,12,30,321,79,739,4.7,-3,70.94,950,-5 +2013,12,27,13,30,283,70,728,4.1000000000000005,-2,72.99,950,-3 +2013,12,27,14,30,199,55,656,3.7,-1,77.36,950,-2 +2013,12,27,15,30,84,34,454,3.1,-1,83.67,950,-2 +2013,12,27,16,30,0,0,0,2.6,-2,91.47,950,-3 +2013,12,27,17,30,0,0,0,2.3000000000000003,-3,100.35000000000001,950,-3 +2013,12,27,18,30,0,0,0,1.9000000000000001,-3,109.96000000000001,950,-4 +2013,12,27,19,30,0,0,0,1.5,-4,119.97,950,-5 +2013,12,27,20,30,0,0,0,1.3,-5,130.06,950,-6 +2013,12,27,21,30,0,0,0,1.3,-7,139.79,950,-7 +2013,12,27,22,30,0,0,0,1.4000000000000001,-8,148.39000000000001,950,-8 +2013,12,27,23,30,0,0,0,1.4000000000000001,-9,154.35,950,-9 +2013,12,28,0,30,0,0,0,1.3,-9,155.46,950,-10 +2013,12,28,1,30,0,0,0,1.2000000000000002,-9,151.14000000000001,950,-10 +2013,12,28,2,30,0,0,0,1.2000000000000002,-9,143.33,950,-10 +2013,12,28,3,30,0,0,0,1,-8,133.92000000000002,950,-10 +2013,12,28,4,30,0,0,0,0.5,-6,123.9,950,-9 +2013,12,28,5,30,0,0,0,0.5,-6,113.81,950,-8 +2013,12,28,6,30,0,0,0,0.9,-7,104,950,-8 +2013,12,28,7,30,0,0,0,1.1,-7,94.8,950,-9 +2013,12,28,8,30,7,7,0,1.5,-6,86.52,950,-9 +2013,12,28,9,30,56,56,0,2.3000000000000003,-5,79.58,950,-7 +2013,12,28,10,30,29,29,0,2.8000000000000003,-4,74.39,950,-5 +2013,12,28,11,30,36,36,0,2.8000000000000003,-3,71.4,950,-4 +2013,12,28,12,30,36,36,0,3,-2,70.88,950,-3 +2013,12,28,13,30,41,41,0,3.6,-2,72.91,950,-3 +2013,12,28,14,30,20,20,0,4.1000000000000005,-2,77.27,950,-3 +2013,12,28,15,30,8,8,0,4.800000000000001,-4,83.57000000000001,950,-4 +2013,12,28,16,30,0,0,0,5.5,-7,91.36,950,-7 +2013,12,28,17,30,0,0,0,6,-10,100.24000000000001,950,-10 +2013,12,28,18,30,0,0,0,6.2,-12,109.84,960,-13 +2013,12,28,19,30,0,0,0,6.2,-13,119.85000000000001,960,-15 +2013,12,28,20,30,0,0,0,6.1000000000000005,-15,129.94,960,-17 +2013,12,28,21,30,0,0,0,5.7,-16,139.68,960,-18 +2013,12,28,22,30,0,0,0,5.2,-17,148.28,960,-19 +2013,12,28,23,30,0,0,0,5,-18,154.26,960,-20 +2013,12,29,0,30,0,0,0,4.800000000000001,-19,155.42000000000002,960,-21 +2013,12,29,1,30,0,0,0,4.6000000000000005,-20,151.14000000000001,960,-23 +2013,12,29,2,30,0,0,0,4.4,-21,143.36,960,-24 +2013,12,29,3,30,0,0,0,4.3,-23,133.96,960,-25 +2013,12,29,4,30,0,0,0,4.1000000000000005,-24,123.94,960,-26 +2013,12,29,5,30,0,0,0,3.9000000000000004,-25,113.85000000000001,960,-28 +2013,12,29,6,30,0,0,0,3.6,-26,104.04,960,-29 +2013,12,29,7,30,0,0,0,3.2,-28,94.82000000000001,960,-30 +2013,12,29,8,30,36,22,224,3.4000000000000004,-29,86.54,970,-32 +2013,12,29,9,30,181,43,759,3.9000000000000004,-28,79.58,970,-32 +2013,12,29,10,30,289,56,867,4,-27,74.37,970,-32 +2013,12,29,11,30,353,63,905,3.8000000000000003,-26,71.35000000000001,960,-31 +2013,12,29,12,30,363,65,906,3.5,-25,70.82000000000001,960,-30 +2013,12,29,13,30,320,61,878,3,-25,72.83,960,-29 +2013,12,29,14,30,228,51,799,2.3000000000000003,-25,77.17,960,-29 +2013,12,29,15,30,103,33,609,1.6,-27,83.46000000000001,960,-29 +2013,12,29,16,30,0,0,0,1.6,-30,91.24,960,-32 +2013,12,29,17,30,0,0,0,1.7000000000000002,-32,100.12,960,-35 +2013,12,29,18,30,0,0,0,1.6,-33,109.72,960,-36 +2013,12,29,19,30,0,0,0,1.6,-34,119.73,960,-37 +2013,12,29,20,30,0,0,0,1.6,-35,129.82,960,-37 +2013,12,29,21,30,0,0,0,1.6,-35,139.56,960,-38 +2013,12,29,22,30,0,0,0,1.6,-35,148.17000000000002,960,-38 +2013,12,29,23,30,0,0,0,1.6,-35,154.17000000000002,960,-37 +2013,12,30,0,30,0,0,0,1.6,-35,155.37,960,-37 +2013,12,30,1,30,0,0,0,1.6,-35,151.14000000000001,960,-38 +2013,12,30,2,30,0,0,0,1.5,-34,143.38,960,-38 +2013,12,30,3,30,0,0,0,1.2000000000000002,-33,133.99,960,-37 +2013,12,30,4,30,0,0,0,1.1,-32,123.98,960,-36 +2013,12,30,5,30,0,0,0,1,-32,113.89,960,-35 +2013,12,30,6,30,0,0,0,0.9,-31,104.07000000000001,960,-35 +2013,12,30,7,30,0,0,0,0.9,-30,94.84,960,-35 +2013,12,30,8,30,44,25,321,1.2000000000000002,-29,86.54,960,-34 +2013,12,30,9,30,115,60,300,1.3,-28,79.57000000000001,960,-32 +2013,12,30,10,30,274,69,758,1.1,-26,74.34,960,-30 +2013,12,30,11,30,337,77,813,1.2000000000000002,-24,71.3,960,-28 +2013,12,30,12,30,296,62,708,1.5,-22,70.75,960,-26 +2013,12,30,13,30,310,70,810,1.8,-21,72.74,960,-25 +2013,12,30,14,30,222,57,734,1.8,-21,77.07000000000001,960,-24 +2013,12,30,15,30,99,37,541,1.3,-21,83.34,960,-24 +2013,12,30,16,30,0,0,0,0.9,-22,91.12,960,-25 +2013,12,30,17,30,0,0,0,1,-23,99.99000000000001,960,-26 +2013,12,30,18,30,0,0,0,1.1,-24,109.59,960,-27 +2013,12,30,19,30,0,0,0,1.1,-24,119.60000000000001,960,-27 +2013,12,30,20,30,0,0,0,1.1,-25,129.69,960,-28 +2013,12,30,21,30,0,0,0,1.2000000000000002,-26,139.43,960,-29 +2013,12,30,22,30,0,0,0,1.2000000000000002,-26,148.05,960,-29 +2013,12,30,23,30,0,0,0,1.4000000000000001,-27,154.07,960,-30 +2013,12,31,0,30,0,0,0,1.5,-28,155.31,960,-31 +2013,12,31,1,30,0,0,0,1.6,-29,151.12,960,-32 +2013,12,31,2,30,0,0,0,1.6,-31,143.4,960,-33 +2013,12,31,3,30,0,0,0,1.6,-33,134.02,960,-35 +2013,12,31,4,30,0,0,0,1.6,-34,124.01,960,-37 +2013,12,31,5,30,0,0,0,1.6,-35,113.92,960,-38 +2013,12,31,6,30,0,0,0,1.7000000000000002,-36,104.09,960,-40 +2013,12,31,7,30,0,0,0,1.7000000000000002,-37,94.86,960,-40 +2013,12,31,8,30,13,13,0,1.7000000000000002,-36,86.55,960,-41 +2013,12,31,9,30,180,45,741,2.4000000000000004,-33,79.55,960,-38 +2013,12,31,10,30,290,58,856,3.1,-30,74.3,960,-35 +2013,12,31,11,30,355,65,902,3.3000000000000003,-28,71.24,960,-33 +2013,12,31,12,30,367,67,907,3.5,-27,70.67,960,-31 +2013,12,31,13,30,324,63,875,3.4000000000000004,-26,72.64,960,-30 +2013,12,31,14,30,232,53,794,2.5,-26,76.96000000000001,970,-30 +2013,12,31,15,30,106,35,607,1.5,-29,83.22,970,-31 +2013,12,31,16,30,0,0,0,1.4000000000000001,-32,91,970,-34 +2013,12,31,17,30,0,0,0,1.5,-33,99.86,970,-36 +2013,12,31,18,30,0,0,0,1.8,-20,109.43,960,-23 +2013,12,31,19,30,0,0,0,1.8,-21,119.43,960,-23 +2013,12,31,20,30,0,0,0,1.8,-21,129.53,960,-24 +2013,12,31,21,30,0,0,0,1.8,-22,139.27,960,-24 +2013,12,31,22,30,0,0,0,1.8,-23,147.9,960,-25 +2013,12,31,23,30,0,0,0,1.8,-23,153.94,960,-25 diff --git a/tests/greenheart/test_greensteel/input/resource_files/47.5233_-92.5366_windtoolkit_2013_60min_100m_120m.srw b/tests/greenheart/test_greensteel/input/resource_files/47.5233_-92.5366_windtoolkit_2013_60min_100m_120m.srw new file mode 100644 index 000000000..5e2e3d5c7 --- /dev/null +++ b/tests/greenheart/test_greensteel/input/resource_files/47.5233_-92.5366_windtoolkit_2013_60min_100m_120m.srw @@ -0,0 +1,8765 @@ +1450318,city??,MN,country??,2013,47.5219726562,-92.5386352539,Not Available,1,8760 +WIND Toolkit data from NREL downloaded on 2024-3-18 +Temperature,Pressure,Speed,Direction,Temperature,Pressure,Speed,Direction +C,atm,m/s,Degrees,C,atm,m/s,Degrees +100,100,100,100,120,120,120,120 +-17.9,0.94,3.150,324.9,-18.0,0.94,3.640,322.1 +-17.9,0.94,2.350,296.9,-18.0,0.94,2.820,298.8 +-17.8,0.94,2.990,274.3,-18.0,0.94,3.210,278.1 +-18.0,0.94,4.040,263.5,-18.1,0.94,4.480,270.2 +-18.1,0.94,4.740,256.6,-18.2,0.94,5.150,262.8 +-18.2,0.94,4.950,252.8,-18.3,0.94,5.440,258.0 +-18.4,0.94,5.240,247.8,-18.4,0.94,5.720,253.4 +-18.3,0.94,6.130,246.0,-18.4,0.94,6.520,249.6 +-18.3,0.94,6.670,244.8,-18.4,0.94,7.220,248.4 +-18.4,0.94,6.110,244.3,-18.5,0.94,6.630,246.4 +-17.5,0.94,4.370,240.4,-17.7,0.94,4.630,242.1 +-16.1,0.94,4.470,237.3,-16.3,0.94,4.570,238.5 +-14.6,0.94,4.790,238.3,-14.8,0.94,4.860,239.4 +-13.3,0.94,5.090,237.0,-13.5,0.94,5.150,237.8 +-12.4,0.94,5.230,239.0,-12.6,0.94,5.300,239.6 +-11.9,0.94,5.110,234.3,-12.1,0.94,5.210,235.0 +-11.8,0.94,6.900,231.6,-11.9,0.94,7.310,232.9 +-11.7,0.94,7.130,226.3,-11.8,0.94,7.650,228.8 +-11.7,0.94,8.010,226.6,-11.8,0.94,8.560,229.2 +-11.8,0.94,8.190,225.5,-11.9,0.94,8.840,228.4 +-11.9,0.94,8.110,223.1,-11.9,0.94,8.900,226.5 +-11.8,0.94,8.070,221.3,-11.8,0.94,8.820,225.0 +-11.8,0.94,7.880,217.8,-11.7,0.94,8.540,222.0 +-11.7,0.94,7.650,217.4,-11.7,0.94,8.240,221.6 +-11.6,0.94,7.700,214.2,-11.5,0.94,8.180,219.0 +-11.3,0.94,7.700,210.0,-11.3,0.94,8.090,214.7 +-11.0,0.94,7.690,208.3,-11.0,0.94,8.110,212.7 +-10.9,0.94,7.100,201.8,-10.9,0.94,7.680,206.7 +-10.7,0.94,6.770,194.9,-10.7,0.94,7.380,198.8 +-10.4,0.94,6.580,189.4,-10.4,0.94,7.110,192.5 +-10.2,0.94,6.870,189.4,-10.2,0.94,7.330,191.5 +-10.1,0.94,7.300,187.9,-10.1,0.94,7.770,189.8 +-10.1,0.94,7.310,186.6,-10.2,0.94,7.780,188.3 +-10.3,0.93,6.620,183.8,-10.4,0.93,7.140,186.2 +-10.1,0.94,5.200,185.3,-10.2,0.94,5.580,186.0 +-9.6,0.94,4.750,186.2,-9.8,0.94,4.860,186.8 +-9.0,0.94,4.560,189.9,-9.2,0.94,4.630,190.2 +-8.5,0.94,4.200,194.2,-8.7,0.94,4.260,194.3 +-8.2,0.94,3.720,201.3,-8.4,0.94,3.780,201.5 +-8.1,0.94,3.520,210.6,-8.3,0.94,3.580,210.6 +-8.3,0.94,3.570,210.0,-8.5,0.94,3.730,210.4 +-8.4,0.94,4.150,216.1,-8.5,0.94,4.340,218.4 +-8.2,0.94,4.410,229.9,-8.3,0.94,4.530,236.4 +-8.1,0.94,4.480,243.7,-8.1,0.94,4.890,251.3 +-8.0,0.94,4.610,276.3,-8.0,0.94,5.110,288.2 +-8.3,0.94,6.520,313.3,-8.5,0.94,7.320,314.4 +-8.9,0.94,7.510,320.4,-9.1,0.94,8.190,321.3 +-9.2,0.94,7.520,330.3,-9.3,0.94,8.200,330.8 +-9.6,0.94,8.490,332.4,-9.8,0.94,9.130,333.0 +-10.4,0.94,8.300,337.4,-10.6,0.94,8.860,338.1 +-11.7,0.94,7.890,339.7,-11.8,0.94,8.480,340.6 +-12.9,0.94,7.240,338.6,-13.1,0.94,7.850,339.0 +-13.8,0.94,7.320,333.7,-13.9,0.94,7.910,334.2 +-14.4,0.94,6.620,332.9,-14.6,0.94,7.260,333.1 +-15.0,0.94,6.630,335.1,-15.2,0.94,7.340,335.2 +-15.3,0.94,6.060,331.8,-15.5,0.94,6.730,332.2 +-15.5,0.94,5.450,326.9,-15.7,0.94,6.070,326.9 +-15.5,0.94,4.310,311.5,-15.7,0.94,4.760,312.6 +-14.5,0.94,3.420,290.1,-14.7,0.94,3.500,290.7 +-13.2,0.94,4.040,266.0,-13.4,0.94,4.080,266.7 +-12.3,0.94,4.800,245.0,-12.4,0.94,4.840,245.7 +-11.1,0.94,5.980,239.2,-11.3,0.94,6.060,239.6 +-10.3,0.94,7.090,236.2,-10.5,0.94,7.200,236.7 +-10.0,0.94,7.900,233.5,-10.2,0.94,8.130,234.0 +-10.0,0.94,10.130,231.7,-10.2,0.94,10.840,232.6 +-10.1,0.94,11.340,229.5,-10.2,0.94,12.250,230.7 +-10.4,0.94,11.780,228.9,-10.5,0.94,12.740,230.2 +-10.2,0.94,11.900,233.7,-10.3,0.94,12.800,234.7 +-10.1,0.94,12.490,236.3,-10.2,0.94,13.510,237.7 +-9.9,0.94,12.190,239.3,-10.0,0.94,13.220,241.0 +-9.7,0.94,11.660,240.8,-9.7,0.94,12.670,243.0 +-9.4,0.93,10.490,244.3,-9.3,0.93,11.300,247.4 +-8.9,0.93,8.620,248.6,-8.7,0.93,9.540,253.8 +-8.4,0.93,8.700,259.3,-8.1,0.93,10.130,265.4 +-8.0,0.93,8.460,267.8,-7.9,0.93,9.800,273.6 +-8.0,0.93,7.670,277.9,-7.8,0.93,9.140,283.7 +-8.0,0.94,7.320,285.2,-7.9,0.94,8.880,291.3 +-8.0,0.94,7.050,291.9,-7.9,0.94,8.780,297.9 +-7.8,0.94,6.930,299.4,-7.7,0.94,8.800,303.6 +-8.0,0.94,6.930,301.7,-7.9,0.94,8.710,305.4 +-8.1,0.94,6.830,303.9,-8.0,0.94,8.620,307.5 +-8.0,0.94,6.070,303.0,-8.0,0.94,7.630,307.4 +-7.4,0.94,6.180,302.4,-7.6,0.94,6.750,304.3 +-6.5,0.94,4.300,301.5,-6.7,0.94,4.590,303.1 +-5.5,0.94,5.090,296.8,-5.7,0.94,5.260,297.6 +-4.9,0.94,5.200,292.3,-5.1,0.94,5.330,293.1 +-4.5,0.94,5.560,292.2,-4.7,0.94,5.700,292.7 +-4.5,0.94,5.500,286.7,-4.7,0.94,5.860,288.2 +-4.9,0.94,6.380,291.8,-5.0,0.94,7.050,293.3 +-5.3,0.94,7.930,302.8,-5.4,0.94,8.480,303.6 +-5.7,0.94,8.460,317.0,-5.8,0.94,9.100,317.6 +-6.8,0.94,7.720,332.7,-6.9,0.94,8.530,332.9 +-7.9,0.94,4.520,347.4,-8.0,0.94,5.160,347.7 +-7.9,0.94,5.380,4.4,-7.9,0.94,6.060,5.0 +-8.6,0.94,5.160,41.9,-8.7,0.94,5.530,45.2 +-9.2,0.94,5.820,68.4,-9.0,0.94,5.860,67.9 +-8.9,0.94,5.910,94.4,-8.5,0.94,5.260,94.0 +-9.4,0.94,7.510,110.0,-9.0,0.94,7.090,111.3 +-8.6,0.94,6.700,125.8,-8.3,0.94,6.790,127.1 +-7.3,0.94,6.040,146.5,-6.8,0.94,6.510,148.9 +-8.0,0.94,7.670,144.1,-7.8,0.94,8.230,147.0 +-7.9,0.94,9.570,145.7,-7.7,0.94,10.220,147.8 +-7.7,0.94,9.730,141.0,-7.4,0.94,10.330,143.1 +-7.5,0.94,9.590,138.9,-7.2,0.94,10.260,141.1 +-7.7,0.94,9.970,135.9,-7.5,0.94,10.870,137.3 +-7.6,0.94,8.500,133.8,-7.6,0.94,9.230,135.0 +-7.6,0.94,4.840,130.7,-7.7,0.94,5.490,132.6 +-6.7,0.94,2.790,122.7,-6.8,0.94,2.970,124.3 +-5.6,0.94,1.800,110.4,-5.8,0.94,1.830,112.4 +-5.1,0.94,1.690,70.0,-5.3,0.94,1.690,70.8 +-4.5,0.94,1.890,30.9,-4.7,0.94,1.910,31.3 +-4.7,0.94,3.080,8.0,-4.9,0.94,3.110,8.3 +-5.5,0.94,5.780,7.8,-5.7,0.94,5.800,6.4 +-5.9,0.94,5.720,0.4,-6.0,0.94,6.030,1.1 +-6.9,0.94,7.020,1.2,-7.1,0.94,7.500,2.3 +-7.5,0.94,6.340,356.2,-7.7,0.94,6.770,356.7 +-8.0,0.94,6.270,349.8,-8.2,0.94,6.720,350.3 +-8.7,0.94,5.910,346.7,-8.8,0.94,6.290,347.3 +-8.9,0.94,6.240,340.8,-9.1,0.94,6.730,341.2 +-9.1,0.94,6.950,337.8,-9.3,0.94,7.450,338.6 +-9.6,0.94,6.020,340.1,-9.8,0.94,6.360,340.4 +-10.2,0.94,6.950,335.5,-10.3,0.94,7.570,335.7 +-11.1,0.94,8.150,336.5,-11.2,0.94,8.770,337.6 +-11.8,0.94,7.910,340.6,-11.9,0.94,8.520,341.6 +-12.2,0.94,7.540,346.2,-12.3,0.94,8.130,347.6 +-12.7,0.94,6.980,348.8,-12.7,0.94,7.580,350.7 +-13.1,0.94,6.030,351.0,-13.2,0.94,6.590,353.8 +-13.6,0.94,5.530,350.0,-13.6,0.94,6.110,352.4 +-14.0,0.94,4.630,351.7,-14.1,0.94,5.230,353.8 +-14.1,0.94,3.060,353.9,-14.1,0.94,3.680,354.5 +-13.3,0.94,0.860,329.7,-13.5,0.94,0.970,333.0 +-11.8,0.94,1.180,323.4,-12.0,0.94,1.220,323.5 +-10.5,0.94,0.570,276.6,-10.7,0.94,0.580,278.7 +-9.6,0.94,1.820,222.0,-9.8,0.94,1.800,222.2 +-8.9,0.94,2.520,207.3,-9.1,0.94,2.520,206.7 +-8.7,0.94,3.020,205.1,-8.9,0.94,3.060,204.9 +-8.8,0.94,4.820,201.0,-9.0,0.94,4.970,201.8 +-8.6,0.94,6.270,193.6,-8.7,0.94,6.520,195.6 +-8.5,0.94,8.600,193.9,-8.6,0.94,9.120,195.7 +-8.5,0.94,9.270,192.7,-8.6,0.94,9.990,194.0 +-8.7,0.94,9.930,191.8,-8.8,0.94,10.650,192.9 +-8.9,0.94,11.240,191.6,-8.9,0.94,12.020,192.7 +-9.0,0.94,10.900,192.7,-9.1,0.94,11.670,193.7 +-8.8,0.94,11.640,191.9,-8.8,0.94,12.440,192.7 +-8.6,0.94,11.700,194.6,-8.7,0.94,12.470,195.2 +-8.3,0.93,12.010,194.9,-8.4,0.93,12.860,195.3 +-7.5,0.93,12.810,195.1,-7.5,0.93,13.670,195.5 +-7.4,0.93,13.040,197.7,-7.5,0.93,13.940,198.1 +-7.4,0.93,12.280,202.7,-7.5,0.93,13.160,203.2 +-7.1,0.93,12.600,206.8,-7.2,0.93,13.370,207.5 +-6.8,0.93,11.700,213.0,-6.9,0.93,12.370,213.6 +-6.4,0.93,10.170,219.2,-6.5,0.93,10.830,219.8 +-6.1,0.93,9.740,220.8,-6.2,0.93,10.520,222.2 +-5.8,0.93,9.360,224.7,-5.9,0.93,10.130,226.3 +-4.6,0.93,9.410,230.4,-4.8,0.93,9.810,231.4 +-2.6,0.93,8.840,236.1,-2.8,0.93,9.280,237.2 +-1.4,0.93,9.260,248.2,-1.6,0.93,9.570,248.6 +-0.9,0.93,10.310,250.4,-1.1,0.93,10.580,250.6 +-0.8,0.93,10.020,249.2,-1.0,0.93,10.370,249.6 +-0.7,0.93,10.130,246.9,-0.9,0.93,10.670,247.8 +-0.9,0.93,11.350,244.9,-1.0,0.93,12.100,247.3 +-1.7,0.93,10.930,250.5,-1.7,0.93,11.920,253.3 +-2.1,0.93,9.670,257.1,-2.1,0.93,10.890,259.9 +-2.6,0.93,9.090,262.2,-2.5,0.93,10.690,264.8 +-3.0,0.93,8.960,260.1,-2.9,0.93,10.040,263.6 +-3.5,0.93,9.240,271.7,-3.3,0.93,10.660,275.4 +-4.2,0.93,7.810,267.5,-4.1,0.93,9.130,272.8 +-4.8,0.94,6.760,266.5,-4.6,0.94,7.990,271.9 +-5.2,0.94,6.480,263.1,-4.9,0.94,7.720,268.6 +-4.9,0.94,7.560,269.8,-4.6,0.94,8.370,275.6 +-5.0,0.94,6.280,263.7,-4.8,0.94,6.610,267.1 +-5.0,0.94,5.580,256.5,-4.5,0.94,6.000,259.7 +-5.5,0.94,4.500,241.7,-4.9,0.94,4.970,243.8 +-5.6,0.94,5.070,228.9,-5.2,0.94,5.420,227.9 +-5.3,0.94,5.560,218.6,-5.0,0.94,5.890,218.0 +-5.1,0.94,5.910,205.0,-4.9,0.94,6.030,206.8 +-5.5,0.94,7.570,198.5,-5.2,0.94,7.710,200.1 +-5.2,0.94,7.120,195.7,-4.8,0.94,7.520,196.8 +-4.9,0.94,5.400,185.2,-4.6,0.94,6.180,186.4 +-3.5,0.94,4.320,173.7,-3.5,0.94,5.250,174.2 +-2.7,0.93,5.100,170.3,-2.8,0.93,5.550,170.3 +-1.8,0.93,6.510,164.6,-1.9,0.93,7.030,164.5 +-1.5,0.93,8.040,163.0,-1.7,0.93,8.550,163.6 +-1.7,0.93,9.210,160.9,-1.9,0.93,9.820,161.7 +-2.2,0.93,10.440,152.2,-2.3,0.93,11.160,153.2 +-2.5,0.93,11.250,156.3,-2.6,0.93,11.950,157.0 +-2.6,0.93,11.230,166.6,-2.7,0.93,11.900,167.5 +-2.9,0.93,10.400,174.1,-3.0,0.93,11.020,174.8 +-2.9,0.93,9.170,196.9,-3.0,0.93,9.770,197.2 +-3.1,0.93,9.400,215.0,-3.2,0.93,10.010,215.7 +-3.3,0.93,9.250,223.7,-3.5,0.93,9.900,224.9 +-3.9,0.93,9.570,228.1,-4.0,0.93,10.450,230.6 +-4.3,0.93,9.830,238.7,-4.3,0.93,10.700,242.0 +-4.3,0.93,8.840,237.6,-4.3,0.93,9.460,241.6 +-4.0,0.93,9.870,241.5,-4.0,0.93,10.620,245.3 +-3.9,0.93,9.700,253.6,-4.0,0.93,10.480,255.9 +-4.3,0.93,10.870,256.2,-4.3,0.93,11.710,257.9 +-5.0,0.93,10.150,264.3,-5.1,0.93,11.150,267.5 +-5.4,0.93,10.110,271.4,-5.6,0.93,10.990,272.9 +-6.2,0.93,11.410,277.4,-6.3,0.93,12.420,278.6 +-6.7,0.94,12.830,284.3,-6.9,0.94,13.810,285.1 +-6.9,0.94,12.410,290.4,-7.1,0.94,13.150,291.1 +-6.6,0.94,10.650,288.7,-6.8,0.94,11.120,289.3 +-6.1,0.94,9.540,286.9,-6.3,0.94,9.850,287.4 +-5.7,0.94,8.970,283.3,-5.9,0.94,9.190,283.6 +-5.1,0.94,8.430,284.2,-5.3,0.94,8.640,284.5 +-4.8,0.94,7.210,278.2,-5.0,0.94,7.400,278.6 +-4.8,0.94,6.860,273.0,-5.0,0.94,7.040,273.3 +-5.0,0.95,7.280,254.6,-5.2,0.95,7.650,256.4 +-5.0,0.95,8.270,249.7,-5.1,0.95,8.790,251.4 +-5.0,0.95,8.520,254.8,-4.9,0.95,9.430,255.5 +-5.0,0.95,7.430,244.4,-4.8,0.95,8.420,247.1 +-5.2,0.95,7.800,228.1,-5.0,0.95,8.890,231.3 +-4.6,0.95,8.910,218.9,-4.4,0.95,9.600,223.1 +-3.2,0.95,6.720,217.0,-3.1,0.95,6.910,219.6 +-3.4,0.95,8.480,187.5,-3.1,0.95,8.880,190.6 +-3.1,0.95,9.240,177.6,-2.8,0.95,9.800,180.0 +-2.9,0.95,12.320,181.1,-2.6,0.95,13.170,182.9 +-2.8,0.95,13.570,174.4,-2.6,0.95,14.590,176.3 +-2.7,0.95,14.240,173.3,-2.5,0.95,15.310,175.3 +-2.8,0.95,14.640,170.8,-2.6,0.95,15.740,173.0 +-2.3,0.94,16.100,175.7,-2.1,0.94,17.220,177.8 +-2.3,0.94,16.300,179.0,-2.1,0.94,17.410,181.0 +-2.5,0.94,16.230,186.4,-2.4,0.94,17.380,188.2 +-2.1,0.94,15.870,191.5,-2.0,0.94,17.150,193.3 +-1.4,0.94,15.880,194.7,-1.3,0.94,17.010,195.7 +0.0,0.94,14.240,200.8,-0.0,0.94,15.070,201.0 +0.7,0.94,13.020,197.4,0.6,0.94,13.440,197.7 +2.0,0.94,11.910,192.7,1.9,0.94,13.110,193.1 +2.0,0.94,12.510,189.9,1.9,0.94,13.690,190.1 +2.3,0.94,12.790,187.6,2.1,0.94,13.480,187.8 +1.7,0.94,12.420,180.2,1.6,0.94,13.300,180.7 +1.1,0.94,14.520,176.8,1.1,0.94,15.580,177.6 +0.7,0.94,13.990,169.8,0.7,0.94,15.110,170.9 +0.7,0.94,14.770,171.0,0.7,0.94,15.890,172.0 +0.6,0.94,15.390,174.7,0.6,0.94,16.460,175.6 +-0.2,0.94,14.450,178.2,-0.4,0.94,15.290,178.5 +-0.7,0.94,12.100,171.4,-0.8,0.94,12.950,171.6 +-0.7,0.93,11.040,165.4,-0.8,0.93,11.890,165.8 +-0.7,0.93,11.070,165.1,-0.9,0.93,11.910,165.5 +-0.7,0.93,10.910,163.6,-0.9,0.93,11.700,164.1 +-0.7,0.93,10.060,165.4,-0.9,0.93,10.910,166.0 +-0.8,0.93,9.890,169.3,-0.9,0.93,10.610,169.7 +-0.7,0.93,9.420,172.9,-0.9,0.93,10.210,173.6 +-0.7,0.93,6.980,176.8,-0.9,0.93,7.580,177.2 +-0.9,0.93,5.910,171.3,-1.0,0.93,6.400,172.8 +-0.8,0.93,5.760,178.2,-1.0,0.93,6.110,179.9 +-0.8,0.93,6.200,180.7,-1.0,0.93,6.630,182.2 +-0.8,0.93,5.810,181.4,-1.0,0.93,6.140,183.0 +-0.9,0.93,5.360,184.3,-1.1,0.93,5.660,185.5 +-1.0,0.93,5.560,180.3,-1.2,0.93,5.900,180.8 +-1.0,0.93,4.260,191.0,-1.2,0.93,4.550,191.1 +-1.1,0.92,4.450,188.6,-1.3,0.92,4.790,189.5 +-1.1,0.92,3.650,182.6,-1.2,0.92,4.000,183.8 +-1.0,0.92,3.420,169.5,-1.1,0.92,3.650,172.8 +-1.0,0.92,4.110,146.5,-1.1,0.92,4.390,149.5 +-0.8,0.92,4.840,144.2,-0.9,0.92,5.230,147.0 +-0.6,0.92,5.490,140.4,-0.7,0.92,5.890,142.2 +-0.3,0.92,6.270,145.2,-0.4,0.92,6.720,146.8 +-0.1,0.92,6.870,144.6,-0.2,0.92,7.470,146.4 +0.2,0.92,7.430,150.2,0.1,0.92,8.110,151.7 +0.6,0.92,8.020,152.6,0.5,0.92,8.610,154.2 +0.8,0.92,8.280,151.5,0.8,0.92,8.830,153.7 +1.0,0.92,7.190,156.3,0.9,0.92,7.600,159.8 +1.3,0.92,6.260,189.4,1.3,0.92,6.880,197.9 +1.0,0.92,4.700,163.2,0.9,0.92,5.460,166.0 +0.3,0.92,7.590,211.3,0.3,0.92,7.600,208.9 +-0.5,0.92,4.210,228.5,-0.6,0.92,4.470,230.5 +-1.1,0.92,5.020,228.4,-1.1,0.92,5.530,231.2 +-4.8,0.92,6.360,291.5,-5.0,0.92,6.670,292.5 +-7.4,0.92,7.300,287.8,-7.6,0.92,7.570,288.3 +-9.4,0.92,8.090,289.0,-9.6,0.92,8.340,289.2 +-10.9,0.92,8.240,286.4,-11.1,0.92,8.470,286.8 +-11.9,0.93,8.410,288.0,-12.1,0.93,8.610,288.1 +-12.6,0.93,8.570,289.8,-12.8,0.93,8.760,289.8 +-13.0,0.93,8.650,292.7,-13.2,0.93,8.830,292.8 +-13.1,0.93,8.370,294.1,-13.3,0.93,8.530,294.2 +-13.3,0.93,8.470,296.6,-13.5,0.93,8.630,296.7 +-13.7,0.93,8.340,298.2,-13.9,0.93,8.500,298.2 +-13.9,0.93,7.820,299.0,-14.1,0.93,8.000,299.1 +-14.6,0.93,7.530,300.7,-14.8,0.93,7.720,300.9 +-15.3,0.94,7.640,304.3,-15.5,0.94,7.870,304.7 +-16.0,0.94,7.520,311.9,-16.2,0.94,7.800,312.1 +-16.7,0.94,7.400,314.1,-16.9,0.94,7.700,314.3 +-17.6,0.94,6.930,322.8,-17.8,0.94,7.220,322.9 +-18.1,0.94,7.110,319.8,-18.3,0.94,7.420,320.2 +-18.4,0.94,7.010,322.3,-18.6,0.94,7.330,322.6 +-18.8,0.94,6.650,322.0,-19.0,0.94,6.960,322.4 +-19.2,0.94,6.490,325.9,-19.4,0.94,6.840,326.0 +-19.4,0.94,6.330,325.8,-19.6,0.94,6.670,326.1 +-19.4,0.94,5.500,327.3,-19.6,0.94,5.770,327.5 +-19.3,0.94,5.730,327.3,-19.5,0.94,5.960,327.6 +-19.5,0.94,5.760,329.5,-19.7,0.94,6.090,329.9 +-19.6,0.94,5.310,328.1,-19.8,0.94,5.570,328.6 +-19.7,0.94,5.060,330.0,-19.9,0.94,5.240,330.4 +-19.8,0.94,4.890,329.5,-20.0,0.94,5.000,329.9 +-20.0,0.94,4.820,332.4,-20.2,0.94,4.890,333.0 +-20.0,0.94,4.310,328.9,-20.2,0.94,4.370,329.4 +-19.6,0.94,4.120,326.9,-19.8,0.94,4.160,327.3 +-18.8,0.94,4.170,327.3,-18.9,0.94,4.220,327.6 +-17.9,0.94,4.440,322.4,-18.1,0.94,4.490,322.7 +-17.1,0.94,4.430,317.0,-17.3,0.94,4.490,317.2 +-16.5,0.94,4.520,314.2,-16.7,0.94,4.590,314.3 +-16.1,0.94,4.640,313.0,-16.3,0.94,4.720,312.9 +-15.9,0.94,4.470,310.6,-16.1,0.94,4.600,310.4 +-16.0,0.94,4.070,310.6,-16.2,0.94,4.280,310.6 +-16.0,0.94,4.340,308.4,-16.2,0.94,4.630,308.6 +-16.1,0.94,4.840,307.6,-16.4,0.94,5.100,308.0 +-16.3,0.94,4.680,309.2,-16.5,0.94,4.980,309.6 +-16.8,0.94,4.670,315.5,-17.0,0.94,5.180,314.9 +-17.4,0.94,3.880,308.3,-17.5,0.94,4.570,308.5 +-17.6,0.94,4.440,305.8,-17.7,0.94,5.070,307.3 +-17.7,0.94,4.520,302.8,-17.8,0.94,5.090,305.3 +-18.0,0.94,4.780,308.9,-18.1,0.94,5.650,311.2 +-18.7,0.94,4.000,314.8,-18.8,0.94,4.640,317.1 +-19.0,0.94,3.740,292.3,-19.1,0.94,4.310,295.7 +-19.5,0.94,4.480,293.4,-19.6,0.94,4.950,296.6 +-20.1,0.94,4.200,314.2,-20.3,0.94,4.570,314.5 +-20.3,0.94,2.940,292.0,-20.4,0.94,3.280,294.4 +-20.4,0.95,4.110,273.5,-20.4,0.95,4.190,277.1 +-20.3,0.95,5.180,257.3,-20.4,0.95,5.610,260.7 +-20.5,0.95,4.220,259.2,-20.6,0.95,4.630,262.3 +-19.6,0.95,3.350,266.7,-19.8,0.95,3.410,267.5 +-18.4,0.95,3.680,261.6,-18.6,0.95,3.740,262.3 +-17.4,0.95,4.440,258.2,-17.7,0.95,4.520,258.6 +-16.6,0.95,4.740,251.7,-16.8,0.95,4.840,251.7 +-15.8,0.95,5.440,247.0,-16.0,0.95,5.550,247.2 +-15.4,0.95,5.720,239.9,-15.6,0.95,5.850,240.2 +-15.3,0.95,6.550,234.5,-15.5,0.95,6.850,235.3 +-15.1,0.95,7.580,234.4,-15.2,0.95,7.910,235.4 +-15.0,0.95,8.260,230.7,-15.1,0.95,8.660,232.7 +-15.2,0.95,8.190,220.3,-15.2,0.95,8.700,222.5 +-15.4,0.95,8.670,221.2,-15.4,0.95,9.180,223.6 +-15.4,0.95,8.970,222.5,-15.4,0.95,9.690,225.4 +-15.6,0.94,8.560,216.6,-15.6,0.94,9.070,220.0 +-15.6,0.94,8.490,221.5,-15.6,0.94,9.210,224.4 +-15.4,0.94,7.920,220.1,-15.4,0.94,8.600,223.1 +-15.3,0.94,7.550,216.8,-15.4,0.94,7.960,220.1 +-15.3,0.94,7.650,214.6,-15.4,0.94,7.980,217.9 +-15.3,0.94,8.020,212.0,-15.3,0.94,8.360,215.0 +-15.2,0.94,8.440,210.5,-15.2,0.94,8.900,213.1 +-14.9,0.94,8.700,207.1,-15.0,0.94,9.350,210.4 +-14.9,0.94,9.070,208.3,-15.0,0.94,9.690,211.6 +-15.0,0.94,9.470,209.3,-15.0,0.94,10.130,213.3 +-15.0,0.94,9.690,212.8,-14.9,0.94,10.300,216.9 +-14.7,0.94,8.030,210.3,-14.7,0.94,8.630,211.6 +-13.9,0.94,6.050,208.9,-14.0,0.94,7.010,209.3 +-12.3,0.94,5.580,205.8,-12.5,0.94,5.860,206.2 +-10.8,0.94,6.320,204.5,-11.0,0.94,6.520,205.0 +-9.5,0.94,7.230,203.0,-9.7,0.94,7.420,203.5 +-8.4,0.94,8.110,205.3,-8.6,0.94,8.370,205.6 +-7.8,0.94,9.530,205.3,-8.0,0.94,10.040,205.6 +-8.0,0.93,11.460,201.9,-8.1,0.93,12.320,203.0 +-8.4,0.93,12.760,203.8,-8.4,0.93,13.920,205.1 +-9.0,0.93,13.190,204.7,-9.0,0.93,14.330,206.0 +-9.5,0.93,13.640,206.9,-9.5,0.93,14.840,208.3 +-9.6,0.93,13.690,207.6,-9.6,0.93,14.900,208.9 +-9.3,0.93,12.920,211.3,-9.4,0.93,13.880,212.1 +-8.6,0.93,12.640,212.0,-8.7,0.93,13.550,212.9 +-8.2,0.93,12.240,213.0,-8.3,0.93,13.080,213.7 +-8.2,0.93,12.050,213.4,-8.4,0.93,12.780,214.0 +-8.0,0.92,11.530,214.1,-8.2,0.92,12.140,214.6 +-7.6,0.92,10.880,222.3,-7.7,0.92,11.470,222.7 +-7.2,0.92,10.060,229.0,-7.3,0.92,10.660,229.6 +-6.8,0.92,8.960,237.3,-6.9,0.92,9.570,238.2 +-6.3,0.92,8.710,245.7,-6.4,0.92,9.360,247.6 +-5.9,0.92,6.930,291.3,-6.0,0.92,8.150,294.7 +-7.5,0.92,9.920,319.2,-7.6,0.92,11.020,319.2 +-10.0,0.93,7.250,317.2,-10.2,0.93,8.660,320.4 +-11.9,0.93,7.040,326.4,-12.1,0.93,8.190,327.9 +-12.8,0.93,8.010,331.9,-13.0,0.93,8.310,332.3 +-13.3,0.93,8.270,330.1,-13.5,0.93,8.490,330.4 +-13.4,0.93,8.050,324.4,-13.6,0.93,8.270,324.6 +-14.3,0.93,8.450,329.3,-14.5,0.93,8.670,329.3 +-14.9,0.93,8.920,322.2,-15.1,0.93,9.150,322.6 +-16.1,0.94,8.700,327.0,-16.3,0.94,8.990,327.5 +-17.5,0.94,8.530,337.1,-17.7,0.94,9.210,337.6 +-18.9,0.94,7.950,343.9,-19.1,0.94,8.570,342.7 +-20.3,0.94,7.200,334.1,-20.4,0.94,7.760,334.7 +-21.4,0.94,6.050,341.8,-21.6,0.94,6.670,342.7 +-22.8,0.94,6.610,349.6,-23.0,0.94,7.190,348.1 +-23.8,0.94,6.190,348.1,-24.0,0.94,6.510,346.1 +-24.4,0.94,4.560,325.4,-24.6,0.94,4.850,328.1 +-24.9,0.94,5.310,329.8,-25.0,0.94,5.720,331.0 +-25.4,0.94,5.300,338.5,-25.5,0.94,5.580,336.6 +-25.6,0.95,5.020,332.2,-25.7,0.95,5.290,329.8 +-25.7,0.95,3.900,320.4,-25.8,0.95,4.160,316.9 +-25.1,0.95,3.590,301.9,-25.1,0.95,4.010,303.5 +-24.9,0.95,4.570,299.7,-25.1,0.95,5.020,301.1 +-24.7,0.95,5.270,296.8,-24.7,0.95,5.670,298.5 +-24.5,0.95,5.570,298.4,-24.4,0.95,5.980,300.8 +-24.3,0.95,5.300,298.0,-24.3,0.95,5.740,299.6 +-24.2,0.95,5.920,288.7,-24.1,0.95,6.620,291.1 +-23.6,0.95,4.800,282.2,-23.6,0.95,5.290,284.5 +-22.3,0.95,4.000,284.6,-22.4,0.95,4.110,285.4 +-21.0,0.95,4.160,287.4,-21.2,0.95,4.240,287.8 +-19.8,0.95,4.430,291.2,-20.0,0.95,4.520,291.2 +-18.9,0.95,4.740,291.3,-19.1,0.95,4.850,291.3 +-18.2,0.95,5.200,292.9,-18.4,0.95,5.330,292.8 +-17.8,0.95,5.360,292.2,-17.9,0.95,5.500,292.2 +-17.7,0.95,4.840,286.3,-17.9,0.95,5.180,287.8 +-17.7,0.95,5.490,292.4,-17.8,0.95,5.850,292.9 +-17.6,0.95,6.590,298.4,-17.8,0.95,6.870,299.1 +-18.0,0.95,8.080,302.1,-18.1,0.95,8.550,302.7 +-18.1,0.95,7.760,309.1,-18.1,0.95,7.820,307.5 +-18.1,0.95,5.850,311.8,-18.0,0.95,5.740,309.1 +-18.8,0.95,3.330,296.5,-18.6,0.95,3.740,298.7 +-19.1,0.95,3.130,237.1,-18.9,0.95,3.120,242.1 +-19.3,0.95,2.650,220.1,-18.9,0.95,2.890,223.3 +-18.7,0.94,2.530,202.8,-18.4,0.94,2.870,208.4 +-18.8,0.94,3.090,183.0,-18.7,0.94,3.630,186.8 +-17.8,0.94,3.610,172.3,-17.8,0.94,4.260,176.5 +-17.0,0.94,4.720,162.7,-16.9,0.94,5.300,166.3 +-16.6,0.94,6.060,150.6,-16.4,0.94,6.650,154.1 +-15.8,0.94,6.860,145.0,-15.8,0.94,7.470,147.6 +-15.0,0.94,7.330,144.2,-15.1,0.94,7.920,146.0 +-14.7,0.94,7.130,143.2,-14.8,0.94,7.730,144.7 +-14.7,0.94,6.460,137.3,-14.8,0.94,6.900,139.0 +-14.2,0.94,5.750,138.4,-14.4,0.94,6.280,139.5 +-13.3,0.93,4.570,136.1,-13.5,0.93,4.840,137.5 +-12.3,0.93,3.840,131.2,-12.4,0.93,3.920,132.4 +-11.5,0.93,3.250,125.0,-11.6,0.93,3.290,126.1 +-10.8,0.93,2.960,125.0,-10.9,0.93,2.970,126.0 +-10.4,0.93,2.680,130.1,-10.6,0.93,2.710,131.0 +-10.4,0.93,2.530,133.3,-10.6,0.93,2.690,134.5 +-10.5,0.93,3.100,127.8,-10.6,0.93,3.330,130.7 +-10.5,0.93,4.010,133.3,-10.6,0.93,3.720,141.4 +-10.5,0.93,3.690,141.6,-10.5,0.93,3.250,151.0 +-10.6,0.93,3.690,149.7,-10.5,0.93,3.040,156.0 +-10.5,0.93,3.100,148.5,-10.4,0.93,2.620,155.3 +-10.3,0.93,3.180,150.0,-10.2,0.93,2.860,155.7 +-10.1,0.93,3.660,154.1,-9.9,0.93,3.550,158.6 +-10.0,0.93,4.030,151.9,-9.8,0.93,4.090,158.0 +-9.8,0.93,4.570,157.1,-9.8,0.93,4.960,159.1 +-9.8,0.93,4.530,167.0,-9.7,0.93,5.140,167.9 +-9.4,0.93,5.320,175.7,-9.5,0.93,5.840,176.0 +-9.5,0.93,4.840,183.6,-9.6,0.93,5.380,184.2 +-9.8,0.93,4.900,185.9,-9.9,0.93,5.430,186.0 +-10.0,0.93,4.500,194.5,-10.0,0.93,4.920,196.0 +-10.3,0.93,3.960,209.1,-10.2,0.93,4.390,212.2 +-10.1,0.93,4.330,220.7,-9.8,0.93,4.680,225.3 +-10.4,0.93,3.830,241.9,-10.0,0.93,4.610,247.1 +-9.1,0.93,4.780,264.3,-8.9,0.93,5.770,270.2 +-7.8,0.93,6.980,290.4,-8.0,0.93,7.140,290.8 +-8.5,0.93,9.170,296.9,-8.7,0.93,9.410,297.1 +-9.6,0.93,10.960,297.6,-9.8,0.93,11.240,297.8 +-11.3,0.93,11.670,301.7,-11.5,0.93,12.000,301.9 +-13.2,0.93,12.820,308.1,-13.4,0.93,13.250,308.2 +-15.3,0.93,11.730,304.9,-15.5,0.93,12.340,305.4 +-17.8,0.93,13.650,330.3,-18.0,0.93,14.340,330.3 +-19.7,0.93,14.440,325.7,-19.9,0.93,15.270,326.1 +-20.5,0.94,13.480,333.0,-20.7,0.94,14.310,333.5 +-20.5,0.94,12.990,336.2,-20.7,0.94,13.850,336.6 +-20.9,0.94,12.830,332.4,-21.1,0.94,13.700,332.9 +-21.8,0.94,10.300,329.9,-21.9,0.94,11.250,330.4 +-22.8,0.94,10.900,333.7,-23.0,0.94,11.910,334.3 +-24.1,0.94,10.710,336.5,-24.2,0.94,11.610,337.2 +-25.2,0.94,9.950,337.1,-25.4,0.94,10.800,337.8 +-25.9,0.94,9.920,336.5,-26.1,0.94,10.860,338.4 +-26.4,0.94,9.360,334.3,-26.5,0.94,10.060,335.7 +-26.9,0.94,8.780,330.0,-27.0,0.94,9.440,331.7 +-26.9,0.95,8.400,327.9,-27.0,0.95,8.900,329.7 +-26.7,0.95,6.910,322.8,-26.8,0.95,7.450,323.1 +-26.7,0.95,6.350,318.4,-26.7,0.95,7.120,318.4 +-26.9,0.95,5.940,302.1,-26.7,0.95,7.100,303.6 +-26.0,0.95,5.560,301.4,-26.0,0.95,6.350,303.0 +-24.8,0.95,3.890,294.1,-24.9,0.95,4.080,295.6 +-23.5,0.95,4.020,290.1,-23.7,0.95,4.100,290.7 +-22.5,0.95,4.320,283.3,-22.7,0.95,4.390,283.6 +-21.6,0.94,4.920,281.9,-21.8,0.94,5.000,282.1 +-20.7,0.94,5.840,281.4,-20.9,0.94,5.960,281.5 +-20.2,0.94,6.370,282.3,-20.4,0.94,6.510,282.4 +-20.3,0.94,6.020,280.8,-20.5,0.94,6.320,281.4 +-20.6,0.94,8.780,288.0,-20.8,0.94,9.220,288.8 +-21.4,0.94,8.490,287.5,-21.6,0.94,9.100,288.2 +-22.6,0.94,10.360,292.3,-22.7,0.94,11.200,293.1 +-23.5,0.94,9.940,297.0,-23.6,0.94,10.840,297.8 +-24.3,0.94,10.600,307.4,-24.4,0.94,11.500,307.4 +-26.2,0.94,11.430,317.0,-26.4,0.94,12.320,317.4 +-28.8,0.94,12.360,333.7,-28.9,0.94,13.040,333.4 +-29.5,0.94,8.980,322.3,-29.6,0.94,9.900,321.8 +-30.4,0.94,7.660,313.4,-30.6,0.94,8.880,313.9 +-31.0,0.94,10.960,317.7,-31.2,0.94,11.790,318.0 +-30.9,0.94,9.770,312.5,-31.0,0.94,10.540,313.0 +-30.9,0.94,9.170,313.7,-31.1,0.94,10.120,313.7 +-30.7,0.94,9.010,311.5,-30.8,0.94,9.930,311.6 +-30.5,0.94,8.760,310.3,-30.6,0.94,9.750,310.4 +-30.6,0.94,8.290,308.4,-30.7,0.94,9.310,309.1 +-30.7,0.94,8.230,307.4,-30.8,0.94,9.170,308.4 +-30.5,0.94,7.010,306.3,-30.7,0.94,7.430,307.0 +-29.9,0.94,6.460,298.0,-30.1,0.94,6.600,298.3 +-29.0,0.94,6.250,295.0,-29.2,0.94,6.380,295.2 +-28.1,0.94,6.390,296.2,-28.3,0.94,6.540,296.2 +-27.3,0.94,6.540,294.8,-27.5,0.94,6.680,294.9 +-26.6,0.94,6.750,294.8,-26.8,0.94,6.900,294.7 +-26.2,0.94,6.870,290.1,-26.4,0.94,7.030,290.1 +-26.2,0.94,6.940,283.0,-26.4,0.94,7.210,283.4 +-26.2,0.94,9.190,286.6,-26.4,0.94,9.620,287.5 +-26.8,0.94,9.860,287.3,-26.9,0.94,10.600,287.8 +-27.2,0.94,9.030,287.4,-27.2,0.94,9.630,289.8 +-27.5,0.94,6.870,300.9,-27.5,0.94,7.590,303.3 +-27.6,0.94,7.830,303.8,-27.7,0.94,8.700,305.9 +-27.8,0.94,7.450,307.2,-27.8,0.94,8.230,309.0 +-28.0,0.94,7.330,310.0,-28.1,0.94,8.120,312.6 +-28.4,0.94,7.550,317.8,-28.5,0.94,8.340,320.5 +-28.8,0.94,6.920,316.0,-28.9,0.94,7.690,318.7 +-29.2,0.94,6.330,316.3,-29.3,0.94,7.080,319.0 +-29.4,0.94,5.370,310.1,-29.5,0.94,5.810,312.9 +-30.0,0.94,4.520,311.1,-29.9,0.94,5.000,312.8 +-30.3,0.94,4.210,307.4,-30.2,0.94,4.730,308.9 +-30.3,0.95,4.080,301.8,-30.2,0.95,4.620,303.3 +-30.2,0.95,3.980,297.3,-30.0,0.95,4.530,299.6 +-30.0,0.95,3.760,290.0,-29.9,0.95,4.230,293.4 +-29.7,0.95,3.550,287.1,-29.5,0.95,4.040,290.4 +-28.4,0.95,2.220,285.3,-28.6,0.95,2.340,286.9 +-26.5,0.95,3.150,281.9,-26.7,0.95,3.200,282.2 +-25.2,0.95,3.420,274.2,-25.4,0.95,3.470,274.4 +-23.9,0.94,4.040,273.4,-24.1,0.94,4.090,273.7 +-23.0,0.94,4.260,269.8,-23.2,0.94,4.330,269.9 +-22.4,0.94,4.150,258.0,-22.6,0.94,4.210,258.4 +-21.9,0.94,4.510,256.6,-22.1,0.94,4.640,256.6 +-21.6,0.94,4.760,248.9,-21.8,0.94,5.130,250.6 +-21.3,0.94,5.450,245.8,-21.4,0.94,5.800,247.9 +-21.2,0.94,5.100,244.2,-21.3,0.94,5.450,246.3 +-21.1,0.94,5.670,243.2,-21.1,0.94,6.450,247.0 +-20.9,0.94,6.320,236.9,-21.0,0.94,6.880,239.5 +-21.4,0.94,7.110,248.3,-21.3,0.94,8.150,257.4 +-21.9,0.94,6.830,281.6,-21.8,0.94,7.930,284.2 +-22.0,0.94,6.350,278.5,-21.9,0.94,7.300,280.7 +-22.0,0.94,6.700,273.6,-21.8,0.94,7.370,276.1 +-21.9,0.94,7.060,274.7,-21.6,0.94,7.850,277.2 +-21.2,0.94,7.310,279.2,-20.9,0.94,7.970,280.8 +-21.3,0.94,6.150,276.8,-21.0,0.94,6.850,279.5 +-20.8,0.94,5.290,280.0,-20.8,0.94,5.950,281.0 +-20.5,0.94,5.210,272.5,-20.6,0.94,5.630,274.5 +-20.5,0.94,5.210,271.0,-20.6,0.94,5.690,273.8 +-20.3,0.94,5.840,290.2,-20.4,0.94,6.350,291.9 +-20.7,0.94,7.240,310.4,-20.9,0.94,7.570,310.8 +-21.3,0.94,7.410,325.1,-21.5,0.94,7.630,325.4 +-21.0,0.94,8.080,329.8,-21.2,0.94,8.300,330.0 +-20.9,0.94,9.070,329.1,-21.1,0.94,9.290,329.3 +-21.1,0.95,9.750,332.5,-21.3,0.95,10.000,332.7 +-21.4,0.95,10.010,332.6,-21.6,0.95,10.260,332.8 +-21.9,0.95,10.030,335.6,-22.2,0.95,10.290,335.7 +-22.8,0.95,9.480,335.1,-23.0,0.95,9.980,335.3 +-24.2,0.95,11.760,336.2,-24.3,0.95,12.630,336.5 +-25.5,0.95,10.410,343.6,-25.6,0.95,11.320,344.2 +-26.9,0.95,10.640,347.7,-27.0,0.95,11.710,349.7 +-28.2,0.95,11.530,356.9,-28.3,0.95,12.610,358.0 +-29.1,0.96,9.120,3.0,-29.1,0.96,10.170,4.7 +-29.4,0.96,9.910,9.0,-29.4,0.96,10.560,11.2 +-29.9,0.96,8.520,4.1,-29.8,0.96,9.380,6.4 +-30.2,0.96,9.700,5.5,-29.9,0.96,10.480,8.1 +-30.4,0.96,8.720,16.6,-30.0,0.96,9.500,16.6 +-31.3,0.96,3.880,33.7,-31.2,0.96,4.730,32.7 +-31.3,0.96,3.070,61.1,-31.0,0.96,3.640,56.0 +-30.5,0.96,2.120,90.7,-30.2,0.96,2.430,88.2 +-29.5,0.96,3.100,45.4,-29.3,0.96,3.320,45.9 +-29.2,0.96,3.590,20.2,-28.7,0.96,3.660,18.9 +-30.0,0.96,2.120,102.6,-29.8,0.96,2.130,94.6 +-29.8,0.96,2.310,130.2,-29.6,0.96,2.200,126.8 +-28.8,0.96,1.180,108.8,-28.2,0.96,1.520,116.8 +-26.9,0.96,2.010,157.4,-27.1,0.96,2.140,156.2 +-24.9,0.96,1.240,171.3,-25.1,0.96,1.270,171.2 +-23.5,0.95,2.470,178.0,-23.7,0.95,2.480,178.0 +-22.4,0.95,3.130,167.7,-22.6,0.95,3.170,168.1 +-21.3,0.95,4.020,169.5,-21.5,0.95,4.090,169.8 +-20.5,0.95,4.840,178.3,-20.7,0.95,4.960,178.2 +-20.1,0.95,5.090,168.8,-20.2,0.95,5.250,168.8 +-20.1,0.95,5.340,164.6,-20.2,0.95,5.670,165.1 +-20.3,0.95,6.680,164.3,-20.5,0.95,7.030,164.8 +-20.2,0.95,7.430,159.3,-20.3,0.95,7.900,159.9 +-19.7,0.95,8.130,163.2,-19.8,0.95,8.740,163.9 +-19.2,0.95,9.130,163.8,-19.4,0.95,9.770,164.4 +-18.9,0.94,9.490,168.1,-19.0,0.94,10.140,168.7 +-18.5,0.94,9.720,172.7,-18.6,0.94,10.360,173.3 +-18.0,0.94,9.830,177.8,-18.1,0.94,10.450,178.5 +-17.2,0.94,9.930,184.4,-17.3,0.94,10.400,184.7 +-16.7,0.94,9.310,188.0,-16.8,0.94,9.750,188.3 +-16.2,0.94,9.070,192.2,-16.4,0.94,9.520,192.4 +-15.9,0.94,8.400,194.3,-16.1,0.94,8.850,194.5 +-15.7,0.94,7.370,194.0,-15.9,0.94,7.770,194.4 +-15.5,0.94,6.460,189.2,-15.7,0.94,6.820,190.1 +-15.4,0.94,5.410,190.6,-15.5,0.94,5.770,191.9 +-15.4,0.94,3.640,185.9,-15.5,0.94,3.930,190.7 +-15.3,0.94,1.000,204.2,-15.4,0.94,1.350,211.1 +-14.7,0.94,2.280,317.0,-14.9,0.94,2.350,316.8 +-14.2,0.94,4.170,335.5,-14.4,0.94,4.240,335.8 +-13.8,0.94,5.590,340.4,-14.0,0.94,5.690,340.7 +-13.5,0.94,5.910,341.0,-13.7,0.94,6.030,341.1 +-13.5,0.94,6.490,341.4,-13.7,0.94,6.640,341.5 +-13.9,0.94,7.230,335.7,-14.1,0.94,7.390,336.0 +-14.7,0.94,9.340,334.9,-14.9,0.94,9.850,335.4 +-15.6,0.94,10.740,334.5,-15.7,0.94,11.130,335.4 +-16.8,0.94,11.350,341.2,-16.8,0.94,12.080,341.7 +-17.6,0.94,12.030,340.7,-17.5,0.94,12.770,341.9 +-18.8,0.94,10.760,343.8,-18.7,0.94,11.440,347.6 +-19.7,0.94,9.900,346.4,-19.4,0.94,10.570,351.4 +-20.5,0.94,8.630,355.4,-20.0,0.94,9.230,359.8 +-21.5,0.95,7.110,358.5,-20.9,0.95,7.650,2.2 +-21.4,0.95,6.000,2.6,-20.8,0.95,6.280,6.7 +-21.0,0.95,5.210,4.3,-20.2,0.95,5.380,6.6 +-20.6,0.95,5.090,8.7,-19.9,0.95,5.270,10.6 +-20.8,0.95,4.320,6.4,-20.0,0.95,4.520,7.7 +-19.9,0.95,4.610,2.4,-19.0,0.95,4.730,3.7 +-21.5,0.95,2.360,41.5,-20.7,0.95,2.540,36.5 +-21.1,0.95,2.560,80.3,-20.7,0.95,2.630,77.1 +-20.2,0.95,3.200,109.3,-19.7,0.95,2.920,107.9 +-21.1,0.95,2.560,149.6,-20.4,0.95,2.950,147.5 +-19.3,0.95,3.940,136.9,-18.5,0.95,4.610,140.0 +-18.0,0.95,2.860,148.4,-17.8,0.95,3.600,151.4 +-16.0,0.95,3.140,163.7,-16.1,0.95,3.340,164.3 +-14.9,0.95,4.410,169.1,-15.1,0.95,4.510,169.3 +-13.4,0.95,5.120,164.8,-13.6,0.95,5.200,165.0 +-12.0,0.95,6.070,165.8,-12.2,0.95,6.170,166.0 +-11.5,0.95,6.630,159.4,-11.7,0.95,6.750,159.7 +-11.8,0.94,6.490,164.5,-11.9,0.94,6.870,164.9 +-12.6,0.94,8.770,159.9,-12.7,0.94,9.360,160.6 +-13.1,0.94,9.550,163.3,-13.2,0.94,10.210,164.3 +-12.8,0.94,8.770,165.9,-13.0,0.94,9.320,166.5 +-12.5,0.94,8.830,164.7,-12.6,0.94,9.370,165.5 +-12.3,0.94,9.670,165.3,-12.3,0.94,10.470,166.2 +-12.0,0.94,10.240,167.6,-12.0,0.94,11.040,169.3 +-11.6,0.94,10.350,170.2,-11.5,0.94,11.090,173.0 +-11.4,0.94,10.580,174.9,-11.3,0.94,11.420,178.7 +-11.2,0.94,10.580,179.5,-11.0,0.94,11.400,182.7 +-10.6,0.94,11.000,181.3,-10.4,0.94,11.820,184.7 +-10.1,0.94,10.770,184.5,-9.9,0.94,11.650,188.0 +-10.2,0.94,10.770,184.3,-10.0,0.94,11.740,187.6 +-10.0,0.94,10.730,182.2,-9.7,0.94,11.750,185.5 +-9.7,0.94,10.780,181.5,-9.3,0.94,11.800,185.1 +-9.5,0.94,11.000,178.1,-9.2,0.94,11.950,181.8 +-9.2,0.94,10.580,174.9,-8.9,0.94,11.460,179.3 +-9.3,0.94,8.120,174.7,-9.2,0.94,8.750,176.3 +-8.4,0.94,5.550,166.8,-8.5,0.94,6.150,167.9 +-6.7,0.94,4.550,161.4,-6.9,0.94,4.870,162.6 +-5.5,0.94,4.590,157.6,-5.7,0.94,4.710,158.3 +-4.3,0.94,4.640,154.0,-4.5,0.94,4.730,154.6 +-3.6,0.94,4.890,152.8,-3.8,0.94,4.990,153.2 +-3.5,0.94,5.040,152.3,-3.7,0.94,5.290,152.7 +-3.9,0.94,7.090,153.1,-4.0,0.94,7.630,153.8 +-4.4,0.94,8.180,150.4,-4.5,0.94,8.750,151.3 +-4.6,0.94,9.200,144.4,-4.5,0.94,9.910,146.3 +-4.7,0.94,9.690,142.8,-4.5,0.94,10.540,145.0 +-4.7,0.94,9.540,143.6,-4.6,0.94,10.300,145.2 +-4.6,0.94,8.790,145.6,-4.6,0.94,9.460,147.3 +-4.9,0.94,7.840,147.1,-4.9,0.94,8.380,149.0 +-4.7,0.94,6.610,148.3,-4.7,0.94,7.040,149.8 +-4.7,0.93,6.890,155.2,-4.7,0.93,7.270,157.6 +-4.7,0.93,6.290,155.8,-4.7,0.93,6.590,158.6 +-4.7,0.93,5.620,157.2,-4.7,0.93,5.810,159.9 +-4.9,0.93,4.380,152.7,-4.9,0.93,4.640,156.0 +-4.6,0.93,4.210,158.8,-4.6,0.93,4.240,162.5 +-4.2,0.93,4.020,169.6,-4.2,0.93,3.900,173.8 +-3.8,0.93,3.660,171.5,-3.9,0.93,3.500,175.0 +-3.9,0.93,4.220,191.2,-4.0,0.93,4.140,193.8 +-4.5,0.93,3.780,195.3,-4.5,0.93,3.820,196.2 +-4.5,0.93,3.940,180.9,-4.4,0.93,4.180,183.2 +-4.5,0.93,2.810,181.4,-4.5,0.93,3.300,181.0 +-3.6,0.93,3.260,182.1,-3.8,0.93,3.340,182.2 +-2.8,0.93,3.520,185.8,-3.0,0.93,3.580,185.6 +-2.2,0.93,3.750,177.7,-2.4,0.93,3.830,178.1 +-1.5,0.93,4.180,185.3,-1.7,0.93,4.280,185.1 +-1.5,0.93,6.940,193.6,-1.7,0.93,6.860,192.2 +-1.4,0.93,7.670,192.0,-1.6,0.93,7.860,191.3 +-2.5,0.93,7.840,198.3,-2.5,0.93,8.270,197.6 +-3.2,0.93,7.760,203.1,-3.1,0.93,8.230,202.6 +-3.4,0.93,7.040,188.2,-3.4,0.93,7.600,188.6 +-3.0,0.93,7.530,175.9,-3.1,0.93,8.070,176.4 +-3.1,0.93,7.010,182.5,-3.2,0.93,7.560,182.7 +-3.1,0.93,5.850,181.3,-3.2,0.93,6.380,181.6 +-3.0,0.93,4.830,178.1,-3.1,0.93,5.430,178.1 +-3.0,0.93,4.340,177.2,-3.1,0.93,5.060,176.3 +-2.9,0.93,5.640,154.8,-2.9,0.93,6.070,156.3 +-3.2,0.93,3.100,142.7,-3.2,0.93,3.590,147.0 +-3.2,0.93,0.570,168.4,-3.3,0.93,0.970,171.9 +-3.1,0.93,0.250,96.2,-3.1,0.93,0.240,122.7 +-3.0,0.93,0.980,343.3,-3.0,0.93,0.890,333.9 +-2.8,0.93,1.970,346.5,-2.8,0.93,2.110,342.0 +-2.9,0.93,3.830,331.0,-2.9,0.93,4.130,331.5 +-3.6,0.93,4.990,332.3,-3.7,0.93,5.510,332.4 +-3.8,0.93,5.610,332.9,-4.0,0.93,5.920,333.7 +-3.6,0.93,5.740,330.1,-3.8,0.93,5.900,330.6 +-3.5,0.93,6.120,328.2,-3.7,0.93,6.250,328.7 +-3.4,0.93,6.390,325.8,-3.6,0.93,6.540,326.2 +-3.6,0.93,6.620,326.4,-3.8,0.93,6.770,326.7 +-3.9,0.93,7.050,326.1,-4.1,0.93,7.200,326.2 +-4.7,0.93,6.590,323.0,-4.9,0.93,6.870,323.4 +-5.8,0.93,8.130,325.0,-5.9,0.93,8.700,325.2 +-6.9,0.93,10.360,328.1,-7.1,0.93,11.090,328.4 +-8.1,0.93,11.490,335.7,-8.2,0.93,12.380,335.6 +-9.6,0.93,11.620,337.7,-9.6,0.93,12.670,337.9 +-10.8,0.93,11.570,338.6,-10.9,0.93,12.540,339.3 +-12.1,0.93,11.020,345.9,-12.1,0.93,12.060,346.7 +-13.3,0.93,10.910,347.7,-13.3,0.93,11.960,348.9 +-14.2,0.93,10.790,349.9,-14.1,0.93,11.830,351.5 +-15.0,0.93,10.760,352.7,-14.9,0.93,11.730,354.8 +-15.8,0.93,10.480,353.5,-15.7,0.93,11.450,355.9 +-16.7,0.93,10.240,351.3,-16.6,0.93,11.260,353.2 +-17.5,0.93,9.940,352.1,-17.5,0.93,10.950,353.8 +-18.3,0.93,9.550,352.5,-18.3,0.93,10.470,353.9 +-19.3,0.93,9.780,352.0,-19.3,0.93,10.710,353.7 +-20.3,0.93,9.660,351.2,-20.3,0.93,10.660,352.4 +-21.3,0.93,9.150,352.0,-21.2,0.93,10.230,353.1 +-22.1,0.93,8.780,355.8,-22.0,0.93,9.860,356.4 +-21.5,0.93,6.730,357.7,-21.6,0.93,7.770,358.1 +-20.4,0.93,5.200,355.7,-20.6,0.93,5.560,356.3 +-18.6,0.93,5.600,349.1,-18.8,0.93,5.760,349.6 +-17.4,0.93,6.220,348.2,-17.6,0.93,6.350,348.6 +-16.5,0.93,6.980,351.2,-16.7,0.93,7.130,351.5 +-16.2,0.93,7.740,348.9,-16.4,0.93,7.910,349.1 +-16.3,0.93,8.110,346.1,-16.5,0.93,8.300,346.2 +-16.8,0.93,7.440,339.5,-17.0,0.93,7.880,339.8 +-17.6,0.93,9.320,337.7,-17.7,0.93,10.010,338.1 +-18.2,0.93,10.100,343.2,-18.4,0.93,10.940,343.5 +-18.6,0.93,9.960,347.3,-18.7,0.93,10.780,347.8 +-18.8,0.93,9.410,350.9,-19.0,0.93,10.140,351.5 +-19.2,0.93,9.840,354.7,-19.4,0.93,10.510,355.2 +-19.7,0.93,9.570,357.4,-19.8,0.93,10.090,357.8 +-19.8,0.93,9.130,356.8,-19.9,0.93,9.570,357.1 +-19.8,0.93,8.480,353.4,-19.9,0.93,8.940,353.7 +-20.0,0.93,8.380,352.1,-20.2,0.93,8.780,352.4 +-20.6,0.93,8.830,352.9,-20.8,0.93,9.210,353.1 +-20.9,0.93,7.110,348.2,-21.1,0.93,7.590,348.3 +-20.6,0.93,8.900,348.0,-20.8,0.93,9.490,348.6 +-20.7,0.93,8.630,345.9,-20.9,0.93,9.030,345.7 +-20.8,0.93,9.120,341.0,-21.0,0.93,9.340,341.1 +-21.0,0.93,8.700,343.8,-21.2,0.93,8.950,343.9 +-21.0,0.93,9.840,343.4,-21.2,0.93,10.380,343.3 +-20.9,0.93,9.390,342.4,-21.1,0.93,9.700,342.2 +-20.8,0.94,10.450,340.6,-21.0,0.94,10.700,340.6 +-20.4,0.94,9.530,334.9,-20.6,0.94,9.740,335.0 +-20.2,0.94,9.510,334.0,-20.4,0.94,9.730,334.0 +-19.9,0.94,9.120,328.9,-20.1,0.94,9.340,328.9 +-19.9,0.94,9.280,325.0,-20.1,0.94,9.500,325.2 +-20.0,0.94,9.160,327.1,-20.2,0.94,9.390,327.1 +-20.3,0.94,7.920,325.7,-20.5,0.94,8.330,325.5 +-21.3,0.94,9.260,326.8,-21.4,0.94,9.950,326.4 +-22.7,0.94,9.940,319.9,-22.9,0.94,11.270,320.6 +-24.6,0.94,11.190,322.3,-24.7,0.94,12.220,322.4 +-26.4,0.94,10.960,323.1,-26.5,0.94,12.070,323.0 +-27.7,0.94,10.510,320.8,-27.8,0.94,11.560,321.0 +-28.6,0.94,10.260,323.0,-28.8,0.94,11.270,322.8 +-29.4,0.94,9.130,321.4,-29.5,0.94,9.970,321.0 +-29.9,0.94,8.980,318.1,-30.1,0.94,9.810,318.3 +-30.4,0.94,8.860,319.7,-30.6,0.94,9.610,319.9 +-30.9,0.94,7.360,317.8,-31.0,0.94,8.310,317.8 +-31.4,0.94,5.420,312.6,-31.4,0.94,6.490,313.8 +-31.8,0.94,4.750,305.8,-31.8,0.94,5.660,308.9 +-32.4,0.94,5.050,299.0,-32.0,0.94,6.020,303.5 +-32.0,0.94,6.140,299.0,-31.4,0.94,6.740,300.7 +-32.2,0.94,5.160,295.1,-31.7,0.94,5.770,296.9 +-32.4,0.94,3.860,288.9,-31.8,0.94,4.630,292.8 +-31.1,0.94,2.810,290.1,-30.9,0.94,3.410,292.8 +-29.6,0.94,2.120,251.7,-29.8,0.94,2.160,255.2 +-27.1,0.94,3.080,263.4,-27.3,0.94,3.110,264.7 +-26.0,0.94,2.860,259.9,-26.2,0.94,2.870,260.3 +-24.9,0.94,3.240,248.8,-25.2,0.94,3.270,249.0 +-24.0,0.94,2.790,249.1,-24.2,0.94,2.820,249.1 +-23.5,0.94,2.670,250.8,-23.7,0.94,2.690,251.0 +-23.3,0.94,2.960,244.4,-23.5,0.94,3.020,244.4 +-23.4,0.94,2.740,255.6,-23.5,0.94,2.850,255.6 +-17.8,0.94,4.040,281.4,-18.0,0.94,4.170,280.1 +-17.8,0.94,3.670,288.6,-18.0,0.94,3.770,288.2 +-18.1,0.94,1.810,302.8,-18.3,0.94,1.990,295.7 +-18.8,0.94,3.180,348.4,-18.9,0.94,2.850,343.3 +-18.6,0.94,2.620,336.9,-18.8,0.94,2.720,338.0 +-19.5,0.94,3.500,13.2,-19.7,0.94,3.340,12.3 +-20.0,0.94,3.620,13.4,-20.2,0.94,3.600,10.9 +-20.2,0.94,3.780,14.0,-20.4,0.94,4.020,14.3 +-20.4,0.94,3.820,9.7,-20.6,0.94,3.990,8.6 +-21.0,0.94,3.670,19.2,-21.2,0.94,3.780,18.3 +-21.3,0.94,3.600,11.9,-21.4,0.94,3.830,12.3 +-21.8,0.94,3.930,9.0,-22.0,0.94,4.170,8.1 +-22.1,0.94,3.520,359.5,-22.3,0.94,3.670,358.7 +-22.3,0.94,2.260,0.6,-22.5,0.94,2.460,359.6 +-22.5,0.94,1.180,345.7,-22.7,0.94,1.340,344.9 +-22.1,0.94,0.220,348.0,-22.3,0.94,0.250,354.6 +-21.0,0.94,0.550,211.1,-21.2,0.94,0.540,209.5 +-19.6,0.94,1.870,225.5,-19.8,0.94,1.880,224.3 +-18.6,0.94,2.530,221.8,-18.8,0.94,2.540,221.4 +-17.5,0.94,3.340,220.1,-17.7,0.94,3.380,219.9 +-16.5,0.94,3.870,220.8,-16.8,0.94,3.930,220.7 +-15.8,0.94,4.230,222.4,-16.1,0.94,4.320,222.4 +-15.3,0.94,4.440,222.2,-15.5,0.94,4.550,222.3 +-15.1,0.94,5.030,233.1,-15.3,0.94,5.160,232.9 +-15.1,0.94,5.010,229.1,-15.2,0.94,5.270,229.4 +-15.0,0.94,4.440,238.6,-15.2,0.94,4.650,238.8 +-14.8,0.94,4.840,246.0,-15.0,0.94,5.120,246.3 +-14.8,0.94,4.610,251.3,-15.0,0.94,4.860,252.4 +-14.8,0.94,4.120,257.1,-15.0,0.94,4.350,258.6 +-14.7,0.94,4.630,268.4,-14.8,0.94,5.040,269.4 +-14.7,0.93,5.450,287.1,-14.9,0.93,5.730,287.8 +-15.2,0.93,5.700,304.4,-15.4,0.93,5.900,304.7 +-15.7,0.94,6.380,299.4,-15.8,0.94,6.660,299.9 +-16.3,0.94,6.930,310.1,-16.4,0.94,7.350,310.0 +-16.9,0.94,7.270,315.6,-17.1,0.94,7.920,316.0 +-17.4,0.94,4.420,301.8,-17.5,0.94,5.560,308.4 +-17.9,0.94,5.930,318.2,-18.0,0.94,7.240,320.4 +-18.7,0.94,8.070,317.3,-18.9,0.94,8.950,317.8 +-19.4,0.94,7.590,321.4,-19.6,0.94,8.340,321.7 +-19.7,0.94,7.510,322.4,-19.9,0.94,7.730,322.7 +-19.2,0.94,6.780,320.5,-19.4,0.94,6.950,320.7 +-18.5,0.94,6.390,310.7,-18.7,0.94,6.520,310.9 +-17.9,0.94,6.450,308.1,-18.1,0.94,6.570,308.2 +-17.2,0.94,6.490,308.5,-17.4,0.94,6.610,308.5 +-16.6,0.94,6.170,310.3,-16.8,0.94,6.290,310.2 +-16.2,0.94,6.040,311.5,-16.4,0.94,6.160,311.3 +-16.2,0.94,5.700,311.6,-16.4,0.94,5.830,311.4 +-16.4,0.94,5.400,317.5,-16.6,0.94,5.690,317.3 +-16.7,0.94,5.640,323.8,-16.9,0.94,5.990,323.6 +-17.2,0.94,5.940,330.4,-17.4,0.94,6.360,330.0 +-17.7,0.94,6.400,324.1,-17.9,0.94,6.740,324.7 +-18.2,0.94,5.070,339.0,-18.4,0.94,5.660,338.2 +-18.8,0.94,5.990,338.3,-19.0,0.94,6.310,339.0 +-19.3,0.94,4.760,343.1,-19.4,0.94,4.920,344.2 +-19.7,0.94,4.230,353.4,-19.8,0.94,4.740,353.1 +-19.8,0.94,5.220,347.2,-20.0,0.94,5.360,348.8 +-20.0,0.94,4.800,352.3,-20.1,0.94,5.010,354.2 +-20.1,0.94,4.260,349.1,-20.2,0.94,4.520,351.5 +-20.3,0.94,3.680,343.9,-20.3,0.94,3.950,345.8 +-20.6,0.94,3.450,346.2,-20.6,0.94,3.750,348.0 +-20.9,0.94,2.990,339.7,-20.9,0.94,3.210,341.5 +-20.8,0.94,2.830,327.3,-20.7,0.94,3.070,328.2 +-21.2,0.94,1.650,283.8,-21.1,0.94,1.930,293.4 +-20.9,0.94,1.280,244.3,-20.8,0.94,1.610,254.4 +-19.4,0.94,1.930,230.0,-19.5,0.94,1.930,231.5 +-18.1,0.94,2.920,235.0,-18.3,0.94,2.950,235.7 +-16.9,0.94,3.350,236.8,-17.1,0.94,3.390,237.3 +-15.8,0.94,3.890,225.5,-16.0,0.94,3.930,225.9 +-14.9,0.94,4.650,226.5,-15.1,0.94,4.720,226.7 +-14.2,0.94,4.900,224.9,-14.4,0.94,4.990,225.0 +-14.0,0.93,5.090,214.6,-14.2,0.93,5.210,215.0 +-13.9,0.93,6.100,210.7,-14.0,0.93,6.320,211.7 +-14.0,0.93,7.600,199.6,-14.1,0.93,8.060,201.3 +-13.7,0.93,7.440,201.2,-13.9,0.93,7.920,201.7 +-13.8,0.93,6.610,200.3,-14.0,0.93,7.010,201.1 +-14.1,0.93,6.710,191.9,-14.3,0.93,7.160,192.8 +-14.0,0.93,6.810,181.8,-14.1,0.93,7.320,183.3 +-13.7,0.93,6.970,178.3,-13.8,0.93,7.430,180.4 +-13.4,0.93,6.750,177.5,-13.5,0.93,7.200,179.5 +-13.2,0.93,6.100,171.9,-13.3,0.93,6.540,174.3 +-12.8,0.93,5.200,172.7,-13.0,0.93,5.600,175.1 +-12.6,0.93,4.500,170.6,-12.7,0.93,4.810,174.9 +-12.6,0.93,3.210,159.3,-12.6,0.93,3.270,173.1 +-12.6,0.93,1.050,162.1,-12.6,0.93,0.920,178.2 +-13.0,0.93,1.860,3.6,-13.0,0.93,1.980,358.6 +-13.2,0.93,6.140,359.2,-13.2,0.93,6.330,358.2 +-14.6,0.93,7.910,6.0,-14.6,0.93,8.450,5.8 +-14.8,0.93,5.990,4.0,-14.9,0.93,6.310,4.4 +-13.9,0.93,6.460,359.4,-14.1,0.93,6.570,359.5 +-13.1,0.93,5.990,353.9,-13.3,0.93,6.090,353.9 +-12.4,0.93,6.460,345.9,-12.6,0.93,6.560,346.2 +-11.8,0.94,5.620,344.1,-12.0,0.94,5.720,344.0 +-11.5,0.94,6.060,333.0,-11.7,0.94,6.150,333.3 +-11.6,0.94,6.010,330.8,-11.8,0.94,6.120,330.9 +-11.8,0.94,4.960,334.2,-12.0,0.94,5.140,333.7 +-12.4,0.94,7.520,331.6,-12.6,0.94,7.430,332.2 +-13.1,0.94,5.420,344.7,-13.1,0.94,5.510,340.2 +-13.2,0.94,5.080,334.3,-13.2,0.94,5.410,331.7 +-14.8,0.94,2.830,337.7,-14.7,0.94,3.330,335.9 +-15.2,0.94,1.920,4.1,-15.2,0.94,2.380,355.7 +-15.0,0.94,1.030,20.8,-14.9,0.94,1.180,9.2 +-15.4,0.94,0.510,19.9,-15.2,0.94,0.610,23.7 +-15.5,0.94,0.640,30.4,-15.4,0.94,0.580,26.4 +-15.6,0.94,1.060,358.5,-15.3,0.94,0.950,339.8 +-15.3,0.94,0.570,179.6,-15.2,0.94,0.810,200.3 +-15.8,0.94,2.160,186.2,-15.7,0.94,2.440,185.9 +-16.0,0.94,2.190,191.6,-15.9,0.94,2.450,193.5 +-15.6,0.94,3.130,197.0,-15.5,0.94,3.390,197.7 +-15.4,0.94,2.400,191.0,-15.3,0.94,2.610,194.0 +-15.2,0.94,2.290,187.8,-15.0,0.94,2.620,187.4 +-14.2,0.94,3.130,177.5,-14.1,0.94,3.200,182.8 +-14.3,0.94,1.940,162.5,-14.4,0.94,2.540,166.6 +-12.5,0.94,3.150,172.3,-12.7,0.94,3.190,172.8 +-11.5,0.94,3.250,167.1,-11.7,0.94,3.280,167.7 +-10.6,0.94,2.840,161.2,-10.8,0.94,2.870,161.4 +-10.1,0.94,3.320,138.4,-10.3,0.94,3.370,138.8 +-9.5,0.94,3.790,136.2,-9.7,0.94,3.850,136.6 +-9.0,0.94,4.020,134.4,-9.2,0.94,4.110,135.0 +-9.7,0.94,5.240,118.9,-9.9,0.94,5.390,119.6 +-10.4,0.94,5.440,120.9,-10.6,0.94,5.750,121.4 +-11.0,0.94,5.440,111.5,-11.2,0.94,5.760,112.7 +-11.6,0.94,5.180,109.4,-11.8,0.94,5.670,110.4 +-12.0,0.94,5.350,108.4,-12.2,0.94,5.760,108.7 +-12.1,0.94,5.110,104.1,-12.2,0.94,5.550,105.4 +-12.1,0.94,5.260,104.5,-12.3,0.94,5.710,105.4 +-12.4,0.94,5.670,97.3,-12.5,0.94,6.230,99.0 +-12.6,0.94,6.420,94.5,-12.7,0.94,6.980,98.1 +-12.8,0.94,7.230,97.5,-12.8,0.94,7.900,101.2 +-12.8,0.94,7.740,95.9,-12.8,0.94,8.670,100.2 +-13.5,0.94,8.130,86.9,-13.5,0.94,8.870,92.0 +-13.6,0.94,8.290,85.3,-13.6,0.94,9.060,89.7 +-13.6,0.94,8.310,83.0,-13.5,0.94,9.180,87.4 +-13.6,0.94,8.320,83.5,-13.4,0.94,9.290,88.1 +-13.6,0.94,8.110,81.9,-13.4,0.94,9.140,87.0 +-13.8,0.95,7.180,77.0,-13.6,0.95,8.240,81.4 +-13.1,0.95,3.780,72.3,-13.2,0.95,4.430,75.5 +-11.4,0.95,3.010,64.4,-11.6,0.95,3.060,65.8 +-10.0,0.95,3.060,64.0,-10.1,0.95,3.100,65.1 +-8.8,0.95,3.030,63.0,-9.0,0.95,3.080,64.2 +-8.0,0.95,3.060,55.1,-8.2,0.95,3.100,56.5 +-7.6,0.95,3.200,50.6,-7.8,0.95,3.210,51.9 +-7.5,0.95,3.050,52.8,-7.7,0.95,3.080,52.4 +-7.8,0.95,3.230,62.7,-8.0,0.95,3.280,61.2 +-9.0,0.95,4.130,42.1,-9.0,0.95,3.970,48.4 +-9.5,0.95,5.370,60.9,-9.5,0.95,5.400,64.3 +-9.8,0.95,5.550,90.5,-9.8,0.95,5.120,97.8 +-10.2,0.95,3.680,107.5,-10.2,0.95,3.420,109.5 +-10.2,0.95,2.730,127.3,-10.2,0.95,2.640,127.8 +-11.2,0.95,4.530,134.1,-11.2,0.95,4.670,133.7 +-12.4,0.95,6.670,130.0,-12.1,0.95,6.910,130.3 +-13.0,0.95,7.370,132.0,-12.6,0.95,7.480,131.7 +-13.6,0.95,6.620,134.7,-13.1,0.95,6.890,134.9 +-14.2,0.95,6.290,135.6,-13.7,0.95,6.710,136.3 +-14.6,0.95,5.850,140.3,-14.1,0.95,6.250,140.9 +-14.9,0.95,5.580,143.5,-14.4,0.95,5.980,144.2 +-15.1,0.95,5.150,145.5,-14.6,0.95,5.580,146.6 +-15.2,0.95,4.540,147.3,-14.6,0.95,4.960,148.7 +-15.5,0.95,4.900,153.4,-15.0,0.95,5.370,154.5 +-15.7,0.95,4.730,150.4,-15.1,0.95,5.280,152.2 +-15.2,0.95,2.390,152.5,-15.1,0.95,3.280,153.3 +-12.8,0.95,2.780,163.7,-13.0,0.95,2.910,163.1 +-11.7,0.95,3.420,163.4,-11.9,0.95,3.450,163.5 +-10.3,0.95,4.070,162.2,-10.5,0.95,4.120,162.3 +-9.3,0.95,4.550,164.7,-9.5,0.95,4.600,164.8 +-8.8,0.95,4.950,164.2,-9.0,0.95,5.010,164.4 +-8.8,0.95,5.250,163.9,-9.0,0.95,5.310,164.2 +-9.4,0.95,5.740,157.4,-9.6,0.95,5.960,157.8 +-10.7,0.95,8.370,158.1,-10.8,0.95,8.670,158.0 +-11.9,0.95,8.490,151.7,-12.0,0.95,9.010,152.0 +-12.9,0.95,9.520,152.2,-12.7,0.95,10.330,154.0 +-12.9,0.95,10.260,151.6,-12.6,0.95,11.090,153.5 +-12.4,0.95,9.930,153.2,-12.2,0.95,10.700,155.3 +-11.3,0.95,9.220,160.0,-11.3,0.95,9.900,161.1 +-10.8,0.95,9.090,159.0,-10.8,0.95,9.710,160.2 +-10.4,0.95,8.830,167.3,-10.4,0.95,9.380,168.0 +-10.1,0.94,8.890,167.3,-10.2,0.94,9.550,168.3 +-10.3,0.94,9.870,168.3,-10.3,0.94,10.580,169.7 +-10.3,0.94,10.940,171.0,-10.3,0.94,11.720,172.5 +-10.8,0.94,9.470,177.7,-10.8,0.94,10.100,178.5 +-9.9,0.94,9.090,175.6,-10.0,0.94,9.730,176.3 +-9.6,0.94,10.100,173.8,-9.7,0.94,10.770,174.8 +-9.2,0.94,10.290,173.9,-9.2,0.94,10.950,175.0 +-8.8,0.94,9.600,175.1,-8.9,0.94,10.230,176.1 +-7.9,0.94,8.710,184.3,-8.1,0.94,9.260,184.8 +-7.1,0.94,7.700,184.2,-7.2,0.94,7.940,184.6 +-6.0,0.94,7.430,185.3,-6.2,0.94,7.600,185.6 +-4.8,0.94,7.250,191.3,-5.0,0.94,7.400,191.6 +-3.9,0.94,7.440,193.9,-4.1,0.94,7.600,194.0 +-3.4,0.94,7.160,194.0,-3.5,0.94,7.320,194.1 +-3.1,0.94,6.800,194.4,-3.3,0.94,6.960,194.5 +-3.3,0.94,6.600,189.6,-3.5,0.94,6.960,189.7 +-3.6,0.94,8.890,186.8,-3.8,0.94,9.460,187.9 +-4.1,0.94,10.330,187.9,-4.2,0.94,11.120,189.7 +-4.3,0.94,10.120,188.7,-4.4,0.94,10.840,190.4 +-4.5,0.94,8.900,186.5,-4.5,0.94,9.720,188.5 +-4.6,0.94,8.920,178.9,-4.7,0.94,9.580,180.8 +-4.9,0.94,9.630,184.1,-4.9,0.94,10.340,186.2 +-5.2,0.94,8.870,181.6,-5.2,0.94,9.730,185.5 +-5.5,0.94,8.280,178.0,-5.5,0.94,9.130,183.3 +-6.0,0.94,7.010,165.4,-5.8,0.94,7.560,171.9 +-6.1,0.94,6.450,151.7,-5.9,0.94,6.860,159.3 +-6.5,0.94,6.370,146.1,-6.4,0.94,6.890,150.6 +-6.7,0.94,6.390,128.3,-6.7,0.94,6.880,130.7 +-6.8,0.94,6.740,108.4,-6.8,0.94,7.230,110.6 +-6.6,0.94,6.990,108.0,-6.7,0.94,7.540,109.1 +-6.5,0.93,7.120,101.0,-6.5,0.93,7.730,102.5 +-6.2,0.93,7.530,98.0,-6.3,0.93,8.130,99.1 +-5.9,0.93,7.120,97.8,-6.0,0.93,7.630,98.6 +-5.0,0.93,7.180,90.0,-5.2,0.93,7.360,90.5 +-3.9,0.93,6.890,93.5,-4.1,0.93,7.070,93.8 +-3.2,0.93,7.760,86.5,-3.4,0.93,7.950,86.8 +-3.5,0.93,8.890,82.0,-3.7,0.93,9.270,82.2 +-4.1,0.93,10.270,67.1,-4.3,0.93,10.980,67.7 +-4.3,0.93,10.870,65.0,-4.4,0.93,11.570,65.7 +-4.3,0.93,11.630,74.8,-4.4,0.93,12.190,75.0 +-4.3,0.93,10.630,71.0,-4.4,0.93,11.190,71.3 +-4.2,0.92,9.840,59.4,-4.4,0.92,10.340,60.1 +-4.3,0.92,10.320,58.1,-4.5,0.92,10.840,58.7 +-4.2,0.92,10.220,54.0,-4.3,0.92,10.740,54.7 +-4.3,0.92,10.230,48.6,-4.5,0.92,10.750,49.3 +-4.6,0.92,10.150,42.6,-4.7,0.92,10.640,43.3 +-4.8,0.92,9.900,36.2,-5.0,0.92,10.370,36.9 +-5.0,0.92,10.190,29.5,-5.2,0.92,10.660,30.1 +-5.1,0.92,9.930,23.4,-5.2,0.92,10.390,24.0 +-5.1,0.92,10.300,17.5,-5.3,0.92,10.770,18.0 +-5.4,0.92,10.760,11.3,-5.6,0.92,11.250,11.7 +-5.9,0.92,10.510,5.4,-6.1,0.92,10.980,5.8 +-6.9,0.92,10.880,2.3,-7.0,0.92,11.350,2.6 +-7.8,0.92,10.370,356.8,-8.0,0.92,10.870,357.3 +-8.5,0.93,10.110,350.7,-8.7,0.93,10.580,351.0 +-9.0,0.93,10.370,348.7,-9.1,0.93,10.850,348.9 +-9.1,0.93,10.480,347.4,-9.3,0.93,10.840,347.7 +-9.3,0.93,10.550,346.1,-9.5,0.93,10.800,346.3 +-9.0,0.93,9.540,341.9,-9.2,0.93,9.750,342.0 +-8.8,0.93,9.440,332.9,-9.0,0.93,9.630,333.1 +-8.5,0.93,9.560,330.1,-8.8,0.93,9.760,330.2 +-8.4,0.93,9.130,322.8,-8.6,0.93,9.320,323.1 +-8.4,0.93,8.720,322.4,-8.6,0.93,8.940,322.5 +-8.8,0.93,7.180,314.3,-9.0,0.93,7.510,314.9 +-9.4,0.93,8.030,312.9,-9.5,0.93,8.750,313.5 +-10.1,0.93,9.720,313.4,-10.2,0.93,10.440,313.9 +-10.9,0.93,10.570,314.4,-11.0,0.93,11.390,315.2 +-11.4,0.94,10.090,318.4,-11.4,0.94,11.160,319.6 +-12.1,0.94,8.690,316.0,-11.9,0.94,9.770,318.4 +-12.7,0.94,7.870,302.8,-12.5,0.94,8.840,305.5 +-13.3,0.94,6.850,305.4,-12.9,0.94,8.160,307.4 +-13.3,0.94,6.050,300.7,-12.8,0.94,7.200,303.5 +-12.6,0.94,6.610,294.4,-11.8,0.94,7.380,294.7 +-12.6,0.94,4.650,274.9,-12.1,0.94,5.460,277.9 +-12.4,0.94,4.690,257.1,-11.7,0.94,5.370,259.9 +-13.4,0.94,5.320,245.0,-12.5,0.94,5.930,247.0 +-14.3,0.93,5.630,232.1,-13.3,0.93,6.380,233.5 +-15.3,0.93,6.040,217.9,-14.2,0.93,6.650,220.2 +-15.7,0.93,7.340,222.2,-14.6,0.93,7.990,224.0 +-15.4,0.93,8.260,221.5,-14.5,0.93,9.150,223.8 +-14.4,0.93,6.350,215.4,-13.8,0.93,7.630,217.8 +-11.6,0.93,4.950,214.7,-11.6,0.93,6.180,215.8 +-9.0,0.93,4.770,220.0,-9.2,0.93,4.930,220.2 +-6.9,0.93,5.360,226.8,-7.1,0.93,5.440,227.2 +-5.5,0.93,5.840,233.6,-5.7,0.93,5.930,233.8 +-4.7,0.93,5.240,230.4,-4.9,0.93,5.320,230.8 +-4.1,0.93,5.930,227.6,-4.3,0.93,6.030,228.0 +-3.9,0.93,6.410,228.0,-4.1,0.93,6.730,228.9 +-3.9,0.93,8.520,224.8,-4.1,0.93,8.770,226.9 +-4.0,0.93,10.510,223.2,-4.0,0.93,10.970,225.8 +-5.5,0.93,9.000,235.5,-5.0,0.93,10.580,238.1 +-5.3,0.93,9.440,245.0,-4.9,0.93,10.470,250.3 +-6.0,0.93,8.230,259.1,-5.4,0.93,9.380,264.1 +-5.6,0.93,8.700,270.4,-5.3,0.93,9.420,274.7 +-5.4,0.93,7.550,280.8,-5.1,0.93,8.280,284.4 +-5.1,0.93,7.460,285.1,-4.8,0.93,8.240,287.8 +-5.0,0.93,7.620,287.8,-4.7,0.93,8.510,290.3 +-5.1,0.93,6.570,283.7,-4.9,0.93,7.310,287.4 +-5.3,0.93,5.830,281.6,-5.0,0.93,6.480,285.9 +-5.5,0.93,5.620,285.9,-5.2,0.93,6.280,290.1 +-5.5,0.93,4.680,287.6,-5.3,0.93,5.330,292.7 +-5.7,0.93,4.370,280.9,-5.5,0.93,4.860,286.6 +-6.3,0.93,3.850,278.6,-6.0,0.93,4.340,284.7 +-6.5,0.93,3.570,276.7,-6.3,0.93,3.980,282.8 +-6.7,0.93,3.660,268.5,-6.3,0.93,4.030,274.1 +-6.5,0.93,3.080,265.5,-6.1,0.93,3.440,273.0 +-5.8,0.93,1.880,280.5,-5.5,0.93,2.340,289.5 +-4.8,0.93,1.090,275.5,-4.9,0.93,1.420,284.3 +-3.1,0.93,1.590,275.9,-3.3,0.93,1.650,280.3 +-1.9,0.93,2.290,290.4,-2.1,0.93,2.330,290.9 +-1.7,0.93,2.300,291.3,-1.9,0.93,2.320,291.0 +-1.8,0.93,2.470,291.1,-2.0,0.93,2.490,290.1 +-2.1,0.93,2.920,299.7,-2.3,0.93,3.000,299.9 +-2.8,0.93,3.220,317.5,-2.6,0.93,3.600,318.0 +-2.9,0.93,3.540,329.3,-2.7,0.93,4.010,329.1 +-2.9,0.93,5.450,334.5,-2.8,0.93,5.710,334.7 +-3.5,0.93,6.630,338.2,-3.4,0.93,6.820,338.2 +-5.0,0.93,8.270,350.4,-4.8,0.93,8.600,351.5 +-5.9,0.93,8.620,4.3,-5.6,0.93,8.970,4.3 +-7.2,0.93,8.810,17.5,-6.8,0.93,9.390,20.0 +-8.2,0.93,7.960,20.9,-7.7,0.93,8.630,22.6 +-9.2,0.93,6.900,22.0,-9.0,0.93,7.770,23.3 +-9.9,0.93,7.580,20.0,-9.8,0.93,8.320,22.9 +-10.6,0.93,7.870,17.6,-10.6,0.93,8.580,19.9 +-11.7,0.93,8.760,15.8,-11.7,0.93,9.480,18.8 +-12.9,0.93,9.130,17.8,-12.8,0.93,9.900,20.4 +-13.6,0.93,8.700,14.5,-13.7,0.93,9.440,15.8 +-14.2,0.93,8.120,10.1,-14.3,0.93,8.610,10.6 +-14.0,0.93,7.080,7.8,-14.2,0.93,7.280,8.0 +-13.4,0.94,6.650,2.3,-13.6,0.94,6.790,2.4 +-12.9,0.94,6.850,356.9,-13.1,0.94,6.990,356.9 +-12.5,0.94,7.360,349.3,-12.7,0.94,7.500,349.5 +-11.9,0.94,7.590,347.9,-12.2,0.94,7.750,347.9 +-11.4,0.94,7.300,346.5,-11.6,0.94,7.470,346.4 +-11.3,0.94,7.510,339.5,-11.5,0.94,7.680,339.7 +-11.4,0.94,7.110,334.8,-11.6,0.94,7.370,334.9 +-11.7,0.94,8.630,335.8,-11.9,0.94,9.320,335.8 +-11.8,0.94,8.860,334.3,-11.8,0.94,9.510,333.9 +-11.8,0.94,10.070,329.4,-11.9,0.94,10.990,329.8 +-12.7,0.94,10.020,329.7,-12.8,0.94,11.100,330.2 +-13.3,0.94,10.310,331.3,-13.2,0.94,11.450,332.2 +-13.8,0.94,11.010,332.6,-13.7,0.94,12.210,334.0 +-14.0,0.94,10.960,333.1,-13.9,0.94,12.030,334.7 +-14.8,0.94,10.460,332.2,-14.8,0.94,11.450,334.4 +-15.4,0.94,10.220,331.8,-15.3,0.94,11.200,334.0 +-15.8,0.94,9.870,329.2,-15.8,0.94,10.820,331.7 +-16.0,0.94,9.610,327.4,-16.1,0.94,10.580,329.7 +-16.4,0.94,9.170,328.3,-16.4,0.94,10.020,330.8 +-17.0,0.94,9.160,330.2,-17.0,0.94,9.990,333.1 +-17.6,0.94,8.460,331.9,-17.6,0.94,9.350,334.6 +-18.1,0.94,8.740,332.7,-18.0,0.94,9.640,335.6 +-18.5,0.94,7.740,336.2,-18.6,0.94,8.370,337.1 +-18.3,0.94,5.500,332.3,-18.5,0.94,5.990,333.4 +-17.2,0.94,6.310,325.8,-17.4,0.94,6.480,326.4 +-16.5,0.95,6.250,319.8,-16.7,0.95,6.370,320.2 +-15.8,0.95,6.570,317.1,-16.0,0.95,6.690,317.4 +-15.2,0.95,6.700,318.1,-15.4,0.95,6.840,318.3 +-14.8,0.95,6.730,318.0,-15.0,0.95,6.880,318.1 +-14.5,0.95,6.830,315.7,-14.8,0.95,6.990,315.8 +-14.6,0.95,6.840,313.1,-14.8,0.95,7.030,313.2 +-14.7,0.94,6.720,312.3,-14.9,0.94,7.200,312.9 +-14.8,0.94,7.370,309.5,-14.9,0.94,7.810,310.4 +-15.0,0.94,8.440,318.9,-15.0,0.94,8.940,321.1 +-15.4,0.94,7.470,326.7,-15.3,0.94,7.990,329.0 +-15.8,0.94,7.440,333.0,-15.6,0.94,8.170,335.8 +-15.7,0.94,6.510,335.4,-15.6,0.94,6.750,336.8 +-16.5,0.94,5.220,331.8,-16.3,0.94,5.480,332.2 +-17.0,0.94,4.500,329.7,-16.9,0.94,4.920,330.6 +-17.7,0.94,3.420,332.9,-17.4,0.94,3.850,332.4 +-18.3,0.94,2.150,325.4,-18.1,0.94,2.590,327.4 +-18.3,0.94,2.040,326.6,-18.1,0.94,2.360,327.8 +-18.3,0.94,2.310,333.4,-18.1,0.94,2.370,333.1 +-18.1,0.94,2.360,348.1,-17.9,0.94,2.330,346.3 +-18.4,0.94,2.180,350.1,-18.0,0.94,2.140,349.7 +-19.0,0.94,1.660,333.2,-18.6,0.94,1.720,333.7 +-18.7,0.94,1.260,349.4,-18.2,0.94,1.270,345.4 +-18.2,0.94,1.120,18.6,-17.9,0.94,0.980,10.8 +-17.5,0.94,0.350,43.3,-17.4,0.94,0.390,39.5 +-15.8,0.94,0.760,257.9,-16.0,0.94,0.720,258.5 +-14.8,0.94,0.710,261.9,-15.0,0.94,0.680,262.8 +-14.0,0.94,0.290,297.8,-14.2,0.94,0.270,301.4 +-13.3,0.94,0.550,286.1,-13.5,0.94,0.530,285.3 +-12.9,0.94,0.950,250.5,-13.1,0.94,0.930,248.8 +-12.8,0.94,1.680,223.8,-13.0,0.94,1.720,223.0 +-13.1,0.94,2.850,201.5,-13.3,0.94,2.800,202.2 +-13.1,0.94,2.670,197.8,-13.3,0.94,2.690,198.2 +-13.3,0.94,2.860,186.2,-13.3,0.94,3.040,185.5 +-12.7,0.94,3.950,180.9,-12.8,0.94,4.070,182.3 +-13.3,0.94,4.940,174.3,-13.2,0.94,4.970,179.8 +-15.3,0.94,6.910,184.5,-15.0,0.94,7.170,186.6 +-15.0,0.94,8.110,182.9,-14.6,0.94,8.320,185.9 +-15.2,0.94,8.720,177.4,-14.8,0.94,9.200,180.7 +-15.3,0.94,8.890,176.0,-14.9,0.94,9.520,178.9 +-15.3,0.94,8.710,178.6,-14.9,0.94,9.360,181.9 +-15.1,0.94,9.550,181.3,-14.8,0.94,10.170,183.9 +-15.0,0.94,9.690,176.7,-14.7,0.94,10.390,179.2 +-14.9,0.94,9.820,174.0,-14.6,0.94,10.550,176.3 +-15.3,0.94,9.490,179.1,-15.2,0.94,10.190,179.9 +-15.4,0.94,9.220,176.8,-15.4,0.94,9.900,177.5 +-15.8,0.94,9.320,172.8,-15.9,0.94,10.100,173.9 +-14.4,0.94,8.720,175.2,-14.5,0.94,9.530,175.7 +-13.0,0.94,8.430,170.9,-13.1,0.94,9.150,171.7 +-11.5,0.93,8.650,171.8,-11.6,0.93,9.120,172.5 +-10.0,0.93,9.340,168.4,-10.1,0.93,9.690,169.0 +-8.7,0.93,10.010,171.5,-8.9,0.93,10.290,171.9 +-7.8,0.93,10.700,170.5,-8.0,0.93,11.020,170.9 +-7.4,0.93,10.520,172.3,-7.6,0.93,10.980,172.6 +-7.5,0.93,11.640,166.2,-7.7,0.93,12.140,166.6 +-7.1,0.93,12.720,169.6,-7.3,0.93,13.320,169.9 +-7.1,0.93,12.750,171.3,-7.2,0.93,13.390,171.6 +-6.9,0.93,12.830,175.9,-7.0,0.93,13.480,176.1 +-6.8,0.93,12.430,181.9,-7.0,0.93,13.100,182.0 +-6.9,0.93,12.610,184.8,-7.0,0.93,13.260,185.0 +-6.8,0.93,12.750,185.7,-6.9,0.93,13.410,186.0 +-6.7,0.93,12.280,185.9,-6.8,0.93,12.910,186.1 +-6.5,0.93,11.740,187.3,-6.7,0.93,12.350,187.5 +-6.5,0.93,10.670,186.4,-6.6,0.93,11.280,186.7 +-6.5,0.93,9.820,185.2,-6.7,0.93,10.400,185.5 +-6.6,0.93,9.100,181.8,-6.7,0.93,9.690,182.3 +-6.7,0.92,7.920,176.6,-6.8,0.92,8.480,177.2 +-6.9,0.92,7.070,176.2,-7.0,0.92,7.630,176.8 +-7.2,0.92,7.950,163.6,-7.4,0.92,8.570,165.2 +-7.5,0.92,7.160,159.7,-7.7,0.92,7.580,161.5 +-7.7,0.92,5.480,169.2,-7.8,0.92,5.840,170.8 +-7.5,0.92,3.190,168.6,-7.6,0.92,3.380,169.9 +-6.6,0.92,1.570,178.0,-6.8,0.92,1.590,178.6 +-5.6,0.92,0.660,285.2,-5.8,0.92,0.640,285.2 +-4.8,0.92,2.440,336.3,-5.0,0.92,2.480,336.5 +-4.4,0.92,4.430,344.6,-4.6,0.92,4.510,344.8 +-4.5,0.93,6.010,346.8,-4.7,0.93,6.140,346.9 +-4.8,0.93,8.500,348.1,-4.9,0.93,8.830,348.1 +-7.4,0.93,10.370,332.3,-7.5,0.93,10.980,333.0 +-10.2,0.93,11.940,334.9,-10.4,0.93,12.610,335.4 +-12.2,0.93,13.030,341.8,-12.4,0.93,13.550,341.9 +-13.4,0.93,13.310,344.5,-13.6,0.93,13.940,344.9 +-14.4,0.93,12.950,348.8,-14.6,0.93,13.480,349.0 +-15.5,0.93,12.980,349.5,-15.7,0.93,13.580,349.7 +-16.7,0.93,12.460,347.9,-16.9,0.93,13.240,348.2 +-17.9,0.93,13.230,348.3,-18.0,0.93,14.060,348.7 +-18.8,0.93,13.880,349.6,-18.9,0.93,14.710,349.9 +-19.4,0.93,13.360,349.3,-19.6,0.93,14.110,349.7 +-19.9,0.93,13.390,352.2,-20.1,0.93,14.010,352.4 +-20.7,0.93,12.100,350.0,-20.9,0.93,12.760,350.2 +-22.0,0.93,13.250,348.7,-22.2,0.93,13.930,349.0 +-22.9,0.94,12.830,347.4,-23.1,0.94,13.570,347.7 +-23.6,0.94,12.890,348.7,-23.8,0.94,13.550,349.0 +-24.4,0.94,12.820,347.5,-24.6,0.94,13.550,347.8 +-24.9,0.94,12.790,348.0,-25.1,0.94,13.620,348.3 +-24.9,0.94,12.330,348.3,-25.1,0.94,12.710,348.5 +-24.4,0.94,12.310,345.7,-24.6,0.94,12.610,345.9 +-23.6,0.94,11.670,342.9,-23.8,0.94,11.940,343.1 +-22.8,0.94,11.500,341.6,-23.0,0.94,11.760,341.8 +-22.2,0.94,11.450,339.5,-22.4,0.94,11.720,339.7 +-21.6,0.94,11.920,339.2,-21.8,0.94,12.200,339.4 +-21.1,0.94,11.210,338.2,-21.3,0.94,11.480,338.5 +-21.0,0.94,10.360,337.0,-21.2,0.94,10.720,337.3 +-21.3,0.95,10.250,335.8,-21.5,0.95,11.050,336.0 +-21.8,0.95,11.630,338.2,-21.9,0.95,12.600,338.4 +-22.0,0.95,11.540,342.9,-22.2,0.95,12.520,343.5 +-22.3,0.95,11.050,347.0,-22.5,0.95,12.050,347.7 +-22.8,0.95,10.240,351.0,-22.9,0.95,11.290,352.1 +-23.3,0.95,10.010,351.7,-23.4,0.95,11.070,353.3 +-23.6,0.95,10.440,356.1,-23.7,0.95,11.400,358.2 +-23.9,0.95,11.320,0.9,-24.0,0.95,12.160,3.3 +-24.1,0.95,12.130,9.0,-24.2,0.95,12.910,11.0 +-24.7,0.95,11.790,12.0,-24.7,0.95,12.590,14.0 +-24.9,0.95,11.600,17.8,-24.9,0.95,12.440,19.4 +-25.3,0.95,10.660,21.6,-25.3,0.95,11.560,22.9 +-25.5,0.95,10.550,23.6,-25.4,0.95,11.510,24.9 +-25.8,0.95,9.640,23.5,-25.8,0.95,10.680,24.8 +-25.9,0.95,10.060,26.9,-25.9,0.95,11.120,28.2 +-25.2,0.95,8.920,29.6,-25.3,0.95,9.670,30.4 +-24.4,0.95,4.570,35.7,-24.6,0.95,4.920,35.8 +-22.5,0.95,2.820,41.4,-22.7,0.95,2.890,42.3 +-20.7,0.95,1.610,60.9,-20.9,0.95,1.650,61.7 +-19.2,0.95,2.380,34.6,-19.4,0.95,2.410,35.3 +-17.9,0.95,2.770,26.4,-18.1,0.95,2.780,27.0 +-16.9,0.95,2.590,23.6,-17.1,0.95,2.600,24.3 +-16.4,0.95,2.570,17.5,-16.6,0.95,2.560,18.6 +-16.5,0.95,3.470,20.9,-16.7,0.95,3.480,22.1 +-17.2,0.95,5.170,29.6,-17.4,0.95,5.120,30.6 +-17.2,0.95,6.940,39.0,-17.1,0.95,6.860,41.1 +-17.2,0.95,8.100,49.3,-16.9,0.95,8.200,49.7 +-16.9,0.95,8.670,57.4,-16.6,0.95,8.810,58.5 +-16.8,0.95,9.220,66.9,-16.4,0.95,9.450,68.4 +-17.0,0.95,9.150,79.7,-16.7,0.95,9.720,80.4 +-17.2,0.95,10.400,89.3,-16.6,0.95,10.580,90.8 +-17.1,0.95,9.440,97.8,-16.5,0.95,9.890,101.8 +-17.4,0.95,8.440,110.8,-16.9,0.95,8.990,115.3 +-17.6,0.95,7.830,121.1,-17.1,0.95,8.430,123.6 +-17.4,0.95,8.090,121.6,-17.0,0.95,8.620,122.2 +-18.3,0.95,8.300,124.8,-18.0,0.95,8.830,124.9 +-18.9,0.95,8.300,129.9,-18.4,0.95,8.920,130.2 +-19.0,0.95,7.600,127.8,-18.4,0.95,8.240,128.1 +-19.0,0.95,8.360,120.2,-18.5,0.95,8.940,120.6 +-18.9,0.95,7.220,115.9,-18.6,0.95,8.020,116.3 +-18.4,0.95,4.360,106.8,-18.2,0.95,5.430,108.9 +-16.3,0.95,2.890,110.5,-16.5,0.95,3.090,111.8 +-14.4,0.95,2.650,128.0,-14.6,0.95,2.700,128.3 +-12.8,0.95,2.590,130.5,-13.0,0.95,2.630,130.5 +-11.5,0.95,3.130,124.4,-11.7,0.95,3.180,124.4 +-10.5,0.95,3.490,107.6,-10.7,0.95,3.540,107.6 +-10.1,0.95,3.900,109.0,-10.3,0.95,3.960,108.9 +-10.5,0.95,4.210,114.8,-10.7,0.95,4.360,114.8 +-11.3,0.95,5.960,114.4,-11.5,0.95,5.910,112.3 +-12.7,0.95,7.000,105.0,-12.7,0.95,7.290,103.2 +-14.3,0.95,8.820,97.4,-14.2,0.95,9.050,96.5 +-15.5,0.95,10.500,101.8,-15.3,0.95,11.740,102.6 +-15.9,0.95,10.530,101.8,-15.7,0.95,11.730,102.8 +-16.0,0.95,9.380,101.2,-15.9,0.95,10.410,102.4 +-16.2,0.95,7.300,99.0,-16.3,0.95,8.210,101.0 +-16.0,0.95,5.780,103.2,-16.1,0.95,6.480,105.1 +-15.5,0.95,4.750,99.6,-15.6,0.95,5.410,102.0 +-14.9,0.95,5.640,87.2,-15.0,0.95,6.230,90.0 +-14.1,0.94,5.950,85.7,-14.3,0.94,6.550,87.8 +-13.4,0.94,6.440,85.2,-13.5,0.94,7.020,87.1 +-12.8,0.94,6.740,78.2,-12.9,0.94,7.330,80.2 +-12.5,0.94,7.440,78.0,-12.6,0.94,8.090,80.4 +-12.3,0.94,7.090,72.5,-12.4,0.94,7.670,74.9 +-11.7,0.94,7.000,82.3,-11.8,0.94,7.550,83.8 +-10.7,0.94,5.330,82.3,-10.9,0.94,5.670,83.6 +-9.6,0.94,5.940,85.0,-9.8,0.94,6.100,85.4 +-8.6,0.94,5.650,84.9,-8.8,0.94,5.770,85.1 +-7.8,0.94,5.930,89.3,-8.0,0.94,6.050,89.1 +-8.0,0.94,5.080,85.9,-8.2,0.94,5.180,85.6 +-7.7,0.94,6.100,78.5,-7.8,0.94,6.240,78.9 +-7.3,0.94,4.780,80.7,-7.5,0.94,4.870,80.2 +-7.2,0.94,3.720,73.4,-7.4,0.94,3.850,73.5 +-7.3,0.94,4.370,75.4,-7.5,0.94,4.640,75.9 +-7.5,0.94,4.880,86.0,-7.6,0.94,5.430,86.6 +-7.8,0.94,5.090,87.0,-7.9,0.94,5.840,88.9 +-7.4,0.94,5.630,52.1,-7.4,0.94,6.300,58.1 +-8.2,0.94,7.230,65.6,-8.3,0.94,7.870,72.5 +-8.7,0.94,6.420,54.7,-8.8,0.94,6.560,56.9 +-9.2,0.94,5.920,42.1,-9.2,0.94,6.140,47.4 +-9.6,0.93,5.650,43.3,-9.6,0.93,5.960,48.9 +-9.5,0.93,5.960,46.6,-9.1,0.93,5.930,50.5 +-9.0,0.93,6.250,51.2,-8.6,0.93,6.240,51.4 +-9.2,0.93,6.730,54.3,-8.8,0.93,6.980,54.5 +-9.6,0.93,6.340,49.3,-9.0,0.93,6.670,50.6 +-9.7,0.93,5.710,38.6,-9.0,0.93,5.940,40.2 +-9.5,0.93,5.680,27.8,-8.8,0.93,5.730,29.3 +-9.3,0.93,6.200,27.4,-8.5,0.93,6.280,26.1 +-9.2,0.93,6.040,29.9,-8.4,0.93,6.400,28.1 +-8.6,0.93,4.130,32.9,-8.3,0.93,5.130,32.6 +-7.2,0.93,2.670,28.5,-7.4,0.93,2.810,29.7 +-6.0,0.93,2.630,22.5,-6.2,0.93,2.660,22.7 +-4.9,0.93,2.370,358.1,-5.1,0.93,2.390,358.4 +-4.4,0.93,2.700,344.6,-4.6,0.93,2.720,344.7 +-4.0,0.93,2.750,333.1,-4.3,0.93,2.790,333.4 +-3.9,0.93,3.150,332.1,-4.1,0.93,3.200,332.1 +-4.1,0.93,3.470,334.4,-4.3,0.93,3.500,334.1 +-4.3,0.93,4.740,342.5,-4.4,0.93,4.740,343.0 +-4.4,0.93,4.910,357.2,-4.4,0.93,4.840,355.6 +-4.7,0.94,6.290,11.1,-4.5,0.94,6.130,10.4 +-4.9,0.94,4.800,15.4,-4.6,0.94,4.840,14.6 +-5.4,0.94,3.630,6.1,-4.9,0.94,3.970,5.9 +-5.6,0.94,3.560,0.2,-5.0,0.94,3.870,1.8 +-5.9,0.94,3.050,352.9,-5.3,0.94,3.230,352.6 +-6.0,0.94,3.200,0.8,-5.5,0.94,3.280,359.8 +-6.1,0.94,2.990,6.2,-5.5,0.94,2.990,5.2 +-6.2,0.94,2.200,350.8,-5.5,0.94,2.270,349.0 +-5.7,0.94,2.180,352.8,-4.9,0.94,2.240,347.0 +-6.2,0.94,1.760,317.8,-5.4,0.94,2.030,315.4 +-7.1,0.94,1.560,307.2,-6.1,0.94,1.920,310.1 +-6.9,0.94,1.760,325.7,-5.9,0.94,2.080,322.9 +-6.9,0.94,2.040,326.6,-6.1,0.94,2.250,323.4 +-6.8,0.94,1.900,332.2,-6.0,0.94,2.060,327.5 +-6.6,0.94,1.490,346.3,-5.9,0.94,1.650,338.0 +-6.1,0.94,0.540,26.1,-5.8,0.94,0.880,9.6 +-4.4,0.94,0.510,246.0,-4.5,0.94,0.460,244.8 +-3.2,0.94,1.160,264.4,-3.3,0.94,1.150,265.7 +-2.5,0.94,1.460,246.7,-2.6,0.94,1.450,247.8 +-2.1,0.94,2.260,233.9,-2.3,0.94,2.270,234.7 +-1.9,0.94,2.210,238.7,-2.1,0.94,2.230,239.1 +-1.9,0.94,2.700,228.8,-2.1,0.94,2.730,228.8 +-1.9,0.94,3.080,227.2,-2.1,0.94,3.110,227.5 +-2.5,0.94,3.020,223.0,-2.3,0.94,3.330,223.2 +-3.0,0.94,3.160,231.1,-2.6,0.94,3.680,232.7 +-2.7,0.94,2.760,234.9,-2.3,0.94,3.330,235.2 +-2.9,0.94,3.130,227.5,-2.5,0.94,3.630,228.2 +-3.4,0.94,3.600,225.3,-3.0,0.94,4.080,226.4 +-4.5,0.94,3.690,222.3,-4.1,0.94,4.070,225.9 +-5.2,0.94,3.910,225.9,-4.7,0.94,4.330,229.6 +-5.4,0.94,3.830,232.4,-4.8,0.94,4.360,234.3 +-5.8,0.94,4.010,227.9,-5.1,0.94,4.590,231.0 +-5.9,0.94,3.700,229.9,-5.2,0.94,4.330,232.1 +-6.6,0.94,3.800,226.2,-5.9,0.94,4.380,228.9 +-7.1,0.94,3.980,227.1,-6.5,0.94,4.520,229.7 +-7.6,0.94,4.330,222.8,-7.0,0.94,4.850,225.4 +-8.1,0.94,4.660,224.2,-7.5,0.94,5.150,226.8 +-8.0,0.94,4.660,220.9,-7.4,0.94,5.140,223.7 +-7.9,0.94,4.460,218.2,-7.3,0.94,5.050,220.8 +-7.3,0.94,3.120,211.0,-7.1,0.94,3.970,212.4 +-4.9,0.94,3.570,216.2,-5.1,0.94,3.650,215.9 +-3.6,0.94,3.810,213.5,-3.8,0.94,3.850,213.5 +-3.0,0.94,4.090,216.6,-3.2,0.94,4.150,216.6 +-2.4,0.94,4.370,218.5,-2.6,0.94,4.440,218.5 +-2.2,0.94,4.690,217.5,-2.4,0.94,4.760,217.6 +-2.3,0.94,4.270,222.7,-2.5,0.94,4.450,223.3 +-2.5,0.94,5.200,229.7,-2.6,0.94,5.350,230.0 +-2.8,0.94,5.450,232.0,-2.8,0.94,5.700,231.6 +-3.4,0.94,4.800,228.6,-3.0,0.94,5.240,227.8 +-4.0,0.94,3.680,229.3,-3.4,0.94,4.290,230.6 +-4.1,0.94,3.610,227.8,-3.6,0.94,4.180,228.5 +-4.0,0.94,3.260,228.5,-3.4,0.94,3.830,229.0 +-4.0,0.94,3.320,209.6,-3.5,0.94,3.730,213.3 +-4.2,0.94,3.140,204.3,-3.6,0.94,3.470,208.7 +-5.5,0.94,3.450,192.2,-4.9,0.94,3.770,191.4 +-4.3,0.94,3.070,195.3,-3.5,0.94,3.510,198.2 +-5.1,0.94,3.100,189.6,-4.4,0.94,3.240,193.3 +-4.9,0.94,2.700,182.8,-4.0,0.94,2.960,187.0 +-4.2,0.94,2.670,179.8,-3.4,0.94,2.840,181.7 +-4.9,0.94,1.990,165.6,-4.0,0.94,2.430,168.7 +-5.4,0.94,1.550,145.6,-5.0,0.94,1.590,153.5 +-3.9,0.94,1.930,141.1,-3.7,0.94,1.880,144.9 +-3.6,0.94,2.750,133.5,-3.2,0.94,2.730,136.1 +-3.5,0.94,1.430,118.7,-3.2,0.94,2.000,128.8 +-1.8,0.94,1.200,80.7,-1.9,0.94,1.230,83.5 +-0.7,0.94,1.910,88.2,-0.9,0.94,1.940,88.4 +-0.3,0.94,2.060,75.9,-0.5,0.94,2.110,75.9 +0.2,0.94,2.380,56.7,-0.0,0.94,2.430,57.6 +0.3,0.94,2.420,50.8,0.1,0.94,2.450,52.3 +0.3,0.94,3.060,28.0,0.1,0.94,3.080,30.4 +-0.0,0.94,5.160,34.8,-0.2,0.94,5.120,35.5 +-0.5,0.94,6.580,48.0,-0.4,0.94,6.450,50.3 +-0.8,0.94,5.430,77.4,-0.8,0.94,5.190,77.9 +-1.1,0.94,5.360,65.8,-1.0,0.94,5.260,61.3 +-2.2,0.94,4.860,47.4,-1.7,0.94,5.200,46.6 +-3.2,0.94,4.910,47.5,-2.5,0.94,5.400,46.1 +-3.4,0.94,5.480,56.1,-2.8,0.94,5.890,55.3 +-3.5,0.94,6.410,53.6,-2.7,0.94,6.910,53.1 +-3.4,0.94,7.180,55.9,-2.8,0.94,7.610,55.5 +-3.7,0.94,7.370,56.2,-3.0,0.94,7.880,56.9 +-3.3,0.94,8.020,49.7,-2.4,0.94,8.510,51.5 +-4.0,0.94,8.500,41.6,-3.0,0.94,9.010,42.8 +-5.3,0.94,8.590,37.7,-4.3,0.94,9.160,38.8 +-6.5,0.94,8.690,37.9,-5.5,0.94,9.370,39.0 +-7.0,0.94,8.800,36.3,-6.1,0.94,9.520,38.3 +-7.8,0.94,7.050,35.8,-7.4,0.94,7.930,37.6 +-7.7,0.94,5.710,31.2,-7.5,0.94,6.940,33.8 +-5.2,0.94,4.400,24.1,-5.4,0.94,4.640,25.1 +-3.6,0.94,4.940,22.4,-3.8,0.94,5.030,23.1 +-2.7,0.94,5.970,19.8,-2.9,0.94,6.070,20.3 +-2.3,0.94,7.460,20.3,-2.5,0.94,7.610,20.7 +-2.0,0.94,8.030,19.9,-2.2,0.94,8.200,20.1 +-1.9,0.94,8.490,17.8,-2.1,0.94,8.700,18.0 +-2.1,0.94,8.110,18.5,-2.3,0.94,8.490,18.7 +-2.5,0.94,10.460,18.4,-2.7,0.94,11.230,19.4 +-3.4,0.94,11.530,21.5,-3.5,0.94,12.530,22.6 +-4.2,0.94,11.290,29.1,-4.2,0.94,12.290,30.2 +-4.9,0.94,10.990,27.5,-5.0,0.94,11.720,28.0 +-5.9,0.94,11.210,29.3,-6.0,0.94,12.040,30.5 +-6.9,0.94,10.780,31.9,-7.1,0.94,11.650,33.2 +-8.0,0.94,10.670,33.0,-8.1,0.94,11.520,34.6 +-8.9,0.94,9.730,32.1,-9.0,0.94,10.550,34.0 +-9.7,0.94,9.860,31.6,-9.9,0.94,10.640,33.4 +-10.4,0.94,9.870,31.5,-10.6,0.94,10.650,33.2 +-11.1,0.94,9.690,31.9,-11.2,0.94,10.430,33.6 +-11.7,0.94,9.510,31.6,-11.8,0.94,10.260,33.3 +-12.3,0.94,9.440,32.2,-12.4,0.94,10.170,34.0 +-12.8,0.95,8.970,32.2,-13.0,0.95,9.670,33.7 +-13.2,0.95,8.660,33.5,-13.3,0.95,9.320,34.8 +-13.1,0.95,7.670,33.7,-13.3,0.95,8.170,34.6 +-12.5,0.95,6.680,32.3,-12.6,0.95,6.830,33.0 +-11.5,0.95,6.050,31.1,-11.7,0.95,6.140,31.5 +-10.5,0.95,6.020,32.0,-10.7,0.95,6.110,32.4 +-9.7,0.95,6.220,34.3,-9.9,0.95,6.300,34.6 +-8.9,0.95,6.070,35.9,-9.1,0.95,6.170,36.1 +-8.3,0.95,6.160,35.2,-8.5,0.95,6.260,35.4 +-8.0,0.95,6.130,36.4,-8.2,0.95,6.250,36.6 +-8.1,0.95,6.300,29.1,-8.3,0.95,6.420,29.8 +-8.6,0.95,6.930,28.4,-8.8,0.95,7.330,29.1 +-9.2,0.95,8.570,31.8,-9.3,0.95,9.180,32.9 +-9.9,0.95,8.330,42.8,-10.0,0.95,8.980,44.4 +-10.6,0.95,9.320,51.4,-10.7,0.95,10.260,52.1 +-11.4,0.95,9.320,57.1,-11.6,0.95,10.210,57.9 +-12.3,0.95,9.120,60.1,-12.4,0.95,9.940,61.1 +-12.9,0.95,7.460,66.7,-13.1,0.95,8.180,67.8 +-13.2,0.95,7.030,70.9,-13.3,0.95,7.840,73.0 +-13.5,0.95,6.560,68.2,-13.6,0.95,7.290,71.1 +-13.8,0.95,6.610,65.5,-14.0,0.95,7.270,69.2 +-14.1,0.95,6.050,66.4,-14.2,0.95,6.570,70.0 +-14.4,0.95,5.660,62.9,-14.5,0.95,6.140,66.7 +-14.7,0.95,5.210,58.0,-14.8,0.95,5.700,62.3 +-15.0,0.95,5.250,56.3,-15.1,0.95,5.750,60.5 +-15.1,0.95,5.180,58.0,-15.2,0.95,5.660,61.2 +-14.9,0.95,3.780,59.2,-15.1,0.95,4.170,61.4 +-14.0,0.95,3.040,57.3,-14.2,0.95,3.070,58.3 +-12.8,0.95,2.900,57.4,-13.0,0.95,2.920,58.1 +-11.5,0.95,2.740,56.6,-11.7,0.95,2.760,57.1 +-10.5,0.95,2.670,55.1,-10.7,0.95,2.700,55.5 +-9.6,0.95,2.790,52.1,-9.8,0.95,2.810,52.5 +-9.0,0.95,2.820,44.9,-9.2,0.95,2.840,45.3 +-8.8,0.95,3.090,36.8,-9.0,0.95,3.110,37.1 +-8.7,0.95,3.270,39.5,-8.9,0.95,3.310,39.5 +-9.3,0.95,4.300,28.9,-9.5,0.95,4.430,31.8 +-7.6,0.95,4.770,33.6,-7.8,0.95,4.930,34.2 +-7.9,0.95,4.890,46.9,-8.1,0.95,5.170,48.8 +-8.3,0.95,6.040,53.2,-8.5,0.95,6.420,53.9 +-8.8,0.95,6.660,59.5,-8.8,0.95,7.150,60.4 +-9.4,0.95,6.490,62.2,-9.4,0.95,7.100,65.4 +-9.5,0.95,6.420,76.6,-9.5,0.95,6.680,80.0 +-9.7,0.95,6.490,80.6,-9.7,0.95,6.830,82.7 +-10.0,0.95,6.090,88.1,-10.0,0.95,5.940,92.8 +-10.6,0.95,5.470,103.1,-10.6,0.95,5.420,105.8 +-11.7,0.95,2.720,139.2,-11.7,0.95,2.810,136.9 +-12.4,0.95,2.370,214.7,-12.5,0.95,2.310,211.5 +-12.8,0.95,2.300,217.2,-12.9,0.95,2.320,219.2 +-13.2,0.95,2.420,220.5,-13.2,0.95,2.580,221.0 +-13.2,0.95,2.680,209.0,-13.3,0.95,2.740,208.6 +-13.3,0.95,2.390,200.6,-13.3,0.95,2.730,202.0 +-12.5,0.95,1.960,215.8,-12.7,0.95,1.990,213.0 +-11.0,0.95,1.550,217.2,-11.2,0.95,1.550,215.3 +-9.5,0.95,1.000,220.7,-9.7,0.95,0.970,218.2 +-8.1,0.95,0.950,242.7,-8.3,0.95,0.920,241.0 +-6.9,0.95,0.950,250.4,-7.1,0.95,0.910,249.1 +-6.1,0.95,0.960,227.4,-6.3,0.95,0.950,225.4 +-5.5,0.95,1.310,234.2,-5.7,0.95,1.300,232.9 +-5.3,0.95,1.510,214.7,-5.5,0.95,1.510,213.8 +-5.3,0.95,1.750,199.7,-5.5,0.95,1.760,199.6 +-5.5,0.95,2.210,169.0,-5.7,0.95,2.220,169.5 +-5.6,0.95,2.030,150.5,-5.7,0.95,1.950,152.0 +-5.5,0.95,1.680,173.3,-5.6,0.95,1.660,177.7 +-5.3,0.94,1.960,155.1,-5.4,0.94,2.000,159.6 +-6.9,0.94,4.860,173.1,-7.0,0.94,4.860,177.5 +-7.7,0.94,3.400,167.0,-7.7,0.94,3.760,172.4 +-8.4,0.94,3.490,172.4,-8.3,0.94,4.070,176.5 +-9.0,0.94,4.310,159.7,-8.8,0.94,4.650,165.2 +-9.2,0.94,4.490,156.4,-9.0,0.94,5.030,161.8 +-9.3,0.94,5.300,157.3,-9.0,0.94,5.800,162.3 +-9.8,0.94,5.840,159.3,-9.5,0.94,6.370,163.1 +-9.9,0.94,5.990,158.2,-9.6,0.94,6.600,161.9 +-9.9,0.94,6.460,150.7,-9.5,0.94,6.850,154.5 +-10.3,0.94,7.160,146.8,-10.0,0.94,7.600,149.7 +-10.7,0.94,5.520,147.8,-10.6,0.94,6.110,149.1 +-9.7,0.94,3.960,147.2,-9.8,0.94,4.370,148.3 +-8.4,0.94,4.040,141.3,-8.6,0.94,4.100,141.9 +-7.2,0.94,4.130,141.5,-7.4,0.94,4.180,141.7 +-6.1,0.94,4.310,142.8,-6.3,0.94,4.370,142.9 +-5.3,0.94,4.670,140.5,-5.5,0.94,4.740,140.6 +-4.9,0.94,5.030,136.0,-5.1,0.94,5.110,136.2 +-4.7,0.94,5.230,136.0,-4.9,0.94,5.310,136.2 +-4.9,0.94,5.470,135.9,-5.1,0.94,5.550,136.1 +-5.5,0.94,5.750,132.1,-5.7,0.94,5.850,132.2 +-6.3,0.94,5.980,125.1,-6.5,0.94,6.150,125.0 +-7.2,0.94,5.900,122.7,-7.4,0.94,6.100,122.9 +-8.3,0.94,5.850,118.1,-8.4,0.94,6.250,118.6 +-9.2,0.94,6.290,120.2,-9.3,0.94,7.090,121.0 +-9.5,0.94,7.260,122.6,-9.7,0.94,7.790,123.3 +-9.8,0.94,7.880,122.5,-10.0,0.94,8.410,123.2 +-10.2,0.94,8.430,123.3,-10.3,0.94,9.080,124.1 +-10.3,0.94,8.810,122.9,-10.4,0.94,9.570,123.6 +-10.4,0.94,9.100,122.7,-10.5,0.94,10.030,123.4 +-10.6,0.94,9.320,122.2,-10.6,0.94,10.340,122.9 +-10.4,0.94,10.600,120.9,-10.4,0.94,11.510,121.7 +-10.6,0.94,10.740,118.9,-10.5,0.94,11.680,120.0 +-10.6,0.94,11.100,118.4,-10.6,0.94,11.990,119.3 +-10.9,0.94,11.960,119.8,-10.8,0.94,12.830,120.5 +-10.8,0.94,11.130,119.9,-10.9,0.94,11.540,120.2 +-9.8,0.94,8.380,116.4,-9.9,0.94,8.730,117.0 +-8.4,0.94,8.310,116.9,-8.6,0.94,8.520,117.2 +-7.3,0.94,7.840,115.2,-7.5,0.94,8.040,115.5 +-6.5,0.94,8.230,114.8,-6.7,0.94,8.420,115.1 +-5.9,0.94,8.460,114.6,-6.1,0.94,8.660,114.8 +-5.7,0.94,8.700,113.4,-5.9,0.94,8.890,113.6 +-5.8,0.94,8.600,111.3,-6.0,0.94,8.780,111.5 +-6.1,0.94,8.200,108.6,-6.3,0.94,8.380,108.6 +-6.6,0.94,7.190,105.9,-6.8,0.94,7.380,106.0 +-7.2,0.94,6.880,103.8,-7.4,0.94,7.080,104.0 +-7.9,0.94,6.710,102.0,-8.1,0.94,6.920,102.2 +-8.7,0.94,6.510,100.4,-8.9,0.94,6.710,100.8 +-9.1,0.94,6.730,97.3,-9.2,0.94,7.080,98.0 +-9.2,0.94,7.190,98.7,-9.4,0.94,7.580,99.4 +-9.6,0.94,7.140,96.1,-9.8,0.94,7.570,97.0 +-9.8,0.94,8.090,94.9,-10.0,0.94,8.750,95.9 +-9.6,0.94,9.000,95.5,-9.8,0.94,9.840,96.2 +-9.4,0.94,9.040,94.4,-9.6,0.94,9.630,95.0 +-9.2,0.94,9.030,90.3,-9.4,0.94,9.670,91.2 +-9.0,0.94,8.690,86.3,-9.2,0.94,9.270,87.0 +-8.9,0.94,8.460,84.5,-9.0,0.94,9.050,85.5 +-8.6,0.94,8.290,79.6,-8.7,0.94,8.830,80.6 +-8.3,0.94,8.170,74.4,-8.5,0.94,8.590,75.1 +-8.5,0.94,6.590,66.8,-8.7,0.94,7.070,68.2 +-8.6,0.94,6.030,61.8,-8.8,0.94,6.190,62.5 +-8.5,0.94,6.220,59.1,-8.7,0.94,6.330,59.7 +-8.3,0.95,5.920,55.3,-8.5,0.95,6.010,55.8 +-7.9,0.95,5.660,50.9,-8.1,0.95,5.750,51.2 +-7.7,0.95,5.640,43.5,-7.9,0.95,5.720,43.8 +-7.3,0.95,5.510,38.1,-7.5,0.95,5.600,38.3 +-7.2,0.95,5.600,27.5,-7.4,0.95,5.690,27.8 +-7.4,0.95,5.940,30.1,-7.6,0.95,6.060,30.2 +-7.5,0.95,6.050,21.1,-7.7,0.95,6.420,21.3 +-7.9,0.95,5.990,8.5,-8.0,0.95,6.300,8.8 +-8.0,0.95,7.070,18.4,-8.2,0.95,7.520,19.0 +-7.9,0.95,5.610,8.9,-8.1,0.95,5.950,9.8 +-7.9,0.95,6.230,16.5,-8.1,0.95,6.570,16.7 +-8.4,0.95,6.000,13.9,-8.6,0.95,6.200,14.2 +-8.6,0.95,5.520,17.5,-8.8,0.95,5.750,17.7 +-8.8,0.95,5.970,18.0,-9.0,0.95,6.290,18.6 +-8.8,0.95,3.950,1.7,-9.0,0.95,4.220,1.9 +-9.1,0.95,4.780,10.0,-9.3,0.95,4.830,9.3 +-9.1,0.95,5.050,358.0,-9.2,0.95,5.060,1.8 +-9.4,0.95,6.680,0.6,-9.5,0.95,6.770,3.5 +-9.8,0.95,7.260,355.4,-9.8,0.95,7.340,358.3 +-10.2,0.95,7.420,354.6,-10.1,0.95,7.480,355.9 +-10.8,0.95,7.340,348.8,-10.7,0.95,7.710,351.1 +-11.4,0.95,4.330,338.2,-11.5,0.95,5.260,338.2 +-10.0,0.95,4.320,342.4,-10.2,0.95,4.440,342.7 +-9.0,0.95,4.590,332.3,-9.2,0.95,4.680,332.6 +-8.1,0.95,4.610,327.7,-8.3,0.95,4.690,328.0 +-7.3,0.95,4.740,325.0,-7.5,0.95,4.830,325.4 +-6.5,0.95,4.650,324.7,-6.7,0.95,4.740,324.9 +-5.8,0.95,4.770,326.1,-6.0,0.95,4.870,326.4 +-5.5,0.95,4.760,325.0,-5.8,0.95,4.850,325.3 +-5.5,0.95,4.920,327.0,-5.8,0.95,5.020,327.3 +-5.8,0.95,4.880,345.1,-6.0,0.95,5.150,345.1 +-6.3,0.95,7.030,353.5,-6.4,0.95,6.970,353.8 +-7.0,0.95,7.040,5.3,-7.0,0.95,7.070,4.7 +-7.4,0.95,6.090,9.3,-7.3,0.95,6.130,8.0 +-7.4,0.95,5.540,16.7,-7.4,0.95,5.320,16.6 +-7.5,0.95,5.230,18.1,-7.6,0.95,5.100,16.5 +-8.2,0.95,4.830,20.1,-8.0,0.95,5.040,19.5 +-9.0,0.95,3.270,35.1,-8.7,0.95,3.420,36.7 +-9.1,0.95,3.030,52.1,-8.9,0.95,3.090,53.6 +-9.3,0.95,2.590,75.2,-9.1,0.95,2.670,75.9 +-9.5,0.95,2.750,85.3,-9.3,0.95,2.790,84.2 +-9.7,0.95,2.950,88.4,-9.5,0.95,2.850,85.8 +-9.8,0.95,2.880,94.0,-9.6,0.95,2.820,92.1 +-10.0,0.95,3.100,99.5,-9.8,0.95,3.030,98.7 +-9.9,0.95,3.900,103.0,-9.7,0.95,3.730,101.6 +-10.4,0.95,3.970,106.1,-10.0,0.95,4.190,107.0 +-9.3,0.95,2.630,111.6,-9.5,0.95,2.710,112.3 +-7.9,0.95,3.100,115.5,-8.0,0.95,3.140,115.8 +-6.8,0.95,2.940,128.7,-7.0,0.95,2.980,128.9 +-5.7,0.95,2.980,136.8,-5.9,0.95,3.030,137.0 +-4.8,0.95,3.530,142.7,-5.0,0.95,3.570,142.7 +-4.0,0.95,3.570,143.5,-4.2,0.95,3.630,143.7 +-3.4,0.95,4.160,152.3,-3.6,0.95,4.230,152.2 +-3.6,0.95,5.130,157.8,-3.8,0.95,5.220,157.4 +-4.3,0.95,5.540,150.2,-4.5,0.95,5.860,150.0 +-5.6,0.95,8.050,138.6,-5.7,0.95,8.320,139.7 +-6.6,0.95,8.910,137.6,-6.7,0.95,9.250,137.9 +-7.7,0.95,9.510,132.6,-7.7,0.95,10.230,134.0 +-8.4,0.95,10.480,133.3,-8.3,0.95,11.300,135.0 +-8.4,0.95,10.520,135.8,-8.2,0.95,11.380,138.2 +-8.2,0.95,10.620,140.6,-8.0,0.95,11.550,142.8 +-8.0,0.95,11.200,143.5,-7.7,0.95,12.090,145.9 +-7.7,0.95,11.450,148.8,-7.4,0.95,12.250,151.7 +-7.6,0.95,10.600,154.5,-7.3,0.95,11.240,158.0 +-7.1,0.95,9.300,166.3,-7.0,0.95,9.930,168.6 +-7.2,0.95,8.830,171.2,-7.1,0.95,9.510,173.7 +-7.3,0.95,9.210,172.7,-7.3,0.95,9.900,175.0 +-7.4,0.95,9.930,173.5,-7.3,0.95,10.740,176.8 +-7.3,0.95,10.150,178.3,-7.2,0.95,10.980,181.6 +-7.3,0.95,8.560,183.6,-7.3,0.95,9.020,185.0 +-6.2,0.95,6.160,189.1,-6.4,0.95,6.410,189.5 +-5.2,0.95,5.390,191.7,-5.4,0.95,5.520,191.9 +-4.0,0.95,5.510,196.1,-4.2,0.95,5.610,196.1 +-2.6,0.95,5.290,202.3,-2.8,0.95,5.390,202.2 +-1.5,0.95,5.470,203.3,-1.7,0.95,5.560,203.3 +-0.7,0.95,5.740,205.7,-0.9,0.95,5.850,205.8 +-0.1,0.95,5.710,208.0,-0.3,0.95,5.820,208.1 +0.3,0.95,5.610,207.2,0.1,0.95,5.730,207.5 +0.4,0.95,5.590,207.1,0.3,0.95,5.860,208.3 +0.4,0.95,5.820,203.1,0.3,0.95,5.820,206.7 +0.4,0.95,8.870,199.0,0.3,0.95,9.060,200.0 +-0.6,0.95,8.730,196.5,-0.6,0.95,9.410,198.2 +-0.8,0.94,8.950,200.5,-0.8,0.94,9.590,202.3 +-1.1,0.94,8.700,200.4,-1.0,0.94,9.240,202.2 +-1.5,0.94,8.570,191.5,-1.4,0.94,9.210,194.5 +-1.2,0.94,7.730,184.1,-1.1,0.94,8.150,187.0 +-1.7,0.94,7.860,192.1,-1.7,0.94,8.670,193.9 +-1.9,0.94,8.180,180.9,-2.0,0.94,8.880,184.6 +-2.1,0.94,7.440,171.5,-2.1,0.94,8.140,175.4 +-2.4,0.94,7.370,154.5,-2.4,0.94,8.040,158.3 +-2.4,0.94,6.440,155.0,-2.5,0.94,7.080,157.3 +-2.4,0.94,7.000,141.8,-2.5,0.94,7.620,144.3 +-2.3,0.94,7.720,137.8,-2.4,0.94,8.300,139.2 +-2.3,0.94,7.580,138.6,-2.4,0.94,8.070,139.8 +-2.2,0.94,6.450,142.1,-2.3,0.94,6.910,143.0 +-1.3,0.94,5.260,142.7,-1.5,0.94,5.450,143.6 +-0.5,0.94,5.970,147.3,-0.7,0.94,6.120,147.8 +0.3,0.94,5.970,153.8,0.1,0.94,6.110,154.0 +0.8,0.93,5.730,157.7,0.6,0.93,5.850,157.9 +0.8,0.93,4.900,156.7,0.6,0.93,4.980,157.0 +0.5,0.93,4.400,156.5,0.3,0.93,4.510,156.6 +-0.0,0.93,3.180,153.9,-0.1,0.93,3.560,154.7 +-0.4,0.93,3.590,149.6,-0.5,0.93,4.000,151.6 +-0.5,0.93,3.680,164.6,-0.6,0.93,4.120,168.8 +-0.6,0.93,3.290,184.9,-0.6,0.93,3.730,191.2 +-0.7,0.93,2.970,217.6,-0.7,0.93,3.260,221.8 +-0.8,0.93,2.890,278.4,-0.8,0.93,3.050,277.2 +-0.8,0.93,5.390,330.7,-0.9,0.93,6.110,330.9 +-1.2,0.93,7.000,338.2,-1.3,0.93,7.560,338.7 +-1.6,0.93,7.250,338.1,-1.7,0.93,7.740,338.6 +-1.8,0.93,8.610,334.3,-1.9,0.93,9.250,334.7 +-2.2,0.93,9.720,338.1,-2.4,0.93,10.430,338.7 +-3.2,0.94,9.910,337.8,-3.3,0.94,10.660,338.5 +-4.1,0.94,9.940,340.8,-4.2,0.94,10.630,341.5 +-4.8,0.94,10.040,343.4,-5.0,0.94,10.810,344.0 +-5.3,0.94,10.260,344.8,-5.4,0.94,10.980,345.3 +-5.7,0.94,10.220,345.4,-5.8,0.94,10.910,346.0 +-5.6,0.94,9.270,350.0,-5.7,0.94,9.920,350.3 +-4.9,0.94,8.290,351.5,-5.0,0.94,8.490,351.8 +-4.3,0.94,8.060,353.0,-4.5,0.94,8.220,353.3 +-3.7,0.94,9.040,355.3,-3.9,0.94,9.230,355.5 +-3.4,0.94,7.660,355.9,-3.6,0.94,7.840,356.1 +-3.2,0.94,7.960,354.4,-3.5,0.94,8.120,354.6 +-3.3,0.94,8.310,359.4,-3.5,0.94,8.480,359.5 +-3.2,0.94,7.150,1.5,-3.4,0.94,7.330,1.7 +-3.6,0.94,8.160,7.6,-3.8,0.94,8.360,7.5 +-4.4,0.94,7.080,1.5,-4.6,0.94,7.490,1.8 +-5.2,0.94,9.140,1.7,-5.3,0.94,10.160,2.7 +-6.0,0.94,9.080,8.9,-6.0,0.94,9.740,10.7 +-6.6,0.94,9.670,20.7,-6.6,0.94,10.520,21.7 +-7.2,0.94,10.000,27.9,-7.2,0.94,10.940,29.2 +-7.6,0.94,9.630,32.9,-7.7,0.94,10.550,34.5 +-8.0,0.94,9.150,37.0,-8.0,0.94,10.040,39.2 +-8.4,0.94,8.520,39.8,-8.4,0.94,9.400,42.7 +-8.7,0.94,7.930,44.4,-8.8,0.94,8.790,47.3 +-9.1,0.94,7.750,43.4,-9.1,0.94,8.620,46.9 +-9.6,0.94,7.950,42.1,-9.6,0.94,8.760,45.7 +-10.1,0.94,7.810,42.4,-10.1,0.94,8.630,46.3 +-10.5,0.94,7.670,44.1,-10.6,0.94,8.470,47.3 +-11.0,0.94,7.700,41.7,-11.1,0.94,8.520,45.3 +-11.5,0.94,7.100,39.4,-11.5,0.94,7.850,42.7 +-10.9,0.94,4.890,39.6,-11.1,0.94,5.160,40.7 +-9.7,0.93,4.190,30.5,-9.8,0.93,4.240,31.2 +-8.3,0.93,4.190,23.4,-8.5,0.93,4.220,23.9 +-7.1,0.93,4.120,20.1,-7.3,0.93,4.160,20.5 +-6.4,0.93,4.340,16.6,-6.6,0.93,4.390,16.9 +-5.8,0.93,4.570,13.6,-6.0,0.93,4.630,13.8 +-5.5,0.93,4.870,12.7,-5.7,0.93,4.930,12.8 +-5.4,0.93,4.930,12.2,-5.6,0.93,5.010,12.3 +-5.5,0.93,5.010,10.5,-5.7,0.93,5.080,10.5 +-5.7,0.93,4.790,15.4,-5.9,0.93,4.950,15.6 +-6.0,0.93,6.190,17.3,-6.2,0.93,6.440,17.3 +-6.5,0.93,6.150,10.1,-6.6,0.93,6.620,11.7 +-6.9,0.93,5.950,15.7,-7.1,0.93,6.360,16.7 +-7.4,0.93,5.300,18.1,-7.6,0.93,5.690,19.4 +-8.0,0.93,5.200,15.7,-8.2,0.93,5.520,16.9 +-8.5,0.93,4.940,21.3,-8.7,0.93,5.190,21.8 +-8.8,0.93,4.110,19.6,-9.0,0.93,4.340,20.1 +-9.2,0.93,3.810,5.2,-9.3,0.93,3.990,6.5 +-9.6,0.93,5.040,2.2,-9.8,0.93,5.370,2.8 +-9.8,0.93,4.650,355.8,-10.0,0.93,4.960,356.2 +-9.9,0.93,5.890,352.6,-10.1,0.93,6.240,352.8 +-10.1,0.93,6.120,350.3,-10.3,0.93,6.420,350.3 +-10.6,0.93,6.410,348.1,-10.8,0.93,6.830,348.6 +-11.0,0.93,7.760,353.4,-11.2,0.93,8.110,353.6 +-11.0,0.93,6.690,351.2,-11.2,0.93,6.840,351.3 +-11.0,0.94,7.980,353.0,-11.2,0.94,8.150,353.1 +-10.5,0.94,8.160,348.2,-10.7,0.94,8.330,348.4 +-9.7,0.94,8.490,347.8,-10.0,0.94,8.670,347.8 +-9.2,0.94,9.140,350.0,-9.4,0.94,9.340,349.9 +-9.0,0.94,9.450,350.7,-9.2,0.94,9.650,350.6 +-8.4,0.94,9.530,350.5,-8.6,0.94,9.760,350.4 +-7.9,0.94,9.630,348.3,-8.1,0.94,9.880,348.4 +-7.4,0.94,10.150,349.9,-7.6,0.94,10.430,349.9 +-7.2,0.94,9.530,349.4,-7.4,0.94,9.970,349.4 +-7.1,0.94,9.710,346.8,-7.3,0.94,10.470,347.2 +-7.3,0.94,8.230,345.9,-7.4,0.94,8.990,346.7 +-7.4,0.94,8.730,350.6,-7.5,0.94,9.590,351.7 +-7.6,0.94,9.570,348.2,-7.6,0.94,10.560,350.0 +-7.9,0.94,10.370,347.6,-7.8,0.94,11.420,350.3 +-8.3,0.94,10.010,353.0,-8.1,0.94,10.980,355.7 +-8.8,0.94,9.810,353.9,-8.5,0.94,10.780,357.8 +-9.4,0.94,9.170,355.0,-9.0,0.94,10.160,359.9 +-10.1,0.94,8.710,356.2,-9.5,0.94,9.640,3.1 +-10.5,0.94,7.960,353.6,-9.8,0.94,8.740,1.9 +-10.7,0.95,7.400,353.4,-10.1,0.95,7.850,359.6 +-11.3,0.95,6.950,346.8,-10.8,0.95,7.300,351.8 +-11.8,0.95,7.020,340.1,-11.3,0.95,7.510,343.6 +-12.0,0.95,7.020,342.4,-11.6,0.95,7.430,344.7 +-11.8,0.95,4.640,345.4,-11.6,0.95,5.600,345.4 +-9.9,0.95,3.500,342.2,-10.1,0.95,3.660,342.5 +-8.3,0.95,3.460,334.2,-8.4,0.95,3.530,334.6 +-7.1,0.95,3.610,316.0,-7.3,0.95,3.660,316.4 +-6.2,0.95,4.120,312.6,-6.5,0.95,4.170,312.7 +-5.5,0.95,4.160,309.7,-5.7,0.95,4.230,309.7 +-4.8,0.95,4.020,311.2,-5.0,0.95,4.080,311.0 +-4.3,0.95,3.520,306.6,-4.5,0.95,3.570,306.3 +-4.1,0.95,3.520,297.2,-4.3,0.95,3.570,297.1 +-4.2,0.95,2.620,305.9,-4.4,0.95,2.670,304.9 +-4.4,0.95,2.860,268.4,-4.5,0.95,3.120,269.5 +-5.0,0.95,1.990,278.1,-4.8,0.95,2.430,278.2 +-5.3,0.95,2.020,254.1,-5.1,0.95,2.530,257.8 +-5.3,0.95,1.620,251.6,-5.0,0.95,2.090,254.4 +-5.7,0.95,1.850,228.5,-5.3,0.95,2.250,232.4 +-5.9,0.94,2.490,201.9,-5.6,0.94,2.840,204.4 +-6.9,0.94,2.720,193.1,-6.6,0.94,3.120,191.9 +-7.0,0.94,4.090,195.5,-6.9,0.94,4.350,196.2 +-7.3,0.94,3.870,190.9,-7.1,0.94,4.190,193.9 +-7.2,0.94,4.720,193.3,-7.0,0.94,5.040,195.9 +-7.4,0.94,6.130,193.8,-7.2,0.94,6.530,197.2 +-7.1,0.94,6.320,189.9,-6.9,0.94,6.690,194.0 +-6.8,0.94,6.670,194.3,-6.7,0.94,6.920,197.6 +-6.6,0.94,7.170,195.5,-6.5,0.94,7.390,199.5 +-7.0,0.94,4.760,193.4,-6.9,0.94,5.490,195.8 +-5.6,0.94,3.830,196.8,-5.8,0.94,3.990,196.8 +-4.0,0.94,4.530,202.5,-4.2,0.94,4.610,202.3 +-2.7,0.94,5.310,207.8,-2.9,0.94,5.390,207.9 +-1.8,0.94,5.680,216.3,-2.0,0.94,5.780,216.5 +-1.1,0.94,5.860,220.6,-1.3,0.94,5.950,220.7 +-0.5,0.94,6.050,227.3,-0.7,0.94,6.150,227.4 +0.0,0.94,6.620,234.0,-0.2,0.94,6.740,234.2 +0.4,0.94,6.030,241.2,0.2,0.94,6.290,241.9 +0.7,0.94,6.880,252.6,0.6,0.94,7.240,253.8 +0.8,0.94,7.870,273.1,0.6,0.94,8.520,274.3 +0.3,0.94,8.140,279.5,0.4,0.94,8.780,281.1 +-0.4,0.94,7.500,298.1,-0.4,0.94,8.670,301.1 +-1.6,0.94,7.930,329.5,-1.7,0.94,9.050,332.6 +-2.5,0.94,9.180,345.3,-2.5,0.94,9.770,346.4 +-3.3,0.94,8.870,354.2,-3.4,0.94,9.950,355.2 +-4.0,0.94,10.110,0.1,-4.2,0.94,10.890,1.2 +-4.8,0.94,9.850,3.2,-4.9,0.94,10.440,4.2 +-6.0,0.94,9.310,19.6,-6.2,0.94,9.930,19.5 +-6.9,0.94,7.790,19.5,-7.1,0.94,8.520,19.5 +-7.4,0.94,6.930,16.6,-7.6,0.94,7.210,16.4 +-8.3,0.94,6.930,13.8,-8.5,0.94,7.180,14.4 +-9.3,0.94,6.590,19.7,-9.5,0.94,6.790,19.9 +-10.1,0.94,6.360,21.2,-10.3,0.94,6.470,21.8 +-11.0,0.94,6.800,27.1,-11.2,0.94,6.910,27.3 +-11.1,0.94,6.730,30.8,-11.3,0.94,6.830,31.1 +-10.7,0.94,6.020,34.5,-10.9,0.94,6.110,34.8 +-10.1,0.94,5.710,32.9,-10.3,0.94,5.780,33.2 +-9.5,0.94,5.090,36.9,-9.7,0.94,5.170,37.2 +-8.9,0.94,4.790,39.4,-9.1,0.94,4.870,39.7 +-8.6,0.94,4.730,49.4,-8.8,0.94,4.800,49.4 +-8.7,0.94,5.090,49.5,-8.9,0.94,5.160,49.5 +-9.0,0.94,4.930,46.5,-9.2,0.94,5.000,46.8 +-9.4,0.94,4.870,40.1,-9.6,0.94,4.950,40.7 +-10.1,0.94,5.370,35.7,-10.3,0.94,5.460,36.2 +-11.0,0.94,5.240,36.8,-11.2,0.94,5.320,37.0 +-11.4,0.94,5.080,40.6,-11.6,0.94,5.190,40.6 +-11.6,0.94,4.910,39.9,-11.7,0.94,5.020,39.9 +-11.6,0.94,4.610,38.3,-11.8,0.94,4.720,38.4 +-11.7,0.94,4.070,28.7,-11.9,0.94,4.140,29.3 +-12.2,0.94,4.370,25.4,-12.3,0.94,4.430,25.9 +-12.4,0.94,4.270,20.9,-12.6,0.94,4.350,21.3 +-12.6,0.94,4.140,16.8,-12.8,0.94,4.340,17.3 +-12.9,0.94,4.680,14.6,-13.1,0.94,4.990,15.6 +-13.3,0.94,4.560,1.6,-13.5,0.94,4.870,3.1 +-13.6,0.94,5.000,349.7,-13.8,0.94,5.310,351.3 +-13.9,0.94,5.340,345.3,-14.1,0.94,5.620,347.9 +-14.6,0.94,5.370,337.1,-14.7,0.94,5.740,337.7 +-14.3,0.94,4.490,330.3,-14.5,0.94,4.580,330.5 +-13.8,0.94,5.000,314.7,-14.0,0.94,5.090,314.8 +-13.2,0.94,5.630,309.9,-13.4,0.94,5.730,309.9 +-12.4,0.94,6.390,305.3,-12.6,0.94,6.520,305.1 +-11.8,0.94,7.150,297.7,-12.1,0.94,7.320,297.7 +-11.5,0.94,8.370,297.9,-11.7,0.94,8.560,297.9 +-11.4,0.94,9.010,302.4,-11.6,0.94,9.220,302.3 +-11.5,0.94,8.450,304.1,-11.7,0.94,8.650,304.0 +-11.6,0.94,8.560,307.5,-11.8,0.94,8.770,307.4 +-11.8,0.94,8.780,315.1,-12.0,0.94,9.030,315.2 +-12.5,0.94,7.970,323.1,-12.7,0.94,8.270,322.9 +-13.4,0.94,8.120,331.3,-13.6,0.94,8.890,331.6 +-14.7,0.94,8.020,340.6,-14.9,0.94,8.740,341.0 +-15.3,0.94,9.460,338.7,-15.5,0.94,10.520,338.8 +-16.1,0.94,7.880,349.8,-16.2,0.94,8.610,350.7 +-16.6,0.94,9.320,350.0,-16.7,0.94,10.380,351.3 +-17.1,0.95,8.290,358.5,-17.1,0.95,9.050,0.7 +-17.7,0.95,6.460,7.0,-17.7,0.95,7.390,10.0 +-17.8,0.95,5.630,20.7,-17.8,0.95,6.380,23.8 +-17.9,0.95,5.090,29.5,-17.9,0.95,5.690,33.1 +-18.3,0.95,4.010,46.2,-18.2,0.95,4.370,49.8 +-18.1,0.95,4.060,82.5,-18.1,0.95,4.260,87.2 +-18.4,0.95,4.340,100.7,-18.3,0.95,4.450,102.5 +-18.7,0.95,5.820,122.0,-18.7,0.95,6.270,122.6 +-17.8,0.95,4.430,138.7,-18.0,0.95,4.600,139.5 +-16.4,0.95,5.060,148.5,-16.5,0.95,5.150,148.9 +-14.8,0.94,5.780,156.9,-15.0,0.94,5.890,156.9 +-13.5,0.94,6.780,159.2,-13.7,0.94,6.900,159.1 +-12.4,0.94,6.930,159.3,-12.6,0.94,7.050,159.2 +-11.5,0.94,7.360,159.1,-11.7,0.94,7.490,159.0 +-10.6,0.94,7.520,158.3,-10.8,0.94,7.660,158.4 +-9.9,0.94,7.610,156.4,-10.2,0.94,7.750,156.5 +-9.6,0.94,8.010,153.6,-9.8,0.94,8.170,153.8 +-9.3,0.94,8.140,155.3,-9.5,0.94,8.380,155.4 +-9.6,0.94,7.560,142.8,-9.7,0.94,8.140,143.3 +-10.8,0.94,9.200,132.4,-11.0,0.94,9.890,133.2 +-11.0,0.94,10.350,137.0,-11.1,0.94,11.020,137.8 +-10.5,0.94,10.690,146.3,-10.6,0.94,11.390,147.1 +-10.1,0.94,10.490,156.4,-10.2,0.94,11.190,156.8 +-9.8,0.94,10.780,157.3,-9.9,0.94,11.480,157.9 +-9.2,0.93,11.780,159.9,-9.4,0.93,12.440,160.4 +-9.0,0.93,12.020,158.5,-9.1,0.93,12.590,158.9 +-8.8,0.93,13.020,153.9,-8.9,0.93,13.590,154.3 +-8.6,0.93,13.220,151.3,-8.8,0.93,13.800,151.8 +-8.6,0.93,12.240,153.4,-8.7,0.93,12.830,153.7 +-8.6,0.93,12.030,147.1,-8.8,0.93,12.590,147.6 +-8.4,0.93,11.370,147.6,-8.6,0.93,11.910,147.9 +-8.1,0.93,11.290,146.6,-8.2,0.93,11.820,146.9 +-8.1,0.93,10.930,142.3,-8.3,0.93,11.690,143.2 +-7.8,0.93,9.400,145.0,-8.0,0.93,10.030,145.6 +-7.0,0.92,8.920,147.5,-7.2,0.92,9.230,147.9 +-6.0,0.92,8.490,152.0,-6.2,0.92,8.700,152.4 +-4.8,0.92,7.950,158.8,-5.0,0.92,8.120,159.1 +-3.9,0.92,7.020,164.3,-4.1,0.92,7.180,164.6 +-3.3,0.92,6.540,171.6,-3.5,0.92,6.690,171.7 +-2.9,0.92,5.380,164.6,-3.0,0.92,5.490,164.8 +-2.7,0.92,3.900,157.5,-2.9,0.92,3.980,158.2 +-2.7,0.92,1.080,92.2,-2.9,0.92,1.140,96.9 +-3.3,0.92,2.780,55.5,-3.5,0.92,2.660,59.2 +-3.5,0.92,2.770,69.7,-3.6,0.92,2.530,67.7 +-5.0,0.92,10.110,322.8,-5.2,0.92,10.530,323.1 +-7.7,0.92,12.750,315.2,-7.9,0.92,13.480,315.5 +-9.4,0.93,13.500,313.8,-9.6,0.93,14.130,314.0 +-10.3,0.93,13.440,314.7,-10.5,0.93,14.030,315.0 +-10.6,0.93,13.210,315.8,-10.7,0.93,13.780,316.1 +-11.3,0.93,12.630,313.7,-11.5,0.93,13.150,313.7 +-11.8,0.93,13.210,314.5,-12.0,0.93,13.840,314.9 +-12.2,0.93,13.160,318.1,-12.4,0.93,13.770,318.3 +-12.5,0.93,13.410,317.5,-12.7,0.93,14.000,317.7 +-13.0,0.93,13.310,317.5,-13.2,0.93,13.890,317.8 +-13.8,0.93,13.940,315.7,-14.0,0.93,14.570,316.1 +-14.5,0.93,13.660,314.8,-14.7,0.93,14.480,315.1 +-14.8,0.93,13.140,317.6,-15.0,0.93,13.630,317.7 +-14.2,0.93,12.700,313.9,-14.4,0.93,13.060,314.1 +-13.2,0.93,12.660,312.2,-13.4,0.93,12.980,312.3 +-12.3,0.93,13.080,310.5,-12.5,0.93,13.400,310.6 +-11.7,0.93,13.080,309.1,-11.9,0.93,13.410,309.2 +-11.2,0.94,13.170,308.1,-11.4,0.94,13.510,308.2 +-10.8,0.94,13.410,308.5,-11.0,0.94,13.760,308.6 +-10.6,0.94,13.720,310.1,-10.8,0.94,14.090,310.2 +-10.7,0.94,13.140,311.1,-10.9,0.94,13.520,311.2 +-11.1,0.94,12.470,312.5,-11.3,0.94,12.930,312.6 +-11.9,0.94,12.170,311.0,-12.1,0.94,13.160,311.3 +-12.8,0.94,14.890,312.0,-13.0,0.94,15.820,312.2 +-13.6,0.94,14.520,313.5,-13.8,0.94,15.490,313.9 +-14.4,0.94,14.250,313.2,-14.5,0.94,15.290,313.8 +-15.1,0.94,13.720,317.8,-15.3,0.94,14.540,318.1 +-15.7,0.94,12.570,316.2,-15.9,0.94,13.400,316.7 +-16.1,0.94,11.950,316.7,-16.3,0.94,12.730,317.2 +-16.2,0.94,11.020,318.5,-16.4,0.94,11.670,318.9 +-16.0,0.94,11.090,317.1,-16.1,0.94,11.630,317.7 +-15.5,0.94,10.950,319.3,-15.7,0.94,11.470,319.7 +-15.6,0.94,10.990,318.4,-15.8,0.94,11.600,318.8 +-15.7,0.94,10.390,318.1,-15.8,0.94,10.990,318.6 +-15.7,0.94,10.110,319.5,-15.9,0.94,10.840,319.9 +-15.6,0.94,11.070,322.2,-15.7,0.94,11.760,322.6 +-15.0,0.94,10.150,324.4,-15.2,0.94,10.470,324.8 +-14.3,0.94,10.400,331.0,-14.5,0.94,10.670,331.3 +-13.6,0.94,9.860,332.0,-13.8,0.94,10.100,332.2 +-13.1,0.94,9.840,333.0,-13.3,0.94,10.040,333.1 +-12.3,0.94,9.350,340.7,-12.5,0.94,9.570,340.7 +-12.0,0.94,8.960,335.3,-12.2,0.94,9.160,335.4 +-11.5,0.94,8.310,338.3,-11.7,0.94,8.500,338.2 +-11.4,0.94,8.190,339.3,-11.6,0.94,8.380,339.4 +-11.4,0.94,7.960,344.2,-11.6,0.94,8.140,344.3 +-11.6,0.94,7.260,347.9,-11.8,0.94,7.480,347.9 +-11.9,0.94,7.170,348.5,-12.1,0.94,7.630,348.5 +-12.3,0.94,8.580,345.2,-12.4,0.94,9.120,346.2 +-12.8,0.94,9.530,347.3,-12.7,0.94,9.970,349.4 +-13.2,0.94,9.380,352.9,-13.0,0.94,10.140,356.8 +-13.6,0.94,9.170,1.4,-13.1,0.94,9.680,4.2 +-13.5,0.94,9.820,5.9,-13.1,0.94,10.600,7.9 +-14.0,0.94,8.860,11.9,-13.5,0.94,9.370,13.4 +-14.0,0.94,7.720,10.8,-13.5,0.94,8.010,13.4 +-14.9,0.94,7.030,7.0,-14.4,0.94,7.380,9.6 +-15.8,0.94,5.470,5.5,-15.2,0.94,6.140,8.1 +-16.0,0.94,4.310,3.1,-15.6,0.94,4.810,5.4 +-15.2,0.94,4.840,0.4,-14.7,0.94,5.100,2.4 +-15.5,0.94,4.490,353.8,-15.0,0.94,4.710,356.5 +-15.4,0.94,5.410,351.1,-14.8,0.94,5.660,354.2 +-15.4,0.94,3.030,351.9,-15.3,0.94,3.870,351.8 +-13.5,0.94,2.550,351.6,-13.6,0.94,2.620,352.0 +-11.7,0.94,3.060,350.6,-11.9,0.94,3.120,351.2 +-10.1,0.94,3.710,353.9,-10.3,0.94,3.760,354.2 +-9.1,0.94,3.650,348.8,-9.3,0.94,3.710,349.1 +-8.3,0.94,4.000,347.2,-8.5,0.94,4.060,347.6 +-7.7,0.94,3.990,349.9,-7.9,0.94,4.050,350.3 +-7.3,0.94,4.020,353.3,-7.5,0.94,4.090,353.4 +-7.3,0.94,4.290,358.8,-7.5,0.94,4.360,358.6 +-7.8,0.94,4.670,5.1,-8.0,0.94,4.740,4.8 +-8.2,0.94,6.470,8.5,-8.4,0.94,6.470,10.5 +-8.7,0.94,7.900,15.0,-8.8,0.94,7.860,14.9 +-9.5,0.94,7.630,17.4,-9.1,0.94,7.770,16.2 +-9.7,0.94,8.420,31.0,-9.1,0.94,8.420,30.2 +-10.8,0.94,8.900,46.1,-10.1,0.94,9.240,45.1 +-10.6,0.94,8.160,53.1,-9.7,0.94,8.380,52.8 +-11.1,0.94,8.110,53.4,-10.2,0.94,8.370,53.5 +-12.0,0.94,7.150,57.4,-11.0,0.94,7.670,58.1 +-11.3,0.94,7.350,66.0,-10.4,0.94,7.660,67.4 +-11.2,0.94,6.540,70.8,-10.3,0.94,6.770,71.5 +-10.8,0.94,6.610,63.8,-9.8,0.94,6.960,65.6 +-10.9,0.94,5.940,65.5,-10.1,0.94,6.410,67.9 +-11.1,0.94,6.180,63.9,-10.3,0.94,6.500,66.3 +-11.6,0.94,6.160,58.7,-10.8,0.94,6.640,61.2 +-11.3,0.94,4.000,55.5,-10.9,0.94,5.100,58.6 +-9.3,0.94,3.100,48.2,-9.5,0.94,3.150,50.6 +-7.4,0.94,3.230,51.6,-7.5,0.94,3.260,52.7 +-5.9,0.94,3.040,43.5,-6.1,0.94,3.060,44.3 +-4.7,0.94,2.800,39.1,-4.9,0.94,2.830,39.5 +-3.8,0.94,2.980,37.0,-4.0,0.94,3.020,37.3 +-3.3,0.94,3.060,34.7,-3.5,0.94,3.100,35.0 +-3.2,0.94,3.370,24.9,-3.4,0.94,3.410,25.2 +-3.2,0.94,3.710,24.4,-3.4,0.94,3.760,24.9 +-3.5,0.94,4.220,21.9,-3.7,0.94,4.340,22.1 +-3.7,0.94,5.550,25.2,-3.8,0.94,5.670,25.9 +-4.1,0.94,5.990,44.4,-4.0,0.94,5.900,44.8 +-3.8,0.94,6.260,44.2,-3.7,0.94,6.120,43.9 +-4.0,0.94,6.980,51.2,-3.7,0.94,6.970,51.7 +-5.9,0.94,6.600,90.9,-5.5,0.94,7.060,87.8 +-4.8,0.94,6.350,111.5,-4.5,0.94,6.350,109.6 +-5.1,0.94,5.480,108.3,-4.8,0.94,5.700,106.6 +-4.6,0.94,4.160,105.1,-4.2,0.94,4.270,105.6 +-4.7,0.94,3.580,94.4,-4.2,0.94,3.400,95.8 +-7.4,0.94,3.240,115.4,-6.8,0.94,2.940,118.0 +-7.6,0.94,1.300,175.0,-7.1,0.94,1.330,170.0 +-7.0,0.94,1.660,176.5,-6.9,0.94,1.840,182.4 +-7.2,0.94,1.360,179.5,-7.1,0.94,1.480,182.3 +-7.5,0.94,1.460,178.8,-7.4,0.94,1.570,181.6 +-7.2,0.94,1.050,155.3,-6.9,0.94,1.290,166.8 +-5.4,0.94,0.990,98.6,-5.6,0.94,1.030,103.6 +-4.0,0.94,0.810,143.6,-4.2,0.94,0.830,144.4 +-3.3,0.94,0.900,99.3,-3.5,0.94,0.900,98.8 +-2.8,0.94,0.690,157.8,-3.0,0.94,0.670,156.0 +-2.6,0.94,1.140,20.7,-2.8,0.94,1.140,24.1 +-2.1,0.94,0.440,325.8,-2.3,0.94,0.400,335.3 +-2.4,0.94,1.930,24.4,-2.6,0.94,1.920,23.8 +-2.0,0.94,2.050,33.2,-2.2,0.94,2.040,32.2 +-2.3,0.94,2.040,24.1,-2.4,0.94,2.070,24.8 +-2.5,0.94,4.590,47.5,-2.7,0.94,4.560,45.9 +-3.1,0.94,6.450,43.0,-3.2,0.94,6.170,42.1 +-3.2,0.94,6.580,45.3,-3.1,0.94,6.540,42.8 +-4.5,0.94,6.130,71.8,-4.3,0.94,6.240,68.2 +-4.6,0.94,6.030,77.6,-4.3,0.94,6.200,75.4 +-3.6,0.94,6.430,81.9,-3.4,0.94,6.350,81.5 +-3.7,0.94,5.530,83.9,-3.5,0.94,5.550,84.9 +-4.3,0.94,5.200,89.1,-3.9,0.94,5.170,87.7 +-4.7,0.94,5.050,92.3,-4.4,0.94,5.060,91.5 +-5.6,0.94,3.280,113.9,-5.2,0.94,3.050,116.8 +-5.5,0.94,2.480,134.2,-5.3,0.94,2.350,140.3 +-5.3,0.94,2.080,137.5,-5.2,0.94,1.960,140.1 +-5.8,0.94,1.750,135.1,-5.6,0.94,1.680,141.4 +-6.1,0.94,2.830,103.9,-6.0,0.94,2.760,108.5 +-6.1,0.94,2.020,96.2,-6.2,0.94,2.330,98.1 +-4.8,0.94,1.860,71.7,-5.0,0.94,1.870,71.2 +-4.0,0.94,3.270,45.5,-4.2,0.94,3.310,45.7 +-3.6,0.94,4.280,45.3,-3.8,0.94,4.350,45.4 +-3.3,0.94,4.580,43.0,-3.5,0.94,4.680,43.4 +-3.1,0.94,5.260,36.0,-3.4,0.94,5.350,36.5 +-3.2,0.94,5.760,31.5,-3.4,0.94,5.840,31.8 +-3.0,0.94,6.050,32.0,-3.2,0.94,6.170,32.1 +-3.4,0.94,6.260,26.1,-3.6,0.94,6.390,26.2 +-3.7,0.94,5.980,16.9,-3.9,0.94,6.100,17.4 +-4.3,0.94,6.250,21.4,-4.5,0.94,6.810,21.1 +-4.7,0.94,9.080,18.9,-4.7,0.94,9.660,20.5 +-5.4,0.94,9.200,24.6,-5.5,0.94,10.040,26.6 +-6.0,0.94,8.980,25.8,-5.9,0.94,9.840,28.0 +-6.7,0.94,8.760,29.1,-6.6,0.94,9.760,31.5 +-7.1,0.94,8.920,30.4,-7.0,0.94,9.850,33.7 +-7.5,0.94,8.810,32.9,-7.4,0.94,9.660,37.5 +-8.0,0.94,8.620,37.6,-7.8,0.94,9.500,42.0 +-8.3,0.94,8.310,36.1,-8.0,0.94,8.990,41.5 +-8.8,0.94,8.050,33.7,-8.4,0.94,8.590,39.1 +-9.6,0.94,7.620,22.9,-9.3,0.94,8.090,28.5 +-9.8,0.94,7.730,22.7,-9.4,0.94,8.150,26.7 +-10.4,0.94,7.620,18.9,-10.0,0.94,8.180,22.0 +-10.7,0.94,6.920,14.2,-10.3,0.94,7.650,15.7 +-9.9,0.94,4.790,11.6,-9.9,0.94,5.740,12.5 +-7.8,0.94,4.320,9.1,-8.0,0.94,4.450,9.5 +-5.8,0.94,4.870,7.6,-6.0,0.94,4.960,7.9 +-4.3,0.94,5.640,8.4,-4.5,0.94,5.780,8.5 +-3.5,0.94,6.280,8.8,-3.7,0.94,6.430,8.8 +-3.2,0.94,6.470,5.9,-3.4,0.94,6.620,5.8 +-3.0,0.94,6.120,6.7,-3.2,0.94,6.260,6.5 +-2.9,0.94,6.070,351.4,-3.1,0.94,6.200,351.7 +-2.7,0.94,6.770,352.3,-2.9,0.94,6.920,352.4 +-2.8,0.95,5.920,356.6,-3.0,0.95,6.120,356.4 +-3.2,0.95,6.610,350.8,-3.3,0.95,7.150,351.8 +-3.7,0.95,8.070,354.7,-3.7,0.95,8.550,355.2 +-3.9,0.95,9.050,359.3,-3.9,0.95,9.650,1.2 +-4.3,0.95,8.880,9.3,-4.2,0.95,9.670,11.8 +-4.5,0.95,8.510,17.7,-4.4,0.95,8.890,20.6 +-5.1,0.95,7.530,19.2,-4.8,0.95,8.040,22.5 +-5.5,0.95,6.410,21.6,-5.3,0.95,6.880,25.3 +-5.6,0.95,5.580,27.7,-5.3,0.95,5.940,30.9 +-6.2,0.95,4.910,26.5,-5.7,0.95,5.280,28.9 +-6.2,0.95,4.680,21.6,-5.8,0.95,5.030,24.4 +-6.3,0.95,4.470,16.6,-5.8,0.95,4.730,18.8 +-6.0,0.95,4.620,10.8,-5.6,0.95,4.810,12.9 +-6.2,0.95,4.900,4.6,-5.8,0.95,5.070,6.1 +-6.4,0.95,5.490,2.2,-6.0,0.95,5.810,3.1 +-6.4,0.95,4.720,5.9,-6.0,0.95,5.390,4.8 +-4.6,0.95,2.350,4.9,-4.7,0.95,2.450,4.1 +-2.7,0.95,2.850,5.2,-2.9,0.95,2.910,5.6 +-1.7,0.95,3.070,1.5,-1.9,0.95,3.120,1.9 +-0.9,0.95,3.440,358.2,-1.1,0.95,3.510,358.6 +-0.5,0.95,3.240,358.1,-0.7,0.95,3.300,358.2 +-0.9,0.95,5.180,1.1,-1.1,0.95,5.110,1.1 +-0.1,0.95,3.530,6.5,-0.3,0.95,3.590,6.0 +-0.3,0.95,3.790,14.2,-0.5,0.95,3.820,13.5 +-0.4,0.95,2.600,2.2,-0.6,0.95,2.640,1.5 +-0.9,0.95,4.270,339.5,-1.0,0.95,4.110,341.4 +-0.6,0.95,5.170,12.6,-0.7,0.95,5.190,12.8 +-0.9,0.95,4.120,21.9,-0.8,0.95,4.340,21.7 +-1.4,0.95,3.710,16.2,-1.2,0.95,3.900,15.8 +-1.6,0.95,3.440,16.6,-1.4,0.95,3.660,16.3 +-2.0,0.95,3.110,7.9,-1.6,0.95,3.290,8.2 +-2.5,0.95,3.170,4.1,-2.1,0.95,3.230,5.7 +-2.5,0.95,2.820,3.7,-2.2,0.95,2.800,6.4 +-2.5,0.95,2.500,2.7,-2.2,0.95,2.410,3.6 +-2.9,0.95,2.950,359.6,-2.5,0.95,2.850,0.5 +-3.4,0.95,2.590,5.4,-2.8,0.95,2.650,4.8 +-3.3,0.95,2.910,3.1,-2.8,0.95,2.930,2.4 +-3.5,0.95,2.820,5.3,-3.0,0.95,2.880,2.9 +-3.2,0.95,3.230,11.0,-2.5,0.95,3.270,9.9 +-3.2,0.95,3.530,4.7,-2.6,0.95,3.670,5.8 +-2.9,0.95,1.020,351.2,-3.0,0.95,1.270,354.2 +-0.7,0.95,1.430,342.8,-0.8,0.95,1.450,343.4 +0.3,0.95,2.220,334.1,0.1,0.95,2.190,335.8 +0.2,0.95,2.340,353.1,0.1,0.95,2.330,352.2 +0.5,0.95,2.450,42.1,0.3,0.95,2.400,41.6 +0.4,0.95,3.300,30.9,0.2,0.95,3.200,30.4 +0.9,0.95,2.060,320.1,0.7,0.95,2.060,321.3 +0.7,0.95,3.410,30.0,0.5,0.95,3.410,28.2 +0.8,0.95,3.160,339.3,0.6,0.95,3.170,339.8 +0.6,0.95,3.390,6.5,0.5,0.95,3.310,4.2 +0.4,0.95,2.340,8.9,0.5,0.95,2.500,6.8 +-0.0,0.95,2.380,9.1,0.2,0.95,2.570,9.2 +0.4,0.95,1.940,7.9,0.5,0.95,2.050,9.9 +0.0,0.95,2.110,9.0,0.3,0.95,2.110,6.9 +-0.2,0.95,2.270,16.4,0.0,0.95,2.250,15.5 +-0.9,0.95,1.540,22.3,-0.4,0.95,1.640,22.6 +-1.1,0.95,1.270,40.8,-0.7,0.95,1.340,45.8 +-1.3,0.95,1.040,43.4,-0.7,0.95,1.130,51.6 +-1.8,0.95,0.650,88.6,-1.1,0.95,0.670,76.8 +-1.7,0.95,0.550,150.0,-1.2,0.95,0.430,141.7 +-1.7,0.95,0.430,178.4,-1.0,0.95,0.430,165.3 +-2.2,0.95,0.600,210.9,-1.3,0.95,0.590,209.1 +-2.3,0.95,0.870,220.6,-1.6,0.95,0.960,218.0 +-2.0,0.95,0.940,206.7,-1.3,0.95,1.180,220.1 +-1.4,0.95,0.520,175.3,-1.1,0.95,0.760,201.1 +0.5,0.95,0.740,231.8,0.3,0.95,0.720,227.0 +1.8,0.95,1.040,260.4,1.6,0.95,1.010,259.7 +2.5,0.95,0.910,264.4,2.3,0.95,0.880,265.2 +2.8,0.95,1.160,270.8,2.6,0.95,1.150,271.5 +3.1,0.95,1.620,262.3,2.9,0.95,1.590,262.6 +3.2,0.95,1.660,297.9,3.0,0.95,1.610,297.3 +3.2,0.95,2.130,303.7,3.0,0.95,2.110,303.6 +3.3,0.95,1.320,265.3,3.1,0.95,1.330,264.6 +3.3,0.95,1.060,227.5,3.1,0.95,1.120,228.3 +2.8,0.95,0.530,224.5,2.9,0.95,0.740,240.1 +2.9,0.95,1.020,222.1,3.0,0.95,1.250,226.0 +2.5,0.95,1.310,205.4,2.8,0.95,1.590,211.5 +1.7,0.95,1.480,192.3,2.0,0.95,1.740,200.8 +1.6,0.95,1.900,190.4,1.9,0.95,2.060,196.5 +0.6,0.95,2.530,194.8,1.1,0.95,2.810,197.4 +0.7,0.95,2.510,195.5,1.2,0.95,2.820,201.8 +-0.2,0.95,3.080,206.5,0.2,0.95,3.220,210.5 +-0.3,0.95,2.760,215.1,0.3,0.95,3.050,221.6 +-0.5,0.95,2.660,215.7,0.2,0.95,2.980,221.1 +-0.6,0.95,2.920,207.7,0.0,0.95,3.240,212.1 +-1.5,0.95,3.580,200.0,-0.8,0.95,3.950,201.5 +-1.9,0.95,3.750,196.8,-1.2,0.95,4.220,196.5 +-1.4,0.95,3.130,189.6,-1.0,0.95,3.840,190.6 +0.2,0.95,2.500,195.2,0.0,0.95,2.630,192.9 +2.1,0.95,2.990,196.4,2.0,0.95,3.080,195.3 +3.7,0.95,4.340,199.0,3.5,0.95,4.430,198.8 +4.7,0.95,4.580,198.0,4.5,0.95,4.680,197.8 +5.2,0.95,5.600,202.8,5.0,0.95,5.730,202.8 +5.0,0.95,5.600,211.0,4.8,0.95,5.720,210.7 +4.7,0.94,6.030,210.4,4.5,0.94,6.160,210.3 +4.6,0.94,4.950,210.9,4.4,0.94,5.070,210.8 +4.7,0.94,4.830,199.2,4.5,0.94,5.040,200.2 +4.7,0.94,7.260,193.7,4.5,0.94,7.290,194.2 +4.5,0.94,9.620,197.2,4.4,0.94,10.020,198.0 +3.7,0.94,11.460,196.6,3.8,0.94,12.070,199.0 +2.1,0.94,9.170,206.1,2.3,0.94,10.070,207.8 +3.5,0.94,9.300,201.6,3.6,0.94,10.210,203.0 +2.5,0.94,8.740,196.4,2.6,0.94,9.430,200.4 +0.8,0.94,7.500,204.3,0.8,0.94,8.480,206.6 +1.5,0.94,6.440,200.9,1.5,0.94,7.190,204.6 +1.4,0.94,6.850,197.4,1.4,0.94,7.510,202.0 +1.6,0.94,6.620,216.0,1.7,0.94,7.260,219.0 +2.4,0.94,5.210,211.8,2.5,0.94,5.580,213.4 +1.7,0.94,3.540,207.8,1.7,0.94,3.800,209.0 +1.7,0.94,4.100,210.7,1.6,0.94,4.140,215.4 +1.6,0.94,3.330,229.9,1.6,0.94,3.180,237.3 +1.4,0.94,3.110,254.6,1.4,0.94,3.380,259.3 +1.8,0.94,3.120,292.2,1.8,0.94,3.540,295.0 +2.0,0.94,2.870,315.6,1.9,0.94,3.030,316.9 +3.3,0.94,3.590,317.3,3.1,0.94,3.650,317.2 +3.9,0.94,5.100,313.5,3.7,0.94,5.170,313.6 +3.9,0.93,5.350,304.9,3.7,0.93,5.420,304.9 +4.5,0.93,4.980,304.9,4.3,0.93,5.070,304.7 +5.4,0.93,5.770,301.3,5.2,0.93,5.880,301.2 +5.4,0.93,5.530,294.3,5.2,0.93,5.660,294.4 +4.6,0.93,5.620,298.0,4.4,0.93,6.000,298.3 +3.9,0.93,6.500,293.8,3.8,0.93,7.120,293.5 +3.2,0.93,7.730,287.7,3.3,0.93,8.700,289.0 +2.1,0.93,6.320,314.0,2.5,0.93,7.310,315.8 +0.1,0.93,4.920,319.4,0.3,0.93,5.970,320.7 +-0.1,0.93,4.040,302.3,-0.1,0.93,5.150,308.2 +-0.1,0.93,6.050,297.5,-0.1,0.93,7.160,299.7 +-0.1,0.93,7.910,306.5,-0.1,0.93,8.680,307.8 +-1.2,0.93,8.880,330.6,-1.4,0.93,9.410,330.9 +-1.9,0.93,6.880,324.0,-2.1,0.93,7.380,323.8 +-2.2,0.93,7.550,315.0,-2.4,0.93,8.060,315.6 +-2.5,0.93,8.380,312.9,-2.7,0.93,8.850,313.3 +-2.9,0.93,8.850,314.6,-3.1,0.93,9.300,314.9 +-3.3,0.93,8.080,317.8,-3.5,0.93,8.550,317.8 +-3.9,0.93,8.820,324.9,-4.1,0.93,9.140,325.1 +-3.7,0.93,10.170,323.2,-3.9,0.93,10.460,323.3 +-4.0,0.93,11.900,324.3,-4.2,0.93,12.210,324.4 +-4.1,0.93,11.610,328.7,-4.3,0.93,11.910,328.8 +-3.9,0.93,12.330,332.0,-4.2,0.93,12.670,332.0 +-3.8,0.93,11.660,331.1,-4.0,0.93,11.960,331.2 +-3.5,0.93,11.060,333.8,-3.7,0.93,11.350,334.0 +-4.3,0.94,10.110,313.8,-4.5,0.94,10.310,314.6 +-4.6,0.94,9.870,336.1,-4.8,0.94,10.180,336.0 +-5.3,0.94,9.660,311.6,-5.5,0.94,9.910,311.7 +-5.6,0.94,8.540,323.5,-5.8,0.94,8.720,323.8 +-5.5,0.94,10.330,335.3,-5.7,0.94,10.830,335.5 +-6.7,0.94,9.830,326.0,-6.9,0.94,10.120,326.7 +-6.9,0.94,9.850,330.9,-7.1,0.94,10.530,331.2 +-7.6,0.94,8.940,333.3,-7.8,0.94,9.270,333.6 +-7.8,0.94,7.970,344.1,-8.0,0.94,8.220,344.4 +-8.1,0.94,7.050,336.9,-8.3,0.94,7.250,337.4 +-8.7,0.94,8.120,336.2,-8.9,0.94,8.460,336.3 +-8.9,0.94,8.350,354.8,-9.1,0.94,8.670,354.6 +-9.5,0.94,6.210,326.8,-9.7,0.94,6.360,327.5 +-10.5,0.94,7.160,328.5,-10.7,0.94,7.460,328.9 +-11.1,0.94,6.220,320.2,-11.3,0.94,6.550,320.9 +-11.5,0.94,7.150,316.4,-11.7,0.94,7.560,317.2 +-11.9,0.94,6.650,316.1,-12.1,0.94,7.090,316.8 +-12.0,0.94,5.910,310.5,-12.2,0.94,6.100,311.2 +-11.3,0.94,6.500,310.3,-11.5,0.94,6.640,310.7 +-10.3,0.94,7.240,311.9,-10.5,0.94,7.400,312.1 +-9.2,0.94,7.780,312.5,-9.4,0.94,7.950,312.7 +-8.0,0.94,8.070,308.4,-8.3,0.94,8.250,308.6 +-7.0,0.94,9.130,309.8,-7.2,0.94,9.350,310.0 +-5.9,0.94,9.690,308.2,-6.1,0.94,9.930,308.3 +-5.2,0.94,10.020,306.7,-5.4,0.94,10.270,306.8 +-4.5,0.94,10.070,306.5,-4.7,0.94,10.340,306.6 +-4.1,0.94,10.150,308.0,-4.3,0.94,10.430,308.2 +-3.9,0.94,9.440,311.2,-4.1,0.94,9.740,311.4 +-3.6,0.94,7.010,317.4,-3.7,0.94,7.540,317.7 +-4.0,0.94,6.920,315.6,-4.1,0.94,7.800,315.9 +-4.4,0.94,7.090,315.5,-4.5,0.94,8.110,316.0 +-4.9,0.94,5.670,312.7,-5.0,0.94,6.690,314.5 +-5.1,0.94,6.480,311.4,-5.2,0.94,7.610,313.0 +-5.3,0.94,9.160,322.3,-5.4,0.94,10.100,323.9 +-5.9,0.94,7.500,319.0,-5.9,0.94,8.610,321.1 +-6.5,0.94,8.270,321.8,-6.5,0.94,9.290,324.4 +-7.0,0.94,7.570,321.3,-7.1,0.94,8.540,325.0 +-7.5,0.94,7.680,321.4,-7.5,0.94,8.450,324.9 +-7.9,0.94,7.370,317.4,-7.9,0.94,8.140,319.9 +-8.3,0.94,7.760,321.6,-8.4,0.94,8.540,324.2 +-8.8,0.95,7.780,323.2,-8.8,0.95,8.570,325.9 +-9.1,0.95,5.870,332.8,-9.2,0.95,6.350,332.5 +-8.3,0.95,4.370,333.1,-8.5,0.95,4.450,333.3 +-7.0,0.95,4.670,327.1,-7.2,0.95,4.750,327.4 +-6.0,0.95,5.330,324.9,-6.2,0.95,5.440,325.2 +-5.1,0.95,5.960,322.9,-5.3,0.95,6.080,323.1 +-4.4,0.95,5.820,321.7,-4.6,0.95,5.950,321.9 +-3.8,0.95,5.800,327.3,-4.0,0.95,5.930,327.4 +-3.3,0.95,5.670,326.6,-3.5,0.95,5.800,326.6 +-3.0,0.95,5.940,333.3,-3.2,0.95,6.060,333.2 +-2.9,0.95,6.080,338.8,-3.1,0.95,6.210,338.6 +-3.0,0.95,5.710,343.9,-3.2,0.95,5.820,343.7 +-3.5,0.95,5.120,3.7,-3.7,0.95,5.350,3.0 +-4.2,0.95,6.450,8.8,-4.4,0.95,6.700,8.4 +-4.8,0.95,6.220,9.9,-4.9,0.95,6.570,10.5 +-5.3,0.95,4.640,24.6,-5.4,0.95,5.140,24.5 +-5.5,0.95,4.130,24.0,-5.6,0.95,4.820,23.8 +-5.4,0.95,4.350,27.0,-5.4,0.95,4.640,26.5 +-5.7,0.95,2.650,31.3,-5.5,0.95,3.000,31.9 +-6.1,0.95,2.160,51.6,-5.9,0.95,2.520,49.3 +-6.5,0.95,1.520,114.4,-6.4,0.95,1.700,105.5 +-7.0,0.95,2.600,150.9,-7.0,0.95,2.590,147.0 +-7.1,0.95,2.840,152.1,-6.9,0.95,3.150,151.1 +-7.0,0.95,2.840,158.8,-6.8,0.95,3.370,158.3 +-8.3,0.95,5.950,152.9,-8.1,0.95,6.540,154.0 +-6.7,0.95,6.390,165.8,-6.7,0.95,6.990,166.2 +-5.9,0.95,5.790,174.1,-6.0,0.95,6.340,174.5 +-3.8,0.95,6.690,174.8,-4.0,0.95,6.860,175.3 +-2.0,0.95,8.530,185.1,-2.3,0.95,8.730,185.3 +-1.1,0.95,9.420,189.8,-1.3,0.95,9.630,189.8 +0.0,0.95,9.660,192.0,-0.2,0.95,9.890,192.1 +1.3,0.94,9.980,191.6,1.1,0.94,10.250,191.7 +2.3,0.94,11.010,192.6,2.1,0.94,11.280,192.6 +3.1,0.94,11.810,193.9,3.0,0.94,12.110,193.9 +3.6,0.94,12.350,194.7,3.4,0.94,12.690,194.7 +3.6,0.94,11.490,195.8,3.4,0.94,12.000,195.9 +3.3,0.94,13.040,193.5,3.2,0.94,13.920,194.0 +3.0,0.94,13.870,196.5,3.0,0.94,14.830,197.4 +2.9,0.94,14.760,202.4,2.8,0.94,15.890,203.3 +2.0,0.94,12.040,208.8,2.0,0.94,13.320,209.6 +1.0,0.94,9.930,216.3,1.0,0.94,11.090,217.1 +1.4,0.94,10.350,220.5,1.4,0.94,11.610,221.8 +0.8,0.94,9.250,241.3,0.9,0.94,10.460,242.6 +1.7,0.94,8.050,243.6,1.8,0.94,9.140,245.6 +1.9,0.94,7.660,280.8,2.0,0.94,8.730,286.9 +0.6,0.94,8.010,317.8,0.7,0.94,9.260,319.6 +-0.2,0.94,8.190,333.9,-0.3,0.94,9.040,334.8 +-1.1,0.94,7.960,337.2,-1.2,0.94,8.750,339.2 +-1.5,0.94,6.730,332.7,-1.7,0.94,7.390,333.9 +-1.5,0.94,6.790,332.7,-1.7,0.94,7.390,333.1 +-1.3,0.94,7.690,324.6,-1.5,0.94,7.870,324.9 +-0.9,0.94,8.130,323.1,-1.1,0.94,8.320,323.3 +-0.4,0.94,8.010,321.0,-0.6,0.94,8.200,321.2 +0.2,0.94,8.590,318.1,-0.0,0.94,8.790,318.4 +0.6,0.94,8.810,317.6,0.3,0.94,9.020,317.8 +0.8,0.94,8.930,318.6,0.5,0.94,9.150,318.8 +0.9,0.94,8.800,319.8,0.7,0.94,9.030,320.0 +0.8,0.94,8.340,327.4,0.6,0.94,8.560,327.5 +0.5,0.94,9.110,328.1,0.3,0.94,9.330,328.1 +0.0,0.94,8.020,333.2,-0.2,0.94,8.260,333.3 +-1.1,0.94,8.140,347.5,-1.2,0.94,8.700,347.4 +-2.1,0.94,8.270,349.8,-2.3,0.94,8.960,350.4 +-3.3,0.94,6.870,356.7,-3.4,0.94,7.660,356.4 +-3.7,0.94,8.530,346.6,-3.8,0.94,9.380,346.6 +-4.2,0.94,7.320,352.4,-4.3,0.94,8.000,353.3 +-4.5,0.95,6.410,6.7,-4.7,0.95,6.900,8.3 +-4.8,0.95,6.070,12.1,-5.0,0.95,6.590,13.3 +-5.0,0.95,4.260,19.7,-5.1,0.95,4.530,21.4 +-5.1,0.95,3.180,33.8,-5.3,0.95,3.460,35.6 +-5.3,0.95,2.520,30.2,-5.5,0.95,2.840,31.3 +-5.5,0.95,1.470,40.8,-5.7,0.95,1.700,40.6 +-5.7,0.95,1.120,31.8,-5.9,0.95,1.310,36.7 +-5.9,0.95,1.830,27.3,-6.1,0.95,1.850,32.4 +-5.9,0.95,1.660,76.2,-6.1,0.95,1.710,76.1 +-4.9,0.95,1.750,80.7,-5.1,0.95,1.770,81.0 +-3.8,0.95,2.170,118.3,-4.0,0.95,2.200,118.8 +-2.8,0.95,2.810,111.4,-3.0,0.95,2.840,111.6 +-1.7,0.95,3.100,127.1,-1.9,0.95,3.140,127.3 +-0.7,0.95,3.340,145.2,-0.9,0.95,3.390,145.1 +0.1,0.94,3.700,158.1,-0.1,0.94,3.750,158.1 +0.9,0.94,4.430,157.4,0.7,0.94,4.520,157.5 +1.2,0.94,6.090,166.3,1.0,0.94,6.220,166.4 +0.8,0.94,6.280,157.1,0.6,0.94,6.390,157.2 +0.5,0.94,5.920,149.4,0.4,0.94,6.100,149.5 +0.2,0.94,7.260,141.9,0.1,0.94,7.720,142.8 +-0.6,0.94,8.020,139.2,-0.8,0.94,8.450,139.6 +-1.6,0.94,7.750,144.5,-1.8,0.94,8.310,145.3 +-3.4,0.94,7.300,138.8,-3.6,0.94,7.750,139.6 +-4.0,0.94,7.490,130.1,-4.1,0.94,8.200,131.0 +-4.1,0.94,7.410,129.5,-4.2,0.94,8.070,130.5 +-4.0,0.94,7.750,125.2,-4.1,0.94,8.380,126.4 +-3.7,0.94,7.940,125.6,-3.8,0.94,8.460,126.5 +-3.2,0.94,8.350,127.5,-3.3,0.94,8.770,127.9 +-2.7,0.94,8.470,129.0,-2.8,0.94,9.100,130.3 +-2.3,0.93,8.900,129.1,-2.4,0.93,9.510,130.2 +-2.0,0.93,9.100,128.9,-2.2,0.93,9.710,129.9 +-1.9,0.93,9.530,128.4,-2.0,0.93,10.160,129.6 +-1.7,0.93,8.360,128.0,-1.8,0.93,8.890,128.8 +-1.3,0.93,7.050,131.5,-1.4,0.93,7.670,132.4 +-0.8,0.93,6.530,126.2,-1.0,0.93,6.750,127.0 +-0.5,0.93,5.190,128.2,-0.6,0.93,5.340,128.7 +-0.1,0.93,4.670,119.5,-0.3,0.93,4.780,120.0 +0.2,0.93,3.570,122.3,0.0,0.93,3.650,122.6 +0.4,0.93,2.300,102.2,0.3,0.93,2.330,102.8 +0.7,0.93,1.930,90.8,0.5,0.93,1.920,91.3 +1.0,0.93,0.790,34.3,0.8,0.93,0.780,33.8 +1.1,0.93,1.550,16.2,0.9,0.93,1.570,16.0 +1.1,0.93,2.160,357.0,0.9,0.93,2.200,357.8 +0.7,0.93,4.030,5.8,0.5,0.93,4.160,5.2 +0.6,0.93,5.680,359.2,0.4,0.93,5.900,360.0 +0.3,0.93,6.730,354.9,0.2,0.93,7.260,357.6 +-0.1,0.93,7.970,0.8,-0.2,0.93,8.720,2.1 +-0.7,0.93,9.070,349.3,-0.7,0.93,9.780,350.1 +-0.8,0.93,8.850,349.0,-0.7,0.93,9.460,350.7 +-1.1,0.93,8.700,347.7,-1.0,0.93,9.330,349.9 +-1.2,0.93,8.430,353.5,-1.2,0.93,9.050,356.3 +-1.4,0.93,8.220,351.0,-1.4,0.93,8.700,354.5 +-1.8,0.93,7.870,346.4,-1.8,0.93,8.400,350.1 +-2.4,0.93,7.240,344.0,-2.3,0.93,7.850,347.4 +-2.6,0.93,6.540,343.7,-2.5,0.93,7.200,347.3 +-2.8,0.93,5.600,339.7,-2.7,0.93,6.400,342.4 +-2.9,0.93,3.940,341.0,-2.9,0.93,4.520,341.5 +-1.6,0.94,2.380,341.5,-1.8,0.94,2.450,341.4 +-0.2,0.94,1.780,353.9,-0.4,0.94,1.810,354.6 +1.0,0.94,1.080,342.6,0.8,0.94,1.090,343.3 +1.7,0.94,0.680,241.8,1.5,0.94,0.680,242.6 +2.1,0.94,2.780,168.3,1.9,0.94,2.740,169.5 +2.6,0.94,2.820,220.8,2.4,0.94,2.880,219.6 +3.4,0.94,2.910,205.9,3.2,0.94,2.990,205.3 +4.1,0.94,3.720,202.2,3.9,0.94,3.810,201.9 +4.0,0.94,4.020,206.8,3.8,0.94,4.090,206.3 +3.9,0.94,4.850,197.3,3.7,0.94,4.970,197.2 +3.7,0.94,5.790,181.9,3.5,0.94,5.930,182.8 +3.0,0.94,7.510,157.7,3.0,0.94,7.440,159.5 +3.0,0.94,7.450,158.5,3.1,0.94,7.450,161.5 +2.4,0.94,7.340,152.8,2.7,0.94,7.340,157.1 +1.6,0.94,6.900,146.6,1.8,0.94,7.150,150.3 +0.7,0.93,5.620,131.5,0.7,0.93,6.020,134.3 +0.7,0.93,6.290,118.0,0.8,0.93,6.770,124.1 +0.4,0.93,6.750,116.4,0.4,0.93,7.220,120.5 +0.1,0.93,6.360,120.9,0.0,0.93,6.830,125.9 +0.2,0.93,6.310,129.9,0.3,0.93,6.840,132.5 +-0.1,0.93,5.350,119.0,-0.1,0.93,5.900,124.0 +0.1,0.93,5.760,118.1,0.2,0.93,5.950,121.8 +-0.0,0.93,4.780,105.0,0.1,0.93,4.720,108.0 +-0.1,0.93,4.030,98.6,-0.1,0.93,4.250,101.1 +0.0,0.93,2.060,62.1,-0.1,0.93,2.290,66.2 +0.9,0.93,1.910,33.9,0.8,0.93,1.930,34.5 +2.0,0.93,3.140,31.0,1.8,0.93,3.170,31.3 +2.6,0.94,3.480,13.8,2.5,0.94,3.500,14.1 +3.0,0.94,3.550,12.3,2.8,0.94,3.600,12.4 +3.8,0.94,3.520,16.7,3.6,0.94,3.580,16.3 +4.1,0.94,4.090,351.3,3.9,0.94,4.150,352.2 +4.2,0.94,5.120,331.9,4.0,0.94,5.090,333.0 +4.3,0.94,5.050,351.2,4.1,0.94,5.180,350.9 +3.5,0.94,5.620,358.6,3.4,0.94,6.030,358.6 +3.3,0.94,6.900,348.8,3.1,0.94,7.460,350.3 +2.5,0.94,8.970,351.7,2.5,0.94,9.690,352.9 +1.3,0.94,11.170,349.1,1.3,0.94,12.070,349.2 +-0.0,0.94,10.220,344.0,-0.1,0.94,11.160,344.5 +-1.1,0.94,9.640,342.0,-1.2,0.94,10.580,343.4 +-1.8,0.94,9.170,340.7,-1.9,0.94,10.040,342.4 +-2.4,0.94,8.990,343.9,-2.5,0.94,9.690,345.1 +-3.2,0.94,9.500,344.0,-3.3,0.94,10.220,344.7 +-4.1,0.94,8.240,337.4,-4.2,0.94,8.770,338.2 +-4.9,0.94,8.260,342.5,-5.1,0.94,8.810,342.9 +-5.6,0.94,8.220,339.1,-5.8,0.94,8.770,339.5 +-6.0,0.94,8.590,342.9,-6.1,0.94,9.080,343.3 +-6.2,0.94,8.650,348.2,-6.3,0.94,9.120,348.5 +-5.9,0.95,6.630,351.5,-6.0,0.95,6.800,351.8 +-4.9,0.95,6.520,357.2,-5.1,0.95,6.640,357.4 +-3.6,0.95,6.540,3.0,-3.8,0.95,6.670,3.2 +-2.3,0.95,8.120,10.7,-2.5,0.95,8.290,10.8 +-1.3,0.95,8.700,15.2,-1.5,0.95,8.890,15.3 +-0.6,0.95,8.680,22.3,-0.8,0.95,8.870,22.4 +0.0,0.95,7.550,26.6,-0.2,0.95,7.740,26.7 +0.4,0.95,7.200,24.9,0.1,0.95,7.380,25.2 +0.9,0.95,7.830,23.7,0.7,0.95,8.010,23.8 +0.8,0.95,7.880,21.8,0.6,0.95,8.080,22.0 +0.7,0.95,7.810,24.9,0.5,0.95,8.020,24.9 +0.3,0.95,7.040,22.1,0.1,0.95,7.480,22.6 +-0.1,0.95,10.260,25.5,-0.2,0.95,10.430,25.9 +-0.9,0.95,10.060,27.9,-0.8,0.95,10.750,28.6 +-1.7,0.95,9.480,32.0,-1.6,0.95,10.440,33.4 +-2.4,0.95,8.440,33.9,-2.3,0.95,9.340,35.3 +-3.0,0.95,8.550,39.1,-2.9,0.95,9.470,40.6 +-3.2,0.95,8.520,47.7,-3.1,0.95,9.490,49.6 +-3.3,0.95,8.590,49.6,-3.1,0.95,9.540,51.6 +-3.6,0.95,7.800,48.7,-3.4,0.95,8.600,51.5 +-3.9,0.95,7.120,47.6,-3.7,0.95,7.940,50.6 +-4.1,0.95,6.770,45.7,-3.9,0.95,7.550,48.9 +-4.4,0.95,7.210,52.5,-4.3,0.95,8.000,54.5 +-4.6,0.95,6.340,47.8,-4.5,0.95,7.130,50.9 +-4.1,0.95,4.350,47.2,-4.2,0.95,4.900,49.2 +-2.7,0.95,4.250,50.0,-2.9,0.95,4.350,51.1 +-1.3,0.95,4.700,54.2,-1.5,0.95,4.800,54.7 +-0.2,0.95,5.870,56.9,-0.4,0.95,5.990,57.0 +0.8,0.95,6.500,51.7,0.6,0.95,6.620,51.9 +1.6,0.95,6.130,56.7,1.4,0.95,6.250,56.8 +2.2,0.95,6.140,52.0,2.0,0.95,6.250,52.2 +2.8,0.95,5.920,52.7,2.6,0.95,6.030,52.9 +3.2,0.95,5.630,49.5,3.0,0.95,5.750,50.0 +3.3,0.94,6.730,57.0,3.1,0.94,6.880,57.4 +3.2,0.94,7.080,58.8,3.0,0.94,7.290,59.3 +2.6,0.94,8.290,54.0,2.5,0.94,8.640,55.4 +0.3,0.94,9.540,114.1,0.1,0.94,9.820,113.9 +-1.4,0.94,7.210,98.2,-1.5,0.94,7.740,100.5 +-2.6,0.94,8.460,97.9,-2.7,0.94,9.420,99.7 +-3.1,0.94,9.600,92.9,-3.2,0.94,10.690,94.4 +-3.4,0.94,9.200,90.4,-3.5,0.94,10.100,91.3 +-3.6,0.94,9.780,85.5,-3.8,0.94,10.560,86.7 +-3.9,0.94,9.680,81.0,-4.1,0.94,10.430,82.2 +-4.2,0.94,10.440,80.5,-4.3,0.94,11.140,81.3 +-4.4,0.94,11.720,78.5,-4.6,0.94,12.660,79.5 +-4.7,0.94,10.890,80.3,-4.8,0.94,11.580,81.0 +-4.7,0.94,9.570,81.8,-4.9,0.94,10.100,82.6 +-4.7,0.94,9.530,82.4,-4.9,0.94,10.100,83.1 +-4.7,0.94,10.580,79.7,-4.9,0.94,10.980,80.2 +-4.6,0.94,10.470,76.3,-4.8,0.94,10.750,76.6 +-3.7,0.94,10.380,86.0,-3.9,0.94,10.650,86.2 +-3.4,0.94,10.600,87.4,-3.6,0.94,10.870,87.5 +-3.1,0.94,11.930,87.3,-3.3,0.94,12.250,87.5 +-2.9,0.94,11.160,86.4,-3.2,0.94,11.480,86.5 +-4.1,0.94,12.140,78.0,-4.3,0.94,12.480,78.2 +-4.4,0.94,13.340,78.5,-4.6,0.94,13.720,78.7 +-4.4,0.94,13.240,75.9,-4.6,0.94,13.610,76.1 +-4.3,0.94,13.110,74.8,-4.5,0.94,13.460,75.0 +-4.3,0.94,12.210,74.7,-4.5,0.94,12.590,75.0 +-4.3,0.94,11.490,75.8,-4.5,0.94,11.980,76.1 +-4.5,0.94,10.650,73.7,-4.7,0.94,11.640,74.5 +-4.3,0.94,10.730,72.5,-4.5,0.94,11.620,73.7 +-4.0,0.94,10.200,71.4,-4.2,0.94,10.820,72.5 +-3.9,0.94,9.840,71.1,-4.1,0.94,10.540,72.4 +-3.9,0.93,8.780,63.8,-4.1,0.93,9.460,65.7 +-3.8,0.93,9.310,64.2,-4.0,0.93,9.830,65.2 +-3.9,0.93,8.180,55.4,-4.1,0.93,8.600,56.3 +-4.0,0.93,9.160,57.5,-4.1,0.93,9.630,58.3 +-4.1,0.93,8.630,53.9,-4.3,0.93,9.060,54.9 +-4.3,0.93,11.010,58.0,-4.5,0.93,11.540,58.8 +-4.8,0.93,10.050,52.2,-4.9,0.93,10.780,53.0 +-5.1,0.93,9.700,52.3,-5.3,0.93,10.480,53.7 +-5.4,0.93,9.730,55.6,-5.6,0.93,10.160,56.2 +-5.5,0.93,9.330,58.2,-5.7,0.93,9.600,58.6 +-5.1,0.93,7.660,54.9,-5.3,0.93,7.860,55.2 +-4.9,0.93,7.910,50.9,-5.1,0.93,8.060,51.2 +-4.3,0.93,7.420,46.5,-4.5,0.93,7.580,46.9 +-3.8,0.93,7.110,43.3,-4.0,0.93,7.220,43.5 +-3.5,0.93,7.490,41.5,-3.7,0.93,7.640,41.7 +-2.9,0.93,6.530,43.3,-3.1,0.93,6.680,43.3 +-3.0,0.93,6.770,35.0,-3.2,0.93,6.890,35.1 +-2.7,0.93,5.950,35.5,-2.9,0.93,6.090,35.6 +-3.4,0.93,6.300,27.2,-3.6,0.93,6.480,27.4 +-3.7,0.93,6.740,48.4,-3.9,0.93,7.000,48.3 +-4.3,0.93,4.500,49.9,-4.4,0.93,4.890,51.3 +-4.8,0.93,5.420,40.4,-5.0,0.93,5.630,40.6 +-5.2,0.93,4.680,41.9,-5.3,0.93,5.080,43.1 +-5.5,0.93,2.090,74.6,-5.6,0.93,2.260,72.0 +-5.3,0.93,2.050,38.2,-5.5,0.93,2.220,38.8 +-5.5,0.93,3.070,13.0,-5.6,0.93,3.220,15.3 +-5.5,0.93,4.040,357.1,-5.7,0.93,4.250,358.4 +-5.5,0.93,4.520,357.2,-5.7,0.93,4.730,357.7 +-5.5,0.93,4.770,353.8,-5.7,0.93,5.050,354.5 +-5.5,0.93,5.160,352.8,-5.7,0.93,5.420,353.0 +-5.5,0.93,5.240,353.6,-5.6,0.93,5.580,354.5 +-5.7,0.93,6.050,3.7,-5.8,0.93,6.500,7.8 +-5.4,0.93,4.810,11.8,-5.6,0.93,4.930,12.6 +-4.6,0.93,4.960,19.4,-4.8,0.93,5.050,19.6 +-4.0,0.93,4.530,14.4,-4.2,0.93,4.610,14.5 +-3.3,0.93,4.520,12.9,-3.5,0.93,4.600,12.9 +-2.5,0.93,4.500,1.9,-2.7,0.93,4.580,2.4 +-1.9,0.93,4.250,6.6,-2.1,0.93,4.330,6.7 +-1.2,0.93,4.020,10.8,-1.5,0.93,4.110,10.8 +-1.4,0.94,5.510,340.7,-1.6,0.94,5.480,341.2 +-1.4,0.94,6.310,339.6,-1.7,0.94,6.350,340.2 +-0.9,0.94,4.830,353.6,-1.1,0.94,4.810,354.1 +-0.8,0.94,2.940,359.9,-1.0,0.94,2.920,1.1 +-1.2,0.94,3.610,356.7,-1.3,0.94,3.790,359.3 +-1.6,0.94,4.910,13.8,-1.6,0.94,4.950,14.3 +-1.6,0.94,3.920,35.3,-1.4,0.94,4.150,35.3 +-1.2,0.94,4.140,47.0,-1.1,0.94,4.240,48.6 +-0.7,0.94,3.890,59.5,-0.7,0.94,4.010,59.9 +-1.7,0.94,2.880,78.7,-1.5,0.94,3.000,77.2 +-2.0,0.94,2.490,85.5,-1.8,0.94,2.560,83.8 +-1.8,0.94,2.860,96.1,-1.6,0.94,2.910,94.9 +-2.4,0.94,2.550,87.9,-2.1,0.94,2.720,89.4 +-2.4,0.94,2.840,97.5,-2.2,0.94,2.890,97.5 +-1.9,0.94,3.610,98.7,-1.7,0.94,3.700,98.0 +-1.6,0.94,4.940,109.4,-1.4,0.94,4.950,110.8 +-1.7,0.94,5.500,92.4,-1.4,0.94,5.470,93.6 +-2.4,0.94,5.560,96.0,-1.9,0.94,6.210,98.0 +-1.5,0.94,4.060,94.2,-1.6,0.94,4.440,95.5 +-0.1,0.94,6.850,92.4,-0.3,0.94,7.010,92.5 +0.7,0.94,6.720,97.2,0.5,0.94,6.900,97.3 +1.3,0.94,8.000,105.5,1.1,0.94,8.190,105.4 +1.4,0.94,9.600,102.9,1.1,0.94,9.820,103.0 +1.3,0.93,10.720,100.7,1.1,0.93,10.960,100.6 +1.1,0.93,10.500,99.9,0.9,0.93,10.760,99.9 +0.6,0.93,11.090,96.2,0.4,0.93,11.380,96.2 +-0.3,0.93,11.700,89.3,-0.5,0.93,12.010,89.5 +-1.7,0.93,11.300,93.1,-1.9,0.93,11.720,93.0 +-2.9,0.93,12.770,79.6,-3.0,0.93,13.630,80.2 +-3.2,0.93,15.130,82.6,-3.3,0.93,15.950,82.9 +-2.8,0.93,14.520,86.4,-3.0,0.93,15.140,86.7 +-2.9,0.93,14.610,88.1,-3.0,0.93,15.250,88.4 +-2.6,0.93,15.150,90.1,-2.8,0.93,15.790,90.4 +-2.4,0.93,14.130,94.7,-2.5,0.93,14.740,95.0 +-2.2,0.93,14.050,95.6,-2.4,0.93,14.660,95.9 +-2.1,0.93,13.900,99.2,-2.3,0.93,14.520,99.4 +-1.7,0.92,12.540,101.0,-1.9,0.92,13.220,101.3 +-1.8,0.92,11.900,103.5,-2.0,0.92,12.660,104.0 +-2.1,0.92,12.120,106.1,-2.2,0.92,13.120,106.8 +-2.5,0.92,10.990,107.9,-2.6,0.92,12.030,109.1 +-2.3,0.92,11.920,119.9,-2.4,0.92,12.680,120.4 +-2.3,0.92,10.010,128.4,-2.5,0.92,10.470,128.8 +-1.3,0.92,6.390,134.4,-1.5,0.92,6.540,135.3 +-0.3,0.92,5.500,150.3,-0.5,0.92,5.610,150.6 +0.2,0.92,4.710,158.0,0.0,0.92,4.800,158.1 +0.9,0.93,4.940,173.7,0.7,0.93,5.030,174.1 +1.0,0.93,6.560,190.5,0.8,0.93,6.650,190.9 +0.3,0.93,5.360,206.2,0.1,0.93,5.490,207.4 +1.7,0.93,5.800,220.1,1.5,0.93,5.950,220.0 +1.9,0.93,6.830,230.8,1.7,0.93,6.950,230.8 +2.4,0.93,5.780,248.2,2.2,0.93,5.890,248.4 +2.1,0.93,4.950,252.1,1.9,0.93,5.050,252.2 +0.9,0.93,4.530,235.6,0.7,0.93,4.650,239.0 +1.1,0.93,5.610,260.3,1.1,0.93,6.190,264.2 +0.2,0.93,5.900,254.0,0.4,0.93,6.630,256.0 +-0.0,0.93,6.070,261.9,0.1,0.93,6.500,266.1 +0.1,0.93,7.380,278.3,0.1,0.93,8.230,279.2 +-0.7,0.93,6.390,261.8,-0.6,0.93,6.840,266.9 +-1.0,0.93,6.880,281.4,-0.8,0.93,7.560,285.3 +-1.5,0.93,6.470,302.6,-1.5,0.93,7.440,304.4 +-1.8,0.94,6.530,309.9,-1.8,0.94,7.120,310.4 +-2.1,0.94,6.440,317.9,-2.0,0.94,7.010,319.5 +-2.4,0.94,6.420,323.6,-2.4,0.94,7.100,324.5 +-2.5,0.94,7.120,324.9,-2.6,0.94,7.650,328.0 +-3.1,0.94,7.240,323.6,-3.2,0.94,7.770,325.3 +-3.5,0.94,5.020,321.8,-3.6,0.94,5.250,322.4 +-2.8,0.94,4.700,319.4,-3.0,0.94,4.800,319.7 +-1.7,0.94,4.710,320.1,-1.9,0.94,4.800,320.4 +-0.9,0.94,4.840,324.2,-1.1,0.94,4.930,324.4 +-0.4,0.94,4.420,322.4,-0.6,0.94,4.500,322.6 +0.1,0.95,4.860,323.2,-0.1,0.95,4.950,323.6 +0.3,0.95,4.680,343.8,0.1,0.95,4.790,343.3 +1.1,0.95,4.470,315.9,0.9,0.95,4.500,316.5 +1.3,0.95,3.440,333.1,1.1,0.95,3.510,333.8 +0.3,0.95,4.930,340.0,0.2,0.95,4.950,341.3 +1.5,0.95,2.040,4.9,1.4,0.95,2.140,7.8 +1.1,0.95,3.980,5.2,0.9,0.95,4.230,8.0 +0.9,0.95,3.400,25.6,0.8,0.95,3.460,26.7 +0.8,0.95,4.240,33.6,0.8,0.95,4.430,32.7 +0.9,0.95,5.750,51.4,0.9,0.95,5.720,52.9 +0.7,0.95,6.290,66.7,0.8,0.95,6.460,70.7 +0.6,0.95,6.240,87.9,0.6,0.95,6.140,89.0 +-0.1,0.95,7.260,98.0,0.2,0.95,7.210,100.8 +0.1,0.95,8.050,109.6,0.5,0.95,8.160,112.8 +-0.4,0.95,9.230,120.7,-0.0,0.95,10.030,123.5 +-1.0,0.95,9.610,120.0,-0.8,0.95,10.520,121.0 +-1.4,0.95,9.680,120.7,-1.4,0.95,10.440,121.4 +-1.9,0.95,9.260,120.5,-2.0,0.95,9.830,120.8 +-2.1,0.95,7.780,118.5,-2.3,0.95,8.330,119.0 +-2.2,0.95,7.180,114.0,-2.4,0.95,7.510,114.5 +-1.5,0.95,5.630,113.3,-1.7,0.95,5.780,113.6 +-0.8,0.95,6.420,120.0,-1.0,0.95,6.570,120.2 +-0.5,0.95,6.070,116.2,-0.7,0.95,6.200,116.3 +-0.2,0.95,5.620,114.6,-0.4,0.95,5.740,114.8 +0.6,0.95,5.360,118.4,0.4,0.95,5.470,118.5 +1.1,0.95,5.700,124.5,0.9,0.95,5.820,124.5 +1.7,0.95,4.670,108.9,1.5,0.95,4.770,109.0 +2.0,0.95,5.310,114.8,1.8,0.95,5.410,114.8 +1.8,0.95,5.130,116.0,1.6,0.95,5.240,116.1 +1.3,0.94,4.980,112.6,1.1,0.94,5.080,112.4 +0.6,0.94,5.670,111.1,0.4,0.94,5.960,111.0 +-1.2,0.94,6.620,113.0,-1.3,0.94,6.960,112.5 +-1.9,0.94,6.510,95.4,-2.0,0.94,6.850,95.8 +-2.1,0.94,5.350,91.1,-2.2,0.94,5.760,91.7 +-2.4,0.94,5.020,77.3,-2.5,0.94,5.440,77.8 +-2.3,0.94,4.110,72.5,-2.5,0.94,4.520,73.5 +-2.3,0.94,4.550,56.3,-2.4,0.94,4.950,58.3 +-2.2,0.94,5.760,40.3,-2.3,0.94,6.160,42.0 +-2.1,0.94,6.740,29.3,-2.3,0.94,7.110,30.4 +-2.3,0.94,6.930,20.7,-2.4,0.94,7.270,21.6 +-2.5,0.94,7.190,21.7,-2.6,0.94,7.600,22.2 +-2.9,0.94,7.660,22.5,-3.0,0.94,8.080,23.2 +-3.0,0.94,8.300,17.5,-3.2,0.94,8.830,18.4 +-3.0,0.94,8.290,20.5,-3.2,0.94,8.590,20.9 +-2.4,0.94,7.930,18.2,-2.6,0.94,8.110,18.5 +-1.9,0.94,8.560,18.2,-2.1,0.94,8.760,18.4 +-1.0,0.93,8.740,15.6,-1.2,0.93,8.920,15.8 +-0.3,0.93,9.650,13.6,-0.5,0.93,9.870,13.7 +-0.4,0.93,9.960,14.7,-0.6,0.93,10.220,14.7 +-0.3,0.93,8.330,16.7,-0.4,0.93,8.570,16.5 +-0.3,0.93,11.730,18.5,-0.5,0.93,12.190,18.9 +-0.3,0.93,11.010,20.4,-0.4,0.93,11.370,21.1 +-0.2,0.93,9.030,11.7,-0.4,0.93,9.700,12.3 +-0.4,0.93,8.650,10.3,-0.5,0.93,8.900,10.4 +-0.4,0.93,12.230,14.6,-0.5,0.93,12.790,14.9 +-0.6,0.93,9.100,23.7,-0.7,0.93,9.530,23.7 +-0.8,0.93,11.580,25.9,-1.0,0.93,12.050,26.2 +-1.5,0.93,12.350,28.0,-1.6,0.93,12.860,28.3 +-1.7,0.93,12.160,19.1,-1.9,0.93,12.710,19.4 +-1.9,0.93,10.710,15.5,-2.0,0.93,11.130,15.4 +-2.1,0.93,12.010,16.4,-2.3,0.93,12.510,16.4 +-2.6,0.93,11.000,9.3,-2.8,0.93,11.490,9.5 +-3.0,0.93,12.000,13.8,-3.1,0.93,12.500,14.0 +-3.8,0.93,15.730,17.9,-3.9,0.93,16.350,18.0 +-4.3,0.93,13.260,11.1,-4.4,0.93,13.740,10.8 +-4.7,0.93,15.380,9.0,-4.9,0.93,15.970,9.4 +-5.3,0.93,16.540,15.0,-5.5,0.93,17.180,15.3 +-5.5,0.93,13.560,357.0,-5.6,0.93,14.220,357.6 +-6.0,0.93,15.410,3.1,-6.2,0.93,15.960,3.3 +-6.0,0.93,14.140,6.5,-6.2,0.93,14.570,6.5 +-5.5,0.93,14.430,3.5,-5.8,0.93,14.850,3.6 +-5.1,0.93,15.210,3.2,-5.3,0.93,15.620,3.2 +-4.8,0.93,14.800,352.2,-5.0,0.93,15.210,352.3 +-4.5,0.93,12.790,350.7,-4.7,0.93,13.140,350.7 +-4.0,0.93,13.970,348.8,-4.2,0.93,14.340,348.9 +-3.7,0.93,12.660,348.2,-3.9,0.93,13.020,348.3 +-3.2,0.93,13.020,349.7,-3.4,0.93,13.380,349.6 +-3.0,0.93,11.590,342.6,-3.2,0.93,11.990,342.6 +-3.4,0.93,9.050,343.7,-3.6,0.93,9.860,344.4 +-3.6,0.93,8.960,337.6,-3.7,0.93,9.570,338.9 +-3.9,0.94,12.610,349.3,-3.8,0.94,13.100,350.7 +-4.7,0.94,12.390,354.4,-4.6,0.94,13.060,357.2 +-5.1,0.94,11.700,357.8,-5.0,0.94,12.410,0.2 +-6.2,0.94,10.070,1.5,-5.8,0.94,10.620,5.4 +-6.5,0.94,9.900,2.1,-6.1,0.94,10.570,5.7 +-6.8,0.94,9.260,359.2,-6.5,0.94,9.750,3.5 +-7.2,0.94,9.420,8.5,-7.0,0.94,9.930,12.7 +-7.7,0.94,8.020,1.3,-7.5,0.94,8.160,4.1 +-8.6,0.94,6.970,359.5,-8.3,0.94,7.070,2.3 +-9.1,0.94,6.790,5.6,-8.8,0.94,6.800,7.3 +-9.9,0.94,5.330,8.2,-9.6,0.94,5.450,9.2 +-9.9,0.94,3.210,6.3,-9.6,0.94,3.840,7.4 +-8.3,0.94,2.130,359.4,-8.5,0.94,2.220,358.9 +-7.1,0.95,2.160,333.8,-7.3,0.95,2.200,334.4 +-6.0,0.95,2.390,321.8,-6.2,0.95,2.440,322.2 +-5.2,0.95,2.640,311.4,-5.4,0.95,2.670,311.6 +-4.3,0.95,2.380,311.2,-4.5,0.95,2.430,311.0 +-3.5,0.95,1.430,311.6,-3.7,0.95,1.450,310.7 +-2.8,0.95,0.540,242.8,-3.0,0.95,0.560,242.5 +-2.2,0.95,1.610,232.8,-2.4,0.95,1.630,232.6 +-1.7,0.95,2.260,203.2,-1.9,0.95,2.310,203.1 +-1.5,0.95,3.280,191.4,-1.7,0.95,3.340,191.6 +-1.6,0.95,3.780,185.0,-1.7,0.95,3.890,184.9 +-1.7,0.95,5.930,179.8,-1.8,0.95,5.880,181.8 +-1.8,0.95,8.150,182.3,-1.8,0.95,8.020,183.1 +-2.8,0.95,10.060,178.4,-2.5,0.95,10.080,180.2 +-3.1,0.95,10.560,173.4,-2.9,0.95,11.100,175.0 +-3.3,0.95,9.820,170.9,-3.1,0.95,10.490,172.7 +-3.3,0.95,10.320,166.3,-3.0,0.95,11.030,168.7 +-3.1,0.95,10.790,167.1,-2.9,0.95,11.600,168.7 +-3.6,0.95,10.850,160.3,-3.4,0.95,11.600,162.8 +-3.4,0.95,10.820,160.8,-3.3,0.95,11.590,163.2 +-3.3,0.95,10.960,160.0,-3.3,0.95,11.740,161.8 +-3.2,0.95,11.110,161.8,-3.2,0.95,11.950,163.2 +-3.3,0.95,10.540,168.4,-3.4,0.95,11.240,169.2 +-3.3,0.95,9.650,163.3,-3.5,0.95,10.420,163.9 +-2.6,0.95,9.540,158.2,-2.8,0.95,9.870,158.6 +-1.5,0.95,9.460,160.3,-1.7,0.95,9.720,160.8 +-0.5,0.94,10.260,160.9,-0.7,0.94,10.540,161.2 +0.2,0.94,10.580,162.0,0.0,0.94,10.860,162.3 +1.0,0.94,11.200,164.3,0.8,0.94,11.490,164.5 +1.6,0.94,10.880,163.6,1.4,0.94,11.160,163.8 +1.9,0.94,10.620,165.7,1.7,0.94,10.900,165.8 +2.0,0.94,10.280,164.3,1.8,0.94,10.610,164.5 +2.2,0.94,9.080,172.8,2.0,0.94,9.470,173.1 +1.5,0.94,9.720,178.8,1.3,0.94,10.100,178.9 +1.3,0.94,10.050,188.8,1.1,0.94,10.680,189.1 +1.1,0.94,8.400,194.0,1.0,0.94,9.110,194.6 +1.5,0.94,7.190,197.0,1.4,0.94,7.980,197.4 +2.3,0.94,9.390,206.3,2.3,0.94,10.170,208.9 +1.9,0.94,8.970,218.3,1.9,0.94,9.870,223.0 +1.3,0.94,7.070,245.2,1.2,0.94,7.770,248.7 +1.0,0.94,5.870,266.0,0.8,0.94,6.350,270.9 +-0.2,0.94,5.920,279.3,-0.1,0.94,7.260,283.1 +-0.3,0.94,6.950,272.3,-0.2,0.94,7.830,275.7 +-0.8,0.94,7.050,270.4,-0.6,0.94,9.080,275.9 +-1.3,0.94,8.520,310.5,-1.1,0.94,9.690,312.8 +-1.4,0.94,9.080,323.3,-1.3,0.94,10.200,326.6 +-2.0,0.94,8.670,334.9,-2.0,0.94,9.610,336.3 +-2.4,0.95,6.160,336.1,-2.5,0.95,6.820,335.8 +-1.6,0.95,4.840,334.9,-1.8,0.95,5.000,335.0 +-0.9,0.95,4.440,322.3,-1.1,0.95,4.520,322.7 +-0.3,0.95,4.260,325.9,-0.5,0.95,4.350,326.3 +0.3,0.95,4.560,327.8,0.1,0.95,4.660,328.1 +0.9,0.95,4.710,335.4,0.7,0.95,4.800,335.7 +1.3,0.95,4.800,346.9,1.1,0.95,4.880,346.8 +1.6,0.95,4.210,2.7,1.4,0.95,4.300,2.4 +1.6,0.95,3.930,351.3,1.4,0.95,4.020,351.6 +1.1,0.95,4.590,15.8,1.0,0.95,4.630,15.4 +1.0,0.95,3.450,354.4,1.1,0.95,3.650,0.8 +0.9,0.95,3.270,359.3,0.8,0.95,3.420,4.6 +0.9,0.95,6.260,18.4,0.8,0.95,6.810,20.3 +0.4,0.95,8.440,7.1,0.4,0.95,9.180,7.4 +-0.2,0.95,8.620,2.7,-0.2,0.95,9.690,2.3 +-0.6,0.95,8.770,0.3,-0.6,0.95,9.720,1.2 +-1.3,0.94,7.800,0.7,-1.3,0.94,8.750,1.2 +-1.6,0.94,7.440,3.9,-1.7,0.94,8.170,4.5 +-1.8,0.94,6.690,4.0,-1.9,0.94,7.440,5.2 +-2.2,0.94,6.110,2.6,-2.3,0.94,6.800,4.9 +-2.4,0.94,6.300,3.9,-2.5,0.94,6.920,5.9 +-2.8,0.94,6.460,356.8,-2.9,0.94,7.020,359.1 +-3.2,0.94,6.560,352.8,-3.3,0.94,7.210,355.5 +-3.7,0.94,5.860,350.7,-3.8,0.94,6.490,352.6 +-3.3,0.94,3.850,346.4,-3.5,0.94,4.060,348.0 +-2.3,0.94,4.420,339.9,-2.5,0.94,4.480,340.8 +-1.3,0.94,4.670,338.6,-1.5,0.94,4.770,339.3 +-0.5,0.94,5.170,335.9,-0.7,0.94,5.290,336.2 +-0.1,0.94,5.380,327.6,-0.3,0.94,5.500,327.9 +-0.5,0.94,5.350,321.0,-0.7,0.94,5.460,321.1 +0.5,0.94,6.040,303.4,0.3,0.94,6.130,303.8 +1.0,0.94,5.270,311.9,0.8,0.94,5.380,311.8 +1.2,0.94,4.720,301.3,1.0,0.94,4.870,301.9 +1.4,0.94,4.820,299.1,1.2,0.94,4.940,299.5 +1.5,0.94,4.000,308.9,1.3,0.94,4.110,308.8 +1.6,0.94,3.480,288.0,1.4,0.94,3.680,289.4 +1.2,0.94,4.130,279.3,1.1,0.94,4.100,281.9 +0.0,0.94,4.220,270.7,0.3,0.94,4.670,274.5 +0.6,0.94,7.010,282.7,0.8,0.94,7.580,285.2 +-0.2,0.94,5.890,287.3,0.1,0.94,6.820,288.8 +-0.6,0.94,5.190,288.3,-0.3,0.94,5.950,290.2 +-1.2,0.94,4.600,288.3,-1.0,0.94,5.330,291.4 +-1.4,0.94,5.050,265.3,-1.2,0.94,5.480,269.1 +-1.6,0.94,4.980,262.7,-1.3,0.94,5.520,264.6 +-1.8,0.94,5.050,254.8,-1.4,0.94,5.560,256.6 +-2.2,0.94,4.400,246.3,-1.9,0.94,4.870,248.8 +-2.5,0.94,4.440,241.2,-2.1,0.94,4.850,244.2 +-2.9,0.94,5.140,233.9,-2.5,0.94,5.720,235.8 +-2.1,0.94,3.890,227.2,-2.0,0.94,4.980,228.3 +-0.9,0.94,3.990,229.7,-1.1,0.94,4.080,230.0 +0.3,0.94,4.920,233.0,0.1,0.94,5.010,233.2 +1.3,0.94,4.760,232.6,1.1,0.94,4.860,232.7 +2.2,0.94,4.920,231.0,2.0,0.94,5.020,231.0 +3.1,0.94,5.180,222.9,2.8,0.94,5.290,223.0 +3.1,0.93,5.100,209.3,2.9,0.93,5.240,209.2 +2.0,0.93,0.610,247.8,1.9,0.93,0.840,234.3 +0.6,0.93,5.070,283.6,0.4,0.93,5.080,282.8 +0.7,0.93,3.740,262.4,0.5,0.93,3.900,263.3 +0.9,0.93,2.430,299.3,0.8,0.93,2.490,300.7 +1.5,0.93,2.220,271.7,1.4,0.93,2.270,275.2 +0.3,0.93,6.810,359.4,0.4,0.93,6.790,356.4 +-0.1,0.93,6.220,343.4,-0.0,0.93,6.800,344.1 +0.0,0.94,3.980,305.2,0.2,0.94,4.500,306.2 +-0.7,0.94,5.440,277.7,-0.6,0.94,5.900,281.2 +-1.0,0.94,6.320,270.8,-0.9,0.94,7.160,275.9 +-1.4,0.94,6.860,296.1,-1.3,0.94,7.820,298.1 +-1.5,0.94,8.170,304.0,-1.4,0.94,8.990,305.2 +-1.8,0.94,7.190,303.9,-1.7,0.94,8.090,307.0 +-2.2,0.94,7.010,304.9,-2.1,0.94,7.760,308.5 +-2.5,0.94,7.370,309.9,-2.3,0.94,8.230,313.1 +-2.4,0.94,7.170,309.3,-2.2,0.94,8.000,312.1 +-2.6,0.94,6.700,298.9,-2.4,0.94,7.740,303.2 +-2.8,0.94,4.800,297.6,-2.7,0.94,5.560,299.1 +-2.0,0.94,2.780,289.3,-2.1,0.94,3.000,290.7 +-0.1,0.94,3.860,288.3,-0.3,0.94,3.950,288.5 +1.1,0.94,4.580,271.0,0.8,0.94,4.680,271.2 +1.7,0.94,5.020,249.6,1.5,0.94,5.120,249.9 +2.3,0.94,6.080,239.7,2.1,0.94,6.200,239.8 +2.8,0.94,5.790,243.8,2.6,0.94,5.920,244.0 +1.4,0.94,10.150,241.8,1.2,0.94,10.160,241.9 +3.2,0.94,5.400,227.4,3.0,0.94,5.550,228.2 +3.5,0.94,5.740,244.2,3.3,0.94,5.860,243.5 +3.7,0.94,6.680,210.1,3.6,0.94,6.810,210.5 +3.8,0.94,7.060,199.8,3.6,0.94,7.480,199.8 +3.5,0.94,10.070,195.5,3.4,0.94,10.390,198.1 +3.5,0.94,10.940,195.8,3.5,0.94,11.410,198.4 +3.3,0.94,10.880,196.3,3.5,0.94,11.660,199.4 +2.3,0.94,11.320,198.0,2.4,0.94,12.370,200.8 +2.7,0.94,11.650,200.6,2.9,0.94,12.640,203.0 +2.6,0.94,11.470,197.3,2.7,0.94,12.490,198.9 +3.1,0.94,10.270,189.7,3.1,0.94,11.170,191.5 +2.9,0.94,10.600,182.4,3.1,0.94,11.810,184.2 +3.4,0.94,12.020,177.3,3.6,0.94,13.060,178.7 +3.6,0.94,12.140,172.0,3.8,0.94,13.140,173.4 +3.2,0.94,12.540,166.8,3.5,0.94,13.810,168.4 +3.9,0.94,13.560,165.5,4.1,0.94,14.490,167.5 +3.0,0.94,9.910,175.6,3.0,0.94,10.570,177.3 +3.8,0.94,5.410,190.4,3.7,0.94,5.520,190.6 +4.8,0.94,4.460,202.2,4.6,0.94,4.520,202.0 +6.2,0.94,3.390,208.7,6.0,0.94,3.430,208.2 +7.6,0.94,3.590,214.5,7.5,0.94,3.630,214.1 +9.1,0.94,3.300,222.5,8.9,0.94,3.330,222.1 +10.6,0.94,3.550,230.7,10.4,0.94,3.590,230.4 +11.7,0.94,3.780,238.3,11.5,0.94,3.840,238.0 +12.5,0.94,4.150,236.4,12.3,0.94,4.230,236.4 +13.1,0.94,4.630,236.0,12.9,0.94,4.710,236.0 +13.4,0.94,4.340,236.1,13.2,0.94,4.530,235.8 +13.7,0.94,5.990,209.9,13.6,0.94,6.130,211.1 +13.9,0.94,5.850,201.6,13.8,0.94,5.800,203.8 +13.1,0.94,8.940,196.6,13.0,0.94,8.930,198.8 +11.3,0.94,7.870,203.6,11.8,0.94,8.540,205.6 +7.5,0.94,5.600,208.6,8.0,0.94,7.110,211.4 +7.4,0.94,6.700,213.2,8.2,0.94,7.500,214.9 +6.8,0.94,6.520,211.0,7.9,0.94,7.030,214.5 +5.9,0.94,5.320,218.9,7.4,0.94,5.410,224.0 +4.6,0.94,3.500,216.3,6.1,0.94,3.820,226.3 +4.4,0.94,4.470,205.2,5.4,0.94,4.970,208.5 +5.3,0.94,5.160,210.7,6.9,0.94,5.850,212.4 +4.0,0.94,5.170,207.3,5.0,0.94,6.060,210.8 +4.4,0.94,5.820,202.1,5.5,0.94,6.840,208.1 +4.3,0.94,5.630,205.5,5.2,0.94,6.500,206.7 +4.8,0.94,5.300,199.3,5.8,0.94,7.030,204.1 +6.5,0.94,4.690,202.6,6.7,0.94,6.210,200.6 +10.4,0.94,4.900,207.5,10.3,0.94,5.090,206.2 +13.6,0.94,7.060,196.9,13.4,0.94,7.290,197.2 +15.7,0.94,8.160,198.5,15.5,0.94,8.360,198.5 +16.9,0.94,9.870,204.4,16.7,0.94,10.110,204.4 +17.5,0.94,10.210,205.0,17.3,0.94,10.450,204.9 +17.6,0.94,10.240,198.9,17.4,0.94,10.500,199.0 +17.6,0.94,10.610,197.1,17.4,0.94,10.880,197.2 +17.2,0.94,10.170,191.1,17.0,0.94,10.540,191.3 +16.2,0.94,11.020,185.4,16.0,0.94,11.720,186.1 +15.3,0.94,13.040,184.8,15.3,0.94,13.950,186.5 +14.4,0.94,14.100,191.0,14.5,0.94,15.140,192.5 +13.9,0.94,14.410,195.7,14.0,0.94,15.460,197.3 +13.4,0.94,14.610,196.7,13.5,0.94,15.680,198.4 +12.4,0.93,13.390,200.7,12.5,0.93,14.560,202.9 +11.8,0.93,13.690,207.7,12.1,0.93,15.010,210.5 +11.2,0.93,13.240,208.9,11.5,0.93,14.450,212.2 +10.6,0.93,12.200,206.6,10.9,0.93,13.330,209.0 +10.2,0.93,11.770,202.5,10.5,0.93,12.880,204.8 +9.5,0.93,11.210,205.9,9.8,0.93,12.470,208.1 +8.8,0.93,11.130,204.7,9.0,0.93,12.210,206.3 +8.8,0.93,11.890,206.6,8.9,0.93,12.800,208.0 +9.6,0.93,10.260,202.8,9.5,0.93,10.840,203.1 +10.3,0.93,8.390,200.7,10.2,0.93,9.180,200.4 +12.6,0.93,8.680,196.4,12.4,0.93,8.900,196.7 +13.4,0.93,7.630,184.9,13.2,0.93,7.900,185.2 +15.4,0.93,9.950,197.0,15.2,0.93,10.200,197.2 +15.6,0.93,9.010,220.0,15.4,0.93,9.210,220.1 +16.3,0.93,7.360,193.6,16.1,0.93,7.470,193.9 +15.9,0.93,9.450,197.1,15.7,0.93,9.680,197.2 +16.6,0.93,9.090,183.0,16.4,0.93,9.290,183.3 +17.7,0.93,7.370,255.3,17.5,0.93,7.550,253.1 +15.1,0.93,6.060,205.7,15.0,0.93,6.240,206.7 +14.3,0.93,5.840,214.9,14.3,0.93,6.550,214.3 +14.3,0.93,7.430,230.4,14.1,0.93,8.060,234.3 +13.8,0.93,4.910,310.4,13.6,0.93,5.060,303.9 +12.9,0.93,2.130,244.8,12.7,0.93,2.390,248.9 +12.1,0.93,2.530,273.5,12.1,0.93,2.810,281.3 +12.0,0.93,5.230,326.3,12.2,0.93,5.740,327.1 +11.8,0.93,8.150,351.7,11.6,0.93,8.610,353.0 +10.1,0.93,8.490,351.2,10.3,0.93,9.250,352.6 +9.5,0.93,11.220,1.7,9.7,0.93,12.020,4.4 +8.5,0.93,9.830,5.5,8.8,0.93,10.150,7.9 +6.7,0.93,7.470,15.3,7.2,0.93,7.890,16.4 +5.8,0.93,5.780,18.6,6.2,0.93,5.960,18.9 +4.6,0.93,4.040,17.5,5.0,0.93,4.400,17.7 +4.5,0.93,3.150,8.3,4.7,0.93,4.110,9.9 +6.3,0.93,2.420,23.2,6.1,0.93,2.470,23.2 +7.9,0.93,2.160,43.8,7.7,0.93,2.180,43.8 +9.6,0.93,1.690,75.8,9.4,0.93,1.720,76.2 +11.0,0.93,2.080,132.2,10.8,0.93,2.100,132.7 +12.4,0.93,2.270,158.9,12.2,0.93,2.310,159.1 +13.6,0.93,3.310,171.9,13.4,0.93,3.360,172.0 +14.4,0.93,4.160,166.0,14.2,0.93,4.230,166.5 +15.3,0.93,5.310,182.3,15.2,0.93,5.380,182.1 +16.0,0.93,6.380,174.1,15.8,0.93,6.460,174.0 +15.7,0.93,7.660,158.8,15.5,0.93,7.800,159.2 +14.7,0.93,7.090,154.0,14.5,0.93,7.430,154.3 +13.8,0.93,8.880,140.6,13.7,0.93,9.240,141.4 +11.2,0.93,9.930,128.9,11.2,0.93,10.370,130.7 +10.8,0.93,11.370,130.7,11.2,0.93,12.200,133.0 +11.1,0.93,12.090,132.4,11.7,0.93,12.990,135.4 +10.6,0.93,12.140,131.4,11.2,0.93,13.050,133.9 +9.9,0.93,12.390,126.9,10.3,0.93,13.290,128.8 +9.1,0.93,13.010,127.3,9.2,0.93,13.830,128.4 +8.8,0.93,10.730,129.8,8.8,0.93,11.400,130.7 +9.6,0.92,12.460,128.1,9.7,0.92,13.110,129.0 +10.1,0.92,12.230,139.5,10.1,0.92,12.810,140.2 +10.0,0.92,5.170,155.5,10.1,0.92,6.070,154.6 +11.1,0.92,9.280,129.8,11.0,0.92,9.740,131.6 +12.2,0.92,12.020,142.9,12.2,0.92,12.800,143.7 +12.0,0.92,10.630,153.5,11.8,0.92,11.130,154.2 +13.0,0.92,9.500,181.7,12.8,0.92,10.030,182.8 +13.8,0.92,8.090,213.8,13.6,0.92,8.640,213.1 +15.8,0.92,8.860,234.9,15.6,0.92,9.100,235.0 +15.4,0.93,10.820,247.3,15.2,0.93,11.060,247.5 +15.6,0.93,10.130,246.3,15.3,0.93,10.390,246.6 +16.1,0.93,12.380,239.6,15.9,0.93,12.730,239.8 +16.0,0.93,13.500,243.7,15.8,0.93,13.870,243.7 +15.6,0.93,13.030,248.4,15.5,0.93,13.360,248.3 +14.7,0.93,11.290,245.5,14.5,0.93,11.850,245.6 +13.9,0.93,10.300,233.3,13.8,0.93,11.170,233.7 +13.2,0.93,11.020,245.1,13.2,0.93,12.470,249.3 +12.4,0.93,10.350,241.8,12.3,0.93,11.250,243.7 +11.5,0.93,10.820,241.9,11.5,0.93,11.670,244.1 +10.6,0.94,10.160,258.0,10.5,0.94,11.260,261.4 +9.2,0.94,10.400,283.0,9.0,0.94,11.690,284.4 +7.5,0.94,6.890,286.8,7.4,0.94,7.420,287.2 +6.1,0.94,9.580,292.1,5.9,0.94,10.600,294.2 +4.7,0.94,5.600,282.7,4.6,0.94,6.060,283.3 +4.3,0.94,6.120,275.5,4.0,0.94,6.580,281.2 +2.8,0.94,6.710,286.8,2.6,0.94,7.170,287.7 +0.4,0.94,6.300,301.5,0.1,0.94,6.480,301.7 +-0.2,0.94,5.900,290.8,-0.4,0.94,6.070,290.8 +-0.3,0.95,5.810,278.2,-0.4,0.95,5.920,278.5 +0.0,0.95,5.170,291.8,-0.2,0.95,5.270,291.7 +0.4,0.95,5.770,284.1,0.2,0.95,5.880,284.1 +1.3,0.95,5.650,301.5,1.1,0.95,5.760,301.4 +2.1,0.95,5.510,308.2,1.9,0.95,5.620,307.9 +3.4,0.95,6.300,309.6,3.1,0.95,6.420,309.4 +4.4,0.95,5.610,309.1,4.2,0.95,5.720,308.9 +5.2,0.95,5.940,318.3,5.0,0.95,6.040,318.0 +5.7,0.95,6.150,315.6,5.5,0.95,6.260,315.7 +6.1,0.95,6.220,315.5,5.9,0.95,6.360,315.7 +6.0,0.95,6.850,324.3,5.8,0.95,6.970,324.4 +5.7,0.95,7.080,333.5,5.5,0.95,7.250,333.5 +4.6,0.95,7.260,347.4,4.4,0.95,7.530,347.2 +3.7,0.95,7.570,343.8,3.5,0.95,7.880,343.9 +2.8,0.95,7.210,4.9,2.5,0.95,7.460,4.5 +2.1,0.95,6.660,353.2,1.9,0.95,6.950,353.3 +1.7,0.96,6.390,351.9,1.5,0.96,6.680,352.0 +1.2,0.96,6.740,351.5,1.0,0.96,7.090,351.8 +0.8,0.96,6.210,356.0,0.6,0.96,6.560,356.2 +0.4,0.96,6.440,354.7,0.3,0.96,6.780,354.9 +0.1,0.96,5.880,350.6,-0.1,0.96,6.200,351.1 +-0.3,0.96,6.200,350.2,-0.5,0.96,6.500,350.7 +-0.5,0.96,5.500,351.2,-0.7,0.96,5.800,352.0 +-0.9,0.96,5.110,353.4,-1.1,0.96,5.310,354.3 +-0.7,0.96,5.140,7.3,-0.9,0.96,5.240,7.7 +-0.3,0.96,5.630,9.2,-0.5,0.96,5.740,9.3 +0.3,0.96,5.360,6.4,0.0,0.96,5.470,6.3 +1.2,0.96,5.390,4.6,1.0,0.96,5.500,4.3 +2.0,0.96,5.550,10.0,1.8,0.96,5.660,9.1 +2.8,0.96,5.750,5.6,2.6,0.96,5.860,4.9 +3.5,0.96,5.450,2.8,3.3,0.96,5.550,2.8 +4.0,0.96,6.730,19.2,3.8,0.96,6.810,18.1 +4.5,0.96,6.490,15.0,4.3,0.96,6.620,14.2 +4.6,0.96,7.420,10.1,4.4,0.96,7.510,10.1 +4.8,0.95,6.420,8.9,4.6,0.95,6.560,8.5 +4.3,0.96,7.570,8.2,4.1,0.96,7.640,8.4 +3.8,0.96,8.410,355.2,3.6,0.96,8.780,355.6 +3.1,0.95,8.090,352.9,2.9,0.95,8.600,353.4 +2.2,0.95,9.250,354.4,2.1,0.95,9.860,355.1 +1.9,0.95,7.930,9.2,1.8,0.95,8.380,10.0 +1.4,0.95,7.850,15.3,1.3,0.95,8.360,16.1 +0.9,0.95,7.700,17.2,0.7,0.95,8.180,18.1 +0.4,0.95,7.040,19.3,0.3,0.95,7.490,20.3 +-0.0,0.95,6.920,22.8,-0.2,0.95,7.390,23.9 +-0.3,0.95,6.140,25.6,-0.5,0.95,6.510,26.7 +-0.4,0.95,6.350,29.1,-0.6,0.95,6.730,30.0 +-0.8,0.95,7.350,19.0,-0.9,0.95,7.860,20.5 +-1.4,0.95,7.990,20.7,-1.5,0.95,8.390,21.2 +-0.9,0.95,8.080,27.2,-1.1,0.95,8.270,27.3 +-0.3,0.95,7.780,23.9,-0.5,0.95,7.950,24.0 +0.8,0.95,7.600,23.7,0.6,0.95,7.760,23.8 +1.9,0.95,7.450,26.4,1.7,0.95,7.600,26.5 +3.2,0.95,7.290,27.8,3.0,0.95,7.430,27.9 +4.3,0.95,7.290,28.3,4.1,0.95,7.420,28.4 +5.4,0.95,7.300,27.3,5.1,0.95,7.430,27.4 +6.1,0.95,7.320,25.6,5.9,0.95,7.460,25.9 +6.6,0.95,7.350,25.3,6.4,0.95,7.480,25.7 +7.1,0.95,7.530,22.7,6.9,0.95,7.670,23.3 +6.0,0.95,7.200,69.6,5.8,0.95,7.310,69.1 +4.6,0.95,7.340,64.4,4.4,0.95,7.480,64.2 +3.6,0.95,6.740,55.4,3.5,0.95,6.950,55.1 +3.0,0.95,6.390,57.5,2.8,0.95,6.640,57.3 +2.5,0.95,5.570,58.0,2.3,0.95,5.810,57.5 +2.0,0.95,5.890,54.1,1.8,0.95,6.120,54.2 +1.7,0.95,5.710,49.8,1.5,0.95,5.940,50.2 +1.2,0.95,6.740,54.9,1.0,0.95,7.060,54.8 +1.0,0.95,4.430,52.3,0.9,0.95,4.560,51.7 +0.7,0.95,5.410,38.9,0.5,0.95,5.540,39.6 +0.4,0.95,5.840,40.7,0.2,0.95,6.000,40.9 +0.2,0.95,5.360,38.0,0.0,0.95,5.520,38.4 +0.0,0.95,4.920,36.6,-0.1,0.95,5.110,36.8 +-0.1,0.95,4.790,33.1,-0.2,0.95,5.030,34.0 +-0.1,0.95,2.910,30.5,-0.2,0.95,3.140,30.4 +-0.2,0.95,4.660,36.5,-0.4,0.95,4.810,36.8 +-0.1,0.95,5.580,33.8,-0.3,0.95,5.730,34.0 +-0.0,0.95,4.770,32.8,-0.2,0.95,4.860,33.3 +0.1,0.95,4.170,31.1,-0.1,0.95,4.250,31.7 +0.1,0.95,4.960,25.9,-0.0,0.95,5.050,26.4 +0.2,0.95,4.710,33.2,0.0,0.95,4.790,33.8 +0.3,0.95,4.760,14.5,0.1,0.95,4.820,15.6 +0.5,0.95,5.270,20.3,0.3,0.95,5.350,20.8 +0.5,0.95,4.880,20.9,0.3,0.95,4.980,21.5 +0.3,0.95,5.400,19.9,0.2,0.95,5.620,20.6 +0.3,0.95,5.930,23.3,0.1,0.95,6.220,23.3 +0.4,0.95,5.890,34.2,0.2,0.95,6.280,35.2 +0.5,0.95,5.270,36.7,0.4,0.95,5.630,37.3 +0.6,0.95,5.440,44.6,0.5,0.95,5.810,45.4 +0.7,0.95,4.450,56.8,0.5,0.95,4.770,57.8 +0.7,0.95,3.180,49.5,0.5,0.95,3.430,51.9 +0.7,0.95,2.920,35.8,0.5,0.95,3.070,38.2 +0.6,0.95,3.180,31.0,0.5,0.95,3.340,33.0 +0.6,0.95,3.490,22.3,0.5,0.95,3.650,24.5 +0.7,0.95,3.570,28.6,0.5,0.95,3.750,29.7 +0.6,0.95,3.540,25.3,0.5,0.95,3.720,26.1 +0.6,0.95,3.450,26.4,0.4,0.95,3.620,27.3 +0.6,0.95,3.270,32.3,0.5,0.95,3.510,32.9 +0.7,0.95,2.500,38.5,0.6,0.95,2.740,39.7 +0.9,0.95,1.840,18.9,0.8,0.95,1.910,21.3 +1.5,0.95,1.930,27.1,1.3,0.95,1.940,27.7 +2.1,0.95,1.980,25.5,1.9,0.95,1.960,26.4 +3.0,0.95,2.030,15.6,2.8,0.95,2.010,16.3 +4.1,0.95,2.080,19.6,3.9,0.95,2.080,19.7 +5.1,0.95,2.150,17.4,4.9,0.95,2.130,17.5 +6.4,0.95,2.280,13.3,6.2,0.95,2.240,13.4 +7.4,0.95,2.470,3.8,7.2,0.95,2.460,3.7 +8.1,0.95,2.490,6.7,7.9,0.95,2.490,6.9 +8.1,0.95,2.980,359.5,8.0,0.95,2.980,0.2 +7.6,0.95,2.570,357.6,7.5,0.95,2.560,359.0 +7.4,0.95,2.380,0.2,7.3,0.95,2.460,2.4 +7.2,0.94,2.310,13.6,7.2,0.94,2.380,20.3 +7.4,0.94,2.050,25.8,7.6,0.94,1.920,31.8 +7.6,0.94,1.800,15.9,7.8,0.94,1.750,16.4 +7.8,0.94,1.080,37.4,8.0,0.94,0.990,37.4 +7.4,0.94,0.960,116.9,7.4,0.94,1.000,117.1 +7.0,0.94,0.970,161.5,7.1,0.94,1.040,158.9 +7.1,0.94,1.200,162.6,7.2,0.94,1.370,165.6 +7.1,0.94,0.460,178.5,7.3,0.94,0.750,181.6 +7.1,0.94,0.740,212.4,7.3,0.94,1.010,201.0 +7.5,0.94,0.780,225.2,7.7,0.94,1.050,236.8 +7.7,0.94,0.950,241.3,8.0,0.94,1.270,259.4 +8.2,0.94,1.700,253.6,8.3,0.94,2.000,264.9 +9.2,0.94,1.350,245.6,9.0,0.94,1.360,245.8 +9.9,0.94,1.270,275.5,9.7,0.94,1.300,274.0 +11.6,0.94,1.690,249.6,11.4,0.94,1.690,249.0 +13.1,0.94,1.640,251.2,12.9,0.94,1.660,250.9 +14.7,0.94,2.000,235.1,14.5,0.94,2.030,234.8 +16.1,0.94,2.240,234.9,15.9,0.94,2.270,235.2 +17.1,0.94,2.350,233.4,16.9,0.94,2.390,233.3 +17.9,0.94,2.450,236.4,17.7,0.94,2.500,236.5 +18.5,0.94,2.760,239.7,18.3,0.94,2.810,239.4 +18.6,0.94,3.110,235.9,18.4,0.94,3.170,235.8 +18.6,0.94,3.200,240.0,18.4,0.94,3.220,239.8 +18.4,0.94,3.550,250.5,18.3,0.94,3.500,250.1 +17.1,0.94,3.020,249.9,17.4,0.94,3.600,251.9 +16.1,0.94,3.400,251.0,16.4,0.94,4.040,252.0 +15.1,0.94,2.850,259.8,15.5,0.94,3.290,266.4 +14.6,0.94,1.120,304.6,15.1,0.94,1.690,309.0 +14.3,0.94,0.680,308.6,15.0,0.94,1.280,309.7 +14.3,0.94,0.440,221.1,15.0,0.94,0.410,279.9 +13.6,0.94,1.180,169.2,14.4,0.94,1.080,169.2 +12.9,0.94,2.130,175.3,13.5,0.94,2.280,169.4 +12.6,0.94,2.710,190.6,13.3,0.94,2.920,187.3 +12.4,0.94,2.590,196.3,13.2,0.94,2.830,198.0 +12.0,0.94,2.530,194.4,12.8,0.94,2.760,196.1 +10.7,0.94,1.540,182.5,11.6,0.94,2.140,189.8 +10.2,0.94,0.980,162.8,10.4,0.94,1.480,148.2 +11.6,0.94,1.310,173.1,11.7,0.94,1.560,155.1 +14.5,0.94,2.130,200.6,14.4,0.94,2.180,193.0 +17.2,0.94,4.240,203.5,17.0,0.94,4.320,202.1 +18.7,0.94,5.820,200.6,18.5,0.94,5.960,200.5 +19.4,0.94,5.790,200.3,19.3,0.94,5.920,200.2 +19.9,0.94,5.830,201.5,19.7,0.94,5.970,201.8 +20.2,0.94,5.420,196.5,20.0,0.94,5.540,196.5 +20.3,0.94,6.300,189.6,20.1,0.94,6.440,190.1 +20.5,0.94,5.510,213.5,20.3,0.94,5.660,213.5 +20.2,0.94,5.970,211.0,20.0,0.94,6.220,211.6 +19.7,0.94,4.830,213.0,19.6,0.94,5.090,214.6 +19.1,0.94,3.550,230.5,19.0,0.94,3.610,232.8 +18.6,0.94,5.570,179.5,18.4,0.94,5.410,180.8 +17.3,0.94,6.710,187.4,17.4,0.94,6.890,190.3 +15.9,0.94,6.380,190.6,16.2,0.94,6.930,193.0 +15.4,0.94,6.070,199.2,15.7,0.94,6.570,200.9 +13.3,0.94,4.450,205.0,13.7,0.94,5.160,203.3 +13.5,0.94,4.590,208.2,14.2,0.94,5.180,208.6 +13.2,0.94,4.280,208.6,14.2,0.94,4.810,209.3 +13.3,0.94,3.830,205.0,14.6,0.94,4.300,208.7 +12.6,0.94,4.070,209.7,14.2,0.94,4.630,213.9 +10.1,0.94,5.100,216.8,11.7,0.94,5.710,217.1 +11.4,0.94,4.810,214.9,13.1,0.94,5.430,216.2 +12.5,0.94,4.090,201.5,13.5,0.94,4.780,204.2 +14.0,0.94,2.350,221.6,14.1,0.94,2.580,213.9 +17.1,0.94,3.210,221.4,17.0,0.94,3.190,219.4 +18.9,0.94,3.150,228.2,18.7,0.94,3.210,228.2 +20.6,0.94,3.020,241.8,20.4,0.94,3.070,242.6 +21.3,0.94,4.550,252.2,21.0,0.94,4.620,252.5 +19.4,0.94,6.390,244.7,19.2,0.94,6.470,245.2 +19.6,0.94,3.320,115.7,19.4,0.94,3.230,116.1 +18.0,0.94,8.140,161.6,17.8,0.94,8.370,162.1 +13.7,0.94,7.140,37.3,13.9,0.94,6.930,38.6 +14.1,0.94,6.510,53.9,14.2,0.94,6.030,54.6 +13.6,0.94,6.270,83.3,13.8,0.94,6.280,85.6 +12.6,0.94,6.050,238.8,12.5,0.94,6.310,235.7 +12.7,0.94,3.080,293.3,12.7,0.94,2.490,272.9 +13.5,0.94,4.830,2.6,13.5,0.94,4.670,359.5 +13.1,0.94,4.510,42.3,13.2,0.94,4.690,35.1 +12.7,0.94,4.200,56.6,12.6,0.94,4.580,53.7 +12.7,0.94,2.800,75.1,12.7,0.94,2.980,79.3 +12.0,0.94,3.630,51.2,12.1,0.94,3.270,57.1 +10.0,0.94,7.200,35.0,10.3,0.94,6.830,37.8 +9.8,0.94,5.250,42.7,9.7,0.94,5.610,44.5 +8.7,0.94,6.200,35.2,8.5,0.94,6.720,36.9 +7.3,0.94,6.560,44.1,7.1,0.94,7.180,45.6 +6.3,0.94,6.340,39.3,6.1,0.94,6.760,40.0 +6.2,0.95,7.300,36.9,6.0,0.95,7.580,37.4 +5.7,0.95,8.150,40.2,5.5,0.95,8.440,40.6 +5.6,0.95,7.130,44.1,5.4,0.95,7.370,44.3 +5.9,0.95,7.550,49.6,5.7,0.95,7.750,49.7 +7.0,0.95,8.130,57.6,6.8,0.95,8.310,57.5 +7.9,0.95,6.280,70.8,7.7,0.95,6.410,70.2 +9.1,0.95,6.910,64.4,8.9,0.95,7.060,64.4 +10.1,0.95,6.550,65.3,9.9,0.95,6.690,65.3 +11.2,0.95,6.450,55.0,11.0,0.95,6.600,55.2 +11.4,0.95,6.870,60.6,11.2,0.95,7.030,60.7 +11.4,0.95,6.060,58.1,11.3,0.95,6.230,58.3 +8.0,0.95,6.330,140.3,7.9,0.95,6.650,140.8 +5.9,0.95,8.770,129.2,5.7,0.95,9.110,128.4 +4.9,0.95,8.150,114.6,4.7,0.95,9.040,112.7 +3.8,0.95,8.450,112.7,3.8,0.95,10.010,112.6 +3.1,0.95,8.150,110.4,3.3,0.95,9.960,110.7 +2.9,0.95,8.370,107.8,3.1,0.95,9.840,108.0 +3.1,0.95,9.510,102.6,3.3,0.95,10.360,102.8 +2.6,0.95,8.570,104.6,2.8,0.95,9.670,105.4 +1.9,0.95,8.850,109.0,2.1,0.95,9.920,110.0 +1.4,0.95,9.740,107.4,1.4,0.95,11.040,107.7 +0.7,0.95,9.920,106.4,0.7,0.95,11.270,107.2 +0.2,0.95,7.920,107.5,0.1,0.95,8.500,107.7 +1.1,0.95,4.560,114.1,0.9,0.95,4.690,114.3 +2.9,0.95,3.840,123.2,2.7,0.95,3.910,123.3 +4.7,0.94,3.930,137.3,4.5,0.94,4.000,137.3 +6.2,0.94,3.920,149.1,6.0,0.94,3.980,149.1 +7.7,0.94,4.040,159.9,7.5,0.94,4.100,159.9 +9.1,0.94,4.280,176.0,8.8,0.94,4.350,176.0 +10.2,0.94,5.200,189.3,10.0,0.94,5.300,189.0 +10.8,0.94,6.120,193.9,10.6,0.94,6.220,194.0 +11.3,0.94,6.210,203.7,11.1,0.94,6.340,203.9 +11.9,0.94,6.680,203.7,11.7,0.94,6.830,204.1 +11.6,0.94,7.230,181.9,11.5,0.94,7.350,182.3 +10.8,0.94,7.650,176.3,10.6,0.94,7.860,176.7 +9.6,0.94,4.980,168.6,9.4,0.94,5.530,169.4 +8.2,0.94,2.550,250.3,8.0,0.94,2.850,240.3 +6.0,0.94,4.110,231.8,5.9,0.94,3.960,243.3 +7.4,0.94,9.370,331.9,7.3,0.94,10.080,332.7 +5.0,0.94,13.340,328.5,4.9,0.94,14.310,328.8 +3.6,0.94,12.790,332.0,3.5,0.94,13.670,332.7 +2.5,0.94,11.440,328.1,2.4,0.94,12.320,328.7 +1.7,0.94,11.270,327.6,1.7,0.94,12.150,328.5 +1.1,0.94,11.970,326.6,1.0,0.94,12.940,326.8 +0.2,0.94,12.960,327.2,0.1,0.94,13.890,327.8 +-0.4,0.94,12.250,322.6,-0.5,0.94,13.150,323.1 +-0.4,0.94,11.160,324.4,-0.5,0.94,12.070,324.5 +-0.0,0.94,12.320,318.9,-0.2,0.94,12.730,319.1 +0.3,0.94,12.220,318.4,0.1,0.94,12.580,318.6 +1.0,0.94,13.300,318.7,0.8,0.94,13.680,318.8 +1.3,0.94,12.720,315.0,1.1,0.94,13.020,315.1 +2.2,0.94,13.930,323.0,2.0,0.94,14.330,323.1 +2.2,0.94,14.100,326.8,1.9,0.94,14.420,326.8 +3.1,0.94,14.570,324.2,2.9,0.94,14.950,324.3 +3.9,0.94,15.000,319.9,3.6,0.94,15.330,320.2 +4.7,0.94,14.140,334.5,4.4,0.94,14.550,334.5 +4.4,0.94,13.500,336.3,4.2,0.94,13.870,336.0 +3.4,0.94,13.620,329.4,3.2,0.94,13.870,329.7 +3.7,0.94,13.560,348.2,3.5,0.94,14.080,348.0 +2.8,0.94,9.860,347.4,2.6,0.94,10.490,347.2 +2.6,0.94,12.610,341.7,2.5,0.94,13.760,341.9 +2.0,0.94,10.920,348.5,2.0,0.94,12.380,350.8 +1.1,0.94,10.440,356.8,1.1,0.94,11.120,358.4 +0.4,0.94,11.430,0.0,0.4,0.94,12.450,2.0 +-0.5,0.94,10.490,2.0,-0.5,0.94,11.450,4.1 +-1.0,0.94,10.220,0.8,-0.9,0.94,11.090,2.6 +-1.4,0.94,8.550,354.9,-1.4,0.94,9.480,357.4 +-2.0,0.94,7.110,353.4,-1.9,0.94,8.110,356.3 +-2.6,0.95,5.830,346.1,-2.6,0.95,6.990,349.8 +-2.9,0.95,5.880,343.2,-2.9,0.95,6.730,346.2 +-2.6,0.95,4.820,338.3,-2.8,0.95,5.070,339.0 +-1.6,0.95,6.300,346.8,-1.8,0.95,6.480,346.9 +-0.7,0.95,6.410,344.4,-0.9,0.95,6.570,344.5 +0.4,0.95,6.530,342.8,0.2,0.95,6.680,342.9 +1.6,0.95,6.430,340.0,1.4,0.95,6.580,340.1 +2.8,0.95,6.790,333.3,2.6,0.95,6.940,333.6 +3.8,0.94,7.310,329.4,3.6,0.94,7.470,329.7 +4.6,0.94,7.670,332.2,4.4,0.94,7.840,332.3 +5.4,0.94,7.680,336.4,5.2,0.94,7.860,336.3 +6.0,0.94,7.610,335.5,5.8,0.94,7.790,335.5 +6.5,0.94,7.510,337.7,6.3,0.94,7.680,337.7 +6.7,0.94,6.200,339.1,6.5,0.94,6.360,339.3 +6.7,0.94,5.350,358.6,6.5,0.94,5.510,358.2 +6.2,0.94,6.410,13.2,6.0,0.94,6.620,12.7 +5.9,0.94,5.960,19.5,5.7,0.94,5.870,19.9 +5.5,0.94,5.430,27.8,5.5,0.94,5.300,27.4 +5.4,0.94,3.350,36.6,5.4,0.94,3.540,35.2 +5.2,0.94,2.110,35.2,5.3,0.94,2.310,36.2 +3.6,0.94,1.800,84.0,3.9,0.94,1.860,79.0 +2.9,0.94,1.350,156.2,3.2,0.94,1.470,144.2 +2.7,0.94,1.930,138.1,3.0,0.94,2.070,138.9 +2.9,0.94,3.060,154.0,3.1,0.94,3.190,156.1 +2.6,0.94,4.220,158.7,3.0,0.94,4.670,159.8 +2.0,0.94,6.280,159.0,2.4,0.94,6.870,161.6 +2.2,0.94,5.780,171.4,2.3,0.94,6.450,172.3 +3.4,0.94,5.600,166.9,3.3,0.94,6.060,167.6 +5.2,0.94,6.270,168.4,5.0,0.94,6.400,168.7 +6.8,0.94,7.290,171.7,6.6,0.94,7.440,171.8 +8.3,0.94,8.240,170.5,8.1,0.94,8.420,170.6 +9.7,0.94,8.830,172.5,9.5,0.94,9.040,172.6 +9.6,0.94,9.600,174.6,9.4,0.94,9.830,174.6 +9.8,0.94,10.070,178.6,9.6,0.94,10.300,178.7 +8.9,0.94,9.080,162.5,8.7,0.94,9.360,162.8 +7.8,0.93,11.640,153.6,7.6,0.93,12.240,153.8 +8.1,0.93,12.820,163.0,8.0,0.93,13.480,163.3 +8.4,0.93,11.900,164.9,8.2,0.93,12.510,165.4 +8.7,0.93,10.500,153.5,8.6,0.93,11.510,154.7 +10.0,0.93,11.970,150.3,10.0,0.93,12.840,151.5 +9.3,0.93,14.340,147.1,9.3,0.93,15.230,148.2 +9.6,0.93,14.040,151.1,9.9,0.93,14.990,153.5 +10.1,0.93,13.600,155.5,10.5,0.93,14.630,158.3 +10.8,0.93,12.130,162.2,11.4,0.93,13.030,166.9 +9.9,0.93,8.570,168.3,10.5,0.93,9.530,174.6 +10.2,0.93,7.300,191.5,10.6,0.93,7.780,199.0 +10.0,0.93,6.750,194.3,10.3,0.93,7.030,201.1 +10.8,0.93,4.430,206.7,10.9,0.93,4.640,209.4 +10.0,0.93,3.100,211.5,10.3,0.93,3.420,210.4 +9.9,0.93,3.330,203.2,10.2,0.93,3.480,205.2 +9.9,0.93,3.730,192.1,10.4,0.93,4.080,195.3 +10.3,0.93,2.780,169.0,10.7,0.93,3.810,171.5 +11.4,0.93,2.760,179.4,11.3,0.93,3.480,177.0 +12.6,0.93,4.910,210.8,12.4,0.93,4.990,209.0 +15.2,0.93,6.500,192.3,15.0,0.93,6.630,192.4 +18.4,0.93,8.780,183.0,18.3,0.93,8.960,183.3 +19.9,0.93,10.770,184.4,19.7,0.93,11.040,184.6 +21.1,0.93,11.350,187.9,20.9,0.93,11.610,188.0 +21.7,0.93,9.590,196.0,21.5,0.93,9.810,196.2 +21.1,0.92,7.120,221.3,20.9,0.92,7.540,221.2 +21.4,0.92,9.650,224.7,21.3,0.92,10.140,225.4 +23.2,0.92,10.700,227.8,23.1,0.92,11.610,227.8 +23.7,0.92,9.850,279.8,23.7,0.92,10.780,282.1 +22.5,0.93,13.580,282.0,22.6,0.93,14.590,282.0 +21.0,0.93,14.900,275.3,21.4,0.93,16.860,277.4 +19.2,0.93,14.170,282.0,19.4,0.93,15.760,284.3 +16.3,0.93,14.560,319.1,16.2,0.93,15.770,320.3 +14.0,0.93,11.530,320.2,13.8,0.93,12.540,320.6 +13.2,0.93,12.450,316.8,13.1,0.93,13.540,316.9 +12.5,0.93,13.490,314.3,12.5,0.93,14.670,315.3 +11.9,0.93,12.680,316.1,11.9,0.93,13.870,317.1 +11.7,0.93,12.570,316.2,11.7,0.93,13.690,317.0 +11.6,0.93,12.010,314.0,11.6,0.93,13.170,315.4 +11.2,0.93,11.480,312.8,11.3,0.93,12.610,314.5 +11.3,0.93,9.570,321.2,11.3,0.93,10.350,322.0 +11.4,0.93,7.110,320.2,11.2,0.93,7.440,320.5 +13.0,0.94,6.130,308.4,12.8,0.94,6.290,308.5 +14.5,0.94,5.600,308.5,14.3,0.94,5.750,308.4 +16.1,0.94,5.940,302.1,15.9,0.94,6.090,301.9 +17.7,0.94,7.180,299.7,17.4,0.94,7.370,299.5 +18.8,0.94,7.970,305.2,18.6,0.94,8.180,304.9 +19.7,0.93,8.620,308.2,19.5,0.93,8.850,308.1 +20.1,0.93,8.580,313.4,19.9,0.93,8.800,313.2 +16.8,0.94,8.280,324.8,16.7,0.94,8.700,324.2 +19.5,0.94,6.820,312.8,19.3,0.94,7.050,312.8 +18.8,0.94,6.190,313.0,18.6,0.94,6.490,313.4 +18.7,0.94,5.850,318.0,18.6,0.94,6.080,317.6 +18.1,0.94,4.100,271.0,18.0,0.94,4.250,276.6 +17.6,0.94,5.510,301.9,17.6,0.94,5.790,305.4 +18.1,0.94,7.720,325.6,18.0,0.94,7.920,327.0 +17.2,0.94,7.980,347.8,17.3,0.94,7.860,351.0 +16.2,0.94,8.530,347.2,16.3,0.94,8.870,348.2 +14.4,0.94,8.570,4.9,15.0,0.94,9.680,7.4 +13.5,0.94,7.930,16.0,14.1,0.94,8.650,18.5 +11.7,0.94,6.400,23.3,12.4,0.94,6.900,24.1 +11.4,0.94,4.780,44.5,11.8,0.94,5.010,44.4 +12.9,0.94,5.820,58.5,13.1,0.94,5.720,59.4 +12.6,0.94,6.100,59.9,12.7,0.94,6.000,60.7 +11.3,0.94,5.980,60.8,11.7,0.94,6.400,61.7 +11.4,0.94,3.190,77.8,11.2,0.94,3.290,77.0 +12.5,0.94,2.850,73.3,12.3,0.94,2.900,73.0 +13.9,0.94,2.840,81.2,13.7,0.94,2.870,80.7 +15.1,0.94,2.380,99.7,14.9,0.94,2.390,99.2 +16.4,0.94,2.300,60.5,16.1,0.94,2.340,60.2 +17.3,0.94,2.630,31.6,17.1,0.94,2.640,31.9 +17.8,0.94,2.650,24.7,17.6,0.94,2.660,24.5 +18.2,0.94,3.090,22.7,18.0,0.94,3.100,22.5 +18.6,0.94,3.350,31.7,18.4,0.94,3.370,31.4 +18.6,0.94,3.420,27.3,18.4,0.94,3.440,27.1 +18.5,0.94,3.890,31.2,18.3,0.94,3.910,31.2 +18.2,0.94,4.830,50.5,18.0,0.94,4.950,50.7 +17.7,0.94,6.470,56.6,17.6,0.94,6.740,56.6 +13.7,0.94,7.980,122.7,13.6,0.94,8.270,123.6 +11.6,0.94,9.880,125.6,11.6,0.94,10.500,126.3 +10.4,0.94,8.520,119.4,10.5,0.94,9.390,121.0 +9.9,0.94,8.000,125.3,9.8,0.94,8.740,126.2 +9.9,0.94,9.270,112.3,10.0,0.94,9.850,113.5 +9.2,0.94,6.050,134.1,9.1,0.94,6.920,133.7 +9.4,0.94,9.120,130.0,9.3,0.94,10.170,130.4 +9.1,0.94,9.620,124.0,9.1,0.94,10.640,124.8 +9.0,0.94,9.900,121.6,9.0,0.94,10.730,122.2 +8.5,0.94,10.050,121.4,8.6,0.94,11.020,122.1 +9.0,0.94,9.880,119.1,9.0,0.94,10.570,119.9 +9.5,0.94,9.360,117.2,9.3,0.94,10.030,117.4 +10.9,0.94,6.550,120.5,10.7,0.94,6.720,120.7 +12.4,0.94,7.020,109.9,12.2,0.94,7.170,110.1 +13.8,0.94,7.960,119.7,13.6,0.94,8.140,119.8 +14.5,0.94,7.980,117.3,14.3,0.94,8.150,117.5 +15.1,0.94,8.230,120.1,14.9,0.94,8.410,120.2 +15.4,0.94,8.360,123.0,15.2,0.94,8.560,123.1 +15.5,0.94,8.540,122.8,15.3,0.94,8.730,122.8 +15.5,0.94,8.130,121.4,15.3,0.94,8.310,121.5 +15.3,0.94,7.640,121.5,15.1,0.94,7.810,121.6 +14.6,0.94,7.490,126.2,14.4,0.94,7.660,126.2 +13.6,0.94,7.510,122.6,13.4,0.94,7.670,122.6 +12.2,0.94,6.930,119.7,12.1,0.94,7.370,120.1 +10.2,0.94,9.850,122.0,10.0,0.94,10.530,122.1 +8.7,0.94,10.620,117.3,8.6,0.94,11.420,117.6 +8.2,0.94,10.020,123.0,8.1,0.94,10.630,123.0 +8.6,0.94,9.310,122.0,8.5,0.94,10.040,122.8 +8.9,0.94,9.660,131.0,8.9,0.94,10.330,131.0 +9.0,0.94,7.540,128.8,8.8,0.94,8.160,129.9 +9.0,0.94,6.590,127.4,8.9,0.94,7.320,129.6 +8.3,0.94,6.410,143.2,8.2,0.94,7.280,143.0 +9.1,0.94,7.660,140.5,9.0,0.94,8.150,141.3 +9.6,0.94,8.840,141.2,9.5,0.94,9.400,141.8 +9.4,0.94,7.720,145.8,9.2,0.94,8.250,146.2 +9.5,0.94,8.850,142.3,9.4,0.94,9.460,143.0 +9.3,0.94,7.110,136.4,9.2,0.94,7.480,138.0 +9.9,0.94,5.570,154.0,9.7,0.94,6.030,154.5 +10.7,0.94,5.630,148.6,10.5,0.94,5.840,149.3 +11.2,0.94,5.640,166.2,11.0,0.94,5.800,166.0 +11.4,0.94,5.250,151.5,11.2,0.94,5.370,151.6 +13.7,0.94,5.610,161.8,13.5,0.94,5.720,162.3 +14.3,0.94,5.870,157.6,14.1,0.94,5.970,157.8 +14.1,0.94,5.190,159.1,13.9,0.94,5.290,159.8 +14.3,0.94,4.690,152.6,14.1,0.94,4.810,153.8 +15.8,0.94,4.050,160.1,15.6,0.94,4.140,161.0 +15.1,0.94,7.600,155.6,14.9,0.94,8.090,156.5 +14.2,0.94,6.350,142.4,14.1,0.94,6.580,146.8 +13.3,0.94,5.140,148.1,13.2,0.94,5.650,150.6 +13.7,0.94,6.150,153.1,14.0,0.94,6.550,161.2 +13.8,0.94,6.690,147.3,14.5,0.94,6.870,154.6 +13.4,0.94,6.020,139.0,13.9,0.94,6.350,146.2 +14.1,0.94,6.720,147.8,14.7,0.94,6.510,158.0 +13.6,0.94,2.150,157.0,14.0,0.94,2.920,162.4 +15.8,0.94,4.870,190.2,16.0,0.94,5.530,187.9 +15.2,0.94,4.960,141.5,15.3,0.94,5.780,145.0 +14.7,0.94,7.450,142.4,14.8,0.94,8.350,143.0 +14.8,0.94,7.750,146.8,14.8,0.94,8.730,146.8 +14.5,0.94,5.430,112.7,14.4,0.94,6.180,117.6 +14.3,0.94,6.600,105.1,14.2,0.94,7.070,106.0 +14.1,0.94,6.480,101.3,14.0,0.94,6.990,102.0 +14.9,0.94,7.360,104.2,14.7,0.94,7.540,105.1 +15.9,0.94,8.390,110.4,15.7,0.94,8.560,111.0 +16.4,0.94,7.170,108.0,16.2,0.94,7.300,108.5 +16.1,0.93,9.730,108.1,15.9,0.93,10.100,108.6 +15.7,0.93,8.320,112.5,15.5,0.93,8.480,112.7 +15.6,0.93,8.320,106.8,15.4,0.93,8.440,107.2 +16.2,0.93,8.140,102.5,16.0,0.93,8.290,102.7 +15.2,0.93,9.450,101.3,15.0,0.93,9.670,101.2 +13.8,0.93,9.860,87.1,13.6,0.93,10.140,87.7 +13.8,0.93,10.790,89.1,13.7,0.93,11.150,89.3 +13.0,0.93,12.760,88.4,12.9,0.93,13.410,88.7 +12.4,0.93,10.630,90.8,12.2,0.93,11.190,91.2 +12.4,0.93,12.450,82.0,12.3,0.93,13.090,82.8 +12.7,0.93,12.690,88.5,12.5,0.93,13.410,88.8 +12.0,0.93,12.780,96.8,11.8,0.93,13.410,97.3 +12.1,0.93,12.900,106.0,12.0,0.93,13.610,106.1 +12.6,0.93,13.370,96.3,12.5,0.93,14.010,96.7 +12.7,0.93,12.480,94.3,12.6,0.93,13.160,94.9 +12.5,0.93,12.060,98.8,12.4,0.93,12.790,99.1 +12.1,0.93,13.140,98.0,12.0,0.93,13.900,98.2 +11.8,0.93,12.410,96.2,11.7,0.93,13.230,96.5 +11.3,0.93,12.470,99.2,11.1,0.93,13.210,99.4 +11.9,0.93,11.020,99.6,11.7,0.93,11.450,100.0 +11.8,0.93,11.420,96.3,11.6,0.93,11.780,96.8 +12.1,0.93,11.570,92.4,11.9,0.93,11.780,92.8 +12.7,0.93,10.940,91.7,12.5,0.93,11.140,91.8 +12.2,0.93,13.400,90.2,12.0,0.93,13.890,90.3 +12.7,0.93,11.740,88.9,12.5,0.93,12.020,89.2 +11.9,0.93,11.190,94.5,11.8,0.93,11.720,94.5 +11.8,0.93,10.400,93.9,11.7,0.93,10.680,94.1 +11.9,0.93,9.540,89.8,11.7,0.93,9.750,89.7 +11.3,0.93,9.770,82.8,11.1,0.93,9.990,83.4 +10.9,0.93,11.230,87.2,10.7,0.93,11.560,87.6 +10.7,0.93,11.410,90.2,10.5,0.93,11.810,90.0 +9.9,0.93,11.190,86.9,9.7,0.93,11.810,87.2 +9.3,0.93,12.200,88.5,9.2,0.93,12.850,88.7 +9.1,0.93,12.470,93.3,9.0,0.93,13.130,93.5 +8.9,0.93,11.710,91.2,8.8,0.93,12.380,91.5 +8.8,0.93,11.600,88.4,8.6,0.93,12.310,88.6 +8.4,0.93,9.870,85.0,8.2,0.93,10.600,85.8 +8.2,0.93,9.710,84.9,8.1,0.93,10.430,85.7 +7.9,0.93,8.810,81.6,7.8,0.93,9.480,82.4 +7.7,0.93,8.760,75.3,7.6,0.93,9.310,76.2 +7.5,0.93,8.300,76.8,7.3,0.93,8.890,77.8 +7.2,0.93,7.190,65.9,7.0,0.93,7.670,67.5 +6.8,0.93,8.550,66.8,6.6,0.93,9.160,68.3 +6.8,0.93,7.530,63.2,6.6,0.93,8.010,64.5 +7.0,0.93,7.730,64.6,6.8,0.93,8.240,65.8 +7.7,0.93,7.490,62.1,7.5,0.93,7.700,62.5 +7.9,0.93,7.210,52.8,7.7,0.93,7.480,53.4 +8.1,0.93,7.310,55.4,7.9,0.93,7.480,55.9 +8.3,0.93,8.240,57.6,8.1,0.93,8.420,57.9 +8.9,0.93,8.020,55.7,8.7,0.93,8.200,55.9 +8.9,0.93,8.420,49.2,8.7,0.93,8.610,49.5 +7.9,0.93,8.610,34.4,7.8,0.93,8.740,34.9 +7.8,0.93,8.200,36.2,7.6,0.93,8.380,36.4 +8.0,0.93,8.740,45.0,7.8,0.93,8.990,45.4 +6.9,0.93,10.580,57.3,6.7,0.93,11.120,57.1 +6.2,0.94,8.760,46.4,6.0,0.94,9.260,47.0 +5.5,0.94,9.150,48.3,5.4,0.94,9.620,48.7 +5.5,0.94,8.980,49.7,5.3,0.94,9.480,50.1 +5.6,0.93,8.710,47.9,5.5,0.93,9.230,48.5 +5.8,0.93,8.780,49.3,5.6,0.93,9.290,50.0 +5.9,0.93,9.190,47.0,5.8,0.93,9.710,47.7 +6.2,0.93,8.980,52.0,6.0,0.93,9.540,52.6 +6.3,0.93,8.820,50.2,6.1,0.93,9.370,51.0 +6.3,0.94,8.700,48.2,6.1,0.94,9.260,49.2 +6.2,0.94,9.360,45.1,6.0,0.94,10.050,46.2 +6.0,0.94,10.170,46.9,5.9,0.94,10.910,48.1 +6.6,0.94,10.530,54.1,6.4,0.94,11.170,54.8 +7.5,0.94,9.570,54.9,7.3,0.94,10.130,55.4 +8.6,0.94,8.940,46.3,8.4,0.94,9.200,46.6 +10.2,0.94,10.170,44.1,10.0,0.94,10.420,44.4 +11.7,0.94,10.940,47.1,11.5,0.94,11.210,47.2 +13.1,0.94,10.960,49.5,12.9,0.94,11.240,49.6 +14.1,0.94,10.560,47.9,13.9,0.94,10.830,48.0 +15.1,0.94,10.970,44.8,14.9,0.94,11.240,44.9 +16.0,0.94,11.210,44.9,15.8,0.94,11.500,45.0 +16.6,0.94,10.500,44.0,16.4,0.94,10.800,44.2 +16.6,0.94,11.820,44.3,16.4,0.94,12.130,44.4 +16.4,0.94,11.190,42.8,16.2,0.94,11.580,43.0 +16.2,0.94,9.000,56.6,16.0,0.94,9.410,56.6 +15.3,0.94,8.470,28.6,15.1,0.94,9.200,30.0 +14.0,0.94,9.660,49.5,13.9,0.94,10.500,49.9 +12.3,0.94,12.410,43.0,12.3,0.94,13.610,44.1 +11.1,0.94,12.820,44.2,11.2,0.94,14.050,45.6 +9.7,0.94,10.850,57.1,9.7,0.94,12.030,59.4 +8.0,0.94,9.050,53.4,8.0,0.94,10.060,55.2 +7.1,0.95,12.480,54.8,7.1,0.95,13.700,55.4 +5.7,0.95,10.960,46.8,5.8,0.95,12.070,49.0 +4.5,0.95,9.660,44.4,4.6,0.95,10.940,47.4 +3.6,0.95,10.330,46.3,3.8,0.95,11.420,49.4 +2.6,0.95,9.610,46.3,2.8,0.95,10.510,49.4 +2.3,0.95,6.570,48.9,2.2,0.95,7.240,49.6 +3.5,0.95,6.330,41.2,3.3,0.95,6.470,41.5 +4.4,0.95,5.770,39.5,4.2,0.95,5.880,39.6 +5.5,0.95,5.570,32.8,5.3,0.95,5.670,32.9 +6.7,0.95,5.110,22.3,6.5,0.95,5.200,22.4 +7.8,0.95,5.500,22.4,7.6,0.95,5.600,22.5 +8.9,0.95,5.300,19.7,8.7,0.95,5.390,19.9 +9.9,0.95,5.500,20.1,9.7,0.95,5.610,20.3 +10.7,0.95,5.030,17.2,10.4,0.95,5.130,17.5 +11.3,0.95,4.780,16.2,11.1,0.95,4.860,16.4 +11.7,0.95,4.600,16.1,11.5,0.95,4.680,16.2 +11.9,0.95,3.940,21.2,11.7,0.95,4.010,21.4 +11.8,0.95,3.780,30.8,11.6,0.95,3.850,31.0 +11.5,0.95,4.570,46.8,11.3,0.95,4.680,46.3 +11.3,0.95,4.100,37.8,11.1,0.95,4.030,37.7 +11.0,0.95,3.940,62.4,10.9,0.95,3.910,64.0 +10.7,0.95,3.110,67.4,10.7,0.95,3.120,68.5 +8.7,0.95,3.010,153.2,8.8,0.95,2.880,146.9 +6.8,0.95,3.900,216.1,7.2,0.95,3.890,215.3 +5.8,0.95,3.890,204.1,6.3,0.95,4.350,204.5 +4.8,0.95,4.000,202.8,5.3,0.95,4.480,201.8 +4.4,0.95,4.310,199.1,4.7,0.95,4.720,199.3 +4.4,0.95,5.080,192.1,4.7,0.95,5.500,193.7 +4.9,0.95,5.580,199.5,5.1,0.95,5.730,203.1 +4.4,0.95,4.330,195.9,4.8,0.95,5.040,196.5 +5.8,0.95,3.230,197.5,5.7,0.95,3.460,196.2 +8.0,0.95,3.930,206.5,7.9,0.95,3.990,205.9 +10.0,0.95,4.370,206.7,9.8,0.95,4.440,206.5 +11.5,0.95,3.910,206.8,11.3,0.95,3.970,206.7 +12.6,0.95,3.300,199.3,12.4,0.95,3.360,199.0 +13.5,0.95,3.210,191.3,13.3,0.95,3.260,191.4 +14.2,0.95,3.460,189.5,14.0,0.95,3.520,189.4 +15.0,0.95,3.420,175.3,14.8,0.95,3.470,177.3 +15.4,0.95,3.410,166.1,15.2,0.95,3.460,167.5 +15.6,0.95,4.060,196.3,15.4,0.95,4.120,194.7 +15.7,0.95,4.190,172.2,15.5,0.95,4.270,172.6 +15.5,0.95,4.890,179.5,15.3,0.95,5.010,179.4 +15.3,0.95,7.610,168.2,15.1,0.95,7.500,168.6 +14.1,0.95,8.690,165.9,14.0,0.95,8.910,167.2 +12.7,0.95,8.790,158.6,12.9,0.95,8.940,160.5 +13.0,0.95,8.510,156.1,13.3,0.95,8.800,157.7 +11.7,0.95,8.260,139.5,12.0,0.95,9.040,143.3 +12.3,0.95,9.020,144.8,12.7,0.95,9.650,147.8 +11.5,0.95,8.740,141.6,11.8,0.95,9.360,144.4 +10.2,0.95,6.990,147.6,10.2,0.95,7.990,147.8 +10.3,0.95,7.910,151.4,10.4,0.95,8.570,152.9 +9.7,0.95,8.030,141.0,9.8,0.95,8.650,143.8 +9.1,0.95,7.150,143.4,9.2,0.95,7.850,145.3 +9.1,0.95,6.610,134.6,9.2,0.95,7.310,137.7 +10.0,0.95,4.500,138.2,9.8,0.95,4.780,139.4 +11.4,0.95,4.920,138.7,11.2,0.95,5.000,139.0 +12.5,0.95,5.260,143.9,12.3,0.95,5.370,144.1 +13.2,0.95,5.810,155.6,13.0,0.95,5.950,155.3 +13.8,0.95,6.410,161.4,13.6,0.95,6.570,161.1 +14.2,0.95,7.490,160.1,14.0,0.95,7.670,160.0 +14.7,0.95,7.950,162.5,14.5,0.95,8.120,162.2 +15.5,0.95,7.460,168.4,15.3,0.95,7.640,168.1 +15.7,0.95,7.380,163.7,15.5,0.95,7.560,163.6 +15.5,0.95,6.610,187.4,15.3,0.95,6.740,186.4 +14.9,0.95,6.570,182.8,14.8,0.95,6.700,182.2 +13.7,0.95,5.660,178.7,13.5,0.95,5.860,178.3 +13.7,0.95,8.450,140.2,13.5,0.95,8.910,139.6 +12.4,0.95,7.660,125.5,12.3,0.95,8.040,125.9 +10.3,0.95,10.450,119.4,10.2,0.95,11.310,118.8 +9.8,0.95,11.450,124.2,10.0,0.95,12.370,124.2 +9.6,0.95,11.270,126.4,9.7,0.95,12.170,125.4 +9.6,0.95,11.340,119.8,9.8,0.95,12.430,120.3 +9.6,0.95,12.340,118.0,9.9,0.95,13.510,119.2 +9.4,0.95,12.910,117.3,9.8,0.95,14.010,118.2 +9.1,0.95,13.470,114.9,9.6,0.95,14.290,116.7 +9.5,0.95,11.050,129.2,10.5,0.95,11.500,132.1 +6.6,0.95,6.520,128.5,6.9,0.95,7.800,132.1 +6.9,0.95,4.900,127.8,7.0,0.95,6.080,131.9 +8.8,0.95,3.940,124.8,8.7,0.95,4.230,126.7 +11.0,0.95,4.690,127.6,10.8,0.95,4.770,128.4 +12.9,0.95,5.650,135.1,12.7,0.95,5.770,135.4 +14.1,0.95,6.950,145.4,13.9,0.95,7.120,145.5 +14.8,0.95,7.270,146.4,14.6,0.95,7.440,146.3 +15.4,0.95,7.680,142.4,15.2,0.95,7.870,142.4 +15.8,0.95,8.080,135.2,15.5,0.95,8.270,135.4 +16.1,0.95,7.940,135.6,15.9,0.95,8.130,135.8 +16.3,0.95,7.550,132.8,16.1,0.95,7.720,133.1 +16.3,0.95,7.800,132.3,16.1,0.95,7.970,132.5 +15.8,0.95,7.800,133.0,15.7,0.95,7.980,133.2 +15.2,0.95,7.540,126.7,15.0,0.95,7.730,126.7 +14.3,0.95,7.400,117.6,14.1,0.95,7.880,117.6 +12.8,0.95,9.500,114.4,12.7,0.95,9.920,113.0 +11.1,0.95,11.770,111.8,11.1,0.95,13.030,112.9 +10.9,0.95,12.570,113.9,11.3,0.95,13.910,115.1 +11.2,0.94,12.410,115.6,11.7,0.94,13.650,117.2 +10.2,0.94,11.890,122.4,10.7,0.94,12.910,125.3 +9.7,0.94,11.370,130.5,10.1,0.94,12.230,134.3 +9.3,0.94,11.200,136.2,9.7,0.94,12.010,139.7 +9.0,0.94,10.740,140.9,9.4,0.94,11.450,145.0 +8.7,0.94,10.200,138.9,9.1,0.94,10.950,142.5 +8.3,0.94,10.410,137.6,8.8,0.94,11.110,140.7 +7.5,0.94,7.190,124.4,7.7,0.94,8.000,127.3 +9.1,0.94,5.520,127.1,9.0,0.94,5.710,127.9 +10.8,0.94,5.340,119.3,10.6,0.94,5.440,119.7 +12.2,0.94,5.790,125.6,12.0,0.94,5.920,125.8 +13.4,0.94,6.750,132.3,13.2,0.94,6.900,132.3 +14.6,0.94,7.020,132.2,14.3,0.94,7.180,132.3 +15.5,0.94,7.180,132.1,15.3,0.94,7.330,132.2 +14.8,0.94,7.650,135.9,14.6,0.94,7.820,135.9 +13.8,0.94,8.240,140.0,13.6,0.94,8.400,139.6 +12.9,0.94,7.810,128.6,12.7,0.94,7.970,128.7 +13.1,0.94,7.420,127.6,12.9,0.94,7.610,127.7 +13.2,0.94,7.170,125.8,13.0,0.94,7.380,125.8 +13.7,0.94,6.690,127.7,13.5,0.94,7.140,127.9 +13.3,0.94,6.840,121.7,13.1,0.94,7.430,121.9 +12.7,0.94,7.770,119.3,12.5,0.94,8.530,119.9 +12.1,0.94,8.720,116.0,12.0,0.94,9.360,116.8 +11.9,0.94,8.040,120.8,11.8,0.94,8.730,122.0 +11.8,0.94,9.370,123.0,11.8,0.94,10.220,123.9 +11.1,0.94,9.230,123.7,11.1,0.94,10.070,124.9 +9.8,0.94,7.810,142.4,9.8,0.94,8.400,144.3 +9.1,0.94,7.330,133.8,9.3,0.94,8.070,136.3 +9.8,0.94,8.690,138.4,10.1,0.94,9.300,141.3 +9.0,0.93,9.010,131.7,9.4,0.93,9.680,134.3 +8.4,0.94,8.600,135.1,8.7,0.94,9.330,137.4 +8.0,0.93,6.190,122.0,8.1,0.93,6.860,124.4 +8.7,0.93,5.530,119.4,8.6,0.93,6.280,121.3 +9.4,0.93,4.840,113.6,9.3,0.93,4.980,114.7 +10.6,0.93,4.710,112.8,10.4,0.93,4.780,113.3 +12.9,0.93,4.950,115.6,12.7,0.93,5.040,115.8 +14.1,0.93,5.490,125.3,13.9,0.93,5.580,125.3 +14.8,0.93,5.130,136.4,14.6,0.93,5.210,136.2 +16.1,0.93,5.000,153.3,15.9,0.93,5.090,153.1 +15.7,0.93,5.340,154.6,15.5,0.93,5.430,154.8 +15.4,0.93,5.310,166.1,15.2,0.93,5.390,165.8 +14.7,0.93,5.490,163.8,14.5,0.93,5.550,163.6 +13.3,0.93,4.870,153.5,13.1,0.93,4.920,153.8 +12.8,0.93,5.250,165.6,12.6,0.93,5.320,165.4 +11.6,0.93,5.020,177.6,11.4,0.93,5.420,177.2 +11.2,0.93,4.130,171.6,11.0,0.93,4.460,171.6 +11.0,0.93,3.640,166.1,10.8,0.93,3.930,165.9 +11.0,0.93,4.690,172.1,11.0,0.93,5.210,173.9 +11.4,0.93,4.190,177.4,11.4,0.93,4.810,179.0 +11.3,0.93,5.340,198.9,11.2,0.93,5.960,197.7 +11.2,0.93,6.790,186.1,11.3,0.93,7.410,189.5 +10.9,0.93,8.110,187.5,11.0,0.93,8.810,191.4 +10.6,0.93,9.240,194.2,10.8,0.93,9.880,197.3 +10.5,0.93,8.720,198.2,10.8,0.93,9.220,201.9 +9.7,0.93,7.660,203.0,10.0,0.93,8.250,206.0 +9.1,0.93,5.740,201.3,9.3,0.93,6.980,201.3 +10.3,0.93,3.750,198.6,10.4,0.93,4.510,194.9 +13.7,0.93,4.610,204.7,13.5,0.93,4.700,203.9 +15.7,0.93,5.740,194.5,15.5,0.93,5.810,194.7 +17.6,0.93,5.190,195.5,17.4,0.93,5.270,195.5 +19.5,0.93,5.960,194.6,19.3,0.93,6.070,194.7 +20.7,0.93,5.960,192.9,20.5,0.93,6.090,193.0 +21.3,0.93,6.540,189.7,21.1,0.93,6.700,189.7 +21.7,0.93,7.070,193.0,21.4,0.93,7.240,193.0 +22.1,0.93,6.960,184.9,21.8,0.93,7.110,184.9 +21.9,0.93,5.900,191.7,21.7,0.93,6.030,191.1 +21.9,0.93,6.180,181.1,21.7,0.93,6.330,180.9 +20.9,0.93,5.680,169.3,20.8,0.93,6.040,169.3 +19.6,0.93,5.100,170.8,19.5,0.93,5.370,171.0 +18.9,0.93,7.340,153.7,18.8,0.93,7.930,154.9 +17.6,0.93,6.490,128.8,17.5,0.93,7.070,131.8 +16.7,0.93,9.140,138.3,16.7,0.93,9.710,141.3 +16.4,0.93,8.800,154.2,16.4,0.93,9.670,155.8 +16.2,0.93,9.390,139.1,16.1,0.93,10.140,141.4 +16.3,0.93,9.150,145.2,16.2,0.93,9.930,147.6 +16.1,0.93,8.720,156.4,16.0,0.93,9.270,156.9 +16.2,0.93,8.080,147.4,16.1,0.93,8.590,148.2 +16.2,0.93,8.390,140.4,16.1,0.93,8.970,141.3 +15.9,0.93,8.550,125.6,15.8,0.93,9.100,126.9 +16.0,0.93,7.820,131.9,15.9,0.93,8.340,132.9 +16.5,0.93,5.660,134.4,16.4,0.93,5.960,135.2 +16.7,0.93,6.620,123.5,16.6,0.93,6.870,124.7 +17.3,0.93,7.080,126.3,17.1,0.93,7.280,127.4 +18.8,0.93,7.200,139.2,18.6,0.93,7.370,139.8 +20.1,0.93,7.480,153.8,19.9,0.93,7.640,154.2 +21.4,0.93,9.110,139.2,21.2,0.93,9.340,139.3 +22.2,0.93,9.640,149.4,22.0,0.93,9.850,149.5 +19.6,0.93,7.670,153.2,19.6,0.93,8.040,153.1 +21.1,0.93,8.440,133.1,20.9,0.93,8.630,133.3 +20.1,0.93,9.430,136.2,19.9,0.93,9.780,136.5 +19.3,0.93,8.800,123.8,19.1,0.93,8.970,124.0 +19.5,0.93,8.850,126.3,19.3,0.93,9.080,126.4 +17.3,0.93,8.090,126.9,17.1,0.93,8.670,128.5 +16.4,0.93,8.250,124.0,16.4,0.93,8.860,125.0 +16.7,0.93,8.560,124.4,16.7,0.93,9.110,125.4 +16.7,0.93,8.720,128.7,16.6,0.93,9.280,129.4 +16.7,0.93,8.740,135.5,16.7,0.93,9.260,137.2 +16.3,0.93,8.830,136.7,16.2,0.93,9.350,137.6 +15.7,0.93,8.760,139.1,15.7,0.93,9.340,140.9 +15.7,0.93,8.860,130.4,15.7,0.93,9.430,131.9 +16.0,0.93,8.250,133.0,15.9,0.93,8.770,134.3 +15.5,0.93,7.350,188.7,15.3,0.93,7.750,191.0 +14.9,0.93,8.260,193.2,14.8,0.93,8.770,194.5 +14.9,0.93,6.900,185.4,14.8,0.93,7.460,185.6 +15.3,0.93,7.750,173.3,15.1,0.93,7.980,173.7 +15.9,0.93,8.610,172.5,15.7,0.93,8.850,172.6 +16.3,0.93,8.460,166.7,16.1,0.93,8.640,166.8 +18.2,0.93,8.310,166.3,18.0,0.93,8.530,166.5 +19.7,0.93,8.910,178.5,19.5,0.93,9.130,178.4 +20.5,0.93,10.460,179.2,20.3,0.93,10.720,179.0 +21.1,0.93,11.910,176.6,20.9,0.93,12.120,176.5 +21.7,0.93,9.780,178.5,21.5,0.93,10.010,179.2 +22.1,0.93,9.700,183.7,21.9,0.93,9.970,183.1 +15.9,0.93,16.160,213.5,15.9,0.93,16.950,213.1 +17.5,0.93,10.410,233.6,17.3,0.93,11.020,234.1 +16.9,0.93,4.900,202.9,16.8,0.93,5.740,203.9 +16.9,0.93,3.920,162.9,16.8,0.93,4.110,168.4 +15.0,0.93,9.690,115.6,15.0,0.93,10.470,118.2 +14.4,0.93,10.870,123.4,14.4,0.93,11.980,126.0 +14.3,0.93,9.790,133.8,14.2,0.93,10.450,134.9 +13.4,0.93,7.490,145.0,13.4,0.93,8.440,145.9 +13.3,0.93,4.060,152.2,13.4,0.93,5.380,157.2 +13.7,0.93,6.390,156.1,13.8,0.93,6.640,163.5 +13.2,0.93,5.840,152.0,13.5,0.93,5.600,159.1 +12.1,0.93,5.330,148.0,12.3,0.93,5.730,152.7 +11.8,0.93,3.080,154.7,11.8,0.93,3.610,156.0 +11.5,0.93,1.670,161.8,11.6,0.93,1.810,166.9 +11.1,0.93,0.720,264.2,11.1,0.93,0.790,258.2 +10.9,0.93,1.340,314.9,10.9,0.93,1.720,312.3 +12.3,0.93,4.960,345.7,12.1,0.93,5.100,346.3 +9.6,0.93,6.960,348.8,9.5,0.93,7.260,349.9 +8.3,0.93,7.430,354.7,8.2,0.93,7.600,354.7 +6.7,0.93,8.810,3.2,6.5,0.93,8.990,3.0 +5.8,0.93,8.860,359.4,5.6,0.93,9.090,359.4 +4.7,0.93,9.730,3.8,4.5,0.93,10.010,3.8 +4.0,0.93,10.650,9.4,3.8,0.93,11.030,9.3 +3.8,0.94,11.070,7.4,3.6,0.94,11.500,7.8 +3.8,0.94,9.930,10.7,3.6,0.94,10.280,10.6 +3.8,0.94,10.760,359.8,3.6,0.94,11.220,0.1 +4.5,0.94,10.550,8.9,4.3,0.94,11.110,9.4 +4.7,0.94,8.410,11.1,4.5,0.94,8.810,11.0 +5.1,0.94,6.750,352.2,5.0,0.94,7.370,352.3 +6.1,0.94,9.440,355.7,6.0,0.94,10.120,356.0 +6.1,0.94,10.070,4.6,6.0,0.94,10.750,5.3 +5.7,0.94,9.980,12.2,5.6,0.94,10.740,12.8 +4.9,0.94,10.560,4.8,4.9,0.94,11.300,6.9 +4.2,0.94,10.330,12.8,4.3,0.94,11.140,15.1 +3.8,0.94,9.100,11.0,4.0,0.94,9.770,15.1 +3.5,0.94,8.070,14.4,3.7,0.94,8.540,19.6 +3.3,0.94,6.920,11.0,3.6,0.94,7.200,13.6 +2.3,0.94,6.360,348.0,2.9,0.94,7.030,349.2 +2.6,0.94,4.700,340.5,2.7,0.94,5.910,340.4 +4.6,0.94,4.080,345.0,4.4,0.94,4.220,345.7 +6.0,0.94,4.800,354.8,5.8,0.94,4.910,355.2 +7.0,0.94,5.100,345.5,6.8,0.94,5.210,345.9 +8.3,0.94,5.400,341.0,8.1,0.94,5.520,341.1 +9.5,0.94,4.580,332.9,9.2,0.94,4.690,333.0 +10.3,0.94,6.280,320.4,10.1,0.94,6.390,320.8 +11.1,0.94,5.910,324.9,10.9,0.94,6.040,325.1 +11.9,0.94,5.370,314.0,11.7,0.94,5.490,314.3 +12.5,0.94,5.480,316.2,12.3,0.94,5.600,316.5 +12.8,0.94,5.930,321.4,12.6,0.94,6.060,321.6 +12.9,0.94,6.460,329.7,12.7,0.94,6.580,329.7 +12.8,0.94,5.750,343.5,12.6,0.94,5.900,343.0 +11.8,0.94,7.190,8.1,11.6,0.94,7.430,7.9 +11.2,0.94,8.270,9.8,11.0,0.94,8.440,9.6 +10.6,0.94,8.980,5.6,10.6,0.94,9.120,5.6 +10.3,0.94,6.950,0.3,10.6,0.94,6.870,359.2 +9.0,0.94,6.560,21.2,9.5,0.94,6.980,22.7 +8.4,0.94,5.600,33.4,8.9,0.94,5.830,34.3 +8.2,0.94,4.380,44.8,8.6,0.94,4.500,47.1 +8.9,0.94,3.930,45.7,9.1,0.94,3.950,47.4 +9.0,0.94,3.320,41.4,9.3,0.94,3.300,43.3 +8.2,0.94,3.640,33.4,8.6,0.94,3.540,36.3 +7.7,0.94,3.690,34.8,8.2,0.94,3.570,37.3 +6.7,0.94,4.040,37.7,7.2,0.94,4.480,38.6 +7.7,0.94,2.080,34.8,7.5,0.94,2.110,36.6 +9.3,0.94,2.830,32.1,9.2,0.94,2.850,32.5 +10.3,0.94,2.820,27.1,10.1,0.94,2.850,26.7 +11.3,0.94,2.140,31.4,11.1,0.94,2.160,30.7 +12.1,0.94,3.140,21.5,11.8,0.94,3.180,21.4 +12.8,0.94,2.310,13.8,12.6,0.94,2.320,13.9 +13.4,0.94,3.510,34.0,13.2,0.94,3.540,33.7 +14.1,0.94,2.810,35.9,13.8,0.94,2.830,35.9 +14.6,0.94,2.750,37.6,14.4,0.94,2.760,37.8 +14.8,0.94,3.780,38.0,14.6,0.94,3.820,38.6 +14.9,0.94,3.400,46.5,14.7,0.94,3.450,46.8 +14.7,0.94,4.080,62.8,14.6,0.94,4.150,62.9 +14.5,0.94,4.200,55.1,14.3,0.94,4.280,57.4 +14.2,0.94,6.090,71.4,14.0,0.94,6.080,72.2 +14.0,0.94,6.720,89.5,13.8,0.94,6.660,90.8 +12.4,0.94,5.520,143.6,12.4,0.94,5.590,145.0 +12.5,0.94,6.070,139.2,12.5,0.94,5.930,140.6 +12.0,0.94,6.020,141.8,12.1,0.94,6.200,144.9 +11.6,0.94,6.140,134.6,11.9,0.94,6.290,139.0 +12.2,0.94,6.260,135.4,12.5,0.94,6.320,138.1 +11.1,0.94,6.090,123.3,11.7,0.94,6.410,126.7 +11.8,0.94,7.220,113.0,12.2,0.94,7.480,115.3 +11.7,0.94,8.430,117.5,11.9,0.94,8.890,118.9 +11.4,0.94,8.210,118.9,11.5,0.94,8.790,120.0 +11.0,0.94,8.030,117.8,10.8,0.94,8.180,118.2 +12.2,0.94,6.830,118.8,12.0,0.94,6.980,119.2 +13.2,0.95,5.160,136.4,13.1,0.95,5.300,136.3 +12.1,0.95,4.510,145.7,11.9,0.95,4.610,145.0 +12.2,0.95,4.990,109.6,12.0,0.95,5.100,109.9 +13.3,0.95,5.250,116.8,13.1,0.95,5.360,116.9 +13.4,0.95,4.650,120.8,13.2,0.95,4.780,120.7 +12.7,0.95,5.840,116.8,12.5,0.95,5.960,116.7 +13.0,0.94,6.840,103.2,12.8,0.94,6.980,103.3 +13.7,0.94,7.320,103.3,13.5,0.94,7.510,103.6 +13.7,0.94,7.200,123.5,13.5,0.94,7.510,123.4 +12.4,0.94,8.070,117.5,12.3,0.94,8.600,117.5 +11.0,0.94,9.210,113.5,10.8,0.94,9.700,112.6 +9.6,0.94,8.820,102.4,9.5,0.94,9.390,103.6 +8.5,0.94,9.120,106.8,8.4,0.94,9.720,107.6 +8.6,0.94,8.130,107.2,8.6,0.94,8.830,108.4 +8.4,0.94,8.420,104.8,8.3,0.94,9.200,106.0 +8.1,0.94,8.500,101.0,8.1,0.94,9.330,102.2 +8.0,0.94,8.260,97.9,8.0,0.94,9.000,100.2 +7.7,0.94,7.060,108.1,7.6,0.94,7.600,109.7 +8.2,0.94,6.770,105.0,8.1,0.94,7.300,106.5 +8.1,0.94,6.320,92.3,8.0,0.94,6.840,94.5 +7.8,0.94,6.110,91.7,7.7,0.94,6.630,92.8 +7.8,0.94,5.630,100.3,7.6,0.94,6.090,101.6 +8.0,0.94,6.440,100.1,7.9,0.94,6.970,101.3 +8.3,0.94,6.740,111.4,8.1,0.94,7.160,111.6 +8.4,0.94,6.510,109.5,8.3,0.94,6.800,110.2 +8.5,0.94,5.430,104.8,8.3,0.94,5.860,105.5 +8.2,0.94,6.090,89.9,8.0,0.94,6.340,91.4 +8.0,0.94,5.320,84.9,7.8,0.94,5.490,84.8 +8.1,0.94,4.800,71.3,7.9,0.94,4.930,71.8 +8.4,0.94,5.700,70.2,8.2,0.94,5.810,70.8 +8.3,0.94,5.630,67.7,8.1,0.94,5.790,68.3 +7.7,0.94,5.160,70.6,7.5,0.94,5.320,71.0 +7.4,0.94,5.620,65.7,7.2,0.94,5.820,66.6 +7.0,0.94,5.310,59.3,6.9,0.94,5.650,60.5 +6.7,0.94,5.930,68.4,6.6,0.94,6.330,69.9 +6.3,0.94,6.240,62.9,6.2,0.94,6.730,65.0 +6.4,0.94,7.630,64.5,6.4,0.94,8.270,67.1 +6.2,0.94,7.530,71.9,6.1,0.94,8.280,74.2 +6.4,0.94,6.590,65.3,6.3,0.94,7.360,68.3 +6.4,0.94,7.370,72.1,6.3,0.94,8.200,74.5 +6.4,0.94,6.980,72.7,6.3,0.94,7.750,74.8 +6.1,0.94,6.510,57.3,6.0,0.94,7.070,59.8 +6.2,0.94,6.830,57.2,6.2,0.94,7.410,59.5 +6.4,0.94,6.950,55.4,6.3,0.94,7.500,57.4 +6.3,0.94,6.770,59.0,6.1,0.94,7.280,60.8 +6.2,0.94,6.220,58.7,6.0,0.94,6.630,60.1 +6.4,0.94,5.090,63.6,6.2,0.94,5.580,65.4 +6.9,0.94,3.960,62.5,6.8,0.94,4.060,63.3 +8.4,0.94,4.080,73.5,8.2,0.94,4.160,73.4 +9.1,0.94,4.170,71.5,8.9,0.94,4.260,71.3 +10.0,0.94,4.410,74.7,9.8,0.94,4.520,74.5 +10.7,0.94,3.500,81.9,10.5,0.94,3.590,81.6 +11.6,0.94,3.430,94.7,11.4,0.94,3.540,95.0 +12.7,0.94,4.580,106.2,12.5,0.94,4.670,105.2 +12.5,0.94,4.430,106.6,12.3,0.94,4.550,106.4 +13.5,0.94,3.630,86.7,13.3,0.94,3.720,87.5 +12.9,0.94,3.590,146.8,12.7,0.94,3.620,145.8 +13.3,0.94,2.940,134.2,13.1,0.94,3.020,132.9 +12.4,0.94,4.810,139.7,12.3,0.94,4.770,138.8 +12.0,0.94,5.670,138.0,11.8,0.94,5.760,135.6 +10.9,0.94,4.850,139.6,10.9,0.94,4.910,136.4 +9.8,0.94,2.440,127.6,10.0,0.94,2.760,125.5 +9.6,0.94,1.690,127.4,9.9,0.94,2.040,127.8 +9.5,0.94,1.250,115.9,9.8,0.94,1.580,119.7 +9.4,0.94,1.510,131.3,9.7,0.94,1.750,134.3 +8.7,0.94,0.700,156.3,9.1,0.94,0.900,157.8 +8.7,0.94,0.550,153.0,9.1,0.94,0.770,164.4 +8.9,0.94,0.530,106.3,9.3,0.94,0.480,123.5 +9.1,0.94,0.450,55.4,9.4,0.94,0.330,55.2 +9.1,0.94,0.240,341.4,9.5,0.94,0.290,322.2 +9.4,0.94,0.510,5.8,9.4,0.94,0.580,1.6 +11.2,0.94,0.360,78.0,11.0,0.94,0.390,76.9 +12.6,0.94,0.840,104.4,12.3,0.94,0.880,103.9 +13.6,0.94,1.980,115.0,13.4,0.94,1.990,115.5 +14.5,0.94,1.900,137.9,14.3,0.94,1.920,137.8 +15.3,0.94,2.430,151.1,15.1,0.94,2.470,151.0 +15.7,0.94,2.530,149.9,15.5,0.94,2.580,149.6 +15.7,0.94,2.370,140.0,15.5,0.94,2.470,140.5 +15.5,0.94,6.760,131.7,15.3,0.94,6.930,132.3 +14.1,0.94,5.020,125.2,14.1,0.94,5.180,126.5 +14.4,0.94,3.210,219.3,14.2,0.94,3.190,218.6 +13.2,0.94,2.920,98.6,13.0,0.94,3.030,99.4 +13.1,0.94,1.200,238.2,13.1,0.94,1.410,246.8 +12.7,0.94,1.020,175.0,12.8,0.94,1.060,189.7 +13.4,0.94,2.660,177.3,13.3,0.94,2.670,179.1 +13.2,0.94,3.380,176.2,13.1,0.94,3.580,180.5 +12.9,0.94,3.370,161.8,12.9,0.94,3.500,166.4 +12.8,0.94,3.350,149.3,12.8,0.94,3.470,152.3 +12.0,0.94,3.600,148.2,12.3,0.94,3.750,150.6 +10.7,0.94,3.170,133.1,11.5,0.94,3.450,139.1 +10.4,0.94,3.110,135.2,11.2,0.94,3.480,140.3 +10.2,0.94,2.490,127.0,11.1,0.94,2.850,132.8 +10.2,0.94,3.930,128.9,11.0,0.94,4.130,132.8 +9.8,0.94,3.730,124.6,10.5,0.94,4.310,129.9 +10.1,0.94,3.420,134.0,10.7,0.94,4.160,137.2 +12.9,0.94,3.430,134.7,12.7,0.94,3.510,134.4 +13.7,0.94,3.640,127.3,13.5,0.94,3.680,127.4 +14.7,0.94,4.110,129.4,14.5,0.94,4.180,129.2 +15.6,0.94,5.960,146.8,15.4,0.94,6.060,146.6 +16.4,0.94,5.350,171.2,16.2,0.94,5.410,170.2 +17.3,0.94,3.640,140.0,17.1,0.94,3.780,139.5 +17.8,0.94,3.720,122.5,17.6,0.94,3.830,123.5 +18.5,0.94,4.690,134.3,18.3,0.94,4.800,134.3 +18.7,0.94,5.110,146.0,18.5,0.94,5.280,145.7 +18.3,0.94,5.660,146.0,18.1,0.94,5.920,145.2 +18.0,0.94,6.390,135.3,17.8,0.94,6.520,135.4 +17.2,0.94,6.960,137.5,17.1,0.94,7.340,137.7 +16.1,0.94,8.360,128.6,16.0,0.94,8.600,129.7 +15.0,0.94,8.840,123.0,15.0,0.94,9.060,124.3 +14.7,0.94,9.990,132.8,15.3,0.94,10.470,136.6 +14.7,0.94,10.030,132.4,15.4,0.94,10.100,136.8 +14.7,0.94,10.310,138.7,15.4,0.94,10.570,141.7 +13.8,0.94,10.540,135.2,14.4,0.94,10.690,138.2 +13.6,0.94,10.040,138.1,14.4,0.94,10.210,141.6 +13.6,0.94,9.440,134.6,14.4,0.94,9.570,138.7 +14.3,0.94,9.370,128.9,15.1,0.94,9.520,132.3 +12.7,0.94,10.760,129.1,13.3,0.94,11.570,131.3 +12.7,0.94,9.110,120.6,13.2,0.94,9.970,123.6 +14.0,0.94,7.840,123.1,13.9,0.94,8.550,124.7 +15.0,0.94,6.660,127.7,14.8,0.94,6.810,128.0 +16.2,0.94,6.810,125.7,16.0,0.94,6.970,125.7 +16.8,0.94,7.400,125.3,16.6,0.94,7.570,125.3 +17.1,0.94,8.050,135.7,16.9,0.94,8.250,135.7 +14.5,0.94,7.870,127.8,14.3,0.94,8.030,127.8 +14.0,0.94,7.500,104.7,13.8,0.94,7.670,105.0 +13.6,0.94,8.630,92.1,13.4,0.94,8.830,92.5 +13.6,0.94,9.050,84.5,13.5,0.94,9.280,84.9 +13.2,0.94,8.710,79.8,13.0,0.94,9.180,80.7 +12.9,0.94,9.140,83.4,12.7,0.94,9.640,84.1 +12.6,0.94,10.210,83.7,12.5,0.94,10.880,84.2 +12.7,0.94,9.240,91.7,12.6,0.94,9.930,92.5 +12.3,0.94,8.840,111.9,12.2,0.94,9.530,112.8 +11.9,0.94,10.820,112.8,11.8,0.94,11.580,113.0 +11.8,0.94,9.100,123.7,11.8,0.94,9.790,124.7 +12.2,0.94,7.850,142.3,12.3,0.94,8.470,144.2 +12.3,0.94,7.770,148.6,12.3,0.94,8.350,150.3 +12.4,0.94,5.900,156.0,12.4,0.94,6.570,156.9 +12.1,0.94,2.650,174.1,12.0,0.94,3.410,166.1 +12.0,0.94,2.690,190.2,12.0,0.94,3.310,183.4 +12.0,0.94,2.780,184.9,12.0,0.94,3.410,180.9 +11.7,0.94,2.790,206.5,11.7,0.94,3.540,195.7 +11.6,0.94,4.260,238.3,11.5,0.94,4.530,236.0 +11.6,0.94,1.990,240.3,11.5,0.94,2.250,241.7 +11.7,0.94,1.810,233.2,11.6,0.94,2.020,239.0 +12.7,0.94,0.830,269.9,12.5,0.94,0.900,274.4 +14.2,0.94,1.910,234.5,14.0,0.94,1.940,235.8 +14.8,0.94,3.340,226.1,14.6,0.94,3.350,227.3 +15.8,0.94,4.110,229.9,15.6,0.94,4.130,230.3 +17.6,0.94,3.270,241.0,17.4,0.94,3.320,241.5 +18.2,0.94,4.520,224.6,18.0,0.94,4.530,224.8 +19.1,0.94,3.880,220.8,18.9,0.94,3.890,221.7 +20.0,0.94,2.340,229.9,19.8,0.94,2.400,230.3 +20.3,0.94,4.540,239.7,20.1,0.94,4.580,239.8 +20.5,0.94,3.580,241.5,20.3,0.94,3.720,241.7 +19.9,0.94,5.970,220.0,19.7,0.94,6.300,220.9 +19.7,0.93,6.260,223.3,19.6,0.93,6.410,222.8 +19.3,0.93,8.490,217.3,19.3,0.93,8.950,219.1 +18.0,0.93,6.930,227.7,18.4,0.93,7.440,229.4 +17.6,0.94,5.990,228.3,18.2,0.94,6.470,228.4 +16.5,0.94,5.390,224.0,16.8,0.94,5.900,224.0 +15.8,0.94,5.140,352.7,15.8,0.94,5.570,350.2 +16.1,0.94,1.630,342.0,16.4,0.94,1.930,329.3 +15.0,0.94,4.540,348.1,15.1,0.94,4.990,342.9 +15.1,0.94,3.410,304.7,15.1,0.94,4.040,305.3 +15.4,0.94,2.750,278.9,15.6,0.94,3.290,280.5 +15.6,0.94,4.540,300.1,15.5,0.94,5.020,301.9 +15.9,0.94,2.300,302.4,15.7,0.94,2.360,303.5 +16.5,0.94,3.770,340.8,16.3,0.94,3.840,341.2 +16.8,0.94,3.500,338.2,16.6,0.94,3.550,338.2 +17.5,0.94,4.190,335.9,17.3,0.94,4.250,335.7 +18.3,0.94,4.950,334.5,18.1,0.94,5.040,334.7 +19.1,0.94,4.570,329.5,18.9,0.94,4.660,329.8 +19.8,0.94,4.120,329.0,19.6,0.94,4.190,329.1 +20.2,0.94,3.460,311.1,20.0,0.94,3.510,311.8 +20.5,0.94,3.140,324.1,20.3,0.94,3.230,324.8 +20.7,0.94,3.690,323.8,20.5,0.94,3.760,323.8 +20.8,0.94,3.160,328.1,20.6,0.94,3.220,327.6 +20.7,0.94,3.010,304.5,20.5,0.94,3.070,305.1 +20.4,0.94,2.620,336.5,20.3,0.94,2.710,335.5 +19.9,0.94,1.810,336.4,19.9,0.94,2.090,335.2 +19.4,0.94,1.000,40.0,19.7,0.94,1.170,40.7 +18.8,0.94,0.720,254.8,19.5,0.94,0.530,263.6 +18.5,0.94,1.190,277.7,19.2,0.94,1.480,282.9 +17.8,0.94,1.270,267.3,18.7,0.94,1.730,274.9 +16.6,0.94,1.690,322.3,17.2,0.94,2.210,319.2 +17.0,0.94,0.600,301.7,17.5,0.94,1.030,315.6 +15.7,0.94,1.940,239.9,16.6,0.94,1.970,248.2 +16.3,0.94,1.620,299.3,17.3,0.94,1.890,316.0 +15.1,0.94,2.950,345.7,15.7,0.94,3.230,345.2 +14.4,0.94,3.610,353.2,15.0,0.94,4.250,355.2 +15.3,0.94,1.660,351.1,15.2,0.94,1.810,352.4 +17.3,0.94,3.170,7.5,17.2,0.94,3.240,8.0 +18.6,0.94,4.460,2.9,18.4,0.94,4.550,2.9 +19.3,0.94,4.720,352.9,19.1,0.94,4.830,353.0 +19.6,0.94,5.060,353.1,19.4,0.94,5.170,352.9 +19.7,0.94,5.110,357.2,19.5,0.94,5.260,356.5 +20.1,0.94,6.560,335.7,19.9,0.94,6.700,335.9 +20.0,0.94,7.290,349.9,19.8,0.94,7.440,349.7 +20.0,0.94,7.350,346.8,19.8,0.94,7.510,346.9 +19.7,0.94,7.120,357.9,19.5,0.94,7.330,357.9 +19.2,0.94,7.210,355.8,19.0,0.94,7.520,355.2 +19.3,0.94,6.750,0.6,19.1,0.94,6.990,1.2 +19.0,0.94,8.050,7.7,18.9,0.94,8.650,7.8 +18.5,0.94,8.290,353.0,18.4,0.94,8.590,354.9 +17.8,0.94,9.570,359.1,17.9,0.94,10.320,2.3 +16.8,0.94,8.750,17.3,17.0,0.94,9.290,20.4 +15.7,0.94,9.630,18.9,16.0,0.94,10.480,21.3 +14.4,0.94,11.770,39.5,14.4,0.94,12.940,42.4 +13.1,0.94,10.400,33.1,13.1,0.94,11.340,35.6 +12.2,0.94,8.550,30.1,12.2,0.94,9.340,32.9 +11.3,0.94,8.500,37.2,11.4,0.94,9.390,39.1 +11.4,0.94,8.360,33.5,11.6,0.94,9.120,36.8 +10.8,0.94,8.020,25.8,11.0,0.94,8.870,27.4 +11.2,0.94,5.180,26.6,11.0,0.94,5.670,26.5 +12.4,0.94,4.600,29.3,12.2,0.94,4.690,29.7 +13.6,0.94,4.260,27.5,13.4,0.94,4.340,27.6 +14.7,0.95,4.800,36.4,14.5,0.95,4.890,36.5 +15.8,0.95,5.000,35.1,15.6,0.95,5.080,35.2 +16.7,0.95,3.890,25.9,16.4,0.95,3.960,26.3 +17.5,0.95,4.870,28.9,17.3,0.95,4.950,29.2 +18.3,0.95,4.300,30.7,18.1,0.95,4.380,31.3 +18.9,0.95,4.270,45.4,18.8,0.95,4.350,45.7 +19.3,0.95,3.760,44.6,19.1,0.95,3.810,45.0 +19.7,0.95,3.920,85.4,19.5,0.95,3.960,85.1 +19.8,0.94,3.980,80.3,19.6,0.94,4.040,80.2 +19.6,0.94,3.810,72.1,19.4,0.94,3.890,72.7 +19.3,0.94,4.730,60.7,19.2,0.94,4.840,61.6 +19.2,0.94,5.980,73.7,18.9,0.94,5.960,74.5 +16.0,0.94,7.680,153.3,16.1,0.94,7.700,154.2 +14.4,0.94,7.010,138.2,14.7,0.94,7.600,141.0 +14.0,0.94,8.950,142.0,14.4,0.94,9.790,143.8 +13.0,0.94,7.310,144.7,13.4,0.94,8.290,146.0 +12.5,0.94,6.810,147.8,12.8,0.94,7.920,148.9 +12.4,0.94,6.680,142.4,12.8,0.94,7.810,144.2 +12.4,0.94,7.890,145.1,12.8,0.94,9.170,146.5 +13.5,0.94,10.180,140.2,13.9,0.94,10.980,141.4 +13.4,0.94,10.470,140.1,13.8,0.94,11.280,141.2 +13.2,0.94,9.980,137.6,13.5,0.94,10.590,138.8 +13.7,0.94,6.580,135.1,13.6,0.94,7.080,136.3 +15.2,0.94,5.240,157.7,15.0,0.94,5.380,157.6 +16.2,0.94,6.220,150.0,16.0,0.94,6.360,150.0 +16.9,0.94,6.880,148.9,16.7,0.94,7.020,148.9 +17.9,0.94,7.320,149.5,17.7,0.94,7.480,149.5 +18.6,0.94,6.370,163.2,18.4,0.94,6.500,163.2 +19.1,0.94,7.460,156.0,18.9,0.94,7.630,156.0 +19.4,0.94,6.680,173.3,19.3,0.94,6.830,173.1 +19.4,0.94,6.270,168.7,19.2,0.94,6.420,168.7 +18.6,0.94,6.930,169.6,18.4,0.94,7.100,169.6 +18.6,0.94,5.510,177.1,18.5,0.94,5.760,177.3 +16.8,0.94,11.630,154.1,16.6,0.94,12.170,154.2 +15.9,0.94,5.120,142.4,15.7,0.94,6.050,143.7 +14.9,0.94,9.250,130.5,14.7,0.94,10.010,131.6 +14.0,0.94,10.800,135.5,14.1,0.94,11.400,137.4 +14.5,0.94,10.020,145.1,14.7,0.94,10.770,146.2 +14.7,0.94,8.250,167.2,14.6,0.94,8.940,167.7 +13.8,0.94,11.230,155.8,13.8,0.94,11.950,156.6 +12.9,0.94,5.680,142.6,12.8,0.94,6.360,146.2 +13.2,0.94,5.840,126.3,13.1,0.94,6.270,130.5 +12.6,0.94,6.780,135.1,12.8,0.94,7.060,141.1 +13.4,0.94,6.280,150.1,14.3,0.94,5.210,166.3 +14.1,0.94,5.920,168.6,14.7,0.94,6.410,181.8 +14.7,0.94,5.970,192.1,14.8,0.94,6.630,194.9 +14.5,0.94,4.710,192.0,14.3,0.94,5.670,191.3 +14.8,0.94,3.610,199.3,14.7,0.94,4.020,199.8 +16.4,0.94,3.520,217.8,16.2,0.94,3.570,218.6 +18.5,0.94,3.940,239.9,18.3,0.94,3.990,240.1 +19.5,0.94,3.710,239.8,19.3,0.94,3.770,239.8 +21.1,0.94,5.060,239.4,20.9,0.94,5.180,240.4 +21.8,0.94,6.110,251.4,21.6,0.94,6.280,251.6 +23.2,0.94,6.940,269.5,23.0,0.94,7.100,269.1 +23.4,0.94,6.820,283.5,23.2,0.94,6.940,283.6 +23.3,0.94,6.520,282.9,23.1,0.94,6.610,283.0 +23.0,0.94,6.190,287.2,22.8,0.94,6.360,287.2 +22.4,0.94,5.230,277.7,22.3,0.94,5.480,277.0 +22.2,0.94,6.610,279.3,22.1,0.94,7.070,280.4 +21.7,0.94,6.730,268.2,21.9,0.94,7.260,271.5 +20.3,0.94,5.680,260.3,20.9,0.94,6.410,262.8 +19.9,0.94,7.760,262.9,20.3,0.94,8.350,266.1 +19.2,0.93,9.100,279.1,19.9,0.93,10.750,282.7 +18.6,0.93,9.650,278.9,19.3,0.93,11.450,281.1 +17.4,0.94,7.190,291.1,17.9,0.94,8.400,292.1 +17.5,0.93,8.160,286.2,18.3,0.93,9.520,286.9 +16.1,0.94,6.920,287.1,16.6,0.94,8.400,287.9 +15.7,0.94,6.860,283.8,16.1,0.94,8.330,284.7 +15.0,0.94,7.340,285.7,15.4,0.94,8.590,288.0 +15.9,0.94,6.030,287.6,16.0,0.94,6.820,288.9 +16.6,0.94,4.750,279.5,16.4,0.94,4.930,280.3 +17.9,0.94,5.800,278.5,17.7,0.94,5.930,279.0 +19.2,0.94,6.190,283.9,19.0,0.94,6.340,284.2 +20.1,0.94,6.100,285.4,19.9,0.94,6.260,285.5 +20.9,0.94,6.620,283.7,20.7,0.94,6.790,283.8 +21.6,0.94,6.930,278.8,21.4,0.94,7.110,279.0 +22.1,0.93,8.390,270.2,21.9,0.93,8.580,270.9 +20.9,0.94,7.390,282.9,20.8,0.94,7.840,283.3 +19.6,0.94,7.650,336.1,19.4,0.94,7.570,334.6 +20.6,0.94,8.700,299.8,20.6,0.94,9.500,300.7 +21.0,0.94,10.120,322.7,20.8,0.94,10.520,322.5 +20.4,0.94,9.530,308.9,20.5,0.94,10.240,309.7 +16.7,0.94,8.240,15.5,16.6,0.94,8.580,15.2 +15.1,0.94,6.900,29.0,15.1,0.94,7.360,25.2 +14.8,0.94,4.710,45.9,14.8,0.94,5.450,39.3 +16.0,0.94,2.460,71.4,15.9,0.94,2.270,61.8 +15.9,0.94,1.480,30.9,15.8,0.94,1.560,17.6 +14.1,0.94,1.880,235.3,14.5,0.94,1.530,237.2 +13.5,0.94,2.170,215.3,14.0,0.94,2.050,217.8 +13.3,0.94,2.060,232.8,14.1,0.94,2.310,228.7 +14.0,0.94,1.050,245.8,14.8,0.94,1.480,242.7 +12.0,0.94,0.740,65.1,12.8,0.94,0.440,58.0 +11.7,0.94,3.150,94.1,12.3,0.94,2.770,91.5 +10.2,0.94,5.100,127.8,10.3,0.94,5.660,129.3 +10.6,0.94,3.420,125.5,10.4,0.94,3.570,127.3 +10.3,0.94,3.540,120.9,10.2,0.94,3.930,124.9 +11.4,0.94,3.240,124.6,11.3,0.94,3.280,124.7 +11.3,0.94,3.850,90.4,11.2,0.94,3.900,90.8 +11.7,0.94,4.510,103.9,11.5,0.94,4.590,103.8 +11.9,0.94,4.930,102.6,11.8,0.94,5.020,102.6 +11.4,0.94,4.890,106.5,11.2,0.94,4.960,106.8 +11.4,0.94,3.700,91.6,11.2,0.94,3.730,92.1 +11.8,0.94,3.790,81.2,11.6,0.94,3.840,81.4 +13.8,0.94,4.560,83.2,13.6,0.94,4.620,83.2 +14.3,0.94,3.890,80.0,14.2,0.94,3.950,79.9 +14.3,0.94,3.300,83.6,14.1,0.94,3.360,83.1 +14.2,0.94,3.810,82.5,14.0,0.94,3.900,81.6 +13.8,0.94,4.260,109.4,13.6,0.94,4.080,108.0 +13.2,0.94,4.980,125.0,13.1,0.94,4.680,123.6 +12.6,0.94,4.830,143.0,12.7,0.94,4.420,141.3 +12.0,0.94,4.710,142.8,12.2,0.94,4.570,142.4 +11.8,0.94,5.220,139.6,12.1,0.94,5.610,139.8 +11.2,0.94,4.480,131.3,11.7,0.94,5.000,132.0 +11.3,0.94,5.080,137.9,11.6,0.94,5.660,138.8 +11.2,0.94,3.860,129.9,11.6,0.94,4.400,132.4 +11.5,0.94,4.570,130.2,11.9,0.94,4.970,132.1 +11.9,0.95,3.800,123.6,12.3,0.95,4.150,126.4 +11.9,0.95,3.280,113.4,12.3,0.95,3.620,117.0 +12.2,0.95,1.750,115.3,12.1,0.95,1.980,116.9 +14.0,0.95,2.430,121.1,13.8,0.95,2.460,121.6 +15.2,0.95,3.020,133.1,15.0,0.95,3.070,133.2 +16.1,0.95,3.140,128.8,16.0,0.95,3.220,129.0 +17.0,0.95,3.510,139.2,16.8,0.95,3.580,139.1 +17.7,0.95,3.410,147.3,17.5,0.95,3.470,147.4 +18.1,0.94,3.440,148.5,17.9,0.94,3.490,148.6 +18.4,0.94,3.720,160.3,18.2,0.94,3.800,160.3 +18.5,0.94,4.640,176.2,18.3,0.94,4.720,175.8 +18.4,0.94,5.040,171.7,18.2,0.94,5.130,171.5 +18.2,0.94,5.050,164.3,18.0,0.94,5.150,164.3 +17.9,0.94,5.440,168.6,17.7,0.94,5.600,168.6 +17.4,0.94,5.750,163.2,17.3,0.94,5.970,163.5 +17.1,0.94,6.060,160.3,17.0,0.94,6.070,160.8 +17.0,0.94,7.110,163.3,16.9,0.94,6.860,164.8 +16.4,0.94,7.220,161.1,16.6,0.94,6.860,163.0 +15.3,0.94,7.810,158.2,15.7,0.94,8.090,160.2 +14.4,0.94,7.670,160.3,14.8,0.94,7.860,163.4 +13.9,0.94,7.330,169.9,14.4,0.94,7.950,172.9 +13.8,0.94,5.920,178.0,14.3,0.94,6.620,179.5 +13.4,0.94,5.720,181.3,13.9,0.94,6.590,182.0 +12.8,0.94,5.260,180.0,13.2,0.94,5.970,181.7 +12.2,0.94,6.160,178.9,12.6,0.94,6.830,182.1 +12.2,0.94,4.690,192.0,12.3,0.94,5.380,192.5 +13.4,0.94,3.400,193.7,13.3,0.94,3.630,192.6 +15.3,0.94,4.160,202.5,15.1,0.94,4.260,201.7 +16.4,0.94,3.700,208.0,16.3,0.94,3.800,207.7 +18.2,0.94,4.080,222.7,18.0,0.94,4.160,222.8 +19.8,0.94,5.780,213.8,19.6,0.94,5.860,214.3 +19.9,0.94,6.380,219.7,19.7,0.94,6.490,219.8 +21.1,0.94,5.770,211.7,20.9,0.94,5.890,211.9 +18.4,0.94,9.310,220.7,18.2,0.94,9.630,221.8 +20.9,0.94,3.470,198.0,20.7,0.94,3.550,198.8 +17.2,0.94,4.900,259.8,17.2,0.94,5.530,251.4 +19.9,0.94,4.340,154.2,19.8,0.94,4.360,155.2 +20.3,0.94,3.570,149.0,20.1,0.94,3.850,148.2 +19.3,0.94,5.720,150.5,19.4,0.94,6.030,155.2 +20.5,0.94,4.980,159.5,20.7,0.94,4.840,170.7 +20.7,0.94,5.070,162.9,20.7,0.94,5.160,166.5 +19.0,0.94,7.960,173.1,19.5,0.94,7.980,178.1 +18.8,0.94,8.150,162.5,19.0,0.94,8.300,164.5 +19.2,0.94,7.380,177.7,19.4,0.94,7.720,181.4 +19.4,0.94,8.380,190.5,19.5,0.94,8.970,193.2 +19.0,0.94,8.400,196.4,19.2,0.94,9.050,201.0 +18.4,0.94,7.010,198.3,18.7,0.94,7.540,202.2 +16.8,0.94,6.120,192.7,17.0,0.94,6.830,198.4 +17.4,0.94,5.470,174.8,17.8,0.94,5.850,180.1 +16.2,0.94,7.740,162.1,16.5,0.94,8.540,163.6 +18.2,0.94,3.880,159.8,18.0,0.94,4.130,161.5 +19.1,0.94,4.680,164.7,18.9,0.94,4.760,165.8 +20.3,0.94,5.660,185.6,20.2,0.94,5.760,185.6 +21.4,0.94,4.780,165.7,21.2,0.94,4.950,167.4 +21.7,0.94,8.450,163.1,21.5,0.94,8.590,163.5 +22.4,0.94,6.280,163.4,22.2,0.94,6.420,163.8 +21.9,0.94,5.300,149.3,21.7,0.94,5.350,149.0 +20.6,0.94,7.450,102.9,20.5,0.94,7.650,104.9 +19.2,0.94,6.310,99.7,19.1,0.94,6.370,106.4 +18.4,0.94,6.490,51.4,18.2,0.94,6.770,52.6 +18.4,0.94,4.610,106.8,18.5,0.94,5.020,111.5 +17.9,0.94,8.300,128.5,17.8,0.94,8.950,128.8 +18.8,0.94,7.800,131.8,18.7,0.94,8.260,131.8 +17.2,0.94,8.740,132.0,16.9,0.94,9.660,132.6 +15.8,0.94,11.040,131.2,15.8,0.94,11.950,132.2 +14.4,0.94,12.230,122.1,14.5,0.94,13.120,123.5 +14.3,0.94,12.440,121.3,14.5,0.94,13.380,122.4 +14.3,0.94,10.690,123.8,14.4,0.94,11.750,124.6 +14.6,0.94,11.160,120.8,14.7,0.94,12.130,121.9 +14.0,0.94,10.280,121.2,14.0,0.94,11.120,122.1 +14.9,0.94,9.290,120.6,14.9,0.94,9.970,121.4 +13.8,0.94,1.900,171.5,13.8,0.94,2.500,167.7 +14.6,0.94,8.230,113.5,14.5,0.94,8.660,115.0 +14.3,0.94,4.840,97.3,14.2,0.94,5.370,97.8 +14.5,0.94,5.040,100.3,14.4,0.94,5.430,101.4 +14.8,0.94,2.760,101.0,14.6,0.94,3.180,103.5 +15.2,0.94,1.470,97.6,15.0,0.94,1.480,99.6 +15.7,0.94,1.530,130.7,15.5,0.94,1.560,131.6 +16.5,0.94,2.490,149.0,16.3,0.94,2.540,149.0 +17.2,0.94,0.400,164.8,17.0,0.94,0.440,164.8 +17.7,0.94,1.310,22.1,17.5,0.94,1.290,21.1 +18.1,0.94,2.960,358.0,17.9,0.94,2.960,358.4 +17.4,0.94,4.750,30.9,17.2,0.94,4.720,30.8 +18.3,0.94,2.290,62.3,18.1,0.94,2.330,62.3 +18.6,0.94,4.190,54.6,18.4,0.94,4.250,54.6 +18.4,0.94,4.230,67.4,18.2,0.94,4.370,67.2 +17.8,0.94,5.150,74.5,17.6,0.94,5.430,74.6 +17.2,0.94,6.890,84.6,17.1,0.94,7.200,85.8 +16.8,0.94,8.080,107.2,16.8,0.94,8.510,107.9 +15.4,0.94,7.250,109.2,15.4,0.94,7.750,111.0 +14.5,0.94,6.870,127.5,14.3,0.94,7.600,126.4 +14.1,0.94,5.960,134.5,14.0,0.94,6.530,133.3 +13.8,0.94,6.540,120.6,13.6,0.94,7.020,120.0 +13.5,0.94,5.970,120.6,13.4,0.94,6.460,120.8 +13.4,0.94,5.700,125.3,13.2,0.94,6.180,125.0 +13.1,0.94,5.490,124.8,12.8,0.94,6.140,126.5 +13.3,0.94,6.860,103.3,13.1,0.94,7.410,104.7 +13.8,0.94,8.040,94.6,13.7,0.94,8.550,95.3 +14.3,0.94,7.250,96.5,14.2,0.94,7.650,97.0 +14.9,0.94,5.290,125.9,14.7,0.94,5.480,126.4 +15.4,0.94,5.310,122.1,15.2,0.94,5.480,122.6 +15.6,0.94,6.040,114.5,15.4,0.94,6.200,115.0 +15.7,0.94,6.670,115.1,15.5,0.94,6.800,115.4 +15.8,0.94,6.820,110.3,15.6,0.94,6.940,110.5 +16.0,0.94,6.640,108.9,15.8,0.94,6.750,109.0 +16.4,0.94,5.230,115.3,16.3,0.94,5.350,115.2 +16.8,0.94,5.060,137.5,16.6,0.94,5.160,137.0 +16.9,0.94,5.150,118.9,16.7,0.94,5.220,119.0 +16.6,0.94,5.190,116.0,16.4,0.94,5.300,116.3 +15.7,0.94,5.270,133.6,15.6,0.94,5.610,132.8 +14.9,0.94,6.550,121.4,14.7,0.94,6.980,121.6 +14.5,0.94,4.760,112.1,14.4,0.94,5.170,113.7 +14.3,0.94,4.620,117.0,14.2,0.94,5.050,118.6 +14.3,0.94,7.110,129.0,14.3,0.94,7.860,130.1 +14.0,0.94,6.280,132.1,14.0,0.94,7.190,133.3 +14.1,0.94,7.240,131.9,14.2,0.94,7.980,134.3 +14.4,0.94,7.140,135.1,14.3,0.94,7.630,136.5 +14.7,0.94,5.800,151.5,14.7,0.94,6.460,152.1 +14.7,0.94,5.030,147.5,14.5,0.94,5.630,147.6 +14.6,0.94,4.900,134.0,14.5,0.94,5.520,135.5 +14.5,0.94,7.330,132.8,14.4,0.94,7.880,134.0 +14.7,0.94,6.210,141.6,14.6,0.94,6.920,143.9 +15.1,0.93,7.760,145.2,15.0,0.93,8.440,147.3 +15.6,0.93,6.030,144.7,15.4,0.93,6.400,146.5 +17.0,0.93,6.750,158.7,16.9,0.93,6.910,159.1 +18.9,0.93,6.080,148.2,18.8,0.93,6.190,149.0 +19.9,0.93,7.940,155.9,19.7,0.93,8.090,156.1 +20.1,0.93,7.340,181.9,19.9,0.93,7.530,181.8 +21.9,0.93,9.290,189.7,21.7,0.93,9.580,189.8 +23.3,0.93,11.430,215.0,23.1,0.93,11.730,215.0 +24.2,0.93,9.850,218.9,24.0,0.93,10.110,219.0 +24.4,0.93,11.060,228.1,24.2,0.93,11.320,228.3 +24.3,0.93,10.990,236.6,24.2,0.93,11.300,236.6 +23.8,0.93,7.900,233.5,23.6,0.93,8.270,233.7 +23.2,0.93,11.060,231.3,23.1,0.93,12.000,232.5 +22.9,0.93,10.670,226.2,22.9,0.93,11.160,228.0 +21.7,0.93,11.010,234.4,21.8,0.93,11.800,237.1 +20.1,0.93,10.840,243.2,20.4,0.93,11.680,246.8 +18.9,0.93,7.840,256.6,19.3,0.93,9.210,261.1 +18.5,0.93,8.520,266.2,18.8,0.93,9.550,269.8 +18.0,0.94,7.620,256.9,18.5,0.94,8.220,259.0 +17.4,0.94,7.760,251.8,18.2,0.94,8.670,254.7 +16.5,0.94,7.550,246.3,17.6,0.94,8.500,246.7 +15.8,0.94,7.360,230.9,16.6,0.94,8.190,233.8 +15.0,0.94,7.980,231.4,15.6,0.94,8.750,234.0 +14.3,0.94,6.010,223.0,14.6,0.94,6.760,225.7 +16.1,0.94,3.570,223.3,16.0,0.94,4.150,225.1 +18.8,0.94,4.410,219.4,18.6,0.94,4.500,220.1 +21.0,0.94,5.500,222.4,20.8,0.94,5.610,222.8 +22.4,0.94,6.800,235.9,22.2,0.94,6.950,236.2 +23.4,0.94,7.020,247.4,23.2,0.94,7.180,247.3 +23.7,0.94,6.480,226.5,23.4,0.94,6.630,226.9 +24.4,0.94,6.070,233.2,24.2,0.94,6.210,233.3 +24.7,0.94,7.330,225.8,24.5,0.94,7.480,226.1 +25.0,0.94,7.280,223.9,24.8,0.94,7.430,224.3 +25.4,0.94,5.930,238.1,25.3,0.94,6.090,238.4 +25.5,0.94,5.990,235.3,25.3,0.94,6.140,235.6 +25.3,0.94,5.620,227.5,25.1,0.94,5.920,228.3 +25.2,0.94,4.570,236.6,25.1,0.94,4.580,237.9 +25.1,0.94,4.080,227.3,24.9,0.94,4.130,228.4 +24.1,0.94,4.380,213.5,24.1,0.94,4.640,213.2 +22.8,0.94,3.800,207.5,23.4,0.94,4.300,209.6 +22.1,0.94,4.060,208.0,22.6,0.94,4.510,209.9 +20.7,0.94,3.970,208.8,21.3,0.94,4.440,208.4 +20.3,0.93,2.880,196.5,21.0,0.93,3.460,196.7 +21.5,0.94,2.970,207.1,22.2,0.94,3.420,211.2 +20.2,0.94,2.740,178.2,20.8,0.94,3.010,184.4 +20.4,0.93,2.370,182.2,20.6,0.93,2.420,185.9 +18.8,0.94,3.360,194.6,19.1,0.94,3.910,193.0 +18.2,0.94,5.520,247.2,18.5,0.94,5.860,242.2 +16.3,0.94,5.960,285.7,16.3,0.94,7.440,285.5 +18.8,0.94,2.650,238.1,18.8,0.94,3.040,242.0 +20.4,0.94,4.030,122.8,21.0,0.94,3.500,132.1 +20.7,0.94,2.050,240.6,20.5,0.94,2.020,240.0 +22.1,0.94,1.810,113.5,22.0,0.94,1.830,112.8 +24.2,0.94,2.680,169.5,24.0,0.94,2.740,169.4 +24.4,0.94,3.570,159.6,24.2,0.94,3.630,159.7 +25.5,0.94,3.220,155.8,25.3,0.94,3.290,156.6 +26.9,0.93,5.410,194.3,26.7,0.93,5.530,194.5 +27.2,0.94,5.880,188.2,27.0,0.94,5.970,188.4 +26.9,0.93,4.510,163.9,26.7,0.93,4.640,163.6 +26.6,0.93,4.990,187.5,26.4,0.93,5.050,188.0 +26.2,0.93,4.080,192.8,26.1,0.93,4.400,193.5 +25.9,0.93,5.480,184.4,25.8,0.93,5.630,184.7 +24.3,0.93,9.920,154.5,24.2,0.93,9.960,155.5 +24.5,0.93,8.670,160.6,24.5,0.93,8.660,162.4 +23.8,0.93,8.820,159.3,23.9,0.93,8.970,162.4 +23.0,0.93,8.290,163.9,23.3,0.93,8.390,169.3 +22.6,0.93,7.720,152.8,22.9,0.93,7.640,156.7 +22.1,0.93,6.490,156.0,22.4,0.93,6.570,162.2 +22.0,0.93,6.730,164.8,22.3,0.93,6.930,169.6 +19.6,0.93,4.540,186.9,19.9,0.93,5.500,187.0 +18.0,0.93,9.280,306.1,17.9,0.93,10.140,306.7 +17.7,0.93,3.500,8.8,17.6,0.93,3.820,2.9 +18.5,0.93,4.740,73.2,18.4,0.93,4.610,71.5 +20.2,0.93,2.940,95.8,20.0,0.93,2.900,96.3 +21.7,0.93,2.690,164.0,21.5,0.93,2.740,164.4 +23.1,0.93,3.980,175.0,22.9,0.93,4.030,175.2 +23.6,0.93,5.420,214.8,23.4,0.93,5.520,214.7 +24.1,0.93,5.120,239.3,23.9,0.93,5.220,239.3 +24.8,0.93,6.880,229.2,24.6,0.93,7.070,229.3 +23.1,0.93,5.850,258.2,22.9,0.93,5.980,257.4 +24.4,0.93,8.150,252.7,24.2,0.93,8.360,252.7 +24.9,0.93,8.600,274.5,24.8,0.93,8.790,274.5 +25.0,0.93,7.640,277.8,24.8,0.93,7.820,278.0 +25.3,0.93,7.430,290.1,25.1,0.93,7.870,290.4 +24.8,0.93,7.570,296.5,24.7,0.93,8.240,297.6 +24.1,0.93,7.850,292.9,24.2,0.93,8.670,294.3 +24.1,0.93,7.180,294.7,23.9,0.93,7.250,297.0 +22.1,0.93,4.400,281.9,22.6,0.93,5.120,284.7 +21.8,0.93,5.530,261.7,22.4,0.93,6.130,266.0 +22.1,0.93,4.760,261.4,22.7,0.93,5.340,264.4 +17.6,0.93,8.800,319.7,17.5,0.93,8.990,317.0 +18.2,0.93,2.960,338.4,18.1,0.93,3.400,333.2 +19.0,0.93,1.660,289.3,19.5,0.93,2.160,288.2 +17.5,0.93,4.190,220.2,17.8,0.93,4.160,218.5 +16.7,0.93,5.200,224.8,17.2,0.93,5.560,225.5 +15.7,0.93,3.890,234.4,16.4,0.93,4.530,238.1 +17.4,0.93,4.440,256.0,17.9,0.93,4.780,262.9 +18.1,0.93,3.540,255.1,18.4,0.93,4.390,261.2 +21.1,0.93,4.370,273.9,20.9,0.93,4.590,274.0 +22.4,0.93,6.250,281.7,22.2,0.93,6.400,282.0 +23.1,0.93,7.200,286.5,22.9,0.93,7.370,286.6 +23.6,0.93,7.430,291.8,23.4,0.93,7.620,291.7 +24.1,0.93,8.700,285.3,23.8,0.93,8.920,285.4 +24.1,0.93,10.720,281.4,23.9,0.93,10.980,281.5 +20.8,0.93,13.330,272.9,20.7,0.93,13.910,273.8 +22.5,0.93,7.950,292.7,22.4,0.93,8.400,292.6 +22.4,0.93,10.460,285.9,22.2,0.93,10.840,286.0 +21.6,0.93,2.990,341.6,21.5,0.93,3.340,336.7 +18.7,0.93,6.380,309.6,18.6,0.93,6.980,312.6 +17.9,0.93,4.380,313.4,17.9,0.93,5.540,305.2 +16.6,0.93,11.020,315.9,16.5,0.93,12.450,315.3 +16.5,0.93,7.280,296.9,16.5,0.93,8.570,299.9 +16.1,0.93,8.950,297.1,16.0,0.93,9.810,298.6 +15.8,0.93,8.830,316.6,15.7,0.93,9.570,316.2 +15.6,0.93,9.150,324.9,15.4,0.93,9.900,325.7 +15.3,0.93,8.760,325.2,15.2,0.93,9.500,326.1 +15.4,0.93,6.030,322.9,15.2,0.93,6.500,322.5 +15.4,0.93,7.150,320.6,15.3,0.93,7.630,320.9 +15.2,0.93,8.300,322.0,15.1,0.93,8.850,322.3 +15.2,0.93,8.160,327.3,15.0,0.93,8.690,327.6 +15.3,0.93,8.080,333.0,15.2,0.93,8.560,333.6 +15.4,0.93,6.300,334.8,15.3,0.93,6.800,335.5 +16.0,0.93,7.180,337.0,15.8,0.93,7.380,337.3 +16.1,0.93,6.870,349.4,16.0,0.93,7.240,349.3 +17.0,0.93,6.260,353.7,16.8,0.93,6.430,353.2 +16.6,0.93,8.230,344.5,16.4,0.93,8.440,344.5 +17.0,0.93,8.040,337.8,16.8,0.93,8.170,338.2 +17.6,0.93,7.810,333.1,17.4,0.93,7.950,333.5 +18.9,0.93,7.640,339.2,18.7,0.93,7.820,339.6 +19.9,0.93,7.220,338.0,19.7,0.93,7.400,338.3 +17.0,0.93,4.530,354.1,16.9,0.93,4.970,351.1 +17.0,0.94,6.200,351.4,16.9,0.94,6.730,351.6 +16.0,0.94,7.000,346.5,15.9,0.94,7.510,346.9 +15.7,0.94,7.400,348.3,15.6,0.94,8.130,349.5 +16.0,0.94,8.560,353.7,15.9,0.94,9.070,354.4 +16.0,0.94,8.030,5.4,15.8,0.94,8.500,5.9 +15.8,0.94,4.560,16.1,15.6,0.94,5.070,14.8 +15.5,0.94,6.470,33.8,15.4,0.94,6.920,34.5 +15.5,0.94,5.980,39.0,15.5,0.94,6.430,40.9 +15.4,0.94,7.010,29.1,15.3,0.94,7.460,31.3 +15.5,0.94,7.740,15.1,15.5,0.94,8.120,17.9 +14.9,0.94,9.020,24.7,15.0,0.94,9.720,29.9 +14.6,0.94,8.530,32.7,14.7,0.94,9.140,36.3 +14.4,0.94,6.650,30.5,14.2,0.94,6.760,30.7 +15.2,0.94,5.150,19.7,15.1,0.94,5.240,20.6 +16.2,0.94,5.240,22.9,16.0,0.94,5.320,23.3 +17.4,0.94,5.390,24.9,17.2,0.94,5.490,25.1 +18.6,0.94,6.410,24.8,18.4,0.94,6.570,24.9 +19.4,0.94,7.090,25.3,19.2,0.94,7.240,25.4 +19.7,0.94,7.500,22.9,19.5,0.94,7.640,23.2 +20.1,0.94,7.480,18.9,19.9,0.94,7.630,19.3 +20.5,0.94,6.880,25.9,20.3,0.94,7.050,26.2 +20.7,0.94,7.130,20.2,20.4,0.94,7.280,20.6 +20.8,0.94,7.180,19.2,20.6,0.94,7.340,19.6 +21.0,0.94,7.050,20.1,20.8,0.94,7.210,20.3 +21.0,0.94,5.320,29.1,20.9,0.94,5.580,28.6 +20.9,0.94,5.630,31.2,20.9,0.94,6.180,34.1 +20.9,0.94,4.980,24.8,20.8,0.94,5.020,26.1 +19.5,0.94,5.250,30.1,20.0,0.94,5.690,29.5 +19.7,0.94,4.490,43.5,20.1,0.94,4.840,45.0 +19.7,0.94,3.650,49.5,19.9,0.94,3.560,52.6 +18.1,0.94,1.340,40.4,18.7,0.94,1.350,47.6 +18.2,0.94,1.540,30.5,18.9,0.94,1.420,36.4 +17.4,0.94,1.940,12.4,18.0,0.94,1.820,11.9 +17.1,0.94,2.450,8.4,17.8,0.94,2.630,12.6 +16.4,0.94,2.220,1.4,17.1,0.94,2.340,0.8 +16.3,0.94,2.860,358.2,16.9,0.94,2.950,358.5 +16.9,0.94,4.010,353.7,17.7,0.94,4.300,355.7 +16.4,0.94,2.690,355.2,16.4,0.94,3.700,353.4 +19.2,0.94,1.680,328.5,19.0,0.94,1.770,329.9 +20.7,0.94,4.190,347.7,20.6,0.94,4.270,348.1 +22.3,0.94,5.190,9.8,22.1,0.94,5.330,10.0 +22.7,0.95,5.930,13.1,22.5,0.95,6.050,13.1 +23.0,0.94,6.030,32.0,22.8,0.94,6.140,31.7 +23.0,0.94,6.040,38.6,22.8,0.94,6.120,37.8 +23.1,0.94,6.440,8.9,22.9,0.94,6.410,9.5 +23.7,0.94,5.340,21.6,23.5,0.94,5.430,20.9 +23.8,0.94,5.370,22.7,23.6,0.94,5.500,22.1 +23.9,0.94,5.170,6.9,23.7,0.94,5.310,7.4 +23.7,0.94,4.410,18.9,23.5,0.94,4.610,18.5 +23.6,0.95,5.980,359.6,23.5,0.95,6.100,359.5 +22.8,0.95,5.110,9.0,22.9,0.95,5.240,10.4 +21.9,0.95,5.180,7.1,22.3,0.95,5.460,7.8 +21.3,0.95,4.770,1.0,21.7,0.95,5.240,1.4 +20.4,0.95,6.160,18.4,20.8,0.95,6.670,19.5 +19.8,0.95,7.320,38.4,20.2,0.95,7.750,41.8 +18.8,0.95,6.580,51.9,19.4,0.95,6.830,55.8 +18.4,0.95,7.300,74.6,18.9,0.95,7.670,77.2 +17.8,0.95,7.600,77.0,18.6,0.95,7.810,79.0 +17.4,0.95,7.880,85.2,18.1,0.95,7.790,85.2 +16.0,0.95,8.350,105.5,16.7,0.95,8.550,106.7 +15.5,0.95,4.710,101.2,15.9,0.95,5.300,103.9 +15.8,0.95,1.980,101.9,15.6,0.95,2.070,102.9 +17.7,0.95,1.870,96.4,17.5,0.95,1.910,96.9 +19.3,0.95,2.570,102.0,19.1,0.95,2.600,102.0 +20.7,0.95,2.310,101.6,20.5,0.95,2.340,101.2 +21.8,0.95,2.160,91.5,21.6,0.95,2.190,90.5 +22.4,0.95,1.990,86.4,22.3,0.95,2.030,85.1 +22.8,0.95,1.660,118.5,22.6,0.95,1.660,116.2 +22.9,0.95,3.510,87.3,22.7,0.95,3.450,87.4 +22.1,0.95,4.440,186.9,21.9,0.95,4.310,186.0 +22.7,0.95,2.070,163.1,22.5,0.95,2.070,162.2 +21.3,0.95,6.120,165.9,21.1,0.95,6.220,165.9 +20.4,0.95,5.760,162.4,20.3,0.95,5.870,162.3 +18.9,0.95,6.330,140.7,18.7,0.95,6.660,141.5 +17.1,0.95,8.150,144.2,17.0,0.95,8.370,143.8 +15.5,0.95,6.700,136.3,15.5,0.95,7.040,137.5 +15.1,0.95,6.540,139.0,15.4,0.95,7.400,139.7 +15.3,0.95,7.300,138.2,16.0,0.95,7.700,139.9 +14.6,0.95,5.240,145.3,15.1,0.95,6.040,146.5 +15.1,0.95,5.800,144.3,15.7,0.95,6.340,146.5 +15.0,0.95,5.750,145.1,15.6,0.95,6.270,147.0 +15.1,0.95,4.770,145.0,15.7,0.95,5.170,147.4 +14.7,0.95,3.320,158.3,15.3,0.95,3.720,159.8 +14.8,0.95,3.440,163.0,15.3,0.95,3.670,165.9 +14.3,0.95,2.900,169.2,14.8,0.95,3.440,169.9 +14.8,0.95,1.390,170.5,14.7,0.95,1.550,168.5 +16.9,0.95,1.900,178.5,16.7,0.95,1.890,177.9 +18.5,0.95,1.540,204.3,18.3,0.95,1.540,202.0 +20.2,0.95,1.630,194.8,20.0,0.95,1.630,193.3 +21.2,0.95,1.640,200.1,21.0,0.95,1.620,200.0 +22.1,0.95,0.680,189.2,21.9,0.95,0.680,189.2 +22.9,0.95,0.430,352.9,22.7,0.95,0.430,351.6 +23.3,0.95,1.380,18.3,23.1,0.95,1.380,17.4 +23.6,0.95,1.090,57.8,23.4,0.95,1.120,57.7 +24.0,0.94,1.560,33.8,23.8,0.94,1.590,34.0 +24.0,0.94,1.540,18.0,23.8,0.94,1.570,18.9 +23.8,0.94,2.180,101.1,23.7,0.94,2.150,101.4 +20.2,0.94,7.660,154.9,20.0,0.94,8.120,156.0 +18.9,0.94,6.790,161.8,18.8,0.94,7.110,164.2 +18.4,0.94,6.180,172.5,18.7,0.94,6.330,174.0 +18.0,0.94,5.820,173.7,18.5,0.94,5.890,176.0 +17.1,0.94,5.330,161.2,17.7,0.94,5.870,162.5 +17.2,0.94,5.630,164.3,17.9,0.94,5.960,166.6 +16.3,0.94,4.510,176.6,16.8,0.94,5.060,177.5 +17.2,0.94,4.160,189.0,17.7,0.94,4.550,191.2 +16.0,0.94,4.660,191.5,16.5,0.94,5.080,192.5 +14.9,0.94,4.350,197.7,15.5,0.94,4.890,196.4 +14.6,0.94,4.390,202.1,15.3,0.94,4.900,200.7 +14.8,0.94,4.420,194.2,15.5,0.94,5.130,195.1 +16.0,0.94,2.610,189.6,16.1,0.94,3.740,187.1 +18.3,0.94,2.710,203.7,18.2,0.94,2.740,202.1 +20.3,0.94,2.800,210.4,20.1,0.94,2.840,209.8 +21.9,0.94,3.310,218.8,21.7,0.94,3.330,218.7 +22.9,0.94,2.820,209.9,22.7,0.94,2.840,210.1 +23.8,0.94,2.310,210.1,23.6,0.94,2.320,210.5 +24.5,0.94,2.560,192.1,24.3,0.94,2.580,192.3 +24.9,0.94,2.600,209.6,24.7,0.94,2.640,209.2 +25.0,0.94,3.510,191.1,24.8,0.94,3.540,191.1 +25.0,0.94,4.300,200.3,24.9,0.94,4.340,199.9 +25.0,0.94,4.950,196.8,24.8,0.94,5.030,197.0 +24.8,0.94,4.080,200.4,24.6,0.94,4.250,200.2 +24.3,0.94,6.120,185.3,24.1,0.94,6.110,186.0 +23.1,0.94,9.090,179.7,23.0,0.94,9.320,181.5 +22.3,0.94,9.750,180.2,22.4,0.94,9.720,183.3 +20.6,0.94,8.560,180.4,21.2,0.94,9.000,183.2 +19.3,0.94,7.090,180.2,19.9,0.94,8.040,183.2 +17.5,0.94,5.860,190.1,17.8,0.94,6.820,190.5 +17.5,0.94,4.940,190.2,17.8,0.94,5.850,192.0 +16.6,0.94,4.450,198.1,16.8,0.94,5.290,197.8 +15.4,0.94,5.170,200.2,15.8,0.94,6.390,199.5 +15.4,0.94,5.500,205.7,16.1,0.94,6.150,206.2 +15.1,0.94,4.440,201.2,16.0,0.94,5.150,204.1 +15.5,0.94,3.720,196.7,16.0,0.94,4.450,196.4 +16.1,0.94,2.750,187.8,16.4,0.94,3.640,189.6 +17.8,0.94,2.330,199.8,17.7,0.94,2.470,194.6 +20.4,0.94,3.960,199.2,20.3,0.94,4.060,199.0 +22.5,0.94,5.730,200.8,22.4,0.94,5.860,201.0 +23.8,0.94,6.140,198.6,23.6,0.94,6.270,198.7 +24.7,0.94,5.780,197.2,24.5,0.94,5.910,197.3 +25.2,0.94,6.530,199.8,25.0,0.94,6.680,200.1 +25.6,0.94,7.350,201.8,25.4,0.94,7.540,202.1 +25.8,0.94,8.450,198.7,25.6,0.94,8.650,198.9 +25.9,0.94,8.540,198.5,25.7,0.94,8.760,198.6 +25.9,0.94,8.870,196.3,25.7,0.94,9.120,196.4 +25.6,0.94,7.610,190.2,25.4,0.94,8.010,190.5 +25.1,0.94,8.660,179.7,25.1,0.94,9.140,181.7 +24.9,0.94,11.930,180.6,24.9,0.94,12.740,183.3 +24.3,0.94,12.960,183.4,24.4,0.94,13.910,185.6 +23.3,0.94,14.350,183.4,23.4,0.94,15.400,184.9 +22.8,0.94,14.640,190.8,22.9,0.94,15.860,192.9 +22.1,0.94,14.460,192.7,22.2,0.94,15.640,194.4 +21.4,0.94,13.630,195.6,21.5,0.94,14.870,197.7 +20.8,0.94,13.300,200.3,21.0,0.94,14.600,202.3 +20.5,0.94,13.500,200.9,20.6,0.94,14.750,202.8 +20.2,0.94,13.400,198.4,20.3,0.94,14.580,200.4 +18.8,0.94,10.530,200.2,18.9,0.94,11.690,201.4 +19.7,0.94,10.310,198.8,19.7,0.94,11.020,199.5 +21.1,0.94,8.470,196.8,21.0,0.94,9.450,198.0 +22.8,0.94,8.050,191.5,22.6,0.94,8.300,192.2 +23.5,0.94,8.900,197.2,23.3,0.94,9.130,197.3 +24.2,0.94,9.930,193.3,24.0,0.94,10.180,193.5 +24.9,0.94,9.940,194.1,24.7,0.94,10.190,194.3 +25.4,0.94,11.630,197.9,25.2,0.94,11.930,198.0 +25.5,0.94,12.130,203.5,25.3,0.94,12.430,203.5 +25.8,0.93,10.690,202.3,25.6,0.93,10.980,202.5 +26.2,0.93,10.910,203.6,26.0,0.93,11.190,203.6 +26.2,0.93,10.370,203.4,26.0,0.93,10.690,203.5 +25.9,0.93,9.900,200.9,25.7,0.93,10.210,201.0 +25.2,0.93,10.690,197.5,24.9,0.93,11.360,197.5 +22.9,0.93,8.010,215.3,22.1,0.93,8.260,221.8 +21.7,0.93,7.670,221.3,21.7,0.93,8.170,226.5 +22.9,0.93,8.630,203.9,23.3,0.93,9.470,204.5 +22.4,0.93,11.390,200.6,22.4,0.93,12.970,203.6 +20.5,0.93,10.650,219.3,20.4,0.93,12.550,219.8 +19.4,0.94,10.470,213.2,19.3,0.94,11.240,213.5 +18.5,0.94,5.090,207.9,18.4,0.94,5.660,206.6 +18.1,0.94,7.570,200.8,18.0,0.94,8.130,203.9 +18.1,0.94,7.060,207.1,18.0,0.94,7.670,211.2 +18.2,0.94,8.440,214.2,18.2,0.94,9.610,215.5 +17.9,0.94,7.790,206.6,17.9,0.94,8.520,210.2 +18.1,0.94,5.430,214.6,18.0,0.94,6.250,216.7 +18.9,0.94,3.750,216.4,18.8,0.94,3.880,216.7 +20.4,0.94,4.460,203.0,20.2,0.94,4.520,203.2 +21.9,0.94,4.450,213.1,21.7,0.94,4.540,213.3 +23.3,0.94,2.620,218.1,23.1,0.94,2.660,218.3 +23.0,0.94,8.980,236.0,22.8,0.94,9.180,235.8 +19.8,0.94,3.820,334.4,19.6,0.94,3.910,331.8 +21.1,0.94,0.240,174.6,20.9,0.94,0.200,179.9 +22.3,0.94,0.450,147.3,22.1,0.94,0.480,151.8 +22.8,0.94,2.760,218.2,22.6,0.94,2.810,220.3 +21.7,0.94,2.060,221.5,21.6,0.94,2.060,220.3 +19.7,0.94,3.500,184.5,19.6,0.94,3.110,194.1 +21.3,0.94,0.320,160.8,21.1,0.94,0.320,165.7 +20.2,0.94,2.710,199.8,20.0,0.94,3.330,200.5 +19.6,0.94,1.130,133.0,19.5,0.94,0.660,118.3 +20.0,0.94,1.430,52.4,20.1,0.94,1.690,46.7 +20.6,0.94,2.590,106.1,20.7,0.94,2.640,102.9 +18.2,0.94,5.500,173.5,18.3,0.94,6.180,172.8 +18.4,0.94,1.380,138.2,18.5,0.94,1.870,151.9 +18.6,0.94,5.560,154.3,18.9,0.94,6.030,158.8 +18.4,0.94,4.780,162.8,18.4,0.94,5.140,163.4 +18.7,0.94,3.900,177.6,18.6,0.94,4.170,177.9 +18.1,0.94,4.230,192.0,18.0,0.94,4.540,193.7 +17.9,0.94,3.230,195.8,17.8,0.94,3.450,196.7 +17.8,0.94,2.720,166.0,17.8,0.94,2.810,166.7 +17.9,0.94,2.390,175.8,17.8,0.94,2.560,180.2 +18.4,0.94,2.350,162.6,18.2,0.94,2.330,162.8 +19.5,0.94,1.390,158.3,19.3,0.94,1.410,157.8 +21.8,0.94,0.290,82.3,21.6,0.94,0.320,95.8 +22.5,0.94,2.950,152.3,22.3,0.94,2.990,153.3 +24.0,0.94,2.350,174.7,23.8,0.94,2.370,174.5 +24.9,0.94,2.710,170.1,24.7,0.94,2.750,170.2 +25.7,0.94,2.540,170.1,25.5,0.94,2.530,169.6 +26.0,0.94,3.060,190.2,25.8,0.94,3.110,190.2 +24.6,0.94,6.430,150.6,24.4,0.94,6.460,150.9 +24.0,0.94,5.840,136.7,23.8,0.94,5.910,137.1 +22.5,0.94,7.370,131.8,22.3,0.94,7.460,132.2 +18.7,0.94,8.060,130.3,18.5,0.94,8.450,130.7 +15.8,0.94,7.330,135.9,15.7,0.94,8.050,135.9 +15.2,0.94,5.830,144.9,15.0,0.94,6.300,143.7 +15.1,0.94,3.460,139.7,14.9,0.94,3.680,140.1 +15.3,0.94,4.420,136.3,15.1,0.94,4.610,136.3 +15.3,0.94,4.450,145.6,15.1,0.94,4.810,145.5 +15.3,0.94,3.840,151.6,15.1,0.94,4.110,151.4 +15.3,0.94,2.480,185.0,15.1,0.94,2.600,182.9 +15.3,0.94,3.780,159.6,15.1,0.94,4.160,160.1 +15.3,0.94,1.580,221.8,15.2,0.94,1.890,209.2 +15.5,0.94,0.900,205.9,15.5,0.94,1.210,212.3 +15.8,0.94,1.400,150.2,15.7,0.94,1.570,153.4 +15.5,0.94,1.500,176.6,15.4,0.94,1.530,178.5 +16.0,0.94,1.190,176.7,15.8,0.94,1.180,177.3 +17.0,0.94,0.920,221.8,16.9,0.94,0.890,216.9 +18.6,0.94,0.600,251.1,18.4,0.94,0.550,250.8 +20.4,0.94,0.490,318.9,20.2,0.94,0.430,319.4 +21.9,0.94,0.970,278.7,21.8,0.94,0.960,277.8 +23.1,0.94,0.670,39.1,22.9,0.94,0.620,39.0 +23.3,0.94,1.450,112.6,23.1,0.94,1.430,112.1 +24.2,0.94,2.050,238.9,24.0,0.94,2.090,238.7 +24.3,0.94,3.230,199.8,24.1,0.94,3.210,199.9 +24.7,0.94,2.970,190.4,24.5,0.94,3.000,191.5 +24.2,0.94,4.070,182.5,24.0,0.94,4.130,182.9 +23.6,0.94,5.900,177.8,23.5,0.94,5.970,179.5 +22.5,0.94,7.560,171.9,22.4,0.94,7.650,173.2 +21.1,0.94,8.410,172.3,21.2,0.94,8.460,174.1 +19.6,0.94,7.400,174.2,19.8,0.94,7.980,175.2 +18.9,0.94,5.260,179.2,19.3,0.94,6.320,179.3 +17.2,0.94,4.270,167.5,17.2,0.94,4.900,169.7 +17.5,0.94,4.430,164.4,17.4,0.94,4.680,164.5 +17.4,0.94,3.770,175.5,17.2,0.94,4.330,174.4 +17.0,0.94,3.900,162.4,16.9,0.94,4.480,163.7 +16.9,0.94,4.390,179.4,16.8,0.94,4.910,178.6 +17.3,0.94,3.240,193.5,17.2,0.94,3.430,194.1 +17.6,0.94,2.640,343.4,17.5,0.94,2.560,338.5 +17.9,0.94,2.190,103.3,17.8,0.94,2.040,97.4 +18.1,0.94,3.260,81.8,18.1,0.94,3.350,82.9 +19.4,0.94,3.950,110.0,19.3,0.94,3.930,110.6 +20.7,0.94,3.100,158.6,20.5,0.94,3.130,159.4 +21.6,0.94,5.700,189.4,21.4,0.94,5.820,189.3 +22.4,0.94,5.770,193.0,22.2,0.94,5.890,192.9 +23.1,0.93,4.690,190.9,22.9,0.93,4.790,191.3 +19.9,0.94,6.410,233.6,19.8,0.94,7.020,237.9 +19.6,0.93,3.080,207.7,19.4,0.93,3.100,208.5 +20.7,0.94,3.450,248.0,20.5,0.94,3.500,248.5 +21.6,0.94,4.240,257.1,21.4,0.94,4.330,258.8 +19.3,0.94,9.580,315.7,19.1,0.94,10.220,316.3 +16.9,0.94,9.390,329.3,16.8,0.94,9.950,329.2 +15.8,0.94,10.330,326.4,15.7,0.94,11.080,326.9 +15.4,0.94,10.580,317.2,15.3,0.94,11.650,318.0 +14.5,0.94,10.780,315.4,14.3,0.94,11.810,315.7 +14.4,0.94,10.720,316.4,14.3,0.94,11.710,316.7 +14.4,0.94,11.040,315.9,14.3,0.94,12.040,316.8 +14.0,0.94,10.800,310.1,14.1,0.94,11.810,311.2 +13.7,0.94,11.290,314.9,13.7,0.94,12.200,315.9 +13.2,0.94,11.200,319.1,13.2,0.94,12.170,320.3 +12.8,0.94,9.900,317.9,12.8,0.94,10.900,319.3 +12.8,0.94,9.350,317.2,12.8,0.94,10.300,318.6 +12.7,0.94,7.010,315.7,12.6,0.94,7.770,316.4 +13.7,0.94,5.740,311.7,13.5,0.94,5.930,312.4 +15.1,0.94,7.020,307.9,14.9,0.94,7.210,308.4 +16.3,0.94,7.220,314.8,16.1,0.94,7.400,315.1 +17.9,0.94,8.370,322.9,17.7,0.94,8.590,323.1 +19.0,0.94,8.240,322.9,18.8,0.94,8.470,323.2 +19.6,0.94,7.710,317.6,19.4,0.94,7.910,317.8 +19.6,0.94,7.930,339.6,19.4,0.94,8.230,339.1 +20.8,0.94,7.980,315.4,20.6,0.94,8.240,315.6 +21.0,0.94,8.260,297.2,20.8,0.94,8.600,297.9 +21.6,0.94,8.040,311.7,21.4,0.94,8.240,311.7 +21.4,0.94,6.900,300.2,21.2,0.94,7.090,300.1 +21.3,0.94,5.300,300.7,21.2,0.94,5.490,301.5 +21.0,0.94,5.780,295.1,20.8,0.94,6.060,296.0 +20.2,0.94,5.650,300.3,20.4,0.94,6.250,302.6 +19.0,0.94,4.590,323.8,19.2,0.94,4.340,328.2 +18.6,0.94,3.570,319.7,18.8,0.94,3.460,321.1 +18.3,0.94,1.720,299.8,18.6,0.94,2.070,306.0 +18.0,0.94,2.310,302.5,18.3,0.94,2.600,302.9 +18.2,0.94,2.360,324.2,18.6,0.94,2.950,323.9 +17.6,0.94,1.510,303.4,17.9,0.94,2.020,307.6 +17.5,0.94,1.430,269.9,17.9,0.94,1.750,276.4 +17.1,0.94,1.060,219.4,17.6,0.94,1.070,241.2 +15.5,0.94,2.510,183.0,16.0,0.94,2.620,182.1 +15.5,0.94,2.710,197.9,16.2,0.94,3.300,197.4 +15.7,0.94,1.850,221.0,15.8,0.94,2.790,210.7 +18.2,0.94,2.200,208.5,18.1,0.94,2.270,207.0 +20.5,0.94,3.010,230.9,20.3,0.94,3.070,231.0 +21.5,0.94,3.780,219.9,21.3,0.94,3.860,220.1 +22.0,0.94,4.880,193.2,21.8,0.94,4.960,193.5 +22.5,0.94,5.020,201.5,22.3,0.94,5.110,201.8 +23.2,0.94,5.130,209.1,23.0,0.94,5.240,208.9 +23.7,0.94,6.780,191.8,23.5,0.94,6.910,192.2 +23.9,0.94,7.540,216.3,23.7,0.94,7.700,216.0 +24.1,0.94,6.800,203.7,23.9,0.94,6.980,203.8 +24.1,0.94,8.230,196.9,23.9,0.94,8.380,196.9 +23.9,0.94,6.050,203.7,23.7,0.94,6.330,203.4 +23.3,0.94,7.970,185.7,23.1,0.94,8.350,186.6 +22.8,0.94,11.380,184.4,22.8,0.94,11.900,186.5 +22.4,0.94,11.960,186.6,22.6,0.94,12.700,188.8 +22.1,0.94,13.150,188.4,22.2,0.94,14.120,190.5 +21.5,0.94,13.710,195.6,21.7,0.94,14.970,197.8 +21.2,0.94,13.610,195.3,21.4,0.94,14.700,197.6 +20.7,0.94,13.440,195.8,20.9,0.94,14.610,198.3 +20.3,0.94,13.560,199.2,20.5,0.94,14.810,201.2 +19.7,0.94,13.080,200.5,19.8,0.94,14.310,202.5 +19.4,0.94,12.970,198.6,19.5,0.94,13.980,200.5 +19.1,0.94,12.790,193.9,19.1,0.94,13.760,196.2 +18.8,0.94,10.800,196.3,18.8,0.94,11.430,197.6 +19.4,0.94,9.030,196.4,19.3,0.94,9.420,197.0 +20.6,0.94,9.060,188.3,20.4,0.94,9.280,188.6 +21.7,0.94,9.050,191.0,21.5,0.94,9.260,191.3 +23.0,0.94,9.890,188.3,22.8,0.94,10.110,188.5 +24.1,0.94,10.690,188.7,23.9,0.94,10.930,188.8 +24.9,0.94,10.840,189.8,24.7,0.94,11.110,190.0 +25.7,0.94,11.030,189.6,25.5,0.94,11.300,189.7 +26.3,0.94,11.560,190.4,26.1,0.94,11.850,190.5 +26.7,0.94,11.420,189.1,26.5,0.94,11.710,189.2 +26.9,0.94,12.030,188.5,26.7,0.94,12.340,188.6 +26.8,0.94,12.280,188.3,26.6,0.94,12.640,188.3 +26.4,0.94,10.440,190.6,26.2,0.94,10.950,190.7 +25.7,0.94,10.010,181.4,25.6,0.94,10.850,182.9 +25.2,0.94,10.900,184.8,25.1,0.94,11.610,186.2 +24.4,0.94,13.130,191.0,24.3,0.94,14.020,191.7 +22.1,0.94,10.720,229.3,21.9,0.94,11.390,229.7 +21.7,0.94,5.780,195.8,21.8,0.94,6.630,196.4 +22.6,0.94,6.410,185.3,22.6,0.94,6.960,188.9 +22.6,0.94,7.990,177.8,22.5,0.94,8.630,183.3 +22.1,0.94,12.180,203.1,22.1,0.94,13.220,206.8 +21.2,0.94,12.420,207.2,21.3,0.94,13.400,208.9 +20.8,0.94,11.630,213.4,20.9,0.94,12.420,215.5 +20.5,0.94,10.130,205.4,20.5,0.94,10.790,208.5 +20.1,0.94,7.350,210.0,20.1,0.94,7.960,211.1 +20.3,0.94,5.680,208.5,20.1,0.94,6.080,209.9 +20.3,0.94,4.430,202.3,20.1,0.94,4.870,201.2 +20.0,0.94,3.860,202.6,19.8,0.94,4.010,203.0 +20.3,0.94,2.760,210.2,20.1,0.94,2.880,210.5 +21.1,0.94,1.770,195.2,20.9,0.94,1.830,194.8 +22.4,0.94,1.000,208.8,22.2,0.94,1.050,206.7 +24.7,0.94,1.330,210.6,24.4,0.94,1.370,210.5 +24.2,0.94,3.890,201.2,24.0,0.94,3.960,198.4 +25.7,0.94,4.500,168.0,25.5,0.94,4.670,168.4 +25.8,0.94,5.050,178.4,25.7,0.94,5.200,178.3 +25.7,0.94,7.490,177.1,25.5,0.94,7.630,177.3 +24.6,0.94,7.510,178.7,24.5,0.94,7.930,178.7 +24.4,0.94,8.070,182.3,24.3,0.94,8.650,181.6 +24.1,0.94,9.210,181.7,24.0,0.94,9.930,183.1 +23.7,0.94,8.660,177.2,23.7,0.94,9.480,178.8 +23.8,0.94,9.020,176.8,23.7,0.94,9.910,179.0 +22.9,0.94,11.070,177.0,22.9,0.94,11.950,179.6 +22.6,0.94,11.240,180.2,22.6,0.94,12.140,182.3 +22.3,0.94,11.260,193.7,22.2,0.94,12.120,195.5 +19.3,0.94,5.810,210.0,19.2,0.94,6.570,208.3 +19.6,0.94,7.840,178.6,19.6,0.94,8.790,181.0 +18.7,0.94,12.830,186.9,18.6,0.94,13.440,188.0 +18.3,0.94,10.680,179.9,18.1,0.94,11.380,180.9 +17.8,0.94,8.490,192.4,17.7,0.94,9.060,192.7 +17.6,0.94,8.540,197.5,17.5,0.94,9.110,197.6 +18.0,0.94,5.920,205.1,17.8,0.94,6.170,205.9 +18.9,0.95,5.340,201.7,18.7,0.95,5.430,201.9 +19.2,0.95,5.340,210.1,19.1,0.95,5.470,210.4 +21.3,0.95,6.000,215.2,21.1,0.95,6.100,215.4 +20.9,0.95,5.490,216.9,20.8,0.95,5.600,216.8 +20.7,0.95,6.080,191.0,20.5,0.95,6.360,191.8 +20.1,0.95,7.800,211.9,19.9,0.95,8.080,212.3 +21.0,0.95,5.100,202.1,20.8,0.95,5.220,201.6 +21.0,0.95,7.040,195.8,20.9,0.95,7.210,195.8 +19.5,0.95,6.700,203.0,19.3,0.95,7.040,203.2 +19.6,0.95,6.500,201.0,19.4,0.95,6.990,201.9 +19.6,0.95,7.030,201.9,19.5,0.95,7.650,204.5 +19.2,0.95,8.260,204.9,19.1,0.95,8.990,206.8 +18.7,0.95,7.480,210.6,18.6,0.95,8.180,212.0 +18.6,0.95,7.580,215.5,18.5,0.95,8.320,216.3 +18.9,0.95,9.130,216.4,18.8,0.95,9.820,218.1 +18.7,0.95,6.090,228.5,18.7,0.95,6.770,231.2 +18.9,0.95,5.890,242.0,18.9,0.95,6.710,245.3 +19.2,0.95,5.520,230.2,19.3,0.95,6.120,233.7 +18.8,0.95,5.740,202.9,18.7,0.95,6.150,206.7 +19.4,0.95,4.000,183.1,19.5,0.95,4.320,191.8 +19.1,0.95,4.740,160.0,19.1,0.95,5.160,163.9 +18.9,0.95,4.570,154.7,18.8,0.95,5.200,157.6 +19.4,0.95,4.580,176.1,19.3,0.95,5.060,177.4 +19.2,0.95,4.360,184.0,19.1,0.95,4.820,183.7 +19.1,0.95,4.780,195.2,18.9,0.95,5.190,194.2 +19.1,0.95,4.210,188.0,18.9,0.95,4.620,187.8 +19.4,0.95,4.470,188.3,19.3,0.95,4.890,191.9 +19.3,0.95,4.910,178.7,19.2,0.95,5.310,179.3 +19.6,0.95,4.660,194.5,19.4,0.95,4.870,196.3 +19.4,0.95,2.920,211.1,19.3,0.95,3.140,212.6 +19.2,0.95,3.660,271.5,19.1,0.95,4.200,270.1 +19.7,0.95,0.800,10.4,19.6,0.95,0.760,4.5 +21.4,0.95,1.010,116.6,21.2,0.95,1.060,117.4 +22.0,0.95,2.490,105.8,21.8,0.95,2.490,107.4 +22.2,0.95,4.970,122.0,22.4,0.95,5.460,126.1 +23.1,0.95,9.040,144.6,23.0,0.95,9.540,148.7 +21.8,0.95,10.190,154.9,22.1,0.95,10.680,159.3 +23.2,0.95,10.300,166.4,23.9,0.95,10.480,173.6 +23.3,0.95,10.440,169.2,23.9,0.95,10.680,175.5 +22.8,0.95,9.380,173.6,23.3,0.95,9.790,178.7 +21.2,0.95,8.400,173.7,21.7,0.95,9.180,178.2 +20.6,0.95,8.240,175.7,21.1,0.95,9.360,179.1 +19.8,0.95,6.720,186.2,20.2,0.95,8.040,187.9 +19.5,0.95,8.050,188.8,19.8,0.95,9.320,191.6 +19.3,0.95,8.140,187.2,19.5,0.95,9.080,188.8 +20.2,0.95,6.460,203.2,20.1,0.95,7.330,204.7 +21.6,0.95,6.100,207.1,21.4,0.95,6.270,207.5 +22.9,0.95,6.100,207.8,22.7,0.95,6.250,208.0 +24.5,0.95,6.630,216.3,24.3,0.95,6.790,216.5 +26.0,0.95,8.330,221.2,25.8,0.95,8.550,221.3 +26.9,0.95,9.440,225.7,26.7,0.95,9.680,225.9 +27.8,0.95,9.530,231.4,27.6,0.95,9.770,231.5 +28.4,0.95,10.210,229.9,28.2,0.95,10.460,229.9 +28.7,0.95,10.200,231.8,28.5,0.95,10.460,231.9 +29.0,0.95,10.600,228.4,28.8,0.95,10.870,228.6 +29.1,0.95,11.080,225.5,28.9,0.95,11.350,225.8 +29.0,0.95,10.360,222.5,28.9,0.95,10.720,222.7 +28.6,0.95,10.070,224.5,28.4,0.95,10.780,224.8 +28.0,0.95,9.980,233.2,27.9,0.95,10.760,234.0 +27.3,0.95,9.750,236.4,27.4,0.95,10.870,237.8 +26.7,0.95,9.550,238.4,27.0,0.95,10.700,240.6 +24.9,0.95,8.080,232.5,25.5,0.95,9.440,236.6 +24.5,0.95,8.730,238.7,25.2,0.95,10.410,241.5 +24.1,0.95,9.850,239.3,24.7,0.95,11.260,241.9 +23.5,0.95,7.910,254.4,24.1,0.95,9.390,255.8 +22.4,0.95,5.910,270.4,22.7,0.95,6.510,271.1 +21.6,0.95,3.750,280.4,21.8,0.95,4.320,282.0 +21.2,0.95,2.470,262.0,21.6,0.95,2.830,268.7 +20.3,0.95,2.380,265.5,20.8,0.95,2.590,273.6 +20.2,0.95,1.310,34.5,20.3,0.95,1.490,30.4 +20.8,0.95,1.960,10.5,20.7,0.95,1.950,12.1 +21.8,0.95,2.760,26.8,21.6,0.95,2.740,27.0 +22.8,0.95,2.560,30.4,22.6,0.95,2.560,30.8 +23.9,0.95,1.830,27.4,23.7,0.95,1.810,27.7 +24.1,0.95,2.640,14.1,23.9,0.95,2.620,14.3 +25.2,0.95,1.200,357.7,25.0,0.95,1.160,355.5 +26.0,0.95,1.530,296.7,25.8,0.95,1.630,293.2 +26.5,0.95,3.610,304.9,26.3,0.95,3.650,304.9 +26.5,0.95,3.670,293.3,26.3,0.95,3.780,293.9 +25.2,0.95,1.920,48.0,25.1,0.95,1.970,30.4 +23.5,0.95,13.230,260.2,23.7,0.95,12.970,259.1 +22.3,0.95,7.940,308.4,22.3,0.95,8.960,309.0 +21.7,0.95,3.620,26.7,21.7,0.95,4.220,23.9 +21.9,0.95,3.780,73.5,22.0,0.95,4.250,67.2 +21.9,0.94,2.420,27.4,22.0,0.94,2.490,29.1 +21.6,0.94,0.290,67.8,21.7,0.94,0.300,106.0 +22.0,0.94,0.770,86.2,22.2,0.94,0.920,112.4 +20.3,0.94,2.510,90.1,20.3,0.94,2.350,92.6 +20.3,0.94,2.960,26.8,20.5,0.94,2.850,25.7 +20.5,0.94,4.330,94.8,20.7,0.94,4.220,96.9 +20.5,0.94,5.210,92.9,20.8,0.94,4.720,95.4 +19.3,0.94,5.150,112.2,19.9,0.94,5.230,119.0 +19.2,0.94,5.030,110.3,19.5,0.94,4.830,121.1 +19.7,0.94,5.260,148.2,20.0,0.94,5.570,155.5 +21.4,0.94,5.410,189.3,21.3,0.94,5.840,191.4 +23.0,0.94,6.060,201.1,22.8,0.94,6.180,201.8 +23.3,0.94,8.520,207.6,23.1,0.94,8.720,208.2 +25.3,0.94,7.440,213.2,25.1,0.94,7.600,213.6 +27.1,0.94,8.520,218.3,26.9,0.94,8.730,218.5 +28.4,0.94,10.310,226.2,28.2,0.94,10.580,226.4 +29.1,0.94,11.060,229.0,28.9,0.94,11.360,229.1 +29.6,0.93,11.750,231.8,29.4,0.93,12.080,231.9 +29.6,0.93,13.030,222.0,29.4,0.93,13.630,222.9 +21.0,0.93,7.080,354.3,21.6,0.93,7.470,346.8 +23.5,0.93,2.070,355.3,23.5,0.93,2.500,350.0 +25.0,0.93,0.710,359.1,25.0,0.93,0.660,305.1 +21.8,0.93,3.250,295.5,22.0,0.93,3.720,293.6 +21.9,0.93,6.100,199.0,21.9,0.93,6.340,204.1 +21.5,0.93,6.890,221.7,21.4,0.93,7.590,224.2 +20.9,0.93,6.010,229.1,21.2,0.93,7.190,234.4 +19.8,0.93,5.120,230.1,19.8,0.93,5.770,236.3 +21.0,0.93,8.400,239.2,21.2,0.93,9.590,243.3 +21.0,0.93,5.640,283.2,21.1,0.93,6.680,280.0 +21.0,0.93,6.080,261.9,21.0,0.93,6.760,267.8 +20.7,0.93,6.750,269.3,20.7,0.93,7.510,273.4 +20.0,0.93,8.160,284.9,20.2,0.93,9.810,287.2 +18.1,0.93,8.180,311.1,17.9,0.93,9.020,311.8 +17.2,0.93,8.490,315.7,17.0,0.93,9.090,315.9 +16.6,0.93,8.130,314.4,16.4,0.93,8.450,314.6 +16.3,0.93,9.370,311.6,16.1,0.93,9.750,312.1 +16.8,0.93,8.550,313.2,16.6,0.93,8.730,313.3 +17.6,0.94,8.240,308.5,17.4,0.94,8.390,308.6 +18.4,0.94,8.120,305.5,18.2,0.94,8.290,305.4 +20.0,0.94,7.240,303.4,19.8,0.94,7.440,303.4 +20.9,0.94,7.400,289.5,20.7,0.94,7.580,290.1 +21.6,0.94,8.580,303.9,21.4,0.94,8.850,304.2 +21.8,0.94,9.650,304.8,21.6,0.94,10.010,304.5 +22.2,0.94,9.140,287.9,22.0,0.94,9.390,288.3 +21.3,0.94,8.920,318.2,21.2,0.94,9.270,317.4 +21.2,0.94,8.010,293.8,21.0,0.94,8.340,293.8 +20.0,0.94,8.210,296.1,19.8,0.94,8.890,296.8 +19.3,0.94,9.910,290.8,19.4,0.94,10.570,291.7 +19.0,0.94,9.750,300.0,19.1,0.94,10.510,301.2 +17.7,0.94,9.500,315.6,17.8,0.94,10.510,320.2 +16.0,0.94,9.030,4.2,15.9,0.94,10.870,7.0 +15.0,0.94,8.740,357.8,15.1,0.94,10.070,359.9 +13.5,0.94,8.980,6.4,13.6,0.94,9.910,9.8 +12.4,0.94,8.150,19.9,12.7,0.94,8.730,23.7 +11.5,0.94,8.190,28.4,11.7,0.94,9.220,31.2 +10.7,0.94,8.600,35.3,11.0,0.94,9.610,37.2 +9.8,0.94,8.210,48.7,10.1,0.94,8.920,51.5 +9.5,0.94,4.150,47.1,9.5,0.94,4.710,48.2 +10.8,0.94,3.460,38.4,10.6,0.94,3.540,39.5 +12.0,0.94,3.840,17.3,11.8,0.94,3.890,17.5 +13.0,0.94,3.900,18.7,12.8,0.94,3.960,18.7 +13.8,0.94,4.030,10.3,13.7,0.94,4.090,10.5 +14.6,0.94,4.620,12.3,14.4,0.94,4.690,12.3 +15.5,0.94,3.420,27.2,15.3,0.94,3.470,27.1 +16.1,0.94,2.860,18.8,15.9,0.94,2.900,19.2 +16.4,0.94,3.090,33.4,16.2,0.94,3.110,33.0 +16.9,0.94,2.700,33.3,16.7,0.94,2.740,33.5 +17.1,0.94,2.040,19.0,16.9,0.94,2.070,19.1 +17.1,0.94,2.080,14.0,16.9,0.94,2.060,15.4 +17.0,0.94,3.170,23.2,16.8,0.94,3.190,23.5 +16.7,0.94,3.720,34.6,16.6,0.94,3.740,35.8 +16.1,0.94,5.520,36.2,16.1,0.94,5.190,37.1 +15.3,0.94,3.260,129.2,15.2,0.94,3.200,132.5 +14.1,0.94,5.340,128.9,14.3,0.94,5.050,131.6 +14.3,0.94,5.970,132.1,14.5,0.94,5.600,133.3 +12.6,0.94,7.370,137.2,13.1,0.94,7.460,140.8 +12.8,0.94,7.410,140.3,13.3,0.94,7.660,143.3 +12.2,0.94,7.480,133.3,12.6,0.94,7.860,136.0 +12.0,0.94,7.120,137.1,12.6,0.94,7.500,139.5 +11.8,0.94,8.170,141.5,12.3,0.94,8.800,143.0 +11.7,0.94,8.220,141.1,12.2,0.94,8.800,142.5 +10.9,0.94,7.670,128.3,11.3,0.94,8.350,130.3 +12.0,0.94,4.560,127.8,11.9,0.94,5.060,128.9 +14.0,0.94,4.950,128.4,13.8,0.94,5.060,128.9 +15.6,0.94,4.220,134.6,15.4,0.94,4.280,134.7 +16.7,0.94,4.890,141.0,16.5,0.94,4.970,141.0 +17.4,0.94,5.160,147.8,17.2,0.94,5.250,148.0 +18.2,0.94,4.580,149.9,18.0,0.94,4.660,150.2 +18.9,0.94,4.610,152.3,18.7,0.94,4.700,152.5 +19.5,0.94,4.700,155.7,19.3,0.94,4.800,155.9 +19.8,0.94,5.450,158.3,19.6,0.94,5.550,158.3 +19.8,0.94,5.620,160.8,19.6,0.94,5.710,160.9 +19.7,0.94,5.670,160.2,19.5,0.94,5.780,160.2 +19.5,0.94,5.710,155.3,19.3,0.94,5.850,155.5 +18.6,0.94,7.720,148.7,18.5,0.94,8.190,149.3 +16.4,0.94,10.280,139.7,16.3,0.94,10.670,139.5 +15.2,0.94,11.280,140.7,15.5,0.94,12.080,142.6 +15.0,0.93,12.490,143.0,15.2,0.93,13.350,144.7 +14.8,0.93,12.870,148.3,15.0,0.93,13.690,149.3 +14.9,0.93,11.520,151.1,15.0,0.93,12.220,152.9 +14.8,0.93,11.770,159.5,15.0,0.93,12.420,162.0 +14.7,0.93,11.530,166.4,14.8,0.93,12.260,168.0 +15.4,0.93,10.130,178.3,15.4,0.93,10.880,179.7 +16.8,0.93,10.620,193.8,16.7,0.93,11.530,194.9 +16.8,0.93,8.940,201.7,16.7,0.93,9.510,201.9 +16.9,0.93,8.570,209.9,16.8,0.93,9.050,210.3 +17.0,0.93,7.790,222.0,16.8,0.93,8.240,223.7 +17.5,0.93,6.320,219.0,17.4,0.93,6.590,220.0 +18.1,0.93,7.020,228.9,17.9,0.93,7.190,229.3 +19.0,0.93,7.620,256.8,18.8,0.93,7.930,257.3 +19.8,0.93,8.620,284.4,19.6,0.93,8.840,284.2 +19.1,0.93,9.940,290.5,18.9,0.93,10.120,290.5 +18.9,0.93,7.730,292.2,18.7,0.93,7.910,292.4 +19.6,0.93,9.430,304.5,19.4,0.93,9.670,304.4 +19.4,0.93,9.320,297.1,19.2,0.93,9.660,297.4 +19.6,0.93,10.000,315.8,19.4,0.93,10.450,316.0 +18.7,0.93,9.920,319.2,18.5,0.93,10.250,319.4 +18.1,0.93,9.970,324.9,17.9,0.93,10.320,325.1 +16.9,0.93,9.880,325.2,16.8,0.93,10.660,325.7 +16.5,0.93,9.970,331.5,16.5,0.93,11.010,332.2 +15.4,0.93,7.710,330.0,15.4,0.93,8.980,331.2 +14.5,0.94,9.600,352.7,14.4,0.94,10.400,356.4 +13.7,0.94,9.270,8.0,13.6,0.94,9.980,8.6 +13.2,0.94,8.230,3.1,13.3,0.94,8.850,3.3 +12.0,0.94,6.910,349.8,12.4,0.94,7.580,353.0 +11.7,0.94,8.720,356.7,12.0,0.94,9.800,359.6 +11.7,0.94,9.080,349.5,11.9,0.94,10.070,352.8 +10.9,0.94,9.200,352.7,11.0,0.94,9.890,356.1 +9.9,0.94,9.130,357.1,10.1,0.94,10.150,0.2 +10.0,0.94,6.610,359.5,9.8,0.94,7.140,359.8 +11.1,0.94,6.900,10.4,10.9,0.94,7.060,10.6 +12.1,0.94,5.740,2.9,11.9,0.94,5.850,2.9 +13.3,0.94,5.210,1.5,13.1,0.94,5.320,1.3 +14.3,0.94,4.700,8.8,14.1,0.94,4.780,8.8 +15.4,0.94,4.190,16.5,15.2,0.94,4.280,16.4 +16.2,0.94,4.650,15.2,16.0,0.94,4.730,15.4 +16.8,0.94,4.430,13.5,16.6,0.94,4.500,13.7 +17.4,0.94,4.140,23.4,17.1,0.94,4.190,23.2 +17.8,0.94,3.510,21.9,17.6,0.94,3.580,21.7 +18.0,0.94,3.180,35.7,17.8,0.94,3.200,34.5 +18.0,0.94,3.760,16.6,17.8,0.94,3.810,16.4 +17.8,0.94,3.390,25.2,17.6,0.94,3.400,25.1 +17.7,0.94,2.920,31.5,17.5,0.94,2.920,32.3 +17.4,0.94,2.510,22.9,17.4,0.94,2.520,22.9 +16.9,0.94,2.630,18.4,17.2,0.94,2.920,17.0 +16.7,0.94,2.770,12.6,17.1,0.94,2.930,12.3 +15.9,0.94,1.930,12.1,16.3,0.94,2.170,11.7 +15.9,0.94,1.440,7.0,16.3,0.94,1.670,5.3 +15.5,0.94,0.660,318.9,15.9,0.94,0.900,333.5 +15.2,0.94,1.040,262.3,15.9,0.94,1.040,274.0 +14.8,0.94,2.100,235.5,15.7,0.94,2.210,238.8 +14.7,0.94,2.550,215.1,15.5,0.94,2.750,218.4 +14.3,0.94,2.920,217.1,15.0,0.94,3.240,220.1 +14.4,0.94,3.080,216.3,15.2,0.94,3.480,218.9 +13.2,0.94,2.780,217.0,13.6,0.94,4.070,213.8 +15.5,0.94,2.160,219.1,15.4,0.94,2.250,217.4 +17.7,0.94,3.380,237.1,17.5,0.94,3.440,237.3 +18.4,0.94,3.460,249.6,18.2,0.94,3.520,250.0 +18.9,0.94,2.640,237.4,18.7,0.94,2.810,237.7 +19.4,0.94,4.440,244.5,19.2,0.94,4.530,244.2 +18.5,0.94,1.320,236.0,18.4,0.94,1.470,240.7 +20.2,0.94,4.470,217.7,20.0,0.94,4.580,218.4 +20.4,0.94,5.270,258.5,20.3,0.94,5.440,258.7 +20.3,0.94,4.780,237.5,20.1,0.94,4.920,237.8 +20.9,0.94,4.410,258.6,20.8,0.94,4.530,258.3 +20.7,0.94,5.820,227.4,20.5,0.94,6.090,228.2 +20.6,0.94,6.550,210.5,20.4,0.94,6.990,211.0 +20.3,0.94,7.630,231.9,20.4,0.94,7.940,236.1 +17.1,0.94,7.760,268.4,17.1,0.94,8.920,269.2 +16.2,0.94,1.980,196.1,16.2,0.94,2.160,196.8 +16.5,0.94,4.960,181.7,16.6,0.94,5.140,186.8 +15.8,0.94,5.140,185.9,16.0,0.94,5.900,188.0 +15.2,0.94,4.640,208.6,15.5,0.94,5.070,211.4 +13.9,0.94,4.140,241.5,14.9,0.94,4.720,246.0 +13.8,0.94,4.550,279.2,14.8,0.94,5.540,282.7 +13.4,0.94,3.280,278.5,14.2,0.94,4.000,285.4 +12.9,0.94,2.860,300.0,13.6,0.94,3.630,303.8 +12.9,0.94,2.470,272.1,13.4,0.94,2.850,280.7 +13.2,0.94,1.830,272.2,14.0,0.94,2.350,281.3 +14.1,0.94,1.440,271.9,14.9,0.94,1.980,280.5 +15.3,0.94,1.600,271.9,16.0,0.94,2.330,281.4 +18.1,0.94,2.810,277.1,17.9,0.94,2.870,277.5 +19.0,0.94,4.030,284.2,18.8,0.94,4.090,283.7 +19.5,0.94,4.080,316.4,19.3,0.94,4.110,315.4 +17.6,0.94,3.130,290.0,17.4,0.94,3.190,288.6 +20.0,0.94,3.040,224.8,19.8,0.94,3.180,225.8 +16.3,0.94,4.920,358.1,16.2,0.94,5.110,356.7 +17.5,0.94,4.490,229.9,17.4,0.94,4.490,231.0 +17.7,0.94,4.580,230.3,17.5,0.94,4.680,231.0 +16.6,0.94,7.370,241.7,16.5,0.94,7.620,242.7 +16.5,0.94,6.770,240.1,16.4,0.94,7.200,241.7 +15.7,0.94,5.840,240.9,15.6,0.94,6.160,241.0 +14.3,0.94,1.820,227.6,14.3,0.94,2.170,238.5 +14.4,0.94,5.240,247.0,14.6,0.94,5.910,253.0 +12.6,0.94,2.710,286.4,12.7,0.94,3.370,288.0 +12.7,0.94,3.310,273.2,12.7,0.94,4.030,278.3 +12.9,0.94,3.500,284.8,13.3,0.94,4.210,288.6 +12.0,0.94,4.090,306.4,12.6,0.94,4.870,305.5 +11.2,0.94,3.680,339.1,11.3,0.94,4.290,334.4 +11.8,0.94,5.190,2.1,11.8,0.94,5.720,3.9 +12.0,0.94,4.750,27.3,11.9,0.94,5.060,28.1 +12.3,0.94,6.750,9.2,12.1,0.94,7.300,10.6 +10.9,0.94,8.180,14.5,10.7,0.94,8.480,15.3 +10.1,0.94,9.220,28.0,9.9,0.94,9.530,28.2 +9.4,0.94,10.500,22.9,9.2,0.94,10.860,23.4 +9.2,0.94,11.000,14.7,9.1,0.94,11.250,15.3 +8.8,0.94,10.310,21.5,8.6,0.94,10.560,21.5 +8.6,0.94,9.130,19.0,8.4,0.94,9.350,18.7 +8.2,0.94,9.310,11.1,8.1,0.94,9.600,11.0 +8.1,0.94,9.380,17.1,7.9,0.94,9.740,17.3 +9.4,0.94,7.860,10.8,9.3,0.94,8.110,11.0 +11.2,0.94,8.440,17.3,11.0,0.94,8.720,17.2 +11.1,0.94,5.840,21.2,10.9,0.94,6.000,21.4 +11.3,0.94,4.530,13.2,11.1,0.94,4.780,13.6 +10.7,0.94,6.600,356.2,10.5,0.94,6.710,357.2 +10.3,0.94,7.360,9.0,10.3,0.94,8.110,10.2 +9.5,0.94,7.590,4.5,9.5,0.94,8.220,6.5 +9.1,0.94,5.620,12.5,9.0,0.94,6.180,13.9 +8.8,0.94,9.050,4.8,8.8,0.94,9.800,7.6 +8.4,0.94,8.030,0.5,8.4,0.94,8.780,2.2 +8.5,0.94,8.340,0.1,8.4,0.94,9.020,1.7 +8.4,0.94,10.220,354.1,8.4,0.94,11.110,355.6 +8.6,0.94,9.860,348.7,8.5,0.94,10.660,349.7 +7.9,0.94,8.920,325.6,7.9,0.94,9.640,327.1 +7.8,0.94,10.920,339.7,7.9,0.94,11.760,340.2 +7.9,0.94,9.570,341.1,7.7,0.94,10.200,341.9 +8.6,0.94,10.110,344.6,8.4,0.94,10.750,345.1 +8.3,0.94,11.490,0.4,8.1,0.94,11.850,0.5 +8.8,0.94,10.050,344.7,8.6,0.94,10.330,344.8 +9.4,0.94,11.270,338.9,9.2,0.94,11.620,339.1 +10.3,0.94,8.890,343.2,10.1,0.94,9.140,343.0 +10.1,0.94,10.630,1.0,9.9,0.94,10.920,1.1 +10.4,0.94,12.450,357.2,10.2,0.94,12.810,357.3 +9.9,0.94,10.960,358.8,9.7,0.94,11.550,358.8 +10.5,0.94,11.090,3.9,10.3,0.94,11.420,4.2 +10.5,0.94,11.270,8.1,10.3,0.94,11.560,8.4 +9.2,0.94,11.000,4.0,9.1,0.94,11.340,4.2 +9.2,0.94,10.040,359.2,9.0,0.94,10.370,359.7 +8.6,0.94,10.030,4.2,8.4,0.94,10.700,4.9 +8.6,0.94,9.460,4.7,8.5,0.94,9.980,5.0 +8.4,0.94,10.210,8.6,8.3,0.94,10.850,9.2 +7.9,0.94,10.720,11.7,7.8,0.94,11.550,12.6 +7.4,0.94,9.790,9.2,7.3,0.94,10.540,10.9 +7.1,0.94,9.530,5.8,7.0,0.94,10.200,7.8 +6.9,0.94,9.640,10.5,6.9,0.94,10.300,12.4 +6.6,0.94,9.450,4.0,6.6,0.94,10.050,6.0 +6.6,0.94,7.150,8.5,6.5,0.94,7.550,9.7 +6.7,0.94,6.630,4.3,6.6,0.94,7.020,5.6 +6.8,0.94,5.960,355.6,6.7,0.94,6.360,356.6 +7.2,0.94,6.640,355.9,7.0,0.94,7.060,356.3 +6.8,0.94,5.040,1.2,6.6,0.94,5.310,2.3 +7.9,0.94,4.140,352.6,7.8,0.94,4.410,353.3 +9.1,0.94,5.210,351.9,8.9,0.94,5.320,352.5 +10.5,0.94,5.050,353.6,10.3,0.94,5.160,354.0 +13.1,0.94,5.630,1.5,12.9,0.94,5.760,1.8 +14.0,0.94,5.780,339.8,13.8,0.94,5.890,340.2 +14.7,0.94,7.230,338.7,14.5,0.94,7.300,339.3 +16.0,0.94,6.180,351.1,15.8,0.94,6.370,351.0 +16.8,0.94,6.330,8.1,16.6,0.94,6.450,7.7 +17.4,0.94,6.130,356.7,17.2,0.94,6.260,356.6 +17.8,0.94,6.130,346.1,17.6,0.94,6.290,346.6 +18.0,0.94,4.690,353.0,17.8,0.94,4.930,352.9 +17.6,0.94,3.770,0.1,17.5,0.94,4.200,1.7 +17.6,0.94,6.570,6.8,17.7,0.94,6.620,6.2 +16.6,0.94,3.740,19.1,17.0,0.94,4.160,19.5 +15.8,0.94,2.480,12.2,16.4,0.94,2.730,15.1 +15.8,0.94,1.710,355.2,16.3,0.94,1.640,356.7 +15.4,0.94,1.880,352.2,15.8,0.94,1.800,352.0 +14.9,0.94,1.370,345.7,15.5,0.94,1.440,348.3 +14.5,0.94,0.780,280.2,15.2,0.94,0.830,283.9 +14.4,0.94,0.250,261.8,15.2,0.94,0.340,282.1 +13.5,0.94,1.290,207.1,14.5,0.94,1.270,220.3 +12.5,0.94,2.310,219.1,13.4,0.94,2.310,222.4 +12.4,0.94,2.140,210.5,13.2,0.94,2.310,217.8 +12.8,0.94,2.470,214.0,13.5,0.94,2.920,220.0 +14.5,0.94,1.560,224.7,14.3,0.94,1.660,221.2 +16.8,0.94,2.570,227.6,16.6,0.94,2.610,227.7 +18.1,0.94,2.980,232.3,17.9,0.94,3.020,232.4 +18.8,0.94,2.770,226.9,18.6,0.94,2.810,226.7 +19.5,0.94,3.200,209.9,19.3,0.94,3.240,209.9 +19.6,0.94,4.750,194.7,19.4,0.94,4.770,194.6 +19.8,0.94,3.540,167.6,19.6,0.94,3.560,167.9 +20.1,0.94,4.990,219.3,19.9,0.94,5.160,218.9 +20.6,0.94,4.440,208.6,20.4,0.94,4.530,208.5 +20.4,0.94,4.190,198.6,20.2,0.94,4.290,198.4 +20.4,0.94,5.620,189.2,20.2,0.94,5.720,190.1 +20.1,0.94,5.250,206.1,19.9,0.94,5.280,206.4 +19.9,0.94,6.360,192.6,19.8,0.94,6.460,193.5 +19.8,0.94,8.230,202.5,19.7,0.94,8.340,203.5 +19.4,0.94,8.450,200.5,19.4,0.94,8.660,203.7 +17.2,0.94,6.830,203.5,17.5,0.94,7.420,205.3 +15.3,0.94,4.700,208.8,15.4,0.94,5.200,209.5 +14.7,0.94,4.270,208.9,15.0,0.94,4.930,206.8 +15.2,0.94,5.350,199.0,15.4,0.94,5.740,201.1 +14.4,0.94,5.750,204.7,14.8,0.94,6.490,205.5 +13.5,0.94,6.110,208.2,13.5,0.94,6.360,210.9 +12.8,0.94,4.960,221.3,13.3,0.94,5.580,222.0 +13.0,0.94,5.680,222.4,13.3,0.94,6.340,227.8 +13.2,0.94,3.680,216.3,13.1,0.94,4.550,221.3 +13.7,0.94,3.800,213.8,13.7,0.94,4.380,214.9 +14.1,0.94,3.100,199.5,14.0,0.94,4.200,205.6 +15.0,0.94,4.830,206.8,14.9,0.94,5.000,207.2 +15.7,0.94,5.300,206.7,15.5,0.94,5.400,207.1 +16.7,0.94,5.570,214.3,16.5,0.94,5.700,214.3 +18.3,0.94,6.280,225.3,18.1,0.94,6.400,225.5 +19.4,0.94,5.600,230.3,19.2,0.94,5.760,230.3 +19.8,0.94,5.780,219.2,19.6,0.94,5.870,220.3 +21.2,0.94,5.610,244.8,21.0,0.94,5.750,245.0 +21.3,0.94,5.990,251.0,21.1,0.94,6.130,251.1 +21.2,0.94,5.550,234.7,21.0,0.94,5.760,235.1 +21.2,0.94,5.970,230.2,21.1,0.94,6.030,232.0 +20.4,0.94,7.150,215.5,20.4,0.94,7.520,217.4 +19.0,0.94,8.180,217.8,19.3,0.94,8.960,218.5 +17.6,0.94,7.310,225.6,18.0,0.94,8.580,225.8 +16.0,0.94,3.520,265.6,16.0,0.94,4.020,258.8 +17.3,0.94,5.770,252.4,17.4,0.94,6.200,255.4 +16.9,0.94,6.060,252.4,17.2,0.94,6.300,256.3 +16.5,0.94,5.550,254.1,17.2,0.94,5.940,259.3 +16.4,0.94,5.810,261.8,17.0,0.94,6.030,265.6 +15.6,0.94,5.190,274.1,16.0,0.94,5.830,279.2 +14.7,0.94,4.020,303.2,15.0,0.94,4.930,305.9 +15.0,0.94,4.800,304.1,15.1,0.94,5.460,305.8 +15.8,0.94,4.210,295.4,15.6,0.94,4.520,296.0 +16.7,0.94,5.480,293.2,16.5,0.94,5.610,293.5 +17.7,0.94,6.220,294.1,17.5,0.94,6.360,294.0 +18.4,0.94,6.340,289.0,18.2,0.94,6.500,288.9 +19.1,0.94,7.780,287.2,18.9,0.94,7.970,287.2 +19.3,0.94,7.960,290.7,19.1,0.94,8.160,290.5 +19.5,0.94,8.680,279.6,19.3,0.94,8.870,279.9 +19.3,0.94,7.340,285.6,19.1,0.94,7.740,284.9 +19.4,0.94,10.690,286.1,19.2,0.94,10.910,286.2 +19.2,0.94,10.140,287.0,19.0,0.94,10.400,287.1 +19.3,0.94,9.900,284.0,19.1,0.94,10.200,284.0 +18.9,0.94,8.150,282.5,18.7,0.94,8.600,283.0 +18.5,0.94,8.330,293.9,18.4,0.94,8.790,295.4 +18.1,0.94,8.410,295.2,18.0,0.94,8.870,297.4 +17.3,0.94,7.690,309.1,17.2,0.94,7.810,310.7 +17.2,0.94,9.310,308.7,17.2,0.94,9.970,309.9 +16.3,0.94,9.760,309.4,16.4,0.94,10.550,311.8 +15.6,0.94,9.750,309.9,16.0,0.94,10.660,311.7 +14.5,0.94,7.500,308.9,14.9,0.94,8.740,310.4 +14.4,0.94,7.910,307.4,14.7,0.94,8.920,309.4 +14.0,0.94,7.560,298.9,14.5,0.94,8.730,301.1 +13.6,0.94,8.290,304.1,14.2,0.94,9.330,305.7 +13.5,0.94,8.180,302.1,14.0,0.94,9.240,303.4 +13.3,0.94,6.040,297.2,13.5,0.94,6.840,298.9 +14.3,0.94,4.660,302.1,14.2,0.94,5.260,302.4 +15.9,0.94,5.120,300.6,15.7,0.94,5.240,300.8 +17.0,0.94,5.160,300.3,16.8,0.94,5.270,300.3 +17.8,0.94,5.310,304.8,17.6,0.94,5.430,304.4 +18.8,0.94,5.900,298.3,18.6,0.94,6.040,298.0 +19.4,0.94,5.550,283.0,19.2,0.94,5.680,283.4 +19.7,0.94,5.870,290.1,19.5,0.94,6.010,289.7 +19.9,0.94,6.890,278.2,19.7,0.94,7.050,278.4 +20.4,0.94,7.440,268.5,20.2,0.94,7.620,269.0 +20.5,0.94,8.600,265.6,20.3,0.94,8.780,265.9 +20.7,0.94,7.050,279.0,20.6,0.94,7.250,278.9 +16.8,0.94,5.890,19.6,16.6,0.94,5.980,19.5 +16.4,0.94,1.210,329.4,16.5,0.94,1.660,321.3 +16.8,0.94,3.300,306.0,16.9,0.94,3.500,306.7 +15.2,0.94,4.070,299.5,15.2,0.94,4.660,301.7 +16.4,0.94,5.950,298.7,16.6,0.94,6.610,301.6 +15.2,0.94,4.600,310.0,15.5,0.94,5.400,310.6 +14.3,0.94,4.950,323.8,14.6,0.94,5.720,325.0 +14.2,0.94,6.980,316.1,14.5,0.94,7.890,316.8 +13.7,0.94,7.500,318.8,14.1,0.94,8.360,319.0 +12.9,0.94,7.250,318.6,13.2,0.94,8.190,318.0 +12.0,0.94,6.850,323.2,12.4,0.94,7.590,323.5 +11.6,0.94,7.390,327.0,12.0,0.94,8.110,325.5 +10.1,0.94,5.820,325.9,10.3,0.94,6.740,325.8 +9.7,0.94,5.140,329.6,9.6,0.94,5.920,328.9 +11.5,0.94,5.010,322.5,11.4,0.94,5.250,323.3 +12.6,0.94,5.660,327.2,12.5,0.94,5.800,327.6 +15.0,0.94,5.820,323.9,14.8,0.94,5.960,324.3 +16.9,0.94,7.080,320.6,16.6,0.94,7.260,320.9 +17.7,0.94,7.030,323.1,17.5,0.94,7.200,323.4 +17.7,0.94,7.190,325.7,17.5,0.94,7.350,326.2 +18.7,0.94,6.830,330.7,18.5,0.94,7.020,330.5 +18.2,0.94,6.900,349.2,18.0,0.94,7.040,348.6 +18.3,0.94,7.610,332.0,18.1,0.94,7.760,332.1 +18.6,0.94,6.570,343.0,18.4,0.94,6.760,342.6 +18.2,0.94,6.320,342.8,18.1,0.94,6.700,342.8 +17.7,0.94,8.390,340.3,17.6,0.94,8.690,340.7 +17.5,0.94,7.630,342.3,17.4,0.94,7.730,344.4 +17.0,0.94,7.150,340.9,16.9,0.94,7.120,341.3 +15.3,0.94,6.930,328.5,15.7,0.94,7.320,332.0 +14.7,0.94,7.070,328.5,15.3,0.94,7.960,334.0 +13.8,0.94,6.490,341.3,14.2,0.94,7.260,346.6 +13.2,0.94,5.670,2.3,13.8,0.94,6.280,5.0 +12.2,0.94,4.450,13.8,12.6,0.94,4.800,17.6 +12.3,0.94,5.320,32.3,12.8,0.94,5.620,34.8 +12.3,0.94,4.400,23.1,12.5,0.94,4.480,22.0 +12.5,0.94,4.510,2.4,12.8,0.94,4.780,3.7 +12.0,0.94,4.260,3.2,12.4,0.94,4.680,4.1 +12.7,0.95,3.160,4.5,12.6,0.95,3.370,3.7 +14.0,0.95,3.820,346.8,13.8,0.95,3.900,347.2 +14.9,0.95,5.020,354.9,14.7,0.95,5.120,355.0 +15.8,0.95,4.810,341.5,15.6,0.95,4.910,341.5 +16.6,0.95,5.340,325.1,16.4,0.95,5.460,325.4 +17.2,0.95,6.980,326.9,17.0,0.95,7.130,326.9 +17.8,0.95,6.270,324.0,17.6,0.95,6.410,324.4 +17.0,0.95,5.950,359.8,16.8,0.95,6.120,359.5 +17.9,0.95,6.680,336.0,17.7,0.95,6.790,336.5 +18.4,0.95,6.690,342.1,18.2,0.95,6.860,342.1 +17.9,0.95,7.020,0.2,17.7,0.95,7.220,359.7 +17.5,0.95,6.070,4.2,17.4,0.95,6.360,4.0 +17.3,0.95,7.480,2.4,17.2,0.95,7.490,2.7 +16.8,0.95,7.590,0.2,16.8,0.95,7.870,1.2 +15.9,0.95,6.020,2.8,16.2,0.95,6.450,1.8 +15.7,0.95,5.780,22.6,16.0,0.95,5.850,23.2 +14.7,0.95,4.160,20.1,15.0,0.95,4.270,21.4 +13.8,0.95,3.320,21.7,14.2,0.95,3.530,22.0 +13.9,0.95,2.830,21.4,14.5,0.95,3.030,22.9 +13.6,0.95,2.780,20.4,14.1,0.95,2.900,23.1 +13.5,0.95,2.210,44.9,14.0,0.95,2.380,44.3 +13.0,0.95,1.470,23.2,13.7,0.95,1.550,27.5 +12.2,0.95,1.450,30.7,13.0,0.95,1.560,28.6 +12.5,0.95,1.400,51.6,13.0,0.95,1.420,51.5 +13.0,0.95,1.460,64.1,13.6,0.95,1.390,68.6 +14.3,0.95,0.420,133.4,14.2,0.95,0.490,125.3 +16.4,0.95,0.240,291.0,16.2,0.95,0.220,291.7 +17.0,0.95,0.820,245.2,16.8,0.95,0.840,245.2 +17.5,0.95,1.540,244.6,17.3,0.95,1.540,244.3 +17.9,0.95,1.240,277.7,17.7,0.95,1.240,274.7 +18.4,0.95,2.690,226.6,18.3,0.95,2.700,226.8 +18.6,0.95,2.790,215.2,18.4,0.95,2.840,215.4 +19.0,0.95,2.240,240.1,18.8,0.95,2.320,239.7 +19.1,0.94,3.590,210.2,18.9,0.94,3.650,210.3 +19.2,0.94,4.370,224.6,19.0,0.94,4.470,224.2 +19.0,0.94,4.240,204.1,18.8,0.94,4.370,205.1 +18.8,0.94,3.100,203.2,18.7,0.94,3.200,202.2 +19.0,0.94,4.370,192.2,18.8,0.94,4.380,192.1 +18.5,0.94,5.900,190.3,18.4,0.94,5.910,191.9 +16.9,0.94,4.700,182.2,17.0,0.94,4.980,184.0 +14.8,0.94,1.540,156.6,14.8,0.94,2.200,167.1 +14.0,0.94,1.900,156.5,14.0,0.94,2.330,167.9 +13.8,0.94,4.660,128.7,14.1,0.94,4.440,136.5 +13.1,0.94,4.530,131.5,13.0,0.94,5.020,134.5 +13.4,0.94,6.100,132.9,13.4,0.94,6.520,136.0 +12.9,0.94,2.680,84.1,12.8,0.94,2.940,95.2 +13.0,0.94,5.310,141.2,13.0,0.94,5.630,145.5 +13.1,0.94,7.010,138.8,12.9,0.94,7.390,140.3 +13.0,0.94,6.420,149.7,12.8,0.94,6.830,150.6 +13.1,0.94,4.540,152.1,12.9,0.94,4.620,153.5 +13.0,0.94,2.210,155.0,12.9,0.94,2.550,162.2 +13.6,0.94,0.910,133.4,13.4,0.94,0.900,140.1 +15.2,0.94,1.260,206.9,15.0,0.94,1.290,209.4 +16.8,0.94,2.370,230.8,16.6,0.94,2.400,231.7 +18.2,0.94,1.770,259.8,18.0,0.94,1.820,261.0 +18.5,0.94,2.440,261.6,18.3,0.94,2.480,262.1 +19.5,0.94,2.780,262.4,19.3,0.94,2.820,264.1 +19.6,0.94,3.920,285.5,19.5,0.94,3.970,289.1 +20.1,0.94,2.890,308.0,19.9,0.94,2.950,307.2 +20.2,0.93,3.390,277.8,20.0,0.93,3.480,278.4 +19.8,0.93,3.780,277.0,19.7,0.93,3.830,278.7 +19.0,0.93,4.760,290.3,19.1,0.93,5.310,292.4 +17.8,0.93,4.830,314.2,18.0,0.93,5.550,315.9 +16.9,0.93,3.800,298.1,17.1,0.93,4.510,301.8 +16.4,0.93,4.670,298.2,16.7,0.93,5.560,300.6 +16.0,0.93,5.160,307.9,16.4,0.93,5.920,308.3 +15.8,0.93,5.050,284.3,16.1,0.93,5.680,286.8 +15.0,0.93,4.300,292.4,15.3,0.93,5.090,295.7 +14.7,0.93,4.790,288.3,15.1,0.93,5.510,291.7 +14.9,0.93,4.660,287.5,15.3,0.93,5.340,289.1 +14.5,0.93,3.270,278.1,14.8,0.93,3.930,280.9 +14.2,0.93,3.530,278.2,14.5,0.93,4.220,280.0 +14.5,0.93,2.410,245.8,14.6,0.93,2.840,254.7 +15.1,0.94,2.470,239.7,14.9,0.94,2.480,240.7 +15.2,0.93,2.240,227.9,15.0,0.93,2.240,229.4 +15.9,0.93,3.030,224.2,15.7,0.93,3.070,224.4 +16.4,0.93,3.310,222.8,16.2,0.93,3.350,223.1 +17.5,0.93,4.010,220.2,17.3,0.93,4.080,220.2 +18.1,0.93,1.980,260.7,17.9,0.93,2.030,259.1 +16.9,0.93,2.760,21.8,16.7,0.93,2.620,21.6 +17.2,0.93,3.540,30.1,17.0,0.93,3.410,30.9 +18.5,0.93,2.340,25.1,18.3,0.93,2.330,25.9 +18.6,0.93,2.750,28.7,18.4,0.93,2.780,29.0 +17.8,0.93,4.640,6.7,17.6,0.93,4.750,8.3 +17.5,0.93,6.340,355.5,17.4,0.93,6.590,355.1 +16.6,0.93,8.420,347.6,16.5,0.93,8.790,346.9 +15.5,0.93,6.560,16.1,15.5,0.93,7.250,16.0 +15.1,0.93,6.500,360.0,15.1,0.93,7.280,1.4 +13.6,0.93,7.690,357.2,13.6,0.93,8.360,0.3 +13.3,0.93,7.550,359.8,13.3,0.93,8.130,1.9 +12.7,0.94,6.070,6.5,12.7,0.94,6.610,8.9 +12.1,0.94,6.290,357.9,12.0,0.94,6.720,358.8 +12.2,0.94,9.040,356.4,12.3,0.94,9.830,358.3 +11.8,0.94,7.870,354.0,12.1,0.94,8.500,357.4 +10.7,0.94,6.220,351.4,11.4,0.94,6.860,353.2 +9.2,0.94,5.380,345.0,9.7,0.94,6.460,345.6 +8.1,0.94,2.680,338.6,8.0,0.94,3.910,340.7 +9.1,0.94,1.650,328.2,8.9,0.94,2.070,323.9 +12.3,0.94,3.500,325.1,12.2,0.94,3.580,324.9 +14.1,0.94,4.940,320.4,13.9,0.94,5.030,320.4 +15.3,0.94,5.340,310.6,15.1,0.94,5.440,310.5 +16.0,0.94,5.690,311.8,15.8,0.94,5.810,311.9 +16.7,0.94,6.100,310.2,16.5,0.94,6.230,310.1 +17.1,0.94,5.960,316.0,16.9,0.94,6.070,315.6 +16.8,0.94,6.450,321.9,16.6,0.94,6.530,321.3 +16.4,0.94,5.080,291.4,16.2,0.94,5.230,291.8 +16.7,0.94,5.860,322.3,16.5,0.94,5.990,322.1 +16.6,0.94,4.620,311.5,16.4,0.94,4.800,311.5 +16.2,0.94,5.900,317.7,16.0,0.94,6.030,318.1 +15.8,0.94,5.550,323.4,15.7,0.94,5.770,324.4 +15.3,0.94,4.530,323.1,15.3,0.94,4.730,323.6 +14.0,0.94,3.450,322.7,14.1,0.94,3.680,323.4 +13.3,0.94,1.970,322.4,13.6,0.94,2.420,323.4 +12.9,0.94,0.980,310.5,13.3,0.94,1.520,311.7 +13.0,0.94,2.260,282.6,13.2,0.94,2.650,288.8 +12.4,0.94,2.250,265.3,12.8,0.94,2.710,275.3 +12.7,0.94,2.760,253.3,13.2,0.94,2.950,263.4 +12.3,0.94,1.880,259.3,13.0,0.94,2.290,271.7 +11.9,0.94,3.660,266.0,12.4,0.94,4.060,271.8 +11.6,0.94,3.230,296.0,11.8,0.94,3.800,298.8 +12.1,0.94,2.350,307.6,12.1,0.94,2.860,309.1 +14.1,0.94,2.490,287.6,13.9,0.94,2.580,288.1 +15.0,0.94,3.380,271.2,14.8,0.94,3.450,271.3 +15.8,0.94,4.870,271.6,15.6,0.94,4.970,271.5 +16.6,0.94,4.660,276.9,16.4,0.94,4.770,277.4 +17.4,0.94,5.960,278.2,17.2,0.94,6.100,278.3 +15.7,0.94,7.340,312.5,15.7,0.94,7.540,312.1 +17.9,0.94,4.420,297.2,17.7,0.94,4.550,297.3 +16.8,0.94,5.160,322.4,16.6,0.94,5.250,322.2 +16.6,0.94,3.770,317.2,16.4,0.94,3.890,316.9 +17.1,0.94,5.920,286.4,16.9,0.94,6.070,286.0 +17.0,0.94,5.290,289.1,16.8,0.94,5.520,289.2 +16.4,0.94,4.790,324.0,16.2,0.94,5.100,322.9 +15.9,0.94,6.970,303.3,15.7,0.94,7.390,305.8 +14.4,0.94,4.890,322.1,14.5,0.94,5.430,323.0 +14.4,0.94,6.650,315.1,14.5,0.94,6.860,313.2 +14.1,0.94,6.640,298.4,14.5,0.94,7.180,298.8 +14.1,0.94,6.850,285.7,14.4,0.94,7.270,286.4 +13.7,0.94,8.320,284.4,14.2,0.94,9.250,285.5 +13.2,0.94,9.090,286.5,13.7,0.94,10.330,286.7 +12.0,0.94,9.080,297.9,12.6,0.94,10.590,298.4 +12.1,0.94,8.600,293.5,12.8,0.94,9.690,294.7 +11.0,0.94,9.580,301.5,11.4,0.94,10.780,302.2 +10.6,0.94,8.370,305.8,10.7,0.94,9.240,306.2 +10.9,0.94,6.460,300.8,10.8,0.94,6.870,301.2 +12.5,0.94,6.830,298.7,12.3,0.94,7.040,298.9 +13.2,0.94,8.040,303.0,13.0,0.94,8.250,303.0 +14.3,0.94,7.130,304.4,14.1,0.94,7.310,304.4 +15.1,0.94,7.640,306.3,14.9,0.94,7.820,306.2 +15.3,0.94,6.100,304.2,15.1,0.94,6.350,304.9 +14.3,0.94,5.100,294.6,14.2,0.94,5.220,294.7 +15.7,0.94,6.370,308.6,15.5,0.94,6.870,310.3 +16.0,0.94,5.750,322.6,15.8,0.94,5.870,322.5 +16.1,0.94,6.110,341.2,15.9,0.94,6.350,339.7 +15.7,0.94,6.770,305.4,15.6,0.94,6.920,306.2 +15.2,0.94,3.800,345.5,15.0,0.94,3.870,344.9 +15.2,0.94,6.500,338.1,15.1,0.94,6.630,337.5 +14.9,0.94,6.620,333.7,14.8,0.94,6.990,333.1 +13.9,0.94,5.030,328.9,14.2,0.94,5.180,328.8 +13.4,0.94,6.500,333.1,13.5,0.94,6.770,335.4 +12.7,0.94,5.860,323.7,13.0,0.94,6.110,326.5 +12.1,0.94,5.140,322.7,12.5,0.94,5.790,324.6 +11.7,0.94,4.690,330.4,12.0,0.94,5.100,332.7 +11.5,0.94,4.360,324.1,11.8,0.94,4.690,327.7 +11.2,0.95,3.510,329.9,11.6,0.95,3.990,332.6 +10.6,0.95,2.580,322.5,11.1,0.95,3.130,324.2 +10.9,0.95,2.850,320.1,11.6,0.95,3.290,321.1 +11.4,0.95,2.500,327.6,12.0,0.95,2.990,326.9 +11.4,0.95,1.450,340.2,11.7,0.95,2.360,332.3 +13.7,0.95,1.790,312.0,13.5,0.95,1.860,312.4 +15.2,0.95,2.540,313.4,15.0,0.95,2.580,312.8 +16.0,0.95,3.220,310.0,15.8,0.95,3.250,309.3 +16.5,0.95,3.680,307.0,16.3,0.95,3.730,306.4 +17.0,0.95,4.270,311.7,16.8,0.95,4.330,311.2 +17.4,0.95,4.300,311.1,17.2,0.95,4.370,310.7 +18.1,0.95,3.520,314.9,17.9,0.95,3.570,314.0 +18.3,0.95,2.620,270.2,18.1,0.95,2.670,271.9 +18.6,0.95,4.120,288.1,18.4,0.95,4.180,288.1 +18.8,0.94,3.790,290.9,18.6,0.94,3.870,291.0 +18.6,0.94,3.140,283.8,18.4,0.94,3.300,283.8 +18.4,0.94,4.670,276.6,18.2,0.94,4.630,276.9 +17.1,0.94,4.190,275.5,17.6,0.94,4.740,277.2 +16.9,0.94,3.840,278.3,17.2,0.94,4.380,281.2 +16.2,0.94,2.520,299.7,16.5,0.94,3.250,301.3 +16.1,0.94,2.480,296.6,16.3,0.94,3.090,301.2 +15.8,0.94,1.900,291.3,16.0,0.94,2.290,297.4 +16.7,0.94,1.950,286.5,16.9,0.94,2.310,291.8 +16.2,0.94,2.110,265.4,16.6,0.94,2.480,274.2 +15.0,0.94,2.010,234.4,15.8,0.94,2.120,246.7 +15.1,0.94,2.430,241.6,16.0,0.94,2.530,253.1 +14.7,0.94,2.320,251.0,15.8,0.94,2.560,264.3 +14.5,0.94,2.220,256.9,15.2,0.94,2.430,268.5 +14.3,0.94,2.200,305.5,14.8,0.94,2.770,306.4 +15.3,0.94,1.480,312.3,15.3,0.94,1.890,318.8 +17.1,0.94,1.330,293.4,16.9,0.94,1.380,296.8 +18.2,0.94,2.290,301.8,18.0,0.94,2.340,301.9 +18.8,0.94,3.620,310.6,18.6,0.94,3.680,310.4 +19.4,0.94,3.680,312.2,19.2,0.94,3.730,311.9 +17.8,0.94,7.310,339.5,17.7,0.94,7.520,338.3 +19.9,0.94,3.090,322.9,19.7,0.94,3.180,322.7 +20.4,0.94,3.940,317.0,20.2,0.94,4.020,316.9 +17.7,0.94,6.500,326.6,17.6,0.94,6.640,325.9 +18.6,0.94,4.040,346.1,18.4,0.94,4.120,345.7 +18.5,0.94,3.870,13.9,18.3,0.94,3.880,13.4 +18.0,0.94,3.030,345.1,17.9,0.94,3.440,342.4 +17.8,0.94,3.590,324.1,17.9,0.94,3.930,323.7 +16.4,0.94,3.690,325.6,16.6,0.94,3.990,325.0 +16.0,0.94,4.260,324.2,16.2,0.94,4.870,323.1 +15.1,0.94,4.380,327.5,15.4,0.94,5.130,327.5 +14.9,0.94,3.970,323.7,15.1,0.94,4.750,324.3 +14.7,0.94,4.210,311.1,14.9,0.94,5.000,314.3 +14.6,0.94,6.740,320.9,15.0,0.94,7.440,322.5 +14.2,0.94,6.350,317.4,14.7,0.94,7.300,318.3 +14.1,0.94,5.810,309.8,14.7,0.94,6.830,310.7 +13.6,0.94,6.190,314.5,14.2,0.94,7.300,315.4 +13.0,0.94,6.220,312.7,13.2,0.94,7.370,312.6 +13.2,0.94,3.710,322.6,13.0,0.94,4.410,322.4 +14.2,0.94,4.300,341.8,14.0,0.94,4.390,342.0 +15.3,0.94,4.800,347.2,15.2,0.94,4.890,347.3 +16.8,0.94,5.290,334.6,16.6,0.94,5.420,334.8 +17.6,0.94,6.680,330.8,17.4,0.94,6.830,331.0 +17.7,0.94,6.780,345.6,17.5,0.94,6.910,345.7 +17.8,0.94,6.820,339.5,17.6,0.94,6.980,340.0 +18.1,0.94,7.480,356.7,17.9,0.94,7.660,356.5 +18.0,0.94,8.240,346.4,17.8,0.94,8.410,346.5 +17.9,0.94,7.240,0.2,17.7,0.94,7.420,360.0 +17.6,0.94,6.680,356.7,17.4,0.94,6.860,356.9 +17.1,0.94,8.130,359.2,16.9,0.94,8.460,359.7 +16.4,0.94,8.780,3.8,16.4,0.94,9.260,3.2 +15.9,0.94,8.520,14.2,15.8,0.94,8.800,14.1 +15.2,0.94,8.700,30.9,15.3,0.94,9.240,31.9 +14.6,0.94,8.670,30.9,14.9,0.94,9.140,30.5 +13.9,0.94,7.470,37.9,14.1,0.94,7.800,37.2 +13.4,0.94,6.060,40.2,13.6,0.94,6.320,40.1 +13.5,0.94,5.090,39.4,13.8,0.94,5.240,40.1 +12.2,0.95,3.410,17.9,12.5,0.95,3.510,19.9 +12.0,0.95,3.060,354.8,12.3,0.95,3.150,355.7 +11.4,0.95,4.770,337.3,11.9,0.95,5.090,339.0 +10.3,0.95,4.380,335.2,10.7,0.95,4.900,336.5 +9.7,0.95,5.650,341.9,10.3,0.95,6.120,342.8 +9.8,0.95,2.930,348.5,9.8,0.95,3.640,346.4 +11.6,0.95,2.850,359.4,11.5,0.95,2.910,359.5 +13.8,0.95,3.570,11.0,13.7,0.95,3.640,11.3 +14.9,0.95,4.370,5.6,14.8,0.95,4.470,5.3 +15.5,0.95,4.350,1.8,15.3,0.95,4.440,1.1 +16.0,0.95,4.860,359.8,15.8,0.95,4.970,359.2 +16.5,0.95,4.770,350.6,16.3,0.95,4.850,350.9 +16.4,0.95,4.890,328.5,16.2,0.95,5.000,329.1 +16.8,0.95,4.590,353.4,16.6,0.95,4.690,352.8 +16.8,0.95,4.850,5.3,16.6,0.95,4.930,4.7 +16.8,0.95,4.480,8.9,16.6,0.95,4.560,8.1 +16.5,0.95,4.610,4.9,16.3,0.95,4.840,5.3 +15.8,0.95,5.540,31.9,15.6,0.95,5.650,33.0 +15.7,0.95,5.740,39.5,15.5,0.95,5.780,39.4 +15.1,0.95,4.350,41.9,15.0,0.95,4.320,42.1 +14.5,0.95,3.020,40.2,14.6,0.95,3.180,40.5 +13.2,0.95,2.040,70.5,13.5,0.95,2.150,68.3 +13.0,0.95,2.020,100.8,13.4,0.95,2.010,103.3 +11.4,0.95,1.650,176.4,11.8,0.95,1.790,174.1 +11.3,0.95,1.570,190.4,11.8,0.95,1.950,184.7 +11.0,0.95,2.190,195.3,11.6,0.95,2.370,193.4 +10.7,0.95,3.030,208.1,11.3,0.95,3.360,206.4 +10.7,0.95,2.730,235.4,11.5,0.95,3.200,233.8 +11.2,0.95,1.610,221.0,12.0,0.95,2.090,226.8 +11.7,0.95,1.310,243.6,12.6,0.95,1.850,250.2 +12.5,0.95,0.890,228.9,12.5,0.95,0.980,230.1 +14.8,0.95,1.570,254.8,14.7,0.95,1.590,255.3 +16.1,0.95,1.900,245.1,15.9,0.95,1.920,246.4 +17.0,0.95,2.380,259.2,16.8,0.95,2.420,260.3 +17.7,0.95,3.020,305.7,17.5,0.95,3.080,304.9 +18.2,0.95,4.030,310.9,18.0,0.95,4.100,310.2 +18.5,0.95,3.460,292.7,18.3,0.95,3.540,292.9 +18.8,0.95,2.820,298.7,18.6,0.95,2.900,298.4 +18.9,0.94,3.580,297.9,18.7,0.94,3.650,297.4 +19.2,0.94,3.700,297.9,19.0,0.94,3.800,298.0 +19.0,0.94,3.060,298.2,18.8,0.94,3.120,298.3 +19.0,0.94,3.310,278.7,18.9,0.94,3.450,281.1 +17.9,0.94,2.580,285.8,18.3,0.94,3.140,285.1 +17.7,0.94,2.120,278.9,18.0,0.94,2.660,282.6 +17.0,0.94,1.730,303.8,17.4,0.94,2.180,306.0 +16.9,0.94,1.490,298.5,17.3,0.94,1.760,303.8 +16.0,0.94,1.790,298.3,16.6,0.94,2.250,303.5 +15.9,0.94,1.810,312.1,16.5,0.94,2.310,312.9 +15.5,0.94,1.670,290.4,16.1,0.94,2.030,299.5 +14.6,0.94,1.540,284.7,15.6,0.94,1.730,298.6 +14.6,0.94,1.710,305.2,15.7,0.94,2.110,316.8 +13.8,0.94,1.260,273.7,14.9,0.94,1.480,299.2 +14.4,0.94,1.380,306.5,15.5,0.94,1.800,322.2 +14.2,0.94,1.600,280.7,15.4,0.94,1.730,294.6 +14.6,0.94,0.860,260.9,15.0,0.94,1.410,291.6 +17.1,0.94,0.940,312.0,17.0,0.94,0.970,314.6 +19.0,0.94,1.710,315.7,18.8,0.94,1.770,316.1 +19.5,0.94,2.830,321.8,19.3,0.94,2.880,321.5 +19.9,0.94,3.080,323.2,19.7,0.94,3.120,322.8 +20.4,0.94,2.650,319.7,20.2,0.94,2.680,318.9 +20.7,0.94,2.380,336.1,20.5,0.94,2.390,335.4 +20.9,0.94,1.010,219.6,20.7,0.94,0.930,221.8 +21.1,0.94,1.620,340.6,20.9,0.94,1.650,339.6 +21.3,0.94,0.960,292.7,21.1,0.94,1.010,295.0 +21.2,0.94,1.540,325.8,21.0,0.94,1.620,325.5 +20.7,0.94,1.090,17.8,20.7,0.94,1.160,7.5 +20.3,0.94,0.320,98.9,20.5,0.94,0.200,95.6 +19.2,0.94,0.860,180.3,19.8,0.94,0.790,185.7 +19.5,0.94,1.780,192.8,20.0,0.94,1.960,192.8 +17.8,0.94,1.880,190.0,18.3,0.94,2.100,193.2 +17.6,0.94,2.040,202.2,18.4,0.94,2.420,208.4 +16.5,0.94,2.860,206.3,17.3,0.94,3.170,210.2 +15.7,0.94,3.060,203.3,16.4,0.94,3.280,206.5 +16.0,0.94,3.020,210.9,16.9,0.94,3.310,215.2 +15.3,0.94,3.470,221.2,16.5,0.94,3.890,223.7 +14.9,0.95,3.500,220.1,15.9,0.95,3.880,222.4 +14.9,0.95,3.540,217.3,16.2,0.95,4.110,220.5 +13.7,0.95,3.800,218.9,14.8,0.95,4.350,225.0 +14.9,0.95,2.130,230.1,14.8,0.95,2.610,233.1 +17.9,0.95,2.290,230.1,17.7,0.95,2.300,230.2 +20.4,0.95,2.730,248.8,20.2,0.95,2.760,249.2 +21.8,0.95,3.500,235.2,21.6,0.95,3.560,235.7 +22.5,0.95,4.300,224.5,22.3,0.95,4.380,224.9 +22.5,0.95,6.000,261.6,22.3,0.95,6.020,260.9 +22.9,0.95,3.500,275.6,22.7,0.95,3.590,274.8 +22.9,0.95,6.520,225.3,22.7,0.95,6.660,225.7 +22.8,0.95,4.820,216.4,22.6,0.95,4.940,216.4 +23.2,0.94,6.160,238.6,23.0,0.94,6.320,238.7 +22.5,0.94,6.170,220.3,22.4,0.94,6.440,222.2 +22.0,0.95,8.950,230.9,21.9,0.95,9.670,232.2 +21.4,0.95,9.510,235.8,21.4,0.95,10.150,238.3 +18.9,0.95,7.290,233.0,19.4,0.95,8.070,234.2 +18.1,0.95,7.490,236.7,18.7,0.95,8.460,236.1 +16.8,0.95,8.200,233.8,17.4,0.95,9.320,233.8 +16.2,0.95,7.740,235.3,17.1,0.95,9.040,234.2 +15.6,0.95,8.270,235.1,16.4,0.95,9.490,233.8 +14.7,0.95,7.490,233.5,15.5,0.95,8.700,233.0 +14.3,0.95,7.470,230.1,15.0,0.95,8.620,230.5 +13.6,0.95,6.750,227.2,14.3,0.95,7.920,228.6 +13.3,0.95,6.950,225.4,13.8,0.95,8.070,226.6 +12.9,0.95,7.380,224.0,13.5,0.95,8.620,226.0 +13.4,0.95,5.580,213.4,13.6,0.95,7.080,215.1 +15.9,0.95,4.310,208.9,15.8,0.95,4.460,208.6 +17.9,0.95,5.670,212.9,17.8,0.95,5.810,213.0 +19.7,0.95,8.040,218.8,19.5,0.95,8.250,219.0 +20.7,0.95,9.220,221.4,20.5,0.95,9.450,221.4 +21.4,0.94,9.080,218.5,21.2,0.94,9.300,218.5 +21.9,0.94,8.810,219.0,21.7,0.94,9.030,219.1 +22.4,0.94,9.030,214.9,22.2,0.94,9.250,215.1 +22.5,0.94,10.080,212.3,22.3,0.94,10.330,212.4 +22.7,0.94,9.570,218.3,22.5,0.94,9.820,218.3 +22.7,0.94,9.090,213.8,22.5,0.94,9.370,213.9 +22.2,0.94,10.170,203.2,22.1,0.94,10.860,204.1 +21.8,0.94,10.620,202.4,21.8,0.94,11.270,204.3 +21.3,0.94,13.940,212.1,21.4,0.94,15.240,213.6 +20.2,0.94,12.840,205.2,20.4,0.94,13.960,207.2 +19.2,0.94,12.920,210.6,19.5,0.94,14.340,212.2 +18.6,0.94,12.570,212.3,19.0,0.94,13.980,214.6 +18.0,0.94,12.540,216.2,18.4,0.94,13.980,218.4 +17.3,0.94,11.300,216.2,17.6,0.94,12.540,218.5 +16.1,0.94,8.710,217.9,16.7,0.94,10.160,220.8 +16.2,0.94,8.130,219.1,16.5,0.94,9.330,222.2 +16.2,0.94,9.110,223.4,16.4,0.94,10.160,226.3 +16.3,0.94,10.470,222.9,16.5,0.94,11.310,226.4 +15.6,0.94,10.670,220.0,15.8,0.94,11.640,223.2 +15.7,0.94,9.700,215.0,15.5,0.94,9.800,215.1 +17.2,0.94,7.220,215.9,17.0,0.94,7.440,216.2 +19.0,0.94,6.730,208.6,18.8,0.94,6.890,208.9 +20.4,0.94,7.310,212.4,20.2,0.94,7.480,212.7 +21.5,0.94,7.750,210.8,21.3,0.94,7.940,210.9 +22.4,0.94,9.030,208.0,22.2,0.94,9.250,208.1 +22.9,0.94,9.700,208.4,22.7,0.94,9.940,208.5 +23.3,0.94,9.670,209.4,23.1,0.94,9.910,209.6 +23.5,0.94,9.310,213.3,23.3,0.94,9.550,213.4 +23.5,0.94,9.440,206.4,23.3,0.94,9.700,206.5 +23.3,0.94,9.650,204.9,23.2,0.94,10.010,205.0 +22.8,0.94,8.400,199.0,22.7,0.94,8.960,199.8 +22.3,0.94,13.150,198.7,22.3,0.94,14.050,199.7 +21.6,0.94,12.700,196.5,21.7,0.94,13.670,198.8 +20.5,0.94,13.280,199.8,20.7,0.94,14.460,202.3 +20.2,0.94,9.970,212.7,20.2,0.94,10.790,213.0 +19.0,0.94,9.990,205.6,18.9,0.94,10.800,208.4 +19.4,0.94,12.080,205.2,19.5,0.94,13.280,207.7 +18.3,0.94,12.010,216.6,18.4,0.94,13.310,218.0 +17.6,0.94,10.820,225.3,17.7,0.94,12.180,226.6 +17.6,0.94,10.470,239.5,18.1,0.94,12.020,242.3 +18.7,0.94,7.590,230.3,18.7,0.94,7.760,235.5 +17.5,0.94,9.120,225.5,17.5,0.94,9.530,231.0 +16.4,0.94,8.520,221.1,16.4,0.94,9.110,222.8 +17.2,0.94,5.550,233.1,17.1,0.94,5.890,233.9 +18.5,0.94,4.540,236.1,18.3,0.94,4.610,236.4 +20.1,0.94,3.760,237.7,19.9,0.94,3.790,238.0 +22.1,0.94,4.370,231.8,21.9,0.94,4.440,232.0 +23.3,0.94,4.830,224.1,23.1,0.94,4.900,224.3 +24.2,0.94,4.940,224.7,24.0,0.94,5.010,225.2 +25.1,0.94,5.250,233.3,24.9,0.94,5.350,233.8 +26.0,0.94,5.210,239.0,25.8,0.94,5.320,239.1 +26.5,0.94,5.470,228.8,26.3,0.94,5.570,229.3 +26.8,0.94,6.030,225.6,26.6,0.94,6.150,225.9 +26.9,0.94,6.170,230.7,26.8,0.94,6.330,231.0 +26.6,0.94,7.850,220.8,26.5,0.94,8.240,221.1 +25.9,0.94,7.800,207.5,25.8,0.94,8.050,209.3 +25.2,0.94,9.790,210.2,25.2,0.94,10.280,212.9 +24.9,0.94,11.400,215.8,25.1,0.94,12.190,216.6 +23.5,0.94,10.790,212.0,23.7,0.94,11.870,214.0 +22.4,0.94,9.800,219.3,22.9,0.94,11.090,222.0 +21.9,0.94,8.970,220.3,22.5,0.94,10.230,223.2 +21.4,0.94,8.920,216.7,21.8,0.94,9.980,219.8 +20.7,0.94,7.510,219.1,21.4,0.94,8.670,221.8 +20.5,0.94,8.810,217.7,20.9,0.94,9.650,221.5 +20.2,0.94,8.990,218.9,20.4,0.94,9.610,224.0 +19.5,0.94,8.400,212.3,19.7,0.94,8.930,217.7 +19.4,0.94,8.380,208.9,19.6,0.94,9.180,213.0 +19.3,0.94,5.780,207.7,19.2,0.94,6.690,207.3 +20.8,0.94,5.320,201.3,20.6,0.94,5.470,201.3 +22.4,0.94,5.540,201.7,22.3,0.94,5.650,201.8 +24.2,0.94,5.770,200.4,24.0,0.94,5.880,200.5 +25.5,0.94,7.040,202.6,25.3,0.94,7.180,202.8 +26.6,0.94,7.350,211.2,26.4,0.94,7.510,211.4 +27.5,0.94,7.360,216.2,27.3,0.94,7.520,216.3 +28.2,0.94,7.600,215.4,28.0,0.94,7.780,215.4 +28.7,0.94,8.000,216.7,28.5,0.94,8.200,216.6 +28.8,0.94,8.080,212.4,28.6,0.94,8.290,212.4 +28.5,0.94,8.310,217.2,28.3,0.94,8.570,217.1 +28.0,0.94,9.890,213.7,27.9,0.94,10.560,214.4 +27.3,0.94,11.940,200.3,27.2,0.94,12.550,201.3 +26.5,0.94,11.660,197.4,26.5,0.94,12.490,199.5 +25.9,0.94,12.610,197.7,26.0,0.94,13.600,199.8 +24.9,0.94,13.320,204.4,25.1,0.94,14.540,205.8 +24.4,0.94,12.720,207.1,24.5,0.94,14.080,208.3 +24.0,0.94,12.470,209.7,24.2,0.94,13.720,211.1 +23.3,0.93,11.260,209.2,23.4,0.93,12.240,211.3 +23.3,0.93,11.050,214.0,23.3,0.93,12.010,216.0 +22.6,0.93,10.080,224.9,22.7,0.93,11.090,227.6 +22.2,0.94,9.430,246.8,22.5,0.94,10.710,250.7 +22.0,0.94,6.780,262.2,22.4,0.94,7.990,271.1 +21.4,0.94,7.270,299.3,21.6,0.94,8.520,303.4 +20.0,0.94,5.180,339.8,19.9,0.94,5.560,339.6 +20.6,0.94,6.770,354.0,20.4,0.94,6.960,354.3 +21.9,0.94,5.130,347.4,21.7,0.94,5.260,347.9 +22.5,0.94,6.250,345.9,22.3,0.94,6.360,346.1 +22.9,0.94,7.310,341.1,22.7,0.94,7.460,341.2 +23.4,0.94,8.120,340.5,23.2,0.94,8.300,340.6 +23.9,0.94,6.630,336.9,23.7,0.94,6.780,336.8 +24.2,0.94,6.450,322.2,24.0,0.94,6.600,322.5 +24.3,0.94,6.540,328.0,24.1,0.94,6.690,328.0 +24.4,0.94,7.150,325.1,24.2,0.94,7.310,325.1 +23.8,0.94,6.570,328.8,23.6,0.94,6.860,328.5 +23.0,0.94,9.450,326.1,22.9,0.94,10.020,325.8 +21.9,0.94,10.150,329.8,21.9,0.94,10.650,330.3 +20.8,0.94,9.970,340.0,20.9,0.94,10.380,341.2 +19.5,0.94,9.570,346.0,20.0,0.94,10.670,346.0 +19.0,0.94,9.670,345.5,19.5,0.94,10.530,345.9 +18.4,0.94,9.730,341.8,19.1,0.94,11.140,343.8 +16.6,0.94,8.880,354.4,17.2,0.94,9.560,357.6 +16.9,0.94,7.940,354.4,17.6,0.94,8.860,356.2 +15.6,0.94,4.020,353.9,16.2,0.94,4.760,354.6 +15.5,0.95,3.400,354.2,16.0,0.95,3.940,353.1 +15.9,0.95,4.940,345.6,16.3,0.95,5.250,346.8 +15.0,0.95,5.250,336.0,15.6,0.95,5.660,338.0 +14.1,0.95,3.970,339.3,14.7,0.95,4.680,341.6 +14.0,0.95,2.970,338.3,14.2,0.95,3.600,337.6 +15.2,0.95,1.490,341.2,15.1,0.95,1.580,339.4 +17.3,0.95,2.530,348.1,17.1,0.95,2.570,347.8 +18.6,0.95,3.500,356.3,18.4,0.95,3.570,356.4 +19.5,0.95,3.880,346.8,19.3,0.95,3.950,346.9 +20.0,0.95,3.360,336.8,19.8,0.95,3.420,336.9 +20.4,0.95,2.860,328.3,20.2,0.95,2.910,328.6 +20.9,0.95,2.890,315.2,20.7,0.95,2.950,316.0 +21.0,0.95,4.620,304.6,20.8,0.95,4.640,305.2 +21.2,0.95,2.950,336.7,21.0,0.95,3.010,336.8 +21.1,0.95,1.630,350.4,20.9,0.95,1.700,351.8 +20.7,0.95,3.480,35.5,20.5,0.95,3.610,34.8 +20.2,0.95,3.070,52.3,20.2,0.95,3.260,51.6 +19.4,0.95,4.480,60.2,19.6,0.95,4.600,61.1 +20.3,0.95,4.440,74.5,20.1,0.95,4.260,75.3 +19.7,0.95,4.300,101.8,19.8,0.95,4.170,101.2 +19.8,0.95,4.630,121.3,20.0,0.95,4.450,121.9 +17.6,0.95,2.980,133.9,18.0,0.95,3.140,136.8 +17.2,0.95,2.590,140.7,17.7,0.95,2.690,143.4 +16.5,0.95,2.610,155.2,17.0,0.95,2.800,158.9 +16.1,0.95,2.980,170.8,16.6,0.95,3.380,173.6 +14.9,0.95,2.820,189.8,15.5,0.95,3.370,189.8 +14.4,0.95,3.290,181.3,14.7,0.95,3.610,183.9 +13.5,0.95,2.700,184.2,14.0,0.95,3.300,184.8 +14.1,0.95,3.260,184.7,14.7,0.95,3.980,184.7 +15.6,0.95,1.620,188.0,15.5,0.95,1.840,180.3 +18.6,0.95,2.540,178.0,18.4,0.95,2.610,177.7 +20.3,0.95,4.830,184.2,20.1,0.95,4.920,184.2 +21.1,0.95,4.370,188.3,20.9,0.95,4.450,188.3 +21.8,0.95,4.770,193.7,21.6,0.95,4.850,193.8 +22.3,0.94,4.910,186.2,22.1,0.94,4.950,186.1 +22.9,0.94,5.620,189.6,22.7,0.94,5.680,189.5 +23.1,0.94,6.230,187.4,22.9,0.94,6.280,187.7 +23.4,0.94,5.340,189.7,23.2,0.94,5.450,189.8 +23.4,0.94,5.270,182.1,23.2,0.94,5.420,182.3 +23.2,0.94,6.610,172.4,23.1,0.94,6.940,172.6 +23.2,0.94,9.370,176.0,23.0,0.94,9.570,176.8 +21.8,0.94,10.010,161.2,22.1,0.94,10.020,164.2 +21.3,0.94,10.360,160.6,21.8,0.94,10.620,164.6 +21.6,0.94,10.510,161.6,22.1,0.94,10.890,166.0 +21.2,0.94,10.770,171.7,21.4,0.94,11.430,175.4 +20.4,0.94,11.980,177.8,20.6,0.94,12.940,181.3 +20.0,0.94,11.520,180.0,20.1,0.94,12.450,183.6 +19.9,0.94,12.040,188.6,20.0,0.94,13.150,191.7 +19.6,0.94,11.890,186.8,19.8,0.94,12.940,189.6 +19.1,0.94,11.760,181.8,19.2,0.94,12.750,184.1 +18.6,0.94,11.390,181.3,18.6,0.94,12.420,183.6 +18.6,0.94,11.990,181.9,18.6,0.94,12.870,183.6 +18.6,0.94,9.900,184.1,18.5,0.94,10.530,183.7 +19.5,0.94,10.490,178.6,19.3,0.94,11.060,179.3 +19.6,0.94,10.030,176.3,19.5,0.94,10.490,178.0 +21.0,0.94,9.100,185.1,20.8,0.94,9.320,185.3 +22.4,0.94,10.580,182.3,22.2,0.94,10.790,182.4 +23.9,0.94,10.900,180.5,23.7,0.94,11.160,180.6 +25.6,0.94,11.340,181.9,25.4,0.94,11.620,182.1 +26.1,0.94,10.950,186.3,25.9,0.94,11.280,186.4 +26.7,0.94,10.150,186.1,26.5,0.94,10.380,186.3 +27.3,0.94,10.570,197.4,27.1,0.94,10.870,197.3 +26.6,0.94,11.010,198.7,26.4,0.94,11.370,198.8 +25.9,0.94,9.430,182.9,25.7,0.94,10.010,183.3 +26.1,0.94,11.850,173.4,26.1,0.94,12.610,175.1 +25.9,0.94,13.290,177.9,25.8,0.94,14.280,179.5 +25.3,0.94,14.520,182.6,25.3,0.94,15.530,183.9 +24.9,0.94,13.450,185.8,25.0,0.94,14.510,187.5 +24.6,0.94,12.470,190.5,24.6,0.94,13.620,192.2 +24.7,0.94,12.540,195.4,24.7,0.94,13.600,197.2 +24.4,0.94,12.780,204.0,24.5,0.94,13.860,205.7 +24.1,0.94,11.600,206.5,24.2,0.94,12.810,208.4 +23.9,0.94,11.660,213.3,23.9,0.94,12.780,214.9 +23.5,0.94,10.990,218.7,23.6,0.94,12.060,220.8 +23.9,0.94,11.580,224.5,24.1,0.94,12.950,226.5 +22.4,0.94,4.430,243.3,22.5,0.94,5.190,242.4 +22.9,0.94,6.480,224.5,22.9,0.94,7.150,225.4 +23.6,0.94,5.520,228.3,23.4,0.94,5.710,228.9 +25.4,0.94,6.340,232.8,25.2,0.94,6.460,233.1 +26.7,0.94,6.820,235.6,26.5,0.94,6.940,236.0 +27.9,0.94,6.090,238.2,27.7,0.94,6.210,238.5 +28.9,0.94,6.120,233.8,28.7,0.94,6.230,234.1 +29.7,0.94,5.370,233.8,29.5,0.94,5.470,234.1 +30.2,0.94,5.630,228.9,30.0,0.94,5.730,229.3 +30.5,0.94,5.930,228.3,30.3,0.94,6.050,228.5 +30.6,0.94,6.840,228.4,30.4,0.94,6.970,228.3 +30.6,0.94,5.790,236.5,30.4,0.94,5.960,236.1 +30.3,0.94,5.970,223.0,30.2,0.94,6.320,224.4 +30.3,0.94,7.030,230.9,30.2,0.94,7.020,233.8 +29.1,0.94,5.210,245.5,29.4,0.94,5.720,245.6 +28.2,0.94,5.080,245.3,28.5,0.94,5.670,246.2 +26.9,0.94,4.940,228.8,27.1,0.94,5.580,232.4 +26.3,0.94,2.690,266.2,26.7,0.94,3.370,265.0 +26.1,0.94,3.090,330.8,26.4,0.94,3.580,321.8 +25.7,0.94,1.240,263.7,25.8,0.94,1.440,275.1 +24.7,0.94,1.260,289.4,25.0,0.94,1.350,299.1 +23.5,0.94,1.500,231.2,23.9,0.94,1.560,235.6 +23.8,0.94,0.520,314.3,24.3,0.94,0.670,332.0 +24.1,0.94,0.670,130.7,24.8,0.94,0.940,113.0 +23.4,0.94,1.370,69.5,23.9,0.94,1.440,74.7 +23.8,0.94,2.160,80.6,24.1,0.94,2.260,82.8 +24.9,0.94,1.610,77.1,24.8,0.94,1.690,78.7 +26.4,0.94,2.610,88.6,26.2,0.94,2.630,88.4 +27.3,0.94,2.670,92.2,27.1,0.94,2.710,92.1 +27.9,0.94,2.340,111.5,27.7,0.94,2.380,111.7 +28.5,0.94,2.310,133.2,28.3,0.94,2.330,133.2 +28.9,0.94,1.160,142.2,28.8,0.94,1.210,142.1 +29.2,0.94,1.410,116.8,29.0,0.94,1.420,119.9 +29.9,0.94,2.180,180.8,29.7,0.94,2.230,179.9 +29.5,0.94,4.050,156.3,29.4,0.94,4.010,156.5 +30.0,0.94,3.260,178.3,29.8,0.94,3.360,178.7 +29.6,0.94,4.800,171.6,29.5,0.94,4.810,171.5 +27.8,0.94,5.500,154.0,27.7,0.94,6.310,153.2 +20.7,0.94,3.400,348.6,20.8,0.94,3.520,341.4 +21.2,0.94,7.700,95.7,21.4,0.94,8.050,96.0 +20.9,0.94,6.880,118.7,21.1,0.94,7.520,120.4 +21.4,0.94,7.120,133.6,21.9,0.94,7.830,135.1 +22.0,0.94,5.950,145.8,22.4,0.94,6.830,147.1 +21.7,0.94,4.250,154.0,21.9,0.94,5.130,156.2 +21.4,0.94,4.430,125.5,21.5,0.94,4.150,131.4 +21.1,0.94,3.100,168.5,21.2,0.94,3.550,169.6 +21.3,0.94,1.060,172.6,21.6,0.94,1.130,186.4 +20.6,0.94,1.080,129.1,20.6,0.94,1.120,139.4 +20.2,0.94,1.870,91.2,20.2,0.94,1.660,91.3 +20.3,0.94,1.560,58.0,20.4,0.94,1.740,54.9 +21.2,0.94,1.210,42.1,21.1,0.94,1.290,34.7 +22.8,0.94,2.300,35.1,22.6,0.94,2.330,33.9 +23.7,0.94,2.440,46.8,23.5,0.94,2.450,47.1 +24.7,0.94,2.460,42.4,24.5,0.94,2.510,42.4 +25.7,0.94,2.450,30.6,25.4,0.94,2.490,31.0 +26.5,0.94,2.400,28.3,26.3,0.94,2.440,28.8 +27.1,0.94,3.070,25.0,26.9,0.94,3.120,25.0 +27.5,0.94,3.160,16.0,27.3,0.94,3.210,16.4 +27.6,0.94,3.250,24.1,27.4,0.94,3.310,24.1 +27.6,0.94,3.210,21.4,27.4,0.94,3.230,21.6 +27.4,0.94,3.390,34.8,27.3,0.94,3.400,34.2 +27.1,0.94,3.750,27.9,27.1,0.94,3.760,26.2 +26.2,0.94,2.530,64.4,26.2,0.94,2.630,62.3 +24.8,0.94,2.100,106.7,25.1,0.94,1.910,102.4 +23.5,0.94,4.840,203.7,23.6,0.94,4.480,207.0 +22.3,0.94,4.040,217.0,22.5,0.94,3.960,222.5 +22.0,0.94,3.660,238.1,22.4,0.94,3.980,239.7 +21.2,0.94,3.460,242.2,21.8,0.94,3.950,244.3 +20.7,0.94,2.620,229.9,21.8,0.94,3.130,236.7 +20.0,0.94,2.780,230.7,20.8,0.94,3.380,233.8 +19.8,0.94,1.890,235.7,21.1,0.94,2.570,240.0 +19.4,0.94,1.830,234.6,20.9,0.94,2.380,245.2 +19.1,0.94,2.300,229.2,20.5,0.94,2.960,239.3 +19.1,0.94,2.090,236.1,20.6,0.94,3.020,247.6 +19.3,0.94,2.240,229.5,20.7,0.94,3.200,242.5 +19.3,0.94,2.030,212.4,19.4,0.94,2.490,221.7 +20.8,0.94,2.350,222.2,20.7,0.94,2.500,217.6 +23.9,0.94,2.650,221.6,23.7,0.94,2.680,218.8 +26.4,0.94,2.990,201.1,26.2,0.94,3.030,200.8 +27.2,0.94,3.080,207.1,27.0,0.94,3.120,206.8 +27.8,0.94,3.550,213.4,27.6,0.94,3.600,213.3 +28.1,0.94,3.960,202.8,27.9,0.94,4.040,203.3 +28.2,0.94,3.930,198.7,28.0,0.94,4.010,199.3 +28.2,0.94,4.320,214.9,28.1,0.94,4.420,214.6 +27.4,0.94,6.050,193.9,27.3,0.94,6.430,194.6 +27.2,0.94,6.710,199.4,27.1,0.94,6.770,199.5 +20.7,0.94,4.850,11.3,20.7,0.94,5.530,4.6 +23.5,0.94,1.670,0.3,24.3,0.94,1.590,344.5 +23.2,0.94,4.820,120.4,24.0,0.94,4.350,126.7 +22.7,0.94,6.040,103.7,23.3,0.94,5.850,109.5 +22.1,0.94,2.770,106.2,22.3,0.94,2.450,113.2 +20.5,0.94,4.720,330.9,20.6,0.94,5.230,326.8 +21.4,0.94,1.200,356.1,21.9,0.94,0.880,5.4 +22.0,0.94,1.890,115.4,22.3,0.94,2.130,125.8 +22.4,0.94,5.780,122.8,22.8,0.94,5.550,129.2 +22.1,0.94,6.520,146.5,22.4,0.94,6.890,148.4 +22.5,0.94,6.950,171.8,22.7,0.94,7.310,174.2 +21.6,0.94,6.160,179.1,21.6,0.94,6.760,180.6 +21.9,0.94,5.820,168.6,21.7,0.94,6.240,169.2 +21.9,0.94,7.640,216.9,21.7,0.94,7.760,216.5 +22.4,0.94,5.260,167.1,22.2,0.94,5.360,167.3 +21.5,0.94,3.770,107.7,21.3,0.94,3.790,106.7 +23.1,0.94,3.840,136.2,22.9,0.94,3.850,136.0 +23.9,0.94,1.800,196.2,23.7,0.94,1.810,195.4 +24.6,0.94,4.130,148.2,24.4,0.94,4.240,148.7 +26.8,0.94,8.740,233.6,26.6,0.94,8.920,233.0 +19.0,0.94,8.810,345.6,18.8,0.94,9.300,347.1 +20.3,0.94,8.940,87.3,20.4,0.94,9.520,85.5 +19.6,0.94,5.980,29.8,19.4,0.94,6.630,29.9 +19.3,0.94,7.220,75.2,19.2,0.94,7.650,74.2 +19.7,0.94,7.990,144.3,19.8,0.94,8.310,145.6 +19.1,0.94,4.230,203.2,19.1,0.94,5.110,205.2 +19.0,0.94,5.150,316.8,19.0,0.94,5.960,311.6 +19.6,0.94,4.470,302.8,20.0,0.94,5.710,302.7 +19.5,0.94,5.490,316.4,19.6,0.94,6.260,316.5 +18.8,0.94,6.070,326.7,18.8,0.94,6.750,326.8 +18.4,0.94,5.500,343.2,18.3,0.94,5.990,343.5 +18.4,0.94,7.000,356.6,18.4,0.94,7.330,356.9 +17.9,0.94,7.440,9.5,17.7,0.94,8.020,10.3 +17.4,0.94,7.680,20.5,17.2,0.94,8.130,21.5 +16.8,0.94,7.060,19.7,16.6,0.94,7.530,20.8 +16.7,0.94,6.590,23.4,16.5,0.94,6.920,24.0 +16.6,0.94,5.190,29.0,16.5,0.94,5.350,30.1 +17.7,0.94,4.700,42.5,17.6,0.94,4.780,43.1 +19.5,0.94,4.520,42.9,19.3,0.94,4.620,43.3 +21.3,0.94,4.850,54.7,21.1,0.94,4.970,55.1 +22.4,0.94,4.620,64.9,22.2,0.94,4.710,65.1 +23.1,0.94,3.610,62.8,22.9,0.94,3.670,63.5 +23.7,0.94,3.010,72.9,23.5,0.94,3.070,73.5 +24.1,0.94,3.050,100.8,23.9,0.94,3.110,100.8 +24.3,0.94,2.110,97.3,24.1,0.94,2.150,97.9 +24.2,0.94,2.760,132.3,24.0,0.94,2.770,131.9 +23.0,0.94,5.800,172.3,22.8,0.94,6.100,172.8 +20.9,0.94,9.250,169.3,20.8,0.94,9.540,169.5 +19.8,0.94,8.630,159.0,19.7,0.94,9.180,159.7 +19.1,0.94,9.520,152.7,19.2,0.94,10.140,152.9 +18.0,0.94,10.240,155.5,18.0,0.94,11.050,155.8 +17.3,0.94,8.620,160.6,17.2,0.94,9.430,160.5 +16.9,0.94,9.100,160.1,16.8,0.94,9.930,160.0 +15.7,0.94,7.730,162.3,15.6,0.94,8.250,162.2 +15.7,0.94,7.440,163.1,15.5,0.94,8.010,163.0 +15.5,0.94,5.600,172.3,15.3,0.94,6.000,171.9 +15.2,0.94,5.340,175.1,15.0,0.94,5.750,175.3 +15.3,0.94,4.610,182.0,15.1,0.94,5.200,183.0 +15.2,0.94,6.160,194.6,15.1,0.94,6.670,195.7 +15.2,0.94,6.520,202.2,15.1,0.94,7.080,203.0 +15.4,0.94,5.470,200.0,15.3,0.94,5.920,200.4 +16.1,0.94,3.750,201.3,16.0,0.94,3.840,201.3 +18.6,0.94,4.130,197.3,18.4,0.94,4.190,197.9 +20.9,0.94,5.900,200.5,20.7,0.94,6.020,200.6 +22.2,0.93,5.940,209.1,22.0,0.93,6.070,209.3 +23.3,0.93,5.820,228.8,23.0,0.93,5.930,228.8 +24.6,0.93,5.110,233.4,24.4,0.93,5.260,234.0 +25.6,0.93,4.970,244.9,25.4,0.93,5.170,245.1 +25.9,0.93,4.420,222.1,25.7,0.93,4.560,222.6 +25.9,0.93,6.020,203.7,25.7,0.93,6.130,203.6 +25.2,0.93,9.540,197.5,25.1,0.93,10.140,198.7 +17.9,0.93,12.040,256.3,17.8,0.93,12.500,255.8 +17.8,0.93,6.700,238.2,17.7,0.93,6.890,242.3 +18.2,0.93,5.460,210.1,18.3,0.93,6.170,212.4 +16.5,0.93,6.880,15.1,16.4,0.93,7.950,16.3 +16.5,0.93,4.380,56.3,16.5,0.93,5.060,55.9 +17.8,0.93,4.210,145.5,18.2,0.93,3.650,158.0 +16.9,0.93,1.800,333.0,17.1,0.93,1.910,318.4 +15.5,0.93,2.780,306.8,15.7,0.93,3.100,307.1 +15.9,0.93,6.260,320.5,16.1,0.93,7.000,320.3 +15.4,0.93,7.010,317.4,15.4,0.93,8.080,317.4 +15.1,0.93,6.450,319.3,15.0,0.93,7.040,318.9 +15.0,0.93,5.890,331.8,14.9,0.93,6.450,331.6 +15.6,0.93,8.020,332.7,15.4,0.93,8.460,332.9 +15.7,0.94,8.010,326.9,15.5,0.94,9.000,328.2 +15.3,0.94,9.500,332.8,15.1,0.94,9.960,333.3 +14.3,0.94,9.020,334.3,14.1,0.94,9.290,334.7 +14.1,0.94,8.210,335.3,13.9,0.94,8.380,335.2 +13.8,0.94,7.730,334.8,13.6,0.94,7.860,335.1 +13.8,0.94,7.190,344.8,13.6,0.94,7.340,344.5 +13.0,0.94,7.270,342.2,12.8,0.94,7.440,341.9 +13.0,0.94,8.500,343.8,12.8,0.94,8.680,343.8 +12.6,0.94,7.850,344.3,12.4,0.94,8.070,344.4 +12.1,0.94,7.240,345.1,11.9,0.94,7.460,345.2 +11.4,0.94,7.840,357.4,11.2,0.94,8.070,357.0 +10.8,0.94,7.120,359.2,10.6,0.94,7.340,359.0 +10.4,0.94,6.160,1.8,10.2,0.94,6.320,1.5 +10.0,0.94,6.190,359.6,9.8,0.94,6.370,359.6 +9.7,0.94,6.770,4.3,9.5,0.94,6.980,4.4 +9.5,0.94,6.440,4.9,9.3,0.94,6.650,4.6 +9.2,0.94,7.050,3.0,9.0,0.94,7.230,3.1 +9.1,0.94,6.460,359.6,8.9,0.94,6.690,359.8 +9.1,0.94,5.880,6.8,8.9,0.94,6.090,6.8 +9.0,0.94,5.130,2.6,8.8,0.94,5.330,2.9 +9.1,0.94,4.120,0.7,8.9,0.94,4.270,1.1 +9.1,0.94,5.050,354.5,9.0,0.94,5.220,354.9 +8.8,0.94,5.050,355.5,8.6,0.94,5.270,355.9 +8.6,0.94,4.820,351.0,8.4,0.94,4.990,351.7 +9.0,0.94,3.330,2.6,8.8,0.94,3.420,2.8 +10.4,0.94,3.290,3.1,10.2,0.94,3.360,3.1 +11.6,0.94,3.240,358.0,11.4,0.94,3.310,358.0 +12.7,0.94,3.850,353.4,12.5,0.94,3.930,353.0 +13.8,0.94,3.770,351.1,13.6,0.94,3.850,350.7 +14.7,0.94,3.430,350.2,14.5,0.94,3.490,350.3 +15.5,0.94,3.390,346.3,15.3,0.94,3.440,346.9 +16.1,0.94,3.240,344.0,15.9,0.94,3.300,344.0 +16.5,0.94,2.890,350.7,16.3,0.94,2.950,350.5 +16.5,0.94,2.470,1.2,16.3,0.94,2.520,1.2 +16.2,0.94,2.760,14.5,16.1,0.94,2.790,12.1 +15.5,0.94,1.940,18.1,15.5,0.94,2.010,18.9 +15.0,0.94,1.550,1.8,15.3,0.94,1.620,1.4 +15.3,0.94,0.980,53.8,15.4,0.94,0.950,47.9 +14.6,0.94,0.370,136.2,15.0,0.94,0.260,142.8 +13.9,0.94,1.230,192.5,14.5,0.94,1.170,195.2 +13.2,0.94,2.630,210.8,13.8,0.94,2.640,212.3 +13.1,0.94,2.370,232.2,13.8,0.94,2.620,240.2 +11.9,0.94,3.100,242.3,12.8,0.94,3.560,247.0 +11.4,0.94,3.360,242.4,12.5,0.94,4.000,248.7 +11.0,0.94,3.820,238.7,12.3,0.94,4.250,245.4 +10.2,0.94,3.740,245.3,11.6,0.94,4.430,251.8 +9.6,0.94,4.260,242.0,10.7,0.94,4.920,244.3 +9.6,0.94,4.980,240.9,10.8,0.94,5.720,243.7 +10.3,0.94,3.490,230.1,10.4,0.94,4.920,235.1 +13.0,0.94,3.670,223.9,12.9,0.94,3.740,224.8 +15.5,0.94,4.170,234.8,15.3,0.94,4.230,235.3 +17.5,0.94,5.110,241.1,17.3,0.94,5.200,241.5 +19.3,0.94,5.460,243.3,19.1,0.94,5.570,243.7 +20.4,0.94,6.060,239.1,20.2,0.94,6.180,239.4 +21.5,0.94,6.540,245.2,21.3,0.94,6.670,245.4 +22.2,0.94,7.260,244.9,22.0,0.94,7.400,245.1 +22.5,0.94,7.610,242.8,22.3,0.94,7.780,243.0 +22.7,0.94,6.770,247.2,22.5,0.94,7.100,247.9 +22.5,0.94,7.960,246.9,22.4,0.94,8.710,248.3 +21.8,0.94,9.440,242.6,22.0,0.94,9.800,244.7 +20.2,0.94,8.980,245.7,20.7,0.94,10.040,248.2 +20.1,0.94,9.690,253.2,20.6,0.94,10.760,255.8 +20.3,0.94,8.840,272.9,20.8,0.94,10.340,274.4 +20.0,0.94,8.950,313.4,20.2,0.94,9.680,318.2 +18.5,0.94,7.660,354.1,18.5,0.94,8.510,357.1 +17.7,0.94,7.510,29.9,17.5,0.94,8.040,31.0 +16.3,0.94,9.440,30.2,16.2,0.94,10.240,31.9 +15.1,0.94,9.590,38.1,15.1,0.94,10.010,39.7 +13.6,0.94,8.270,45.7,13.7,0.94,9.370,48.9 +12.2,0.94,7.050,51.3,12.4,0.94,7.760,55.5 +11.4,0.94,7.530,51.8,11.7,0.94,7.980,54.9 +11.4,0.95,4.210,44.4,11.7,0.95,4.470,50.1 +12.9,0.95,3.870,20.7,12.8,0.95,4.040,22.9 +14.3,0.95,3.610,42.2,14.1,0.95,3.620,42.6 +15.2,0.95,2.940,38.5,15.0,0.95,2.960,38.7 +16.1,0.95,2.090,24.7,16.0,0.95,2.090,24.4 +16.9,0.95,2.670,357.2,16.8,0.95,2.690,357.5 +17.6,0.95,2.480,348.0,17.4,0.95,2.510,347.5 +18.1,0.95,2.750,342.3,17.9,0.95,2.810,341.6 +18.6,0.95,2.870,323.4,18.4,0.95,2.920,323.5 +18.5,0.95,3.550,344.3,18.3,0.95,3.610,343.9 +18.2,0.95,4.330,350.5,18.0,0.95,4.400,350.2 +17.3,0.95,5.270,13.4,17.2,0.95,5.480,13.0 +16.3,0.95,6.470,24.8,16.3,0.95,6.630,24.7 +15.6,0.95,7.130,27.9,15.7,0.95,6.940,26.8 +14.9,0.95,6.330,35.0,15.1,0.95,6.250,33.4 +15.1,0.95,6.100,34.0,15.4,0.95,6.070,34.0 +14.3,0.95,6.630,41.2,14.7,0.95,6.710,41.5 +14.4,0.95,5.870,60.8,14.7,0.95,5.950,62.8 +13.5,0.95,6.180,88.2,13.9,0.95,6.280,86.2 +13.4,0.95,5.080,94.1,13.8,0.95,4.950,92.9 +12.5,0.95,6.020,110.6,13.1,0.95,5.920,109.5 +12.6,0.95,4.660,124.3,13.3,0.95,5.050,127.0 +13.3,0.95,5.370,129.2,13.9,0.95,5.370,132.8 +12.3,0.95,5.730,140.9,12.9,0.95,5.940,144.8 +11.3,0.95,4.000,140.1,11.7,0.95,4.680,143.6 +12.5,0.95,2.990,139.2,12.4,0.95,3.420,141.2 +15.0,0.95,3.070,151.6,14.8,0.95,3.180,153.0 +16.3,0.95,4.360,164.5,16.1,0.95,4.430,164.7 +17.6,0.95,4.740,180.6,17.4,0.95,4.830,180.5 +18.5,0.95,4.830,187.3,18.4,0.95,4.880,187.3 +19.4,0.95,4.950,185.2,19.2,0.95,4.980,185.2 +20.1,0.95,5.050,189.6,19.9,0.95,5.090,189.6 +20.4,0.95,5.670,192.4,20.3,0.95,5.720,192.6 +20.6,0.95,5.950,191.9,20.4,0.95,6.060,192.1 +20.5,0.95,4.770,185.3,20.4,0.95,4.980,185.6 +20.4,0.95,7.350,186.2,20.2,0.95,7.460,186.7 +20.3,0.95,9.790,192.0,20.3,0.95,9.970,192.3 +19.4,0.95,10.240,188.4,19.6,0.95,10.610,191.0 +19.0,0.94,10.360,191.1,19.4,0.94,11.050,194.2 +18.9,0.94,9.830,194.2,19.3,0.94,10.660,197.1 +18.5,0.94,10.170,196.3,19.0,0.94,11.110,198.4 +18.1,0.94,10.960,197.8,18.5,0.94,12.160,199.5 +17.2,0.94,10.560,202.3,17.6,0.94,12.110,204.0 +17.1,0.94,10.010,204.7,17.6,0.94,11.630,206.3 +17.1,0.94,9.510,206.8,17.5,0.94,11.170,208.3 +17.3,0.94,9.530,204.8,17.4,0.94,10.870,207.1 +17.3,0.94,9.760,213.0,17.4,0.94,10.910,215.6 +17.3,0.94,8.160,216.2,17.3,0.94,8.980,217.2 +17.4,0.94,7.420,220.9,17.4,0.94,7.980,221.8 +17.6,0.94,6.960,218.3,17.5,0.94,7.500,219.1 +20.4,0.94,4.700,206.9,20.2,0.94,4.840,206.3 +22.6,0.94,6.370,212.0,22.4,0.94,6.540,212.4 +24.0,0.94,8.410,227.9,23.8,0.94,8.600,228.1 +25.0,0.94,8.380,230.4,24.8,0.94,8.580,230.5 +25.6,0.94,7.140,233.4,25.4,0.94,7.300,233.6 +26.1,0.94,6.460,235.5,25.9,0.94,6.610,235.7 +26.7,0.94,6.150,246.9,26.5,0.94,6.300,246.9 +26.9,0.94,5.600,249.1,26.7,0.94,5.730,249.2 +26.7,0.94,4.980,239.3,26.6,0.94,5.180,239.6 +26.6,0.94,5.530,230.8,26.4,0.94,5.850,232.1 +25.8,0.94,4.800,240.6,26.0,0.94,5.180,241.8 +24.9,0.94,1.990,284.3,25.3,0.94,2.250,290.7 +24.5,0.94,2.280,328.5,24.9,0.94,2.850,325.2 +24.5,0.94,2.720,302.0,24.9,0.94,3.270,303.9 +22.0,0.94,9.430,323.0,21.8,0.94,10.420,324.2 +20.9,0.94,8.830,24.5,20.8,0.94,9.790,25.8 +20.2,0.94,5.760,40.3,20.1,0.94,6.420,40.1 +19.7,0.94,5.310,43.1,19.8,0.94,5.920,41.6 +18.9,0.94,2.870,25.3,19.2,0.94,3.380,24.9 +18.7,0.94,6.080,328.8,19.2,0.94,6.080,332.1 +19.8,0.94,6.730,342.5,20.2,0.94,7.100,342.8 +19.3,0.94,7.950,1.6,19.7,0.94,8.470,0.6 +18.7,0.94,6.520,6.9,18.9,0.94,7.360,7.2 +19.8,0.94,4.310,13.1,19.6,0.94,4.470,13.6 +21.2,0.94,5.070,20.3,21.0,0.94,5.150,20.6 +21.9,0.94,4.660,25.7,21.7,0.94,4.710,25.9 +22.0,0.94,5.690,30.8,21.8,0.94,5.770,31.1 +22.3,0.94,5.970,31.2,22.1,0.94,6.080,31.7 +22.6,0.94,6.040,25.1,22.4,0.94,6.160,25.5 +22.7,0.94,6.990,28.3,22.5,0.94,7.120,28.6 +22.5,0.94,7.120,34.1,22.3,0.94,7.260,34.4 +22.3,0.94,6.520,53.5,22.1,0.94,6.650,53.2 +21.4,0.94,6.340,39.6,21.2,0.94,6.600,40.2 +20.9,0.94,6.580,37.3,20.7,0.94,6.920,38.7 +19.8,0.94,7.520,46.2,19.8,0.94,8.030,46.7 +18.2,0.94,5.210,113.9,18.0,0.94,5.490,115.4 +17.3,0.95,7.540,112.7,17.2,0.95,7.820,112.0 +16.8,0.95,8.110,108.2,16.9,0.95,8.740,110.6 +16.2,0.94,7.160,106.0,16.2,0.94,7.950,109.0 +15.6,0.95,7.910,116.4,15.7,0.95,8.630,119.9 +14.7,0.95,8.480,116.0,14.7,0.95,9.430,118.5 +13.6,0.95,9.100,122.8,13.6,0.95,10.140,123.6 +13.3,0.95,10.450,119.6,13.4,0.95,11.670,119.9 +13.1,0.95,10.280,122.8,13.2,0.95,11.370,122.9 +12.7,0.95,9.540,126.3,12.9,0.95,10.620,126.5 +11.9,0.95,9.790,122.6,12.1,0.95,10.760,123.7 +11.7,0.95,7.700,123.5,11.8,0.95,8.520,124.8 +13.0,0.95,5.860,126.9,12.9,0.95,6.190,127.5 +14.2,0.95,7.020,139.1,14.1,0.95,7.190,139.1 +15.2,0.95,6.870,135.8,15.0,0.95,7.030,136.0 +16.1,0.94,6.320,141.6,15.9,0.94,6.450,141.7 +17.1,0.94,5.810,134.7,16.9,0.94,5.910,134.9 +17.7,0.94,5.590,138.5,17.5,0.94,5.690,138.7 +18.2,0.94,5.830,141.4,18.0,0.94,5.940,141.6 +18.5,0.94,5.950,152.1,18.3,0.94,6.070,152.3 +18.3,0.94,5.470,158.4,18.1,0.94,5.580,158.5 +17.8,0.94,5.300,156.9,17.6,0.94,5.540,157.0 +16.8,0.94,5.580,154.0,16.7,0.94,5.990,155.3 +15.4,0.94,6.300,156.2,15.3,0.94,6.700,157.1 +14.6,0.94,6.500,152.9,14.5,0.94,6.960,154.4 +13.5,0.94,4.970,151.4,13.4,0.94,5.390,153.4 +13.6,0.94,5.880,160.1,13.8,0.94,6.440,162.4 +13.3,0.94,5.980,160.7,13.4,0.94,6.670,162.8 +13.3,0.94,5.050,161.4,13.3,0.94,5.860,162.6 +13.6,0.94,4.850,172.8,13.6,0.94,5.390,175.0 +14.7,0.94,8.000,173.3,14.9,0.94,8.510,175.6 +14.3,0.94,5.040,159.3,14.5,0.94,5.520,164.6 +13.8,0.94,5.740,189.0,13.8,0.94,6.370,189.2 +14.0,0.94,4.830,161.4,14.0,0.94,5.400,166.0 +14.9,0.94,5.920,165.1,14.8,0.94,6.460,167.2 +15.0,0.94,5.160,196.8,14.9,0.94,5.700,195.7 +15.2,0.94,4.010,200.8,15.2,0.94,4.540,201.9 +15.4,0.93,6.080,124.1,15.3,0.93,6.460,126.0 +17.0,0.93,5.960,142.4,17.2,0.93,6.430,146.0 +17.7,0.93,3.950,169.5,17.5,0.93,4.190,170.6 +19.1,0.93,2.270,178.0,18.9,0.93,2.370,178.3 +20.3,0.93,3.780,157.7,20.1,0.93,3.890,157.9 +19.8,0.93,5.320,167.6,19.6,0.93,5.400,167.4 +18.3,0.93,4.280,169.3,18.1,0.93,4.420,168.9 +17.9,0.93,2.400,182.0,17.7,0.93,2.570,180.7 +17.6,0.93,1.630,228.2,17.4,0.93,2.020,224.5 +18.0,0.93,3.210,240.1,18.0,0.93,3.690,242.9 +18.3,0.93,4.380,271.4,18.4,0.93,5.020,271.6 +18.7,0.93,4.540,287.1,18.9,0.93,5.150,288.8 +18.5,0.93,3.880,283.8,18.6,0.93,4.470,286.9 +18.5,0.93,3.000,278.3,18.5,0.93,3.570,282.5 +18.4,0.93,3.300,266.0,18.5,0.93,3.720,270.4 +18.2,0.93,2.960,243.8,18.2,0.93,3.370,247.2 +17.7,0.93,4.550,243.1,17.8,0.93,5.000,249.7 +18.2,0.93,4.990,261.3,18.1,0.93,5.530,265.9 +17.4,0.93,6.920,273.7,17.3,0.93,7.470,276.5 +16.7,0.93,6.180,291.8,16.6,0.93,6.900,294.1 +16.1,0.93,6.130,282.3,15.9,0.93,6.720,284.5 +15.7,0.93,4.270,280.6,15.6,0.93,4.550,280.7 +15.6,0.94,5.960,281.2,15.4,0.94,6.400,281.7 +15.8,0.94,6.290,280.5,15.6,0.94,6.680,281.6 +16.7,0.94,6.230,276.4,16.5,0.94,6.390,276.8 +17.2,0.94,5.810,279.0,17.0,0.94,5.930,279.1 +17.9,0.94,5.280,278.4,17.7,0.94,5.390,278.6 +18.9,0.94,7.140,276.7,18.7,0.94,7.280,277.1 +19.9,0.94,5.810,278.9,19.7,0.94,5.970,278.9 +20.3,0.94,6.070,269.2,20.1,0.94,6.190,269.5 +20.5,0.94,5.670,278.1,20.3,0.94,5.860,277.1 +20.2,0.94,5.680,277.9,20.0,0.94,5.850,277.1 +20.3,0.94,6.590,272.9,20.2,0.94,7.160,272.6 +19.6,0.94,2.770,329.2,19.5,0.94,2.770,323.0 +19.6,0.94,4.580,274.5,19.6,0.94,5.370,275.8 +18.7,0.94,6.040,277.2,19.1,0.94,7.540,278.6 +19.2,0.94,7.640,287.3,19.4,0.94,8.030,289.4 +18.5,0.94,5.980,281.6,18.9,0.94,6.560,282.5 +18.3,0.94,6.610,280.5,18.6,0.94,7.330,281.4 +18.3,0.94,6.870,260.5,18.5,0.94,7.410,262.2 +17.5,0.94,8.040,256.5,17.7,0.94,8.220,257.0 +16.8,0.94,7.700,251.8,17.6,0.94,9.250,255.1 +15.9,0.94,7.180,252.3,16.6,0.94,8.480,255.2 +16.3,0.94,7.510,251.9,17.1,0.94,9.040,256.9 +15.6,0.94,5.860,252.8,16.3,0.94,7.090,260.1 +15.0,0.94,6.060,258.1,15.3,0.94,6.970,265.4 +15.0,0.94,5.320,271.9,15.3,0.94,5.920,277.9 +16.5,0.94,3.170,285.8,16.3,0.94,3.290,286.8 +17.5,0.94,5.550,300.0,17.3,0.94,5.680,300.1 +17.3,0.94,5.670,302.4,17.1,0.94,5.790,302.8 +18.5,0.94,5.360,306.7,18.3,0.94,5.480,306.7 +19.3,0.94,6.310,305.8,19.1,0.94,6.460,305.7 +20.3,0.94,7.520,306.9,20.1,0.94,7.720,307.0 +20.8,0.94,9.060,312.4,20.6,0.94,9.290,312.4 +20.5,0.94,6.340,315.9,20.4,0.94,6.590,316.1 +20.4,0.94,6.570,322.4,20.2,0.94,6.870,322.3 +20.2,0.94,6.320,327.9,20.1,0.94,6.710,328.0 +19.1,0.94,6.370,300.6,18.9,0.94,6.460,302.0 +17.4,0.94,10.160,329.8,17.3,0.94,10.620,332.0 +15.7,0.94,8.320,346.2,15.7,0.94,8.910,347.4 +14.7,0.94,7.910,339.6,14.8,0.94,8.390,342.3 +14.6,0.94,9.110,335.2,14.6,0.94,9.790,337.8 +12.9,0.94,9.910,344.0,12.9,0.94,10.650,345.4 +12.1,0.94,9.780,350.5,12.2,0.94,10.560,352.1 +11.9,0.94,9.620,352.3,11.9,0.94,10.350,354.3 +11.2,0.94,8.770,359.8,11.2,0.94,9.320,1.7 +10.2,0.94,8.360,356.9,10.3,0.94,8.990,359.2 +9.5,0.95,7.990,352.2,9.6,0.95,8.730,353.9 +9.3,0.95,9.530,349.7,9.4,0.95,10.300,350.7 +8.3,0.95,9.170,351.5,8.3,0.95,9.990,352.6 +7.5,0.95,6.810,345.9,7.4,0.95,7.400,345.5 +7.8,0.95,5.250,337.8,7.6,0.95,5.420,339.3 +7.4,0.95,4.150,323.4,7.2,0.95,4.260,325.3 +8.6,0.95,4.570,318.8,8.4,0.95,4.630,321.0 +11.1,0.95,6.250,345.9,10.8,0.95,6.420,346.3 +11.9,0.95,6.810,345.5,11.7,0.95,6.970,345.4 +12.7,0.95,6.680,351.0,12.5,0.95,6.830,350.9 +13.1,0.95,6.650,350.2,12.9,0.95,6.820,350.0 +13.4,0.95,6.660,348.1,13.2,0.95,6.820,347.9 +13.5,0.95,6.280,340.0,13.3,0.95,6.450,340.2 +13.2,0.95,6.220,357.6,13.0,0.95,6.420,357.5 +12.8,0.95,8.460,1.0,12.6,0.95,8.680,1.4 +11.9,0.95,6.160,15.5,11.8,0.95,6.580,16.3 +11.3,0.95,7.520,11.1,11.4,0.95,8.190,10.4 +10.6,0.95,7.180,27.2,10.8,0.95,7.470,29.9 +9.8,0.95,4.700,41.3,10.2,0.95,5.100,42.2 +10.0,0.95,4.020,43.6,10.3,0.95,4.340,43.1 +10.0,0.95,3.260,67.7,10.3,0.95,3.380,64.6 +10.1,0.95,1.760,69.6,10.5,0.95,1.970,67.2 +9.7,0.95,0.850,90.9,10.3,0.95,1.150,87.5 +9.7,0.95,1.010,215.0,10.4,0.95,0.950,197.5 +8.8,0.95,1.260,195.5,9.6,0.95,1.210,200.6 +7.5,0.95,2.230,209.5,8.3,0.95,2.040,214.4 +6.9,0.95,3.200,212.5,7.5,0.95,3.150,212.2 +7.1,0.95,3.610,215.4,7.7,0.95,3.970,214.4 +7.7,0.95,2.530,207.8,8.3,0.95,3.720,209.3 +10.1,0.95,2.490,221.6,10.0,0.95,2.560,219.5 +12.4,0.95,3.520,221.1,12.3,0.95,3.580,221.0 +13.6,0.95,3.550,222.5,13.4,0.95,3.600,222.6 +14.4,0.95,3.840,231.9,14.2,0.95,3.900,231.8 +15.1,0.95,3.490,219.8,14.9,0.95,3.550,220.0 +15.6,0.95,4.270,221.1,15.4,0.95,4.340,221.2 +16.0,0.95,4.480,222.7,15.8,0.95,4.570,222.6 +16.2,0.94,4.920,222.3,16.0,0.94,5.040,222.1 +16.1,0.94,5.380,214.4,15.9,0.94,5.610,214.1 +16.1,0.94,8.250,203.4,15.9,0.94,8.260,203.7 +15.9,0.94,9.570,208.4,15.8,0.94,9.790,209.5 +15.5,0.94,9.970,210.5,15.6,0.94,10.180,211.6 +14.2,0.94,9.700,210.3,14.5,0.94,10.330,213.9 +12.2,0.94,10.540,209.9,12.7,0.94,12.070,212.3 +11.7,0.94,11.340,211.0,12.2,0.94,12.800,213.0 +10.8,0.94,10.870,212.7,11.4,0.94,12.510,214.3 +10.6,0.94,11.040,211.9,11.2,0.94,12.610,214.4 +10.5,0.94,11.690,211.8,11.0,0.94,13.260,214.0 +9.9,0.94,11.620,213.7,10.4,0.94,13.230,215.8 +9.6,0.94,11.450,213.8,10.0,0.94,12.790,216.5 +9.3,0.94,10.930,215.6,9.7,0.94,12.210,218.3 +9.3,0.94,11.140,214.2,9.6,0.94,12.320,216.9 +9.3,0.94,9.780,218.0,9.3,0.94,10.620,219.0 +10.6,0.94,8.310,219.5,10.5,0.94,9.230,220.4 +12.7,0.94,7.250,216.5,12.5,0.94,7.420,216.9 +14.6,0.94,7.010,216.6,14.4,0.94,7.160,216.9 +16.1,0.94,7.970,216.8,15.9,0.94,8.130,217.0 +17.6,0.94,8.600,219.0,17.4,0.94,8.790,219.1 +18.3,0.94,8.750,224.6,18.1,0.94,8.940,224.8 +19.1,0.94,7.780,227.8,18.9,0.94,7.960,228.1 +19.5,0.94,8.090,228.2,19.3,0.94,8.270,228.4 +19.3,0.94,8.280,226.4,19.1,0.94,8.520,226.5 +18.4,0.94,6.210,228.9,18.2,0.94,6.580,230.3 +17.5,0.94,7.210,234.0,17.5,0.94,7.560,236.6 +15.9,0.94,9.140,254.4,15.7,0.94,9.900,252.6 +14.9,0.94,7.550,247.2,14.8,0.94,8.220,248.9 +13.8,0.94,7.330,232.1,13.6,0.94,7.810,232.1 +13.2,0.94,7.190,246.7,13.1,0.94,7.590,247.1 +13.3,0.94,7.620,251.0,13.2,0.94,8.160,251.6 +12.6,0.94,4.650,253.5,12.5,0.94,5.070,255.4 +12.3,0.94,3.870,252.9,12.2,0.94,4.200,257.2 +12.3,0.94,3.730,256.0,12.1,0.94,4.010,259.8 +11.2,0.94,9.780,34.0,11.0,0.94,10.260,35.6 +9.7,0.94,10.230,38.8,9.5,0.94,10.680,39.3 +9.2,0.94,7.740,30.6,9.0,0.94,8.120,30.9 +7.5,0.94,10.070,35.0,7.4,0.94,10.890,35.9 +6.5,0.94,9.940,44.0,6.3,0.94,10.480,44.1 +6.4,0.95,8.610,42.9,6.2,0.95,8.820,42.9 +5.9,0.95,8.060,35.7,5.7,0.95,8.240,36.1 +6.7,0.95,7.980,33.4,6.5,0.95,8.110,33.6 +7.7,0.95,6.380,27.7,7.5,0.95,6.500,27.9 +9.0,0.95,6.090,24.6,8.8,0.95,6.190,24.8 +9.8,0.95,5.120,22.3,9.6,0.95,5.210,22.5 +10.3,0.95,5.640,10.8,10.1,0.95,5.730,11.2 +10.6,0.95,5.490,12.1,10.4,0.95,5.570,12.4 +10.7,0.95,4.910,16.6,10.5,0.95,5.000,16.5 +10.4,0.95,5.000,24.5,10.2,0.95,5.080,24.2 +10.0,0.95,6.120,29.6,9.8,0.95,6.180,30.0 +9.7,0.95,6.090,23.5,9.5,0.95,6.350,24.4 +8.9,0.95,7.300,24.1,8.9,0.95,7.070,25.5 +8.7,0.95,5.860,35.7,8.8,0.95,5.750,36.6 +8.6,0.95,5.820,42.6,8.9,0.95,5.990,42.6 +8.4,0.95,5.040,57.1,8.7,0.95,5.260,57.5 +8.6,0.95,4.540,80.2,8.8,0.95,4.660,80.2 +7.8,0.95,4.510,87.3,8.2,0.95,4.510,84.8 +8.2,0.95,3.350,98.0,8.5,0.95,3.300,97.0 +7.4,0.95,1.740,115.9,7.8,0.95,1.840,118.1 +7.7,0.95,1.510,144.9,8.2,0.95,1.550,152.8 +4.9,0.95,1.720,172.6,5.6,0.95,1.880,165.7 +6.7,0.95,1.550,179.8,7.6,0.95,1.950,188.4 +6.5,0.95,1.950,193.8,7.3,0.95,2.150,201.1 +6.7,0.95,2.290,189.5,7.5,0.95,2.660,201.3 +8.5,0.95,1.680,203.7,8.4,0.95,1.800,198.9 +10.7,0.95,3.050,205.2,10.5,0.95,3.080,204.4 +11.3,0.95,4.010,202.9,11.1,0.95,4.060,202.7 +12.1,0.95,3.680,197.5,11.9,0.95,3.740,197.2 +12.9,0.95,4.500,189.8,12.7,0.95,4.570,190.1 +13.3,0.95,4.730,195.7,13.1,0.95,4.810,195.7 +13.7,0.95,4.110,186.0,13.5,0.95,4.190,186.3 +13.9,0.95,5.360,181.7,13.7,0.95,5.470,182.5 +13.7,0.95,6.050,181.7,13.5,0.95,6.090,181.9 +13.4,0.95,7.050,178.0,13.2,0.95,7.060,179.1 +13.3,0.95,8.750,181.5,13.2,0.95,9.000,182.2 +11.6,0.95,10.310,174.7,11.8,0.95,10.590,177.3 +11.0,0.95,10.790,172.7,11.3,0.95,11.170,176.1 +10.5,0.95,10.890,169.1,11.0,0.95,11.330,172.9 +10.4,0.95,10.930,172.7,10.9,0.95,11.470,176.6 +10.2,0.95,11.610,182.1,10.5,0.95,12.310,185.6 +10.1,0.95,12.540,188.5,10.5,0.95,13.510,191.5 +9.5,0.95,12.570,191.1,9.9,0.95,13.700,193.2 +8.8,0.95,12.400,194.0,9.2,0.95,13.710,195.7 +8.6,0.95,12.720,192.8,8.9,0.95,14.020,194.6 +8.5,0.95,12.720,190.9,8.8,0.95,13.950,192.8 +8.0,0.95,12.460,189.7,8.3,0.95,13.720,191.3 +7.7,0.95,11.380,189.3,7.8,0.95,12.210,190.1 +7.8,0.95,7.760,186.3,7.6,0.95,8.380,186.4 +9.6,0.95,7.110,182.6,9.5,0.95,7.300,182.8 +11.6,0.95,7.620,180.2,11.4,0.95,7.790,180.5 +13.2,0.94,9.030,184.7,13.0,0.94,9.230,184.9 +14.3,0.94,8.940,187.6,14.1,0.94,9.150,187.8 +15.1,0.94,9.030,184.5,14.9,0.94,9.260,184.7 +15.9,0.94,8.950,182.3,15.7,0.94,9.150,182.6 +16.3,0.94,9.180,185.7,16.1,0.94,9.390,185.8 +16.0,0.94,8.600,188.2,15.8,0.94,9.050,188.5 +15.2,0.94,8.790,186.6,15.1,0.94,9.450,186.8 +14.7,0.94,9.840,187.7,14.5,0.94,10.550,187.7 +14.5,0.94,11.000,183.7,14.3,0.94,11.690,183.9 +14.4,0.94,10.110,184.4,14.2,0.94,10.760,184.7 +14.3,0.94,9.990,185.3,14.1,0.94,10.680,185.8 +14.0,0.94,9.740,188.2,13.8,0.94,10.420,188.4 +13.7,0.94,7.930,189.0,13.5,0.94,8.520,189.2 +13.3,0.94,7.780,186.4,13.1,0.94,8.330,186.7 +13.0,0.94,6.900,187.3,12.8,0.94,7.410,187.7 +12.8,0.94,6.490,186.6,12.6,0.94,6.950,187.0 +12.7,0.94,6.530,181.8,12.5,0.94,6.960,182.6 +12.6,0.94,6.530,178.7,12.4,0.94,7.050,179.9 +12.8,0.94,6.610,176.0,12.7,0.94,7.130,177.4 +13.1,0.94,6.620,167.8,12.9,0.94,7.100,169.2 +13.2,0.94,6.680,158.8,13.1,0.94,7.180,160.7 +13.3,0.94,6.540,164.7,13.2,0.94,7.010,165.5 +13.4,0.94,5.580,156.7,13.3,0.94,6.000,157.7 +13.7,0.94,5.560,152.6,13.6,0.94,6.020,153.0 +14.0,0.94,5.110,146.4,13.8,0.94,5.750,148.5 +14.3,0.94,4.820,150.9,14.2,0.94,5.270,152.0 +14.7,0.93,5.260,152.0,14.5,0.93,5.590,152.6 +14.9,0.93,4.800,150.9,14.8,0.93,5.290,152.1 +15.3,0.93,5.610,143.2,15.1,0.93,5.920,144.7 +15.5,0.93,6.340,142.3,15.3,0.93,6.790,143.4 +15.5,0.93,6.990,139.1,15.4,0.93,7.480,140.4 +15.8,0.93,9.170,139.3,15.8,0.93,9.690,140.9 +16.0,0.93,8.820,141.7,16.0,0.93,9.460,143.3 +16.9,0.93,8.920,145.7,16.9,0.93,9.540,147.8 +16.8,0.93,9.320,138.7,16.9,0.93,9.940,141.3 +17.4,0.93,9.750,137.7,17.4,0.93,10.360,140.1 +17.5,0.93,10.140,147.1,17.5,0.93,10.860,148.9 +18.1,0.93,10.530,152.0,18.2,0.93,11.340,153.8 +18.3,0.93,10.740,158.0,18.3,0.93,11.550,159.7 +18.3,0.93,10.980,160.2,18.4,0.93,11.710,162.0 +18.2,0.93,8.560,178.5,18.2,0.93,9.470,178.8 +18.1,0.93,7.520,187.0,18.0,0.93,8.250,188.3 +18.1,0.93,6.590,167.9,18.1,0.93,7.150,172.1 +17.8,0.93,7.470,152.7,17.8,0.93,7.880,155.4 +17.8,0.93,5.840,148.5,17.7,0.93,6.340,150.4 +17.7,0.93,4.240,181.5,17.5,0.93,4.660,181.4 +17.9,0.93,4.690,194.5,17.7,0.93,5.090,193.9 +18.4,0.93,2.840,171.9,18.2,0.93,2.960,173.2 +19.6,0.93,4.480,216.3,19.4,0.93,4.510,215.7 +21.5,0.93,3.680,241.5,21.3,0.93,3.720,241.9 +23.3,0.93,3.800,260.6,23.1,0.93,3.880,260.9 +23.7,0.93,3.300,240.0,23.5,0.93,3.380,241.4 +23.0,0.93,7.220,291.0,22.8,0.93,7.440,290.7 +22.3,0.93,5.480,287.4,22.2,0.93,5.660,287.3 +23.0,0.93,5.290,292.8,22.9,0.93,5.590,293.4 +21.8,0.93,8.370,301.7,21.6,0.93,9.200,302.9 +19.6,0.93,9.070,306.2,19.5,0.93,9.770,306.2 +18.4,0.93,9.510,298.3,18.3,0.93,10.660,299.3 +17.6,0.93,9.620,338.3,17.4,0.93,10.140,338.6 +16.0,0.93,9.360,329.6,15.8,0.93,10.030,330.0 +14.9,0.93,7.670,333.5,14.8,0.93,8.200,332.9 +14.1,0.93,8.310,320.3,13.9,0.93,8.920,320.4 +13.7,0.93,8.460,318.1,13.5,0.93,9.030,318.3 +12.6,0.93,8.560,324.4,12.4,0.93,9.100,324.2 +11.4,0.93,10.410,329.2,11.2,0.93,10.790,329.1 +11.2,0.93,8.920,337.9,11.0,0.93,9.280,338.0 +11.3,0.93,6.030,321.7,11.1,0.93,6.260,321.7 +10.6,0.93,7.520,320.9,10.4,0.93,7.870,321.2 +9.5,0.93,5.110,331.1,9.3,0.93,5.440,330.7 +9.5,0.93,9.120,330.5,9.3,0.93,9.500,330.3 +8.6,0.93,8.880,328.2,8.4,0.93,9.190,328.1 +8.2,0.94,7.550,327.0,8.0,0.94,7.840,327.0 +9.2,0.94,7.190,318.7,9.0,0.94,7.370,318.7 +9.8,0.94,7.910,311.1,9.6,0.94,8.120,311.2 +10.4,0.94,7.670,306.6,10.2,0.94,7.830,307.1 +9.3,0.94,8.060,303.0,9.1,0.94,8.260,303.1 +9.1,0.94,8.180,308.2,8.9,0.94,8.380,308.5 +8.5,0.94,8.050,298.3,8.3,0.94,8.340,298.8 +7.9,0.94,8.050,308.2,7.7,0.94,8.600,308.9 +7.8,0.94,5.990,304.8,7.6,0.94,6.430,305.4 +7.3,0.94,8.200,311.5,7.1,0.94,8.720,311.7 +7.1,0.94,8.810,319.1,6.9,0.94,9.360,319.2 +6.8,0.94,10.280,315.3,6.6,0.94,10.980,315.4 +6.3,0.94,10.290,325.9,6.2,0.94,10.950,326.5 +5.9,0.94,8.200,331.7,5.8,0.94,8.800,331.1 +5.2,0.94,7.510,332.6,5.0,0.94,7.900,332.2 +4.5,0.94,8.810,320.2,4.4,0.94,9.390,320.2 +3.9,0.94,6.320,327.8,3.8,0.94,6.710,328.9 +3.9,0.94,5.970,330.0,3.7,0.94,6.280,330.9 +3.4,0.94,6.050,328.4,3.1,0.94,6.450,329.6 +2.8,0.94,4.450,331.1,2.6,0.94,4.930,332.5 +2.0,0.94,7.260,340.3,2.0,0.94,7.910,342.8 +1.5,0.94,6.810,345.3,1.5,0.94,7.390,346.6 +1.3,0.94,3.470,340.5,1.2,0.94,3.900,344.5 +0.8,0.94,2.410,339.6,0.6,0.94,2.740,340.9 +2.6,0.94,2.210,334.9,2.4,0.94,2.330,333.8 +5.2,0.94,4.050,318.5,5.0,0.94,4.110,319.5 +6.7,0.94,5.240,337.6,6.5,0.94,5.340,337.8 +8.0,0.94,4.580,340.7,7.8,0.94,4.660,340.8 +8.8,0.94,3.370,331.1,8.6,0.94,3.440,331.6 +9.6,0.94,3.560,335.4,9.4,0.94,3.620,335.8 +9.9,0.94,3.350,344.8,9.7,0.94,3.410,345.1 +9.8,0.94,2.840,3.3,9.7,0.94,2.890,2.6 +9.4,0.94,4.040,21.2,9.2,0.94,4.010,21.1 +8.8,0.94,5.050,48.1,8.7,0.94,4.960,47.8 +8.8,0.94,5.180,58.5,8.7,0.94,5.020,59.0 +8.9,0.94,5.130,69.4,9.0,0.94,4.800,69.8 +8.6,0.94,5.520,100.6,8.7,0.94,5.300,98.8 +8.6,0.94,5.930,105.3,8.8,0.94,5.790,105.0 +8.4,0.94,6.690,116.1,8.8,0.94,6.490,117.6 +7.9,0.94,7.190,127.6,8.4,0.94,7.220,129.6 +7.4,0.94,9.240,135.4,7.9,0.94,9.340,138.1 +6.9,0.94,10.770,138.6,7.5,0.94,10.980,140.6 +6.7,0.94,10.960,137.8,7.2,0.94,11.370,139.9 +6.7,0.94,10.980,136.3,7.2,0.94,11.400,139.0 +6.2,0.94,10.810,139.7,6.7,0.94,11.280,142.4 +5.9,0.94,10.140,141.3,6.0,0.94,10.750,142.7 +6.2,0.94,8.120,142.5,6.1,0.94,8.750,143.0 +7.9,0.94,7.620,145.9,7.8,0.94,7.840,146.2 +9.4,0.94,7.870,143.6,9.2,0.94,8.040,143.8 +10.6,0.94,7.900,146.3,10.4,0.94,8.060,146.4 +11.5,0.94,8.220,146.6,11.3,0.94,8.390,146.7 +12.3,0.94,8.410,146.9,12.1,0.94,8.580,147.0 +12.7,0.94,8.680,144.9,12.5,0.94,8.860,145.1 +12.9,0.94,8.850,144.1,12.7,0.94,9.050,144.2 +12.7,0.94,9.010,142.7,12.5,0.94,9.220,142.9 +12.0,0.94,9.090,140.6,11.8,0.94,9.520,140.9 +10.2,0.94,10.750,132.4,10.1,0.94,11.520,133.0 +8.6,0.94,12.890,133.8,8.5,0.94,13.770,134.6 +8.5,0.94,13.700,138.6,8.6,0.94,14.590,139.4 +9.1,0.94,14.190,143.1,9.1,0.94,15.060,144.1 +9.2,0.94,14.050,145.5,9.3,0.94,14.920,146.7 +9.7,0.94,13.940,150.3,9.8,0.94,14.820,151.8 +10.1,0.94,14.220,155.8,10.2,0.94,15.170,157.6 +10.5,0.94,14.730,161.8,10.6,0.94,15.720,163.7 +10.3,0.94,14.750,162.4,10.4,0.94,15.750,164.3 +10.5,0.94,15.250,166.2,10.6,0.94,16.230,168.0 +10.1,0.94,14.570,165.9,10.2,0.94,15.580,167.8 +9.7,0.94,14.330,165.4,9.8,0.94,15.390,167.4 +9.7,0.94,14.270,166.0,9.8,0.94,15.310,167.9 +9.9,0.94,14.680,169.0,9.9,0.94,15.580,170.4 +10.5,0.94,11.730,170.9,10.3,0.94,12.830,171.4 +11.8,0.94,9.270,169.4,11.6,0.94,9.600,169.9 +13.4,0.94,9.360,169.4,13.2,0.94,9.590,169.7 +14.9,0.94,10.120,169.3,14.7,0.94,10.360,169.5 +15.8,0.94,10.380,170.3,15.6,0.94,10.650,170.3 +16.7,0.94,10.560,169.0,16.5,0.94,10.820,169.1 +17.4,0.94,10.330,166.5,17.2,0.94,10.590,166.7 +17.5,0.94,10.630,162.2,17.3,0.94,10.900,162.4 +17.4,0.94,10.370,159.1,17.2,0.94,10.670,159.5 +17.2,0.94,10.190,161.5,17.0,0.94,10.840,161.8 +16.4,0.94,11.350,159.9,16.4,0.94,12.290,161.0 +15.8,0.94,13.140,161.7,15.8,0.94,14.060,162.2 +15.3,0.94,13.960,165.3,15.3,0.94,14.870,165.9 +14.8,0.94,14.040,168.8,14.7,0.94,14.970,169.6 +14.1,0.94,13.390,169.8,14.1,0.94,14.310,170.9 +13.4,0.94,12.840,173.6,13.4,0.94,13.870,175.1 +13.3,0.94,13.540,177.8,13.3,0.94,14.530,179.3 +13.0,0.94,13.120,179.8,13.0,0.94,14.220,181.8 +12.8,0.94,13.420,185.1,12.8,0.94,14.580,186.7 +12.5,0.94,13.170,186.9,12.5,0.94,14.310,188.7 +12.1,0.94,12.790,187.3,12.1,0.94,13.860,189.1 +11.6,0.94,12.290,190.2,11.7,0.94,13.340,192.0 +11.0,0.94,10.930,186.9,11.1,0.94,11.960,189.0 +10.9,0.94,10.420,186.8,11.0,0.94,11.220,188.6 +10.7,0.94,6.850,189.5,10.6,0.94,7.460,189.4 +12.2,0.94,5.600,187.1,12.0,0.94,5.740,187.4 +14.0,0.94,5.870,180.8,13.8,0.94,5.980,181.1 +15.7,0.94,5.840,182.8,15.5,0.94,5.930,183.0 +17.0,0.94,6.460,186.7,16.8,0.94,6.540,186.7 +17.9,0.94,5.920,185.4,17.7,0.94,5.990,185.5 +18.6,0.94,5.280,187.9,18.4,0.94,5.380,188.3 +18.9,0.94,4.930,196.5,18.8,0.94,5.060,196.6 +19.0,0.94,4.940,199.1,18.8,0.94,5.060,199.2 +18.8,0.94,5.560,189.2,18.6,0.94,5.830,189.2 +18.3,0.94,6.430,184.7,18.2,0.94,6.620,185.4 +18.1,0.94,8.200,188.7,18.0,0.94,8.160,189.7 +17.1,0.94,9.400,178.8,17.3,0.94,9.550,182.4 +15.7,0.94,7.640,178.2,16.2,0.94,8.080,182.5 +14.4,0.94,6.930,165.8,14.8,0.94,7.490,170.8 +14.6,0.94,6.710,169.2,15.0,0.94,7.040,173.7 +14.4,0.94,4.750,179.6,14.7,0.94,5.230,183.0 +14.0,0.94,4.480,178.1,14.3,0.94,4.990,180.6 +13.2,0.94,4.010,170.2,13.5,0.94,4.580,173.3 +13.2,0.94,3.900,170.2,13.6,0.94,4.280,173.9 +12.5,0.94,3.650,179.9,12.8,0.94,4.090,182.7 +12.5,0.94,4.780,168.7,12.8,0.94,5.060,172.2 +11.7,0.94,4.290,165.0,12.1,0.94,4.810,168.3 +11.5,0.94,3.670,167.8,11.9,0.94,4.240,171.7 +11.7,0.94,2.670,160.4,11.9,0.94,3.640,163.8 +13.8,0.94,2.570,166.7,13.6,0.94,2.640,166.7 +15.6,0.94,3.290,175.6,15.4,0.94,3.350,175.5 +16.9,0.94,4.240,172.6,16.7,0.94,4.330,172.7 +18.0,0.94,4.560,167.2,17.8,0.94,4.660,167.2 +18.6,0.94,5.570,157.1,18.4,0.94,5.670,157.3 +18.7,0.94,5.970,156.3,18.5,0.94,6.080,156.3 +18.6,0.94,6.310,154.4,18.4,0.94,6.430,154.4 +18.2,0.94,6.530,149.8,18.0,0.94,6.660,149.8 +17.5,0.94,6.470,147.6,17.4,0.94,6.860,148.1 +16.9,0.94,8.820,146.8,16.8,0.94,9.130,147.1 +15.2,0.94,9.790,133.1,15.2,0.94,10.280,133.1 +14.0,0.94,11.480,131.5,14.3,0.94,12.390,133.0 +12.6,0.94,11.660,139.0,12.8,0.94,12.720,140.4 +11.8,0.94,10.880,140.5,12.1,0.94,11.830,142.2 +10.9,0.94,9.420,142.9,11.2,0.94,10.300,144.7 +9.0,0.94,7.520,147.6,9.2,0.94,8.420,149.4 +9.0,0.94,7.290,151.9,8.9,0.94,7.750,152.4 +9.2,0.94,6.710,146.5,9.0,0.94,7.310,147.4 +9.3,0.94,7.390,147.7,9.1,0.94,8.020,148.2 +9.4,0.94,8.770,142.9,9.2,0.94,9.380,144.2 +9.1,0.94,9.080,144.7,9.0,0.94,9.730,145.4 +8.9,0.94,9.030,137.7,8.8,0.94,9.670,138.4 +9.4,0.94,9.890,139.1,9.3,0.94,10.620,140.1 +10.5,0.94,8.280,142.1,10.3,0.94,8.950,142.6 +10.9,0.94,7.390,139.9,10.7,0.94,7.700,141.0 +13.0,0.94,7.550,141.3,12.8,0.94,7.730,141.9 +15.2,0.94,8.640,146.1,15.0,0.94,8.820,146.4 +16.8,0.94,9.280,149.7,16.6,0.94,9.460,149.9 +17.6,0.94,9.920,151.0,17.4,0.94,10.130,151.2 +18.1,0.94,10.690,151.1,17.9,0.94,10.940,151.1 +18.3,0.94,10.430,149.5,18.1,0.94,10.690,149.6 +18.3,0.94,10.250,146.6,18.1,0.94,10.560,146.8 +17.7,0.94,11.310,142.7,17.5,0.94,11.960,143.1 +16.5,0.94,12.620,139.2,16.4,0.94,13.470,139.9 +15.9,0.94,13.560,143.6,15.9,0.94,14.430,144.5 +15.9,0.94,13.590,149.4,15.9,0.94,14.490,150.3 +15.9,0.94,13.990,153.9,15.9,0.94,14.850,154.9 +15.8,0.94,13.950,157.1,15.8,0.94,14.840,158.3 +15.8,0.94,14.340,162.2,15.8,0.94,15.280,163.6 +15.9,0.94,15.080,165.9,15.9,0.94,16.030,167.1 +16.0,0.94,14.990,167.1,16.0,0.94,15.940,168.5 +15.9,0.94,14.230,166.7,15.9,0.94,15.200,168.3 +15.7,0.94,13.900,166.3,15.7,0.94,14.850,167.9 +16.1,0.94,13.880,171.8,16.1,0.94,14.790,172.9 +14.8,0.94,11.660,172.0,14.7,0.94,12.410,173.2 +14.0,0.94,12.650,170.3,13.9,0.94,13.220,171.5 +13.9,0.94,12.460,165.8,13.8,0.94,13.100,166.9 +14.2,0.94,11.840,169.5,14.1,0.94,12.470,170.2 +14.3,0.94,10.900,167.1,14.3,0.94,11.510,167.7 +14.3,0.94,8.960,177.8,14.2,0.94,9.550,178.2 +15.3,0.94,10.680,160.3,15.2,0.94,11.300,161.7 +17.1,0.94,10.290,161.5,17.0,0.94,10.830,162.3 +18.1,0.94,11.670,164.2,18.0,0.94,11.970,164.5 +19.0,0.94,12.250,171.0,18.8,0.94,12.640,171.1 +19.5,0.93,11.490,172.8,19.3,0.93,11.940,173.0 +19.3,0.93,11.060,166.2,19.1,0.93,11.670,166.6 +19.2,0.93,13.950,170.7,19.0,0.93,14.750,171.1 +18.7,0.93,15.360,174.0,18.6,0.93,16.180,174.2 +18.8,0.94,12.240,170.7,18.8,0.94,13.030,171.2 +18.9,0.93,14.010,169.5,18.9,0.93,14.910,170.7 +19.1,0.93,13.620,169.8,19.1,0.93,14.640,170.8 +19.2,0.93,14.850,164.8,19.2,0.93,15.980,166.2 +19.1,0.93,15.280,174.4,19.1,0.93,16.390,175.3 +18.9,0.93,14.410,172.2,18.9,0.93,15.530,173.5 +18.6,0.93,14.970,171.6,18.6,0.93,16.120,173.1 +18.3,0.93,14.640,173.0,18.3,0.93,15.760,174.3 +18.0,0.93,14.660,174.1,18.0,0.93,15.860,175.5 +17.6,0.93,14.670,171.8,17.6,0.93,15.830,173.2 +17.3,0.93,15.390,173.5,17.3,0.93,16.480,174.6 +16.9,0.93,15.330,169.4,16.8,0.93,16.400,170.5 +16.4,0.93,15.710,168.3,16.4,0.93,16.750,169.3 +17.0,0.93,15.720,172.3,16.9,0.93,16.420,172.8 +17.1,0.93,13.400,171.2,17.0,0.93,13.830,171.4 +16.7,0.93,12.080,172.6,16.5,0.93,12.700,173.0 +15.1,0.93,10.640,183.4,15.0,0.93,11.340,184.0 +15.0,0.93,10.760,190.3,14.9,0.93,11.330,190.5 +13.5,0.93,10.790,252.8,13.3,0.93,11.340,252.4 +12.3,0.93,7.480,257.0,12.1,0.93,7.780,257.6 +13.1,0.93,8.980,254.7,12.9,0.93,9.210,254.9 +12.6,0.93,7.800,256.4,12.4,0.93,8.100,256.7 +11.5,0.93,9.320,268.3,11.3,0.93,9.790,268.2 +9.9,0.93,10.700,266.1,9.8,0.93,11.470,267.5 +9.4,0.93,10.220,267.3,9.3,0.93,10.750,268.3 +8.8,0.93,9.200,255.4,8.8,0.93,10.010,257.5 +9.0,0.93,9.210,255.0,8.9,0.93,9.970,257.8 +8.3,0.93,8.900,248.9,8.4,0.93,9.680,252.5 +8.0,0.93,8.600,244.6,8.3,0.93,9.640,247.8 +8.0,0.94,8.890,237.9,8.3,0.94,9.910,240.3 +7.7,0.94,8.990,234.6,8.1,0.94,10.160,238.0 +7.4,0.94,8.510,235.6,7.9,0.94,9.650,239.6 +7.0,0.94,7.380,240.2,7.5,0.94,8.560,244.1 +7.1,0.94,7.630,239.9,7.7,0.94,8.540,243.6 +7.0,0.94,7.260,240.3,7.6,0.94,7.910,244.1 +7.2,0.94,7.030,238.0,7.8,0.94,7.480,241.3 +6.4,0.94,6.640,228.2,7.0,0.94,6.950,232.1 +6.9,0.94,5.940,222.3,7.3,0.94,6.720,224.9 +8.8,0.94,4.420,214.7,8.8,0.94,5.090,216.0 +11.4,0.94,4.330,205.0,11.2,0.94,4.460,205.3 +13.5,0.94,4.940,205.0,13.4,0.94,5.030,205.2 +15.5,0.94,5.850,205.9,15.3,0.94,5.970,206.1 +17.1,0.94,6.970,205.3,16.9,0.94,7.130,205.6 +18.3,0.94,7.460,207.4,18.1,0.94,7.660,207.7 +18.8,0.94,7.910,200.3,18.6,0.94,8.120,200.5 +18.5,0.94,7.630,188.7,18.3,0.94,7.910,188.9 +17.8,0.93,9.540,174.8,17.7,0.93,10.170,175.9 +17.2,0.93,11.420,172.5,17.2,0.93,11.980,174.1 +16.8,0.93,12.890,177.8,16.9,0.93,13.790,179.6 +16.7,0.93,13.720,178.3,16.9,0.93,14.740,179.7 +16.0,0.93,14.540,176.1,16.1,0.93,15.680,178.3 +15.4,0.93,14.950,176.7,15.5,0.93,16.170,179.0 +14.6,0.93,14.690,176.6,14.7,0.93,15.880,179.0 +14.0,0.93,14.120,181.7,14.2,0.93,15.300,184.2 +14.1,0.93,14.420,184.8,14.1,0.93,15.600,186.6 +13.7,0.93,13.970,183.3,13.7,0.93,15.010,184.9 +13.3,0.93,12.840,184.5,13.3,0.93,13.840,185.9 +13.2,0.93,13.310,185.0,13.1,0.93,14.380,186.5 +12.5,0.93,13.820,179.7,12.5,0.93,15.070,181.8 +11.8,0.93,14.350,184.1,11.8,0.93,15.460,185.8 +11.1,0.93,14.410,186.7,11.1,0.93,15.470,188.3 +11.0,0.93,11.440,192.8,10.9,0.93,11.900,192.9 +12.3,0.93,8.220,196.7,12.1,0.93,8.480,196.9 +13.7,0.93,7.390,193.2,13.5,0.93,7.560,193.4 +15.0,0.93,7.430,197.2,14.8,0.93,7.580,197.3 +16.4,0.93,7.290,196.0,16.2,0.93,7.450,196.1 +17.5,0.93,7.680,200.1,17.3,0.93,7.840,200.1 +18.4,0.93,7.640,202.1,18.2,0.93,7.810,202.2 +18.9,0.93,8.190,203.1,18.7,0.93,8.390,203.2 +19.1,0.93,7.730,202.8,18.9,0.93,7.950,203.0 +18.7,0.93,7.930,197.2,18.6,0.93,8.430,198.5 +18.4,0.93,10.110,191.1,18.4,0.93,10.560,193.3 +18.1,0.93,10.940,195.2,18.1,0.93,11.610,197.7 +17.8,0.93,11.500,194.8,18.0,0.93,12.320,197.4 +17.9,0.93,12.130,193.8,18.1,0.93,13.030,196.5 +18.0,0.93,12.890,193.9,18.3,0.93,13.970,196.9 +17.0,0.93,13.080,192.2,17.2,0.93,14.330,195.2 +15.8,0.93,12.560,193.8,16.0,0.93,13.800,196.7 +15.4,0.93,12.210,196.9,15.7,0.93,13.390,200.3 +15.1,0.93,12.040,196.5,15.4,0.93,13.110,199.8 +14.2,0.93,11.470,203.2,14.2,0.93,12.340,206.8 +12.5,0.93,9.970,219.9,12.6,0.93,11.080,222.4 +12.4,0.93,7.970,282.1,13.1,0.93,9.140,286.5 +13.8,0.93,7.990,280.6,14.1,0.93,8.720,283.1 +13.0,0.93,7.390,276.9,13.2,0.93,8.490,281.8 +12.9,0.93,7.620,274.8,12.9,0.93,8.300,277.2 +13.7,0.93,7.250,272.4,13.6,0.93,7.500,272.9 +14.5,0.93,8.290,270.1,14.3,0.93,8.510,270.4 +15.2,0.93,9.040,264.6,15.0,0.93,9.270,264.8 +15.7,0.93,10.220,260.0,15.5,0.93,10.480,260.1 +15.9,0.93,11.180,259.8,15.7,0.93,11.490,259.9 +16.0,0.93,11.500,256.2,15.8,0.93,11.840,256.4 +16.1,0.93,11.400,255.8,15.9,0.93,11.740,255.8 +16.1,0.93,10.530,259.0,15.9,0.93,10.930,259.0 +15.7,0.93,8.440,255.5,15.6,0.93,9.140,256.5 +15.4,0.93,10.370,251.1,15.4,0.93,10.940,252.7 +14.6,0.94,11.150,260.5,14.8,0.94,12.500,262.3 +13.3,0.94,9.480,259.7,13.7,0.94,11.030,263.1 +12.6,0.94,9.770,256.6,12.9,0.94,10.410,260.2 +11.5,0.94,9.590,256.8,12.0,0.94,10.770,261.4 +11.6,0.94,8.370,266.4,12.1,0.94,9.750,272.3 +10.7,0.94,8.040,254.7,11.3,0.94,9.230,262.3 +9.8,0.94,8.220,251.2,10.7,0.94,9.660,258.2 +10.8,0.94,9.400,261.0,11.6,0.94,10.710,266.7 +10.8,0.94,9.120,261.2,11.6,0.94,10.220,265.7 +10.8,0.94,9.220,264.9,11.6,0.94,10.060,268.1 +10.8,0.94,8.900,265.1,11.7,0.94,9.580,267.5 +10.7,0.94,7.950,264.8,11.7,0.94,8.610,267.5 +10.3,0.94,6.820,251.8,11.5,0.94,7.450,255.9 +9.3,0.94,5.190,248.6,10.3,0.94,5.920,253.0 +10.5,0.94,3.590,239.6,11.2,0.94,5.370,253.6 +12.2,0.94,2.790,224.3,12.0,0.94,3.010,227.6 +13.8,0.94,3.420,224.3,13.6,0.94,3.430,225.4 +14.6,0.94,2.500,243.8,14.4,0.94,2.560,244.6 +16.3,0.94,3.300,288.7,16.1,0.94,3.410,288.7 +16.2,0.94,4.660,331.0,16.0,0.94,4.710,330.6 +16.0,0.94,3.860,344.8,15.8,0.94,3.920,344.5 +16.0,0.94,3.180,6.2,15.9,0.94,3.250,5.7 +15.8,0.94,4.630,30.9,15.7,0.94,4.670,30.7 +15.0,0.94,4.910,49.6,14.9,0.94,5.210,50.5 +14.3,0.94,5.110,63.1,14.3,0.94,5.050,63.4 +12.3,0.94,6.580,24.6,12.2,0.94,6.840,23.6 +11.1,0.94,5.370,42.8,11.2,0.94,5.570,39.6 +11.0,0.94,5.420,56.5,11.1,0.94,5.510,54.4 +10.7,0.94,5.920,70.4,10.8,0.94,6.240,70.7 +10.7,0.94,5.480,93.6,10.8,0.94,5.990,91.7 +10.6,0.94,5.770,96.9,10.8,0.94,6.390,98.0 +10.7,0.94,5.680,91.6,10.8,0.94,6.380,94.2 +10.8,0.94,4.880,82.7,10.8,0.94,5.350,90.5 +11.3,0.94,5.570,83.2,11.5,0.94,5.830,96.0 +11.7,0.94,6.340,87.8,11.8,0.94,6.670,93.4 +11.7,0.94,7.250,76.9,11.9,0.94,7.700,82.0 +11.8,0.94,7.860,78.6,11.9,0.94,8.500,81.8 +10.3,0.94,6.240,59.0,10.2,0.94,6.640,61.0 +11.0,0.94,4.380,53.9,10.8,0.94,4.520,55.1 +12.4,0.94,5.150,53.9,12.3,0.94,5.250,54.6 +13.3,0.94,6.130,64.7,13.2,0.94,6.260,65.0 +14.2,0.94,5.940,70.7,14.0,0.94,6.070,71.1 +15.0,0.94,6.300,78.6,14.8,0.94,6.450,78.6 +15.3,0.94,4.550,73.2,15.1,0.94,4.660,73.4 +15.4,0.94,4.770,70.5,15.2,0.94,4.860,70.2 +14.8,0.94,5.450,63.7,14.7,0.94,5.680,64.3 +13.3,0.94,5.000,116.9,13.1,0.94,5.460,115.9 +12.2,0.94,2.570,102.8,11.9,0.94,3.660,102.3 +10.9,0.94,4.820,88.8,10.7,0.94,5.340,91.6 +10.1,0.94,5.740,98.6,10.0,0.94,6.310,99.8 +9.6,0.94,4.140,86.8,9.5,0.94,4.790,88.8 +9.6,0.94,4.230,75.9,9.5,0.94,4.640,78.3 +9.6,0.94,4.350,66.7,9.5,0.94,4.810,70.3 +9.6,0.94,5.240,70.0,9.4,0.94,5.640,72.5 +9.3,0.94,5.720,57.2,9.2,0.94,6.100,59.8 +9.2,0.94,6.160,46.7,9.1,0.94,6.520,48.9 +9.1,0.94,7.020,56.2,9.0,0.94,7.600,57.4 +9.2,0.94,6.630,46.7,9.1,0.94,7.260,49.4 +9.5,0.94,7.860,44.9,9.5,0.94,8.520,47.1 +9.3,0.94,7.990,51.0,9.3,0.94,8.730,52.9 +9.0,0.94,9.290,65.2,9.0,0.94,10.170,67.0 +8.4,0.95,9.100,56.7,8.3,0.95,9.830,58.1 +8.3,0.95,8.380,61.8,8.1,0.95,8.920,62.8 +8.4,0.95,7.050,59.1,8.3,0.95,7.290,59.8 +8.8,0.95,6.680,56.4,8.6,0.95,6.940,57.1 +9.5,0.95,6.940,56.2,9.3,0.95,7.150,56.6 +10.8,0.95,7.110,64.5,10.6,0.95,7.330,64.8 +11.9,0.95,8.510,76.8,11.7,0.95,8.730,76.5 +12.3,0.94,7.520,72.3,12.1,0.94,7.730,72.3 +11.6,0.95,8.330,75.2,11.5,0.95,9.000,75.2 +10.9,0.95,6.300,91.0,10.8,0.95,6.840,90.7 +10.3,0.95,7.400,76.0,10.2,0.95,7.910,76.1 +10.2,0.95,8.970,72.9,10.0,0.95,9.660,73.1 +10.0,0.95,10.250,72.4,9.9,0.95,10.980,72.9 +9.7,0.94,9.180,70.8,9.6,0.94,9.890,71.6 +9.3,0.94,10.050,70.4,9.2,0.94,10.710,71.3 +8.6,0.94,8.890,68.2,8.5,0.94,9.350,69.0 +8.2,0.94,11.170,70.3,8.0,0.94,11.820,71.2 +8.1,0.94,11.500,75.5,7.9,0.94,12.160,76.2 +7.4,0.94,13.070,78.3,7.2,0.94,13.740,78.7 +6.9,0.94,10.330,79.0,6.8,0.94,10.950,79.8 +6.5,0.94,10.620,83.2,6.3,0.94,11.210,83.7 +6.3,0.94,11.610,79.2,6.1,0.94,12.170,79.9 +6.4,0.94,11.630,76.0,6.2,0.94,12.200,76.6 +6.6,0.94,10.480,79.7,6.4,0.94,11.060,80.3 +6.5,0.94,12.440,74.8,6.4,0.94,13.020,75.3 +6.5,0.94,9.810,73.7,6.3,0.94,10.230,74.4 +6.4,0.94,10.100,80.2,6.2,0.94,10.620,80.9 +6.8,0.94,10.530,85.6,6.7,0.94,11.050,86.2 +7.0,0.94,12.140,82.7,6.8,0.94,12.460,83.0 +7.5,0.94,12.130,91.4,7.3,0.94,12.490,91.7 +7.6,0.94,11.180,86.7,7.4,0.94,11.560,86.9 +8.2,0.94,11.490,88.0,8.0,0.94,11.840,88.2 +7.8,0.94,8.620,73.3,7.6,0.94,8.930,73.8 +7.2,0.94,9.680,80.4,7.0,0.94,10.190,81.0 +6.9,0.94,6.740,85.0,6.8,0.94,7.300,85.8 +6.9,0.94,9.290,67.3,6.8,0.94,9.760,68.0 +6.8,0.94,7.720,57.7,6.6,0.94,8.130,59.1 +6.6,0.94,7.840,60.6,6.5,0.94,8.290,61.9 +6.5,0.93,6.300,51.4,6.3,0.93,6.690,53.7 +6.6,0.93,6.150,62.2,6.4,0.93,6.600,63.8 +6.5,0.93,6.360,38.6,6.4,0.93,6.720,41.1 +6.4,0.93,6.440,30.5,6.3,0.93,6.750,32.6 +6.3,0.93,6.830,30.2,6.2,0.93,7.070,31.2 +5.7,0.93,7.770,11.5,5.5,0.93,8.020,11.8 +5.3,0.93,7.970,14.6,5.1,0.93,8.360,14.5 +5.0,0.93,8.590,12.5,4.8,0.93,8.890,12.6 +4.8,0.93,7.760,12.6,4.6,0.93,8.340,12.8 +4.8,0.93,7.130,10.5,4.6,0.93,7.670,11.4 +4.7,0.93,7.070,5.5,4.5,0.93,7.660,5.8 +4.7,0.93,6.740,6.2,4.5,0.93,7.210,6.8 +4.7,0.93,7.060,358.8,4.5,0.93,7.420,359.4 +4.8,0.93,6.960,354.7,4.6,0.93,7.190,355.1 +4.9,0.93,6.130,352.2,4.7,0.93,6.300,352.4 +5.0,0.93,5.760,346.2,4.8,0.93,5.960,346.4 +6.0,0.93,5.720,348.7,5.8,0.93,5.900,348.5 +8.2,0.93,6.970,339.9,8.0,0.93,7.120,340.1 +8.9,0.93,7.310,335.7,8.7,0.93,7.500,335.8 +9.0,0.93,6.060,332.5,8.9,0.93,6.680,332.3 +9.2,0.93,7.090,326.8,9.2,0.93,7.870,327.0 +9.3,0.93,9.060,326.4,9.5,0.93,10.010,327.1 +8.6,0.93,10.200,322.2,8.7,0.93,11.250,323.5 +8.5,0.93,11.250,321.4,8.8,0.93,12.340,322.7 +8.3,0.93,9.780,312.8,8.6,0.93,10.730,313.9 +7.7,0.93,10.190,311.9,8.0,0.93,11.590,313.2 +7.7,0.93,10.210,314.8,7.9,0.93,11.590,316.4 +6.7,0.93,9.550,320.1,7.0,0.93,10.760,322.3 +6.4,0.93,7.830,321.1,6.9,0.93,8.940,324.9 +6.4,0.93,6.310,316.0,7.0,0.93,6.970,318.4 +5.0,0.93,6.620,311.6,5.4,0.93,7.780,311.7 +4.9,0.93,6.930,320.4,5.4,0.93,8.360,323.7 +4.6,0.94,9.380,327.2,4.8,0.94,10.700,327.8 +3.9,0.94,8.670,331.5,4.0,0.94,9.900,331.4 +3.6,0.94,5.780,340.4,3.5,0.94,6.210,339.8 +3.7,0.94,3.890,320.3,3.6,0.94,5.050,322.3 +4.0,0.94,4.680,323.9,3.8,0.94,4.910,324.4 +4.8,0.94,5.760,319.4,4.6,0.94,5.930,320.0 +5.5,0.94,4.580,313.3,5.3,0.94,4.690,313.3 +6.6,0.94,3.960,309.0,6.4,0.94,4.040,308.9 +8.0,0.94,3.930,293.5,7.9,0.94,4.010,293.4 +9.8,0.94,3.900,281.5,9.6,0.94,4.030,281.4 +10.6,0.94,4.580,291.8,10.5,0.94,4.700,291.4 +10.8,0.94,3.370,293.9,10.7,0.94,3.640,292.4 +10.7,0.94,2.640,274.0,10.7,0.94,3.090,275.4 +10.2,0.94,2.220,238.8,10.4,0.94,2.700,244.7 +9.9,0.94,2.640,234.3,10.4,0.94,3.160,240.1 +9.8,0.94,3.340,223.7,10.3,0.94,3.780,228.2 +9.4,0.94,4.370,208.3,9.5,0.94,4.710,207.6 +9.6,0.94,5.280,198.7,9.9,0.94,5.660,201.1 +9.8,0.94,8.000,194.2,10.3,0.94,8.620,196.5 +10.3,0.94,11.030,191.4,10.8,0.94,11.980,193.9 +9.7,0.94,10.520,183.4,10.2,0.94,11.670,186.5 +9.6,0.94,11.230,182.7,10.1,0.94,12.580,184.9 +9.4,0.94,13.000,178.6,9.7,0.94,14.280,180.2 +9.5,0.94,14.150,176.0,9.7,0.94,15.430,177.5 +9.2,0.94,14.170,171.2,9.5,0.94,15.390,173.2 +8.8,0.94,14.200,169.2,9.0,0.94,15.400,171.2 +9.8,0.94,13.470,172.7,9.9,0.94,14.210,173.8 +10.6,0.94,10.410,173.9,10.5,0.94,11.480,174.5 +12.7,0.94,10.150,173.1,12.5,0.94,10.550,173.5 +14.4,0.93,10.570,173.7,14.3,0.93,10.890,174.1 +16.0,0.93,11.780,179.3,15.8,0.93,12.090,179.5 +17.1,0.93,12.540,181.7,16.9,0.93,12.870,181.8 +17.8,0.93,12.530,184.8,17.7,0.93,12.890,185.0 +18.3,0.93,12.110,187.9,18.1,0.93,12.540,188.0 +18.3,0.93,11.640,189.3,18.2,0.93,12.270,189.5 +18.0,0.93,12.880,187.9,18.0,0.93,13.940,188.9 +17.7,0.93,14.770,188.6,17.8,0.93,15.970,190.2 +17.0,0.93,15.610,191.3,17.1,0.93,16.950,192.8 +16.4,0.93,16.040,193.2,16.5,0.93,17.450,194.7 +15.9,0.93,15.510,196.6,16.0,0.93,16.870,198.0 +15.5,0.93,15.480,197.8,15.6,0.93,16.850,199.4 +15.0,0.94,15.110,198.1,15.1,0.94,16.420,199.7 +14.4,0.94,14.350,199.5,14.5,0.94,15.710,201.1 +13.8,0.94,13.530,202.8,13.9,0.94,15.000,204.4 +13.3,0.94,12.850,205.1,13.5,0.94,14.300,207.1 +12.8,0.94,12.640,204.6,12.9,0.94,13.880,206.5 +12.2,0.94,11.950,207.1,12.3,0.94,13.050,209.4 +12.0,0.94,11.820,209.2,12.1,0.94,12.860,211.4 +11.6,0.94,10.990,209.4,11.7,0.94,11.880,212.2 +11.3,0.94,10.630,213.7,11.4,0.94,11.490,216.2 +11.1,0.94,9.300,219.7,11.1,0.94,9.970,220.4 +11.8,0.94,5.720,219.1,11.7,0.94,6.150,219.4 +13.6,0.94,5.540,212.9,13.4,0.94,5.670,213.1 +15.0,0.94,5.130,209.6,14.8,0.94,5.220,209.7 +16.3,0.94,5.450,206.7,16.1,0.94,5.550,206.9 +17.2,0.94,5.880,205.3,17.0,0.94,5.990,205.6 +17.9,0.94,5.920,206.9,17.7,0.94,6.040,207.1 +18.3,0.94,5.680,212.3,18.1,0.94,5.810,212.4 +18.3,0.94,5.570,212.3,18.2,0.94,5.740,212.4 +18.2,0.94,6.280,212.2,18.1,0.94,6.600,212.7 +18.1,0.94,7.230,220.6,18.0,0.94,7.470,221.0 +17.9,0.94,6.100,216.3,17.8,0.94,6.390,218.3 +17.6,0.94,8.080,207.7,17.6,0.94,8.560,210.4 +16.2,0.94,7.210,209.4,16.5,0.94,7.900,213.3 +15.8,0.94,6.240,205.2,16.0,0.94,6.800,208.4 +15.7,0.94,7.060,199.4,15.9,0.94,7.510,203.6 +15.0,0.94,7.700,208.2,15.2,0.94,8.250,212.1 +14.8,0.94,8.060,207.1,15.0,0.94,8.870,211.0 +14.1,0.94,7.940,201.6,14.2,0.94,8.600,206.8 +13.8,0.94,8.680,201.1,13.9,0.94,9.330,207.0 +13.4,0.94,8.390,190.3,13.6,0.94,9.100,196.0 +12.9,0.94,8.560,184.6,13.2,0.94,9.470,190.7 +12.1,0.94,8.490,174.8,12.5,0.94,9.380,181.3 +11.7,0.94,8.770,167.0,12.0,0.94,9.620,172.5 +11.6,0.94,7.830,164.1,11.6,0.94,8.440,166.5 +11.9,0.94,5.890,160.5,11.8,0.94,6.370,160.9 +13.3,0.94,5.120,157.9,13.1,0.94,5.310,158.7 +14.7,0.94,5.440,158.7,14.5,0.94,5.560,159.1 +16.1,0.94,6.110,161.4,15.9,0.94,6.240,161.8 +17.2,0.94,7.250,161.6,17.0,0.94,7.400,161.8 +17.9,0.94,7.690,161.7,17.7,0.94,7.860,161.9 +17.9,0.94,7.980,156.5,17.7,0.94,8.160,156.8 +17.6,0.94,8.070,153.3,17.4,0.94,8.420,153.7 +16.9,0.94,9.170,150.3,16.8,0.94,9.860,151.0 +16.2,0.94,11.480,149.3,16.2,0.94,12.350,150.1 +15.8,0.94,12.600,149.4,15.9,0.94,13.540,150.9 +15.9,0.94,13.520,153.1,15.9,0.94,14.350,154.2 +15.9,0.94,13.210,151.0,15.9,0.94,14.330,152.3 +14.6,0.94,12.640,150.3,14.7,0.94,13.690,152.3 +14.4,0.94,12.420,156.6,14.5,0.94,13.470,158.7 +14.1,0.94,12.210,156.3,14.2,0.94,13.240,158.7 +13.4,0.94,11.910,150.0,13.6,0.94,12.980,153.4 +13.1,0.94,11.990,151.2,13.3,0.94,13.120,154.3 +12.7,0.94,11.880,150.4,12.9,0.94,12.930,153.1 +12.5,0.94,12.220,148.7,12.6,0.94,13.190,150.9 +12.6,0.94,12.540,151.4,12.7,0.94,13.410,153.3 +12.4,0.94,12.820,153.6,12.5,0.94,13.680,155.3 +12.0,0.94,12.600,149.3,12.0,0.94,13.420,151.0 +12.1,0.94,11.940,151.1,12.2,0.94,12.700,152.5 +12.8,0.94,10.990,149.6,12.6,0.94,11.970,150.5 +13.9,0.94,9.950,143.2,13.7,0.94,10.380,143.8 +14.9,0.94,10.540,139.1,14.7,0.94,10.780,139.5 +16.3,0.93,10.630,138.9,16.1,0.93,10.870,139.1 +17.2,0.93,11.870,136.2,17.0,0.93,12.170,136.5 +17.4,0.93,12.580,134.5,17.3,0.93,12.920,134.7 +17.1,0.93,10.880,128.1,16.9,0.93,11.260,128.3 +16.8,0.93,12.270,131.4,16.6,0.93,13.430,132.4 +16.5,0.93,12.080,141.6,16.4,0.93,12.730,142.2 +16.6,0.93,13.150,133.4,16.5,0.93,14.040,133.7 +15.8,0.93,13.730,141.8,15.7,0.93,14.450,142.2 +15.6,0.93,13.520,143.9,15.5,0.93,14.240,144.5 +15.6,0.93,14.560,150.1,15.5,0.93,15.300,150.8 +15.5,0.93,14.320,153.2,15.4,0.93,15.180,154.0 +15.6,0.93,14.080,160.0,15.5,0.93,14.820,160.4 +15.5,0.93,14.430,161.1,15.3,0.93,15.120,161.6 +15.4,0.93,15.690,167.7,15.2,0.93,16.420,168.2 +14.7,0.93,14.670,177.3,14.5,0.93,15.300,177.7 +11.3,0.93,14.090,189.6,11.2,0.93,14.910,190.1 +9.7,0.93,14.090,194.7,9.6,0.93,14.870,195.1 +9.3,0.93,12.360,195.8,9.2,0.93,12.870,196.3 +8.6,0.93,10.160,192.9,8.4,0.93,10.670,193.4 +8.1,0.93,9.960,195.4,7.9,0.93,10.480,196.0 +7.7,0.93,9.770,197.6,7.6,0.93,10.310,198.4 +8.2,0.93,9.880,200.3,8.0,0.93,10.170,200.7 +8.5,0.93,9.520,206.4,8.3,0.93,9.820,206.7 +8.4,0.93,10.340,206.5,8.2,0.93,10.660,206.6 +8.2,0.93,10.070,209.2,8.0,0.93,10.410,209.3 +7.9,0.93,9.840,212.5,7.7,0.93,10.220,212.8 +7.7,0.93,9.480,214.1,7.5,0.93,9.900,214.4 +7.6,0.93,9.740,217.8,7.4,0.93,10.270,218.1 +7.7,0.94,9.090,230.8,7.5,0.94,9.500,231.1 +7.3,0.94,8.470,252.9,7.2,0.94,8.780,253.7 +7.0,0.94,9.990,275.8,6.8,0.94,10.500,276.4 +6.6,0.94,7.510,285.2,6.5,0.94,7.910,285.6 +7.0,0.94,8.700,287.0,6.8,0.94,9.270,287.9 +6.3,0.94,10.280,295.8,6.2,0.94,11.160,296.9 +5.2,0.94,9.900,296.5,5.1,0.94,10.850,297.6 +4.4,0.94,8.010,304.4,4.2,0.94,9.140,305.7 +4.0,0.94,7.900,316.7,3.9,0.94,8.830,316.9 +4.0,0.94,8.230,303.7,3.9,0.94,9.360,304.9 +3.7,0.95,8.640,308.5,3.6,0.95,9.570,309.7 +3.4,0.95,8.560,309.7,3.4,0.95,9.520,311.6 +3.1,0.95,7.570,304.8,3.2,0.95,8.630,306.8 +3.0,0.95,7.660,305.0,3.1,0.95,8.500,307.8 +3.0,0.95,7.140,292.9,3.4,0.95,7.960,295.2 +3.1,0.95,6.720,289.0,3.6,0.95,7.630,291.1 +2.9,0.95,4.570,275.8,3.3,0.95,5.220,279.6 +4.0,0.95,3.090,259.7,4.0,0.95,4.010,268.4 +5.5,0.95,3.600,251.0,5.4,0.95,3.660,252.2 +7.1,0.95,4.750,262.0,6.9,0.95,4.840,262.7 +8.2,0.95,5.080,265.4,8.0,0.95,5.190,265.7 +8.8,0.95,5.250,271.0,8.6,0.95,5.370,271.2 +9.2,0.95,5.140,269.7,9.0,0.95,5.270,269.7 +9.5,0.95,5.600,266.6,9.3,0.95,5.740,266.8 +9.5,0.95,6.830,271.1,9.3,0.95,6.910,271.1 +9.4,0.95,5.450,268.9,9.2,0.95,5.350,269.9 +9.1,0.95,5.030,267.6,8.9,0.95,4.970,265.5 +8.8,0.95,5.630,265.6,9.0,0.95,5.940,266.2 +7.6,0.95,3.180,255.4,7.9,0.95,3.810,261.1 +6.9,0.95,1.240,274.8,7.2,0.95,1.640,283.0 +7.3,0.95,1.430,259.0,7.5,0.95,1.520,265.9 +7.6,0.95,0.700,279.9,7.9,0.95,1.020,281.4 +6.5,0.95,1.230,207.1,7.0,0.95,1.210,219.2 +6.3,0.95,1.150,182.4,6.8,0.95,1.220,189.1 +6.3,0.95,1.450,183.5,6.8,0.95,1.480,187.2 +6.0,0.95,1.840,180.4,6.6,0.95,1.990,185.9 +5.9,0.95,1.650,171.5,6.5,0.95,1.740,178.4 +5.0,0.95,1.520,161.4,5.8,0.95,1.950,166.7 +6.2,0.95,1.800,163.6,6.4,0.95,1.720,167.5 +6.3,0.95,2.480,163.6,6.6,0.95,2.450,170.6 +6.2,0.95,3.650,145.5,6.7,0.95,3.900,151.6 +6.1,0.95,2.920,140.6,6.3,0.95,3.590,145.0 +7.8,0.95,2.560,147.5,7.6,0.95,2.700,149.2 +8.8,0.95,4.300,148.2,8.6,0.95,4.420,148.7 +9.5,0.95,3.850,148.8,9.3,0.95,3.950,149.0 +9.9,0.95,4.120,149.8,9.7,0.95,4.200,149.6 +10.0,0.95,3.760,130.6,9.8,0.95,3.840,130.8 +9.7,0.95,4.610,120.0,9.5,0.95,4.700,120.1 +9.3,0.95,4.410,114.8,9.1,0.95,4.620,114.8 +8.2,0.95,3.920,114.0,8.1,0.95,4.300,113.9 +6.8,0.95,5.180,134.6,6.6,0.95,5.480,134.5 +5.6,0.95,5.180,77.9,5.4,0.95,5.390,79.7 +4.9,0.95,5.190,83.6,4.8,0.95,5.550,83.6 +4.4,0.95,5.880,110.8,4.2,0.95,6.280,107.8 +4.3,0.95,8.340,83.4,4.1,0.95,8.890,84.0 +4.6,0.95,7.260,78.4,4.4,0.95,7.740,79.0 +4.9,0.95,7.710,70.3,4.8,0.95,8.140,71.8 +5.2,0.94,7.590,65.2,5.1,0.94,8.030,67.2 +5.4,0.94,7.730,72.8,5.3,0.94,8.270,74.2 +5.2,0.94,9.240,65.7,5.1,0.94,9.750,67.0 +5.1,0.94,10.760,83.9,5.0,0.94,11.320,84.6 +4.9,0.94,9.360,83.8,4.7,0.94,9.820,84.2 +4.2,0.94,10.100,79.3,4.0,0.94,10.560,79.7 +4.5,0.94,10.300,68.1,4.3,0.94,10.780,68.7 +4.6,0.94,9.200,57.8,4.5,0.94,9.600,58.8 +4.3,0.94,8.810,57.2,4.2,0.94,9.290,57.9 +4.1,0.94,8.930,49.4,3.9,0.94,9.390,50.4 +4.5,0.94,9.320,43.9,4.3,0.94,9.570,44.6 +5.0,0.94,9.400,40.6,4.9,0.94,9.630,41.1 +5.3,0.94,9.690,36.7,5.1,0.94,9.930,37.1 +5.4,0.94,9.920,34.0,5.2,0.94,10.160,34.4 +5.4,0.94,10.430,30.9,5.2,0.94,10.720,31.3 +5.3,0.94,9.890,30.5,5.1,0.94,10.280,30.9 +5.1,0.94,9.110,25.6,4.9,0.94,9.510,26.1 +5.0,0.94,8.730,24.4,4.9,0.94,9.150,24.8 +5.0,0.94,8.680,29.5,4.8,0.94,9.120,29.9 +4.7,0.94,8.410,20.3,4.5,0.94,8.860,20.8 +4.3,0.94,8.470,15.5,4.1,0.94,9.010,16.6 +3.7,0.94,9.380,19.7,3.6,0.94,10.140,21.3 +3.6,0.94,9.230,13.0,3.6,0.94,9.890,14.8 +3.2,0.94,8.760,6.6,3.2,0.94,9.390,9.7 +2.8,0.94,8.270,2.2,2.8,0.94,8.750,5.9 +2.3,0.94,8.700,355.1,2.3,0.94,9.240,357.9 +1.7,0.94,8.400,2.9,1.8,0.94,8.900,6.1 +2.3,0.94,8.500,7.7,2.5,0.94,8.990,10.9 +2.5,0.94,7.970,10.6,2.8,0.94,8.380,13.3 +2.7,0.94,7.240,9.4,2.9,0.94,7.500,10.5 +1.6,0.94,4.210,358.0,2.0,0.94,4.870,0.5 +0.9,0.94,1.510,322.5,1.3,0.94,1.920,335.5 +-0.3,0.94,1.730,293.2,0.2,0.94,2.380,302.8 +0.1,0.94,1.290,281.5,0.6,0.94,2.040,291.2 +0.5,0.94,1.550,243.0,0.8,0.94,2.010,255.3 +1.6,0.94,1.820,235.5,1.4,0.94,2.020,241.5 +2.1,0.94,2.500,228.2,2.0,0.94,2.640,229.5 +3.2,0.94,3.320,225.4,3.0,0.94,3.380,226.1 +3.2,0.94,3.060,228.3,3.1,0.94,3.300,228.6 +3.7,0.94,2.900,220.0,3.7,0.94,3.360,219.0 +4.0,0.94,4.010,208.1,4.4,0.94,4.610,212.5 +4.5,0.94,4.580,209.5,4.8,0.94,5.140,212.9 +5.2,0.94,5.490,218.7,6.0,0.94,6.160,220.4 +5.2,0.94,6.370,226.5,6.0,0.94,7.030,227.8 +5.1,0.93,5.810,232.6,5.8,0.93,6.540,234.2 +4.8,0.93,5.600,235.8,5.3,0.93,6.360,239.2 +4.9,0.93,5.900,255.5,5.5,0.93,6.680,258.1 +4.7,0.93,4.980,257.2,5.4,0.93,5.420,261.5 +4.7,0.93,3.740,253.2,5.4,0.93,4.230,258.9 +4.5,0.93,3.140,245.7,5.1,0.93,3.480,252.8 +4.9,0.93,2.940,263.8,5.5,0.93,3.630,269.2 +5.3,0.93,3.190,293.5,5.4,0.93,3.720,298.8 +5.2,0.93,4.470,327.8,5.4,0.93,5.070,330.1 +4.6,0.93,4.540,336.2,4.9,0.93,5.240,336.3 +4.5,0.93,4.640,343.8,4.7,0.93,5.280,342.6 +4.3,0.93,4.950,351.5,4.2,0.93,5.500,350.3 +4.4,0.93,4.090,354.6,4.2,0.93,4.670,354.1 +4.9,0.93,4.000,357.1,4.7,0.93,4.100,357.3 +5.4,0.93,4.310,354.4,5.2,0.93,4.370,354.8 +5.8,0.93,4.830,356.3,5.6,0.93,4.910,356.6 +5.8,0.93,5.180,352.9,5.6,0.93,5.280,353.2 +5.9,0.93,5.930,354.8,5.7,0.93,6.050,354.7 +5.7,0.93,6.460,353.1,5.5,0.93,6.610,353.1 +5.4,0.93,6.520,353.6,5.2,0.93,6.710,353.8 +5.1,0.93,6.790,355.3,4.9,0.93,7.180,355.8 +5.0,0.93,6.180,357.0,4.9,0.93,6.690,357.4 +5.0,0.94,7.190,354.8,4.8,0.94,7.720,355.5 +4.8,0.94,7.040,353.7,4.7,0.94,7.650,355.0 +4.5,0.94,7.200,357.7,4.3,0.94,7.800,359.1 +4.1,0.94,7.210,359.1,4.0,0.94,7.810,0.7 +3.8,0.94,7.440,0.2,3.7,0.94,8.060,1.7 +3.4,0.94,6.930,352.1,3.3,0.94,7.480,353.9 +3.1,0.94,6.980,353.1,3.0,0.94,7.560,355.7 +2.8,0.94,7.000,341.9,2.7,0.94,7.550,344.2 +2.5,0.94,7.420,338.0,2.6,0.94,7.970,341.7 +2.1,0.94,7.210,337.1,2.3,0.94,7.600,341.3 +1.6,0.94,6.520,334.0,1.9,0.94,7.010,338.5 +1.2,0.94,5.710,327.7,1.6,0.94,6.230,331.3 +1.0,0.94,5.640,320.3,1.4,0.94,6.050,322.6 +1.0,0.94,3.900,315.0,1.3,0.94,4.560,315.6 +1.7,0.94,2.240,302.8,1.5,0.94,2.400,303.4 +3.7,0.94,2.530,297.1,3.5,0.94,2.650,297.8 +5.2,0.94,4.160,291.8,5.0,0.94,4.250,291.8 +5.7,0.94,4.280,273.8,5.5,0.94,4.370,273.9 +6.0,0.94,5.160,256.7,5.8,0.94,5.270,256.9 +5.1,0.94,5.000,260.1,4.9,0.94,5.130,259.7 +5.5,0.93,3.850,263.2,5.3,0.93,3.960,264.1 +3.4,0.93,1.780,330.9,3.4,0.93,2.220,319.1 +3.7,0.93,0.280,22.8,3.6,0.93,0.180,356.6 +3.4,0.93,4.210,185.3,3.2,0.93,4.280,186.1 +3.1,0.93,4.200,199.5,2.9,0.93,4.460,200.3 +3.1,0.93,4.770,208.5,3.0,0.93,4.950,210.9 +2.7,0.93,4.920,211.8,2.6,0.93,5.030,216.8 +2.2,0.93,6.080,221.9,2.3,0.93,6.570,224.6 +1.8,0.93,5.230,229.2,1.8,0.93,5.780,232.3 +1.6,0.93,6.530,221.2,1.6,0.93,6.830,224.8 +1.4,0.93,5.310,222.7,1.5,0.93,5.820,225.8 +1.1,0.93,3.580,223.9,1.0,0.93,3.900,227.7 +1.1,0.93,4.870,208.0,1.0,0.93,5.140,211.9 +1.1,0.93,4.080,206.0,1.0,0.93,4.360,208.7 +1.0,0.93,3.550,234.5,0.9,0.93,3.740,235.0 +1.2,0.93,3.140,203.6,1.0,0.93,3.390,207.0 +0.4,0.93,1.900,258.7,0.4,0.93,2.170,258.9 +0.8,0.93,1.960,246.4,0.7,0.93,2.230,250.5 +1.0,0.93,1.780,295.4,1.0,0.93,2.080,295.6 +1.4,0.93,1.790,320.5,1.3,0.93,1.870,321.0 +2.5,0.93,2.800,312.2,2.4,0.93,2.830,312.8 +3.1,0.93,3.460,318.5,2.9,0.93,3.510,318.6 +3.2,0.93,3.660,313.7,3.0,0.93,3.700,314.1 +4.0,0.93,4.360,322.6,3.8,0.93,4.450,322.9 +3.6,0.93,4.010,323.3,3.4,0.93,4.200,325.0 +3.5,0.93,5.510,308.6,3.3,0.93,5.570,309.8 +3.7,0.93,4.980,330.0,3.5,0.93,5.140,330.1 +3.4,0.93,4.660,318.8,3.2,0.93,4.770,320.2 +3.3,0.93,5.160,318.3,3.2,0.93,5.170,322.0 +2.8,0.93,4.620,334.1,2.8,0.93,4.710,334.3 +2.2,0.93,4.550,328.8,2.2,0.93,4.740,329.8 +2.0,0.93,3.460,324.4,2.1,0.93,3.670,322.0 +1.2,0.93,1.680,303.1,1.4,0.93,2.220,307.9 +1.8,0.93,1.990,302.9,2.0,0.93,2.390,303.1 +1.8,0.93,1.690,294.3,2.0,0.93,2.020,297.8 +1.3,0.93,1.480,224.7,1.4,0.93,1.560,232.8 +0.8,0.93,2.310,213.4,0.9,0.93,2.250,217.4 +0.5,0.93,2.260,217.8,0.6,0.93,2.370,219.8 +0.5,0.93,1.540,215.9,0.7,0.93,1.710,224.8 +0.6,0.93,1.740,183.9,0.6,0.93,1.820,191.4 +0.5,0.93,1.380,169.9,0.5,0.93,1.520,177.3 +0.6,0.93,1.700,152.4,0.6,0.93,1.910,159.5 +0.9,0.93,1.190,156.3,0.7,0.93,1.290,156.9 +1.6,0.93,2.220,153.4,1.4,0.93,2.250,154.6 +1.8,0.93,2.120,156.3,1.6,0.93,2.160,156.5 +1.8,0.93,0.930,191.7,1.6,0.93,0.960,190.0 +1.9,0.93,0.360,252.8,1.8,0.93,0.390,249.7 +2.1,0.93,0.630,249.5,2.0,0.93,0.690,253.3 +1.0,0.93,2.970,251.4,0.8,0.93,2.960,253.7 +0.6,0.93,2.640,309.1,0.5,0.93,2.620,309.5 +0.5,0.93,1.740,350.0,0.4,0.93,2.270,347.1 +0.9,0.93,3.650,336.9,0.8,0.93,3.880,335.4 +0.8,0.93,3.650,305.9,0.6,0.93,4.160,305.4 +-0.1,0.93,7.350,327.3,-0.3,0.93,7.630,327.2 +-0.8,0.93,10.030,322.4,-1.0,0.93,10.630,322.5 +-1.7,0.93,9.370,319.0,-1.9,0.93,9.970,319.3 +-2.9,0.93,9.650,319.1,-3.1,0.93,10.310,319.3 +-3.5,0.93,9.070,314.9,-3.6,0.93,9.770,315.2 +-3.6,0.93,9.020,312.2,-3.8,0.93,9.560,312.3 +-3.6,0.93,7.610,309.9,-3.7,0.93,8.350,310.3 +-3.7,0.93,7.200,296.0,-3.9,0.93,7.790,296.9 +-3.8,0.93,7.980,298.3,-4.0,0.93,8.440,298.8 +-3.8,0.93,7.190,291.7,-4.0,0.93,7.670,292.4 +-3.6,0.93,6.570,287.1,-3.8,0.93,7.010,288.1 +-3.7,0.93,7.630,290.6,-3.9,0.93,8.020,291.3 +-3.8,0.93,7.700,290.3,-4.0,0.93,7.960,290.8 +-3.5,0.93,7.840,288.9,-3.6,0.93,8.050,289.3 +-2.8,0.93,8.610,289.1,-3.0,0.93,8.820,289.4 +-2.3,0.93,8.740,288.9,-2.5,0.93,8.950,289.1 +-1.7,0.93,8.690,288.3,-1.9,0.93,8.900,288.5 +-1.4,0.93,8.790,283.3,-1.6,0.93,8.990,283.5 +-0.8,0.93,9.320,286.6,-1.0,0.93,9.590,286.9 +-0.2,0.93,10.290,291.2,-0.4,0.93,10.570,291.4 +-0.1,0.93,10.450,297.3,-0.3,0.93,10.780,297.5 +-0.6,0.93,9.300,289.4,-0.8,0.93,10.040,290.3 +-0.5,0.93,10.760,299.0,-0.7,0.93,11.380,299.6 +-0.8,0.93,10.180,307.8,-0.9,0.93,10.930,308.3 +-0.4,0.93,10.250,328.2,-0.6,0.93,10.740,329.0 +-0.9,0.93,9.090,328.7,-1.0,0.93,9.790,330.0 +-0.9,0.94,8.780,334.7,-1.0,0.94,9.440,335.5 +-1.1,0.94,9.330,340.3,-1.2,0.94,10.080,341.4 +-1.4,0.94,9.000,342.0,-1.5,0.94,9.660,343.4 +-2.0,0.94,8.360,347.6,-2.1,0.94,9.200,349.9 +-2.3,0.94,7.970,347.5,-2.4,0.94,8.700,350.0 +-2.6,0.94,7.390,352.6,-2.7,0.94,8.000,354.5 +-3.0,0.94,7.620,359.2,-3.1,0.94,8.130,2.9 +-3.5,0.94,6.710,1.2,-3.5,0.94,7.200,5.0 +-3.8,0.94,7.160,1.5,-3.8,0.94,7.660,4.8 +-4.1,0.94,6.680,1.2,-4.1,0.94,7.320,3.6 +-4.1,0.94,5.140,2.7,-4.3,0.94,5.640,3.3 +-3.0,0.94,3.100,359.4,-3.2,0.94,3.210,359.5 +-1.5,0.94,4.500,356.0,-1.7,0.94,4.610,356.1 +-0.8,0.94,4.110,352.9,-1.0,0.94,4.200,353.1 +-0.2,0.94,4.430,345.6,-0.4,0.94,4.520,345.8 +0.3,0.94,4.480,338.0,0.1,0.94,4.560,338.0 +0.7,0.94,4.050,329.8,0.5,0.94,4.130,330.0 +0.8,0.94,4.060,328.5,0.6,0.94,4.140,328.7 +0.7,0.94,3.730,333.2,0.5,0.94,3.830,333.2 +0.5,0.94,3.750,345.2,0.3,0.94,3.850,344.1 +0.2,0.94,3.210,333.1,0.1,0.94,3.430,332.6 +0.0,0.94,2.480,325.1,0.1,0.94,2.870,324.2 +-0.4,0.94,2.730,299.0,-0.3,0.94,3.100,300.6 +-0.8,0.94,2.650,274.5,-0.7,0.94,3.150,281.2 +-0.9,0.94,5.410,290.4,-0.8,0.94,6.100,291.4 +-2.3,0.94,6.870,314.6,-2.3,0.94,7.800,315.4 +-2.3,0.94,6.640,318.1,-2.4,0.94,7.400,318.1 +-2.7,0.94,6.190,322.2,-2.8,0.94,6.980,322.4 +-2.9,0.94,5.990,323.3,-3.0,0.94,6.790,323.9 +-2.8,0.94,6.840,318.9,-2.9,0.94,7.640,320.0 +-3.1,0.94,6.660,319.1,-3.2,0.94,7.460,319.6 +-3.6,0.94,6.230,316.8,-3.8,0.94,6.920,317.1 +-4.1,0.94,5.950,322.9,-4.3,0.94,6.590,323.5 +-4.3,0.94,5.890,331.2,-4.4,0.94,6.350,332.0 +-4.4,0.94,6.480,329.2,-4.5,0.94,6.900,329.4 +-3.7,0.94,5.620,325.7,-3.9,0.94,5.770,326.1 +-2.9,0.94,6.670,327.0,-3.1,0.94,6.840,327.3 +-2.3,0.94,7.150,323.7,-2.5,0.94,7.310,324.0 +-1.7,0.94,7.740,320.5,-1.9,0.94,7.920,320.6 +-1.2,0.94,7.260,323.4,-1.4,0.94,7.440,323.5 +-0.8,0.94,6.580,322.2,-1.0,0.94,6.740,322.3 +-0.6,0.94,7.010,317.4,-0.8,0.94,7.190,317.7 +-0.7,0.94,7.420,315.0,-0.8,0.94,7.620,315.3 +-0.9,0.94,9.090,318.6,-1.1,0.94,9.490,319.0 +-1.4,0.94,8.720,320.2,-1.5,0.94,9.650,320.7 +-2.1,0.94,8.890,322.8,-2.2,0.94,9.740,323.5 +-2.6,0.94,9.430,327.9,-2.7,0.94,10.440,328.5 +-2.9,0.94,8.330,329.9,-3.0,0.94,9.350,330.2 +-2.9,0.94,7.830,330.8,-3.0,0.94,8.960,331.3 +-3.2,0.94,7.770,329.6,-3.3,0.94,8.850,330.3 +-3.4,0.94,7.500,329.1,-3.5,0.94,8.590,330.0 +-3.4,0.94,7.560,321.5,-3.5,0.94,8.520,322.8 +-3.6,0.94,7.320,318.8,-3.6,0.94,8.280,320.3 +-3.7,0.94,6.990,318.7,-3.8,0.94,7.900,320.2 +-3.6,0.94,6.750,315.2,-3.7,0.94,7.660,317.1 +-3.8,0.94,5.050,313.0,-3.8,0.94,6.130,314.2 +-4.1,0.94,5.300,308.2,-4.1,0.94,6.500,309.9 +-4.0,0.94,5.830,303.4,-3.9,0.94,7.020,305.7 +-3.4,0.94,5.380,307.3,-3.4,0.94,6.060,308.4 +-2.2,0.94,5.590,312.8,-2.4,0.94,5.830,313.1 +-1.2,0.94,4.940,314.7,-1.4,0.94,5.040,315.0 +-0.2,0.94,5.620,310.4,-0.4,0.94,5.730,310.6 +0.4,0.94,5.160,304.0,0.2,0.94,5.250,304.1 +1.2,0.95,6.100,306.7,1.0,0.95,6.260,306.9 +1.1,0.95,5.870,302.7,0.9,0.95,5.980,302.4 +1.2,0.95,5.740,279.8,1.0,0.95,5.800,281.1 +1.0,0.95,4.700,281.5,0.9,0.95,4.950,281.6 +0.3,0.95,5.220,295.3,0.1,0.95,5.520,296.1 +-0.5,0.95,5.630,270.8,-0.5,0.95,6.830,279.4 +-1.0,0.95,6.060,307.8,-1.0,0.95,6.920,308.1 +-0.9,0.95,5.920,294.4,-0.8,0.95,7.330,298.7 +-1.1,0.95,7.370,306.8,-1.1,0.95,8.490,308.3 +-1.4,0.95,7.600,304.5,-1.3,0.95,8.590,305.8 +-1.4,0.95,7.970,308.5,-1.2,0.95,8.590,310.1 +-1.6,0.95,6.520,309.5,-1.4,0.95,7.040,310.9 +-2.2,0.95,5.170,299.5,-1.8,0.95,5.950,301.4 +-2.1,0.95,4.520,282.6,-1.8,0.95,5.140,285.7 +-2.2,0.95,5.200,262.2,-2.0,0.95,5.570,266.1 +-2.4,0.95,6.250,248.4,-2.0,0.95,6.910,253.1 +-2.8,0.94,6.620,238.1,-2.5,0.94,7.300,243.0 +-2.8,0.94,7.010,227.9,-2.7,0.94,7.700,233.6 +-2.6,0.94,5.940,225.6,-2.6,0.94,6.490,227.6 +-2.4,0.94,7.140,216.2,-2.4,0.94,7.670,217.9 +-1.6,0.94,6.920,211.6,-1.8,0.94,7.630,212.7 +-0.4,0.94,7.170,206.9,-0.5,0.94,7.500,207.5 +1.4,0.94,9.390,206.5,1.2,0.94,9.640,206.8 +2.3,0.94,10.570,205.3,2.1,0.94,10.840,205.6 +3.1,0.93,11.600,206.7,2.9,0.93,11.960,207.0 +3.7,0.93,11.690,210.7,3.6,0.93,12.080,211.0 +4.1,0.93,11.700,217.3,3.9,0.93,12.320,217.6 +4.3,0.93,11.210,224.2,4.2,0.93,12.090,225.4 +4.1,0.93,10.870,234.3,4.1,0.93,11.960,236.0 +3.9,0.93,10.210,249.1,3.9,0.93,11.290,250.4 +4.3,0.93,8.620,284.0,4.2,0.93,9.590,285.5 +2.7,0.93,10.850,303.8,2.6,0.93,11.700,304.4 +1.4,0.93,11.400,303.5,1.2,0.93,12.230,304.4 +0.8,0.93,12.200,306.1,0.7,0.93,12.960,306.5 +0.3,0.93,13.540,311.1,0.2,0.93,14.320,311.6 +-0.1,0.93,13.100,312.1,-0.2,0.93,13.840,312.5 +-0.6,0.93,12.420,314.2,-0.8,0.93,13.120,314.5 +-0.8,0.93,12.520,315.9,-1.0,0.93,13.170,316.4 +-1.0,0.93,12.040,318.6,-1.2,0.93,12.710,318.9 +-1.1,0.93,11.830,321.2,-1.3,0.93,12.490,321.5 +-1.3,0.93,11.860,322.0,-1.5,0.93,12.480,322.4 +-1.6,0.94,12.100,325.2,-1.7,0.94,12.760,325.6 +-1.8,0.94,11.840,324.9,-1.9,0.94,12.610,325.4 +-1.7,0.94,12.590,328.5,-1.8,0.94,13.200,328.9 +-1.5,0.94,10.150,327.8,-1.6,0.94,10.670,328.0 +-0.8,0.94,8.850,326.0,-1.0,0.94,9.100,326.3 +-0.3,0.94,7.890,320.6,-0.5,0.94,8.070,320.8 +0.2,0.94,7.350,315.7,0.0,0.94,7.520,316.0 +1.0,0.94,7.800,319.5,0.8,0.94,7.990,319.7 +1.3,0.94,7.610,317.9,1.1,0.94,7.780,318.0 +1.4,0.94,7.190,313.6,1.2,0.94,7.370,313.8 +1.2,0.94,7.150,306.3,1.0,0.94,7.480,306.7 +1.0,0.94,5.680,296.7,1.0,0.94,6.200,297.8 +1.1,0.94,8.270,297.2,0.9,0.94,8.650,298.2 +0.4,0.94,6.460,287.7,0.4,0.94,7.310,289.8 +-0.2,0.94,5.660,268.6,-0.1,0.94,6.500,276.0 +-0.3,0.94,5.450,252.1,-0.3,0.94,6.020,257.7 +-0.4,0.94,5.650,249.3,-0.5,0.94,6.060,255.4 +-0.9,0.94,6.130,252.9,-0.8,0.94,6.730,258.6 +-1.5,0.94,4.710,242.8,-1.5,0.94,5.260,246.7 +-1.0,0.94,5.820,233.9,-1.0,0.94,6.460,237.8 +-1.0,0.94,5.740,216.5,-1.1,0.94,6.190,219.3 +-0.8,0.93,6.390,210.1,-1.0,0.93,6.850,211.6 +-0.8,0.93,6.630,207.2,-1.0,0.93,7.150,208.5 +-0.7,0.93,7.210,207.8,-0.8,0.93,7.770,208.8 +-0.7,0.93,7.280,211.8,-0.9,0.93,7.800,213.0 +-0.8,0.93,6.660,212.0,-0.9,0.93,7.140,213.1 +-0.6,0.93,5.900,224.0,-0.7,0.93,6.340,224.8 +-0.1,0.93,4.420,234.4,-0.2,0.93,4.820,236.5 +1.2,0.93,4.120,277.7,1.0,0.93,4.250,278.6 +1.4,0.93,5.760,318.8,1.2,0.93,5.850,318.5 +2.1,0.93,6.120,334.6,1.9,0.93,6.250,334.7 +2.0,0.94,6.780,348.0,1.8,0.94,6.930,348.1 +2.0,0.94,7.390,355.1,1.9,0.94,7.560,355.2 +1.7,0.94,7.390,350.1,1.5,0.94,7.570,351.3 +1.5,0.94,8.430,359.1,1.3,0.94,8.850,359.6 +0.4,0.94,10.700,5.3,0.3,0.94,11.510,5.2 +-0.9,0.94,10.670,20.4,-1.0,0.94,11.310,20.8 +-1.9,0.94,11.830,24.4,-2.0,0.94,12.830,24.5 +-3.2,0.95,11.630,26.9,-3.3,0.95,12.420,27.3 +-4.2,0.95,10.550,30.6,-4.4,0.95,11.290,31.1 +-4.8,0.95,9.930,32.5,-5.0,0.95,10.670,33.0 +-5.3,0.95,9.220,37.0,-5.5,0.95,9.870,37.3 +-5.7,0.95,8.410,39.1,-5.9,0.95,8.960,39.5 +-6.1,0.95,8.340,32.3,-6.3,0.95,8.850,33.1 +-6.3,0.95,7.020,35.0,-6.5,0.95,7.500,35.2 +-6.6,0.95,7.050,36.4,-6.8,0.95,7.480,36.9 +-6.7,0.95,6.030,28.3,-6.9,0.95,6.400,29.2 +-6.9,0.95,5.950,32.5,-7.1,0.95,6.320,33.2 +-7.0,0.95,4.700,26.2,-7.2,0.95,4.980,27.1 +-7.2,0.96,5.000,28.2,-7.4,0.96,5.340,28.6 +-7.3,0.96,4.170,22.8,-7.5,0.96,4.290,23.6 +-6.7,0.96,3.680,27.5,-6.9,0.96,3.730,27.8 +-5.7,0.96,3.220,33.8,-5.9,0.96,3.250,34.2 +-4.6,0.96,2.890,30.5,-4.8,0.96,2.910,30.9 +-3.7,0.96,2.740,23.1,-3.9,0.96,2.760,23.3 +-3.0,0.96,2.390,23.1,-3.2,0.96,2.390,23.5 +-2.5,0.96,2.450,18.3,-2.7,0.96,2.460,18.5 +-2.3,0.96,2.310,16.4,-2.5,0.96,2.310,16.6 +-2.5,0.95,2.720,20.4,-2.7,0.95,2.720,20.4 +-2.9,0.95,3.460,27.5,-3.0,0.95,3.360,28.1 +-3.0,0.95,4.100,31.2,-3.1,0.95,3.970,29.1 +-2.9,0.95,4.370,32.7,-3.0,0.95,4.340,32.0 +-3.6,0.95,5.490,44.6,-3.5,0.95,5.420,43.9 +-3.7,0.95,5.190,46.9,-3.5,0.95,4.950,47.2 +-4.0,0.95,4.610,52.3,-3.8,0.95,4.530,53.7 +-4.1,0.95,4.490,70.4,-4.0,0.95,4.550,69.9 +-4.3,0.95,3.960,78.4,-4.1,0.95,4.080,78.5 +-4.3,0.95,3.360,93.0,-4.1,0.95,3.460,94.8 +-4.0,0.95,3.340,102.2,-3.7,0.95,3.290,108.6 +-3.8,0.95,3.200,130.6,-3.5,0.95,3.150,139.3 +-3.7,0.95,2.160,158.3,-3.5,0.95,2.440,167.0 +-3.6,0.95,2.040,165.4,-3.5,0.95,2.410,170.8 +-3.5,0.95,2.220,148.4,-3.4,0.95,2.470,154.6 +-3.5,0.95,2.610,154.7,-3.4,0.95,3.070,158.3 +-3.3,0.95,3.030,147.1,-3.2,0.95,3.510,151.5 +-3.0,0.95,1.850,139.8,-3.0,0.95,2.560,147.2 +-1.7,0.95,2.120,164.8,-1.9,0.95,2.180,165.3 +-0.6,0.95,2.610,178.0,-0.8,0.95,2.660,178.2 +0.1,0.95,2.900,189.1,-0.1,0.95,2.950,189.3 +0.7,0.95,2.640,198.4,0.5,0.95,2.690,198.3 +1.2,0.95,3.150,205.9,1.0,0.95,3.210,205.7 +1.3,0.95,3.410,209.4,1.1,0.95,3.460,209.2 +1.1,0.95,3.240,201.6,0.9,0.95,3.300,202.4 +0.8,0.95,4.240,201.1,0.6,0.95,4.140,201.7 +0.4,0.95,4.700,209.8,0.2,0.95,4.620,211.6 +-0.1,0.95,4.300,209.1,-0.2,0.95,4.150,211.8 +-0.7,0.95,3.720,211.1,-0.8,0.95,3.750,213.1 +-1.0,0.94,4.560,199.5,-1.0,0.94,4.560,201.2 +-1.3,0.94,4.340,202.1,-1.3,0.94,4.410,203.3 +-1.6,0.94,3.680,203.6,-1.6,0.94,3.750,202.5 +-1.6,0.94,3.170,202.9,-1.5,0.94,3.330,199.2 +-1.4,0.94,2.640,191.9,-1.4,0.94,2.960,190.4 +-1.5,0.94,2.320,185.1,-1.4,0.94,2.620,186.6 +-1.3,0.94,2.260,183.1,-1.2,0.94,2.570,185.2 +-1.1,0.94,2.200,169.4,-1.0,0.94,2.410,174.8 +-0.7,0.94,2.640,160.8,-0.5,0.94,2.820,166.2 +-0.7,0.94,2.930,138.9,-0.5,0.94,3.270,144.5 +-0.4,0.94,3.720,143.9,-0.1,0.94,4.130,148.0 +-0.2,0.94,3.770,142.9,0.0,0.94,4.350,146.4 +-0.3,0.94,3.680,142.2,-0.2,0.94,4.280,144.4 +-0.0,0.94,4.480,142.5,-0.0,0.94,4.990,144.6 +0.3,0.94,3.960,150.4,0.3,0.94,4.550,151.2 +0.7,0.94,4.510,152.4,0.7,0.94,5.130,153.1 +1.0,0.94,4.380,147.7,0.9,0.94,4.960,148.6 +1.2,0.94,3.970,154.3,1.2,0.94,4.590,154.3 +1.3,0.94,4.500,154.3,1.2,0.94,5.240,154.2 +1.2,0.93,4.560,154.4,1.2,0.93,5.340,155.0 +1.4,0.93,5.160,148.5,1.5,0.93,6.080,150.5 +1.6,0.93,4.820,143.3,1.8,0.93,5.590,149.1 +1.7,0.93,5.130,162.1,1.8,0.93,5.980,164.6 +1.9,0.93,3.900,162.5,2.0,0.93,4.580,167.0 +1.9,0.93,4.150,186.8,2.0,0.93,4.690,188.0 +1.9,0.93,3.160,194.5,1.9,0.93,3.570,195.2 +1.9,0.93,2.510,213.5,2.0,0.93,2.940,215.0 +2.5,0.93,1.700,209.1,2.7,0.93,2.130,214.8 +2.5,0.93,2.950,260.4,2.6,0.93,3.360,260.1 +2.6,0.93,3.320,281.7,2.8,0.93,3.880,282.1 +2.3,0.93,2.050,296.6,2.2,0.93,2.310,300.4 +2.3,0.93,2.100,312.3,2.4,0.93,2.440,314.4 +2.3,0.93,1.820,344.8,2.4,0.93,2.170,343.4 +2.6,0.93,2.210,355.9,2.6,0.93,2.430,357.4 +2.5,0.93,2.130,4.9,2.6,0.93,2.420,4.9 +2.5,0.92,1.790,3.7,2.6,0.92,2.050,4.9 +2.5,0.92,2.770,342.6,2.6,0.92,2.920,345.1 +2.5,0.92,3.090,355.9,2.6,0.92,3.340,356.5 +2.3,0.92,4.260,346.3,2.4,0.92,4.400,347.9 +2.3,0.92,4.750,346.4,2.5,0.92,4.900,348.3 +1.8,0.92,5.180,349.8,1.9,0.92,5.560,351.2 +1.4,0.92,5.740,347.6,1.4,0.92,6.200,347.9 +1.1,0.92,5.330,346.2,1.1,0.92,5.860,346.7 +0.8,0.92,5.270,345.5,0.7,0.92,5.840,345.8 +0.8,0.92,5.750,346.8,0.7,0.92,6.320,346.8 +0.8,0.92,5.860,341.7,0.7,0.92,6.440,341.6 +0.8,0.92,6.250,339.0,0.7,0.92,6.860,339.4 +0.7,0.92,5.930,336.4,0.7,0.92,6.470,337.7 +0.7,0.92,5.750,330.7,0.7,0.92,6.480,331.4 +0.5,0.92,5.890,329.4,0.5,0.92,6.570,329.6 +0.5,0.92,5.300,325.1,0.5,0.92,6.100,325.9 +-0.0,0.92,5.520,321.2,0.1,0.92,6.630,323.7 +0.3,0.92,6.170,326.2,0.4,0.92,7.170,326.2 +-0.2,0.92,7.270,330.9,-0.1,0.92,8.140,333.6 +-0.3,0.92,8.090,327.1,-0.2,0.92,8.700,330.9 +-0.5,0.92,8.300,327.1,-0.5,0.92,9.130,328.6 +-0.6,0.92,8.070,330.4,-0.6,0.92,8.810,331.1 +-0.9,0.92,7.990,328.7,-0.9,0.92,8.770,330.4 +-1.2,0.92,7.300,331.4,-1.2,0.92,8.050,333.5 +-1.4,0.92,6.970,334.9,-1.3,0.92,7.700,337.6 +-1.3,0.92,6.030,335.1,-1.2,0.92,6.550,336.5 +-0.9,0.93,4.050,329.3,-1.0,0.93,4.790,331.9 +-0.1,0.93,3.680,324.7,-0.2,0.93,3.960,326.7 +1.1,0.93,4.230,322.8,1.0,0.93,4.320,324.6 +1.8,0.93,4.640,320.1,1.6,0.93,4.730,321.3 +1.1,0.93,4.560,309.4,1.0,0.93,4.710,311.0 +0.1,0.93,4.630,306.2,-0.0,0.93,5.250,307.8 +-0.1,0.93,6.440,308.5,-0.0,0.93,6.860,311.0 +-0.2,0.93,7.070,311.0,-0.1,0.93,7.580,313.4 +2.3,0.93,6.690,329.3,2.2,0.93,7.150,329.8 +1.6,0.93,7.340,338.8,1.6,0.93,7.980,338.6 +1.1,0.93,6.720,344.9,1.0,0.93,7.080,346.8 +0.7,0.93,6.300,334.8,0.5,0.93,6.750,335.2 +0.2,0.93,5.920,338.2,0.1,0.93,6.280,338.9 +-0.3,0.93,6.140,336.0,-0.4,0.93,6.660,337.1 +-0.7,0.93,6.800,340.1,-0.7,0.93,7.370,342.0 +-0.9,0.93,6.810,340.2,-0.9,0.93,7.350,342.9 +-1.2,0.94,5.750,342.1,-1.2,0.94,6.330,343.3 +-1.2,0.94,6.740,337.7,-1.2,0.94,7.350,340.2 +-1.5,0.94,6.630,333.9,-1.5,0.94,7.260,337.8 +-1.9,0.94,5.930,335.7,-1.9,0.94,6.630,340.8 +-2.2,0.94,5.260,332.2,-2.1,0.94,5.950,337.4 +-2.3,0.94,4.910,333.4,-2.2,0.94,5.540,339.4 +-2.3,0.94,4.860,334.6,-2.2,0.94,5.380,340.0 +-1.7,0.94,2.180,341.9,-1.8,0.94,2.550,340.1 +-0.3,0.94,2.370,342.2,-0.4,0.94,2.430,341.4 +0.9,0.94,2.210,341.0,0.7,0.94,2.230,340.7 +1.6,0.94,1.910,326.2,1.4,0.94,1.910,326.1 +2.1,0.94,1.730,308.2,1.9,0.94,1.740,308.0 +2.5,0.94,1.540,291.3,2.3,0.94,1.550,291.1 +2.7,0.94,1.380,268.4,2.5,0.94,1.410,267.8 +2.8,0.94,2.350,232.8,2.6,0.94,2.310,233.6 +2.8,0.94,1.870,229.9,2.7,0.94,1.920,230.5 +2.4,0.94,1.800,204.5,2.5,0.94,2.060,207.5 +2.2,0.94,2.580,200.6,2.5,0.94,2.890,201.2 +2.8,0.94,4.140,188.4,2.7,0.94,4.250,191.7 +3.1,0.94,5.540,184.3,3.2,0.94,5.600,188.5 +2.1,0.94,6.240,187.8,2.5,0.94,6.490,190.7 +1.4,0.94,5.560,183.6,1.8,0.94,5.780,189.2 +0.8,0.94,6.680,172.2,1.3,0.94,7.190,176.8 +0.2,0.94,6.590,177.9,0.5,0.94,7.590,181.0 +0.6,0.94,7.350,178.5,1.0,0.94,8.370,180.8 +0.6,0.94,8.170,174.3,0.8,0.94,9.170,176.8 +0.8,0.94,8.780,169.9,1.1,0.94,9.720,172.8 +0.9,0.94,9.040,169.8,1.0,0.94,9.830,171.2 +1.1,0.94,9.990,163.7,1.2,0.94,10.810,165.4 +1.0,0.94,10.790,162.6,1.1,0.94,11.590,164.2 +0.9,0.94,10.640,159.2,0.9,0.94,11.330,160.5 +1.1,0.94,9.990,153.4,1.0,0.94,10.380,154.0 +2.2,0.94,9.020,153.2,2.0,0.94,9.470,153.9 +3.3,0.94,9.490,149.4,3.1,0.94,9.770,149.9 +4.2,0.94,10.210,149.0,4.0,0.94,10.460,149.3 +4.6,0.94,10.790,149.1,4.4,0.94,11.060,149.4 +4.8,0.94,10.930,144.6,4.6,0.94,11.280,144.9 +4.7,0.94,11.300,140.4,4.5,0.94,11.880,140.8 +4.2,0.94,12.840,135.6,4.1,0.94,13.580,136.2 +3.7,0.94,15.010,133.8,3.7,0.94,16.060,134.7 +3.8,0.94,15.820,138.5,3.8,0.94,16.860,139.4 +3.6,0.94,15.410,145.0,3.5,0.94,16.470,145.7 +3.2,0.94,15.450,149.6,3.1,0.94,16.440,150.5 +2.9,0.94,14.860,151.6,2.8,0.94,15.820,152.6 +3.2,0.94,15.860,155.8,3.1,0.94,16.780,156.5 +2.9,0.94,15.010,152.1,2.8,0.94,15.910,153.1 +3.0,0.94,14.210,153.5,2.8,0.94,15.080,154.3 +3.1,0.94,13.680,154.8,2.9,0.94,14.510,155.4 +2.9,0.94,13.730,157.1,2.7,0.94,14.540,157.9 +1.8,0.94,13.450,162.1,1.6,0.94,14.180,162.4 +0.6,0.94,11.430,166.4,0.5,0.94,12.220,166.6 +1.2,0.94,11.370,162.8,1.1,0.94,11.960,163.4 +2.0,0.93,11.170,160.9,1.9,0.93,11.760,161.6 +2.4,0.93,11.380,163.2,2.3,0.93,11.990,164.0 +2.6,0.93,11.250,166.9,2.5,0.93,11.880,167.6 +2.9,0.93,11.440,170.3,2.7,0.93,12.080,171.0 +3.2,0.93,10.810,176.2,3.1,0.93,11.450,176.7 +3.7,0.93,10.100,179.0,3.6,0.93,10.590,179.5 +4.1,0.93,9.160,182.0,4.0,0.93,9.490,182.4 +4.2,0.93,8.910,187.3,4.0,0.93,9.540,187.7 +4.4,0.93,8.540,197.0,4.3,0.93,9.070,197.5 +4.8,0.93,8.300,209.8,4.6,0.93,8.730,210.8 +4.9,0.93,6.570,230.8,4.8,0.93,6.970,233.5 +4.8,0.94,8.100,221.7,4.7,0.94,8.530,223.0 +4.5,0.94,11.180,243.5,4.5,0.94,12.200,246.9 +2.8,0.94,9.580,246.6,2.8,0.94,10.730,248.5 +2.4,0.94,9.560,244.0,2.3,0.94,10.030,246.5 +1.8,0.94,10.160,244.3,1.9,0.94,11.040,246.6 +1.2,0.94,10.120,245.1,1.3,0.94,10.980,248.7 +0.3,0.94,8.780,241.7,0.4,0.94,9.450,245.9 +0.1,0.94,9.240,239.2,0.1,0.94,9.880,243.3 +-0.5,0.94,9.140,236.3,-0.4,0.94,9.840,240.6 +-0.8,0.94,9.030,233.6,-0.8,0.94,9.700,237.1 +-1.1,0.94,9.150,236.2,-1.2,0.94,9.880,239.9 +-1.4,0.94,8.450,234.1,-1.5,0.94,9.180,238.0 +-1.5,0.94,8.740,232.0,-1.6,0.94,9.420,235.2 +-1.7,0.94,8.810,231.8,-1.7,0.94,9.490,235.2 +-2.0,0.94,8.120,232.8,-2.0,0.94,8.810,236.5 +-2.1,0.94,7.440,231.1,-2.2,0.94,8.020,234.2 +-1.8,0.94,5.020,241.5,-2.0,0.94,5.210,242.3 +-1.1,0.94,5.260,249.8,-1.3,0.94,5.380,250.1 +-0.3,0.94,5.840,252.4,-0.5,0.94,5.970,252.5 +0.2,0.94,5.490,247.0,-0.0,0.94,5.600,247.1 +0.6,0.94,5.580,245.6,0.4,0.94,5.700,245.7 +0.8,0.94,5.620,235.2,0.6,0.94,5.730,235.5 +0.8,0.94,5.540,232.3,0.6,0.94,5.690,232.6 +0.6,0.94,6.510,234.2,0.5,0.94,6.850,235.3 +0.6,0.94,6.170,251.2,0.4,0.94,6.420,252.1 +0.3,0.94,5.250,254.4,0.1,0.94,5.650,255.4 +0.1,0.94,5.200,269.7,0.0,0.94,5.820,270.4 +0.1,0.94,5.280,277.3,-0.1,0.94,5.940,277.9 +-0.3,0.94,4.870,300.1,-0.4,0.94,5.620,301.2 +-0.8,0.94,5.200,322.9,-0.9,0.94,5.840,325.3 +-1.4,0.94,6.010,332.8,-1.6,0.94,6.540,332.0 +-1.8,0.94,5.550,336.9,-1.9,0.94,5.930,336.9 +-2.0,0.94,5.390,334.6,-2.2,0.94,5.770,334.5 +-2.2,0.94,4.860,335.0,-2.4,0.94,5.180,335.2 +-2.4,0.94,4.980,331.4,-2.6,0.94,5.310,331.8 +-2.6,0.94,5.000,327.7,-2.8,0.94,5.310,328.2 +-2.9,0.94,5.640,324.3,-3.1,0.94,6.070,324.6 +-3.5,0.94,6.870,325.2,-3.6,0.94,7.430,325.3 +-4.1,0.94,6.670,324.3,-4.2,0.94,7.290,324.1 +-4.7,0.94,6.620,323.9,-4.8,0.94,7.320,324.0 +-4.5,0.94,5.850,322.3,-4.7,0.94,6.040,322.5 +-4.0,0.94,6.260,315.2,-4.2,0.94,6.390,315.2 +-3.5,0.94,6.620,312.8,-3.7,0.94,6.760,312.9 +-2.9,0.94,6.530,309.1,-3.1,0.94,6.670,309.3 +-2.4,0.94,6.750,308.1,-2.6,0.94,6.900,308.2 +-1.9,0.94,6.870,308.1,-2.1,0.94,7.020,308.1 +-1.7,0.94,6.950,307.7,-1.9,0.94,7.120,307.7 +-1.8,0.94,6.540,308.4,-2.0,0.94,6.860,308.6 +-2.1,0.94,7.730,309.9,-2.2,0.94,8.170,310.0 +-2.4,0.94,8.500,317.6,-2.5,0.94,9.090,317.6 +-3.0,0.94,7.020,319.1,-3.1,0.94,7.920,319.2 +-3.3,0.94,7.080,322.2,-3.4,0.94,7.910,322.3 +-3.6,0.94,6.170,318.0,-3.8,0.94,6.980,318.4 +-3.9,0.94,5.820,318.4,-4.0,0.94,6.530,319.2 +-4.0,0.94,4.610,317.4,-4.2,0.94,5.370,317.8 +-4.0,0.94,5.210,317.4,-4.1,0.94,5.890,317.1 +-4.1,0.94,5.100,316.8,-4.2,0.94,5.670,315.9 +-4.1,0.94,4.970,310.2,-4.2,0.94,5.560,310.9 +-4.4,0.94,5.420,306.1,-4.4,0.94,6.050,307.6 +-4.5,0.94,6.270,306.2,-4.5,0.94,6.970,307.8 +-4.7,0.94,6.010,308.0,-4.7,0.94,6.900,309.1 +-5.1,0.94,6.100,310.9,-5.1,0.94,7.080,311.3 +-5.4,0.94,5.810,312.3,-5.5,0.94,6.790,312.3 +-5.7,0.94,5.140,314.6,-5.7,0.94,6.240,314.8 +-4.9,0.94,3.690,311.8,-5.1,0.94,4.150,312.3 +-3.9,0.94,3.870,311.7,-4.0,0.94,3.990,311.8 +-2.8,0.94,4.570,307.4,-3.0,0.94,4.650,307.4 +-2.0,0.94,4.990,303.9,-2.1,0.94,5.090,303.9 +-1.4,0.94,4.980,302.9,-1.6,0.94,5.080,302.9 +-1.2,0.94,5.160,301.8,-1.4,0.94,5.260,301.7 +-1.1,0.94,4.800,299.2,-1.3,0.94,4.890,299.2 +-1.1,0.94,3.390,298.9,-1.3,0.94,3.570,299.1 +-1.4,0.94,5.500,288.8,-1.6,0.94,5.490,290.3 +-1.5,0.94,5.360,294.9,-1.7,0.94,5.420,297.4 +-1.8,0.94,4.650,299.4,-1.8,0.94,4.620,297.8 +-2.2,0.94,3.490,294.8,-2.1,0.94,3.850,294.8 +-2.6,0.94,3.890,291.8,-2.5,0.94,4.250,294.6 +-2.8,0.94,3.540,302.6,-2.6,0.94,4.030,303.8 +-3.2,0.94,2.270,280.0,-3.1,0.94,2.720,284.1 +-3.2,0.94,2.610,267.2,-3.0,0.94,2.970,270.5 +-3.3,0.94,2.460,269.2,-3.1,0.94,2.810,272.9 +-3.7,0.94,2.600,241.3,-3.5,0.94,2.930,244.8 +-4.1,0.94,3.070,219.5,-3.8,0.94,3.380,223.0 +-4.4,0.94,3.340,209.4,-4.0,0.94,3.570,212.1 +-4.6,0.94,4.220,210.9,-4.3,0.94,4.450,212.5 +-4.6,0.94,4.380,208.7,-4.3,0.94,4.700,209.9 +-4.1,0.94,4.990,201.4,-4.0,0.94,5.250,204.4 +-4.2,0.94,5.770,181.5,-3.9,0.94,6.120,186.7 +-3.6,0.94,5.530,175.2,-3.4,0.94,6.270,177.3 +-2.3,0.94,4.360,163.5,-2.4,0.94,5.000,165.2 +-1.0,0.94,5.290,159.2,-1.2,0.94,5.700,160.3 +0.0,0.94,6.260,157.3,-0.1,0.94,6.450,157.8 +0.7,0.94,7.050,145.9,0.5,0.94,7.300,146.4 +0.8,0.94,9.070,143.2,0.6,0.94,9.720,143.8 +-0.4,0.94,9.160,141.8,-0.6,0.94,9.680,142.5 +-1.6,0.93,10.760,132.4,-1.7,0.93,11.480,133.3 +-1.5,0.93,10.790,133.6,-1.7,0.93,11.380,134.2 +-0.9,0.93,11.310,133.7,-1.0,0.93,11.810,134.2 +-0.2,0.93,10.960,134.5,-0.3,0.93,11.490,135.3 +-0.0,0.93,12.720,134.0,-0.1,0.93,13.270,134.4 +-0.2,0.93,12.420,132.6,-0.3,0.93,12.940,133.0 +-0.3,0.93,10.740,132.0,-0.4,0.93,11.220,132.5 +-0.4,0.93,9.150,128.9,-0.5,0.93,9.600,129.6 +-0.3,0.93,8.300,126.4,-0.4,0.93,8.740,127.4 +-0.5,0.93,6.460,119.0,-0.6,0.93,6.890,120.5 +-0.6,0.93,4.650,112.7,-0.7,0.93,5.120,115.9 +-0.8,0.93,3.380,109.2,-0.8,0.93,3.800,116.5 +-1.0,0.93,0.520,135.0,-1.1,0.93,0.660,166.1 +-1.0,0.93,2.190,295.0,-1.0,0.93,2.490,293.3 +-1.0,0.93,4.160,303.3,-1.0,0.93,4.600,303.7 +-1.0,0.93,5.700,303.2,-1.1,0.93,6.480,304.6 +-0.9,0.93,7.410,306.4,-1.1,0.93,8.070,306.8 +-0.8,0.93,7.760,304.1,-1.0,0.93,8.080,304.2 +-0.5,0.93,7.050,299.1,-0.7,0.93,7.460,299.8 +-0.1,0.93,7.570,295.4,-0.3,0.93,7.830,295.9 +0.3,0.93,8.170,293.1,0.1,0.93,8.400,293.4 +0.7,0.93,8.720,294.6,0.5,0.93,8.960,294.8 +0.8,0.93,8.810,292.7,0.6,0.93,9.080,293.0 +0.8,0.93,8.380,289.6,0.6,0.93,8.810,290.0 +0.0,0.93,8.910,293.0,-0.1,0.93,9.450,293.1 +-0.4,0.94,8.520,298.5,-0.5,0.94,8.980,298.9 +-0.4,0.94,10.090,302.4,-0.6,0.94,10.630,303.0 +-0.6,0.94,10.700,301.3,-0.8,0.94,11.300,301.6 +-0.7,0.94,10.820,311.6,-0.9,0.94,11.470,311.9 +-1.1,0.94,10.920,316.4,-1.2,0.94,11.550,316.8 +-1.4,0.94,10.880,320.4,-1.6,0.94,11.540,320.9 +-1.9,0.94,10.290,320.5,-2.0,0.94,11.050,321.1 +-2.2,0.94,10.720,321.4,-2.3,0.94,11.500,321.9 +-2.3,0.94,10.370,317.5,-2.5,0.94,11.160,318.1 +-2.7,0.94,9.930,317.0,-2.8,0.94,10.770,317.7 +-3.1,0.94,8.670,314.9,-3.2,0.94,9.640,315.8 +-3.7,0.95,6.410,311.9,-3.8,0.95,7.680,314.0 +-4.2,0.95,6.230,304.4,-4.2,0.95,7.310,307.7 +-4.5,0.95,6.750,301.7,-4.5,0.95,7.710,304.8 +-4.8,0.95,7.510,293.8,-4.7,0.95,8.200,296.9 +-4.9,0.95,7.920,284.6,-4.6,0.95,8.600,286.9 +-4.6,0.95,5.200,273.9,-4.4,0.95,5.800,276.1 +-3.9,0.95,4.310,241.8,-4.0,0.95,4.900,245.4 +-2.3,0.95,5.460,233.6,-2.5,0.95,5.570,234.2 +-1.3,0.94,6.670,234.0,-1.5,0.94,6.790,234.4 +-0.4,0.94,6.980,227.8,-0.6,0.94,7.130,228.2 +0.2,0.94,8.050,235.3,-0.0,0.94,8.250,235.5 +0.4,0.94,7.910,237.5,0.3,0.94,8.260,238.0 +0.2,0.94,8.280,232.5,0.1,0.94,8.860,233.8 +-0.2,0.94,9.030,240.5,-0.3,0.94,9.810,242.4 +-0.7,0.94,7.690,255.5,-0.8,0.94,8.450,257.6 +-1.7,0.94,8.070,308.4,-1.9,0.94,8.580,308.5 +-6.1,0.94,11.630,333.7,-6.3,0.94,12.170,333.5 +-7.2,0.94,8.020,340.5,-7.3,0.94,8.380,340.3 +-9.6,0.94,10.650,332.7,-9.8,0.94,11.060,333.1 +-11.5,0.95,9.480,325.3,-11.7,0.95,10.100,325.2 +-13.1,0.95,10.770,328.1,-13.2,0.95,11.510,328.3 +-13.9,0.95,10.260,327.0,-14.1,0.95,10.960,327.5 +-14.5,0.95,10.160,328.7,-14.7,0.95,10.820,328.9 +-14.8,0.95,10.310,328.7,-15.0,0.95,10.970,328.9 +-15.1,0.95,9.510,324.8,-15.2,0.95,10.130,325.2 +-15.6,0.95,9.770,326.3,-15.7,0.95,10.380,326.6 +-15.8,0.95,9.830,325.4,-16.0,0.95,10.460,325.8 +-16.1,0.95,9.510,325.9,-16.3,0.95,10.150,326.1 +-16.5,0.95,9.070,326.9,-16.6,0.95,9.650,327.1 +-16.4,0.95,7.870,330.1,-16.6,0.95,8.150,330.2 +-15.8,0.95,7.660,329.1,-16.0,0.95,7.820,329.3 +-15.1,0.95,7.250,329.3,-15.3,0.95,7.400,329.5 +-14.3,0.95,7.370,325.9,-14.5,0.95,7.510,326.2 +-13.6,0.95,8.160,324.4,-13.8,0.95,8.320,324.6 +-13.2,0.96,8.450,325.2,-13.4,0.96,8.620,325.3 +-12.9,0.96,9.170,323.1,-13.1,0.96,9.390,323.2 +-13.0,0.96,8.910,324.8,-13.1,0.96,9.320,325.0 +-13.4,0.96,10.520,324.5,-13.5,0.96,11.250,324.4 +-13.8,0.96,11.220,326.4,-14.0,0.96,11.990,326.2 +-14.5,0.96,9.950,327.2,-14.6,0.96,10.810,327.2 +-15.1,0.96,9.510,329.2,-15.2,0.96,10.400,329.0 +-15.4,0.96,9.570,327.1,-15.5,0.96,10.430,327.4 +-15.5,0.96,8.980,326.9,-15.6,0.96,9.820,327.6 +-15.6,0.96,8.070,327.2,-15.7,0.96,8.810,328.8 +-15.9,0.96,5.640,320.1,-16.0,0.96,6.650,322.2 +-16.0,0.96,5.310,316.9,-15.9,0.96,6.380,320.3 +-15.8,0.96,4.570,306.5,-15.7,0.96,5.100,309.0 +-15.5,0.96,4.510,287.7,-15.1,0.96,5.080,289.7 +-15.3,0.96,5.340,287.5,-14.8,0.96,5.980,289.5 +-14.4,0.96,6.060,287.9,-13.9,0.96,6.800,288.3 +-14.0,0.96,6.880,281.1,-13.6,0.96,7.760,281.8 +-14.1,0.96,7.280,272.8,-13.7,0.96,8.160,274.7 +-14.0,0.96,8.160,262.4,-13.5,0.96,9.240,264.9 +-13.6,0.96,6.390,256.0,-13.4,0.96,7.080,258.4 +-12.1,0.96,4.680,246.5,-12.2,0.96,5.490,249.8 +-10.4,0.96,5.230,242.6,-10.6,0.96,5.340,243.7 +-9.0,0.96,5.740,238.8,-9.2,0.96,5.830,239.4 +-7.9,0.96,6.540,236.7,-8.1,0.96,6.640,237.2 +-7.1,0.96,6.930,235.9,-7.3,0.96,7.050,236.2 +-6.6,0.95,7.060,232.3,-6.8,0.95,7.250,232.6 +-6.5,0.95,8.180,225.3,-6.7,0.95,8.660,226.2 +-6.7,0.95,10.720,225.6,-6.8,0.95,11.320,227.5 +-6.8,0.95,11.430,224.3,-6.7,0.95,12.280,226.7 +-7.0,0.95,11.090,224.4,-6.9,0.95,11.980,227.1 +-7.3,0.95,11.500,223.5,-7.2,0.95,12.560,226.0 +-7.6,0.95,11.910,222.8,-7.5,0.95,13.030,225.3 +-7.7,0.95,12.160,224.2,-7.5,0.95,13.480,227.0 +-7.4,0.95,12.530,226.9,-7.1,0.95,13.990,229.6 +-7.5,0.95,11.570,223.7,-7.2,0.95,12.760,227.3 +-8.0,0.95,11.340,216.3,-7.8,0.95,12.270,220.2 +-8.0,0.94,12.240,214.8,-7.8,0.94,13.260,217.7 +-7.9,0.94,12.540,211.6,-7.8,0.94,13.580,214.3 +-7.5,0.94,13.300,212.2,-7.3,0.94,14.570,214.4 +-7.6,0.94,13.300,211.9,-7.5,0.94,14.600,213.7 +-7.6,0.94,13.370,212.3,-7.5,0.94,14.710,214.0 +-7.3,0.94,13.630,212.1,-7.2,0.94,14.940,213.5 +-7.0,0.94,13.660,211.4,-7.0,0.94,14.870,212.7 +-5.8,0.94,12.740,218.7,-5.8,0.94,13.540,219.2 +-3.4,0.94,12.300,220.7,-3.6,0.94,13.030,220.6 +-1.7,0.93,9.700,226.5,-1.9,0.93,10.210,227.1 +-0.1,0.93,9.170,222.1,-0.2,0.93,9.760,223.4 +1.4,0.93,8.710,229.3,1.3,0.93,9.210,230.1 +2.7,0.93,9.500,228.9,2.6,0.93,9.770,229.4 +3.5,0.93,9.210,234.5,3.4,0.93,9.860,235.8 +3.9,0.93,10.060,238.4,3.9,0.93,10.690,240.9 +3.5,0.93,10.070,243.9,3.7,0.93,10.970,247.2 +2.5,0.93,8.590,251.5,2.9,0.93,9.590,255.5 +2.3,0.93,7.760,258.6,2.7,0.93,8.690,264.6 +1.9,0.93,6.780,265.7,2.2,0.93,7.690,274.0 +1.3,0.93,5.590,270.6,1.4,0.93,6.400,281.5 +0.8,0.93,4.130,278.9,0.8,0.93,5.100,290.7 +0.8,0.93,4.050,281.1,0.8,0.93,4.680,290.1 +0.5,0.93,4.070,289.2,0.4,0.93,4.910,297.7 +-0.1,0.93,5.470,304.0,-0.1,0.93,5.910,306.2 +-0.4,0.93,4.880,298.5,-0.4,0.93,6.200,307.9 +-0.6,0.93,5.380,305.1,-0.4,0.93,6.570,313.4 +-0.6,0.93,6.120,311.5,-0.4,0.93,6.800,315.0 +-1.0,0.93,6.580,315.1,-0.8,0.93,7.220,318.3 +-1.3,0.93,6.280,323.5,-1.1,0.93,6.800,325.6 +-1.7,0.93,5.500,328.6,-1.5,0.93,6.030,332.0 +-1.6,0.93,4.800,340.6,-1.4,0.93,5.330,343.2 +-1.9,0.93,3.850,339.6,-1.7,0.93,4.040,343.1 +-1.6,0.93,3.890,339.5,-1.3,0.93,4.090,342.7 +-1.3,0.93,1.990,327.4,-1.2,0.93,2.540,329.4 +-0.8,0.93,1.170,326.0,-0.8,0.93,1.480,327.5 +0.1,0.93,0.620,319.2,-0.0,0.93,0.770,320.7 +1.1,0.93,1.300,260.7,0.9,0.93,1.320,264.4 +1.2,0.93,1.760,267.1,1.1,0.93,1.830,271.5 +1.2,0.93,1.600,270.2,1.1,0.93,1.640,273.7 +0.9,0.93,2.080,256.1,1.0,0.93,2.210,254.2 +0.2,0.93,2.230,237.3,0.6,0.93,2.490,240.0 +-0.4,0.93,3.130,248.2,0.0,0.93,3.450,249.2 +-0.9,0.93,3.560,247.7,-0.6,0.93,4.060,250.2 +-1.3,0.93,3.940,244.9,-1.0,0.93,4.520,248.6 +-1.4,0.93,5.050,247.5,-1.0,0.93,5.850,253.6 +-0.8,0.93,7.070,242.5,-0.7,0.93,7.880,245.3 +-1.4,0.93,6.850,241.2,-1.3,0.93,7.430,247.4 +-1.8,0.93,7.030,243.4,-1.5,0.93,7.810,250.0 +-1.6,0.93,7.010,254.9,-1.2,0.93,8.150,263.2 +-1.7,0.93,6.130,255.9,-1.3,0.93,6.990,261.6 +-1.2,0.93,7.370,266.3,-0.8,0.93,8.480,270.0 +-1.0,0.93,6.800,269.1,-0.8,0.93,7.400,271.4 +-0.9,0.93,7.110,264.3,-0.6,0.93,8.000,267.5 +-1.1,0.93,6.510,255.3,-0.8,0.93,6.970,259.0 +-1.3,0.93,6.080,235.2,-1.2,0.93,6.400,238.7 +-1.5,0.93,5.890,232.3,-1.3,0.93,6.220,235.0 +-1.5,0.93,6.930,222.6,-1.3,0.93,7.210,226.3 +-1.1,0.93,6.310,211.9,-1.0,0.93,6.970,213.7 +-0.5,0.93,5.990,201.2,-0.6,0.93,6.440,202.3 +-0.2,0.93,6.110,198.5,-0.2,0.93,6.800,199.6 +0.0,0.93,7.030,193.5,-0.0,0.93,7.590,194.8 +-0.1,0.93,7.480,187.5,-0.1,0.93,8.160,188.7 +-0.3,0.93,8.060,188.4,-0.3,0.93,8.700,188.9 +-0.5,0.93,7.940,181.4,-0.5,0.93,8.920,182.9 +-0.4,0.93,9.150,190.8,-0.5,0.93,10.080,191.7 +-0.1,0.93,9.390,189.0,-0.2,0.93,10.140,189.5 +-0.1,0.93,8.520,189.5,-0.1,0.93,9.260,189.9 +-0.0,0.93,7.790,182.2,-0.1,0.93,8.500,183.4 +0.2,0.93,8.510,181.5,0.1,0.93,9.200,182.1 +0.3,0.93,9.860,178.3,0.2,0.93,10.550,179.1 +0.3,0.93,10.360,177.0,0.3,0.93,11.010,177.7 +0.8,0.93,10.460,176.7,0.7,0.93,11.200,177.5 +1.4,0.93,12.330,175.1,1.3,0.93,13.110,176.0 +2.0,0.93,12.640,176.7,1.9,0.93,13.480,178.1 +1.8,0.92,12.820,173.4,1.8,0.92,13.780,175.1 +1.9,0.92,12.540,177.7,1.8,0.92,13.450,178.9 +1.8,0.92,12.750,177.4,1.8,0.92,13.740,178.8 +1.7,0.92,11.440,180.3,1.6,0.92,12.320,181.2 +2.0,0.92,10.930,180.1,1.9,0.92,11.790,180.9 +2.4,0.92,10.450,176.5,2.3,0.92,11.310,177.3 +2.7,0.92,10.940,175.1,2.6,0.92,11.760,176.7 +3.1,0.92,10.510,180.3,3.1,0.92,11.310,181.8 +3.2,0.92,9.740,173.7,3.2,0.92,10.460,176.0 +3.3,0.92,9.100,164.1,3.3,0.92,9.760,166.8 +3.5,0.92,8.810,155.8,3.5,0.92,9.430,159.1 +3.5,0.92,9.180,157.1,3.6,0.92,9.900,159.9 +3.7,0.92,8.400,147.1,3.8,0.92,8.820,150.4 +3.6,0.92,8.070,134.7,3.8,0.92,8.420,140.0 +2.9,0.92,6.230,117.5,3.0,0.92,6.930,122.3 +3.1,0.92,6.540,119.0,3.3,0.92,7.020,124.6 +3.5,0.92,6.540,115.2,3.8,0.92,6.420,119.9 +3.4,0.92,6.470,107.2,3.6,0.92,6.710,112.1 +3.4,0.92,6.960,101.2,3.6,0.92,7.200,105.7 +3.1,0.92,6.030,112.3,3.3,0.92,6.560,118.2 +3.4,0.92,5.050,123.2,3.5,0.92,5.330,126.4 +3.3,0.92,4.840,131.8,3.5,0.92,5.130,134.9 +3.0,0.92,3.040,132.0,3.1,0.92,3.400,138.2 +3.0,0.92,2.810,137.3,3.1,0.92,3.120,144.0 +3.2,0.92,2.510,152.5,3.3,0.92,2.840,158.8 +3.1,0.92,2.390,202.0,3.1,0.92,2.830,202.0 +2.7,0.92,2.850,221.5,2.7,0.92,3.210,222.2 +2.4,0.92,1.990,258.1,2.4,0.92,2.340,261.1 +2.5,0.92,2.380,280.2,2.6,0.92,2.790,282.6 +1.6,0.92,4.550,292.6,1.7,0.92,5.330,293.1 +0.8,0.92,6.070,292.9,0.7,0.92,6.780,294.2 +0.4,0.92,6.450,293.2,0.2,0.92,7.060,294.9 +-0.3,0.92,7.790,304.3,-0.5,0.92,8.340,305.2 +-0.2,0.92,8.350,307.2,-0.4,0.92,8.900,308.0 +-0.5,0.92,8.400,305.7,-0.7,0.92,8.850,306.2 +-0.8,0.92,8.570,314.3,-1.0,0.92,9.060,314.3 +-1.5,0.92,9.710,315.4,-1.7,0.92,10.540,315.9 +-2.4,0.92,11.150,311.2,-2.5,0.92,11.850,312.0 +-3.4,0.92,12.080,318.8,-3.5,0.92,12.860,319.0 +-4.1,0.92,10.240,309.2,-4.3,0.92,10.820,309.6 +-4.7,0.93,10.790,309.4,-4.8,0.93,11.290,309.7 +-5.2,0.93,10.660,308.4,-5.4,0.93,11.290,309.0 +-5.5,0.93,10.710,310.8,-5.7,0.93,11.300,311.3 +-5.8,0.93,11.120,312.9,-6.0,0.93,11.700,313.4 +-6.1,0.93,10.440,312.6,-6.3,0.93,11.030,313.0 +-6.4,0.93,11.550,313.1,-6.6,0.93,12.070,313.5 +-6.7,0.93,10.940,316.2,-6.9,0.93,11.490,316.5 +-7.0,0.93,10.400,318.3,-7.2,0.93,10.980,318.7 +-7.5,0.93,11.120,319.3,-7.7,0.93,11.690,319.5 +-8.1,0.93,10.080,321.5,-8.2,0.93,10.800,322.2 +-8.4,0.93,9.920,320.9,-8.6,0.93,10.580,321.5 +-8.7,0.94,9.600,320.4,-8.9,0.94,10.190,320.9 +-9.0,0.94,9.060,321.1,-9.2,0.94,9.650,321.4 +-9.1,0.94,9.170,321.2,-9.2,0.94,9.490,321.3 +-8.8,0.94,8.830,321.5,-9.0,0.94,9.060,321.7 +-8.4,0.94,8.250,319.5,-8.6,0.94,8.440,319.7 +-7.9,0.94,7.900,315.7,-8.1,0.94,8.080,315.9 +-7.4,0.94,7.730,312.6,-7.6,0.94,7.910,312.7 +-7.0,0.94,7.580,310.4,-7.2,0.94,7.760,310.5 +-6.9,0.94,7.240,311.2,-7.1,0.94,7.410,311.2 +-7.0,0.94,5.940,312.6,-7.2,0.94,6.280,312.6 +-7.3,0.94,5.510,310.2,-7.5,0.94,5.920,310.3 +-7.5,0.94,5.600,320.6,-7.7,0.94,6.150,320.3 +-7.8,0.94,5.820,325.2,-8.0,0.94,6.320,325.2 +-8.2,0.95,5.390,334.3,-8.3,0.95,5.930,334.9 +-8.4,0.95,4.370,338.9,-8.6,0.95,4.900,341.1 +-8.7,0.95,3.790,352.5,-8.8,0.95,4.260,355.7 +-8.8,0.95,3.540,11.7,-8.9,0.95,3.850,13.6 +-8.9,0.95,2.810,48.6,-8.9,0.95,2.580,45.6 +-8.8,0.95,2.730,68.4,-8.7,0.95,2.550,64.8 +-8.7,0.95,3.720,129.1,-8.7,0.95,3.380,129.1 +-9.0,0.95,4.400,140.9,-8.9,0.95,4.550,142.1 +-8.9,0.95,5.440,146.8,-8.8,0.95,5.780,147.1 +-8.5,0.95,6.170,146.8,-8.4,0.95,6.630,147.7 +-8.4,0.95,7.500,151.6,-8.3,0.95,8.150,152.9 +-8.1,0.95,9.010,152.4,-8.1,0.95,9.770,153.4 +-8.1,0.95,10.070,151.0,-8.1,0.95,10.910,151.7 +-7.9,0.94,9.630,148.2,-8.0,0.94,10.150,148.8 +-6.6,0.94,8.600,150.8,-6.7,0.94,9.250,151.1 +-5.3,0.94,8.330,151.1,-5.5,0.94,8.820,151.3 +-4.4,0.94,9.470,146.5,-4.5,0.94,10.240,147.2 +-3.6,0.94,10.190,145.6,-3.7,0.94,10.990,146.2 +-3.2,0.94,12.020,146.8,-3.4,0.94,12.640,147.3 +-2.6,0.94,12.900,151.6,-2.8,0.94,13.600,152.1 +-2.4,0.94,14.110,151.7,-2.5,0.94,14.930,152.0 +-1.9,0.94,14.840,152.9,-2.0,0.94,15.720,153.3 +-1.4,0.94,15.030,156.5,-1.5,0.94,15.950,157.1 +-1.3,0.94,15.170,162.8,-1.4,0.94,16.100,163.4 +-1.2,0.93,15.890,166.3,-1.3,0.93,16.810,166.9 +-0.7,0.94,14.300,170.2,-0.8,0.94,15.210,170.8 +-0.2,0.93,16.390,175.0,-0.3,0.93,17.390,175.6 +0.0,0.93,16.160,179.2,-0.1,0.93,17.170,179.8 +0.3,0.93,16.170,180.8,0.2,0.93,17.200,181.6 +0.4,0.93,16.420,181.4,0.3,0.93,17.460,182.1 +0.5,0.93,16.070,184.2,0.4,0.93,17.120,184.8 +0.6,0.93,15.640,186.0,0.6,0.93,16.730,186.7 +0.6,0.93,14.370,188.7,0.6,0.93,15.480,189.3 +0.8,0.93,15.580,189.0,0.7,0.93,16.690,189.8 +0.6,0.93,15.170,188.8,0.6,0.93,16.280,189.6 +0.3,0.94,13.710,189.9,0.2,0.94,14.850,190.6 +0.1,0.94,12.720,189.8,0.0,0.94,13.840,190.6 +-0.1,0.94,11.200,190.1,-0.1,0.94,12.240,190.8 +0.2,0.94,10.280,197.0,0.1,0.94,11.010,197.3 +0.7,0.94,8.790,198.1,0.5,0.94,9.370,198.2 +1.2,0.94,7.380,194.1,1.0,0.94,7.950,194.4 +1.8,0.94,7.250,193.3,1.6,0.94,7.710,193.8 +2.1,0.94,6.770,187.3,1.9,0.94,7.220,188.0 +2.0,0.94,6.710,181.0,1.9,0.94,7.300,182.8 +2.0,0.94,7.390,174.9,1.9,0.94,7.920,177.5 +1.8,0.94,9.030,177.9,1.7,0.94,9.600,181.0 +1.7,0.94,10.000,184.6,1.6,0.94,10.880,187.8 +1.5,0.94,11.190,191.0,1.4,0.94,12.030,194.5 +0.9,0.94,10.360,190.0,0.8,0.94,11.560,194.1 +0.1,0.94,12.490,196.3,-0.0,0.94,13.580,199.0 +-0.8,0.94,7.180,184.3,-0.7,0.94,7.950,187.8 +-1.4,0.94,7.390,196.0,-1.4,0.94,7.820,198.9 +-1.7,0.94,6.670,201.5,-1.8,0.94,6.970,204.4 +-2.2,0.94,5.480,224.7,-2.2,0.94,5.700,229.5 +-5.1,0.94,6.280,333.7,-5.1,0.94,6.330,331.1 +-5.6,0.94,6.280,336.9,-5.8,0.94,6.840,336.7 +-6.0,0.94,7.360,336.0,-6.2,0.94,7.960,336.2 +-5.7,0.94,7.970,331.5,-5.9,0.94,8.580,331.6 +-5.5,0.94,9.090,335.1,-5.7,0.94,9.680,335.4 +-6.1,0.94,9.110,337.0,-6.3,0.94,9.490,337.4 +-6.8,0.95,9.700,336.5,-7.0,0.95,10.190,336.8 +-7.5,0.95,9.650,336.7,-7.7,0.95,10.020,337.0 +-7.8,0.95,9.250,338.9,-8.0,0.95,9.520,339.2 +-8.3,0.95,9.220,340.4,-8.5,0.95,9.480,340.5 +-8.3,0.95,9.630,338.6,-8.5,0.95,9.850,338.8 +-8.2,0.95,9.470,339.0,-8.4,0.95,9.690,339.2 +-8.3,0.95,9.520,337.2,-8.5,0.95,9.730,337.4 +-8.7,0.95,9.260,337.9,-8.9,0.95,9.500,338.2 +-9.3,0.95,9.050,339.0,-9.5,0.95,9.320,339.2 +-9.6,0.95,9.110,341.8,-9.8,0.95,9.410,342.0 +-9.8,0.95,8.770,343.8,-10.0,0.95,9.080,343.8 +-10.0,0.95,8.080,344.9,-10.2,0.95,8.340,344.9 +-10.3,0.95,7.520,345.3,-10.5,0.95,7.740,345.4 +-10.7,0.95,7.270,343.5,-10.9,0.95,7.490,343.8 +-10.9,0.95,6.580,341.0,-11.1,0.95,6.790,341.4 +-11.1,0.95,5.480,339.2,-11.3,0.95,5.660,339.4 +-11.3,0.95,4.550,330.2,-11.5,0.95,4.700,330.8 +-11.6,0.96,3.780,325.2,-11.8,0.96,4.090,326.0 +-12.0,0.96,3.560,310.0,-12.1,0.96,3.840,309.8 +-12.5,0.95,2.820,283.9,-12.6,0.95,3.250,288.2 +-12.7,0.95,3.690,262.2,-12.6,0.95,3.790,264.7 +-12.8,0.95,4.900,251.2,-12.6,0.95,5.100,251.7 +-12.4,0.95,6.370,234.2,-12.3,0.95,6.730,235.1 +-12.1,0.95,7.790,213.2,-11.9,0.95,8.350,216.6 +-12.3,0.95,7.890,218.7,-12.4,0.95,8.430,220.1 +-11.6,0.95,6.740,230.6,-11.7,0.95,7.460,232.9 +-10.6,0.95,5.590,242.4,-10.7,0.95,5.800,243.4 +-9.8,0.95,6.670,265.8,-10.1,0.95,6.830,266.1 +-10.3,0.95,5.790,266.8,-10.5,0.95,5.900,267.1 +-9.5,0.95,6.260,270.9,-9.7,0.95,6.410,271.3 +-8.8,0.95,7.630,289.1,-8.9,0.95,7.840,289.3 +-8.8,0.95,8.690,297.9,-9.0,0.95,8.950,298.0 +-9.7,0.95,7.220,306.1,-9.9,0.95,7.560,306.6 +-13.0,0.95,10.230,315.3,-13.2,0.95,10.900,315.4 +-14.4,0.95,10.700,323.7,-14.6,0.95,11.300,323.4 +-15.1,0.95,10.480,322.3,-15.3,0.95,11.000,322.7 +-15.4,0.96,10.660,326.9,-15.6,0.96,11.250,327.4 +-15.9,0.96,9.770,328.5,-16.1,0.96,10.310,329.0 +-16.3,0.96,8.990,330.0,-16.4,0.96,9.570,330.3 +-16.1,0.96,9.090,338.6,-16.3,0.96,9.640,339.1 +-16.2,0.96,8.720,340.4,-16.4,0.96,9.280,340.9 +-16.8,0.96,7.840,343.4,-17.0,0.96,8.340,343.8 +-17.4,0.96,7.750,343.3,-17.6,0.96,8.260,343.8 +-18.0,0.96,7.300,340.3,-18.2,0.96,7.780,340.8 +-18.5,0.96,6.750,338.2,-18.7,0.96,7.270,338.8 +-18.9,0.96,6.610,336.2,-19.1,0.96,7.170,336.6 +-19.2,0.96,6.340,334.6,-19.4,0.96,6.900,334.9 +-19.5,0.96,5.930,332.7,-19.7,0.96,6.640,333.1 +-19.8,0.96,6.020,331.9,-19.9,0.96,6.720,332.1 +-19.8,0.96,4.720,325.9,-19.9,0.96,4.950,326.3 +-19.2,0.96,4.700,319.9,-19.4,0.96,4.820,320.1 +-18.2,0.96,5.270,313.4,-18.4,0.96,5.380,313.6 +-17.4,0.96,5.900,310.0,-17.6,0.96,6.010,310.0 +-16.8,0.96,6.200,307.3,-17.0,0.96,6.320,307.3 +-16.4,0.96,6.030,304.1,-16.6,0.96,6.150,304.0 +-16.3,0.96,5.890,299.9,-16.5,0.96,6.020,299.9 +-16.4,0.96,5.420,302.5,-16.6,0.96,5.710,302.7 +-16.7,0.96,5.570,302.9,-16.9,0.96,6.010,303.6 +-17.0,0.96,5.910,302.4,-17.1,0.96,6.580,302.6 +-17.2,0.96,6.440,308.2,-17.3,0.96,7.100,308.5 +-17.4,0.96,6.360,308.3,-17.5,0.96,6.940,308.4 +-17.7,0.96,5.480,311.0,-17.7,0.96,6.120,311.5 +-18.0,0.96,2.700,309.2,-17.9,0.96,3.330,311.6 +-17.3,0.96,1.440,282.3,-17.1,0.96,1.800,287.4 +-17.3,0.96,2.280,215.7,-17.3,0.96,2.230,219.8 +-17.2,0.96,3.050,209.1,-17.1,0.96,3.110,212.0 +-16.9,0.96,4.230,202.6,-16.7,0.96,4.450,206.0 +-16.2,0.96,4.820,198.5,-15.9,0.96,5.230,201.2 +-15.8,0.95,6.140,202.0,-15.5,0.95,6.800,203.3 +-15.7,0.95,5.890,196.3,-15.7,0.95,6.500,197.3 +-15.5,0.95,6.830,187.0,-15.7,0.95,7.420,187.2 +-15.1,0.95,7.800,184.8,-15.3,0.95,8.590,185.4 +-14.6,0.95,9.230,178.2,-14.8,0.95,9.860,178.7 +-13.8,0.95,10.620,183.6,-13.9,0.95,11.320,183.9 +-13.2,0.95,10.040,184.2,-13.4,0.95,10.590,184.7 +-12.1,0.94,10.740,184.3,-12.3,0.94,11.160,184.7 +-11.0,0.94,11.270,187.1,-11.2,0.94,11.740,187.3 +-10.1,0.94,11.550,189.1,-10.3,0.94,12.020,189.3 +-9.3,0.94,11.750,194.6,-9.5,0.94,12.410,194.8 +-8.3,0.94,13.100,199.6,-8.5,0.94,13.740,199.9 +-7.8,0.94,12.300,201.8,-8.0,0.94,13.020,202.1 +-7.4,0.94,11.980,204.5,-7.5,0.94,12.740,204.9 +-6.9,0.94,12.590,207.3,-7.0,0.94,13.390,208.0 +-6.3,0.93,13.560,208.5,-6.4,0.93,14.410,209.1 +-5.7,0.93,11.730,212.8,-5.8,0.93,12.610,213.4 +-4.9,0.93,11.110,216.4,-5.0,0.93,11.990,217.2 +-4.5,0.93,10.190,217.7,-4.5,0.93,11.100,218.8 +-3.9,0.93,10.750,226.7,-3.9,0.93,11.760,227.5 +-3.6,0.93,11.050,232.9,-3.7,0.93,12.010,234.3 +-3.8,0.93,10.710,233.5,-3.9,0.93,11.540,235.1 +-4.3,0.93,9.660,243.7,-4.4,0.93,10.460,245.3 +-4.4,0.93,9.600,250.5,-4.4,0.93,10.320,253.7 +-4.6,0.93,8.300,267.2,-4.6,0.93,9.160,271.4 +-4.4,0.93,8.870,269.6,-4.5,0.93,9.750,272.3 +-4.8,0.93,8.420,276.4,-4.9,0.93,9.430,279.6 +-5.0,0.93,8.280,286.6,-5.1,0.93,9.400,289.0 +-5.6,0.93,8.340,289.3,-5.7,0.93,9.600,291.8 +-5.5,0.93,9.590,294.4,-5.7,0.93,10.330,295.5 +-5.3,0.93,7.990,294.6,-5.5,0.93,8.400,295.3 +-4.8,0.93,7.800,287.6,-5.0,0.93,8.010,288.1 +-4.4,0.93,7.870,284.9,-4.6,0.93,8.050,285.3 +-4.0,0.93,8.240,283.5,-4.1,0.93,8.430,283.8 +-4.0,0.94,8.320,283.4,-4.2,0.94,8.500,283.8 +-4.4,0.94,8.040,281.6,-4.6,0.94,8.310,282.1 +-4.9,0.94,8.360,282.7,-5.1,0.94,8.910,283.9 +-5.6,0.94,8.830,286.9,-5.7,0.94,9.600,288.2 +-6.3,0.94,8.320,296.9,-6.4,0.94,8.840,297.6 +-6.8,0.94,7.270,293.4,-7.0,0.94,7.720,294.9 +-7.8,0.94,9.160,307.1,-8.1,0.94,9.750,307.6 +-10.6,0.94,9.380,332.8,-10.7,0.94,9.810,332.3 +-11.8,0.94,9.540,329.3,-12.0,0.94,10.150,329.3 +-12.6,0.94,7.400,321.4,-12.8,0.94,8.000,322.3 +-13.0,0.94,5.720,315.6,-13.2,0.94,5.980,315.9 +-13.5,0.94,8.260,294.9,-13.7,0.94,8.510,295.7 +-14.1,0.94,7.720,299.5,-14.3,0.94,8.270,300.3 +-15.0,0.94,8.210,301.3,-15.2,0.94,8.930,302.2 +-15.3,0.94,9.110,301.5,-15.5,0.94,9.860,302.3 +-15.4,0.94,9.520,309.0,-15.6,0.94,10.290,309.6 +-15.5,0.94,8.350,308.3,-15.7,0.94,9.160,309.1 +-15.7,0.94,9.530,316.2,-15.9,0.94,10.310,316.7 +-15.9,0.94,9.710,323.0,-16.1,0.94,10.440,323.6 +-15.8,0.94,9.790,326.7,-15.9,0.94,10.300,327.1 +-15.4,0.94,9.330,332.2,-15.6,0.94,9.610,332.4 +-14.9,0.95,8.690,332.0,-15.2,0.95,8.920,332.2 +-14.4,0.95,8.160,331.4,-14.6,0.95,8.360,331.6 +-14.0,0.95,8.530,327.1,-14.2,0.95,8.740,327.2 +-13.6,0.95,8.800,327.7,-13.8,0.95,9.020,327.9 +-13.4,0.95,8.770,332.4,-13.6,0.95,9.020,332.5 +-13.4,0.95,7.440,337.5,-13.6,0.95,8.000,337.8 +-13.6,0.95,8.910,330.8,-13.7,0.95,9.730,331.3 +-13.6,0.95,8.900,333.0,-13.7,0.95,9.770,333.3 +-13.6,0.95,9.390,340.3,-13.7,0.95,10.220,340.7 +-13.4,0.95,9.390,341.2,-13.5,0.95,10.240,342.1 +-13.5,0.95,9.370,343.9,-13.5,0.95,10.240,345.3 +-13.7,0.95,8.470,350.4,-13.7,0.95,9.370,351.9 +-14.0,0.95,7.570,350.2,-13.9,0.95,8.470,352.8 +-14.2,0.95,7.330,350.5,-14.1,0.95,8.280,355.6 +-14.2,0.95,7.500,1.2,-14.0,0.95,8.160,8.8 +-14.1,0.95,6.980,13.3,-13.8,0.95,7.520,21.0 +-14.3,0.95,6.180,14.0,-14.0,0.95,6.550,19.6 +-14.6,0.95,4.830,14.8,-14.1,0.95,5.070,19.5 +-14.1,0.95,4.050,19.1,-13.5,0.95,4.150,22.3 +-14.1,0.95,3.870,28.8,-13.6,0.95,3.970,30.5 +-14.1,0.95,2.070,51.6,-13.7,0.95,2.310,52.4 +-13.3,0.95,1.480,52.5,-13.0,0.95,1.580,58.1 +-13.3,0.95,2.190,126.6,-13.1,0.95,2.410,124.8 +-13.4,0.95,0.920,153.2,-13.3,0.95,1.350,151.6 +-12.1,0.95,1.120,156.6,-12.3,0.95,1.270,154.0 +-11.0,0.95,1.510,179.8,-11.2,0.95,1.580,178.2 +-10.7,0.95,2.920,170.2,-10.8,0.95,2.960,170.5 +-10.6,0.94,3.010,171.2,-10.7,0.94,3.070,171.7 +-10.5,0.94,3.580,159.8,-10.7,0.94,3.670,160.1 +-10.6,0.94,3.430,155.5,-10.8,0.94,3.650,156.1 +-10.6,0.94,4.000,144.3,-10.7,0.94,4.230,144.8 +-10.6,0.94,5.480,150.3,-10.8,0.94,5.730,150.8 +-10.5,0.94,4.730,155.7,-10.7,0.94,5.020,156.2 +-10.4,0.94,4.880,155.2,-10.6,0.94,5.190,156.0 +-10.3,0.94,4.900,161.0,-10.4,0.94,5.240,161.7 +-10.1,0.94,4.660,162.8,-10.2,0.94,5.050,163.6 +-9.9,0.94,4.050,163.8,-10.1,0.94,4.440,165.1 +-9.7,0.94,3.540,171.8,-9.9,0.94,3.890,173.3 +-9.6,0.94,3.050,189.6,-9.7,0.94,3.390,191.4 +-9.6,0.94,1.930,208.0,-9.7,0.94,2.190,208.8 +-9.6,0.94,1.300,247.0,-9.7,0.94,1.480,246.0 +-9.7,0.94,1.880,288.4,-9.7,0.94,2.060,287.8 +-9.6,0.94,2.310,324.2,-9.7,0.94,2.500,325.0 +-9.8,0.94,3.450,334.2,-10.0,0.94,3.670,333.4 +-10.2,0.94,5.270,337.1,-10.3,0.94,5.410,337.6 +-10.3,0.94,6.400,335.6,-10.3,0.94,6.390,338.1 +-10.9,0.95,5.770,347.1,-10.9,0.95,6.350,347.5 +-10.4,0.95,3.140,355.6,-10.6,0.95,3.530,356.0 +-9.5,0.95,3.660,350.9,-9.6,0.95,3.790,351.1 +-9.0,0.95,4.910,349.4,-9.1,0.95,5.000,349.7 +-8.7,0.95,4.530,349.2,-8.9,0.95,4.600,349.5 +-8.8,0.95,3.920,352.5,-9.0,0.95,4.000,352.4 +-9.0,0.95,4.040,349.4,-9.2,0.95,4.190,349.3 +-9.2,0.95,5.270,352.1,-9.4,0.95,5.320,351.5 +-9.5,0.95,5.500,343.6,-9.6,0.95,5.530,345.4 +-9.8,0.95,5.770,347.3,-9.8,0.95,5.570,347.6 +-10.7,0.95,5.300,2.3,-10.4,0.95,5.380,3.3 +-10.7,0.95,5.340,4.8,-10.4,0.95,5.250,2.3 +-11.7,0.95,3.290,11.1,-11.3,0.95,3.650,9.6 +-11.5,0.95,3.360,15.5,-11.3,0.95,3.550,14.3 +-11.1,0.95,2.440,359.0,-10.7,0.95,2.650,3.2 +-11.1,0.95,1.530,1.4,-10.6,0.95,1.500,4.9 +-11.1,0.95,1.590,32.2,-10.7,0.95,1.540,38.4 +-11.3,0.95,1.300,121.7,-11.0,0.95,1.380,122.9 +-11.4,0.95,1.300,157.5,-11.1,0.95,1.480,160.3 +-11.0,0.95,1.720,169.0,-10.6,0.95,2.050,171.2 +-11.0,0.95,2.260,164.2,-10.6,0.95,2.590,169.9 +-11.6,0.95,3.150,151.7,-11.3,0.95,3.470,157.7 +-11.1,0.95,3.980,152.6,-10.8,0.95,4.480,156.9 +-10.4,0.95,5.020,156.1,-10.2,0.95,5.570,159.8 +-10.3,0.95,6.630,157.8,-10.1,0.95,7.200,160.8 +-10.0,0.95,6.450,162.2,-10.0,0.95,6.940,163.0 +-9.1,0.95,5.550,162.7,-9.3,0.95,5.840,163.6 +-8.5,0.95,6.580,162.2,-8.7,0.95,6.760,162.6 +-8.0,0.95,7.430,160.9,-8.2,0.95,7.620,161.2 +-7.9,0.95,7.590,160.3,-8.1,0.95,7.820,160.7 +-7.9,0.95,7.850,162.0,-8.1,0.95,8.490,162.6 +-8.0,0.95,8.990,159.9,-8.2,0.95,9.470,160.3 +-7.7,0.95,9.920,159.6,-7.9,0.95,10.450,160.1 +-7.5,0.95,9.780,159.3,-7.6,0.95,10.380,159.8 +-7.3,0.95,10.400,158.5,-7.4,0.95,11.110,159.4 +-7.1,0.94,10.380,164.3,-7.2,0.94,11.100,165.5 +-7.0,0.94,10.110,169.4,-7.2,0.94,10.770,170.5 +-6.9,0.94,9.990,173.6,-7.0,0.94,10.660,174.8 +-6.7,0.94,9.760,177.7,-6.8,0.94,10.430,178.8 +-6.7,0.94,8.820,181.7,-6.8,0.94,9.440,182.6 +-6.6,0.94,8.090,187.1,-6.8,0.94,8.670,188.0 +-6.6,0.94,7.460,189.3,-6.8,0.94,8.010,190.6 +-6.6,0.94,7.290,194.6,-6.7,0.94,7.840,196.4 +-6.6,0.94,7.750,199.3,-6.7,0.94,8.270,201.9 +-6.7,0.94,7.310,205.2,-6.9,0.94,7.850,208.9 +-6.8,0.94,7.240,213.7,-7.0,0.94,7.550,218.4 +-7.1,0.94,6.210,229.7,-7.2,0.94,6.500,235.0 +-7.3,0.94,4.330,242.0,-7.1,0.94,4.680,246.2 +-7.0,0.94,3.630,261.7,-6.8,0.94,4.180,264.2 +-6.6,0.94,2.210,306.4,-6.5,0.94,2.580,310.5 +-6.0,0.94,2.020,331.9,-6.2,0.94,2.140,332.0 +-5.1,0.94,1.920,346.1,-5.3,0.94,1.960,346.9 +-4.4,0.94,2.520,342.0,-4.5,0.94,2.550,342.6 +-4.1,0.94,3.020,343.8,-4.3,0.94,3.050,344.0 +-4.1,0.94,3.390,342.9,-4.3,0.94,3.490,343.1 +-4.4,0.94,4.660,346.4,-4.6,0.94,4.720,347.8 +-4.8,0.94,6.000,349.3,-4.8,0.94,6.020,352.0 +-5.3,0.94,6.930,5.7,-5.3,0.94,6.960,7.0 +-5.9,0.94,7.450,7.5,-5.8,0.94,7.470,7.6 +-6.5,0.94,6.970,8.7,-6.2,0.94,7.150,9.5 +-7.0,0.94,6.390,15.7,-6.5,0.94,6.840,16.3 +-7.2,0.94,4.460,16.1,-6.6,0.94,4.890,17.7 +-7.4,0.94,3.190,13.8,-6.7,0.94,3.550,14.3 +-6.8,0.94,3.570,13.1,-6.4,0.94,3.690,15.0 +-6.7,0.94,3.040,10.8,-6.3,0.94,3.090,13.3 +-6.7,0.94,2.750,8.3,-6.2,0.94,2.880,9.8 +-6.4,0.94,2.920,5.4,-6.0,0.94,2.980,6.7 +-6.7,0.94,2.310,1.5,-6.3,0.94,2.430,2.2 +-6.5,0.94,2.530,356.8,-6.1,0.94,2.500,359.3 +-6.6,0.94,2.350,355.7,-6.2,0.94,2.230,356.1 +-6.8,0.94,1.800,348.0,-6.4,0.94,1.770,345.7 +-7.3,0.94,1.060,4.6,-7.0,0.94,1.140,3.7 +-6.8,0.94,1.680,345.3,-6.6,0.94,1.610,346.6 +-6.6,0.94,1.620,318.9,-6.5,0.94,1.620,313.3 +-6.3,0.94,0.720,300.8,-6.4,0.94,0.920,303.0 +-5.4,0.94,1.360,254.8,-5.6,0.94,1.380,256.1 +-5.1,0.94,1.830,254.3,-5.3,0.94,1.840,254.4 +-5.2,0.94,1.820,264.7,-5.4,0.94,1.830,263.9 +-5.3,0.94,1.730,268.3,-5.5,0.94,1.760,267.8 +-5.6,0.94,1.520,283.6,-5.7,0.94,1.600,280.2 +-6.0,0.94,1.090,307.7,-6.0,0.94,1.330,300.2 +-5.5,0.94,0.570,328.5,-5.6,0.94,0.690,316.9 +-5.4,0.94,0.730,10.2,-5.5,0.94,0.790,1.7 +-5.5,0.94,1.160,45.7,-5.5,0.94,1.100,46.9 +-5.7,0.94,1.890,87.4,-5.7,0.94,1.910,88.5 +-5.7,0.94,2.200,108.7,-5.7,0.94,2.210,112.0 +-5.7,0.94,2.030,120.1,-5.7,0.94,2.020,126.6 +-5.7,0.94,2.160,132.4,-5.7,0.94,2.120,138.0 +-5.7,0.94,2.550,127.0,-5.7,0.94,2.400,131.8 +-5.7,0.94,3.100,130.8,-5.6,0.94,2.980,135.7 +-5.8,0.94,3.710,133.3,-5.7,0.94,3.610,138.1 +-5.8,0.94,3.620,135.0,-5.6,0.94,3.550,140.8 +-5.9,0.93,4.060,126.3,-5.7,0.93,4.090,133.1 +-6.1,0.93,4.650,119.1,-5.9,0.93,4.860,124.3 +-5.8,0.93,4.750,121.4,-5.7,0.93,5.060,126.1 +-6.0,0.93,4.970,115.3,-5.8,0.93,5.310,119.7 +-5.8,0.93,5.360,114.8,-5.8,0.93,5.840,117.8 +-5.3,0.93,5.340,112.7,-5.5,0.93,5.890,114.4 +-4.7,0.93,5.060,111.5,-4.9,0.93,5.420,113.3 +-4.2,0.93,5.270,109.2,-4.3,0.93,5.470,110.2 +-3.8,0.93,5.650,105.6,-3.9,0.93,5.860,106.5 +-3.5,0.93,5.990,102.3,-3.6,0.93,6.300,103.2 +-3.3,0.93,7.030,98.7,-3.5,0.93,7.540,99.8 +-3.1,0.93,8.080,99.5,-3.3,0.93,8.570,100.3 +-3.0,0.93,8.380,99.5,-3.1,0.93,8.880,100.2 +-2.9,0.93,8.970,99.3,-3.1,0.93,9.470,99.9 +-2.7,0.93,9.130,100.8,-2.8,0.93,9.650,101.4 +-2.3,0.93,9.580,100.7,-2.4,0.93,10.150,101.5 +-2.1,0.93,9.610,102.0,-2.3,0.93,10.180,102.7 +-2.0,0.93,9.170,105.5,-2.1,0.93,9.730,106.1 +-2.0,0.93,9.900,105.7,-2.1,0.93,10.460,106.3 +-2.0,0.93,10.580,106.5,-2.1,0.93,11.130,106.9 +-2.1,0.93,10.340,104.3,-2.3,0.93,10.890,104.8 +-2.0,0.93,10.400,103.6,-2.2,0.93,10.970,104.1 +-2.1,0.93,9.250,101.3,-2.3,0.93,9.810,101.9 +-2.1,0.93,10.390,101.8,-2.2,0.93,10.930,102.3 +-2.1,0.93,10.560,103.0,-2.2,0.93,11.110,103.4 +-2.0,0.93,9.930,100.6,-2.2,0.93,10.510,101.0 +-2.0,0.93,9.990,100.1,-2.2,0.93,10.590,100.6 +-2.2,0.93,9.640,97.1,-2.3,0.93,10.220,97.7 +-2.2,0.93,9.690,96.9,-2.4,0.93,10.270,97.4 +-2.4,0.93,9.700,97.7,-2.6,0.93,10.230,98.3 +-2.2,0.93,8.280,90.9,-2.4,0.93,8.600,91.4 +-2.3,0.93,7.910,91.4,-2.4,0.93,8.190,91.8 +-2.1,0.93,10.410,99.9,-2.3,0.93,10.770,100.1 +-2.6,0.93,11.010,91.2,-2.8,0.93,11.530,91.6 +-3.1,0.93,11.480,91.5,-3.2,0.93,11.800,91.4 +-4.3,0.94,11.190,85.1,-4.5,0.94,11.690,85.2 +-5.1,0.94,10.570,82.6,-5.3,0.94,11.060,83.2 +-5.6,0.94,9.600,76.9,-5.8,0.94,10.020,77.9 +-6.4,0.94,9.190,68.5,-6.5,0.94,9.620,69.5 +-6.9,0.94,9.350,66.5,-7.1,0.94,9.720,67.4 +-7.4,0.94,9.010,66.7,-7.5,0.94,9.730,68.3 +-7.7,0.94,9.220,67.2,-7.9,0.94,9.920,68.9 +-8.0,0.94,9.130,66.9,-8.1,0.94,9.720,68.4 +-8.2,0.94,8.850,65.1,-8.3,0.94,9.340,66.5 +-8.2,0.94,8.710,63.5,-8.3,0.94,9.120,64.9 +-8.3,0.94,9.300,64.5,-8.4,0.94,9.870,65.9 +-8.2,0.94,9.380,62.4,-8.3,0.94,10.080,64.4 +-8.1,0.94,9.520,62.8,-8.2,0.94,10.230,64.9 +-8.1,0.94,9.540,61.1,-8.2,0.94,10.190,62.9 +-8.2,0.94,9.610,60.0,-8.3,0.94,10.260,61.9 +-8.1,0.93,9.780,60.6,-8.2,0.93,10.450,62.6 +-8.4,0.93,9.410,58.0,-8.5,0.93,10.050,59.8 +-8.4,0.93,9.440,59.2,-8.5,0.93,10.110,61.0 +-8.3,0.93,9.930,60.5,-8.5,0.93,10.460,61.9 +-8.2,0.93,10.150,58.3,-8.4,0.93,10.860,59.8 +-7.8,0.93,9.820,60.2,-8.0,0.93,10.890,62.4 +-7.6,0.93,10.030,57.1,-7.7,0.93,10.780,58.7 +-7.6,0.93,9.700,52.5,-7.7,0.93,10.130,54.0 +-7.8,0.93,9.720,47.0,-7.9,0.93,10.390,49.4 +-8.4,0.93,10.460,42.9,-8.5,0.93,11.110,45.2 +-8.8,0.92,10.740,37.6,-8.9,0.92,11.340,39.6 +-8.9,0.92,10.330,30.8,-9.0,0.92,10.920,32.7 +-9.1,0.92,10.210,21.7,-9.2,0.92,10.750,23.4 +-9.2,0.92,10.680,16.4,-9.3,0.92,11.250,17.9 +-9.5,0.92,10.720,12.2,-9.6,0.92,11.280,13.6 +-9.8,0.92,10.640,12.6,-9.9,0.92,11.220,13.8 +-10.0,0.92,10.050,16.5,-10.2,0.92,10.640,17.3 +-10.2,0.92,7.740,16.0,-10.3,0.92,8.200,16.8 +-10.2,0.92,6.860,305.3,-10.3,0.92,7.300,305.9 +-10.4,0.92,7.940,305.3,-10.6,0.92,8.340,305.7 +-10.9,0.92,8.160,299.7,-11.1,0.92,8.660,300.4 +-11.4,0.92,8.330,294.0,-11.6,0.92,8.980,295.4 +-12.1,0.92,8.740,283.7,-12.2,0.92,9.650,286.4 +-12.5,0.93,9.400,280.7,-12.6,0.93,10.260,282.6 +-13.3,0.93,11.130,283.9,-13.5,0.93,12.110,285.5 +-14.0,0.93,10.120,280.5,-14.1,0.93,11.290,282.8 +-14.4,0.93,9.230,279.6,-14.5,0.93,10.270,281.9 +-13.8,0.93,10.910,282.7,-14.0,0.93,11.330,283.2 +-14.4,0.93,10.800,273.2,-14.6,0.93,11.090,273.7 +-14.3,0.93,11.230,271.1,-14.5,0.93,11.550,271.5 +-14.1,0.93,11.380,270.0,-14.3,0.93,11.670,270.4 +-14.1,0.93,11.040,269.9,-14.3,0.93,11.370,270.3 +-14.4,0.93,10.440,267.5,-14.6,0.93,10.890,268.0 +-15.0,0.94,10.500,263.5,-15.1,0.94,11.250,265.6 +-16.0,0.94,10.410,266.9,-16.1,0.94,11.340,269.0 +-16.8,0.94,10.850,277.2,-16.9,0.94,12.060,278.6 +-17.7,0.94,9.710,280.3,-17.8,0.94,10.940,282.4 +-18.4,0.94,9.630,282.6,-18.5,0.94,10.850,284.8 +-18.8,0.94,9.110,284.0,-18.9,0.94,10.300,286.2 +-19.3,0.94,8.910,287.4,-19.4,0.94,10.140,289.0 +-19.8,0.94,8.680,287.9,-19.9,0.94,9.980,289.9 +-20.4,0.94,7.970,286.3,-20.5,0.94,9.320,289.1 +-20.8,0.94,8.200,287.8,-20.8,0.94,9.510,290.6 +-21.0,0.94,8.260,289.8,-21.0,0.94,9.520,292.3 +-21.1,0.94,7.730,291.7,-21.2,0.94,9.050,294.4 +-21.2,0.94,7.580,296.2,-21.2,0.94,8.970,298.1 +-21.4,0.95,7.630,298.2,-21.4,0.95,9.030,299.9 +-21.4,0.95,7.880,298.4,-21.4,0.95,9.260,300.2 +-21.9,0.95,7.370,298.3,-21.9,0.95,8.740,300.0 +-22.3,0.95,7.590,299.3,-22.3,0.95,8.910,300.4 +-22.4,0.95,7.090,304.1,-22.4,0.95,8.080,304.6 +-21.9,0.95,4.650,292.4,-22.1,0.95,5.020,294.3 +-20.8,0.95,4.970,288.3,-21.0,0.95,5.120,289.2 +-19.9,0.95,5.810,284.2,-20.1,0.95,5.930,284.7 +-19.4,0.95,6.330,281.0,-19.6,0.95,6.460,281.3 +-19.2,0.95,6.630,275.6,-19.4,0.95,6.760,275.9 +-19.1,0.95,6.580,275.8,-19.3,0.95,6.770,276.1 +-19.4,0.95,7.480,276.4,-19.6,0.95,8.110,278.0 +-20.0,0.95,9.000,282.5,-20.0,0.95,9.830,283.3 +-21.0,0.95,9.310,296.1,-21.1,0.95,10.780,296.4 +-21.8,0.95,10.280,295.3,-21.8,0.95,11.530,295.8 +-22.4,0.95,9.860,295.2,-22.4,0.95,11.020,296.3 +-22.9,0.95,9.220,297.0,-22.9,0.95,10.470,298.2 +-23.1,0.95,8.960,297.6,-23.1,0.95,10.210,298.6 +-23.4,0.95,9.000,297.0,-23.3,0.95,10.220,298.2 +-23.6,0.95,8.670,295.7,-23.5,0.95,9.950,297.2 +-24.0,0.95,7.690,293.6,-23.9,0.95,9.060,294.9 +-24.3,0.95,6.160,291.4,-24.3,0.95,7.390,293.2 +-24.4,0.95,6.000,289.8,-24.4,0.95,7.170,291.8 +-24.4,0.95,6.650,289.4,-24.4,0.95,7.770,290.9 +-24.7,0.95,7.130,286.1,-24.7,0.95,7.900,287.7 +-24.9,0.95,6.780,281.1,-24.9,0.95,7.390,283.5 +-25.4,0.95,7.100,272.7,-25.3,0.95,7.720,276.5 +-26.0,0.95,7.950,265.2,-25.9,0.95,8.490,268.4 +-26.6,0.95,7.300,257.4,-26.3,0.95,7.840,261.3 +-26.2,0.95,4.920,253.4,-26.2,0.95,5.640,257.4 +-24.6,0.95,4.140,248.5,-24.8,0.95,4.190,249.7 +-23.3,0.95,5.000,244.7,-23.5,0.95,5.060,245.2 +-22.4,0.95,5.110,245.1,-22.6,0.95,5.180,245.5 +-22.0,0.95,5.390,243.5,-22.2,0.95,5.480,243.8 +-22.1,0.95,5.740,241.9,-22.3,0.95,5.870,242.3 +-22.5,0.95,7.990,234.1,-22.7,0.95,8.110,235.5 +-22.7,0.95,9.380,239.0,-22.7,0.95,9.910,240.8 +-24.0,0.95,7.770,238.8,-23.6,0.95,9.140,241.0 +-24.5,0.95,7.740,239.3,-24.2,0.95,8.630,241.0 +-25.6,0.95,6.980,244.3,-25.3,0.95,8.130,248.0 +-25.9,0.95,6.890,249.9,-25.6,0.95,8.030,253.3 +-25.8,0.95,7.510,255.0,-25.5,0.95,8.320,257.7 +-25.9,0.95,7.760,259.4,-25.6,0.95,8.500,262.0 +-25.8,0.95,7.110,259.0,-25.5,0.95,7.700,261.1 +-26.0,0.95,5.980,253.6,-25.7,0.95,6.520,256.1 +-26.4,0.95,4.850,239.3,-26.0,0.95,5.280,242.6 +-26.9,0.95,4.420,223.6,-26.6,0.95,4.770,226.7 +-27.4,0.95,4.410,221.5,-26.9,0.95,4.890,224.1 +-26.7,0.95,4.390,218.0,-26.1,0.95,4.890,221.0 +-27.3,0.95,4.700,208.2,-26.6,0.95,5.170,210.5 +-26.8,0.95,4.110,204.1,-25.9,0.95,4.710,207.4 +-26.3,0.95,4.570,197.3,-25.8,0.95,4.990,197.8 +-25.5,0.95,4.260,190.2,-25.2,0.95,4.870,192.4 +-24.3,0.95,2.930,179.2,-24.2,0.95,3.990,180.9 +-22.2,0.95,3.110,177.8,-22.4,0.95,3.460,178.0 +-20.7,0.95,3.400,169.7,-20.9,0.95,3.560,170.3 +-19.1,0.95,3.710,166.5,-19.3,0.95,3.810,166.9 +-17.9,0.94,3.820,165.6,-18.1,0.94,3.910,166.0 +-17.5,0.94,3.930,159.9,-17.7,0.94,4.080,160.6 +-17.3,0.94,4.800,159.7,-17.4,0.94,5.140,160.4 +-17.4,0.94,4.770,162.3,-17.6,0.94,5.240,162.8 +-17.6,0.94,4.620,166.1,-17.8,0.94,5.140,166.5 +-17.7,0.94,4.370,168.3,-17.9,0.94,4.850,169.0 +-17.7,0.94,3.680,170.7,-17.8,0.94,4.310,172.0 +-17.5,0.94,3.330,177.0,-17.7,0.94,3.900,178.2 +-17.4,0.94,2.640,190.6,-17.5,0.94,3.280,191.1 +-17.3,0.94,3.300,199.5,-17.4,0.94,3.720,200.6 +-17.3,0.94,3.450,208.8,-17.3,0.94,3.810,211.3 +-17.3,0.94,4.640,217.8,-17.3,0.94,5.090,222.2 +-17.4,0.94,5.140,229.4,-17.4,0.94,5.430,233.1 +-17.4,0.93,5.920,235.9,-17.3,0.93,6.320,238.6 +-17.6,0.93,5.810,244.5,-17.4,0.93,6.330,246.7 +-17.6,0.93,6.490,251.8,-17.4,0.93,7.160,253.9 +-17.9,0.93,7.840,268.5,-17.8,0.93,8.740,271.4 +-19.1,0.93,7.370,289.2,-19.1,0.93,8.180,292.3 +-20.8,0.93,8.050,288.7,-21.0,0.93,9.190,289.9 +-22.3,0.93,7.000,284.6,-22.5,0.93,7.620,285.7 +-22.7,0.93,6.530,279.0,-22.9,0.93,6.690,279.7 +-22.9,0.93,7.240,279.6,-23.2,0.93,7.390,279.9 +-22.7,0.93,7.670,279.4,-22.9,0.93,7.830,279.8 +-22.2,0.93,7.580,275.5,-22.4,0.93,7.740,275.8 +-21.7,0.93,7.210,269.0,-21.9,0.93,7.360,269.2 +-21.7,0.93,7.620,258.1,-21.9,0.93,7.850,258.5 +-22.3,0.93,9.830,251.8,-22.5,0.93,10.300,253.6 +-22.6,0.93,10.430,254.0,-22.8,0.93,10.820,254.5 +-23.8,0.93,8.390,244.7,-23.6,0.93,9.750,249.3 +-24.6,0.93,8.950,238.4,-24.4,0.93,10.040,241.3 +-25.4,0.93,8.040,234.8,-25.2,0.93,8.980,237.6 +-25.7,0.93,7.750,235.1,-25.4,0.93,8.630,237.4 +-25.4,0.93,7.600,230.8,-24.8,0.93,8.320,231.0 +-25.0,0.93,5.850,224.5,-24.2,0.93,6.600,224.4 +-25.2,0.93,5.440,216.0,-24.5,0.93,6.010,216.9 +-24.2,0.93,4.490,210.0,-23.3,0.93,5.220,211.7 +-24.6,0.93,3.880,213.6,-24.0,0.93,4.500,216.1 +-24.5,0.93,3.380,225.6,-23.9,0.93,3.980,228.3 +-24.3,0.93,3.670,242.9,-23.6,0.93,4.310,246.2 +-23.7,0.93,4.620,261.9,-23.1,0.93,5.320,264.6 +-23.8,0.93,5.240,278.3,-23.3,0.93,5.870,281.8 +-23.3,0.93,5.640,292.7,-22.9,0.93,6.340,293.8 +-23.7,0.93,6.040,290.1,-23.2,0.93,6.750,291.8 +-23.9,0.93,6.550,294.9,-23.7,0.93,7.300,295.6 +-23.9,0.93,3.230,286.2,-24.0,0.93,4.230,290.1 +-22.3,0.93,4.700,287.9,-22.5,0.93,4.820,288.4 +-21.5,0.93,4.840,277.4,-21.7,0.93,4.920,277.9 +-20.5,0.93,5.710,279.9,-20.7,0.93,5.810,280.2 +-20.2,0.93,6.090,276.1,-20.4,0.93,6.200,276.1 +-19.9,0.94,5.860,267.8,-20.1,0.94,6.010,268.0 +-19.9,0.94,7.460,268.8,-20.1,0.94,7.870,270.2 +-20.3,0.94,8.520,268.6,-20.4,0.94,9.250,269.8 +-20.8,0.94,8.810,288.6,-20.9,0.94,9.970,290.1 +-21.8,0.94,9.800,300.2,-21.8,0.94,11.000,300.6 +-22.3,0.94,10.570,305.5,-22.3,0.94,11.760,306.8 +-22.6,0.94,10.010,317.8,-22.7,0.94,11.120,318.0 +-23.0,0.94,9.760,320.6,-23.0,0.94,10.980,321.0 +-23.5,0.94,8.160,316.7,-23.6,0.94,9.440,317.9 +-24.4,0.94,8.500,318.1,-24.4,0.94,9.830,319.7 +-25.1,0.94,8.030,322.1,-25.2,0.94,9.290,323.3 +-25.6,0.94,8.580,314.8,-25.6,0.94,9.790,316.2 +-26.0,0.95,8.450,319.5,-26.0,0.95,9.700,320.2 +-26.5,0.95,8.400,316.0,-26.4,0.95,9.580,317.9 +-26.9,0.95,8.770,308.4,-26.7,0.95,9.760,311.3 +-26.4,0.95,9.000,303.3,-26.3,0.95,10.110,303.8 +-26.9,0.95,8.850,301.7,-26.8,0.95,10.040,302.5 +-27.4,0.95,8.680,301.6,-27.2,0.95,9.800,303.1 +-27.1,0.95,6.710,293.3,-27.0,0.95,7.750,293.9 +-26.3,0.95,3.930,279.1,-26.4,0.95,4.740,282.9 +-25.0,0.95,4.130,267.8,-25.1,0.95,4.250,269.6 +-23.5,0.95,5.060,258.4,-23.7,0.95,5.160,259.4 +-22.4,0.95,6.030,256.3,-22.6,0.95,6.120,256.6 +-21.9,0.95,6.170,251.4,-22.1,0.95,6.270,251.6 +-21.8,0.95,5.870,238.8,-21.9,0.95,6.120,239.3 +-22.0,0.95,8.950,235.3,-22.2,0.95,9.310,236.3 +-22.0,0.95,9.870,234.9,-22.1,0.95,10.370,235.3 +-23.2,0.95,9.900,225.9,-23.1,0.95,10.730,228.1 +-24.2,0.95,9.080,228.5,-24.2,0.95,10.200,231.5 +-24.1,0.95,8.320,232.5,-24.2,0.95,9.330,234.6 +-24.1,0.95,7.730,227.0,-24.2,0.95,8.600,229.8 +-24.6,0.94,7.090,226.8,-24.5,0.94,7.890,229.8 +-23.5,0.94,7.590,229.0,-23.3,0.94,8.290,232.9 +-22.2,0.94,7.740,232.6,-22.2,0.94,8.380,235.9 +-21.4,0.94,7.800,235.8,-21.5,0.94,8.420,239.1 +-21.0,0.94,8.140,238.7,-21.1,0.94,8.700,241.9 +-21.2,0.94,7.850,242.1,-21.1,0.94,8.950,246.0 +-21.4,0.94,7.710,249.7,-21.1,0.94,8.480,254.2 +-20.1,0.94,9.170,271.6,-19.8,0.94,9.510,276.9 +-20.4,0.94,6.540,289.2,-20.2,0.94,7.130,292.2 +-20.8,0.94,6.710,294.0,-20.9,0.94,7.290,296.6 +-21.4,0.94,6.700,301.8,-21.3,0.94,7.280,303.7 +-21.6,0.94,5.910,306.0,-21.3,0.94,6.610,305.6 +-21.0,0.94,4.500,301.7,-20.9,0.94,5.590,300.7 +-19.5,0.94,3.170,295.5,-19.7,0.94,3.340,295.4 +-18.2,0.94,3.530,278.7,-18.4,0.94,3.600,279.1 +-17.1,0.94,4.250,273.1,-17.3,0.94,4.310,273.4 +-16.5,0.94,4.400,275.0,-16.7,0.94,4.480,275.4 +-16.2,0.94,4.550,281.2,-16.4,0.94,4.730,281.6 +-16.4,0.94,5.680,290.9,-16.6,0.94,6.090,292.1 +-16.8,0.94,6.850,307.1,-16.9,0.94,7.360,307.3 +-17.6,0.94,7.910,312.8,-17.7,0.94,8.670,313.6 +-18.7,0.94,8.570,327.3,-18.7,0.94,9.360,327.5 +-20.7,0.94,9.350,342.7,-20.8,0.94,10.370,343.9 +-21.8,0.94,9.580,348.2,-22.0,0.94,10.460,348.3 +-22.8,0.94,9.860,358.1,-23.0,0.94,10.520,358.3 +-23.3,0.94,8.990,3.6,-23.4,0.94,9.570,3.8 +-23.5,0.94,6.830,12.3,-23.7,0.94,7.060,12.4 +-23.9,0.95,5.650,22.2,-24.1,0.95,5.780,22.2 +-24.3,0.95,5.090,25.0,-24.5,0.95,5.180,25.1 +-24.6,0.95,4.370,24.4,-24.8,0.95,4.430,24.6 +-24.8,0.95,4.350,24.2,-25.0,0.95,4.410,24.3 +-24.9,0.95,4.630,22.6,-25.1,0.95,4.700,22.8 +-25.0,0.95,4.800,25.7,-25.2,0.95,4.870,25.9 +-25.2,0.95,4.440,22.6,-25.4,0.95,4.510,23.0 +-25.4,0.95,4.770,16.1,-25.6,0.95,4.870,16.6 +-25.6,0.95,5.020,18.0,-25.8,0.95,5.100,18.5 +-25.4,0.95,5.160,22.8,-25.5,0.95,5.210,23.2 +-24.6,0.95,4.690,28.6,-24.8,0.95,4.730,28.9 +-24.0,0.95,4.770,28.7,-24.2,0.95,4.810,29.0 +-23.5,0.95,4.410,26.6,-23.7,0.95,4.450,27.0 +-23.2,0.95,4.080,32.7,-23.4,0.95,4.110,33.0 +-23.1,0.95,4.030,32.2,-23.3,0.95,4.060,32.6 +-23.5,0.95,6.000,24.6,-23.7,0.95,6.020,26.1 +-24.2,0.95,7.960,30.3,-24.2,0.95,8.190,32.9 +-24.8,0.95,8.230,36.5,-24.8,0.95,8.760,38.5 +-24.9,0.95,7.350,41.7,-24.9,0.95,8.120,43.6 +-24.6,0.95,6.290,49.4,-24.7,0.95,6.900,50.9 +-24.5,0.95,5.730,52.3,-24.5,0.95,6.280,54.8 +-24.0,0.95,4.780,53.2,-24.1,0.95,5.480,57.1 +-23.5,0.95,4.070,53.4,-23.5,0.95,4.650,58.9 +-23.1,0.95,3.540,55.3,-22.9,0.95,4.000,62.9 +-22.4,0.95,2.900,63.3,-22.0,0.95,3.390,73.3 +-21.6,0.95,2.540,73.6,-21.3,0.95,3.130,84.8 +-20.8,0.95,2.290,75.9,-20.4,0.95,2.780,90.3 +-20.2,0.95,2.300,79.6,-19.9,0.95,2.840,94.2 +-19.7,0.95,2.430,77.8,-19.4,0.95,2.940,92.3 +-19.2,0.95,2.500,78.4,-18.8,0.95,2.950,90.7 +-18.8,0.95,2.350,76.6,-18.4,0.95,2.740,88.6 +-18.4,0.95,2.160,79.8,-18.0,0.95,2.510,92.4 +-17.8,0.95,2.090,93.6,-17.5,0.95,2.440,105.0 +-17.3,0.95,1.300,91.6,-17.1,0.95,1.770,113.1 +-16.5,0.94,0.610,31.0,-16.6,0.94,0.770,72.6 +-15.7,0.94,0.700,326.9,-15.8,0.94,0.590,329.8 +-15.0,0.94,0.870,275.8,-15.2,0.94,0.870,275.6 +-14.7,0.94,1.540,269.0,-14.9,0.94,1.520,267.4 +-15.5,0.94,2.790,330.3,-15.7,0.94,2.740,330.2 +-16.1,0.94,4.010,321.8,-16.2,0.94,4.220,321.5 +-16.8,0.94,5.070,323.1,-16.9,0.94,5.340,322.2 +-17.6,0.94,6.380,325.6,-17.8,0.94,6.900,325.2 +-18.4,0.94,7.880,328.3,-18.6,0.94,8.440,328.6 +-19.8,0.94,8.220,330.2,-20.0,0.94,8.910,330.9 +-21.1,0.94,8.520,333.2,-21.2,0.94,9.320,333.5 +-22.5,0.94,8.700,334.8,-22.5,0.94,10.090,334.5 +-23.2,0.94,11.070,334.7,-23.2,0.94,12.020,335.8 +-23.9,0.94,11.670,338.4,-23.9,0.94,12.490,339.8 +-24.3,0.94,11.380,338.9,-24.2,0.94,12.250,340.4 +-25.0,0.94,10.970,335.5,-25.0,0.94,11.980,336.8 +-25.7,0.94,10.610,339.3,-25.7,0.94,11.620,340.4 +-26.4,0.94,10.410,339.8,-26.3,0.94,11.460,341.1 +-27.1,0.94,10.410,339.8,-26.9,0.94,11.480,341.7 +-27.6,0.94,10.240,340.6,-27.4,0.94,11.350,342.7 +-28.0,0.94,10.420,342.6,-27.7,0.94,11.560,345.3 +-28.3,0.94,10.220,344.6,-28.0,0.94,11.260,347.0 +-28.6,0.94,8.430,349.5,-28.5,0.94,9.250,350.5 +-28.1,0.94,6.220,348.8,-28.2,0.94,7.200,349.4 +-26.7,0.94,4.580,349.7,-26.9,0.94,4.820,350.3 +-25.4,0.94,4.340,348.8,-25.6,0.94,4.440,349.5 +-24.5,0.94,3.630,345.4,-24.7,0.94,3.700,346.2 +-24.0,0.94,3.180,334.5,-24.2,0.94,3.210,335.5 +-24.0,0.94,4.050,328.1,-24.2,0.94,4.140,329.1 +-24.3,0.94,6.060,332.1,-24.5,0.94,6.220,332.4 +-24.7,0.94,7.520,337.2,-24.6,0.94,7.410,341.4 +-24.7,0.94,7.430,349.2,-24.4,0.94,7.470,351.9 +-24.7,0.94,6.270,0.3,-24.3,0.94,6.290,2.0 +-25.5,0.94,3.770,34.4,-24.9,0.94,4.030,32.3 +-24.1,0.94,2.880,45.8,-23.5,0.94,3.110,50.1 +-23.7,0.94,1.720,87.5,-23.2,0.94,2.030,90.7 +-24.0,0.94,2.240,126.2,-23.6,0.94,2.410,127.7 +-23.7,0.94,2.460,152.6,-23.2,0.94,2.830,155.2 +-24.6,0.94,2.960,165.6,-24.2,0.94,3.750,165.8 +-23.3,0.94,3.570,170.2,-23.2,0.94,4.290,171.0 +-22.5,0.94,3.660,181.4,-22.4,0.94,4.720,181.8 +-21.9,0.94,5.090,181.7,-22.0,0.94,6.050,182.3 +-21.7,0.94,6.700,182.2,-21.8,0.94,7.370,182.5 +-21.2,0.94,7.710,187.1,-21.4,0.94,8.080,187.0 +-20.8,0.94,8.050,184.2,-21.0,0.94,8.440,184.2 +-20.5,0.94,8.270,186.1,-20.7,0.94,8.740,186.3 +-20.4,0.94,7.700,191.5,-20.6,0.94,8.340,191.9 +-19.9,0.93,7.380,191.8,-20.1,0.93,7.670,192.3 +-19.1,0.93,7.790,194.9,-19.3,0.93,8.030,195.5 +-18.2,0.93,7.470,200.7,-18.4,0.93,7.650,201.1 +-17.2,0.93,7.450,205.6,-17.4,0.93,7.600,205.8 +-16.5,0.93,7.160,210.2,-16.7,0.93,7.330,210.6 +-15.8,0.93,6.810,210.0,-16.0,0.93,7.140,210.8 +-15.2,0.93,7.480,216.2,-15.3,0.93,7.870,217.2 +-14.3,0.93,7.850,221.0,-14.3,0.93,8.380,223.5 +-13.4,0.93,8.260,226.0,-13.4,0.93,8.760,228.9 +-15.0,0.93,7.650,220.3,-15.1,0.93,8.360,224.2 +-14.9,0.93,8.310,242.8,-14.5,0.93,9.240,253.8 +-12.0,0.93,9.930,268.1,-10.5,0.93,11.110,273.5 +-10.6,0.93,9.220,269.5,-9.8,0.93,9.870,274.4 +-9.6,0.93,8.130,274.4,-8.9,0.93,8.840,278.0 +-9.1,0.93,8.410,280.0,-8.7,0.93,9.240,282.8 +-8.9,0.93,7.850,289.1,-8.7,0.93,8.850,291.6 +-8.8,0.93,7.600,291.7,-8.7,0.93,9.040,295.9 +-9.2,0.93,7.470,300.0,-9.2,0.93,9.210,303.0 +-9.5,0.93,9.590,312.2,-9.6,0.93,10.670,312.4 +-9.4,0.93,9.280,307.6,-9.6,0.93,10.080,308.2 +-9.6,0.93,9.820,307.6,-9.8,0.93,10.660,307.7 +-10.9,0.93,11.100,303.6,-11.2,0.93,12.050,304.7 +-13.0,0.93,11.080,311.7,-13.1,0.93,12.160,313.9 +-15.8,0.93,9.810,327.9,-16.0,0.93,10.350,327.4 +-16.5,0.94,9.600,317.2,-16.6,0.94,10.390,316.9 +-16.6,0.94,9.130,301.9,-16.9,0.94,9.360,302.3 +-16.7,0.94,8.620,306.3,-16.9,0.94,8.820,306.3 +-16.9,0.94,8.440,305.2,-17.1,0.94,8.640,305.4 +-17.0,0.94,8.310,302.7,-17.2,0.94,8.510,302.9 +-17.4,0.94,7.120,300.0,-17.6,0.94,7.420,300.2 +-17.9,0.94,7.720,302.1,-18.1,0.94,8.480,302.8 +-18.8,0.94,9.050,303.6,-18.9,0.94,10.230,304.8 +-19.5,0.94,8.670,311.0,-19.6,0.94,9.740,312.1 +-20.3,0.94,7.840,309.6,-20.4,0.94,8.990,311.9 +-20.8,0.94,8.940,315.9,-20.7,0.94,10.360,319.9 +-21.2,0.94,8.140,316.4,-20.9,0.94,9.130,319.8 +-21.0,0.94,6.580,310.6,-20.5,0.94,6.760,310.7 +-21.3,0.94,5.470,306.8,-20.5,0.94,5.850,306.8 +-21.4,0.94,2.980,302.9,-20.7,0.94,3.720,304.3 +-20.0,0.94,1.720,261.9,-19.4,0.94,2.080,266.5 +-19.5,0.94,1.730,231.1,-18.9,0.94,1.980,238.9 +-20.5,0.94,2.710,189.2,-19.7,0.94,2.990,191.7 +-20.6,0.94,4.090,190.8,-20.0,0.94,4.740,191.9 +-19.4,0.93,3.640,179.3,-18.9,0.93,4.340,182.4 +-17.7,0.93,4.030,167.3,-17.3,0.93,4.740,171.1 +-16.6,0.93,5.710,164.3,-16.2,0.93,6.500,167.1 +-15.7,0.93,6.970,159.9,-15.5,0.93,7.770,161.6 +-14.8,0.93,6.950,160.6,-14.9,0.93,7.740,161.8 +-13.9,0.93,6.010,158.4,-14.0,0.93,6.770,159.3 +-12.7,0.93,5.320,158.2,-12.9,0.93,5.830,158.9 +-11.9,0.93,5.200,158.5,-12.0,0.93,5.450,159.1 +-11.6,0.93,5.590,164.7,-11.8,0.93,5.740,165.1 +-11.6,0.93,4.780,167.8,-11.8,0.93,4.890,168.6 +-11.5,0.93,3.720,173.1,-11.7,0.93,4.030,175.5 +-11.7,0.93,5.290,169.4,-11.7,0.93,5.540,176.2 +-11.4,0.93,4.660,206.5,-11.4,0.93,4.720,213.9 +-11.8,0.93,3.130,229.3,-11.6,0.93,3.390,232.7 +-10.9,0.93,3.460,264.2,-10.5,0.93,4.140,268.8 +-10.6,0.93,5.680,305.8,-10.2,0.93,6.360,306.3 +-11.6,0.93,8.200,322.8,-11.2,0.93,9.100,323.8 +-12.3,0.93,8.500,332.0,-12.1,0.93,9.610,332.6 +-12.9,0.93,9.500,338.0,-12.9,0.93,10.600,338.0 +-14.7,0.93,10.090,336.9,-14.8,0.93,11.080,337.4 +-15.9,0.93,10.000,340.8,-16.0,0.93,10.980,341.4 +-17.1,0.94,10.000,346.0,-17.2,0.94,10.950,346.4 +-18.6,0.94,10.570,350.5,-18.7,0.94,11.480,351.2 +-19.8,0.94,10.620,355.3,-19.9,0.94,11.580,355.9 +-20.9,0.94,10.530,1.2,-20.9,0.94,11.520,1.7 +-21.8,0.94,9.610,6.3,-21.8,0.94,10.670,7.2 +-22.3,0.94,10.360,9.7,-22.3,0.94,11.340,11.2 +-22.8,0.94,10.260,14.4,-22.8,0.94,11.150,15.7 +-22.6,0.94,9.780,16.9,-22.5,0.94,10.430,17.7 +-22.0,0.94,5.380,20.3,-22.1,0.94,5.890,20.4 +-20.7,0.94,4.970,19.1,-20.9,0.94,5.140,19.5 +-19.7,0.94,4.650,23.9,-19.9,0.94,4.740,24.2 +-18.9,0.94,4.330,22.0,-19.1,0.94,4.390,22.5 +-18.5,0.94,4.610,15.0,-18.7,0.94,4.660,15.6 +-18.4,0.94,4.580,12.9,-18.6,0.94,4.660,13.3 +-18.4,0.94,4.100,17.4,-18.6,0.94,4.230,17.6 +-18.5,0.94,3.900,15.9,-18.7,0.94,4.010,16.5 +-18.5,0.94,3.990,14.5,-18.7,0.94,4.110,15.5 +-18.4,0.94,4.200,15.6,-18.6,0.94,4.390,16.6 +-18.4,0.94,4.190,17.2,-18.5,0.94,4.490,18.4 +-18.3,0.94,3.700,19.1,-18.5,0.94,3.990,20.2 +-18.2,0.94,2.870,22.9,-18.4,0.94,3.070,23.9 +-18.0,0.94,2.410,25.7,-18.2,0.94,2.600,27.3 +-17.8,0.94,2.240,24.9,-18.0,0.94,2.490,28.6 +-17.7,0.94,2.020,21.8,-17.8,0.94,2.280,28.5 +-17.5,0.94,2.770,22.2,-17.6,0.94,2.900,27.8 +-17.4,0.94,2.550,48.3,-17.1,0.94,2.460,57.6 +-17.4,0.94,2.240,54.4,-16.9,0.94,2.180,64.4 +-17.0,0.94,1.460,62.5,-16.1,0.94,1.320,76.8 +-15.8,0.94,0.460,74.3,-15.1,0.94,0.450,125.7 +-15.7,0.94,0.850,226.3,-14.9,0.94,1.290,218.1 +-15.8,0.94,1.870,231.5,-14.8,0.94,2.350,229.3 +-15.8,0.94,2.450,230.3,-14.8,0.94,2.970,231.4 +-15.7,0.94,2.720,231.7,-14.8,0.94,3.260,233.2 +-15.5,0.94,2.970,229.6,-14.8,0.94,3.490,232.7 +-15.0,0.94,2.070,225.5,-14.6,0.94,2.810,227.5 +-13.5,0.94,1.910,219.0,-13.7,0.94,2.050,218.0 +-12.8,0.94,2.490,217.2,-13.0,0.94,2.560,217.0 +-12.8,0.94,3.340,210.2,-13.0,0.94,3.500,212.6 +-13.2,0.94,4.320,219.9,-13.3,0.94,4.430,223.6 +-13.2,0.94,5.040,225.7,-13.2,0.94,5.140,227.8 +-13.6,0.94,5.090,223.3,-13.4,0.94,5.360,224.7 +-14.0,0.93,4.850,224.9,-13.6,0.93,5.340,226.2 +-14.2,0.93,4.270,225.4,-13.6,0.93,4.840,226.5 +-14.1,0.93,4.030,228.7,-13.6,0.93,4.590,229.7 +-13.9,0.93,4.020,228.5,-13.3,0.93,4.580,229.9 +-14.0,0.93,4.080,229.4,-13.5,0.93,4.650,230.7 +-14.0,0.93,3.900,238.5,-13.6,0.93,4.470,240.6 +-14.2,0.93,3.940,243.3,-13.8,0.93,4.430,244.8 +-14.1,0.93,3.750,249.6,-13.8,0.93,4.110,252.2 +-14.3,0.93,2.690,259.6,-13.9,0.93,3.220,261.4 +-14.3,0.93,2.020,271.3,-14.1,0.93,2.440,275.7 +-14.3,0.93,1.690,299.6,-14.1,0.93,2.010,305.2 +-14.2,0.94,1.860,330.7,-13.9,0.94,2.140,334.4 +-14.1,0.94,2.600,358.7,-13.8,0.94,2.800,0.9 +-14.0,0.94,2.860,7.2,-13.7,0.94,3.000,9.3 +-14.1,0.94,3.120,9.6,-13.8,0.94,3.310,11.3 +-14.3,0.94,3.470,7.3,-14.1,0.94,3.800,9.5 +-13.7,0.94,1.610,18.9,-13.9,0.94,1.770,20.4 +-12.9,0.94,2.310,20.6,-13.1,0.94,2.330,22.2 +-12.3,0.94,2.620,17.7,-12.5,0.94,2.620,18.6 +-12.1,0.94,3.110,14.4,-12.3,0.94,3.110,15.2 +-12.4,0.94,4.170,8.3,-12.6,0.94,4.280,9.8 +-12.7,0.94,6.220,11.0,-12.9,0.94,6.310,13.0 +-13.9,0.94,8.250,18.3,-13.8,0.94,8.700,21.2 +-14.6,0.94,6.760,27.9,-14.6,0.94,7.300,29.3 +-14.6,0.94,6.130,30.9,-14.7,0.94,6.680,33.6 +-14.4,0.94,6.210,34.5,-14.5,0.94,6.700,35.9 +-14.6,0.94,5.610,36.2,-14.8,0.94,6.000,37.5 +-14.8,0.94,5.900,32.9,-15.0,0.94,6.310,33.4 +-15.1,0.94,5.630,33.6,-15.3,0.94,5.960,34.3 +-15.7,0.94,5.650,28.6,-15.8,0.94,5.920,30.0 +-16.1,0.94,6.220,30.0,-16.3,0.94,6.530,30.5 +-16.3,0.94,6.260,29.4,-16.5,0.94,6.530,29.9 +-16.4,0.94,6.490,30.9,-16.6,0.94,6.810,31.3 +-16.4,0.94,6.540,29.0,-16.6,0.94,6.870,29.3 +-16.6,0.94,6.600,30.9,-16.8,0.94,7.100,30.2 +-16.8,0.94,7.020,28.3,-17.0,0.94,7.370,28.4 +-17.0,0.94,6.900,27.5,-17.2,0.94,7.220,27.7 +-17.3,0.94,6.640,26.9,-17.5,0.94,6.980,27.5 +-17.5,0.94,6.320,24.6,-17.7,0.94,6.830,25.9 +-17.7,0.94,5.490,22.8,-17.9,0.94,5.670,23.7 +-17.8,0.94,5.380,19.2,-17.9,0.94,5.470,20.0 +-17.7,0.94,5.380,17.2,-17.9,0.94,5.430,17.9 +-17.7,0.94,5.190,15.9,-17.8,0.94,5.230,16.6 +-17.8,0.94,5.270,14.3,-17.9,0.94,5.320,14.9 +-18.0,0.94,5.490,13.8,-18.2,0.94,5.590,14.3 +-18.4,0.94,5.700,12.4,-18.6,0.94,5.920,13.1 +-18.7,0.94,6.160,14.1,-18.9,0.94,6.440,14.5 +-18.9,0.94,6.020,14.1,-19.1,0.94,6.280,14.7 +-19.2,0.94,5.990,15.1,-19.4,0.94,6.260,15.8 +-19.4,0.95,6.060,15.5,-19.6,0.95,6.360,16.2 +-19.6,0.95,6.040,15.2,-19.8,0.95,6.320,15.8 +-19.8,0.95,5.850,14.8,-19.9,0.95,6.110,15.7 +-19.9,0.95,5.910,13.2,-20.1,0.95,6.170,13.8 +-20.1,0.95,5.940,12.6,-20.3,0.95,6.180,13.2 +-20.3,0.95,5.960,12.2,-20.5,0.95,6.190,12.7 +-20.5,0.95,6.180,11.6,-20.7,0.95,6.410,12.1 +-20.8,0.95,6.380,10.8,-21.0,0.95,6.650,11.3 +-21.1,0.95,6.500,11.3,-21.3,0.95,6.800,11.8 +-21.4,0.95,6.420,10.1,-21.6,0.95,6.790,10.5 +-21.8,0.95,6.960,14.0,-22.0,0.95,7.280,14.0 +-22.0,0.95,6.700,13.2,-22.2,0.95,7.090,13.1 +-22.4,0.95,6.310,11.3,-22.6,0.95,6.700,11.6 +-23.2,0.95,7.960,15.8,-23.4,0.95,8.380,16.5 +-23.0,0.95,5.930,10.7,-23.2,0.95,6.030,11.0 +-22.7,0.95,5.090,9.1,-22.9,0.95,5.140,9.5 +-22.3,0.95,4.790,4.9,-22.5,0.95,4.830,5.1 +-21.8,0.95,4.220,4.2,-22.0,0.95,4.260,4.3 +-21.5,0.95,4.050,0.3,-21.7,0.95,4.090,0.4 +-21.8,0.95,4.010,350.9,-21.9,0.95,4.080,351.7 +-22.4,0.95,6.500,350.2,-22.6,0.95,6.500,350.9 +-22.8,0.95,6.830,353.6,-22.7,0.95,6.790,355.4 +-23.2,0.95,6.780,0.2,-23.0,0.95,6.730,1.6 +-23.7,0.95,5.870,12.4,-23.3,0.95,5.780,12.2 +-23.7,0.95,4.830,16.8,-23.1,0.95,4.830,16.5 +-23.3,0.95,3.550,22.9,-22.7,0.95,3.550,24.3 +-23.0,0.95,2.390,25.2,-22.4,0.95,2.180,29.7 +-22.5,0.95,1.010,57.1,-21.9,0.95,0.900,76.6 +-22.6,0.95,1.180,159.2,-22.0,0.95,1.390,171.7 +-22.6,0.95,2.040,187.2,-21.9,0.95,2.250,191.2 +-22.6,0.95,2.810,190.4,-21.7,0.95,3.130,194.4 +-22.8,0.95,4.010,191.9,-21.9,0.95,4.400,194.5 +-23.6,0.95,5.260,199.2,-22.4,0.95,5.770,199.9 +-24.0,0.95,5.350,199.8,-22.9,0.95,6.030,200.1 +-24.2,0.95,6.450,198.2,-23.5,0.95,7.090,199.6 +-22.9,0.95,6.540,187.1,-22.4,0.95,7.170,190.1 +-23.1,0.95,7.330,184.4,-22.6,0.95,8.260,186.2 +-22.3,0.95,8.230,187.7,-22.0,0.95,9.120,188.7 +-22.2,0.95,6.960,186.7,-22.0,0.95,8.240,187.2 +-20.0,0.95,7.460,184.8,-20.2,0.95,8.300,184.8 +-18.6,0.94,7.290,181.5,-18.7,0.94,7.710,181.8 +-17.4,0.94,8.220,183.3,-17.6,0.94,8.590,183.8 +-17.1,0.94,9.080,185.2,-17.3,0.94,9.510,185.6 +-17.2,0.94,8.750,184.1,-17.4,0.94,9.320,184.7 +-17.0,0.94,11.340,186.2,-17.1,0.94,11.900,186.7 +-16.9,0.94,10.920,188.8,-17.0,0.94,11.550,189.0 +-16.4,0.94,11.130,190.4,-16.5,0.94,11.740,190.8 +-15.9,0.94,10.260,197.9,-16.0,0.94,10.790,198.2 +-15.6,0.94,9.580,203.0,-15.7,0.94,10.070,203.0 +-15.7,0.94,8.670,205.3,-15.9,0.94,9.160,205.6 +-15.7,0.94,8.750,207.6,-15.9,0.94,9.220,207.8 +-15.8,0.94,8.520,207.3,-15.9,0.94,9.070,207.6 +-15.9,0.94,8.800,208.6,-16.1,0.94,9.360,209.0 +-16.1,0.94,8.440,210.1,-16.3,0.94,9.060,210.8 +-16.5,0.94,7.750,212.5,-16.6,0.94,8.410,213.5 +-16.6,0.94,8.450,214.6,-16.7,0.94,9.050,215.8 +-16.7,0.94,6.460,222.0,-16.8,0.94,6.890,222.7 +-16.6,0.94,4.940,227.3,-16.8,0.94,5.320,229.1 +-16.4,0.94,4.320,242.6,-16.4,0.94,4.610,247.4 +-16.2,0.94,4.110,252.1,-16.3,0.94,4.400,263.0 +-15.4,0.94,4.740,285.5,-15.2,0.94,5.230,291.0 +-15.2,0.94,4.460,294.3,-14.8,0.94,5.200,298.0 +-13.8,0.94,4.350,292.6,-13.7,0.94,4.990,294.7 +-13.0,0.94,3.180,274.4,-13.0,0.94,4.040,279.4 +-12.5,0.94,5.490,306.6,-12.7,0.94,5.600,306.3 +-13.1,0.94,5.710,307.1,-13.3,0.94,5.850,307.2 +-13.6,0.94,5.260,302.5,-13.8,0.94,5.390,302.7 +-14.2,0.94,6.070,292.4,-14.3,0.94,6.430,293.2 +-14.8,0.94,9.000,293.8,-14.9,0.94,9.590,294.9 +-15.7,0.94,10.220,305.2,-15.8,0.94,10.890,305.9 +-16.8,0.94,9.420,315.3,-16.8,0.94,10.220,316.9 +-18.0,0.94,9.660,313.0,-17.9,0.94,10.340,315.7 +-19.1,0.94,8.730,315.3,-18.8,0.94,9.710,316.9 +-19.8,0.94,8.600,323.2,-19.5,0.94,9.630,324.7 +-20.9,0.94,7.350,325.7,-20.2,0.94,8.320,327.0 +-20.9,0.94,7.190,325.1,-20.0,0.94,7.660,325.9 +-21.0,0.94,5.190,326.2,-19.7,0.94,5.880,326.2 +-20.2,0.94,3.860,322.4,-19.3,0.94,4.430,322.3 +-19.9,0.94,2.790,316.3,-19.1,0.94,3.300,317.8 +-19.9,0.94,2.190,323.7,-19.1,0.94,2.740,323.4 +-20.2,0.94,1.480,309.5,-19.5,0.94,2.070,310.4 +-20.9,0.94,1.310,272.7,-20.2,0.94,1.860,284.0 +-20.5,0.94,0.830,278.8,-20.2,0.94,1.250,291.5 +-20.1,0.94,0.640,289.2,-19.9,0.94,0.990,297.8 +-19.7,0.94,0.260,262.0,-19.5,0.94,0.430,277.6 +-19.5,0.94,0.580,215.5,-19.2,0.94,0.550,223.3 +-19.2,0.94,1.270,230.6,-18.8,0.94,1.180,235.6 +-18.4,0.94,1.400,256.5,-18.1,0.94,1.540,261.5 +-17.9,0.94,1.520,275.3,-17.6,0.94,2.010,281.3 +-16.8,0.94,0.820,272.0,-16.9,0.94,0.950,283.5 +-16.1,0.94,0.760,230.9,-16.2,0.94,0.790,245.3 +-15.5,0.94,1.340,251.8,-15.6,0.94,1.440,264.3 +-15.6,0.94,1.510,246.3,-15.6,0.94,1.500,256.2 +-15.9,0.94,1.760,239.2,-15.8,0.94,1.980,246.5 +-15.8,0.94,2.250,235.8,-15.5,0.94,2.620,242.3 +-15.8,0.94,2.800,226.4,-15.3,0.94,3.110,232.5 +-15.8,0.94,3.610,216.7,-15.1,0.94,3.840,221.4 +-15.7,0.94,4.470,213.0,-14.9,0.94,4.840,216.0 +-15.6,0.94,5.070,210.9,-14.7,0.94,5.660,213.0 +-15.3,0.94,5.720,210.3,-14.2,0.94,6.430,211.8 +-15.6,0.94,6.250,210.0,-14.5,0.94,6.980,211.4 +-15.4,0.94,7.040,208.7,-14.4,0.94,7.750,209.5 +-15.1,0.94,7.420,207.4,-14.1,0.94,8.150,208.6 +-14.9,0.94,7.240,204.4,-13.8,0.94,8.310,205.9 +-14.4,0.94,7.890,208.0,-13.5,0.94,8.900,209.0 +-12.7,0.94,8.360,206.1,-12.2,0.94,9.280,207.5 +-11.0,0.94,9.280,203.7,-10.8,0.94,10.040,205.3 +-9.0,0.94,9.400,200.5,-9.0,0.94,10.080,201.9 +-7.6,0.94,9.710,198.9,-7.7,0.94,10.330,200.0 +-6.9,0.93,9.520,199.4,-7.0,0.93,10.220,200.7 +-6.0,0.93,9.550,206.7,-6.1,0.93,10.020,207.0 +-4.9,0.93,8.630,213.9,-5.0,0.93,9.230,215.2 +-3.2,0.93,7.900,224.0,-3.4,0.93,8.140,224.6 +-2.2,0.93,6.930,230.4,-2.4,0.93,7.410,232.2 +-1.0,0.93,7.620,251.6,-1.1,0.93,7.980,252.5 +-0.2,0.93,8.790,262.3,-0.3,0.93,9.600,264.5 +-1.0,0.93,7.720,273.8,-1.0,0.93,8.580,278.0 +-1.5,0.93,7.820,291.4,-1.5,0.93,9.100,293.6 +-2.0,0.93,8.450,299.6,-2.1,0.93,9.610,301.5 +-2.6,0.94,8.940,304.5,-2.7,0.94,9.930,306.3 +-3.4,0.94,9.650,316.1,-3.5,0.94,10.380,317.1 +-4.4,0.94,9.730,322.8,-4.5,0.94,10.310,323.9 +-5.2,0.94,8.610,323.0,-5.3,0.94,9.070,325.8 +-6.0,0.94,7.410,326.9,-5.8,0.94,7.950,328.6 +-6.8,0.94,3.540,327.2,-6.7,0.94,4.230,328.4 +-7.3,0.94,2.050,320.6,-7.0,0.94,2.670,323.9 +-6.2,0.94,1.440,295.5,-5.6,0.94,1.870,306.2 +-5.4,0.94,1.870,267.9,-4.9,0.94,1.990,277.5 +-5.2,0.94,2.190,252.1,-4.5,0.94,2.380,257.9 +-4.4,0.94,1.760,259.8,-3.7,0.94,2.080,267.6 +-4.3,0.93,1.730,225.6,-3.7,0.93,1.920,237.5 +-5.5,0.93,1.150,173.2,-4.9,0.93,1.290,193.8 +-5.0,0.93,0.670,164.8,-4.2,0.93,0.670,186.1 +-4.7,0.93,0.790,61.4,-4.1,0.93,0.740,60.6 +-5.5,0.93,5.020,44.6,-5.1,0.93,5.150,46.6 +-7.4,0.93,6.180,36.7,-7.2,0.93,6.750,38.8 +-7.4,0.93,6.480,30.5,-7.6,0.93,6.840,31.4 +-8.4,0.93,7.170,27.8,-8.6,0.93,7.550,29.0 +-9.8,0.93,8.430,26.9,-10.0,0.93,8.920,28.0 +-11.1,0.94,9.530,24.8,-11.3,0.94,10.120,25.7 +-13.1,0.94,11.770,25.4,-13.2,0.94,12.220,25.7 +-14.1,0.94,11.740,23.1,-14.3,0.94,12.320,23.3 +-15.2,0.94,11.270,18.0,-15.4,0.94,11.820,18.5 +-16.0,0.94,11.130,14.7,-16.2,0.94,11.670,14.9 +-18.0,0.94,9.990,6.9,-18.2,0.94,10.440,7.6 +-19.6,0.94,10.080,7.5,-19.8,0.94,10.820,7.1 +-21.3,0.94,11.130,5.9,-21.5,0.94,11.440,5.9 +-22.9,0.94,9.350,356.3,-23.1,0.94,9.880,356.9 +-25.3,0.94,10.720,0.7,-25.4,0.94,11.490,1.2 +-26.8,0.94,10.760,359.6,-26.9,0.94,11.630,0.5 +-28.0,0.95,10.690,359.6,-28.1,0.95,11.600,0.3 +-28.8,0.95,10.780,358.9,-28.9,0.95,11.630,359.9 +-30.0,0.95,10.380,357.8,-30.1,0.95,11.310,358.5 +-30.9,0.95,9.850,354.0,-30.9,0.95,10.940,354.7 +-31.4,0.95,9.930,350.7,-31.3,0.95,10.900,351.6 +-31.9,0.95,9.940,347.6,-31.7,0.95,10.830,349.1 +-32.4,0.95,9.800,343.5,-32.0,0.95,10.750,345.2 +-32.5,0.95,7.840,342.4,-32.4,0.95,8.630,342.2 +-31.8,0.95,4.960,339.4,-31.5,0.95,6.680,340.2 +-30.2,0.95,3.530,331.8,-30.4,0.95,4.150,332.2 +-28.8,0.95,4.320,326.4,-29.0,0.95,4.550,326.8 +-27.7,0.95,4.590,319.7,-27.9,0.95,4.720,319.8 +-26.9,0.95,4.370,309.7,-27.1,0.95,4.480,309.8 +-26.6,0.95,4.210,301.4,-26.8,0.95,4.330,301.6 +-27.2,0.94,5.710,299.0,-27.4,0.94,6.000,299.6 +-27.4,0.94,6.610,298.4,-27.5,0.94,7.000,298.5 +-27.5,0.94,7.280,302.2,-27.5,0.94,7.760,303.2 +-27.5,0.94,6.860,306.2,-27.4,0.94,7.260,307.4 +-27.7,0.94,6.220,307.2,-27.4,0.94,6.720,308.8 +-27.9,0.94,5.560,303.3,-27.4,0.94,6.350,304.9 +-28.0,0.94,4.950,296.6,-27.4,0.94,5.690,296.6 +-28.1,0.94,4.080,283.4,-27.8,0.94,4.710,285.5 +-28.3,0.94,4.390,276.0,-27.9,0.94,5.000,277.9 +-28.6,0.94,4.720,277.8,-28.1,0.94,5.420,280.8 +-29.0,0.94,3.870,270.8,-28.5,0.94,4.430,276.2 +-29.2,0.94,3.930,260.8,-28.4,0.94,4.440,267.9 +-29.2,0.94,3.750,255.1,-28.1,0.94,4.270,262.6 +-28.8,0.94,3.560,247.8,-27.8,0.94,3.990,255.3 +-28.8,0.94,3.370,241.3,-27.9,0.94,3.800,247.7 +-28.7,0.94,3.200,244.4,-27.6,0.94,3.740,248.8 +-28.2,0.94,3.230,244.8,-27.2,0.94,3.720,248.6 +-28.1,0.94,3.150,243.0,-27.2,0.94,3.640,247.9 +-27.6,0.94,2.160,242.3,-26.8,0.94,3.020,249.6 +-25.8,0.94,1.450,244.1,-25.9,0.94,1.810,251.8 +-23.9,0.94,1.490,246.0,-24.1,0.94,1.500,250.1 +-22.6,0.94,1.450,251.0,-22.8,0.94,1.450,253.6 +-21.2,0.94,2.110,275.7,-21.4,0.94,2.200,278.8 +-20.9,0.94,2.860,294.2,-21.1,0.94,2.880,293.6 +-21.2,0.94,3.340,296.4,-21.4,0.94,3.400,296.0 +-21.4,0.94,3.310,299.2,-21.6,0.94,3.510,300.3 +-22.2,0.94,4.740,325.8,-22.2,0.94,4.880,324.2 +-23.2,0.94,4.930,330.6,-23.2,0.94,4.900,326.3 +-24.8,0.94,4.910,330.8,-24.3,0.94,5.260,325.7 +-25.5,0.94,4.870,327.3,-25.1,0.94,5.300,325.0 +-26.5,0.94,5.000,326.1,-26.1,0.94,5.630,325.6 +-27.4,0.94,5.280,325.1,-26.9,0.94,6.190,325.0 +-27.6,0.94,6.100,321.8,-27.0,0.94,6.900,321.4 +-27.9,0.94,6.680,306.1,-27.3,0.94,7.360,304.9 +-29.3,0.94,7.370,305.3,-28.6,0.94,8.570,305.8 +-29.4,0.94,8.860,317.1,-28.7,0.94,9.760,317.7 +-29.9,0.94,9.460,317.0,-29.3,0.94,10.260,317.2 +-29.9,0.94,9.330,317.0,-29.4,0.94,10.010,317.8 +-30.5,0.94,9.350,316.9,-30.0,0.94,10.080,318.2 +-31.2,0.94,8.730,317.9,-30.8,0.94,9.470,319.9 +-31.3,0.94,9.570,321.7,-30.6,0.94,10.270,323.9 +-31.3,0.94,7.680,316.0,-30.7,0.94,8.650,317.0 +-31.6,0.94,5.840,318.5,-31.6,0.94,7.190,318.3 +-31.1,0.95,5.210,320.3,-31.3,0.95,5.480,320.1 +-30.3,0.95,5.310,318.5,-30.4,0.95,5.420,318.7 +-29.8,0.95,5.330,321.2,-30.0,0.95,5.410,321.4 +-29.6,0.95,4.980,319.6,-29.8,0.95,5.060,319.9 +-29.6,0.95,4.510,319.2,-29.8,0.95,4.710,319.7 +-29.9,0.95,5.950,316.9,-30.0,0.95,6.360,316.7 +-30.5,0.95,5.920,317.4,-30.4,0.95,6.790,317.3 +-16.2,0.94,6.340,321.5,-16.4,0.94,6.790,321.2 +-16.5,0.94,6.090,325.8,-16.7,0.94,6.580,324.9 +-16.8,0.94,5.600,326.5,-17.0,0.94,6.130,325.4 +-17.2,0.94,4.780,332.9,-17.4,0.94,5.320,330.7 +-17.4,0.94,4.710,331.2,-17.6,0.94,5.300,329.2 +-17.7,0.94,4.190,330.8,-17.8,0.94,4.690,328.6 diff --git a/tests/greenheart/test_greensteel/input/turbines/lbw_6MW.yaml b/tests/greenheart/test_greensteel/input/turbines/lbw_6MW.yaml new file mode 100644 index 000000000..61da147c8 --- /dev/null +++ b/tests/greenheart/test_greensteel/input/turbines/lbw_6MW.yaml @@ -0,0 +1,175 @@ +turbine_type: 'lbw_6MW' +rotor_diameter: 196.0 +generator_efficiency: 1.0 +turbine_rating: 6 #MW +hub_height: 115.0 +ref_tilt_cp_ct: 6.0 +pP: 1.88 +pT: 1.88 +TSR: 9.0 +ref_density_cp_ct: 1.225 +power_thrust_table: + power: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0.192891513 + - 0.327971809 + - 0.39467412 + - 0.427218981 + - 0.441644409 + - 0.449983583 + - 0.452089484 + - 0.45277266 + - 0.452479626 + - 0.447816937 + - 0.437905177 + - 0.419995456 + - 0.392212744 + - 0.35626576 + - 0.317431919 + - 0.280508125 + - 0.244556295 + - 0.214024446 + - 0.188370619 + - 0.166658268 + - 0.148158593 + - 0.132298706 + - 0.118624063 + - 0.106770898 + - 0.096445757 + - 0.087410138 + - 0.079468855 + - 0.072461124 + - 0.0662537 + - 0.06073552 + - 0.055813517 + - 0.051409303 + - 0.047456543 + - 0.043898842 + - 0.040688054 + - 0.037782903 + - 0.035147871 + - 0.032752279 + - 0.030569537 + - 0.01371673 + - 0.012841467 + - 0.012039115 + - 0.011302237 + - 0.010624289 + - 0.009999496 + - 0.0 + - 0.0 + + thrust: + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.0 + - 0.2701938462552998 + - 0.49876088677031816 + - 0.6410583756749411 + - 0.7304171026328261 + - 0.7820140738475616 + - 0.8219695127339289 + - 0.8352112145765765 + - 0.8400940247937402 + - 0.8379537129170351 + - 0.8101778683666324 + - 0.7672683998396476 + - 0.7083562153936742 + - 0.6350905785639259 + - 0.5551074611981718 + - 0.4788235519553873 + - 0.41244475217617255 + - 0.35190962095427364 + - 0.3029658154904963 + - 0.2632886841215642 + - 0.23060389109382756 + - 0.20333704601408872 + - 0.18035220902161636 + - 0.16080492837083768 + - 0.14405295244038488 + - 0.12959884155843146 + - 0.11705148949914825 + - 0.10609947180098464 + - 0.09649207076054334 + - 0.08802550386379156 + - 0.080532705961645 + - 0.07387566569120284 + - 0.0679395700022922 + - 0.0626283035300828 + - 0.05786092523660555 + - 0.05356890955590444 + - 0.04969394382759819 + - 0.04618618064324506 + - 0.04300281785004922 + - 0.040106954468623494 + - 0.017894348350362906 + - 0.016747646863604262 + - 0.015697057336370227 + - 0.014732694286609812 + - 0.013845872021549986 + - 0.013028935873409437 + - 0.0 + - 0.0 + + wind_speed: + - 0.0 + - 0.5 + - 1 + - 1.5 + - 2 + - 2.5 + - 3 + - 3.5 + - 4 + - 4.5 + - 5 + - 5.5 + - 6 + - 6.5 + - 7 + - 7.5 + - 8 + - 8.5 + - 9 + - 9.5 + - 10 + - 10.5 + - 11 + - 11.5 + - 12 + - 12.5 + - 13 + - 13.5 + - 14 + - 14.5 + - 15 + - 15.5 + - 16 + - 16.5 + - 17 + - 17.5 + - 18 + - 18.5 + - 19 + - 19.5 + - 20 + - 20.5 + - 21 + - 21.5 + - 22 + - 22.5 + - 23 + - 23.5 + - 24 + - 24.5 + - 25 + - 25.5 + - 50.0 \ No newline at end of file diff --git a/tests/greenheart/test_greensteel/test_greensteel.py b/tests/greenheart/test_greensteel/test_greensteel.py new file mode 100644 index 000000000..14d78068c --- /dev/null +++ b/tests/greenheart/test_greensteel/test_greensteel.py @@ -0,0 +1,496 @@ +import os + +from pytest import approx + +from greenheart.simulation.greenheart_simulation import ( + run_simulation, + GreenHeartSimulationConfig, +) + +dirname = os.path.dirname(__file__) +path = os.path.join(dirname, "input/") + + +def test_onshore_steel_mn_2030_no_policy(subtests): + # load inputs as needed + turbine_model = "lbw_6MW" + filename_turbine_config = os.path.join(path, f"turbines/{turbine_model}.yaml") + filename_floris_config = os.path.join(path, "floris/floris_input_lbw_6MW.yaml") + filename_hopp_config = os.path.join(path, "plant/hopp_config_mn_2030.yaml") + filename_greenheart_config = os.path.join( + path, "plant/greenheart_config_onshore_mn_2030.yaml" + ) + + config = GreenHeartSimulationConfig( + filename_hopp_config, + filename_greenheart_config, + filename_turbine_config, + filename_floris_config, + verbose=True, + show_plots=False, + save_plots=True, + use_profast=True, + post_processing=True, + incentive_option=1, + plant_design_scenario=9, + output_level=8, + ) + + output = run_simulation(config) + + with subtests.test("aep"): + assert output.hopp_results["hybrid_plant"].annual_energies["wind"] == approx( + 4007165638.0913243, rel=0.1 + ) + + with subtests.test("wind cf"): + assert output.hopp_results["hybrid_plant"].capacity_factors["wind"] == approx( + 35.3, rel=0.1 + ) + + with subtests.test("h2 capacity factor"): + assert output.electrolyzer_physics_results["H2_Results"][ + "Life: Capacity Factor" + ] == approx(0.3817629024505595, rel=0.1) + + with subtests.test("electrolyzer installed capex"): + assert output.capex_breakdown["electrolyzer"] / 1160000 == approx( + 553.4592000000001, rel=0.1 + ) + + with subtests.test("lcoh"): + assert output.lcoh == approx(4.2986685034417045, rel=0.1) + + with subtests.test("h2 production"): + assert output.electrolyzer_physics_results["H2_Results"][ + "Life: Annual H2 production [kg/year]" + ] == approx(71527565.78081538, rel=0.1) + + with subtests.test("capex"): + assert sum(output.capex_breakdown.values()) == approx(2603580420.446765, 0.1) + + with subtests.test("wind capex"): + assert output.capex_breakdown["wind"] == approx(1706186592.0000002, rel=0.1) + + # Not included in test suite. Difference between GS and GreenHEART + # with subtests.test('compressor capex'): + # assert output.capex_breakdown['h2_transport_compressor'] == approx(18749265.76357594, rel=0.1) + + with subtests.test("electrolyzer capex"): + assert output.capex_breakdown["electrolyzer"] == approx( + 642012672.0000001, rel=0.1 + ) + # Not included in test suite. Difference between GS and GreenHEART + # with subtests.test("h2 storage capex"): + # assert output.capex_breakdown["h2_storage"] == approx( + # 234630860.95910057, rel=0.1 + # ) + + # Not included in test suite. Difference between GS and GreenHEART + # with subtests.test('desal capex'): + # assert output.capex_breakdown['desal'] == approx(294490.93738406134, rel=0.1) + + with subtests.test("lcos"): + assert output.steel_finance.sol.get("price") == approx( + 961.2866791076059, rel=0.1 + ) + + +def test_onshore_ammonia_tx_2030_no_policy(subtests): + # load inputs as needed + turbine_model = "lbw_6MW" + filename_turbine_config = os.path.join(path, f"turbines/{turbine_model}.yaml") + filename_floris_config = os.path.join(path, "floris/floris_input_lbw_6MW.yaml") + filename_hopp_config = os.path.join(path, "plant/hopp_config_tx_2030.yaml") + filename_greenheart_config = os.path.join( + path, "plant/greenheart_config_onshore_tx_2030.yaml" + ) + + config = GreenHeartSimulationConfig( + filename_hopp_config, + filename_greenheart_config, + filename_turbine_config, + filename_floris_config, + verbose=True, + show_plots=False, + save_plots=True, + use_profast=True, + post_processing=True, + incentive_option=1, + plant_design_scenario=9, + output_level=8, + ) + + output = run_simulation(config) + + with subtests.test("lcoh"): + assert output.lcoh == approx(4.023963541118758, rel=0.1) + + with subtests.test("lcoa"): + assert output.ammonia_finance.sol.get("price") == approx( + 0.8839797787889466, rel=0.1 + ) + + with subtests.test("aep"): + assert output.hopp_results["hybrid_plant"].annual_energies["wind"] == approx( + 3383439.9656016766 * 1e3, rel=0.1 + ) + + with subtests.test("wind cf"): + assert output.hopp_results["hybrid_plant"].capacity_factors["wind"] == approx( + 36.78, rel=0.1 + ) + + with subtests.test("h2 capacity factor"): + assert output.electrolyzer_physics_results["H2_Results"][ + "Life: Capacity Factor" + ] == approx(0.38749, rel=0.1) + + with subtests.test("electrolyzer installed capex"): + assert output.capex_breakdown["electrolyzer"] / 960000 == approx( + 553.4592000000001, rel=0.1 + ) + + with subtests.test("h2 production"): + assert output.electrolyzer_physics_results["H2_Results"][ + "Life: Annual H2 production [kg/year]" + ] == approx(60400414.51854633, rel=0.1) + + with subtests.test("capex"): + assert sum(output.capex_breakdown.values()) == approx( + 1922324028.6785245, rel=0.1 + ) + + with subtests.test("wind capex"): + assert output.capex_breakdown["wind"] == approx(1196393976.0, rel=0.1) + + # Not included in test suite. Difference between GS and GreenHEART + # with subtests.test('compressor capex'): + # assert output.capex_breakdown['h2_transport_compressor'] == approx(14082368.770328939, rel=0.1) + + with subtests.test("electrolyzer capex"): + assert output.capex_breakdown["electrolyzer"] == approx( + 531320832.0000001, rel=0.1 + ) + # Not included in test suite. Difference between GS and GreenHEART + # with subtests.test("h2 storage capex"): + # assert output.capex_breakdown["h2_storage"] == approx( + # 178870827.30895007, rel=0.1 + # ) + # Not included in test suite. Difference between GS and GreenHEART + # with subtests.test("desal capex"): + # assert output.capex_breakdown["desal"] == approx(1656024.5992454647, rel=0.1) + + +def test_onshore_ammonia_tx_2030_base_policy(subtests): + # load inputs as needed + # NOTE: GreenSteel used Wind PTC, H2 PTC and Storage ITC for base policy and incentive_option 2 does not include the Storage ITC + turbine_model = "lbw_6MW" + filename_turbine_config = os.path.join(path, f"turbines/{turbine_model}.yaml") + filename_floris_config = os.path.join(path, "floris/floris_input_lbw_6MW.yaml") + filename_hopp_config = os.path.join(path, "plant/hopp_config_tx_2030.yaml") + filename_greenheart_config = os.path.join( + path, "plant/greenheart_config_onshore_tx_2030.yaml" + ) + + config = GreenHeartSimulationConfig( + filename_hopp_config, + filename_greenheart_config, + filename_turbine_config, + filename_floris_config, + verbose=True, + show_plots=False, + save_plots=True, + use_profast=True, + post_processing=True, + incentive_option=2, + plant_design_scenario=9, + output_level=8, + ) + + output = run_simulation(config) + + with subtests.test("lcoh"): + assert output.lcoh == approx( + 3.2231088737405846, + rel=0.11 + ) + + with subtests.test("lcoa"): + assert output.ammonia_finance.sol.get("price") == approx( + 0.7242460501735473, + rel=0.1 + ) + + with subtests.test("aep"): + assert output.hopp_results["hybrid_plant"].annual_energies["wind"] == approx( + 3383439.9656016766 * 1e3, + rel=0.1 + ) + + with subtests.test("wind cf"): + assert output.hopp_results["hybrid_plant"].capacity_factors["wind"] == approx( + 36.78, rel=0.1 + ) + + with subtests.test("h2 capacity factor"): + assert output.electrolyzer_physics_results["H2_Results"][ + "Life: Capacity Factor" + ] == approx(0.4023306656204429, rel=0.1) + + with subtests.test("electrolyzer installed capex"): + assert output.capex_breakdown["electrolyzer"] / 960000 == approx( + 553.4592000000001, rel=0.1 + ) + + with subtests.test("h2 production"): + assert output.electrolyzer_physics_results["H2_Results"][ + "Life: Annual H2 production [kg/year]" + ] == approx(60400414.51854633, rel=0.1) + + with subtests.test("capex"): + assert sum(output.capex_breakdown.values()) == approx(1922324028.6785245, + 0.1 + ) + + +def test_onshore_ammonia_tx_2030_max_policy(subtests): + # load inputs as needed + # NOTE: GreenSteel used Wind PTC, H2 PTC and Storage ITC for max policy and incentive_option 3 does not include the Storage ITC + turbine_model = "lbw_6MW" + filename_turbine_config = os.path.join(path, f"turbines/{turbine_model}.yaml") + filename_floris_config = os.path.join(path, "floris/floris_input_lbw_6MW.yaml") + filename_hopp_config = os.path.join(path, "plant/hopp_config_tx_2030.yaml") + filename_greenheart_config = os.path.join( + path, "plant/greenheart_config_onshore_tx_2030.yaml" + ) + + config = GreenHeartSimulationConfig( + filename_hopp_config, + filename_greenheart_config, + filename_turbine_config, + filename_floris_config, + verbose=True, + show_plots=False, + save_plots=True, + use_profast=True, + post_processing=True, + incentive_option=7, + plant_design_scenario=9, + output_level=8, + ) + + output = run_simulation(config) + + with subtests.test("lcoh"): + assert output.lcoh == approx(-0.3719231321573331, rel=10) + + with subtests.test("capex"): + assert sum(output.capex_breakdown.values()) == approx(1922324028.6785245, 0.1) + + with subtests.test("lcoa"): + assert output.ammonia_finance.sol.get("price") == approx( + 0.007202259061804786, rel=100 + ) + + with subtests.test("aep"): + assert output.hopp_results["hybrid_plant"].annual_energies["wind"] == approx( + 3383439.9656016766 * 1e3, rel=0.1 + ) + + with subtests.test("wind cf"): + assert output.hopp_results["hybrid_plant"].capacity_factors["wind"] == approx( + 36.78, rel=0.1 + ) + + with subtests.test("h2 capacity factor"): + assert output.electrolyzer_physics_results["H2_Results"][ + "Life: Capacity Factor" + ] == approx(0.3874913813926033, rel=0.1) + + with subtests.test("electrolyzer installed capex"): + assert output.capex_breakdown["electrolyzer"] / 960000 == approx( + 553.4592000000001, rel=0.1 + ) + + with subtests.test("h2 production"): + assert output.electrolyzer_physics_results["H2_Results"][ + "Life: Annual H2 production [kg/year]" + ] == approx(60400414.51854633, rel=0.1) + + with subtests.test("capex"): + assert sum(output.capex_breakdown.values()) == approx(1922324028.6785245, 0.1) + + +def test_onshore_ammonia_tx_2025_no_policy(subtests): + # load inputs as needed + turbine_model = "lbw_6MW" + filename_turbine_config = os.path.join(path, f"turbines/{turbine_model}.yaml") + filename_floris_config = os.path.join(path, "floris/floris_input_lbw_6MW.yaml") + filename_hopp_config = os.path.join(path, "plant/hopp_config_tx_2025.yaml") + filename_greenheart_config = os.path.join( + path, "plant/greenheart_config_onshore_tx_2025.yaml" + ) + + config = GreenHeartSimulationConfig( + filename_hopp_config, + filename_greenheart_config, + filename_turbine_config, + filename_floris_config, + verbose=True, + show_plots=False, + save_plots=True, + use_profast=True, + post_processing=True, + incentive_option=1, + plant_design_scenario=9, + output_level=8, + ) + + output = run_simulation(config) + + with subtests.test("lcoh"): + assert output.lcoh == approx(5.215316325627814, rel=0.1) + + with subtests.test("lcoa"): + assert output.ammonia_finance.sol.get("price") == approx( + 1.1211844274252674, rel=0.1 + ) + + with subtests.test("aep"): + assert output.hopp_results["hybrid_plant"].annual_energies["wind"] == approx( + 3383439.9656016766 * 1e3, rel=0.1 + ) + + with subtests.test("wind cf"): + assert output.hopp_results["hybrid_plant"].capacity_factors["wind"] == approx( + 36.78, rel=0.1 + ) + + with subtests.test("h2 capacity factor"): + assert output.electrolyzer_physics_results["H2_Results"][ + "Life: Capacity Factor" + ] == approx(0.3874913813926033, rel=0.1) + + with subtests.test("electrolyzer installed capex"): + assert output.capex_breakdown["electrolyzer"] / 960000 == approx( + 923.3862399999999, rel=0.1 + ) + + with subtests.test("h2 production"): + assert output.electrolyzer_physics_results["H2_Results"][ + "Life: Annual H2 production [kg/year]" + ] == approx(60400414.51854633, rel=0.1) + + with subtests.test("capex"): + assert sum(output.capex_breakdown.values()) == approx(2400580143.0785246, 0.1) + + with subtests.test("h2 production"): + assert output.electrolyzer_physics_results["H2_Results"][ + "Life: Annual H2 production [kg/year]" + ] == approx(60400414.51854633, rel=0.1) + + with subtests.test("wind capex"): + assert output.capex_breakdown["wind"] == approx(1319520132.0000002, rel=0.1) + + with subtests.test("electrolyzer capex"): + assert output.capex_breakdown["electrolyzer"] == approx( + 886450790.3999999, rel=0.1 + ) + + # Not included in test suite. Difference between GS and GreenHEART + # with subtests.test("h2 storage capex"): + # assert output.capex_breakdown["h2_storage"] == approx( + # 178870827.30895007, rel=0.1 + # ) + + # Not included in test suite. Difference between GS and GreenHEART + # with subtests.test('desal capex'): + # assert output.capex_breakdown['desal'] == approx(294490.93738406134, rel=0.1) + + # Not included in test suite. Difference between GS and GreenHEART + # with subtests.test('compressor capex'): + # assert output.capex_breakdown['h2_transport_compressor'] == approx(18749265.76357594, rel=0.1) + +def test_onshore_ammonia_tx_2035_no_policy(subtests): + # load inputs as needed + turbine_model = "lbw_6MW" + filename_turbine_config = os.path.join(path, f"turbines/{turbine_model}.yaml") + filename_floris_config = os.path.join(path, "floris/floris_input_lbw_6MW.yaml") + filename_hopp_config = os.path.join(path, "plant/hopp_config_tx_2035.yaml") + filename_greenheart_config = os.path.join( + path, "plant/greenheart_config_onshore_tx_2035.yaml" + ) + + config = GreenHeartSimulationConfig( + filename_hopp_config, + filename_greenheart_config, + filename_turbine_config, + filename_floris_config, + verbose=True, + show_plots=False, + save_plots=True, + use_profast=True, + post_processing=True, + incentive_option=1, + plant_design_scenario=9, + output_level=8, + ) + + output = run_simulation(config) + + with subtests.test("lcoh"): + assert output.lcoh == approx(3.68491615716891, rel=0.1) + + with subtests.test("lcoa"): + assert output.ammonia_finance.sol.get("price") == approx( + 0.8161748484435717, rel=0.1 + ) + + with subtests.test("aep"): + assert output.hopp_results["hybrid_plant"].annual_energies["wind"] == approx( + 3383439.9656016766 * 1e3, rel=0.1 + ) + + with subtests.test("wind cf"): + assert output.hopp_results["hybrid_plant"].capacity_factors["wind"] == approx( + 36.78, rel=0.1 + ) + + with subtests.test("h2 capacity factor"): + assert output.electrolyzer_physics_results["H2_Results"][ + "Life: Capacity Factor" + ] == approx(0.3874913813926033, rel=0.1) + + with subtests.test("electrolyzer installed capex"): + assert output.capex_breakdown["electrolyzer"] / 960000 == approx( + 457.55808, rel=0.1 + ) + + with subtests.test("h2 production"): + assert output.electrolyzer_physics_results["H2_Results"][ + "Life: Annual H2 production [kg/year]" + ] == approx(60400414.51854633, rel=0.1) + + with subtests.test("capex"): + assert sum(output.capex_breakdown.values()) == approx(1771419905.4785244, 0.1) + + with subtests.test("wind capex"): + assert output.capex_breakdown["wind"] == approx(1137554928.0, rel=0.1) + + with subtests.test("electrolyzer capex"): + assert output.capex_breakdown["electrolyzer"] == approx(439255756.8, rel=0.1) + + # Not included in test suite. Difference between GS and GreenHEART + # with subtests.test("h2 storage capex"): + # assert output.capex_breakdown["h2_storage"] == approx( + # 178870827.30895007, rel=0.1 + # ) + + # Not included in test suite. Difference between GS and GreenHEART + # with subtests.test('desal capex'): + # assert output.capex_breakdown['desal'] == approx(294490.93738406134, rel=0.1) + + # Not included in test suite. Difference between GS and GreenHEART + # with subtests.test('compressor capex'): + # assert output.capex_breakdown['h2_transport_compressor'] == approx(18749265.76357594, rel=0.1) \ No newline at end of file diff --git a/tests/greenheart/test_openmdao.py b/tests/greenheart/test_openmdao.py index 262631801..395471bc0 100644 --- a/tests/greenheart/test_openmdao.py +++ b/tests/greenheart/test_openmdao.py @@ -322,7 +322,7 @@ def test_greenheart_component(subtests): # TODO base this test value on something with subtests.test("lcoh"): - assert prob["lcoh"][0] == approx(3.04011846, rel=rtol) + assert prob["lcoh"][0] == approx(3.1691092704830357, rel=rtol) # TODO base this test value on something with subtests.test("lcoe"): @@ -330,7 +330,7 @@ def test_greenheart_component(subtests): # TODO base this test value on something with subtests.test("steel_finance"): - lcos_expected = 1348.44451029 + lcos_expected = 1357.046163641118 assert prob["lcos"][0] == approx(lcos_expected, rel=rtol) # TODO base this test value on something @@ -344,7 +344,7 @@ def test_run_greenheart_run_only(subtests): # TODO base this test value on something with subtests.test("lcoh"): - assert prob["lcoh"][0] == approx(3.04011846, rel=rtol) + assert prob["lcoh"][0] == approx(3.1691092704830357, rel=rtol) # TODO base this test value on something with subtests.test("lcoe"): @@ -352,7 +352,7 @@ def test_run_greenheart_run_only(subtests): # TODO base this test value on something with subtests.test("steel_finance"): - lcos_expected = 1348.44451029 + lcos_expected = 1357.046163641118 assert prob["lcos"] == approx(lcos_expected, rel=rtol) # TODO base this test value on something